/*
Theme Name: 0369 FNBC
Theme URI: http://csibankanytime.com/
Author: CSI ( CSI Designer Name, CSI Developer Name )
Description: Design Pro 3 CSI Banking Theme
Version: 2.8.2
Text Domain: design-pro-3
*/
/* TYPOGRAPHY
-------------------------------------------------------------------------------------- */
:root{
	--brandPrimary: #0A253B;
	--brandSecondary: #FFC629;
	--brandTertiary:#05A7E2;
}
body,
html {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif;
}
.yellow-background i{
    background: var(--brandPrimary);
    color: var(--brandSecondary);
    border-radius: 100px;
    padding: 5px;
    margin-right: 10px;
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: var(--primaryBrand);
}
.csi-insidepages h1,
.csi-insidepages h2,
.csi-insidepages h3,
.csi-insidepages h4,
.csi-insidepages h5,
.csi-insidepages h6{
	color: var(--brandPrimary);
}
h1, h2, h3, h4 {
  font-weight: 600;
  line-height: 1.5;
}
h1{
	font-size:2.5rem;
}
h2{
	font-size:2.25rem;
}
h3{
	font-size:2.15rem;
}
h4{
	font-size:2rem;
}
h5{
	font-size:1.85rem;
}
h6{
	font-size:1.75rem;
}
p,
ul,
dl,
ol {
  color: #000;
  font-size:1.125rem;
}

/* 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;
}
.ui-dialog.ui-widget-content button {
    background: #252525;
    border-radius: 0;
    padding: 0.5rem 1.25rem;
    border: 0px solid #929292;
    border-radius: 4px;
    color: #fff;
    background: #cccccc;
    color: black;
}
.ui-dialog.ui-widget-content .ui-dialog-title {
    color: black !important;
    text-align: center;
    font-size: 2rem;
    font-weight: normal;
	white-space: normal;
}
.ui-dialog.ui-widget-content {
    background: white;
    border: none;
    border-radius: 20px;
    z-index: 10000 !important;
    position: absolute;
    max-width: 96%;
    margiN: 2%;
}
.ui-dialog.ui-widget-content .ui-dialog-content h2, .ui-dialog.ui-widget-content .ui-dialog-content p{
	color:black;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none!important;
    margin: -20px auto 0;
    width: fit-content;
}
.ui-dialog.ui-widget-content h2,
.ui-dialog.ui-widget-content p{
	text-align:center;
}
.ui-dialog.ui-widget-content button:nth-child(2) {
    background: blue;
    color: white;
}
/* GENERAL STYLES
-------------------------------------------------------------------------------------- */
.fixed-header{
	position: fixed;
    width: 100%;
    top: 0px;
    z-index: 200;
    background: white;
}
.csi-carousel{
	margin-top:0;
}
.csi-header {
    z-index: 20;
    position: static;
}
.fdic-header {
    background: var(--brandPrimary);
    color: white;
	padding:1% 5% 0;
}
.fdic-wrapper{
	padding-top:2.5px;
	z-index:10;
}
.fdic-wrapper .fdic-notice{
	display: flex;
    flex-direction: row;
    width: 100%;
    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: #fff;
	line-height:1.2;
    width: 500px;
    margin: 12.5px 0 5px 25px;
	text-align:center;
	margin: 0 auto 20px;
}
.fdic-wrapper .fdic-notice svg{
	min-width: 39px;
    min-height: 15.74px;
	height:15.74px;
    margin-right: 1%;
    display: block;
	margin-top:0px;
	fill: #fff;
}
/* Consent Switch Button */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #2196F3;
}
input:checked + .slider:before {
  transform: translateX(26px);
}
/* Consent Switch Button */
.navbar-brand img{
	width:165px;
}
#csiMenuWrapper .primary-menu a, #csiMenuWrapper-secondary .primary-menu a{
	color: var(--brandPrimary);
	text-transform:uppercase;
}
.quick-links p{
	text-align:left;
}
.social-media-links p{
	text-align:right;
	font-size:1.25rem;
}
.social-media-links p a{
	color: var(--brandSecondary);
	font-weight:bold;
	margin-right:3%;
}
.quick-links p span,
.quick-links p a{
	color: var(--brandSecondary);
	font-size:1rem;
	font-weight:bold;
	margin-right:5%;
}
.quick-links p span i,
.quick-links p a i{
	background: var(--brandSecondary);
	color: var(--brandPrimary);
	border-radius:100px;
	padding: 5px;
	margin-right:10px;
	font-weight:bold;
}
.quick-links p a i.fa-question{
	padding: 5px 8px;
}
.social-media-links p a:hover,
.social-media-links p a:focus,
.quick-links p a:hover,
.quick-links p a:focus{
	color: white;
}
.csi-ib{
	padding: 0 2.5%;
	background:var(--brandPrimary);
}
.csi-ib h5{
	color:white;
    font-size: 1.25rem;
}
.csi-ib button[type="submit"]{
	background: var(--brandSecondary);
	color: var(--brandPrimary);
	border:0px solid white;
	border-radius: 4px;
	height:38px;
	padding:0;
}
.csi-ib button[type="submit"]:hover,
.csi-ib button[type="submit"]:focus{
	background: white;
}
.carousel-inner{
	position:relative;
}
.carousel-item{
	min-height: 669px;
}
.carousel-inner .row,
.carousel-inner .row .col-lg-12{
	position:relative;
	height:100%;
}
.carousel-inner .carousel-caption {
    position: absolute;
    right: auto;
    left: 10%;
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    text-align: center;
    top: 0px;
    bottom: 0px;
    background: var(--brandPrimary);
	width:479px;
}
.carousel-indicators li{
    box-shadow: 0px 0px 0px 1px black;
    border-top: 0px;
    border-bottom: 0px;
	opacity:1;
}
.carousel-indicators li.active {
    background-color: var(--brandSecondary);
    opacity: 1;
}
.carousel-inner .carousel-caption .vertically-align{
    left: 0px;
    padding: 20px;
}
.carousel-inner .carousel-caption h1{
	font-size: 2.25rem;
}
.carousel-inner .carousel-caption h1 strong{
	color:var(--brandSecondary);
}
.carousel-inner .carousel-caption p{
	color:white;
	font-size:1.15rem; 
}
.archive.date .carousel-item,
.category .carousel-item,
.single-post .carousel-item {
    min-height: 400px;
}
.archive.date .carousel-inner .carousel-caption,
.category .carousel-inner .carousel-caption,
.single-post .carousel-inner .carousel-caption{
	width: 100%;
    left: 0;
}
.post-content img{
	max-width:500px;
	display:inline-block;
	height:auto;
}
a.csi-btn,
button.csi-btn{
	background: var(--brandTertiary);
	border-radius:4px;
	color:var(--brandPrimary);
	font-size:1.125rem;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	border: 0px solid white;
	font-weight:bold;
	padding: 15px 25px;
}
a.csi-btn:hover,
a.csi-btn:focus,
button.csi-btn:hover,
button.csi-btn:focus{
	background: white;
	color:var(--brandPrimary);
}
.blue-background a.csi-btn,
.blue-background button.csi-btn{
	background: var(--brandSecondary);
	border-radius:4px;
	color:var(--brandPrimary);
	font-size:1.125rem;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	border: 0px solid white;
	font-weight:bold;
	padding: 15px 25px;
}
.blue-background a.csi-btn:hover,
.blue-background a.csi-btn:focus,
.blue-background button.csi-btn:hover,
.blue-background button.csi-btn:focus{
	background: white;
	color:var(--brandPrimary);
}
.post-content>h2{
	font-size:2rem;
	color:var(--brandPrimary);
}
.post-content .post-content-details{
	color: var(--brandPrimary);
}
.csi-post-section{
	padding: 1% 2.5%;
}
.csi-post-section .post-sidebar a{
	color: black;
}
.csi-post-section .post-sidebar a:hover,
.csi-post-section .post-sidebar a:focus{
	text-decoration: none;
}
.post-sidebar .categories {
    padding-bottom: 50px;
}
.post-sidebar .categories p,
.post-sidebar .archives p{
	margin-bottom:0;
}
.recent-posts h2{
	text-align:center;
	font-size:2rem;
	margin-bottom:30px;
}
.recent-posts .post-details .csi-btn,
.recent-posts .post-details .post-excerpt,
.recent-posts .post-details .post-links,
.recent-posts .post-details .post-date{
	display:none;
}
#wp-archive-accordion i.fa.fa-caret-down {
    background: none;
    color: black;
    transform: rotate(270deg);
}
#wp-archive-accordion a[aria-expanded="true"] i.fa.fa-caret-down {
	transform:rotate(0deg);
}
.search-form i {
  border-radius: 50px;
  position: relative;
  z-index: 9;
  color: var(--brandPrimary);
}
.search-form i:hover, 
.search-form i:focus {
  transform: scale(1.125);
}
.search-form {
  display: none;
  position: absolute;
  right: .5rem;
  background: white;
  padding: 1rem;
  border-radius: 8px;
  top: 5rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 5;
  gap: .5rem; 
  align-items: center;
}
.search-btn i {
  border-radius: 50px;
  position: relative;
  color: var(--brandPrimary);
}
.search-form i {
  color: var(--brandPrimary);
}
form.search-form [type="search"] {
    outline-offset: 0px;
    appearance: none;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    border-image: initial;
    border-radius: 4px;
    padding: 0.25rem;
}
.section-1{
	padding: 0 10%;
}
.section-1 .card-deck{
	
}
.section-1 p{
	font-size:1.5rem;
}
.page-template-page-privacy-policy table td {
    text-align: left !important;
}
.csi-insidepages section.padding-top-none{
	padding-top:0;
}
.csi-insidepages section.padding-bottom-none{
	padding-bottom:0;
}
.card.flip-card,
.card.col-lg-6,
.card.col-lg-12 {
    background: var(--brandPrimary);
	border-radius: 8px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.standard-section .csi_cards{
	margin-top:0;
	margin-bottom:0;
}
.csi_cards .flip-card .card-body{
	margin:0;
	padding:0;
}
.csi_cards .flip-card .card-body.link-back{
	padding:30px;
}
.csi_cards .flip-card .card-body.col-lg-10{ 
	padding: 30px 0;
}
.csi_cards .card.col-lg-12 .card-body{
	margin:0;
	padding:0;
} 
.csi_cards .card.col-lg-12 .card-body.link-back{
	padding:30px;
}
.csi_cards .card.col-lg-12 .card-body.col-lg-10{ 
	padding: 30px 0 30px 50px;
}
.csi_cards .card.col-lg-12 .card-body.col-lg-12{ 
	padding: 30px 50px;
}
.card-deck .card{
	margin-left:30px;
	margin-right:30px;
}
.card a.csi-btn{
    display: flex;
    width: fit-content;
}
.card.col-lg-12 h3,
.card.flip-card h3,
.card.col-lg-6 h3{
	color: var(--brandSecondary);
	text-align:left;
	font-size:1.25rem;
	padding-right:20px;
}
.card.col-lg-12 p,
.card.flip-card p,
.card.col-lg-6 p{
	color:white;
	text-align:left;
	font-size:1.125rem;
	padding-right:20px;
}
.panel-body a:not(.csi-btn){
	position:relative;
    padding-right: 40px;
	font-size:1.125rem;
    position: relative;
    display: inline-block;
}
.card a:not(.csi-btn){
	position:relative;
    padding-right: 40px;
    margin-right: 10%;
	font-size:1.125rem;
    position: relative;
    display: inline-block;
}
.panel-body a:not(.csi-btn){
	color:var(--brandPrimary);
}
.card a:not(.csi-btn){
	color:var(--brandSecondary);
}
.panel-body a:not(.csi-btn) .circle-link-icon,
.card a:not(.csi-btn) .circle-link-icon{
	position: absolute;
    top: 0px;
    right: 8px;
}
.panel-body a:not(.csi-btn) .arrow-link-icon,
.card a:not(.csi-btn) .arrow-link-icon{
	position: absolute;
    top: 5px;
    right: 15px;
}
.csi_cards .card-icon {
    padding: 20px;
    width: 74px;
    margin: 0 auto;
    background: var(--brandSecondary);
    height: 97px;
    clip-path: polygon(100% 0, 100% 100%, 50% 95%, 0 100%, 0 0);
    margin-top: -10px;
}
.card-icon .card-icon-shadow {
    width: 5px;
    height: 4px;
    background: #DFAF28;
    position: absolute;
    top: -10px;
    right: 0px;
    content: " ";
    z-index: 100;
}
footer {
    background: var(--brandPrimary);
}
.blue-background {
    background: var(--brandPrimary);
}
.blue-background h1,
.blue-background h2,
.blue-background h3,
.blue-background h4,
.blue-background h5,
.blue-background h6,
.blue-background a:not(.csi-btn),
.blue-background li,
.blue-background strong,
.blue-background em,
.blue-background p{
    color:white;
}
.yellow-background{
	background: var(--brandSecondary);
}
.section-2-content{
    padding: 7.5% 10%;
	clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 0 0);
}
.section-2-image-wrapper{
	height:100%;
	width:100%;
}
.section-2-image-wrapper .section-2-image{
	width:100%;
	height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.section-2-content p{
	font-size:1.5rem;
}
.section-3{
	padding: 10% 5%;
}
.section-3 h3{
	text-align:center;
	margin-bottom:2.5%;
}
#community-slider .carousel-item{
	height: auto;
	min-height:400px;
	border-radius: 8px;
	overflow:hidden;
}
#community-slider .carousel-item .slide-image-wrapper{
    padding: 40px;
    background: var(--brandSecondary);
}
#community-slider .carousel-item img {
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
    position: relative;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.35);
	border-radius:8px;
}
#community-slider .carousel-inner .carousel-caption{
	position: absolute;
    right: 0px;
    left: 0px;
	top:auto;
    z-index: 10;
	padding:20px 50px;
    color: #fff;
    text-align: center;
    bottom: 0px;
    background: var(--brandPrimary);
    width: 100%;
	border-radius: 8px;
}
#community-slider .carousel-control-next, 
#community-slider .carousel-control-prev {
    background: var(--brandTertiary);
    opacity: 1;
    height: 200px;
    width: 60px;
    top: 225px;
	z-index:11;
}
#community-slider .carousel-control-next{
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	right:-20px;
}
#community-slider .carousel-control-prev {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	left:-20px;
}
.newsletter{
	background: var(--brandPrimary);
	margin: 0px 50px 20px;
	padding:20px;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.blog-snippet{
	margin: 30px 50px 20px;
}
.blog-snippet a.blog-link{
	width: 100%;
    display: block;
    position: relative;
    color: black;
    font-size: 1.5rem;
	font-weight:bold;
    padding-right: 30px;
}
.blog-snippet a.blog-link:hover,
.blog-snippet a.blog-link:focus{
	color: black;
}
.blog-snippet a.blog-link svg.circle-link-icon {
    position: absolute;
    right: 0px;
    top: 10px;
    fill: var(--brandPrimary);
}
.blog-snippet a.blog-link:hover svg.circle-link-icon,
.blog-snippet a.blog-link:focus svg.circle-link-icon{
    fill: var(--brandSecondary);
}
.blog-snippet a.blog-link svg.arrow-link-icon {
    position: absolute;
    right: 6px;
    top: 15px;
    stroke: var(--brandSecondary);
}
.blog-snippet a.blog-link:hover svg.arrow-link-icon,
.blog-snippet a.blog-link:focus svg.arrow-link-icon{
    stroke: var(--brandPrimary);
}
.blog-snippet hr {
    border: 2px solid var(--brandSecondary);
}
.blog-snippet a.csi-btn{
	display:inline-block;
	margin-top:50px;
}
.newsletter .gform_heading h2,
.newsletter .gform_heading p{
	text-align:center;
	color:white;
}
.newsletter .gform-body label{
	color:white;
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.newsletter .gform-footer input[type="submit"] {
    color: var(--brandPrimary) !important;
    background: var(--brandTertiary) !important;
    font-size: 1.125rem !important;
    font-weight: bold !important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25) !important;
    border-radius: 4px !important;
}
.newsletter .gform-footer input[type="submit"]:hover,
.newsletter .gform-footer input[type="submit"]:focus{
	background: white!important;
	color:var(--brandPrimary)!important;
}
.newsletter form{
	position:relative;
}
.newsletter .gform-footer {
    position: absolute;
    right: 32.5px;
    bottom: 0px;
}
.inside-panel-group{
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	margin-bottom:20px;
}
.inside-panel-group>.panel>a{
	background:var(--brandPrimary);
	margin-bottom:0;
	border:0px solid white;
	padding:20px 40px;
}
.inside-panel-group>.panel>a .head>h5{
	color:var(--brandSecondary);
	font-size:1.5rem;
	font-weight:bold;
}
.inside-panel-group>.panel>a:hover, 
.inside-panel-group>.panel>a:focus{
	background:var(--brandPrimary);
	border:0px solid var(--brandPrimary);
}
.inside-panel-group>.panel>a .head>span{
	color:white;
	font-weight:normal;
	font-size:1.125rem;
}
.inside-panel-group>.panel>a .head>span svg{
	transform:rotate(180deg);
	margin-left:10px;
}
.inside-panel-group>.panel>a[aria-expanded="true"] .head>span svg{
	transform:rotate(0deg);
}
.inside-panel-group>.panel>a .head>span.learn-more{
	color: var(--brandSecondary);
}
.inside-panel-group>.panel>a:hover .head>span.learn-more,
.inside-panel-group>.panel>a:focus .head>span.learn-more{
	text-decoration:underline;
}
.csi-defaultAccordion .panel-body,
.inside-panel-group .panel-body{
	border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 2px solid #0A253B;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-top: 0px;
    margin-top: 0px;
}
.inside-panel-group .panel-body ul{
	list-style:none;
}
.inside-panel-group .panel-body ul li {
    padding: 20px 20px 20px 40px;
    position: relative;
    font-size: 1.125rem;
}
.blue-background .gform_wrapper{
	background:white;
	padding:2.5%;
}
.blue-background .gform_wrapper h2{
	color:var(--primaryBrand);
}
.inside-panel-group .panel-body ul li svg:not(.circle-link-icon,.arrow-link-icon) {
    position: absolute;
    top: 25px;
    left: 0px;
}
.csi-insidepages section{
	padding:2.5%;
}
.product-showcase {
    padding: 5%;
    border-radius: 23px;
}
.product-showcase .col-lg-7{
	padding: 0 5%;
}
.yellow-background ul{
	list-style:none;
}
.yellow-background ul li{
	font-size:1.5rem;
	padding-left:30px;
	position:relative;
}
.yellow-background ul li svg{
	position:absolute;
	top:12.5px;
	left:0px;
    width: 14px;
    height: 14px;
}
.product-showcase h1,
.product-showcase h2,
.product-showcase h3,
.product-showcase h4,
.product-showcase h5,
.product-showcase h6,
.product-showcase p,
.product-showcase a:not(.csi-btn){
	color: black;
}
footer{
	padding:0;
}
footer .footer-wrapper{
	padding: 0 2.5%;
}
footer img {
    display: block;
    width: 100%;
	margin-top:20px;
	height:auto;
}
footer img.footer-logo{
	margin-top:-20px;
}
.copyright{
	background: var(--brandSecondary);
	padding: 15px;
}
.copyright p{
	color: var(--brandPrimary);
	text-align:center;
	font-size:1.125rem;
	margin-bottom:0;
}
.copyright a{
	color: var(--brandPrimary);
	font-weight:bold;
}
.copyright a:hover,
.copyright a:focus{
	text-decoration:underline;
	color:var(--brandPrimary);
}
#powered-by-csi {
    text-align: center;
    width: 100%;
    margin: 0;
    margin-top: -5px;
	font-size:1rem;
	padding: 5px 0;
}
section.tabs .tab-pane{
    border-right: 0px solid #dee2e6;
    border-bottom: 0px solid #dee2e6;
    border-left: 0px solid #dee2e6;
    border-radius: 0;
    padding: 25px 0;
    margin: 0;
}
section.tabs .nav-tabs .nav-item a{
	font-weight:bold;
	color: var(--brandPrimary);
	margin-right:20px;
	border-left:0px solid white;
	border-right:0px solid white;
	border-top:0px solid white;
	border-bottom:0px;
	padding:10px 40px;
}
section.tabs .nav-tabs .nav-item.show .nav-link, 
section.tabs .nav-tabs .nav-link.active,
section.tabs .nav-tabs .nav-link:focus,
section.tabs .nav-tabs .nav-link:hover{
	background: var(--brandPrimary);
	color:white;
	border-left:0px solid var(--brandPrimary);
	border-right:0px solid var(--brandPrimary);
	border-top:0px solid var(--brandPrimary);
	border-bottom:0px;
}
section.tabs ul.nav-tabs{
	border-bottom: 2px solid var(--brandPrimary);
}
.csi-defaultAccordion{
	border-radius:8px;
}
.csi-defaultAccordion .panel-default>a {
    background: var(--brandPrimary);
    color: var(--brandSecondary);
    border: 0px solid white;
    border-radius: 8px;
	position:relative;
	margin-bottom:0px;
}
.csi-defaultAccordion .panel-default>a h5{
	color:var(--brandSecondary);
}
.csi-defaultAccordion .panel-default>a i{
	background: var(--brandSecondary);
	color: var(--brandPrimary);
	border-radius:100px;
	font-size:1rem;
	padding:4px 5px;
	position:absolute;
	top:20px; 
}
input#gform_submit_button_3 {
    background: var(--brandTertiary);
    color: var(--brandPrimary);
    padding: 20px 50px;
    font-size: 1.125rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
i {
    background: var(--brandSecondary);
    color: var(--brandPrimary);
    border-radius: 100px;
    padding: 5px;
    margin-right: 10px;
    font-weight: bold;
}
i.fa-location-dot{
	padding: 5px 7px;
}
div#input_3_5{
	flex-direction:row;
}
input#gform_submit_button_3:hover,
input#gform_submit_button_3:focus {
    color: var(--brandTertiary);
    background: var(--brandPrimary);
}
.csi-defaultAccordion .panel-default>a:hover,
.csi-defaultAccordion .panel-default>a:focus{
    background: var(--brandSecondary);
	border:0px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.csi-defaultAccordion .panel-default>a:hover i,
.csi-defaultAccordion .panel-default>a:focus i,
.csi-defaultAccordion .panel-default>a:hover h5,
.csi-defaultAccordion .panel-default>a:focus h5{
    color: var(--brandPrimary);
}
.csi-defaultAccordion .panel-default>a[aria-expanded=true]{
	border-bottom:0px;
}
.csi-defaultAccordion .panel-default>a[aria-expanded=true]{
    border-radius: 8px 8px 0px 0px !important;
}
.csi-defaultAccordion .panel-default>a[aria-expanded=true] i.fa-plus{
	display:none;
}
.csi-productAccordion {
    border: 1px solid var(--brandPrimary);
    border-radius: 8px;
    margin: 0 0 100px;
    background: var(--brandPrimary);
}
.csi-productAccordion.product-group {
    margin: 0 0 0px;
}
.csi-productAccordion .col-xl-2>.vertically-align>i{
	background: var(--brandSecondary);
    padding: 50px 46px;
    font-size: 4rem;
    border-radius: 100px;
}
.csi-productAccordion .col-xl-8 {
	padding: 2.5%;
    border-right: 4px solid var(--brandSecondary);
    border-left: 4px solid var(--brandSecondary);
}
.csi-productAccordion .col-xl-8 h5{
	font-size: 1.5rem;
	color:var(--brandSecondary);
	text-align:center;
}
.csi-productAccordion .col-xl-8 p{
	color:white;
	font-size:1.125rem;
}
.csi-productAccordion .col-xl-8 li,
.csi-productAccordion .col-xl-8 a{
	color:white;
}
.csi-productAccordion .col-xl-8 a:hover,
.csi-productAccordion .col-xl-8 a:focus{
	color:white;
}
.csi-productAccordion .col-xl-2 a.csi-btn{
	width:fit-content;
	margin:0 auto;
	display:inline-block;
}
.csi-productAccordion .csi-learnMoreBtn {
	display:block;
    width: fit-content;
    margin: 0 auto -59px;
    padding: 15px 10%;
    background: transparent;
    border: 2px solid var(--brandPrimary);
    box-shadow: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.csi-productAccordion .csi-learnMoreBtn:hover,
.csi-productAccordion .csi-learnMoreBtn:focus{
	background:var(--brandPrimary);
	color:var(--brandSecondary);
}
.csi-productAccordion .csi-learnMoreBtn i{
	font-size:1.5rem;
	margin-left:10px;
	display:
}
.panel-collapse.show + a i.fa.fa-caret-down {
    transform: rotate(180deg);
}
.csi-productAccordion .panel-body{
    background: white;
    margin-bottom: -3px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.vertically-align {
	width:100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px;
}
.table-responsive{
	border-radius:8px;
	overflow:hidden;
	padding:20px 20px 5px;
	background:var(--brandPrimary);
}
thead {
    background: var(--brandPrimary);
    color: var(--brandSecondary);
    text-align: center;
    border: 0px;
}
.table tbody>tr>td{
	border:0px;
	text-align:center;
	padding:30px;
}
.table thead>tr>th{
	border:0px;
	padding-bottom:30px;
}
.table tbody tr:nth-child(odd) td{
	background:white;
}
.table tbody tr:nth-child(even) td{
	background:#DEDEDE;
}
.table tbody tr>td:first-child,
thead th{
    background: var(--brandPrimary);
    color: var(--brandSecondary);
    text-align: center;
    border: 0px;
	font-weight:bold;
}
tbody>tr:first-child>td:nth-child(2) {
    border-top-left-radius: 8px;
}
tbody>tr:last-child>td:nth-child(2) {
    border-bottom-left-radius: 8px;
}
tbody>tr:first-child>td:last-child {
    border-top-right-radius: 8px;
}
tbody>tr:last-child>td:last-child {
    border-bottom-right-radius: 8px;
}
.table thead tr>th:first-child,
.table tbody tr>td:first-child{
	max-width:150px;
}
footer .footer-wrapper h3,
footer .footer-wrapper h3 a{
	font-size:1.125rem;
	color: var(--brandTertiary);
	text-align:left;
}
footer .footer-wrapper p,
footer .footer-wrapper p a{
	color:white; 
	text-align:left;
	font-size:1rem;
}
#community-slider {
    margin-bottom: 5%;
}
.mobile-show{
	display:none;
}
.page:not(.home) .carousel-item{
	min-height:400px;
}
.page:not(.home) .carousel-inner .carousel-caption {
    position: absolute;
    right: auto;
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    text-align: center;
    top: 0px;
    bottom: 0px;
    background: #0A253BAA;
    width: 100%;
    left: 0;
}
.csi_cards .flip-card .card-body.col-lg-10 {
    padding: 30px;
}
.people-section-title{
	text-align:center;
	margin-bottom:20px;
}
.post.people{
	border-radius: 4px;
	overflow:hidden;
	max-width:500px;
	margin: 0 auto 20px;
}
.post.people .profile{
	min-height:400px;
}
.post.people h3{
	display:block;
	background: var(--brandSecondary);
	color: var(--brandPrimary);
	width:100%;
	padding:10px;
	text-align:center;
	margin:0;
}
.post.people .bio{
	background:var(--brandPrimary);
	width:100%;
	padding:10% 15%;
	min-height:250px;
}
.post.people .bio p,
.post.people .bio a,
.post.people .bio li{
	color:white;
}
.text-muted {
    color: var(--brandPrimary) !important;
    font-size: 1rem;
}
#privacy-policy-other p{
	color:white;
}
.csi_cards .link-front {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    margin: 0;
}
.cookie-consent-wrapper .panel-body p {
	color: black;
}
.card-linkName.a.csi-btn{
	display:block;
}
.post-details{
    padding: 7.5%;
    border-radius: 8px;
    margin-top: -10px;
    z-index: 10;
	position:relative;
}
.post-details .post-date{
	color: var(--brandSecondary);
}
.post-details h3{
	color: var(--brandSecondary);
	font-size: 1.5rem;
	text-decoration:underline;
}
.post-details .csi-btn{
	margin-bottom:10px;
	display:inline-block;
}
.post-details .post-links a i{
	color:white;
	background: var(--brandPrimary);
}
.post-details .post-links a:hover i,
.post-details .post-links a:focus i{
	background: var(--brandSecondary);
	color:var(--brandPrimary);
}
.post .post-image {
    position: relative;
    width: 100%;
    padding-top: 125%;
    overflow: hidden;
}