/*
Theme Name: 0492 - BC Bank
Theme URI: http://csibankanytime.com/
Author: CSI 
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: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lora", serif;
  font-weight: 700;
  line-height: 1.5;
}

h1 {
  font-size: 3.5rem;
  line-height: 4.4375rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.5rem;
  line-height: 3.1875rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

p,
ul,
dl,
ol {
  color: #231F20;
  line-height: 1.625rem;
}

ul {
  list-style-image: url('images/list-img.png');
}

.lead {
  font-size: 1.25rem;
  line-height: 2.0625rem;
}

/* 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: #231F20;
  text-decoration: underline;
  font-weight: 700;
}
a:hover, a:focus {
  color: #606060;
  text-decoration: none;
}

.csi-btn {
  padding: 7px 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  background: #606060;
  border: 1px solid #606060;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  letter-spacing: .08rem;
}

.ib-area {
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
}

@media only screen and (max-width: 800px) {
  .ib-area {
    display: flex;
	  justify-content: flex-end; 
    flex-direction: row;
  }
}

/* .ib-area button.csi-btn.btn.btn-primary {
    background-color: #606060;
    border: 1px solid #606060;
    display: flex;
    margin-top: 40px;
    min-width: 203px;
    flex-direction: row;
    justify-content: center;
    align-content: space-between;
    flex-wrap: nowrap;
} */

button.search-btn {
  display: flex;
  align-content: flex-end;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
}


.csi-btn:hover,
.csi-btn:focus {
  background: #231F20;
  border: 1px solid #231F20;
  color: #fff;
}

.ib-area .csi-btn,
.csi-ib .csi-btn,
.csi-articleContent .csi-btn {
  margin-right: 40px;
  background: #606060;
  border: 1px solid #606060;
}

.ib-area .csi-btn:hover,
.ib-area .csi-btn:focus,
.csi-ib .csi-btn:hover,
.csi-ib .csi-btn:focus,
.csi-articleContent .csi-btn:hover,
.csi-articleContent .csi-btn:focus {
  background: #606060;
  border: 1px solid #606060;
}

.csi-ibButton {
   margin-top: 10px;
}

/* GENERAL STYLES
-------------------------------------------------------------------------------------- */
.csi-alert {
	background: #D0342C;
}

.csi-alert * {
	color: #fff;
}

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

.csi-header {
  padding: 20px 0;
  position: relative;
  background: #fff;
}


#csiMenuWrapper .csi-Menu-inner, 
#csiMenuWrapper-secondary .csi-Menu-inner {
  align-items: flex-start;
}

.csi-logo {
  text-align: center;
}

.navbar-brand {
  max-width: 338px;
}

.ib-area {
  text-align: right;
}

.carousel-item {
  min-height: 70vh;
}

.carousel-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 100%);
}

.carousel-item:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(255,255,255);
  background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 100%);
}

.carousel-caption {
  text-align: left;
  bottom: 35%;
  left: 0;
  right: 0;
}

.carousel-caption h1,
.carousel-caption p {
  color: #231F20;
}

.carousel-caption p {
  font-size: 1.75rem;
  font-weight: 600;
}

.csi-ib-modal .modal-dialog {
  max-width: 455px;
}

#csi-ibModal .modal-body {
  padding: 0 3.75rem 3.5rem;
}

.csi-ib {
  text-align: center;
}

.csi-ib a {
  font-weight: 700;
  font-size: .875rem;
  color: #231F20;
}

.csi-ib a:hover,
.csi-ib a:focus {
  color: #606060;
}

.search-btn {
  background: transparent;
  border: none;
}

.search-btn:hover,
.search-btn:focus {
  color: #606060;
}

.csi-search-modal {
  text-align: center;
}

.csi-search-modal .modal-header {
  border-bottom: none;
}

.csi-search-modal .modal-body {
  padding: 0 3.75rem 3.5rem;
}

.search-field {
  border: 1px solid #231F20;
  padding: 5px;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
}

.search-submit.csi-btn {
  width: 100%;
  margin-top: 10px;
}

hr {
  border-top: 1px solid #fff;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

/* MENU STYLES
-------------------------------------------------------------------------------------- */
/* #csiMenuWrapper .menu-modal.active,
#csiMenuWrapper-secondary .menu-modal.active {
  width: 33%;
} */


#csiMenuWrapper .menu-modal-inner, 
#csiMenuWrapper-secondary .menu-modal-inner {
  background: transparent;
}

#csiMenuWrapper .modal-menu, 
#csiMenuWrapper-secondary .modal-menu {
  width: 33%;
  position: relative;
}

#csiMenuWrapper .modal-menu a, 
#csiMenuWrapper-secondary .modal-menu a {
  font-family: "Lora", serif;
}

#csiMenuWrapper .modal-menu:before, 
#csiMenuWrapper-secondary .modal-menu:before {
  position: absolute;
  content: '';
  height: 140vh;
  top: -50%;
  width: 110%;
  left: -32px;
  z-index: 3;
  background: #231F20;
  box-shadow: 0 3px 36px rgba(0, 0, 0, .6);
}

#csiMenuWrapper .menu-wrapper .menu-item, 
#csiMenuWrapper-secondary .menu-wrapper .menu-item {
  position: unset;
  height: 100px;
}

#csiMenuWrapper .menu-wrapper .menu-item .sub-menu .menu-item {
  height: 70px;
  width: 100%;
}

#csiMenuWrapper .modal-menu > li > a {
  font-size: 1.75rem;
  border-top: 1px solid #575455;
}

/*
#csiMenuWrapper .modal-menu > li > a:last-child {
  border-bottom: 1px solid #575455;
}
*/

ul.sub-menu {
  left: 100%;
  /* //position: relative; */
  position: absolute;
}

li > ul.sub-menu,
li > ul.sub-menu > li > ul.sub-menu {
  /* //margin-top: -9vh !important; */
  top: 0;
}

li > ul.sub-menu:before {
  background: #231F20;
    width: 100%;
    position: absolute;
    top: -80vh;
    height: 180vh;
    content: '';
    z-index: 2;
    box-shadow: 0 3px 36px rgba(0, 0, 0, .6);
}

li > ul.sub-menu > li > ul.sub-menu:before {
  z-index: 1;
}

li > ul.sub-menu li > ul.sub-menu {
 /* // margin-top: -33vh !important; */
}



.modal-menu li .sub-menu {
  /* //display: none; */
  width: 100%;
  transition: all 0s ease .1s;
  visibility: hidden;
}

.modal-menu li:hover > .sub-menu,
.modal-menu li:focus > .sub-menu,
.modal-menu li:focus-within > .sub-menu,
.modal-menu li:active > .sub-menu {
  /* //display: block; */
  transition-delay: 0s;
  visibility: visible;
}

.modal-menu li .sub-menu li a {
	opacity: 0;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
}

.modal-menu li:hover > .sub-menu li a,
.modal-menu li:focus > .sub-menu li a,
.modal-menu li:focus-within > .sub-menu li a,
.modal-menu li:active > .sub-menu li a {
	opacity: 1;
}

#csiMenuWrapper .modal-menu ul li, #csiMenuWrapper-secondary .modal-menu ul li {
  border-top: none;
}

#csiMenuWrapper button.close-nav-toggle, 
#csiMenuWrapper-secondary button.close-nav-toggle,
#csiMenuWrapper .modal-menu > li > a,
#csiMenuWrapper .modal-menu ul li a, 
#csiMenuWrapper-secondary .modal-menu ul li a {
  z-index: 9;
}

#csiMenuWrapper .modal-menu ul li a, 
#csiMenuWrapper-secondary .modal-menu ul li a {
  font-size: 1.5rem;
}

li.menu-item-has-children > a {
	margin-left: -10px;
}

/* Add chevrons to parent elements with children */
li.menu-item-has-children > a:before {
	border-style: solid;
	border-width: 4px 4px 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 90%;
	position: relative;
	top: 15px;
	transform: rotate(45deg);
	vertical-align: top;
	width: 0.45em;
}


/* HOMEPAGE STYLES
-------------------------------------------------------------------------------------- */
.csi-hero {
	background: white;
/*
	position: relative;
	z-index: 9;
*/
}



.home-page,
.csi-insidepages {
	position: relative;
	z-index: 2;
	background: #fff;
	padding-bottom: 20px;
	margin-top: -30px;
	margin-bottom: 900px;
}

.product-img {
  height: 400px;
  margin: 120px 0;
}

.prod-section-2 {
  margin: 120px 0;
}

.grey-bg {
  background: #E1E1E1;
  padding: 120px 0;
}

.prod-section-2 ul,
.prod-section-2 ol {
  line-height: 4.375rem;
}

.prod-section-2 a {
  font-weight: 700;
  color: #231F20;
}

.black-bg {
  background: #050404;
  border-radius: 10px;
}

.black-bg * {
  color: #fff;
}

.black-bg .bg-text {
  padding: 100px 0;
}

.black-bg .product-img {
  height: 490px;
  position: absolute;
  width: 90%;
  box-shadow: 9px 0 36px rgba(0, 0, 0, .55);
  right: 0;
}

.prod-section-4 {
  margin-top: 240px;
  margin-bottom: 120px;
}

.prod-section-4 a {
  text-decoration: none;
}

.prod-section-4 a:hover,
.prod-section-4 a:focus {
  text-decoration: underline;
}

.prod-section-4 .grey-bg {
  min-height: 200px;
  padding: 0 35px;
  border-radius: 10px;
  margin: 45px 0;
}

.prod-section-4 .product-img {
  position: relative;
  width: 100%;
  margin: -20px;
  height: 235px;
  top: 0;
  box-shadow: 9px 0 36px rgba(0, 0, 0, .55);
}

.prod-section-4 a .product-img {
  transition: all .7s ease-in-out;
}
 
.prod-section-4 a:hover .product-img,
.prod-section-4 a:focus .product-img {
  transform: scale(1.2);	
}

.prod-section-5 .product-img {
  margin-top: 0;
}



.prod-section-6 {
  margin-bottom: 190px;
}

.prod-section-6 .product-img {
  height: 490px;
  position: absolute;
  width: 90%;
  box-shadow: 9px 0 36px rgba(0, 0, 0, .55);
  left: 0;
  margin: 0;
}

/* INTERNAL STYLES
-------------------------------------------------------------------------------------- */
.csi-productAccordion {
  border-radius: 10px;
  border: none;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .16);
  margin: 3.125rem 0;
}

.productAccordionImage {
  border-radius: 10px 0 0 10px;
}

.csi-productAccordion .panel-title {
  margin-bottom: 0;
}

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

.csi-defaultAccordion .panel-heading,
.inside-header-content {
  background: #231F20;
  color: #fff;
  padding: 20px 35px;
  border-radius: 10px;
}

.csi-defaultAccordion .panel-heading:hover,
.csi-defaultAccordion .panel-heading:focus,
.inside-header-content:hover,
.inside-header-content:focus {
  background: #606060;
}

.inside-panel-group {
  margin-bottom: 20px;
}

.inside-panel-group a[aria-expanded=true] .inside-header-content,
.panel-group a[aria-expanded=true] .panel-heading {
  border-radius: 10px 10px 0 0;
}

.inside-panel-collapse .panel-body {
  padding: 0.5rem 3.75rem 1rem 1.5rem;
}

.inside-panel-collapse,
.panel-collapse,
.tab-content .tab-pane {
  box-shadow: 0 10px 26px rgba(0, 0, 0, .16);
  border-radius: 0 0 10px 10px;
  border: none;
}

section.card {
  margin-top: 30px;
}

.card .card {
  box-shadow: 0 10px 26px rgba(0, 0, 0, .16);
  border: none;
  border-radius: 10px;
  padding: 35px;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
  background: #231F20;
  color: #fff;
  border-color: #231F20;
}

.nav-tabs .nav-link {
  border: 1px solid #E2E2E2;
  margin-left: 10px;
}

.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  background: #231F20;
  color: #fff;
  border: 1px solid #231F20;
}

.calc-body .tab-pane.container {
	max-width: 100%;
}

.calc-body .nav a {
	border: 1px solid #606060;
	border-bottom: 0;
}

/* FOOTER STYLES
-------------------------------------------------------------------------------------- */

footer {
  text-align: left;
  background: #231F20;
  margin-top: 120px;
  padding-bottom: 0;
  position: fixed;
  bottom: 0;
  width: 100%
}

footer .grey-bg p {
  color: #231F20;
} 

footer .grey-bg h5 a {
  color: #606060;
  text-decoration: none;
}

footer .grey-bg h5 a:hover,
footer .grey-bg h5 a:focus {
  text-decoration: underline;
  color: #231F20;
}

footer .grey-bg a {
  color: #231F20;
  text-decoration: underline;
  font-weight: 800;
}

footer .grey-bg a:hover,
footer .grey-bg a:focus {
  text-decoration: none;
  color: #606060;
}

footer svg {
  display: inline-block;
}

footer .copyright {
  padding: 70px 0;
}

footer .copyright * {
  color: #fff;
}

.fdic-wrapper{
  padding: 0 10vw;
  display: flex;
  height: 48px;
  align-items: center;
}

.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;
}

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

.equal-housing-footer{
  width: 100px;
  height: auto;
  min-width: 100px;
}

.csi-alert{
  z-index: 10;
}