/*
Theme Name:2143_FNB_Las_Animas
Theme URI: http://csibankanytime.com/
Author: CSI ( Mayra Gomez)
Description: Design Pro 3 CSI Banking Theme
Version: 2.0.12
Text Domain: design-pro-3
*/
/* =================================================================================== *\
	TABLE OF CONTENTS	--------------------------------------------------------------
--------------------------------------------------------------------------------------

01. ATOMS
	a. 	Colors
	b. 	Typography
	c. 	Buttons & Links
	d. 	General Styles

02. MOLECULES
	a.	Alerts
	b.	IB
	c.	Navigation
	d.	Footer


03. ORGANISMS
	a.	Homepage
	b. 	Inside Pages

====================================================================================== */
/* =================================================================================== *\
	01. ATOMS	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
\* =================================================================================== */
/* 01a: Colors *
-------------------------------------------------------------------------------------- */
/* Primary Tints */
/* Primary 2 Tints */
/* Neutral Tints */
/* Accent 1 Tints */
/* Accent 2 Tints */
/* 01b: Typography *
-------------------------------------------------------------------------------------- */
html, body {
  font-size: 1rem;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: benton-sans, sans-serif;
}

h1, .text-xxl {
  font-family: 'Open Sans', serif;
  font-size: 2.625rem;
  line-height: 1.2;
  color: #012F1C;
  font-weight: 600;
  text-transform: uppercase;
}

h2, .text-xl {
  font-family: 'Open Sans', serif;
  font-size: 2rem;
  line-height: 1.2;
  color: #012F1C;
  font-weight: 700;
  text-transform: uppercase;
}

h3, .text-lg {
  font-family: 'Open Sans', serif;
  font-size: 1.75rem;
  line-height: 1.4;
  color: #012F1C;
  font-weight: 600;
  letter-spacing: 1.08px;
  text-transform: uppercase;
}

h4, .text-md {
  font-family: 'Open Sans', serif;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #012F1C;
  font-weight: 600;
  text-transform: uppercase;
}

h5, .text-sm {
  font-family: 'Open Sans', serif;
  font-size: 1.25rem;
  line-height: 26px;
  letter-spacing: 0.77px;
  text-transform: uppercase;
  color: #012F1C;
  font-weight: 600;
}

h6, .text-xs {
  font-family: 'Open Sans', serif;
  font-size: 1rem;
  line-height: 1.4;
  text-transform: uppercase;
  color: #012F1C;
  font-weight: 600;
}

p, ul, dl, ol, table {
  font-family:  'Open Sans', serif;
  font-size: 1rem;
  font-weight: 500;
  color: #012F1C;
  line-height: 1.8;
}
br.mobile-br, p.mobile-table-header{
	display:none;
}
.mobile-hide{
	display:inline-block;
}
.mobile-show{
	display:none;
}
.wpcf7-response-output{
  background: #F9F3E9;
  padding: 10%;
  font-size: 25px;
  text-align: center;
  color:#012F1C;
  display:none;
}

/* 01c: Buttons & Links *
-------------------------------------------------------------------------------------- */
.csi-btn,
a.csi-btn, .wpcf7-form-control.has-spinner.wpcf7-submit{
  display: inline-block;
  padding: 15px 50px;
  margin-bottom: 0;
  font-size: 0.8125rem;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 4px;
  background: transparent;
  color: #012F1C;
  text-decoration: none !important;
  text-shadow: none;
  font-weight: 600;
  letter-spacing: 1.15px;
  border: 1px solid #012F1C;
  border-radius: 0;
  text-transform: uppercase;
}

.csi-btn:hover,
a.csi-btn:hover, .wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background: #012F1C;
  color: white;
  text-decoration: none;
}

.wpcf7-form-control.has-spinner.wpcf7-submit{
  background:#F9F3E9;
  border:none;
}

a {
  color: #012F1C;
  transition: all .2s;
}

a:hover {
  color: #03311E;
  text-decoration: none !important;
}

.page-id-1615 textarea{
	max-height: 200px;
}

/* 01d: General Styles *
-------------------------------------------------------------------------------------- */
body {
  overflow-x: hidden;
}

.navbar-brand {
  float: none;
}

table {
  table-layout: fixed;
}

.highlight {
  background: yellow;
}

.admin-bar .navbar-fixed-top {
  margin-top: 32px;
}

#wpadminbar #wp-admin-bar-wp-logo {
  display: none;
}

li.page_item_has_children ul.children {
  display: block;
}

.acf-map {
  width: 100%;
  height: 400px;
  margin: 20px 0;
}

.acf-map img {
  max-width: inherit !important;
}

.archive-events,
.archive-people,
.archive-videos {
  padding: 15% 0 5%;
  min-height: 600px;
}

.archive-events .button,
.archive-people .button,
.archive-videos .button,
.button {
  border-radius: 20px;
  padding: 10px 5%;
}

.csi-noPadding {
  padding: 0 !important;
  margin: 0 !important;
}

@keyframes csi-slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes csi-slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

.csi-logo img {
  width: 250px;
}

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

/* Carousel Arrows */
.csi-carousel-arrows {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  z-index: 99999;
  bottom: 13%;
  left: 7%;
  font-weight: 600;
  font-size: 1rem;
}

.csi-carousel-arrows .num {
  float: left;
  font-size: 0.7rem;
  margin-top: 4px;
  width: 60px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  display: none;
}

.csi-carousel-arrows a.left {
  background: none;
  position: relative;
  font-size: 0.9rem;
  text-decoration: none;
  opacity: 0.6;
  padding: 8px 8px 5px;
}

.csi-carousel-arrows a.left:hover {
  opacity: 1;
}

.csi-carousel-arrows a.right {
  background: none;
  position: relative;
  font-size: 0.9rem;
  text-decoration: none;
  opacity: 0.6;
  padding: 8px 8px 5px;
}

.csi-carousel-arrows a.right:hover {
  opacity: 1;
}

.csi-carousel-arrows .carousel-control {
  opacity: 1;
}

.csi-carousel-arrows .num-slash {
  opacity: 0.5;
  padding: 0 5px;
}

/* Carousel Dots */
.carousel-indicators {
  display: none;
}

/* Carousel Caption */
.csi-hero06 .carousel-caption {
	 padding-top: 100px;
}
/* Carousel Fade */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.item,
.active.left,
.active.right {
  opacity: 0;
}

.active,
.next.left,
.prev.right {
  opacity: 1;
}

.next,
.prev,
.active.left,
.active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.carousel-control {
  z-index: 2;
}

/*
==============================================
fadeIn
==============================================
*/
.csi-fadeIn {
  animation-name: csi-fadeIn;
  -webkit-animation-name: csi-fadeIn;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes csi-fadeIn {
  0% {
    transform: translateY(10%);
    opacity: 0.0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

@-webkit-keyframes csi-fadeIn {
  0% {
    transform: translateY(10%);
    opacity: 0.0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
/* Multi Map CSS */
.slide-left {
  animation: slide_left .7s ease forwards;
  -webkit-animation: slide_left .7s ease forwards;
}
@keyframes slide_left {
  0% {
    opacity: 0;
    left: -190px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
.acf-map {
width: 100%;
height: 400px;
margin: 20px 0;
margin-top: 25px;
margin-bottom: 75px;
}
.acf-map img {
  max-width: inherit !important;
}
.map-panel {
  position: absolute;
  z-index: 1;
  background: #fff;
  border: 1px solid #D9002A;
  height: 400px;
  overflow-y: hidden;
  font-size: .75rem !important;
  padding-top: 2%;
  padding-right: 2%;
  opacity: 0;
  display: none;
		margin-top: 20px;
}
.map-panel hr {
  margin: 15px 0;
}
.map-panel:not(hr) {
  padding-left: 2%;
}
.map-panel i.fa.fa-times {
  position: absolute;
  top: .5rem;
  right: .5rem;
}
.info-wrap {
	position: relative;
	width: 100%;
	float: left;
}
.map-panel i.fa.fa-times:hover, .map-panel i.fa.fa-times:focus {
  cursor: pointer;
  color: #D9002A;
}
div[class^="map-panel-content"] address p, div[class^="map-panel-content"] address {
  font-size: .85rem;
}
div[class^="map-panel-content"] h5 {
  margin: 0;
}
/* =================================================================================== *\
	02. Molecules	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
\* =================================================================================== */
/* 02a: Alerts *
-------------------------------------------------------------------------------------- */
/* Top of page alert */
.csi-alert * {
  color: #fefefe;
}

.csi-alert {
  background: #d73d23;
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 1.5% 3%;
}

.csi-alert a:hover {
  color: #F5D76E;
}

.csi-alert .close {
  opacity: 1.0;
}

.csi-alert .close:hover, .csi-alert .close:focus {
  color: black;
}

/* External Link alert */
.ui-dialog.ui-widget-content * {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #BFD3CB;
}

.ui-dialog.ui-widget-content {
  background: #012F1C;
  border: none;
  border-radius: 6px;
  padding: 3%;
}

.ui-dialog.ui-widget-content .ui-widget-header {
  background: transparent;
  border: none;
}

.ui-dialog.ui-widget-content .ui-widget-content {
  background: transparent;
  border: none;
}

.ui-dialog.ui-widget-content button {
  background: transparent;
  border: 1px solid #BFD3CB;
}

.ui-dialog.ui-widget-content .ui-button:hover {
  background: #BFD3CB;
  border: 1px solid #2a2a2a;
  color: #012F1C !important;
}

.ui-dialog.ui-widget-content .ui-button-text:hover {
	  color: #012F1C !important;
}

.ui-dialog.ui-widget-content .ui-dialog .ui-dialog-titlebar-close {
  border: none !important;
}

.ui-widget-overlay {
  background: #191a23 !important;
  opacity: .9 !important;
}

/* 02b: IB *
-------------------------------------------------------------------------------------- */
.form-inline {
  display: inline-block;
}

.form-inline .form-group {
  display: inline-block;
  flex: unset;
  -ms-flex-flow: unset;
  flex-flow: unset;
  -ms-flex-align: unset;
  align-items: unset;
}

.form-inline .form-control {
  background: #DCDCDC;
  color: #0E254D;
  border-radius: 4px;
}

.form-inline h4 {
  display: inline-block;
}

.form-inline ul li {
   display: inline-block;
}

.csi-ibContainer {
  background: white;
  padding: 12px 0;
}

.csi-ib {
  text-align: center;
  padding: 12px;
}

.csi-ib i {
  color: #486581;
  font-size: 1.2rem;
  position: absolute;
  margin: 12px 0 0 14px;
}

.csi-ib input.input-username {
  border-radius: 4px;
  min-height: 42px;
  padding-left: 40px;
  background: #F0F4F8;
  border: none;
  font-weight: 500;
  box-shadow: none;
}

.csi-ib form input.input-username::-webkit-input-placeholder {
  color: #243B53;
}

.csi-ib form input.input-username:-moz-placeholder {
  color: #243B53;
}

.csi-ib form input.input-username::-moz-placeholder {
  color: #243B53;
}

.csi-ib form input.input-username:-ms-input-placeholder {
  color: #243B53;
}

.csi-ib input.input-submit {
  border-radius: 4px;
  margin-left: 4px;
}

.csi-ib h4 {
  font-family: benton-sans, sans-serif;
  font-size: 1rem;
  margin-top: 0px;
  font-weight: 600;
  line-height: 1;
}

.csi-ib .ib-text {
  margin-left: 8px;
  margin-right: 8px;
}

.csi-ib .csi-helperLinks {
  margin-left: 8px;
  margin-right: 8px;
}

.csi-ib a {
  font-size: 0.8rem;
  color: #486581;
}

.csi-ib a:hover {
  color: #0E7C86;
  text-decoration: none;
}

/* 02c: Header *
-------------------------------------------------------------------------------------- */
[class^="csi-header"] {
  background: white;
  margin-bottom: 30px;
}

/* 02d: Navigation *
-------------------------------------------------------------------------------------- */
/* Center Align Nav Text | Be sure to set .csi-nav width to 100%; */
.csi-nav > [class^="col-"] {
  padding: 0;
}

.csi-nav nav {
  border: 0;
  border-radius: 0;
  background: transparent;
  min-height: 5px;
  margin-bottom: 0;
  position: relative;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus{
  color: #012F1C;
}

/* Spacing between main nav links */
.csi-nav .nav > li > a {
  color: #012F1C ;
  font-size: 1rem;
  text-decoration: none;
  padding: 30px 24px;
  font-weight: 500;
}

.csi-nav .navbar-nav > li > a > .caret {
  /*display: none;*/
}

.csi-nav .navbar-nav > li > a:hover,
.csi-nav .navbar-nav > li > a:focus {
  color: #03311E ;
  background: white;
  text-decoration: underline !important;
  border-radius: 0px;
}

/* First Level Drop Down */
.csi-nav .navbar-nav > li > .dropdown-menu > a {
  color: #012F1C;
  font-weight: 400;
  font-size: 1rem;
  padding: 11px 60px 11px 30px;
  text-decoration: none !important;
  background: white;
}

.csi-nav .navbar-nav > li .dropdown-menu,
.csi-nav .navbar-nav > li .dropdown-menu:after,
.csi-nav .navbar-nav > li .dropdown-menu:before {
  background-color: white;
  border: 0 none transparent;
  opacity: 1;
  padding: 0;
}

.csi-nav .navbar-nav > li > .dropdown-menu a:last-child {
  border-bottom: 0 none transparent;
}

.csi-nav .navbar-nav > li .dropdown-menu >  a:hover,
.csi-nav .navbar-nav > li .dropdown-menu >  a:focus {
  color: #012F1C !important;
  background-color: white;
  text-decoration: underline !important;
}

.csi-nav .navbar-nav .dropdown-menu > .active{
	text-decoration: underline !important;
}
.csi-nav .navbar-nav .dropdown-menu{
  margin: 0;
}

/*
.csi-nav .navbar-nav .open .dropdown-menu > .active > a {
  text-decoration: underline !important;
  background: pink !important;
}
*/

.csi-nav .navbar-nav > .active > a,
.csi-nav .navbar-nav > .active > a:hover,
.csi-nav .navbar-nav > .active > a:focus,
.csi-nav .current-menu-item > a,
.csi-nav .current-menu-parent > a {
  color: #03311E  !important;
  background: white;
  border-radius: 0px;
  text-decoration: underline !important;

}

.csi-nav .navbar-nav > .open > a,
.csi-nav .navbar-nav > .open > a:hover,
.csi-nav .navbar-nav > .open > a:focus,
.csi-nav .navbar-nav .open .dropdown-menu > .active > a:hover,
.csi-nav .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #03311E !important;
  background-color: white !important;
  text-decoration: underline !important;
}

/* Third Level Dropdown */
.csi-nav .navbar-nav > li .dropdown-menu > .dropdown-menu {
  left: 2px !important;
  border-top-left-radius: 0 !important;
}

/* 02e: Footer *
-------------------------------------------------------------------------------------- */
footer {
  background: white;
  padding-top: 2%;
}

footer svg {
  fill: #486581;
  max-width: 100px;
  max-height: 33px;
  display: block;
  margin: 20px auto;
}

footer p, footer a {
  color: #486581;
}

footer a:hover {
  color: #486581;
}

/* =================================================================================== *\
	03. Organisms	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
\* =================================================================================== */
/* 03a: Homepage *
-------------------------------------------------------------------------------------- */
.csi-homePage [class^="csi-callToAction"] {
  padding: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
  border-radius: 6px;
  background: green;
}

.csi-homePage .csi-hero {
  margin: 0 auto;
}

.csi-homePage .csi-hero h2 {
  font-size: 2.625rem;
  letter-spacing: 1.2px;
  font-weight: bold;
}

.csi-homePage .csi-hero h2, .csi-homePage .csi-hero p {
  color: #012F1C;
}

.csi-homePage .csi-hero p {
  font-size: 1.125rem;
  line-height: 29px;
  font-weight: 600;
}

.csi-homePage .csi-hero .item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(16, 42, 67, 0.5);
  opacity: 1;
}

.csi-homePage .csi-bodyContent {
  padding: 0;
}

.csi-homePage .csi-bodyContent h3 {
  font-weight: 700;
}

/* 03b: Inside Pages *
-------------------------------------------------------------------------------------- */

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

/* 03c: Calculator Page *
-------------------------------------------------------------------------------------- */
.page-template-page-calculator #tabs {
  display: block;
  float: left;
  width: 100%;
  position:relative;
  left:15px;
  z-index:1; /*set over .panel*/
}
.page-template-page-calculator a.tab {
  border-collapse: collapse;
  border-style: solid solid none solid;
  border-color: #7fb869;
  border-width: 1px 1px 0px 1px;
  padding: 3px 1em 2px 1em;
  margin-top: 6px;
  margin-right: 2px;
  font-family: arial;
  text-decoration: none;
  float: left;
}
.page-template-page-calculator a.selectedTab {
  padding-top:6px;
  margin-top:1px;
  color:#000000;
  border-width: 3px 1px 1px 1px;
  border-bottom: solid 1px white;
  background:#FFFFFF;
}
.page-template-page-calculator .cTimeValue .panel {
  position:relative;
  border: solid 1px #7fb869;
  background-color: #FFFFFF;
  padding: 5px;
  height: 310px;
  overflow: auto;
  display:none;
  z-index:0; /*set under #tabs*/
  top:-1px;
}
.page-template-page-calculator .cTimeValue .selectedPanel {
  display: block;
}
.page-template-page-calculator .cTimeValue H2, .cTimeValue H3
{
  color:black;
}
.page-template-page-calculator .cTimeValue li
{
  margin-bottom:5px;
}
/* End Query */

/* 03d: Parent List Page *
-------------------------------------------------------------------------------------- */
.page-template-parent-list-page  .page-links a {
    padding: 30px;
    width: 100%;
    margin: 10px 0px;
    float: left;
    background-color: #e5012c;
    color: white;
    text-align: center;
  }
.page-template-parent-list-page .page-links a:hover, .page-template-parent-list-page .page-links a:focus {
    text-decoration: none;
    background-color: #010159;
  }
/* End Query */

/* Mayra Gomez - Changes *

Home Page
-------------------------------------------------------------------------------------- */
.csi-widgets {
    width: 100%;
}
.csi-widgets input {
  font-family: 'Open Sans', sans-serif;
  color:#012F1C !important;
  font-weight: 700;
  background: #E9EDEB;
  border:none;
  box-shadow: none;
  width: 385px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  font-size: 0.8125rem;
  font-style: normal;
   border-radius: none;
}

form.search-form {
    width: 100%;
}


.csi-widgets input::-webkit-input-placeholder{
	color: #012F1C;
	font-weight: 700;
    font-size: 0.8125rem;
    font-style: normal;

}
.csi-widgets input::-moz-placeholder{
	color: #012F1C;
	font-weight: 700;
    font-size: 0.8125rem;
    font-style: normal;
}

.csi-widgets input:-ms-input-placeholder{
	color: #012F1C;
	font-weight: 700;
    font-size: 0.8125rem;
    font-style: normal;
}


button.search-submit {
  font-family: 'Open Sans', sans-serif;
  background: #BFD3CB;
  color: #012F1C;
  padding: 15px 35px;
  font-size: 0.8125rem;
  font-weight: 700;
  border: none;
   border-radius: none;

}
.search-submit:hover, button.search-submit:hover {
  background: white;
  border: 1px solid #012F1C;
  padding: 14px 34px;
}

/*Nabigation */
.csi-nav {
	justify-content: flex-end !important;
}


.csi-nav nav {
	min-height: 230px;
	margin: auto 0;
	vertical-align: middle;
	float: right;

}

.navbar-nav> li> a {
	padding-right: 40px !important;
    font-weight: 700;
}

.carousel-inner {
    overflow: inherit !important;
}

/*Hero Section*/


.csi-homePage .csi-hero .carousel-item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 3%,  rgba(255,255,255,.7) 15%, rgba(255,255,255,0.51) 50%, rgba(255,255,255,0) 70%);
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 3%,  rgba(255,255,255,.7) 15%, rgba(255,255,255,0.51) 50%, rgba(255,255,255,0) 70%);
  background: -ms-linear-gradient(left, rgba(255,255,255,1) 3%,  rgba(255,255,255,.7) 15%, rgba(255,255,255,0.51) 50%, rgba(255,255,255,0) 70%);
  background: -o-linear-gradient(left, rgba(255,255,255,1) 3%,  rgba(255,255,255,.7) 15%, rgba(255,255,255,0.51) 50%, rgba(255,255,255,0) 70%);
  opacity: 1;
}


.csi-carousel-arrows .fa {
	color: white !important;
}



/*IB section*/
/*top: 135px;*/
.ib-Container {
	background: rgba(3,49,30,.84);
	width: 351px;
	height: 590px;
	position: absolute;
	bottom: -60px;
	right: 0;
	z-index: 10;
	margin-right: 6%;

}

/*
==============================================
slideLeft
==============================================
*/


.slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;

	visibility: visible !important;
}

@keyframes slideLeft {
	0% {
		transform: translateX(150%);
	}
}

@-webkit-keyframes slideLeft {
	0% {
		-webkit-transform: translateX(150%);
	}
}


.bankLogin {
	align-items: center;
}

.bankLogin .ib-text{
	font-family: 'Open Sans';
	color: white !important;
	margin-top: 75px;
	font-weight: 700;
	letter-spacing: 1.24px;
	font-size: 1.25rem;
	text-transform: uppercase;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
}
.estatements h3{
	font-family: 'Open Sans';
	color: white !important;
  margin-bottom: 30px;
	font-weight: 700;
	letter-spacing: 1.24px;
	font-size: 1.25rem;
	text-transform: uppercase;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
  
}
 .estatements{
   text-align:center;
 }
.bankLogin .fa-lock {
	margin-right: 5px;
	opacity: .6;
}

.bankLogin .form-group {
	margin-bottom: 20px;
	margin-top: 15px;


}

.bankLogin .form-group input.input-username,
 .bankLogin input.ib-button{
	font-family: 'Open Sans';
	font-size: 0.6875rem;
	color: #012F1C;
	font-weight: 700;
	letter-spacing: 1.18px;
	border: none; border-radius: none;
}

.bankLogin .form-group input{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 250px;
	text-align: center;
}

.bankLogin input.ib-button {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 250px;
	text-align: center;
	background: #BFD3CB;
	margin-bottom: 20px;
	margin-top: 20px;
	border-radius: none;
}

a.sign-btn.csi-btn.button, a.e-enroll-btn.csi-btn.button{
  background: #BFD3CB;
    color: #012F1C;
    border: 1px solid #BFD3CB;
    padding: 9px 45px;
    width: 250px;
    font-size: 0.6875rem;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1.18px;
   display:block;
    margin-bottom: 10px;
}
.online-banking{
  margin-top:30px;
  text-align: center;
}
a.enroll-btn.csi-btn{
  
  background:#fff;
  color: #012F1C;
  border: 1px solid #BFD3CB;
    padding: 9px 35px;
    width: 250px;
    font-size: 0.6875rem;
    text-align: center;
  display:block
    letter-spacing: 1.18px;
    margin-bottom: 20px;
}
a.enroll-btn.csi-btn:hover{
background:#BFD3CB;}
a.e-enroll-btn.csi-btn.button:hover, a.sign-btn.csi-btn.button:hover{
background:#fff;
}
.bankLogin input.ib-button:hover {
	color: #BFD3CB;
	background:#012F1C;
	border: 1px solid #BFD3CB;
	padding: 9px 99px;
}

.bankLogin .form-group input.input-username::-webkit-input-placeholder {
  color: #012F1C;
  font-style: normal;
}

.bankLogin .form-group input.input-username:-moz-placeholder {
  color: #012F1C;
  font-style: normal;
}

.bankLogin .form-group input.input-username::-moz-placeholder {
  color: #012F1C;
  font-style: normal;
}

.bankLogin .form-group input.input-username:-ms-input-placeholder {
  color: #012F1C;
  font-style: normal;
}

.ib-links ul {
	list-style-type: none;
	margin: 0;
	padding:0;
}
.ib-links li {
	text-align: center;
}
.ib-links ul li  a {
	font-family: 'Open Sans';
	font-size: 	0.75rem;
	line-height: 24px;
	color: white;
}

.ib-links ul li  a:hover,
.ib-links ul li  a:focus {
	text-decoration: underline !important;
}

/*margin-top 90, when other links are visible*/
.ib-socialMedia  {
	margin-top: 100px;

}
.ib-socialMedia .social-media {
	margin-left: 50px;
}
.ib-socialMedia .social-media a {
	margin-left: 8px;
	color:white;
	font-family: 'Open Sans';
	font-size: 0.875rem;
	line-height: 40px;
}

.ib-socialMedia .social-media a:hover,
.ib-socialMedia .social-media a:focus {
	text-decoration: underline !important;
}

/*Body section*/
.body-sectionOne .first-Row .first-imgBlock {
	min-height: 800px;
	margin-top: -70px;
    margin-right: -90px;
    margin-bottom: -180px;
    position: relative;
    z-index: 10;
    box-shadow: 10px 12px 74px -30px rgba(0,0,0,0.50);
}






/*Shared by first and third*/

.body-sectionOne p {
	line-height: 33px;
}

.body-sectionOne .right-textBlock {
    margin-left: 25%;
    margin-right: 17%;
    margin-top: 25%;
}


.first-Row .right-Est {
    position: absolute;
    bottom: -54px;
    right: 8%;
    font-family: 'Open Sans';
	font-weight: 700;
	font-size: 4.875rem;
	color: #012F1C;
	opacity: 0.05;
}



.body-sectionOne  .second-Row {
	background: #F9F3E9;
}
.body-sectionOne .second-Row .second-imgBlock {
    min-height: 640px;
    margin-top: 15%;
    margin-bottom: 15%;
    margin-left: -20px;
    position: relative;
    z-index: 10;
    box-shadow: 10px 12px 74px -30px rgba(31,13,1,0.50);
}
 .body-sectionOne .second-Row .second-textBlock {
    margin-top: 180px;
    padding-top: 15%;
    margin-left: 18%;
    margin-right: 20%;
}


 .body-sectionOne .third-Row .third-imgBlock {
	height: 850px;
	margin-top: -195px;
    margin-right: -90px;
    margin-bottom: -50px;
    position: relative;
    z-index: 10;
    box-shadow: 10px 12px 74px -30px rgba(0,0,0,0.50);
}


/*carousel end of body*/

#carousel-peeps {
	opacity: 0.92;
	background: #3C2714;
	padding-top: 150px;
	padding-bottom: 5%;
	min-height: 450px;
}


#carousel-peeps img {
    width: 460px;
    height: 321px;
    display: block;
    margin:0 auto;
}

#carousel-peeps .cust-Caption {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	width: 80%;
}

#carousel-peeps  .cust-review,
#carousel-peeps .cust-byWho{
	color: white;
	text-align: left;
	font-size: 	1.125rem
}


#carousel-peeps  .cust-review{
	line-height: 33px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.50);
	font-style: italic;
}

#carousel-peeps .cust-byWho{
	font-weight: 600;
	letter-spacing: 0.69px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}

/*footer section */

.footer-container  {
	background: #012F1C;
	 opacity: 0.95;
	 color:white;
}

.footer-container h1
.footer-container h2,
.footer-container h3,
.footer-container h4,
.footer-container h5,
.footer-container h6 {
	letter-spacing: 1.5px;
	color:#BFD3CB ;
}

.footer-container p {
	color: #BFD3CB ;
	line-height: 30px;
}

.footer-container a {
	 color:#BFD3CB  ;
	 line-height: 30px;
	 text-decoration: underline;
}

.footer-container a:hover,
 .footer-container a:focus{
	 color:white !important;
	 text-decoration: none;
}

.myCustomFooter {
    width: 65%;
    margin: 0 auto;
}

.myCustomFooter .resources,
.myCustomFooter .contactUs,
.myCustomFooter .privacy-policy {
	margin-top: 100px;

}

.myCustomFooter .privacy-policy{
	margin-left: 8%;
	margin-right: 8%;
}

.myCustomFooter .resources,
.myCustomFooter .privacy-policy ,
.myCustomFooter .contactUs {
	text-align: center;
}
.copyright {
	padding-bottom: 3%;
	padding-top: 3%
}

.copyright .copyright-details {
	text-align: left;
    padding-left: 100px;
}

.copyright .fdic-details {
	text-align: right;
    padding-right: 100px;
}

.copyright hr {
	background: #BFD3CB;
}

.copyright a {
	color: #BFD3CB;
	text-decoration: underline;
}
.copyright a:hover {
	color:#BFD3CB;
	text-decoration: none;
}

/*--------------------------------------------------------------------------------
Inside Page
-----------------------------------------------------------------------------------*/
/*hero*/
section#hero-section {
	position: relative;
	overflow: inherit;
}

.csi-insidepages .hero-fade {
	padding-top: 17%;
	padding-bottom: 16%;
}

.hero-fade {
	min-height: 615px;
    background:  -webkit-linear-gradient(left, rgba(255,255,255,1) 3%,  rgba(255,255,255,.7) 15%, rgba(255,255,255,0.51) 50%, rgba(255,255,255,.1) 70%);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 3%,  rgba(255,255,255,.7) 15%, rgba(255,255,255,0..51) 50%, rgba(255,255,255,.1) 70%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 3%,  rgba(255,255,255,.7) 15%, rgba(255,255,255,0.51) 50%, rgba(255,255,255,.1) 70%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 3%,  rgba(255,255,255,.7) 15%, rgba(255,255,255,0.51) 50%, rgba(255,255,255,.1) 70%);
}

.csi-hero .tagline h2 {
	font-size: 2.625rem;
	letter-spacing: 1.2px;
	font-weight: 600;
}

.csi-hero .tagline p {
	font-size: 1.125rem;
	letter-spacing: 0;
	line-height: 29px;
	font-weight: 600;
  display: none;
}

/*


/*inside content*/
.csi-articleContent {
    margin-top: 8%;
    margin-bottom: 3%;
}

.csi-articleContent hr,
.csi-insidepages hr {
	background: #03311E;
}

.csi-customBody img,
.insidepage-content img {
	vertical-align: baseline !important;
}

.csi-articleContent h1,
.csi-articleContent h2,
.csi-articleContent h3,
.csi-articleContent h4,
.csi-articleContent h5,
.csi-articleContent h6 {
	color: #3C2714;
	letter-spacing: 1.08px;
}


.csi-articleContent a {
	text-decoration: underline;
}

.text-muted {
    font-size: .8rem;
}

/*Sidebar*/
.insidepage-sidebar {
	background: #F9F3E9;
	margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}
.sidebar-details {
	padding: 15% 5% 15% 15%;
}

.sidebar-details h1,
.sidebar-details h2,
.sidebar-details h3,
.sidebar-details h4,
.sidebar-details h5,
.sidebar-details h6 {
	color: #012F1C;
	letter-spacing: 0.77px;
	line-height: 26px;
}

.insidepage-content {
    padding-left: 7%;
}

.csi-articleContent .csi-btn {
	background: #F9F3E9 ;
	letter-spacing: 0.62px;
	font-weight: 500;
	border:  none;
}

.csi-articleContent p {
	line-height: 33px;
}


/*Accordion headings*/
.panel {
	border: none;
}

.panel-group .panel-heading {
    border-radius: 0;
    background: #E9EDEB;
    margin-bottom: 15px;
    padding: 20px 25px;
}

.panel-group a:hover .panel-heading,
.panel-group a:focus .panel-heading,
.panel-group a:active .panel-heading{
    background: #03311E;
    color: #BFD3CB !important;
}

.panel-group a:hover .panel-heading h4,
.panel-group a:active .panel-heading h4,
.panel-group a:focus .panel-heading h4{
    color: #BFD3CB !important;
}


.panel panel-heading:last-of-type {
    margin-bottom: 0;
}

.panel-group .panel a, .panel-group .panel a:active {
    text-decoration: none !important;
}

.panel-group .panel-body a {
	text-decoration: underline;
}
.panel-group .panel-body a:hover {
	text-decoration: none;
}

.mb-70{
	margin-bottom: 70px;
}
/*Tables*/
.style_table_1 {
    margin-top: 5px;
    margin-bottom: 70px;
}

.style_table_2 {
	margin-bottom: 5px;
}

.style_table_1  h3 {
    font-size: 1.25rem;
}

/*table row background*/
.style_table_1 table thead tr th,
.style_table_3 table thead tr th {
    border-top: none;
    border-bottom: none;
}

.style_table_1 tbody tr:nth-child(even),
.style_table_3 tbody tr:nth-child(even) {
    background: #BFD3CB;
}


#Facts, #Personal-Information-Sharing {
	width: auto;
}


#Facts thead tr th,
#Personal-Information-Sharing thead tr th {
    border-top: none !important;
}

#Facts thead th:nth-child(2),
#Facts tbody td:nth-child(2) {
    padding-left: 45px;
}


#Personal-Information-Sharing tbody td:nth-child(2),
#Personal-Information-Sharing tbody td:nth-child(3) {
	vertical-align: bottom;
	text-align: center;
}


#Questions  {
	width: auto;
	margin-top: 5px;
	margin-bottom: 75px;
}

#Questions tr td {
	border-top: 1px solid #E9EDEB;
}

#Questions tr td:first-child {
	padding-right: 25px;
	font-size: 1.25rem;
    border-right: 1px solid #E9EDEB;
}

#Questions tr td:last-child {
	width:100%;
}


table#Who-We-are tbody td:first-child,
table#What-we-do tbody td:first-child {
	max-width:100%;
	white-space:nowrap;
}


/*remove top border from bootstrap*/
.table td, .table th {
    border-top: 1px solid  #BFD3CB;
    border-bottom: 1px solid  #BFD3CB;
}

/*inside page content image*/
.center-image img {
	display: block;
	margin: 0 auto;
}

/*Calculators*/
.calc-body .card .collapse:not(.show){
    display: none;
}

.calc-body .card .collapse.show{
    display: flex;
}

.calc-body .return a.calculation-button{
    background-color: #337ab7;
}

.calc-body .nav a{
    border: 1px solid #BFD3CB;
    display: inline-block;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 0px;
    margin-bottom: -5px;
}

.calc-body .accordion-section-res{
    width: 100%;
}

.calc-body .card table{
    display:table;
}

.calc-body .nav p.p-titles{
    margin: 0;
}

.calc-body .nav li:hover{
    text-decoration: underline;
}

.csi-insidepages .csi-articleContent .calc-body ul li:before{
    content: '';
}

.calc-body ul{
    text-align: center;
}

.calc-body .nav li{
    width: 20% !important;
    float: left;
    position: relative;
}

.csi-insidepages .csi-articleContent .calc-body ul li{
    margin-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.calc-body .collapse {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.calc-body .collapse form{
    width: 100%;
}

.calc-body .collapse:not(.in){
    display:none;
}

.calc-body .fade:not(.show){
    opacity:1;
}

.calc-body .fade:not(.active){
    opacity:0;
}
.calc-body .calc-links {
	border: 1px solid #BFD3CB;
}

.calc-body .calc-links h4 {
	color: #012F1C ;
    font-size: 1rem;
    margin-left: 5px;
    letter-spacing: 0;
}


.calc-body .calc-links h4:hover{
	text-decoration: underline;
	}


.calc-body .return a.calculation-button {
	color: #012F1C;
	letter-spacing: 0.62px;
}


.calc-body .form-control  {
    border: 1px solid #F9F3E9 ;
   /* width: 100%; */
    width: auto;
}

.calc-body .headrule {
	border-color: #F9F3E9 ;
}


.calc-body .calc-entry-section {
    border: 1px solid #BFD3CB;
}



/*Search results*/
.content-area .post {
	margin-bottom: 75px;
}

.content-area .post a {
	text-decoration: underline;
}

.content-area .post a:hover {
	text-decoration: none;
}



/*Navigation*/

.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
    padding-left: 5px;
    padding-top: 6px;
    padding-bottom: 10px;
    border-left: 1px solid white;
}


.dropdown-menu li a:active, .dropdown-menu li a.active,
.dropdown-submenu li a:active, .dropdown-submenu li a.active {
	text-decoration: underline;
    background-color: transparent;
    color: inherit;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item {
	padding: 5px 5px;
}
.dropdown-menu .sibling-element {
	padding-left: 5px !important;
}


.dropdown-menu li {
	background: #E9EDEB;
}

.dropdown-menu li a:hover {
	background: white;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>a:after {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);

}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left:100%;
	margin-top: 0px;
	margin-left: 0px;
}

/* BS4 CALC FIX */


/*Alerts on homepage*/
.csi-alert.alert.alert-danger.alert-dismissible.fade.in {
	opacity: 1;
}

.csi-alert {
	font-family: 'Open Sans', serif;
    font-size: 1rem;
    font-weight: 600;
    Color: white;
}

.csi-alert a {
	text-decoration: underline;
}

.csi-alert a:hover {
	text-decoration: none;
	color: #BFD3CB;
}


/*Hide IB for flog page*/
.page-template-page-blog .ib-form,
.single-post .ib-form {
    display: none;
}

.page-template-page-blog h1,
.single-post h1,
.page-template-page-blog h2,
.single-post h2,
.page-template-page-blog h3,
.single-post h3,
.page-template-page-blog h4,
.single-post h4,
.page-template-page-blog h5,
.single-post h5 {
	text-transform: capitalize;

}


.page-template-page-blog .hero-fade,
.single-post .hero-fade {
    min-height: unset;
    padding-top: 3%;
    padding-bottom: 1%;

}

/*Sidebar for blog page*/
.widget_categories h2 {
	color: #012F1C;
    letter-spacing: 0.77px;
    line-height: 26px;
    font-family: 'Open Sans', serif;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.category-history .content-section {
	margin-top: 8%;
    margin-bottom: 3%;
}

.category-history .content-section h3 {
	text-transform: none;
}

.csi-post-section .insidepage-content {
	padding-left: 0;
}

.content-section .post {
    padding-bottom: 75px;
}
.content-section .post:last-child {
    padding-bottom: 0;
}
.post a {
	text-decoration: underline;
}

.post a:hover {
	text-decoration: none;
}

.landing .body-sectionOne .third-Row .third-imgBlock{
  margin-top: -10px;
}
.modal-footer a.consent-to-signup {
  background: #BFD3CB;
  color: #012F1C;
  border: 1px solid #BFD3CB;
}
.modal-footer a.consent-to-signup:hover,
.modal-footer a.consent-to-signup:focus {
  background: #012F1C;
  color: #BFD3CB;
  border: 1px solid #012F1C;
}
.modal-footer a.disagree-to-signup:hover,
.modal-footer a.disagree-to-signup:focus {
  background: white;
  color: #6c757d;
  border: 1px solid #6c757d;
}

.business-radio .first label{
  padding-right: 5%;
}
.business-textbox{
  width: 100%;
  height: 200px;
}

.page-id-1895 section#hero-section{
  background-position: top center; 
}

.insidepage-content .lower{
  text-transform: none!important;
}

.local-info a.blue{
  color: rgba(3,49,30,1);
}
.local-info form{
  margin-top: -5%;
}
