/*
Theme Name: Vallant Financial
Version: 111.1
Requires at least: 4.7
Requires PHP: 5.2.4
Author: Pinnacle Bank wp
Description: The Pinnacle Bank for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */


@import url("https://use.typekit.net/ivm8yhj.css");

* { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust: none; }
html, body {  width: 100%; font-size: 16px; line-height: 24px; color: #707070; font-family: 'TradeGothic'; background: #fff; }

*::-webkit-input-placeholder { opacity:1; color: #999899; }
*::-moz-placeholder {opacity:1;color: #999899; }
*:-ms-input-placeholder {opacity:1;color: #999899; }

input[type=checkbox]{ -webkit-appearance: checkbox; margin: 0px 0 0 0px; display: inline-block; vertical-align: top; }
button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px; font-family: 'TradeGothic'; }
input, textarea {-webkit-appearance: none;-webkit-border-radius: 0px;font-family: 'TradeGothicNextLTPro-Lt' !important;}

:focus,input:focus, textarea:focus { outline: none; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
:focus { outline: none; }

/* common */
a { transition: all 0.5s; -webkit-transition: all 0.5s; -ms-transition: all 0.5s; text-decoration: none; outline: none; }
ul { list-style: none; }
.clear { clear: both; overflow: hidden; }
img { border: 0px; outline: none; display: block; max-width: 100%; }

.flexed { display: flex; -webkit-display: flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; }
.flex-center { align-items:center; -webkit-align-items:center; }
.flex-space-between { justify-content: space-between; -webkit-justify-content: space-between; }

h1,h2,h3,h4,h5,h6 { font-family: trade-gothic-next, sans-serif; font-weight: 700;  }

h1 { font-size: 45px; line-height: 1.2; font-family: 'Palatino'; }
h2 { padding: 0 0 25px; font-size: 50px; line-height: 1.2; color: #015841; font-family: 'TradeGothicLTBoldNo_2'; }
h3 { font-size: 35px; line-height: 1.2; font-family: 'TradeGothicBold'; }
h4 { font-size: 20px; line-height: 24px; }
h5 { font-size: 18px; line-height: 22px; }
h6 { font-size: 16px; line-height: 20px; }

p { padding-bottom: 20px; }

.listing li { padding: 0 0 0 30px; position: relative; }
.listing li:before { width: 5px; height: 5px; border-radius:50%; -webkit-border-radius:50%; -ms-border-radius:50%; background:#000; content:''; position:absolute; left:0px; top:13px; } 

.locationlink {
	padding: 10px 0 0;
    }
    
   .locationlink a {
  color: #73243e;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: trade-gothic-next, sans-serif; 
  }


.page-id-794 .inner-banner-bar.meet_pinny_banner {background-position: right center;}
#back-to-top { box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; -ms-box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; position: fixed; bottom: 20px; display: none; right: 15px; z-index: 9999; width: 34px; height: 34px; cursor: pointer; border-radius: 50%; -webkit-border-radius: 50%; transition: opacity 0.2s ease-out; -webkit-transition: opacity 0.2s ease-out; opacity: 0; background: #006bb6; }
#back-to-top:after { width: 0px; height: 0px; content: ''; position: absolute; left: 50%; top: 50%; border: 10px solid transparent; border-bottom-color: #fff; margin: -15px 0 0 -10px; }
#back-to-top.show { opacity: 0.8; }


#back-to-top.show:hover { opacity: 1; }
a.close, a.mobilemenu { display: none; }

#wrapper { padding-bottom: 0; width: 100%; position: relative; }

.wrapper { max-width: 1170px; padding: 0 15px; position: relative; margin:0 auto; }
.wrapper2 { max-width: 1115px; padding: 0 15px; position: relative; margin:0 auto; }

/*header-part*/
#header-part { width: 100%; }

/*header-part*/
#header-part { width: 100%; }

/* header-bar */
.header-bar, #header-part { -webkit-box-shadow: 0 9px 6px -6px rgba(0,0,0,0.2); -moz-box-shadow: 0 9px 6px -6px rgba(0,0,0,0.2); box-shadow: 0 9px 6px -6px rgba(0,0,0,0.2); position: relative;z-index: 111; }
.header-bar .logo { position:absolute; left:50%; top:0; margin-left: -700px; height:100%; }

.header-bar .inner { padding: 0 0 0 210px; max-width: 1366px; margin:0 auto; }
.header-bar .inner:after { clear: both; overflow: hidden; content:''; display:block; }

/* logo */
.logo { width: 225px;
padding: 40px 0 0 32px; position: relative; z-index: 1; }
.logo:after { content: ""; width: 5000px; height: 100%; position: absolute; right: -1px; top: 0px;  background: #fff; transform-origin: bottom left; -ms-transform: skew(-19deg, 0deg); -webkit-transform: skew(-19deg, 0deg); transform: skew(-19deg, 0deg); z-index: -1; box-shadow: 2px 0 7px -2px rgba(0,0,0,.2); }

/* .right-bar */
.header-bar .right-bar { width: 84.6%; }
.header-bar a.mobilemenu { display: none; }

/* header-top */
.header-top { width: 100%; background: #044030; }
.header-top .menu-main-menu-container { float: left; }
.header-top ul { padding: 0 0 0 70px; float: left; display: -webkit-flex; display: flex; justify-content: flex-end; align-items: center; }
.header-top ul li { display: inline-block; }
.header-top ul li a { padding: 4px 14px; font-size: 14px; letter-spacing: 0.36px; color: rgba(255,255,255,0.8); display: inline-block; }
.header-top a.search_icon { padding: 4px 49px 4px 62px; letter-spacing: 0.36px; font-size: 16px; margin: 0 0 0 21px; color: rgba(255,255,255,0.8); float: left; background:  url(assets/images/search-icon-custom.png) no-repeat 37px center;background-size:15px; }
.header-top a.search_icon:hover, .header-top ul li a:hover, .header-top ul li.current-menu-item a { background-color: #71a087; }
.header-top .menubg { float: right; }

/* header-midd */
.header-midd { width: 100%; background: #015841; align-items: center; }
.header-midd ul { padding: 0 0 0 115px; float: left; }
.header-midd ul li { margin-left: 85px; display: inline-block; }
.header-midd ul li:first-child { margin-left:0; }
.header-midd ul li a { padding: 15px 0px; display: inline-block; letter-spacing: 0.26px; color: rgba(255,255,255,1); transition: all 0.5s; }
.header-midd ul li:hover a, .header-midd ul li.current-menu-item a, .header-midd ul li.current-page-ancestor a { text-decoration:underline;  color: #fff; }
.mac-os .header-bottom ul li a{padding-top:27px;padding-bottom:23px;} 
.header-midd a.login { padding: 15px 35px; min-width:340px; float: right; font-size: 20px; color: rgba(255,255,255,1); text-align: center; background: #71a087; display: inline-block; text-transform: uppercase; font-family: trade-gothic-next, sans-serif; font-weight:700; }
.header-midd a.login:hover { background: #074d3a; }
/* header-bottom */
.header-bottom { width: 100%; background: #fff; }
.header-bottom ul li { float: left; position: relative; }
.header-bottom ul li a { width: 228px; padding: 25px 15px; font-size: 16px; text-align: center; border-right: 1px solid #efeff0; display: inline-block; color: #5f5e5e; }

.header-bottom ul li:last-child a { border-right: 0px; padding-right: 0; }

.header-bottom ul li a:hover, .header-bottom ul.menu > li:hover > a, .header-bottom ul.menu > li.current-menu-ancestor > a { background-image: linear-gradient(#fefefe, #dcdcdd); }
.header-bottom ul.menu > li.current-menu-item > a, .header-bottom ul.menu > li.current-menu-parent > a { background-color: #fefefe; background-image: linear-gradient(#fefefe, #dcdcdd); }
.header-bottom ul li ul { position: absolute; left: 0px; top: 100%; display: none; border: #DEDFE0 solid 1px; width: 355px; background: #fff; }
.header-bottom ul li:hover > ul { display: block; }
.header-bottom ul li li.height-none ul {background: transparent;border: transparent;}
.header-bottom ul li li { float: none; border-bottom: #DEDFE0 solid 1px; }
.header-bottom ul li li a { padding: 18px 15px; position: relative; line-height: 26px; text-align: left; display: block; border: 0px; width: auto; background: none; }
.header-bottom ul li li > a:hover, .header-bottom ul li li:hover > a, .header-bottom ul li li.current-menu-item > a, .header-bottom ul li li.current-menu-parent > a { color: #fff; background: #71A087; }
.header-bottom ul li ul { }
.header-bottom ul li li { position: static; }
.header-bottom ul li li ul {
  top: -1px;
  left: 100%;
  max-height: 400px;
  min-height: 100%;
  overflow-y: scroll; /* Always show the vertical scroll bar */
  overflow-x: hidden; /* Prevent horizontal scrolling if unnecessary */
  background: #F4F4F4;
}

/* For WebKit browsers (Chrome, Safari, Edge) */
.header-bottom ul li li ul::-webkit-scrollbar {
  width: 8px; /* Ensures scrollbar is visible */
}

.header-bottom ul li li ul::-webkit-scrollbar-thumb {
  background: #999; /* Color of the scrollbar thumb */
  border-radius: 4px; /* Rounded corners for better aesthetics */
}

.header-bottom ul li li ul::-webkit-scrollbar-track {
  background: #F4F4F4; /* Matches the container's background */
}

/* Optional: For consistent behavior on Firefox */
.header-bottom ul li li ul {
  scrollbar-width: thin; /* Always show a thin scrollbar */
  scrollbar-color: #999 #F4F4F4; /* Thumb and track colors */
}


.header-bottom ul li li ul li a { background: #F4F4F4; }
.header-bottom ul li li ul li a:hover { background: #71A087; }
.header-bottom ul li li ul li a sup { font-size: 70%; vertical-align: top; }
.header-bottom ul li li.menu-item-has-children > a:after { content: ""; position: absolute; right: 15px; top: 28px; width: 10px; height: 10px; border-bottom: #72a086 solid 2px; border-right: #72a086 solid 2px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
.header-bottom ul li li.menu-item-has-children > a:hover:after, .header-bottom ul li li.menu-item-has-children:hover > a:after, .header-bottom ul li li.menu-item-has-children.current-menu-parent > a:after { border-bottom: #fff solid 2px; border-right: #fff solid 2px; transform: rotate(135deg); -webkit-transform: rotate(135deg); }

.mobielmenubar { display: none; }

/* banner-bar */
.parent-pageid-653 .inner-banner-bar h1 {text-transform: initial;}
.banner-bar { width: 100%; height: 563px; background-repeat: no-repeat; background-size: cover; position: relative; border-bottom: 26px solid #f0f0f0;
    box-shadow: 0 9px 5px -6px rgba(0,0,0,0.2); }
.banner-bar.faqs { height: 447px; }
.banner-bar .subtext { padding: 36px 0; width: 100%; text-align: center; background: rgba(1,88,65,0.7); position: absolute; bottom: 0; left: 0; right: 0; }
.banner-bar .subtext h1 { color: #fff; letter-spacing: 1px;font-family: trade-gothic-next, sans-serif;font-weight: 600; }

/* content-part */
#content-part { width: 100%; position: relative; }

/* proud-bar */
.proud-bar { padding: 116px 0 120px; width: 100%; text-align: center; position: relative; z-index: 1; background-repeat: no-repeat; background-position: center; }
.proud-bar:before { content: ""; width: 100%; height: 423px; position: absolute; bottom: 0; left: 0;/* background: url(assets/images/proud_Bg.png) no-repeat center */; z-index: -1; }

.page-investment-services .proud-bar .wrapper:after { left: auto; right: 0px; }
.proud-bar h2 { padding: 0 0 10px; font-size: 30px; color: #707070; font-family: 'TradeGothicBold'; font-weight: normal; line-height: 1.2; }
.proud-bar p { max-width: 560px; margin: 0 auto; font-size: 18px; line-height: 31px; color: #707070; }
.proud-bar p em { font-size: 18px; font-family: 'TradeGothicLTLight'; opacity: 0.48; color: #707070; }
.page-id-553 .proud-bar p {max-width: 575px;}
/* accounts-abr */
.accounts-abr { padding: 0 0 100px; width: 100%; }
.accounts-abr .item-bar { margin: 0 0 45px; display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; }
.accounts-abr .item-bar .text { width: 45%;  }
.accounts-abr .item-bar .text .sub { margin: 0 -25px 0 0; padding: 55px 31px 55px 62px; text-align: center; background: #f0f0f0; box-shadow: 0 8px 5px -6px rgba(0,0,0,0.2); position: relative; }
.accounts-abr .item-bar .text .sub p { padding-bottom: 43px; line-height: 1.2; color: #707070;; }
.accounts-abr .item-bar .text .sub h2 { position: relative; left: 15px; font-family: 'TradeGothicBold'; font-weight: normal; }

.learnBtn, body .wp-block-button__link, body .wpcf7-submit { padding: 12px 34px 8px; line-height: 25px; font-size: 18px; color: #fff; letter-spacing: 0.72px; display: inline-block; text-transform: uppercase; font-family: 'TradeGothic'; background: #71a087; }
body .wp-block-button__link:hover, body .wpcf7-submit:hover { background: #015841; }
.wpcf7-submit { border-radius: 0px; -webkit-border-radius: 0px; cursor: pointer; }

.accounts-abr .item-bar .image { width: 55%;  }
.accounts-abr .item-bar .image img { width: 100%; }
.accounts-abr .text .sub:after { content: ""; position: absolute; right: -153px; top: 0px; width: 153px; height: 100%; background-repeat: no-repeat; background-size: 100% 100%; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 600 530' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 900,800 0,530' style='fill:%23f0f0f0;' /%3E%3C/svg%3E"); box-shadow: 0 8px 5px -6px rgba(0,0,0,0.2); }
.accounts-abr .item-bar .text:nth-of-type(2) .sub { margin: 0 0 0 -25px; background: #42748d; }
.accounts-abr .item-bar .text:nth-of-type(2) .sub h2 { color: #fff; left: 0; }
.accounts-abr .item-bar .text:nth-of-type(2) .sub p { color: #fff; }
.accounts-abr .item-bar .text:nth-of-type(2) .sub:after {  left: -152px; right: auto; top: 0px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 600 530' preserveAspectRatio='none'%3E%3Cpolygon points='600,0 800,530 0,530' style='fill:%2342748d;' /%3E%3C/svg%3E"); }
.accounts-abr .item-bar:nth-of-type(2n) { flex-direction: row-reverse; }
.accounts-abr .item-bar:nth-of-type(2n) .text .sub { margin: 0 0 0 -25px; background: #42748d; }
.accounts-abr .item-bar:nth-of-type(2n) .text .sub h2 { color: #fff; left: 0; }
.accounts-abr .item-bar:nth-of-type(2n) .text .sub p { color: #fff; }
.accounts-abr .item-bar:nth-of-type(2n) .text .sub:after {  left: -152px; right: auto; top: 0px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 600 530' preserveAspectRatio='none'%3E%3Cpolygon points='600,0 800,530 0,530' style='fill:%2342748d;' /%3E%3C/svg%3E"); }
.accounts-abr.about { padding-bottom: 0px; }
.accounts-abr.about .item-bar { margin-bottom: 135px; }
.page-philanthropy .accounts-abr.about { padding-top: 130px; }

/* community-bar */
.community-bar { margin: 0 0 150px; width: 100%; height: 499px; background-size: cover; background-repeat: no-repeat; display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: wrap; position: relative; }
.community-bar .left { width: 46%; background: rgba(0,0,0,0.3); display: flex; align-items: center; justify-content: center; flex-wrap: wrap; position: relative; }
.community-bar .left .sub { width: 100%; text-align: center; }

.community-bar .left .video_thumb, .busines-contant-bar .video_bar .video_thumb { padding: 90px 0 0 0; display: inline-block; font-size: 18px; line-height: 22px; text-transform: uppercase; color: #fff; background: url(assets/images/video_img.png) no-repeat; background-position: center top; letter-spacing: 0.72px; }
.community-bar .left .video_thumb:hover, .busines-contant-bar .video_bar .video_thumb:hover { opacity: 0.50; }
.community-bar .left img { margin: 0 auto; }

.community-bar .right { padding: 120px 140px 120px 160px; width: 54%;background: rgba(66,116,141,0.7); text-align: center; box-shadow: -5px 0 5px -5px rgba(0,0,0,0.2);  position: relative; }
.community-bar .right h3 { padding: 0 0 80px; color: #fff; line-height: 42px; position: relative; }
.community-bar .right h3:before { content: ""; margin: 0 auto; width: 126px; height: 1px; position: absolute; bottom: 43px; left: 0; right: 0; background: rgba(255,255,255,0.75); }
.community-bar .right p { padding: 0 23px; font-size: 20px; color: #fff; }
.community-bar .video { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }
.community-bar .video .videobg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; }
.community-bar.onlinebanking .right { padding: 100px 140px 100px 160px; box-shadow: 0px 0 0px 0px rgba(0,0,0,0); background: none; z-index: 10; text-align: left; }
.community-bar.onlinebanking .right:before { transform: skew(-15deg,0); -webkit-transform: skew(-15deg,0); content:''; width: 5000px; height: 100%; background: rgba(2,84,66,1); position: absolute; right: 100px; top:0; }
.community-bar.onlinebanking .right p { position: relative; }
.community-bar.onlinebanking h3 { font-size: 50px; font-family: 'TradeGothic'; font-weight: normal; }
.community-bar.onlinebanking h3:before { display: none; }
.community-bar.onlinebanking .textcnt { float: right; max-width: 600px; padding-right: 50px; }
.community-bar.onlinebanking:before { content: ""; z-index: 10; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.3); }
.community-bar.onlinebanking .left { background: none; z-index: 11; }
.community-bar.onlinebanking { height: 463px; }
.community-bar.onlinebanking { }
.community-bar.onlinebanking { }
.community-bar.onlinebanking { }

/* improve-bar */
.improve-bar { margin: 0 0 70px; width: 100%; position: relative; }
.improve-bar .subtext { display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: wrap; max-height: 465px; overflow: hidden; }
.improve-bar .content {width: 45%;background: #015841;position: relative;z-index: 1;display: flex;flex-wrap: wrap;align-items: center;justify-content: flex-end;}
.improve-bar .content:after { content: ""; width: 100%; height: 100%; position: absolute;     right: -58px; top: 0px;  background: #015841; transform-origin: bottom left; -ms-transform: skew(-14deg, 0deg); -webkit-transform: skew(-14deg, 0deg); transform: skew(-14deg, 0deg); z-index: -1; box-shadow: 2px 0 7px -2px rgba(0,0,0,.2); }
.improve-bar .content .text { width: 500px; float: right; padding: 0px 0 0; position: relative; left: 35px; height: 85%; }
.improve-bar .content .text h2 { color: #fff; font-weight: normal; font-family: 'TradeGothic'; padding: 0 0 45px; letter-spacing: 0.44px; }
.improve-bar .content .text h2 a { color: #fff; }
.improve-bar .content .text p { color: #fff; padding: 0 160px 40px 0; line-height: 1.2; }
.improve-bar .image { width: 55%; }
.improve-bar .image img { width: 100%; }
.tipsmore_btn { padding: 17px 48px 21px; color: #fff; font-size: 24px; background: #015841; position: absolute; top: -33px; right: 0; letter-spacing: 0.14px; }
.tipsmore_btn:hover { background: #71a087;; }

/* popup */
.searchbar { padding: 58px 38px 40px; text-align: center;  position: absolute; top: 31px; right: 50%; margin-right: -683px; width: 340px; background: #fff; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;  -webkit-transform: translate(0px, -100%) scale(0, 0); -moz-transform: translate(0px, -100%) scale(0, 0); -ms-transform: translate(0px, -100%) scale(0, 0); -o-transform: translate(0px, -100%) scale(0, 0); transform: translate(0px, -100%) scale(0, 0); opacity: 0; display: none; box-shadow: -4px 7px 5px -5px rgba(0,0,0,0.2); text-align: center; }
.searchbar input#s:not([type='submit']) { padding: 10px 15px 15px 45px; width: 100%; font-size: 14px; color: #999899; font-family: 'TradeGothic'; border: none; border-bottom: 1px solid #ccc; border-radius: 0px; -webkit-border-radius: 0px;background: url(assets/images/search-icon.png) no-repeat 10px center;background-size: 17px; text-transform:capitalize;}
.searchbar.open { -webkit-transform: translate(0px, 0px) scale(1, 1); -moz-transform: translate(0px, 0px) scale(1, 1); -ms-transform: translate(0px, 0px) scale(1, 1);
-o-transform: translate(0px, 0px) scale(1, 1); transform: translate(0px, 0px) scale(1, 1); opacity: 1; z-index: 126; display: block; }
.searchbar .close { width: 27px; height: 27px; background: rgba(160, 160, 160, 0.45); border-radius: 100%; display: flex;
align-items: center; position: absolute; top: 12px; left: 12px; cursor: pointer; }
.searchbar .close img { margin: 0 auto; }
.searchbar .btn { border: 0px; margin: 40px 0 0; padding: 12px 56px 8px; cursor: pointer; transition: all 0.5s; border-radius: 0px; -webkit-border-radius: 0px; background: #71a087; }
.searchbar .btn:hover { background: #000; }

/* contctbar */
.contctbar { padding: 38px 25px 8px 33px; width: 523px; background: #42748d; text-align: left; }
.contctbar h4 { padding: 0 0 48px; font-size: 25px; color: #fff; text-align: center; font-family: 'TradeGothicLTBoldNo_2'; }
.contctbar .formbox { width: 100%; margin: 0 0 22px;  display: -webkit-flex;  display: flex; flex-wrap: wrap; justify-content: space-between; } 
.contctbar .formbox .inputfild { width: calc(50% - 15px); }
.contctbar .formbox .inputfild .wpcf7-text, .contctbar .formbox .inputfild .wpcf7-number, .contctbar .formbox .inputfild textarea { width: 100%; padding: 12px 5px; font-size: 17px; color: #707070; border: none; border-radius: 0px; background: #f4f4f4; }
.contctbar .formbox .wpcf7-not-valid { border: 1px solid #f00 !important; }
.contctbar .formbox .inputfild label { margin: 0 0 2px; display: block; color: #fff; font-family: 'TradeGothicLTBoldNo_2'; }
.contctbar .formbox .box { width: calc(100% - 0px); }
.contctbar .formbox .inputfild .huisnr { width: 130px; }
.contctbar .formbox textarea { height: 122px; resize: none; }
.contctbar .wpcf7-submit { margin: 0 0 30px; float: right; padding: 15px 21px 8px; border: 0px; }
.contctbar .formbox .item {  }
.contctbar .formbox .item h5 { padding: 0 0 5px; font-size: 18px; color: #fff; font-family: 'TradeGothicLTBoldNo_2'; letter-spacing: 0.34px; }
.contctbar .formbox .item p { padding: 0; color: #fff; line-height: 1.2; }
.contctbar .close { border: 1px solid #fff; }
.contctbar .phone, .contctbar a[href^="tel:"] { cursor: text; color: #fff; }
.contctbar .formbox .item .viewall { margin: 20px 0 0; display: inline-block; color: #fff; text-decoration: underline; }
.contctbar .formbox .item .viewall:hover { opacity: 0.5; }
.contctbar .messagebg { float: left; width: 50%; color: #fff; font-style: italic; font-size: 14px; line-height: 18px; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.page-id-508 .busines-contant-bar ol li {padding: 0 0 0 0px;position: relative;font-size: 20px;color: #707070;font-family: trade-gothic-next, sans-serif;font-weight: 300;line-height: 29px;}

/* loginbar */
.loginbar { top: 86px; padding: 58px 38px 25px; }
.loginbar .selectinput { width: 100%; padding: 10px 5px; line-height: 24px; display: block; text-align: left; color: #999899; border: 1px solid #999899; font-size: 16px; background: url(assets/images/select_bg.jpg) no-repeat right center; border-radius: 0px; -webkit-border-radius: 0px; }
.loginbar .enroll { margin: 35px 0 0; display: block; color: #999899; font-size: 15px; text-decoration: underline; }
.loginbar .Privacy { margin: 0;  font-size: 13px; text-decoration: none; }
.loginbar .loginoptions { position: relative; }
.loginbar .loginoptions ul { padding: 10px 0; display: none; position: absolute; left: 0px; top: 46px; width: 100%; border: 1px solid #999899; border-top: 0px; background: #fff; }
.loginbar .loginoptions li { padding: 0 15px; text-align: left; font-size: 16px; line-height: 24px; }
.loginbar .loginoptions li a { display: block; color: #999899; }
.loginbar .loginoptions li a:hover { color: #015841; }
.loginbar { }
.loginbar { }
.loginbar { }


/* footer-part */
#footer-part { width: 100%;  }
#footer-part .wrapper { max-width: 1290px; }
.footer-top { padding: 20px 0 14px; width: 100%; background: #535458; }
.footer-top .wrapper { display: flex; flex-wrap: wrap; justify-content: space-between; }
.footer-top #menu-footer-menu li { padding: 0 10px 0 0px; display: inline-block; }
.footer-top #menu-footer-menu li a { display: inline-block; font-size: 20px; line-height: 1.4; color: #fff; } 
.footer-top #menu-footer-menu li:hover a { color: #71a087; }
.footer-top .right li { margin: 0 0 0 4px; width: 28px; height: 28px; display: inline-block; transition: all 0.5s; }
.footer-top .right li a { width: 28px; height: 28px; line-height: 25px; text-align: center; font-size: 12px; color: #535458; display: inline-block; opacity: 1; }
.footer-top .right li a:hover { opacity: 0.8; }
.footer-news { padding: 70px 0 25px; width: 100%; position: relative; z-index: 1; }
.footer-news:after { content: ""; width: 100%; height: 218px; position: absolute; bottom: 0; left: 0; background: url(assets/images/footer_Bg.png) no-repeat; z-index: -1; }
.footer-news h3 { padding: 0 0 10px; color: #015841; text-align: center; }
.footer-news p { color: #535458; text-align: center; font-family: 'TradeGothicLTBoldNo_2'; opacity: 0.8; } 
.footer-news .wpcf7 form { padding: 0 0 0 100px; max-width: 990px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.footer-news p { padding-bottom: 0px; }
.footer-news .wpcf7 form .box { width: calc(40% - 40px); }
.footer-news .wpcf7 form .box label { display: block; font-size: 16px; color: #999899; font-family: 'TradeGothic'; }
.footer-news .wpcf7 form .box input { padding: 12px 15px; font-size: 16px; width: 100%; border: 1px solid #b6b5b6; background: #fff; border-radius: 0px; -webkit-border-radius: 0px; }
.footer-news .wpcf7 form .signbox { padding-top: 18px; width: calc(21% - 0px); } 
.footer-news .wpcf7 form .wpcf7-submit { margin: 24px 0 0; padding: 15px 0 9px; font-size: 18px; width: 100%; background: #71a087;; color: #fff; border: none; text-transform: uppercase; font-family: 'TradeGothic'; transition: all 0.5s; cursor: pointer; border-radius: 0px; -webkit-border-radius: 0px; }
.footer-news .wpcf7 form .wpcf7-submit:hover { background: #044030; }
.footer-news .wpcf7 form .box input::-webkit-input-placeholder, .contctbar .formbox .inputfild .custom_fild::-webkit-input-placeholder { color: #999899; opacity: 0.6; }
.footer-news .wpcf7 form .box input::-moz-placeholder, .contctbar .formbox .inputfild .custom_fild::-moz-placeholder {opacity:1;color: #999899; opacity: 0.6; }
.footer-news .wpcf7 form .box input:-ms-input-placeholder, .contctbar .formbox .inputfild .custom_fild:-ms-input-placeholder {opacity:1;color: #999899; opacity: 0.6;  }
.learnBtn:hover, .footer-news .wpcf7 form .sign_btn:hover { background: #044030; }
span.wpcf7-not-valid-tip { display: none !important; }
.wpcf7-not-valid { border-color: #f00 !important; }
div.wpcf7-response-output { text-align: center; width: 100%; border: 0px; color: #f00; }
div.wpcf7-mail-sent-ok { color: #063; }
.contctbar div.wpcf7-response-output { color: #fff; border: #F57E80 solid 2px; }
.contctbar div.wpcf7-mail-sent-ok { color: #fff; border: #71a087 solid 2px; }

.footer-news .fotrlist { padding: 95px 0 0; width: 100%; text-align: center; }
.footer-news .fotrlist ul { }
.footer-news .fotrlist ul li { padding: 0px 15px 0 17px; display: inline-block; font-size: 15px; color: #838383; font-size: 15px; border-left: 1px solid #838383;  position: relative; line-height: 1; font-family: 'TradeGothic'; }
.footer-news .fotrlist ul li:first-child { padding-left: 0; border-left: none; }
.footer-news .fotrlist ul li:last-child { padding-right: 0; }
.footer-news .fotrlist ul li a { color: #838383; }
.footer-news .fotrlist ul li a:hover { color: #015841; }
.footer-news .footerlogo img { position: absolute; left: 20px; bottom: 20px; }
.footer-news .footerlogo img:nth-child(2) { left: auto; right: 20px; }
.footer-news .footerlogo .footerimg2 img { left: auto; right: 20px; }
.footer-news a.closebtn { display: none; }
.footer-news a.learnBtn.mobile { display: none; }

/* karn sir css */

.button { text-align: center; transition:all 0.3s; -webkit-transition:all 0.3s; background: #71a087; color: #ffffff; font-size: 18px; line-height: 25px; padding: 12px 42px 8px; text-transform: uppercase; text-transform: uppercase; border:0; cursor: pointer; font-family: 'TradeGothic'; letter-spacing: 0.02em; min-width: 188px; display: inline-block; vertical-align: top; }
.button:hover { background:#044030; }

/*inner-banner-bar*/
.inner-banner-bar { margin-bottom: 26px; width: 100%; background-position: center center; background-size:cover; position: relative; }
.inner-banner-bar:before { z-index:1; content:''; width: 50%; height: 100%; position: absolute; left:0; top:0;
background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
 }
 
 
.page-id-2650 .inner-banner-bar:before {
content: '';
background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}

.page-id-2650 .inner-banner-bar .text:before {transform: skew(-28deg,0);background: rgba(2,84,66,0.70);}
.page-id-2650 .inner-banner-bar:after {
content: '';
box-shadow: 0 1px 15px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.16);
background-color: #f0f0f0;
z-index: 1;
}
.inner-banner-bar .text { position: relative; min-height:425px; display: flex; -webkit-display: flex; align-items:center; -webkit-align-items:center; width: 100%; max-width: 380px; color: #fff; }
.inner-banner-bar .text { min-height: 535px; }
.parent-pageid-227 .inner-banner-bar .text, .page-template-template-news .inner-banner-bar .text, .page-template-template-saving-accounts-parent .inner-banner-bar .text, .page-template-template-checking-accounts .inner-banner-bar .text, .page-mobile-banking .inner-banner-bar .text { min-height: 425px; }
.inner-banner-bar.about .text { min-height: 535px; }
.inner-banner-bar .text:before { transform: skew(-28deg,0); -webkit-transform: skew(-28deg,0); content:''; width: 5000px; height: 100%; background: rgba(2,84,66,0.70); position: absolute; right:-110px; top:0; }
.inner-banner-bar { width: 100%; height:100%; content:''; }
.page-id-521 .credit-banner-bar .text h2{padding-bottom:0px;} 
.inner-banner-bar .inner { width: 100%; position: relative; z-index:1; }
.inner-banner-bar h2 { font-size: 45px; line-height: 53px; color: #fff; font-family: 'TradeGothicBold'; font-weight: normal; }
.inner-banner-bar .subtitle, .inner-banner-bar h1 { font-size: 18px; line-height: 22px; color: #fff; display: block; font-family: 'TradeGothicNextLTPro-Lt'; /*text-transform: uppercase;*/ padding-bottom: 15px; opacity: 0.70; letter-spacing: 0.14em; }
.inner-banner-bar:after { content:''; display: block; position:absolute; bottom:-26px; left: 0; width: 100%; height: 26px; box-shadow: 0 1px 15px rgba(0, 0, 0, 0.16); -webkit-box-shadow:0 1px 15px rgba(0, 0, 0, 0.16); background-color: #f0f0f0; z-index: 1; } 
.inner-banner-bar h1.customhead { font-size: 45px; line-height: 53px; color: #fff; font-family: 'TradeGothicBold'; font-weight: normal; }

/*inner-banner2*/
.inner-banner2 { margin-bottom: 26px; text-align:center; width: 100%; min-height:535px; background-position: center center; background-size:cover; position: relative; }
.inner-banner2 .text { position:absolute; left:0; bottom:0; width: 100%; background: rgba(1,88,65,0.66); color: #fff; padding: 35px 0; }
.inner-banner2 h1 { font-size: 45px; line-height: 55px; color: #fff;font-family: trade-gothic-next, sans-serif;font-weight: 600; }
.inner-banner2:after { content:''; display: block; position:absolute; bottom:-26px; left: 0; width: 100%; height: 26px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); background-color: #f0f0f0; } 

.page-template-template-holiday .inner-banner2:after { display: none; }

/*news_detail_sec*/
.news_detail_sec { width: 100%; }
.news_detail_sec h1 { padding-bottom: 7px; color: #707070; font-size: 45px; line-height: 55px; font-family:"trade-gothic-next"; font-weight: 400; }
.news_detail_sec .date {  position: relative; z-index:1; color: #707070; font-size: 16px; line-height: 22px; font-family: 'TradeGothicLTLight'; padding: 0 0 15px; display: block; }
.news_detail_sec .featured_banner img,
.news_detail_sec .featured_banner { width: 100%; }
.news_detail_sec .featured_banner {  margin-bottom: 49px; } 
.news_detail_sec .cont_row { border-bottom: 1px solid #535458; margin: 0 -10px 50px; padding-bottom: 20px; display: flex; -webkit-display: flex; align-items:flex-start; }
.news_detail_sec .col { padding: 0 10px; flex:1; -webkit-flex:1; }
.news_detail_sec p, .news_detail_sec li { font-size: 18px; line-height: 22px; font-family: "Myriad Pro", 'TradeGothic'; padding-bottom: 22px; color: #707070; }
.news_detail_sec img.featured { margin: 30px 0; width: 100%; }
.news_detail_sec .back_to_blog { color: #999899; text-decoration:underline; }
.news_detail_sec .back_to_blog .mobile { display: none; }
.news_detail_sec .back_to_blog:hover { text-decoration:none; } 
.news_detail_sec .contentblock { column-count: 2; column-gap: 40px; }

.news_detail_sec .contentblock { }
.news_detail_sec .contentblock.show_area {column-count: 1;}

.news_detail_sec .contentblock ul {
	list-style: disc;
	margin: 0 0 0 15px;
}

/*top_search_bar*/
.top_search_bar { width: 100%; overflow: hidden; }
.top_search_bar .search { float: right; width: 100%; max-width: 530px; }
.top_search_bar label { line-height: 21px; color: #999899; font-size: 16px; display: block; padding-bottom: 5px; }
.top_search_bar .search-btn1 { padding: 12px 10px 8px; transition:all 0.3s; -webkit-transition:all 0.3s; width: 187px; float: right; height: 45px; background: #71a087; color: #ffffff; font-size: 18px; text-transform: uppercase; text-transform: uppercase; border:0; cursor: pointer; font-family: 'TradeGothic'; letter-spacing: 0.02em; border-radius: 0px; -webkit-border-radius: 0px; }
.top_search_bar .search-btn1:hover { background:#044030; }
.top_search_bar .field { width: calc(100% - 209px); float: left; height: 46px; border: 1px solid rgba(153, 152, 153, 0.72); background-color: rgba(255, 255, 255, 0.78); font-size: 16px; padding: 10px 15px; color: #999899; border-radius: 0px; -webkit-border-radius: 0px; }

/*news_sec*/
.news_sec { margin: 140px 0 7px 0; padding: 45px 0 90px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); width: 100%; background: #f0f0f0; }
.news_sec.globalnews { margin-top: 0px; }
.news_sec .row { padding: 80px 0; margin: 0 -8px; width: calc(100% + 16px); display: flex; -webkit-display: flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; }
.news_sec .rowbg { padding: 80px 0; }
.news_sec #oldlist, .news_sec #newlist { margin: 0 -8px; width: calc(100% + 16px); display: flex; -webkit-display: flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; }
.news_sec .news_col { margin: 0 8px 18px 8px; text-align:center; padding: 0 15px 55px; width: calc(33.33% - 16px); background:#ffffff; position: relative; overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
.news_sec .news_col:after { margin: 0 -38% -38% 0; width:200px; height: 200px; background:#fafafa; content:''; position:absolute; right:0; bottom:0; transform: rotate(48deg); }
.news_sec .news_col .pic img { width: 100%; transition:all 0.3s; -webkit-transition:all 0.3s; }
.news_sec .news_col:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); } 
.news_sec .news_col .pic { width: auto; display: block; margin: 0 -15px 15px; overflow: hidden; }
.news_sec h3 { position: relative; z-index:1; min-height:123px; padding-bottom: 15px; color: #035642; font-size: 30px; line-height: 36px; font-family:'TradeGothicBold'; font-weight: 400; }
.news_sec h3 a { display: inline-block; color: #035642; } 
.news_sec h3 a:hover { text-decoration: none; color: #000; } 
.news_sec .date { position: relative; z-index:1; color: #707070; font-size: 16px; line-height: 22px; font-family: 'TradeGothicLTLight'; padding: 0 0 5px; display: block; }
.news_sec .more, .news_sec .btn1 { position: relative; z-index:1; display: block; text-decoration:underline; line-height: 21px; color: #999899; font-size: 16px; position:absolute; left:50%; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); bottom:22px; }
.news_sec .more:hover, .news_sec .btn1 { color: #035642; }
.news_sec .button, .news_sec .btn-row { display:  table; margin:55px auto 0; }
.news_sec.other { margin-top:100px; background:#fbfbfb; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) inset; -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) inset; text-align:center; padding:85px 0 25px; }
.news_sec.investparent { margin-top: 20px; }
.news_sec.other h2 { font-family: 'TradeGothic'; font-weight:400; color: #707070; font-size: 40px; line-height: 50px; }
.news_sec.other .row { padding-top: 35px; }
.news_sec.resourcecenter { padding-top: 67px; margin-top: 0px; }
.news_sec.resourcecenter { }
.news_sec.resourcecenter { }
.news_sec.resourcecenter { }
.news_sec.resourcecenter { }
.news_sec.resourcecenter { }
.news_sec.resourcecenter { }

/*breadcrumb_sec*/
.breadcrumb_sec { padding: 60px 0 40px; width: 100%; }  
.breadcrumb_sec li { opacity: 0.42; color: #707070; font-size: 14px; display: inline-block; vertical-align: top; }
.breadcrumb_sec li a { color: #707070; display: block; text-decoration: underline; }
.breadcrumb_sec li a:after { content: '>'; display: inline-block; vertical-align: top; margin: 0 4px; }
.breadcrumb_sec li a:hover { text-decoration:none; }

/*error_box*/
.error_box { padding: 70px 0; width: 100%; }
.error_box .wrapper2 { display: flex; -webkit-display: flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; align-items:center; -webkit-align-items:center; justify-content:space-between; -webkit-justify-content:space-between;  }
.error_box .left { width: 50%; padding-right:50px; }
.error_box .right { max-width: 466px; width: 50%; }
.error_box h1 { color: #015841; font-size: 64px; line-height: 70px; font-weight: normal; font-family: 'TradeGothicLTLight'; }
.error_box h1 strong { font-size: 83px; line-height: 90px; display: block; font-family: 'TradeGothicBold'; padding-bottom: 10px; }
.error_box p { color: #707070; font-size: 16px; line-height: 22px; padding: 20px 0 100px; font-family: trade-gothic-next, sans-serif; font-weight:300; }

/*search_sec*/
.search_sec { padding: 70px 0; width: 100%; }
.search_sec .search-bar { max-width:340px; position: relative; margin-bottom: 92px; }
.search_sec .field { padding: 0 0 10px 60px; width: 100%; height: 35px; color: #999899; font-size: 16px; border:0; border-bottom: 1px solid #999899; background: url(assets/images/search-icon.png) 10px 4px no-repeat; background-size:15px auto; border-radius: 0px; -webkit-border-radius: 0px; }
.search_sec .wrapper2 { max-width:965px; }
.search_sec .field {text-transform: capitalize;}
.search_sec .results { text-align:center; display: block;  padding: 20px 0 0 0; color: #848484; }
.search_sec p { line-height: 19px; letter-spacing: 0.01em; color: #5f5e5e; padding-bottom: 25px; font-family: trade-gothic-next, sans-serif; font-weight:300; }
.search_sec .search_row { width: 100%; padding-bottom: 50px; margin-bottom: 45px; border-bottom: 1px solid #cccccc; }
.search_sec h3 { font-size: 35px; line-height: 40px; font-family: 'TradeGothicBold'; font-weight:normal; color: #015841; padding-bottom: 20px; }
.search_sec h3 a { color: #015841; } 
.search_sec .search_row:last-child { padding-bottom:0; margin-bottom:0; border-bottom:0; }

/*who_we_are_sec*/
.who_we_are_sec { display: flex; -webkit-display: flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; align-items:center; -webkit-align-items:center; padding: 70px 0 80px; width: 100%; min-height:685px; background: url(assets/images/mountain.png) center bottom no-repeat; }
.who_we_are_sec .text { margin: 0 110px 0 35px; border-left: 14px solid #015841; padding: 0 0 0 20px; }
.who_we_are_sec .text h2 { font-family: trade-gothic-next, sans-serif; font-weight: 400; }
.who_we_are_sec p { line-height: 19px; padding:0; }
.who_we_are_sec h3 { width:100%; margin-top:-10px; float: left; letter-spacing: 0.02em; padding-bottom: 25px; font-size: 45px; line-height: 50px; color: #044030; font-family: trade-gothic-next, sans-serif; font-weight:300; /*font-family: 'TradeGothicNextLTPro-Lt';*/ }

/*mid_banner*/
.mid_banner { width: 100%; min-height:395px; position: relative; background-position: center center; background-size:cover; display: flex; -webkit-display: flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; align-items:center; -webkit-align-items:center; background-attachment: fixed; }
.mid_banner:after { width: 100%; height: 100%; content:''; position:absolute; left:0; top:0; background: rgba(3,86,66,0.77); }
.mid_banner .wrapper2 { position: relative; z-index:1; }
.mid_banner h2 { padding-bottom: 0px; font-size: 66px; line-height:72px; color: #fff; font-family: trade-gothic-next, sans-serif; font-weight: 400; }

/*features_sec*/
.features_sec { padding: 130px 0 55px; margin-bottom: 90px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); width: 100%; background: #f0f0f0; }
.features_sec .row { display: flex; -webkit-display: flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; justify-content:space-between; -webkit-justify-content:space-between;  }
.features_sec .row .col { padding: 55px 45px 125px; text-align:center; width: calc(33.33% - 25px); background:url(assets/images/box-bg.png) center bottom no-repeat; background-size: 100% auto; position: relative; margin-bottom: 40px; }
.features_sec .wrapper { max-width: 1250px; }
.features_sec h3 { padding-bottom: 25px; font-size: 30px; line-height: 36px; color: #707070; }
.features_sec p { letter-spacing: 0.01em; line-height: 25px; color: #707070; }


.features_sec ul {
    letter-spacing: 0.01em;
    line-height: 25px;
    color: #707070;
    list-style: disc;
    margin: 0 15px;
    padding: 0;
}

.button_rows {
    margin: 0 auto 75px;
}

.button_rows .row {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.button_rows .row .col a {
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 95px;
}


.button_rows .row .col { padding: 0 0 25px; text-align:center; width: calc(33.33% - 25px);   }

/*map_sec*/
.map_sec { width: 100%; min-height:480px; position: relative; margin-bottom: 90px; background-position: left center; background-size:cover; }
.map_sec #wpsl-wrap { margin-bottom: 0px; }
.map_sec .wpsl-search { padding: 45px 52px; z-index: 101; width: 445px; position: absolute; left: 0px; top: 115px; background: #f0f0f0; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
.map_sec #wpsl-result-list { display: none; }
.map_sec #wpsl-gmap { width: 100%; height: 480px !important; }
.map_sec .wpsl-input { display: block; }
.map_sec #wpsl-search-btn, .map_sec #wpsl-search-wrap div { margin: 0px; float: none; display: block; }
.map_sec .wpsl-input label { color: #535458; font-family: 'TradeGothicNextLTPro-Lt'; font-weight: 700; font-size: 20px; font-weight: bold; float: none; width: 100%; display: block; text-align: center; }
.map_sec #wpsl-search-input { float: left; width: 145px; display: block; color: #535458; font-family: 'TradeGothicNextLTPro-Lt'; font-size: 14px;
font-weight: 400; letter-spacing: 1.4px; border: 0px; border-bottom: 1px solid #535458; border-radius: 0px; -webkit-border-radius: 0px; background: none; }
.map_sec #wpsl-results { display: none !important; }
.map_sec #wpsl-search-wrap .wpsl-select-wrap { float: right; width: 80px; }
.map_sec .wpsl-search-btn-wrap { padding-top: 40px; width: 100%; clear: both; text-align: center; }
.map_sec #wpsl-radius label { display: none; }
.map_sec .wpsl-dropdown { border: 0px; border-radius: 0px; -webkit-border-radius: 0px; background: none; border-bottom: 1px solid #535458; }
.map_sec .wpsl-selected-item:after { border: 0px; width: 7px; height: 22px; right: 0px; margin-top: -7px; background:url(assets/images/arrow-updown.png) no-repeat; }
.map_sec #wpsl-search-btn { text-align: center; transition: all 0.3s; -webkit-transition: all 0.3s; background: #71a087; color: #ffffff; font-size: 18px; line-height: 25px; padding: 12px 42px 8px; text-transform: uppercase; border: 0; cursor: pointer; font-family: 'TradeGothic'; letter-spacing: 0.02em; min-width: 188px;    display: inline-block; border-radius: 0px; vertical-align: top; }
.map_sec  #wpsl-search-btn:hover { background: #044030; }
.map_sec { }
.map_sec { }

/*intro_sec*/
.intro_sec { padding: 60px 0 25px; width: 100%; min-height: 460px; display: flex; -webkit-display: flex; align-items: center; -webkit-align-items: center; background: url(assets/images/mountain.png) center 70px no-repeat; }
.intro_sec .text { border-left: 1px solid rgba(0,0,0,0.1); border-right: 1px solid rgba(0,0,0,0.1); max-width: 740px;margin: 0 auto; text-align: center; padding: 0 90px 30px; }
.intro_sec p { color: #707070; font-size: 18px; line-height: 31px; }
.intro_sec h3 { font-size: 30px; line-height: 36px; padding-bottom: 10px; font-family: 'TradeGothicBold'; font-weight: normal; color: #707070; }

/*full_video_sec*/
.full_video_sec { margin-bottom: 192px; text-align: center; width: 100%; min-height: 420px; background-position: center center; background-size: cover; position: relative;  display: flex; -webkit-display: flex; align-items: center; -webkit-align-items: center; }
.full_video_sec:after { width: 100%; height: 100%; content: ''; position: absolute; left: 0; top: 0; background: #42748d;  opacity: 0.71; }
.full_video_sec .video .videobg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position:center center; }
.full_video_sec .wrapper2 { z-index: 1; position: relative; }
.full_video_sec h3 { color: #fff; line-height: 42px; }
.full_video_sec .video_thumb { padding: 90px 0 0 0; display: inline-block; vertical-align: top; margin: 50px 0 0 0; font-size: 18px; line-height: 22px; text-transform: uppercase; color: #fff; background: url(assets/images/video_img.png) no-repeat; background-position: center top; }
.full_video_sec .video_thumb:hover { opacity: 0.50; }


/*service_box*/
.service_box { padding: 185px 0 130px; width: 100%; background: #f0f0f0; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); position: relative; z-index: 10; }
.service_box .col { margin-bottom: 83px; width: calc(50% - 42px); background: #fff; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); padding: 50px; text-align: center; border-top:  25px solid #035642;    display: flex;
    flex-wrap: wrap;align-items: center;justify-content: center;}
.service_box .row { max-width: 970px; margin: 0 auto; }
.service_box h4 { padding: 0 0 15px; line-height: 36px; color: #035642; font-size: 30px; font-weight: 400; }
.service_box p { font-size: 16px; line-height: 29px; color: #3e3e3e; padding-bottom: 30px; }

/*investment_sec*/
.investment_sec { text-align: center; padding: 80px 0 65px; width: 100%; }
.investment_sec h2 { padding-bottom: 100px; font-family: 'TradeGothicBold'; }
.investment_sec .row { padding-top: 150px; margin: 0 -80px; }
.investment_sec .col { text-align: center; width: 33.33%; padding:  0 80px 125px; }
.investment_sec .col img { margin: 0 auto 8px; }
.investment_sec .icon { transition: all 0.3s; -webkit-transition: all 0.3s; max-width: 135px; display: inline-block; vertical-align: top; }
.investment_sec .col span { display: block; color: #707070; font-family: "Helvetica Neue"; font-size: 30px; line-height: 36px; font-weight: 700; padding: 25px 0 0 0 ;}
.investment_sec .wrapper { max-width: 1200px; }
.investment_sec .col a:hover .icon { transform: translate(0,-10px); -webkit-transform: translate(0,-10px); }
.investment_sec .col a:hover span { color: #000; }

/* ============= */

/* ============= */
.location-bar { overflow: hidden; }
.location-bar .maplist { overflow: hidden; position: relative; }
.location-bar .wpsl-search { float: none; margin-bottom: 12px; padding: 12px 12px 0 12px; background: #f4f3f3; }
.location-bar .wpsl-search { padding: 15px 55px 25px; float: left; z-index: 101; width: 450px; background: #41738c; }
.location-bar #wpsl-gmap { width: calc(100% - 450px); height: 610px !important; }
.location-bar .wpsl-input { display: block; }
.location-bar #wpsl-search-btn, .map_sec #wpsl-search-wrap div { margin: 0px; float: none; display: block; }
.location-bar .wpsl-input label { color: #fff; font-family: trade-gothic-next, sans-serif; font-weight: 700; font-size: 20px; float: none; width: 100%; display: block; text-align: center; }
.location-bar #wpsl-search-input { float: left; width: 145px; display: block; color: #fff; font-family: 'TradeGothicNextLTPro-Lt'; font-size: 14px;
font-weight: 400; letter-spacing: 1.4px; border: 0px; height: 38px; border-bottom: 1px solid #fff; border-radius: 0px; -webkit-border-radius: 0px; background: none; }
.location-bar #wpsl-results { display: none !important; }
.location-bar #wpsl-search-wrap .wpsl-select-wrap { float: right; width: 80px; }
.location-bar .wpsl-search-btn-wrap { padding-top: 40px; width: 100%; clear: both; text-align: center; }
.location-bar #wpsl-radius label { display: none; }
.location-bar .wpsl-dropdown { border: 0px; border-radius: 0px; -webkit-border-radius: 0px; background: none; border-bottom: 1px solid #fff; }
.location-bar .wpsl-selected-item:after { border: 0px; width: 7px; height: 22px; right: 0px; margin-top: -8px; background:url(assets/images/down-arrowhite.png) no-repeat; }
.location-bar #wpsl-search-btn { text-align: center; transition: all 0.3s; -webkit-transition: all 0.3s; background: #fff; color: #41738c; font-size: 18px; line-height: 25px; padding: 12px 42px 8px; text-transform: uppercase; border: 0; cursor: pointer; font-family: 'TradeGothic'; letter-spacing: 0.72px; min-width: 188px;    display: inline-block; border-radius: 0px; vertical-align: top; }
.location-bar #wpsl-search-btn:hover { color: #fff; background: #044030; }
.location-bar #wpsl-result-list { float: left; width: 450px; margin: 0px; }
.location-bar #wpsl-search-btn, .location-bar #wpsl-search-wrap div { float: none; display: block; margin: 0px auto; }
.location-bar #wpsl-wrap .wpsl-selected-item { color: #fff; }
.location-bar .bottomcontent { padding: 25px 0; }
.location-bar .innercontent { padding: 35px 0px 28px 115px; overflow: hidden; max-width: 1310px; margin: 0 auto; border: #71a087 solid 1px; }
.location-bar .innercontent h3 { padding-bottom: 10px; color: #015841; font-size: 30px; }
.location-bar .innercontent .info { padding-right: 180px; float: left; width: 575px; }
.location-bar .innercontent p { color: #707070; font-size: 18px; line-height: 24px; }
.location-bar .innercontent a.tel, .location-bar .innercontent a.email { float: left; margin-right: 95px; color: #71a087; font-family: trade-gothic-next, sans-serif; font-size: 20px; font-weight: 700; line-height: 35px; margin-top: 30px; }
.location-bar .innercontent a.email { margin-right: 0px; }
.location-bar .innercontent { }
.location-bar .innercontent { }
.location-bar #wpsl-wrap { background: #F0F0F0; }
.location-bar #wpsl-result-list ul { padding: 15px 20px 0px 20px; }
.location-bar #wpsl-wrap #wpsl-result-list li { padding: 16px 15px 15px 90px; min-height: 110px; position: relative; margin-bottom: 15px; border: 0px; background: #fff url(assets/images/locationmap.png) 10px 16px no-repeat; cursor: pointer; overflow: visible; }
.location-bar #wpsl-result-list li p { margin: 0px; padding: 0px; font-size: 18px; line-height: 23px; color: #707070;padding-right:68px;}
div#reorder {max-width: 500px;width: 100%;margin: 0 auto;text-align: center;}
div#reorder button.fancybox-button {top: 9px;right: 8px;}


div#investment_services {max-width: 500px;width: 100%;margin: 0 auto;text-align: center;}
div#investment_services button.fancybox-button {top: 9px;right: 8px;}

.learnBtn {
    cursor: pointer;
}

.exitpop {
        background-color: #fcfcee;
        background-image: url(assets/images/exitpop.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 413px;
        width: 734px;
    position: relative;
    }
    .exitpopin {
        padding: 45px 60px 93px;
        line-height: 33px;
        text-align: center;
        color: #fff;
        font-family: trade-gothic-next, sans-serif;
        font-size: 21px;
        font-weight: 200;
    }

.eptext {
    border: solid 1px #fff;
    padding: 40px;
}
    .eplink {
        position: relative;
        top: 38px;
    }
    .ui-dialog-titlebar-close, .ui-dialog-buttonpane {
        display: none;
    }
    .ui-dialog {
        height: 413px !important;
        width: 734px !important;
        z-index: 200;
    }
    .ui-widget-overlay {
        background: #ffffff;
        opacity: .50;
        position: fixed;    
        filter: Alpha(Opacity=50);
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
    }

.mobile_only {
    display: none;
}

@media only screen and (max-width: 768px) {
    .ui-dialog {
        height: auto !important;
        width: 85% !important;
    }
    
    .eptext {
        padding: 30px;
    }
    
    .exitpopin {
        line-height: 24px;
        font-size: 16px;
        padding: 55px 15px 80px;
    }
    
    .mobile_only {
        display: inline-block;
    }
    
    .desktop_only {
        display: none;
    }
}




.intro_sec p a.reorder_btn:hover {opacity: 0.5;}
.intro_sec p a.reorder_btn {transition:ease-in-out 0.4s;}
.location-bar #wpsl-result-list li p strong { color: #71A087; font-size: 22px; font-family: trade-gothic-next, sans-serif; font-weight: 700; }
.location-bar #wpsl-result-list li p.wpsl-contact-details { padding: 0px; margin: 0px; }
.location-bar #wpsl-result-list li .wpsl-direction-wrap { position: absolute; right: 15px; top: 20px; font-size: 16px; font-style: italic; }
.location-bar #wpsl-result-list li .wpsl-direction-wrap a { display: none; }
.location-bar #wpsl-result-list li a.backstore { position: absolute; left: 0px; top: -25px; font-size: 13px; font-family: 'TradeGothicLTBoldNo_2'; color: #000; text-transform: uppercase; display: none; }
.location-bar .fullcontent { padding: 20px 0px 0px 0px; display: none; }
.location-bar #wpsl-result-list li .fullcontent p { padding-bottom: 15px; font-size: 16px; line-height: 20px; }
.location-bar #wpsl-result-list li .fullcontent h3 { padding-bottom: 10px; color: #71A087; font-size: 22px; font-family: trade-gothic-next, sans-serif; font-weight: 700; }
.location-bar #wpsl-result-list li .fullcontent h4 { padding-bottom: 4px; font-size: 18px; line-height: 23px; font-family: trade-gothic-next, sans-serif; font-weight: 700; color: #707070; }
.location-bar #wpsl-result-list li.activelocation { margin-top: 26px; }
.location-bar span.within, .map_sec #wpsl-search-wrap span.within { color: #fff; position: absolute; left: 180px; top: 46px; font-size: 16px; }
.map_sec #wpsl-search-wrap span.within { color: #000; }
.location-bar #wpsl-result-list li .fullcontent { }
.location-bar #wpsl-result-list li .fullcontent { }
.location-bar #wpsl-stores { height: 403px !important; }
.location-bar { }
.location-bar { }
.location-bar { }
.location-bar { }
.location-bar { }
.location-bar { }
.location-bar { }
.location-bar { }
.location-bar { }
.location-bar { }
.location-bar { }
.location-bar { }
.location-bar { }
.location-bar { }


/* busines-contant-bar */
.busines-contant-bar { padding: 49px 0 23px; width: 100%;  }
.busines-contant-bar.report_card { padding: 74px 0 80px; }
.busines-contant-bar.savingac { padding: 56px 0 4px; }
.busines-contant-bar.savingac .subtext { text-align: center; }
.busines-contant-bar .subtext h3, .busines-contant-bar.report_card h1 { padding: 30px 0 35px; font-size: 48px; color: #035642; font-family: trade-gothic-next, sans-serif; font-weight:400; text-align: center; }
.busines-contant-bar.savingac .subtext h3 { padding: 30px 0 40px; }
.busines-contant-bar .subtext .info h4 { font-size: 35px; color: #035642; margin-bottom: 15px; }
.page-retirement-planning .busines-contant-bar .subtext .info h4 { padding-top: 50px; }
.busines-contant-bar.report_card h1 { padding: 30px 0 53px; }
.busines-contant-bar  p { padding: 0; font-size: 18px; color: #707070; line-height: 1.6; font-family: trade-gothic-next, sans-serif; font-weight:300; }
.busines-contant-bar .get_started { font-size: 20px; line-height: 1.45; padding: 0 0 45px; text-align: center;  }
.busines-contant-bar.savingac .subtext p { padding-bottom: 30px; font-weight: 400; }
.busines-contant-bar.savingac .subtext .button { padding: 12px 25px 8px; min-width: inherit; margin-top: 31px; }
.busines-contant-bar.personal-bar { padding: 55px 0 79px; }
.busines-contant-bar.personal-bar.treschild { padding: 55px 0 115px; }
.busines-contant-bar.loans { padding-bottom: 70px; }
.busines-contant-bar.loans .intro { padding-top: 7px; padding-bottom: 20px; text-align: center; }
.busines-contant-bar.loans .intro p { line-height: 25px; }
.busines-contant-bar.loans .info ul { padding-bottom: 68px; margin-left: 140px; }
.busines-contant-bar ol { }
.busines-contant-bar ol li { padding-bottom: 20px; font-size: 20px; line-height: 29px; }
.busines-contant-bar ol { }
.busines-contant-bar ol { }

.mortgage_contant_bar .subtext ul { padding-bottom: 68px; margin-left: 140px; }
.mortgage_contant_bar .subtext ul li {
  padding: 0 0 0 24px;
  position: relative;
  font-size: 20px;
  color: #707070;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 300;
  line-height: 29px; 
}
.mortgage_contant_bar .subtext ul li::before {
  content: "";
  width: 13px;
  height: 15px;
  position: absolute;
  top: 9px;
  left: 0;
  background: url(assets/images/check_icon.png) no-repeat;
}

.busines-contant-bar.investparent { padding: 92px 0 115px; }
.busines-contant-bar.investparent .intro { margin: 0 auto; max-width: 930px; }
.busines-contant-bar.investparent .intro p { line-height: 31px; }
.busines-contant-bar.investchild { padding-bottom: 32px; }
.busines-contant-bar.investchild .work_more { padding-top: 43px; padding-bottom: 0px; text-align: center; }
.busines-contant-bar.investchild h4, .busines-contant-bar.investparent h4 { padding: 140px 0 63px; font-size: 48px; line-height: 1.25; color: #035642; font-family: trade-gothic-next, sans-serif; font-weight: 400; text-align: center; }
.busines-contant-bar.investchild .info ul { padding-top: 5px; max-width: 670px; margin: 0 auto; }
.page-business-financial-planning .busines-contant-bar.investchild .info ul { padding-bottom: 0px; padding-left: 0px; max-width: 350px; }
.busines-contant-bar .strategies { padding-bottom: 80px; }

.page-template-template-investment-strategies .busines-contant-bar .strategies { padding-bottom: 40px; }

.busines-contant-bar.retirement h4 { padding: 75px 0 63px; }
.busines-contant-bar.retirement .image { padding-top: 120px; }
.busines-contant-bar.retirement .image h2 { font-family: trade-gothic-next, sans-serif; font-weight: 400; text-align: center; }
.busines-contant-bar.retirement .image { }
.busines-contant-bar.retirement .image { }
.busines-contant-bar.retirement .image { }
.busines-contant-bar.banking_content { padding: 38px 0 14px; }
.busines-contant-bar.banking_content .work_more { padding-bottom: 9px; }
.busines-contant-bar.personalloan { padding: 55px 0 23px; }
.busines-contant-bar.personalloan .intro { padding-bottom: 46px; text-align: center; }
.busines-contant-bar.personalloan .intro p { line-height: 25px; }
.busines-contant-bar.personalloan .info ul { padding: 0 0 65px 290px; }
.busines-contant-bar.personalloan .info ul li { font-weight: 400; }
.busines-contant-bar.personalloan { }
.busines-contant-bar.personalloan { }
.busines-contant-bar.personalloan { }
.busines-contant-bar.personalloan { }
.busines-contant-bar.personalloan { }

.busines_list { padding: 0 0 75px 150px; }
.busines_list li { padding: 0 0 0 24px; position: relative; font-size: 20px; color: #707070; font-family: trade-gothic-next, sans-serif; font-weight:300; line-height: 1.5; }
.busines_list li:before { content: ""; width: 13px; height: 15px; position: absolute; top: 9px; left: 0; background: url(assets/images/check_icon.png) no-repeat; }
.contact_btn { display: table;  margin: 0 auto; min-width: 215px; }
.page-certificate-of-deposit .info + .contact_btn { margin-top: -35px; }
.page-template-template-saving-accounts-child.page-certificate-of-deposit .info + .contact_btn { margin-top: 0px; }

 .busines-contant-bar .video_bar { max-width: 1090px; margin: 83px auto 0; height: 558px; background-repeat: no-repeat; background-size: cover; }
 .busines-contant-bar .video_bar .overlay { width: 100%; height: 100%; background: rgba(96,95,95,0.8); display: flex; align-items: center; justify-content: center; }
 /* .busines-contant-bar .video_bar span { margin: 10px 0 0; font-size: 18px; display: block; letter-spacing: 0.72px; text-transform: uppercase; color: #fff; }
 .busines-contant-bar .video_bar a img { margin: 0 auto; } */

.busines-contant-bar .sub_contant { padding: 70px 0 0; }
.busines-contant-bar .work_more p { padding: 0 0 44px; line-height: 31px; }
.busines-contant-bar .childpage p { padding-bottom: 30px; line-height: 25px; }
.busines-contant-bar .buttons { padding: 0px 0px 50px 0px; text-align: center; }

.page-template-template-investment-strategies .busines-contant-bar .buttons { padding: 0px 0px 0 0px; text-align: center; }

.busines-contant-bar .funds { padding: 0 0 100px; }
.busines-contant-bar  p span { color: #035642; }
.busines-contant-bar .info ul { padding: 0 0 75px 150px; }
.page-template-template-retirement-calculator .busines-contant-bar .info ul { padding: 0 0 75px 0px; max-width: 300px; margin: 0 auto; }
.busines-contant-bar .info ul li { padding: 0 0 0 24px; position: relative; font-size: 20px; color: #707070; font-family: trade-gothic-next, sans-serif; font-weight:300; line-height: 29px; }
.busines-contant-bar .info ul li:before { content: ""; width: 13px; height: 15px; position: absolute; top: 9px; left: 0; background: url(assets/images/check_icon.png) no-repeat; }
.page-template-template-checking-accounts .busines-contant-bar .info ul, .page-template-template-checking-accounts-child .busines-contant-bar .info ul { /*padding-left: 0px; text-align: center;*/ }
.page-template-template-checking-accounts .busines-contant-bar .info ul li:before, .page-template-template-checking-accounts-child .busines-contant-bar .info ul li:before { /*left: auto; margin-left: -15px; */}
.busines-contant-bar.childpage { padding-bottom: 85px; }
.busines-contant-bar.childpage .subtext h3 { padding-top: 18px; }
.busines-contant-bar.childpage .info ul { padding-bottom: 43px; }
.busines-contant-bar.treschild { }
.busines-contant-bar.treschild h3 { padding: 0 30px 65px; }
.busines-contant-bar.treschild .subtextintro { padding-bottom: 25px; }
.busines-contant-bar.treschild .info { padding-bottom: 30px; }
.busines-contant-bar.treschild .subtextintro p { padding-bottom: 20px; padding-top: 0px; text-align: left; }
.parent-pageid-653 .busines-contant-bar { padding-top: 60px; }
.parent-pageid-653 .busines-contant-bar .info ul { padding: 0 0 45px 150px; }
.parent-pageid-653 .busines-contant-bar .buttons { padding: 63px 0px 40px 0px; }
.parent-pageid-653 .busines-contant-bar .bottomcontent { padding: 15px 0px 8px 0px; max-width: 650px; margin: 0 auto; text-align: center; }
.parent-pageid-653 .busines-contant-bar .bottomcontent p { font-size: 14px; line-height: 18px; }
.parent-pageid-691 .busines-contant-bar .bottomcontent { padding: 50px 0px 0px 0px; max-width: 650px; margin: 0 auto; text-align: center; }
.parent-pageid-691 .busines-contant-bar .bottomcontent p { padding-bottom: 0px; font-size: 14px; line-height: 18px; }
.busines-contant-bar { }
.busines-contant-bar { }

#iframevideo iframe { width: 100% !important; height: 100% !important; }
.fancybox-slide--html #iframevideo .fancybox-close-small { top: 10px; }
#iframevideo { background: none; overflow: hidden; }

 .business-banner-bar .text:before { right: -60px; }
 .business-banner-bar .text { max-width: 434px; } 

 /* money_market_bar */
 .money_market_bar {  margin: 0 0 60px; width: 100%; padding: 88px 0 0px; background: #f0f0f0; }
 .money_market_bar .wrapper { max-width: 1220px; }
 .money_market_bar .itembox { display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: center; }
 
 .money_market_bar .itembox .item { margin: 0 21px 100px; padding: 60px 40px 65px; width: calc(33.3% - 43px); background: #fff; text-align: center; border-top: 22px solid #035642; position: relative; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); position: relative; }
 .money_market_bar .itembox .item::after { position: absolute; top: 100%; left: 0px; content: ""; border-left: 177px solid #fff; border-right: 176px solid #fff;    border-bottom: 20px solid transparent; z-index: 2; }
 .money_market_bar .itembox .item::before { position: absolute; top: 100.5%; left: 0px; content: ""; border-left: 177px solid rgba(0, 0, 0, 0.16);; border-right: 176px solid rgba(0, 0, 0, 0.16); border-bottom: 20px solid transparent; z-index: 1; }
 .money_market_bar .itembox .item h3 { padding: 0 0 13px; font-size: 30px; font-family: trade-gothic-next, sans-serif; font-weight: 700; color: #035642; }
 .money_market_bar .itembox .item p { padding: 0 0 20px; line-height: 25px; font-size: 14px; color: #3e3e3e; font-family: trade-gothic-next, sans-serif; font-weight:300; }
 .money_market_bar .itembox .item .learnBtn,   .mayalso_bar .itembox .item .text .learnBtn { padding: 12px 42px 8px; }


 .money_market_bar .itembox .item .learnBtnDiv { 
padding: 11px 15px;
position: absolute;
bottom: 10px;
width: 80%;
left: 0;
right: 0;
margin: 0 auto;}

.footnote {
padding: 10px 0 0;
font-size: 12px;
color: #3e3e3e;
line-height: 1.76;
font-family: trade-gothic-next, sans-serif;
font-weight: 400;
display: block;
}

.itembox_p {
    min-height: 350px;
}

 .money_market_bar .itembox .item  .account { margin: 20px 0 0; color: #3e3e3e; display: none; font-family: trade-gothic-next, sans-serif; font-weight:300; text-decoration: underline; }
 .money_market_bar .itembox .item  .account:hover { color: #71a087; }
 .money_market_bar.savingac { padding-bottom: 45px; margin-bottom: 49px; }
 .money_market_bar.savingac .wrapper { max-width: 1290px; }
 .money_market_bar.savingac .itembox .item { margin: 0 32px 85px; padding: 57px 38px 57px; width: calc(33.3% - 64px); border-top-width: 25px; }
 .money_market_bar.savingac .itembox .item h3 { padding-bottom: 24px; min-height: 100px; }
 .money_market_bar.savingac .itembox .item p { padding-bottom: 30px; font-size: 16px; font-weight: 400; line-height: 29px; min-height: 140px; }
 .money_market_bar.savingac .itembox .item::after { border-left: 177px solid #fff; border-right: 178px solid #fff; border-bottom: 20px solid transparent; }
 .money_market_bar.savingac .itembox { justify-content: center; }
 .money_market_bar.savingac.savingchild .itembox { justify-content: center; }
 .money_market_bar.savingchild { padding-top: 105px; }
 .money_market_bar.savingchild .itembox .item { padding-bottom: 60px; margin-bottom: 104px; }
 .money_market_bar.treasury { padding-bottom: 0px; }
 .money_market_bar.treasury .itembox .item { padding: 38px 50px 60px; margin-bottom: 165px; }
 .money_market_bar.treasury .itembox .item h3 { padding-bottom: 44px; }
 .money_market_bar.treasury .itembox .item p { padding-bottom: 43px; }
 .money_market_bar.treasury .itembox .item .learnBtn { 
    padding: 12px 35px 8px;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 215px;
    margin: 0 auto;
}
 .money_market_bar.treasury { }
 .money_market_bar.treasury { }
 .money_market_bar.treasury { }
 .money_market_bar.businessloan { }
 .money_market_bar.businessloan .itembox .item { padding: 38px 30px 50px; margin-bottom: 117px; }
 .money_market_bar.businessloan .itembox .item p { padding-left: 15px; padding-right: 15px; }
 .money_market_bar.businessloan .itembox .item p + p { display: none; }
 .money_market_bar.investparent { padding: 105px 0 37px; margin-bottom: 100px; -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2); box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2); }
 .money_market_bar.investparent .itembox .item { min-height: 410px; }
 .money_market_bar.investparent .itembox .item p { padding-left: 20px; padding-right: 20px; }
 .money_market_bar.investparent { }
 .money_market_bar.investparent { }
 .money_market_bar.investparent { }
 .money_market_bar.savingchild { }
 .money_market_bar.savingchild { }
 .money_market_bar.savingac { }
.parent-pageid-633 .money_market_bar.totally_free_bar { padding: 82px 0 0px; margin-top: 33px; }
.parent-pageid-633 .money_market_bar.totally_free_bar .wrapper2 { max-width: 1360px; }
.parent-pageid-633 .money_market_bar.totally_free_bar .itembox .item { width: calc(25% - 32px); margin: 0 11px 100px; padding: 36px 20px 40px; }
.parent-pageid-633 .money_market_bar.totally_free_bar .itembox .item h3 { min-height: 68px; }
.parent-pageid-633 .money_market_bar.totally_free_bar .itembox .item .learnBtn { padding: 15px 34px 10px; width: 95%; }
.parent-pageid-653 .money_market_bar.totally_free_bar .itembox .item { width: calc(33% - 95px); margin: 0 47px 100px; padding: 36px 20px 40px; }
.parent-pageid-653 .money_market_bar.totally_free_bar .wrapper2 { max-width: 1230px; }
.parent-pageid-653 .money_market_bar.totally_free_bar {padding: 82px 0 0px;   }
.parent-pageid-653 .money_market_bar.totally_free_bar { }
.parent-pageid-653 .money_market_bar.totally_free_bar { }
.parent-pageid-653 .money_market_bar.totally_free_bar { }


 /* mayalso_bar */
 .mayalso_bar { margin: 0 0 60px; padding: 80px 0 80px; width: 100%; background: rgba(240,240,240,0.28); border: 1px solid rgba(112, 112, 112, 0.2); }
	.mayalso_bar.temp-hide {display: none;}
 .mayalso_bar .wrapper { max-width: 1270px; }
 .mayalso_bar h2 { padding-bottom: 28px; font-size: 40px; color: #707070; font-family: 'TradeGothic'; line-height: 1.3; text-align: center; }
 
 .mayalso_bar .itembox { padding: 70px 0 0; display: -webkit-flex; display: flex;  justify-content: space-between; flex-wrap: wrap; }
 .mayalso_bar .itembox .item { width: calc(50% - 15px);  display: -webkit-flex; display: flex;  justify-content: space-between; flex-wrap: wrap; overflow: hidden; position: relative; margin-bottom: 30px; }
 .mayalso_bar .itembox .item .text { padding: 35px 10px 35px; width: 50%; background: #f0f0f0; position: relative; z-index: 1;display: flex;flex-wrap: wrap;align-items: center;}
 .mayalso_bar .itembox .item:nth-of-type(211) .text { padding: 70px 10px 42px; }
 .mayalso_bar .itembox .item .text:after { content: ""; width: 100%; height: 101%; position: absolute; right: -98px; top: 0px;  background: #f0f0f0; transform-origin: bottom left; -ms-transform: skew(13deg, 0deg); -webkit-transform: skew(13deg, 0deg); transform: skew(13deg, 0deg); z-index: -1; box-shadow: 2px 0 7px -2px rgba(0,0,0,.2); }
 .mayalso_bar .itembox .item .text .sub { position: relative; left: 30px; }
 .mayalso_bar .itembox .item .text h3 { padding: 0 0 15px; font-size: 30px; color: #707070; font-family: 'TradeGothicLTBoldNo_2';}
 .mayalso_bar .itembox .item:nth-of-type(2) .text h3 { }
 .mayalso_bar .itembox .item .text p { color: #707070; line-height: 1.2; padding: 0 0 30px; }
 .mayalso_bar .itembox .item:nth-of-type(2) .text p { }
 .mayalso_bar .itembox .item .image { position: absolute; right: 0px; top: 0px; width: 70%; }
 .mayalso_bar .itembox .item .image img { width: auto; min-height: 308px; }
 .mayalso_bar.creditcard .itembox .item:nth-of-type(2) .text { padding: 35px 10px 42px; }
 .mayalso_bar.creditcard .itembox .item:nth-of-type(2) .text p { padding: 0 0 30px; }


 /* personal-bar */
 .personal-bar p { padding: 0px 0 30px; }
.personal-bar h5 { padding-bottom: 15px; color: #035642; }


 /* other_services_bar */
.other_services_bar { width: 100%; padding: 44px 0 115px; }
.other_services_bar h2 { padding-bottom: 30px; font-size: 48px; color: #035642; text-align: center; font-family: trade-gothic-next, sans-serif; font-weight: 400; }
.other_services_bar .itembox { padding: 50px 0 0; }
.other_services_bar .itembox .items { display: -webkit-flex; display: flex;  justify-content: space-between; flex-wrap: wrap; }
.other_services_bar .itembox .items:nth-child(even) { flex-direction: row-reverse;}
.page-mobile-banking .other_services_bar .itembox .items:nth-child(even) { flex-direction: inherit;}
.other_services_bar .itembox .text { margin: 0 0 20px; padding: 50px 40px 22px 45px; border-top: 26px solid #035642; width: calc(50% - 5px); background: #fcfcfc; text-align: center; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

 .other_services_bar .itembox .text:nth-of-type(4) { padding: 65px 40px 45px 45px; }
 .other_services_bar .itembox .text h3 { padding: 0 0 20px; font-size: 30px; color: #015841; }
 .other_services_bar .itembox .text:nth-of-type(4) h3 { padding: 0 0 40px; }
 .other_services_bar .itembox .text p { padding: 0 0 35px; text-align: left; font-size: 18px; line-height: 31px; color: #707070; font-family: trade-gothic-next, sans-serif; font-weight:300; }
 .other_services_bar .itembox .text:nth-of-type(4) p { padding: 0 0 45px; }
 .other_services_bar .itembox .text.image { border: none; padding: 0;  box-shadow: inherit; background: transparent; }
 .other_services_bar.mobile_content_bar { }
 .other_services_bar.mobile_content_bar ol { padding: 5px 40px 0px 27px; list-style: none; text-align: left; counter-reset: item; }
 .other_services_bar.mobile_content_bar ol li { padding: 0px 0px 30px 20px; color: #707070; font-size: 18px; font-family: trade-gothic-next, sans-serif; font-weight: 400; line-height: 31px; counter-increment: item; position: relative; }
 .other_services_bar.mobile_content_bar ol li:before { content: counter(item)'.'; position: absolute; left: 0px; top: 0px; color: #015841; font-family: trade-gothic-next, sans-serif; font-size: 18px; font-weight: 800; line-height: 31px; }
 .other_services_bar.mobile_content_bar { }
 .other_services_bar.mobile_content_bar { }
 .other_services_bar.mobile_content_bar { }
 .other_services_bar.mobile_content_bar { }

 /* management-bar */
 .management-bar .learnBtn { padding: 12px 52px 12px; }

 /* personal-credit */
 .benefits_list { padding: 0 0 0 300px; }

 /* get_started_bar */
 .get_started_bar { padding: 77px 0 0px; background: rgba(240,240,240,0.28); border: 1px solid rgba(112, 112, 112, 0.1); }
 .get_started_bar h2 { padding: 0px 0 64px; font-size: 48px; color: #035642; font-family: trade-gothic-next, sans-serif; font-weight: 400; text-align: center; }
 .get_started_bar .itembox .item { width: calc(33.3% - 16px); margin: 0 8px 100px; padding: 47px 60px 85px 50px; display: block !important; }
 .get_started_bar .itembox .item h3 { min-height: 50px; font-size: 24px; }
 .get_started_bar .itembox .item h3 img { margin: 0 auto; }
 .get_started_bar .itembox .item  p { text-align: left; }
 .get_started_bar .itembox .item::after { border-left: 190px solid #fff;  border-right: 190px solid #fff }
 .get_started_bar .itembox .item::before { border-left: 190px solid rgba(0, 0, 0, 0.16); border-right: 190px solid rgba(0, 0, 0, 0.16); }
.get_started_bar .itembox .item .contents { min-height: 360px; }

 /* totally_free_bar */
 .totally_free_bar .wrapper2 { max-width: 980px; }
 .totally_free_bar .itembox .item { width: calc(33.3% - 17px); margin: 0 8px 100px; padding: 36px 32px 125px; }
 .totally_free_bar .itembox .item::after { border-left: 150px solid #fff;  border-right: 150px solid #fff }
 .totally_free_bar .itembox .item::before { border-left: 150px solid rgba(0, 0, 0, 0.16); border-right: 150px solid rgba(0, 0, 0, 0.16); }
 .totally_free_bar .itembox .item .month_list { padding-top: 4px; padding-bottom: 16px; }
 .totally_free_bar .itembox .item .month_list li { padding: 25px 0 0; font-size: 13px; color: #3e3e3e; line-height: 1.76; font-family: trade-gothic-next, sans-serif;  font-weight: 700; }
 .totally_free_bar .itembox .item .month_list li span { display: block; font-weight: 400; }
 .totally_free_bar .itembox .item h3 { font-size: 23px; min-height: 68px; }
 .totally_free_bar .itembox .item .learnBtn { padding: 12px 34px 8px; text-transform: uppercase; }

 /* michael_shelby_bar */
 .michael_shelby_bar { width: 100%; padding: 0 0 80px; }
 .michael_shelby_bar .itembox { display: -webkit-flex; display: flex;  justify-content: space-between; flex-wrap: wrap; }
 .michael_shelby_bar .itembox .item { margin: 100px 0 0; width: calc(50% - 35px); display: -webkit-flex; display: flex;  justify-content: space-between; flex-wrap: wrap; }

 .michael_shelby_bar .itembox .item .image { width: 40%; }
 .michael_shelby_bar .itembox .item .text { padding: 0 0 0 20px; width: 60%; }
 .michael_shelby_bar .itembox .item .text h3 { font-size: 35px; color: #015841; font-family: 'TradeGothicLTBoldNo_2'; line-height: 1.1; }
 .michael_shelby_bar .itembox .item .text span { font-size: 20px; color: #015841; }
 .michael_shelby_bar .itembox .item .text h4 { padding: 40px 0 0; font-size: 18px; color: #015841; font-family: 'TradeGothicLTBoldNo_2'; }
 .michael_shelby_bar .itembox .item .text p { padding: 8px 0 0; font-size: 18px; color: #015841; }
 .michael_shelby_bar .itembox .item .text  p a { color: #015841; word-break: break-all; }

.phone[href^="tel:"] { cursor: text; }
.email:hover { color: #71a087 !important; }

 /* credit-banner-bar */
 .credit-banner-bar .text { max-width: 450px; min-height: 580px; }
 .credit-banner-bar .text:before { right: -30px; }
 .credit-banner-bar .text p { padding: 20px 97px 30px 0; }
 .credit-banner-bar .learnBtn { padding: 12px 47px 12px; }

 /* frequently_bar */
.frequently_bar { padding: 80px 0 45px; width: 100%; }
.frequently_bar.faqs { padding-top: 3px; }
.frequently_bar h2 { padding: 0 0 65px; font-size: 48px; color: #035642; font-family: trade-gothic-next, sans-serif;  font-weight: 400; text-align: center; }

.accordion_bar { padding: 80px 0; background: #fcfcfc; }
.accordion_bar .accordion-item h3.active { border-bottom: none; }
.accordion_bar .accordion-item:nth-of-type(1) h3 { border-top: 2px solid #29475c; }  
.accordion_bar .accordion-item { position: relative; width: 100%; height: auto; border-bottom: 2px solid #29475c; }
.accordion_bar .accordion-item > h3 { position: relative; padding: 24px 20px 23px 40px; color: #015841; font-size: 25px; line-height: 1.3; font-family: trade-gothic-next, sans-serif;  font-weight: 700; display: block; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; transition:all 0.2s linear; }
.accordion_bar .accordion-item > h3 i { float: left; font-size: 16px; color: #fff; margin-top: 2px;  width: 27px;  height: 27px; line-height: 27px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; text-align: center;  background: #d3d3d3; position: absolute; top: 25px; left: 0; }
 
.accordion_bar .accordion-item .content { padding: 0 10px 0 45px; display : none; }
.accordion_bar .accordion-item .content p { padding: 0 15px 20px 0; color: #707070; margin: 0; font-size: 18px; line-height: 1.72; }

/* seven_smart_bar */
.seven_smart_bar { padding: 0 0 80px; background: #fff; webkit-box-shadow: 0 8px 6px -4px rgba(0,0,0,0.1); -moz-box-shadow: 0 8px 6px -4px rgba(0,0,0,0.1); box-shadow: 0 8px 6px -4px rgba(0,0,0,0.1); }
.seven_smart_bar h1 { padding: 0 0 20px; font-family: 'TradeGothicLTBoldNo_2'; }
.seven_smart_bar .date { padding: 0 0 20px; } 
.seven_smart_bar .learnBtn { min-width: 190px; text-align: center; }

/* mayalso */
.news_sec.other.mayalso { margin-bottom: 70px; box-shadow: inherit; border: 1px solid rgba(112, 112, 112, 0.1); }
.mayalso h3 { font-family: 'TradeGothicBold'; padding: 0 20px; }
.mayalso .item { width: 100%; position: relative; }

.mayalso .sub { padding: 3px 8px; background: #71a087; display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: wrap; position: absolute; bottom: 0; left: 0; right: 0; }
.mayalso .sub p { padding: 0; font-size: 14px; color: #fff; font-family: trade-gothic-next, sans-serif;  font-weight: 300; } 
.mayalso .sub .date { color: #fff; font-size: 14px; }
.mayalso .news_col { padding: 0 0 55px; }

/* .blog_banner */
.blog_banner:before { background: none; }
.blog_banner .text:before { background: rgba(2,84,66,1); }
.blog_banner .learnBtn {  margin: 40px 0 0; } 

/* blog_post_bar */
.blog_post_bar {  margin: 0; padding: 60px 0 90px;}
.blog_post_bar .news_col h3 { padding: 0 15px; }

/* select_bar */
.resourcecenter .top_search_bar { overflow: visible; }
.top_search_bar .select_bar { float: left; position: relative; }
.resourcecenter .top_search_bar .select_bar  { max-width: 100%; }
.top_search_bar .select_bar .selectinput { display: block; width: 290px; padding: 10px 15px; color: #999899; border: 1px solid rgba(153, 152, 153, 0.26); font-size: 16px; border-radius: 0px; background: #fff url(assets/images/select_bg.jpg) no-repeat right center; }
.top_search_bar .select_bar .selectinput.active { background: #fff url(assets/images/select_bg_active.jpg) no-repeat right center; }
.top_search_bar .search-btn { width: 166px; text-transform: capitalize; padding: 3px 0; height: auto; border-radius: 13px; border: 2px solid #71a087; background: none; font-size: 15px; color: #71a087; }
.top_search_bar .selectgroup { margin-right: 65px; width: 290px; position: relative; z-index: 101; float: left; }
.top_search_bar .selectgroup ul { position: absolute; left: 0px; top: 46px; display: none; width: 100%; border-left: #e4e4e4 solid 1px; border-right: #e4e4e4 solid 1px; background: #fff; }
.top_search_bar .selectgroup ul li { border-bottom: #e4e4e4 solid 1px; }
.top_search_bar .selectgroup ul li a { padding: 10px 15px 10px 45px; display: block; color: #999899; font-size: 16px; position: relative; }
.top_search_bar .selectgroup ul li a:before { content: ""; position: absolute; left: 15px; top: 13px; width: 14px; height: 14px; border: #cfcfcf solid 1px; border-radius: 50%; -webkit-border-radius: 50%; background: #f0f0f0; }
.top_search_bar .selectgroup ul li a.active:after { content: ""; position: absolute; left: 17px; top: 15px; width: 12px; height: 12px; border-radius: 50%; -webkit-border-radius: 50%; background: #6c9982; }
.top_search_bar .selectgroup { }
.top_search_bar .selectgroup { }
.top_search_bar .selectgroup { }
.top_search_bar .tags { padding-top: 8px; float: left; }
.top_search_bar .tags a { margin-right: 5px; float: left; text-transform: capitalize; padding: 3px 10px; font-size: 13px; font-weight: bold; line-height: 16px; height: auto; border-radius: 20px; border: 2px solid #71a087; background: none; font-size: 15px; color: #71a087; }

body .fancybox-close-small { width: 27px; height: 27px; right: 0px; background: url(assets/images/close-btn.png) no-repeat; background-color: transparent !important; }
body .fancybox-close-small svg { opacity: 0; }
body.page-template-template-saving-accounts-parent .fancybox-close-small svg { opacity: 1; }
body.page-template-template-saving-accounts-parent .fancybox-close-small { width: 45px; height: 45px; }


.blog_post_bar .group { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }

.accounts-abr.top_space { padding: 130px 0 0; }

/*.fancybox-slide--html { padding: 200px 120px 110px !important; }
.fancybox-content { background: #f8fbfd; padding: 0 !important; border-radius: 10px;}
.fancybox-slide--html .fancybox-close-small span { display: none;}
.fancybox-slide--video .fancybox-content video { }*/
#myVideo { width: 640px; padding-bottom: 56.25% !important; }
#myVideo video { width: 100% !important; height: 100% !important; position: absolute; left: 0px; top: 0px; }

.filteraccounts { background: #f8fbfd; padding: 0 !important; border-radius: 10px; width: 1160px;}
.filteraccounts .fancybox-close-small span { display: none;}
.filteraccounts .fancybox-close-small { background: none; }

.popup-contact-box .fancybox-close-small { padding: 0px !important; right: 30px !important; top: 20px !important; }

.filter_popup { position: relative; }
.filter_popup h2 { padding: 50px 0 40px; font-size: 30px; color: #035642; font-family: trade-gothic-next, sans-serif; border-bottom: 2px solid #dbdbdb; font-weight: 300; text-align: center; }
.filter_popup .wrapper { padding: 0; }
.filter_popup  .itembox { padding: 0 90px; }
.filter_popup  .itembox .subtext { padding: 60px 0; display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: wrap; border-bottom: 2px solid #dbdbdb; position: relative; align-items: center; }
.filter_popup  .itembox .text .yearage { font-size: 30px; color: #3e3e3e; font-family: trade-gothic-next, sans-serif; font-weight: 700; display: block; line-height: 1.2; }
.filter_popup .itembox .subtext:last-child { border-bottom: none; }
.filter_popup .itembox .subtext .clearbtn { font-size: 25px; color: #3e3e3e; text-decoration: underline; }
.filter_popup .itembox .subtext .clearbtn:hover  { color: #71a087; }

#popupresults { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 101; display: none; background: rgba(0,0,0,0.5); }
#popupresults .popup-contact-box { position: absolute; left: 50%; top: 50%; width: 1160px; max-height: 80%; overflow: auto; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); border-radius: 20px; -webkit-border-radius: 20px; background: #fff; }
#popupresults .loan_results .itembox .approxi a.learnBtn { }

/* / Toggle Btn / */
.switch-tab-btn { margin: 0; cursor: pointer; display: none; background: #fff; border-bottom: none;  }
.switch-tab-btn input { opacity: 0;  width: 0; height: 0; }
.switch-tab-btn .switch-slider { width: 143px;  height: 45px;  display: inline-block; vertical-align: middle;  position: relative; background-color: #c1c1c1;
    -webkit-transition: .4s; transition: .4s; border-radius: 30px; text-transform: uppercase; overflow: hidden; color: #fff; }
.switch-tab-btn .switch-slider span { display: block; width: 33.33%; height: 100%; float: left; position: relative; }
.switch-tab-btn .switch-slider { }
.switch-tab-btn .switch-slider { }
.switch-tab-btn .switch-slider:before { position: absolute; content: ""; height: 45px; width: 45px; margin: 0 auto; left: 0; right: 0; top: 0; background-color: #fff; -webkit-transition: .4s; transition: .4s; border-radius: 100%;  -webkit-transform: translateX(0);  -ms-transform: translateX(0); transform: translateX(0);  }
.switch-tab-btn input:checked ~ .switch-slider, .switch-tab-btn.active .switch-slider { background-color: #71a087; }
.switch-tab-btn input:checked ~ .switch-slider:before, .switch-tab-btn.active .switch-slider:before { -webkit-transform: translateX(43px);  -ms-transform: translateX(43px); transform: translateX(43px); }
.switch-tab-btn .switch-slider.yesactive, .switch-tab-btn .switch-slider.noactive { background-color: #71a087; }
.switch-tab-btn .switch-slider.yesactive:before { -webkit-transform: translateX(50x);  -ms-transform: translateX(50px); transform: translateX(50px); }
.switch-tab-btn .switch-slider.noactive:before { -webkit-transform: translateX(-50px);  -ms-transform: translateX(-50px); transform: translateX(-50px); }
.switch-tab-btn .inner { display: inline-block; vertical-align: middle; text-align: center; padding: 0 14px; font-size: 22px; color: #3e3e3e; font-family: trade-gothic-next, sans-serif; font-weight: 300; }
.switch-tab-btn .switch-slider .present, .switch-tab-btn .switch-slider .absent {  font-size: 1.3vw !important; padding: 0.04vw 0.5vw; }

/* 13-04 ================= */
/* services_busines_bar */
.services_busines_bar .benefits_list { padding: 0 0 100px 400px; }
.services_busines_bar .contact_btn {  padding: 10px 20px; min-width: 190px; }

/* services_contant_bar */
.services_contant_bar { padding: 0px 0 90px; width: 100%; }
.services_contant_bar p { padding: 0 0px 45px; font-size: 17px; color: #707070; line-height: 1.22; font-family: trade-gothic-next, sans-serif; font-weight: 700; text-align: center; }
.services_contant_bar .finra { color: #777777; text-decoration: underline; }
.services_contant_bar .finra:hover { color: #015841; }
.services_busines_bar .subtext .image { padding: 100px 0 0; }
.services_busines_bar .subtext .image img { margin: 0 auto; }
.services_contant_bar .insured_list { padding: 17px 20px; max-width: 1000px; text-align: center; border: 1px solid #707070; margin: 0 auto; }
.services_contant_bar .insured_list li { padding: 0 5px 0 1px; line-height: 16px; display: inline-block; font-family: trade-gothic-next, sans-serif; font-weight: 700; color: #707070; border-right: 1px solid #707070; }
.services_contant_bar .insured_list li a  { line-height: 1; display: inline-block; font-size: 17px; color: #707070; font-family: trade-gothic-next, sans-serif; font-weight: 700; text-align: center; }
.services_contant_bar .insured_list li:last-child { border-right: none; }
.services_contant_bar .insured_list li a:hover { color: #015841; }
.services_contant_bar.services_contant {  padding: 40px 0 160px;  }

/* mortgage_banner */
.mortgage_banner { position: relative; z-index: 1; }
.banner-bar .one_stap { background: rgba(41,71,92,0.7); }
.banner-bar .one_stap h1 { font-family: trade-gothic-next, sans-serif; font-weight: 700; font-style: italic; }

/* mortgage_contant_bar */
.mortgage_contant_bar { padding: 74px 0 17px; width: 100%; background: #f0f0f0; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
.heading_2, .mortgage_contant_bar h2 { padding: 0 0 55px; font-size: 48px; text-align: center; color: #2c6c84; font-family: 'TradeGothicBold'; font-weight: normal; }
.mortgage_contant_bar .subtext { max-width: 945px; margin: 0 auto; }
.mortgage_contant_bar .subtext p { padding: 0 0 32px; font-size: 18px; line-height: 31px; color: #707070; }
.mortgage_contant_bar .button{ margin: 20px auto 0; padding: 10px 23px; }
.mortgage_contant_bar .btn_group { padding: 30px 0 0; width: 100%; text-align: center; }
.mortgage_contant_bar .btn_group a { margin: 0 0 0 40px; font-size: 16px; color: #999899; text-decoration: underline; text-transform: uppercase; }
.mortgage_contant_bar .btn_group a:hover { color: #015841; }

.mortgage_contant_bar .btn_group p a:first-child {
    margin: 0;
}

/* what_would_bar */
.what_would_bar { padding: 150px 0 130px; width: 100%; }
.what_would_bar .wrapper { max-width: 1240px; }
.what_would_bar .itembox { padding: 55px 0 0; display: -webkit-flex; display: flex;  justify-content: space-between; flex-wrap: wrap; }
.what_would_bar .itembox .text { margin: 0 0 20px; width: calc(33.33% - 15px); background: #fff; text-align: center; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
.what_would_bar .itembox .text img { width: 100%; }
.what_would_bar .itembox .text .sub { padding: 35px 30px 55px 50px; }
.what_would_bar .itembox .text h3 { padding: 0 0 30px; font-size: 30px; color: #015841; font-family: 'TradeGothicLTBoldNo_2'; }
.what_would_bar .itembox .text p { padding: 0 20px 38px 13px; text-align: left; font-size: 18px; line-height: 1.7; color: #707070; font-family: trade-gothic-next, sans-serif; font-weight:300; }

/* estimate_bar */
.estimate_bar { padding: 0 0 50px; } 
.estimate_bar .item-bar { margin: 0 0 130px; }  

/* checkout_bar */
.checkout_bar { margin: 0 0 120px; width: 100%; background-repeat: no-repeat; background-size: cover; height: 567px; background-position: bottom; }
.checkout_bar .itembox { display: -webkit-flex; display: flex;justify-content: flex-end; flex-wrap: wrap; }
.checkout_bar .itembox .text  { padding: 125px 0; width: 50%; text-align: center; }
.checkout_bar .itembox .text h2 { padding: 0 0 50px; color: #fff; }
.checkout_bar .learnBtn { padding: 12px 43px 12px; }

.inner-banner-bar.inner-bay-home-banner .text:before { background: rgba(47, 97, 123, 0.59); } 
.inner-bay-home-banner .learnBtn { margin: 50px 0 0; }
.inner-bay-home-banner p { padding: 30px 0 0; }

/* process_bar */
.process_bar { padding: 90px 0 60px; width: 100%; }
.process_bar .contact { margin: 10px 0 35px; }
.process_bar .contact h3 {height: 74px;padding: 0px 25px 0px;font-size: 30px;color: #fff;font-family: 'TradeGothicBold';background: #265468;position: relative;box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);display: flex;flex-wrap: wrap;align-items: center;}
.process_bar .contact h3:after{ content: ""; position: absolute; right: 0px; bottom: 0; width: 0; height: 0;  border-right: 25px solid white; border-top: 40px solid transparent; border-bottom: 40px solid transparent; }
.process_bar .contact h3:before{ content: ""; position: absolute; right: -4px; bottom: 0; width: 4px; height: 100%; background: #fff; }
.process_bar .contact h3 span {margin-top: 0px;opacity: 0.47;padding-right: 10px;}
.process_bar .contact .sub { padding: 18px 60px 8px 122px; }
.process_bar .contact:nth-of-type(1) .sub { }
.process_bar .contact .sub p { padding: 0; font-size: 18px; line-height: 1.72; color: #707070; }
.dot_list { padding: 0 0 0px 20px; } 
.dot_list li { font-size: 18px; line-height: 1.72; padding: 0 0 0 10px; position: relative; }
.dot_list li:before { content: ""; width: 4px; height: 4px; border-radius: 100%; position: absolute; top: 15px; left: 0; background: rgba(0,0,0,0.4); }
.process_bar .contact .sub .learnBtn { margin: 30px auto 0; display: table; }
.process_bar .contact ul { padding: 0 0 8px 20px; } 
.process_bar .contact ul li { font-size: 18px; color: #707070; line-height: 1.72; padding: 0 0 0 10px; position: relative; }
.process_bar .contact ul li:before { content: ""; width: 8px; height: 8px; border-radius: 100%; position: absolute; top: 12px; left: 0; background: rgba(0,0,0,0.4); }
.process_bar.mortgagechild .contact ul li { padding: 0 0 0 15px; }
.process_bar.mortgagechild .contact ul li strong { font-family: 'TradeGothicBold'; }

/* mortgageis_bar */
.mortgageis_bar { width: 100%; padding: 82px 0 100px; } 
.mortgageis_bar .itembox { padding: 45px 0 0; display: -webkit-flex; display: flex;  justify-content: space-between; flex-wrap: wrap; }
.mortgageis_bar .itembox .text { padding: 40px 0 50px; margin: 0 0 20px; width: calc(50% - 8px); background: #fff; border-top: 25px solid #2f617b; text-align: center; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
.mortgageis_bar .itembox .text:nth-of-type(1) { padding: 40px 0 28px; }
.mortgageis_bar .itembox .text h3 { padding: 0 0 20px; font-size: 30px; color: #2f617b; font-family: 'TradeGothicLTBoldNo_2'; }
.mortgageis_bar .itembox .text p { padding: 0 40px 0 47px; text-align: left; font-size: 18px; line-height: 1.7; color: #707070; font-family: trade-gothic-next, sans-serif; font-weight:300; }
.mortgageis_bar .itembox .btn_group { padding: 30px 0 0; width: 100%; text-align: center; }
.mortgageis_bar .itembox .btn_group a { margin: 0 0 0 40px; font-size: 16px; color: #fff; text-decoration: underline; text-transform: uppercase; }
.mortgageis_bar .itembox .btn_group a:hover { color: #71a087; }
.mortgageis_bar .itembox .text.readytake, .mortgageis_bar .itembox .text:last-child { text-align: center; background: #2f617b; }
.mortgageis_bar .itembox .text.readytake h3, .mortgageis_bar .itembox .text:last-child h3 { color: #fff; }
.mortgageis_bar .itembox .text.readytake .learnBtn, .mortgageis_bar .itembox .text:last-child .learnBtn { margin: 25px 0 0; padding: 12px 23px 12px; }
/* .mortgageis_bar .itembox .text:last-child p { text-align: center; } */
.mortgageis_bar .itembox .text:last-child a { margin: 0 20px; color: #fff; text-decoration: none; }
.mortgageis_bar .itembox .text:last-child a.button { margin: 0 0 30px; text-decoration: none; }
.mortgageis_bar.mortvideo_bar .itembox .text { padding: 0; border: none; position: relative; margin: 0 auto; background-color: #29475c; }
.mortgageis_bar.mortvideo_bar .itembox .text img { height: 305px;
width: auto;
text-align: center;
margin: 0 auto; }
.mortgageis_bar.mortvideo_bar .itembox .text:before { content: ""; width: 100%; height: 372px; z-index: 2; position: absolute; top: 0;
    left: 0; bottom: 0; right: 0; }
.mortgageis_bar.mortvideo_bar .itembox { padding: 0; }
.mortvideo_bar .itembox .text .video_thumb { padding: 90px 0 0 0; display: inline-block; font-size: 18px; line-height: 22px; text-transform: uppercase; color: #fff; background: url(assets/images/video_img.png) no-repeat; background-position: center top; letter-spacing: 0.72px; position: absolute; top: 33%; left: 0; right: 0;   z-index: 3; transform: translate(0, -33%); }

.page-id-16905 .mortvideo_bar .itembox .text .video_thumb {
  top: 23%;
}

.page-id-16905 .mortvideo_bar .itembox .text .sub {
  margin-top: 0;
    min-height: 290px;
}

.page-id-2650  .mortvideo_bar .itembox .text .video_thumb{top: 18%;}
.page-id-2650 .mortgageis_bar.mortvideo_bar .itembox .text{background: #29475c;}
.mortvideo_bar .itembox .text .video_thumb:hover { opacity: 0.50; }
.mortvideo_bar .itembox .text .sub { padding: 20px 10px 20px 30px;
background: #29475c;
position: relative;
z-index: 3;
margin-top: 0;
min-height: 200px; }
.mortvideo_bar .itembox .text .sub h3 { color: #fff; min-height: auto; font-family: 'TradeGothicBold'; font-weight: normal; text-align: left; } 
.mortvideo_bar .itembox .text .sub p { color: #fff; padding-left: 0px; font-family: 'TradeGothic'; font-size: 16px; line-height: 29px; }


.mortgage_contant_bar .accordion_bar { padding: 40px 0 100px; background: transparent; max-width: 1080px; margin: 0 auto; }
.mortgage_contant_bar .accordion_bar .accordion-item h3 { color: #2f617b; }

/* prequalified_bar */
.prequalified_bar { padding: 45px 0 170px; text-align: center; }
.prequalified_bar h2 { padding: 0 0 55px; font-size: 48px; text-align: center; color: #2c6c84; font-family: 'TradeGothicBold'; font-weight: normal; }
.heading_2 span { font-size: 36px; font-family: 'TradeGothic'; display: block; }
.prequalified_bar h2 strong { font-size: 36px; font-family: 'TradeGothic'; display: block; font-weight: normal; }
.video_watch .fancybox-button svg { width: 27px; height: 27px; line-height: 20px; color: #fff; border-radius: 100%; position: absolute; top: -40px; right: 4px;  background: rgba(160, 160, 160, 0.45); border: 1px solid #ffffff; }

/*.fancybox-content { overflow: initial !important; }
#video-content iframe { width: 100%; height: 560px; }
.video_watch.fancybox-content { max-width: 84% ; }*/

/* personal_chek_bar */
.busines-contant-bar.personal_chek_bar .subtext h2 { padding: 30px 0 40px; }
.personal_chek_bar p { text-align: center; }

/* interest_checking */
.interest_checking { }
.money_market_bar.interest_checking .itembox .item { width: calc(25% - 17px); padding: 36px 25px 40px; }

.interest_checking .wrapper { max-width: 1300px; }

/* pinnacle_checking_bar */
.pinnacle_checking_bar { padding: 35px 0 95px; }
.pinnacle_checking_bar h3 { padding: 0 0 40px; font-size: 48px; color: #035642; font-family: trade-gothic-next, sans-serif; font-weight: 400; text-align: center; }
.pinnacle_checking_bar p { padding: 0 10px 47px; font-size: 18px; color: #3e3e3e; line-height: 25px; text-align: center; font-family: trade-gothic-next, sans-serif; font-weight:300; }
.pinnacle_checking_bar ul { padding: 0 0 60px; width: 100%; text-align: center; }
.pinnacle_checking_bar ul li { display: inline-block;     padding: 0 7px; }
.pinnacle_checking_bar ul li a { color: #3e3e3e; font-size: 16px; font-family: trade-gothic-next, sans-serif; font-weight:300; text-decoration: underline; }
.pinnacle_checking_bar ul li a:hover { color: #71a087; }
.pinnacle_checking_bar p.gift_will, .pinnacle_checking_bar h4 { font-size: 15px; font-weight: 400; text-align: center; font-family: trade-gothic-next, sans-serif; font-weight:300; line-height: 25px; }
.mayalso_bar.savings_bar .itembox .item .text { padding: 65px 10px 50px; }
.mayalso_bar.savings_bar .itembox .item:nth-of-type(2) .text { padding: 65px 10px 50px; }
.mayalso_bar.savings_bar .itembox .item:nth-of-type(2) .text p { padding: 0 0 30px; }
.savings_bar .itembox .item .image img { height: 100%; object-fit: cover; object-position: right; }

/* notice_banner */
.notice_banner { border-bottom: none; height: 537px; box-shadow: inherit; }

/* mortgagecalculator */
.mortgagecalculator-bar { padding-top: 40px; min-height: 500px; }

/* privacy_content_bar */
.privacy_content_bar { padding: 150px 0 0px; width: 100%; }
.privacy_content_bar table { border-collapse:collapse; caption-side:bottom; width: 100%; border-spacing: 0; margin: 0 0 65px; }
.privacy_content_bar th, .privacy_content_bar td { border: solid 1px #707070; padding: 10px 15px;  }
.privacy_content_bar table.reasons { background: #fcfcfc; }
.privacy_content_bar .personal { margin: 0; }
/* .personal td { padding: 0; border: none;  } */

.privacy_content_bar td.types { }
.privacy_content_bar table td { font-size: 20px; color: #707070; vertical-align: middle; }
.privacy_content_bar table td p { padding: 10px 0; }
.privacy_content_bar table td.factbox { padding: 55px 20px; vertical-align: middle; width: 113px; text-align: center; background: #eaeaea; }
.privacy_content_bar table td.subfact, .privacy_content_bar table.facts tr:first-child td:first-child { padding: 4px 20px; text-align: center; background: #535458; color: #fff; }
.privacy_content_bar table.facts tr:first-child td:nth-child(2) { background: #eaeaea; padding: 7px 20px; }
.privacy_content_bar table.facts tr:first-child td:nth-child(2) p { }
.privacy_content_bar .sociles { padding: 0 0 0 27px; }
.privacy_content_bar table.facts ul, .privacy_content_bar table.weare ul { padding: 10px 40px; float: left; width: calc(50% + 15px); border-top: solid 1px rgba(112, 112, 112, 0.7); border-right: solid 1px rgba(112, 112, 112, 0.7); margin-left: -15px; margin-bottom: -10px; }
.privacy_content_bar table.facts ul + ul, .privacy_content_bar table.weare ul + ul { border-right: 0px; margin-left: 0px; margin-right: -20px; }
.privacy_content_bar table.weare ul { border-bottom: solid 1px rgba(112, 112, 112, 0.7); }
.privacy_content_bar table.weare ul { width: calc(50% + 20px); margin-left: -20px; margin-bottom: 20px; }

.privacy_content_bar table.facts ul li, .privacy_content_bar table.weare ul li { position: relative; padding: 0 0 0 10px; line-height: 1.5;  }
.privacy_content_bar table.facts ul li:before, .privacy_content_bar table.weare ul li:before { content: ""; width: 5px; height: 5px; border-radius: 100%; background: #707070; position: absolute; top: 15px; left: 0; }
.privacy_content_bar table.weare ul.fullview { width: auto; float: none; border: 0px; margin: 0px 0px 20px 0px; }
.privacy_content_bar table.facts { }
.privacy_content_bar .sociles li { position: relative; padding: 0 0 0 10px; line-height: 1.5; }
.privacy_content_bar .sociles li:before { content: ""; width: 5px; height: 5px; border-radius: 100%; background: #707070; position: absolute; top: 15px; left: 0; }
.privacy_content_bar table th { font-size: 20px; font-family: 'TradeGothicLTBoldNo_2'; vertical-align: middle; }
.privacy_content_bar .reasons th, .privacy_content_bar .reasons tr:first-child td { padding: 20px 30px 27px; width: 33.33%; text-align: center !important; background: #eaeaea;  font-size: 20px; font-family: "Helvetica Neue"; font-weight: 700; vertical-align: middle;  }
.privacy_content_bar .reasons td { padding: 16px 35px 20px 15px; text-align: center; vertical-align: middle; }
.privacy_content_bar  td.question { padding: 8px 20px; }
.privacy_content_bar .weare th { padding: 20px 20px; text-align: left; color: #707070; background: #eaeaea; }
.privacy_content_bar .reasons tr:first-child td { padding: 20px; text-align: left !important; font-weight: 400; background: none; }
.privacy_content_bar .reasons tr:first-child td p { padding-bottom: 0px; }
.privacy_content_bar .reasons tr td ul { list-style: disc; padding-left: 20px; }
.privacy_content_bar .reasons tr td ul { }
.privacy_content_bar .sharing { padding: 0 0 40px; }
.privacy_content_bar .weare td { padding: 20px 20px; }
.privacy_content_bar .weare td.types { padding: 0; border: none; }
.privacy_content_bar .common li { font-style: italic; }
.privacy_content_bar td a.phone, .privacy_content_bar td a.email { color: #707070; }
.privacy_content_bar .bank_offers td { vertical-align: middle; }
.privacy_content_bar .bank_offers td.prohibit { padding: 25px 20px; }
.privacy_content_bar .immediately, .privacy_content_bar ol { padding: 0 20px 0 50px; }
.privacy_content_bar .immediately li, .privacy_content_bar ol li { padding: 0 0 20px; line-height: 1.2; }
.privacy_content_bar .weare td.provid, .privacy_content_bar .weare th:first-child { width: 364px; vertical-align: middle; }
.privacy_content_bar .weare th:first-child { border-right: 0px; }
.privacy_content_bar .weare th:nth-child(2) { border-left: 0px; }
.privacy_content_bar table.definitions td.factbox, .privacy_content_bar .definitions th:first-child { padding: 7px 5px; width: 112px; }
.privacy_content_bar table.definitions th:first-child { padding: 7px 15px; }
.privacy_content_bar table.definitions ul { margin: 0px; border: 0px; width: auto; float: none; }
.privacy_content_bar table.definitions ul li { font-style: italic; }
.privacy_content_bar table.firstchild { margin-bottom: 0px; border-bottom: 0px; }
.privacy_content_bar table.firstchild th { color: #707070; }
.privacy_content_bar table.firstchild tr:last-child td { border-bottom: 0px; }
.privacy_content_bar table.bank_offers1 td:first-child { color: #707070 !important; background: #eaeaea !important; }
.privacy_content_bar table.bank_offers1 td:nth-child(2) { background: none !important; }
.privacy_content_bar table.bank_offers1 { margin-bottom: 0px; }
.privacy_content_bar table.lastchild td { color: #707070 !important; background: #fcfcfc !important; border-top: 0px; }
.privacy_content_bar table.reasons3 { }
.privacy_content_bar .reasons3 tr:first-child td { text-align: center !important; background: #eaeaea; font-weight: 700; }

/* holiday_ba */
.holiday_bar { padding: 130px 0 60px; }
.holiday_bar .reasons2 th { padding: 10px 10px 40px; border: none; text-align: center; font-size: 25px; color: #707070; }
.holiday_bar .reasons2 td { text-align: center; }
.holiday_bar .reasons2 td:first-child { text-align: left; width: 50%; }
.holiday_bar .reasons2 th:first-child { width: 35%; }
.holiday_bar .reasons2 tr:nth-child(even) td { background: #fcfcfc; }

/* popmoney_bar */
.popmoney_bar { padding: 80px 0 0px; }
.popmoney_bar img { margin: 0 auto; }
.popmoney_bar .wp-block-image { margin-bottom: 60px; }
.popmoney_bar .subtext { padding: 60px 0 0; }
.popmoney_bar p { font-size: 18px; line-height: 31px; color: #707070; }

/* get_started_bar */
.process_bar.started_bar { padding: 42px 0 60px; }
.started_bar h2.heading_2 { padding: 0px 0 42px; font-size: 48px; color: #035642; font-family: trade-gothic-next, sans-serif; font-weight: 400; }  
.process_bar.started_bar .contact h3 { background: #015841; }
.process_bar.started_bar .contact { margin: 10px 0 0px; }
.process_bar.started_bar .contact .sub p { padding: 0 0 35px; }
.process_bar.started_bar .contact .sub p.send_mony { padding: 0; }

/* started_bar */
.started_bar .contact .sub .dot_list { padding: 0 0 35px; }
.started_bar table { border-collapse:collapse; caption-side:bottom; width: 100%; border-spacing: 0; margin: 10px 0 45px; background: #fcfcfc; }
.started_bar th, .started_bar td { border: solid 2px rgba(112, 112, 112, 0.7); }
.started_bar tr:first-child td { padding: 25px 0;  background: #015841; font-size: 18px; color: #ffffff; line-height: 1.1;  font-family: trade-gothic-next, sans-serif; font-weight: 700; }
.started_bar td { padding: 25px 0; text-align: center; vertical-align: middle; font-size: 18px; color: #707070; font-family: trade-gothic-next, sans-serif; font-weight: 400; }
.started_bar tr:nth-of-type(1) th { border-left: none; }
.started_bar th:last-child { border-right: none; }
.started_bar td:first-child { border-left: none; }
.started_bar td:last-child { border-right: none; }
 
/* Privacy_bar */
.Privacy_bar { width: 100%; padding: 100px 0 100px; }
.Privacy_bar h2, .Privacy_bar h1 { padding: 0 0 8px; font-size: 45px; color: #707070; line-height: 1.66; font-family: 'TradeGothicBold'; font-weight: normal; }
.Privacy_bar p { padding-bottom: 22px; font-size: 18px; color: #707070; line-height: 23px; font-family: trade-gothic-next, sans-serif; font-weight:400; }
.Privacy_bar h4 { color: #707070; font-size: 18px; padding-bottom: 21px; }
.noticeText h1 { font-family: trade-gothic-next, sans-serif; font-weight: 700; font-style: italic; }


.Privacy_bar ul {
    list-style: disc;
    color: #707070;
    font-size: 18px;
    font-family: trade-gothic-next, sans-serif;
    margin: 0 0 20px 40px;
}

.Privacy_bar ul li {
    padding: 5px 0;
}

.Privacy_bar ol {
    color: #707070;
    font-size: 18px;
    font-family: trade-gothic-next, sans-serif;
    margin: 0 0 0 20px;
}


.Privacy_bar ol li {
    padding: 5px 0;
}


/*  banking_banner  */
.banking_banner .text { max-width: 422px; }
.banking_banner  .text:before{ right: -60px; }
/* mobile_content_bar */
.mobile_content_bar { padding: 76px 0 80px; }
.mobile_content_bar .wrapper { max-width: 1270px; }
.mobile_content_bar .sub_using { max-width: 950px; margin: 0 auto; } 
.mobile_content_bar .sub_using p, .banking_bar p { font-size: 18px; color: #707070; line-height: 1.72; font-family: trade-gothic-next, sans-serif; font-weight:300; }
.mobile_content_bar .sub_using p { line-height: 31px; }
.mobile_content_bar .itembox .text { border-top: 44px solid #015841; }
.mobile_content_bar .itembox .access { padding: 0px 73px 0 40px; }
.mobile_content_bar .itembox .access li { padding: 0 0 30px; font-size: 18px; color: #707070; line-height: 1.72; font-family: trade-gothic-next, sans-serif; font-weight:300; text-align: left; }
.mobile_content_bar .itembox .access li:last-child { padding: 0; }
.mobile_content_bar .itembox .text h3 { padding: 0 0 30px; }
.mobile_content_bar .itembox .image img { width: 100%; }

/* banking_bar */
.banking_bar { width: 100%; padding: 0 0 80px;  }
.banking_bar h3 { padding-bottom: 35px; font-size: 30px; color: #015841; text-align: center; }
.banking_bar .itembox { padding: 28px 0 0; display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: wrap; }
.banking_bar .itembox .text { width: calc(50% - 5px); }
.banking_bar .itembox .text p { padding: 0; }
.banking_bar .itembox .text .dot_list { padding: 0 0 0 45px; }
.banking_bar .itembox .text .dot_list li { margin: 5px 0 0; }
.banking_bar .itembox .text ul { padding: 0 0 0px 45px; } 
.banking_bar .itembox .text ul li { font-size: 18px; line-height: 31px; color: #707070; padding: 0 0 0 10px; position: relative; }
.banking_bar .itembox .text ul li:before { content: ""; width: 6px; height: 6px; border-radius: 100%; position: absolute; top: 13px; left: 0; background: rgba(0,0,0,0.4); }
.mobile_content_bar .itembox .text.image { background: transparent; }
.banking_bar .buttons { text-align: center; }

/* reorder_bar */
.reorder_bar .itembox .text p { text-align: center; padding: 0 0 20px; } 
.reorder_bar .itembox .text:nth-of-type(4) { padding: 50px 40px 45px 45px; }
.reorder_bar .itembox .text:nth-of-type(4) h3 { padding: 0 0 20px; }
.reorder_bar .itembox .text:nth-of-type(4) p { padding: 0 0 20px;}

/* qualified_bar */
.qualified_bar p { padding: 0 0 30px; max-width: 1015px; margin: 0 auto; }
.qualified_bar .button { padding: 10px 38px; }
.qualified_bar .contact_btn { min-width: 188px; }

.traditional_bar { padding: 45px 0 90px; }
.traditional_bar .subtext h2, .traditional_bar .subtext h3 { padding: 8px 0 15px; }
.traditional_bar .itembox { padding: 42px 0 0; display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: wrap; }
.traditional_bar .itembox .text { width: calc(50% - 40px); }
.traditional_bar .itembox .text h4 { padding: 0 0 15px; font-size: 25px; color: #044030; line-height: 1.3; font-family: 'TradeGothicBold'; }
.traditional_bar .subtext p { line-height: 31px; }
.busines_list.text-list { padding: 0; }
.traditional_bar .itembox .text ul li { margin: 10px 0 0; }
.traditional_bar .itembox ul { padding: 0px; }

/* personal_image */
.personal_image img { width: 100%; }

.roth_bar .subtext p { padding: 0 0 25px; text-align: center; }

/* contact_banner */
.contact_banner { height: 425px; }

/* can_help_bar */
.can_help_bar { padding: 58px 0 110px; }
.can_help_bar .subtext h2 { padding: 0 0 37px; text-align: center; font-family: trade-gothic-next, sans-serif; font-size: 48px; font-weight: 400; }
.can_help_bar .subtext p { padding: 0 0 74px; text-align: center; max-width: 925px; margin: 0 auto; line-height: 1.5; }
.can_help_bar .formbox { margin: 0 0 25px;  display: -webkit-flex;  display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; } 
.can_help_bar .formbox .inputfild { width: calc(50% - 33px); }
.can_help_bar .formbox .inputfild .custom_fild { width: 100%; padding: 15px 20px; font-size: 17px; color: #515151; font-weight: 300; border: none; background-color: #f0f0f0;  }
.can_help_bar .formbox .inputfild label { margin: 0 0 14px; display: block; font-size: 21px; color: #015841; font-family: 'TradeGothicLTBoldNo_2'; } 
.can_help_bar .formbox .inputfild .huisnr { width: 130px; }
.can_help_bar .formbox textarea { height: 285px; resize: none; }
.can_help_bar .formbox .inputfild.box { margin: 20px 0 0; width: calc(100% - 0px); }
.can_help_bar .formbox .inputfild label span { font-size: 15px; color: #707070; font-family: 'TradeGothic';}
.can_help_bar button { padding: 10px 25px; }
.can_help_bar .wpcf7 { overflow: hidden; margin: 0 -20px 25px; }
.can_help_bar .wpcf7 p { padding-bottom: 22px; float: left; width: calc(50% - 50px); margin: 0 50px 0 16px; }
.can_help_bar .wpcf7 p:nth-child(odd) { margin-right: 0px; }
.can_help_bar .wpcf7 label { margin: 0 0 10px; display: block; font-size: 21px; color: #015841; font-family: 'TradeGothicBold'; } 
.can_help_bar .wpcf7 .wpcf7-text, .can_help_bar .wpcf7 .wpcf7-number, .can_help_bar .wpcf7 textarea { width: 100%; padding: 15px 20px; font-size: 17px; color: #515151; font-weight: 300; border: none; border-radius: 0px; -webkit-border-radius: 0px; background-color: #f0f0f0; }
.can_help_bar .wpcf7 p.msg { padding-top: 16px; margin-right: 0px; width: calc(100% - 32px); }
.can_help_bar .wpcf7 label small { color: #707070; font-family: "TradeGothic"; font-size: 15px; }
.can_help_bar .wpcf7 p.msg label { margin-bottom: 14px; }
.can_help_bar .wpcf7 textarea { height: 285px; resize: none; }
.can_help_bar .wpcf7 .wpcf7-not-valid { border: #f00 solid 1px !important; }
.can_help_bar .wpcf7 div.wpcf7-response-output { float: left; width: 100%; text-align: center; }
.can_help_bar .wpcf7 { }
.can_help_bar .wpcf7 { }
.can_help_bar { }

.report_card { padding: 50px 0 150px; }
.report_card .subtext h2 { padding: 45px 0 60px; }
.report_card .itembox { max-width: 670px;  margin: 0 auto; }
.report_card .itembox .text { text-align: center; }
.report_card .itembox .text  img { margin: 0 auto; }
.report_card .itembox .text p { padding: 30px 0 0; font-size: 20px; font-family: trade-gothic-next, sans-serif; font-weight:400; }
.report_card .itembox .text p span { display: block; font-size: 30px; color: #707070; line-height: 1; font-weight: 800; }
.report_card .itembox .text p span a { color: #707070; }

/* auto_loans_bar */
.auto_loans_bar { padding: 50px 0 110px; }
.auto_loans_bar .subtext p { text-align: center; }
.auto_loans_bar .subtext .benefits_list { padding: 0 0 0 390px; }
.auto_loans_bar .subtext h2 { padding: 40px 0 30px; }

/* calculator_bar */
.calculator_bar { padding: 55px 0 40px; width: 100%; background: #f0f0f0; }
.calculator_bar h2 { padding: 0 0 10px; font-family: trade-gothic-next, sans-serif; font-weight:300; color: #035642; } 
.calculator_bar p { text-align: center; }
.calculator_bar form { max-width: 820px; margin: 35px auto 0; }
.calculator_bar .formbox { margin: 0 0 20px;  display: -webkit-flex;  display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; } 
.calculator_bar .formbox .inputfild { width: calc(50% - 16px); }
.calculator_bar .formbox .inputfild .custom_fild { width: 100%; padding: 12px 20px; font-size: 17px; color: #515151; font-weight: 300; border: none; background-color: #ffff;  }
.calculator_bar .formbox .inputfild label { margin: 0 0 0; display: block; font-size: 16px; color: #707070; font-family: trade-gothic-next, sans-serif; font-weight:300;text-transform:capitalize;} 
.calculator_bar .formbox .inputfild .huisnr { width: 130px; }
.calculator_bar .formbox textarea { height: 285px; resize: none; }
.calculator_bar .formbox .inputfild label span { font-size: 15px; color: #707070; font-family: 'TradeGothic';}
.calculator_bar .formbox .submit_btn { margin: 23px 0 0; display: -webkit-flex;  display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; }
.calculator_bar .formbox .submit_btn .button { padding: 10px 24px; }
.calculator_bar .formbox .inputfild .express { text-align: left; font-size: 11px; line-height: 1.2; }
.calculator_bar .formbox.rateas { margin: 0 0 5px; }

/* speakbanker_bar */
.speakbanker_bar .itembox { max-width: 860px; margin: 0 auto; }
.get_started_bar.speakbanker_bar .itembox .item { width: calc(50% - 45px); }

/* loan_results */
.loan_results .itembox .subtext { padding: 70px 0 65px; }
.loan_results .itembox .subtext .text { width: calc(50% - 2px);  }
.loan_results .itembox .subtext .text .number { font-size: 22px; color: #3e3e3e; font-family: trade-gothic-next, sans-serif; font-weight:300; }
.loan_results .itembox .subtext .results { width: 70%; padding: 0; }
.loan_results .itembox .subtext .text p.yearage { padding: 0; } 
.loan_results .itembox .approxi { padding: 50px 0; }

.debit_card_bar { padding: 40px 0 85px; }
.busines-contant-bar.debit_card_bar h3 { padding-bottom: 25px; }
.busines-contant-bar.debit_card_bar p { padding: 0 0 40px; line-height: 31px; }
.busines-contant-bar.debit_card_bar .subtext h2 { padding: 30px 0 28px; }
.debit_card_bar .subtext .contact_btn { margin: 20px auto 0; min-width: 187px; }


.busines-contant-bar .work_more ul {
    padding: 0 0 30px 0;
}

.busines-contant-bar .work_more ul li {
    padding: 0 0 3px 24px;
    position: relative;
    font-size: 18px;
    color: #707070;
    font-family: trade-gothic-next, sans-serif;
    font-weight: 300;
    line-height: 29px;
}

.busines-contant-bar .work_more ul li::before {
    content: "";
    width: 13px;
    height: 15px;
    position: absolute;
    top: 8px;
    left: 0;
    background: url(assets/images/check_icon.png) no-repeat;
}

.faqs .accordion-item img {
    display: inline-block;
}

.faqs .accordion-item .appdownloads {
    width: 100%;
    text-align: center;
    margin: 5px auto 20px;
}

/* banking_app_bar */
.banking_app_bar { width: 100%; padding: 0 0 30px; }
.banking_app_bar .innertext { max-width: 690px; margin: 0 auto; text-align: center; }
.banking_app_bar .innertext h2, .banking_app_bar .innertext h3 { padding: 0 0 40px; font-family: trade-gothic-next, sans-serif; font-weight: 400; color: #035642; font-size: 48px; }
.banking_app_bar .innertext p { padding: 0 0 30px; font-size: 18px; color: #707070; line-height: 1.72; font-family: trade-gothic-next, sans-serif; font-weight:300; }
.banking_app_bar .innertext .appgoogle { display: inline-block; margin: 30px 13px 0; }
.banking_app_bar .innertext .appgoogle img { margin: 0 auto; }

/* asked_bar */
.asked_bar { padding: 80px 0 125px; }

/* meet_pinny_banner */
.meet_pinny_banner .text { max-width: 480px; }
.meet_pinny_banner .text:before { right: -20px; }
.meet_pinny_banner p { font-size: 20px; line-height: 1.4; font-family: "Helvetica Neue"; }
.meet_pinny_banner h1 sup { font-size: 26px; }

.bank_debit_bar { padding: 80px 0 96px; }
.bank_debit_bar p { padding: 0 0 41px; line-height: 31px; } 
.bank_debit_bar .subtext h5 { padding-bottom: 40px; font-size: 20px; color: #015841; font-family: trade-gothic-next, sans-serif; font-weight: 700; text-align: center; }
.bank_debit_bar .subtext .innerBox { margin: 0px auto 0; max-width: 760px; overflow: hidden; }
.bank_debit_bar .subtext .innerBox ul { padding-left: 55px; width: 50%; float: left; }
.bank_debit_bar .subtext .innerBox .inner .dot_list { padding: 0; }
.bank_debit_bar .subtext .innerBox ul li { font-size: 21px; line-height: 32px; color: #707070; padding: 0 0 0 15px; position: relative; }
.bank_debit_bar .subtext .innerBox ul li:before { content: ""; width: 8px; height: 8px; border-radius: 100%; position: absolute; top: 13px; left: 0; background: rgba(0,0,0,0.4); }

/* pinny_process_bar */
.pinny_process_bar { width: 100%; height: 406px; display: flex; align-items: center; flex-wrap: wrap;  background-repeat: no-repeat; background-size: cover; }
.pinny_process_bar .content { padding: 60px 0 55px; width: 610px; position: relative; z-index: 1; }
.pinny_process_bar .content:before { z-index: 1; content: ''; width: 50%; height: 100%; position: absolute;  left: 0;  top: 0; background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); }
.pinny_process_bar .content:after { transform: skew(-28deg,0); -webkit-transform: skew(-28deg,0); content: ''; width: 5000px; height: 100%; background: rgba(2,84,66,0.70); position: absolute; right: -110px; top: 0; }
.pinny_process_bar .content .text { padding: 0 36px 0 0; float: right; position: relative; z-index: 1; }
.pinny_process_bar .content .text h2 { padding: 0; font-size: 48px; color: #ffffff; font-family: trade-gothic-next, sans-serif; font-weight: 700; }
.pinny_process_bar .content .text h2 sup { font-size: 28px; }

/* driveup_bar */
.driveup_bar { padding: 121px 0 90px; width: 100%; } 
.driveup_bar .wrapper { max-width: 1210px; }
.driveup_bar .itembox  { display: -webkit-flex;  display: flex; flex-wrap: wrap; justify-content: space-between; }
.driveup_bar .itembox .image1 { width: 75%; position: relative; }
.driveup_bar .itembox .image1 img { float: left; position: relative; z-index: 2; }
.driveup_bar .itembox .text { margin: 120px 0 0 -30px; padding: 45px 22px 39px 100px; float: left;  background: #fcfcfc; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25); position: relative; z-index: 1; }
.driveup_bar .itembox .text:after { content: ""; width: 100%; height: 100%; position: absolute; right: -58px; top: 0px; background: #fcfcfc; transform-origin: bottom left; -ms-transform: skew(-14deg, 0deg); -webkit-transform: skew(-14deg, 0deg); transform: skew(-14deg, 0deg); z-index: -1; box-shadow: 3px 6px 4px -2px rgba(0,0,0,.2);
}
.driveup_bar .itembox .text ol li { font-size: 24px; color: #015841; line-height: 1.45; font-family: trade-gothic-next, sans-serif; font-weight: 700; }
.driveup_bar .itembox .image2 { width: 25%; }
.driveup_bar .itembox .image2 img { position: relative; right: -20px; top: -25px; }

/* full_watch_bar */
.full_watch_bar { margin: 0 0 60px; width: 100%; height:500px; background-repeat: no-repeat; background-size: cover; }
.full_watch_bar .overlay { width: 100%; height: 100%; background: rgba(0, 0, 0, 0.33); display: flex; align-items: center; justify-content: center; }
.full_watch_bar .video_thumb { padding: 90px 0 0 0; display: inline-block; vertical-align: top; font-size: 18px; line-height: 22px; text-transform: uppercase; color: #fff; background: url(assets/images/video_img.png) no-repeat; background-position: center top; }


/* whowe-box */
.whowe-box { padding: 90px 0 0;  width: 100%; overflow: hidden; }
.whowe-box h2 { padding: 0 0 10px;color: #707070;font-family: 'TradeGothic'; font-size: 30px;font-weight: 700;} 
.whowe-box .whowe-top p {padding-bottom: 10px; color: #707070; font-size: 18px; font-family: 'TradeGothicNextLTPro-Lt'; font-weight: 400;line-height: 31px; max-width: 569px; margin:0 auto;}
.whowe-box .whowe-top p strong { opacity:.48; }
.whowe-box .whowe-top { padding-top: 60px; width: 100%; text-align: center; background: url('./assets/images/whowe-bg.png')no-repeat; background-position:36px 5px; min-height: 423px; position: relative; }
.whowe-box .whowe-top:after { content:""; background:#f2f2f2; width: 2px; height: 236px; position: absolute; right: 25px; top: 45px; display: block}
.whowe-box .whowe-top:before { content:""; background:#f2f2f2; width: 2px; height: 234px; position: absolute;left: 24px; top: 42px; display: block}




/* .whowe-box .whowe-top:after{ content:""; display: block; width: 100%; background-image: linear-gradient(-1deg, rgba(240, 240, 240, 0.23) 0%, rgba(120, 120, 120, 0.35) 100%); opacity: 0.19; } */
.whowe-box .whowe-top img { margin:20px auto 0; } 

.information-list {  width: 100%; max-width: 980px; margin:30px auto 0; display: flex; flex-wrap: wrap; }
.information-list h3 { margin: 17px 0 21px; color: #005a41; font-size: 30px; font-family: 'TradeGothicLTBold'; font-weight: normal;}
.information-list p { margin: 0 0 30px; color: #005a41;font-family: 'TradeGothicNextLTPro-Lt'; font-weight: 400;font-size: 18px; line-height: 22px; }
.information-list ul { margin: 0 0 30px; padding: 0 0 0 16px; list-style: disc;}
.information-list li { padding-bottom: 5px; color: #005a41;font-family: 'TradeGothicNextLTPro-Lt'; font-weight: 400;font-size: 18px; line-height: 22px; letter-spacing: -.1px; list-style: disc;}
.information-list .info-text { padding-left:62px; width: 30.5%; border-right: 1px solid #f2f2f2; padding-right: 38px;}
.information-list .info-text:first-child { padding-left: 0; }
.information-list .info-text:last-child { padding-right: 0; border: 0; width: 32%; }
.information-list .info-text:nth-child(2){ padding-right: 52px;width: 37.5%; padding-left: 70px; }

.newmap-box { width: 100%; overflow: hidden; margin: 40px 0 0;}
.newmap-box .wrapper { max-width: 1252px; }
.newmap-box .newmap-block { width: 100%; position: relative; }
.newmap-box .newmap-text { width: 100%; max-width: 830px; margin:0 auto;}
.newmap-box .newmap-text .left { width: 100%;}
.newmap-box .newmap-text .right { width: 100%;}
.newmap-box .loaction { display: flex; width: 100%; align-items: center; position: relative; text-align: center; align-content: center;}
.newmap-box .loaction .loaction-text { margin: 50px auto 75px; width: 202px; height: 202px; background-color: #005a41; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.newmap-box .loaction .loaction-text h5 {width: 192px;height: 192px;border: 1px solid #ffffff; border-radius: 50%; color: #ffffff;font-size: 16px;font-weight: bold;line-height: 23px; font-family: 'TradeGothicNextLTPro-Lt'; display: flex;align-items: center;justify-content: center; flex-wrap: wrap; padding-top: 62px; position: relative; text-transform: uppercase;}
.newmap-box .loaction .loaction-text h5 em { 
font-size: 70px;
  font-style: normal;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 50px;
}

/* directors-box */
.directors-box { margin-top: -17px; width: 100%; overflow: hidden; }
.directors-box .directors-top { padding: 63px 0 116px;  width: 100%; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);background-color: #035742; position: relative;}
.directors-box .directors-top:after { content:""; background: url('./assets/images/directors-line.png')no-repeat; width: 100%; background-size: cover; height: 77px; position: absolute; bottom: 0; opacity: .14;}
.directors-box .directors-top h2 { color: #ffffff;font-size: 49px;font-weight: normal;line-height: 57px; font-family: 'TradeGothicLTBold'; text-align: center; letter-spacing: -2.2px; padding-bottom: 15px; position: relative; left: -50px;}
.directors-box .directors-top p { padding: 0; font-size: 18px; font-family: 'TradeGothicNextLTPro-Lt';  font-weight: 400;line-height: 25px; color: #ffffff;}
.directors-box .directors-top p strong { font-family: 'TradeGothicLTBold'; font-weight: normal;}
.directors-box .directors-text { width: 100%; max-width: 570px; margin: 0 auto; position: relative; left: 50px;}

.directors-list { width: 100%; overflow: hidden; padding: 130px 0 0; }
.directors-list .directorlist { width: 100%; display: flex; flex-wrap: wrap;  justify-content: space-evenly; -webkit-justify-content: space-evenly; max-width: 960px; margin: 0 auto; }
.directors-list .directorlist img { margin:0 auto; }
.directors-list .directorlist h4 { padding: 0; color: #005a41;font-family: 'TradeGothicLTBold'; font-size: 18px;font-weight: normal; line-height: 18px;}
.directors-list .directorlist p { padding: 0; color: #005a41;font-family: 'TradeGothicNextLTPro-Lt'; font-size: 18px;font-weight: normal; line-height: 22px;}
.directors-list .directorlist .img { min-height: 141px; margin-bottom: 22px;}
.directors-list .director-info {width: 33.33%; text-align: center; margin-bottom: 80px;}

.plas-box { margin-top: 65px;  width: 100%; overflow: hidden; }
.plas-box .plas-block { width: 100%; max-width: 538px; margin: 0 auto;display: flex;
flex-wrap: wrap;}
.plas-box .plas-block h3 { color: #035742;font-size: 23px;font-weight: normal; font-family: 'TradeGothicLTBold'; min-height: 60px; margin-bottom: 14px; display: flex; align-items: center;
justify-content: center;}
.plas-box .plas-block p { padding: 0 0 30px;
  color: #5c5c5c;
  font-family: 'TradeGothicNextLTPro-Lt';
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  min-height: 163px;}
.plas-box .plas-block .plaslist  { margin: 0 auto 100px; padding: 65px 36px 65px; width: 48%;background: #fff;text-align: center; border-top: 15px solid #035642; border-top-width: 15px;position: relative;box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);position: relative; max-width: 258px; min-height: 345px; margin-right: 2%; }
.plas-box .plas-block .plaslist:first-child { position: relative; left:-4px; }
.plas-box .plas-block .plaslist:last-child { margin-right: 0; }
.plas-box .plas-block .plaslist:before { content: "";  position: absolute;top: 100.5%;left: 0px;border-left: 129px solid rgba(0, 0, 0, 0.16);border-right: 129px solid rgba(0, 0, 0, 0.16);border-bottom: 20px solid transparent; z-index: 1; }
.plas-box .plas-block .plaslist::after { content: "";  border-left: 129px solid #fff; border-right: 129px solid #fff; border-bottom: 20px solid transparent; top: 100%;left: 0px;z-index: 2; display: block; position: absolute; }
.plas-box .plas-block a.learnBtn { padding: 10px; width: 189px; font-size: 18px; letter-spacing: 0.72px; }

.reports-box { width: 100%; overflow: hidden; margin-top: 48px; margin-bottom: 120px; }
.reports-box .reports-block { width: 100%; max-width: 903px; margin:0 auto; }
.reports-box .reports-block .reports-list { padding-top: 20px; padding-left: 32px; width: 100%; border-top: 2px solid #284e63;}
.reports-box .reports-block h3 { padding-top: 10px; margin-bottom: 17px; color: #035742;font-size: 19px;font-weight: normal; font-family: 'TradeGothicLTBold'; letter-spacing: -1px; position: relative; cursor: pointer; } 
/* .reports-box .reports-block h3:after { content:""; background: url('./assets/images/minus-icon.png')no-repeat; width: 22px; height: 22px; left: -32px;top: 8px;
display: inline-block; position: absolute; } */
.reports-box .reports-block .reports-list:first-child h3 { padding:0; } 
.reports-box .reports-block .reports-list:first-child h3:after { top:-2px; } 

.reports-box .reports-block ul { list-style: none; display: flex; flex-wrap: wrap; width: 100%; max-width: 750px; margin-left: 10px; display: none; overflow: hidden; }
.reports-box .reports-block p {
    display: none;
}
.reports-box .reports-block .reports-list:first-child ul { display: block; }
.reports-box .reports-block ul li { width: 50%; margin-bottom: 23px; float: left; }
.reports-box .reports-block ul li a { padding-left: 36px; padding-top: 9px; display: block;color: #5c5c5c;font-size: 18px;font-weight: normal; font-family: 'TradeGothicNextLTPro-Lt'; position: relative; }
.reports-box .reports-block ul li a:after { content:""; background: url('./assets/images/pdf-icon.png')no-repeat; width: 27px; height: 36px; position: absolute; left: 0; top: 3px; }

.reports-box .reports-block h3 i { float: left; font-size: 16px; color: #fff; margin-top: 2px;  width: 22px;  height: 22px; line-height: 22px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; text-align: center;  background: #cbd5d7; position: absolute; top: 7px; left: -32px; }
.reports-box .reports-block .reports-list:first-child  h3 i {top: -2px;}














/* popup */

/*.pinnacle_content.fancybox-content { max-width: 730px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
.pinnacle_content.fancybox-content { border-radius: inherit; } */

.pinnacle_content { width: 100%; height: 100%; position: fixed; left: 0px; top: 0px; z-index: 1; background: rgba(0,46,34,0.67); }
.pinnacle_content .terms_bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); max-width: 734px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); width: 100%; background-repeat: no-repeat; background-size: cover; }
.pinnacle_content .terms_bar .overlay { padding: 60px 65px; width: 100%; height: 100%; background: rgba(115, 37, 62, 0.7); }
.pinnacle_content .terms_bar .content { padding: 40px 26px 40px 35px; border: 1px solid #fff; }
.pinnacle_content .terms_bar .content p { font-size: 26px; color: #fff; line-height: 1.5; text-align: center; padding: 0; }
.pinnacle_content .fancybox-close-small { padding: 0px !important; left: 10px; top: 10px !important; width: 27px; border: 1px solid #fff; background: rgba(160, 160, 160, 0.45); height: 27px; border-radius: 100%; color: #fff !important; }
.pinnacle_content span.close { width: 27px; height: 27px; background: rgba(160, 160, 160, 0.45); border-radius: 100%; display: flex;
align-items: center; position: absolute; top: 12px; left: 12px; cursor: pointer; }
.pinnacle_content span.close img { margin: 0 auto; }

/* loby_hours_bar */
.loby_hours_bar {  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); max-width: 734px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); width: 100%; background: #fff; }
.loby_hours_bar .image img { width: 100%; }
.loby_hours_bar .itembox { padding: 30px 40px 20px 50px; display: -webkit-flex;  display: flex; flex-wrap: wrap; justify-content: space-between; }
.loby_hours_bar .itembox .text_left { width: 55%; }
.loby_hours_bar .itembox .text_left h2 { padding: 0 0 20px; font-size: 25px; color: #005941; font-family: 'TradeGothicLTBoldNo_2'; }
.loby_hours_bar .itembox .text_left h2 sub { font-size: 15px; }
.loby_hours_bar .itembox .text_left p { padding: 0; font-size: 18px; color: #6b6b6b; line-height: 1.2; }
.loby_hours_bar .itembox .text_left p sub, .loby_hours_bar .itembox .text_right p sub { font-size: 10px; }

.loby_hours_bar .itembox .text_right { width: 32%; }
.loby_hours_bar .itembox .text_right h3 { padding: 0 0 5px; font-size: 20px; color: #005941; font-family: 'TradeGothicLTBoldNo_2'; }
.loby_hours_bar .itembox .text_right p { font-size: 16px; color: #707070; line-height: 1.2; }
.loby_hours_bar .itembox .text_right p span { display: block; }

.navigation.pagination { padding: 30px 0; }
.navigation.pagination h2.screen-reader-text { display: none; }
.pagination-wrapper hr { display: none; }
.navigation.pagination span.prev, .navigation.pagination span.next, .navigation.pagination span.current, .navigation.pagination span.page-numbers.dots, .navigation.pagination a { margin-right: 5px; display: block; float: left; padding: 7px 15px; color: #fff; background: #71a087; }
.navigation.pagination span.current, .navigation.pagination a:hover { background: #044030; }
.navigation.pagination { }

/* Alignment */ 
.alignleft {
	display: inline;
	float: left;
	margin-right: 1em !important;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1em !important;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}
table, th, td {
	border: none
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
}
td {
	border-width: 0 1px 1px 0;
	vertical-align: top;
}
td img {
	width: 100%;
	max-width: 100%;
	vertical-align: top;
	margin: 0px;
	height: auto;
}
th, td {
	padding: 0.4em;
}
th {
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 28px;
}
td img.alignnone {
	margin: 0px
}
blockquote {
	/*font-style: italic;*/ 
	font-weight: normal;
	margin: 0 1em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
#blogWrapper {
	padding: 45px 0;
	width: 100%;
	overflow: hidden;
}
#blogWrapper .wrapper { max-width: 1250px; }
/* blog container */ 
.patners_box {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px
}
#BlogCntr {
	width: 100%;
	position: relative;
	overflow: hidden;
}
/* left blog box */ 
.leftBlogBox {
	width: 72%;
	float: left;
	padding-right: 30px;
	border-right: 1px solid #bebebe;
	min-height: 500px
}
.leftBlogBox ul, .leftBlogBox ol {
	margin-bottom: 20px;
	list-style-position: inside;
}
.single .leftBlogBox h1 {
	padding-bottom: 5px;
	text-transform: capitalize
}
.single .leftBlogBox p {
	display: block
}
.leftBlogBox ul.dateBar {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0px
}
.single .leftBlogBox ul.dateBar {
	margin: 0 0 15px 0;
	padding-left: 0px
}
.leftBlogBox ul.dateBar li {
	font-size: 14px;
}
.leftBlogBox ul.dateBar li strong {
	color: #000;
}
.leftBlogBox p {
	padding-bottom: 15px;
	display: inline;
	margin-bottom: 0;
	line-height: 24px;
}
.leftBlogBox .postLoop {
	width: 100%;
	overflow: hidden;
	padding: 15px 0;
	margin: 0px;
	border-bottom: 1px solid #bebebe;
}
.leftBlogBox .postLoop:last-child, .leftBlogBox .postLoop:last-of-type {
	border-bottom: none;
}
.leftBlogBox .postLoop .image {
	float: left;
	margin: 5px 15px 5px 0;
}
.leftBlogBox .postLoop h2 {
	text-transform: capitalize;
	margin: 0px;
	font-size:30px;
}
.leftBlogBox .postLoop h2 a {
	color: #000;
	text-decoration: none
}
.leftBlogBox .postLoop h2 a:hover { color: #a40000; }
.leftBlogBox .postLoop a.read-more {
	display: inline-block; /*margin-left: 5px;*/
	color: #000;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 600
}
.leftBlogBox .postLoop a.read-more:hover {
	color: #a40000;
}
.leftBlogBox h4.title {
	font-size: 16px;
	font-weight: normal;
	padding-top: 15px;
	color: #000;
	text-transform: capitalize;
}
/* comment form */ 
.leftBlogBox #commentform {
	width: 100%;
}
.leftBlogBox #commentform input[type="text"], .leftBlogBox #commentform input[type="email"], .leftBlogBox #commentform textarea, .leftBlogBox #commentform input[type="url"] {
	border: 1px solid #000;
	padding: 7px 10px;
	box-sizing: border-box;
	color: #000;
	font-size: 15px;
	border-radius: 0px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	resize: none;
	margin: 0;
	width: 535px;
}
.leftBlogBox #commentform input[type="submit"] {
	width: auto;
	padding: 5px;
	border: none;
	background: #ea0000;
	color: #fff;
	cursor: pointer;
	border-radius: 0;
	font-size: 16px;
}
.leftBlogBox #commentform input[type="submit"]:hover, .leftBlogBox #commentform p.form-submit input[type="submit"]:hover {
	background: #0f86ff;
}
.leftBlogBox #commentform p.form-submit input[type="submit"] {
	width: auto;
	padding: 8px 15px;
	border: none;
	background: #5d3b05;
	color: #fff;
	cursor: pointer;
	margin-left: 100px;
}
.leftBlogBox #respond h3 {
	padding-bottom: 20px;
}
.leftBlogBox #commentform input[type="text"].error, .leftBlogBox #commentform input[type="email"].error, .leftBlogBox #commentform textarea.error {
	border: 1px solid #f00!important
}
.leftBlogBox div.error {
	display: none !important
}
.leftBlogBox h3#comments, .leftBlogBox #respond h3, h2.comments-title, h3#reply-title {
	border-bottom: 1px solid #000;
	font-size: 24px;
	font-weight: normal;
	line-height: 29px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #000;
}
.leftBlogBox #comments {
	clear: both;
	margin-bottom: 10px
}
.leftBlogBox #comments footer {
	border: none
}
.leftBlogBox .commentlist, .leftBlogBox .comment-list {
	list-style: outside none none;
	margin-top: 10px !important;
	margin-bottom: 10px;
}
.leftBlogBox .commentlist li {
	color: #34343f;
	font-size: 20px;
	line-height: 30px;
	list-style: outside none none;
	overflow: hidden;
}
.leftBlogBox .comment-list li {
	color: #34343f;
	font-size: 20px;
	line-height: 20px;
	list-style: outside none none;
	overflow: hidden;
}
.leftBlogBox img.avatar {
	float: left;
	margin: 3px 10px 10px 0;
	width: 50px;
	border: 1px solid #cccccc;
	max-width: 100%;
	height: auto;
	display: block
}
.leftBlogBox .commentlist cite.fn, .leftBlogBox cite.fn {
	color: #382db5;
	font-size: 16px;
}
.leftBlogBox span.says {
	font-size: 16px;
}
.leftBlogBox .commentlist a.url, .leftBlogBox .commentlist cite.fn, .leftBlogBox a.url, .leftBlogBox cite.fn {
	font-style: normal;
	text-decoration: none;
	font-size: 20px;
}
.leftBlogBox .comment-awaiting-moderation {
	font-size: 16px;
	line-height: 21px;
	color: #000;
	font-style: normal
}
.leftBlogBox .commentmetadata a {
	color: #000;
	cursor: default !important;
	font-size: 13px;
	line-height: 16px;
}
.leftBlogBox .commentlist p, .leftBlogBox .comment-list p {
	clear: both;
	font-size: 15px;
	line-height: 19px;
}
.comment-content p {
	padding-bottom: 5px;
}
#commentform p {
	padding-bottom: 15px !important;
	font-size: 16px;
	margin-bottom: 0;
}
.leftBlogBox .comment-list .comment-metadata {
	font-size: 16px;
	color: #000;
}
.leftBlogBox .comment-reply-link {
	font-size: 16px;
	text-decoration: none
}
.leftBlogBox .comment-reply-link:hover {
	text-decoration: none;
	color: #039be6;
}
#cancel-comment-reply-link {
	color: #000;
	text-decoration: none;
	font-size: 20px;
	line-height: 25px
}
#cancel-comment-reply-link:hover {
	text-decoration: underline
}
.leftBlogBox .reply {
	padding: 0px 0 15px;
}
.leftBlogBox .reply a {
	color: #000
}
.leftBlogBox #respond {
	margin-top: 10px; /*overflow: hidden;*/
	width: auto;
	padding: 0px
}
.leftBlogBox #cancel-comment-reply-link:hover {
	color: #039be6;
	text-decoration: none
}
.leftBlogBox .commentlist ul.children, .leftBlogBox .comment-list ol.children { /*margin-left: 25px;*/ /*float:left*/
}
.leftBlogBox label.screen-reader-text {
	display: none
}
.leftBlogBox #searchform {
	width: 100%;
	margin: 0 auto;
}
#commentform label {
	float: left;
	width: 100px;
	font-size: 16px;
	line-height: 21px
}
#commentform label.error {
	display: none!important
}
/* pagination */ 
.leftBlogBox .wp-pagenavi {
	margin: 25px 0 50px 0;
}
.leftBlogBox .wp-pagenavi a, .wp-pagenavi span {
	font-size: 15px;
	color: #000;
	border: 1px solid #7b7b7b
}
.wp-pagenavi a, .wp-pagenavi span {
	border-color: #3997db;
	padding: 5px 7px
}
.wp-pagenavi span.current {
	border-color: #3997db;
	font-weight: normal;
	color: #fff;
	background: #3997db;
}
.leftBlogBox .wp-pagenavi a:hover, .wp-pagenavi a:hover {
	background: #3997db;
	color: #fff;
	border-color: #3997db;
}
.wp-pagenavi span.pages:hover {
	border-color: #000;
}
/* right blog box */ 
   	 
.rightBlogBox {
	width: 27%;
	float: right;
	padding-top: 0;
	padding-left: 25px;
}
.rightBlogBox ul {
	width: auto;
	padding-left: 20px;
	list-style: disc
}
.rightBlogBox .widget {
	text-align: left;
	margin-bottom: 25px;
	overflow: hidden
}
.rightBlogBox h3.widgettitle {
	margin-bottom: 10px;
	text-align: center;
	color: #f1c855;
	font-size: 34px;
	text-align: left;
	text-transform: capitalize;
	line-height: 40px;
	padding-bottom: 0px
}
.rightBlogBox label.screen-reader-text {
	display: none;
}
.rightBlogBox #searchform {
	width: 100%;
	margin: 0 auto;
}
.rightBlogBox #searchform input#s {
	width: 65%;
	border: 1px solid #7b7b7b;
	height: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 5px;
	float: left;
	margin-right: 5px;
	color: #7b7b7b;
	height: 33px;
}
.rightBlogBox #searchform input#searchsubmit {
	width: 27%;
	background: #dfb643;
	color: #fff;
	border: none;
	height: 30px;
	text-transform: capitalize;
	font-weight: bold;
	cursor: pointer;
	float: left;
}
.rightBlogBox #searchform input#searchsubmit:hover {
	background: #c70505;
}
.rightBlogBox ul {
	list-style: disc;
	margin-top: 0px
}
.rightBlogBox ul li {
	width: 100%;
	text-align: left;
	padding: 2px 0;
	color: #000;
	font-size: 16px;
	line-height: 19px;
	list-style-position: inside;
}
.rightBlogBox ul li a {
	color: #000;
	text-decoration: none;
	text-transform: capitalize;
	outline: none
}
.rightBlogBox ul li.current-cat a {
	color: #382db5;
}
.rightBlogBox ul li a:hover {
	text-decoration: none;
	color: #382db5;
}
.mobilesidebar {
	display: none;
}
.desktopsidebar {
	display: block
}
/* single page */ 
.search-form .screen-reader-text {
	display: none
}
.rightBlogBox .search-form input[type='Search'] {
	border-radius: 0px;
	padding: 5px;
	font-size: 14px;
	line-height: 19px;
	float: left;
	border: solid 1px #000;
	color: #000;
	width: 62%;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	height: 33px;
}
input#wpsl-search-input::placeholder {color: #fff;}
.search-form input[type='submit'] {
	float: left;
	background: #000;
	border-radius: 0px;
	font-size: 15px;
	line-height: 20px;
	border: none;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	padding: 4px 15px;
	margin-right: 0px;
	height: 33px;
	border: solid 1px #000;
}
.search-form input[type='submit']:hover {
	background: #382db5;
	border: solid 1px #382db5;
}
.search-form input[type='Search']:focus {
	border: solid 1px #000!important
}
.leftBlogBox .singleimage {
	width: 100%;
	margin-bottom: 15px;
}
.leftBlogBox .singleimage img {
	max-width: 100%;
	height: auto;
	width: 100%
}		
		
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }	

img { height: auto; }

#wpsl-search-input::-webkit-input-placeholder, #wpsl-search-input:-ms-input-placeholder, #wpsl-search-input::placeholder, #wpsl-search-input::-moz-placeholder { 
  	color: #535458 !important;
	opacity: 1 !important;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.secondary_buttons {
	margin-top: 15px;
}

.secondary_buttons a {
	color: #ffffff;
	text-decoration: underline;
	text-transform: uppercase;
	line-height: 40px;
}

.page-template-template-mobile-banking .banking_bar ul {
    list-style: disc;
    padding: 0 0 0 30px;
    margin: -10px 0 20px;
}

.wp-video {
    text-align: center;
    margin: 0 auto 40px;
}


.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}

.page-id-667 .totally_free_bar div div div:first-child {
    display: none;
}

.wp-video {
    border-top: #222222 solid 15px;
    border-bottom: #222222 solid 15px;
}

@media only screen and (max-width: 768px) {
    .wp-video {
        border-top: #222222 solid 10px;
        border-bottom: #222222 solid 10px;
    }
}

@media only screen and (max-width: 425px) {
    .wp-video {
        border-top: #222222 solid 5px;
        border-bottom: #222222 solid 5px;
    }
}



.newtestimonials {
    background-color: #fff;
    border-top: #005a41 solid 16px;
    padding: 90px 95px 75px 170px;
    background-image: url(assets/images/testline.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 617px 197px;
    color: #7a7a7a;
    position: relative;
    margin: 0 auto 200px auto;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.newtestimonials_test:before {
    content: '';
    background-image: url(assets/images/quote2.png);
    width: 85px;
    height: 76px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 85px 76px;
    left: -120px;
    top: -46px;
}

.newtestimonials_in {
    overflow: visible;
    height: auto;
}

.newtestimonials p {
    color: #707070;
    font-size: 27px;
    line-height: 33px;
}

.newtestimonials p strong {
    color: #707070;
}

.textimonials_nav {
    position: relative;
    bottom: -9px;
    float: left;
    width: 100%;
    z-index: 2;
    color: #d9d9d9;
}

.textimonials_nav #next {
    position: absolute;
    right: 0;
    cursor: pointer;
}

.textimonials_nav #prev {
    position: absolute;
    left: 0;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {

    .newtestimonials_test:before {
        background-image: none;
    }
    
    .newtestimonials {
        padding: 25px 25px 25px 25px;
        background-size: 100%;
        margin: 0 auto 85px auto;
    }
    
    .newtestimonials p {
        font-size: 16px;
        line-height: 1.3;
    }
    
    .textimonials_nav {
        bottom: 0;
    }

}


.ir_video h3 {
    margin: 17px auto 21px;
    color: #005a41;
    font-size: 30px;
    font-family: 'TradeGothicLTBold';
    font-weight: normal;
    text-align: center;
}

.ir_video {
    margin: 0 auto 50px;
}

.ir_video_video {
    margin: 25px auto 0;
    text-align: center;
}

.super.cli-plugin-button, .super.cli-plugin-button:visited {
    font-size: 18px;
    padding: 16px 30px 11px;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
    padding: 40px 5%;
    box-shadow: none;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head {
    margin-bottom: 20px;
    font-size: 24px;
}

.cli-style-v2 .cli-bar-message {
    font-size: 18px;
    line-height: 22px;
}

.cli-bar-btn_container {
    margin-top: -38px;
}

.wt-cli-ckyes-brand-logo {
    display: none !important;
}

.new_video_embed {
    margin: 0 auto 80px;
    width: 100%;
}

.new_video_embed img {
    text-align: center;
    margin: 0 auto;
}

/*smart money page css*/
.wrapper-inner {
    background-color: #F0F0F0;
    padding: 70px;
    margin-top: 35px;
}

.section-title {
    font-size: 50px;
    font-weight: 700;
    font-family: 'TradeGothicBold';
}

.section-content {
    font-size: 18px;
    font-family: 'TradeGothic';
    color: #707070;
}

.articles-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.single-item {
    flex: 0 1 33.3333%;
    text-align: center;
    padding: 0 7.5px;
}
.article-content {
    background-color: #ffffff;
    border: 1px solid #F0F0F0;
    padding: 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.article-content h3 {
    color: #035642;
    font-size: 30px;
    margin-bottom: 15px;
    min-height: 72px;
}

.single-item {
    margin-top: 30px;
}
.article-thumbnail {
    position: relative;
    z-index: 1;
}

.article-thumbnail:after {
    content: "";
    background-color: #61AA91;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    mix-blend-mode: multiply;
    opacity: 0.7;
    transition: 0.3s;
}

.single-item:hover .article-thumbnail:after {
    opacity: 0;
}

#spend .article-thumbnail:after {
    background-color: #94A3D8;
}

#save .article-thumbnail:after {
    background-color: #A77171;
}

#borrow .article-thumbnail::after {
    background-color: #FCC87A;
}

#protect .article-thumbnail::after {
    background-color: #B8F2FC;
}
.padding-fix {
    padding: 100px 0;
}

@media (max-width: 1200px){
	.wrapper-inner {
        padding: 50px;
    }
    .article-content {
        padding: 20px;
    }
}
@media (max-width: 767px){
	.single-item {
        flex: 0 1 50%;
    }
}
@media (max-width: 575px){
	.wrapper-inner {
        padding: 30px;
    }

    .single-item {
        flex: 0 1 100%;
    }

    .article-content h3 {
        min-height: auto;
    }
}

.page-id-16905 .mortgage_contant_bar .button {
  margin: 5px auto 50px;
}