/*
Theme Name: 0070 - Lewisburg Bank
Theme URI: http://csibankanytime.com/
Author: CSI 
Description: Design Pro 3 CSI Banking Theme
Version: 2.2.5
Text Domain: design-pro-3
*/
/* TYPOGRAPHY
-------------------------------------------------------------------------------------- */
body,
html {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: quicksand, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: eb-garamond, serif;
  color: #121212;
  font-weight: 600;
  line-height: 1.5;
}

h1 {
  font-size: 2.75rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2.25rem;
}

h4 {
  font-size: 1.875rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

p,
ul,
dl,
ol {
  color: #343434;
  font-weight: 500;
}

ul,
ol {
	list-style-position: inside;
}

.lead {
  font-weight: 500;
}

/* 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: #A00005;
  text-decoration: underline;
  font-weight: 700;
}
a:hover, a:focus {
  color: #121212;
  text-decoration: none;
}

.csi-btn,
.csi-ib button {
  background: #A00005;
  border: 1px solid #A00005;
  color: #fff;
  padding: 6px 30px;
  margin-bottom: 3px;
  font-weight: 600;
}

.csi-btn:hover,
.csi-btn:focus,
.csi-ib button:hover,
.csi-ib button:focus {
  background: #121212;
  border: 1px solid #121212;
  color: #fff;
}

.csi-ib a {
  color: #121212;
  font-size: .9rem;
}


/* GENERAL STYLES
-------------------------------------------------------------------------------------- */

.mobile-only {
	display: none;
}

.home.page .csi-ib-home {
  display: block;
}

.page .csi-ib-home {
  display: none;
}

.showing-menu-modal .csi-ib-internal {
	display: none;
}

.csi-ib-internal {
  position: absolute;
  z-index: 999;
  top: 40px;
  right: 60%;
}

.csi-ib-internal button {
  padding: 5px 50px;
  background: #A00005;
  border: 1px solid #A00005;
}

.csi-ib-internal button:hover,
.csi-ib-internal button:focus {
  background: #121212;
  border: 1px solid #121212;
}

.modal-dialog {
  margin: 7.75rem auto;
}

.csi-ib-modal {
  text-align: center;
}

.csi-ib-modal .form-control {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.csi-ib-modal button {
  width: 100%;
}

.modal-header .close {
  text-align: right;
}

.csi-ib-modal h6 {
  font-size: 1.875rem;
}

#csiMenuWrapperMobile h3 {
  font-family: quicksand, sans-serif;
  font-size: 1.875rem;
  color: #fff
}

#csiMenuWrapperMobile .quick-links-row {
  padding: 0;
}

#csiMenuWrapperMobile .quick-links-icon {
  display: none;
}

#csiMenuWrapperMobile .quick-link-div {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}

#csiMenuWrapperMobile .quick-link-div a {
  color: #fff;
  font-size: 1.125rem;
}

.csi-container1400 {
  max-width: 1400px;
  margin: 0 auto;
}

.csi-header {
  position: absolute;
  width: 100%;
}

.csi-logo img {
  width: 290px;
}

.form-control {
  display: inline-block;
  width: auto;
}

span.toggle-text {
  font-weight: 600;
}

.csi-hero {
	position: relative;
}

.carousel-item {
  position: relative;
  height: 605px;
  //height: 50vh;
}

.carousel-item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.89) 100%);
}

.carousel-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(255,255,255);
  background: linear-gradient(304deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.85) 100%);
}

.carousel-image {
  width: 100%;
  min-height: 575px;
  height: 50vh;
  position: relative;
}

.carousel-caption {
  text-align: left;
  bottom: 30%;
  left: 0;
}

.carousel-caption h1 {
  font-size: 2.75rem;
}

.quicklinks-gradient {
  position: relative;
  height: 30px;
  top: 95%;
}

.quicklinks-gradient:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.quick-links-row {
  padding: 50px 0;
}

.quick-link-div {
  text-align: center;
}

.quick-links-icon {
  display: block;
  margin: 5px auto;
}

/* Menu Styles */


#csiMenuWrapper .expanded-menu, 
#csiMenuWrapper-secondary .expanded-menu,
#csiMenuWrapper .modal-menu ul, 
#csiMenuWrapper-secondary .modal-menu ul {
  display: block !important;
}

#csiMenuWrapper .modal-menu .menu-item-has-children .sub-menu li {
  display: inline-block;
  border-width: 0;
}

#csiMenuWrapper .modal-menu li, 
#csiMenuWrapper-secondary .modal-menu li {
  border-color: transparent;
  padding-bottom: 10px;
}

#csiMenuWrapper .modal-menu > li > a, 
#csiMenuWrapper .modal-menu > li > .ancestor-wrapper > a, 
#csiMenuWrapper-secondary .modal-menu > li > a, 
#csiMenuWrapper-secondary .modal-menu > li > .ancestor-wrapper > a {
  font-size: 1.375rem;
  font-weight: 700;
  padding-bottom: .8rem;
  border-right: none;
}

#csiMenuWrapper .modal-menu ul li a, 
#csiMenuWrapper-secondary .modal-menu ul li a {
  font-weight: 700;
}

#csiMenuWrapper .modal-menu a, 
#csiMenuWrapper-secondary .modal-menu a {
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 0;
  border-right: 1px solid #fff;
}

#csiMenuWrapper .modal-menu .menu-item-has-children .sub-menu li:first-child a {
  padding-left: 0;
}

#csiMenuWrapper .modal-menu .menu-item-has-children .sub-menu li:last-child a {
  border-right: none;
}

#csiMenuWrapper button.sub-menu-toggle svg, 
#csiMenuWrapper-secondary button.sub-menu-toggle svg {
  display: none;
}




/* HOME PAGE STYLES
-------------------------------------------------------------------------------------- */

.home-products {
  padding-top: 40px;
  padding-bottom: 90px;
}

.product-img {
  height: 390px;
  width: 100%;
  box-shadow: 0 0 11px rgba(0, 0, 0, .4);
}

.product-img.tall {
  height: 570px;
}

.prod-text {
  padding: 10px;
}

.full-width {
  height: 390px;
  width: 100%;
  position: relative;
}

 .full-width:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; 
  background-color: rgba(136, 0, 4, .96);
} 

.full-text {
  text-align: center;
  top: 55%;
  position: relative;
}

.full-text h1,
.full-text p {
  color: #fff;
}

.full-text p {
  font-size: 1.25rem;
}

.full-text .csi-btn {
  background: #121212;
  border: 1px solid #121212;
  color: #fff !important;
}

.home-links {
  position: relative;
  padding: 55px 0;
}



.link-img {
  height: 475px;
}

.links {
  min-height: 405px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .16);
  background: #fff;
}

.link-container {
  padding: 55px 75px;
}

.single-link {
  padding-bottom: 40px;
  padding-right: 90px;
}

.single-link img {
  margin-bottom: 5px;
}

/* INTERNAL PAGE STYLES
-------------------------------------------------------------------------------------- */
.csi-insidepages {
  position: relative;
  padding-bottom: 80px;
}

.watermark {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

hr {
  margin: 40px 0;
}

.inside-header-content {
	position: relative;
}

.tab-pane .inside-header-content, 
.inside-panel-group > .inside-header-content {
  border: 1px solid #cecece;
  padding: 15px 25px;
  border-radius: 4px;
  margin-top: 20px;
}

.panel.panel-default a {
  text-decoration: none;
}

.panel.panel-default {
  background: #fff;
  margin-bottom: 10px;
}

.inside-panel-group a[aria-expanded=true] .inside-header-content {
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}

.inside-panel-group .panel-body {
  border: 1px solid #cecece;
  border-radius: 0 0 4px 4px;
  padding: 15px 25px;
}

.panel.panel-default .panel-body a {
  text-decoration: underline;
}

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

.panel-body .csi-btn {
  padding: 0.375rem 0.75rem !important;
}

.csi-defaultAccordion .panel-body,
.csi-productAccordion .panel-body {
  border-top: 1px solid #cecece;
  border-radius: 0 0 4px 4px;
}

.csi-defaultAccordion a,
.csi-productAccordion {
  border: 1px solid #cecece;
}

.csi-productAccordion .panel-title {
  margin-bottom: 0;
}

.card {
  background: transparent;
}

.card .cardSection .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
  text-align: left;
  min-height: 370px;
}

.csi_cards .card-icon {
  margin: 0 auto;
}

.cardSection .card {
	text-align: center !important;
}

.cardSection .card .csi-btn {
	position: relative;
	bottom: 0;
}

.tab-content {
  background: #fff;
}

.table-responsive {
	border-radius: 4px;
}

.table {
	margin-bottom: 0;
	text-align: center;
}

.table thead {
	font-family: eb-garamond, serif;
	background: #A00005;
	color: #fff;
	border: 1px solid #A00005;
}

.table thead th {
	border-bottom: none;
	border-right: 1px solid #E2E2E2;
	padding: 20px 5px;
	font-size: 1.25rem;
}

.table thead th:last-child {
	border-right: transparent;
}

.table tbody,
.table td {
	border: 1px solid #E2E2E2;
}

.table tbody {
	font-weight: 500;
}

.table td:first-child {
	font-family: eb-garamond, serif;
	font-weight: 600;
}

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

div#calcLoad .demo-icon.icon-csi-printer, 
.tab-headings, 
.demo-icon, 
.calc-icon-page, 
.fa-money, 
.card-header h2, 
.highlight, 
.entry-section, 
.calc-top-title-text h2 {
	color: #121212;
}

.calc-body a.calc-links:hover h4, 
.calc-body a.calc-links:focus h4, 
.calc-body a.calc-links:hover .demo-icon, 
.calc-body a.calc-links:focus .demo-icon {
	color: #A00005;
}

.calc-body .return a.calculation-button {
	background: #A00005;
	border: 2px solid #A00005;
}

img.aligncenter {
	display: block;
	margin: auto;
}

/* History Page */
.page-id-712 .csi-articleContent img {
	float: left;
	margin-right: 20px;
}

.page-id-712 .csi-articleContent p:after {
	display: block;
	content: '';
	clear: both;
}

.wpcf7-form legend {
	font-size: 1rem;
	font-weight: 500;
}



/* FOOTER STYLES
-------------------------------------------------------------------------------------- */
footer {
  background: #666666;
  margin-top: 0;
}

.grecaptcha-badge {
  display: none!important;
}
.fdic-wrapper{
	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: -1%;
    display: block;
	margin-top:2px; 
}