
/* 1600  *
-------------------------------------------------------------------------------------- */
@media (max-width: 1400px) {
	#csiMenuWrapperMobile .mobile-menu a.csi-btn.open-ib-sidebar{
		display:none;
	}
	a.csi-btn.open-ib-sidebar.mobile-open-sidebar{
		display: block;
		width: 100%;
		text-align: center;
		margin: 20px 0;
	}
	.mobile-show{
		display:block;
	}
}

/* 1200  *
-------------------------------------------------------------------------------------- */
@media (max-width: 1200px) {

.ib-sidebar {
	/*width:100%;*/
}
}

/* 992  *
-------------------------------------------------------------------------------------- */
@media (max-width: 992px) {


section.help-section select{
	font-size:1rem;
}
section.help-section{
	padding:0;
}
section.help-section .container-fluid{
	border-radius:0;
}
.top-bar{
	height:auto;
	text-align:center;
}
.top-bar .col-12{
	margin-bottom:10px;
}
section.help-section h2{
	font-size: 3rem;
}
.row.quick-links-row{
	padding:0 20px;
}
.row.quick-links-row .col-lg-3{
	margin-bottom:20px;
}
.csi-ib form button{
	display:inline;
}
.carousel-caption h2{
	font-size:3rem;
}
.csi-ib{
	position:relative;
	top:auto;
	right:auto;
	z-index:10;
	margin:-10px auto 0;
    padding: 20px 30px;
	width: auto;
}
.wave-div, .wave-div-bottom, .pause-animation{
	display:none;
}
.card-callout{
	position:relative;
	top: auto;
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
#csiMenuWrapper .menu-modal.active{
	z-index:11;
}
.carousel-caption{
	top:0;
	padding: 0 35px;
}
.carousel-item{
min-height:650px;
}
#csiMenuWrapper .csi-Menu-inner .toggle{
	padding-left:0;
}
footer .fdic-link{
	display: none;
}
footer .fdic-link.mobile-show{
	display: block;
	position:relative; 
}
.location-wrapper img,
.location-wrapper .acf-map{
	position:relative;
	top:auto;
	left:auto;
	bottom:auto;
	right:auto;
}
.location-wrapper .col-lg-2,
.location-wrapper .col-lg-3,
.location-wrapper .col-lg-4,
.location-wrapper .col-lg-5{
	min-height:0;
}
 }


/* 768  *
-------------------------------------------------------------------------------------- */
@media (max-width: 768px) {
}


/* 568  *
-------------------------------------------------------------------------------------- */
@media (max-width: 568px) {
	

}


