/*
Theme Name: 232 Durden Banking Company
Theme URI: http://csibankanytime.com/
Author: CSI ( CSI Designer Name, CSI Developer Name )
Description: Design Pro 3 CSI Banking Theme
Version: 2.4.7 
Text Domain: design-pro-3
*/
/* TYPOGRAPHY
-------------------------------------------------------------------------------------- */
@import url("https://use.typekit.net/ipg5zxw.css");

:root {
  --dark-green: #023715;
  --brand-gold: #BA8748;
  --brand-brown: #886D5B;
  --white: #FFFFFF;
  --brand-green: #036C28;
  --brand-black: #170D01;
  --dark-brown: #170D01;
}

body,
html {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto;
  background: #FFFAF6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Henriette;
  color: #036C28;
}

h1, h2, h3, h4 {
  font-weight: 400;
  line-height: normal;
}

h1{
  font-size: 3.75rem;
}

h2{
  font-size: 3.25rem;
}

h3{
  font-size: 2.875rem;
}

h4{
  font-size: 2.5rem;
}

h5{
  font-size: 2rem;
}

h6{
  font-size: 1.375rem;
}

p,
ul,
dl,
ol {
  color: var(--brand-black);
  font-size: 1rem;
  line-height: 1.6875rem;
}

th{
  font-family: Henriette;
  font-size: 1.5rem;
  color: #fff;
}

td{
  font-family: Roboto;
  font-size: 1rem;
  line-height: 1.5rem;
}

/* BUTTONS AND LINKS
Before Changing any Hover/Focus behavior, ensure the new behavior still complies with
ADA requirements (at least 3.0 contrast change or underline change)
-------------------------------------------------------------------------------------- */
a {
  color: var(--brand-green);
  font-size: 1rem;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 700;
}
a:hover, a:focus {
  color: var(--brand-green);
  text-decoration: underline;
}
.csi-btn, .dropdown-item{
  background: var(--brand-gold);
  color: var(--brand-black);
  font-size: 1rem;
  border-radius: 1.25rem;
  font-weight: 700;
  padding: 0.5rem 2rem;
  border: none;
  text-decoration: none;
}
.csi-btn:hover, .csi-btn:focus{
  background: var(--brand-green);
  color: var(--white);
  text-decoration: none;
}
.dropdown-item:focus, .dropdown-item:hover{
  background: inherit;
  color: inherit;
  text-decoration: underline;
}
/* GENERAL STYLES
-------------------------------------------------------------------------------------- */
.csi-defaultAccordion{
  box-shadow: 0px 4px 34px 0px rgba(36, 21, 3, 0.30);
  border-radius: 1.25rem;
  background: #fff;
}
.csi-defaultAccordion h5{
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}
.csi-defaultAccordion a{
  border: none;
  padding: 1.5rem;
  border-radius: 1.25rem;
}
.csi-defaultAccordion .panel-body{
  border: none;
  border-top: 1px solid #BA8748;
  padding: 1.625rem 0.6875rem;
}
.csi-defaultAccordion .panel-body ul{
  padding-left: 2rem;
}
.csi-defaultAccordion .panel-heading{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.csi-defaultAccordion .panel-heading i{
  font-size: 2rem;
}
.cardSection{
  padding: 2.75rem 0 1rem;
  background: transparent;
}
img{
  max-width: 100%;
  height: auto;
}

.csi-container1600{
  max-width: 1600px;
  margin: 0 auto;
}

.csi-container1400{
  max-width: 1400px;
  margin: 0 auto;
}

.csi-carousel{
  margin-top: 315px;
}

.csi-carousel .carousel-inner{
  overflow: visible;
}

.csi-carousel .carousel-item{
  min-height: 720px;
  border-radius: 1.25rem;
  box-shadow: 8px 8px 25px rgba(36, 21, 3, 0.30);
  position: relative;
}

.csi-carousel .carousel-caption{
  min-height: 720px;
  left: initial;
  top: initial;
  right: initial;
  bottom: initial;
  position: relative;
  text-align: left;
  padding-left: 5rem;
  display: flex;
  align-items: center;
}

.csi-carousel .carousel-caption p{
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-shadow: 4px 4px 14px #001C0A;
  margin-bottom: 1.25rem;
}

.csi-carousel .carousel-caption .dropdown button{
  width: 19.5rem;
  text-align: left;
  border: none;
}

.csi-carousel .carousel-caption .dropdown-toggle{
  display: flex;
  align-items: center;
}

.csi-carousel .carousel-caption .dropdown-toggle::after{
  margin-left: auto;
}

.csi-carousel .carousel-caption h1{
  text-shadow: 4px 4px 14px #001C0A;
  line-height: normal;
  color: #fff;
  font-size: 3.75rem;
  margin-bottom: 0;
}

.home .csi-carousel .carousel-caption h1{
  font-size: 4.375rem;
  margin-bottom: 1rem;
}

.csi-carousel .carousel-caption > .row{
  width: 100%;
}

.extra-info p{
  color: var(--dark-green);
  margin-bottom: 0;
  font-size: 1rem;
}

.csi-header{
  position: fixed;
  width: 100%;
  background: #FFFAF6;
}

.csi-header .fdic-wrapper{
	background: #FFFAF6;
	display:flex;
	height:48px; 
	align-items:center;
}

.csi-header .fdic-wrapper .fdic-notice{
	display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 12.8px;
  font-weight: 400;
  color: #000;
  align-items: center;
}

.csi-header .fdic-wrapper .fdic-notice img{
	width: auto;
  height: 15.74px;
  margin-right: .75em;
  display: block;
}

.csi-ib{
  background: var(--dark-green);
}

.csi-ib h5{
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
}

.csi-ib input{
  border-radius: 1.25rem;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-family: Roboto;
  padding: 0 1rem;
}

.csi-ib .csi-btn{
  padding: 0 2rem;
  height: calc(1.5em + .75rem + 2px);
}

.csi-ib input::placeholder{
  color: #fff !important; 
  text-align: center !important;
}

.csi-ib .additional-links{
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

.logo-bar{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.second-menu .separator, .third-menu .separator{
  padding: 0 0.25rem;
}

.third-menu{
  flex-direction: column;
  padding: 1.5rem 0;
}

.third-menu .second-menu-items{
  padding-bottom: 1rem;
}

.second-menu a, .third-menu a{
  font-size: 1rem;
  color: var(--dark-green);
}

.second-menu .second-menu-items{
  margin-right: 0.5rem;
}

.csi-Menu-inner{
  padding-top: 1.75rem;
}

.csi-Menu-inner .menu-item a{
  color: var(--dark-green);
  font-family: Henriette;
  font-size: 1.375rem;
  font-weight: 500;
}

.csi-Menu-inner .menu-item .sub-menu a{
  font-family: Roboto;
  font-size: 1.125rem;
}

#csiMenuWrapper .primary-menu > li{
  margin: 0.8rem 4rem 0 0;
}

#csiMenuWrapper ul.primary-menu{
  margin: -0.8rem -4rem 0 0;
}

#csiMenuWrapper .primary-menu > li a:hover i, #csiMenuWrapper .primary-menu > li a:focus i{
  text-decoration: underline;
}

.csi-carousel .carousel-item::after{
  content: "";
  border-radius: 1.25rem;
  background: linear-gradient(90deg, #001C0A 0%, rgba(0, 28, 10, 0.00) 100%);
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 100%;
}

.csi-homePage{
  padding: 8.75rem 0 0;
}

.home-cards{
  padding-bottom: 8.75rem;
}

.hover-hide{
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
}

.hover-hide img{
  max-width: 100%;
  height: auto;
}

.hover-show{
	transform: rotateY(180deg); 
	z-index: 1;
  background: var(--brand-green);
	display: flex;
	align-items: center;
}

.hover-card-inner{
	position: relative;
	border-radius: 20px;
  width: 100%;
  height: 100%;
  min-height: 208px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0px 4px 34px 0px rgba(36, 21, 3, 0.30);
}

a.help-card{
	margin: 0;
	padding: 0;
	text-decoration: none;
	margin-bottom: 30px;
	background-color: transparent;
	perspective: 1000px;
	border: none;
	border-radius: 0;
  display: block;
}

a.help-card:hover, a.help-card:focus{
	border: none;
}

a.help-card.hover-show .help-description p, a.help-card .hover-show .help-description p{
	color: #fff;
	font-size: 1.125rem;
  font-weight: 400;
}

.help-card:hover .hover-card-inner, .help-card:focus .hover-card-inner{
  transform: rotateY(180deg);
}

.hover-show,
.hover-hide {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
	padding: 20px 30px;
	border-radius: 20px;
}

a.help-card h6{
  font-size: 1.5rem;
  font-weight: 700;
}

a.help-card .hover-hide img{
  margin-bottom: 1rem;
}

.home-locations{
  background: #886D5B;
  padding: 8.75rem 0 10.7rem;
}

.home-locations h2{
  font-size: 3.125rem;
  line-height: 1.6875rem;
  text-align: center;
  color: #fff;
  margin-bottom: 5rem;
}

.home-locations .location .location-image{
  margin-bottom: 1.5rem;
  box-shadow: 0px 4px 34px 0px rgba(36, 21, 3, 0.30);
  border-radius: 1.25rem;
  min-height: 10.5rem;
}

.home-locations .location h6{
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.home-locations .location i{
  font-size: 1.25rem;
  color: #fff;
  margin-right: 0.5rem;
}

.home-locations .location .title-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}

.location a{
  color: #fff;
}

.home-articles{
  padding: 8rem 0 8.75rem;
  position: relative;
}

.home-articles .article{
  margin-bottom: 8.75rem;
}

.home-articles img{
  box-shadow: 0px 4px 34px 0px rgba(36, 21, 3, 0.30);
  border-radius: 1.25rem;
}

.home-articles .content-wrapper{
  padding: 0 2.5rem;
}

.home-articles .content-wrapper h4{
  margin-bottom: 0;
}

footer{
  background: #023715;
  text-align: left;
  margin: 0;
  padding-bottom: 3rem;
}

footer .dark-green{
  padding-top: 3rem;
}

footer .light-green{
  padding: 3.25rem 0;
  background: #036C28;
}

footer svg{
  margin: 0;
}

#powered-by-csi{
  margin-bottom: 0;
}

.sidebar-box{
  border-radius: 1.25rem;
  background: rgba(136, 109, 91, 0.10);
  padding: 2.375rem 2.375rem 1.375rem;
}

.sidebar-box h5{
  font-size: 1.5rem;
}

.sidebar-box p{
  font-size: 1rem;
  line-height: 1.5rem;
}

.csi-defaultAccordion{
  margin: 1.875rem 0;
}

table.table-bordered{
  border-radius: 0.625rem 0.625rem 0rem 0rem;
  overflow: hidden;
  table-layout: fixed;
  text-align: center;
}

table thead tr{
  background: var(--brand-green);
}

.table thead tr th{
  font-size: 1.375rem;
  font-weight: 400;
  line-height: normal;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

table tbody tr td{
  line-height: 1.5rem;
}

table tbody tr td:first-child{
  font-weight: 700;
}

.table-striped tbody tr:nth-of-type(odd){
  background: #FFFAF6;
}

.table-striped tbody tr:nth-of-type(even){
  background: #F3ECE6;
}

.sidebar-box + .sidebar-box{
  margin-top: 1.375rem;
}

.tab-content .tab-pane{
  border: none;
}

.nav-tabs{
  border: none;
}

.nav-tabs .nav-link{
  border-radius: 2.1875rem;
  background: #F3ECE6;
  font-size: 1.125rem;
  color: var(--dark-brown);
  margin-right: 1rem;
  padding: 1.125rem 1.75rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  min-width: 10.5rem;
}

footer a:hover, footer a:focus{
  color: #fff;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  background: var(--brand-green);
  color: #fff;
}

.nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus{
  color: #fff;
}

.nav-tabs .nav-link.active{
  box-shadow: 0px 4px 34px 0px rgba(36, 21, 3, 0.30); 
  color: var(--dark-brown); 
}

.location-tabs h5{
  font-size: 1.875rem;
}

.location-tabs img{
  border-radius: 1.25rem;

  /* box shadow */
  box-shadow: 0px 4px 34px 0px rgba(36, 21, 3, 0.30);
}

.location-tabs .bankers{
  margin-top: 4.875rem;
}

.banker{
  text-align: center;
}

.banker img{
  max-width: 100%;
  height: auto;
}

.banker h6{
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.banker p{
  color: var(--dark-brown);
}

hr{
  margin: 3rem 0;
}

.csi-productAccordion{
  border: none;
  background: #fff;
  box-shadow: 0px 4px 34px 0px rgba(36, 21, 3, 0.30);
  border-radius: 1.25rem;
}

.csi-productAccordion .panel-title{
  font-size: 2.5rem;
  font-weight: 400;
}

.csi-productAccordion .panel-heading{
  padding: 3.785rem 4rem;
}

.csi-productAccordion .panel-collapse{
  border-top: 1px solid #BA8748;
}

.csi-productAccordion .csi-panelContent{
  padding: 3.785rem 4.9375rem 2.785rem;
}

p .lead{
  font-size: 1.375rem;
  line-height: 2.0625rem;
  font-weight: 400;
}

p .text-muted{
  line-height: 1.6875rem;
  color: var(--dark-brown) !important;
}

hr{
  border-color: #036C28;
}

.csi-carousel .dropdown.show ul.dropdown-menu{
  width: 19.5rem;
  top: -3px !important;
  border-radius: 0 0 1.25rem 1.25rem;
  background: var(--brand-gold);
  padding: 0.5rem 2rem;
}

.csi-carousel .dropdown-toggle[aria-expanded="true"]{
  border-radius: 1.25rem 1.25rem 0 0;
}

.csi-carousel .dropdown .dropdown-item{
  border-radius: 0;
  padding: 0;
}

.location-tabs .bankers h5{
  margin-bottom: 1.25rem;
}

.location-tabs .address{
  margin-bottom: 1.5rem;
}

.location-tabs .address strong{
  color: var(--brand-green);
}

.location-tabs .banker-image{
  max-width: 100%;
  min-height: 372px;
  border-radius: 1.25rem;
  box-shadow: 0px 4px 34px 0px rgba(36, 21, 3, 0.30);
  margin-bottom: 1rem;
}

.watermark-logo{
  width: 30.0625rem;
  height: 40.25rem;
  position: absolute;
  top: -5rem;
}

.watermark-logo.position-right{
  right: 0;
}

.watermark-logo.position-left{
  left: 0;
}

.extra-info{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0;
}

.gtranslate_wrapper{
  margin-left: 1.125rem;
  position: relative;
}

.gt_selector{
  color: var(--dark-brown);
  font-size: 1rem;
  font-weight: 700;
  border-radius: 1.25rem;
  border: 1px solid var(--brand-gold);
  padding: 0.5rem 1.1875rem;
  appearance: none;
}

.gtranslate_wrapper:after{
  content:"\f078";
  font-family: FontAwesome;
  color: #000;
  position: absolute; 
  font-weight: 900;
  right: 19px; 
  top: 8px;
  z-index: 1;
  width: 10%;
  height: 100%;  
  pointer-events: none;   
}

.csi-insidepages{
  position: relative;
}

section.card{
  background: transparent;
}

.csi-insidepages section.card:first-of-type .cardSection{
  padding-top: 0;
}

.second-menu a.csi-btn, .third-menu a.csi-btn{
  color: var(--dark-brown);
}

.csi-defaultAccordion a:hover, .csi-defaultAccordion a:focus{
  background: var(--brand-green);
  color: #fff;
  text-decoration: none;
}

.csi-defaultAccordion a:hover h5, .csi-defaultAccordion a:focus h5,
.csi-defaultAccordion a:hover i, .csi-defaultAccordion a:focus i{
  color: #fff;
}

.csi-insidepages ul li{
  margin-bottom: 0.6875rem;
}

.csi-insidepages ul li:last-child{
  margin-bottom: 0;
}

.csi-header{
  display: flex;
  flex-direction: column;
}

.link-separator{
  margin: 0 0.25rem;
  color: #fff;
}

.menu-item .searchBox{
  display: none;
  position: absolute;
  right: 0;
  top: 80px;
  padding: 1rem;
  background: var(--dark-green);
  border-radius: 0 0 0.625rem 0.625rem;
}

.search-form input{
  border-radius: 0.625rem;
  padding: 0.5rem 1rem;
  border: none;
}

#csiMenuWrapper .csi-Menu-inner .toggle{
  padding: 0;
}