/*
Theme Name: 0463 FCNB Cuba Missouri
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
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
/* TYPOGRAPHY
-------------------------------------------------------------------------------------- */
#wpadminbar #wp-admin-bar-wp-logo {
  display: none;
}

.location-finder #submitButton{
	border: 1px solid #2376D6;
}

.location-finder #submitButton:hover,
.location-finder #submitButton:focus{
	background: #fff;
}

.location-finder #submitButton:hover i,
.location-finder #submitButton:focus i {
	color: #2376D6;
}

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: 'Open Sans', sans-serif;
}

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

p,
ul,
dl,
ol {
  color: #676767;
}

.mobile-show{
	display: none !important;
}

.primary-menu button.csi-btn.btn{
	margin-bottom: 0;
	padding: 0.7rem 1.125rem;
}

img{
	max-width: 100%;
	height: auto;
}

img.alignleft{
	float: left;
	margin-right: 1rem;
}

img.alignright{
	float: right;
	margin-left: 1rem;
}
.person-card-title{
	color: #0A68AD;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
span.text-muted{
	color: inherit !important;
	font-size: 80%;
	font-style: italic;
}
/* 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:not([href]):not([tabindex]){
	color: #fff;
}
a {
  color: #174688;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #343434;
  text-decoration: none;
}
.csi-btn.btn,
.csi-btn.button,
input#gform_submit_button_5 {
	background: #0A68AD;
	color: #fff;
	border: 1px solid #0A68AD;
	text-decoration: none;
	font-weight: 600;
	padding: 0.875rem 3rem;
	border-radius: 4px;
	font-size: 0.875rem;
	display: inline-block;
	margin-bottom: 1rem;
}
.csi-btn.btn:hover, .csi-btn.btn:focus,
.csi-btn.button:hover, .csi-btn.button:focus,
input#gform_submit_button_5:hover,
input#gform_submit_button_5:focus{
	background: #fff;
	color: #0A68AD;
}

/* GENERAL STYLES
-------------------------------------------------------------------------------------- */
.full-bio{
  display: none;
  margin-top: -170px;
}
.full-card-bio{
	display: none;
}
.person-title{
	margin-bottom: 1rem;
}
.person-row {
    width: 100%;
    margin: 30px 0;
    float: left;
}
.csi-btn.button.show_full_bio{
	border-radius: 0;
	padding: 0.5rem 2rem;
	    float: left;
    width: auto;
    margin-bottom: 20px;
    position: relative;
    display: block;
}
.person-row img{
	border-radius: 4px;
	box-shadow: 0px 30px 50px -2px dimgrey;
	max-width: 100%;
	height: auto;
}
.person-row span{
	-webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  display: block;
  position: absolute;
    right: 15px;
    top: 10px;
}
.rotated{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.csi-logo img {
  width: 250px;
}

.csi-container1600{
	max-width: 1600px;
	margin: 0 auto;
}

.no-gutters > .pr-7[class*=col-], .pr-7{
	padding-right: 7rem;
}
.no-gutters > .pl-7[class*=col-], .pl-7{
	padding-left: 7rem;
}
.csi-body-4 .csi-bodyBox{
	margin-left: auto;
}
footer>p:last-child {
	display: none;
}
.top-fdic{
	display: flex;
	justify-content: center;
	background: #fff;
  }
  
  .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{
	  width: auto;
	  height: 15.74px;
	  margin-right: .75em;
	  display: block;
	  margin-top:2px;
  }