/*
Theme Name: 0647 Jones Bank
Theme URI: http://csibankanytime.com/
Author: CSI ( CSI Designer Name, CSI Developer Name )
Description: Design Pro 3 CSI Banking Theme
Version: 2.8.0
Text Domain: design-pro-3
*/

/* ROOT VARIABLES
-------------------------------------------------------------------------------------- */

:root {
  --primary-color: #9D2235;
  --secondary-color: #191919;
  --tertiary-color: #000;
  --primary-font: 'Proxima Nova';
}


/* TYPOGRAPHY
-------------------------------------------------------------------------------------- */
body,
html {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Proxima Nova", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  line-height: normal;
  color: var(--primary-color);
}

h1 {
  font-size: 2.5625rem;
}

h2 {
  font-size: 2.1875rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.6875rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.3125rem;
}

p,
ul,
dl,
ol {
  color: var(--secondary-color);
  font-size: 1.125rem;
  font-weight: 400;
}

.primary-menu a {
  color: var(--primary-color) !important;
  font-size: 1.25rem;
  font-weight: 700;
}

hr {
  border: 1px solid #4d4d4d;
}

/* 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: var(--secondary-color);
  text-decoration: underline;
}
a:hover, a:focus {
  color: var(--primary-color);
  text-decoration: none;
}
.btn-primary {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  padding: .56rem 1.56rem;
  font-weight: 600;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  text-decoration: none;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.csi-helper-btn {
  padding: .56rem 1.56rem;
}

.csi-Menu-inner .btn-primary {
    display: none;
  }

/* NAV STYLES
-------------------------------------------------------------------------------------- */

#csiMenuWrapper {
  z-index: 100;
}

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

thead {
  font-size: 1.25rem;
  color: var(--primary-color);
  text-align: center;
}

.table td {
  text-align: center;
  border-top: none !important;
}

.table thead th {
  border-bottom: none !important;
}

.table tbody tr:nth-of-type(odd) {
  border-radius: .5rem;
  background-color: rgba(0, 0, 0, .05);
  border: none;
}

tr {
  border-top: none !important;
  border: none;
}

.csi_cards {
  margin: 2rem .5rem;
  border-radius: .5rem;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
}

.card {
  border: none;
}

.card-body h3 {
  font-size: 1.75rem;
}

.nav-tabs .nav-link {
color: var(--primary-color);
font-size: 1.125rem;
font-style: normal;
font-weight: 700;
line-height: 1.6875rem;
}

.nav-tabs .nav-link.active {
color: #fff;
background: #000;
font-size: 1.125rem;
font-style: normal;
font-weight: 700;
line-height: 1.6875rem;
}

.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
  background: var(--primary-color);
  color: #fff;
}

.nav-tabs {
  border-bottom: 1px solid var(--secondary-color);
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  color: #000;
}

.tab-pane {
  border-right: none;
  border-left: none;
  border-bottom: 1px solid var(--secondary-color);
}

/* ACCORDION STYLES
-------------------------------------------------------------------------------------- */

.csi-defaultAccordion {
  padding-bottom: 0;
  /* margin-bottom: 25px; */
}

.inside-panel-group {
  margin: 20px 0;
}

.panel-default a .panel-title::before,
.inside-panel-group a .inside-header-content::after {
  float: right !important;
  font-family: "Font Awesome 5 Free";
  background-color: none;
  border: none;
  border-radius: 0;
  font-weight: 900;
  content: "\f067";
  padding: 0;
  color: #fff;
  font-size: 1.625rem;
}

.panel-default a[aria-expanded=true] .panel-title::before,
.inside-panel-group a[aria-expanded=true] .inside-header-content::after {
  content: "\f068";
}

.csi-defaultAccordion p a, 
.csi-defaultAccordion li a,
.inside-panel-group>.panel>p a,
.inside-panel-group>.panel>li a {
  background: none;
  color: #000;
}

.csi-defaultAccordion p a:hover, 
.csi-defaultAccordion p a:focus,
.csi-defaultAccordion li a:hover, 
.csi-defaultAccordion li a:focus,
.inside-panel-group>.panel>p a:hover, 
.inside-panel-group>.panel>p a:focus,
.inside-panel-group>.panel>li a:hover, 
.inside-panel-group>.panel>li a:focus {
  background: none;
  color: var(--primary-color);
}

.csi-defaultAccordion a, 
.inside-panel-group>.panel>a {
  background: var(--primary-color);
  color: white;
  text-decoration: none;
  border-radius: .5rem;
  margin-bottom: none;
}

.csi-defaultAccordion a h5,
.inside-panel-group>.panel>a h5 {
  text-decoration: none;
  padding-right: 0;
  color: #fff;
}

.csi-defaultAccordion h5 {
  text-decoration: none !important;
}

.csi-defaultAccordion a h5:hover,
.csi-defaultAccordion a h5:focus,
.inside-panel-group>.panel>a h5:hover,
.inside-panel-group>.panel>a h5:focus {
  text-decoration: none;
  color: #fff;
}

.csi-defaultAccordion a:hover, 
.csi-defaultAccordion a:focus, 
.inside-panel-group>.panel>a:hover, 
.inside-panel-group>.panel>a:focus {
  background: #000;
  color: white;
  text-decoration: none;
}

.csi-defaultAccordion .panel-body,
.inside-panel-collapse .panel-body {
  margin-top: -25px;
  padding-top: 25px;
  border: none;
  border-radius: 0 0 .5rem .5rem;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
  /* margin-bottom: 25px; */
}

.inside-panel-collapse .panel-body {
  /* margin-bottom: 25px; */
}

.csi-defaultAccordion .panel-body p,
.inside-panel-collapse .panel-body p {
  padding-top: 25px;
}

.inside-panel-group a[aria-expanded=true],
.csi-defaultAccordion a[aria-expanded=true] {
  border-radius: .5rem .5rem 0 0 !important;
}

.csi-productAccordion {
  border: none;
  border-radius: .5rem;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
}

.csi-productAccordion .panel-body {
  border-top: 1px solid var(--secondary-color);
  border-radius: 0;
}

.csi-productAccordion .panel-title {
  font-size: 1.6875rem;
  padding-right: 0;
}

.csi-productAccordion .act-btn {
  background-color: #000;
  border-color: #000;
}

.csi-productAccordion .act-btn:hover,
.csi-productAccordion .act-btn:focus {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

img.productAccordionImage {
  width: 100%;
}

.productAccordion-btns {
    margin-top: auto;
    margin-bottom: auto;
}

/* FOOTER STYLES
-------------------------------------------------------------------------------------- */
footer {
  background: var(--primary-color);
}
a:hover, a:focus {
  color: var(--secondary-color);
  text-decoration: none;
}
img {
  margin-bottom: 20px;
}



/* INTERNET BANKING STYLES
-------------------------------------------------------------------------------------- */

.csi-ibContainer .csi-helper-btn {
  margin: auto;
}

.csi-ibContainer .csi-ibButton {
  margin-top: auto;
  margin-left: 10px;
}

.csi-ib h5 {
  font-family: "Proxima Nova", sans-serif;
  color: var(--secondary-color);
}

.dropdown-menu.show {
  width: 300px;
  text-align: center;
}


/* FDIC WRAPPER STYLES
-------------------------------------------------------------------------------------- */

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

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

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

input[type="checkbox"] {
  margin-right: 5px;
}


@media (max-width: 992px) {
  .csi-ib .form-control {
   width: 90vw;
   margin-bottom: 10px; 
  }
  .wpcf7-form-control {
  width: 90vw;
  }
  img.productAccordionImage.img-fluid {
    padding: 0 5rem;
  }
  .mobile-menu .btn-primary {
    display: none;
  }
}