/*
Theme Name: 0349 Davis Trust
Theme URI: http://csibankanytime.com/
Author: CSI ( CSI Developer Name )
Description: Design Pro 3 CSI Banking Theme
Version: 2.1.0
Text Domain: design-pro-3
*/
/* TYPOGRAPHY
-------------------------------------------------------------------------------------- */
#wpadminbar #wp-admin-bar-wp-logo {
  display: none;
}

body,
html {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 32px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
}

h1, h2, h3, h4 {
  font-weight: 600;
  line-height: 1.2;
}

h1{
  font-size: 3.5rem;
}
h2{
  font-size: 2.875rem;
}
h3{
  font-size: 2.25rem;
}
h4{
  font-size: 2rem;
}
h5{
  font-size: 1.5rem;
}
h6{
  font-size: 1.3125rem;
}

p,
ul,
dl,
ol {
  color: black;
}

.spacer{
  font-size: 2.875rem;
  font-weight: 100; 
  color:white;
}

/* 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;
}

/* GENERAL STYLES
-------------------------------------------------------------------------------------- */
.csi-logo img {
  position: absolute;
  width: 200px;
}

.carousel-caption{
  text-align: left;
}

.form-control{
  text-align: center;
  padding: 0.375rem 1.75rem;
  border-radius: 0rem;
}

.sign-in{
  width:100%;
  border-radius: 0rem;
}

.img-fluid{
  background: white;
  box-shadow: 0px 0px 10px black;
  margin-top: -36px; 
}

.csi-Menu-inner{
  padding-top: 1.1rem!important;
  padding-bottom: 1.1rem!important;
}

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

#csiMenuWrapper .primary-menu a, #csiMenuWrapper-secondary .primary-menu a{
  font-weight: 600;
}

.csi-ib .form-row .col-auto h5{
  text-align: center;
}

.ib-user{
  margin-right: 20px;
}

.csi-ib-container{
  color: white;
}

.csi-ib-container a{
  color: white;
  text-decoration: none;
}

.csi-ib-container a:hover, .csi-ib-container a:focus{
  color: white;
  text-decoration: underline;
}

.carousel-caption h2, .carousel-caption p{
  color:black;
}

.csi-btn, .btn, .btn-primary{
  background-color: #A9352F;
  border-color: #A9352F;
  text-decoration: none;
  border-radius: 0rem;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  color:#fff;
}

.csi-btn:hover, .btn:hover, .btn-primary:hover, .csi-btn:focus, .btn:focus, .btn-primary:focus{
  background-color: white;
  border-color: #A9352F;
  color: black;
  text-decoration: none;
  border-radius: 0rem;
}


.csi-btn2{
  background-color: black;
  border-color: black;
  color: white;
  text-decoration: none;
  border-radius: 0rem;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  
}

.csi-btn2:hover, .csi-btn2:focus{
  background-color: white;
  border-color: black;
  color: black;
  text-decoration: none;
  
}

.menu-item{
  padding-left: 15px;
  padding-right: 15px;
}

.carousel-caption h2{
  font-size: 3.5rem;
  font-weight: 600;
}

.carousel-caption p{
  font-size: 24px;
}
.carousel-caption{
  bottom: 0;
  padding: 0px;
  top: auto;
  transform: none;
  left: 0;
  width: 55%;
}

.cap{
  background-color: rgba(255, 255, 255, 0.8);
  padding-left: 5rem;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  padding-right: 3rem;
  box-sizing: content-box;
}

/* csi-heroQuickLinks *
-------------------------------------------------------------------------------------- */

.csi-heroQuickLinks, .quick-links-row{
  background: rgba(17, 17, 17, 1);
  text-align: center;
}

.csi-heroQuickLinks a, .quick-links-row a{
  color:white;
  text-decoration: none;
  font-weight: 700;
}

.quick-link-div{
  color:white;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 5px;
  padding-top: 5px;

}

.quick-link-div:not(:last-child){
  border-right: 1px solid #cecece;
}

.quick-links-row a:hover, .quick-links-row a:focus{
  text-decoration: underline;
}


.copyright p{
  color:black;
}

.copyright a{
  color: #A9352F;
  font-style: italic;
  font-weight: 600;

}

.csi-container1600{
  max-width:1400px;
  margin: 0px auto;
  align-items: center;
}

.nav-item .nav-link{
  background-color: white;
  color:black;
  border-radius: 0rem;
  border-color: #A9352F;
}

.nav-item .nav-link:hover, .nav-item .nav-link:focus{
  text-decoration: underline;
}


.tab-pane{
  border-color: #A9352F;
  border-radius: 0rem;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  text-decoration: none;
  background-color: #A9352F;
  color:white;
  border-radius: 0rem;
  border-color: #A9352F;
}
.nav-tabs .nav-item{
  margin-right: 10px; 
}

.tabs{
  margin-top: 40px;
}

.tab-pane{
  border-top: 1px solid #A9352F;
}

.csi-defaultAccordion a{
  color:white;
  background-color: #A9352F;
  border-radius: 0rem;
}

.csi-defaultAccordion .panel-body{
  border-color: #A9352F;
  border-radius: 0rem;
}

.csi-defaultAccordion a[aria-expanded=true]{
  border-radius: 0rem!important;
}


.inside-header-content{
  padding: 20px 25px 10px;
  color: white;
  background-color: #A9352F;
  border-radius: 0rem;
  text-decoration: none;

}

.inside-header-content .head:hover, .inside-header-content .head:focus{
  text-decoration: underline;
}

.inside-panel-group a{
  text-decoration: none;
}
.panel-body{
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  padding: 0.5rem 3.75rem 1rem 1.5rem;
  border-color: #A9352F;
  border-radius: 0rem;
}

.csi-defaultAccordion .inside-header-content{
  padding:0;
}

#McMUserNameDiv{
  width:100%;
} 

.sign-in{
  padding-top: 6px;
  padding-bottom: 6px;
}

.footer-lower-section{
  padding-left: 11vw;
  padding-right: 11vw;
}

.csi-heroQuickLinks .link:not(:last-child){  
  border-right: 1px solid #cecece;
}

/* inside image section */
.image-section {
  /* padding: 1.5rem 0px; */
  text-align: center;
}
.image-section .csi-bodyBox {
  padding: 4%;
  border-radius: 0.25rem;
  height: 361px;
  color:#fff;
}
.image-section .csi-bodyBox p{
margin-top: 30px;
}
.image-section .csi-bodyBox:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0.25rem;
}
.image-section .csi-bodyBox h2, .image-section .csi-bodyBox p, .image-section .csi-bodyBox a, .image-section .csi-bodyBox button {
  position: relative;
}
.image-section .csi-bodyBox h2, .image-section .csi-bodyBox p,.image-section .csi-bodyBox a {
  color: #fff;
}
.image-section .container-fluid {
 
  padding-right: 0px; 
  padding-left: 0px;
  
  
}
.image-section .button.csi-btn:hover, .image-section .button.csi-btn:focus{
  color:#000;

}

.carousel-item:before{
  background: rgba(0, 0, 0, 0.0);
}

.ib-header h5{
  font-size: 18px;
  font-weight: 600;

}

.ib-links{
  min-width: 300px;
  max-width: 300px;
}

.ib-link{
  font-weight: 600;
}

.csi-nav #csiMenuWrapper .primary-menu a{
  font-size: 16px;
  font-weight: 800;
}

#csiMenuWrapper .primary-menu a, #csiMenuWrapper-secondary .primary-menu a{
  font-weight: 800;
}

#csiMenuWrapper .primary-menu > li.menu-item-has-children > a, #csiMenuWrapper-secondary .primary-menu > li.menu-item-has-children > a{
  padding-right: 18px;
  margin-right: 0px;
}


.form-control{
  border: 0px solid #ced4da;
}

.carousel-item{
  min-height: 692px;
}

.carousel-indicators{
  bottom: 0;
}

footer img:hover, footer svg:hover, footer img:focus, footer svg:focus{
  /*border: 2px solid #000;*/
  outline: -webkit-focus-ring-color auto 1px;
}

/* Sera Styles */

.navbar-brand img {
    padding: 10px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, .25);
}

.csi-ib-container {
	border-radius: 0;
}

.csi-body-5 .button.csi-btn:hover,
.csi-body-5 .button.csi-btn:focus {
	color: #fff;
  background-color: #000;
}

.csi-body-6 .card-deck .col-4 {
	margin-bottom: 25px;
}

.csi-body-6 .card {
	padding: 4%;
	width: 100%; 
	min-height: 360px;
}

.csi-defaultAccordion:focus a {
  text-decoration: underline;
}

.accordion a:focus .panel-title{
  text-decoration: underline;
}

.inside-header-content:hover, .inside-header-content:focus, .inside-panel-group .panel-default a:focus .inside-header-content{
  text-decoration: underline;
}

.csi-bodyContent .csi-body-3:nth-child(2) .csi-btn:focus{
  background-color:white;
  color: black;
}

.csi-body-6 .button.csi-btn:focus{
background: #000;
color: #fff;
}

.csi-body-3 .button.csi-btn:focus {
  background: #000;
  color: #fff;
}

.lead {
	font-weight: 500;
}

.text-muted {
	font-size: 0.875rem;
	color: #000 !important;
}

hr {
	border-top: 1px solid #A9352F;
	margin: 2rem 0;
}

.full-img {
  padding: 5% 35%;
  width: 180%;
  margin-left: -40%;
  position: relative;
}

.full-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .53);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.slim-text {
  position: relative;
  text-align: center;
  top: 25%;
  z-index: 2;
  padding: 50px;
}

.slim-text * {
  color: #fff;
  margin-bottom: 20px;
}

.csi-articleContent a {
	color: #A9352F;
	font-weight: 700;
	font-style: italic;
}

.csi-articleContent a.csi-btn {
	color: #fff;
	font-style: normal;
	font-weight: 500;
}

.csi-articleContent a.csi-btn:hover,
.csi-articleContent a.csi-btn:focus {
    background: #fff;
    border: 1px solid #A9352F;
    color: #000;
    text-decoration: none;
    border-radius: 0rem;
}

.csi-defaultAccordion a {
	font-style: normal;
}

.csi-defaultAccordion h5.panel-title {
    color: #fff;
    font-weight: 600;
}

.panel a {
	font-style: normal;
}

.panel .head h5,
.csi-defaultAccordion .panel h5.panel-title {
	font-size: 1.375rem;
}

.panel .head h5,
.csi-productAccordion h5 {
	font-weight: 600;
	font-style: normal;
}

.csi-productAccordion {
    margin: 20px 0;
    border: none;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .16);
}

.productAccordionImage {
    background: none;
    box-shadow: none;
    margin-top: 0;
}

.csi-productAccordion .panel-body {
	border-top: 1px solid #A9352F;
	border-radius: 0;
}

.csi-defaultAccordion .icon-open-close:before, 
.csi-defaultAccordion .icon-open-close:after {
	background-color: #fff;
}

.panel-body,
.csi-defaultAccordion .panel-body {
	padding: 2rem;
}

.panel-body a {
	font-style: italic;
	text-decoration: underline;
}

.panel-body a:hover,
.panel-body a:focus {
	text-decoration: none;
}

.tabs {
	margin-bottom: 40px;
}

.nav-item a.nav-link {
    font-weight: 500;
    font-style: normal;
    padding: 5px 30px;
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus {
    background: #A9352F;
    border: 1px solid #A9352F;
    text-decoration: underline;
    color: #fff;
}

.tab-pane {
    margin-top: -1px;
}

.table {
	margin: 40px 0;
}

.table thead th {
	border-bottom: none;
}

.table th {
    border-top: none;
    background: #A9352F;
    color: #fff;
}

.table th:first-child,
.table td:first-child {
	font-weight: 700;
	text-align: left;
}

.table td,
.table th {
	border-right: 1px solid #962A25;
	border-top: none;
	padding: 20px;
	text-align: center;
}

.table td:last-child,
.table th:last-child {
	border-right: none;
}

.calc-body .nav a {
	border: 1px solid #A9352F;
}

.secondary-btn {
	background: #000;
}


.csi-articleContent a.secondary-btn:hover, 
.csi-articleContent a.secondary-btn:focus {
	border: 1px solid #000;
}

.cardSection .card-deck {
	margin-right: 0;
}

.card-body {
	padding: 0;
}
.fdic-wrapper{
	margin-left: 225px;
    width: 500px;
}
.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;
}
.fdic-wrapper .fdic-notice svg{
	min-width: 39px;
    min-height: 15.74px;
	height:15.74px;
    margin-right: -2%;
    display: block;
	margin-top:10px; 
}
/* End Sera Styles */