/*
Theme Name: 0744 Banner Capital
Theme URI: http://csibankanytime.com/
Author: CSI ( Bri Grimsley )
Description: Design Pro 3 CSI Banking Theme
Version: 2.7.0
Text Domain: design-pro-3
*/
/* TYPOGRAPHY
-------------------------------------------------------------------------------------- */
:root {
  --primary-color: #143948;
  --secondary-color: #76bb43;
  --tertiary-color: #f8c64b;
  --accent-color: #00b2e2;

  --text-color: #4e3532;
}
body {
  background: #fbf8ec;
}
body,
html {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: fieldwork, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--text-color);
  font-weight: 200;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2.25rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.75rem;
}

h6 {
  font-size: 1.5rem;
}

p,
ul,
dl,
ol {
  color: var(--text-color);
  font-size: 1.125rem;
  line-height: 1.4;
}

.text-muted {
  color: var(--text-color) !important;
}

/* 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: #005978;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #005978;
  text-decoration: none;
}
.csi-btn, .btn-primary, form input[type="submit"] {
  background: var(--secondary-color);
  color: var(--primary-color);
  border-radius: 15px;
  font-size: 1.375rem;
  position: relative;
  line-height: 1;
  padding: 1.25rem 3.125rem 1.25rem 1.25rem;
  border-color: var(--secondary-color);
  text-decoration: none;
}
.csi-btn:after {
  position: absolute;
  top: 19px;
  right: 18px;
  content: "";
  background: url(images/right-hollow-arrow.png) no-repeat center center;
  width: 18px;
  height: 24px;
  z-index: 999;
}
.csi-btn:hover, .csi-btn:focus, .btn-primary:hover, .btn-primary:focus, form input[type="submit"]:hover, form input[type="submit"]:focus {
  background: var(--tertiary-color);
  border-color: var(--tertiary-color);
  color: var(--primary-color);
}
.csi-btn:hover::after, .csi-btn:focus::after {
  right: 16px;
}

/* GENERAL STYLES
-------------------------------------------------------------------------------------- */
.csi-container1200 {
  max-width: 1200px;
  margin: auto;
}
hr {
  border-top: 5px solid var(--accent-color);
}
b, strong {
  font-weight: 700;
}

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

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

/* Section One */
.section-one .card {
  border: none;
  margin-bottom: 1.5rem;
}
.section-one .card-img-wrapper {
  border-radius: 15px 15px 0 0;
  min-height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-one .card .card-content {
  background: #003b49;
  border-radius: 0 0 15px 15px;
  text-align: center;
  padding: 1rem 3rem;
}
.section-one .card .card-content h3, .section-one .card .card-content p {
  color: white;
}
/* Section Two */
.section-two {
  margin-top: 2rem;
  padding-block: 5rem 7rem;
  padding-inline: 2rem;
  border-top: 5px solid var(--secondary-color);
  position: relative;
}
.section-two:after {
  background: url(images/green-cream-curve.png) no-repeat center center;
  content: "";
  position: absolute;
  bottom: 0rem;
  width: 100%;
  height: 92px;
  left: 0;
  right: 0;
  background-size: cover;
}
.section-two .content-wrapper {
  max-width: 630px;
  margin: auto;
  padding-inline: 2rem;
  background: hsla(0, 0%, 100%, .6);
  border-radius: 15px;
  padding: 1.75rem 2.5rem;
}

/* Section Three */
.section-three h3 {
  font-size: 3rem;
}
.section-three .more-news {
  margin-block: 4rem 2rem;
}

/* Section Four */
.section-four {
  margin-top: 2rem;
  padding-block: 5rem 7rem;
  padding-inline: 2rem;
  border-top: 5px solid var(--accent-color);
  position: relative;
}
.section-four:after {
  background: url(images/green-yellow-curve.png) no-repeat center center;
  content: "";
  position: absolute;
  bottom: 0rem;
  width: 100%;
  height: 92px;
  left: 0;
  right: 0;
  background-size: cover;
}
.section-four .content-wrapper {
  max-width: 630px;
  margin: auto;
  padding-inline: 2rem;
  background: hsla(0, 0%, 100%, .6);
  border-radius: 15px;
  padding: 1.75rem 2.5rem;
}

/* FOOTER
-------------------------------------------------------------------------------------- */
footer {
  background: linear-gradient(180deg, rgb(0, 61, 76) 0%, rgb(0, 85, 114) 100%);
  margin-top: 5rem;
  padding-bottom: 5%;
  position: relative;
}
footer:after {
  content: "";
  background: url(images/footer-curve.png) no-repeat center center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 170px;
  width: 100%;
  background-size: cover;
}
footer .accent-text {
  color: #fdd964;
}
#powered-by-csi {
  position: relative;
  z-index: 2;
}
footer img {
  max-width: 100%;
  height: auto;
}
footer p, footer a {
  font-size: 1rem;
}
footer a:hover, footer a:focus {
  color: white;
  text-decoration: none;
}
footer svg {
  fill: white;
}
footer .row {
  z-index: 2;
  position: relative;
}

/* Footer Banner */
body:not(.home) .footer-banner {
    border-top: 5px solid var(--secondary-color);
}
.footer-banner {
  background: #ffc52f;
  position: relative;
}
.footer-banner:after {
  background: url(images/cta-footer.png) no-repeat center center;
  content: "";
  position: absolute;
  bottom: -5rem;
  width: 100%;
  height: 92px;
  left: 0;
  right: 0;
  background-size: cover;
}
.footer-banner .content {
  max-width: 550px;
  margin: auto;
  text-align: center;
  padding-block: 4.5rem 2rem;
}
.footer-banner .content a:hover, .footer-banner .content a:focus {
  background: white;
}

/* BLOG
-------------------------------------------------------------------------------------- */
.post {
  background: linear-gradient(180deg, rgb(19, 58, 72) 0%, rgb(33, 88, 117) 100%);
  border-radius: 15px;
  padding: 1.25rem;
  height: 100%;
  position: relative;
  margin-bottom: 1.5rem;
}
.post:after {
  content: "";
  background: url(images/news-bg.png) no-repeat center center;
  position: absolute;
  bottom: -6px;
  right: 10%;
  height: 156px;
  width: 200px;
}
.post h3 {
  color: white;
  font-size: 2.625rem;
}
.post p {
  color: #ffc52f;
  position: relative;
  z-index: 2;
}
.post a {
  font-size: 1rem;
  padding: 0.625rem;
  z-index: 2
}
.post a:after {
  content: none;
}

/* COMPONENTS
-------------------------------------------------------------------------------------- */
/* CTA BANNER */
.cta-banner {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  background: linear-gradient(180deg, rgb(0, 60, 73) 0%, rgb(0, 75, 98) 100%);
  border-top: 6px solid #76bc43;
}
.cta-img {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  object-fit: cover;
  height: 200px;
}
.cta-banner .content {
  max-width: 980px;
  margin: auto;
  padding: 1.25rem;
  padding-top: 3rem;
}
.cta-banner .content > * {
  color: var(--tertiary-color);
  font-weight: 400;
}

/* Color Blocks */
.color-block {
  padding: 1.25rem;
  border-radius: 15px;
  margin-bottom: 1.5rem;
  height: 100%;
  padding-bottom: .5rem;
}
.col-md-4:has(.color-block) {
  margin-bottom: 1rem;
}
.standard-section .col-md-4 div:has(.color-block) {
  height: 100%;
}
.color-block.brown {
  background: var(--text-color);
}
.color-block.brown .accent-text {
  color: var(--tertiary-color);
}
.color-block.blue {
  background: #005978;
}
.color-block.yellow {
  background: var(--tertiary-color);
}
.color-block:not(.yellow) > *, .color-block:not(.yellow) li, .color-block:not(.yellow) ol {
  color: white;
  margin-bottom: 0;
}
.color-block.yellow > *, .color-block.yellow li, .color-block.yellow ol {
  color: #1c3d4a;
}
.color-block.yellow a {
  color: #005978;
}
.color-block.yellow a:hover, .color-block.yellow a:focus {
  color: #005978;
  text-decoration: none;
}
.color-block a {
  color: white;
  font-size: 1rem;
}
.color-block a:hover, .color-block a:focus {
  color: white;
  text-decoration: none;
}
.color-block p, .color-block li {
  font-size: 1rem;
}
.color-block p {
  margin-bottom: 1.5rem !important;
}

.csi-defaultAccordion a, .inside-panel-group>.panel>a {
  background: transparent;
  border-radius: 15px;
  border: 2px solid var(--accent-color);
  margin-bottom: 0;
}
.csi-defaultAccordion a:hover, .csi-defaultAccordion a:focus, .inside-panel-group>.panel>a:hover, .inside-panel-group>.panel>a:focus {
  background: var(--tertiary-color);
  border: 2px solid var(--tertiary-color);
}
.csi-defaultAccordion a:hover h5, .csi-defaultAccordion a:focus h5, .inside-panel-group>.panel>a:hover h5, .inside-panel-group>.panel>a:focus h5 {
  color: var(--primary-color);
  text-decoration: none;
}
.csi-defaultAccordion a[aria-expanded=true] {
  border-radius: 15px 15px 0 0 !important;
}
.inside-panel-collapse .panel-body, .csi-defaultAccordion .panel-body {
  border-radius: 0 0 15px 15px;
  border: 2px solid var(--accent-color);
}
.csi-defaultAccordion a[aria-expanded=true] {
  border-radius: 15px 15px 0 0 !important;
  background: var(--tertiary-color);
  border: 2px solid var(--accent-color);
  border-bottom: 0;
}
.csi-productAccordion .panel-body, .csi-productAccordion .panel-heading {
  border-radius: 15px;
}
.csi-productAccordion {
  border: 2px solid var(--accent-color);
  border-radius: 15px;
}
.card {
  background: transparent;
  border-radius: 15px;
  border: 2px solid var(--accent-color);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background: var(--secondary-color);
  color: var(--primary-color);
  border: none;
}
.tab-pane {
  border: none;
}
.nav-tabs {
  border-bottom: 2px solid var(--secondary-color);
}
.nav-tabs, .nav-link {
  margin-bottom: -2px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: none;
  background: var(--tertiary-color);
}
.table-bordered td, .table-bordered th {
  border-color: var(--primary-color);
}
.table thead th {
  border-color: var(--primary-color);
}
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 1px;
}
.image-card-col {
  padding-inline: 0;
}
.image-card-col img {
  min-height: 140px;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

/* Alerts */
.csi-alert {
  background: var(--tertiary-color);
  border-bottom: 3px solid var(--accent-color);
}
.alert-dismissible .close {
  color: var(--text-color);
}

/* FORMS */
#wpcf7-f100364-o1 .name-wrapper {
  display: flex;
  gap: 1rem;
}
#wpcf7-f100364-o1 label {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  font-weight: 700;
}
#wpcf7-f100364-o1 input {
  border: none;
  padding: .75rem;
  border-radius: 15px;
  max-width: 100%;
}
#wpcf7-f100364-o1 textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: .75rem;
  border-radius: 15px;
}
#wpcf7-f100364-o1 p, #wpcf7-f100364-o1 label, #wpcf7-f100364-o1 span, #wpcf7-f100364-o1 input:not([type="submit"]) {
    width: 100%;
}
#wpcf7-f100364-o1 sub {
  font-weight: 400;
}
#wpcf7-f100364-o1 select, #wpcf7-f100364-o1 input[name="your-email"], #wpcf7-f100364-o1 input[name="tel-242"] {
  width: 50%;
}
#wpcf7-f100443-o1 p, #wpcf7-f100443-o1 label:has([name="your-name"]),#wpcf7-f100443-o1 label:has([name="your-email"]), #wpcf7-f100443-o1 label:has([name="phone-number"]), #wpcf7-f100443-o1 label:has([name="your-name"]) input ,#wpcf7-f100443-o1 label:has([name="your-email"]) input , #wpcf7-f100443-o1 label:has([name="phone-number"]) input {
  width: 100%;
}
#wpcf7-f100443-o1 input {
  border: none;
  padding: .75rem;
  border-radius: 15px;
  max-width: 100%;
}
#wpcf7-f100443-o1 span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
}
#wpcf7-f100443-o1 span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  display: flex;
  flex-direction: column;
}
#wpcf7-f100443-o1 label {
  font-weight: 700;
}
#wpcf7-f100443-o1 span.wpcf7-list-item-label {
  font-weight: 400;
}

.slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before{
  border: 2px solid var(--secondary-color);
  border-radius: 10px;
}

.slick-prev:before, .slick-next:before{
  border: 2px solid transparent;
}