/*
Theme Name: Dupaco v1
Theme URI: http://totalwptheme.com
Description: Child Theme for Dupaco — depends on Total WordPress theme. 
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.2.3
*/

/* 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;
}
h1, h4, h5, h6, .page-subtitle {
	font-weight:900;
}
h1 {
	font-size:60px;
}
h1.page-header-title {
	font-size: 28px;
	font-weight:900;
}
h2, .vcex-heading {
    color: #df7626;
    font-size: 22px;
	font-weight: 400;
    margin-bottom: 0px;
    margin-top: 40px;
    line-height: 1.2em;
}


h2.page-header-title {
	font-size:1.615em;
	font-weight:400;
}
h2.home-heading {
	font-size:40px;
}
h2.blog-entry-title {
	font-size:16px;
}
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;
}

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

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

#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;
	border-bottom: 1px dotted #d4d4d4;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#post-media img {
	margin-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: #df7626;
    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;
}
.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;
}

#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;
}

#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: #F6921E;
    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 */
ul#menu-landing-page-menu li:last-of-type {
	margin-right:0;
}
.button-orange a {
    background-color: #F6921E;
	border:2px solid #F6921E;
}
.button-orange a:hover {
    background-color: #fff;
	cursor:pointer;
}
.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:-2px;
	margin-left:16px;
	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;
}
.button-orange a span, .button-orange-outline a span {
	color:#000 !important;
}

.button-orange-outline a {
    background-color: #d4d4d4;
	border:2px solid #d4d4d4;
}
.button-orange-outline a:hover {
	background:#fff;
}

/* Mobile fixes for landing pge menu */
@media all and (max-width: 979px) {
	.button-orange a, .button-orange-outline a {
		margin-bottom:22px;
	}
}
@media all and (min-width: 980px) {
	.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;
}
/* 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: #767676;
    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: #F6921E;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    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: #767676;
    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: #df7626;
}

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

#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: none;
    border-bottom: 2px solid #000;
    border-top: 1px solid #000;
    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 {
    color: #f69320;
    display: block;
    font-size: 30px;
    line-height: 1em;
    text-align: center;
    text-shadow: 0 3px 2px #000000;
}

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: #df7626;
    font-size: 20px;
    margin-bottom: 0px;
}

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

.vcex-heading {
    color: #df7626 !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: #f6921e !important;
    border-bottom-color: transparent !important;
    color: #231f20 !important;
    z-index: 10;
}

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

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

    color: #df7626;
    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: #df7626;
    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: #777777 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.2em !important;
}
.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: #e07508;
}
.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 {
    background: none transparent;
    border-bottom: 2px solid #c7c7c7;
    color: #df7626;
    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 {
	text-align: left;
}

table.product-table thead th,
table.product-table tbody 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;
}


/*
    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: #df7626 !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: #df7626;
	font-size: 29px;
	font-weight:900;
	margin-bottom: 0px;
	margin-top: 40px;
	text-align: center;
}
#related-pages h2 a {
    text-decoration: none;
}
#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: #E17612;
}
#related-pages .color_orange .theme-button {
	border-color: #E17612;
}
#related-pages .color_orange .theme-button:hover {
	background: #E17612;
	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: #EC1C23;
}
#related-pages .color_red .theme-button {
	border-color: #EC1C23;
}
#related-pages .color_red .theme-button:hover {
	background: #EC1C23;
	color: #fff;
}


/* 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: #999;
}
#dupaco-footer p {
    font-size: 14px;
	color: #999;
}
.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;
}
#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;
}
#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;
	    float: left;
		text-align: left;
	}
	
	#footer-links #text-links {
		text-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: #E1750A !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-entry.grid-entry-style header {
	margin-top: 0;
}
.blog-entry {
	margin-bottom: 30px !important;
	overflow: hidden;
}

.blog-entry h2 a {
	color: #E1750A !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-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;
}

#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%);
}

#sidebar .widget_categories ul li.current-cat a {
	color: #DF7522;
}
/* 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: #F49131;
	font-weight: bold;
}

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

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;
}
.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;
}

/* 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: 2px !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: #767676;
    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 #c1c1c1;
	-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: #df7626;
	text-decoration: none;
}

/*
 * 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 {
	    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;
	}

	#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;
	}

}

.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;
	}

}