/*
Theme Name: Dupaco v1
Theme URI: http://totalwptheme.com
Description: Child Theme for Dupaco — depends on Total WordPress theme. 
Author: j-bro unimarketa
Author URI: https://unimarketa.com
Template: Total
Version: 1.2.9
*/

/* Parent stylesheet is loaded from functions.php (not using @import) */

/*
headings: font-family: 'Roboto', sans-serif;
body: font-family: 'Roboto Condensed', sans-serif;
*/

h1, h2, h3, h4, h5, h6, .page-subtitle {
	font-family: 'Roboto', sans-serif;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 1.2rem;
	margin-bottom: 1.2;
}
h1, h4, h5, h6, .page-subtitle {
	font-weight:900;
	line-height: 1.5;
	margin: 30px 0 20px;
}
h1 {
	font-size:60px;
}
h1.page-header-title {
	font-size: 28px;
	font-weight:900;
}
h2, .vcex-heading {
    color: #E87502;
    font-size: 22px;
	font-weight: 400;
/*    margin-bottom: 0px;*/
/*    margin-top: 40px;*/
/*    line-height: 1.2em;*/
}
h2, .vcex-heading {
	margin-top: 40px;
}

h2.page-header-title {
	font-size:1.615em;
	font-weight:400;
}
h2.home-heading {
	font-size:40px;
}
h2.blog-entry-title {
	font-size:16px;
	font-family: 'Roboto', sans-serif;
}
h3 {
	font-size:20px;
	font-weight: 400;
}
h4 {
	font-size:18px;
}
h5 {
	font-size:0.875em;
}
h6 {
	font-size:0.750em;
}
.page-subtitle {
	font-size:20px;
}
.newsroom-subtitle {
	font-size:20px;
	text-transform:uppercase;
	font-style:italic;
	font-weight:400;
	color:#dcdcdc;
	text-align:center;
}
.vcex-teaser-heading {
    color: #000;
    font-weight: 600;
    font-size: 1.231em;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
body.category .page-subheading p:last-child {
	display:none;
}

.no-margin {
	margin: 0;
}

.wpfront-message {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    padding: 5px 10px;
}

sup {
	font-size: 60% !important;
}

/* fix for heading / padding in the updated theme 2022/11 */
#content .wpb_wrapper .vc_tta-container, .wpb_wrapper .wpb_content_element {
/*	margin-bottom: 2rem;*/
}
/*.vc_custom_1666719303262 {
	margin-bottom: 0;
}*/
.tablepress {
	margin-top: 1rem;
}
body.page-id-303 .vc_tta.vc_general .vc_tta-panel-title>a {
	padding: 14px 20px 14px 15px;
}
.content-full-screen .post-edit {
	width: var(--wpex-container-width);
	max-width: var(--wpex-container-max-width);
	margin-left: auto;
	margin-right: auto;
}
/* end theme update fixes */

#locator-auto-loans iframe {
	max-height: 800px !important;
	margin-top: 10px;
	margin-bottom: -20px !important;
}

#post-media {
	font-style: italic;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2em;
}

#post-media img {
	margin-bottom: 10px;
	border-bottom: 1px dotted #d4d4d4;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

h1.single-post-title {
	font-size: 28px;
	line-height: 1.2em;
}

#outer-wrap {
	overflow: visible;
}

/*
 begin temp styles
 */

/* tables */

#qa {
	width: 100%;
}
#qa thead th {
    background: none transparent;
    border-bottom: 2px solid #c7c7c7;
    color: #E87502;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

#qa tbody td {
    border-bottom: 2px solid #c7c7c7;
    color: #231f20;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    text-align: left;
}

#qa .qa-notes {
	line-height: 1.2em;
	padding-bottom: 12px;
	padding-right: 20px;
}

thead {
	background: none transparent;
}
.status_third_degree_complete {
	color: #155724;
	background-color: #d4edda;
	border-color: #155724;
}

.status_incomplete {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #721c24;
}

.status_unchecked {
	color: #856404;
	background-color: #fff3cd;
	border-color: #856404;
}

.status_dupaco_signoff {
    color: #004085;
    background-color: #cce5ff;
    border-color: #004085;
}

.progress {
	display: inline-block;
	float: left;
	height: 28px;
	line-height: 28px;
}

.progress-inner {
	line-height: 28px;
	padding: 0 6px;
}

.status {
	display: inline-block;
	line-height: 1em;
	padding: 6px;
	border-width: 1px;
	border-style: solid;
	margin: 6px 0;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	white-space: nowrap;
	width: 112px;
}
.status .fa {
	margin-right: 2px;
}

.progress-bar {
	color: #856404;
	font-size: 12px;
	font-weight: bold;
	background-color: #fff3cd;
	border-color: #856404;
	height: 30px;
	margin-bottom: 40px;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


/*
 end temp styles
 */

body, p, ol, ul {
    color: #231f20;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 400;
	letter-spacing: 0.01em;
    line-height: 1.4em;
    margin-bottom: 20px;
}

body {
	overflow-x: hidden;
}

a,
a:visited,
a:link {
    text-decoration: underline;
}

#top-bar-wrap {
    border-bottom-width: 0;
}
#top-bar {
    border-bottom: 2px solid #dfdfdf;
}
#top-bar-content {
    text-align: right;
}
/* total theme 5.x update fixes for top bar menu*/
#top-bar-content.top-bar-centered .top-bar-menu, #top-bar-content.top-bar-centered .top-bar-menu li {
    display: inline-block;
    float: none;
}
.has-content .top-bar-menu {
    margin-right: 20px;
}
/* end theme update fixes */

#site-login-wrapper {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding-top: 10px;
}
#site-login {
	display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
	width: 280px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	margin: 0 !important;
}

#shine-login-wrapper {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding-top: 10px;
}

#shine-login {
	display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
	width: 280px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	margin: 0 !important;
}

#online-banking-login {
	width: 280px;
	position: absolute;
	background: #fff;
	border: 2px solid #d4d4d4;
	border-width: 0 2px 2px 2px;
	right: 0;
	top: 41px;
	z-index: 1000;
	left: 0;
	display: none;
}

.online-banking-inner {
	padding: 15px;
	text-align: center;
}

#online-banking-login a {
	margin: 0 !important;
	padding: 0 !important;
}

#online-banking-login #UsernameField {
	color: #999;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
	width: 100%;
	border: 1px solid #d4d4d4;
}

#online-banking-login input[type="submit"] {
    background: #E87502;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    padding: 3px 30px;
    text-decoration: none !important;
    text-transform: uppercase;


    width: 100%;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* Marketing Landing Page Buttons */
#site-navigation li.button {
	font-family: unset;
	font-style: unset;
	text-transform: unset;
	letter-spacing: unset;
	font-weight: unset;
	padding: unset;
	transition: unset;
	font-size: unset;
	background-color: unset;
	color: unset;
	border-radius: unset;
	border-width: unset;
	border-style: unset;
	border-color: unset;
}
@media only screen 
and (max-width : 480px) {
	.mobile-toggle-nav-ul li.button, li.button-orange {
		display: inline-block;
		padding: 10px 9% 0;
		background-color: unset;
	}
}
@media only screen 
and (min-width : 481px) 
and (max-width : 720px) {
	.mobile-toggle-nav-ul li.button, li.button-orange {
		padding: 10px 15% 0;
		background-color: unset;
	}
}
@media only screen 
and (min-width : 720px) 
and (max-width : 959px) {
	.mobile-toggle-nav-ul li.button, li.button-orange {
		padding: 10px 17% 0;
		background-color: unset;
	}
}

.navbar-fixed-line-height .main-navigation-ul>.menu-item>a {
	line-height: unset;
}
#site-navigation li.button a {
	line-height: unset;
}
.main-navigation-ul>.menu-item>a {
	background: unset;
}
ul#menu-landing-page-menu li:last-of-type {
	margin-right:0;
}
#site-navigation .button-orange a, .button-orange a {
    background-color: #E87502;
	border:2px solid #E87502;
}
#site-navigation .button-orange a:hover, .button-orange a:hover {
    background-color: #fff;
	cursor:pointer;
}
#site-navigation .button-orange a, #site-navigation .button-orange-outline a, .button-orange a, .button-orange-outline a {
    color: #000;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 3px 30px !important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top:-6px;
	margin-left:0px;
	display: block !important;
	height: auto !important;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
	height:20px;
	
    text-align: center;
/*    width: 122px;*/
/*    margin: 0 auto;*/
}
#site-navigation .button-orange a span, #site-navigation .button-orange-outline a span, .button-orange a span, .button-orange-outline a span {
	color:#000 !important;
}
#site-navigation .button-orange-outline a, .button-orange-outline a {
    background-color: #d4d4d4;
	border:2px solid #d4d4d4;
}
#site-navigation .button-orange-outline a:hover, #site-navigation .button-orange-outline a:hover {
	background:#fff;
}

/* Mobile fixes for landing page menu */
@media all and (max-width: 979px) {
	#site-navigation .button-orange a, #site-navigation .button-orange-outline a, .button-orange a, .button-orange-outline a {
		margin-bottom:22px;
	}
}
@media all and (min-width: 980px) {
	#site-navigation .button-orange-outline a, .button-orange-outline a  {
		margin-right:22px;
	}
}


/* LANDING PAGE STYLES */
/* Fix for Landing Page navbar link height */
.navbar-style-one .dropdown-menu>li>a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 4px;
}
.navbar-style-one .dropdown-menu>li.button:not(:nth-last-of-type(2))>a {
	margin-right: 12px;
}
/* .navbar-style-one .dropdown-menu>li.button:last-of-type()>a {
	margin-right: 12px;
} */
/* align navbar right */
body.page-template-page-marketing #site-navigation-wrap {
    float: right;
}
/* disable search icon */ 
body.page-template-page-marketing #site-navigation-wrap li.search-toggle-li {
	display:none;
}

.admin-page-edit-links {
    padding-top: 1em;
}
.admin-page-edit-links a {
    text-decoration: none;
}

#site-header {
	z-index: 100;
}

#site-header-inner {
    padding: 20px 0 10px;
}

#top-bar a {
    color: #413C3C;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 10px;
/*    font-weight: 400; */
    letter-spacing: .05em;
    margin: 0 8px;
    text-decoration: none;
    text-transform: uppercase;
}

a#site-login {
    background: #E87502;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 3px 30px;
    text-decoration: none !important;
    text-transform: uppercase;
}

a#shine-login {
    background: #E87502;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    padding: 3px 30px;
    text-decoration: none !important;
    text-transform: uppercase;
}

/* site navigation */
#site-navigation-wrap {
    float: left;
    height: auto;
    margin-top: 14px;
    padding-left: 40px;
    position: relative;
    right: auto;
    top: auto;
}
#site-navigation .dropdown-menu > li > a > span.link-inner {
    color: #413C3C;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 15px;
}

/* Marketing Landing Page Nav Links */
body.page-template-page-marketing #site-navigation .dropdown-menu > li:not(.button) > a > span.link-inner {
	color:#000;
}
body.page-template-page-marketing #site-navigation .dropdown-menu > li:not(.button) > a > span {
	position:relative;
}
body.page-template-page-marketing #site-navigation .dropdown-menu > li:not(.button) > a > span:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #000;
    height: 1px;
}
body.page-template-page-marketing #site-navigation .dropdown-menu > li:not(.button) > a > span:hover:after {
	width:80%;
}
body.page-template-page-marketing #site-navigation .dropdown-menu > li:not(.button) > a > span:after {
	transition:all 0.5s;
}
/* end nav hover effects */

#site-navigation .dropdown-menu li.current-page-ancestor > a > span.link-inner,
#site-navigation .dropdown-menu li.current-menu-ancestor > a > span.link-inner,
#site-navigation .dropdown-menu li.current-menu-parent > a > span.link-inner,
#site-navigation .dropdown-menu li.current-page-parent > a > span.link-inner,
#site-navigation .dropdown-menu li.current-menu-item  > a > span.link-inner {
	color: #E87502;
	font-weight: 600;
}

#menu-main-menu .search-toggle-li {
  display: none !important;
}

#site-navigation a {
    text-decoration: none;
}

#wpex-searchform-overlay input[type="submit"], #wpex-searchform-overlay button.submit, #wpex-searchform-overlay .searchform-submit {
  display: inline-block !important;
}
#wpex-searchform-overlay .fa-search {
  right: -10px;
  color: #d4d4d4 !important;
}

#wpex-searchform-overlay .wpex-inner > .fa-search {
  display: none;
}

/* page title */
.bg-main-border {
    font-size: 0;
    height: 3px;
    line-height: 0;
    background: url('images/bg-main-border.png');
}

.page-header {
    align-items: center;
    background: url('/wp-content/uploads/2019/02/web-header-COLLAGE.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 2px solid #000;
    border-top: 0 !important;
    height: 200px;
    display: flex;
    justify-content: center;
}

.home .page-header {
	height: 380px;
}

/*
.home .page-header:before {
	content: "I want to:";
	position: absolute;
	left: 50%;
	top: 00px;
	transform: translate(-50%, 0);

	color: #f69320;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 160px;
	font-weight: 900;
	line-height: 1em;
	text-align: center;
	text-shadow: 0 3px 2px #000000;

	z-index: 10;

	opacity: .75;
}
*/

.single-post .page-header-title,
h1.page-header-title .page-title,
h1.page-header-title .page-subtitle,
.single-newsroom_post .page-header-title {
    color: #f69320;
    display: block;
    font-size: 30px;
    line-height: 1em;
    text-align: center;
    text-shadow: 0 3px 2px #000000;
}
body.single .page-header-title {
	font-weight:900;
	font-family: 'Roboto', sans-serif;
}

h1.page-header-title .page-subtitle {
	color: #fff;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 300;
	padding-top: 20px;
	font-style: italic;
	text-transform: uppercase;
}


/* content area */
.entry-content h2:first-child {
    margin-top: 0;
}

h3 {
    color: #E87502;
    font-size: 20px;
    margin-bottom: 0px;
}

h2 + h3 {
	margin-top: 0;
	margin-bottom: 10px;
}

.vcex-heading {
    color: #E87502 !important;
    font-size: 32px !important;
    font-weight: 900 !important;
    line-height: 1em !important;
    margin-bottom: 20px !important;
    padding-top: 20px;
    text-align: center;
}

.vcex-callout {

}

.text-disclosure {
	display: block;
	font-style: italic;
	font-size: 12px;
	line-height: 1.2em !important;
}


.three-steps-container > .wpb_column > .vc_column-inner {
	margin-bottom: 0;
}
.three-steps-container .vcex-heading {
	padding-top: 0;
}

.three-steps .vc_column-inner {
	margin-bottom: 20px;
}

.three-steps h3 {
	margin-top: 0;
}

.three-steps .wpb_column:nth-child(3) .vc_column-inner {
	margin-bottom: 0;
}

.three-steps .wpb_column .vc_column-inner > .wpb_wrapper {
    border: 2px solid #000;
    min-height: 106px;
    padding: 15px 15px 15px 80px;
    position: relative;
}

.three-steps .wpb_column .vc_column-inner > .wpb_wrapper:before {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 90px;
    font-weight: 400;
    line-height: 1em;
}


/* 1 */
    .three-steps .wpb_column:nth-child(1) .vc_column-inner > .wpb_wrapper {
        border-color: #008540;
    }

    .three-steps .wpb_column:nth-child(1) .vc_column-inner > .wpb_wrapper:before {
        content: "1";
        color: #008540;
    }

/* 2 */
    .three-steps .wpb_column:nth-child(2) .vc_column-inner > .wpb_wrapper {
        border-color: #eb1c23;
    }
    .three-steps .wpb_column:nth-child(2) .vc_column-inner > .wpb_wrapper:before {
        content: "2";
        color: #eb1c23;
    }


/* 3 */
    .three-steps .wpb_column:nth-child(3) .vc_column-inner > .wpb_wrapper {
        border-color: #0070ba;
    }
    .three-steps .wpb_column:nth-child(3) .vc_column-inner > .wpb_wrapper:before {
        content: "3";
        color: #0070ba;
    }


.three-steps p {
    font-size: 18px;
    line-height: 1.2em;
}

/* block-calculators */
.block-calculators h2 {
	margin-top: 0 !important;
}

.block-calculators ul {
	column-count: 3;
	font-size: 16px;
}

.block-calculators.two-col ul {
	column-count: 2;
}
.block-calculators.one-col ul {
	column-count: 1;
}


h3 + p > a.theme-button {
	margin-top: 10px;
}


/* tabs */

.vc_tta-tabs {
	padding-top: 20px;
}

.vc_tta-panels {
    background: #fff !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border-width: 2px !important;
	border-color: #f6921e !important;
	margin-top: -1px !important;
}

.vc_tta-tabs-container {
    margin-bottom: -2px !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    background: #fff !important;
    border-color: #c7c7c7 !important;
    border-width: 2px !important;
    color: #777777 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1em !important;
    padding: 8px 40px 6px 10px !important;

	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	margin-right: -3px !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
    border-color: #E87502 !important;
    border-bottom-color: transparent !important;
    color: #231f20 !important;
    z-index: 10;
}

.vc_tta-panel-body a.theme-button {
    border-color: #E87502;
    border-width: 1px;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

    color: #E87502;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 40px !important;
    padding: 6px 35px 8px;
}

.vc_tta-panel-body a.theme-button:last-child {
    margin-bottom: 0 !important;
}

.vc_tta-panel-body a.theme-button:hover {
    background: #E87502;
    color: #fff;
}

/* ACCORDIONS */
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
    padding-left: 15px !important;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    left: auto !important;
    right: 15px !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before,
.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_tta-controls-icon::after,
.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_tta-controls-icon::before {
    border-color: #0070ba !important;
}
.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-body,
.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body,
.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background: #fff !important;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .vc_tta-accordion.vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background: #fff !important;
    margin-bottom: -2px !important;
}
.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body p a.theme-button {
    margin-bottom: 40px !important;
}
.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body .wpb_text_column:last-child p:last-child a.theme-button {
    margin-bottom: 0 !important;
}
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-panel-body,
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-tab > a {
    border-width: 2px !important;
}
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-panel-body {
    padding: 15px !important;
}
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading, .wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-panel:not(:last-child) .vc_tta-panel-heading, .wpb-js-composer .vc_tta.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading, .wpb-js-composer .vc_tta.vc_tta-style-modern .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
    margin-bottom: -2px !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
	font-family:'roboto condensed', sans-serif;
    color: #333 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.2em !important;
	border-bottom: 1px solid transparent;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #231f20 !important;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body,
.wpb-js-composer .vc_tta-accordion.vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-accordion.vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body {
    border-color: #f6921e !important;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-accordion.vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-bottom-width: 0 !important;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body,
.wpb-js-composer .vc_tta-accordion.vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body {
    border-top-width: 0 !important;
}
.vc_tta-panel-body > .wpb_text_column > .wpb_wrapper > h3:first-child {
	margin-top: 0 !important;
}
.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
	color: #fff !important;
	background: #E87502;
}
.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_tta-controls-icon::after,
.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_tta-controls-icon::before {
	border-color: #fff !important;
}
.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_active .vc_tta-panel-title>a {
	background: #fff;
}

/* TABLES */
table.tablepress thead th,
table.tablepress thead td {
   background: none transparent;
    border-bottom: 2px solid #c7c7c7;
    color: #413C3C;
    font-size: 12px;
    line-height: 1.4em;
    text-align: center;
}
table.tablepress tbody td {
    border-bottom: 2px solid #c7c7c7;
    color: #231f20;
    font-size: 12px;
    line-height: 1.4em;
    text-align: center;
}
table.tablepress tbody td ul {
	padding: 10px 0 0;
}
table.tablepress tbody td ul li {
    color: #231f20;
    font-size: 12px;
    line-height: 1.4em;
    margin: 0;
}
table.tablepress tbody td ul br {
	display: none;
}
table.tablepress thead th.column-1,
table.tablepress tbody td.column-1,
table.tablepress thead td.column-1{
text-align: left;
}

table.product-table thead th,
table.product-table tbody td,
table.product-table thead td{
text-align: left;
}

/*
table.tablepress tbody tr td:last-child {
    padding: 3px 0 3px 8px;
    text-align: right;
}
table.tablepress tbody tr td:last-child a {
    background: #0b8442;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    line-height: 26px;
    padding: 0 14px 1px 14px;
    text-decoration: none;
}
*/


/* tables */
table {
	font-size:12px;
}
table caption a {
	font-size: 12px;
	padding: 8px;
}
table tfoot th br {
	margin-bottom: 6px !important;
}
table.product-table tr.row-1 th {
	background: #d4d4d4;
	color: #333;
}
table.product-table tr.row-1 th.column-1 {
	background: #fff;
}
table.product-table td.column-1 {
	background: #f0f0f0;
}
.tablepress tfoot th {
	background: #f0f0f0 !important;
	font-size: 11px;
	line-height: 1.4em;
	font-style: italic;
	font-weight: normal !important;
}
table.align-left thead th,
table.align-left tbody td {
	text-align: left;
}

.tablepress thead td {
    font-weight: 700;
    vertical-align: middle;
}

/* Box Shadows */
.shadow-box {
	-webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,0.15);
	box-shadow: 0 0 4px 4px rgba(0,0,0,0.15);
	background-color: #fff;
	border-radius: 10px;
	padding: 12px 20px 30px;
	margin-bottom: 2rem;
}

/*
    RELATED PAGES
 */
#related-pages {
  overflow: hidden;
}
#related-pages .vc_row {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
#related-pages .wpb_wrapper {
    text-align: center;
}
#related-pages h2 {
    color: #000;
    line-height: 1.2em;
    min-height: 2.4em;
    margin-bottom: 8px;
    margin-top: 0;
    padding: 0 40px;
}
#related-posts h2.heading {
    color: #E87502 !important;
    font-size: 32px !important;
    line-height: 1em !important;
    margin-bottom: 20px !important;
    padding-top: 20px;
    margin-top: 20px;
    text-align: center;
}
#related-pages h2.home-heading {
	margin: 0 0 40px !important;
	color: #E87502;
	font-size: 29px;
	font-weight:900;
	margin-bottom: 0px;
	margin-top: 40px;
	text-align: center;
}
#related-pages h2 a {
    text-decoration: none;
	border-bottom: 1px solid transparent;
}
#related-pages h2 a:hover {
    color: inherit;
}
#related-pages .blurb,
#related-pages .blurb p {
    color: #231f20;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 1.4em;
    min-height: 2.8em;
    padding: 0 40px;
}

#related-pages .icon-wrapper {
    height: 100px;
}

/* BUTTONS */
.theme-button {
    background: transparent;
    border: 2px solid #000;
    color: #000;
    font-size: 14px;
    padding: 0 22px;
    line-height: 2.4em;
}
.theme-button:hover {
	color: #fff;
	background: #000;
}
.theme-button + p {
    margin-top: 40px;
}

/* colors */
#related-pages .color_orange h2,
#related-pages .color_orange .theme-button {
    color: #E87502;
}
#related-pages .color_orange .theme-button {
	border-color: #E87502;
}
#related-pages .color_orange .theme-button:hover {
	background: #E87502;
	color: #fff;
}
#related-pages .color_blue h2,
#related-pages .color_blue .theme-button {
    color: #0B73BA;
}
#related-pages .color_blue .theme-button {
	border-color: #0B73BA;
}
#related-pages .color_blue .theme-button:hover {
	background: #0B73BA;
	color: #fff;
}

#related-pages .color_green h2,
#related-pages .color_green .theme-button {
    color: #088543;
}
#related-pages .color_green .theme-button {
        border-color: #088540;
}
#related-pages .color_green .theme-button:hover {
	background: #088540;
	color: #fff;
}

#related-pages .color_red h2,
#related-pages .color_red .theme-button {
    color: #E7131A;
}
#related-pages .color_red .theme-button {
	border-color: #E7131A;
}
#related-pages .color_red .theme-button:hover {
	background: #E7131A;
	color: #fff;
}

/* business pages */
.business-grid .load-more a.button {
/*	font-size: 26px;*/
	line-height: 30px;
	background: #E87502;
}
a.business-card-item:hover {
	color: black;
}


/* footer */
.footer-widget {
    padding-bottom: 0;
}

.site-footer {
    background: #fff;
}

.site-footer-inner {
   padding-top: 0px;
    text-align: center;
}

.site-footer-inner p,
#footer-bottom-inner div {
    color: #777777;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    margin-bottom: 12px;
}

.site-footer-inner p a {
    color: #777777;
    text-decoration: none;
}

.site-footer-inner p a:hover {
    color: #999;
}


#footer-bottom {
    background: #fff;
}
#footer-bottom-inner {
    border-bottom: 1px solid #c7c7c7;
    padding-top: 12px;
    padding-bottom: 0px;
	margin-bottom: 20px;
}

#footer-bottom-inner .left {
    line-height: 20px;
    text-align: center;
}

#footer-bottom-inner .right {
    line-height: 20px;
    text-align: center;
}

#footer-bottom-inner #logo-ncua {
    background: url('images/footer/logo-ncua.png') 0 0 no-repeat;
    display: inline-block;
    height: 17px;
    margin-left: 10px;
    text-align: left;
    text-indent: -9999px;
    width: 64px;
}
#footer-bottom-inner #social-links {
    width: 174px;
    margin: 0 auto;
    margin-top: 8px;
}
#footer-bottom-inner #social-links li {
    float: left;
    margin-left: 6px;
}
#footer-bottom-inner #social-links li:first-child {
    margin-left: 0;
}
#footer-bottom-inner #social-links li a {
    background: red;
    display: block;
    height: 20px;
    text-align: left;
    text-indent: -9999px;
    width: 24px;
}

#footer-bottom-inner #social-links li#facebook a {
    background: url('images/footer/li-facebook.png');
}

#footer-bottom-inner #social-links li#twitter a {
    background: url('images/footer/li-twitter.png');
}

#footer-bottom-inner #social-links li#youtube a {
    background: url('images/footer/li-youtube.png');
}

#footer-bottom-inner #social-links li#instagram a {
    background: url('images/footer/li-instagram.png');
}

#footer-bottom-inner #social-links li#pinterest a {
    background: url('images/footer/li-pinterest.png');
}

#footer-bottom-inner #social-links li#linkedin a {
    background: url('images/footer/li-linkedin.png');
}


/* new footer - kcray */
#dupaco-footer {
    background: #fff;
	color: #231f20;
}
#dupaco-footer p {
    font-size: 14px;
	color: #413C3C;
}
.footer-color-bar {
    background-image: url(https://www3.dupaco.com/dupaco/images/homepage/color-bar.png) !important;
    background-repeat: repeat-x !important;
    height: 3px;
    margin-top: 50px;
    margin-bottom: 75px;
}
#dupaco-footer #footer-links a:link {
/*	text-decoration: none;*/
	border-bottom: 1px solid transparent;
}
#dupaco-footer #footer-links  {
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 50px;
	text-align: center;
}

#dupaco-footer #text-links {
	display:block;
	margin-top:13px;
}

#dupaco-footer-inner {
    padding-top: 12px;
    padding-bottom: 0px;
	margin-bottom: 20px;
	color: #999;
}

#dupaco-footer-inner .left {
    line-height: 20px;
    text-align: center;
}

#dupaco-footer-inner .right {
    line-height: 20px;
    text-align: center;
}

#dupaco-footer-inner #logo-ncua {
    background: url('images/footer/logo-ncua.png') 0 0 no-repeat;
    display: inline-block;
    height: 17px;
    margin-left: 10px;
    text-align: left;
    text-indent: -9999px;
    width: 64px;
}
#footer-links #social-links {
    width: 210px;
    margin: 0 auto;
    margin-top: 8px;
}
#footer-links #social-links li {
    float: left;
    margin-left: 12px;
	list-style: none;
}
#footer-links #social-links li:first-child {
    margin-left: 0;
}
#footer-links #social-links li a {
    background: red;
    display: block;
    height: 20px;
    text-align: left;
    text-indent: -9999px;
    width: 24px;
}

.ncua-logo {
	width: 90%;
}

#footer-links #social-links li#facebook a {
    background: url('images/footer/li-facebook.png');
}

#footer-links #social-links li#twitter a {
    background: url('images/footer/li-twitter.png');
}

#footer-links #social-links li#youtube a {
    background: url('images/footer/li-youtube.png');
}

#footer-links #social-links li#instagram a {
    background: url('images/footer/li-instagram.png');
}

#footer-links #social-links li#pinterest a {
    background: url('images/footer/li-pinterest.png');
}

#footer-links #social-links li#linkedin a {
    background: url('images/footer/li-linkedin.png');
}

/* Marketing Landing Page Footer 02/21 JBrosnan */
body.page-template-page-marketing #dupaco-footer a {
	color:#999;
	text-decoration:none;
}

@media (max-width: 980px) {
	
	.footer-color-bar {
    background-image: url(https://www3.dupaco.com/dupaco/images/homepage/color-bar.png) !important;
    background-repeat: repeat-x !important;
    height: 3px;
    margin-top: 50px;
    margin-bottom: 50px;
	}
	
	#dupaco-footer #footer-links  {
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 50px;
	text-align: center;
	}
	
	#dupaco-footer-inner .left {
	    float: left;
	    text-align: left;
	    width: 100%;
	}

	#dupaco-footer-inner .right {
	    float: left;
	    text-align: left;
	    width: 100%;
	}

	#footer-links #social-links {
	    margin-top: 0;
	    xfloat: left;
		xtext-align: left;
	}
	
	#footer-links #text-links {
		xtext-align:left;
	}
	
	.ncua-logo {
		margin-top:25px;
		width:60%;
	}
}

/* end new footer */

#footer-widgets .col-1,
#footer-widgets .col-2 {
    text-align: center;
    width: 100%;
}


/* remove NCUA logos on Financial Services page */
.page-id-255 #copyright .left {
	display: none !important;
}


/* BLOGROLL */
#related-pages.home-acf-content h2.blog-entry-title {
	color: #E87502 !important;
	font-size: 16px;
	font-weight: 900;
	text-align: left;
	padding-right: 0;
	margin-bottom: 0;
}
#related-pages.home-acf-content .blog-entry {
	margin-bottom: 10px !important;
}


/* blogs */
#blog-entries .blog-entry.grid-entry-style .blog-entry-media {
	border: 4px solid #231F20;
}
#blog-entries .blog-entry.grid-entry-style .blog-entry-inner {
	border-width: 0;
}

#blog-entries .no-featured-image .blog-entry-media,
#single-blocks.no-featured-image #post-media {
  display: none !important;
}

.blog-entry-content-wrapper {
	background: #fff;
	padding: 16px;
	border-left: 4px solid #C8C8C8;
}

#blog-entries .blog-entry.grid-entry-style .blog-entry-media {
	margin: 0;
}
#blog-entries.blog-grid .blog-entry-media-img {
	border: 4px solid #231F20;
}
#blog-entries.blog-grid .blog-entry-media-img {
    aspect-ratio: 320 / 160;
    object-fit: cover;
}

.blog-entry.grid-entry-style header {
	margin-top: 0;
}
.blog-entry {
	margin-bottom: 30px !important;
	overflow: hidden;
}

.blog-entry h2 a {
	color: #E87502 !important;
	font-weight: bold;
	font-size: 18px;
	line-height: 1em;
	text-decoration: none;
}

.blog-entry h2 {
	font-size: 18px;
	line-height: 1em;
	min-height: 25px;
	padding-left: 29px;
	background: url('images/blog-icon-dupaco.png') 0 4px no-repeat;
}
.blog-entry.grid-entry-style .blog-entry-title {
	font-size: 1.231em;
}

.blog-entry-excerpt {
	margin-bottom: 0;
}

.blog-entry-excerpt,
.blog-entry-excerpt p {
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
}

.blog-entry ul.meta {
	font-size: 14px;
	color: black;
}

#sidebar .widget-title {
	font-weight: bold;
	font-size: 20px;
}

#sidebar .widget_categories ul {

}

#sidebar .widget_categories ul:after {
	display: none !important;
}

#sidebar .widget_categories ul li {
	border-top-width: 0;
	border-bottom-width: 1px;
	position: relative;
}

#sidebar .widget_categories ul li a:before {
	display: none !important;
}
#sidebar .widget_categories ul li a {
	display: block;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

#sidebar .widget_categories ul li a:hover {
	color: #DF7522;
}

#sidebar .widget_categories ul li .post_count {
	position: absolute;
	right: 0;
	background: #000;
	top: 6px;
	height: 22px;
	width: auto;
	font-size: 12px;
	font-weight: bold;
	color: #DF7522;
	line-height: 12px;
	padding: 5px;
	font-style: italic;
	top: 50%;
	transform: translate(0, -50%);
	min-width: 22px;
	text-align: right;
}

#sidebar .widget_categories ul li.current-cat a {
	color: #E87502;
}
/* pagination */
ul.page-numbers {
	text-align: center;
}
ul.page-numbers .current {
	background: red;
}

ul.page-numbers li {
	display: inline-block;
	float: none;
}
ul.page-numbers li a:hover,
ul.page-numbers li:hover {
	background: none transparent !important;
}

ul.page-numbers li a,
ul.page-numbers li span.current {
	background: none transparent;
	border-width: 0;
	color: #767676;
	text-decoration: none;
}

ul.page-numbers li span.current,
ul.page-numbers li:hover span.current {
	background: none transparent;
	color: #E87502;
	font-weight: bold;
}

ul.page-numbers li a:hover,
ul.page-numbers li:hover span.current {
	color: #E87502;
}

ul.page-numbers .dots {
	border-width: 0;
	color: #767676;
}

ul.page-numbers .prev,
ul.page-numbers .next,
ul.page-numbers .prev:hover,
ul.page-numbers .next:hover {
	background: #F49131 !important;
	color: #000 !important;
}

ul.page-numbers .prev .fa,
ul.page-numbers .next .fa {
	font-weight: bold !important;
}

ul.page-numbers .prev span,
ul.page-numbers .next span {
	font-weight: bold !important;
	padding: 0px 3px;
}



#related-posts .blog-entry p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}





/* CYOA Fields */
.cyoa-box {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

	margin: 0 auto 10px;
	padding: 10px;

	position: relative;
	z-index: 25;
}
.cyoa-box h2 {
	color: #fff;
	margin: 0 0 20px;
	padding: 0;
	font-size: 22px;
	line-height: 1.2em;
	font-weight: 400;
}
.cyoa-box ul {
	position: absolute;
	bottom: 0;
	margin: 0;
	left: 0;
	right: 0;
	display: none;
}
.cyoa-box ul li {
	border: 1px solid #d4d4d4;
	border-width: 1px 0 0 0;
	list-style: none;
}
.cyoa-box ul li.header {
	border-width: 0;
	color: #fff;
	line-height: 1em;
	padding: 10px 12px 8px 12px;
	background: rgba(0,0,0,1);
	color: #e4e4e4;
}
.cyoa-box ul li a {
	background: #f0f0f0;
	color: #767676;
	display: block;
	font-size: 14px;
	padding: 2px 12px;
	text-decoration: none !important;
}
.cyoa-box ul li:last-child a {
	padding-bottom: 4px;
}
.cyoa-box ul li a:hover {
	color: orange;
}

/* theme update fixes */
/* border color bar fix */
.wpex-boxed {
	position: relative;
	margin-bottom: 1rem;
}
.ticon-search:before {
}
#wpex-searchform-overlay form:after {
	content: '';
}
.vc_custom_1629903829032 {
	padding-top: 25px;
}
.vc_column-inner {
	margin-bottom: 25px;
}
.vc_custom_1629903829032 .vc_column-inner {
	margin-bottom: 25px;
}
.vcex-teaser {
	margin-bottom: 30px;
}

/* default box - borders */
.vcex-callout {
	border-width: 0 !important;
	background: none transparent !important;
}
.vcex-callout .topborder,
.vcex-callout .rightborder,
.vcex-callout .bottomborder,
.vcex-callout .leftborder {
	border-width: 1px !important;
}
.vcex-callout-caption h2,
.vcex-callout-caption h3 {
	font-size: 26px !important;
	margin-bottom: 6px !important;
}
.vcex-callout-caption p {
	font-size: 20px !important;
}
.cyoa-box .border,
.vcex-callout .border {
    position: absolute;
}
.cyoa-box .topborder,
.vcex-callout .topborder {
	top: 0;
    right: 0;
    left: 0;
    border: 1px solid;
	border-image: linear-gradient(to right, #fff100 24%, #8bc53f 24%, #8bc53f 55%, #00adee 55%) 1;
}
.cyoa-box .rightborder,
.vcex-callout .rightborder {
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid;
    border-image: linear-gradient(to bottom, #00adee 30%, #ec1c24 30%, #ec1c24 90%, #f6921e 90%) 5;
}
.cyoa-box .bottomborder,
.vcex-callout .bottomborder {
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid;
    border-image: linear-gradient(to left, #f6921e 86%, #00a551 86%) 1;
}
.cyoa-box .leftborder,
.vcex-callout .leftborder {
    left: 0;
    top: 0;
    bottom: 0;
    border: 1px solid;
    border-image: linear-gradient(to top, #00a551 20%, #fff100 20%) 5;
}
.cyoa-box .b-my-options {
	color: orange;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none !important;
    display: box;
    text-align: right;
}


/* second box - borders */
    .cyoa-box:nth-child(2) .topborder {
      border-image: linear-gradient(to right, #f6921e 86%, #00a551 86%) 1;
    }
    .cyoa-box:nth-child(2) .rightborder {
      border-image: linear-gradient(to bottom, #00a551 63%, #fff100 63%) 5
    }
    .cyoa-box:nth-child(2) .bottomborder {
      border-image: linear-gradient(to left, #fff100 25%, #8bc53f 25%, #8bc53f 55%, #00adee 55%) 1
    }
    .cyoa-box:nth-child(2) .leftborder {
      border-image: linear-gradient(to top, #00adee 55%, #ec1c24 55%, red 90%, #f6921e 90%) 5
    }

/* third box - borders */
    .cyoa-box:nth-child(3) .topborder {
      border-image: linear-gradient(to right, #fff100 24%, #8bc53f 24%, #8bc53f 55%, #00adee 55%) 1;
    }
    .cyoa-box:nth-child(3) .rightborder {
      border-image: linear-gradient(to bottom, #00adee 30%, #ec1c24 30%, #ec1c24 90%, #f6921e 90%) 5;
    }
    .cyoa-box:nth-child(3) .bottomborder {
      border-image: linear-gradient(to left, #f6921e 86%, #00a551 86%) 1;
    }
    .cyoa-box:nth-child(3) .leftborder {
      border-image: linear-gradient(to top, #00a551 20%, #fff100 20%) 5
    }

/* close button */
.cyoa-box ul li .b-my-options-close {
	font-weight: bold;
	color: #fff;
	background: #000;
	float: right;
	padding: 0;
	margin: 0;
}

/* timeline */

.tlct-shortdes {
	padding-top: 20px;
}

.tlct-shortdes p {
	font-size: 16px;
}


.wpex-timeline-label {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.sidebyside-tl.show-classic span.tll-date {
	font-weight: 900 !important;
}

.wpex-loadmore.lbt {
	display: none !important;
}

.wpex-timeline > li .wpex-timeline-label h2 a {
	text-transform: none;
}

/* mobile menu */
body.wpex-mobile-toggle-menu-icon_buttons #mobile-menu {
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

#mobile-menu a {
    position: relative;
    display: inline-block;
    color: inherit;
    font-size: 22px;
    margin-left: .923em;
    transition: 0.15s all ease;
}

.mobile-toggle-nav {
    background: #fff;
    z-index: 9999999 !important;
    height: auto;
    line-height: inherit;
    margin-top: 0;
}

.mobile-toggle-nav-ul {
	margin-bottom: 10px !important;
}

.mobile-toggle-nav-ul li a {
    letter-spacing: .01em;
    text-decoration: none !important;

    color: #413C3C;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 0;

    cursor: hand;
    cursor: pointer;
}

.mobile-toggle-nav .wpex-open-submenu {
	right: 10px;
}

.mobile-toggle-nav-ul .sub-menu {
	margin-bottom: 0 !important;
}
.mobile-toggle-nav-ul .sub-menu li a {
	font-size: 14px;

    cursor: hand;
    cursor: pointer;
}

/* forms */
select {
	border: 2px solid #666;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	height: 2.4em !important;
}

#b-chat {
	height: auto;
	position: fixed;
	width: 60px;
	bottom: 70px;
	right: 0;
	z-index: 1000;
}

/* CYOA - I want to: */
.home .page-header:before {
	content: "I want to:";
	position: absolute;
	left: 0;
	right: 0;
	color: #F6931E;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	line-height: 1em;
	width: 100%;
	text-align: center;
	text-shadow: 8px 8px 8px rgba(0,0,0,.6);
}

/* CYOA - I want to: */
.home .page-header:before {
	top: 5px;
	font-size: 70px;
}
#cyoa-wrapper {
	padding-top: 70px;
}


/* locator search */
#branch-locator iframe {
	height: 1200px !important;
}


/* search results */
.search-entry-excerpt,
.search-entry-excerpt p {
	color: #231f20;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4em;
}

h2.search-entry-header-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

h2.search-entry-header-title a {
	color: #E87502;
	text-decoration: none;
}

.search-entry-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

/*
 * Responsive Media Queries
 *
 */


/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 415px) {
/* Styles */

}


/* Smartphones (landscape) ----------- */
@media only screen
and (max-width : 739px) and (orientation:landscape) {
/* Styles */



}


/* narrow */
@media all and (min-width: 740px) and (min-device-width: 740px), (max-device-width: 800px) and (min-width: 740px) and (orientation:landscape) {

	/* CYOA Fields */
	.cyoa-box {
		width: 25%;
	}

	.cyoa-box h2 {
		padding-right:100px;
	}


	#cyoa-wrapper {
		display: flex;
		padding-top: 160px;
	}

	.single-post .page-header-title,
	h1.page-header-title .page-title,
	h1.page-header-title .page-subtitle, 
	.single-newsroom_post .page-header-title {
	    font-size: 60px;
	}

	h1.page-header-title .page-subtitle {
		font-size: 20px;
		padding-top: 20px;
	}

	#top-bar a {
		margin: 0 0 0 30px;
	}

	#site-login-wrapper {
		margin-left: 20px;
	}

	#shine-login-wrapper {
		margin-left: 20px;
	}
	
	#b-chat {
		bottom: 100px;
	}

	/* CYOA - I want to: */
	.home .page-header:before {
		top: 0px;
		font-size: 168px;
	}


/* locator search */
#branch-locator iframe {
	height: 900px !important;
}

}


/* normal */
@media all and (min-width: 980px) and (min-device-width: 980px), all and (max-device-width: 1024px) and (min-width: 1024px) and (orientation:landscape) {

#site-header-inner {
    padding: 20px 0 4px;
}


	#footer-widgets .col-1 {
	    text-align: center;
	    width: 100%;
	}

	#footer-widgets .col-2 {
	    text-align: right;
	    width: 70%;
	}

	#footer-bottom-inner .left {
	    float: left;
	    text-align: left;
	    width: 50%;
	}

	#footer-bottom-inner .right {
	    float: right;
	    text-align: right;
	    width: 50%;
	}

	#footer-bottom-inner #social-links {
	    margin-left: 12px;
	    margin-top: 0;
	    float: right;
	}
	
	#dupaco-footer-inner .left {
	    float: left;
	    text-align: left;
	    width: 50%;
	}

	#dupaco-footer-inner .right {
	    float: right;
	    text-align: right;
	    width: 50%;
	}

	#dupaco-footer-inner #social-links {
	    margin-left: 12px;
	    margin-top: 0;
	    float: right;
	}

}

/* Moved from Theme Panel */
body .gform_wrapper .gform_footer input[type=submit] {
	background: transparent;
    border: 2px solid #000;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 0 22px;
    line-height: 2.4em;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
    color: #fff;
    background: #000;
}
.page-id-458 #menu-item-429 > a span {
	color: #767676 !important;
}
/* end of Theme Panel embedded code */

.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, .gform_wrapper.gf_browser_chrome .ginput_complex select {
    text-indent: 2px;
    line-height: 1.5em;
    margin-bottom: 0px !important;
    margin-top: 12px !important;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    display: block;
    font-size: 1em !important;
    letter-spacing: .5pt;
    white-space: nowrap;
}

/* wide */
@media all and (min-width: 1220px) {

	/* CYOA - I want to: */
	.home .page-header:before {
		top: -12px;
		font-size: 268px;
	}

}

@media (min-width: 768px) {


.sidebyside-tl .wpex-timeline.style-center > li h2 {
	display: block;
}
.sidebyside-tl .wpex-timeline.style-center > li:nth-child(even) h2 {
	display: block !important;
	text-align: right !important;
}
}

@media (max-width:767px) {
	.theme-button {
		margin-bottom: 5px;
	}
}

.three-steps {
    display: flex;
}
@media(max-width: 884px) {
    .three-steps {
        flex-direction: column;
    }
}
.three-steps > .vc_column_container {
    display: flex;
    flex: 1;
}
.three-steps .vc_column-inner {
    margin-bottom: 20px !important;
    display: flex;
    flex: 1;
}
.three-steps .wpb_column {
    min-width: 275px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.three-steps .wpb_column .vc_column-inner > .wpb_wrapper {
    height: auto !important;
	display:flex;
    flex: 1;
}
.page-header {
    flex-direction: column;
}

#below-iframe
{
	margin-top:-100px !important;
}


@media only screen and (max-width: 840px) {
	table.tablepress {
		margin-bottom: 0;
		overflow: hidden;
		overflow-x: scroll;
		display: block;
		position: relative;
		padding-top: 30px !important;
	}

	table.tablepress:before {
		content: "Drag table to view more";
		position: absolute;
		top: 0;
		font-size: 11px;
		font-style: italic;
	}

	#below-iframe
	{
		margin-top:-150px !important;
	}

}

/* NEWSROOM */

/* Newsroom content (page) */

.newsroom-breadcrumbs a {
	color: #333;
	text-decoration: none;
}
.newsroom-breadcrumbs a:hover {
	color:#DF7522;
}
#newsroom-menu {
	margin:12px 0;
}
#newsroom-menu .theme-button {
    border-right: 1px solid #000;
    border-left: none;
    border-top: none;
    border-bottom: none;
    padding: 3px 12px;
    margin: 0;
    line-height: 1em;
}
#newsroom-menu .theme-button:first-of-type {
	padding-left:0;
}
#newsroom-menu .theme-button:last-of-type {
	border-right:none;
	padding-right:0;
}
#newsroom-menu .theme-button:after {
/*	content:"|";*/
}
#newsroom-menu .theme-button:hover {
	background:#fff;
	color: #000;
}

.newsroom-archive-content {
/*	margin-bottom:34px;*/
}
/* Equal-height rows in Newsroom archive posts blogroll */
.post-type-archive-newsroom_post .archive-grid {
	display:-ms-grid;
	display:grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}
@media only screen
and (min-width : 768px) {
	.post-type-archive-newsroom_post .archive-grid {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
}

h2.newsroom-archive-title {
    color: #000;
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 0.05em;
}
ul.newsroom-menu {
	list-style:none;
	font-size:16px;
	margin-bottom:42px;
}
ul.newsroom-menu li {
	float:left;
}
ul.newsroom-menu a {
	color:#E87502;
	text-decoration:none;
}
ul.newsroom-menu li:after {
	content:"|";
	color:#000;
	margin-left:8px;
	margin-right:8px;
}
ul.newsroom-menu li:last-of-type:after {
	content:"";
}
.newsroom-archive-content p {
	font-size:16px;
}

body.post-type-archive-newsroom_post article.newsroom_post img, body.post-type-archive-newsroom_post article.newsroom_post img {
	display:none;
}
body.single-newsroom_post #post-media { 
	display: none;
}
body.post-type-archive-newsroom_post article.newsroom_post, body.tax-newsroom-categories article.newsroom_post, body.post-type-archive-newsroom_post article.newsroom_post {
/*	float:left !important;
	width: 50%;
*/	margin: 0 0 20px;
	padding: 0 10px;
	border-bottom:none;	
}
article.newsroom_post .cpt-entry-media {
	display:none !important;
}
body.post-type-archive-newsroom_post article.newsroom_post .cpt-entry-inner, body.post-type-archive-newsroom_post article.newsroom_post .search-entry-text, body.tax-newsroom-categories article.newsroom_post .cpt-entry-inner, body.post-type-archive-newsroom_post article.newsroom_post .blog-entry-content-wrapper {
    background: #fff !important;
    padding: 18px 24px !important;
    border: 2px solid #000 !important;
	border-radius: 6px;
	margin-bottom: 0px !important;
	height:100%;
}
body.post-type-archive-newsroom_post article.newsroom_post h2.entry-title, body.tax-newsroom-categories article.newsroom_post h2.entry-title, body.post-type-archive-newsroom_post article.newsroom_post h2.entry_title {
     font-size: 1.231em;
     line-height: 1em;
     min-height: 25px;
/*     padding-left: 29px;
     background: url('images/blog-icon-dupaco.png') 0 4px no-repeat;*/
	 background:none;
	 padding-left:0;
}
body.post-type-archive-newsroom_post article.newsroom_post h2.entry-title a, body.tax-newsroom-categories article.newsroom_post h2.entry-title a, body.post-type-archive-newsroom_post article.newsroom_post h2.entry-title a {
     color: #E87502 !important;
     font-weight: bold;
     font-size: 18px;
     line-height: 1em;
     text-decoration: none;
}
article.newsroom_post .meta, article.newsroom_post .entry .meta {
    list-style: none;
    margin: 0 0 10px;
    font-size: 0.923em;
    color: #777;
}
article.newsroom_post .entry-excerpt {
	font-size: 0.9em;
}
article.newsroom_post.cpt-entry.span_1_of_1 .entry-readmore-wrap {
/*	position:absolute;
	bottom:22px;
	height:78px;
*/}
article.newsroom_post.cpt-entry.span_1_of_1 .cpt-entry-inner {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
/*article.newsroom_post h2.search-entry-header-title {
	font-family: 'Roboto', sans-serif;
}*/
.vcex-searchbar.newsroom-search-box {
	font-size:1em;
/*	margin-right: 10px;*/
	margin-bottom:22px;
}
.vcex-searchbar.newsroom-search-box .vcex-searchbar-input {
	border: 2px solid #000;
	border-radius: 6px;
	padding: 0.4em 0.4em 0.4em 2em;
	background:url('images/icon-newsroom-search.png') 8px 10px no-repeat;
}
.vcex-searchbar.newsroom-search-box .vcex-searchbar-button {
	background: #E87502 !important;
}
.vcex-searchbar.newsroom-search-box .vcex-searchbar-button:hover {
	background: #c86909 !important;
}
/* newsroom sidebar menu */ 
#sidebar ul#menu-newsroom-topics li {
	padding: 6px 0;
	border-bottom: 1px solid #eee;
}
#sidebar ul#menu-newsroom-topics li a {
	color:#000;
	font-size:14px;
	text-decoration:none;
	border-radius:0;
	border:none;
	padding:0;
}
#sidebar ul#menu-newsroom-topics li a:hover {
	color: #DF7522;
	background-color:#fff;
}
#sidebar .widget_nav_menu .current-menu-item>a, .widget_nav_menu_accordion .widget_nav_menu .current-menu-item>a {
	background-color:#fff;
}
#sidebar .widget_archive ul li {
    border-top-width: 0;
    border-bottom-width: 1px;
}
#sidebar .widget_archive ul li a {
    display: block;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
#sidebar .widget_archive ul li a:hover {
	color:#DF7522;
}
.sidebar-widget-icons .widget_archive a:before {
	content:"";
	margin-right:0;
}

/* Mobile-Responsive Newsroom Styles */ 
@media all and (max-width: 979px) {
	body.post-type-archive-newsroom_post article.newsroom_post, body.tax-newsroom-categories article.newsroom_post, body.post-type-archive-newsroom_post article.newsroom_post {
/*		float:left !important;
		width: 50%; */
		float:none;
		width:100%;
		margin: 0 0 20px;
		padding: 0 10px;
		border-bottom:none;	
	}
}

/* end Newsroom */

/* YARPP Related Posts */ 
.yarpp-related {
	font-family: 'Roboto', sans-serif;
}
.yarpp-related h3 {
	color: #E87502 !important;
	font-size: 32px !important;
	line-height: 1em !important;
	margin-bottom: 20px !important;
	padding-top: 20px;
	margin-top: 20px;
	text-align: center;
	font-weight: 400 !important;
}
.yarpp-related ul {
	margin: 0;
	display: flex;
}
.yarpp-related ul li {
	line-height: 1.0em;
	list-style: none;
	max-width: 50%;
    border-left: 4px solid #C8C8C8;
    padding-left: 15px;
	padding-right: 18px;
	flex-grow: 1;
}
.yarpp-related ul li a.yarpp-title {
	display: block;
	font-family: 'Roboto', sans-serif;
	color: #E87502;
	font-size: 18px;
	line-height: 1em !important;
	margin-bottom: 14px !important;
	padding-top: 6px;
	margin-top: 7px;
	padding-left: 29px;
	background: url('images/blog-icon-dupaco.png') 0 4px no-repeat;
}
.yarpp-related ul li a:hover {
	text-decoration:underline;
}
.yarpp-related ul li small {
	display: block;
	line-height: 1.4em;
	margin-top: 10px;
}

.related-row h4 {
	color: #E87502;
}
.related-row .vc_gitem-zone-a {
	background-image: none;
	display: none;
}
.related-row .vc_gitem-zone .vc_gitem-zone .vc-zone-link {
	display: none;
}
.related-row .vc_gitem-zone img { 
	display:none;
}
.related-row .vc_gitem-zone .vc_grid-item-mini .vc_gitem-animated-block {
	display: none;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
	background-color: white;
	border: black;
	color: black;
	border: 2px solid black;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
	color:white;
	background-color: black;
}
body.wpex-responsive .yarpp-related .container {
	max-width: 100%;
}
/*#main #related-posts {
	display: none;
}*/
.swal2-popup:focus{
	outline: 1px solid #0B73BA !important;
}

.vc_row[data-vc-full-width].vc_parallax {
    background-color: black !important;
}

.sronly {
	text-indent: 10px;
	display: block;
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	z-index: -1;
}

