/*
Theme Name: 0289 First Federal Savings Bank
Theme URI: http://csibankanytime.com/
Author: CSI ( CSI Designer Name, CSI Developer Name )
Description: Design Pro 3 CSI Banking Theme
Version: 2.4.6 
Text Domain: design-pro-3
*/
/* TYPOGRAPHY
-------------------------------------------------------------------------------------- */
:root{
	--lightGray: #eeeeee;
	--darkBlue: #445769;
	--standardBlue: #085aa6;
	--lightBlue: #4fb0d1;
}
body,
html {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
	color: var(--standardBlue);
}

h1, h2, h3, h4 {
  font-weight: 600;
  line-height: 1.5;
}
h1{
	font-size: 3.5rem;
}
h2{
	font-size: 3rem;
}
h3{
	font-size: 2.75rem;
}
h4{
	font-size: 2.5rem;
}
h5{
	font-size: 2.25rem;
	
}
h6{
	font-size: 2rem;
}
p,
ul,
dl,
ol {
  color: black;
  font-size:1.65rem;
  font-weight:300;
}
.mobile-only{
	display:none;
}
/* 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: #174688;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #343434;
  text-decoration: none;
}
a.csi-btn{
	position: relative;
    display: inline-block;
    padding: 15px 30px 15px 70px;
    margin: .2em .5em .2em 0;
    line-height: 1;
    text-align: center;
    transition: all .5s ease;
    cursor: pointer;
    color: white;
    font-size: 1.55rem;
    font-weight: 300;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}
a.csi-btn:before{
	position: absolute;
    display: flex;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    left: 0;
    top: 0;
    transition: all 0.4s cubic-bezier(.42, 0, .58, 1);
    border-radius: 2.25rem;
    z-index: -2;
}
a.csi-btn:after{
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    left: 0;
    top: 0;
    margin-left: 0 !important;
    font-size: 1.5rem;
    font-weight: 700;
    padding-left: .75rem;
    font-family: 'FontAwesome';
    content: "\f054";
    background-color: var(--standardBlue);
    transition: all 0.4s cubic-bezier(.42, 0, .58, 1);
    border-radius: 2.25rem;
    box-sizing: border-box;
    z-index: -1;
    padding: 10px 15px 10px 20px;
    border-radius: 100px;
    font-weight: bold;
    width: 55px;
}
a.csi-btn:hover:after,
a.csi-btn:focus:after{
	width:100%;
	padding-left: 1.5rem
}
#csiMenuWrapper .nav-toggle svg, #csiMenuWrapper-secondary .nav-toggle svg{
	fill:#fff;
}
button.toggle.nav-toggle.mobile-nav-toggle.ml-autoxx{
	margin-top:10px;
}
.csi-maxWidth-1440 {
    padding: 0 20px;
}
#csiMenuWrapper .primary-menu .csi-ib a.csi-btn{
	width: 160px;
    color: white;
    padding:.5rem 2rem;
    background: var(--standardBlue);
    border-radius: 50px;
	transition: all .4s linear;
	text-transform:uppercase;
	font-size:1.325rem;
}
#csiMenuWrapper .primary-menu > li, #csiMenuWrapper-secondary .primary-menu > li{
	margin: 0.8rem 0 0 2.15vw;
}
#csiMenuWrapper .primary-menu .csi-ib a.csi-btn i{
	font-size: 1.2rem;
    margin-right: .25rem;
}
#csiMenuWrapper .primary-menu .csi-ib a.csi-btn:hover,
#csiMenuWrapper .primary-menu .csi-ib a.csi-btn:focus{
	background: white;
	color:var(--standardBlue);
}
.csi-nav,
#csiMenuWrapper,
#csiMenuWrapper .csi-Menu-inner,
#csiMenuWrapper ul.primary-menu{
	height:100%;
}
#csiMenuWrapper .primary-menu > li{
	margin-top:2.8rem;
}
#csiMenuWrapper .primary-menu > li, #csiMenuWrapper-secondary .primary-menu > li{
	padding-bottom:2.5rem;
	margin-bottom:-5px;
}
#csiMenuWrapper .primary-menu > li a, #csiMenuWrapper-secondary .primary-menu > li a{
	padding: .5rem 1.75rem;
}
#csiMenuWrapper .primary-menu > li > a:hover,
#csiMenuWrapper .primary-menu > li > a:focus, 
#csiMenuWrapper-secondary .primary-menu > li > a:hover,
#csiMenuWrapper-secondary .primary-menu > li > a:focus,
#csiMenuWrapper .primary-menu > li:hover .icon,
#csiMenuWrapper-secondary .primary-menu > li:hover .icon{
	background:white;
	color: var(--standardBlue);
	border-radius:30px;
	text-decoration:none;
}
#csiMenuWrapper .primary-menu > li.menu-item-has-children > ul.sub-menu{
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	min-width: 350px;
	right: calc(-66%);
    height: 0px;
    overflow: hidden;
    padding: 0;
}
#csiMenuWrapper .primary-menu > li.menu-item-has-children.focus > ul.sub-menu, #csiMenuWrapper .primary-menu > li.menu-item-has-children:hover > ul.sub-menu {
    height: auto;
    overflow: visible;
    padding: 1rem;
}
#csiMenuWrapper .primary-menu > li.menu-item-has-children > ul.sub-menu >li.menu-item-has-children{
	padding:0 1.5rem;
}
#csiMenuWrapper .primary-menu > li.menu-item-has-children > ul.sub-menu >li.menu-item-has-children>a[href="#"]{
	font-weight:700;
	color:black;
	font-size: 1.375rem;
	text-decoration: none!important;
	cursor: normal;
}
#csiMenuWrapper .primary-menu > li.menu-item-has-children > ul.sub-menu >li.menu-item-has-children .icon{
	display:none;
}
#csiMenuWrapper .primary-menu > li.menu-item-has-children > ul.sub-menu a{
	font-size:1.35rem;
	color:black;
	transition: all 0.25s ease;
}
#csiMenuWrapper .primary-menu > li > .icon, #csiMenuWrapper-secondary .primary-menu > li > .icon{
	top: calc(50% - 1.4rem);
}
#csiMenuWrapper .primary-menu > li.menu-item-has-children > ul.sub-menu >.menu-item-has-children ul.sub-menu{
    position: relative;
    top: auto;
    right: auto !important;
    box-shadow: none;
    margin: 0;
    left: auto;
    bottom: auto;
    padding: 0;
    width: 100%;
	opacity: 1;
	transform: translateY(0);
}
#csiMenuWrapper .primary-menu > li.menu-item-has-children > ul.sub-menu >.menu-item-has-children ul.sub-menu a:hover,
#csiMenuWrapper .primary-menu > li.menu-item-has-children > ul.sub-menu >.menu-item-has-children ul.sub-menu a:focus{
	transform: translateX(10px);
	color: var(--standardBlue);
	text-decoration:none;
}
.ib-sidebar{
	position: fixed;
	top: 0px;
	bottom: 0px;
	width: 30%;
	height: 100%;
	right: 0px;
	z-index: 100000;
	background: #f5f5f5;
	transform: translateX(50rem);
	padding:7rem 4rem;
	transition: all 1s ease;
}
.ib-sidebar:after{
	content: "\f023";
	font-family:'Font Awesome',sans-serif;
	width:50%;
	position:absolute;
	bottom:0px;
	color: var(--lightBlue);
}
.ib-sidebar.open{
	transform: translateX(0rem);
}
.ib-sidebar input,
.ib-sidebar select{
    border-radius: 30px;
    background: white;
    border: 1px solid var(--lightGray);
    margin-bottom: 30px;
    height: 60px;
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;
    padding: 0 30px;
	width:100%;
}
.ib-sidebar input{
	padding-left:60px;
}
.ib-sidebar .businessIB{
	display:none;
}
.ib-sidebar .submitDiv button[type="submit"] {
    background: var(--standardBlue);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 60px;
    font-size: 1.5rem;
}
.ib-sidebar .input-wrapper{
	position:relative;
}
.ib-sidebar h2{
	font-size: 3rem;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:2rem;
}
.input-wrapper i {
    position: absolute;
    left: 25px;
    top: 17.5px;
    font-size: 1.5rem;
	color:var(--standardBlue);
}
.ib-sidebar a{
	font-size:1.5rem;
	color:var(--standardBlue);
	font-weight:bold;
	text-decoration:none;
	display:block;
    margin: 15% 0 -7.5%;
}
.ib-sidebar .closeIB{
	appearance: none;
	border: none;
	background-color: transparent;
	position: absolute;
	top: -5rem;
	right: .5rem;
	z-index: 10;
	width: 50px;
	height: 50px;
	transition: all .5s ease;
}
.ib-sidebar .closeIB span.icon:before, 
.ib-sidebar .closeIB span.icon:after {
	position: absolute;
	display: block;
	content: '';
	height: 0.09em;
	width: 100%;
	top: 0;
	margin-top: 1.6em;
	background-color: var(--standardBlue);
	transition: all .5s ease;
}
.ib-sidebar .closeIB:hover span.icon:before, 
.ib-sidebar .closeIB:hover span.icon:after,
.ib-sidebar .closeIB:focus span.icon:before, 
.ib-sidebar .closeIB:focus span.icon:after {
	background-color: black;
}
.ib-sidebar .closeIB span.icon:before {
	transform: rotate(45deg);
}
.ib-sidebar .closeIB span.icon:after {
	transform: rotate(-45deg);
}
/* GENERAL STYLES
-------------------------------------------------------------------------------------- */
/* Banner */
.csi-header{
	position:fixed;
	width:100%;
	z-index:1000;
	background:linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	-webkit-transition: background .4s linear;
	-moz-transition: background .4s linear;
	-o-transition: background .4s linear;
	-ms-transition: background .4s linear;
	transition: background .4s linear;
}
.csi-header:hover,
.csi-header.scrolled,
.page-template-default .csi-header{
	background: linear-gradient(to right, rgba(0,0,0,.45)30%, rgba(0,0,0,.2) 100%), var(--darkBlue);
}
.csi-header .fdic-wrapper{
	padding: 0 10vw;
	background: var(--lightGray);
	display:flex;
	height:48px; 
	align-items:center;
}
.csi-container1600xxx { 
    padding: .5rem 10vw 0px;
}
.csi-container1600xxx::before{
	background: linear-gradient(to right, rgba(0,0,0,.45)30%, rgba(0,0,0,.2) 100%)
}
.csi-header .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;
}
.csi-header .fdic-wrapper .fdic-notice img{
	width: auto;
    height: 15.74px;
    margin-right: .75em;
    display: block;
}
.csi-logo img{
	min-height:84px;
}
.csi-header .quicklinks{
	padding-top:20px;
}
.csi-header .quicklinks ul{
	list-style:none;
	text-align:right;
}
#csiMenuWrapper .primary-menu>li>a,
#csiMenuWrapper .primary-menu>li>.icon{
	color: white;
	text-transform:uppercase;
	text-shadow: 0px 0px 10px var(--darkBlue);
	font-size:1.325rem;
}
.csi-header .quicklinks ul li{
	display:inline-block;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.csi-header .quicklinks ul li a:not(.csi-btn){
	margin: 0 15px;
	color:#00120C;
	font-weight:bold;
	text-decoration:none;
}
.csi-header .quicklinks ul li a:not(.csi-btn):hover,
.csi-header .quicklinks ul li a:not(.csi-btn):focus{
	text-decoration:underline;
}
#csiMenuWrapper .primary-menu li > a, #csiMenuWrapper-secondary .primary-menu li > a{ 
    font-family: "Roboto", sans-serif;
	font-weight:300;
}
.csi-carousel{
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}
.carousel-item.active:after {
    height: 100%;
    width: 100%;
    display: block;
    content: " ";
    background: rgba(0,0,0,.65);
    z-index: 1;
    position: absolute;
}
.csi-carousel .carousel-item{
	min-height:950px;
}
.concave-mask {
	position: relative;
    overflow: hidden;
    padding: 75px 0 0px;
    z-index: 100;
    margin-top: -75px;
	width: 130%;
    margin-left: -15%;
}
.concave-mask-inner {
	position: relative;
	background: white;
	height: 300px;
	margin-bottom:-200px;
}
.concave-mask-inner:after {
	box-shadow: 0 0 0 100px #fff;
    border-radius: 100%;
    position: absolute;
    height: 430px;
    content: '';
    right: 0%;
    left: 0%;
}
.concave-mask-inner:after {
  bottom: 100%;
  top: auto;
}
.convex-mask {
    position: relative;
    overflow: hidden;
    padding: 0px;
    z-index: 102;
    margin-top: 0px;
    width: 130%;
    margin-left: -15%;
    margin-bottom: -75px;
    width: 180%;
    margin-left: -40%;
}
.convex-mask-inner {
	position: relative;
	background: transparent;
	height: 300px;
	margin-bottom:-200px;
}
.convex-mask-inner:after {
	box-shadow: 0 0 0 100px #fff;
    border-radius: 100%;
    position: absolute;
    height: 430px;
    content: '';
    right: 0%;
    left: 0%;
}
.convex-mask-inner:after {
  bottom: 100%;
  top: auto;
}
.section-2 .concave-mask {
    width: 175%;
    margin-left: -35%;
}
.csi-carousel .carousel-caption{
    position: absolute;
    right: auto;
    bottom: auto;
    left: 0%;
    z-index: 10;
    padding: 20px 10vw;
    color: #fff;
    top: 25vh;
    text-align: left;
    width: 100%;
}
	.csi-carousel h2{
		color: white;
		font-family: "Poppins", sans-serif;
		font-weight: 900;
		font-style: normal;
		font-size: 5.6625rem;
		margin-bottom: 0;
		font-weight: 900;
		letter-spacing: 0;
	}
	.csi-carousel h1{
		color: white;
		font-family: "Poppins", sans-serif;
		font-weight: 900;
		font-style: normal;
		margin-bottom: 0;
		font-weight: 500;
		letter-spacing: 8px;
		font-size: 2rem;
		text-transform: uppercase;
	}
	.page-template-default .csi-carousel h1{
		letter-spacing: 0px;
		font-size: 3.125rem;
		text-transform: none;
		font-weight: 500;
		margin-bottom: 30px;
	}
	.page-template-default .csi-carousel .carousel-item{
		min-height:775px;
	}
	.page-template-default .csi-carousel .carousel-caption {
		top: 20vh;
	}
	.csi-carousel h2 strong{
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke-width: 0.0175em;
		-webkit-text-stroke-color: #FFF;
	}
	.csi-carousel p {
		color:white;
		font-size: 1.5rem;
		font-family: "Roboto", sans-serif;
		font-weight:300;
		margin-bottom:30px;
	}
	.carousel-caption.mobile-caption{
		display:none;
	}
	.home .csi-carousel a.csi-btn:after {
		padding: 10px 15px 10px 15px;
		content: "";
	}
	.home .csi-carousel a.csi-btn:hover:after, 
	.home .csi-carousel a.csi-btn:focus:after{
		padding-left:1.5rem;
	}
	footer{
		background:white;
		border-top: .5rem solid var(--standardBlue);
		margin-top:0;
	}
	footer a,
	footer p,
	footer h1,
	footer h2,
	footer h3,
	footer h4,
	footer h5,
	footer h6{
		color:black;
		text-align:left;
		font-size:1.55rem;
	}
	footer .footer-logo{
		max-width:277px;
		display:block;
	}
	footer .social-media a{
		border: 1px solid black;
		border-radius:100px;
		padding: 10px;
		font-size: 1.2rem;
		text-decoration:none;
		margin-right:10px;
	}
	footer .social-media a i.fa-facebook-f{
		margin-left:4px;
	}
	footer .social-media a i.fa-linkedin{
		margin: 0 2px;
	}
	footer .social-media a:hover,
	footer .social-media a:focus{
		background: var(--standardBlue);
		border: 1px solid var(--standardBlue);
		color:white;
	}
	footer .copyright{
		background: linear-gradient(to bottom, rgba(68,87,105, .2) 0%, rgba(255,255,255,1) 100%);
	}
	footer .copyright p{
		font-weight:300;
		
	}
	.card{
		padding: 30px 40px;
		text-align: center;
		background-color: var(--standardBlue);
		color: white;
		border-radius: 40px;
	}
	.section-1 {
		padding-bottom: 5%;
		position: relative;
		margin-top: -80px;
		z-index: 100;
	}
	.section-1 h2{
		font-size: 3.521875rem;
		color: var(--standardBlue);
		z-index: 10;
		position: relative;
		text-align: center;
		margin: -10px 0 50px;
	}
	.section-1:before{
		position: absolute;
		content: '';
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(68, 87, 105,.2) 100%);
	}
	.section-1 a{
		text-decoration:none;
	}
	.section-1 a:hover .icon{
		background: var(--standardBlue);
		color:white;
	}
	.quicklink-card{
		text-align:center;
	}
	.quicklink-card h3{
		font-weight: 300;
		margin-top: 10px;
		color:black;
		text-transform:uppercase;
		font-size:1.5rem;
	}
	.quicklink-card .icon{
		font-size: 5rem;
		text-align: center;
		border-radius: 30px;
		box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.25);
		background: white;
		padding: 0px;
		width: 140px;
		margin: 0 auto 20px;
	}
	.card:before{
		position: absolute;
		content: '';
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: url(./images/circles.svg) 100% 35%;
		background-size: 40%;
		background-repeat: no-repeat;
	}
	.section-2{
		padding: 0 10%;
	}
	.section-2 .card{
		padding: 36px;
		z-index: 100;
		height:100%;
	}
	.section-2 .card h3{
		font-size: 2.34375rem;
		z-index:10;
		color:white;
	}
	.section-2 .card p{
		font-weight: 300;
		font-size: 1.5rem;
		color:white;
	}
	.section-2 .card a.csi-btn{
		max-width: 300px;
		margin: 0 auto;
	}
	.card a.csi-btn:after{
		background-color: var(--lightBlue);
	}
	.section-3{
		min-height:950px;
		position:relative;
		z-index:100;
	}
	.section-3:before{
		position: absolute;
		content: '';
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.55);
		z-index:101;
	}
	.section-3 .section-3-text{
		position: absolute;
		right: auto;
		bottom: auto;
		left: 0%;
		z-index: 102;
		padding: 20px 10vw;
		color: #fff;
		top: 25vh;
		text-align: left;
		width: 100%;
	}
	.section-3 .section-3-text h1,
	.section-3 .section-3-text h2,
	.section-3 .section-3-text h3,
	.section-3 .section-3-text h4,
	.section-3 .section-3-text h5,
	.section-3 .section-3-text h6,
	.section-3 .section-3-text p
	{
		color: white;
		font-weight: 900;
		font-style: normal;
		margin-bottom: 0;
		letter-spacing: 0;
	}
	.section-3 .section-3-text p{
		font-size: 1.5rem;
		font-family: "Roboto", sans-serif;
		font-weight: 300;
	}
	.section-3 .section-3-text h1,
	.section-3 .section-3-text h2,
	.section-3 .section-3-text h3,
	.section-3 .section-3-text h4,
	.section-3 .section-3-text h5,
	.section-3 .section-3-text h6{
		font-weight: 900;
		font-family: "Poppins", sans-serif;
	}
	.section-3 .section-3-text strong{
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke-width: 0.0175em;
		-webkit-text-stroke-color: #FFF;
	}
	.section-3 .section-3-text h1{
		font-size: 5.6625rem;
	}
	.page-sections{
		padding-left:0;
		padding-right:0;
	}
	section.card {
		border-radius: 0px;
	}
	section.blue-background .card{
		background:white;
		color:black;
	}
	section.blue-background .card h1,
	section.blue-background .card h2,
	section.blue-background .card h3,
	section.blue-background .card h4,
	section.blue-background .card h5,
	section.blue-background .card h6,
	section.blue-background .card p{
		color:black;
	}
	section.blue-background .card:before{
		background:none;
	}
	
	section.blue-background a.csi-btn{
	position: relative;
    display: inline-block;
    padding: 15px 30px 15px 70px;
    margin: 0 auto;
    line-height: 1;
    text-align: center;
    transition: all .5s ease;
    cursor: pointer;
    color: white;
    font-size: 1.55rem;
    font-weight: 300;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
	border-radius:30px;
	border:1px solid black;
	z-index:1;
}
section.blue-background a.csi-btn:before{
	position: absolute;
    display: flex;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    left: 0;
    top: 0;
    transition: all 0.4s cubic-bezier(.42, 0, .58, 1);
    border-radius: 2.25rem;
    z-index: -1;
}
section.blue-background a.csi-btn:after{
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    left: 0;
    top: 0;
    margin-left: 0 !important;
    font-size: 1.5rem;
    font-weight: 700;
    padding-left: .75rem;
    font-family: 'FontAwesome';
    content: "\f054";
    background-color: var(--standardBlue);
    transition: all 0.4s cubic-bezier(.42, 0, .58, 1);
    border-radius: 2.25rem;
    box-sizing: border-box;
    z-index: -1;
    padding: 10px 15px 10px 20px;
    border-radius: 100px;
    font-weight: bold;
    width: 55px;
}
section.blue-background a.csi-btn:hover,
section.blue-background a.csi-btn:focus{
	border:1px solid black;
}
section.blue-background a.csi-btn:hover:after,
section.blue-background a.csi-btn:focus:after{
	width:100%;
	padding-left: 1.5rem
}
a.csi-btn span {
    z-index: 2;
    position: relative;
}
.table th{
    padding: 3rem 1.5rem;
	text-align:center;
	background: var(--lightBlue);
	border-top:0px solid white;
	border-left: 1px solid var(--standardBlue);
	border-right: 1px solid var(--standardBlue);
	font-size:1.5rem;
	font-weight:900;
	color:black;
}
.table thead tr{
	border-bottom: 4px solid var(--standardBlue);
}
.table th:first-child{
	background:white;
	border-left:0px solid white;
	border-right:0px solid white;
}
.table th:nth-child(2){
	border-top-left-radius: 35px;
	border-left:0px solid white;
}
.table th:last-child{
	border-top-right-radius:35px;
	border-right:0px solid white;
}
.table td{
	font-size:1.5rem;
	border:1px solid #d2d2d2;
	text-align:center;
	padding: 5% 2.5%;
    vertical-align: middle;
}
.table td *{
	font-size: 1.75rem;
    font-weight: 300;
}
.table td:first-child{
	background: var(--lightGray);
	text-align:left;
	padding: 10% 2.5%;
}
.csi-defaultAccordion h5{
	position:relative;
}
.csi-defaultAccordion h5 .fa{
	position:absolute;
	right:20px;
	top:0px;
}
.csi-defaultAccordion h5 .fa-minus{
	display:none;
}
.csi-defaultAccordion a[aria-expanded="true"] h5 .fa-minus{
	display:block;
}
.csi-defaultAccordion a[aria-expanded="true"] h5 .fa-plus{
	display:none;
}
section.blue-background{
	background-color: var(--standardBlue);
    color: white;
	position:relative;
}
section.blue-background h1,
section.blue-background h2,
section.blue-background h3,
section.blue-background h4,
section.blue-background h5,
section.blue-background h6,
section.blue-background em,
section.blue-background strong,
section.blue-background li,
section.blue-background a,
section.blue-background p{
	color:white;
    text-shadow: 0px 0px 20px BLACK;
}
section.blue-background .card h1,
section.blue-background .card h2,
section.blue-background .card h3,
section.blue-background .card h4,
section.blue-background .card h5,
section.blue-background .card h6,
section.blue-background .card em,
section.blue-background .card strong,
section.blue-background .card li,
section.blue-background .card a,
section.blue-background .card p{
    text-shadow: none;
}
section.blue-background .card .csi-btn{
	border: 0px solid white;
}
section.blue-background:before{
	position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(./images/circles.svg) 100% 35%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.csi-articleContent section{
	padding: 5rem 0;
}
.csi-defaultAccordion a{
	border-radius:30px!important;
	border:1px solid var(--standardBlue);
}
.csi-defaultAccordion a[aria-expanded=true]{
	border-radius:30px!important;
	border:1px solid var(--standardBlue);
	border-bottom:0px solid white;
	border-bottom-right-radius:0px!important;
	border-bottom-left-radius:0px!important;
}
.csi-defaultAccordion .panel-body{
	border-bottom-right-radius:30px;
	border-bottom-left-radius:30px;
	border:1px solid var(--standardBlue);	
	border-top:0px solid white;
}
.csi-productAccordion{
	border-radius:30px!important;
	border:1px solid var(--standardBlue);
}
.tab-pane {
    border-right: 1px solid var(--standardBlue);
    border-bottom: 1px solid var(--standardBlue);
    border-left: 1px solid var(--standardBlue);
    border-radius: 0 0 30px 30px;
}
.nav-tabs .nav-link.active{
	border-color:var(--standardBlue) var(--standardBlue) #fff;
}
.nav-tabs .nav-link{
	border-top-right-radius: 30px;
	border-top-left-radius:30px;
	border-color:var(--standardBlue);
	background:var(--standardBlue);
	color:white;
	margin-right:10px;
}
.nav-tabs{
	border-bottom:1px solid var(--standardBlue);
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus{
	color:var(--standardBlue);
	background:white;
	border-color:var(--standardBlue);
}
.inside-panel-group{
	padding: 1rem 2rem;
    border-radius: 30px;
    border: 1px solid var(--standardBlue);
	margin-bottom:20px;
} 
.inside-panel-group .panel>a{
	position:relative;
}
.inside-panel-group .panel>a .head{
	width:100%; 
}
.inside-panel-group .panel>a h5{
	max-width:95%;
}
.inside-panel-group .panel>a .fa{
	position:absolute;
	right:20px;
	top:5px;
}
#ibSidebar a.csi-btn.btn {
    color: white;
    margin-top: 10px;
}
.ui-dialog.ui-widget-content{
	z-index:100000!important;
}
.inside-panel-group .panel>a .fa-minus{
	display:none;
}
.inside-panel-group .panel>a[aria-expanded="true"] .fa-plus{
	display:none;
}
.inside-panel-group .panel>a[aria-expanded="true"] .fa-minus{
	display:block;
}
.location {
    background: var(--lightGray);
    padding: 20px;
    border-radius: 30px;
    margin-bottom: 2rem;
}
.location h3{
	color:black;
}
.location strong{
	font-weight:900;
}
.csi-articleContent ul li{
	list-style:none;
	text-align:left;
	position:relative;
	margin-bottom:10px;
	color:black;
}
.csi-articleContent ul li:before {
    content: " ";
    height: auto;
    position: absolute;
    left: -25px;
    top: 10px;
    width: 15px;
    height: 15px;
    background: #929292;
    z-index: 100;
    border-radius: 2.5px;
}
.csi-articleContent ul li.nav-item:before {
	display:none;
}
#gototop{
	text-decoration: none;
    background: var(--standardBlue);
	border:1px solid var(--standardBlue);
    padding: 0px;
	opacity:0;
	transition:all 1s;
    border-radius: 100px;
    color: white;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
} 
#gototop.scrolled{
    padding: 15px;
	opacity:1;
}
#gototop:hover,
#gototop:focus{
	background:white;
	color:var(--standardBlue);
}