/*
Theme Name: 0283 FSTSB
Theme URI: http://csibankanytime.com/
Author: CSI ( Steve Bargas )
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.  Header
	d.	Navigation
  e.	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: 'Montserrat', sans-serif;
}

h1, .text-xxl {
  font-family: 'Playfair Display', serif;
  font-size: 3.157rem;
  line-height: 1.2;
  color: #333;
  font-weight: 600;
}

h2, .text-xl {
  font-family: 'Playfair Display', serif;
  font-size: 2.369rem;
  line-height: 1.2;
  color: #333;
  font-weight: 600;
}

h3, .text-lg {
  font-family: 'Playfair Display', serif;
  font-size: 1.777rem;
  line-height: 1.4;
  color: #333;
  font-weight: 600;
}

h4, .text-md {
  font-family: 'Playfair Display', serif;
  font-size: 1.333rem;
  line-height: 1.4;
  color: #333;
  font-weight: 600;
}

h5, .text-sm {
  font-family: 'Playfair Display', serif;
  font-size: 1.333rem;
  line-height: 1.4;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
}

h6, .text-xs {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  line-height: 1.4;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
}

p, ul, dl, ol, table {
  font-size: 1rem;
  font-weight: 500;
  color: #26383A;
  line-height: 1.8;
}
br.mobile-br, p.mobile-table-header{
	display:none;
}
.mobile-hide{
	display:inline-block;
}
.mobile-show{
	display:none;
}
body .text-muted{
  color: #646D73!important;
}
/* 01c: Buttons & Links *
-------------------------------------------------------------------------------------- */
.csi-btn,
a.csi-btn {
  display: inline-block;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: .875rem;
  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: 1px solid transparent;
  border-radius: 4px;
  background: #0A8A0A;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  font-weight: 600;
}

a {
  color: #26383A;
  transition: all .2s;
  background: none;
    border-bottom: 1px solid #0A8A0A;
    padding: 0 0 2px 0;
}

a:hover, a:focus {
  border: none;
  background: none;
  color: #0A8A0A;
  padding: 0 0 2px 0;
  text-decoration: none;
}

.bordered{
  text-align: left;
  margin: 0 auto;
  BORDER-RIGHT: black 1px solid;
  PADDING-RIGHT: 10px;
  BORDER-TOP: black 1px solid;
  PADDING-LEFT: 10px;
  PADDING-BOTTOM: 10px;
  BORDER-LEFT: black 1px solid;
  WIDTH: 400px;
  PADDING-TOP: 10px;
  BORDER-BOTTOM: black 1px solid;
}

/* 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;
  border: #ccc solid 1px;
  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: .375rem .75rem;
}

.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: 110px;
  padding: 0;
  display: inline-block;
  float: left;
}
.csi-logo a,
.csi-logo a:hover, .csi-logo a:focus{
  padding: 0;
}
.csi-logo h3{
  display: inline-block;
  margin-left: 15px;
}


.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: 0;
  right: 0;
  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,.csi-carousel-arrows a.left:focus {
  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,.csi-carousel-arrows a.right:focus {
  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 */
/* 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;
border: #D9002A solid 1px;
margin: 20px 0;
}
.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,.csi-alert a:focus {
  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: #000;
}

.ui-dialog.ui-widget-content {
  background: #f7c15d;;
  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 #000;
}

.ui-dialog.ui-widget-content .ui-button:hover, .ui-dialog.ui-widget-content .ui-button:focus{
  border: 1px solid #2a2a2a;
}

.ui-dialog.ui-widget-content .ui-state-hover, .ui-dialog.ui-widget-content .ui-state-focus{
  color: #000;
  background: #000;
  border-color: #000;
}

.ui-dialog-buttonset .ui-button:hover, .ui-dialog-buttonset .ui-button:focus{
  background: #fff;
}

.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 *
-------------------------------------------------------------------------------------- */
.csi-ibContainer {
  background: white;
  padding: 12px 0;
}

.csi-hero .csi-ib h4.ib-text{
  font-family: freight-text-pro, serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.csi-ib {
  padding: 1rem;
  width: 100%;
  z-index: 9;
  position: relative;
  margin: 25% 0 0 0;
  background: #eee;
}

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

.csi-ib input {
  border-radius: 4px;
  min-height: 42px;
  background: #fff;
  border: none;
  font-weight: 500;
  margin-bottom: 15px;
  box-shadow: none;
}

.csi-ib input::-webkit-input-placeholder {
  color: #333;
}

.csi-ib input:-moz-placeholder {
  color: #333;
}

.csi-ib input::-moz-placeholder {
  color: #333;
}

.csi-ib input:-ms-input-placeholder {
  color: #333;
}

.csi-ib button {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  border-radius: 0;
}
.csi-ib button:hover, .csi-ib button:focus, .search-form button:hover, .search-form button:focus,.top-ib-log button:hover, .top-ib-log button:focus{
  background: #fff;
  color: #0A8A0A;
}

.csi-ib p{
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
}

.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 a {
  font-size: 0.8rem;
  color: #26383A;
  border: none;
  padding: 0 0 2px 0;
}

.csi-ib a:hover {
  border-bottom: 1px solid #0A8A0A;
  padding: 0 0 2px 0;
}

.inside-page-ib.csi-ib{
  background: transparent;
  border: 2px solid #fada9d;
  padding: 10%;
}

.inside-page-ib.csi-ib button{
  border: 3px solid #0A8A0A;
  background: transparent;
  color: #0A8A0A;
  font-size: 1rem;
  font-weight: 700;
}
.inside-page-ib.csi-ib button:hover, .inside-page-ib.csi-ib button:focus{
  background: #0A8A0A;
  color: #fff;
}

.inside-page-ib.csi-ib a{
  color: #0A8A0A;
}

.inside-page-ib.csi-ib h4.ib-text{
  text-align: center;
  font-size: 1.75rem;
  line-height: 2.5rem;
}

/* 02c: Header *
-------------------------------------------------------------------------------------- */
[class^="csi-header"] {
  background: #fff;
  margin-top: 10px;
}
[class^="csi-header"] a{
  border: none;
}
.csi-header07 div.csi-nav{
  border-top: none;
}

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

.navbar-expand-md .navbar-nav a.nav-link{
  padding: 0;
}

.navbar-expand-md .navbar-nav a.nav-link:hover, .navbar-expand-md .navbar-nav a.nav-link:focus{
  background: none;
}



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

/* Spacing between main nav links */
.csi-nav .nav > li > a {
  color: #F0F4F8;
  font-size: 1rem;
  text-decoration: none;
  padding: 30px 24px;
  font-weight: 500;
}
.csi-nav .navbar-nav{
  width: 100%;
}
.csi-nav .navbar-nav > li{
  width: 22%;
  text-align: center;
}
.csi-nav .navbar-nav > li:first-child{
  text-align: left;
  width: 17%;
}
.csi-nav .navbar-nav > li:last-child{
  text-align: right;
  width: 17%;
}
.navbar-light .navbar-nav .nav-link{
  color: #26383A;
  font-weight: 700;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
  text-decoration: underline;
  text-decoration-color: #0A8A0A;
}
.csi-nav .navbar-nav > li > a > .caret {
  /*display: none;*/
}

/* First Level Drop Down */
.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: #fff;
  border: 0 none transparent;
  opacity: 1;
  padding: 0;
}

.csi-nav .navbar-nav > li > .dropdown-menu li > a {
  color: #F0F4F8;
  font-weight: 400;
  font-size: 1rem;
  padding: 11px 60px 11px 30px;
  text-decoration: none !important;
  background: transparent;
}

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

.csi-nav .navbar-nav > li .dropdown-menu > li > a:hover,
.csi-nav .navbar-nav > li .dropdown-menu > li > a:focus {
  color: #333 !important;
  background-color: #F0F4F8;
}

.csi-nav .navbar-nav .open .dropdown-menu > .active > a {
  color: inherit !important;
  background-color: inherit !important;
}

.csi-nav .navbar-nav > .active > a,
.csi-nav .current-menu-item > a,
.csi-nav .current-menu-parent > a,
a.active.top-links-button {
  background: transparent;
  border-radius: 0px;
  border-bottom: 4px solid #0A8A0A;
  padding: 0 0 2px 0;
  display: inline;
}

.csi-nav .navbar-nav > .active > a:hover,
.csi-nav .navbar-nav > .active > a:focus,
.csi-nav .current-menu-parent > a:hover,
.csi-nav .current-menu-parent > a:focus{
  text-decoration: none;
  border: none;
  background: none;
  color: #0A8A0A;
  padding: 0 0 2px 0;
}

.dropdown-item:focus, .dropdown-item:hover,
.dropdown-item.active:hover, .dropdown-item.active:focus{
  padding: .25rem 1.5rem;
  color: #0A8A0A;
  background: #fff;
  font-weight: 600;
}

.dropdown-item.active, .dropdown-item:active{
  background: #0A8A0A;
  color: #fff;
  font-weight: 400;
}

li#menu-item-216 div.dropdown-menu.show{
  left: -50px;
}


.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: #F0F4F8 !important;
  background-color: #486581 !important;
}

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

/* 02e: Footer *
-------------------------------------------------------------------------------------- */
footer {
  background: #000;
  padding: 30px 0; 
  text-align: center;
}

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

footer p, footer a {
  color: #fff;
  border: none;
  padding: 0 0 0 0;
}

footer a{
  padding: 0 5px;
}
footer a:hover img, footer a:focus img{
  border: 1px solid #fff;
  padding: 2px;
  margin-right: -3px;
  margin-top: 0px;
}

footer a:hover, footer a:focus {
  color: #fff;
  padding: 0 5px;
  border: none;
  text-decoration: underline;
}


/* =================================================================================== *\
	03. Organisms	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
\* =================================================================================== */
/* 03a: Homepage *
-------------------------------------------------------------------------------------- */
ul.list-inline li:not(:first-child){
  display: inline-block;
}

.csi-homePage [class^="csi-callToAction"] {
  padding: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
  border-radius: 6px;
  background: green;
}
.csi-hero02 div.csi-carouselBg{
  padding: 0;
}
section#hero-section{
  min-height: 600px;
}
.tagline{
margin-top: 30%;
}
.csi-hero02 .inside-container{
  padding: 0 1rem;
  width: 47%;
}

.csi-homePage .csi-hero h4{
  font-size: 1.5rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
}

.csi-carousel-arrows a{
  color: #fff;
}

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

.csi-homePage .csi-hero h2 {
  font-size: 3.157rem;
  font-weight: 600;
  line-height: 3.5rem;
}

.csi-homePage .csi-hero h2, .csi-homePage .csi-hero h4, .tagline .csi-btn{
  color: #333;
}
.csi-hero02 div.csi-carouselBg{
  /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%); */
}


.tagline .csi-btn{
  background: none;
  border-bottom: 1px solid #0A8A0A;
  padding: 0 0 2px 0;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
}

.tagline .csi-btn:hover, .tagline .csi-btn:focus{
  border: none;
  background: none;
  color: #0A8A0A;
  padding: 0 0 2px 0;
}

.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, .csi-insidepages h3 {
  font-weight: 600;
  font-size: 2rem;
  width: fit-content;
  padding: 0 5px;
  margin-bottom: 30px;
  background-color: transparent;
  -webkit-transition: background .15s cubic-bezier(0.33, 0.66, 0.66, 1);
  -o-transition: background .15s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: background .15s cubic-bezier(0.33, 0.66, 0.66, 1);
  -webkit-box-shadow: inset 0 -20px 0 #C9E7C9;
  box-shadow: inset 0 -20px 0 #C9E7C9;
}
div.above-footer-section,  .above-footer-overlay{
  min-height: 400px;
}
 .above-footer-overlay{
  background-color: rgb(245,245,245);
}
.above-footer-section h3{
  font-weight: 600;
  font-size: 2rem;
  width: fit-content;
  margin-bottom: 30px;
  padding: 0 5px;
  background-color: transparent;
  -webkit-transition: background .15s cubic-bezier(0.33, 0.66, 0.66, 1);
  -o-transition: background .15s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: background .15s cubic-bezier(0.33, 0.66, 0.66, 1);
  -webkit-box-shadow: inset 0 -20px 0 #FDEDCF;
  box-shadow: inset 0 -20px 0 #FDEDCF;
}
.csi-articleContent{
  margin-bottom: 50px;
}
.above-footer-section .above-footer-wrapper{
  padding: 5% 0;
}
.csi-homePage h4{
  text-transform: uppercase;
  font-family: "Open-Sans", sans-serif;
}
.text-wrapper-2 h4:not(:first-child){
  margin-top: 40px;
}
.csi-homePage p{
  font-weight: 600;
}

.csi-homePage .csi-bodyContent img{
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.csi-homePage .csi-bodyContent .row-wrapper{
  padding: 5% 0;
}
.text-wrapper-1{
  padding-left: 10%;
  width: 70%; 
}

.text-wrapper-2{
  padding-right: 10%;
  width: 70%; 
}

/* 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 */
.top-right-div{
  padding-top: 15px;
  text-align: right;
}
.top-right-div button {
  margin: 0 10px;
}
.top-right-div button, .top-right-div a.button{
  background: #0A8A0A;
  border: none;
  color: #fff;
  padding: .375rem .75rem;
  border-radius: 0;
  height: auto;
}
.top-right-div form{
  display: inline-block;
}
.top-right-div form button{
  font-weight: 400;
  height: 36px;
  margin: 0;
}

[type=search]{
  border: 2px solid #333;
  height: 36px;
}

::-webkit-input-placeholder { /* Edge */
  font-weight: 600;
  padding-left: 10px; 
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight: 600;
  padding-left: 10px;
}

::placeholder {
  font-weight: 600;
  padding-left: 10px;
}

.top-links, form.search-form, .top-right-div a.button{
  display: inline-block;
}

.top-links a{
  color: #26383A;
  font-weight: 700;
  margin-right: 1rem;
}

.top-links a:hover, .top-links a:focus{
  text-decoration: underline;
  text-decoration-color: #0A8A0A;
  color: rgba(0,0,0,.7);
}

.inside-hero img{
  width: 100%;
}

.inside-hero .csi-ib{
  margin: 0;
}

.inside-hero .container{
  margin-top: 50px;
}
.above-footer-section.above-footer-inside{
  min-height: 300px;
}
.above-footer-section.above-footer-inside h3{
  text-align: center;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.above-footer-section.above-footer-inside a{
  background: #0A8A0A;
  color: #fff;
  font-weight: 600;
  display: block;
  padding: .5rem .75rem;
  margin-bottom: 0;
  text-align: center;
  width: 250px;
  margin: 0 auto;
  border-radius: 0;
}

section#hero-section.inside-hero{
  min-height: 480px;
}
.csi-insidepages h3{
  margin-bottom: 20px;
}
/* ------ TABLES ------ */
.table-responsive{
  overflow-x: visible;
}
.table thead th{
  border-top: none;
  border-bottom: 3px solid #333;
  text-transform: uppercase;
}
.privacy-policy-tables table thead th{
  text-transform: none;
}
.privacy-policy-tables table thead th, .privacy-policy-tables table#Facts tbody tr td:first-child,
.privacy-policy-tables table#Questions tbody tr td:first-child{
  background: #0A8A0A;
  color: #fff;
  border: none;
  font-weight: 600;
}
.privacy-policy-tables table#Questions tbody tr td:first-child{
  width: 15%;
}
.privacy-policy-tables table#Who-We-Are tr td:first-child,
.privacy-policy-tables table#What-We-Do tr td:first-child,
.privacy-policy-tables table#Definitions tr td:first-child{
  font-weight: 600;
}
.privacy-policy-tables table#Who-We-Are tr th:first-child,
.privacy-policy-tables table#What-We-Do tr th:first-child,
.privacy-policy-tables table#Definitions tr th:first-child{
  width: 30%;
}
.privacy-policy-tables table tbody tr td, .privacy-policy-tables table tbody tr td:first-child{
  border-top: none;
  font-weight: 400;
}

.privacy-policy-tables table#Facts tbody tr td:first-child{
  width: 25%;
}

.privacy-policy-tables table#Reasons thead th:first-child{
  width: 70%;
}

.privacy-policy-tables table#Reasons tr td:not(:first-child), .privacy-policy-tables table#Reasons th{
  vertical-align: middle;
  text-align: center;
}

.table tbody tr td:first-child{
  font-weight: 700;
}
.table tbody tr td{
  font-weight: 600;
  border-top: 1px solid #333;
}

.deposit-account-table table thead th:nth-child(1){
  width: 25%;
}

.deposit-account-table table thead th:nth-child(2){
  width: 25%;
}

.deposit-account-table table thead th:nth-child(3){
  width: 40%;
}

.deposit-account-table table thead th:nth-child(4){
  width: 10%;
}
section.borderless-table table{
  width: 32%;
}
section.borderless-table table tbody+tbody, section.borderless-table table td, section.borderless-table table th, section.borderless-table table thead th,
div.fee-schedule-table table tbody+tbody, div.fee-schedule-table table td, div.fee-schedule-table table th, div.fee-schedule-table table thead th{
  border: 0;
  padding: 0;
}
section.borderless-table table td{
  font-weight: 400;
  text-transform: uppercase;
}
div.fee-schedule-table>div>table{
  width: 100%;
}
div.fee-schedule-table>div>table tbody tr td:last-child{
  text-align: right;
}
/* ------ END TABLES ------ */
main div.post{
  margin: 15px 0;
}
main div.post a.button{
  background: none;
  border-bottom: 1px solid #0A8A0A;
  padding: 0 0 2px 0;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
}
main div.post a.button:hover, main div.post a.button:focus{
  border: none;
  background: none;
  color: #0A8A0A;
  padding: 0 0 2px 0;
}
.csi-404Page{
  margin-bottom: 10%;
}
.csi-404Page .tagline{
  margin-top: 20%;
}

.fdic-wrapper{
	width:100%;
  background: white;
}
.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;
	line-height:1.5;
  justify-content: center;
}
.fdic-wrapper .fdic-notice svg{
	min-width: 39px;
  min-height: 15.74px;
	height:15.74px;
  margin-right: -5px;
  display: block;
	margin-top:2px; 
}