@font-face{
    font-family:icomoon;
    src:url(../fonts/icomoon.ttf) format("truetype"),url(../fonts/icomoon.woff) format("woff"),url(../fonts/icomoon.svg#icomoon) format("svg");
    font-weight:400;
    font-style:normal;
    font-display:block
}
.header .dropdown-toggle:after,.modal .btn-close:before,[class*=" icon-"],[class^=icon-],ul.has-arrow-list li a:before{
    font-family:icomoon!important;
    speak:never;
    font-style:normal;
    font-weight:400;
    font-feature-settings:normal;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.icon-arrow-right:before,ul.has-arrow-list li a:before{
    content:"\e900"
}
.icon-cross:before,.modal .btn-close:before{
    content:"\e901"
}
.icon-linkedin:before{
    content:"\e902"
}
.icon-facebook:before{
    content:"\e903"
}
.header .dropdown-toggle:after,.icon-arrow-down:before{
    /*content:"\e904"*/
}
.icon-search:before{
    content:"\e905"
}
.icon-youtube:before{
    content:"\e906"
}
.icon-facebook-c:before{
    content:"\e907"
}
.icon-instagram:before{
    content:"\e908"
}
.icon-twitter:before{
    content:"\e909"
}
html{
    box-sizing:border-box
}
*,:after,:before{
    box-sizing:inherit
}
img{
    max-width:100%;
    height:auto
}
.gm-style img{
    max-width:none
}
.hide-text{
    overflow:hidden;
    padding:0;
    text-indent:101%;
    white-space:nowrap
}
.visually-hidden:not(:focus):not(:active),input.visually-hidden[type=checkbox],input.visually-hidden[type=radio]{
    position:absolute;
    width:1px;
    height:1px;
    margin:-1px;
    border:0;
    padding:0;
    white-space:nowrap;
    -webkit-clip-path:inset(100%);
    clip-path:inset(100%);
    clip:rect(0 0 0 0);
    overflow:hidden
}
html{
    font-size:10px
}
body{
    color:#000;
    font-family:var(--bs-font-sans-serif);
    line-height:1.4141;
    font-weight:400
}
a{
    transition:color .35s cubic-bezier(.3,.86,.36,.95),background .35s cubic-bezier(.3,.86,.36,.95),border .35s cubic-bezier(.3,.86,.36,.95),opacity .35s cubic-bezier(.3,.86,.36,.95),visibility .35s cubic-bezier(.3,.86,.36,.95),box-shadow .35s cubic-bezier(.3,.86,.36,.95);
    color:#003d71;
    text-decoration:none
}
a:hover{
    /*color:#b9b9b9;*/
    color:#004c80;
}
a.focus-visible{
    outline:2px solid #eb9343
}
a:focus-visible{
    outline:2px solid #eb9343
}
dl,ol,p,ul{
    margin:0 0 1rem
}
button.focus-visible,input.focus-visible{
    outline:2px solid #eb9343
}
button:focus-visible,input:focus-visible{
    outline:2px solid #eb9343
}
.h1,.h2,h1,h2{
    /*text-transform:uppercase;*/
    font-size:40px;
    line-height:.9824;
    margin-bottom:25px;
    font-weight:700
}
input[type=email],input[type=tel],input[type=text],input[type=password],textarea{
    transition:border-color .35s cubic-bezier(.3,.86,.36,.95);
    border:1px solid;
    background-color:transparent;
    width:100%;
    min-width:0;
    padding:1.2rem 2.4rem;
    border-radius:0;
    -webkit-appearance:none
}
input[type=email]:focus,input[type=email]:hover,input[type=tel]:focus,input[type=tel]:hover,input[type=text]:focus,input[type=text]:hover,textarea:focus,textarea:hover{
    box-shadow:none;
    outline:none
}
.header{
    padding-top:19px;
    padding-bottom:13px
}
.header .navbar-brand{
    max-width:100px;
    width:68%
}
.header .navbar-brand img{
    width:100%;
    height:auto
}
.header .navbar-collapse{
    transition:opacity .35s cubic-bezier(.3,.86,.36,.95),visibility .35s cubic-bezier(.3,.86,.36,.95)
}
.resize-active .header .navbar-collapse{
    transition:none
}
.header .navbar-collapse .navbar-toggler{
    color:#fff;
    font-size:45px;
    line-height:1;
    position:absolute;
    /*left:0;*/
    top:4px;
    right:0;
}
.header .navbar-collapse .navbar-toggler:after,.header .navbar-collapse .navbar-toggler:before{
    display:none
}
.header .navbar-collapse .navbar-toggler:hover{
    color:#eb9343
}
.header .navbar{
    align-items:flex-start;
    flex-wrap:wrap
}
.header .navbar .container,.header .navbar .container-fluid{
    padding:0
}
.header .navbar-light .navbar-nav{
    font-size:23px;
    font-weight:500;
    line-height:1.25;
    /*text-transform:uppercase;*/
    margin-left:-2px;
    margin-bottom:12px;
    width:100%;
    display:block
}
.header .navbar-light .navbar-nav li{
    margin-bottom:24px
}
.header .navbar-light .navbar-nav a,.header .navbar-light .navbar-nav a.active{
    color:#fff
}
.header .navbar-light .navbar-nav a:hover{
    color:#000
}
.header .navbar-light .navbar-nav .dropdown-menu .dropdown-item{
    font-weight:500;
    white-space:normal
}
.header .navbar-light .navbar-nav .dropdown-menu li{
    margin:5px 0
}
.header .navbar-light .navbar-nav .dropdown-menu a{
    color:#003d71
}
.header .navbar-light .navbar-nav .dropdown-menu a:focus,.header .navbar-light .navbar-nav .dropdown-menu a:hover{
    /*color:#eb9343;*/
    color:#000;
    background:#e9ecef
}
.header .search-buttons{
    order:-1;
    position:relative;
    width:100%;
    margin-bottom:29px;
    padding-left:58px
}
.header .search-opener{
    display:block;
    border-radius:4px;
    color:#fff;
    width:230px;
    font-size:24px;
    font-weight:500;
    line-height:1.2;
    position:relative;
    padding:12px 50px 9px 17px;
    text-transform:uppercase;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    background:#eb9343
}
.header .search-opener .icon-search{
    top:50%;
    right:14px;
    color:#003f74;
    font-size:26px;
    position:absolute;
    transform:translateY(-50%)
}
.header .search-opener:hover{
    background:#f0ad71
}
.header .top-nav{
    width:100%
}
.header .top-nav .subnav{
    font-size:23px;
    line-height:1.2;
    font-weight:300;
    margin-bottom:0;
    text-transform:uppercase;
    letter-spacing:.0303em;
    position:relative;
    padding-top:38px
}
.header .top-nav .subnav:before{
    position:absolute;
    top:0;
    left:0;
    right:0;
    content:"";
    height:4px;
    background-color:#fff
}
.header .top-nav .subnav li{
    margin-bottom:16px
}
.header .top-nav .subnav li.active>a{
    color:#eb9343
}
.header .top-nav .subnav a{
    color:#fff
}
.header .top-nav .subnav a.active,.header .top-nav .subnav a:hover{
    color:#eb9343
}
.header .social-networks{
    margin:-3px 0 0 -2px;
    font-size:33px;
    padding-top:0
}
.header .social-networks li{
    margin-right:29px
}
.top-nav.mobile .social-networks li{
    margin-right:5px;
    margin-bottom: 5px;
}
.header .social-networks a,
.top-nav.mobile .social-networks a{
    color:var(--bs-warning);
    border: 1px solid var(--bs-warning);
    padding: 5px;
    /*aspect-ratio: 1/1;*/
    width: -webkit-fill-available;
    display: inline-block;
}
.top-nav.mobile .social-networks a {
    color: #FFF;
    border-color: #FFF;
    font-size: 15px;
    margin-top: 0px;
}
.header .social-networks a span:before{
    top: 1px;
    position: relative;
}
.header .social-networks a:hover{
    color:#fff
}
.header .navbar-toggler{
    position:relative;
    padding:0;
    box-shadow:none;
    border:none
}
.header .navbar-toggler .navbar-toggler-icon{
    background:none;
    width:3.1rem;
    height:2.7rem
}
.header .navbar-toggler .navbar-toggler-icon:after,.header .navbar-toggler:after,.header .navbar-toggler:before{
    transition:transform .4s cubic-bezier(.3,.86,.36,.95);
    background:#003d71;
    position:absolute;
    border-radius:2px;
    top:50%;
    left:0;
    right:0;
    height:5px;
    content:"";
    margin-top:-2px
}
.header .navbar-toggler[aria-expanded=true]:after,.header .navbar-toggler[aria-expanded=true]:before{
    transform:rotate(225deg);
    top:50%;
    margin-top:-2px
}
.header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after{
    transform:rotate(225deg);
    opacity:0
}
.header .navbar-toggler[aria-expanded=true]:after{
    transform:rotate(135deg)
}
.header .navbar-toggler:after,.header .navbar-toggler:before{
    top:0;
    margin-top:0
}
.header .navbar-toggler:after{
    top:100%;
    margin-top:-4px
}
.header .dropdown-toggle{
    white-space:normal
}
.header .dropdown-toggle:after{
    border:none;
    margin-top:-4px;
    color:#eb9343;
    margin-left:7px;
    font-size:26px;
    vertical-align:middle
}
.header .nav-link{
    display:inline-block;
    vertical-align:top;
    /*padding:0!important*/
}
.top-bar .social-networks{
    font-size:13px;
    line-height:1;
    width:auto;
    margin:3px 0 0;
    /*max-width:130px;*/
    
}
.top-bar .social-networks li{
    margin:0 -2px 10px 7px
}
.top-bar .social-networks a:hover{
    color:#003d71
}
.top-bar .subnav{
    max-width:calc(100% - 130px);
    text-transform:uppercase;
    letter-spacing:.04em;
    font-size:13px;
    font-weight:500;
    padding-top:0;
    margin-right:-2px;
    margin-bottom:0
}
.top-bar .subnav li{
    margin-left:10px;
    margin-bottom:10px
}
.top-bar .subnav li.active>a{
    color:#eb9343
}
.top-bar .subnav a{
    color:#003d71
}
.top-bar .subnav a:hover{
    color:#eb9343
}
.wrapper{
    width:100%;
    position:relative;
    overflow:hidden
}
noscript{
    display:block;
    background:#eb9343;
    color:#fff;
    text-align:center;
    font-weight:700;
    padding:5px 15px
}
.btn{
    text-transform:uppercase
}
.btn:not([class*=-outline-]){
    border:0
}
.btn.btn-warning{
    color:#fff
}
.btn.btn-light{
    color:#003f74
}
.btn.btn-light:hover{
    background:#d7d7d7
}
.btn.focus-visible{
    outline:2px solid #000
}
.btn:focus-visible{
    outline:2px solid #000
}
.bg-image{
    opacity:.2;
    bottom:0;
    right:0
}
.bg-image,.bg-image img{
    position:absolute;
    left:0;
    top:0
}
.bg-image img{
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover
}
.banner{
    text-align:center;
    min-height:226px;
    position:relative;
}




.banner:after{
    top:40%;
    left:0;
    right:0;
    bottom:0;
    content:"";
    position:absolute;
    background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.5))
}
.banner img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover
}
.page-title{
    background-color:#0062a6;
    margin-bottom:49px;
    display:inline-block;
    vertical-align:top;
    padding:5px 14px 3px;
    position:relative;
    z-index:1
}
.page-title h1{
    font-size:35px;
    margin-bottom:0
}
.text-dark-blue{
    color:#003f74!important
}
.bg-light-gray{
    background-color:#f0f0f0!important
}
.services{
    padding:38px 5px 30px
}
ul.has-arrow-list li{
    position:relative;
    margin-bottom:13px
}
ul.has-arrow-list li a{
    position:relative;
    display:inline-block;
    vertical-align:top;
    padding-left:16px;
    color:inherit
}
ul.has-arrow-list li a:hover{
    color:#eb9343
}
ul.has-arrow-list li a:before{
    position:absolute;
    font-size:16px;
    left:-1px;
    top:3px
}
.faq{
    background-color:#f0f0f0;
    padding:44px 5px 33px
}
.faq h2{
    font-size:39px;
    line-height:.9713
}
.faq .img img{
    border:4px solid #fff
}
.two-cols{
    padding:28px 0 32px
}
.two-cols strong{
    text-transform:uppercase
}
.two-cols .img img{
    width:100%;
    height:auto
}
.two-cols .btn{
    min-width:180px;
    text-align:center
}
.two-cols .txt{
    text-align:center;
    margin-bottom:20px
}
.two-cols .txt.sm{
    font-size:15px;
    line-height:1.6667
}
.two-cols .txt.sm h2{
    letter-spacing:0
}
.two-cols .txt.sm p{
    margin-bottom:22px
}
.two-cols h2{
    margin-bottom:10px;
    /*font-size:24px;*/
    font-weight:700;
    line-height:.9792;
    letter-spacing:.02em
}
.two-cols h2 br{
    display:none
}
.two-cols p{
    margin-bottom:18px
}
.customer{
    padding:30px 0
}
.customer .bg-image{
    opacity:.13;
    mix-blend-mode:multiply
}
.customer h2{
    margin-bottom:15px;
    font-size:24px;
    text-align:center;
    letter-spacing:0
}
.customer ul li{
    margin-bottom:13px
}
.customer .info{
    font-size:17px;
    font-weight:700;
    line-height:1.5;
    margin-bottom:12px
}
.customer .info span{
    display:block
}
.customer .img{
    padding-top:6px;
    margin-left:auto;
    margin-right:auto;
    max-width:260px;
    margin-bottom:15px
}
.customer .img img{
    border:4px solid #fff;
    border-radius:50%;
    width:100%;
    height:auto
}
.buttons{
    margin-left:-13px
}
.buttons .btn{
    margin-left:13px;
    margin-bottom:15px
}
.now-open img{
    width:100%;
    height:auto
}
.now-open h2{
    margin-left:auto;
    margin-right:auto;
    position:relative;
    z-index:1;
    font-size:24px;
    line-height:1;
    letter-spacing:0;
    margin-bottom:20px
}
.now-open .btn-wrap{
    z-index:1;
    left:30px;
    right:30px;
    bottom:2.9%;
    margin:0 auto;
    max-width:50%
}
.now-open .btn-wrap .btn{
    font-size:2.5vw!important;
    padding:1vw 1.58vw;
    border-radius:.55vw;
    cursor:pointer;
    min-width:0
}
.main-tiles{
    margin-right:-6px;
    color:#fff;
    margin-bottom:20px;
}
.main-tiles h2{
    text-transform: capitalize !important;
}
.main-tiles a{
    display:block;
    color:inherit;
    min-height:174px;
    height:100%;
    padding:16px 8px 5px
}
.main-tiles a:hover>img{
    opacity:.9
}
.main-tiles .item{
    width:calc(50% - 6px);
    margin-right:6px;
    margin-bottom:6px
}
.main-tiles .item:after{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    content:"";
    pointer-events:none;
    background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.6))
}
.main-tiles .item .txt-welcome{
    z-index:2;
    max-width:190px
}
.main-tiles .item .txt-welcome h1{
    font-size:13px;
    font-weight:700;
    line-height:1.0833;
    letter-spacing:0;
    margin-bottom:15px
}
.main-tiles .item .txt-welcome span{
    font-weight:700;
    font-size:8px;
    line-height:1.2;
    display:block;
    margin-bottom:1px;
    text-transform:uppercase
}
.main-tiles .item .txt{
    z-index:2;
    font-size:10px;
    line-height:1.2;
    max-width:367px
}
.main-tiles .item .txt p{
    font-family:Open Sans,sans-serif;
    min-height:25px;
    margin-bottom:0
}
.main-tiles .item .txt p br{
    display:none
}
.main-tiles .item .txt h1,.main-tiles .item .txt h2{
    letter-spacing:0;
    max-width:300px;
    font-size:16px;
    line-height:1;
    margin-bottom:8px
}
.main-tiles .item .txt h1 span,.main-tiles .item .txt h2 span{
    padding:4px 6px;
    display:table;
    margin-bottom:-6px;
    position:relative;
    z-index:3
}
.main-tiles .item img{
    transition:opacity .35s cubic-bezier(.3,.86,.36,.95);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    pointer-events:none
}
.modal .btn-close{
    transition:color .35s cubic-bezier(.3,.86,.36,.95);
    position:absolute;
    background:none;
    font-size:40px;
    color:inherit;
    line-height:1;
    height:auto;
    width:auto;
    right:10px;
    opacity:1;
    padding:0;
    margin:0;
    top:2px
}
.modal .btn-close:hover{
    color:#eb9343
}
.modal .btn-close:focus{
    outline:2px solid #eb9343
}
.modal .btn-close:before{
    display:block
}
.search-form{
    max-width:650px;
    padding:30px 0;
    margin-left:-10px;
    margin-right:-10px
}
.search-form .btn{
    margin-left:1rem;
    width:64px;
    padding-left:10px;
    padding-right:10px;
    font-size:16px!important;
    line-height:1.2
}
.search-form .btn.focus-visible{
    outline-offset:2px;
    outline:2px solid #eb9343
}
.search-form .btn:focus-visible{
    outline-offset:2px;
    outline:2px solid #eb9343
}
.search-hold{
    flex:1;
    height:50px;
    border-radius:7px;
    background-color:#fff
}
.search-hold label{
    position:absolute;
    top:50%;
    left:12px;
    width:100px;
    transform:translateY(-50%);
    color:#8f8f8f;
    font-size:16px;
    line-height:1.2;
    text-transform:uppercase;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-top:1px
}
.search-hold .form-control{
    text-transform:capitalize;
    height:50px;
    border:none;
    border-radius:7px;
    font-size:16px;
    line-height:1.2;
    padding:5px 10px 5px 112px
}
.search-hold .form-control.focus-visible{
    outline:2px solid #eb9343
}
.search-hold .form-control:focus-visible{
    outline:2px solid #eb9343
}
.footer{
    color:#fff;
    position:relative;
    background-color:#003f74;
    padding:40px 0 1px
}
.footer .container{
    position:relative;
    z-index:2
}
.footer a{
    color:inherit
}
.footer a:hover{
    color:#b9b9b9
}
.f-logo{
    padding:16px 20px 14px;
    max-width:270px;
    border-radius:10px;
    background-color:#fff
}
.f-links{
    line-height:1.22223;
    font-weight:600;
    margin-top:-2px;
    font-size:15px;
    margin-bottom:30px
}
.f-links li{
    margin-bottom:20px
}
.social-networks{
    padding-top:18px;
    margin-left:-5px;
    margin-bottom:14px;
    margin-right:-24px
}
.social-networks li{
    margin-right:24px;
    min-width:20px;
    text-align:center
}
.copyright{
    font-size:12px;
    line-height:1.25;
    margin-bottom:30px
}
.copyright p{
    margin-bottom:8px
}
.copyright p span+span:before{
    margin:0 6px;
    content:"•"
}
@media (min-width:375px){
    .header{
        padding-top:24px;
        padding-bottom:18px
    }
    .header .navbar-brand{
        margin-left:4px
    }
    .header .navbar-toggler{
        right:7px
    }
    .main-tiles .item .txt-welcome h1{
        font-size:14px
    }
    .main-tiles .item .txt h1,.main-tiles .item .txt h2{
        font-size:20px
    }
    .main-tiles .item .txt h1 span,.main-tiles .item .txt h2 span{
        padding:4px
    }
    .modal .btn-close{
        right:20px;
        font-size:50px
    }
    .search-form{
        margin-left:0;
        margin-right:0;
        padding:40px 0
    }
    .search-form .btn{
        width:80px
    }
}
@media (min-width:490px){
    .h1,.h2,h1,h2{
        font-size:46px
    }
    .header{
        padding-left:9px;
        padding-right:9px
    }
    .header .navbar-collapse .navbar-toggler{
        font-size:55px;
        /*
        left:-6px;
        top:8px
        */
    }
    .header .navbar-light .navbar-nav{
        font-size:33px;
        line-height:1.25;
        margin-bottom:19px
    }
    .header .search-opener{
        width:270px;
        font-size:30px;
        line-height:1.2;
        padding:17px 60px 14px 22px
    }
    .header .search-opener .icon-search{
        right:24px;
        font-size:31px
    }
    .header .top-nav .subnav{
        font-size:33px;
        padding-top:48px
    }
    .header .top-nav .subnav li{
        margin-bottom:26px
    }
    .header .navbar-toggler{
        right:15px
    }
    .header .dropdown-toggle:after{
        font-size:36px;
        margin-top:-6px
    }
    .services{
        padding:38px 29px 30px
    }
    .faq{
        padding:44px 14px 33px 27px
    }
    .now-open .btn-wrap{
        bottom:6%
    }
    .now-open .btn-wrap .btn{
        font-size:1.57vw!important;
        padding:.785vw 1.58vw .71vw
    }
    .main-tiles a{
        padding:16px 12px 5px
    }
    .main-tiles .item .txt p br{
        display:block
    }
    .main-tiles .item .txt h1,.main-tiles .item .txt h2{
        font-size:22px
    }
    .main-tiles .item .txt h1 span,.main-tiles .item .txt h2 span{
        padding:4px 9px
    }
}
@media (min-width:768px){
    .h1,.h2,h1,h2{
        font-size:40px
    }
    .header .container>.top-bar{
        display:flex;
        flex-wrap:wrap
    }
    .banner{
        margin-left:0;
        min-height:313px
    }
    .page-title{
        margin-bottom:67px;
        padding:6px 20px
    }
    .services{
        padding:73px 0 40px
    }
    .services .txt{
        margin-top:-9px
    }
    ul.has-arrow-list li a{
        padding-left:18px
    }
    ul.has-arrow-list li a:before{
        top:4px
    }
    .faq{
        padding:68px 0 66px
    }
    .faq .txt{
        margin-top:-4px
    }
    .two-cols{
        padding:60px 0
    }
    .two-cols .txt{
        text-align:left
    }
    .two-cols h2{
        /*font-size:32px*/
    }
    .customer{
        padding:45px 0
    }
    .customer h2{
        font-size:32px
    }
    .customer .info{
        font-size:18px;
        line-height:1.5
    }
    .customer .img{
        max-width:none;
        margin:0
    }
    .now-open h2{
        font-size:32px;
        margin-bottom:10px
    }
    .now-open .btn-wrap{
        bottom:8.5%
    }
    .main-tiles{
        margin-bottom:36px
    }
    .main-tiles a{
        min-height:280px;
        padding:25px 15px 11px
    }
    .main-tiles .item{
        width:calc(33.33% - 6px)
    }
    .main-tiles .item .txt-welcome{
        max-width:200px
    }
    .main-tiles .item .txt-welcome h1{
        font-size:18px
    }
    .main-tiles .item .txt-welcome span{
        font-size:10px;
        margin-bottom:0
    }
    .main-tiles .item .txt{
        font-size:14px;
        line-height:1.2857;
        margin-left:-2px
    }
    .main-tiles .item .txt p{
        min-height:36px;
        margin-bottom:10px
    }
    .main-tiles .item .txt h1,.main-tiles .item .txt h2{
        font-size:26px;
        margin-bottom:15px
    }
    .main-tiles .item .txt h1 span,.main-tiles .item .txt h2 span{
        padding:5px 10px
    }
    .modal .btn-close{
        right:26px;
        font-size:85px
    }
    .search-form{
        padding:60px 0
    }
    .search-form .btn{
        font-size:3rem!important;
        width:160px;
        margin-left:2rem
    }
    .modal .search-hold{
        height:65px
    }
    .modal .search-hold label{
        margin-top:0;
        font-size:30px;
        left:23px;
        width:185px
    }
    .modal .search-hold .form-control{
        height:65px;
        font-size:30px;
        padding-left:211px
    }
    .footer{
        padding-bottom:22px
    }
    .f-links{
        font-size:13px;
        margin-right:-17px
    }
    .copyright{
        margin-bottom:0
    }
}
@media (min-width:992px){
    .h1,.h2,h1,h2{
        font-size:4.6rem;
        line-height:1.02;
        margin-bottom:27px;
        letter-spacing:.0292em
    }
    .header{
        padding:15px 0 0;
    }
    .header .navbar-brand{
        width:218px;
        margin:-6px 0 0
    }
    .header .navbar-collapse{
        justify-content:flex-end;
        padding-left:15px;
        flex:1
    }
    .header .navbar{
        padding:0;
        margin-top:-1px
    }
    .header .navbar .container,.header .navbar .container-fluid{
        flex-wrap:wrap;
        align-items:flex-start!important
    }
    .header .navbar-light .navbar-nav{
        font-size:17px;
        line-height:1.2;
        display:flex;
        flex-wrap:wrap;
        margin-bottom:0;
        width:auto;
        padding-right:1px;
        /*max-width:calc(100% - 140px);*/
        max-width: 100%;
    }
    .header .navbar-light .navbar-nav li{
            /*padding: 5px;*/
            padding: 5px 0;
            /*margin-bottom: 0;*/
            margin: 0 6px 0;
    }
    .header .navbar-light .navbar-nav a{
        color:#003d71
    }
    .header .navbar-light .navbar-nav a.active,.header .navbar-light .navbar-nav a:hover{
        /*color:#eb9343*/
    }
    .header .navbar-light .navbar-nav .dropdown-menu{
        padding:0
    }
    .header .navbar-light .navbar-nav .dropdown-menu .dropdown-item{
        display:block;
        width:200px;
        padding:8px 20px
    }
    .header .navbar-light .navbar-nav .dropdown-menu .dropdown-item.dropdown-toggle {
        padding: 5px 32px 8px 20px;
    }
    .header .navbar-light .navbar-nav .dropdown-menu li{
        padding:0;
        margin:0
    }
    .header .search-buttons{
        order:0;
        width:140px;
        margin-top:-4px;
        padding-left:0;
        margin-bottom:0
    }
    .header .search-opener{
        font-size:16px;
        width:140px;
        border-radius:7px;
        padding:9px 29px 7px 10px
    }
    .header .search-opener .icon-search{
        right:8px;
        font-size:17px;
        line-height:1;
        margin-top:1px
    }
    .header .top-nav{
        display:none
    }
    .header .top-nav .subnav a{
        color:#003d71
    }
    .header .dropdown-toggle:after{
        font-size:19px;
        position:absolute;
        transform:translateY(-50%);
        margin-top:-1px;
        top:50%;
        right:13px
    }
    .header .nav-item.dropdown{
        padding-right:20px
    }
    body{
        font-size:18px;
        line-height:1.3889
    }
    .btn{
        padding-top:12px;
        font-size:2rem!important
    }
    .btn.btn-light{
        padding-left:18px;
        padding-right:18px
    }
    .page-title h1{
        font-size:48px;
        line-height:1
    }
    .faq h2{
        font-size:4.6rem;
        margin-bottom:23px;
        line-height:1.02
    }
    .two-cols{
        padding:96px 0 94px
    }
    .two-cols.bg-light-gray{
        padding:79px 0 87px
    }
    .two-cols.bg-light-gray+.two-cols{
        padding:80px 0
    }
    .two-cols.bg-light-gray+.two-cols .txt.sm{
        margin-top:0
    }
    .two-cols.bg-light-gray+.two-cols .txt.sm h2{
        margin-bottom:20px
    }
    .two-cols.bg-light-gray+.two-cols .txt.sm p{
        margin-bottom:22px
    }
    .two-cols .btn{
        min-width:224px
    }
    .two-cols .txt{
        margin-bottom:10px
    }
    .two-cols .txt.sm{
        margin-top:2px;
        margin-bottom:5px
    }
    .two-cols .txt.sm h2{
        margin-bottom:37px;
        padding-top:0
    }
    .two-cols .txt.sm p{
        margin-bottom:32px
    }
    .two-cols h2{
        /*font-size:48px*/
    }
    .two-cols h2 br{
        display:block
    }
    .customer{
        padding:63px 0 45px
    }
    .customer h2{
        font-size:48px;
        margin-bottom:21px
    }
    .customer .info{
        margin-bottom:17px;
        font-size:20px;
        line-height:1.5
    }
    .now-open h2{
        font-size:48px;
        margin-bottom:0
    }
    .main-tiles{
        margin-bottom:49px
    }
    .main-tiles a{
        padding:28px 21px 11px;
        min-height:311px
    }
    .main-tiles .item .txt-welcome{
        max-width:260px
    }
    .main-tiles .item .txt-welcome h1{
        font-size:20px
    }
    .main-tiles .item .txt-welcome span{
        font-size:12px
    }
    .main-tiles .item .txt h1,.main-tiles .item .txt h2{
        font-size:34px
    }
    .main-tiles .item .txt h1 span,.main-tiles .item .txt h2 span{
        padding-right:14px;
        margin-bottom:-9px
    }
    .search-form{
        max-width:790px
    }
    .search-form .btn{
        width:200px;
        margin-left:3rem
    }
    .footer{
        padding:60px 0 46px
    }
    .f-logo{
        max-width:323px;
        padding:22px 26px 20px 27px
    }
    .f-links{
        font-size:15px;
        margin-right:-10px
    }
    .f-links li{
        /*margin-bottom:31px*/
        margin-bottom: 0.5em;
        font-weight: 100;
        line-height: normal;
        margin-top: 0.5em;
    }
    .social-networks{
        padding-top:28px;
        margin-bottom:19px
    }
}
@media (min-width:1200px){
    .header .navbar-brand{
        /*width:258px;*/
        width:100px;
        margin-top:-25px
    }
    .header .navbar-light .navbar-nav{
        font-size:19px;
        /*max-width:calc(100% - 170px)*/
        max-width:calc(100%)
    }
    .header .navbar-light .navbar-nav li{
        /*padding-right:37px*/
        padding-right:0
    }
    .header .search-buttons{
        width:170px
    }
    .header .search-opener{
        padding:12px 37px 8px 15px;
        font-size:19px;
        width:170px
    }
    .header .search-opener .icon-search{
        right:14px;
        font-size:20px
    }
    .header .dropdown-toggle:after{
        font-size:21px;
        right:14px
    }
    .top-bar{
        margin-left:auto;
        max-width:914px
    }
    .top-bar .subnav li{
        margin-left:20px
    }
    .services .txt{
        padding-left:4px
    }
    .faq .txt{
        padding-left:1px
    }
    .faq .img{
        margin-right:-1px;
        margin-left:3px
    }
    .customer .img{
        position:relative;
        left:2px
    }
    .now-open h2{
        margin-bottom:-19px;
        width:65%
    }
    .main-tiles .item .txt-welcome{
        max-width:300px
    }
    .main-tiles .item .txt-welcome h1{
        font-size:24px
    }
    .main-tiles .item .txt-welcome span{
        font-size:14px
    }
    .main-tiles .item .txt h1,.main-tiles .item .txt h2{
        font-size:35px
    }
    .main-tiles .item .txt h1 span,.main-tiles .item .txt h2 span{
        margin-bottom:-6px;
        padding-left:12px
    }
    .search-form{
        max-width:870px
    }
    .search-form .btn{
        width:270px
    }
    .f-links{
        font-size:18px;
        margin-right:0
    }
}
@media (max-width:991px){
    .header .navbar-collapse{
        position:fixed;
        top:0;
        left:0;
        right:0;
        bottom:0;
        flex-wrap:wrap;
        z-index:999;
        padding:21px 30px;
        align-content:flex-start;
        align-items:flex-start;
        display:flex!important;
        height:auto!important;
        overflow-x:hidden;
        overflow-y:auto;
        border-radius:0 0 48px 48px;
        background-color:#003f74;
        opacity:0;
        visibility:hidden
    }
    .header .navbar-collapse.collapsing,.header .navbar-collapse.show{
        opacity:1;
        visibility:visible
    }
}
@media (max-width:489px){
    .header .navbar-collapse{
        padding:21px 20px
    }
}

.btn-orange {
    color:#fff;
    background-color:#fa9a0f;
}

.btn-orange:hover {
    color:#fff;
    background-color:#e28500;
}
 
 
.btn-green, .bg-green {
    color:#fff;
    background-color:#1aab37;
}

.btn-green:hover {
    color:#fff;
    background-color:#21cc44;
}

.thead-blue {
    background: #0062a6;
    color: #fff;
}
@media (min-width:768px){
    .table.table-checking,
    .table.table-savings {
        table-layout: fixed;
    }
}
.table ul {
    text-align: left;
    /* margin: 0; */
    padding-left: 2rem !important;
}
.table.table-checking,
.table-checking thead th,
.table.table-savings,
.table-savings thead th,
.table .dark-grey,
.table .light-grey{
    border-left: 5px solid #0064a7;
    border-right: 5px solid #0064a7;    
    border-bottom: 5px solid #0064a7;
    border-top: 5px solid #0064a7;
    text-align: center;
    line-height: normal;
    vertical-align: middle !important;
}
.table thead th {
    font-size: 1.75rem;
}
.table thead th small {
    font-weight: normal;
}
.table-checking tbody th,
.table-checking tbody td,
.table-savings tbody th,
.table-savings tbody td {
    border-left: 5px solid #0064a7;
    border-right: 5px solid #0064a7;
    border-top: 5px solid #a2bede;
}

.table-checking thead th:nth-child(1),
.table-savings thead th:nth-child(1),
.table .dark-grey{
    background: #4d4c50 !important;
    color: #FFF;
}

.table-checking thead th:nth-child(odd),
.table-savings thead th:nth-child(even),
.table.table-checking tbody td.light-grey {
    background: #a3a3a4;
}

.table-checking thead th:nth-child(even),
.table-savings thead th:nth-child(odd) {
    background: #0064a7;
}

.table-checking tbody td:nth-child(odd),
.table-savings tbody td:nth-child(odd),
.table.table-checking tbody td.light-grey {
    background: #f4f4f6 !important;
}

.table-checking tbody td:nth-child(even),
.table-savings tbody td:nth-child(even) {
    background: #d0e1ee !important;
}

.table .columns {
    columns: 5;
}
@media (max-width:768px){
    .table .columns {
        columns: 2;
    }
}
/*
.table .spacer {
    border-top: 5px solid #f0f0f0;
    border-bottom: 5px solid #f0f0f0 !important;
    border-left: 5px solid #0064a7;
    border-right: 5px solid #0064a7;
    background: #f0f0f0 !important;
}
*/

.custom-padding th,
.custom-padding td {
    padding: 1.6rem; /* Applies 1rem (16px) padding to all sides */
}