/* @import url('http://example.com/example_style.css'); */

/* ********************************************* */
/* CSS @imports must be at the top of the file   */
/* Add them above this section                   */
/* ********************************************* */


html{
 scroll-behavior: smooth;
}

.hs-alternate-box-wp .row-fluid-wrapper .dnd-section, .hs-bank-offices-wp .row-fluid-wrapper .dnd-section, .banner-section {
  border-bottom: rgba(0,0,0,0.1) 1px solid;
}








a, a:visited{
  color: #02548e;
}

a:hover,  a:visited:hover{
  color: #272727;
}

.main-menu-wrapper .hs-menu-wrapper>ul>li>a:hover{
  color: #2f2f2f; 
  background-color: rgba(0,0,0,0.03);
}
.main-menu-wrapper .hs-menu-wrapper>ul>li:hover{
  color: #2f2f2f;
  background-color: rgba(0,0,0,0.03);
}

.main-menu-wrapper .hs-menu-wrapper>ul>li>ul{
  background-color: #002b63;
}

.contact-links ul li a, .quick-links-menu ul li a{
  color: rgba(255,255,255,0.6);
}
.contact-links ul li a:hover, .quick-links-menu ul li a:hover{
  color: rgba(255,255,255,1.0);
}

.footer .rating-link a,  .footer .rating-link a:visited{
  color: rgba(255,255,255,0.6);
}

.footer .rating-link a:hover,  .footer .rating-link a:visited:hover{
  color: rgba(255,255,255,1.0);
}

.main-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(1)>ul li a:hover,
.main-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(2)>ul li a:hover,
.main-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(4)>ul li a:hover{
  background-color: #002554;
}





        
/* ================= START NEW DROPDOWN MENU ================ */
  
.main-menu-wrapper-wfd{
   font-family: "open sans";
   border: solid 0px red; 
   width: 450px; 
   margin:  0px 0px 0px auto;
   padding: 0px;
}

  
/* FIXES 1-PIXEL BOTTOM PADDING PROBLEM IN MAIN.CSS FOR THIS CONTENT WRAPPER  */ 
.bottom-header .content-wrapper {
  padding-bottom: 0px;
  margin-top: 0px;
} 

  
@media screen and (max-width: 993px) {
	.overlay {
		height: 0%;
		width: 100%;
		position: fixed;
		z-index: 5000;
		top: 0;
		left: 0;
		background-color: rgb(0,0,0);
		background-color: rgba(0,0,0, 0.7);
		overflow-y: hidden;
		transition: 0.5s;
  }

	.overlay-content {
		position: relative;
		top: 20%;
		width: 100%;
		text-align: center;
		margin-top: 0px;
		overflow-y: hidden;
	}
}

.overlayMenuIcon{
	border: solid 0px blue;
  padding: 0px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: 0px;
  width: 90px;
  font-size:22px;
	cursor:pointer;
  line-height: 100%;
}

@media screen and (min-width: 994px) {
	.overlayMenuIcon{
		display: none;
	}
}


.overlay a {
  text-decoration: none;
  font-size: 36px;
  color: #1f262d;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #1f262d;
}

@media screen and (max-width: 993px) {
	.overlay .closebtn {
	  display: block;
    position: absolute;
    width: 55px; 
    height: 60px;
    top: 15px;
	  right: 35px;
	  font-size: 54px;
    color: #ffffff;
    padding: 5px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 10px;
	}
  
	.overlay .closebtn:hover {
    color: yellow;
	}
  
  
}

@media screen and (min-width: 994px) {
	.overlay .closebtn {
		display: none;
	}
}



@media screen and (max-width: 993px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
}


.overlayTopnav {
  overflow: hidden;
  background-color: #ffffff;
}

.overlayTopnav a {
  float: left;
  display: block;
  color: #9C9C9C;
  text-align: center;
  padding-top: 40px;
  padding-left: 16px;
  padding-right: 16px;
  height: 96px;
  font-size: 15px;
  font-weight: 100;
  background-color: #ffffff;
  line-height: 100%;
}

.overlayTopnav > a::after {
  font-size: 14px;
  color: #9C9C9C;
  padding-left: 3px;
  font-family: "FontAwesome";
  content: "\f105"; /* Angle Right Icon */
}


@media screen and (max-width: 993px) {
	.overlayTopnav a {
	  float: none;
    text-align: left;
    color: #1f262d;
    padding-top: 22px;
    padding-left: 30px;
    padding-right: 0px;
    height: 62px;
    font-size: 18px;
    background-color: #ffffff;
    line-height: 100%;
    border-bottom: solid 1px rgba(0,0,0,0.08);
	}

  .overlayTopnav > a::after {
    font-size: 18px;
  }

}


.overlayActive {
  background-color: #f0f0f0;
  color: white;
}

.overlayTopnav .icon {
  display: none;
}

.overlayDropdown {
  float: left;
  overflow: hidden;
}

@media screen and (max-width: 993px) {
	.overlayDropdown {
	  float: none;
	}
}



.overlayDropdown .dropbtn {
  border: none;
  outline: none;
  color: #9C9C9C;
  padding-top: 0px;
  padding-left: 16px;
  padding-right: 16px;
  height: 96px;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 100;
  font-family: inherit;
  line-height: 110%;
  margin: 0;
  width: 100%;
  cursor: pointer;
  text-align: center;
  border-radius: 0px;
  transition: 0.3s;
}

.overlayDropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 6000;
}


.overlayDropdown-content a,  .overlayDropdown-content a:visited{
  float: none;
  color: #ffffff;
  background-color: #003375;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 9px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
  height: auto;
  border-bottom: solid 1px rgba(0,0,0,0.7);
}
  
.overlayDropdown-content .DD-2ndLevel{
  padding-left: 30px;
}
  
.overlayDropdown-content img{
    border: solid 0px red;
    line-height: 100%;
    margin-bottom: 0px;
  }
  
.overlayDropdown-content .menuHeading {
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  padding: 9px 12px;
  font-size: 14px;
  font-weight: bold; 
  background-color: #012555;
}
  

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

  .overlayDropdown .dropbtn {
    color: #1f262d;
    padding-top: 11px;
    padding-left: 30px;
    padding-right: 0px;
    height: 62px;
    background-color: #ffffff;
    font-size: 20px;
    font-family: inherit;
    line-height: 100%;
    cursor: pointer;
    text-align: left;
    font-weight: 100;
    border-bottom: solid 1px rgba(0,0,0,0.08);
  } 
  
  .overlayDropdown-content {
	  position: relative;
	}

  .overlayDropdown-content a, .overlayDropdown-content a:visited{
    color: #ffffff;
    padding: 12px 10px 12px 40px;
    font-size: 16px;
    font-weight: normal;
  } 
  
}



.overlayTopnav a:hover, .overlayDropdown:hover .dropbtn {
  background-color: #f0f0f0;
  color: #1f262d;
}

.overlayDropdown-content a:hover {
  background-color: #0f458a;
  color: #ffffff;
}


@media screen and (min-width: 994px) {
	.overlayDropdown:hover .overlayDropdown-content {
	  position: absolute;
	  display: block;
  }
  
  .dropDownOffset-4{
    min-width: 340px;
    width: 340px;
    margin-left: -50px !important;
  }  
  
  .dropDownOffset-5{
    min-width: 210px;
    margin-left: -217px !important;
  }  
  
  .dropDownOffset-6{
    min-width: 150px;
    margin-left: -50px !important;
  }
  
}

.ddCaretDown {

}

.ddCaretUp::after {
  font-size: 14px;
  color: #9C9C9C;
  padding-left: 3px;
  font-family: "FontAwesome";
  font-weight: 100;
  content: "\f106";/* We use the DOWN chevron icon here in place of the up arrow for desktop, since on-click is for the cell phone view. */
}

.ddCaretDown::after {
  font-size: 14px;
  color: #9C9C9C;
  padding-left: 3px;
  font-family: "FontAwesome";
  content: "\f107"; /* Angle Down Icon */
}


@media screen and (max-width: 993px) {
	.ddCaretUp::after {
    font-size: 16px;
    padding-left: 9px;
    font-family: "FontAwesome";
    content: "\f106"; /* Up Chevron Icon */
	}

	.ddCaretDown::after {
    font-size: 16px;
    padding-left: 9px;
    font-family: "FontAwesome";
    content: "\f107"; /* Down Chevron Icon */
	}


	.ddToggleDisplayOff{
	  border: solid 0px red;
	  display: none;
	}

	.ddToggleDisplayOn{
	  border: solid 0px blue;
	  display: block;
	}
}

  
@media (min-width: 993px) {
  .fixheader .overlayDropdown{
    height: 70px;
  } 
  
  
  .fixheader .overlayDropdown .dropbtn {
    border: solid 0px red;
    outline: none;
    height: 70px;
  }  
  
  .fixheader .overlayTopnav > a {
    border: solid 0px red;
    padding-top: 27px;
    outline: none;
    height: 70px;
  } 
    
  .fixheader .bottom-header .content-wrapper {
    margin-top: 0;
    padding-bottom: 0;
  } 
}

  
@media (min-width: 1200px) {
  .fixheader .overlayDropdown .dropbtn {
  height: 70px;
  }
}









/* ================= END NEW DROPDOWN MENU ================ */
  
/* ================= General Styles related to MVIA ================ */

body{
  color: #2E363F;
  font-family: 'Open Sans', Arial, sans-serif;
}

.body-container-wrapper{
    background-color: #f4f5f7;
}

/* SETS AN IMAGE TO FILL THE SCREEN AT THE XS SIZE AND 400PX WIDE FOR LARGER MONITORS (see also 768 media)
-------------------------------------------------------------------------------------------------------------- */

.img-scale-left{
  display: block;
  width: 100%;
  text-align: center;
  margin: 0px auto 10px auto;
}

.img-scale-right{
  display: block;
  width: 100%;
  text-align: center;
  margin: 0px auto 10px auto;
}

.img-scale-center{
  display: block;
  width: 100%;
  text-align: center;
  margin: 0px auto 10px auto;
}

@media only screen and (min-width: 778px) {
  .img-scale-left{
    float: left;
    text-align: left;
    margin:0px 10px 10px 0px;
  }

  .img-scale-right{
    float: right;
    text-align: right;
    margin: 0px 0px 10px 10px;
  }

  .img-scale-center{
    width: 100%;
    text-align: center;
    margin: 0px auto 10px auto;
  }
}

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


.noWrap{
  color: inherit;
  white-space: nowrap; 
}

@media screen and (max-width: 777px) {
  .hidden-xs { display: none; }
}

@media (min-width: 778px) {
  .hidden-sm-up { display: none; }
}

@media (min-width: 992px) {
  .hidden-md-up { display: none; }
}

@media (min-width: 1200px) {
  .hidden-lg-up { display: none; }
}

@media screen and (max-width: 991px) {
  .hidden-sm-down { display: none; }
}

@media screen and (max-width: 1199px) {
  .hidden-md-down { display: none; }
}

@media (min-width: 1400px) {
  .container {
    width: 1370px !important;
    max-width: 100% !important;
  }
}


/*
@media (min-width: 1400px) {
  .content-wrapper {
    max-width: 1370px;
    width: 100%;
  }
}
*/


.clearFix {
  clear: both;
}

.header .topLoginRow {
  height: 32px;
  padding-top: 3px;
  border-bottom: solid 1px #cccccc;
}

.contact-phone-link a{
  font-size: 21px;
  font-weight: 400;
  line-height: 110%;
}

.top-header-btn > div {
  line-height: 100%;
}


.lead {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 1200px) {
  .lead {
    font-size: 21px;
  }
}

h1, h2, h3, h4, h5, h6, .divider.dark .fa, .divider.white .fa, div.tabs ul.nav-tabs li.active a, h4.panel-title a, div.toggle > label, .noimg-slider h1, .noimg-slider p, .list-icon li::before, .styleColor {
  color: #2E363F;
}

h1 {
  font-size: 2.5em;
  line-height: 44px;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: 'Open Sans';
  font-weight: 300;
  letter-spacing: 0px;
}

h2 {
  font-size: 2.2em;
  font-weight: 300;
  line-height: 42px;
  margin: 0 0 32px 0;
}





.wfBoxHeading {
  text-align: center;
  background: #e7e7e7;
  padding: 12px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) {
  .wfBoxHeading {
    text-align: left;
  }
}



.photoStandard{
  border: solid 0px #ffffff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0px 6px 9px rgba(0,0,0,0.7);
     -moz-box-shadow: 0px 6px 9px rgba(0,0,0,0.7);
          box-shadow: 0px 6px 9px rgba(0,0,0,0.7);
}



.locationBound{
  margin-bottom: 20px;
}

.locationBound H2{
  margin-bottom: 6px;
}

.my-border {
    border: 1px solid #000000;
}


.accentColor-MVB1{  /* =========  LOGO GREEN COLOR ========== */
  color: #00574e !important;
}

.accentColor-MVB2{  /* =========  LOGO BLUE COLOR ========== */
  color: #002b63 !important;
}

.baseSpacer{
  margin-bottom: 30px;
}

#searchBox{
height: 40px;
}

#ss360SearchButton{
height: 40px;
}



.lplLoginBound{
  padding: 2px 0px 0px 0px;
  float: right;  
  border: solid 0px blue;
}

.lplLoginBound a{
  display: block;
  text-align: left !important;
  color: rgba(0,0,0,0.5) !important;
  font-size: 12px !important;
  background-color: #d7d194;
  padding: 3px 4px 3px 5px !important;
  text-decoration: none;
  border: solid 1px #7d794f;
  line-height: 100%;
  border-radius: 3px;
  margin-left: 8px; 
}

.lplLoginBound a.blueOverlay {
  color: #ffffff !important;
  background-color: #8a95c4; !important;
}

@media (max-width: 575px) {
  .lplLoginBound a.blueOverlay,  .lplLoginBound a.blueOverlay:visited{
    color: #ffffff !important;
    background-color: #8a95c4; !important;
  }
}




.lplLoginBound a:hover{
  background-color: #d3c73c;
  border: solid 1px #7d794f;
  text-decoration: none;
}

.lplLoginBound .blueOverlay:hover{
  background-color: #626e9e;
}

.lplLoginBound a i{
  margin: 0px 6px 0px 0px;
}

footer {
  background: #2e363f !important;
  color: #87919F;
  font-size: 13px;
}


.middle-footer-wrap{
  padding-top: 20px;
  margin-bottom: 20px;
}

.middle-footer-wrap .content-wrapper {
  padding-top: 20px;
  margin-bottom: 20px;
}

footer .footer-content {
  border-top: #403E44 1px dashed;
  padding: 10px 0;
  display: block;
}


footer .footer-bar {
  color: #87919F;
  font-size: 13px;
  background: #292f38 !important;
  display: block;
  text-transform: uppercase;
  position: relative;
}

.copyrightMVIA{
  padding: 18px 0 18px 0;
  text-align: left;
}

@media (max-width: 993px) {
  .copyrightMVIA{
    text-align: center;
  }
}

footer .footer-bar .toTopBound {
  text-align: right;
}

@media (max-width: 993px) {
  footer .footer-bar .toTopBound {
    text-align: center;
  }
}

footer .footer-bar .toTop {
  margin-left: auto;
  text-align: right;
  padding: 18px 0 18px 0;
  display: inline-block;
}

.address-text address {
  background: none;
}

footer .wfd-FooterBlock h3 {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 200;
  font-size: 16px;
  border: solid 0px red;
}

.footer .wfd-FooterBlock div{
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 15px;
  height: 32px;
  line-height: 110%;
  font-weight: 200;
  font-size: 14px;
  border: solid 0px red;
}

.footer .wfd-FooterBlock div::before{
  margin-top: 0px;
  font-family: FontAwesome;
  display: block;
  float: left;
  font-size: 26px;
  width: 30px;
  height: 26px;
  padding: 0 0 0 0;
  border: solid 0px blue;
}


.footer .wfd-FooterBlock div.address::before{
  content: '\f041';
  font-size: 27px;
  margin-top: 6px;
}

.footer .wfd-FooterBlock div.phone::before{
  content: '\f095';
  font-size: 24px;
  margin-top: 0px;
}

.footer .wfd-FooterBlock div.email::before{
  content: '\f0e0';
  font-size: 21px;
  margin-top: 0px;
}


.footer .wfd-FooterBlock .wfd-footerQuickLink{ 
  margin-bottom: 0px;
  height: 32px;
}



footer a, footer a:visited{
  color: #ffffff;
}

footer a:hover, footer a:hover:visited {
  color: #ffffff;
  text-decoration: underline;
}