/*
Theme Name: Business Attire 2 - DH Branded
Theme URI: http://themes.cavion.com/
Author: D+H
Author URI: http://www.dh.com/
Version: 4.0.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive, multiple layouts, clean, modern, typography
Template: Builder

*/

/* #######################################
##########################################
	Body HTML and Container Set-up
##########################################
########################################## */
html {
	font-size: 100%;
}
body {
	color: #3B3F42;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.625;
}
body {
	/*background:url(images/background2E.png) top repeat-x #FFFFFF;*/
}
.builder-container-background-wrapper {
	background:url(https://www.705fcu.com/wp-content/uploads/2021/06/back_footer2D-281.png) 0px bottom repeat-x;*
	width:100%;
}
.builder-module-background-wrapper {
	position:relative;
	width:1000px;
	margin:0px auto;
	max-width:100%;
}
.builder-container-outer-wrapper {
	display: block;
	margin: 0 auto;
}
.builder-container {
	background:url(images/back_btmBackground.gif) 0px bottom repeat-x;
}
.builder-module {
	padding-top: 1.5em !important; /*controls the top padding applies too all widgets */
	padding-bottom:1.5em;
	border-bottom:none;
}
.builder-module-header,
.builder-module-footer {
	padding-top: 0em !important; /*controls the top padding applies too all widgets */
	padding-bottom:0em;
	height:1px !important;
}
.builder-module-last {
}
.builder-module-element {
	margin-bottom: 0em !important;
}
.builder-module-html .builder-module-element>*:first-child {
	margin-top: 0;
}
.builder-module-html .builder-module-element>*:last-child {
	margin-bottom: 0;
}

.page .builder-module-4,
.home .builder-module-6 {
	padding: 0 0 5em 0;
}
/*Header Logo*/

/*.builder-module .builder-module-column-1 .widget-wrapper-left #it_widget_content-2-background-wrapper{
padding-bottom:5px;	
}*/

/* #######################################
##########################################
	Header Settings (widget and default)
##########################################
########################################## */



.builder-module-3-background-wrapper {
	background: #a2aaad;
	width: 100%;
	padding: 10px 0;
}
/********** Online Banking/Login ***********/
#onlineBanking {
	position:absolute;
	/*top:95px;*/
	top:137px;
	right: 0;
	max-width:100%;
	/*margin-left:700px;*/
	z-index:500;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#onlineBanking {
		top:145px;
	}
}

#onlineBankingPages {
	position:absolute;
	top:-100px;
	right:0px;
	max-width:100%;
	/*margin-left:700px;*/
	z-index:500;
}
#showOrHideDiv {
	background:url(images/back_onlineBanking2B.png) top left no-repeat;
	height:135px;
	width:288px;
	max-width:100%;
	padding:15px 15px 0px 15px;
}
.onlineHeading {
	/*margin-left:5px;*/
	margin:5px 5px 10px 5px;
}
.onlineHeading p {
	color: #00263e;
	font-size: 1.1em;
	font-weight: 700;
}
.onlineSignUp {
	/*background:url(images/back_bankSignUp.png) top left no-repeat;*/
	background:#EBEAEA;
	border-radius:5px;
	float:left;
	width:97px;
	height:60px;
	padding:10px;
	overflow:hidden;
}
.onlineSignUp p {
	font-size:.85em;
	line-height:16px;
}
.onlineForm {
	/*width:260px;*/
	width:160px;
	float:right;
	margin-right:0px;
}
.onlineForm .btn {
	width: 80%;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.onlineForm iframe {
	width: 160px;
	height: 42px;
}
.onlineForm input[type="text"] {
	margin-bottom:10px;
}
.onlineForm input[type="submit"] {
	float:right;
}
.builder-module-sidebar .right .widget #onlineBanking .showHideBtn {
	background: #EBEAEA;
	font-size: .85em;
	margin:0px 0px 0px 120px;
	padding: 6px;
	border-bottom: 1px solid #B5B4B4;
    border-right: 1px solid #B5B4B4;
    border-left: 1px solid #B5B4B4;
}

.nav-access {
	width: 95%;
	margin: 0 auto;
	top: -8em;
	z-index: 15001;
}

.nav-access, .nav-access a {
	position: absolute;
}

.nav-access a {
	background: rgba(255,255,255,.9);
	color: #00263e !important;
	padding: 12px 10px;
	left: 0;
	right: 0;
	font-weight: 700;
	text-align: center;
}

.nav-access a:focus,
.nav-access a:hover {
	box-shadow:3px 3px 5px #aaa;
	top: 8em;
	text-decoration:none
}

.offscreen {
clip: rect(1px 1px 1px 1px); 
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap; 
width: 1px;
}

.offscreen:focus {
position:relative;
clip:auto;
width:auto;
height:auto;
overflow:auto;
}

/* Hide the mobile login button */
#mobileLogin {
	display:none;
}

.onlineBtn {
	/*width:260px;*/
	font-weight: normal;
	font-size: 1em;
	cursor: pointer;
	float: left;
	display: block;
	background:#00263e;
	color: #FFFFFF;
	padding: .2em .75em;
	border: 1px solid transparent;
	border-radius: 2px;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;	
	margin-bottom: 1.5em;
	text-decoration: none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;	
}

.onlineBtn a {
	color:#ffffff;
	text-decoration:none;	
}

.onlineBtn a:hover {
	color:#2A6DC6;
	text-decoration:none;	
}

/********** Default Header *****************/
.builder-module-header {
	text-align: center;
}

.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	height: auto;
	margin-bottom: 0;
	text-decoration: none;
}
.site-title a:hover,
.site-tagline a:hover {

}
.site-title {
	margin-top: 0;
	font-size: 3.5em;
	font-weight: bold;
	line-height: 1;
}
.site-title a {
	
}
.site-title a:hover {
	
}
.site-tagline {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: .8em;
	margin-top: .5em;
}
.site-tagline a {
	
}

/********** Search Form *****************/
#searchform {
	position: relative;
}
#searchform input[type="text"] {
	width: 100%;
	max-width: 100%;
}
#searchform input[type="submit"] {
	background: #fff;
	color:#00263e;
	position: absolute;
	top: 0;
	right: 0;
	width: 24.75%;
	max-width: 100%;
	margin: 0;
	padding: .23em 0;
	line-height: inherit;
	border: 1px solid #00263e;
}


/* #######################################
##########################################
	Main Navigation
##########################################
########################################## */
.builder-module-navigation {
	display: block;
	width: 100%;
	padding: 0px 0px 15px 0px !important;
	/*margin:30px 0px 0px 0px;*/
	margin:35px 0px 0px 0px;
}
.builder-module-navigation .builder-module-element {
	margin: 0 !important;
}
.builder-module-navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.builder-module-navigation ul * {
	margin: 0;
}
.builder-module-navigation li {
	padding: 0;
}
.builder-module-navigation li a,
.builder-module-navigation .current_page_item li a,
.builder-module-navigation .current-cat li a,
.builder-module-navigation .current-menu-item li a {
	background:transparent;
	color: #00263e;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	text-transform:uppercase;
	text-decoration: none;
	border-radius: 2px;
	padding: .75em .75em;	
	-webkit-font-smoothing: antialiased;	
}
.builder-module-navigation .current_page_item a,
.builder-module-navigation .current-cat a,
.builder-module-navigation .current-menu-item a {
	/*background: url(images/back_navOver.png) top repeat-x;*/
	background: url(images/back_navOver2B.png) top repeat-x;
	color: #00263e;
}
.builder-module-navigation li a:hover,
.builder-module-navigation li.current_page_item  a:hover,
.builder-module-navigation li.current-cat li a:hover,
.builder-module-navigation li.current-menu-item a:hover {
	/*background: url(images/back_navOver.png) top repeat-x;*/
	background: url(images/back_navOver2B.png) top repeat-x;
	color: #00263e;
}
/* second level stuff */
.builder-module-navigation li ul {
	background: #FFFFFF;
	border: .1em solid #00263e;
	border-bottom: 0;
	width: 14em;
}
.builder-module-navigation li li {
	border-bottom: .1em solid #00263e;
	width: 14em;
}
.builder-module-navigation li li a {
	float: none;
	background:#ffffff;
	color:#3B3F42;
	padding: .75em;
	line-height: 1;
	margin: 0;
	border-radius: 0;
}
.builder-module-navigation li li a:hover {
	background:#00263e;
	color:#ffffff;
	border: .1em solid #00263e;
}
.builder-module-navigation .current_page_item li a,
.builder-module-navigation .current-cat li a,
.builder-module-navigation .current-menu-item li a {
	background:#ffffff;
	color:#3B3F42;
	border: .1em solid #00263e;
}

.builder-module-navigation .current_page_item li a:hover,
.builder-module-navigation .current-cat li a:hover,
.builder-module-navigation .current-menu-item li a:hover {
	background:#00263e;
	color:#ffffff;
	border: .1em solid #00263e;
}
.builder-module-navigation li ul ul {
	margin: -2.05em 0 0 14em;
}


/* #######################################
###########################################
	Banner
##########################################
########################################## */

#metaslider_2901 li a {
	padding: 0 !important;
}

#pb_slideshow_rslider-container-1 {
	z-index:200;
	padding: 0px;
	border-bottom:6px solid #6b7379;
	margin:.5em 0;
}
#pb_slideshow_rcycle_pager-1 {
	position:absolute;
	z-index:300;

	left:500px;
	bottom:10px;
}
#pb_slideshow_rcycle-1 {
width: 1000px;
}
.widget-wrapper #pb_slideshow_rcycle-container-1 #pb_slideshow_rcycle_pager-1 span {
margin-left: 8px;
cursor: pointer;
/*font-size: 40px;*/
color: #fff;
text-shadow:
       0px 0px 0 #a2a2a2,
     -1px -1px 0 #a2a2a2,  
      1px -1px 0 #a2a2a2,
      -1px 1px 0 #a2a2a2,
       1px 1px 0 #a2a2a2;
}
.widget-wrapper #pb_slideshow_rcycle-container-1 #pb_slideshow_rcycle_pager-1 span:hover {
color: #a2a2a2;
}
.widget-wrapper #pb_slideshow_rcycle-container-1 #pb_slideshow_rcycle_pager-1 .cycle-pager-active {
color: #a2a2a2;
}
.widget-wrapper #pb_slideshow_rcycle-container-1 #pb_slideshow_rcycle_pager-1{
text-align: center;
}
.widget-wrapper #pb_slideshow_rcycle-container-1 #pb_slideshow_rcycle-1 img {
border: none;
background: none;
margin: 0px;
padding: 0px;
}


/* #######################################
###########################################
	Widgets and Sidebars
##########################################
########################################## */

/********** Default Builder Widgets *****************/


/********** Custom Widgets Styles *****************/
.home .builder-module.builder-module-5 .widget-background-wrapper {
	padding:0em .75em;
	clear:both;
}
.home .builder-module.builder-module-5 .widget {
	max-width:100%;
	margin:0px;
	padding:0;
	position:relative;
	text-align:left;
}
.home .builder-module.builder-module-5 .widget h2.widget-title,
.home .builder-module.builder-module-5 .widget .widget-content h2 {
	color:#ffffff;
	width:100%;
	text-align:center;
	border-radius:.25em .25em 0 0;
	border:transparent;
	padding:.5em 0em;
	margin:0em !important;
}
/*orange heading */
.home .builder-module.builder-module-5 .left .widget h2.widget-title,
.home .builder-module.builder-module-5 .left .widget .widget-content h2 {
	/*background:#8b1419;*/
	background:#00263e;
}
/* blue heading */
.home .builder-module.builder-module-5 .middle .widget h2.widget-title,
.home .builder-module.builder-module-5 .middle .widget .widget-content h2 {
	/*background:#0e62a0;*/
	background:#00263e;
}
/* purple heading*/
.home .builder-module.builder-module-5 .middle .widget-wrapper-3 .widget h2.widget-title,
.home .builder-module.builder-module-5 .middle .widget-wrapper-3 .widget .widget-content h2 {
	/*background:#4e27bd;*/
	background:#00263e;
}
/* green heading */
.home .builder-module.builder-module-5 .right .widget h2.widget-title,
.home .builder-module.builder-module-5 .right .widget .widget-content h2 {
	/*background:#218b16;*/
	background:#00263e;
}
.home .builder-module.builder-module-5 .widget .widget-content {
	padding:0em;
	height:310px;
	overflow:hidden;
	border-top:0px;
	border-bottom:1px solid #bbbaba;
	border-left:1px solid #bbbaba;
	border-right:1px solid #bbbaba;
	border-radius:.25em;
}
.home .builder-module.builder-module-5 .widget .widget-content p {
	padding:.25em .5em;
	font-size:.9em;
}
.home .builder-module.builder-module-5 .widget .widget-content form {
	padding:10px 0px;
	margin-left:10px;
}
.home .builder-module.builder-module-5 .widget .widget-content input[type="text"] {
	float:left;
	display:block;
	width:140px;
	margin-right:5px;
}

/* Social Media Buttons */
a.facebook, a:active.facebook {
	background:url(images/btn_facebook.jpg) top no-repeat;
	max-width:100%;
	width:231px;
	height:62px;
	overflow:hidden;
	margin:5px 0px 10px 3px;
	padding:0px;
	display:block;
}
a:hover.facebook {
	background:url(images/btn_facebook.jpg) bottom no-repeat;
	height:62px;
	overflow:hidden;
}
a.twitter {
	background:url(images/btn_twitter.jpg) top no-repeat;
	max-width:100%;
	width:231px;
	height:62px;
	overflow:hidden;
	margin:0px 0px 10px 3px;
	padding:0px;
	display:block;
}
a:hover.twitter {
	background:url(images/btn_twitter.jpg) bottom no-repeat;
	height:62px;
	overflow:hidden;
}
a.rss {
	background:url(images/btn_rss.jpg) top no-repeat;
	max-width:100%;
	width:231px;
	height:62px;
	overflow:hidden;
	margin:0px 0px 10px 3px;
	padding:0px;
	display:block;
}
a:hover.rss {
	background:url(images/btn_rss.jpg) bottom no-repeat;
	height:62px;
	overflow:hidden;
}

/* RSS Widget */
.super-rss-reader-widget {
	height:251px;
	overflow:hidden;
	padding:.5em .5em;
	border:1px solid #bbbaba;
	border-radius:0 0 .25em .2em;
}
.super-rss-reader-widget .srr-item {
		padding:10px 10px 0px 10px;
		margin-bottom:10px;
}
.super-rss-reader-widget .odd {
		background:#dddddd;
}
.super-rss-reader-widget .srr-title {
		width:200px;
		font-size:.85em;
		line-height:10px;
		padding-left:10px;
		text-overflow: ellipsis; /*start of text limit with elipses at end*/
		white-space:nowrap;
		overflow:hidden;
}
.super-rss-reader-widget .srr-title a {
		font-size:.85em;
}
.super-rss-reader-widget div.srr-meta {
		font-size:.85em;
		color:#45c0ce;
		float:left;
		margin:5px 0px 5px 5px;
		padding-right:10px;
		padding-bottom:20px;
		padding-left:10px;
}
.super-rss-reader-widget p.srr-summary {
		font-size:.85em;
		padding:0px 10px 5px 0px;
		margin:0px;
		line-height:16px;
}
.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}
.widget_rss .rss-date {
	display: block;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}

/* Tag Cloud Widget */
.widget_tag_cloud a {
	line-height: 1;
	font-weight: bold;
	display: inline-block;
	background: #CECECE;
	padding: .5em .75em;
	margin: 5px 0;
	text-decoration: none;
}
.widget_tag_cloud a:hover {
	background: #343434;
	color: #ECECEC;
}

	
/********** Default Sidebars *****************/
.builder-module-sidebar {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget-background-wrapper {
	margin-bottom:0em;
}
.builder-module-sidebar .widget {
	margin: 0;
	padding: 0;
}
.builder-module-sidebar .widget-wrapper-left .widget {
	margin-right: 1em;
}
.builder-module-sidebar .widget-wrapper-right .widget {
	margin-left: 1em;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-sidebar h2.widget-title {
/*	font-size: 1.3em;*/
	color:#5a5b5b;
/*	line-height: 1.3;*/
	margin:0px;
	padding:0px;
}
.builder-module-sidebar h2.widget-title a {
	color: #218BC4;
}
.builder-module-sidebar h2.widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}
.builder-module-sidebar .widget ul {
	font-size:1em;
	margin-left:10px;
}
.builder-module-sidebar .widget li {
	padding:10px 0px;
	list-style:none;
	list-style-image:none;
}
.builder-module-sidebar .widget li:hover {
	color:#fff;
}
.builder-module-sidebar .widget li a {
	display:block !important; /* makes entire list area clickable */
	padding-left:10px;
}
.builder-module-sidebar .widget li a:hover {
	color:#fff;
}

/*********** Custom Sidebar Styles ************/

/*Quick Links and Other Sidebar Menus */
.builder-module .builder-module-sidebar .widget-background-wrapper {
	padding:0 .75em;
}
.builder-module .builder-module-sidebar .widget-background-wrapper .widget.widget_nav_menu {
	background:#00263e;
	border-radius:.75em;
	border:transparent;
}
.builder-module .builder-module-sidebar .widget-background-wrapper .widget.widget_nav_menu h2.widget-title {
	font-size: 1.3em;
	color:#ffffff;
	line-height: 1.3;
	margin:0px;
	padding:.75em 1em;
}
.builder-module .builder-module-sidebar .widget.widget_nav_menu ul {
	margin:0px;
	padding:.75em .75em;
}
.builder-module .builder-module-sidebar .widget.widget_nav_menu li {
	padding:0;
	margin:0;
}
.builder-module .builder-module-sidebar .widget.widget_nav_menu li:hover {

}
.builder-module .builder-module-sidebar .widget.widget_nav_menu li a {
	text-decoration:none;
	font-size:1em;
	color:#ffffff;
	height:30px;
	display:block;
	padding-left:3em;
	padding-bottom:.75em;
	margin:0px;
	font-weight:600;
	letter-spacing:1px;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
.builder-module .builder-module-sidebar .widget.widget_nav_menu li a:hover {
	text-decoration:none;
	color: #A6C4ED;
}

/* specifically for the quick links menu */
.builder-module .builder-module-sidebar .widget.widget_nav_menu .menu-quick-links-container li:nth-child(1) a {
	background:url(images/icon_hoursLocations.png) top left no-repeat;
}
.builder-module .builder-module-sidebar .widget.widget_nav_menu .menu-quick-links-container li:nth-child(2) a {
	background:url(images/icon_contactUs.png) top left no-repeat;
}
.builder-module .builder-module-sidebar .widget.widget_nav_menu .menu-quick-links-container li:nth-child(3) a {
	background:url(images/icon_applyLoan.png) top left no-repeat;
}
.builder-module .builder-module-sidebar .widget.widget_nav_menu .menu-quick-links-container li:nth-child(4) a {
	background:url(images/icon_calculators.png) top left no-repeat;
}
.builder-module .builder-module-sidebar .widget.widget_nav_menu .menu-quick-links-container li:nth-child(5) a {
	background:url(images/icon_currentRates.png) top left no-repeat;
}

/* for all list items that aren't the quick links */
.builder-module .builder-module-sidebar .widget.widget_nav_menu li a {
	/*background:url(images/icon_menuArrow.png) left center no-repeat;*/
	background:url(images/icon_menuArrow.png) top left no-repeat;
}

/*#######Shared Branch Locator Widget###########*/

#boxcontainer {
/*width: 230px;*/
width:200px;
}
#coopsearchbox {
border-radius: 9px;
/*border: 1px solid #4F81BD;*/
}
#cooplogobox {
float:left;
width: 80px;
}
#cooplogo {
width: 75.8px;
height: 65.4px;
/*margin: 5px;*/
margin: 0px 5px 0px 0px;
}
#coopsearch {
float:left;
/*width: 140px;*/
width:100px;
color: #4F81BD;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .85em;
font-weight: bold;
text-align: center;
}
#searchheader{
margin:0px; padding:0px 0px 5px 0px;
/*font-size: 14px;*/
font-size:.85em;
text-align: center;
}
#zip {
border-radius: 5px;
width: 60px;
}

#zipLabel {
float:left;
padding-right:4px;	
}

#findlocations {
margin: 5px 0px 0px 0px;
width: 105px;
/*height: 17.5px;*/
height:100%;
color: #fff;
background-color: #3F6EA6;
line-height: 10px;
}
#findlocations:hover {
background-color: #4272AE;
}



/* #######################################
###########################################
	Content Area and Typography Settings
##########################################
########################################## */

/*for faq*/

.page-id-11 .qa-category {
    margin-bottom: 0 !important;
}

.page-id-11 h3.qa-faq-title {

    margin-top:0 !important;
}


/********** Content Container Styles *****************/
.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}
.entry-content {
	padding:0px 20px;
	margin:0px;
	position:relative !important;  /*allows read more links to position to absolute bottom */
	clear: both;
}
.entry-content p {
	padding:5px 40px 10px 0px;
	font-size:1em;
}
.entry-title {
	font-size: 2em;
	margin-bottom: 0.125em;
}
.entry-title a {
	text-decoration: none;
}
.entry-title a:hover {
	text-decoration: none;
}
.builder-module-content .builder-module-element {
	overflow: hidden;
}
.builder-module-content .hentry {
	margin-bottom: 0em;
	padding-bottom: 0em;
}
.builder-module-content .entry-content>*:first-child {
	margin-top: 0;
}
.builder-module-content .entry-content > *:last-child {
	margin-bottom: 0;
}

.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none;
}
.hentry .entry-meta {
	display: block;
	float: left;
	color: #858C90;
	font-size: .8em;
	/*text-transform: uppercase;*/	
}
.hentry .entry-meta a {
	font-weight: bold;
	text-decoration: none;
}
.hentry .entry-meta a:hover {

}
.hentry .entry-meta.alignleft {
	max-width: 60%;
}
.hentry .entry-meta.alignright {
	float: right;
}
.hentry .entry-footer {
	display: block;
	margin-top: 1.5em;
}
.hentry .entry-footer .entry-utility, 
.hentry .entry-footer .categories,
.hentry .entry-footer .comments {
	margin-bottom: .5em;
	
}
.hentry .entry-footer img {
	max-width: none;
}

.hentry .entry-attachment .attachment {
	text-align: center;
}

.hentry .edit-entry-link {
	clear: both;
	margin: 0;
}	
.loop-title {
	font-weight: bold;
}

/********** Text Area Settings *****************/
p, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
	margin-top: 0em;
	margin-bottom: 0em;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}
p img.left {
	float: left;
	margin: 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 0;
}
blockquote {
	border-left: 5px solid #EBEBEB;
	padding: .25em 1.5em;
	font-size: 1.5em;
	line-height: 1.42;
	-webkit-font-smoothing: antialiased;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
blockquote p {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}	
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666666;
}
address {
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin-bottom: 1.5em;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}
cite {
	font-style: normal;
}

/********** Custom Fonts ***********************/
@font-face {
 font-family: KozoEL;
 src: url("fonts/kozgopr6nextralight.eot") /* EOT file for IE */
}
@font-face {
 font-family: KozoEL;
 src: url("fonts/kozgopr6nextralight.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: KozoMed;
 src: url("fonts/kozgopr6nmedium.eot") /* EOT file for IE */
}
@font-face {
 font-family: KozoMed;
 src: url("fonts/kozgopr6nmedium.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: MyriadBold;
 src: url("fonts/myriadprobold.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyriadBold;
 src: url("fonts/myriadprobold.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: MyriadReg;
 src: url("fonts/myriadproregular.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyriadReg;
 src: url("fonts/myriadproregular.ttf") /* TTF file for CSS3 browsers */
}

/********** Links *****************/
a {
	/*color: #2599a7;*/
	color:#00263e;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
a:hover {
	color: #2A6DC6;
	text-decoration: underline;
}
a:focus {
	color: #2A6DC6;
	outline: 2px dotted #00263e;
}
a.readMore {
	text-decoration:none;
	font-weight:bold;
	color:#2599a7;
	background:url(images/btn_readMore.png) left no-repeat;
	padding-left:15px;
	display:block;
	position:absolute !important;
	bottom:10px;
	right:30px;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transition: all .1s ease-in;
}

a.readMore:hover {
	color:#2A6DC6;
}
	
	
/********** Buttons (forms and such) *****************/
.btn,
.more-link,
.loop-utility a,
input[type="button"],
input[type="submit"],
.comment-reply-link,
.mobileButton {
	font-weight: normal;
	font-size: inherit;
	cursor: pointer;
	float: left;
	display: block;
	/*background: #168CCB;*/
	background:#00263e;
	color: #FFFFFF;
	padding: .5em 1em;
	border: 1px solid transparent;
	border-radius: 2px;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;	
	margin-bottom: 1.5em;
	text-decoration: none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;	
}
.btn:hover,
.more-link:hover,
.loop-utility a:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.comment-reply-link:hover,
.mobileButton:hover {
	/*background: #199EE5;*/
	background:#00263e;
	/*color: #FFFFFF;*/
	color: #A2C1EC;	
	text-decoration: none;
}

input[type="submit"].locationGo {
	font-size: .85em;
	padding: 3px 4px;
	background: #ffffff;
	color: #227781;
	border: 1px solid #a6a5a5;
	margin-left:10px;
	border-radius:0px;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

input[type="submit"]:hover.locationGo {
	background: #1375AA;
	color: #FFFFFF;
	text-decoration: none;
}

a.moreLink {
	background: url(images/btn_moreLink.png) left top no-repeat;
	height: 15px;
	overflow: hidden;
	padding-left: 20px;
	margin: -2px 15px 0px 0px;
	font-size: .85em;
	text-decoration: none;
	color: #7e7e7e;
	position:absolute;
	bottom: 20px;
	right: 10px;
}

a:hover.moreLink {
	background: url(images/btn_moreLink.png) left bottom no-repeat;
	height:15px;
	overflow: hidden;
	text-decoration: none;
	color: #00529b;
}

/*####New links####*/

.moreWrapper {
	width:140px;
	float:right;
	padding:60px 0px 0px 0px;
}

a.moreLocations {
	background: url(images/btn_moreLink.png) left top no-repeat;
	height: 15px;
	padding-left: 20px;
	font-size: .85em;
	text-decoration: none;
	color: #7e7e7e;
	bottom: 20px;
	right: 10px;
}

a:hover.moreLocations {
	background: url(images/btn_moreLink.png) left bottom no-repeat;
	height:15px;
	/*overflow: hidden;*/
	text-decoration: none;
	color: #00529b;
}


/********** Headings (h tags) *****************/
h1, h2, h3, h4, h5 {
	font-weight: bold;
	line-height: 1.2;
	margin-top:.5em;
	margin-bottom: 27px;
}
h1 {
	font-size: 2em;
	color:#00263e;
}
h2 {
	font-size: 1.2em;
	/*color:#656666;*/
	color:#00263e;
}
h2 strong {
	/*color:#ed1c24;*/
	color:#00263e;
	text-transform:uppercase;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1.25em;
	color:#00263e;
	margin-bottom: .5em;
}
h4 strong {
	color:#fff;
	margin:0px 0px 10px 30px;
	line-height:10px;
}	
h5 {
	margin:10px 0px;
	font-size: 1.125em;
}

h1 img, h2 img, h3 img, h4 img, h5 img {
	margin: 0;
}
.home .entry-header {
display: none;
}

/********** Images *****************/
img {
	border:none;
}
a img {
	margin: 0;
}
.builder-module-image .builder-module-element img {
	margin: 0;
}
/*Image Module (Alternate - Full Window)*/
.image-full-window-outer-wrapper {
	max-width: none !important;
}
.image-full-window {
	padding: 0 !important;
}
.image-full-window .builder-module-element {
	margin: 0 !important;
}
.image-full-window-outer-wrapper img {
	width: 100%;
	height: auto;
}
/*Featured Image */
.it-featured-image {
	margin-bottom: 1.5em;
	line-height: 0;
}
.it-featured-image img {
	width: inherit;
}
/*Image Module (Alternate - No Spacing)*/
.image-no-spacing {
	margin: 0;
	padding: 0 !important;
}
.image-no-spacing .builder-module-element {
	margin: 0 !important;
	padding: 0;
}
/* Image Gallery Set-up */
.hentry .gallery {
	margin-bottom: 1.5em;
}
.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry img {

}
.hentry .alignright {
	margin: 1em 0 1em 1.5em
}
.hentry .alignleft {
	margin: 1em 1.5em 1em 0;
}
.hentry .aligncenter {
	margin: 0 auto;
}
.hentry .alignnone {
	margin: 0;
}
.hentry .wp-caption {
	margin-bottom: 1.5em;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
}
.hentry .wp-caption-text {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
}

/********** Tables *****************/
table {
	width: 100%;
	margin-bottom: 1.5em;
	color:#00263e;
}
table, td, th {
	border: 1px solid #CFCFCF;
	/*border: 1px solid #00263e;*/
	border-collapse: collapse;
}
table, input, select, textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}
th {
	background:#00263e;
/*	border: 1px solid #00263e;*/
	color:#ffffff;
	font-weight: bold;
}
th, td, caption {
	padding: .25em;
	text-align: center;
}
td a {
	/*display: block;*/
}
tfoot td {
	padding: 0;
}
tfoot a {
	display: block;
	padding: .25em;
}
caption {
	border: 1px solid #CFCFCF;
	border-bottom: 0;
	font-weight: bold;
}

/*###photo grid####*/

#tablepress-1 {
	width:100%;
	border:none;
}
#tablepress-1 tr {
	border:none;
	background:none;
	padding:0;
	margin:0;
}
#tablepress-1 th {
	border:none;
	background:none;
	font-size:1.5em;
	font-weight:bold;
	color:#002b45;
	text-align:left;
	padding:0;
	margin:0;
}
#tablepress-1 td {
	border:none;
	background:none;
	color:#002b45;
	padding:.25em 0;
	margin:0;
}


/********** Lists *****************/
ul, ol {
	list-style-position: outside;
	margin-left: 1.5em;
	padding: 0;
}
ul ul, ul ol, ol ul, ol ol {
	margin-left: .5em;
}
li {
	margin: 0;
	padding: 0;
}
li a {
	color:#6c6c6c;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: circle;
}
dl {
	margin-bottom: 1.5em;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 0;
}

/********** Forms *****************/
label {
	font-weight: bold;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}
input[type="color"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"],
input[type="number"], input[type="date"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="month"], textarea {
	font-weight: normal;
	font-size: 1em;
	padding: .4em .5em;
	background: #FFFFFF;
	border: 1px solid #7e7e7e;
}
input[type="color"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
input[type="text"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="time"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="month"]:focus, textarea:focus {

}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	max-width: 99.5%;
}
input[type=text], input[type=password], input.text, input.title, textarea {
	color: #999;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}
textarea {
	width: 30em;
	height: 20em;
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0;
}
input[type="submit"] {
	cursor: pointer;
}

.responsive-tabs .responsive-tabs__list__item {
	padding: 10px 5px 10px !important;
}

.responsive-tabs .responsive-tabs__list__item--active,
.responsive-tabs .responsive-tabs__list__item--active:hover {
	color: #00263e !important;
}

.responsive-tabs .responsive-tabs__list__item:focus {
	border-left: 2px dotted #00263e !important;
    border-top: 2px dotted #00263e !important;
    border-right: 2px dotted #00263e !important;
    border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.responsive-tabs .responsive-tabs__list__item--active,
.responsive-tabs .responsive-tabs__list__item--active:focus {
	border-left: 2px solid #00263e !important;
    border-top: 2px solid #00263e !important;
    border-right: 2px solid #00263e !important;
    border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.responsive-tabs .responsive-tabs__list__item {
	color: #00263e !important;
}

/* #######################################
###########################################
	Footer
##########################################
########################################## */
/* for home page only as it has the banner and widgets modules */
.home .builder-module.builder-module-7 .widget .widget-content {
	font-size:.85em;
	color:#ffffff;
	text-align:center;
	/*min-height:120px !important;*/  /* adjust this to the height of your bottom background to keep it below content = height - 10px */
	min-height:170px !important;
}
.home .builder-module.builder-module-7 .widget .widget-content p {
	padding-top:1em;
}
.home .builder-module.builder-module-7 .widget .widget-content a {
	color: #ffffff;
	text-decoration:none;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
.home .builder-module.builder-module-7 .widget .widget-content a:hover{
	/*color:#333333;*/
	color:#2A6DC6;
	text-decoration:none;
}
/* for content pages only as they don't have the banner or widgets modules */
.builder-template-page .builder-module.builder-module-5 .widget .widget-content, 
.builder-template-index .builder-module.builder-module-5 .widget .widget-content,
.builder-template-single .builder-module.builder-module-5 .widget .widget-content  {
	font-size:.85em;
	color:#ffffff;
	text-align:center;
	min-height:120px !important;  /* adjust this to the height of your bottom background to keep it below content = height - 10px */
}
.builder-template-page .builder-module.builder-module-5 .widget .widget-content p, 
.builder-template-index .builder-module.builder-module-5 .widget .widget-content p,
.builder-template-single .builder-module.builder-module-5 .widget .widget-content p {
	padding-top:1em;
}
.builder-template-page .builder-module.builder-module-5 .widget .widget-content a, 
.builder-template-index .builder-module.builder-module-5 .widget .widget-content a, 
.builder-template-single .builder-module.builder-module-5 .widget .widget-content a {
	color: #ffffff;
	text-decoration:none;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
.builder-template-page .builder-module.builder-module-5 .widget .widget-content a:hover, .builder-template-index .builder-module.builder-module-5 .widget .widget-content a:hover,
.builder-template-single .builder-module.builder-module-5 .widget .widget-content a:hover{
	color:#2A6DC6;
	text-decoration:none;
}

#footer {
	text-align: center;
	color: #fff;
}

#footer a {
	color: #fff;
}

.grecaptcha-badge {
	visibility: hidden;
}

.page-id-147 .grecaptcha-badge {
	visibility: initial;
}

/* Zelle Page */
.zelle-container p {
	padding: 5px 0px 10px 0px;
}
.zelle-container ol {
	list-style-type: decimal;
}
.zelle-container h2 {
	font-size: 30px;
}
.zelle-container video {
	margin: 0 auto;
	display: block;
}
.zelle-container sup {
	font-size: .6em;
	bottom: 1.2ex !important;
}
.zelle-logo {
	display: flex;
	justify-content: flex-end;
}
.zelle-hero {
	background-color: #00263E;
	display: flex;
	align-content: center;
}
.zelle-hero h2 {
	color: #fff;
	font-size: 30px;
	padding: 20px;
}
.zelle-cta-button-container {
  	text-align: center;
  	padding: 40px 10px;
}
.zelle-cta-button {
  	background-color: #00263E !important;
	color: #fff;
	font-size: 25px;
	padding: 10px 20px;
	text-decoration: none;
}
.zelle-img-cols {
	display: flex;
	margin: 0 0 50px;
	border-top: #00263E solid 4px;
	border-bottom: #00263E solid 4px;
}
.zelle-img-cols > * {
	margin: 50px 0;
	flex: 1;
}
.zelle-svg img {
	margin: 0 auto;
}
.zelle-img-copy h3 {
	font-size: 28px;
	text-transform: uppercase;
}
.zelle-faq {
	margin: 50px 0 0;
}
.zelle-mobile-apps {
	background: #f4f4f4;
	margin: 60px 0;
	padding: 40px;
	display: flex;
	flex-direction: column;
}
.zelle-mobile-apps h3 {
	margin: 0 0 30px;
}
.zelle-mobile-apps a {
	margin: 0 20px;
}

.zelle-svg {
	width: 100%;
	display: flex;
}
.zelle-svg svg {
	width: 125px;
	margin: 0 auto 20px auto;
}

.accordion-view-more {
      margin: 3em auto 0;
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: center;
      cursor: pointer;
}

.accordion-view-more .view-button {
      position: relative;
      height: 90px;
      display: inline-flex;
      align-items: center;
      font-size: 1.3em;
      font-weight: 700;
      letter-spacing: 0.25vw;
      text-align: center;
      vertical-align: middle;
      padding: 0 20px;
      border: 1px solid #ebebeb;
      background-color: #f4f4f4;
      text-decoration: none;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      cursor: pointer;
      white-space: nowrap;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
}

.accordion-view-more .view-button:hover {
      border-color: #000099;
}

.accordion-view-more .view-button .more {
      display: inline;
}

.accordion-view-more .view-button .less {
      display: none;
}

.accordion-view-more .cross {
      position: relative;
      width: 2.125em;
      height: 2.125em;
      border-radius: 50%;
      border: solid 3px currentColor;
      margin-left: .5em;
}

.accordion-view-more .cross::before,
.accordion-view-more .cross::after {
      content: "";
      display: block;
      position: absolute;
      background-color: currentColor;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      transition: all .3s;
}

.accordion-view-more .cross::before {
      width: 1.175em;
      height: 3px;
}

.accordion-view-more .cross::after {
      height: 1.175em;
      width: 3px;
}

.accordion-view-more.more-active .view-button .more {
      display: none;
}

.accordion-view-more.more-active .view-button .less {
      display: inline;
}

.accordion-view-more.more-active .cross::after {
      height: 0;
}

@media screen and (max-width: 500px) {
	.zelle-img-cols {
		flex-direction: column;
	}
}

/*** Accordions ***/

/* Style the element that is used to open and close the accordion class */
h2.accordion {
    background-color: #eee;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    font-size: 1.2em;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom:10px;
	text-transform: uppercase;
}

.panel p {
    font-size: 1.1em;
}

/* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
h2.accordion.active, 
h2.accordion:hover,
h2.accordion:focus {
    background-color: #ddd;
}

/* Unicode character for "plus" sign (+) */
h2.accordion:after {
    content: '\002B'; 
    font-size: 1.3em;
    float: right;
    margin-right: 20px;
	margin-top: -6px;
}

/* Unicode character for "minus" sign (-) */
h2.accordion.active:after {
    content: "\2212";  
}

/* Style the element that is used for the panel class */

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    opacity: 0;
    margin-bottom:10px;
}

div.panel.show {
    opacity: 1;
    max-height: 1000px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}
@media screen and (max-width: 480px) {
	h2.accordion {
		max-width: 90%;
		font-size: 1em;
	}
	h2.accordion:after {
		margin-right: 0;
	}
}

/* #######################################
###########################################
	Miscellaneous Classes and Styling
##########################################
########################################## */

/******** Misc classes ******/

.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

/********* Mobile Navigation Menu (Alternate Module Style - hidden above 500px wide)**********/

.it-mobile-menu {
	display: none;
}


/******* Success, notice and error boxes ********/

.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}

/******* Social Tabs ***********/

#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}

/********* Sitemap Template Styling **********/

.archive-left {
	float: left;
	width: 40%;
	max-width: 40%;
	margin-right: 10%;
}
.archive-right {
	float: left;
	width: 50%;
	max-width: 50%;
}

/********* Cody's Edits ********/

.more-link {
	display: inline-block;
	float: none;
	margin: 0;
}
.header-inset,
.navigation-inset,
.content-inset,
.html-inset,
.image-inset,
.widget-bar-inset,
.footer-inset {
	padding-left: 2em !important;
	padding-right: 2em !important;
	width: auto !important;
	max-width: 100% !important;
}
.edit-post-link a {
	display: inline-block;
	margin: 0;
	padding: .1em 1em;
	border-radius: 2px;
	background: #EBEBEB;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
}
.it-featured-image a {
	display: block;
}
.it-featured-image img {
	display: block;
}


/* #######################################
###########################################
	Blog/Posts Specific Styling
##########################################
########################################## */

/******* Post Meta Styles, if needed *******/
.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
	margin-bottom: 1.5em;
}

.entry-footer {
	clear: both; /* we need this so floats in the post are cleared */
}
.entry-footer .alignright {

}
.entry-footer .categories,
.entry-footer .tags {

}
.entry-footer .comments {

}

.EXIF table {
	margin: 0 auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}

/****** Previous/Next Page Navigation *******/

.loop-utility {
	clear: both; /* To clear any floats */
}


/****** Single Post Specific Styling ********/

.single .builder-module-content .hentry {
	margin-bottom: 2em;
	padding-bottom: 0;
	border-bottom: 0;
}

/****** navigation for posts that split into multiple pages ******/
.entry-pages a {
	display: inline-block;
	background: #EBEBEB;
	padding: 0 .35em;	
}

/****** Comment Styling ******/
#comments {
	margin-top: 1.5em;	
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li.comment,
.commentlist li.trackback, 
.commentlist li.pingback {
	border: 1px solid #D6D6D6;
	border-radius: 2px;
	padding: 0 1.5em;
	margin-bottom: 1.5em;
}
.commentlist .avatar {
	margin: 0;
	float: left;
	margin-right: 1em;
}
.commentlist .fn {
	display: inline-block;
	margin-top: .3em;
}
.commentlist ul.children {
	margin: 0 0 1.5em 0;
}
.commentlist ul.children li:last-child {
	margin: 0;
}
.commentlist .comment-body {
	margin: 1.5em 0;
}
.commentlist div.reply:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;	
}
#respond h3 {
	margin: 0;
}
#respond input[type="submit"] {
	line-height: inherit;
	margin: 0;

}
#respond textarea {
	width: 100%;
	max-width: 100%;
}
#respond .comment-submit-wrapper {
	margin: 0;
}
.commentlist #respond {
	margin-bottom: 1.5em;
}
.comment-reply-link {
	padding: .25em 1em;
}
.cancel-comment-reply a {
	display: inline-block;
	background: #dadddf;
	color: #3b3f42;
	border-radius: 2px;
	padding: .25em .5em;
	margin: .5em 0;
	font-size: .85em;
	text-decoration: none;	
}
.cancel-comment-reply a:hover {
	background: #ebebeb;	
}
.logged-in-as {
	margin: 0.25em 0;
}

/******** Password Protected Post Form ******/

.post-password-required input[type="submit"] {
	display: inline-block;
	float: none;
}

/********* Post Format Styling ************/

/* Quote */
.builder-module-content .format-quote .entry-content {
	padding: 2.3em;	
	border-left: 5px solid #EBEBEB;
	font-size: 1.5em;
	line-height: 1.42;
	-webkit-font-smoothing: antialiased;
}
.builder-module-content .format-quote .entry-content > *:last-child {
	margin-bottom: 0;
}
.format-quote .edit-post-link a {
	margin-top: 1em;
}

/* Image */
.builder-module-content .format-image {
	border: 1px solid #EBEBEB;
	border-radius: 2px;
	padding: 1em;
}
.builder-module-content .format-image .entry-header {
	padding-bottom: 1em;
	border-bottom: 1px solid #EBEBEB;
}
.builder-module-content .format-image .entry-title {
	margin-bottom: 0;
}
.builder-module-content .format-image .it-featured-image {
	margin-bottom: 1em;
}
.format-image .edit-post-link a {
	margin-top: 1em;
}

/* Video */
.builder-module-content .format-video {
	border: 1px solid #EBEBEB;
	border-radius: 2px;
	padding: 1em;
}
.builder-module-content .format-video .entry-header {
	padding-bottom: 1em;
	border-bottom: 1px solid #EBEBEB;
}
.builder-module-content .format-video .entry-title {
	margin-bottom: 0;
}
.format-video .edit-post-link a {
	margin-top: 1em;
}

/* Status */
.builder-module-content .format-status .entry-header {
	margin-bottom: .25em;
}
.builder-module-content .format-status .entry-content {
	border: 1px solid #EBEBEB;
	padding: 3em;
	background: #3B3F42;	
	color: #FFFFFF;	
	-webkit-font-smoothing: antialiased;
	border-radius: 3px;
}
.format-status .edit-post-link a {
	margin-top: 1em;
}


::selection {
	color: #FFFFFF;
	background: #218BC4; /* Safari */
	}
::-moz-selection {
	color: #FFFFFF;
	background: #218BC4; /* Firefox */
}



.single .builder-module-content .format-video, 
.single .builder-module-content .format-image {
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 1em;
}

/* ///////////////////////////////////////////////////////
------ wordpress.org/plugins/tabby-responsive-tabs/ ------ 
/////////////////////////////////////////////////////// */

.responsive-tabs .responsive-tabs__heading {
	display: none;
}

.responsive-tabs .responsive-tabs__list__item {
	display: inline;
	cursor: pointer;
}

.responsive-tabs-wrapper {
	clear: both;
	margin-bottom: 20px;
	zoom: 1;
}

.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
	content: "";
	display: table;
}

.responsive-tabs-wrapper:after {
	clear: both;
}

.responsive-tabs .responsive-tabs__heading:focus,
.responsive-tabs .responsive-tabs__list__item:focus {
	outline: 1px solid transparent;
}

.responsive-tabs .responsive-tabs__heading--active:focus,
.responsive-tabs .responsive-tabs__list__item--active:focus {
	outline: none;
}

.responsive-tabs ul.responsive-tabs__list {
	font-size: 1em !important;
	line-height: 18px;
	margin: 20px 0 0 12px;	
	padding: 0;
}

.responsive-tabs .responsive-tabs__list__item {
	background: transparent;
	border: 1px solid transparent;
	border-bottom: none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #999;
	font-size: 1em !important;
	line-height: 19px;
	text-transform: inherit;
	margin: 1px 12px 0 0;
	padding: 10px 12px 10px;
	white-space: nowrap;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.responsive-tabs .responsive-tabs__list__item .fa {
	margin-right: 8px;
	line-height: 0.8;
}

.responsive-tabs .responsive-tabs__list__item:hover {
	/*color: #333;*/
	color:#00263e !important;
	background: transparent;
}

.responsive-tabs .responsive-tabs__list__item--active, 
.responsive-tabs .responsive-tabs__list__item--active:hover {
	background: #fff;
	border-color: #ddd;
	/*color: #666;*/
	color:#00263e !important;
	padding-bottom: 11px;
	margin-top: 0;
	position: relative;
	top: 1px;
}

.responsive-tabs .responsive-tabs__panel {	
	background: #fff;
	border: 1px solid #ddd;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	clear: left;
	margin-bottom: 0;
	padding: 20px 20px 0;
	word-wrap: break-word;
}

.responsive-tabs .responsive-tabs__panel:after { 
	content: "";
	display: block; 
	height: 0; 
	clear: both;
}

@media (min-width: 768px) {

	.responsive-tabs .responsive-tabs__panel--closed-accordion-only {
		display: block;
	}
}

@media (max-width: 767px) {

	.responsive-tabs .responsive-tabs__list {
		display: none;
	}
	
	.responsive-tabs .responsive-tabs__heading {
		display: block;
		cursor: pointer;
	}

	.responsive-tabs-wrapper {		
		border-top: 1px solid #ccc;
	}
		
	.responsive-tabs .responsive-tabs__heading {
		background: #fff;
		border: 1px solid #ccc;
		border-top: none;
		color: #777;
		font-size: 1.1em;
		font-weight: normal;
		text-transform: inherit;
		margin: 0;
		padding: 10px 0;
		padding-left: 20px;
		position: relative;
	}

	.responsive-tabs .responsive-tabs__heading .fa {
		margin-right: 8px;
		display:none;
		}

	.responsive-tabs .responsive-tabs__heading:after {
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #777;
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		height: 0; 
		width: 0; 
	}

	.responsive-tabs .responsive-tabs__heading:hover {
		background: #eee;
		color: #777;
	}
	
	.responsive-tabs .responsive-tabs__heading:hover:after {	
		border-top: 6px solid #777;
	}

	.responsive-tabs .responsive-tabs__heading--active,
	.responsive-tabs .responsive-tabs__heading--active:hover {
		background: #ccc;
		color: #fff;
	}

	.responsive-tabs .responsive-tabs__heading--active:after,
	.responsive-tabs .responsive-tabs__heading--active:hover:after {
		border-bottom: 6px solid #fff;
		border-top: 0;
		top: 18px;
	}

	.responsive-tabs .responsive-tabs__panel {
		background: #fff;
		border: 1px solid #ccc;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border-top: none;
		margin: 0;
		padding: 0 20px;
		padding-top: 20px;
	}
}

@media print {
	.responsive-tabs .responsive-tabs__list {
		display: none;
	}

	.responsive-tabs .responsive-tabs__heading {
		background: none;
		border: none;
		display: block;
		font-size: 1.2em;
		font-weight: bold;
		text-transform: inherit;
		margin: 0!important;
		padding: 10px 0 0;
	}
	
	.responsive-tabs .responsive-tabs__panel {
		display: block!important;
		background: none;
		border: none;
		padding: 0;
	}
}

        /*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css with fixes to work with the pre-existing CSS of other sites */
        .lp_content_wrapper p,
        .lp_content_wrapper a,
        .lp_content_wrapper ol,
        .lp_content_wrapper ul,
        .lp_content_wrapper li,
        .lp_content_wrapper dl,
        .lp_content_wrapper dt,
        .lp_content_wrapper dd,
        .lp_content_wrapper blockquote,
        .lp_content_wrapper figure,
        .lp_content_wrapper fieldset,
        .lp_content_wrapper legend,
        .lp_content_wrapper textarea,
        .lp_content_wrapper pre,
        .lp_content_wrapper iframe,
        .lp_content_wrapper hr,
        .lp_content_wrapper h1,
        .lp_content_wrapper h2,
        .lp_content_wrapper h3,
        .lp_content_wrapper h4,
        .lp_content_wrapper h5,
        .lp_content_wrapper h6 {
            margin: 0;
            padding: 0;
            font-family: 'Montserrat', Arial, Helvetica, sans-serif;
            letter-spacing: normal;
            border-style: none;
        }

        .lp_content_wrapper h1,
        .lp_content_wrapper h2,
        .lp_content_wrapper h3,
        .lp_content_wrapper h4,
        .lp_content_wrapper h5,
        .lp_content_wrapper h6 {
            font-size: 100%;
            font-weight: normal;
            font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
        }

        .lp_content_wrapper button,
        .lp_content_wrapper input,
        .lp_content_wrapper select,
        .lp_content_wrapper textarea {
            margin: 0;
            padding: 0;
        }

        .lp_page_wrapper {
            width: 100%;
            max-width: 100%;
            box-sizing: border-box;
            background-color: #ffffff;
        }

        main.lp_content_wrapper {
            max-width: 1280px;
            font-size: 16px;
            font-family: 'Montserrat', Arial, Helvetica, sans-serif;
            line-height: 1.2;
            margin: 0 auto;
            text-align: center;
            padding: 0;
        }

        .lp_content_wrapper section {
            padding: 0 40px;
            margin: 0;
        }

        .lp_content_wrapper section.heading {
            padding: 0 0 80px;
        }

        .lp_content_wrapper h1,
        .lp_content_wrapper h2,
        .lp_content_wrapper h3,
        .lp_content_wrapper h4,
        .lp_content_wrapper h5,
        .lp_content_wrapper h6 {
            font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
        }

        *,
        *::before,
        *::after {
            box-sizing: inherit;
        }

        /*----new css for noscript accordions----*/
        @charset "UTF-8";

        .lp_content_wrapper input {
            position: absolute;
            opacity: 0;
            z-index: -1;
        }

        .lp_content_wrapper .row {
            display: flex !important;
        }

        .lp_content_wrapper .row .col {
            flex: 1;
        }

        /* Accordion styles */
        .lp_content_wrapper .tabs {
            overflow: hidden;
        }

        .lp_content_wrapper .tab {
            width: 100%;
            color: #262626;
            overflow: hidden;
            padding: 0;
            margin: 0;
        }

        .lp_content_wrapper .tab-label {
            background: #ffffff;
            cursor: pointer;
            display: flex !important;
            font-weight: 700;
            justify-content: space-between;
            padding: 1em;
            margin: 0;
            /* Icon */
        }

        .lp_content_wrapper .tab-label::after {
            content: "^";
            transform: rotate(180deg);
            width: 1em;
            height: 1em;
            font-size: 2.5em;
            font-weight: 100;
            line-height: 1;
            margin: 30px 0;
            text-align: center;
            transition: all 0.35s;
            padding: 0;
        }

        .lp_content_wrapper .tab-label h3 {
            font-size: 21px;
            line-height: 1.8;
            margin: 30px 0;
            max-width: 60%;
            text-align: left;
            letter-spacing: 0.5px;
        }

        .lp_content_wrapper .tab-content {
            color: #646464;
            background: white;
            /*border-bottom: solid 2px #00263E;*/
            max-height: 0;
            padding: 0;
            text-align: left;
            transition: all 0.35s;
            font-size: 18px;
            line-height: 38px;
        }

        .lp_content_wrapper .tab-content p {
            font-size: 18px;
            line-height: 2.1;
            letter-spacing: 0.5px;
            margin-bottom: 20px;
            color: #646464;
        }

        .lp_content_wrapper .tab-content ul li,
        .lp_content_wrapper .tab-content ol li {
            font-size: 18px;
            line-height: 2;
            color: #646464;
            margin-bottom: 10px;
            margin-left: 20px;
            max-width: 85%;
            list-style-type: disc;
        }

        .lp_content_wrapper .tab-close {
            display: flex !important;
            justify-content: flex-end;
            padding: 1em;
            font-size: 0.75em;
            background: #ffffff;
            cursor: pointer;
        }

        .lp_content_wrapper input:checked+.tab-label {
            background: #ffffff;
        }

        .lp_content_wrapper input:not(:checked)+.tab-label::after {
            transform: rotate(0deg);
        }

        .lp_content_wrapper input:checked+.tab-label::after {
            content: '^';
            transform: rotate(180deg);
            color: #00263E;
        }

        .lp_content_wrapper input:checked~.tab-content {
            max-height: 100%;
            padding: 0em 1em 1em;
        }

        /*----end new css for noscript accordions----*/


        .lp_content_wrapper img,
        .lp_content_wrapper video {
            height: auto;
            max-width: 100%;
        }

        /*! Primary Text Color (Black Text) */
        .lp_content_wrapper p,
        .lp_content_wrapper ol,
        .lp_content_wrapper ul,
        .lp_content_wrapper h3 {
            color: #262626;
            font-family: 'Montserrat', Arial, Helvetica, sans-serif;
        }

        /*! Secondary Text Color (Blue Text/icons) */
        .lp_content_wrapper h1,
        .lp_content_wrapper h2,
        .lp_content_wrapper .app h3 {
            color: #00263E;
        }

        .lp_content_wrapper .faqs-heading {
            border-bottom-color: #00263E;
        }

        .lp_content_wrapper .faqs-heading svg path {
            fill: #00263E;
        }

        /*! Background Grey */
        .lp_content_wrapper .background-grey {
            background-color: #e9e9e9;
        }

        .lp_content_wrapper h1,
        .lp_content_wrapper h2,
        .lp_content_wrapper h3 {
            font-weight: 700;
        }

        .lp_content_wrapper h1 {
            font-size: 4.5em;
            line-height: 1;
        }

        .lp_content_wrapper h2 {
            font-size: 20px;
            font-weight: 800;
            line-height: 1.8;
            text-align: center;
        }

        .lp_content_wrapper h3 {
            font-size: 24px;
            line-height: 1.2;
        }

        .lp_content_wrapper p {
            font-size: 16px;
            line-height: 1.4;
            font-family: 'Montserrat', Arial, Helvetica, sans-serif;
        }

        .lp_content_wrapper sup {
            font-size: 50%;
            position: relative;
            top: -5%;
            vertical-align: super;
        }

        .lp_content_wrapper .relative {
            height: 100%;
            position: relative;
        }

        .lp_content_wrapper .foot-link {
            color: inherit;
            text-decoration: none;
        }

        /* remove extra padding on accordion content */
        .lp_content_wrapper .cssAccordion {
            padding-left: 0;
            padding-right: 0;
        }

        .lp_content_wrapper .container_div {
            width: 100%;
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 40px;
            text-align: center;
        }

        .lp_content_wrapper .divider {
            background-color: #707070;
            height: 2px;
            width: 100%;
            margin: 80px auto;
            padding: 0;
        }

        .lp_content_wrapper .heading_backdrop {
            background-color: #00263E;
            /* HeroAreaColor */
            height: 20vw;
            max-height: 260px;
            position: relative;
            text-align: center;
        }

        .lp_content_wrapper .heading_backdrop_overlay {
            background-color: #ffffff;
            border: #00263E 4px solid;
            /* HeroAreaColor */
            height: 20vw;
            left: 50%;
            max-height: 250px;
            overflow: hidden;
            position: absolute;
            top: 75%;
            transform: translate(-50%, -50%);
            width: calc(100% - 160px);
        }

        .lp_content_wrapper .heading_backdrop_overlay h1 {
            color: #00263E;
            font-size: calc(24px + (78 - 32) * ((100vw - 390px) / (1280 - 390)));
            left: 50%;
            line-height: 1.2;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
        }

        .lp_content_wrapper .heading_bottom h1 {
            color: #00263E;
            font-size: 64px;
            line-height: 1.2;
            margin: 60px 0;
            /* padding: 30px 50px; */
        }

        .lp_content_wrapper .heading_login,
        .lp_content_wrapper .footer_login {
            background-color: #00263E;
            color: #ffffff;
            font-size: 30px;
            font-weight: 700;
            margin: 80px auto 100px;
            padding: 30px 60px;
            width: fit-content;
        }

        .lp_content_wrapper .heading_login a:active,
        .lp_content_wrapper .heading_login a:hover,
        .lp_content_wrapper .heading_login a:link,
        .lp_content_wrapper .heading_login a:visited,
        .lp_content_wrapper .footer_login a:active,
        .lp_content_wrapper .footer_login a:hover,
        .lp_content_wrapper .footer_login a:link,
        .lp_content_wrapper .footer_login a:visited {
            color: #ffffff;
            text-decoration: none;
            font-family: 'Montserrat', Arial, Helvetica, sans-serif;
        }

        .lp_content_wrapper .footer_login {
            margin: 100px auto;
        }

        .lp_content_wrapper .heading_content p {
            font-size: 23px;
            line-height: 2;
            margin: 0;
            text-align: left;
            letter-spacing: 1.5px;
        }

        .lp_content_wrapper .steps_headline {
            margin-bottom: 60px;
        }

        .lp_content_wrapper .instruction {
            align-items: center;
            display: flex !important;
            margin-bottom: 20px;
            text-align: left;
        }

        .lp_content_wrapper .instruction_num {
            background-color: #00263E;
            display: block !important;
            height: 60px;
            margin-right: 48px;
            min-width: 60px;
            position: relative;
            text-align: center;
            width: 60px;
        }

        .lp_content_wrapper .instruction_num h3 {
            position: absolute;
            color: #ffffff;
            top: 50%;
            left: 50%;
            font-size: 45px;
            transform: translate(-50%, -50%)
        }

        .lp_content_wrapper .instruction_close {
            margin: 60px;
        }

        .lp_content_wrapper .tips h2 {
            margin-bottom: 40px;
        }

        .lp_content_wrapper .tips .row {
            justify-content: space-between;
        }

        .lp_content_wrapper .tips .col {
            align-items: stretch;
            flex-direction: column;
            height: auto;
            margin: 16px;
            padding: 16px;
            width: 25%;
            text-align: center;
        }

        .lp_content_wrapper .tips .col h2 {
            margin-bottom: 0;
        }

        .lp_content_wrapper .tips img {
            margin-bottom: 20px;
        }

        .lp_content_wrapper .tips h3 {
            color: #000000;
            line-height: 1.6;
            margin-bottom: 24px;
        }

        .lp_content_wrapper .tips h4 {
            color: #262626;
            font-size: 18px;
            font-weight: 700;
            line-height: 2;
            text-align: center;
            letter-spacing: 1px;
        }


        .lp_content_wrapper .faqs {
            margin: 5em 0;
        }

        .lp_content_wrapper .faqs .faqs-heading {
            width: 100%;
            border-bottom-style: solid;
            border-bottom-width: 2px;
            display: flex !important;
            align-items: center;
            padding-bottom: 10px;
            margin-bottom: 2.625em;
        }

        .lp_content_wrapper .faqs .faqs-heading .svg {
            margin-right: 30px;
        }

        .lp_content_wrapper .faqs .intro-image {
            flex: 0 0 70%;
            margin-bottom: 2em;
        }

        .lp_content_wrapper .faqs .intro-image img {
            display: block !important;
            width: 100%;
            height: auto;
        }

        .lp_content_wrapper .faqs .intro-text {
            flex: 0 0 30%;
        }

        .lp_content_wrapper .faqs .accordian-heading {
            margin-top: 2em;
            padding-bottom: 1.5em;
        }

        .lp_content_wrapper .video h2 {
            text-align: center;
            padding-bottom: 1em;
        }

        .lp_content_wrapper .video .container_div {
            padding-bottom: 60px;
        }

        .lp_content_wrapper .video_backdrop {
            background-color: #00263E;
            height: 43vw;
            max-height: 560px;
            position: relative;
            text-align: center;
        }

        .lp_content_wrapper .video_backdrop_overlay {
            height: 43vw;
            left: 50%;
            max-height: 600px;
            overflow: visible;
            position: absolute;
            top: calc(50% + 40px);
            transform: translate(-50%, -50%);
            width: calc(100% - 80px);
            /* 1200px in this case*/
        }

        .lp_content_wrapper .video_backdrop_overlay img {
            border: #00263E 3px solid;
        }

        @media (min-width: 1280px) {
            .lp_content_wrapper .video_backdrop_overlay {
                top: calc(50% + 60px);
            }
        }

        .lp_content_wrapper .app {
            text-align: center;
        }

        .lp_content_wrapper .app h2 {
            font-weight: 800;
            margin-bottom: 1em;
        }

        .lp_content_wrapper .app h3 {
            font-size: 2em;
            margin-bottom: 1.25em;
        }

        .lp_content_wrapper .app .row {
            justify-content: center;
        }

        .lp_content_wrapper .app .app-logo {
            margin: 0 10px;
            max-width: 215px;
        }

        .lp_content_wrapper .logos {
            padding: 0;
        }

        .lp_content_wrapper .logos .container_div {
            display: flex !important;
            justify-content: flex-end;
            align-items: center;
        }

        .lp_content_wrapper .logos .logo {
            box-sizing: border-box;
            padding: 0;
        }

        .lp_content_wrapper .disclaimer {
            padding-bottom: 40px;
        }

        .lp_content_wrapper .disclaimer p {
            font-size: 16px;
            margin-bottom: 12px;
            line-height: 1.2;
        }

        .lp_content_wrapper .disclaimer .footnotes {
            margin-bottom: 12px;
            text-align: left;
        }

        .lp_content_wrapper .disclaimer .footnotes p {
            position: relative;
            padding-left: 8px;
            margin-bottom: 16px;
            font-size: 12px;
            line-height: 1.5;
        }

        .lp_content_wrapper .disclaimer .footnotes p sup {
            left: 0;
            top: 0px;
        }

        /* show/hide legal logos based on User Profile dropdown */
        /* style logos and default to hide all insurance and EQL */
        .lp_content_wrapper .disclaimer-logos img {
            margin-right: 15px;
            display: none;
            width: auto;
            height: 50px;
        }

        /* Profile returns "FDIC" for insurance makes logo visible */
        .lp_content_wrapper .disclaimer-logos .FDIC img.fdic-block {
            display: inline-block;
        }

        /* Profile returns "NCUA" for insurance makeslogo visible */
        .lp_content_wrapper .disclaimer-logos .NCUA img.ncua-block {
            display: inline-block;
        }

        /* Profile returns "Yes" for EQL makes logo visible if EQL returns NO css will keep it hidden */
        .lp_content_wrapper .disclaimer-logos .EQLYes img.eql-block {
            display: inline-block;
        }

        /* USED TO HIDE QT elements for Impact Marketing HTML code generation */
        .lp_content_wrapper .showF92 {}

        /* OPTIONAL - REMOVE UNUSED QT code with class="hide" before publishing landing page */
        .lp_content_wrapper .hideF92 {
            display: none !important;
        }

        /* FI type */
        .lp_content_wrapper .FItypeFDIC::before {
            content: "customer";
        }

        .lp_content_wrapper .FItypeNCUA::before {
            content: "member";
        }

        /* show/hide elements based on Yes/No dropdown */
        .lp_content_wrapper .Yes {}

        .lp_content_wrapper .No {
            display: none !important;
        }

        .lp_content_wrapper .NoNo {
            display: none !important;
        }

        /*# sourceMappingURL=style.css.map */

        /* MEDIA QUERIES */
        @media (min-width: 1280px) {

            /* Max font-size for heading h1*/
            .lp_content_wrapper .heading_backdrop_overlay h1 {
                font-size: 78px;
            }
        }

        @media (max-width: 959px) {
            .lp_content_wrapper .container_div {
                padding: 0 30px;
            }

            .lp_content_wrapper .row {
                display: block !important;
            }

            .lp_content_wrapper section.heading {
                padding: 0 0 70px;
            }

            .lp_content_wrapper .heading_backdrop {
                height: 20vw;
                max-height: 400px;
                position: relative;
                text-align: center;
            }

            .lp_content_wrapper .heading_backdrop_overlay {
                background-color: #ffffff;
                border: #00263E 4px solid;
                /* HeroAreaColor */
                height: 20vw;
                left: 50%;
                max-height: 400px;
                overflow: hidden;
                position: absolute;
                top: 75%;
                transform: translate(-50%, -50%);
                width: calc(100% - 120px);
            }

            .lp_content_wrapper .heading_login {
                margin: 40px auto 80px;
            }

            .lp_content_wrapper .app .row {
                display: flex !important;
            }


            .lp_content_wrapper .tips .col {
                margin: 0 auto 20px;
                width: 95%;
            }
        }

        @media (max-width: 639px) {
			/*left-right padding*/
			.lp_content_wrapper section {
				padding: 0;
			}
			/* hero image */
            .lp_content_wrapper section.heading {
                padding-bottom: 60px;
            }

            .lp_content_wrapper .heading_backdrop_overlay {
                top: 75%;
                transform: translate(-50%, -50%);
                width: calc(100% - 80px);
            }

            .lp_content_wrapper .heading_backdrop_overlay h1 {
                color: #00263E;
                /* HeroAreaColor */
                font-size: calc(24px + (78 - 32) * ((100vw - 390px) / (1280 - 390)));
                left: 50%;
                line-height: 1.2;
                padding: 24px;
                position: absolute;
                top: 50%;
                transform: translate(-50%, -50%);
                width: 100%;
            }

            .lp_content_wrapper .heading_bottom h1 {
                margin: 30px 0;
            }
			
			.lp_content_wrapper .logos .container_div .logo {
                display: block !important;
                margin: 0 auto;
				width: 320px;
            }
			
			/* main copy */
			.lp_content_wrapper .heading_content p {
				font-size: 18px;
				line-height: 1.6;
				margin: 0;
				text-align: center;
			}
			
			/*button font size*/
			.lp_content_wrapper .heading_login,
			.lp_content_wrapper .footer_login {
				font-size: 24px;
				margin: 50px auto;
				padding: 30px 30px;
			}
			
			/* enrollment section */
			.lp_content_wrapper h3 {
				font-size: 20px;
				line-height: 1.3;
			}
			
			.lp_content_wrapper .instruction_num {
				height: 40px;
				margin-right: 32px;
				min-width: 40px;
				width: 40px;
			}
		
			.lp_content_wrapper .instruction_num h3 {
				font-size: 20px;
			}
			
			.lp_content_wrapper .tips h3 {
				margin-bottom: 0;
			}
			
			.lp_content_wrapper .tips h4 {
				font-size: 18px;
				line-height: 1.3;
				padding-top: 10px;
			}
			
			.lp_content_wrapper .instruction_close {
				margin: 40px 0;
			}
			
			/* subheads */
			.lp_content_wrapper h2 {
				font-size: 24px;
				line-height: 1.3;
			}
			/* subheads app badeges */
			.lp_content_wrapper .app h3 {
				font-size: 24px;
			}
			
			.heading_content p {
				Margin: 50px 0 0 !important;
			}
			/* make sections closer together vertically */
			.lp_content_wrapper .divider {
				margin: 50px auto;
			}
			
			/* stack app badges */
            .lp_content_wrapper .app .row {
                display: block !important;
                text-align: center;
            }

            .lp_content_wrapper .app .app-logo {
                margin: 0 auto 10px;
                max-width: 180px;
            }

            /* Video section */
			.lp_content_wrapper .video_backdrop {
                height: 38vw;
            }

            .lp_content_wrapper .video_backdrop_overlay {
                height: 43vw;
                top: calc(50% + 30px);
                width: calc(100% - 30px);
                /* 1200px in this case*/
            }
			
			/* FAQs */
			.lp_content_wrapper .tab-label h3 {
				margin: 15px 0;
				line-height: 1.3;
			}
			
			.lp_content_wrapper input:checked~.tab-content {
				padding: 0em 0em 1em;
			}
			
			.lp_content_wrapper .tab-content p {
				line-height: 1.6;
				letter-spacing: normal;
			}
			
			.lp_content_wrapper .tab-content ul li,
			.lp_content_wrapper .tab-content ol li {
				line-height: 1.6;
			}
        }