/* Set up default color scheme */
:root {
  --eb-blue-1: #192168;
  --eb-blue-2: #111747;
  --eb-blue-3: #0B0E2E;
  --eb-yellow-1: #FDBC18;
  --eb-yellow-2: #EDAA00;
  --eb-yellow-3: #CC9200;
  --eb-cobalt-1: #163ACC;
  --eb-cobalt-2: #0C2BAA;
  --eb-cobalt-3: #092080;
  --black: #000;
  --grey-1: #495057;
  --grey-2: #868E96;
  --grey-3: #CACCCF;
  --grey-4: #E6E6E6;
  --grey-5: #F5F5F5;
  --white: #FFF;
  --red: #F03D3E;
  --orange: #FFA44F;
  --green: #51CF66;

  --font-mr-eaves: 'Mr Eaves XL San Nar OT', serif;
  --font-rustica: 'Rustica', serif;
}


@font-face {
  font-family: 'Mr Eaves XL San Nar OT';
  src: url('/static/fonts/MrEavesXLSanNarOT-Ultra.otf') format('opentype');
}

@font-face {
  font-family: 'Mr Eaves XL San Nar OT';
  src: url('/static/fonts/MrEavesXLSanNarOT-Bold.eot');
  src: url('/static/fonts/MrEavesXLSanNarOT-Bold.eot?#iefix') format('embedded-opentype'),
       url('/static/fonts/MrEavesXLSanNarOT-Bold.woff2') format('woff2'),
       url('/static/fonts/MrEavesXLSanNarOT-Bold.woff') format('woff'),
       url('/static/fonts/MrEavesXLSanNarOT-Bold.ttf') format('truetype'),
       url('/static/fonts/MrEavesXLSanNarOT-Bold.svg#MrEavesXLSanNarOT-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rustica';
  src: url('/static/fonts/Rustica-RegularVariable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: 'Mr Eaves XL Mod Nar OT';
  src: url('/static/fonts/ot-ultra-mr-eaves-xl-sans-opentype-390498/MrEavesXLSanOT-Ultra.otf') format('opentype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
} */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: 'Rustica', sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

a {
  color: var(--eb-cobalt-1);
  font-weight: 400;
}
a:hover,
a:active { 
  color: var(--eb-blue-1);
  font-weight: 700;
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 63px;
  /* margin: 0.67em 0; */
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}
pre { overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
  min-height: 100px;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*:focus {
  box-shadow: none;
  outline: none;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  /* line-height: 24px; */
  line-height: 160%;
  font-family: "Rustica", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
  /* overflow-x: hidden; */
}
html {
  transition: opacity 0.2s ease;
  visibility: visible;
  opacity: 1;
}
html.wf-active,
html.no-js {
  visibility: visible;
  opacity: 1;
}
h1,
h2,
h3 {
  font-family: var(--font-mr-eaves);
  text-transform: uppercase;
  color: var(--eb-blue-1);
  line-height: 0.9;
}

h4, h5, h6 {
  font-family: "Rustica", Helvetica Neue, Helvetica, Arial, sans-serif;
}

h1.lowercase,
h2.lowercase,
h3.lowercase,
h4.lowercase,
h5.lowercase {
  text-transform: none;
}
h1 {
  font-size: 63px;
  line-height: 90%;
}
h2 {
  font-size: 47px;
  line-height: 90%;
}
#main-content h2 {
  font-size: 36px;
}
h3 {
  font-size: 36px;
  line-height: 100%;
}
h4 {
  font-size: 26px;
  font-weight: 700;
  color: var(--black);
  line-height: 140%;
}
h5 {
  font-size: 20px;
  font-weight: 400;
}
h6 {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
hr {
  border-color: var(--eb-cobalt-1);
  border-style: solid;
  border-width: 2px 0 0 0;
  margin-top: 32px;
  margin-bottom: 32px;
  opacity: 1;
  width: 100%;
}
a {
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.form-group {
  display: block;
  /* margin: 10px 0; */
  position: relative;
}

ul {
  padding: 0; 
}

/* ul not wrapped in div */
main .col-8 > ul {
  margin-left: 1rem;
}

li {
  font-weight: 300;
}

form .show-submitted {
  display: none;
}
form.submitting .hide-submitting {
  display: none;
}
form.submitted .show-submitted {
  display: block;
}
form.submitted .hide-submitted {
  display: none;
}

.contact-input-wrap {
  margin-bottom: 24px;
}

form .form-group,
form .contact-input-wrap {
  position: relative;
}
form .form-group.filled label,
form .contact-input-wrap.filled label {
  display: none;
}
form .form-group.error input,
form .contact-input-wrap.error input,
form .form-group.error textarea,
form .contact-input-wrap.error textarea,
form .form-group.error select,
form .contact-input-wrap.error select {
  border-color: red;
  color: #212529;
}
form .form-group.error input:focus,
form .contact-input-wrap.error input:focus,
form .form-group.error textarea:focus,
form .contact-input-wrap.error textarea:focus,
form .form-group.error select:focus,
form .contact-input-wrap.error select:focus {
  color: black;
}
form .form-group.error label,
form .contact-input-wrap.error label {
  color: red;
  left: 11px;
}
form .form-group.error .contact-label,
form .contact-input-wrap.error .contact-label {
  left: 21px;
}
form .form-group.error .contact-label.search-label,
form .contact-input-wrap.error .contact-label.search-label {
  left: 220px;
  position: absolute;
}
form .form-group.error input:focus ~ label,
form .contact-input-wrap.error input:focus ~ label,
form .form-group.error textarea:focus ~ label,
form .contact-input-wrap.error textarea:focus ~ label {
  display: none;
}
.input-switcher .form-group {
  display: none;
}
.input-switcher .form-group.active {
  display: block;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.1em;
  line-height: 1em;
  fill: currentcolor;
}
.states .state {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.2s ease,  visibility 0s 0.2s linear;
  transition: opacity 0.2s ease, visibility 0s 0.2s linear;
}
.states .state.default-state {
  opacity: 1;
  position: static;
  visibility: visible;
  min-height: 390px;
  -webkit-transition: opacity 0.2s ease, visibility 0s 0s linear;
  transition: opacity 0.2s ease, visibility 0s 0s linear;
}
.states.active .state.default-state {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.states.active .state.active {
  opacity: 1;
  position: relative;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease, visibility 0s 0s linear;
  transition: opacity 0.2s ease, visibility 0s 0s linear;
}
.states.active .state.active.video-state {
  margin-top: 93px;
  margin-bottom: -64px;
}
@media (max-width: 1092px) {
  .states.active .state.active.video-state {
    margin-top: 81px;
    margin-bottom: -64px;
  }
}
@media (max-width: 767px) {
  .states.active .state.active.video-state {
    margin-top: 92px;
    margin-bottom: -92px;
  }
}
.modal-box {
  position: relative;
  z-index: 0;
  margin-top: 126px;
  border-radius: 4px;
  margin-left: 0;
  width: 324px;
  background: rgba(255, 255, 255, 0.95);
  font-weight: 100;
  padding: 40px;
  box-sizing: border-box;
  overflow: hidden;
}
.modal-box .close {
  position: absolute;
  top: 13px;
  right: 13px;
  color: #333;
  display: block;
}
.modal-box .close svg {
  display: block;
  width: 13px;
  height: 13px;
}
.modal-box h4 {
  text-transform: none;
  font-weight: 100;
  margin: 0;
  line-height: 1.4;
  padding-bottom: 10px;
  font-size: 23.5px;
}
.modal-box p {
  font-size: 15px;
  line-height: 22px;
}
.modal-box .btn {
  margin: 10px auto;
  display: block;
  width: 155px;
  clear: both;
}
@media (max-width: 767px) {
  .modal-box {
    top: 25px;
    margin: 30px 10px 15px;
    width: auto;
  }
}
.video-box {
  position: relative;
  background: #000000;
  height: 320px;
  margin: 70px 0 0;
}
.video-box .close {
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  color: white;
  background-color: black;
  height: 20px;
}
@media (min-width: 767px) {
  .video-box .close {
    top: -60px;
    height: 65px;
  }
}
@media (min-width: 993px) {
  .video-box .close {
    top: 10px;
  }
}
.video-box .close svg {
  float: right;
  padding-right: 10px;
  padding-top: 4px;
}
@media (min-width: 767px) {
  .video-box .close svg {
    padding-top: 40px;
  }
}
@media (min-width: 993px) {
  .video-box .close svg {
    padding-top: 0;
  }
}
.video-box .youtube {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
}
@media (min-width: 1092px) {
  .video-box {
    height: 615px;
    margin: 92px 0 0;
  }
  .video-box .youtube {
    width: 80%;
    height: 100%;
  }
}
@media (min-width: 767px) {
  .video-box {
    height: 615px;
    margin: 92px 0 0;
  }
  .video-box .youtube {
    width: 80%;
    height: 100%;
  }
}
footer .nav-list li {
  display: block;
  line-height: 100%;
  padding-bottom: 8px;
}
footer .nav-list li a {
  color: var(--eb-cobalt-1);
  font-size: 11pt;
  line-height: 140%;
  font-weight: 400;
  text-decoration: none;
}
footer .nav-list .list-header, footer .nav-box .list-header {
  font-weight: 400;
  font-size: 12pt;
  line-height: 120%;
}
#main-content {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#main-content > .home {
  padding-top: 0;
  padding-bottom: 60px;
}

.home-background {
  background: #fbfbfb;
  padding-top: 32px;
  padding-bottom: 32px;
}

p {
  font-size: 14pt;
  font-weight: 400;
}
.lead {
  color: var(--eb-blue-1);
  font-family: var(--font-rustica);
  font-weight: 700;
  margin: 0;
  line-height: 140%;
  padding-bottom: 10px;
  font-size: 26px;
}
/* every .lead except the first one */
.lead:not(:first-child) {
  padding-top: 10px;
}

#main-header {
  position: sticky;
  top: 0;
  z-index: 2;
}
#main-header .header-container {
  background: var(--white);
}
#main-header nav ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  flex-wrap: nowrap;
  /* align-items: center; */
}
#main-header nav ul li {
  display: flex;
  align-items: center;
}
/* #main-header .logo-nav nav ul li.nav-item {
  display: block;
} */
#main-header .list-header {
  margin-top: 12px;
  margin-bottom: 12px;
}
#main-header .list-header h6 {
  margin: 0;
}
#main-header li.child {
  margin-bottom: 1px;
}
#main-header nav ul a {
  text-decoration: none;
  display: flex;
  height: 54px;
  align-items: center;
  max-width: fit-content;
}
#main-header nav ul a.btn {
  display: inline;
  padding: 12px;
  white-space: nowrap;
  text-transform: capitalize;
}

.nav-mega-menu {
  padding: 0;
}
.nav-mega-menu .mega-menu {
  box-sizing: border-box;
  position: absolute;
  display: block;
  top: 182px;
  left: 120px;
  right: 90px;
  background: #fff;
  padding: 38px 40px;
  text-align: left;
  overflow: hidden;
  z-index: 1;
  height: 439px;
  transition: opacity 0.2s ease, visibility 0s 0.2s linear;
  opacity: 0;
  visibility: hidden;
  border-radius: 16px;
  backdrop-filter: blur(2px);
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.15);
}

.mega-menu ul.nav-list {
  flex-direction: column;
  height: 26px;
}

@media (max-width: 1200px) {
  .nav-mega-menu .mega-menu {
    left: 60px;
    right: 60px;
  }
}
@media (max-width: 1092px) {
  .nav-mega-menu .mega-menu {
    left: 25px;
    right: 25px;
  }
}
.nav-mega-menu .mega-menu .menu-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-left: none;
  border-radius: 0 3px 3px 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
@media (max-width: 1092px) {
  .nav-mega-menu .mega-menu .menu-image {
    display: none;
  }
}
.nav-mega-menu .mega-menu .icon {
  padding-right: 5px;
}
.nav-mega-menu:after {
  content: "";
  border: solid transparent;
  border-bottom-color: #fff;
  border-width: 0 10px 15px 10px;
  position: relative;
  left: 50%;
  margin-left: -10px;
  height: 20px;
  display: block;
  width: 0;
  bottom: -11px;
  transition: opacity 0.2s ease, visibility 0s 0.2s linear;
  opacity: 0;
  visibility: hidden;
}
.nav-mega-menu:last-child:after {
  left: 20%;
}
.nav-mega-menu:hover {
  height: 90px;
}
.nav-mega-menu:hover > .mega-menu, .nav-mega-menu:hover > .nav-arrow {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease, visibility 0s 0s linear;
}
.nav-mega-menu:hover > .overlay {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  display: block;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.nav-mega-menu:hover:after, .nav-arrow:hover:after {
  opacity: 1;
  /* visibility: visible; */
  transition: opacity 0.2s ease, visibility 0s 0s linear;
}
.nav-mega-menu.unhover > .overlay,
.nav-mega-menu.unhover > .mega-menu,
.nav-mega-menu.unhover > .nav-arrow {
  display: none;
}
.announcement {

  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 1000;
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0; */
  width: 100%;
}

.announcement.hide {
  display: none;
}
.announcement.slide-up {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 100;
}
.announcement .close {
  display: table-cell;
  width: 20px;
  padding: 13px;
  /*background-color: darken(@eb-gold, 3%);*/
  background-color: #c6930a;
  /*lighten(@eb-gold, 10%);*/
  vertical-align: middle;
}
.announcement .close .icon {
  display: block;
  fill: #FFF;
}
.announcement .close:hover {
  background-color: #f3b510;
  /*darken(@eb-gold, 3%);*/
}
.announcement .content {
  background-color: var(--eb-yellow-1);
  color: var(--eb-blue-1) !important;
  display: flex;
  align-items: center;
  line-height: 140%;
  text-align: center;
  flex-direction: column;
}
.announcement .content p,
.announcement .content span {
  color: var(--eb-blue-1) !important;
  font-weight: 400 !important;
}

.announcement .content a,
.announcement .content p a,
.announcement .content span a,
.announcement .content a span {
  text-decoration: none;
  font-weight: normal;
  color: var(--eb-cobalt-1) !important;
}
.announcement .content a:hover,
.announcement .content p a:hover,
.announcement .content span a:hover,
.announcement .content a span:hover {
  color: var(--eb-blue-1) !important;
  font-weight: 700 !important;
}
.urgent .content {
  background-color: var(--red);
}
.urgent .content p,
.urgent .content span {
  color: var(--white) !important;
}
.urgent .close {
  background-color: var(--red);
}
.urgent .close:hover {
  background-color: var(--red);
  /*darken(@eb-gold, 3%);*/
}
.site-container {
  position: absolute;
  -webkit-transition: margin-top 0.2s ease;
  transition: margin-top 0.2s ease;
  margin-top: 0;
  top: 0;
  left: 0;
  right: 0;
}
/* .site-container.has-announcement {
  margin-top: 42px;
} */

.logo-block {
  height: 110px;
  background: var(--white);
  display: flex;
  /* justify-content: center; */
}
@media (max-width: 1090px) {
  .logo-block {
    height: 68px;
    width: 256px;
    position: relative;
    z-index: 10;
  }
}
.logo-block svg {
  height: 100%;
  /* padding: 26px 15px; */
  display: block;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 1090px) {
  .logo-block svg {
    padding: 10px;
  }
}
.top-nav {
  height: 54px;
  background-color: var(--grey-5);
}
.top-nav a {
  font-family: var(--font-rustica);
  line-height: 24px;
  color: var(--eb-blue-1);
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 1092px) {
  .top-nav {
    font-size: 11px;
  }
}
@media (max-width: 1090px) {
  .top-nav {
    display: none !important;
  }
}
/* .top-nav ul {
  float: right;
}
.top-nav ul li {
  float: left;
  padding: 0 17px;
  line-height: 30px;
} */
@media (max-width: 1092px) {
  .top-nav ul li {
    padding: 0 15px;
  }
}
.top-nav ul li.highlight {
  background-color: #192168;
  margin-left: 17px;
}
.top-nav ul li.highlight a {
  color: white;
}
.top-nav ul li.highlight:hover {
  background: #232e91;
  color: white;
}
.top-nav ul li.highlight:active {
  background: #0f143f;
  color: white;
}
.top-nav ul li.highlight.selected {
  background: #232e91;
  color: white;
}
.top-nav ul li.search {
  background: #c6930a url('../images/search.png') no-repeat 48% 47%;
  /*width: 30px;*/
  height: 30px;
}
.top-nav ul li.search:hover {
  background-color: #f3b510;
  /*darken(@eb-gold, 3%);*/
  cursor: pointer;
}
#search-nav.top-nav {
  left: 331px;
}
.main-nav {
  height: 110px;
  display: flex;
  align-items: center;
}
.main-nav a {
  color: var(--eb-blue-1);
  font-family: var(--font-rustica);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.main-nav a:active, .main-nav a.selected {
  color: var(--eb-cobalt-1);
}
.nav-list {
  flex: auto;
  margin: 0;
}
@media (max-width: 1090px) {
  .main-nav {
    display: none;
  }
}

.mobile-menu-icon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: white;
  height: 60px;
}
.mobile-menu-icon svg.icon {
  position: relative;
  top: 20px;
  right: -31px;
  height: 20px;
  width: 25px;
}
.mobile-menu-icon span.text {
  position: relative;
  top: 30px;
  font-size: 10px;
  font-weight: 400;
  color: #192168;
}
.mobile-menu-icon a {
  float: right;
  text-decoration: none;
  padding-right: 15px;
}
.mobile-menu-icon a:hover {
  text-decoration: none;
  color: #192168;
}
@media (min-width: 1091px) {
  .mobile-menu-icon {
    display: none;
  }
}
.jumbotron {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.jumbotron .jumbo-bg {
  background: url('http://lorempixel.com/1250/600/business') no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00000000', endColorstr='#35000000');
  /*For IE7-8-9*/
}

.side-box-header {
  font-family: var(--font-rustica);
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  color: var(--eb-blue-1);
}
.breadcrumb {
  color: #bcbcbc;
  list-style: none;
  margin: 0 0 34px;
  padding: 0;
  font-weight: 100;
  font-size: 14px;
  text-transform: capitalize;
}
.breadcrumb li {
  display: inline;
  margin: 0;
  padding: 0;
}
.breadcrumb li + li:before {
  content: ">";
  padding: 0 2px 0 2px;
}
.breadcrumb a,
.breadcrumb span {
  color: #bcbcbc;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #666;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.mobile-divider {
  margin-left: 1px;
  display: block;
  margin: 0;
  border-color: #e6e6e6;
}
@media (min-width: 767px) {
  .mobile-divider {
    display: none;
  }
}
.callout {
  color: var(--eb-cobalt-1);
  text-decoration: none;
  font-weight: 400;
  font-family: "Rustica", Helvetica Neue, Helvetica, Arial, sans-serif;
}
a.callout:hover {
  color: #192168;
}
.story-box {
  margin: 40px 27.5px 70px;
  height: 100%;
  border: 1px solid #e6e3e3;
  background-color: #ffffff;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  overflow: auto;
}
.story-box .grid-content {
  overflow: auto;
  font-weight: 100;
  padding: 30px 60px 30px 65px;
}
.story-box .grid-content .lead {
  line-height: 1.4;
  padding-bottom: 10px;
  font-size: 23.5px;
}
.story-box .grid-image {
  background: url('http://lorempixel.com/350/200/business') no-repeat center center;
  background-size: cover;
  height: 226px;
}
@media (max-width: 767px) {
  .story-box {
    margin: 0 0 30px 0;
  }
  .story-box .grid-image {
    height: 200px;
  }
}
@media (max-width: 1092px) {
  .story-box .grid-content {
    padding: 20px 15px 40px 25px;
  }
  .story-box .grid-content .lead {
    font-size: 21px;
  }
}
.goto-gmaps {
  display: none;
}
.goto-map {
  display: block;
}
@media (max-width: 767px) {
  .col-6 .grid {
    margin: 0;
    padding: 0;
  }
  .col-6 .grid .col-mb-6 {
    padding: 0;
  }
  .goto-gmaps {
    display: block;
  }
  .goto-map {
    display: none;
  }
}
.grid-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.grid-box {
  position: relative;
  /* box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.15); */
  border-radius: 12px;
  background: var(--white);
  overflow: hidden;
  /* min-height: calc(300px + 36px); */
}
.grid-box .grid-header {
  font-weight: 700;
  color: var(--eb-blue-1);
  line-height: 140%;
  font-family: "Rustica", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 26px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.grid-box .image-box {
  display: block;
  background: url('http://lorempixel.com/350/300/business') no-repeat center center;
  background-size: cover;
  background-origin: content-box;
  padding-bottom: 96px;
  min-height: 350px;
  transition: opacity 0.2s ease;
}
.grid-box .grid-content {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  padding: 1.5rem 2rem 1.5rem 2rem;
  background: #fbfbfb;
  overflow: hidden;
  transition: all 0.2s ease;
  width: 100%;
  height: 96px;
  align-content: center;
}
.svg-icon {
  width: 13px;
  height: 13px;
  padding-bottom: 2px;
}

.grid-box .hover-content {
  background: #fbfbfb;
  opacity: 0;
  margin-top: 0;
  height: 0;
  transition: opacity 0.1s ease, height 0.1s ease;
}
.grid-box:hover .grid-content {
  min-height: 12rem;
}
.grid-box .hover-content .hover-paragraph {
  margin: 0;
  font-size: 16px;
  padding: 13px 0 8px;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
  color: black;
  display: block;
  font-weight: 400;
}
.grid-box .hover-content .callout {
  font-size: 16px;
}
.grid-box:hover {
  box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.16);
}
.grid-box:hover .image-box {
  opacity: .5;
}
.grid-box:hover .hover-content {
  opacity: 1;
  height: auto;
}
.grid-box .hover-paragraph {
  font-weight: 400;
}
.article-box {
  box-sizing: border-box;
  border: 1px solid #e6e3e3;
  /* background-color: #ffffff; */
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.08);
  min-height: 659px;
  margin-bottom: 55px;
}
.article-box .grid-image {
  background: url('http://lorempixel.com/350/200/business') no-repeat center center;
  background-size: cover;
  height: 210px;
  width: 100%;
}
.article-box .grid-content {
  padding: 25px 30px;
  /* background: #fff; */
}
.article-box .grid-content .lead {
  font-size: 22px;
}
.article-box .grid-content .articles {
  list-style: none;
  margin: 0;
  padding: 15px 0;
}
.article-box .grid-content .articles h4 {
  margin: 0;
  font-family: "nimbus-sans-extended", "nimbus-sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: initial;
  font-size: 17px;
  line-height: 19px;
  color: #192168;
}
.article-box .grid-content .articles h4 a {
  color: #192168;
  text-decoration: none;
}
.article-box .grid-content .articles h4 a:hover {
  color: #232e91;
}
.article-box .grid-content .articles li {
  padding-bottom: 15px;
}
.article-box .grid-content .articles li p {
  margin: 0;
  line-height: 1.4;
  font-size: 14px;
}
.article-box .grid-content .articles li p a {
  color: #333;
  text-decoration: none;
}
@media (max-width: 1092px) {
  .article-box {
    min-height: 0;
  }
  .article-box .grid-image {
    min-height: 283px;
    max-height: 1000px;
    margin-right: 15px;
  }
}
.bank-search {
  background: var(--grey-4);
  padding: 40px 0 !important;
}
.atm-search {
  background: #c6930a;
}
@media (max-width: 767px) {
  .map {
    display: none;
  }
}
#main-footer {
  background: var(--grey-5);
}
#main-footer nav ul {
  list-style: none;
}
#main-footer nav ul li {
  display: block;
}
#main-footer nav ul a {
  text-decoration: none;
  display: block;
}
#main-footer h4 {
  color: inherit;
  text-transform: none;
  font-family: "nimbus-sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 21px;
  margin-top: 23px;
}

#main-footer .legal {
  text-align: right;
}
#main-footer .notices a {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .newsletter {
    overflow: hidden;
  }
  .subscribe-follow {
    padding: 0 0;
  }
}

.focus-container {
  margin: 24px -12px;
  overflow: hidden;
  width: 732px;
}
@media (max-width: 732px) {
  .focus-container {
    width: unset;
  }
}
.focus-box {
  position: relative;
  border: 1px solid #e6e3e3;
  background: #000;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  width: 228px;
  float: left;
  margin: 0 12px 24px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .focus-box {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .focus-box {
    width: auto;
    float: none;
  }
}
.focus-box .image-box {
  display: block;
  background: url('http://lorempixel.com/350/300/business') no-repeat center center;
  background-size: cover;
  min-height: 230px;
}
.focus-box .icon {
  fill: #fff;
  position: absolute;
  top: -46px;
  left: 20px;
  width: 1.5em !important;
  height: 1.5em !important;
}
.focus-box .grid-content {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 14px 20px;
  background: #fff;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #192168;
  font-size: 18px;
}
.focus-box:before {
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200%;
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 0;
}
.focus-box:hover .lead {
  color: #c6930a;
}
.focus-box:hover:before {
  top: -100%;
}
.aux-nav .nav-list {
  list-style: none;
}
.aux-nav .list-item {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}
.aux-nav .list-item a {
  text-decoration: none;
  display: block;
}
.contact-us {
  background: var(--grey-5);
  margin-bottom: 60px;
  padding: 24px;
  border: none;
  box-sizing: border-box;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  top: 190px; /* Below top nav */
}
@media (max-width: 1092px) {
  .contact-us {
    display: none;
  }
}
.check-benefits .benefits-list {
  margin-top: 0;
  width: 100%;
}
.check-benefits .benefits-list li {
  line-height: 20px;
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  .check-benefits {
    padding-left: 0 !important;
  }
  .check-benefits > .benefits-list {
    margin-bottom: 0;
    padding-left: 20px;
  }
}
.accordion-header {
  margin-bottom: 0;
  padding-bottom: 0.83em;
  padding-top: 27px;
  border-bottom: 1px solid #e6e6e6;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .accordion-header {
    font-size: 24px;
  }
}
.accordion {
  margin-bottom: 42px;
}
.accordion input {
  display: none;
}
.accordion label {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 24px;
  color: #192168;
  padding: 30px 0 30px 30px;
  font-weight: 700;
}
.accordion label small {
  font-size: 18px;
}
@media (max-width: 767px) {
  .accordion label {
    font-size: 20px;
  }
}
.accordion .accordion-section {
  border-bottom: 1px solid #e6e6e6;
  margin-left: 25px;
  margin-right: 25px;
}
.accordion .accordion-section .accordion-content span {
  font-family: var(--font-rustica) !important;
  font-size: 12pt !important;
}
.accordion .accordion-section small {
  color: black;
  font-size: 16px;
}
@media (max-width: 767px) {
  .accordion .accordion-section {
    margin-left: 0;
    margin-right: 0;
  }
}
.accordion .accordion-content {
  overflow: hidden;
  max-height: 0px;
  position: relative;
  padding-left: 30px;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.accordion .accordion-content .col-3 {
  flex: 0 0 45%;
  min-width: 300px;
}

.accordion .accordion-content p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 20px;
}
.accordion .accordion-content p.lead {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .accordion .accordion-content ul:last-of-type {
    padding-bottom: 14px;
  }
}
.accordion input:checked ~ .accordion-content {
  max-height: 100%;
}
.accordion input + label:after {
  content: '+';
  position: absolute;
  left: 0;
  top: 29px;
  color: var(--eb-cobalt-1);
}
.accordion input:checked + label:after {
  content: '-';
  position: absolute;
  left: 0px;
  top: 29px;
  color: var(--eb-cobalt-1);
}
.checking,
.specialty,
.news {
  border-top: 1px solid #e6e6e6;
}
.checking {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .checking {
    padding-bottom: 50px;
  }
}
.specialty {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .specialty {
    padding-bottom: 50px;
  }
}

.annual-reports .annual-report {
  margin-bottom: 15px;
  border: 1px solid #e6e6e6;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.08);
  flex-direction: row;
  border-radius: 8px;
}
.annual-reports .annual-report .report-image {
  background: url('http://lorempixel.com/240/160/business') no-repeat;
  background-size: cover;
  border-radius: 8px 0 0 8px;
  height: 300px;
}
.annual-reports .annual-report h3 {
  color: #192168;
  margin-bottom: 0;
  font-weight: normal;
}
.annual-reports .annual-report p {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 10px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .annual-reports {
    margin-left: 0;
  }
  .annual-reports .annual-report {
    overflow: auto;
    height: auto;
    padding-bottom: 30px;
  }
  .annual-reports .annual-report .content.col-mb-6 {
    padding: 0 20px 0 20px;
  }
}
.news {
  padding-bottom: 50px;
}
.news ul {
  list-style: none;
}
.accordion-list {
  list-style: none;
}
.news-items {
  padding-top: 60px;
}
.news-item a {
  text-decoration: none;
  display: block;
  padding-bottom: 20px;
}
.title,
.error-page {
  box-sizing: border-box;
  min-height: 100px;
  padding: 30px 60px;
}
.title h2,
.error-page h2 {
  color: #192168;
  font-size: 51px;
  text-transform: none;
  line-height: 1;
  font-weight: normal;
  margin: 0;
}
.title p,
.error-page p {
  font-weight: 100;
}
@media (max-width: 767px) {
  .title,
  .error-page {
    padding: 15px 13px;
  }
  .title h2,
  .error-page h2 {
    font-size: 29px;
    font-weight: 300;
  }
}
.page-header {
  box-sizing: border-box;
  padding: 0 0 30px;
}
.page-header h2 {
  color: #192168;
  font-size: 51px;
  text-transform: none;
  line-height: 1;
  font-weight: normal;
  margin: 0;
}
.page-header p {
  font-weight: 100;
}
@media (max-width: 767px) {
  .page-header {
    padding: 15px 13px 0 0;
    margin-bottom: -15px;
  }
  .page-header h2 {
    font-size: 29px;
    font-weight: 300;
  }
}
.locations-list {
  padding-bottom: 60px;
}
.locations {
  overflow: auto;
  min-height: 268px !important;
  padding-left: 0 !important;
  margin-bottom: 20px;
}
.locations .location-name {
  color: #192168;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: normal;
  padding: 0 0 20px;
}
.locations .address,
.locations .business-hours,
.locations .telephone,
.locations .services {
  line-height: 1.2;
  padding-bottom: 15px;
}
.locations .services,
.locations a {
  font-size: 14px;
}

@media (max-width: 767px) {
  .locations {
    min-height: 0 !important;
    padding-bottom: 20px;
  }
}

.site-map .list-header {
  font-size: 28px;
  text-transform: none;
  font-weight: 100;
  color: #192168;
  padding: 25px 0;
  line-height: 1;
}
@media (max-width: 1092px) {
  .search-button-404 {
    width: initial;
  }
}
.telephone-contact {
  box-sizing: border-box;
  background: #fff;
  padding: 10px 25px 35px 25px;
  border: 1px solid #e6e6e6;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.08);
  display: none;
}
@media (min-width: 1092px) {
  .telephone-contact {
    display: block;
  }
  .telephone-contact .icon {
    width: 3em;
    height: 3em;
  }
}

.telephone-contact h3,
.telephone-contact h4,
.telephone-contact p {
  color: var(--grey-1);
}
.telephone-contact h3 {
  font-size: 17px;
}
.telephone-contact .phone-support {
  padding-bottom: 20px;
}
.telephone-contact .phone-support h4 {
  margin: 0;
  text-transform: none;
  font-size: 23px;
}
.telephone-contact .phone-support p {
  font-size: 23px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 1092px) {
  .telephone-contact .phone-support {
    float: left;
    padding-right: 15px;
  }
}
@media (max-width: 1092px) {
  .telephone-contact h3 {
    margin-bottom: 0;
  }
}
.form-wrap {
  padding-bottom: 30px;
}
.form-wrap hr {
  margin: 8px 0 34px;
}
.form-wrap .form-group {
  padding: 0;
}
@media (max-width: 767px) {
  .form-wrap .col-group .col-6,
  .form-wrap .col-group .col-3 {
    padding: 0 !important;
  }
}
.note {
  padding: 30px 0;
}
.init-label,
.search-label {
  position: absolute;
  top: 10px;
  left: 21px;
  color: #a6a6a6;
  font-weight: 300;
  font-size: 14px;
  padding-right: 5px;
  right: 21px;
  /* line-height: 20px; */
  z-index: 1;
}
.contact-label {
  left: 21px;
}
.sign-in .form-group .init-label,
.sign-in .form-group .search-label {
  left: 10px;
}
.search-label {
  top: 0;
  left: 218px;
  width: 20%;
}
.form-footer-label {
  width: 100%;
  left: 10px;
}
@media (min-width: 767px) {
  .form-footer-label {
    width: 45%;
  }
}
.ie9 label[for=comments] {
  top: 3px;
  line-height: 18px;
}
button[form=form-contact] {
  margin-top: 20px;
}
input:focus ~ .contact-label,
textarea:focus ~ .contact-label,
input:focus ~ .init-label,
textarea:focus ~ .init-label,
input:focus ~ .search-label,
textarea:focus ~ .search-label,
input:focus ~ .form-footer-label,
textarea:focus ~ .form-footer-label {
  display: none;
}

option {
  color: #000000;
}
option.place-hold {
  display: none;
}
.note {
  padding-top: 0;
  margin-top: -35px;
  margin-left: -27.5px;
}
/* .note p {
  font-size: 18px;
  color: #d0d0d0;
  font-weight: 200;
} */
.note.thanks {
  margin-top: 0;
  margin-left: 0;
}
label[for=search] {
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}
.mobile-nav {
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
  margin-top: 20px;
}
.mobile-nav .mobile-search {
  background: #c6930a url('../images/mobile-search.png') no-repeat 56% 24%;
  float: right;
  width: 65px;
  /* height: 65px; */
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.mobile-nav .mobile-search:hover {
  background-color: #f3b510;
  /*darken(@eb-gold, 3%);*/
  cursor: pointer;
}
.mobile-nav input {
  height: 65px !important;
  border-radius: 0 !important;
  border: 0 !important;
}
.mobile-nav .nav-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.mobile-nav .nav-list .list-item {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
.mobile-nav .nav-list .list-item a {
  display: block;
  text-decoration: none;
  padding: 20px 0;
  color: #192168;
  font-size: 19px;
  font-weight: 200;
}
.mobile-nav .nav-list .list-item.highlight {
  background: #192168;
}
.mobile-nav .nav-list .list-item.highlight a {
  color: white;
  text-transform: uppercase;
}
.mobile-nav .nav-list .list-item.darken {
  background: #bfbfbf;
}
.mobile-nav .nav-list .list-item.darken a {
  color: #000;
}
.mobile-nav .nav-list .list-item.add-btn a {
  color: #333;
}
.mobile-nav .nav-list .list-item.add-btn a > span {
  background-color: #192168;
  border-radius: 3px;
  padding: 6px 20px;
  display: inline-block;
  color: #fff;
  margin-left: 15px;
}
.mobile-nav .nav-list .list-item.add-btn a:hover > span {
  background-color: #232e91;
}
.mobile-nav .nav-list .ellipses {
  position: absolute;
  top: -4px;
  padding-left: 7px;
}
@media (min-width: 1091px) {
  .mobile-nav {
    display: none;
  }
}
a.mobile-anchor {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}
#top {
  position: absolute;
  top: -60px;
}

.affix {
  position: fixed !important;
  top: 150px;
}
@media (min-width: 1092px) {
  .affix-wrapper {
    margin-left: 25px;
  }
}
@media (min-width: 1200px) {
  .affix-wrapper {
    margin-left: 100px;
  }
}
.shift {
  margin-right: 30px;
  min-height: 450px;
}
@media (max-width: 767px) {
  .shift {
    margin-right: 0;
  }
}

.map-container .map {
  clear: both;
  height: 532px;
  border-top: 1px solid #E6E3E3;
  border-bottom: 1px solid #E6E3E3;
}
.map-container .map h4 {
  text-transform: none;
  color: var(--eb-blue-1);
  font-size: 16px;
  margin: 0 0 10px;
  padding: 0;
  width: 185px;
}
.map-container .map p {
  color: #333333;
  font-size: 13px;
  line-height: 1.4em;
  width: 185px;
}
.map-container .map .callout {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--eb-yellow-1);
  letter-spacing: 0.15em;
  font-weight: 100;
}
.map-container .map .callout:hover {
  color: var(--eb-yellow-1);
}
.map-container .map .leaflet-popup-content {
  padding: 0;
  height: 174px;
  position: relative;
}
.map-container .map .leaflet-popup-content::after {
  content: "";
  display: table;
  clear: both;
}
.map-container .map .leaflet-popup-content-wrapper {
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
  height: 174px;
  border-radius: 8px;
}
.map-container .map .leaflet-popup-content-wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.map-container .map .leaflet-popup-tip-container {
  margin-top: -3px;
}
.map-container .map .leaflet-popup-tip-container:after {
  content: "▼";
  position: absolute;
  top: -1px;
  left: 50%;
  line-height: 1em;
  margin-left: -0.65em;
  color: #FFF;
  font-size: 18px;
}
.map-container .map .leaflet-popup-tip-container:before {
  content: "▼";
  position: absolute;
  top: 0px;
  left: 50%;
  line-height: 1em;
  margin-left: -0.65em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  color: #e4e4e4;
  font-size: 18px;
}
.map-container .map .leaflet-popup-tip {
  display: none;
}
.map-container .map .image-box {
  height: 171px;
  margin: 0 0 0 0;
  border-radius: 8px;
}
.map-container .map .image-box .info {
  height: 100%;
  margin-left: 165px;
  margin-right: 25px;
  padding-left: 20px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 20px;
  background: white;
  padding-top: 5px;
  display: inline-block;
  font-family: var(--font-rustica);
}
.map-container .map .image-box .info h4 {
  width: auto;
  margin-bottom: 6px;
  padding-top: 9px;
}
.map-container .map .image-box .info p {
  width: auto;
  line-height: 18px;
}
.map-container .map .image-box .info p:nth-of-type(1) {
  margin: 0 0 6px;
}
.map-container .map .image-box .info p:nth-of-type(2) {
  margin: 0;
}
.map-container .map .image-box .info p:last-child {
  margin-bottom: 0;
}
.map-container .map .image-box .info .callout {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 171px;
  width: 165px;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.map-container .map .image-box .info .callout:hover {
  opacity: 1;
}
.map-container .map .leaflet-popup-close-button {
  background: #ffffff url('../images/close-x-grey.png') no-repeat center center;
  right: 1px;
  top: 1px;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.map-container .map .leaflet-popup-close-button:hover {
  background-color: #d6d8d8;
  /* rgba(0,0,0,0.5);*/
}

#error-page-search label {
  display: inline-block;
  float: left;
}
#error-page-search .form-group {
  display: inline-block;
}
#error-page-search .form-group input[type=text] {
  display: inline-block;
  width: 300px;
  float: left;
}
#error-page-search .form-group button {
  float: left;
}
@media (max-width: 767px) {
  #error-page-search label,
  #error-page-search input {
    display: block;
  }
}
.video-container {
  height: 615px;
}
@media (max-width: 767px) {
  .video-container {
    background: black;
    position: absolute;
    top: -92px;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.video-active {
  background: black !important;
}
.app-badges {
  clear: both;
  list-style: none;
  text-align: right;
  overflow: visible;
  padding-left: 0;
}
.app-badges li {
  margin-top: 0;
}
@media (max-width: 1092px) {
  .app-badges {
    text-align: left;
  }
}
@media (max-width: 1092px) {
  .app-badges {
    display: block;
    margin-top: 25px;
    margin-bottom: 35px;
    overflow: auto;
    box-sizing: border-box;
  }
  .app-badges li {
    float: left;
    padding-right: 20px;
  }
}
.atm-link {
  display: inline-block;
  text-align: right;
  line-height: 40px;
  float: right;
  padding-right: 60px;
  text-decoration: none;
}
@media (max-width: 1092px) {
  .atm-link {
    margin: 0 0 0 15px;
    float: left;
    padding-right: 0;
  }
}
.companyID {
  display: none;
}
.results {
  list-style: none;
  padding: 0;
}
.search-hr {
  margin: 20px 0 30px;
}
@media (max-width: 767px) {
  .search-hr {
    margin: 20px -30px 30px -12px;
  }
}
#outbound-link-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  display: none;
  z-index: 2;
}
#outbound-link-container.overlay.show {
  display: block;
  overflow-y: scroll;
}
#outbound-link-container .modal {
  background: white;
  max-width: 650px;
  height: auto;
  /*650px;*/
  margin: 0 auto;
  margin-top: 40px;
  padding: 50px 45px 43px;
  z-index: 1000;
}
#outbound-link-container .modal h3 {
  text-align: center;
  color: #192168;
}
#outbound-link-container .modal .choices {
  margin: 0 auto;
  display: flex;
}
#outbound-link-container .modal .choices a.btn {
  margin-right: 10px;
}
@media (max-width: 767px) {
  #outbound-link-container .modal {
    /* margin-left: 12px;
    margin-right: 12px; */
    max-width:90%;
    margin:auto;
  }
  #outbound-link-container .modal .choices a.btn {
    margin-right: 10px;
    padding: 20px;
  }
  #outbound-link-container .modal p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .site-search-form {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 25px;
  }
}
#site-search-form {
  margin-bottom: 50px;
}
@media (max-width: 1092px) {
  #site-search-form {
    margin-bottom: 0;
  }
}
.result-title a {
  text-decoration: none;
  text-transform: none;
}
.search-total {
  color: #bcbcbc;
  font-weight: 300;
  font-size: 14px;
}
@media (max-width: 1092px) {
  .search-button {
    margin-top: 12px;
    margin-bottom: 25px;
    width: 100%;
  }
}
@media (min-width: 1092px) {
  .search-col div.col-dt-4 {
    padding-right: 20px !important;
  }
}
@media (max-width: 767px) {
  .search-col div.col-dt-4 {
    padding-right: 0 !important;
    padding-left: 0!important;
  }
}
@media (min-width: 1092px) {
  .search-col div.col-dt-2 {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .search-col div.col-dt-2 {
    padding-right: 0 !important;
    padding-left: 0!important;
  }
}
ul.pagination {
  list-style: none;
}
@media (max-width: 1092px) {
  ul.pagination {
    padding-bottom: 50px;
  }
}
ul.pagination li.page {
  float: left;
  padding: 0 5px;
}
ul.pagination li.page a {
  text-decoration: none;
}
ul.pagination li.page a.current {
  color: #c6930a;
}
input[type=text]::-ms-clear {
  display: none;
}
.search-group {
  margin: 0 !important;
}
.mobile-bottom {
  border: none !important;
}
.pagination .page.current a {
  color: #c6930a !important;
}
@media (max-width: 767px) {
  .search-page .col-6.results {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .form-text {
    margin-left: 0;
  }
}

#main-content .jumbotron .jumbo-bg {
  background-position: center 15% !important;
}
#main-content .jumbo-bg {
  background-position: 0% !important;
}
@media (max-width: 992px) {
  #main-content .jumbo-bg {
    background: var(--eb-blue-1) !important;
  }
}

.main-box { 
  position: relative;
}

.main-box .tb1-body, .main-box .tb1-body0 {
  font-family: var(--font-mr-eaves);
  text-transform: uppercase;
  color: var(--white);
  line-height: 90%;
  align-items: flex-end;
}
.main-box .tb1-body0 { 
  color: var(--eb-yellow-1);
}
.main-box .tb1-body, .main-box .tb1-body0 {
  font-size: calc(2vw + 20px);
  padding: 0 0 0 10px;
}
.main-box .highlighted-line {
  color: var(--eb-yellow-1);
}
.has-side-box .main-box .tb1-body,
.has-side-box .main-box .tb1-body0 {
  font-size: calc(1.3vw + 40px);
}
.has-side-box .main-box {
  width: calc(300px + 16vw); /* Keeps text not overlaying the background image center */
}

.main-box p {
  margin: 1rem 1rem 1rem 0;
  /* width: 50%; */
  color: var(--white) !important;
}
.main-box h6 a {
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
}

.eb-btn, #main-header a.eb-btn {
  font-family: var(--font-rustica);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  align-items: center;
  text-align: center;
  color: var(--white);
  background: var(--eb-cobalt-1);
  border-radius: 8px;
  height: 48px;
}

.icon-magnifying-glass {
  mask: url('/static/icons/magnifying-glass.svg') no-repeat 50% 50%;
  -webkit-mask: url('/static/icons/magnifying-glass.svg') no-repeat 50% 50%;
  mask-size: cover;
  -webkit-mask-size: cover;
  width: 24px;
  height: 24px;
  padding: 0;
  background-color: var(--eb-blue-1);
  display: inline-block;
}

.icon-arrow-right {
  mask: url('/static/icons/arrow-right.svg') no-repeat 50% 50%;
  -webkit-mask: url('/static/icons/arrow-right.svg') no-repeat 50% 50%;
  mask-size: cover;
  -webkit-mask-size: cover;
  width: 24px;
  height: 24px;
  padding: 0;
  background-color: var(--eb-blue-1);
  display: inline-block;
}

.icon-arrow-out {
  mask: url('/static/icons/arrow-out.svg') no-repeat 50% 50%;
  -webkit-mask: url('/static/icons/arrow-out.svg') no-repeat 50% 50%;
  mask-size: cover;
  -webkit-mask-size: cover;
  width: 24px;
  height: 24px;
  padding: 0;
  background-color: var(--eb-blue-1);
  display: inline-block;
}

.onlinedeposit {
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue";
}

.icon-white.icon-sm {
  background-color: var(--white);
  width: 33px !important;
  mask-size: inherit !important;
  -webkit-mask-size: inherit !important;
  height: 20px !important;
}

.icon-white { background-color: var(--white); }
.icon-sm { width: 12px; height: 12px; }
.icon-blue { background-color: var(--eb-blue-1); }

.icon-mask {
  mask-size: cover;
  -webkit-mask-size: cover;
  width: 16px;
  height: 16px;
  padding: 0;
  background-color: var(--eb-blue-1);
  display: inline-block;
  margin-right: 3px;
}

.icon-fb {
  mask: url('/static/icons/facebook-f.svg') no-repeat 50% 50%;
  -webkit-mask: url('/static/icons/facebook-f.svg') no-repeat 50% 50%;
}
.icon-twitter {
  mask: url('/static/icons/twitter.svg') no-repeat 50% 50%;
  -webkit-mask: url('/static/icons/twitter.svg') no-repeat 50% 50%;
}
.icon-linkedin {
  mask: url('/static/icons/linkedin.svg') no-repeat 50% 50%;
  -webkit-mask: url('/static/icons/linkedin.svg') no-repeat 50% 50%;
}
.icon-ig {
  mask: url('/static/icons/instagram.svg') no-repeat 50% 50%;
  -webkit-mask: url('/static/icons/instagram.svg') no-repeat 50% 50%;
}

#bcsBtn {
  background:rgba(0, 0, 0, 0);
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
}

.mega-menu h6 {
  font-weight: 600;
  color: var(--black);
}
#main-header .mega-menu nav ul a {
  height: auto;
  font-weight: 400;
  color: var(--eb-cobalt-1);
  line-height: 13px;
  margin-bottom: 13px;
}

#main-header nav ul li:hover > a {
  color: var(--eb-cobalt-1);
}

#main-header nav ul li:hover > a.btn {
  background: var(--eb-cobalt-2);
  color: var(--white);
}

.nav-arrow {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 22px solid var(--white);
  position: relative;
  margin-right: auto;
  margin-left: auto;
  top: 64px;
  right: 50%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2 ease, visibility 0s 0.2 linear;
}
@media (max-width: 1440px) {
  .nav-arrow { margin-right: -50%; margin-left: 0; }
}

.form-box, .sign-in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  gap: 8px;
  background: var(--grey-5);
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  position: relative;
  /* margin: 32px; */
  z-index: 1;
}

.form-box form, .sign-in form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
  flex-flow: wrap;
}

.form-box a, .sign-in a {
  font-size: 16px;
  line-height: 21px;
  white-space: nowrap;
  text-decoration: none;
}

.form-box .bottom-links, .sign-in .bottom-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-box .bottom-links a, .sign-in .bottom-links a {
  margin: 0 auto;
}

.form-select {
  background-image: url('/static/icons/angle-down.svg');
  background-size: 22px 22px;
}

.btn {
  background: var(--eb-cobalt-1);
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: var(--white);
  height: 48px;
  padding-right: 64px;
  padding-left: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn:hover, #main-header nav ul a.btn:hover {
  color: var(--white);
  background-color: var(--eb-cobalt-2);
  /* border: none; - removed: makes the button change size */
}

.btn-alt {
  background: unset;
  color: var(--eb-blue-1);
  border: 2px solid var(--eb-blue-1);
}
/* .btn-alt:hover {
  background: var(--white);
} */

#bank-search-form {
  gap: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.btn-sm-alt {
  border-radius: 4px;
  background-color: var(--eb-yellow-1);
  border: 2px solid var(--eb-yellow-1);
  color: var(--white);
  /* border: none; */
  font-weight: 700;
  /* margin-top: -9px; */
  padding: 14px 14px;
  /* line-height: 100%; */
}
.btn-sm-alt:hover {
  background-color: var(--eb-yellow-2);
}

.btn-lg-alt {
  border-radius: 8px;
  background-color: var(--eb-yellow-1);
  border: 2px solid var(--eb-yellow-1);
  color: var(--white);
  /* border: none; */
  font-weight: 700;
  /* margin-top: -9px; */
  padding: 32px;
  /* line-height: 100%; */
  font-size: calc(0.5vw + 16px);
  display: inline-block;
  min-height: 56px;
}
.btn-lg-alt:hover {
  background-color: var(--eb-yellow-2);
}

.btn-sm-outline {
  padding: 3px 12px;
  line-height: 21px;
  height: unset;
  color: var(--eb-blue-1);
  border: 2px solid var(--eb-blue-1);
  border-radius: 4px;
}
.btn-sm-outline:hover {
  color: var(--white);
  background-color: var(--eb-blue-1);
}
.btn-sm-outline:hover .icon-blue {
  background-color: var(--white);
}

.st0 { fill: var(--eb-blue-1); }
.st1 { fill: var(--eb-yellow-1); }
.st2 { fill: var(--grey-1); }
.st3 { fill: inherit }

.bottom-nav {
  background: var(--eb-blue-1);
}
.bottom-nav p {
  text-align: center;
  color: var(--white);
  margin: 12px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.bottom-nav a {
  color: var(--white);
  font-size: 10pt;
  line-height: 140%;
  font-weight: 400;
}
.bottom-nav a:hover { color: var(--eb-yellow-1) }
.bottom-nav a:active { color: var(--eb-yellow-1) }

#form-footer .email-input {
  margin-bottom: 18px;
}

.app-badges li { padding-bottom: 8px; }

.titled-jumbo {
  min-height: 348px;
  background: var(--eb-blue-2);
  /* padding: 48px; */
  display: flex;
  align-items: end;
}

.contact-form input[type='text'], 
.contact-form input[type='email'],
.contact-form textarea,
.contact-form select {
  border: 2px solid #e6e6e6;
  border-radius: 8px;
  padding: 10px 6px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 16px;
  width: 100%;
}

.logo-nav { 
  background: #fff;  
  position: relative;
}

/* Identifcal to .form-control from bs */
.contact-form-page input[type="text"],
.contact-form-page input[type="email"],
.contact-form-page textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact-form-page select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/static/icons/angle-down.svg);
  background-size: 22px 22px;
}


/* 
Bing Custom Search modal (background) 
*/
.modal-bcs {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Bing Custom Search modal content */
.modal-content-bcs {
  background-color: #fefefe;
  margin: auto;
  padding: 10px 20px 20px 20px;
  border: 1px solid #888;
  width: 80%;
}
/* The Close Button */
.close-bcs {
  color: var(--grey-1);
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding: 0px 0px 10px 0px;
}
.close-bcs:hover,
.close-bcs:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.bcs-searchbox-submit {
  background: url('/static/images/search.png') no-repeat 47% 48% lightgray;
  padding: 0px;
  float: right;
  border-radius: unset;
}
.bcs-searchbox-submit:focus,
.bcs-searchbox-submit:hover {
  background: url('/static/images/search.png') no-repeat 47% 48% var(--grey-1);
  border-radius: unset;
}
.bcs-searchbox {
  width: calc(100% - 102px);
  margin: 7px 4px 0 16px !important;
}
.bcs-container-searchbox {
  border-radius: 8px;
  font: unset !important;
}
.bcs-searchbox:focus {
  border: none;
}
#bcsBtnMobile {
  border-radius: 0px;
  width: 100%;
  display: block;
  text-transform: unset;
  text-decoration: none;
  padding: 20px 0;
  background-color: white;
  color: #192168;
  font-size: 19px;
  font-weight: 200;
  font-family: unset;
}
.bcs-modal-header {
  background-color: var(--eb-blue-1) !important;
  font-weight: 700;
}
.bcs-modal-header h2 {
  text-transform: unset;
  color: var(--white);
  font-weight: 700 !important;
  font: 24px/1.2em var(--font-rustica) !important;
  padding: 0 !important;
}
.bcs-result h2 {
  text-transform: unset;
  font-family: var(--font-rustica) !important;
  font-weight: 600;
}
.bcs-host-div {
  font-family: var(--font-rustica) !important;
}
.bcs-result cite {
  color: var(--eb-yellow-3) !important;
  font-weight: 400;
  font-size: 14pt;
}
.bcs-results {
  color: var(--grey-1) !important;
  font-weight: 300;
}
.bcs-query-rewrite a, .bcs-result a {
  color: var(--eb-blue-1) !important;
  font-weight: 600;
}

.col-group {
  display: flex;
  column-gap: 2rem;
  flex-wrap: wrap;
}
.col-group .col-3 {
  width: unset;
  flex: 1
}

.category-page h1 { margin-top: 0 }
.category-page p {
  font-family: var(--font-rustica) !important;
}

.form-control-sm::placeholder {
  color: #868E96;
}

#main-content ul {
  margin-left: 1rem;
}

.news-page .accordion-content p,
.news-page .accordion-content p span {
  font-family: var(--font-rustica) !important;
}

.jumbotron .has-side-box { height: 27rem; }
.jumbotron .carousel-item { height: 30rem; }

/* mobile - custom styles */
@media (max-width: 992px) {
  .annual-reports .annual-report .report-image {
    border-radius: 8px 8px 0px 0px !important;
  }

  #bank-search-form{
    display: table !important;
    margin: 0 auto;
    text-align: center;
  }

  #sign-in-box { margin-top: 38rem; }
  .jumbotron .has-side-box { height: unset; }
  .jumbotron .carousel-item .container { padding-bottom: 27rem; }
  .jumbotron .carousel-item { height: 67rem; }
}

@media (max-width: 540px) {
  .main-box .tb1-body {
    font-size: calc(2vw + 20px);
  }
  .form-fields-block {
    display: table;
    margin: 0 auto;
  } 
  #bank-search-form label {
    display: table;
    margin: 5px auto;
  }
  
}
@media (max-width: 760px) {
.page-header h2 {
  margin-bottom: 20px !important;
}
ul.nav-list.app-badges {
  display: grid;
  align-items: center;
  position: relative;
  justify-content: center;
  margin-top: 0;
}
.logo-block svg {
  padding: 10px 10px 10px 0px;
}
}
.annual-report.card.row .report-image {
  background-position: center !important;
}
img.play-store-logo {
  width: 154px;
  margin-right: 0;
  padding-left: 4px;
}
img.app-store-logo {
  width: 160px;
}

@media(min-width:1024px){

  .app-badges {
    text-align: left;
  }
}

@media(max-width:990px){
  #branch-search {
    margin-right:10px;
  }
}
@media(max-width:575px){
  .titled-jumbo {
    min-height: auto;
  }
  .main-box .tb1-body, .main-box .tb1-body0 {
    padding: 0;
}
.logo-block svg {
  padding: 10px 50px 10px 0px;
}
}
#branch-search {
  padding: 17px 10px 16px 10px;
  width: 286px;
  /* width: 108%; */
}
.error-page h2 {
  margin-bottom: 30px;
  width: 100%;
}
button.btn.goto-search {
  width: auto;
  display: table;
  margin: 0 auto;
}
*:focus
{
  outline: 1px solid var(--eb-yellow-1);
}
.btn:focus-visible {
  border-color: #000 !important;
  /* outline: auto !important; */
  background: transparent;
  color: #000
}
#main-header nav ul a.btn:focus-visible {
  border-color: #000 !important;
  /* outline: auto !important; */
  background: transparent;
  color: #000
}
@media(max-width:380px){
  #branch-search {
    width: 72%;
  }
  .has-side-box .main-box {
    width: calc(255px + 16vw);
}
}
.button.btn.submit.button, #main-header nav ul a.btn {
  /* border: none !important; */
}

@media(max-width:480px){
  #main-footer .col {
    flex: 1 0 50% !important;
    margin-bottom: 30px;
}
}


.first-head-sec, .jumbo-header {
  color: #fff;
  z-index: 9;
  position: relative;
  margin-bottom: 40px;
}

.first-head-sec h3 b, .jumbo-header h3 b {
  color: #fdbc18;
  text-transform: uppercase;
  font-size: calc(1.3vw + 27px);
  font-weight: inherit;
}

.first-head-sec h3, .jumbo-header h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: calc(1.3vw + 27px);
}

.first-head-sec .text-section, .jumbo-header .text-section {
  display: flex;
}

.left-sec h2, .right-sec h2 {
  color: #fdbc18;
  line-height: 0.75;
  margin-bottom: 0px;
}

.left-sec, .right-sec {
  width: auto;
}

.left-sec {
  border-right: 3px solid #fff;
  padding-right: 20px;
}

.right-sec { padding-left: 20px; }

.star_text{
  height:auto !important;
  margin-top: 0px !important;
}

.text-section p {
  font-size: calc(0.5vw + 11px);
  padding: 0;
  font-weight: bold;
  margin: 0;
}

.left-sec h2, .right-sec h2 {
  font-size: 100px !important;
}
.left-sec h2 small, .right-sec h2 small {
  font-size: 50%;
}

h6.open-acc {
  font-size: 20px;
}

.simple-icon-grid {
  display: flex;
  gap: 2rem;
  flex-direction: row;
  flex-wrap: wrap;
}

.simple-icon-grid div {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  flex: 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.simple-icon-grid a, .simple-icon-grid a:hover {
  text-decoration: none;
  color: var(--black);
  font-weight: unset;
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.simple-icon-grid a span, .simple-icon-grid a:hover span {
  text-decoration: none;
}
.simple-icon-grid a.btn, .simple-icon-grid a.btn:hover {
  color: var(--white);
  display: inline-flex;
  font-weight: 700;
  flex: unset;
}
.simple-icon-grid img {
  min-width: 80px;
  max-width: 110px;
  min-height: 80px;
  max-height: 110px;
  padding-bottom: 1rem;
}

@media(max-width:575px){
  h6.open-acc {
    font-size: 18px;
  }
    .first-head-sec .text-section {
      display: flex;
      flex-direction: column;
  }

  .left-sec {
    border-right: 0;
    padding-right: 0px;
    border-bottom: 3px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .text-section p {
    margin: 0;
    font-size: calc(0.5vw + 16px);
  }

  .right-sec { padding-left: 0; }

  .simple-icon-grid {
    flex-direction: column;
  }

}

.right-sec sup, .left-sec sup { top: -0.15em; }

.plugin_picture img { width: 100%; }

.gridcontent-sm-header .grid-box .grid-header { font-size: 20px; }




.simple-rate-grid { 
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.simple-rate-grid div {
  display: flex;
  flex-flow: column;
  flex: 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
  align-self: center;
}
.simple-rate-grid .btn {
  width: max-content;
}

.attention-box {
  background-color: #F5F5F5;
  padding: 3rem;
  border-radius: 12px;
  margin-bottom: 3rem;
}

.btns-spacing {
  gap: 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.rates-table {
  overflow-y: auto;
}

.rates-table tr th {
  background-color: var(--eb-blue-1);
  color: var(--white);
  padding: 0.5rem 1rem;
}
.rates-table tr td {
  padding: 0.5rem 1rem;
}
.rates-table .cell-highlight {
  background-color: #EAF1F5;
  font-weight: 500;
}
.rates-table .row-border {
  border: 1px solid #D6D6D6;
}
.rates-table .sub-title {
  font-weight: 750;
  color: var(--eb-blue-1);
  font-size: 14pt;
  margin-left: -1rem;
  display: block;
  margin-top: 1rem;
}
.rates-table .sub-gap {
  margin-top: -1rem;
}
.rates-table .cell-highlight .sub-title {
  margin: 0;
}
.rates-table .center .btn {
  min-width: 200px;
  padding: 0;
}

/* Attempt to make rates table more responsive */
/* @media(max-width:775px) {
  .rates-table table thead {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .rates-table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;

  }
} */

.center {
  text-align: center;
}