/*
Theme Name: 1764 - First National Bank of Anderson
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: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", serif;
  color: #0A1C3E;
  font-weight: 600;
  line-height: 1.5;
}



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

/* 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: #CF001B;
  text-decoration: underline;
  font-weight: 600;
}
a:hover, a:focus {
  color: #0A1C3E;
  text-decoration: none;
}

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

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


/* GENERAL STYLES
-------------------------------------------------------------------------------------- */
.csi-banner-10:before {
  background: #0A1C3E;
}

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

.inside-header-content {
  border: 1px solid #cecece;
  padding: 15px 25px;
  border-radius: 4px;
  margin-top: 20px;
}

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



.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;
}


footer {
  background: #0A1C3E;
}

footer a:hover,
footer a:focus {
	color: #fff;
}


.fdic-wrapper .fdic-notice {
    display: flex;
    flex-direction: row;
    justify-content: center;
    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{
  margin-bottom: .3125rem;
  background-color: white;
  padding-right: 1rem;
}

.fdic-wrapper .fdic-notice svg {
    min-width: 39px;
    min-height: 15.74px;
    height: 15.74px;
    display: block;
    margin-top: 2px;
}

.csi-logo{
  align-items: center;
  flex-direction: column;
}

.navbar-brand{
  padding-bottom: 0;
}

.csi-alert{
  z-index: 2;
}