/*
Theme Name: 0022 All Nations Bank
Theme URI: http://csibankanytime.com/
Author: CSI ( CSI Designer Name, CSI Developer Name )
Description: Design Pro 3 CSI Banking Theme
Version: 2.2.5
Text Domain: design-pro-3
*/
/* TYPOGRAPHY
-------------------------------------------------------------------------------------- */
body,
html {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "montserrat",sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  color: #304554;
  font-family: "montserrat",sans-serif;
  font-weight: 700;
}
h1, h2, h3, h4 {
  line-height: 1.5;
}
h1 {
  font-size: 2.625rem;
}
h2 {
  font-size: 2.3125rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.6875rem;
}
h5 {
  font-size: 1.375rem;
}
h6 {
  font-size: 1.125rem;
}
p,
ul,
dl,
ol {
  color: #304554;
}
.text-muted {
  font-size: 0.875rem;
  color: #304554!important;
}
hr {
  border-color: #F98209;
}
/* 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: #B35C05;
  text-decoration: underline;
  font-weight: 700;
}
a:hover, a:focus {
  color: #B35C05;
  text-decoration: none;
  font-weight: 700;
}
.csi-btn {
  border-radius: 0;
  background: #304554;
  border: 1px solid #304554;
  color: white;
  font-weight: 700;
  text-decoration: none;
  padding: 1.25rem 3rem;
}
.csi-btn:hover,
.csi-btn:focus {
  background-color: #F98209;
  border-color: #F98209;
  color: black;
  font-weight: 700;
  text-decoration: none;
}
a.csi-focus-button {
  background: #304554;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.4rem;
  font-size: 1.75rem;
  text-decoration: none;
}
a.csi-focus-button:hover,
a.csi-focus-button:focus {
  background-color: #F98209;
  border-color: #F98209;
  color: black;
  font-weight: 700;
  text-decoration: none;
}
/* GENERAL STYLES
-------------------------------------------------------------------------------------- */
.csi-logo .img-fluid {
  max-width: 85%;
}
.csi-container1600 {
  max-width: 1600px;
  margin: 0 auto;
}
.csi-insidepages section {
  padding: 1rem;
}
.home {
  background: #F7F2EE;
}
img.aligncenter {
  display: block;
  margin: auto;
}
.goog-te-combo {
  font-weight: 700;
  font-size: 1rem!important;
  font-family: "montserrat",sans-serif!important;
  text-decoration: underline;
  width: 100%!important;
}
/* IB
-------------------------------------------------------------------------------------- */
.csi-ib {
  background: #304554;
}
.csi-ib h5 {
  color: white;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.125rem;
}
.csi-ib input {
  border-radius: 0;
}
.csi-ib input::placeholder {
  color: black;
}
.csi-ib button.csi-btn {
  background: #F98209;
  border: 1px solid #F98209;
  border-radius: 0;
  color: black;
  margin-bottom: 0;
}
.csi-ib button.csi-btn:focus,
.csi-ib button.csi-btn:hover {
  background: #f7f2ee;
}
.csi-ib a {
  color: white;
}
.csi-ib .form-row {
  display: flex;
  align-items: center;
  padding: 1rem 0 1rem 0;
}
/* BANNER
-------------------------------------------------------------------------------------- */
.search-form input[type=search] {
  color: black;
  padding: 0.25em 10px 0.25em 40px;
  border: none;
  position: absolute;
  top: 0;
  right: -5px;
  width: 17px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: transparent;
  z-index: 100;
}
.search-form input[type=search]::placeholder {
  color: black;
}
.search-form {
  position: relative;
}
.search-form .search-submit {
  display: none;
}
.search-form .fa-search {
  color: black;
  font-size: 2rem;
  top: 0;
  right: 0;
  position: relative;
}
.search-form input[type=search].active {
  width: 322px;
  height: 2.5rem;
  z-index: 100;
  background: white;
  border-radius: 50px;
  border: 2px solid black;
}
.banner-background {
  background: #F7F2EE;
  padding-top: 20px;
}
.csi-nav {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.carousel-indicators li {
  background-color: black;
}
.carousel-item {
  position: relative;
  min-height: 450px;
  height: 48vh;
}

.single-people .carousel-item{
  min-height: 80px;
  margin-bottom: -150px;
}

.page-template-front-page .carousel-item {
  min-height: 575px;
  height: 60vh;
}
.carousel-image {
  height: auto;
  position: relative;
  border-radius: 0;
  box-shadow: 15px 15px 36px #26130077;
  width: 100%;
  min-height: 350px;
}
.page-template-front-page .carousel-image {
  min-height: 550px;
}
.carousel-caption {
  position: relative;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.carousel-caption a.csi-btn {
  padding: 1rem 2rem 1rem 2rem;
}
.carousel-caption h2, .carousel-caption p {
  color: black;
}
.carousel-caption h2 {
  font-size: 2.625rem;
  font-weight: 700;
}
.carousel-caption p {
  font-size: 1.375rem;
}
.carousel-inner {
  overflow: visible;
}
/* BODY ONE
-------------------------------------------------------------------------------------- */
.home-body-one {
  padding: 3rem 0 15rem 0;
  background: white;
}
.home-body-one a.home-quicklink {
  text-align: center;
  text-decoration: none;
}
.home-body-one a.home-quicklink p {
  display: flex;
  flex-direction: column;
  color: #304554;
  font-size: 1.375rem;
  text-decoration: none;
  font-weight: 700;
}
.home-body-one a.home-quicklink:hover p,
.home-body-one a.home-quicklink:focus p{
  color: black;
  text-decoration: underline;
}
.home-body-one a.home-quicklink img {
  width: 90px;
  height: auto;
  display: block;
  margin: auto;
  margin-bottom: 2rem;
}
.home-body-one a.home-quicklink i {
  color: #b35c05;
  font-size: 85px;
  margin-bottom: 2rem;
}
.home-body-one a.home-quicklink:hover i,
.home-body-one a.home-quicklink:focus i {
 text-decoration: none!important;
}
.home-body-one .card {
  border: none;
}
/* BODY TWO
-------------------------------------------------------------------------------------- */
.home-body-two {
  position: relative;
  margin-top: -8rem;
}

#main-content .home-body-two .right-col a{
  color:#ffaf2a!important;
  font-size: 18px;
}

#main-content .home-body-two .right-col a:hover, #main-content .home-body-two .right-col a:focus{
  color: black !important;
}

.home-body-two .left-image{
  width: 100%;
  height: 360px;
  box-shadow: 15px 15px 36px #000F1A78;
  background-size: cover!important;
  max-width: 690px;
  margin-left: 15px;
}
.home-body-two::after {
  background: #304554;
  content: "";
  position: absolute;
  width: 100%;
  top: 5%;
  z-index: 0;
  transform: skewY(-4deg);
  height: 90%;
}
.body-two-foreground {
  z-index: 1;
  position: relative;
}
.home-body-two .right-col {
  display: flex;
  align-items: center;
  color: white;
  padding: 0 15px 0 15px;
}
.home-body-two .right-col h1,
.home-body-two .right-col h3,
.home-body-two .right-col h2,
.home-body-two .right-col h5,
.home-body-two .right-col h4,
.home-body-two .right-col h6,
.home-body-two .right-col p,
.home-body-two .right-col a,
.home-body-two .right-col ul,
.home-body-two .right-col ol {
  color: white!important;
}
.home-body-two .right-col p {
  font-size: 1.75rem;
}
/* BODY THREE
-------------------------------------------------------------------------------------- */
.body-three-wrapper {
  padding: 0 15px;
}
.home-body-three {
  background: #F7F2EE;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.home-body-three .card {
  border: 0;
  background-color: transparent;
  height: 380px;
}
.home-body-three .card-front,
.home-body-three .card-back {
  position: absolute;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  flex-direction: column;
  text-align: center;
  height: 380px;
  padding: 3rem;
}
.home-body-three .card-back {
  background-color: white;
  transform: rotateY(180deg);
  border: 10px solid #304554;
  color: #304554;
}
.home-body-three .card-back h1,
.home-body-three .card-back h3,
.home-body-three .card-back h2,
.home-body-three .card-back h5,
.home-body-three .card-back h4,
.home-body-three .card-back h6,
.home-body-three .card-back p,
.home-body-three .card-back a,
.home-body-three .card-back ul,
.home-body-three .card-back ol {
  color:  #304554;
}
.home-body-three .card-back a.csi-btn {
  color: white;
}
.home-body-three .card-back a.csi-btn:hover,
.home-body-three .card-back a.csi-btn:focus {
  color: #304554;
}
.home-body-three .card-front {
  background: #304554;
  border: 10px solid #304554;
  color: white;
}
.home-body-three .card-front h1,
.home-body-three .card-front h3,
.home-body-three .card-front h2,
.home-body-three .card-front h5,
.home-body-three .card-front h4,
.home-body-three .card-front h6,
.home-body-three .card-front p,
.home-body-three .card-front a,
.home-body-three .card-front ul,
.home-body-three .card-front ol {
  color: white;
}
.card-deck:hover .card-front,
.card-deck:focus .card-front {
  transform: rotateY(180deg);
}
.card-deck:hover .card-back,
.card-deck:focus .card-back {
  transform: rotateY(360deg);
}
.home-body-three .card-front h3 {
  font-size: 2.25rem;
}
.home-body-three p {
  font-size: 1.375rem;
}
/* FOOTER LOCATIONS
-------------------------------------------------------------------------------------- */
.footer-locations {
  padding: 0 15px;
}
.footer-locations img {
  width: 100%;
  height: auto;
}
.footer-locations .left-side img {
  box-shadow: 5px 5px 36px #000F1A45;
}
.footer-locations .right-side img {
  max-width: 50px;
  margin-bottom: 2rem;
}
.footer-locations h1,
.footer-locations h3,
.footer-locations h2,
.footer-locations h5,
.footer-locations h4,
.footer-locations h6,
.footer-locations p,
.footer-locations a,
.footer-locations ul,
.footer-locations ol {
  color: black;
}
.footer-locations p {
  font-size: 1.25rem;
}
footer .locations-background {
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
  background: white;
}
footer .locations-foreground::before {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  mix-blend-mode: color;
  content: "";
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width: 100%;
  height: 100%;
}
.footer-bottom {
  padding: 0 15px;
}
/* Media Queries
-------------------------------------------------------------------------------------- */
@media (max-width: 992px) {
  .csi-banner-4 > div:not(.csi-nav) {
    position: relative;
    display: block !important;
    width: 100%;
    margin: 0;
    transition: all 0.5s ease;
  }

  .csi-nav {
    z-index: 100;
    width: 100%;
  }

  .carousel-caption {
    left: 0rem !important;
    right: 0rem !important;
    position: relative !important;
    text-align: center;
    transform: translateY(0%);
  }

  .carousel-item {
    position: relative !important;
    min-height: 100px;
    height: auto;
    padding: 2rem 0 !important;
  }

  .carousel-image {
    min-height: 250px;
    border-radius: 0;
    height: auto;
  }
  .carousel-image:before {
    background: transparent;
    border-radius: 0;
  }

  .modkitHeroSlideUp {
    animation-duration: initial;
    animation-timing-function: initial;
  }

}


/* BANNER
-------------------------------------------------------------------------------------- */
/* BANNER
-------------------------------------------------------------------------------------- */

.hover-show,
.hover-hide {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
	padding: 0;
}

.hover-hide{
  z-index: 2;
}

.hover-show{
	transform: rotateY(180deg); 
	z-index: 1;
	background: #304554;
	display: flex;
	align-items: center;
	font-weight: 700;
  padding: 2rem 2.25rem;
  justify-content: center;
}

.person-card:hover .hover-show, .person-card:focus .hover-show{
  background: #304554;
}

.hover-show *{
  color: #fff;
}

.csi-defaultAccordion .panel-body .person-details a.csi-btn{
  background: #B35C05 !important;
  color: #FFFFFF;
}

.hover-show h5{
  margin-bottom: 1rem;
}

.hover-show p{
  font-weight: 400;
  margin-bottom: 1.25rem;
}

.hover-card-inner{
	position: relative;
  width: 100%;
  height: 100%;
  min-height: 507px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.csi-defaultAccordion .panel-body a:not(.inside-panel-group .panel > a).person-card{
  margin: 0;
	padding: 0;
	text-decoration: none;
	margin-bottom: 30px;
	background-color: transparent;
	perspective: 1000px;
	border: none;
  display: block;
	border-radius: 0;
}

.person-card:hover .hover-card-inner{
  transform: rotateY(180deg);
}

.person-card .csi-btn{
  background: #B35C05;
  padding: 0.75rem 3rem;
}

.logged-in #locationModal{
  margin-top: 32px;
}

.modal-fullscreen{
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
}

#locationModal .modal-content a{
  text-decoration: none;
  color: #191919;
}

#locationModal .modal-content a:hover, #locationModal .modal-content a:focus{
  text-decoration: underline;
}

.modal-fullscreen .modal-content::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.79);
}

.location-modal-padding{
  padding: 0 10%;
}

#locationModal .modal-header{
  justify-content: space-between;
  align-items: center;
  position: relative;
  border: none;
}

#locationModal .modal-footer{
  border: none;
}

#locationModal .modal-body{
  padding: 0;
  text-align: center;
}

#locationModal .modal-body img{
  margin-bottom: 1.25rem;
  max-width: 300px;
  height: auto;
}

#locationModal .modal-body h1{
  margin: 3.375rem 0;
}

#locationModal .modal-body .row{
  align-items: flex-end;
}

#locationModal h3, #locationModal h4, #locationModal h1{
  color: #191919;
}

#locationModal .modal-header .close{
  margin: 0;
  padding: 0 1rem;
  font-size: 3.5rem;
  opacity: 1;
}

#locationModal .modal-header .close:hover, #locationModal .modal-header .close:focus{
  text-decoration: underline;
}

.single-people  .person-content p{
  line-height: 28px;
}

.person-content h3, .person-content h5{
  margin-bottom: 1rem;
}

.person-content{
  padding: 4.875rem 0;
}
.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: .8rem;
    font-weight: 400;
    color: #000;
}
.fdic-wrapper .fdic-notice svg{
	min-width: 39px;
    min-height: 15.74px;
	height:15.74px;
    margin-right: -1%;
    display: block;
	margin-top:2px; 
	margin-left:-3%;
}