/* Typekit font imports for MCB */
@import url("https://use.typekit.net/egs5pab.css");

:root {
  --main-blue: #0362af;
  --alt-blue: #0362ad;
  --light-blue: #1b91f0;
  --main-gold: #ac8140;
  --bright-gold: #dea754;
  --text-grey: #6e6259;
  --dark-grey: #272727;
  --bg-gold: rgba(110, 98, 89, 0.5);
  --brdr-gold: rgba(110, 98, 89, 0.2);
  --hr: rgba(10, 37, 64, 0.11);
  --myriad: "myriad-pro", sans-serif;
  --solitas: "solitas-serif-condensed", sans-serif;
}

body {
  font-family: var(--myriad);
  font-size: 14px;
}

#page {
  overflow-x: hidden;
}

.myriad-pro {
  font-family: "myriad-pro", sans-serif;
}
.solitas-condensed {
  font-family: "solitas-serif-condensed", sans-serif;
}
.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "solitas-serif-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}

section p a, a:visited {
    color: var(--alt-blue);
}

section p a:hover {
    color: var(--light-blue);
}

.white_text, .white_text > p, a.white_text:visited { color: #fff !important; }
h2.dark_text, h3.dark_text, h4.dark_text, h5.dark_text, h6.dark_text { color: #000; }
p.dark_text { color: var(--text-grey); }

.site-main p.small, .site-main p.disclosure {
    font-size: 0.875rem;
    margin: 2rem auto;
    width: 90%;
}

.hidden { display: none !important; }

.has-mcb-color-1-background-color {
    background-color: #0362af !important;
}

.has-mcb-color-1-color {
    color: #0362af !important;
}

.has-mcb-color-2-background-color {
    background-color: #0362ad !important;
}

.has-mcb-color-2-color {
    color: #0362ad !important;
}

.has-mcb-color-3-background-color {
    background-color: #ac8140 !important;
}

.has-mcb-color-3-color {
    color: #ac8140 !important;
}

.has-mcb-color-4-background-color {
    background-color: #6e6259 !important;
}

.has-mcb-color-4-color {
    color: #6e6259 !important;
}

.has-mcb-color-5-background-color {
  background-color: #272727 !important;
}

.has-mcb-color-5-color {
  color: #272727 !important;
}

.has-black-background-color {
  background-color: #000000 !important;
}

.has-black-color {
  color: #000000 !important;
}

.has-white-background-color {
  background-color: #ffffff !important;
}

.has-white-text-color {
  color: #ffffff !important;
}

.blue_text {
  color: var(--alt-blue);
}

body {
  margin-bottom: 0px !important;
}

.mcb-page-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mcb-page-wrapper > .wp-block-group__inner-container {
  width: 90%;
}

p.mt3 { margin-top: 1rem !important; }

.mt-minus4 {
  margin-top: -3.5rem !important;
}
.mt-minus6 {
  margin-top: -5.5rem !important;
}
.mr-1 {
  margin-right: 2em;
}
.mr-2 {
  margin-right: 3em;
}
.mr-3 {
  margin-right: 4em;
}
.mr-4 {
  margin-right: 5em;
}
.mr-5 {
  margin-right: 6em;
}
.mr-6 {
  margin-right: 7em;
}
.mr-7 {
  margin-right: 8em;
}

.pv5-5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.mw888 {
  max-width: 888px;
  margin: auto;
}
.w-14 {
  width: 14%;
}
.w-16 {
  width: 16%;
}
.w-30 {
  width: 30%;
}
.w-33 {
  width: 33.33%;
}
.w-35 {
  width: 35%;
}
.w-36 {
  width: 36%;
}
.w-45 {
  width: 45%;
}

@media screen and (min-width: 1201px) {
  .w-14-ns {
    width: 14%;
  }
  .w-16-ns {
    width: 16%;
  }
  .w-30-ns {
    width: 30% !important;
  }
  .w-33-ns {
    width: 33.33% !important;
  }
  .w-35-ns {
    width: 35% !important;
  }
  .w-36-ns {
    width: 36% !important;
  }
  .w-45-ns {
    width: 45% !important;
  }
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  .w-14-l {
    width: 14%;
  }
  .w-16-l {
    width: 16%;
  }
  .w-30-l {
    width: 30% !important;
  }
  .w-33-l {
    width: 33.33% !important;
  }
  .w-35-l {
    width: 35% !important;
  }
  .w-36-l {
    width: 36% !important;
  }
  .w-45-l {
    width: 45% !important;
  }
}

@media screen and (min-width: 601px) and (max-width: 800px) {
  .w-14-m {
    width: 14%;
  }
  .w-16-m {
    width: 16%;
  }
  .w-30-m {
    width: 30% !important;
  }
  .w-33-m {
    width: 33.33% !important;
  }
  .w-35-m {
    width: 35% !important;
  }
  .w-36-m {
    width: 36% !important;
  }
  .w-45-m {
    width: 45% !important;
  }
}

#primary > .wp-block-group h2, #primary > .wp-block-group h3, #primary > .wp-block-group h4, #primary > .wp-block-group p {
    max-width: 888px; margin-left: auto; margin-right: auto; padding-right: 0.5rem; padding-left: 0.5rem;
}
#primary > .wp-block-group h2, #primary > .wp-block-group h3, #primary > .wp-block-group h4 { margin-bottom: 3rem; }
#primary > .wp-block-group p, #primary > .wp-block-group ul, #primary > .wp-block-group ol { margin-bottom: 1rem; }
#primary > .wp-block-group p.tagline { margin-bottom: 2rem; }
#primary > .wp-block-group .wp-block-button { margin-top: 3rem; } 

#primary > .wp-block-group h3.gsection_title {
    margin-bottom: 1rem;
    padding: 0;
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--main-blue);
}

@media screen and (min-width: 1201px) {
    .mcb-inner.w-90, .mcb-inner.w-90-ns, .mcb-inner.w-80, .mcb-inner.w-80-ns, .mcb-inner-slider,
      #primary > .wp-block-group h2, #primary > .wp-block-group h3, #primary > .wp-block-group h4, #primary > .wp-block-group p, #primary > .wp-block-group ul, #primary > .wp-block-group ol {
        max-width: 1260px;
        margin-left: auto;
        margin-right: auto;
    }
}
#gform_3 .gform-theme--framework .gform-field-label,  #gform_3 .gfield_label { font-size: 1.25rem; font-weight: 500; }
.gfield_html.gfield_html_formatted, .gsection_description { font-size: 1.25rem; }

#gform_confirmation_message { font-size: 1.75rem; color: var(--main-blue); }

.mcb-inner.w-50, .mcb-inner.w-50-ns, .mcb-inner.thinner { 
    max-width: 640px; 
    margin-left: auto;
    margin-right: auto;
}
.mcb-inner.w-60, .mcb-inner.w-60-ns, .mcb-inner.thin { 
    max-width: 800px; 
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1441px) {
    .mcb-inner.w-90, .mcb-inner.w-90-ns, .mcb-inner-slider {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
    .mcb-inner.w-80, .mcb-inner.w-80-ns { 
        max-width: 1260px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 1024px) {
    .mcb-inner, .mcb-page-wrapper > .wp-block-group__inner-container {
        width: 100% !important;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

#masthead {
  position: fixed;
  top: 0;
  z-index: 999;
}

.alert-bar {
  background: var(--main-gold);
  overflow: hidden;
  max-height: 300px;
  transition: all 444ms ease-in-out;
}
.alert-bar.hide {
  max-height: 0;
}

button.alert-close {
  height: 28px;
  width: 32px;
  cursor: pointer;
  font-size: 1.5rem;
}

a.cta-btn {
  width: fit-content;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 2rem;
  min-width: 184px;
  height: 2.75em;
  line-height: 2.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 2px solid var(--main-gold);
  background: var(--main-gold);
  color: #fff;
  transition: all 333ms ease-in-out;
}

a.wp-block-button__link,
div.wp-block-button__link {
  width: fit-content !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  height: 45px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 10px !important;
}

a.wp-block-button__link:hover {
  color: none !important;
}

a.cta-btn.outline {
  border: 2px solid #fff;
  background: transparent;
}

a.cta-btn-outline-light {
  border: 2px solid white;
  color: white;
}

a.btn-solid {
  background-color: var(--hc1);
  color: white;
}

p, .site-main li {
  color: #707070;
  font-size: 20px;
}

div.top-bar {
  background-color: var(--main-blue);
  height: 60px;
  max-height: 60px;
  overflow: hidden;
  transition: all 444ms ease-in-out;
}

.site-header.sticky div.top-bar {
  height: 0;
  max-height: 0;
} 

.site-header.sticky #cta-menu .menu-item {
    opacity: 0;
}
.site-header.sticky #cta-menu .menu-item.btn {
    opacity: 1;
}

div.main-bar { 
  box-shadow: 0em 1.75em 1.5em 0px hsla(0, 0%, 0%, 0.11);
  transition: all 444ms ease-in-out;
}

/*.site-header.sticky .main-bar {
  transform: translateY(-60px);
}*/

div.top-bar .menu li {
    display: inline-block;
}
div.top-bar .top_ctas .menu > li {
    height: 60px;
    padding-top: 10px;
}

@media screen and (min-width: 1025px) {
    .site-header.sticky:hover #cta-menu .menu-item.btn { opacity: 1; }
    .site-header.sticky:hover div.top-bar { height: 60px; max-height: 60px; }
    .site-header.sticky:hover ul#primary-menu li ul.sub-menu { top: 156.5px; opacity: 1; }
}

@media screen and (max-width: 1024px) {
    div.top-bar { 
      max-height: 0; 
      overflow: hidden; 
      z-index: -1;
      position: relative; }
}



div.main-bar > div {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 1300px) {
  #tb-center {
    display: none;
  }
}

div.top-bar a {
  color: #ffffff;
}

div.top-bar .search_form {
  border: 2px solid #fff;
  border-radius: 26px;
  position: relative;
  margin-right: 16px;
}

.search_form:before {
    content: '\f002';
    font-family: "Font Awesome 6 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    color: #fff;
    font-size: 18px;
    position: absolute;
    z-index: 9;
    top: 4px;
    bottom: 0;
    left: 11px;
    margin: auto;
    height: 18px;
}

div.top-bar .search_form form { margin-bottom: 0; }

div.top-bar .search_form input[type="search"] {
  border: 0;
  text-transform: lowercase;
  color: #fff;
  line-height: 38px;
  padding: 0 0.5rem;
  margin-left: 28px;
}

div.top-bar .search_form ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
div.top-bar .search_form ::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

div.top-bar .search_form input[type="submit"] {
  position: absolute;
  z-index: 11;
  left: 0;
  width: 32px;
  height: 36px;
  font-size: 0;
  background: transparent;
  border: 0;
  border-radius: 26px;
  color: #fff;
  cursor: pointer;
}

.search_wrap.mobile {
  max-height: 0;
  overflow: hidden;
  transition: all 333ms ease-in-out;
}
.search_wrap.mobile .search_form {
  border: 2px solid var(--alt-blue);
  border-radius: 26px;
  position: relative;
  width: 80%; 
  margin: 0.5rem auto;
}
.search_wrap.mobile.open {
  max-height: 200px;
}
.search_wrap.mobile .search_form input[type="search"] {
  border: 0;
  text-transform: lowercase;
  line-height: 38px;
  padding: 0 0.5rem;
  margin-left: 28px;
  width: calc(100% - 42px);
}
.search_wrap.mobile .search_form ::-ms-input-placeholder {
  color: var(--main-blue);
}
.search_wrap.mobile .search_form ::placeholder {
  color: var(--main-blue);
}
.search_wrap.mobile .search_form:before {
  content: '\f002';
  font-family: "Font Awesome 6 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  color: var(--alt-blue);
  font-size: 18px;
  position: absolute;
  z-index: 9;
  top: 4px;
  bottom: 0;
  left: 11px;
  margin: auto;
  height: 18px;
}
.search_wrap.mobile .search_form input[type="submit"] {
  position: absolute;
  z-index: 11;
  left: 0;
  width: 32px;
  height: 36px;
  font-size: 0;
  background: transparent;
  border: 0;
  border-radius: 26px;
  color: var(--alt-blue);
  cursor: pointer;
}


.top_ctas {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 0.5rem;
}

.top_ctas .menu > li > a {
    display: block;
    padding: 0 0 0 1.5rem;
    margin: 0;
    font-size: 1.25em;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.top_ctas .menu > li:first-child > a {
    border-left: 0;
    padding: 0 0.5rem 0 0;
    margin: 0 1rem;
}

.top_ctas .menu li a i {
    font-size: 1.5rem;
    margin-left: 6px;
    margin-bottom: -2px;
    vertical-align: text-bottom;
}

.top_ctas .menu li:hover a, .top_ctas .menu li a:hover, .top_ctas .menu li a:hover i, .top_ctas li.open a {
    color: #fff;
}

.top_ctas li .sub-menu {
    position: absolute;
    z-index: 9999;
    top: 60px;
    transform: translateX(-140px);
    background: rgba(0,0,0,0.9);
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 333ms ease-in-out, height 111ms linear;
}

#nav-wrap-mobile li .sub-menu {
    position: absolute;
    z-index: 9999;
    top: 102px;
    left: unset;
    right: 100px;
    width: 360px;
    max-width: 50vw;    
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 333ms ease-in-out, height 111ms linear;
}
.top_ctas li.open .sub-menu, #nav-wrap-mobile li.open .sub-menu, div.top-bar .top_ctas li.menu-item-has-children:hover .sub-menu, #nav-wrap-mobile li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    max-height: 1000px;
    min-width: 242px;
    padding: 0.5rem;
}

div.top-bar .top_ctas .sub-menu li, #nav-wrap-mobile .sub-menu li {
    display: block;
}
div.top-bar .top_ctas .sub-menu li a, #nav-wrap-mobile .sub-menu li a {
    position: relative;
    display: block;
    padding-left: 32px;
    font-size: 1rem;
    padding: 1rem 1.5rem 1rem 3rem;
    border-radius: 10px;
    border: 1px dotted transparent;
    transition: all 333ms ease-in-out;
}
#nav-wrap-mobile .sub-menu li a {
    color: #fff;
    padding: 1.125rem 1.5rem 1rem 3rem;
}
.top_ctas .sub-menu a i.fa, #nav-wrap-mobile .sub-menu li a i.fa { 
    color: rgb(27, 145, 240);
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    font-size: 1.25rem;
    transition: all 333ms ease-in-out;
}
div.top-bar .top_ctas .sub-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px dotted rgba(255, 255, 255, 0.24);
}
div.top-bar .top_ctas .sub-menu li a:hover i.fa {
    color: #fff;
}



img.mcb-logo {
    height: 43px;
    width: auto;
    transform: translateY(-6px);
}
.fdic-logo {
    position: absolute;
    display: block;
    left: -5px;
    bottom: -18px;
    max-width: 320px;
    height: auto;
}

#nav-search-wrap {
    display: none;
    width: 0px;
    overflow: hidden;
    transition: width 0.5s ease;
}

@media screen and (max-width: 1200px) {
  .top_ctas { padding: 0 0 0 0.5rem; }
  .top_ctas .menu li a { padding: 0 0 0 1.125rem; font-size: 1.125em; }
  .top_ctas .menu > li:first-child a { padding: 0 0.25rem 0 0; margin: 0 0.875rem; }
  .top_ctas .menu li a i { font-size: 1.25rem; margin-left: 4px; }
}

@media screen and (max-width: 900px) {
    #nav-search-wrap,
    #nav-search-submit { display: none !important; }
}

@media screen and (max-width: 600px) {
    .main-bar .mcb-inner.w-90 { padding-left: 1rem; padding-right: 1rem; }
    img.mcb-logo { height: auto; width: 244px; }
    .fdic-logo { bottom: -16px; max-width: 268px; }
    #nav-wrap-mobile li .sub-menu { left: 0; right: 0; width: auto;  }
}


#nav-search {
    width: 345px;
    height: 45px;
    border: 2px solid var(--hc1);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow-x: hidden;
}

#nav-search input {
    padding-top: 0px;
    padding-left: 1rem;
    padding-right: 1rem;
    border: none;
    width: 300px;
    height: 100%;
}

#nav-search input,
#nav-search input::placeholder {
  font-size: 16px;
}

#nav-search-submit {
  cursor: pointer;
}

#nav-search-close {
  height: 18px;
  padding-right: 1rem;
  cursor: pointer;
}

#nav-wrap {
  transition: clip-path 0.5s ease;
}

@media screen and (max-width: 1024px) {
    #nav-wrap { display: none; }
}

@media screen and (min-width: 1025px) {
    #nav-wrap-mobile { display: none; }
}

ul#primary-menu {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.submenu-bar {
  display: none;
  height: 60px;
}
.submenu-bar:hover,
.page-parent .submenu-bar,
.page-child .submenu-bar {
  display: block !important;
  height: 60px;
}

.ind-sub-menu {
  opacity: 0;
  position: absolute;
  top: 0;
  background: #202020; /* rgba(0, 0, 0, 0.5); */
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  /*transition: all 333ms ease-in-out;*/
}

.ind-sub-menu:hover {
    opacity: 1 !important;
}

.ind-sub-menu li a {
    display: block;
    font-size: 1rem;
    line-height: 60px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 333ms ease-in-out;
}
.site-header.sticky .ind-sub-menu li a {
    line-height: 44px;
}

.ind-sub-menu li a i {
    color: rgb(27, 145, 240);
    margin-right: 4px;
}

.ind-sub-menu li a:hover {
    color: #fff;
}

.ind-sub-menu li a:hover i {
    color: var(--bright-gold);
} 

.page-child.parent-pageid-397 .ind-sub-menu.parent-page-38,
 .page-child.parent-pageid-98 .ind-sub-menu.parent-page-98, .page-id-98 .ind-sub-menu.parent-page-98,
 .page-child.parent-pageid-38 .ind-sub-menu.parent-page-38, .page-id-38 .ind-sub-menu.parent-page-38,
 .page-child.parent-pageid-195 .ind-sub-menu.parent-page-195, .page-id-195 .ind-sub-menu.parent-page-195,
 .page-child.parent-pageid-212 .ind-sub-menu.parent-page-212, .page-id-212 .ind-sub-menu.parent-page-212,
 .page-child.parent-pageid-108 .ind-sub-menu.parent-page-108, .page-id-108 .ind-sub-menu.parent-page-108 {
    opacity: 1 !important;
    z-index: 998 !important;
}

.page-child.parent-pageid-98 .ind-sub-menu.parent-page-98,
.page-id-98 .ind-sub-menu.parent-page-98,
.page-child.parent-pageid-38 .ind-sub-menu.parent-page-38,
.page-id-38 .ind-sub-menu.parent-page-38,
.page-child.parent-pageid-195 .ind-sub-menu.parent-page-195,
.page-id-195 .ind-sub-menu.parent-page-195,
.page-child.parent-pageid-212 .ind-sub-menu.parent-page-212,
.page-id-212 .ind-sub-menu.parent-page-212,
.page-child.parent-pageid-108 .ind-sub-menu.parent-page-108,
.page-id-108 .ind-sub-menu.parent-page-108 {
  opacity: 1 !important;
  z-index: 998 !important;
}

div.mobile-menu {
  width: 100%;
  /*max-width: 425px;*/
  overflow-x: hidden !important;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .submenu-bar:hover,
  .page-parent .submenu-bar,
  .page-child .submenu-bar {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  div.mobile-menu {
    display: none !important;
  }
}

@media screen and (max-width: 500px) {
  div.mobile-menu {
    max-width: 100%;
  }
}

#mobile-menu {
  transition: all 444ms ease-in-out;
  overflow-y: auto;
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0;
  /*
  display: none;
  clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
  transition: clip-path 0.5s ease;
  overflow-y: scroll;
  padding-top: 0;
  padding-bottom: 0;
  */
}

div.mobile-menu-wrap {
  transition: transform 0.5s ease;
}

ul.mobile-cta-menu{
  border-top: 1px solid #0362ad80;
  border-bottom: 1px solid #0362ad80;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0362ad1a;
}

ul.mobile-routing-number{
  border-top: 1px solid #0362ad80;
  border-bottom: none;
  padding-bottom: .5rem !important;
  padding-top: .5rem !important;
  background-color: #0362ad1a;
}

ul.mobile-routing-number li{
  color: var(--main-gold) !important;
}

div.mobile-menu-wrap ul{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

div.mobile-menu-wrap ul li {
  color: var(--alt-blue);
  font-size: 1rem;
}

div.mobile-menu-wrap ul li a {
    color: var(--alt-blue);
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

#mobile-main-menu > li {
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/
}
#mobile-main-menu > li a { 
    width: calc(100% - 60px); 
    display: inline-block; 
    overflow: hidden; 
    transition: all 333ms ease-in-out;
}
#mobile-main-menu > li .arrow { 
    cursor: pointer;
    display: inline-block;
    width: 48px;
    text-align: center;
    margin-right: 14px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    transition: all 333ms ease-in-out; 
}
div.mobile-menu-wrap ul li .sub-menu {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: all 444ms ease-in-out;
}
div.mobile-menu-wrap ul li.open .sub-menu {
    max-height: 1000px;
    padding: 0 0 1rem 0;
}
div.mobile-menu-wrap ul li.open .sub-menu .back { padding-top: 0; }
div.mobile-menu-wrap ul li.open .arrow { transform: rotate(90deg); }
div.mobile-menu-wrap ul#mobile-main-menu.sub-menu-open > li { max-height: 0; overflow: hidden; }
div.mobile-menu-wrap ul#mobile-main-menu.sub-menu-open > li.open { max-height: 1000px; }
div.mobile-menu-wrap ul#mobile-main-menu li .sub-menu .fa, div.mobile-menu-wrap ul#mobile-main-menu li .sub-menu .arrow { display: none; }

#mobile-main-menu.sub-menu-open > li > a, #mobile-main-menu.sub-menu-open > li > .arrow {
  padding: 0 !important;
  max-height: 0;
  margin: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  width: 0;
}

div.mobile-menu-wrap ul li:hover,
div.mobile-menu-wrap ul li a:hover {
  color: var(--main-gold);
}

ul.mobile-cta-menu li a {
  text-transform: uppercase;
  font-weight: 600;
}

div.mobile-menu-wrap ul.mobile-routing-number li { padding: 1rem 2rem; }

i.mm-quick-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background: grey;
  height: 55px;
  width: 55px;
  margin: 0 auto;
  font-size: 2rem;
  border-radius: 10px;
  color: white;
  background-color: var(--alt-blue);
  margin-bottom: .5rem;
}

.mobile-menu-icons a , i.mm-quick-icon{
  transition: background-color .2s ease;
}

.mobile-menu-icons a:hover{
  background-color: var(--main-gold);
  color: white;
}

.mobile-menu-icons a div div div{
  color: black;
}

.mobile-menu-icons a:hover div div div{
  color: white;
}

.mobile-menu-icons a:hover div div i.mm-quick-icon{
  background-color: var(--main-gold);
}

ul#primary-menu li {
  position: relative;
  margin-right: 30px;
  transition: all 333ms ease-in-out;
}

ul#primary-menu > li:hover, ul#primary-menu > li.current-page-parent, ul#primary-menu > li.current_page_item.menu-item-has-children, ul#primary-menu > li.current-page-ancestor {
    position: static;
}

ul#primary-menu > li > .mock_home_btn { 
    display: block;
    position: absolute;
}
ul#primary-menu > li:hover > .mock_home_btn {
    display: block;
    position: absolute;
    z-index: 9999;
    /*background: rgba(255, 0, 255, 0.2);*/
    top: 60px;
    left: 0;
    width: 50vw;
    height: 96.5px;
}

.sub-menu .mock_home_btn, ul#primary-menu li:hover a.mock_home_btn:after { display: none !important; }

.sticky ul#primary-menu > li:hover:after, .site-header.sticky .mock_home_btn {
    top: 0;
}

ul#primary-menu li a{
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.0125em;
    line-height: 60px;
    display: block;
    height: 60px;
    transition: all 333ms ease-in-out;
}

ul#primary-menu > li > a:after{
    content: '';
    display: block; 
    position: absolute; 
    bottom: 0;
    transition: all 444ms ease-in-out;
    background: #fff;
    width: 100%;
    height: 0;
    overflow: hidden;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.site-header.sticky ul#primary-menu li .sub-menu { opacity: 0; }
.site-header ul#primary-menu li .sub-menu li a {
    line-height: 44px;
    height: 44px;
}
.site-header.sticky ul#primary-menu li a.mock_home_btn { 
    height: 96.5px;
}

ul#primary-menu li a:hover, ul#primary-menu li:hover a {
    color: #fff;
}
ul#primary-menu li a:hover:after, ul#primary-menu li:hover a:after,
  ul#primary-menu li.current-page-parent a:after, ul#primary-menu > li.current-page-ancestor a:after,
  ul#primary-menu li.current_page_item.menu-item-has-children a:after {
    height: 10px;
}


ul#primary-menu li ul.sub-menu {
  display: none;
  position: absolute;
  z-index: 777;
  top: 156.5px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 1260px;
  transition: all 444ms ease-in-out;
}
.site-header.sticky ul#primary-menu li ul.sub-menu {
  top: 96.5px;
}
ul#primary-menu > li:hover ul.sub-menu {
  display: block;
  z-index: 788;
}

ul#primary-menu li.current-page-parent ul.sub-menu,
ul#primary-menu li.current_page_item.menu-item-has-children ul.sub-menu, ul#primary-menu > li.current-page-ancestor ul.sub-menu { 
    display: block;
    z-index: 778;
}
ul#primary-menu li ul.sub-menu:before {
  content: "";
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  top: 0;
  left: -111px;
  width: 100vw;
  height: 100%;
  transition: all 333ms ease-in-out;
}
ul#primary-menu li ul.sub-menu li,
ul#primary-menu li ul.sub-menu li a {
  z-index: 4;
  position: relative;
  transition: all 444ms ease-in-out;
  opacity: 0;
}

ul#primary-menu li:hover ul.sub-menu li, ul#primary-menu li:hover ul.sub-menu li a, 
  ul#primary-menu li.current-page-parent ul.sub-menu li, ul#primary-menu li.current-page-parent ul.sub-menu li a, ul#primary-menu > li.current-page-ancestor ul.sub-menu li, ul#primary-menu > li.current-page-ancestor ul.sub-menu li a,
  ul#primary-menu li.current_page_item.menu-item-has-children ul.sub-menu li, ul#primary-menu li.current_page_item.menu-item-has-children ul.sub-menu li a {
    opacity: 1;
}
ul#primary-menu li ul.sub-menu li a {
  padding-left: 24px;
}
ul#primary-menu li ul.sub-menu li i.fa {
  color: rgb(27, 145, 240);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 16px;
}
ul#primary-menu li ul.sub-menu li a:hover i.fa {
  color: var(--bright-gold);
}

.fa-zelle:after {
    content: "";
    background: url(https://wordpress-969289-4652702.cloudwaysapps.com/wp-content/uploads/2024/09/zelle-blue.svg) no-repeat center;
    display: inline-block;
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    vertical-align: top;
    margin-top: -2px; 
}
.fa-zelle:before {
    content: "";
    background: url(https://wordpress-969289-4652702.cloudwaysapps.com/wp-content/uploads/2024/09/zelle-gold.svg) no-repeat center;
    display: inline-block;
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    vertical-align: top;
    margin-top: -2px; 
}

ul#primary-menu li ul.sub-menu li a:hover .fa-zelle:after { opacity: 0; }

a.login-header {
  border: 2px solid var(--hc1);
  color: var(--hc5);
}

.cta-menu .menu li {
  display: inline-block;
}

.cta-menu .menu > li > a {
  display: block;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 40px;
  margin-right: calc(0.035em * -1);
  color: var(--alt-blue);
  text-transform: uppercase;
  padding: 0;
  margin: 0 1.5em;
}
.cta-menu .menu > li > a:hover {
   color: var(--main-gold);
}

.cta-menu .menu li:last-child a {
  margin-right: 0;
}

.cta-menu .menu > li.btn > a {
    border: 2px solid #000;
    border-radius: 4px;
    padding: 0 1.5em;
}
.cta-menu .menu > li.btn > a:hover {
    border: 2px solid var(--main-gold);
    color: var(--main-gold);
    background-color: rgba(172,129,64,0.1);
}

.cta-menu #cta-menu-mobile.menu > li {
    padding-right: 1rem;
    border-right: 1px solid #000;
}
.cta-menu #cta-menu-mobile.menu > li > a { 
    color: #000; 
    font-size: 1rem;
    font-weight: 400; 
    text-transform: unset; 
}

#nav-hamburger {
  width: 36px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transform-origin: center;
}

@media screen and (min-width: 1441px) {
  ul#primary-menu li ul.sub-menu {
    max-width: 1400px;
  }
}

@media screen and (min-width: 1025px) {
  #nav-hamburger {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
    ul#primary-menu li { margin-right: 20px; }
}
@media screen and (max-width: 1024px) {
    ul#primary-menu li.current-page-parent ul.sub-menu, ul#primary-menu li.current_page_item.menu-item-has-children ul.sub-menu, ul#primary-menu > li.current-page-ancestor ul.sub-menu {
        display: none;
    }
}

@media screen and (max-width: 440px) {
    .main-bar .mcb-inner.w-90 { padding-left: 0.75rem; padding-right: 0.75rem; }
    img.mcb-logo { height: auto; width: 232px; }
    .fdic-logo { bottom: -14px; max-width: 260px; }
    .cta-menu .menu > li > a { margin: 0 1em; }
    .cta-menu #cta-menu-mobile.menu > li { padding-right: 0.75rem; }
}
@media screen and (max-width: 400px) {
    .main-bar .mcb-inner.w-90 { padding-left: 0.5rem; padding-right: 0.5rem; }
    img.mcb-logo { height: auto; width: 210px; }
    .fdic-logo { bottom: -14px; max-width: 224px; }
}

div.hamburger {
  width: 100%;
  height: 3px;
  background-color: var(--main-blue);
  transition: all 0.25s ease;
  transform-origin: center;
}

@media screen and (max-width: 800px) {
  section.page-crumbs,
  section.product-header div:first-child {
    display: none;
  }
}

body .uwy.userway_p3 .userway_buttons_wrapper {
    bottom: 3px !important;
    left: calc(100vw - 48px) !important;
}

#top_up { 
    position: fixed;
    z-index: 10000;
    bottom: 0.5rem;
    right: 0.5rem;
    display: block;
    text-align: center;
    width: 36px;
    height: 36px;
    margin-bottom: -75px;
    opacity: 0.375;
    transition: margin-bottom .6s ease, opacity .3s ease;
}
#top_up i {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;  
    border: 2px solid #272727;
    color: #272727;
    font-size: 1.75rem;
    line-height: 31px;
    border-radius: 100%;
}
#top_up.show {
    margin-bottom: 0; 
}
#top_up:hover {
    opacity: 1;
}

#footer-top {
  margin-bottom: 2.5rem;
}

.footer-logo { width: 20%; }
.footer-logo img { max-width: 250px; }

.stock-ticker p {
    margin: 0;
    padding: 2rem 0 0 0;
    font-size: 1rem;
    width: 204px; 
}
.stock-ticker p strong {
    padding-right: 0.25em;
}

.footer-menu-wrap {
    width: 80%;
    padding-left: 10%;
}

.footer-menu ul.menu {
    display: flex;
    justify-content: space-around;
}

.footer-menu .menu > li {
    width: auto /*33.33%*/;
}

.footer-menu .menu > li > a {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.008em;
    text-transform: uppercase;
    color: var(--alt-blue);
}

.footer-menu .menu li a i {
    display: none;
}

.footer-menu .menu li > ul {
    padding: 0;
    margin: 0.33em 0 0;
    display: block;
}

.footer-menu .menu > li > ul li a {
    color: var(--text-grey);
    font-size: 0.875rem;
    line-height: 1.75em;
}
.footer-menu .menu > li > ul li a:hover {
    color: var(--main-gold);
}

#footer-bottom {
    border-top: 2px solid var(--hr);
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}

@media screen and (max-width: 600px) {
  #footer-top{
      display: block;
  }
  div.footer-logo{
      text-align: left;
  }
  ul#footer-menu{
      display: grid;
      grid-template-columns: repeat(2 , 1fr);
  }
  ul#footer-menu li{
      text-align: left;
  }
  p.stock-price{
      text-align: left;
      margin: inherit !important;
  }
}

.accreditations {
    height: 85px;
    margin-bottom: 1rem;
}
.accreditations img {
    max-height: 100%;
    width: auto;
    margin-right: 2.5em;
}

.socials .fa-brands {
    font-size: 24px;
    line-height: 36px;
    padding: 0 8px;
    color: #000;
}
.socials a:hover .fa-brands {
    color: var(--main-gold);
}


section.mcb-gb-container{
  width: 100%;
  display: flex;
  justify-content: center;
}

section.mcb-gb-container div{
  max-width: 1400px;
  width: 90%;
}

section.mcb-gb-container div > ul:not([role="tablist"]){
  list-style-type: disc;
  padding-left: 2.125rem;
  font-size: 1.125rem;
  color: #707070;
}
 
@media screen and (max-width: 1200px) {
    .footer-menu-wrap {
        width: 75%;
        padding-left: 15%;
    }
}

@media screen and (max-width: 600px) {
  .home-hero-carousel div div .glide__bullets,
  .testimonial_glide_bullet {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-logo,
  .footer-menu-wrap {
    width: 100%;
    padding-left: 0;
    margin-bottom: 2rem;
    text-align: center;
  }
  .footer-logo img {
    max-width: 265px;
  }
  .footer-menu ul.menu {
    display: block;
  }
  .footer-menu .menu > li {
    width: 100%;
    margin: 1rem 0;
    text-align: center;
  }
  .stock-ticker p {
    margin: 0 auto;
    padding: 1.5rem 0 0 0;
    transform: translateX(0);
  }
  .accreditations {
    height: 64px;
    margin: 0 auto 1rem;
  }
  .accreditations img {
    margin-right: 1em;
    margin-left: 1em;
  }
  .footer-sm-txt {
    text-align: center;
  }
  .socials {
    text-align: center;
    margin-top: 1rem;
  }
}

.home-hero-carousel div div .glide__bullets,
.testimonial_glide_bullet {
  text-align: center;
}
.home-hero-carousel div div .glide__bullets { margin-top: 3rem; }

.home-hero-carousel div div .glide__bullets .glide__bullet,
.testimonial_glide_bullet {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0.2;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.testimonial_glide_bullet {
  background-color: #c4c4c4 !important;
  margin-right: 1rem;
}

.home-hero-carousel div div .glide__bullets .glide__bullet--active,
.testimonial_glide_bullet.glide__bullet--active {
    opacity: 1;
    background-color: var(--main-gold);
}

.glide-go {
    cursor: pointer;
}

.home-hero {
    overflow: hidden;
    height: calc(100vh - 62px);
    min-height: 804px;
    max-height: 1024px;
  }

.home-hero-banner {
    width: 55%;
    object-fit: contain;
}

.home-hero-carousel {
  width: 35%;
}

.lottie-block {
  width: 54vw;
  position: absolute;
  left: 42%;
  top: -7.5%;
  mix-blend-mode: overlay;
  opacity: 0.7;
}

.lottie-block dotlottie-player {
  width: 1440px;
  position: relative;
  left: -7.5%;
}

.glide-prev {
    position: absolute;
    top: 0;
    left: -5%;
    height: 100%;
    width: 5%;
    text-align: center;
}
.glide-prev button:before {
    content: '\f104';
    font-family: "Font Awesome 6 Pro"; 
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.glide-prev button, .glide-next button {
  font-size: 3rem;
  width: 100%;
  height: 100%;
  color: rgba(255,255,255,0.67);
}
.glide-prev button:hover, .glide-next button:hover {
  color: #fff;
}

.glide-next {
  position: absolute;
  top: 0;
  right: -5%;
  height: 100%;
  width: 5%;
  text-align: center;
}
.glide-next button:before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}


@media screen and (max-width: 1200px) {
   .home-hero { max-height: 824px; }
	
  .home-hero-carousel div div .glide__bullets .glide__bullet,
  .testimonial_glide_bullet {
    width: 15px;
    height: 15px;
    margin-right: 1rem;
  }
  .home-hero-carousel div div .glide__bullets { margin-top: 2rem; }
}
@media screen and (max-width: 800px) {
  .home-hero-carousel div div .glide__bullets { margin-top: 1rem; }
}
@media screen and (max-width: 600px) {
  .home-hero-carousel div div .glide__bullets { margin-top: 0.25rem; }
}


@media screen and (max-width: 800px) {
  section.home-hero {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 600px) {
  section.home-hero div:first-child {
    display: block !important;
    margin: auto;
  }
  section.home-hero div.lottie-block {
    display: none !important;
  }
  .glide-prev {
    left: -9%;
  }
  .glide-next {
    right: -9%;
  }
}

@media screen and (max-width: 1200px) {
  .glide-prev button,
  .glide-next button {
    font-size: 2rem;
  }
  /*
    .glide-prev button:before { 
      position: absolute;
      left: 40%;
      right: 0;
      margin: auto;
    }
    .glide-next button:before { 
      position: absolute;
      left: 0;
      right: 40%;
      margin: auto;
    }
  */
}

@media screen and (max-width: 1500px) {
  .home-hero-banner {
    width: 45%;
  }
  .home-hero-carousel {
    width: 50%;
  }
  .home-hc-nav {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
  .home-hero-carousel .btn-group a.cta-btn { max-width: 164px; margin-right: 1rem; }
}

@media screen and (max-width: 600px) {
  .home-hero-banner {
    width: 100%;
    padding: 0 !important;
  }
  .w-50-ns.w-50-l.w-50-m.w-100 {
    width: 100% !important;
  }
  .cta-btn.mr0.mr0-m.mr5-l.mr5-ns {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .justify-between-m {
    justify-content: space-between !important;
  }
  .home-hero-carousel {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .home-hero-carousel .btn-group { display: block !important; }
  .home-hero-carousel .btn-group a.cta-btn + a.cta-btn { margin-top: 0.875rem; }
}

.hero-tagline {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #707070;
}

@media screen and (max-width: 1500px) {
  .hero-tagline {
    font-size: 24px;
    line-height: 36px;
  }
}

@media screen and (max-width: 1200px) {
  .hero-tagline {
    font-size: 18px;
    line-height: 24px;
  }
}

.hero-heading {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 4.375rem;
  line-height: 1.125em;
  color: #fff;
}

@media screen and (max-width: 1500px) {
  .hero-heading {
    font-size: 2.75rem;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 1200px) {
    .hero-heading {
      font-size: 2.33rem; 
    }
}
@media screen and (max-width: 600px) {
    .hero-heading {
      font-size: 2rem;
    }
}

.site-main p.hero-sub {
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.75;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .site-main p.hero-sub { font-size: 1rem; line-height: 1.33; }
}

.home-login-banner {
  width: 85%;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1500px) {
  .home-login-banner {
    display: none !important;
  }
}

.login-banner-header {
  font-weight: 700;
  font-size: 35px;
  line-height: 46px;
  color: var(--hc5);
}

.login-banner-txt {
  font-weight: 700;
  font-size: 20px;
  color: var(--hc1);
}

.login-banner-txt span,
.login-banner-txt span a {
  color: #707070;
}

.login-banner-txt span a {
  text-decoration: underline;
  cursor: pointer;
}

.home-login-input {
  font-weight: 500;
  font-size: 16px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  border: 2px solid #959595 !important;
  border-radius: 10px !important;
  height: 50px;
}

.home-login-btn {
  font-weight: 700;
  font-size: 16px;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: var(--hc1);
  color: white !important;
  border-radius: 10px;
  cursor: pointer;
  height: 50px;
}

.home-login-forgot,
.home-login-forgot:hover,
.home-login-forgot:active,
.home-login-forgot:visited {
  font-size: 16px;
  text-decoration: underline;
  color: #707070;
}


.product-supp { margin-top: 1.33rem; }
.col-cards .section-heading + div .product-supp ul, .product-supp ul, .col-cards .section-heading + div .product-supp p  { text-align: left; }
.section-heading + div .product-supp ul li, .product-supp ul li, ul.checkmarks li {    
    position: relative;
    list-style: none !important;
    padding: 0 0 0 1.5rem;
    margin: 0.5rem 0 !important;
    font-size: 1.125rem !important;
    line-height: 1.45rem;
}
.product-supp ul li:before, ul.checkmarks li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 0;
    left: 0;
    height: 1.125em;
    line-height: 1.125em;
    color: var(--main-gold);
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 1.125em;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-rendering: auto;
}

section li sup, section p sup {
    font-size: 68%;
    top: -0.6em;
}

section .faq-cont-inner p sup.reg {
    font-size: 1.5rem;
    top: 0.25rem;
}

.panels .inner-sections {
    display: grid;
    grid-template-columns: repeat(3 , minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 1rem;
}

.panels .inner-sections.cols-2 {
    grid-template-columns: repeat(2 , minmax(0, 1fr));
}

.panels .inner-sections > .flex {
    gap: 12px;
}

.panels .inner-sections > .flex > i.fa { 
    font-size: 1.5rem; 
    margin-top: 0.125em;
}

.panels .panel > h3 {
    font-size: 1.5rem;
    color: #000;
}

.inner-sections ul li {
    position: relative;
    list-style: none;
    padding: 0 0 0 1.25rem;
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
    line-height: 1.125rem;
}
.panels .inner-sections h4 {
    font-size: 1.25rem; 
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: var(--main-gold);
}
.panels .inner-sections .flex div h4 { color: #000; }
.inner-sections ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 0;
    left: 0;
    height: 1.5rem;
    line-height: 1.5rem;
    color: var(--main-gold);
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-rendering: auto;
    margin-right: 0.25em;
}


.feature-page-grid {
  display: grid;
  grid-template-columns: repeat(3 , minmax(0, 1fr));
  gap: 1.25rem;
}

.feature-pages h2 {
  font-size: 4.375rem;
  color: #000;
}

.feature-pages .feature-page {
  height: 20vw;
  width: 100%;
  display: block;
}

.feature-pages .feature-page > div {
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  transition: all 333ms ease-in-out;
}

.feature-pages .col-overlay {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  width: 100%;
  padding: 1.5rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  transition: all 333ms ease-in-out;
}

.feature-pages .col-init {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
}

.feature-pages .col-init h3 {
  font-size: 1.75rem;
  line-height: 1.25em;
  padding: 1.66rem 0.5rem;
  color: #fff;
  margin: 0;
  transition: all 333ms ease-in-out;
}

.feature-pages .feature-page:hover > div {
  transform: translateY(-15px);
}

.feature-pages .feature-page:hover .col-overlay {
  opacity: 1;
  max-height: 100%;
}

.feature-pages .feature-page:hover .col-init h3 {
  opacity: 0;
}

.feature-pages .feature-page .col-overlay h4 {
  font-family: "Arial", sans-serif;
  color: var(--bright-gold);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.33rem;
  line-height: 1.125em;
}
.feature-pages .feature-page .col-overlay p.card-text {
    line-height: 1.5;
}
.feature-pages .feature-page .col-overlay .mock-link {
  display: inline-block;
  margin: 1.5em auto 0.66em;
  font-size: 1rem;
  font-weight: 700;
  color: var(--bright-gold);
  position: relative;
}

.post-showcase .card-content .mock-link {
  display: inline-block;
  position: relative;
}

.feature-pages .feature-page .col-overlay .mock-link i {
  vertical-align: middle;
}

.feature-pages .feature-page .col-overlay .mock-link:after, .post-showcase .card-content .mock-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--bright-gold);
  transition: all 444ms ease-in-out;
}

.post-showcase .card-wrap:hover .card-content .mock-link, .post-showcase .card-wrap:hover .card-content .mock-link i {
  color: var(--main-gold);
}
.feature-pages .feature-page:hover .col-overlay .mock-link:after, .post-showcase .card-wrap:hover .card-content .mock-link:after {
  width: 100%;
}

.col-cards > div {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.parallax_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 22.5%;
  max-height: 450px;
}

.parallax_bg > div {
  background-attachment: fixed !important;
  height: 100%;
  width: 100%;
  border-top: 1px solid var(--main-gold);
}

.parallax_bg_color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 22.5%;
  max-height: 450px;
}
.parallax_bg_color > div {
  height: 100%;
  width: 100%;
}

.post-showcase .card-wrap a {
  display: block;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0px 5px 8px 2px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  transition: all 444ms ease-in-out;
}

.card-wrap.vertical-anim { max-width: 592px; transition: all 444ms ease-in-out; } 

.post-showcase .card-wrap a:hover, .card-wrap.vertical-anim:hover {
    transform: translateY(-1.25rem);
}

.post-showcase .mock-link {
    color: var(--alt-blue);
    font-size: 1rem;
    font-weight: 700;
}

.post-showcase .mock-link i {
    vertical-align: text-top;
    padding-top: 3px;
    color: #000;
}

.post-showcase .card-image .date {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 2rem;
  background: var(--main-gold);
  font-size: 1rem;
  font-family: var(--solitas);
  line-height: 2.25rem;
  color: #e3f0fc;
  padding: 0 1.5em;
  border-radius: 0 0 5px 5px;
}

.post-showcase .card-content {
  /*aspect-ratio: 10 / 8;*/
  height: calc(100% - 272px);
}
.post-showcase .card-content .card-heading { 
    height: 4.667rem;
    overflow: hidden;
 }
.post-showcase .card-content .card-text { 
    height: 3.875rem;
    overflow: hidden;
 }


@media screen and (max-width: 1440px) {
  .feature-pages .feature-page { height: 22vw; }
  .feature-pages .feature-page .col-overlay h4 { font-size: 1.3rem; }
  .feature-pages .feature-page .col-overlay .card-text { font-size: 1rem; }
  .feature-pages .feature-page .col-overlay .mock-link { margin: 1em auto 0.66em; }

}

@media screen and (max-width: 1200px) {
  section.two-col-card-a > div:first-child, section.two-col-card-b > div:first-child {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .feature-page-grid { grid-template-columns: repeat(2 , minmax(0, 1fr)); }
  .panels .inner-sections { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.75rem; }
}
 
@media screen and (max-width: 800px) {
    .panels .inner-sections { grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 1.75rem; }

    .feature-pages .feature-page:hover > div { transform: translateY(0); }
    .feature-pages .feature-page:hover .col-overlay { opacity: 0; max-height: 0; }
    .feature-pages .feature-page:hover .col-init h3 { opacity: 1; }
    .feature-pages .feature-page:hover .col-overlay .mock-link:after { width: 0; }
}

@media screen and (max-width: 600px) {
    .wp-block-column .panels .inner-sections { grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 1.75rem; }
}

.card-container.cc-2 {
    gap: 6rem;
    padding: 0 6rem;
}

.card-container.cc-3 {
    gap: 1.5rem;
    justify-content: center;
}

@media screen and (max-width: 800px) {
    .card-container.cc-2 { gap: 2rem; padding: 0 2rem; }
}
@media screen and (max-width: 600px) {
  .card-container {
    flex-direction: column;
  }
  .feature-page-grid {
    display: block;
  }
  .feature-pages .feature-page {
    margin-bottom: 1rem; height: auto;
  }
  .card-container.cc-2 {
    padding: 0 0.5rem;
  }
  .feature-pages .col-init {
    padding: 0 0.5rem;
  }
}

.card-wrap {
  display: flex;
  flex-direction: column;
}

.cols-2 .card-wrap.w-50 {
  width: 47.5%;
}

.cc-3 .card-wrap.w-33 {
    max-width: 31.75%;
}

.cc-3.real-5 .card-wrap.w-33:nth-child(4), .cc-3.real-5 .card-wrap.w-33:nth-child(5) {
    max-width: 48.5%;
    width: 48.5%;
}

.cc-2 .card-wrap figure.card-image {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.cc-2 .card-wrap .card-content {
    margin: -3rem 3rem 3rem;
    z-index: 3;
    box-shadow: 0em 0.5em 1.5em 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.card-content > i {
  font-size: 1.667rem;
  color: #000;
  margin-bottom: 2rem;
  margin-left: 0.75rem;
}

.col-cards.vertical-anim-cards .cc-2 .card-wrap .card-content {
  margin: 1.5rem 3rem 3rem;
  box-shadow: none;
  transition: all 444ms ease-in-out;
}

.col-cards.vertical-anim-cards .cc-2 .card-wrap .card-image {
  transition: all 444ms ease-in-out;
}

.col-cards.vertical-anim-cards .card-container.cc-2 {
  gap: 1.5rem;
}

.col-cards.vertical-anim-cards .cc-2 .card-wrap:hover .card-content {
    transform: translateY(-4rem);
    box-shadow: 0px 5px 8px 2px rgba(0, 0, 0, 0.12);
}

.col-cards.vertical-anim-cards .cc-2 .card-wrap:hover .card-image {
    transform: translateY(4rem);
}

@media screen and (max-width: 1200px) { 
    .col-cards .card-wrap .card-content { margin: 0 0 2rem; }
    .card-container.cc-3 { flex-wrap: wrap; }
    .cc-3 .card-wrap.w-33, .card-wrap.w-third { max-width: 48%; width: 48%; }
}
@media screen and (max-width: 1024px) { 
    .col-cards.vertical-anim-cards .cc-2 .card-wrap .card-content { margin: 1.5rem 0 3rem; }
}
@media screen and (max-width: 600px) {
    .card-wrap, .cc-3 .card-wrap.w-33, .card-wrap.w-third {
        width: 100% !important; 
        max-width: 100%;
    }
    .cc-3 .card-wrap.w-33, .cc-3.real-5 .card-wrap.w-33:nth-child(4), .cc-3.real-5 .card-wrap.w-33:nth-child(5) {
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    .cc-2 .card-wrap .card-content {
        margin: -3rem 1rem 3rem;
    }
    .col-cards.vertical-anim-cards .cc-2 .card-wrap .card-content {
        margin: 1.5rem 1rem 3rem;
    }
}

figure.card-image {
    width: 100%;
    height: 272px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

figure.card-image img {
    /*aspect-ratio: 3/2;*/
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


figure.card-image .tag {
    position: absolute;
    z-index: 8;
    top: 0;
    left: 2rem;
    font-size: 1.25rem;
    font-family: var(--solitas);
    text-transform: uppercase; 
    padding: 0.5rem 1rem;
    border-radius: 0 0 5px 5px;
}

figure.card-image .tag.essential { background-color: var(--light-blue); color: #fff; } 
figure.card-image .tag.enhanced { background-color: var(--main-gold); color: #fff; }
figure.card-image .tag.platinum { background-color: var(--text-grey); color: #fff; }

figure.card-image figcaption{
    width: 100%;
    text-align: center;
    color: white; 
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    background-color:#01534dd5;
    padding: 1rem;

}

.w-thirdish {
    width: calc(33% - 1.11rem);
}

@media screen and (max-width: 1200px) {
    figure.card-image figcaption {
        font-size: 16px;
        line-height: 24px;
    }
}

.card-heading {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.1;
  margin: 0;
}
.card-heading + p {
  margin: 0.666em 0;
}

.card-text{  
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #707070;
}

.card-content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  flex: 1;
  padding: 2rem 1.5rem;
}

@media screen and (max-width: 800px) {
  .card-content {
    padding: 2rem 1.5rem;
  }
}

@media screen and (max-width: 1200px) {
  section.icon-grid > div:first-child {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media screen and (max-width: 800px) {
  section.icon-grid > div:first-child > div {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.contacts-grid .tagline {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.contact-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.75rem;
}
.contact-grid-container.cols-1 {
  display: block; 
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.contact-grid-container.cols-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.75rem;
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.contact-grid-item {
  position: relative;
  gap: 18px;
  padding-bottom: 1rem;
}
.contact-grid-item:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 3px;
  background-color: var(--main-gold);
  display: block;
  bottom: 0;
  left: 0;
  transition: 333ms ease-in-out;
}

.cols-1 .contact-grid-item {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.contact-grid-image {
    width: 84px;
    height: 84px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}
.contact-grid-image img { 
    width: 105%;
    max-width: 105%;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-grid-inner { 
    text-align: left; 
    width: calc(100% - 84px);
}
.contact-grid-inner h5 {
    font-size: 1.125rem;
}

.contact-grid-inner .contact-method {
    margin: 0.5rem 0 0.5rem 0.5em;
    align-items: center;
}
.contact-grid-inner .contact-method .contact-icon {
    font-size: 1.125rem;
    line-height: 1em;
    display: flex;
    align-items: center;
    margin-right: 0.5em;
    width: 1.125rem;
}
.site-main p.contact-method-heading {
    line-height: 1.5em; 
    font-size: 1rem !important;
}

.icon-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.75rem;
}

.icon-grid-container.cols-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.875rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.icon-grid-container.cols-4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.25rem;
    margin-top: 3rem;
}

@media screen and (max-width: 1200px) {
    .icon-grid-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .contact-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media screen and (max-width: 800px) {
    .contact-grid-container,
    .contact-grid-container.cols-2 {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
    } 
    .contact-grid-item:after { width: 100%; }
}
@media screen and (max-width: 600px) {
  .icon-grid-container {
      grid-template-columns: repeat(1, 1fr) !important;
  }
  
  .contact-grid-item.flex-ns { 
      display: block !important;
      text-align: center;
  }


  .contact-grid-image {
      width: 70vw;
      height: 70vw;
      margin: auto;
  }
  .contact-grid-image img {
     border-radius: 5px;
  }

  .contact-grid-inner {
      text-align: center;
      margin: auto;
  }
  .contact-grid-inner .contact-method {
      justify-content: center;
  }
}

.icon-grid-item {
  /*cursor: pointer;*/
  position: relative;
  border-radius: 5px;
  padding: 1rem;
  transition: all 0.15s ease;
}

.icon-grid-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  display: block;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 333ms ease-in-out;
}

.anim-cards .icon-grid-item:hover::before {
  height: 100%;
  opacity: 1;
  z-index: 1;
  background-color: #f8f7f7;
  border: 1px solid #dddad8;
  border-radius: 5px;
}

.icon-grid-inner {
  position: relative;
  z-index: 2;
}

.icon-grid-item h3 {
  color: var(--alt-blue);
  font-size: 1.5rem;
  line-height: 1.33;
  font-family: var(--myriad);
  font-weight: 700;
  position: relative;
  padding-left: 3.5rem;
  text-transform: uppercase;
}

.icon-grid-item h3 i {
  color: #000;
  font-size: 2.25rem;
  position: absolute;
  left: 0;
  top: 0;
}

.icon-grid-item h4 i {
  color: #000;
  font-size: 2.125rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 32px;
}

.icon-grid-item h4 {
  color: var(--alt-blue);
  font-size: 1.275rem;
  line-height: 1.125;
  font-family: var(--myriad);
  font-weight: 700;
  position: relative;
  padding-left: 2.75rem;
}

.icon-grid-item .icon-grid-inner.top h3 {
  padding-left: 0;
  padding-top: 54px;
  text-align: center;
}
.icon-grid-item .icon-grid-inner.top h3 i {
  right: 0;
  margin: 0 auto;
  font-size: 2.5rem;
  max-width: 42px;
}

.icon-grid-item p {
  padding-left: 3.5rem;
  padding-right: 0.5rem;
  margin: 0;
}

.icon-grid-item h4 + p {
  padding-left: 2.75rem;
}

section .icon-grid-item p a:hover {
  color: var(--main-gold);
}

.icon-grid-item a.icon-grid-icon-link {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 700;
  position: relative;
  margin: 1em 0 0.5em 3.5rem;
  transition: 333ms ease-in-out;
}

.icon-grid-item:hover a.icon-grid-icon-link {
  color: var(--main-gold);
}

.icon-grid-item a.icon-grid-icon-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--bright-gold);
  transition: all 333ms ease-in-out;
}

.icon-grid-item:hover a.icon-grid-icon-link:after {
  width: 100%;
}

.icon-title {
  font-size: 2rem;
  line-height: 1.125em;
  color: #fff;
}

.icon-text {
  font-size: 1rem;
  line-height: 1.25em;
  color: #fff;
}

.breadcrumbs {
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.breadcrumbs a, .breadcrumbs span {
    color: #fff;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 52px;
    padding: 0 0.5em;
    transition: all 333ms ease-in-out;
}
.breadcrumbs span.current { color: var(--bright-gold); }
.breadcrumbs i.fa-regular {
    color: var(--bright-gold);
    padding-bottom: 2px;
    vertical-align: middle;
}
.breadcrumbs a:hover {
    color: var(--bright-gold);
}

.site-main > section:first-child, .site-main > section:first-of-type, .error404 .search-results {
    padding-top: 157px;
}

@media screen and (max-width: 1024px) {
    .site-main > section:first-child {
        padding-top: 96px;
    }
}

@media screen and (max-width: 800px) {
    .breadcrumbs { padding: 0.75rem 0; }
    .breadcrumbs a, .breadcrumbs span { line-height: 1.2em; padding: 0 0.5em; }
}

.site-main p {
    font-size: 1.125rem;
}

.wp-block-column p, .wp-block-column ul {
    margin-bottom: 1rem;
}

.site-main .white_text p, .site-main .white_text ul li {
    color: #fff;
}
.site-main .dark_text p {
    color: var(--text-grey);
}

.narrow {
    max-width: 640px;
    margin: auto;
}

div.glide-flex-wrapper {
    position: relative;
}

.video-carousel .section-heading + p {
  font-size: 1.25rem;
  margin: 1.5em auto;
  padding-bottom: 0;
}

a.learn-more {
  display: inline-block;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 700;
  position: relative;
  margin: 1em auto 3.5rem;
  transition: 333ms ease-in-out;
}

a.learn-more:hover {
  color: var(--main-gold) !important;
}
a.learn-more.white_text:hover {
  color: var(--bright-gold) !important;
}

a.learn-more:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--main-gold);
    transition: all 333ms ease-in-out;
}
a.learn-more.white_text:after {
    background: var(--bright-gold);
}

a.learn-more:hover::after {
    width: 100%;
}

.location-finder-form-wrap a.learn-more {
    margin: 0;
}

.team-carousel, .team-cards {
    background: rgb(110, 98, 89, 0.05);
}

.glide__track.w-80.team-track {
  width: 80%;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}
.glide__track.w-90.team-track {
  width: 90%;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

.tm-slider-ctrl {
  width: 5%;
  height: 3rem;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto;
}

.tm-slider-ctrl button {
  color: var(--text-grey);
  font-size: 1.25rem;
  width: 100%;
  height: 100%;
}

.tm-slider-ctrl:hover button {
  color: var(--main-gold);
}

.tm-slider-ctrl.prev {
  left: 0;
}

.tm-slider-ctrl.next {
  right: 0;
}

.tm-slider-ctrl.prev button {
  text-align: right;
  padding-right: 2.5rem;
}

.tm-slider-ctrl.next button {
  text-align: left;
  padding-left: 2.5rem;
}

.team-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4rem 4%; /* 2rem */
}


.team-container.flex {
  	/* display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); */
  	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.team-container.flex .card-wrap { width: 22%; min-width: 264px; }


.single-location .team-container {
  /* display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); */
  display: flex;
  justify-content: space-evenly;
  gap: 4rem;
  margin: auto;
}

.single-location .team-container .card-wrap { width: 28%; min-width: 224px; }

@media screen and (max-width: 1200px) {
  .team-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 800px) {
  .team-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 600px) {
  .single-location .team-container { display: block; }
}




.team-carousel .glide__slide, .team-container .card-wrap {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0em 0.65em 3em -1.25em rgba(0, 18, 36, 0.22);
  background: #fff;
  transition: all 444ms ease-in-out;
}

.team-carousel .glide__slide:hover, .team-container .card-wrap:hover {
  transform: translateY(-15px);
}

.testislides.glide  { height: auto; }

.teamslides .glide__bullet,
.testislides .glide__bullet {
    background: rgba(172, 129, 64, 0.2);
    width: 0.75rem;
    height: 0.75rem;
}

.teamslides .glide__bullet.glide__bullet--active,
.testislides .glide__bullet.glide__bullet--active {
    background: var(--main-gold);
}

.teamslides .member-name, .team-container .card-wrap .member-name {
    color: var(--alt-blue);
    font-size: 2.25rem;
    line-height: 1.125;
    margin-bottom: 1rem;
}

.teamslides .member-name + p, .team-container .card-wrap .member-name + p {
    font-size: 1.25rem;
    color: var(--text-grey);
    font-weight: 700;
}

.teamslides .link-btns a, .team-container .card-wrap .link-btns a {
    display: inline-block;
    font-size: 1.125rem;
    text-align: center;
    line-height: 44px;
    width: 52px;
    height: 44px;
    border-radius: 5px;
    font-weight: 700;
    background-color: var(--alt-blue);
    color: #fff;
    margin: 1em 8px 0.5em;
    box-shadow: 0em 0.15em 0.65em 0em rgba(0, 0, 0, 0.25);
    transition: 333ms ease-in-out;
}

.teamslides .link-btns a:hover, .team-container .card-wrap .link-btns a:hover {
  background-color: var(--main-gold);
}

.glide__track.w-80.test-track {
  width: 80%;
  padding-top: 3.5rem;
}

.testislides blockquote {
  margin: 0;
  padding: 2.5rem;
  gap: 24px;
  border-radius: 5px;
  border: 2px solid rgba(10, 37, 64, 0.11);
}

.testislides blockquote i {
  font-size: 2.66rem;
  color: var(--alt-blue);
}
.testislides blockquote p {
  font-size: 1.33rem;
  color: #000;
  margin-bottom: 1.5rem;
}

.testislides blockquote cite {
  display: flex;
  gap: 12px;
  margin-top: 1.75rem;
}
.testislides blockquote cite p {
  font-size: 1.125rem;
  font-style: normal;
  margin: 0;
}
.testislides blockquote cite p strong {
  display: block;
  color: var(--alt-blue);
}
.testislides cite figure {
  position: relative;
  overflow: hidden;
  width: 64px;
  height: 64px;
  border-radius: 5px;
}
.testislides cite figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 800px) {
  .testislides blockquote {
    padding: 1.5rem;
    gap: 12px;
  }
  .testislides blockquote i {
    font-size: 2.125rem;
  }
  .tm-slider-ctrl {
    width: 5%;
  }
  .tm-slider-ctrl.prev {
    left: 2.5%;
  }
  .tm-slider-ctrl.next {
    right: 2.5%;
  }
  .tm-slider-ctrl.next button {
    padding-left: 0; text-align: right;
  }
  .teamslides .member-name, .team-container .card-wrap .member-name {
    font-size: 1.75rem; 
  }
  .teamslides .member-name + p, .team-container .card-wrap .member-name + p {
    font-size: 1rem;
  }
}

.white-bg {
  background-color: #fff;
}
.blue-bg {
  background-color: var(--alt-blue);
}
.white-text, .white-text > * { color: #fff !important; }

.gold-text { color: var(--main-gold) !important; }
.white_text .gold-text { color: var(--bright-gold) !important; }


.wp-block-columns.mcb-inner {
  gap: 3rem;
}

.icon-list-heading {
  font-size: 1.5rem;
  color: var(--alt-blue);
  border-bottom: 1px solid var(--text-grey);
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  text-align: left;
  max-width: unset;
}

.icon-list-item {
  display: flex;
  position: relative;
  margin-bottom: 2em;
}

.icon-list-block { gap: 30px; }

.icon-list-block.flex .icon-list-item { 
  width: 25%;
}

.icon-list-item .icon {
  width: 48px;
}
.icon-list-item .icon i {
  color: #000;
  font-size: 1.75rem;
  line-height: 1.33em;
}

.icon-list-item h3 {
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.icon-list-item h4 {
  font-size: 1.33rem;
  line-height: 2.25rem;
}
.icon-list-item h5 {
  font-size: 1.25rem;
  line-height: 2.25rem;
}
.icon-list-item h6 {
  font-size: 1.125rem;
  line-height: 2.25rem;
}

.icon-list-item p + h3,
.icon-list-item p + h4,
.icon-list-item p + h5,
.icon-list-item p + h6 {
  margin-top: 0.6667em;
}

.icon-list-content { width: calc(100% - 48px); }

.location-tabs-title {
  font-size: 1.875rem;
}

.tabs_wrap .panels {
  border: 1px solid var(--text-grey);
  padding: 2rem;
  height: calc(100% - 4rem);
}

.tabs ul {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-main.zelle .tabs ul {
  display: block; 
  margin: 0;
  padding: 0;
  list-style: none;
}

.tabs ul .tab {
  display: block;
  font-size: 0.75rem;
  font-family: var(--myriad);
  text-transform: uppercase;
  color: var(--text-grey);
  text-align: center;
  padding: 0 0.5rem;
  line-height: 3em;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 333ms ease-in-out;
}

.tabs ul .tab.active {
  color: var(--main-gold);
  border-bottom: 2px solid var(--main-gold);
}

.panels .panel, .panels .lpanel {
    display: none;
}

.panels .panel.active, .panels .lpanel.active {
    display: block;
}

.lpanel {
    text-align: center;
}
.lpanel > div {
    gap: 1.5rem;
    justify-content: center;
}
.lpanel .location_block {
    width: 48.25%;
    border-bottom: 1px solid var(--text-grey);
    transition: all 333ms ease-in-out;
}
.lpanel .location_block:hover {
    background: #f8f7f7;
}
.lpanel .location_block h4 {
    font-size: 1.75rem;
    color: #000;
}
.lpanel .location_block h5 {
    font-size: 1.125rem;
    margin-top: 0.5rem;
    line-height: 2em;
    color: #000;
}
.lpanel .location_block p {
    font-size: 1rem;
    color: var(--text-grey);
}

.lpanel .location_block .hours {
  max-width: 278px;
  margin: auto;
}
.lpanel .location_block .hours p {
  text-align: left;
  font-size: 0.875rem;
  line-height: 2.25em;
  border-top: 1px solid #ddd;
  gap: 12px;
  padding: 0 1em;
}
.lpanel .location_block .hours p span:first-child {
  min-width: 72px;
}
.lpanel .location_block .contact {
  margin-top: 1.5rem;
  gap: 18px;
  text-align: left;
}
.lpanel .location_block .contact figure {
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: top;
  border-radius: 6px;
  overflow: hidden;
}
.lpanel .location_block .contact figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.lpanel .location_block .contact > div {
  padding-left: 18px;
  display: inline-block;
  width: calc(100% - 84px);
}

.lpanel .location_block .contact h5 {
    margin: 0 0 0.25em;
    line-height: 1.125em;
}
.lpanel .location_block .contact p {
    line-height: 1.75em;
}
.lpanel .location_block .contact p i {
    font-size: 1.25rem;
    margin: 0 0.33em;
    vertical-align: middle;
    line-height: 1.5em;
}
.lpanel .location_block .contact p a {
    vertical-align: middle;
    line-height: 1.666em;
    display: inline-block;
}

.location_block a.btn + a.btn {
    background: transparent;
    color: var(--main-gold);
    border: 2px solid var(--main-gold);
}
.location_block a.btn:hover {
    opacity: 0.75;
}
.location_block a.btn + a.btn:hover {
    background: rgba(222,167,84,0.15);
    opacity: 1;
}

.resource-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

@media screen and (max-width: 1200px) {
    .resource-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .icon-list-item .icon i { font-size: 1.67rem; }
}

@media screen and (max-width: 800px) {
    .resource-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .icon-list-block { display: block !important; }
    .icon-list-block.flex .icon-list-item { width: 100%; }
    .lpanel .location_block .hours { max-width: unset; }
	.tabs_wrap .panels { padding: 2rem 1rem; }
}

.vidslides .glide__bullet--active {
    background: var(--main-gold);
}

.vidslides .glide__slide > div {
    border-radius: 9px;
    overflow: hidden;
} 

.resource-container .resource-wrap {
    border-radius: 9px;
    overflow: hidden;
    max-width: 560px;
}

.resource-container .resource-wrap .slider-text {
    position: absolute;
    z-index: 98;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 100% );
    font-size: 1.25rem;
    color: #fff;
    height: 35%;
    opacity: 1;
    overflow: hidden;
    transition: all 333ms ease-in-out;
}
.resource-container .resource-wrap .slider-text div {
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    width: 100%;
}
.resource-container .resource-wrap:hover .slider-text {
    height: 100%; 
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0.25) 1%, rgba(0, 0, 0, 0.75) 100% );
}
.resource-container .resource-wrap:hover .play-this-thing > div.video-play
  /* , .resource-container .resource-wrap:hover .link-this-thing > a.page-link */ {
    opacity: 1;
    background: var(--main-gold);
}
.resource-container .resource-wrap .video-poster {
    opacity: 0;
}

@media screen and (max-width: 1440px) {
    .location-tabs .lpanel .location_block p.intro > span.pipe { display: none; }
    .location-tabs .lpanel .location_block p.intro a[href^="tel:"] { display: block; }
}
@media screen and (max-width: 1024px) {
    .lpanel .location_block { width: 100%; }
    .lpanel .location_block .contact { display: flex; justify-content: center; }
    .lpanel .location_block .contact > div { width: auto; }

    .col-group p { text-align: center; }
    .col-group-cols {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .col-group .col-wrap {
        width: 100%;
        max-width: 360px;
        text-align: center;
        margin-bottom: 0.5rem;
    }
    .col-group .col-wrap .gold.border-left {
        border-left: 0;
        border-bottom: 1px solid var(--bright-gold);
        padding-bottom: 1em;
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media screen and (max-width:800px) {
    .wp-block-columns.is-layout-flex { display: block; }
}
@media screen and (max-width:600px) {
    .tabs ul { display: block; }
    .tabs ul li { width: 100%; }
    .tabs ul .tab { border: 1px solid var(--text-grey); border-radius: 5px; }
    
    .lpanel .location_block .contact { display: block; text-align: center; }
    .lpanel .location_block .contact figure { width: 100%; height: auto; max-width: 278px; }
    .lpanel .location_block .contact figure img { border-radius: 6px; }
    .lpanel .location_block .contact > div { max-width: 278px; padding: 0; }

}


.vd-slider-ctrl {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
}

.vd-slider-ctrl.prev {
    left: 2vw;
}

.vd-slider-ctrl.next {
    right: 2vw;
}

.vd-slider-ctrl button {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 2rem;
}

.vidslides .glide__bullet {
    width: 0.75rem;
    height: 0.75rem;
    background: #e3f0fc;
}

.vidslides .glide__bullet--active {
    background: var(--main-blue);
}

.vidslides .glide__slide .slider-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 1%,rgba(0, 0, 0, 0.9) 100% );
    font-size: 2rem;
    color: #fff;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 444ms ease-in-out;
}

.vidslides .glide__slide .slider-text div {
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    width: 100%;
}

.vidslides .glide__slide .slider-text div span {
    display: block;
    font-size: 1.125rem;
}

.vidslides .glide__slide:hover .slider-text {
    height: 35%;
    opacity: 1;
}

@media (hover: none) {
    .vidslides .glide__slide .slider-text {
        opacity: 1;
        height: 35%;
    }
}

.play-this-thing, .link-this-thing {
    cursor: pointer; z-index: 99;
}
.play-this-thing > div.video-play {
    width: 5.25rem;
    height: 5.25rem;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(3, 98, 173, 0.8);
    font-size: 2rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    box-shadow: 0em 0.65em 1em 0em rgba(0, 18, 36, 0.44);
    opacity: 0.84;
    transition: all 333ms ease-in-out;
}
.link-this-thing > a.page-link {
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: transparent;
    font-size: 2rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    box-shadow: 0em 0.65em 1em 0em rgba(0, 18, 36, 0.44);
    opacity: 0.84;
    transition: all 333ms ease-in-out;
}

.vidslides .glide__slide:hover .play-this-thing > div.video-play {
    opacity: 1;
    background: var(--main-gold);
}

.video-overlay {
    background-color: rgba(0, 0, 0, 0.88);
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    top: 0;
    left: 0;
}
.blanket-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.player-modal-wrap {
    max-width: 1260px;
    aspect-ratio: 16 / 9;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#player-src {
    width: 100%;
}

#close-video {
    position: absolute;
    top: -2rem;
    right: -2rem;
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.3);
    transition: all 333ms ease-in-out;
}
#close-video:hover {
    color: rgba(255, 185, 185, 0.99);
}

.wp-block-heading {
  font-weight: 400;
}


.tagline {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--main-gold);
  text-align: center;
}
h2.wp-block-heading, h2.section-heading {
    font-size: 4.375rem;
    line-height: 1.1;
    color: #000;
}

h3.wp-block-heading, h3.section-heading {
  font-size: 3rem;
  line-height: 1.1;
}

h4.wp-block-heading, h4.section-heading {
  font-size: 2.25rem;
  line-height: 1.1;
}

.section-heading + p, .section-heading + div > p {
  font-size: 1.25rem;
  margin: 3.25em auto;
  padding-bottom: 1em;
}

.section-heading + div li {
  font-size: 1.25rem;
  margin: 0 auto ;
  padding-bottom: 0.25em;
  list-style: disc;
}

.col-cards .section-heading {
  max-width: 860px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.col-cards .section-heading + p,
.col-cards .section-heading + div p, .col-cards .section-heading + div ul {
  max-width: 718px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.col-cards .section-heading + div ul { margin-bottom: 3.25em; }
    
.col-wrap .gold.border-left {
  border-left: 2px solid var(--bright-gold);
  padding-left: 1em;
}

.col-wrap .gold.border-left p a {
  color: var(--bright-gold);
}

.col-wrap .gold.border-left p a.link {
  font-weight: 700;
  font-family: var(--myriad);
  position: relative;
  display: inline-block;
  padding-right: 20px;
  vertical-align: middle;
  transition: all 333ms ease-in-out;
}

.col-wrap .gold.border-left p a.link:after {
  content: "\f105";
  display: block;
  position: absolute;
  bottom: 0;
  top: 2px;
  right: 0;
  margin: auto;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}
.col-wrap .gold.border-left p a.link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--bright-gold);
  transition: all 333ms ease-in-out;
}
.col-wrap .gold.border-left p a.link:hover {
  color: #fff;
}
.col-wrap .gold.border-left p a.link:hover::before {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  h2.wp-block-heading, .feature-pages h2, h2.section-heading {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 800px) {
  h2.wp-block-heading, .feature-pages h2, h2.section-heading {
    font-size: 3.25rem; 
  }
}
@media screen and (max-width: 600px) {
  .tagline {
    font-size: 1.25rem;
  }
  h2.wp-block-heading, .feature-pages h2, h2.section-heading {
    font-size: 2.75rem;
    line-height: 1.1;
  }

  h3.wp-block-heading,
  h3.section-heading {
    font-size: 2.125rem;
  }
  	
  h4.wp-block-heading,
  h4.section-heading {
    font-size: 1.75rem;
  }
}

.icon-grid .section-heading {
    max-width: 888px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.icon-grid .ic-inner { 
    margin-bottom: 1rem;
}
.tabbed-content .tc { margin-left: auto; margin-right: auto; }
.icon-grid .ic-inner > h3, .tabbed-content .tc > h3, .col-cards .card-container-section div.section-subtext > h3 {
    max-width: 888px;
    margin: 4rem auto;
    font-size: 3.375rem;
    line-height: 1.1;
}

.icon-grid .ic-inner > p, .tabbed-content .tc > p {
    max-width: 668px;
    font-size: 1.125rem;
    text-align: center;
    margin: 2.25em auto;
    padding-bottom: 0;
}

.wp-block-heading + .subhead {
    color: var(--alt-blue);
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
}

.overlay-columns {
    height: 64vh;
}

.overlay-columns .column img {
    width: 100%;
    height: auto;
    opacity: 30%;
    mix-blend-mode: multiply;
    transition: 333ms all ease-in-out;
}

.overlay-columns .column:hover img {
    transform: scale(1.1);
}

.overlay-columns .column {
    overflow: hidden;
}

.overlay-columns .col-overlay {
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}
.overlay-columns .col-wrap {
    padding: 12% 8%;
    color: #fff;
}
.overlay-columns .col-wrap i {
    font-size: 2.5rem;
}

.anim-text-img-pair {
    margin-bottom: 2rem;
}

.anim-text-img-pair .flex-ns.image_right,
.anim-text-img-pair .flex-ns.image_left {
    align-items: center;
}
.anim-text-img-pair .flex-ns.image_right {
    flex-direction: row-reverse;
}

.img-col, .txt-col {
    padding: 2rem;
    position: relative;
}

.anim-text-img-pair .img-col {
    z-index: 2;
}
.anim-text-img-pair .txt-col {
    z-index: 3;
}

.img-col figure {
    overflow: hidden;
    border-radius: 9px;
    position: relative;
    aspect-ratio: 6 / 4;
    width: 100%;
    transition: all 444ms ease-in-out;
}

.img-col figure img {
    position: absolute;
    border-radius: 9px;
    aspect-ratio: 6 / 4;
    width: 33vw;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    transition: all 444ms ease-in-out;
}

.txt-col > div {
    padding: 1.66rem 1.25rem;
    background: #fff;
    border-radius: 5px;
    transition: all 444ms ease-in-out;
}

@media (hover: none) and (max-width: 1200px) and (orientation: portrait) {
    .overlay-columns .column img { /*width: auto; height: 100%;*/ }
}


@media screen and (min-width: 800px) {
    .anim-text-img-pair:hover .image_right .txt-col > div {
      box-shadow: 0em 0.5em 1.5em 0px rgba(0, 0, 0, 0.1);
      transform: translateX(4rem);
    }

    .anim-text-img-pair:hover .image_left .txt-col > div {
      box-shadow: 0em 0.5em 1.5em 0px rgba(0, 0, 0, 0.1);
      transform: translateX(-4rem);
    }

    .anim-text-img-pair:hover .image_right .img-col > figure {
      transform: translateX(-4rem);
    }

    .anim-text-img-pair:hover .image_left .img-col > figure {
      transform: translateX(4rem);
    }

    .anim-text-img-pair:hover .img-col > figure img {
      transform: scale(1.125);
    }
}

@media screen and (max-width: 1200px) {
  	.overlay-columns { max-height: 504px; }
}
@media screen and (max-width: 1024px) {
    .overlay-columns { max-height: 484px; }
}
@media screen and (max-width: 1024px) {
	.overlay-columns { max-height: 392px; }
}
@media screen and (max-width: 800px) {
    .overlay-columns { height: auto; max-height: 426px; }
    .overlay-columns > div { flex-wrap: wrap; }
    .overlay-columns .column { width: 50%; min-height: 424px; }
    .overlay-columns .column.w-33-ns:nth-child(3) { width: 100%; }
    .overlay-columns .col-wrap i { font-size: 2rem; margin-bottom: 1rem; }
    .anim-text-img-pair .flex-ns.image_right, .anim-text-img-pair .flex-ns.image_left { display: block; }
    .anim-text-img-pair .flex-ns.image_right .w-50-ns, .anim-text-img-pair .flex-ns.image_left .w-50-ns { width: 100%; }
}
@media screen and (max-width: 600px) {
    .overlay-columns { height: auto; max-height: unset; }
    .overlay-columns > div { display: block !important; }
	  .overlay-columns .column { width: 100% !important; }
    .overlay-columns .column.w-50-ns { width: 100%; }
    .anim-text-img-pair .flex-ns.image_right, .anim-text-img-pair .flex-ns.image_left { margin: auto; }
}

.txt-col h2,
.txt-col h3,
.txt-col h4,
.txt-col h5 {
  color: var(--alt-blue);
  font-weight: 700;
  margin-bottom: 1rem;
}

.txt-col h2 {
  font-size: 2.667rem;
}
.txt-col h3 {
  font-size: 2rem;
}
.txt-col h4 {
  font-size: 1.667rem;
}
.txt-col h5 {
  font-size: 1rem;
}

.txt-col p {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
}

.txt-col p:first-child {
  margin: 0 0 0.25em 0.75em;
}

.txt-col p i {
  font-size: 1.75rem;
  color: #000;
}


a.btn, section .page-hero-wrap > div p a.btn {
    background: var(--main-gold);
    border: 2px solid var(--main-gold);
    padding: 0 2rem;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    margin-top: 1.75rem;
    transition: all 333ms ease-in-out;
}
a.btn:hover, a.cta-btn:hover {  /*, section .page-hero-wrap > div p a.btn*/
    background: transparent;
    border: 2px solid var(--main-gold);
    color: var(--main-gold);
}


a.btn.ttn {
  text-transform: none !important;
  padding: 0 1.5rem;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
a.btn.wp-block-button__link {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

a.btn.border.clear, .border.clear .wp-block-button__link {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
a.btn.border.clear:hover, .border.clear .wp-block-button__link:hover {
    border: 2px solid var(--main-gold);
    color: var(--main-gold);
    background-color: rgba(172, 129, 64, 0.1);
}



.txt-col .btn:hover {
	  background: rgba(172, 129, 64, 0.1);
	  color: var(--main-gold);
}

.txt-col .anchor-arrow-down {
	  display: inline-block;
	  margin-top: 1.25rem;
	  border: 2px solid var(--main-gold);
	  border-radius: 4px;
	  padding: 0.66rem 1rem;
	  transition: all 333ms ease-in-out;
}
.txt-col .anchor-arrow-down i {
	  font-size: 28px;
	  color: var(--main-gold);
	  transition: all 333ms ease-in-out;
}
.txt-col .anchor-arrow-down:hover {
  	background-color: var(--main-gold);
}
.txt-col .anchor-arrow-down:hover i {
  	color: #fff;
}

@media screen and (max-width: 600px) {
  .img-col, .txt-col {
    	padding: 1rem 0.5rem;
  }
}

.page-hero-inner-content a.btn:hover {
    background: transparent;
    color: var(--main-gold);
    border: 2px solid var(--main-gold);
}

.page-hero-inner-content a.btn + a.btn:hover { 
    border: 2px solid var(--main-gold);
    color: var(--main-gold);
    background-color: rgba(172, 129, 64, 0.1);
}

.stat-cols {
  display: flex;
  justify-content: space-around;
  gap: 60px;
}
.stat-cols .tagline {
  font-size: 1.25rem;
  text-align: left;
  color: var(--alt-blue);
}
.stat-cols h4 {
  font-size: 1.66rem;
  font-family: var(--solitas);
  border-bottom: 4px solid var(--main-gold);
}
.stat-cols h3 {
  font-size: 4rem;
  border-bottom: 4px solid var(--main-gold);
}
.stat-cols h3 .countup + span {
  font-size: 1rem;
  font-weight: 700;
}
.stat-cols h3 .countup + span.f1 { font-size: 2.5rem; }
.stat-cols p.locs {
  max-width: 218px;
  height: 6.834em;
  padding-top: 1rem;
}

.badge { 
    display: inline-block;
    font-size: 0.75rem;
    text-transform: uppercase; 
    margin: 0;
    padding: 0.05rem 0.5rem;
    border-radius: 0 0 5px 5px;
    background-color: var(--main-gold); 
    color: #fff;
    transform: translateY(-2px);
}

.stat-cols.white_text {
    gap: 30px;
}
.stat-cols.white_text .stat-col {
    width: 25%;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 2.5rem;
}
.stat-cols.white_text .stat-col .tagline, .stat-cols.white_text .stat-col h4.nostat {
    color: var(--bright-gold);
}
.stat-cols .stat-col.nostats { padding-bottom: 1.25rem }
.stat-cols.white_text .stat-col h4.nostat { line-height: 1.25em; border-bottom: 0; }
.stat-cols .stat-col.nostats .inner {
    height: 100%;
    padding-bottom: 0.5rem;
    border-bottom: 4px solid var(--main-gold);
}
.stat-cols .stat-col.nostats p.locs {
    max-width: unset;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}


.online-banking-mod .stat-cols.white_text {
  gap: 18px;
}
.online-banking-mod .stat-cols.white_text .stat-col {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 2rem 2rem 3rem;
  width: 48%;
}
.online-banking-mod .stat-cols.white_text h3 {
  color: var(--bright-gold);
  font-size: 1.875rem;
  line-height: 1.125;
  font-weight: 600;
  border-bottom: 0;
}

.online-banking-mod .stat-cols .inner {
    border-bottom: 4px solid var(--main-gold);
    padding-bottom: 2rem;
    height: 100%;
}

.ob-cols { display: flex; align-items: center; }

.ob-right img.debit_card {
  max-width: 85%;
  display: block;
  margin: 2rem auto;
  transition: all 333ms ease-in-out;
}
.ob-right:hover img.debit_card {
  transform: scale3d(1.1, 1.1, 1.1) skew(-5deg, 0deg);
}
.ob-right p, .ob-right p + div { max-width: 500px; margin-right: auto; margin-left: auto; }

.product-title div h1,
.page-title div h1 {
  font-size: 45px;
}

@media screen and (max-width: 1200px) {
  .product-title div h1,
  .page-title div h1 {
    font-size: 32px;
  }
  .stat-cols { 
    flex-wrap: wrap;
    gap: 30px;
  }
  .stat-cols .stat-col { width: 44% !important; }
}
@media screen and (max-width: 1024px) { 
  .ob-cols { display: block; }
  .w-50.ob-left, .w-50.ob-right { width: 100%; }
  .ob-right img.debit_card { max-width: 360px; width: 85%; }
}
@media screen and (max-width: 800px) {
  .product-title div h1,
  .page-title div h1 {
    font-size: 30px;
  }
  .stat-cols .stat-col { width: 100% !important; }
}

@media screen and (max-width: 600px) {
  .stat-cols { display: block; }
  .stat-cols .stat-col, .online-banking-mod .stat-cols.white_text .stat-col {
      width: 100%;
      margin-bottom: 1rem !important;
  }
  .stat-col,
  .stat-col p,
  .stat-col .tagline {
    text-align: center;
    margin: auto;
  }
  .stat-cols h3 { justify-content: center; }
  .stat-col h3 + p {
    padding-bottom: 1rem;
  }
}

section.product-content {
  background-color: #f2efe5;
}

div.mcb-product-content-layout,
div.mcb-column-content-layout {
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 1200px) {
  div.mcb-product-content-layout,
  div.mcb-column-content-layout {
    flex-direction: column;
  }
}

div.mcb-product-content-side,
div.mcb-column-content-side {
  width: 33.33%;
  padding-right: 5rem;
}

@media screen and (max-width: 1200px) {
  div.mcb-product-content-side,
  div.mcb-column-content-side {
    width: 100%;
  }
  div.mcb-column-content-side {
    margin-bottom: 2rem;
  }
}

div.mcb-product-content-main,
div.mcb-column-content-main {
  width: 66.66%;
}

@media screen and (max-width: 1200px) {
  div.mcb-product-content-main,
  div.mcb-column-content-main {
    width: 100%;
  }
}

div.mcb-product-content-side,
div.mcb-product-content-main,
div.mcb-column-content-side,
div.mcb-column-content-main {
  flex-grow: inherit !important;
  flex-basis: inherit !important;
}

h2.mcb-product-heading,
h2.mcb-column-heading {
  font-size: 35px;
}

@media screen and (max-width: 1200px) {
  h2.mcb-product-heading,
  h2.mcb-column-heading {
    font-size: 28px;
  }
}

div.mcb-product-content div p {
  color: #707070;
  font-size: 20px;
  margin-bottom: 1.5rem;
}

div.mcb-product-content div ul {
  margin-bottom: 1.5rem;
  list-style: disc;
  list-style-position: inside;
}

div.mcb-product-content div ul li {
  color: #707070;
  font-size: 20px;
}

@media screen and (max-width: 1200px) {
  div.mcb-product-content div p,
  div.mcb-product-content div ul li {
    font-size: 15px;
  }
}

div.page-hero-wrap {
    width: 100%;
    height: 52vh;
    min-height: 490px;
}

div.page-hero-wrap-2 {
    width: 100%;
    height: 54vh;
    min-height: 424px;
}

body.page-child div.page-hero-wrap:first-of-type, body.page-child div.page-hero-wrap-2:first-of-type{
   margin-top: 0; /* accounting for subnav if > 0 */
}

@media screen and (max-width: 1024px) {
    body.page-child div.page-hero-wrap-2{
        margin-top: 0px;
    }
}

.page-hero-wrap > div {
    background-color: rgba(0, 0, 0, 0.79);
}

section .page-hero-wrap > div p a {
    color: var(--bright-gold);
}

.site-main.news .page-hero-wrap {
    max-height: 360px;
}
.site-main.news .page-hero-wrap > div {
    background-color: rgba(0, 0, 0, 0.54);
}

div.page-hero-wrap-2 a.btn {
    margin-top: 3.75rem;
}

div.page-hero-wrap a.btn + a.btn, div.page-hero-wrap-2 a.btn + a.btn {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.page-hero-img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    overflow: hidden;
}


@media screen and (max-width: 1200px) {
    .page-hero-wrap div .mcb-inner {
        padding: 0px; 
    }
}

@media screen and (max-width: 800px) { 
    div.page-hero-wrap { height: auto; }
    .page-hero-wrap > div.bc { padding-bottom: 66px; }

    .site-main.about-us div.page-hero-wrap { height: 78vh; }
    .site-main.about-us .page-hero-wrap > div { padding-bottom: 0; }
} 

@media screen and (max-width: 600px) { 
    .site-main.about-us div.page-hero-wrap { height: 90vh; }
}

@media screen and (max-width: 440px) { 
    .site-main.about-us div.page-hero-wrap { height: 94vh; }
}

.page-hero-inner-content {
    width: 100%;
    max-width: 1038px;
    padding: 2rem 1rem;
    margin: 3rem auto;
    text-align: center;
}

div.page-hero-wrap-2 .page-hero-inner-content {
    margin: 0 auto;
}



.page-hero-content {
    margin: auto;
}

#primary section, #primary > .wp-block-columns, #locations, #browse { scroll-margin-top: 164px; }
#location-hero-block {
    margin-bottom: 450px;
}
#location-hero-block .page-hero-content { 
    max-width: 860px; 
}
#location-hero-block .page-hero-inner-content {
    margin: 0 auto 6rem;
}

.site-main.corporate-headquarters div.page-hero-wrap, .site-main.miami-office div.page-hero-wrap { min-height: 505px; }
.site-main.corporate-headquarters #location-hero-block .page-hero-inner-content, .site-main.miami-office #location-hero-block .page-hero-inner-content {
    margin: 0 auto 7.5rem;
}


.page-hero-content > div {
    font-size: 1.25rem;
    max-width: 50%;
}
.page-hero-content > div .fa {
    font-size: 1.5rem;
    color: var(--bright-gold);
    vertical-align: text-bottom;
    margin-right: 0.5rem;
}
#location-hero-block .breadcrumbs a, #location-hero-block .breadcrumbs span {
    line-height: 60px;
    margin-bottom: 60px;
}
#location-hero-block #location-detail-map {
    min-height: 450px;
    height: 450px;
    border: 0;
    border-radius: 6px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -395px;
    width: 90vw;
    margin: 0 auto;
}

.location-blocks-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
}

.location-blocks-grid-flex {
    display: flex; 
    justify-content: center;
    gap: 4rem;
}

.location-service-block h4, .location-intro-block h4 {     
    font-size: 1.5rem;
    color: var(--alt-blue);
    border-bottom: 1px solid var(--bg-gold);
    margin-bottom: 1.5rem;
}

.location-service-block ul li {    
    position: relative;
    list-style: none;
    padding: 0 0 0 1.5rem;
    margin: 0.5rem 0;
    font-size: 1.125rem;
    line-height: 1.45rem;
}
.location-service-block ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 0;
    left: 0;
    height: 1.125em;
    line-height: 1.125em;
    color: var(--main-gold);
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 1.125em;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-rendering: auto;
}

.location-service-block.hours { 
    position: relative;
    min-width: 374px;
    margin-bottom: 2rem;
}
.location-service-block.hours .fa-regular {
    font-size: 1.5rem;
    color: var(--main-gold);
    position: absolute;
    top: 65px;
    left: 0; 
}
.location-service-block.hours p {
    font-size: 1rem;
    line-height: 1.875rem;
    margin: 0 0 0 2.5rem;
    padding: 0 0.5rem;
    border-bottom: 1px solid var(--brdr-gold);
}
.location-service-block.hours p span { 
    width: 45%; 
    max-width: 240px;
}


.site-main .location-intro-block p {
  font-size: 1.25rem;
}



@media screen and (max-width: 1200px) {
    .page-hero-inner-content {
        height: 100%;
    }
}

@media screen and (max-width: 800px) {
  .page-hero-inner-content {
    width: 100%;
    padding: 2rem 1.5rem;
  }
  .location-blocks-grid-flex { display: block; }
}

@media screen and (max-width: 600px) {
  #location-hero-block .breadcrumbs { padding-bottom: 68px; }
  #location-hero-block .breadcrumbs a, #location-hero-block .breadcrumbs span { line-height: 1.25rem; margin-bottom: 0; }
}

h1.page-hero-heading {
  font-size: 4.375rem;
  line-height: 1.125;
  font-weight: 400;
  color: white;
  margin: 0;
  margin-bottom: 1.75rem;
  padding: 0;
}

.page-hero-inner-content p {
  font-size: 1.125rem;
  color: white;
  margin: 1em 0 0;
  padding: 0;
}

#location-hero-block .page-hero-inner-content p { margin-bottom: 2.125rem; }

@media screen and (max-width: 1200px) {
  p.page-hero-content {
    font-size: 16px;
  }
}

@media screen and (max-width: 800px) {
  .product-category-hero-top {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 800px) {
  h1.page-hero-heading {
    font-size: 3rem;
    line-height: 1.125;
  }
}

@media screen and (max-width: 600px) {
  h1.page-hero-heading {
      font-size: 2.5rem !important; 
  }
  .page-hero-content { 
    display: block !important;
    text-align: center;
    margin: auto;
  }
  .page-hero-content > div { 
    max-width: 100%;
    line-height: 1.875;
  }
}

div.product-category-hero-top > div:first-child {
  background-color: var(--hc1);
  width: 550px;
  height: 450px;
  padding: 3rem;
}

@media screen and (max-width: 1200px) {
  div.product-category-hero-top > div:first-child {
    width: 50%;
  }
}

@media screen and (max-width: 800px) {
  div.product-category-hero-top > div:first-child {
    width: 100%;
    height: fit-content;
    padding: 3rem 2rem 3rem 2rem;
  }
}

div.product-category-hero-top > div:nth-child(2) {
  position: relative;
  width: calc(100% - 550px);
  height: 450px;
}

@media screen and (max-width: 1200px) {
  div.product-category-hero-top > div:nth-child(2) {
    width: 50%;
  }
}

@media screen and (max-width: 800px) {
  div.product-category-hero-top > div:nth-child(2) {
    width: 100%;
    height: 300px;
  }
}

div.product-category-hero-top > div:nth-child(2) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h2.product-category-sub-heading {
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  color: var(--hc1);
}

p.product-category-sub-content {
  font-weight: 400;
  font-size: 20px;
  color: #707070;
}

@media screen and (max-width: 1400px) {
  div.product-category-hero-sub {
    flex-direction: column;
  }
  div.product-category-hero-sub > div {
    width: 100%;
    padding: 0px;
  }
}

div.product-category-percent-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 1400px) {
  div.product-category-percent-grid {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 600px) {
  div.product-category-percent-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

div.product-category-percent-grid > div:nth-child(2) {
  border-left: 1px solid #707070;
  margin-left: 1rem;
  padding-left: 1rem;
}

@media screen and (max-width: 600px) {
  div.product-category-percent-grid > div:nth-child(2) {
    border-left: none;
    margin-left: 0px;
    padding-left: 0px;
    border-top: 1px solid #707070;
    margin-top: 1rem;
    padding-top: 1rem;
  }
}

h3.product-category-hero-rate-heading {
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  color: var(--hc1);
}

@media screen and (max-width: 1200px) {
  h3.product-category-hero-rate-heading {
    font-size: 30px;
    line-height: 35px;
  }
}

@media screen and (max-width: 800px) {
  h3.product-category-hero-rate-heading {
    font-size: 24px;
    line-height: 28px;
  }
}

p.product-category-hero-rate-percent {
  font-weight: 700;
  font-size: 90px;
  line-height: 1;
  color: var(--hc2);
}

p.percent,
p.percent-type {
  font-weight: 700;
  color: var(--hc2);
}

p.percent {
  font-size: 50px;
  line-height: 1;
}

p.percent-type {
  font-size: 25px;
}

div.percent-sep {
  height: 180px;
  width: 2px;
  background-color: #707070;
  margin-left: 1rem;
  margin-right: 1rem;
}

@media screen and (max-width: 1200px) {
  div.product-category-hero-inner {
    width: 100%;
  }
}

.rates-table-heading { font-size: 3.375rem; }
.section-heading + p.effective { margin: 0; font-size: 1.5rem; color: var(--alt-blue); }

table.rate-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

table.mb-rate-table {
  display: none;
}

@media screen and (max-width: 800px) {
  table.rate-table {
    display: none;
  }
  table.mb-rate-table {
    display: table;
  }
}

table.rate-table tr > th {
  background-color: var(--alt-blue);
  vertical-align: middle;
}

table.rate-table tr > td {
  background-color: var(--brdr-gold);
  color: var(--brdr-gold);
  vertical-align: middle;
}

table.rate-table tr > th p,
table.rate-table tr > td p {
  vertical-align: middle;
  margin-bottom: 0;
}

table.rate-table tr > th,
table.rate-table tr > th p {
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
}

table.rate-table tr > td,
table.rate-table tr > td p {
  font-weight: 400;
  font-size: 1.125rem;
}

table.rate-table tr > td {
  color: #272727;
}

table.rate-table tbody tr { border-bottom: 2px solid #fff; }
table.rate-table tbody tr.prod { border-bottom: 8px solid #fff; }
table.rate-table tr:last-child { border-bottom: 6px solid #fff; }
table.rate-table tbody tr.prod td:first-child { font-weight: 700; font-size: 1.25rem; }

table.rate-table.mb-rate-table tbody tr.prod { border-bottom: 2px solid #fff; border-top: 8px solid #fff; }
table.rate-table.mb-rate-table tr > th {
  /*background-color: rgba(110, 98, 89, 0.33);
  color: #272727;*/
  font-weight: 400;
  font-size: 1.125rem;
  padding: 0.5rem 1rem;
  vertical-align: middle;
}

table.rate-table tr > th,
table.rate-table tr > td {
  border-right: 2px solid #fff;
  padding: 1rem;
  text-align: left;
}

table.rate-table tr > th:last-child,
table.rate-table tr > td:last-child {
  border-right: none;
}

table.rate-table th { background: var(--alt-blue); color: #fff; padding: 10px; }
table.rate-table tbody tr > td[rowspan]:last-child { border-right: 2px solid #fff; }

.site-main .mcb-inner p.small, .site-main .mcb-inner p.disclosure { width: 100%; margin-top: 1rem; }

.contact-us-block {
  background: #000;
  margin-top: 15rem;
}

.contact-us-wrap {
  margin-top: -15rem;
  position: relative;
  z-index: 9;
  box-shadow: 0em 1em 2em 0em rgba(0, 0, 0, 0.52);
}

.contact-us-wrap > div {
  padding: 2rem;
  min-height: 100%;
  min-width: 324px;
}

.contact-us-wrap > div.blue-bg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateX(1px);
}

@media screen and (max-width: 1024px) {
  div.contact-us-wrap { background: transparent; }
  .contact-us-wrap > div.w-two-thirds { background: #fff; }
}
@media screen and (max-width: 800px) {
  div.contact-us-wrap {
    flex-direction: column-reverse;
    background: transparent;
  }
  div.contact-us-wrap > div {
    width: 100%;
    min-height: unset;
  }
  .contact-us-wrap > div.w-two-thirds {
    padding: 2rem 1rem;
    background: #fff;
  }
}

@media screen and (max-width: 414px) {
  div.contact-us-wrap.mcb-inner { padding-left: 1.25rem !important; padding-right: 1.25rem !important; }
  .contact-us-wrap > div { padding: 2rem; min-width: unset; }
  .contact-us-wrap .contact-method .contact-icon { font-size: 1.25rem; width: 1.5rem; }
}

.contact-heading {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 0.25em;
}

p.contact-copy {
  line-height: 1.5em;
  font-size: 1.125rem;
}

p.disclaimer {
  line-height: 1.5em;
  font-size: 1rem;
  font-style: italic;
}

.contact-us-wrap .contact-method {
  margin: 2.75rem 0;
  align-items: center;
}

.contact-us-wrap .contact-method .contact-icon {
  font-size: 1.875rem;
  line-height: 1em;
  display: flex;
  align-items: center;
  margin-right: 0.5em;
  width: 2.33rem;
}
.section-heading + div p.contact-method-heading {
  line-height: 1.5em;
  font-size: 0.8975rem;
  margin: 0;
  padding-bottom: 0;
}



div.gform_body div.gform_fields {
  row-gap: 1.5rem !important;
}

div.ginput_container input, div.ginput_container select {
  font-family: "Arial", sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  border: none !important;
  border-bottom: 1px solid #a7a8ad !important;
  border-radius: 0px !important;
  background: none !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

div.ginput_container.ginput_container_select { position: relative; }
div.ginput_container.ginput_container_select:before {   
	content: "\f107";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    color: var(--alt-blue);
} 

div.ginput_container textarea {
  border: 1px solid #ddd;
}

input.gform_button {
  font-weight: 700 !important;
  font-size: 16px !important;
  border-radius: 2px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  background: var(--alt-blue) !important;
  cursor: pointer !important;
  height: 54px !important;
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.gform_footer {
  margin-top: 3rem !important;
}

div.gform_validation_errors {
  box-shadow: none !important;
}

section.location-info {
  background-color: #f2efe5;
}

section.location-header > div:first-child {
  min-height: 200px;
}

h1.location-title {
  margin: 0;
  font-size: 45px;
  color: white;
}

@media screen and (max-width: 1200px) {
  h1.location-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 800px) {
  h1.location-title {
    font-size: 30px;
  }
}

img.location-img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  img.location-img {
    height: 250px;
  }
}

@media screen and (max-width: 1200px) {
  section.location-header > div:first-child {
    flex-direction: column-reverse;
  }
  section.location-header > div:first-child > div {
    width: 100%;
  }
  section.location-header > div:first-child > div:first-child {
    height: 100px;
  }
  img.location-img {
    height: 200px;
  }
}

@media screen and (max-width: 1200px) {
  h2.location-section-header {
    font-size: 28px;
  }
}

p.location-hour-heading {
  font-weight: 700;
}

section.additional-location-section {
  padding-bottom: 4rem;
}

section.additional-location-section > div:first-child {
  padding-bottom: 4rem;
}

#location-detail-map {
  height: 500px;
  border: 10px solid white;
}

div.location-address > div:nth-child(3) {
  display: none;
}

@media screen and (max-width: 800px) {
  .location-finder-form-wrap{
    flex-direction: column;
  }
  .location-finder-form-wrap a , .location-finder-form-wrap form{
    width: 90%;
    margin-top: 1rem;
  }
  .location-finder-form-wrap a{
    justify-content: flex-start;
  }
  .location-finder-form-wrap form{
    flex-direction: row !important;
    order: -1;
  }
  .location-finder-form-wrap form input{
    width: 60%;
  }
  .location-finder-form-wrap form button{
    width: 50%;
  }
}

.location-finder.location-search form, .page-hero-content .search-form {
  display: flex;
  align-items: center;
  gap: 18px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: inset 0 1px 1px #00000013;
  padding: 0.33rem 0.5rem;
}
.location-finder.location-search input, .page-hero-content .search-form input.search-field {
  font-size: 0.875rem;
  line-height: 2.75rem;
  border: 0;
  padding: 0 0.65em;
  background-color: #fff;
  width: calc(100% - 96px);
  border-radius: 6px;
}

.location-finder.location-search > div {
    width: 100%;
}

.location-finder.location-search.pb6 {
    padding-bottom: 0 !important;
}

.location-finder.location-search.pb6 .flex.pb6 {
    padding-bottom: 9rem !important;
}

.search-results div.page-hero-wrap { height: 36vh; min-height: 300px; }
.page-hero-content .search-form { max-width: 888px; margin: auto; }
.page-hero-content .search-form label { width: calc(100% - 96px); }
.page-hero-content .search-form label input.search-field { width: 100%; font-size: 1.25rem; }

.location-finder.location-search button, .page-hero-content .search-form .search-submit {
    background: var(--alt-blue);
    color: #fff;
    padding: 0 1.5rem;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 2.75rem;
    text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5);
    border-radius: 6px;
}
.location-finder.location-search button:hover {
    background: var(--main-gold);
}

.location-search-copy {
    max-width: 680px;
    margin: auto;
}

::placeholder {
    opacity: 0.75;
}
::-ms-input-placeholder {
    color: #aaa;
}

.loc-link {
    font-size: 1rem;
    font-weight: 700;
}
.loc-link i {
    font-size: 1.125rem;
    margin-left: 0.33rem;
    padding-top: 3px;
}

div.loc-search-box,
div.loc-map-box,
div.loc-map-box-loader {
    min-height: 450px;
}

@media screen and (max-width: 800px) {
  div.loc-search-box {
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 1200px) {
  div.loc-search-box > div,
  div.loc-filter-box > div,
  div.loc-filter-results {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  div.loc-filter-results {
    margin-top: 1rem;
  }
}

div.search-map-wrapper, div.loc-results {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

div.loc-map-box-loader {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

h2.location-search-title {
    font-size: 3.375rem;
    line-height: 1.25;
    font-weight: 400;
    margin: 0 auto 2rem;
    max-width: 680px;
}

input.map-checkbox {
  appearance: none;
  width: 18px;
  height: 18px;
  background-color: white;
}

input.map-checkbox:checked {
  content: "";
  background-color: var(--hc3);
}

h2.location-results-title {
  font-weight: 400;
  font-size: 35px;
  color: var(--hc1);
}

section.location-results {
  background-color: #f2efe5;
}

@media screen and (max-width: 1200px) {
  h2.location-results-title {
    font-size: 28px;
  }
}

li a.loc-filter {
  font-weight: 400;
  font-size: 20px;
  color: #707070;
}

li a.loc-filter.active-filter {
  font-weight: 700;
  color: var(--hc5);
}

div.loc-results-grid {
  width: 92%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media screen and (max-width: 1200px) {
  div.loc-results-grid {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    padding-right: 2rem;
  }
}

@media screen and (max-width: 800px) {
  div.loc-results-grid {
    padding-left: 2rem;
  }
}

@media screen and (max-width: 600px) {
  div.loc-results-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  h2.location-search-title { 
    font-size: 3.125rem;
    line-height: 1.125;
    padding-right: 15px; 
    padding-left: 15px; 
  }
  .location-search-copy {
    padding-right: 15px; 
    padding-left: 15px; 
  }
  .location-finder-form-wrap a, .location-finder-form-wrap form {
    margin-bottom: 1rem;
  }
  .location-finder.location-search button, .page-hero-content .search-form .search-submit {
    padding: 0 0.5rem;
    width: 108px;
  }
}

div.loc-result-card {
  padding: 1rem;
  background-color: white;
  padding-bottom: 4rem;
}

img.loc-result-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

p.loc-result-state {
  font-weight: 700;
  font-size: 15px;
  color: var(--hc1);
}

h3.loc-result-title {
  font-weight: 400;
  font-size: 24px;
  color: var(--hc1);
}

p.loc-result-address {
  font-weight: 400;
  font-size: 18px;
  color: #707070;
}

@media screen and (max-width: 1200px) {
  p.loc-result-state {
    font-size: 12px;
  }
  h3.loc-result-title {
    font-size: 18px;
  }
  p.loc-result-address {
    font-size: 15px;
  }
}

p.filter-results-heading {
  font-weight: 700;
  font-size: 24px;
  color: #707070;
}

a.filter-show {
  border: 2px solid var(--hc3);
  color: var(--hc2);

  font-size: 20px;
  padding: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 50px;
  margin-left: 2rem;
}

a.filter-show span {
  color: #707070;
}

select.state-filter-mobile {
  display: none;
  padding: 1rem;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 10px;
  border: 2px solid var(--hc1);
}

@media screen and (max-width: 800px) {
  ul.state-filter-desk {
    display: none;
  }
  select.state-filter-mobile {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  #zip-search {
    flex-direction: column;
  }
}

ul.sectioned-wsywig-nav {
  list-style: none;
}

div.sectioned-wsywig-content {
  display: none;
}

div.sectioned-wsywig-content.active-content {
  display: block;
}

div.sectioned-wsywig-acc-heading {
  display: none;
  width: 100%;
}

div.sectioned-wsywig-acc-heading > h2 {
  font-size: 1.125rem;
  cursor: pointer;
  padding-right: 1rem;
}

div.acc-plus {
  position: relative;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.plus-line {
  width: 16px;
  height: 3px;
  background-color: var(--text-grey);
}

div.plus-line:first-child {
  position: absolute;
  transform-origin: center;
  transform: rotate(90deg);
  transition: 0.25s ease transform;
}

@media screen and (max-width: 800px) {
  div.secwis-nav {
    display: none;
  }
  div.secwis-cont {
    width: 100%;
  }
  div.sectioned-wsywig-content {
    display: block !important;
  }
  div.sectioned-wsywig-acc-heading {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--hc5);
    display: flex;
  }
  div.mcb-secwis-cont {
    max-height: 0px;
    overflow: hidden;
    transition: 0.5s ease all;
  }
}

div.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

@media screen and (max-width: 800px) {
  div.product-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

h3.pgi-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  color: var(--hc5);
}

@media screen and (max-width: 800px) {
  h3.pgi-title {
    font-size: 18px;
  }
}

p.pgi-desc {
  font-weight: 700;
  font-size: 18px;
  color: #707070;
}

@media screen and (max-width: 800px) {
  p.pgi-desc {
    font-size: 15px;
  }
}

h2.mcb-column-heading.white,
h3.pgi-title.white,
p.pgi-desc.white {
  color: white !important;
}

div.step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media screen and (max-width: 800px) {
  div.step-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  div.step-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

div.step-number {
  font-weight: 700;
  font-size: 50px;
  color: white;
  background-color: grey;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-bottom: 2rem;
}

div.step-number-1 {
  background-color: #775d8b;
}

div.step-number-2 {
  background-color: #a75599;
}

div.step-number-3 {
  background-color: #c36a88;
}

img.igb-icon {
  height: 70px;
  width: auto;
}

a.current-location {
  color: white;
}

p.testimonial-quote {
  font-size: 32px;
  color: #707070;
}

@media screen and (max-width: 1200px) {
  p.testimonial-quote {
    font-size: 24px;
  }
}

p.testimonial-author,
p.testimonial-location {
  font-size: 18px;
  color: #707070;
}

@media screen and (max-width: 1200px) {
  p.testimonial-author,
  p.testimonial-location {
    font-size: 15px;
  }
}

p.testimonial-author {
  font-weight: 700;
}

div.testimonial-sep {
  width: 100%;
  height: 3px;
  background-color: #00a27f;
}

.testimonial-block-glide {
  width: 80% !important;
}

.testimonial-arrow-back,
.testimonial-arrow-fwd {
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .testimonial-block-glide {
      width: 100% !important;
    }
    .testimonial-arrow-back,
    .testimonial-arrow-fwd {
        display: none;
    }
}

div.faq-acc-item {
    display: block;
    background-color: #fff;
    box-shadow: 0em 0.15em 0.65em 0em rgba(0,0,0,0.25); /*0em 0.5em 0.5em 0em rgba(0, 18, 36, 0.16);*/
    border-radius: 5px;
    margin-bottom: 0.75rem;
}

div.faq-acc-heading {
    display: flex;
    width: 100%;
    cursor: pointer;
}

div.faq-acc-heading > h4 {
    font-size: 1.25rem;
    line-height: 1.125em;
    position: relative;
    padding: 1rem 1rem 1rem 2.5rem;
}

div.faq-acc-heading > h4 i {
    position: absolute;
    left: 0.75rem;
    top: 0;
    bottom: 0;
    height: 2rem;
    font-size: 1.5rem;
    line-height: 1.225em;
    color: var(--main-gold);
    vertical-align: middle;
    margin: auto 0.25em;
    transition: all 333ms ease-in-out;
}

div.faq-cont {
    max-height: 0px;
    overflow: hidden;
    transition: 0.35s ease all;
}

div.faq-cont > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.site-main .faq-cont > :first-child {
    padding-top: 0.75rem;
    border-top: 1px solid var(--bg-gold);
}

.site-main .faq-cont p { 
    font-size: 1rem;
    color: #000;
    margin-bottom: 0.75rem;
}

div.faq-cont ul {
    list-style: disc;
    margin: 0 0 0 1em;
}
div.faq-cont ol {
    list-style: decimal;
    margin: 0 0 0 1em;
}
div.faq-cont ol ol {
    list-style: lower-alpha;
    margin-top: 0.5rem;
}
div.faq-cont ul li, div.faq-cont ol li {
    font-size: 1rem;
    color: #000;
    margin-bottom: 0.75rem;
}

.faq-accordion .gr {
    padding: 0.125rem 0.5rem;
    overflow: hidden; 
    max-height: 1000px;
    opacity: 1;
    transition: all 444ms ease-in-out;
}
.faq-accordion .gr.hid {
    opacity: 0;
    max-height: 0;
}

.faq-accordion .gr.c0.hid {
    max-height: 1000px;
    opacity: 1;
}

 
div.search-result-card{
    border-radius: 4px;
    box-shadow: 0 .15em .35em #0002;
    margin-bottom: 2rem;
}

div.search-result-card:last-child{
    margin-bottom: 0;
}

h2.search-res-title{
    font-family: "Helvetica Neue", sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: var(--dark-grey);
}

p.search-res-link{
    color: var(--alt-blue);
    font-size: 18px;
    font-weight: 700;
}
.single-post h1.page-hero-heading { font-size: 4.125rem; }
.single-post .page-hero-img img { position: relative; z-index: 8; width: 100%; }
.single-post .page-hero-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.32);
}

p.single-news-cat , p.single-news-date , p.single-back a{
    font-size: 1.25rem;
    font-weight: 700;
}

p.single-news-cat , p.single-news-date{
    color: var(--bright-gold);
}

p.single-news-cat{
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

p.single-news-date{
    padding-right: 1rem;
}

p.single-back a{
    color: white;
    padding-left: 1rem;
    transition: all 333ms ease-in-out;
}
p.single-back a i {
    color: rgba(227,240,252,0.77);
    transition: all 333ms ease-in-out;
}
p.single-back a:hover {
    color: var(--bright-gold);
}
p.single-back a:hover i {
    color: #fff;
}

.single-news-content p { margin-bottom: 1rem; }

div.single-news-content-inner div.w-60 p:first-child:first-letter{
  padding: 0 .3rem;
  margin: 0 .3rem 0 0;
  font-family: "solitas-serif-condensed", sans-serif;
  font-size: 6rem;
  color: var(--main-blue);
  float: left;
  line-height: 1;
}

div.yarpp-related{
  margin: 0;
}

div.single-news-related{
  padding: 2rem;
  background-color: #6e62591a;
  border-radius: 6px;
}

div.related-news-cards{
  margin-bottom: 2rem;
}

div.related-news-cards a:hover{
  transform: none !important;
}

li.related-post-item:last-of-type div{
  margin-bottom: 0;
}

h2.related-post-heading{
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 3rem;
  color: var(--alt-blue);
}

@media screen and (max-width: 1024px) {
  div.single-news-content-inner{
    display: block;
  }
  div.single-news-content , div.single-news-related{
    width: 100%;
  }
  div.single-news-related{
    margin-top: 4rem;
  }
}

@media screen and (max-width: 600px) {
	.page-hero.single-news-detail .page-hero-wrap {
		max-height: 360px;
	}
	.single-post h1.page-hero-heading {
        font-size: 2.125rem !important;
    }
	.single-post .page-hero-img img { 
		width: 125%;
		max-width: 125%;
	}
	.single-post .page-hero-inner-content p {
    	font-size: 1.125rem; 
		margin: 0.25em 0 0;
	}
}

div.single-news-share-bar p{
  font-family: "solitas-serif-condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--alt-blue);
}

div.single-news-share-bar a{
  font-size: 1.25rem;
  color: black;
  margin-left: .5rem;
}

figure.privacy-pol-table table{
  margin-bottom: 0;
  font-size: 18px;
}

figure.privacy-pol-table:not(:nth-of-type(1))  > table > tbody > tr:nth-child(1) > td{
  border-top: none;
  
}

figure.privacy-pol-table  > table > tbody > tr > td{
  border: 2px solid var(--dark-grey);
  color: var(--text-grey);
}

figure.privacy-pol-table:nth-of-type(1)  > table > tbody > tr:first-child{
  background-color: #e4e4e4;
} 

figure.privacy-pol-table:nth-of-type(2)  > table > tbody > tr:first-child{
  background-color: #e4e4e4;
} 

figure.privacy-pol-table:nth-of-type(3)  > table > tbody > tr:first-child > td:first-child{
  background-color: #e4e4e4;
} 

figure.privacy-pol-table:nth-of-type(4)  > table > tbody > tr:first-child {
  background-color: #e4e4e4;
} 

figure.privacy-pol-table:nth-of-type(5)  > table > tbody > tr > td:first-child{
  background-color: #e4e4e4;
} 

figure.privacy-pol-table:nth-of-type(6)  > table > tbody > tr:first-child{
  background-color: #e4e4e4;
} 

figure.privacy-pol-table:nth-of-type(7)  > table > tbody > tr > td:first-child{
  background-color: #e4e4e4;
} 

figure.privacy-pol-table:nth-of-type(8)  > table > tbody > tr:first-child{
  background-color: #e4e4e4;
} 

section.privacy-policy-nav-wrap{
  background-color: var(--main-blue);
}

figure.privacy-policy-nav{
  max-width: 1400px;
  margin: 0 auto;
}

figure.privacy-policy-nav table{
  margin-bottom: 0;
}

figure.privacy-policy-nav table tbody tr td{
  text-align: center;
  color: white;
  border: none;
  font-size: 18px;
  font-weight: 500;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

figure.privacy-policy-nav table tbody tr td a{
  color: white !important;
}

section.career-icon-list div.w-100{
  max-width: 1260px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  section.gb-mcb-section div.wp-block-group__inner-container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #page-hero-block_a19d6954729c506869981a37a6e6943e .page-hero-wrap-2{
    margin-top: 0;
  }
}

@media screen and (max-width: 850px) {
  #page-hero-block_a19d6954729c506869981a37a6e6943e .page-hero-wrap-2{
    height: 75vh;
  }
}