/*
    Theme Name: Sperling Starter
    Theme URI: https://www.sperlinginteractive.com
    Description: Sperling Interactive WordPress Starter Theme
    Version: 1.0
    Author: Sperling Interactive
  Theme URI: https://www.sperlinginteractive.com
*/


    :root {
        --red: #AD1932; 
        --black: #000;
        --white: #fff;     
        --grey: #8B8A8D;
        --dark-red: #6C1D45;
    }

    @font-face {
        font-family: 'DIGIB'; 
        src: url('fonts/DS-DIGIB.TTF'); 
      }

/* global box-sizing */
*,
*:after,
*:before {
    box-sizing: border-box;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    color: #444;
    font: 300 11px/1.4 Helvetica, Arial, sans-serif;
    font-family: "Jost", sans-serif;
    font-weight: 400;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

/* Lightspeed Lazy load fade in */
img[data-lazyloaded] {
    opacity: 0;
}

img.litespeed-loaded {
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

a {
    text-decoration: none;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    transition: 0.3s ease;
}

a:hover {}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    border: 1px solid #04A4CC;
    outline: 0;
}

p,
ul,
ol {
    font-size: 1.6rem;
    font-family: "Jost", sans-serif;
    font-weight: 400;
}

h1 {
    font-size: 3.6rem;
    font-family: "GFS Didot", serif;
    font-weight: 400;
}

h2 {
    font-size: 3.2rem;
    font-family: "GFS Didot", serif;
    font-weight: 400;
    color: var(--red);
}

h3 {
    font-size: 2.8rem;
    font-family: "Jost", sans-serif;
    font-weight: 400;
}

h4 {
    font-size: 2.4rem;
    font-family: "Jost", sans-serif;
    font-weight: 400;
}

h5 {
    font-size: 2.0rem;
    font-family: "Jost", sans-serif;
    font-weight: 400;
}

h6 {
    font-size: 1.6rem;
    font-family: "Jost", sans-serif;
    font-weight: 400;
}

blockquote {
    margin: 25px 0;
    padding: 25px 0 25px 5vw;
    font-style: italic;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-weight: 700;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    width: 100%;
    max-width: 2560px;
    overflow:hidden;
}

.container {
    max-width:1480px; 
    align-self: center;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

/* header */
.header {}

.logo-img {
    backface-visibility: hidden;
    height: 80px;
}

/* nav */
.nav {}

.nav ul {
    display:flex;
    list-style:none;
    padding: 0px;
    margin: 0px;
    justify-content:end;
}

.nav ul li {
    margin-left:3%;
}

.nav ul li a {
    color: var(--red);
    font-size:1.6rem;
    font-weight:500;
}

.nav ul li a:hover{
    color: var(--black);
}

.nav ul li.button-box a {
    background-color: var(--red);
    color:white;
    padding: 5px 15px;
    text-transform:uppercase;
    font-weight:bold;
}
.nav ul li.button-box a:hover{
    background-color: black;
}
/* sidebar */
.sidebar {}

/* footer */

.footer {
    background: #C5C4C6;
    padding: 20px;
    text-align:center;
}

.footer p {
    font-size:14px;
}

.footer ul {
    justify-content:center;
    margin: 30px 0px;
}

.footer ul li a {
    color: black;
}
.footer ul li a:hover{
    color: var(--red);
}

.pagination {
    font-size: 1.6rem;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
    ACF GOOGLE MAP
\*------------------------------------*/

.acf-map {
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-height: 600px;
    border: #ccc solid 1px;
    margin: 20px 0;
  }

   /* Fixes potential theme css conflict. */
  .acf-map img {
   max-width: inherit !important;
  }

.header{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    z-index:999;
    background-color:white;
    padding: 25px 0px;
}

  .hero {
    background-position: top center;
    background-repeat:no-repeat;
    background-size:cover;
    min-height:500px;
    height:100vh;
    padding-top: 160px;
  }


.hero .container {
    position:relative;
}

.text-in-red {
    color:white;
    background-color: var(--red);
    font-size:100px;
    position:absolute;
    bottom: -190px;
    left:20px;
    width:355px;
    padding: 25px 50px; 
    font-family: "GFS Didot", serif;
    font-weight: 400;
    line-height: 1.1;
}
.mgb-50 {
    margin-bottom:50px !important;
}
.mgb-100 {
    margin-bottom:100px !important;
}
.mgt-100 {
    margin-top:100px !important;
}

.mgt-150 {
    margin-top:150px !important;
}

.mgb-200 {
    margin-bottom: 200px !important;
}


.hero-box .logo-box {
    max-width:400px;
}

.container.md {
    max-width:1080px;
}

.bg-grey {
    background-color: #F3F3F3;
}


.second-row{
    padding: 50px 0px 100px 0px;
}

.second-row h2 {
    font-size:25px;
}

.second-row p strong {
    font-size:25px;
}

.second-row  .image-box {
    height:210px;
    background-position:center;
    background-repeat: no-repeat;
    background-size:cover;
    position:relative;
    box-shadow: 0px 3px 6px #00000029;
}

.second-row  .image-box a {
    display:block;
    width:100%;
    height:100%;
}
.second-row  .image-box .title-box {
    color:white;
    text-align:center;
    background-color:var(--red);
    text-align:center;
    padding: 5px 15px;
    position:absolute;
    bottom: 0px;
    left:0px;
    width:100%;
    transition: 0.3s ease;
}
.second-row  .image-box a:hover .title-box{
    padding: 10px 15px;
}
.second-row  .image-box  p{
    margin: 0px;
    color:white;
    font-family: "GFS Didot", serif;
    font-weight: 400;

}

.form-box-inner {
    background-color: var(--red);
    padding: 50px;
    margin-top: -50px;
}
.form-box-inner  p{
    color:white;
}
.form-box-inner  h2 {
    color: white;
    margin: 0px;
}

.form-box-inner form {
    margin-top: 35px;
}
/* .form-box-inner .frm_primary_label {
    margin-bottom: 20px !important;
} */
.form-box-inner #frm_field_10_container .frm_primary_label {
    margin-bottom: 20px !important;
}

.form-box-inner label,
.form-box-inner .frm_primary_label {
    color:white !important;
    font-family: "Jost", sans-serif !important;
    font-weight: 400 !important;
}

.form-box-inner label span {
    color:white !important;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement {
    border-radius: 0px !important;
    border:1px solid white !important;
    transition: 0.3s ease !important;
    padding: 15px !important;
}


.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus, .frm_style_formidable-style.with_frm_style select:focus, .frm_style_formidable-style.with_frm_style textarea:focus, .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], .frm_form_fields_active_style, .frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement, .frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single, .frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
    border:1px solid black !important;
}


.form-box-inner .frm_checkbox {
margin-right:50px !important;
}

.frm_button_submit {
    background-color:white !important;
    color: var(--red) !important;
    transition: 0.3s ease !important;
    text-transform:uppercase !important;
    border:unset !important;
    outline: none !important;
    font-family: "Jost", sans-serif !important;
    font-weight: 600 !important;
    border-radius: 0px !important;
    margin: 0px  !important;
}

.frm_button_submit:hover{
    background-color: black !important;
    color: white !important;
}

fieldset {
    margin-bottom: 0px !important; 
    padding-bottom: 0px !important;
}

.error404 article {
    text-align:center;
}
.error404 h2 a {
    color: var(--red);
    transition: 0.3s ease;
}

.error404 h2 a:hover{
    color: black;
}

.spering-link {
    color: var(--black);
    transition: 0.3s ease;
}
.spering-link:hover{
    color:var(--red);
}


.frm_style_formidable-style.with_frm_style .frm_error {
    background-color: #F2DEDE !important;
    border: 1px solid #EBCCD1 !important;
    border-radius: 0px !important;
    color: #B94A48 !important;
}

.page-id-55 .hero {
    padding-top: 50px;
    background-size:cover;
    background-position: 100% 50%;
    background-repeat:no-repeat;
    min-height:700px;
}
.page-id-55 header{
    display:none;
}

.page-id-55 .hero .container {
    position:relative;
}
.page-id-55 .hero .container  .logo {
    position:absolute;
    left:20px;
    top:0px;
}

.page-id-55 .logo-img {
    height:120px;
}

.page-id-55 .hero .columns {
    display: flex;
    align-items: center;
    height: 100%;
    
}

.page-id-55 .hero .content-box {
    padding-bottom: 50px;
    margin-top:100px;
}
.page-id-55 .hero .content-box * {
    color:white;
}

.page-id-55 * {
    font-family: "futura-pt", sans-serif;
}


.page-id-55 h1 {
    font-weight:600;
    font-size:6rem;
    margin-top:0px;
    margin-bottom: 0px;
}

.page-id-55 .hero h2 {
    margin: 0px;
    font-size:4rem;
}

.page-id-55 .hero p {
    font-size:1.7rem;
}

.page-id-55 .hero button.button,
.page-id-55 .popup-content button.button {
    background-color: #6C1D45;
    padding:10px 20px;
    border-radius:6px;
    transition: 0.3s ease;
    display:inline-block;
    outline:none !important;
    border:none !important;
    color:white;
}

.page-id-55 .popup-content button.button {
    font-family: "futura-pt", sans-serif;
    font-size: 2rem;
}
.page-id-55 .hero button.button:hover,
.page-id-55 .popup-content button.button:hover{
    color:#6C1D45;
    background-color:white;
}

.page-id-55 .popup-content button.button:hover {
    background-color:black;
    color:white;
}

.page-id-55 .main-content h2 {
    font-weight: 600;
    color: #6C1D45;
    margin-top: 0px;
    margin-bottom: 0px;
}

.mgt-50 {
    margin-top: 50px !important;
}
.page-id-55 .left-box p {
    margin: 0px 0px 10px 0px;
}
.page-id-55 .left-box p strong {
    font-weight:500;
    font-size:1.7rem;
}

.page-id-55 .left-box ul {
    padding-left: 18px;
}

.page-id-55 .frm_forms {
    border:1px solid #000000;
    border-radius:6px;
    padding: 25px 15px;
}

.page-id-55 label {
    color: #6C1D45 !important;
    font-weight:500 !important;
    font-family: "futura-pt", sans-serif !important;
}



.page-id-55 .with_frm_style input[type=text], 
.page-id-55 .with_frm_style input[type=password], 
.page-id-55 .with_frm_style input[type=email], 
.page-id-55 .with_frm_style input[type=number], 
.page-id-55 .with_frm_style input[type=url], 
.page-id-55 .with_frm_style input[type=tel], 
.page-id-55 .with_frm_style input[type=file], 
.page-id-55 .with_frm_style input[type=search], 
.page-id-55 .with_frm_style select, 
.page-id-55 .with_frm_style .frm-card-element.StripeElement {
    border: 1px solid #000000 !important;
    transition: 0.3s ease;
    border-radius: 6px !important;
    padding: 8px 15px !important;
}

.page-id-55 .frm_button_submit {
    background-color: #6C1D45 !important;
    padding: 10px 20px !important;
    border-radius: 6px !important;
    transition: 0.3s ease;
    display: inline-block;
    color:white !important;
    transition: 0.3s ease !important;
    border:1px solid #6C1D45 !important;
    text-transform: unset !important;
    font-weight:500 !important;
    font-family: "futura-pt", sans-serif !important;
}

.page-id-55 .frm_button_submit:hover{
    color: #6C1D45 !important;
    background-color:white !important;
}
.page-id-55 .hero {
    position:relative;
}
.page-id-55 .hero:before {
    content:'';
    width:100%;
    height:100%;
    display:block;
    position:absolute;
    left:0px;
    top:0px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
    z-index:1;
}
.page-id-55 .hero .container{
    z-index:2;
}



/* POPUP */

/* Hide the pop-up by default */
.popup.hidden {
    display: none;
  }
  
  /* Pop-up overlay */
  .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:9999;
  }
  
  /* Pop-up content */
  .popup-content {
    background: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    max-width:900px;
  }

  .popup-content p {
    font-size:2rem;
  }

  .popup-content h2 {
    font-size: 3rem;
    font-weight: bold;
  }
  
  /* Close button in the pop-up */
  .close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size:30px;
  }

.hero.slick-carousel-hero div {
    height:100%;
}

.hero.slick-carousel-hero div.text-in-red,
.hero.slick-carousel-hero div.hero-box,
.hero.slick-carousel-hero div.logo-box  {
    height:auto;
}

.hero .slick-track,
.hero .slick-list {
    overflow:visible;
}

.hero .slick-slide {
    background-position:50% 15%;
    background-size:cover;
}

.hero.slick-carousel-hero {
    padding-top: 130px;
}

.hero.slick-carousel-hero div.hero-box {
    padding-top:50px;
}

.hero.slick-carousel-hero .slick-track .slick-slide:nth-child(2) {
    background-position: bottom center !important;
}

/* BUSINESS CHECKING PAGE */

.businesschecking p span {
    font-family: "futura-pt-bold", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.businesschecking p span{
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.businesschecking .container {
    max-width:1180px;
}


.businesschecking .logo-img {
    height:unset;
    max-width: 230px;
}

.businesschecking .header {
    padding: 45px 0px;
    position:static;
}
.businesschecking  .columns.baseline {
    align-items: baseline;
}

.businesschecking .header-copy p {
    color: var(--dark-red);
    font-size: 7rem;
    font-weight:700;
    font-family: "futura-pt-bold", sans-serif;
    text-align:center;
    margin: 0px;
}

.businesschecking .container.container-fluid {
    max-width:100%;
    padding: 0px;
}

.businesschecking .gallery img{
   width:100%;
}

.businesschecking .gallery .image-box {
    box-shadow: 0px 3px 6px #00000064;
}

.columns.no-margin {
    margin: 0px;
}

.column.no-padding {
    padding: 0px;
}

.businesschecking .gallery .columns {
    justify-content: center;
}

.businesschecking .gallery .column-1 {
    margin: 0px -50px;
    position:relative;
    z-index:1;
}

.container.small {
    max-width:980px;
}

.copy-above_price {
    background-color: var(--dark-red);
    text-align:center;
    padding: 75px;
    margin-top: -50px;
}

.copy-above_price p {
    color:white;
    font-size:3.8rem;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-top:0px;
    margin-bottom: 0px;
}

/* CHECKING PAGE */

.checking {
    font-family: "futura-pt", sans-serif;
}

.checking h2 {
    font-family: "futura-pt", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #6C1D45;
}

.checking .header {
    padding: 0px;
    position: relative;
}

.checking .header .show {
    display: none;
}

.checking .header .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checking .header .logo {
    background-color: var(--dark-red);
    height: calc(100% + 150px);
    justify-content: center;
    display: flex;
    align-items: flex-end;
    padding: 0 30px 30px;
}

.checking .header .logo a {
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

/* .checking .header .logo img {
    flex-grow: 1;
} */

.checking .checking-heading {
    padding: 210px 0 80px;
}

.checking .checking-heading .heading {
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.checking .checking-content .content-heading {
    background:#343333;
    max-width: 810px;
    margin: -40px auto 0;
}

#flip {
    height: 80px;
    overflow: hidden;
    text-align: center;
}
  
#flip > div > div {
    color:#fff;
    padding: 5px 20px;
    /* height: 45px; */
    /* margin-bottom: 45px; */
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
#flip > div:first-child {
    animation: showing 5s linear infinite;
}
  
#flip div div {
    background:#343333;
    /* min-width: 810px; */
}
  
#flip div div h2 {
    margin: 0px;
    /* font-size: 50px; */
    color: #fff;
    text-transform: uppercase;
    line-height: 32px;
}
  
@keyframes showing {
    /* 0%, 30% { margin-top: -160px; }
    35%, 65% { margin-top: -80px; }
    70%, 100% { margin-top: 0px; } */
    0% {margin-top:-240px;}
    5% {margin-top:-160px;}
    33% {margin-top:-160px;}
    38% {margin-top:-80px;}
    66% {margin-top:-80px;}
    71% {margin-top:0px;}
    99.99% {margin-top:0px;}
    100% {margin-top:-240px;}
}

.checking .checking-content {
    background-color: #EFEFEF;
}

.checking .checking-content .content {
    padding: 60px 40px;
}

.checking .checking-content .content .open-account {
    margin-top: 60px;
}

.checking .checking-content .content .open-account .open-account-content {
    border: 2px solid #6C1D45;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 40px 20px;
    text-align: center;
}

.checking .checking-content .content h2 {
    margin: 40px 0 0;
}

.checking .checking-content .content p,
.checking .checking-content .content li {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.checking .checking-content .content ul {
    padding-left: 20px;
}

.checking .checking-content .content li {
    margin-bottom: 10px;
}

.checking .checking-content .content .open-account .open-account-content h2 {
    margin: 0;
}

.checking .checking-content .content .open-account .open-account-content .button {
    background-color: #6C1D45;
    color: #fff;
    font-family: "futura-pt", sans-serif;
    font-size: 18px;
    padding: 8px 20px;
    border-radius: 6px;
}

.checking .checking-location {
    background-color: #6C1D45;
    color: #fff;
    padding: 60px 0;
}

.checking .checking-location .location-heading {
    text-align: center;
}

.checking .checking-location .location-heading h2 {
    color: #fff;
    margin: 0;
}

.checking .checking-location .location-heading h2 a {
    text-decoration: underline;
    color: #fff;
}

.checking .checking-location .location-content {
    margin-top: 80px;
}

.checking .checking-location .location-content .location-content-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.checking .checking-location .location-content .location-content-heading p {
    font-size: 21px;
    margin: 0;
    text-transform: uppercase;
}

.checking .checking-location .location-content .location-content-heading hr {
    width: 100%;
}

.checking .checking-location .location-content .location-content-body {
    padding: 40px 0;
}

.checking .checking-location .location-content .location-content-body .location-content-body-item p {
    margin: 0;
    font-family: "futura-pt", sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

.checking .footer {
    background-color: #fff!important;
    padding: 40px 0;
}

.checking .footer .footer-content p {
    font-family: "futura-pt", sans-serif;
    margin: 0;
}

.checking .footer .footer-images {
    display: flex;
    gap: 15px;
    justify-content: center;
}




@-moz-keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-60px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-60px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-o-keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-60px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-60px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes swing {
    0%,100% {
        transform: rotateX(0deg)
    }

    50% {
        transform: rotateX(10deg)
    }
}

header .nav ul li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: -10px
}

header .nav ul li .sub-menu {
    position: absolute;
    top: 31px;
    left: 0;
    width: 100%;
    perspective: 1000px;
    z-index: 2;
    min-width: 250px;
    display: none
}
header .nav ul li.no-click > a {
    pointer-events: none;
}
header .nav ul li .sub-menu li {
    display: none;
    font-size: 16px;
    opacity: 0;
    margin: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

header .nav ul li:hover .sub-menu {
    display: block
}

header .nav ul li .sub-menu li a {
    font-size: 1.3rem;
    background-color: var(--black);
    display: block;
    color: var(--white);
    padding: 10px 20px;
    transition: 0.3s ease;
    text-align: left
}

header .nav ul li .sub-menu li a:before {
    display: none
}

header .nav ul li .sub-menu li a:hover {
    background-color: var(--red)
}

header .nav ul li.menu-item-has-children:hover .sub-menu li {
    display: block
}

header .nav .sub-menu li:first-child {
    transform-origin: top center;
    animation: slideDown 300ms 60ms ease-in-out forwards
}

header .nav .sub-menu li:nth-child(2) {
    transform-origin: top center;
    animation: slideDown 300ms 120ms ease-in-out forwards
}

header .nav .sub-menu li:nth-child(3) {
    transform-origin: top center;
    animation: slideDown 300ms 180ms ease-in-out forwards
}

header .nav .sub-menu li:nth-child(4) {
    transform-origin: top center;
    animation: slideDown 300ms 240ms ease-in-out forwards
}

header .nav .sub-menu li:nth-child(5) {
    transform-origin: top center;
    animation: slideDown 300ms 300ms ease-in-out forwards
}

header .nav .sub-menu li:nth-child(6) {
    transform-origin: top center;
    animation: slideDown 300ms 360ms ease-in-out forwards
}

header .nav .sub-menu li:nth-child(7) {
    transform-origin: top center;
    animation: slideDown 300ms 420ms ease-in-out forwards
}

header .nav .sub-menu li:nth-child(8) {
    transform-origin: top center;
    animation: slideDown 300ms 480ms ease-in-out forwards
}

header .nav .sub-menu li:nth-child(9) {
    transform-origin: top center;
    animation: slideDown 300ms 540ms ease-in-out forwards
}

.planning .repeater-box .columns .column:first-child  .image-box {
	background-position:right center;
}

@media only screen and (min-width:769px) {
    .checking .checking-heading .heading {
        font-size: 70px;
    }

    .checking .checking-content .content {
        padding: 60px 120px;
    }

    .checking .checking-content .content .open-account {
        padding: 0 60px;
    }
}


@media only screen and (min-width:1024px) {
    .checking .header .show {
        display: block;
    }

    .checking .header .logo img {
        flex-grow: 1;
    }

    .checking .checking-content .content {
        padding: 60px 240px;
    }

    #flip div div h2 {
        font-size: 50px;
        letter-spacing: 8px;
    }
}










/* Skeleton */

ul.flip {
    position: relative;
    margin:0px auto !important;
    margin: 5px;
    width:100px;
    height: 200px;
    font-size: 200px;
    font-weight: bold;
    line-height: 200px;
    border-radius: 6px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, .7); */
    overflow:hidden;
}

.rest-zeros,
.money-sign {
    font-size: 200px;
    font-weight: bold;
    line-height: 87px;
    color:white;
    margin-top: -1px;
    font-family: 'DIGIB'; 
}



.money-sign {
    font-size: 115px;
    margin-top: -30px;
}

ul.flip li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  

}

ul.flip li:first-child {
    z-index: 2;
}

ul.flip li .anchor {
    display: block;
    height: 100%;
    perspective: 200px;
}

ul.flip li .anchor div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;

}

ul.flip li .anchor div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

ul.flip li .anchor div.up {
    transform-origin: 50% 100%;
    top: 0;
}

ul.flip li .anchor div.up:after {
  content: "";
  position:absolute;
  top:44px;
  left:0;
  z-index: 5;
    width: 100%;
  height: 3px;
  background-color: var(--dark-red);
}

ul.flip li .anchor div.down {
    transform-origin: 50% 0%;
    bottom: 0;
}

ul.flip li .anchor div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: white;
    text-align: center;
    background-color: var(--dark-red);
    border-radius: 6px;
    backface-visibility: hidden; 
    transform-style: preserve-3d; 
    font-family: 'DIGIB'; 
}

ul.flip li .anchor div.up div.inn {
    top: 0;

}

ul.flip li .anchor div.down div.inn {
    bottom: 0;
}

/* PLAY */

body.play ul li.before {
    z-index: 3;
}

body.play ul li.active {
    animation: asd .5s .5s linear both;
    z-index: 2;
}

@keyframes asd {
    0% {
        z-index: 2;
    }
    5% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}

body.play ul li.active .down {
    z-index: 2;
    animation: turn .5s .5s linear both;
}
body.play ul li.active .down, body.play ul li.active .up {
    animation: turn 0.4s linear both; /* Faster animation */
}

@keyframes turn {
    0% {
        transform: rotateX(90deg);
        opacity: 0; /* Hide at the start */
    }
    50% {
        transform: rotateX(45deg);
        opacity: 0.5; /* Half visible */
    }
    100% {
        transform: rotateX(0deg);
        opacity: 1; /* Fully visible at end */
    }
}

body.play ul li.before .up {
    z-index: 2;
    animation: turn2 .5s linear both;
}

@keyframes turn2 {
    0% {
        transform: rotateX(0deg);
        opacity: 1; /* Fully visible */
    }
    100% {
        transform: rotateX(-90deg);
        opacity: 0; /* Hide at the end */
    }
}

ul.flip li .anchor div.up div.inn, ul.flip li .anchor div.down div.inn {
    backface-visibility: hidden;
}

/* SHADOW */

body.play ul li.before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    animation: show .5s linear both;
}

body.play ul li.active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    animation: hide .5s .3s linear both;
}

/*DOWN*/

body.play ul li.before .down .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    animation: show .5s linear both;
}

body.play ul li.active .down .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    animation: hide .5s .3s linear both;
}

@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

ul.amountPlay li.final {
    z-index:4;
}
ul.amountPlay li.final .anchor .up, ul.amountPlay li.final .anchor .down {
    transform: none; /* Make sure it doesn't rotate further */
    animation: none; /* Stop further animations */
}


.businesschecking .main-content h2 {
    margin-top: 0px;
    font-family: "futura-pt", sans-serif;
    font-weight:bold;
    color:var(--dark-red);
    font-size:5rem;
    margin-bottom:20px;
}

.businesschecking .main-content {
    max-width: 700px;
    display: block;
    margin: 0px auto;
}

.businesschecking  p {
    font-weight:500;
    font-family: "futura-pt", sans-serif;
    color:var(--black)
}

.businesschecking  p strong {
    font-family: "futura-pt", sans-serif;
    font-weight:500;
}

.businesschecking .copy-above_price p {
    color: white;
}

.businesschecking .grey-content-section {
    padding: 50px 0px 100px 0px;
}

.businesschecking .grey-content-section ul {
    padding: 0px;
    list-style: disc;
}

.businesschecking .grey-content-section .date {
    font-family: 'DIGIB'; 
    color: var(--dark-red);
    font-size:25px;
    margin-bottom: 0px;
    margin-top:0px;
}

.businesschecking .grey-content-section .inner-content p {
    font-weight:400;
    font-family: "futura-pt", sans-serif;
    color:var(--black);
    font-size: 1.5rem;
}

.businesschecking .grey-content-section .inner-content p strong {
    font-weight:700;

}
.businesschecking .grey-content-section .inner-content ul li {
    font-weight:400;
    font-family: "futura-pt", sans-serif;
    color:var(--black)
}

.businesschecking .grey-content-section .column {
    position: relative;
}
.businesschecking .grey-content-section .column:after{
    content:'';
    display:block;
    width:1px;
    height:100%;
    position:absolute;
    top:0px;
    right:5px;
    background-color:var(--dark-red);
}

.businesschecking .grey-content-section .column:last-child:after {
    display:none;
}

.businesschecking .contact-section .form-box {
    box-shadow: 0px 3px 6px #00000029;
    background-color:white;
    position:relative;
    padding: 50px;
}
.businesschecking .contact-section {
    margin-top: -50px;
    margin-bottom: -75px;
}
.businesschecking .contact-section .form-box h2 {
    margin-top: 0px;
    background-color: var(--dark-red);
    padding: 13px 20px;
    font-size: 2rem;
    color: white;
    display: inline;
    position: absolute;
    top: 45px;
    left: -24px;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
}

.businesschecking .contact-section .form-box h2::before {
    content: "";
    position: absolute;
    top: -13px;
    left: 0px;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 16px solid var(--dark-red);
    width: 0;
    height: 0;
    transform: rotate(135deg);
}

.businesschecking .contact-section .inner-form-box {
    margin-top: 100px;
}

.businesschecking .contact-section .form-box h3 {
    text-align:center;
    margin-top: 0px;
    font-family: "futura-pt", sans-serif;
    font-weight: bold;
    color: var(--dark-red);
    font-size: 5rem;
    margin-bottom: 20px;
}

.businesschecking .frm_forms {
max-width:700px !important;
margin: 0px auto !important;
}

.businesschecking .frm_forms label {
    font-size:17px;
    color: var(--dark-red);
}

.businesschecking .with_frm_style input[type=text], 
.businesschecking .with_frm_style input[type=email], 
.businesschecking .with_frm_style input[type=number],
.businesschecking .with_frm_style input[type=tel] {
    border: 1px solid #626262 !important;
    border-radius: 6px !important; 
    background-color: #EAEAEA !important;
    height: unset !important;
    font-size: 1.8rem !important;
    padding: 5px 15px !important;
    transition: 0.3s ease;
}

.businesschecking .frm_style_formidable-style.with_frm_style  input[type=text]:focus, 
.businesschecking .frm_style_formidable-style.with_frm_style  input[type=email]:focus, 
.businesschecking .frm_style_formidable-style.with_frm_style  input[type=number]:focus,
.businesschecking .frm_style_formidable-style.with_frm_style  input[type=tel]:focus {
    border: 1px solid var(--dark-red) !important;
}

.businesschecking .frm_style_formidable-style.with_frm_style .frm_submit button {
margin: 0px auto !important;
background-color: var(--dark-red) !important;
color:white !important;
}

.businesschecking .frm_style_formidable-style.with_frm_style .frm_submit button:hover{
    background-color: var(--grey) !important;
    color: white !important
}

.businesschecking .red-section {
    background-color: var(--dark-red);
    padding: 150px 0px 100px 0px;
}

.businesschecking .red-section .content-box p  {
color:white;
font-family: "futura-pt", sans-serif;
font-weight: bold;
font-size:2.5rem;
}

.businesschecking .red-section .content-box p  strong {
    font-family: "futura-pt", sans-serif;
font-weight: bold;
font-size:2.5rem;
}

.businesschecking .red-section .content-box p a {
text-decoration: underline;
color:white;

}

.businesschecking .red-section .content-box p a:hover{
    text-decoration: none;
}
.businesschecking .red-section h4 {
    color:white;
    padding-right:35px;
}
.businesschecking .red-section hr {
    border:none !important;
    height:1px;
    width:100%;
    background-color:white;
    padding: 0px;
}

.businesschecking .red-section .locations-list {
    justify-content: space-between;
    padding: 0px;
}
.businesschecking .red-section .locations-list .locations-content-box p  {
    color:white;
    font-family: "futura-pt", sans-serif;
font-weight: 400;
}

.businesschecking .footer p {
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    text-align:left;
    margin-bottom: 0px;
    margin-top: 0px;
}

.businesschecking .footer {
    padding: 50px 0px;
}
.businesschecking .grey-content-section .inner-content ul {
    padding-left:15px;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:769px) {}

@media only screen and (min-width:1024px) {}

@media only screen and (min-width:1140px) {}

@media only screen and (min-width:1280px) {}

@media only screen and (max-width:1023px) { 
    .form-box-inner .frm_checkbox {
        margin-bottom: 15px !important;
    }
    .businesschecking .header-copy p {
        font-size:5rem;
    }
}

@media only screen and (max-width:767px) {
    .logo-img {
        height:53px;
    }

    .hero {
        height: 600px;
        min-height:600px;
    }

    .text-in-red {
        width: calc(100% - 30px);
        max-width: 350px;
        left: 15px;
        bottom:-30px;
        font-size:35px;
    }

    .text-in-red br {
        display:none; 
    }
    .form-box-inner {
        padding: 25px;
    }
    .page-id-55 h1 {
        font-size:4rem;
    }
    .page-id-55 h2 {
        font-size:2rem;
    }
    .page-id-55 .hero .container .logo {
        top: -30px;
    }

    .page-id-55 .hero {
        background-position: 85% 50%;
    }

    .page-id-55 .logo-img {
        height:75px;
    }

    .page-id-55 .hero h2 {
        font-size:3rem;
    }

    .businesschecking .header-copy p {
        font-size: 4rem;
        line-height: 1;
        margin-top: 25px;
    }

    .businesschecking .main-content h2,
    .businesschecking .contact-section .form-box h3 {
        font-size:3rem;
    }
    .businesschecking .contact-section .form-box {
        padding: 50px 25px;
    }
    .businesschecking .red-section .content-box p {
        text-align:left !important;
    }
    .businesschecking .copy-above_price p {
        font-size: 2rem;
        margin-bottom: 15px;
    } 
    .rest-zeros, .money-sign {
        font-size:78px;
    }
    .money-sign {
        font-size:45px;
    }
    ul.flip {
        font-size:78px;
        width:35px;
        height:60px;
        line-height:60px;
    }
    .copy-above_price {
        padding: 75px 25px 25px 25px;
    }
    .businesschecking .grey-content-section .column:after {
        display:none;
    }
    .money-sign {
        line-height:60px;
    }
}

@media only screen and (max-width:499px) { 
    .businesschecking .gallery .gallery-wrapper .columns {
        justify-content: unset;
        margin-left: -.75rem;
        margin-right: -.75rem;
        margin-top: -.75rem;
        margin-bottom: -.75rem;
    }
    .businesschecking .gallery .gallery-wrapper .columns .column {
        float:none !important;
    }

    .businesschecking .gallery .gallery-wrapper .slick-track {
        display:flex;
        justify-content:center;
        align-items:center;
    }

    .businesschecking .gallery .gallery-wrapper .column-1 {
        margin-left:0px;
        margin-right:0px;
    }
    .businesschecking .columns.baseline {
        justify-content:center;
    }
    .businesschecking .logo {
        text-align:center;
    }
    .businesschecking .grey-content-section .inner-content ul {
        padding-left:17px;
    }

    ul.flip li {
        top:-1px;
    }
}



/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .nav,
    .sidebar,
    .home-slider,
    #respond {
        display: none;
    }

    @page {
        margin: 2cm;
    }
}

.notification-banner {
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
}

.notification-banner p {
    margin: 0;
}
