/*
Theme Name: 1878 - Pointwest Bank
Theme URI: http://csibankanytime.com/
Author: CSI
Description: Design Pro 3 CSI Banking Theme
Version: 2.1.2
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: "DM Serif Display", serif;
  color: #0A0A0A;
}

h1, h2, h3, h4 {
  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: #916C22;
  text-decoration: underline;
  font-weight: 600;
}
a:hover, a:focus {
  color: #0A0A0A;
  text-decoration: none;
}

.csi-btn,
.csi-ib .csi-ibButton button {
  background: #C3922E;
  border: 1px solid #C3922E;
  color: #0A0A0A;
}

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

.csi-ib .csi-helper-btn {
  background: #6C757D;
  border: 1px solid #6C757D;
}

.csi-ib .csi-helper-btn:hover,
.csi-ib .csi-helper-btn:focus {
  background: #0A0A0A;
  border: 1px solid #0A0A0A;
}

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

.csi-logo {
  width: 299px;
}

.csi-banner-14:before {
  background: #0A0A0A;
}

#csiMenuWrapper .primary-menu ul, 
#csiMenuWrapper-secondary .primary-menu ul {
  z-index: 4;
}

#csiMenuWrapper .primary-menu ul a, 
#csiMenuWrapper-secondary .primary-menu ul a,
#csiMenuWrapper .sub-menu .icon, 
#csiMenuWrapper-secondary .sub-menu .icon {
  color: #0A0A0A !important;
}

.csi-ib {
  background: transparent;
  box-shadow: none;
  z-index: 3;
}

.csi-ib h5 {
  color: #fff;
}

.csi-articleContent a {
	font-weight: 700;
}

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

.inside-header-content h5 {
  color: #0A0A0A;
}

.inside-panel-group {
	margin-bottom: 30px;
}

.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-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: #0A0A0A;
}

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 .fdic-notice svg {
    min-width: 39px;
    min-height: 15.74px;
    height: 15.74px;
    display: block;
    margin-top: 2px;
}

.csi-alert{
  background: yellow;
}