/*
Theme Name: 0049 Zenith Bank
Theme URI: http://csibankanytime.com/
Author: CSI Steve Bargas Elizabeth Montemayor
Description: Zenith Bank Design Pro
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: clarendon-urw-extra-narrow, serif;
  color: #54583E;
}

h1, h2, h3, h4 {
  line-height: 1.5;
}

p,
ul,
dl,
ol {
  color: black;
}

/* 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: #54583E;
  text-decoration: underline;
  font-weight: 700
}
a:hover, a:focus {
  color: #54583E;
  text-decoration: none;
  font-weight: 700
}
.csi-nav button {
  font-family: clarendon-urw-extra-narrow, serif;
  font-weight: 400;
}
a.csi-btn,
.csi-nav button,
a.button,
p.card-linkName,
button.csi-btn {
  background: #A1B3BF;
  color: black;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  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;
  border-color: #A1B3BF;
}
a.csi-btn:hover,
a.csi-btn:focus,
.csi-nav button:hover,
a.button:hover,
p.card-linkName:hover,
.csi-nav button:focus,
a.button:focus,
p.card-linkName:focus,
button.csi-btn:hover,
button.csi-btn:focus {
  background:white;
  border-color: #A1B3BF;
  color: black;
  text-decoration: underline;
}
/* GENERAL STYLES
-------------------------------------------------------------------------------------- */
.csi-carousel {
  background: #C7CCB6;
}
.carousel-text h2 {
  color: #54583E;
  font-weight: 400;
}
.card-body h3 {
  color: #54583E;
  font-weight: 400;
}
.csi-bodyBox h2 {
  color: #54583E;
  font-weight: 400;
}
.csi-body-12 h4 {
  color: #54583E;
  font-weight: 400;
}
p.card-text {
  font-weight: 400;
}

#powered-by-csi {
  display: none;
}

.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;
  justify-content: center;
  line-height: 1.5;
}

.fdic-wrapper{
  padding: 0 10vw;
  display: flex;
  height: 48px;
  align-items: center;
}

.fdic-wrapper img{
  width: auto;
  height: 15.74px;
  margin-right: .75em;
  display: block;
}