/*
Theme Name: 0315 Peoples Savings Bank
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: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Crimson Text', serif;
  color: #060636;
  font-weight: 600;
  line-height: 2.9375rem;
  margin-bottom: 1.25rem;
}
h1{
	font-size: 4rem;
}
h2{
	font-size: 3.5rem;
}
h3{
	font-size: 2.875rem;
}
h4{
	font-size: 2.375rem;
}
h5{
	font-size: 2rem;
}
h6{
	font-size: 1.5rem;
}

p,
ul,
dl,
ol {
  color: #212121;
  font-size: 1.25rem;
}
p{
	line-height: 2.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)
-------------------------------------------------------------------------------------- */
.csi-insidepages .sidebar a{
	color: #212121;
	font-weight: 400;
	font-style: normal;
}
.sidebar .fas, .sidebar .fab{
	font-size: 1.125rem;
	color: #00356A;
}
table.table{
	margin-bottom: 0;
}
div.table-responsive{
	border-radius: 5px 5px 0 0;
	box-shadow: 0 3px 36px rgba(0,0,0,0.16);
	margin-bottom: 1rem;
}
.table tbody tr td:not(:last-child):not(:first-child),
.table thead tr th:not(:last-child):not(:first-child){
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
}
table#Checking-Rates thead tr th{
	width: 25%;
}
ul.juicer-feed h1.referral a{
	color: #E81C11;
}
ul.juicer-feed .j-poster .j-date,
ul.juicer-feed .j-meta a{
	color: #000;
}
ul.juicer-feed .j-meta a:hover,
ul.juicer-feed .j-meta a:focus{
	text-decoration: underline !important;
}
a {
  color: #00356A;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #00356A;
  text-decoration: none;
}
.csi-insidepages a{
	font-style: italic;
	font-weight: bold;
	color: #00356A;
	text-decoration: none; 
}
.csi-insidepages a:hover,
.csi-insidepages a:focus{
	text-decoration: underline;
}
.csi-insidepages a.csi-btn.button{
	background: #CBCBCB;
	border-color: #CBCBCB;
	color: #060636;
	text-decoration: none;
	font-style: normal;
}
.csi-insidepages a.csi-btn.button:hover,
.csi-insidepages a.csi-btn.button:focus{
	background: #00356A;
	border-color: #00356A;
	color: #fff;
}
.inside-header-content .csi-btn.button.white-button{
	background: #fff;
	border: 2px solid #CBCBCB;
	margin-bottom: 1rem;
	text-align: center;
}
.inside-header-content a.csi-btn.button{
	display: inline-block;
	width: 180px;
	float: right;
	text-align: center;
}

/* GENERAL STYLES
-------------------------------------------------------------------------------------- */
.people-section .info p, .people-section .nmls{
	font-size: 1.125rem;
}
.people-section .row:not(:first-child){
	margin-bottom: 4.8rem;
}
.people-section .info a{
	font-size: 1.125rem;
}
.people-section .info strong{
	font-size: 1.25rem;
}
.people-section .people-intro{
	margin-bottom: 2rem;
}
.csi-insidepages img{
	max-width: 100%;
	height: auto;
}
thead tr{
	height: 126px;
	background: #00356A;
}
.table thead tr th{
	vertical-align: top;
	color: #fff;
	font-family: 'Crimson Text', serif;
	font-size: 1.275rem;
	font-weight: 600;
	padding: 1.625rem 1.875rem 0;
}
.table tbody tr td{
	padding: 1.625rem 1.875rem;
	font-size: 1.25rem;
}
tbody tr td:first-child{
	color: #00356A;
	font-family: 'Crimson Text', serif;
	font-size: 1.275rem;
	font-weight: 600;
}
.inside-panel-group{
	box-shadow: 0 3px 36px rgba(0,0,0,0.16);
	border-top: 2px solid #00356A;
	margin-bottom: 4.5rem;
}
.inside-header-content{
	padding: 5.125rem 4rem;
}
.inside-panel-collapse{
	padding: 3.875rem 5.75rem;
	border-top: 1px solid #00356A;
}
.nav-tabs .nav-link{
	background: #00356A;
	color: #fff;
	font: normal normal 600 24px/47px Crimson Text;
	border-radius: 0;
	border-bottom: none;
	padding: 0 1.25rem;
}
.nav-tabs .nav-item{
	margin-right: 0.625rem;
	margin-bottom: -2px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus{
	border: 1px solid #00356A;
	background: #fff;
	color: #00356A;
	border-bottom: none;
}
.tab-pane{
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px solid #00356A;
}
p .text-muted{
	font-size: 1rem;
	color: #212121 !important;
}
p .lead{
	font-weight: 400;
	line-height: 2.375rem;
}
.i-want.dropdown{
	position: relative;
}
.i-want.dropdown ul{
	transform: translate3d(0px, 66px, 0px) !important;
	background: rgba(255,255,255,0.78);
	width: 575px;
	margin: 0;
	border-top: 1px solid #aaa;
	border-radius: 0 0 5px 5px;
}
.i-want.dropdown.show button{
	border-radius: 0;
}
.i-want.dropdown ul a{
	text-transform: uppercase;
	color: #060636;
	font-weight: bold;
	text-decoration: none;
} 
.i-want.dropdown ul a:hover,
.i-want.dropdown ul a:focus{
	text-decoration: underline;
}
.i-want.dropdown ul li.menu-item.nav-item{
	margin: 0.25rem 0;
}
.dropdown-toggle::after{
	border-top: .6em solid;
	border-right: .6em solid transparent;
	border-left: .6em solid transparent;
	float: right;
	margin-right: 35px;
	margin-top: 0.45rem;
}
.i-want.dropdown button{
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	position: relative;
	z-index: 2;
	background: rgba(255,255,255,0.78);
	color: #060636;
	font-size: 1rem;
	text-transform: uppercase;
	border-radius: 0 0 5px 5px;
	width: 575px;
	text-align: left;
	padding: 20px 0;
	padding-left: 35px;
}
.center-image{
	width: 154px;
	margin: 0 auto;
	display: block;
}
.footer-section a{
	text-decoration: none;
}
.footer-section{
	text-align: right;
	padding-top: 35px;
}
.copyright{
	padding-top: 35px;
}
.copyright a{
	font-weight: bold;
	font-style: italic;
}
.csi-container1600{
	max-width: 1600px;
	margin: 0 auto;
}
.csi-logo img {
  width: 674px;
}
a.csi-btn.button{
	border: 1px solid #060636;
	border-radius: 5px;
	background: #fff;
	color: #00356A;
	text-transform: uppercase;
	padding: 0.75rem 2.5rem;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 0.75rem;
}
a.csi-btn.button:hover,
a.csi-btn.button:focus{
	background: #060636;
	color: #fff;
}
a.skip-juicer-feed{
	display:block;
	height:0px;
	overflow:hidden;
}
a.skip-juicer-feed:focus{
	height:auto;
}
.csi-ib form .col-12>p:first-child {
    font-size: 1.625rem;
    margin-bottom: 0;
    font-family: 'Crimson Text', serif;
    color: #060636;
    font-weight: 600;
    line-height: 2.9375rem;
}

.csi-ib form {
	width: 375px;
}

.donations select {
	display: none;
}

input.wpcf7-submit {
	display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background: #060636;
    border-color: #060636;
    font-weight: 700;
    letter-spacing: 1.28px;
    text-transform: uppercase;
}
input.wpcf7-submit:hover,
input.wpcf7-submit:focus {
	background: white;
	color: #060636;
}

.seg-img img{
	width: 100%;
}
.seg-img{
	min-height: 100px;
	height: auto;
}
.csi-banner-7 .csi-carousel{
	margin-right: 15px;
}

.post img {
	width: 100%;
    height: 250px;
    object-fit: cover;
	box-shadow: 0 3px 36px rgba(0,0,0,0.30);
}
.post {
	margin-bottom: 2rem;
}
.post h5 {
	margin-top: 1rem;
}
.post p {
	line-height: 1.5;
    font-size: 1rem;
}
.single-post img.post-image {
	margin: auto;
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 2rem;
}
.single-post .page-title-heading,
.archive.category .page-title-heading{
	display: none;
}
.single-post .post-date {
	text-transform: uppercase;
    font-weight: 700;
	font-size: 1.25rem;
    font-family: "Open Sans", sans-serif;
}

.carousel-item{
	height: 700px;
	margin-left: 15px;
    margin-right: 15px;
}
.blog-row {
	margin-top: 2rem;
}

.fdic-header svg{
	width: 450px
}

.screen-reader-response{
	display:none;
}

.banner-link:hover .carousel-item , .banner-link:focus .carousel-item{
    border: 50px solid #00356A;
    transform: scale(1.05);
}

#csiMenuWrapper{
    background: #00356A;
}

.csi-ib button {
    color: #fff;
    background: #060636;
    border-color: #060636;
    font-weight: 700;
    letter-spacing: 1.28px;
}

.csi-ib {
    position: relative;
    margin-top: 0px;
}

.csi-ib form {
    text-align: center;
    margin-left: auto;
}

.ib-links p, .ib-links a {
    font-size: 0.875rem;
    color: #060636;
}

.ib-links a {
    font-weight: bold;
    text-decoration: none;
}

.ib-links a:hover, .ib-links a:focus {
    text-decoration: underline;
    color: #060636;
}

.home .carousel-item {
    background-size: contain !important;
}

.csi-nav {
    position: relative;
    z-index: 5;
    background: #00356A;
}

.page-id-240 .csi-logo svg, .page-id-100546 .csi-logo svg{
	display: none;
}
.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;
	line-height:1.5;
}
.fdic-wrapper .fdic-notice svg{
	min-width: 39px;
    min-height: 15.74px;
	height:15.74px;
    margin-right: -1%;
    display: block;
	margin-top:2px; 
}

#cookie-notice{
	bottom: 0px;
    position: fixed;
    z-index: 200;
    width: 100%;
    background: #00356A;
    color: white;
}

#cookie-notice p{
	color:white;
}