@charset "UTF-8";

/**
 * Foundation for Sites by ZURB
 * Version 6.5.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */




/* NEW DESIGN STYLES */


.sm_introline {
    font-weight: 700;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    color: #253561;
    color: #9D9BC7;
}

@media print,
screen and (min-width: 64em) {
    .sm_introline {
        letter-spacing: 1px;
    }
}

@media print,
screen and (min-width: 75em) {
    .sm_introline {
        letter-spacing: 2px;
    }
}

.superhero {
    position: relative;
    margin-top: 60px;
    padding: 150px 0 0;
    background-color: #282561;
    overflow: hidden;
}

@media print,
screen and (min-width: 64em) {
    .superhero {
        padding: 230px 0;
    }
}

@media screen and (min-width: 75em) {
    .superhero {
        padding: 260px 0;
    }
}

@media screen and (min-width: 90em) {
    .superhero {
        padding: 300px 0;
    }
}

.superhero h1,
.superhero h2 {
    font-family: "Montserrat", sans-serif;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.superhero h3,
.superhero h4 {
    color: #f1f1f1;
    /* color: #d9d7ed; */
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.superhero .buttn {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
    margin-top: 20px;
}

.superhero #videobg,
.superhero .imgbg {
    opacity: .7;
    background-position: center !important;
}

.superhero::after {
    content: '';
    position: absolute;
    z-index: 50;
    width: 100%;
    height: 15px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    opacity: .1;
}

.tabtown {
    position: relative;
    z-index: 25;
    margin: 0 auto;
    width: 100%;
    max-width: 94%;
}

@media print,
screen and (min-width: 64em) {
    .tabtown {
        margin: 0px auto;
        position: absolute;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 960px;
    }
}

@media screen and (min-width: 75em) {
    .tabtown {
        max-width: 1200px;
    }
}

@media screen and (min-width: 90em) {
    .tabtown {
        max-width: 1400px;
    }
}

.tabby {
    position: relative;
    top: 5px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0 25px;
    color: #282561;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transition: all .3s ease-in-out;
    font-size: .9rem;
    /* background-color: #F2F1FE; */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f1fe+0,f2f1fe+52,dedcef+100 */
    /* background: linear-gradient(to bottom,  #f2f1fe 0%,#f2f1fe 52%,#dedcef 100%); */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f1fe+0,f2f1fe+52,d9d7ed+100 */
    background: linear-gradient(to bottom, #f2f1fe 0%, #f2f1fe 52%, #d9d7ed 100%);
}

.linkline {
    display: inline-flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.linkline::after {
    content: '\203A';
    font-family: 'arial', sans-serif !important;
    display: inline-flex;
    position: relative;
    top: -2.5px;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    position: relative;
    font-size: 1.6rem;
    margin-left: 8px;
}

@media print,
screen and (min-width: 40em) {
    .tabby {
        font-size: 1rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .tabby {
        width: 31%;
        font-size: .8rem;
    }
}

@media screen and (min-width: 75em) {
    .tabby {
        font-size: .9rem;
    }
}

@media screen and (min-width: 75em) {
    .tabby {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 1024px) {
    .tabby:nth-child(1) {
        padding-bottom: 35px !important;
        top: 44px;
    }

    .tabby:nth-child(2) {
        padding-bottom: 35px !important;
        top: 22px;
    }

    .tabby {
        border-top: 1px solid #f1f1f1;
    }

    .heroContent {
        margin-bottom: 130px !important;
    }

    .tabtown {
        margin-top: -50px !important;
    }
}

.tabby:hover {
    color: #282561;
    background-color: #F2F1FE;
    background-color: #dedcef;
}

@media print,
screen and (min-width: 64em) {
    .tabby:hover {
        top: 0;
    }
}

.tabby::after {
    content: '\203A';
    position: relative;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
    line-height: .7rem;
    margin-left: 10px;
    top: -2.2px;
}

@media screen and (min-width: 75em) {
    .tabby::after {
        font-size: 1.6rem;
    }
}

.sidebyside {
    padding: 40px 0;
}

@media print,
screen and (min-width: 64em) {
    .sidebyside {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.copyside {
    padding: 0 5%;
}

@media print,
screen and (min-width: 64em) {
    .copyside {
        width: 48%;
        padding: 0 5%;
    }
}

@media screen and (min-width: 75em) {
    .copyside {
        width: 46%;
        padding: 0 6%;
    }
}

@media screen and (min-width: 90em) {
    .copyside {
        width: 44%;
        padding: 0 7%;
    }
}

.copyside h3 {
    color: #282561;
}

.copyside .linkline {
    margin-bottom: 0;
}


.imageside {
    position: relative;
    width: 94%;
}

@media print,
screen and (min-width: 40em) {
    .imageside {
        width: 85%;
    }
}

@media print,
screen and (min-width: 64em) {
    .imageside {
        left: auto !important;
        width: 52%;
    }
}

@media screen and (min-width: 75em) {
    .imageside {
        width: 54%;
    }
}

@media screen and (min-width: 90em) {
    .imageside {
        width: 56%;
    }
}

.imageside.lefty {
    left: 0;
    margin: 0 0 50px;
}

@media print,
screen and (min-width: 64em) {
    .imageside.lefty {
        margin: auto;
    }
}

.imageside.righty {
    left: 6%;
    margin: 40px 0 0;
}

@media print,
screen and (min-width: 40em) {
    .imageside.righty {
        left: 15%;
    }
}

@media print,
screen and (min-width: 64em) {
    .imageside.righty {
        margin: auto;
    }
}

.panaimg_rappa {
    background-color: #646464;
    height: 420px;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.6) inset;
}

@media print,
screen and (min-width: 64em) {
    .panaimg_rappa {
        height: 475px;
    }
}

@media screen and (min-width: 75em) {
    .panaimg_rappa {
        height: 500px;
    }
}

@media screen and (min-width: 90em) {
    .panaimg_rappa {
        height: 540px;
    }
}

.panWindow1 {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

@media print,
screen and (min-width: 64em) {
    .panWindow1 {
        border-top-left-radius: 60px;
        border-bottom-left-radius: 60px;
    }
}

.panWindow2 {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

@media print,
screen and (min-width: 64em) {
    .panWindow2 {
        border-top-right-radius: 60px;
        border-bottom-right-radius: 60px;
    }
}

.panaimg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: #323946;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.6) inset;
}

.slidingImg1 {
    left: 0;
    background-position: left center !important;
}

.slidingImg2 {
    right: 0;
    background-position: right center !important;
}

.getStarted {
    position: relative;
    background-color: #f2f1fe;
    border-top: 1px solid #c4c4c4;
}

.getStarted h3 {
    color: #282561;
}

@media print,
screen and (min-width: 64em) {
    .getStarted {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.content_side {
    padding: 60px 6%;
}

@media print,
screen and (min-width: 64em) {
    .content_side {
        width: 60%;
        padding: 7%;
    }
}

@media screen and (min-width: 75em) {
    .content_side {
        padding: 8%;
    }
}

@media screen and (min-width: 90em) {
    .content_side {
        padding: 9%;
    }
}

.buttn_side {
    position: relative;
    background-color: #282561;
}

.buttn_side .imgbg {
    opacity: .8;
    background-position: center !important;
}

@media print,
screen and (min-width: 64em) {
    .buttn_side {
        width: 40%;
    }
}

.imgButtn {
    position: relative;
    z-index: 25;
    color: #F2F1FE;
    text-transform: uppercase;
    line-height: 1;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 8% 0;
    font-weight: 500;
    letter-spacing: 1px;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #727272;
    transition: all .3s ease-in-out;
    /* background-color: #282561; */
    background-color: rgba(40, 37, 97, 0.3);

}

@media print,
screen and (min-width: 40em) {
    .imgButtn {
        height: 130px;
    }
}

@media print,
screen and (min-width: 64em) {
    .imgButtn {
        font-size: 1.6rem;
        height: 33.3%;
    }
}

.imgButtn:visited {
    color: #F2F1FE;
}

.imgButtn:hover {
    color: #fff;
    background-color: rgba(40, 37, 97, 0.85);
}

.imgButtn::before {
    content: '';
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, #282561 0%, #282561 1%, rgba(40, 37, 97, 0) 100%);
}

.buttn_side .imgButtn:nth-last-child(1) {
    border-bottom: none !important;
}

.imgButtnTxt {
    position: relative;
    z-index: 25;
    display: inline-block;
    padding-left: 60px;
}

@media print,
screen and (min-width: 40em) {
    .imgButtnTxt {
        padding-left: 75px;
    }
}

.imgButtnTxt::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 40%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    background-image: url("/images/icon_circledArrowHead.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media print,
screen and (min-width: 40em) {
    .imgButtnTxt::before {
        width: 56px;
        height: 56px;
    }
}

.journey {
    background-color: #EBEAE5;
}

.journey h2 {
    color: #282561;
}

.journey .hoodOrnament {
    opacity: .3;
}

.dreamyCTA {
    color: #fff;
    background-color: #1A1C2E;
}

.dreamyCTA .sm_introline {
    color: #EBEAE5;
}

.dreamyCTA h4 {
    color: #CEE3BA;
}

.dreamyCTA .imgbg {
    background-position: center !important;
}

.dreamyCTA .topDownOverlay {
    height: 60%;
    opacity: .6;
}

.dreamyCTA .hoodOrnament {
    opacity: .3;
}

.stepTile_block {
    margin: 60px auto;
}

@media print,
screen and (min-width: 40em) {
    .stepTile_block {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.stepTile {
    background-color: #EBEAE5;
    border-radius: 15px;
    border: 2px solid #989898;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
}

@media print,
screen and (min-width: 40em) {
    .stepTile {
        width: 48%;
    }
}

@media print,
screen and (min-width: 64em) {
    .stepTile {
        margin-bottom: 0;
        width: 24%;
    }
}

@media screen and (min-width: 90em) {
    .stepTile {
        width: 23%;
    }
}

.tileImage {
    background-color: #464646;
    height: 180px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-bottom: 2px solid #989898;
}

@media print,
screen and (min-width: 64em) {
    .tileImage {
        height: 125px;
    }
}

@media screen and (min-width: 75em) {
    .tileImage {
        height: 150px;
    }
}

@media screen and (min-width: 90em) {
    .tileImage {
        height: 180px;
    }
}

.tileContent {
    padding: 15px;
}

@media print,
screen and (min-width: 64em) {
    .tileContent {
        font-size: .9rem;
    }
}

@media screen and (min-width: 75em) {
    .tileContent {
        padding: 20px;
    }
}

@media screen and (min-width: 90em) {
    .tileContent {
        padding: 25px;
    }
}

.tileHead {
    font-weight: 700;
    color: #282561;
    margin-bottom: 10px;
}

@media screen and (min-width: 75em) {
    .tileHead {
        font-size: 1.1rem;
    }
}

.tileBody {
    color: #464646;
    line-height: 1.2;
    margin-bottom: 5px;
}


.toolbar_logo {
    position: relative;
    display: inline-block;
    left: 2%;
    transition: all .3s ease-in-out;
}

.toolbar_logo:hover {
    opacity: .5;
}

.toolbar_logo img {
    width: auto;
    height: 54px;
    transition: all .3s ease-in-out;
}

/* @media print,
screen and (min-width: 40em) {
    .toolbar_logo img {
        height: 60px; 
    }
} */

@media print,
screen and (min-width: 64em) {

    .toolbar_logo {
        left: 3%;
    }

    .toolbar_logo img {
        height: 60px;
    }
}

@media screen and (min-width: 75em) {
    .toolbar_logo img {
        height: 64px;
    }
}

@media screen and (min-width: 90em) {
    .toolbar_logo img {
        height: 72px;
    }
}


/* MAIN TOOLBAR */


.mainbar_nav ul {
    position: relative;
    right: -6px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

@media screen and (min-width: 64em) {

    .mainbar_nav ul {
        display: inline-block;
    }

}

.mainbar_nav ul li {
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: .8rem;
    margin-left: 0px;
}

@media screen and (min-width: 75em) {
    .mainbar_nav ul li {
        font-size: .9rem;
        letter-spacing: .5px;
        margin-left: 3px;
    }
}

.mainbar_nav ul li a {
    color: #253561;
    padding: 14px 6px;
    transition: all .3s ease-in-out;
}

.mainbar_nav ul li a:hover {
    opacity: .5;
}

@media screen and (min-width: 75em) {
    .mainbar_nav ul li a {
        padding: 14px 8px;
    }
}

.mainbar_nav ul li.menu-item-has-children a {
    padding: 14px 12px 14px 2px;
}

@media screen and (min-width: 75em) {
    .mainbar_nav ul li.menu-item-has-children a {
        padding: 14px 15px 14px 5px;
    }
}

.mainbar_nav ul li.menu-item-has-children:after {
    content: '\203A';
    font-size: 1.2rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.mainbar_nav ul .sub-menu {
    position: absolute;
    margin-top: 10px;
    top: 100%;
    right: 0;
    width: 0;
    background-color: #253561;
    transition: all .4s ease-in-out;
    overflow: hidden;
}

.mainbar_nav ul .sub-menu li,
.mainbar_nav ul .sub-menu li a {
    margin: 0;
    text-align: right;
    display: block !important;
    width: 300px;
}

.mainbar_nav ul .sub-menu li a {
    color: #fefefe;
    padding: 12px 20px 12px 12px;
    background-color: rgba(0, 0, 0, 0);
    transition: all .3s ease-in-out;
}

.mainbar_nav ul .sub-menu li:hover a {
    color: #F89420;
    color: #FAB900;
    color: #FABC56;
    opacity: 1;
    border-left: 5px solid #F89420;
    padding-right: 25px;
    background-color: rgba(0, 0, 0, .3);
}

.mainbar_nav ul li.menu-item-has-children:hover .sub-menu {
    width: 300px;
}

.click_to_call_numba {
    position: relative;
    padding: 10px 30px 15px;
    font-weight: 800;
    font-size: 1rem;
    transition: all .3s ease-in-out;
    margin-top: 20px;
}

.orngCrush a,
a.orngCrush,
.click_to_call_numba a,
.navmenu_highlight a {
    color: #F89420 !important;
}

.click_to_call_numba:hover {
    opacity: .4;
}

.main_right {
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 4%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media print,
screen and (min-width: 64em) {
    .main_right {
        right: 3%;
    }
}

section {
    position: relative;
    padding: 80px 0;
}

.buttn,
.buttton,
.gform_button,
.wp-block-button .wp-block-button__link {
    font-weight: 700 !important;
    font-size: .9rem !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    background-color: #F89420 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 23px !important;
    height: 50px !important;
    border: 1px solid #c4c4c4 !important;
    border-radius: 25px !important;
    min-width: 220px !important;
    transition: all .3s ease-in-out !important;
    cursor: pointer !important;
}

.buttn:hover,
.button:hover,
.gform_button:hover,
.wp-block-button .wp-block-button__link:hover {
    color: #fff;
    background-color: #282561 !important;
}


/* SECONDARY NAV BAR */


.secondary_toolbar {
    position: relative;
    z-index: 99;
    display: none;
    padding: 0 3%;
    color: #fff;
    background-color: #253561;
    font-family: "Montserrat", sans-serif;
    font-size: .8rem;
    line-height: 1;
    width: 100%;
    overflow: hidden;
}

.secondary_toolbar a {
    color: lightgoldenrodyellow;
}

@media print,
screen and (min-width: 64em) {
    .secondary_toolbar {
        display: block;
    }
}

@media screen and (min-width: 75em) {
    .secondary_toolbar {
        display: block;
        font-size: .9rem;
    }
}

@media screen and (min-width: 90em) {
    .secondary_toolbar {
        padding: 0 3%;
    }
}

.secondary_toolbar:before {
    content: '';
    position: absolute;
    width: 525px;
    height: 100%;
    top: 0;
    left: 4%;
    /* background-image: url("/images/lotus_flower_white.svg"); */
    background-repeat: no-repeat;
    background-position: center -40px;
    background-size: 525px auto;
    opacity: .05;
}

.second_left,
.second_right {
    position: relative;
}

.second_left {
    position: relative;
    float: left;
}

.second_right {
    float: right;
}

.toolbar_nav ul {
    position: relative;
    left: 10px;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.toolbar_nav ul li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: .7rem;
}

@media screen and (min-width: 90em) {
    .toolbar_nav ul li {
        margin-right: 8px;
    }
}

.toolbar_nav ul li a {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 16px 14px 14px 0;
    transition: all .3s ease-in-out;
}

.toolbar_nav ul li.current-menu-item a {
    color: #F89420;
}

.toolbar_nav ul li a:after {
    content: '';
    position: absolute;
    width: 2px;
    top: 49%;
    height: 14px;
    right: 0;
    background-color: #fff;
    -webkit-transform: translateY(-46%);
    -ms-transform: translateY(-46%);
    transform: translateY(-46%);
    opacity: .3;
}

.toolbar_nav ul li:nth-last-of-type(1) {
    margin-right: 0;
}

.toolbar_nav ul li:nth-last-of-type(1) a:after {
    display: none;
}

.toolbar_nav ul li a:hover,
.toolbar_nav ul li.is-active a {
    opacity: .7;
}

.website_header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
    transition: all .3s;
}

.main_toolbar {
    position: relative;
    font-weight: 600;
    background-color: #fafafa;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    transition: all .3s ease-in-out;
    padding: 15px 0;
}

@media print,
screen and (max-width: 64em) {

    .main_toolbar {
        overflow: hidden;
    }
}

.website_header.newstyle .main_toolbar {
    min-height: 80px;
    height: auto !important;
}

.main_toolbar .buttn {
    display: none;
}

.website_header.newstyle #mobile_nav_trigga {
    position: relative !important;
    top: auto !important;
    transform: translateY(0px) !important;
}

@media print,
screen and (min-width: 64em) {

    .website_header.newstyle #mobile_nav_trigga {
        display: none;
    }
}

.helpr_text {
    display: none;
    margin-right: 15px;
    line-height: 1;
    margin-bottom: 0;
}

@media print,
screen and (min-width: 64em) {
    .main_toolbar .buttn {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.main_toolbar ul {
    list-style: none;
    margin-left: none !important;
}

.main_toolbar ul li {
    display: inline-block;
    margin: 0 8px;
}

@media print,
screen and (min-width: 64em) {
    .main_toolbar {
        /* box-shadow: none; */
        height: 85px;
    }
}

.website_header.scrolled .main_toolbar {
    background-color: #fefefe;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}



/* OFFCANVAS NAVIGATION STYLES */


.offcan_overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999998;
    width: 100%;
    height: 100%;
    background-color: #232323;
    opacity: 0;
}

.offcan_overlay.navactive {
    display: block;
}

#offcan_nav_trigger {
    cursor: pointer;
    width: 47px;
    height: 38px;
}

.offcan_site_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    right: 0;
    overflow: hidden;
}

.offcan_nav_wrapper,
.offcan_site_wrapper {
    transition: all .3s;
}

.offcan_site_wrapper.navactive {
    overflow: hidden;
}

.offcan_nav_wrapper {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: -500px;
    display: inline-block;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0 0 80px;
    background: #fefefe;
}

.offcan_nav_wrapper ::-webkit-input-placeholder {
    color: #646464;
    font-size: .9rem;
}

.offcan_nav_wrapper :-ms-input-placeholder {
    color: #646464;
    font-size: .9rem;
}

.offcan_nav_wrapper ::placeholder {
    color: #646464;
    font-size: .9rem;
}

.offcan_nav_wrapper.navactive {
    right: 0;
}

.offcan_nav_wrapper .closing_time {
    position: absolute;
    top: auto;
    bottom: 30px !important;
    right: 20px !important;
}

.offcan_nav_wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.offcan_nav_wrapper ul li {
    font-family: "Montserrat", sans-serif;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.offcan_nav_wrapper ul li a {
    color: #282561;
    display: block;
    font-size: .9rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1;
    padding: 22px 13px 22px 30px;
    transition: all .4s ease-in-out;
    border-top: 1px solid #ddd;
}

.offcan_nav_wrapper ul.sub-menu {
    position: relative;
    overflow: hidden;
    height: 0;
    color: #ffffff;
    background: #282561;
}

.offcan_nav_wrapper ul.sub-menu:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 100%;
    top: 0;
    left: 0;
}

.offcan_nav_wrapper ul.sub-menu a:hover {
    color: #dedede;
}

.offcan_nav_wrapper ul.sub-menu li a {
    padding: 18px 13px 18px 40px !important;
    letter-spacing: 1.5px;
    color: lightgoldenrodyellow;
    text-shadow: none;
    border-top: 1px solid #253561;
}

.subset_toggle {
    position: absolute;
    color: #000;
    font-family: inherit;
    cursor: pointer;
    text-align: center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: all .4s ease;
}

.subset_toggle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    top: 2px;
    right: 4px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    background: url(/images/icon_plus-sign.svg) no-repeat;
    background-size: 20px;
    background-position: center;
    transition: all .3s ease-in-out;
}

.subset_toggle.opened {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.closing_time {
    position: absolute;
    z-index: 9999;
    top: 12px;
    right: 4%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

@media print,
screen and (min-width: 40em) {
    .closing_time {
        top: 30px;
    }
}

.mainliner1,
.mainliner2 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 3px;
    width: 100%;
    background-color: #979797;
    transition: all .3s ease-in-out;
}

.mainliner1 {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.mainliner2 {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.closing_time:hover .mainliner1,
.closing_time:hover .mainliner2 {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0);
    transform: translateX(-50%) translateY(-50%) rotate(0);
}

.mobile_nav_closer {
    opacity: 0;
}


#offcan_closer {
    cursor: pointer;
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 99;
    top: 16px;
    right: 15px;
    opacity: 0;
    transition: all .2s ease;
}

#offcan_closer.navactive {
    opacity: 1;
    transition: all .5s ease;
}

.offcan_search {
    padding: 0 5%;
    margin: 20px 0 10px;
}

.offcan_search input {
    margin: 0;
    border: none;
    border: 1px solid #ddd;
}

.offcan_search input:focus {
    box-shadow: none;
}

.offcan_search .searchbttn {
    width: 100%;
    height: 100%;
    background-color: #02B49C;
    background-image: url("/images/icon_search.svg");
    background-size: 25%;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    outline: none;
}

@media print,
screen and (min-width: 64em) {
    .offcan_search .searchbttn {
        background-size: 25%;
    }
}

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

    .offcan_site_wrapper.navactive,
    .website_header.navactive {
        right: 500px;
    }

    .offcan_nav_wrapper ul li:hover a {
        transition: all .4s ease;
    }

    .offcan_nav_wrapper ul li:hover:before {
        left: -43px;
        transition: .2s ease;
        transition-delay: .2s;
    }

    .offcan_nav_wrapper {
        width: 500px;
    }
}

@media only screen and (max-width: 640px) {
    .offcan_nav_wrapper {
        width: 100%;
        right: -100%;
    }

    .offcan_site_wrapper.navactive {
        right: 0;
    }
}

.footer-container {
    background-color: #fafafa;
}

.inner_rappa,
.inner_rappa_wide,
.inner_rappa_narrow {
    position: relative;
    z-index: 25;
    margin: 0 auto;
}

.inner_rappa {
    max-width: 1440px;
    padding: 0 6%;
}

@media print,
screen and (min-width: 64em) {
    .inner_rappa {
        padding: 0 5%;
    }
}

@media screen and (min-width: 90em) {
    .inner_rappa {
        padding: 0 3%;
    }
}

.inner_rappa_narrow {
    max-width: 1024px;
    padding: 0 6%;
}

@media print,
screen and (min-width: 64em) {
    .inner_rappa_narrow {
        padding: 0 5%;
    }
}

@media screen and (min-width: 90em) {
    .inner_rappa_narrow {
        padding: 0;
    }
}

.inner_rappa_wide {
    max-width: 1600px;
    padding: 0 6%;
}

@media print,
screen and (min-width: 64em) {
    .inner_rappa_wide {
        padding: 0 5%;
    }
}

@media screen and (min-width: 90em) {
    .inner_rappa_wide {
        padding: 0 3%;
    }
}

.imgbg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
}

.nospace {
    padding: 0;
}

.pullup {
    margin-bottom: -60px;
}

.elementor {
    margin-top: 60px;
}



/* EMPLOYEE PAGE STYLES */


.inner_rappa_wide {
    position: relative;
    z-index: 20;
    padding-left: 5%;
    padding-right: 5%;
    max-width: 1600px;
    margin: 0 auto;
}

.employees {
    padding: 50px 0;
    margin: 0 auto 50px;
}

.employee_tile {
    position: relative;
    margin-bottom: 25px;
    background-color: #f8f8f8;
    max-width: 400px;
}

.employee_tile a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.employee_tile img,
.employee_tile .employee_details {
    transition: all .3s ease-in-out;
}

.employee_tile:hover img {
    opacity: .7;
}

.employee_tile:hover .employee_details {
    padding-bottom: 24px;
}

.employee_details {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    line-height: 1.2;
    color: #fff;
    background-color: rgba(0, 0, 0, .85);
    width: 100%;
    padding: 15px;
}

.employee_name {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.employee_post {
    font-size: .8rem;
}

@media screen and (min-width:40em) {

    .employees {
        display: flex;
        flex-wrap: wrap;
        column-gap: 4%;
    }

    .employee_tile {
        width: 48%;
    }

}

@media screen and (min-width:64em) {

    .employees {
        column-gap: 3%;
    }

    .employee_tile {
        width: 31%;
    }

}

@media screen and (min-width:90em) {

    .employees {
        column-gap: 2%;
    }

    .employee_tile {
        width: 23%;
    }

}

#litBoxWindow {
    display: none;
    position: fixed;
    z-index: 999999999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.litOverlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(37, 53, 97, 0.9);
}

.litContent {
    position: absolute;
    z-index: 25;
    display: inline-block;
    max-width: 960px;
    width: 90%;
    height: auto;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    box-shadow: 0 0 40px rgba(0, 0, 0, .5);
    border: 1px solid #989898;
}

.litContent .flex-video {
    margin-bottom: 0;
}

@media screen and (min-width:64em) {

    .litContent {
        width: 100%;
    }

}

@media screen and (min-width:90em) {

    .litContent {
        max-width: 1200px;
    }

}

.litCLOSER {
    color: #fff;
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: 30px;
    right: 30px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.litCLOSER:hover {
    opacity: .5;
}

.anchorsaway {
    position: absolute;
    z-index: -1;
    top: -80px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

@media screen and (min-width:64em) {

    .anchorsaway {
        top: -110px;
    }

}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: .9;}
}

.imgSlider_rappa {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: fadeIn 1.3s ease-in forwards;
}

.imgSlide {
    z-index: 1;
    opacity: 0;
}

.imgSlide.current {
    z-index: 2;
}

.sliderOverlay {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.fullwidthCTAbanna {
    color: #fff;
    background-color: #45516a;
    padding: 80px 0;
}

.fullwidthCTAbanna a {
    color: #f2f1fe;
    color: #ffd885;
}

.fullwidthCTAbanna a:hover {
    color: #fff;
}

.fullwidthCTAbanna h2 {
    color: #fff;
    margin-bottom: 50px;
    font-size: 2rem;
}

.fullwidthCTAbanna .imgbg {
    background-position: center !important;
    opacity: .3;
}

.fullwidthCTAbanna .bottomUpOverlay {
    height: 54%;
    opacity: .3;
}

.fullwidthCTAbanna::after {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    left: 20;
    height: 100%;
    width: 80%;
    background: linear-gradient(to right, #45516a 2%, rgba(69, 81, 106, 0) 100%);
}

@media print,
screen and (min-width: 64em) {

    .fullwidthCTAbanna {
        padding: 120px 0;
    }

    .fullwidthCTAbanna .imgbg {
        width: 80%;
        left: auto;
        right: 0;
    }

    .fullwidthCTAbanna h2 {
        font-size: 2.5rem;
    }

    .fullwidthCTAbanna::after {
        left: 20%;
        width: 50%;
    }

}

@media print,
screen and (min-width: 75em) {

    .fullwidthCTAbanna {
        padding: 140px 0;
    }

}

@media print,
screen and (min-width: 90em) {

    .fullwidthCTAbanna {
        padding: 160px 0;
    }

}

textarea {
    resize: none !important;
}

.contactBlock {
    position: relative;
    padding: 60px 0;
    margin: 0 auto;
    background-color: #f6f6f6;
    overflow: hidden;
}

.contactBlock::before {
    content: '';
    transform-origin: left bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 700px;
    height: 700px;
    background-image: url('/images/clippedicon.png');
    background-size: contain;
    background-position: left bottom;
    opacity: .07;
}

.contactBlock input {
    margin: 0 0 .5rem !important;
}

.contactBlock textarea {
    margin: 0 0 1.5rem !important;
}

.bookatourBlock {
    line-height: 1;
    color: #fff;
    background-color: #282561;
    padding: 40px 6%;
    border-radius: 8px;
    font-size: 5vw;

    box-shadow: 0 0 40px rgba(0, 0, 0, .4);
    border: 1px solid #bebebe;
}

.bookatourBlock .phone_icon {
    margin: 0 4px 0 0 !important;
    width: 24px !important;
    height: 24px !important;
}

.balancedContent {
    align-items: center;
}

.tourdefacility h3 {
    color: #F89420;
}

.formSide {

}

.ctaSide {

}

@media print,
screen and (min-width: 40em) {

    .contactBlock {
        padding: 70px 3%;
    }

    .bookatourBlock {
        font-size: 3.8vw;
        padding: 40px 7%;
        margin: 40px 3% 0;
    }

    .littleSmallerTXT {
        font-size: 72%;
    }

}

@media print,
screen and (min-width: 64em) {

    .tourdefacility {
        display: flex;
        align-items: center;
        column-gap: 80px;
    }

    .bookatourBlock {
        font-size: 3vw;
        padding: 50px 7%;
        margin: 0;
        transform: translateY(-50px);
    }

    .littleSmallerTXT {
        font-size: 80%;
    }

}

@media print,
screen and (min-width: 75em) {

    .bookatourBlock {
        font-size: 2.2vw;
        padding: 50px 6%;
        margin: 0;
        transform: translateY(-50px);
    }

}

.menu_block {
    margin-bottom: 60px;
}

.grecaptcha-badge {
    opacity: 0;
    z-index: -1;
}


.hero_area,
.hero_testimonial_rappa,
.events_cta_rappa,
.services_cta_rappa,
.home_content_area {
    overflow: hidden;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

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

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

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

[type="search"] {
    -webkit-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html {
    box-sizing: border-box;
    font-size: 100%;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #4a4a4a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}

select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important;
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto;
}

[data-whatinput='mouse'] button {
    outline: 0;
}

pre {
    overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
}

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

.shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.column-block {
    margin-bottom: 1.25rem;
}

.column-block> :last-child {
    margin-bottom: 0;
}

@media print,
screen and (min-width: 40em) {
    .column-block {
        margin-bottom: 1.875rem;
    }

    .column-block> :last-child {
        margin-bottom: 0;
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
}

.cell .grid-frame {
    width: 100%;
}

.cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
}

.cell-block-container>.grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media print,
screen and (min-width: 40em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw;
    }

    .cell .medium-grid-frame {
        width: 100%;
    }

    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .medium-cell-block-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%;
    }

    .medium-cell-block-container>.grid-x {
        max-height: 100%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

@media print,
screen and (min-width: 64em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw;
    }

    .cell .large-grid-frame {
        width: 100%;
    }

    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .large-cell-block-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%;
    }

    .large-cell-block-container>.grid-x {
        max-height: 100%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

@media screen and (min-width: 75em) {
    .xlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw;
    }

    .cell .xlarge-grid-frame {
        width: 100%;
    }

    .xlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .xlarge-cell-block-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%;
    }

    .xlarge-cell-block-container>.grid-x {
        max-height: 100%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .xlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 2rem;
    font-size: inherit;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 80%;
    line-height: inherit;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
    line-height: 0;
    color: #cacaca;
}

a {
    line-height: inherit;
    color: #F89420;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus {
    color: #989898;
}

a img {
    border: 0;
}

hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
}

ul,
ol,
dl {
    margin-bottom: 2rem;
    list-style-position: outside;
    line-height: 1.6;
}

li {
    font-size: inherit;
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc;
}

ol {
    margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

dl {
    margin-bottom: 1rem;
}

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}

blockquote {
    margin: 0 0 2rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #4a4a4a;
}

cite {
    display: block;
    font-size: 0.8125rem;
    color: #4a4a4a;
}

cite:before {
    content: "— ";
}

abbr,
abbr[title] {
    border-bottom: 1px dotted #0a0a0a;
    cursor: help;
    text-decoration: none;
}

figure {
    margin: 0;
}

code {
    padding: 0.125rem 0.3125rem 0.0625rem;
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #0a0a0a;
}

kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #0a0a0a;
}

.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #4a4a4a;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}

p+.stat {
    margin-top: -1rem;
}

ul.no-bullet,
ol.no-bullet {
    margin-left: 0;
    list-style: none;
}

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

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

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

.text-justify {
    text-align: justify;
}

.show-for-print {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: black !important;
        text-shadow: none !important;
    }

    .show-for-print {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    table.show-for-print {
        display: table !important;
    }

    thead.show-for-print {
        display: table-header-group !important;
    }

    tbody.show-for-print {
        display: table-row-group !important;
    }

    tr.show-for-print {
        display: table-row !important;
    }

    td.show-for-print {
        display: table-cell !important;
    }

    th.show-for-print {
        display: table-cell !important;
    }

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

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

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

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

    pre,
    blockquote {
        border: 1px solid #4a4a4a;
        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;
    }

    .print-break-inside {
        page-break-inside: auto;
    }
}

.button,
.wp-block-button .wp-block-button__link {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #F89420;
    color: #fefefe;
}

[data-whatinput='mouse'] .button,
[data-whatinput='mouse'] .wp-block-button .wp-block-button__link,
.wp-block-button [data-whatinput='mouse'] .wp-block-button__link {
    outline: 0;
}

.button:hover,
.wp-block-button .wp-block-button__link:hover,
.button:focus,
.wp-block-button .wp-block-button__link:focus {
    background-color: #af1b20;
    color: #fefefe;
}

.button.tiny,
.wp-block-button .tiny.wp-block-button__link {
    font-size: 0.6rem;
}

.button.small,
.wp-block-button .small.wp-block-button__link {
    font-size: 0.75rem;
}

.button.large,
.wp-block-button .large.wp-block-button__link {
    font-size: 1.25rem;
}

.button.expanded,
.wp-block-button .expanded.wp-block-button__link {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.button.primary,
.wp-block-button .primary.wp-block-button__link {
    background-color: #F89420;
    color: #fefefe;
}

.button.primary:hover,
.wp-block-button .primary.wp-block-button__link:hover,
.button.primary:focus,
.wp-block-button .primary.wp-block-button__link:focus {
    background-color: #a51a1e;
    color: #fefefe;
}

.button.secondary,
.wp-block-button .secondary.wp-block-button__link {
    background-color: #282561;
    color: #0a0a0a;
}

.button.secondary:hover,
.wp-block-button .secondary.wp-block-button__link:hover,
.button.secondary:focus,
.wp-block-button .secondary.wp-block-button__link:focus {
    background-color: #767676;
    color: #0a0a0a;
}

.button.success,
.wp-block-button .success.wp-block-button__link {
    background-color: #3adb76;
    color: #0a0a0a;
}

.button.success:hover,
.wp-block-button .success.wp-block-button__link:hover,
.button.success:focus,
.wp-block-button .success.wp-block-button__link:focus {
    background-color: #22bb5b;
    color: #0a0a0a;
}

.button.warning,
.wp-block-button .warning.wp-block-button__link {
    background-color: #ffae00;
    color: #0a0a0a;
}

.button.warning:hover,
.wp-block-button .warning.wp-block-button__link:hover,
.button.warning:focus,
.wp-block-button .warning.wp-block-button__link:focus {
    background-color: #cc8b00;
    color: #0a0a0a;
}

.button.alert,
.wp-block-button .alert.wp-block-button__link {
    background-color: #cc4b37;
    color: #fefefe;
}

.button.alert:hover,
.wp-block-button .alert.wp-block-button__link:hover,
.button.alert:focus,
.wp-block-button .alert.wp-block-button__link:focus {
    background-color: #a53b2a;
    color: #fefefe;
}

.button.disabled,
.wp-block-button .disabled.wp-block-button__link,
.button[disabled],
.wp-block-button .wp-block-button__link[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled,
.wp-block-button .disabled.wp-block-button__link,
.button.disabled:hover,
.wp-block-button .disabled.wp-block-button__link:hover,
.button.disabled:focus,
.wp-block-button .disabled.wp-block-button__link:focus,
.button[disabled],
.wp-block-button .wp-block-button__link[disabled],
.button[disabled]:hover,
.wp-block-button .wp-block-button__link[disabled]:hover,
.button[disabled]:focus,
.wp-block-button .wp-block-button__link[disabled]:focus {
    background-color: #F89420;
    color: #fefefe;
}

.button.disabled.primary,
.wp-block-button .disabled.primary.wp-block-button__link,
.button[disabled].primary,
.wp-block-button .wp-block-button__link[disabled].primary {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled.primary,
.wp-block-button .disabled.primary.wp-block-button__link,
.button.disabled.primary:hover,
.wp-block-button .disabled.primary.wp-block-button__link:hover,
.button.disabled.primary:focus,
.wp-block-button .disabled.primary.wp-block-button__link:focus,
.button[disabled].primary,
.wp-block-button .wp-block-button__link[disabled].primary,
.button[disabled].primary:hover,
.wp-block-button .wp-block-button__link[disabled].primary:hover,
.button[disabled].primary:focus,
.wp-block-button .wp-block-button__link[disabled].primary:focus {
    background-color: #F89420;
    color: #fefefe;
}

.button.disabled.secondary,
.wp-block-button .disabled.secondary.wp-block-button__link,
.button[disabled].secondary,
.wp-block-button .wp-block-button__link[disabled].secondary {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled.secondary,
.wp-block-button .disabled.secondary.wp-block-button__link,
.button.disabled.secondary:hover,
.wp-block-button .disabled.secondary.wp-block-button__link:hover,
.button.disabled.secondary:focus,
.wp-block-button .disabled.secondary.wp-block-button__link:focus,
.button[disabled].secondary,
.wp-block-button .wp-block-button__link[disabled].secondary,
.button[disabled].secondary:hover,
.wp-block-button .wp-block-button__link[disabled].secondary:hover,
.button[disabled].secondary:focus,
.wp-block-button .wp-block-button__link[disabled].secondary:focus {
    background-color: #282561;
    color: #0a0a0a;
}

.button.disabled.success,
.wp-block-button .disabled.success.wp-block-button__link,
.button[disabled].success,
.wp-block-button .wp-block-button__link[disabled].success {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled.success,
.wp-block-button .disabled.success.wp-block-button__link,
.button.disabled.success:hover,
.wp-block-button .disabled.success.wp-block-button__link:hover,
.button.disabled.success:focus,
.wp-block-button .disabled.success.wp-block-button__link:focus,
.button[disabled].success,
.wp-block-button .wp-block-button__link[disabled].success,
.button[disabled].success:hover,
.wp-block-button .wp-block-button__link[disabled].success:hover,
.button[disabled].success:focus,
.wp-block-button .wp-block-button__link[disabled].success:focus {
    background-color: #3adb76;
    color: #0a0a0a;
}

.button.disabled.warning,
.wp-block-button .disabled.warning.wp-block-button__link,
.button[disabled].warning,
.wp-block-button .wp-block-button__link[disabled].warning {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled.warning,
.wp-block-button .disabled.warning.wp-block-button__link,
.button.disabled.warning:hover,
.wp-block-button .disabled.warning.wp-block-button__link:hover,
.button.disabled.warning:focus,
.wp-block-button .disabled.warning.wp-block-button__link:focus,
.button[disabled].warning,
.wp-block-button .wp-block-button__link[disabled].warning,
.button[disabled].warning:hover,
.wp-block-button .wp-block-button__link[disabled].warning:hover,
.button[disabled].warning:focus,
.wp-block-button .wp-block-button__link[disabled].warning:focus {
    background-color: #ffae00;
    color: #0a0a0a;
}

.button.disabled.alert,
.wp-block-button .disabled.alert.wp-block-button__link,
.button[disabled].alert,
.wp-block-button .wp-block-button__link[disabled].alert {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled.alert,
.wp-block-button .disabled.alert.wp-block-button__link,
.button.disabled.alert:hover,
.wp-block-button .disabled.alert.wp-block-button__link:hover,
.button.disabled.alert:focus,
.wp-block-button .disabled.alert.wp-block-button__link:focus,
.button[disabled].alert,
.wp-block-button .wp-block-button__link[disabled].alert,
.button[disabled].alert:hover,
.wp-block-button .wp-block-button__link[disabled].alert:hover,
.button[disabled].alert:focus,
.wp-block-button .wp-block-button__link[disabled].alert:focus {
    background-color: #cc4b37;
    color: #fefefe;
}

.button.hollow,
.wp-block-button .hollow.wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link {
    border: 1px solid #F89420;
    color: #F89420;
}

.button.hollow,
.wp-block-button .hollow.wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link,
.button.hollow:hover,
.wp-block-button .hollow.wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.button.hollow:focus,
.wp-block-button .hollow.wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:focus {
    background-color: transparent;
}

.button.hollow.disabled,
.wp-block-button .hollow.disabled.wp-block-button__link,
.wp-block-button.is-style-outline .disabled.wp-block-button__link,
.button.hollow.disabled:hover,
.wp-block-button .hollow.disabled.wp-block-button__link:hover,
.wp-block-button.is-style-outline .disabled.wp-block-button__link:hover,
.button.hollow.disabled:focus,
.wp-block-button .hollow.disabled.wp-block-button__link:focus,
.wp-block-button.is-style-outline .disabled.wp-block-button__link:focus,
.button.hollow[disabled],
.wp-block-button .hollow.wp-block-button__link[disabled],
.wp-block-button.is-style-outline .wp-block-button__link[disabled],
.button.hollow[disabled]:hover,
.wp-block-button .hollow.wp-block-button__link[disabled]:hover,
.wp-block-button.is-style-outline .wp-block-button__link[disabled]:hover,
.button.hollow[disabled]:focus,
.wp-block-button .hollow.wp-block-button__link[disabled]:focus,
.wp-block-button.is-style-outline .wp-block-button__link[disabled]:focus {
    background-color: transparent;
}

.button.hollow:hover,
.wp-block-button .hollow.wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.button.hollow:focus,
.wp-block-button .hollow.wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:focus {
    border-color: #671013;
    color: #671013;
}

.button.hollow:hover.disabled,
.wp-block-button .hollow.wp-block-button__link:hover.disabled,
.wp-block-button.is-style-outline .wp-block-button__link:hover.disabled,
.button.hollow:hover[disabled],
.wp-block-button .hollow.wp-block-button__link:hover[disabled],
.wp-block-button.is-style-outline .wp-block-button__link:hover[disabled],
.button.hollow:focus.disabled,
.wp-block-button .hollow.wp-block-button__link:focus.disabled,
.wp-block-button.is-style-outline .wp-block-button__link:focus.disabled,
.button.hollow:focus[disabled],
.wp-block-button .hollow.wp-block-button__link:focus[disabled],
.wp-block-button.is-style-outline .wp-block-button__link:focus[disabled] {
    border: 1px solid #F89420;
    color: #F89420;
}

.button.hollow.primary,
.wp-block-button .hollow.primary.wp-block-button__link,
.wp-block-button.is-style-outline .primary.wp-block-button__link {
    border: 1px solid #F89420;
    color: #F89420;
}

.button.hollow.primary:hover,
.wp-block-button .hollow.primary.wp-block-button__link:hover,
.wp-block-button.is-style-outline .primary.wp-block-button__link:hover,
.button.hollow.primary:focus,
.wp-block-button .hollow.primary.wp-block-button__link:focus,
.wp-block-button.is-style-outline .primary.wp-block-button__link:focus {
    border-color: #671013;
    color: #671013;
}

.button.hollow.primary:hover.disabled,
.wp-block-button .hollow.primary.wp-block-button__link:hover.disabled,
.wp-block-button.is-style-outline .primary.wp-block-button__link:hover.disabled,
.button.hollow.primary:hover[disabled],
.wp-block-button .hollow.primary.wp-block-button__link:hover[disabled],
.wp-block-button.is-style-outline .primary.wp-block-button__link:hover[disabled],
.button.hollow.primary:focus.disabled,
.wp-block-button .hollow.primary.wp-block-button__link:focus.disabled,
.wp-block-button.is-style-outline .primary.wp-block-button__link:focus.disabled,
.button.hollow.primary:focus[disabled],
.wp-block-button .hollow.primary.wp-block-button__link:focus[disabled],
.wp-block-button.is-style-outline .primary.wp-block-button__link:focus[disabled] {
    border: 1px solid #F89420;
    color: #F89420;
}

.button.hollow.secondary,
.wp-block-button .hollow.secondary.wp-block-button__link,
.wp-block-button.is-style-outline .secondary.wp-block-button__link {
    border: 1px solid #282561;
    color: #282561;
}

.button.hollow.secondary:hover,
.wp-block-button .hollow.secondary.wp-block-button__link:hover,
.wp-block-button.is-style-outline .secondary.wp-block-button__link:hover,
.button.hollow.secondary:focus,
.wp-block-button .hollow.secondary.wp-block-button__link:focus,
.wp-block-button.is-style-outline .secondary.wp-block-button__link:focus {
    border-color: #4a4a4a;
    color: #4a4a4a;
}

.button.hollow.secondary:hover.disabled,
.wp-block-button .hollow.secondary.wp-block-button__link:hover.disabled,
.wp-block-button.is-style-outline .secondary.wp-block-button__link:hover.disabled,
.button.hollow.secondary:hover[disabled],
.wp-block-button .hollow.secondary.wp-block-button__link:hover[disabled],
.wp-block-button.is-style-outline .secondary.wp-block-button__link:hover[disabled],
.button.hollow.secondary:focus.disabled,
.wp-block-button .hollow.secondary.wp-block-button__link:focus.disabled,
.wp-block-button.is-style-outline .secondary.wp-block-button__link:focus.disabled,
.button.hollow.secondary:focus[disabled],
.wp-block-button .hollow.secondary.wp-block-button__link:focus[disabled],
.wp-block-button.is-style-outline .secondary.wp-block-button__link:focus[disabled] {
    border: 1px solid #282561;
    color: #282561;
}

.button.hollow.success,
.wp-block-button .hollow.success.wp-block-button__link,
.wp-block-button.is-style-outline .success.wp-block-button__link {
    border: 1px solid #3adb76;
    color: #3adb76;
}

.button.hollow.success:hover,
.wp-block-button .hollow.success.wp-block-button__link:hover,
.wp-block-button.is-style-outline .success.wp-block-button__link:hover,
.button.hollow.success:focus,
.wp-block-button .hollow.success.wp-block-button__link:focus,
.wp-block-button.is-style-outline .success.wp-block-button__link:focus {
    border-color: #157539;
    color: #157539;
}

.button.hollow.success:hover.disabled,
.wp-block-button .hollow.success.wp-block-button__link:hover.disabled,
.wp-block-button.is-style-outline .success.wp-block-button__link:hover.disabled,
.button.hollow.success:hover[disabled],
.wp-block-button .hollow.success.wp-block-button__link:hover[disabled],
.wp-block-button.is-style-outline .success.wp-block-button__link:hover[disabled],
.button.hollow.success:focus.disabled,
.wp-block-button .hollow.success.wp-block-button__link:focus.disabled,
.wp-block-button.is-style-outline .success.wp-block-button__link:focus.disabled,
.button.hollow.success:focus[disabled],
.wp-block-button .hollow.success.wp-block-button__link:focus[disabled],
.wp-block-button.is-style-outline .success.wp-block-button__link:focus[disabled] {
    border: 1px solid #3adb76;
    color: #3adb76;
}

.button.hollow.warning,
.wp-block-button .hollow.warning.wp-block-button__link,
.wp-block-button.is-style-outline .warning.wp-block-button__link {
    border: 1px solid #ffae00;
    color: #ffae00;
}

.button.hollow.warning:hover,
.wp-block-button .hollow.warning.wp-block-button__link:hover,
.wp-block-button.is-style-outline .warning.wp-block-button__link:hover,
.button.hollow.warning:focus,
.wp-block-button .hollow.warning.wp-block-button__link:focus,
.wp-block-button.is-style-outline .warning.wp-block-button__link:focus {
    border-color: #805700;
    color: #805700;
}

.button.hollow.warning:hover.disabled,
.wp-block-button .hollow.warning.wp-block-button__link:hover.disabled,
.wp-block-button.is-style-outline .warning.wp-block-button__link:hover.disabled,
.button.hollow.warning:hover[disabled],
.wp-block-button .hollow.warning.wp-block-button__link:hover[disabled],
.wp-block-button.is-style-outline .warning.wp-block-button__link:hover[disabled],
.button.hollow.warning:focus.disabled,
.wp-block-button .hollow.warning.wp-block-button__link:focus.disabled,
.wp-block-button.is-style-outline .warning.wp-block-button__link:focus.disabled,
.button.hollow.warning:focus[disabled],
.wp-block-button .hollow.warning.wp-block-button__link:focus[disabled],
.wp-block-button.is-style-outline .warning.wp-block-button__link:focus[disabled] {
    border: 1px solid #ffae00;
    color: #ffae00;
}

.button.hollow.alert,
.wp-block-button .hollow.alert.wp-block-button__link,
.wp-block-button.is-style-outline .alert.wp-block-button__link {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}

.button.hollow.alert:hover,
.wp-block-button .hollow.alert.wp-block-button__link:hover,
.wp-block-button.is-style-outline .alert.wp-block-button__link:hover,
.button.hollow.alert:focus,
.wp-block-button .hollow.alert.wp-block-button__link:focus,
.wp-block-button.is-style-outline .alert.wp-block-button__link:focus {
    border-color: #67251a;
    color: #67251a;
}

.button.hollow.alert:hover.disabled,
.wp-block-button .hollow.alert.wp-block-button__link:hover.disabled,
.wp-block-button.is-style-outline .alert.wp-block-button__link:hover.disabled,
.button.hollow.alert:hover[disabled],
.wp-block-button .hollow.alert.wp-block-button__link:hover[disabled],
.wp-block-button.is-style-outline .alert.wp-block-button__link:hover[disabled],
.button.hollow.alert:focus.disabled,
.wp-block-button .hollow.alert.wp-block-button__link:focus.disabled,
.wp-block-button.is-style-outline .alert.wp-block-button__link:focus.disabled,
.button.hollow.alert:focus[disabled],
.wp-block-button .hollow.alert.wp-block-button__link:focus[disabled],
.wp-block-button.is-style-outline .alert.wp-block-button__link:focus[disabled] {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}

.button.clear,
.wp-block-button .clear.wp-block-button__link {
    border: 1px solid #F89420;
    color: #F89420;
}

.button.clear,
.wp-block-button .clear.wp-block-button__link,
.button.clear:hover,
.wp-block-button .clear.wp-block-button__link:hover,
.button.clear:focus,
.wp-block-button .clear.wp-block-button__link:focus {
    background-color: transparent;
}

.button.clear.disabled,
.wp-block-button .clear.disabled.wp-block-button__link,
.button.clear.disabled:hover,
.wp-block-button .clear.disabled.wp-block-button__link:hover,
.button.clear.disabled:focus,
.wp-block-button .clear.disabled.wp-block-button__link:focus,
.button.clear[disabled],
.wp-block-button .clear.wp-block-button__link[disabled],
.button.clear[disabled]:hover,
.wp-block-button .clear.wp-block-button__link[disabled]:hover,
.button.clear[disabled]:focus,
.wp-block-button .clear.wp-block-button__link[disabled]:focus {
    background-color: transparent;
}

.button.clear:hover,
.wp-block-button .clear.wp-block-button__link:hover,
.button.clear:focus,
.wp-block-button .clear.wp-block-button__link:focus {
    border-color: #671013;
    color: #671013;
}

.button.clear:hover.disabled,
.wp-block-button .clear.wp-block-button__link:hover.disabled,
.button.clear:hover[disabled],
.wp-block-button .clear.wp-block-button__link:hover[disabled],
.button.clear:focus.disabled,
.wp-block-button .clear.wp-block-button__link:focus.disabled,
.button.clear:focus[disabled],
.wp-block-button .clear.wp-block-button__link:focus[disabled] {
    border: 1px solid #F89420;
    color: #F89420;
}

.button.clear,
.wp-block-button .clear.wp-block-button__link,
.button.clear.disabled,
.wp-block-button .clear.disabled.wp-block-button__link,
.button.clear[disabled],
.wp-block-button .clear.wp-block-button__link[disabled],
.button.clear:hover,
.wp-block-button .clear.wp-block-button__link:hover,
.button.clear:hover.disabled,
.wp-block-button .clear.wp-block-button__link:hover.disabled,
.button.clear:hover[disabled],
.wp-block-button .clear.wp-block-button__link:hover[disabled],
.button.clear:focus,
.wp-block-button .clear.wp-block-button__link:focus,
.button.clear:focus.disabled,
.wp-block-button .clear.wp-block-button__link:focus.disabled,
.button.clear:focus[disabled],
.wp-block-button .clear.wp-block-button__link:focus[disabled] {
    border-color: transparent;
}

.button.clear.primary,
.wp-block-button .clear.primary.wp-block-button__link {
    border: 1px solid #F89420;
    color: #F89420;
}

.button.clear.primary:hover,
.wp-block-button .clear.primary.wp-block-button__link:hover,
.button.clear.primary:focus,
.wp-block-button .clear.primary.wp-block-button__link:focus {
    border-color: #671013;
    color: #671013;
}

.button.clear.primary:hover.disabled,
.wp-block-button .clear.primary.wp-block-button__link:hover.disabled,
.button.clear.primary:hover[disabled],
.wp-block-button .clear.primary.wp-block-button__link:hover[disabled],
.button.clear.primary:focus.disabled,
.wp-block-button .clear.primary.wp-block-button__link:focus.disabled,
.button.clear.primary:focus[disabled],
.wp-block-button .clear.primary.wp-block-button__link:focus[disabled] {
    border: 1px solid #F89420;
    color: #F89420;
}

.button.clear.primary,
.wp-block-button .clear.primary.wp-block-button__link,
.button.clear.primary.disabled,
.wp-block-button .clear.primary.disabled.wp-block-button__link,
.button.clear.primary[disabled],
.wp-block-button .clear.primary.wp-block-button__link[disabled],
.button.clear.primary:hover,
.wp-block-button .clear.primary.wp-block-button__link:hover,
.button.clear.primary:hover.disabled,
.wp-block-button .clear.primary.wp-block-button__link:hover.disabled,
.button.clear.primary:hover[disabled],
.wp-block-button .clear.primary.wp-block-button__link:hover[disabled],
.button.clear.primary:focus,
.wp-block-button .clear.primary.wp-block-button__link:focus,
.button.clear.primary:focus.disabled,
.wp-block-button .clear.primary.wp-block-button__link:focus.disabled,
.button.clear.primary:focus[disabled],
.wp-block-button .clear.primary.wp-block-button__link:focus[disabled] {
    border-color: transparent;
}

.button.clear.secondary,
.wp-block-button .clear.secondary.wp-block-button__link {
    border: 1px solid #282561;
    color: #282561;
}

.button.clear.secondary:hover,
.wp-block-button .clear.secondary.wp-block-button__link:hover,
.button.clear.secondary:focus,
.wp-block-button .clear.secondary.wp-block-button__link:focus {
    border-color: #4a4a4a;
    color: #4a4a4a;
}

.button.clear.secondary:hover.disabled,
.wp-block-button .clear.secondary.wp-block-button__link:hover.disabled,
.button.clear.secondary:hover[disabled],
.wp-block-button .clear.secondary.wp-block-button__link:hover[disabled],
.button.clear.secondary:focus.disabled,
.wp-block-button .clear.secondary.wp-block-button__link:focus.disabled,
.button.clear.secondary:focus[disabled],
.wp-block-button .clear.secondary.wp-block-button__link:focus[disabled] {
    border: 1px solid #282561;
    color: #282561;
}

.button.clear.secondary,
.wp-block-button .clear.secondary.wp-block-button__link,
.button.clear.secondary.disabled,
.wp-block-button .clear.secondary.disabled.wp-block-button__link,
.button.clear.secondary[disabled],
.wp-block-button .clear.secondary.wp-block-button__link[disabled],
.button.clear.secondary:hover,
.wp-block-button .clear.secondary.wp-block-button__link:hover,
.button.clear.secondary:hover.disabled,
.wp-block-button .clear.secondary.wp-block-button__link:hover.disabled,
.button.clear.secondary:hover[disabled],
.wp-block-button .clear.secondary.wp-block-button__link:hover[disabled],
.button.clear.secondary:focus,
.wp-block-button .clear.secondary.wp-block-button__link:focus,
.button.clear.secondary:focus.disabled,
.wp-block-button .clear.secondary.wp-block-button__link:focus.disabled,
.button.clear.secondary:focus[disabled],
.wp-block-button .clear.secondary.wp-block-button__link:focus[disabled] {
    border-color: transparent;
}

.button.clear.success,
.wp-block-button .clear.success.wp-block-button__link {
    border: 1px solid #3adb76;
    color: #3adb76;
}

.button.clear.success:hover,
.wp-block-button .clear.success.wp-block-button__link:hover,
.button.clear.success:focus,
.wp-block-button .clear.success.wp-block-button__link:focus {
    border-color: #157539;
    color: #157539;
}

.button.clear.success:hover.disabled,
.wp-block-button .clear.success.wp-block-button__link:hover.disabled,
.button.clear.success:hover[disabled],
.wp-block-button .clear.success.wp-block-button__link:hover[disabled],
.button.clear.success:focus.disabled,
.wp-block-button .clear.success.wp-block-button__link:focus.disabled,
.button.clear.success:focus[disabled],
.wp-block-button .clear.success.wp-block-button__link:focus[disabled] {
    border: 1px solid #3adb76;
    color: #3adb76;
}

.button.clear.success,
.wp-block-button .clear.success.wp-block-button__link,
.button.clear.success.disabled,
.wp-block-button .clear.success.disabled.wp-block-button__link,
.button.clear.success[disabled],
.wp-block-button .clear.success.wp-block-button__link[disabled],
.button.clear.success:hover,
.wp-block-button .clear.success.wp-block-button__link:hover,
.button.clear.success:hover.disabled,
.wp-block-button .clear.success.wp-block-button__link:hover.disabled,
.button.clear.success:hover[disabled],
.wp-block-button .clear.success.wp-block-button__link:hover[disabled],
.button.clear.success:focus,
.wp-block-button .clear.success.wp-block-button__link:focus,
.button.clear.success:focus.disabled,
.wp-block-button .clear.success.wp-block-button__link:focus.disabled,
.button.clear.success:focus[disabled],
.wp-block-button .clear.success.wp-block-button__link:focus[disabled] {
    border-color: transparent;
}

.button.clear.warning,
.wp-block-button .clear.warning.wp-block-button__link {
    border: 1px solid #ffae00;
    color: #ffae00;
}

.button.clear.warning:hover,
.wp-block-button .clear.warning.wp-block-button__link:hover,
.button.clear.warning:focus,
.wp-block-button .clear.warning.wp-block-button__link:focus {
    border-color: #805700;
    color: #805700;
}

.button.clear.warning:hover.disabled,
.wp-block-button .clear.warning.wp-block-button__link:hover.disabled,
.button.clear.warning:hover[disabled],
.wp-block-button .clear.warning.wp-block-button__link:hover[disabled],
.button.clear.warning:focus.disabled,
.wp-block-button .clear.warning.wp-block-button__link:focus.disabled,
.button.clear.warning:focus[disabled],
.wp-block-button .clear.warning.wp-block-button__link:focus[disabled] {
    border: 1px solid #ffae00;
    color: #ffae00;
}

.button.clear.warning,
.wp-block-button .clear.warning.wp-block-button__link,
.button.clear.warning.disabled,
.wp-block-button .clear.warning.disabled.wp-block-button__link,
.button.clear.warning[disabled],
.wp-block-button .clear.warning.wp-block-button__link[disabled],
.button.clear.warning:hover,
.wp-block-button .clear.warning.wp-block-button__link:hover,
.button.clear.warning:hover.disabled,
.wp-block-button .clear.warning.wp-block-button__link:hover.disabled,
.button.clear.warning:hover[disabled],
.wp-block-button .clear.warning.wp-block-button__link:hover[disabled],
.button.clear.warning:focus,
.wp-block-button .clear.warning.wp-block-button__link:focus,
.button.clear.warning:focus.disabled,
.wp-block-button .clear.warning.wp-block-button__link:focus.disabled,
.button.clear.warning:focus[disabled],
.wp-block-button .clear.warning.wp-block-button__link:focus[disabled] {
    border-color: transparent;
}

.button.clear.alert,
.wp-block-button .clear.alert.wp-block-button__link {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}

.button.clear.alert:hover,
.wp-block-button .clear.alert.wp-block-button__link:hover,
.button.clear.alert:focus,
.wp-block-button .clear.alert.wp-block-button__link:focus {
    border-color: #67251a;
    color: #67251a;
}

.button.clear.alert:hover.disabled,
.wp-block-button .clear.alert.wp-block-button__link:hover.disabled,
.button.clear.alert:hover[disabled],
.wp-block-button .clear.alert.wp-block-button__link:hover[disabled],
.button.clear.alert:focus.disabled,
.wp-block-button .clear.alert.wp-block-button__link:focus.disabled,
.button.clear.alert:focus[disabled],
.wp-block-button .clear.alert.wp-block-button__link:focus[disabled] {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}

.button.clear.alert,
.wp-block-button .clear.alert.wp-block-button__link,
.button.clear.alert.disabled,
.wp-block-button .clear.alert.disabled.wp-block-button__link,
.button.clear.alert[disabled],
.wp-block-button .clear.alert.wp-block-button__link[disabled],
.button.clear.alert:hover,
.wp-block-button .clear.alert.wp-block-button__link:hover,
.button.clear.alert:hover.disabled,
.wp-block-button .clear.alert.wp-block-button__link:hover.disabled,
.button.clear.alert:hover[disabled],
.wp-block-button .clear.alert.wp-block-button__link:hover[disabled],
.button.clear.alert:focus,
.wp-block-button .clear.alert.wp-block-button__link:focus,
.button.clear.alert:focus.disabled,
.wp-block-button .clear.alert.wp-block-button__link:focus.disabled,
.button.clear.alert:focus[disabled],
.wp-block-button .clear.alert.wp-block-button__link:focus[disabled] {
    border-color: transparent;
}

.button.dropdown::after,
.wp-block-button .dropdown.wp-block-button__link::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
}

.button.dropdown.hollow::after,
.wp-block-button .dropdown.hollow.wp-block-button__link::after,
.wp-block-button.is-style-outline .dropdown.wp-block-button__link::after,
.button.dropdown.clear::after,
.wp-block-button .dropdown.clear.wp-block-button__link::after {
    border-top-color: #F89420;
}

.button.dropdown.hollow.primary::after,
.wp-block-button .dropdown.hollow.primary.wp-block-button__link::after,
.wp-block-button.is-style-outline .dropdown.primary.wp-block-button__link::after,
.button.dropdown.clear.primary::after,
.wp-block-button .dropdown.clear.primary.wp-block-button__link::after {
    border-top-color: #F89420;
}

.button.dropdown.hollow.secondary::after,
.wp-block-button .dropdown.hollow.secondary.wp-block-button__link::after,
.wp-block-button.is-style-outline .dropdown.secondary.wp-block-button__link::after,
.button.dropdown.clear.secondary::after,
.wp-block-button .dropdown.clear.secondary.wp-block-button__link::after {
    border-top-color: #282561;
}

.button.dropdown.hollow.success::after,
.wp-block-button .dropdown.hollow.success.wp-block-button__link::after,
.wp-block-button.is-style-outline .dropdown.success.wp-block-button__link::after,
.button.dropdown.clear.success::after,
.wp-block-button .dropdown.clear.success.wp-block-button__link::after {
    border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after,
.wp-block-button .dropdown.hollow.warning.wp-block-button__link::after,
.wp-block-button.is-style-outline .dropdown.warning.wp-block-button__link::after,
.button.dropdown.clear.warning::after,
.wp-block-button .dropdown.clear.warning.wp-block-button__link::after {
    border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after,
.wp-block-button .dropdown.hollow.alert.wp-block-button__link::after,
.wp-block-button.is-style-outline .dropdown.alert.wp-block-button__link::after,
.button.dropdown.clear.alert::after,
.wp-block-button .dropdown.clear.alert.wp-block-button__link::after {
    border-top-color: #cc4b37;
}

.button.arrow-only::after,
.wp-block-button .arrow-only.wp-block-button__link::after {
    top: -0.1em;
    float: none;
    margin-left: 0;
}

a.button:hover,
.wp-block-button a.wp-block-button__link:hover,
a.button:focus,
.wp-block-button a.wp-block-button__link:focus {
    text-decoration: none;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
    outline: none;
    border: 1px solid #4a4a4a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
    max-width: 100%;
}

textarea[rows] {
    height: auto;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed;
}

[type='submit'],
[type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

input[type='search'] {
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #646464;
}

:-ms-input-placeholder {
    color: #646464;
}

::placeholder {
    color: #646466;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
    margin: 0 0 1rem;
}

[type='checkbox']+label,
[type='radio']+label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}

[type='checkbox']+label[for],
[type='radio']+label[for] {
    cursor: pointer;
}

label>[type='checkbox'],
label>[type='radio'] {
    margin-right: 0.5rem;
}

[type='file'] {
    width: 100%;
}

label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a;
}

label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0;
}

.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #0a0a0a;
}

.input-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.input-group> :first-child,
.input-group> :first-child.input-group-button>* {
    border-radius: 0 0 0 0;
}

.input-group> :last-child,
.input-group> :last-child.input-group-button>* {
    border-radius: 0 0 0 0;
}

.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    margin: 0;
    white-space: nowrap;
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-group-label:first-child {
    border-right: 0;
}

.input-group-label:last-child {
    border-left: 0;
}

.input-group-field {
    border-radius: 0;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0;
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    max-width: 100%;
    margin-bottom: 0.5rem;
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca;
}

.fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2874, 74, 74%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}

select:focus {
    outline: none;
    border: 1px solid #4a4a4a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed;
}

select::-ms-expand {
    display: none;
}

select[multiple] {
    height: auto;
    background-image: none;
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37;
}

.is-invalid-label {
    color: #cc4b37;
}

.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #cc4b37;
}

.form-error.is-visible {
    display: block;
}

.card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #fefefe;
    box-shadow: none;
    overflow: hidden;
    color: #4a4a4a;
}

.card> :last-child {
    margin-bottom: 0;
}

.card-divider {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 1rem;
    background: #e6e6e6;
}

.card-divider> :last-child {
    margin-bottom: 0;
}

.card-section {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1rem;
}

.card-section> :last-child {
    margin-bottom: 0;
}

.card-image {
    min-height: 1px;
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-size: 1rem;
}

.dropdown-pane.is-opening {
    display: block;
}

.dropdown-pane.is-open {
    display: block;
    visibility: visible;
}

.dropdown-pane.tiny {
    width: 100px;
}

.dropdown-pane.small {
    width: 200px;
}

.dropdown-pane.large {
    width: 400px;
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #F89420 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
}

[data-whatinput='mouse'] .dropdown.menu a {
    outline: 0;
}

.dropdown.menu>li>a {
    background: #2C3840;
    padding: 0.7rem 1rem;
}

.dropdown.menu>li.is-active>a {
    background: transparent;
    color: #e6e6e6;
}

.no-js .dropdown.menu ul {
    display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0;
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0;
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
}

.dropdown.menu.vertical>li>a::after {
    right: 14px;
}

.dropdown.menu.vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #F89420 transparent transparent;
    right: auto;
    left: 5px;
}

.dropdown.menu.vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #F89420;
}

@media print,
screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }

    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }

    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem;
    }

    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #F89420 transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px;
    }

    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0;
    }

    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto;
    }

    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%;
    }

    .dropdown.menu.medium-vertical>li>a::after {
        right: 14px;
    }

    .dropdown.menu.medium-vertical>li.opens-left>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #F89420 transparent transparent;
        right: auto;
        left: 5px;
    }

    .dropdown.menu.medium-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #F89420;
    }
}

@media print,
screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }

    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }

    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem;
    }

    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #F89420 transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px;
    }

    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0;
    }

    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto;
    }

    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%;
    }

    .dropdown.menu.large-vertical>li>a::after {
        right: 14px;
    }

    .dropdown.menu.large-vertical>li.opens-left>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #F89420 transparent transparent;
        right: auto;
        left: 5px;
    }

    .dropdown.menu.large-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #F89420;
    }
}

@media screen and (min-width: 75em) {
    .dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }

    .dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }

    .dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem;
    }

    .dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #F89420 transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px;
    }

    .dropdown.menu.xlarge-vertical>li .is-dropdown-submenu {
        top: 0;
    }

    .dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto;
    }

    .dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%;
    }

    .dropdown.menu.xlarge-vertical>li>a::after {
        right: 14px;
    }

    .dropdown.menu.xlarge-vertical>li.opens-left>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #F89420 transparent transparent;
        right: auto;
        left: 5px;
    }

    .dropdown.menu.xlarge-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #F89420;
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto;
}

.is-dropdown-menu.vertical {
    width: 100px;
}

.is-dropdown-menu.vertical.align-right {
    float: right;
}

.is-dropdown-submenu-parent {
    position: relative;
}

.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
    top: 100%;
    left: auto;
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #2C3840;
}

.dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
    right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #F89420 transparent transparent;
    right: auto;
    left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #F89420;
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
}

.is-dropdown-submenu>li {
    width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
    display: block;
}

.responsive-embed,
.flex-video {
    position: relative;
    height: 0;
    background-color: #181818;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
    padding-bottom: 56.25%;
}

.media-object {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.media-object img {
    max-width: none;
}

@media screen and (max-width: 39.99875em) {
    .media-object.stack-for-small {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.media-object-section {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.media-object-section:first-child {
    padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem;
}

.media-object-section> :last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 39.99875em) {
    .stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .stack-for-small .media-object-section img {
        width: 100%;
    }
}

.media-object-section.main-section {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem;
}

.pagination::before,
.pagination::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.pagination::after {
    clear: both;
}

.pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none;
}

.pagination li:last-child,
.pagination li:first-child {
    display: inline-block;
}

@media print,
screen and (min-width: 40em) {
    .pagination li {
        display: inline-block;
    }
}

.pagination a,
.pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
    background: #e6e6e6;
}

.pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #F89420;
    color: #fefefe;
    cursor: default;
}

.pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed;
}

.pagination .disabled:hover {
    background: transparent;
}

.pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
    display: inline-block;
    margin-right: 0.5rem;
    content: '\00ab';
}

.pagination-next a::after,
.pagination-next.disabled::after {
    display: inline-block;
    margin-left: 0.5rem;
    content: '\00bb';
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
}

thead,
tbody,
tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
}

caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
}

thead {
    background: #f8f8f8;
    color: #4a4a4a;
}

tfoot {
    background: #f1f1f1;
    color: #4a4a4a;
}

thead tr,
tfoot tr {
    background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left;
}

tbody th,
tbody td {
    padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1;
}

table.unstriped tbody {
    background-color: #fefefe;
}

table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fefefe;
}

@media screen and (max-width: 63.99875em) {
    table.stack thead {
        display: none;
    }

    table.stack tfoot {
        display: none;
    }

    table.stack tr,
    table.stack th,
    table.stack td {
        display: block;
    }

    table.stack td {
        border-top: 0;
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
}

table.hover thead tr:hover {
    background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
    background-color: #ececec;
}

table.hover tbody tr:hover {
    background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ececec;
}

.table-scroll {
    overflow-x: auto;
}

.tabs {
    margin: 0;
    border: 1px solid #e6e6e6;
    background: #fefefe;
    list-style-type: none;
}

.tabs::before,
.tabs::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.tabs::after {
    clear: both;
}

.tabs.vertical>li {
    display: block;
    float: none;
    width: auto;
}

.tabs.simple>li>a {
    padding: 0;
}

.tabs.simple>li>a:hover {
    background: transparent;
}

.tabs.primary {
    background: #F89420;
}

.tabs.primary>li>a {
    color: #fefefe;
}

.tabs.primary>li>a:hover,
.tabs.primary>li>a:focus {
    background: #c41e24;
}

.tabs-title {
    float: left;
}

.tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #F89420;
}

[data-whatinput='mouse'] .tabs-title>a {
    outline: 0;
}

.tabs-title>a:hover {
    background: #fefefe;
    color: #b11c21;
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected='true'] {
    background: #e6e6e6;
    color: #F89420;
}

.tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fefefe;
    color: #4a4a4a;
    transition: all 0.5s ease;
}

.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0;
}

.tabs-panel {
    display: none;
    padding: 1rem;
}

.tabs-panel.is-active {
    display: block;
}

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: solid 4px #fefefe;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    line-height: 0;
}

a.thumbnail {
    transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(206, 32, 38, 0.5);
}

a.thumbnail image {
    box-shadow: none;
}

.title-bar {
    padding: 0.5rem;
    background: #2C3840;
    color: #fefefe;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}

.title-bar-right {
    text-align: right;
}

.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.top-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
    background-color: #2C3840;
}

.top-bar input {
    max-width: 200px;
    margin-right: 1rem;
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0;
}

.top-bar input.button,
.top-bar .wp-block-button input.wp-block-button__link,
.wp-block-button .top-bar input.wp-block-button__link {
    width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media print,
screen and (min-width: 40em) {
    .top-bar {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .top-bar .top-bar-left {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto;
    }

    .top-bar .top-bar-right {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 89.99875em) {
    .top-bar.stacked-for-xlarge {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.top-bar-title {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

@media screen and (max-width: 39.99875em) {
    .hide-for-small-only {
        display: none !important;
    }
}

@media screen and (max-width: 0em),
screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important;
    }
}

@media print,
screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important;
    }
}

@media screen and (max-width: 39.99875em) {
    .show-for-medium {
        display: none !important;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .hide-for-medium-only {
        display: none !important;
    }
}

@media screen and (max-width: 39.99875em),
screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important;
    }
}

@media print,
screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (max-width: 63.99875em) {
    .show-for-large {
        display: none !important;
    }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
    .hide-for-large-only {
        display: none !important;
    }
}

@media screen and (max-width: 63.99875em),
screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important;
    }
}

@media screen and (min-width: 75em) {
    .hide-for-xlarge {
        display: none !important;
    }
}

@media screen and (max-width: 74.99875em) {
    .show-for-xlarge {
        display: none !important;
    }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
    .hide-for-xlarge-only {
        display: none !important;
    }
}

@media screen and (max-width: 74.99875em),
screen and (min-width: 90em) {
    .show-for-xlarge-only {
        display: none !important;
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.show-for-landscape,
.hide-for-portrait {
    display: block !important;
}

@media screen and (orientation: landscape) {

    .show-for-landscape,
    .hide-for-portrait {
        display: block !important;
    }
}

@media screen and (orientation: portrait) {

    .show-for-landscape,
    .hide-for-portrait {
        display: none !important;
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

@media screen and (orientation: landscape) {

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
}

@media screen and (orientation: portrait) {

    .hide-for-landscape,
    .show-for-portrait {
        display: block !important;
    }
}

.align-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-spaced {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.align-left.vertical.menu>li>a {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.align-right.vertical.menu>li>a {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align-center.vertical.menu>li>a {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-self-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.align-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-self-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.align-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-self-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.align-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.align-self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.align-center-middle {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.slow {
    transition-duration: 750ms !important;
}

.fast {
    transition-duration: 250ms !important;
}

.linear {
    transition-timing-function: linear !important;
}

.ease {
    transition-timing-function: ease !important;
}

.ease-in {
    transition-timing-function: ease-in !important;
}

.ease-out {
    transition-timing-function: ease-out !important;
}

.ease-in-out {
    transition-timing-function: ease-in-out !important;
}

.bounce-in {
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
    transition-delay: 300ms !important;
}

.long-delay {
    transition-delay: 700ms !important;
}

.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7;
}

@-webkit-keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%);
    }

    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%);
    }
}

@keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%);
    }

    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%);
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.spin-ccw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }

    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }

    0%,
    30%,
    70%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }

    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }

    0%,
    30%,
    70%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.slow {
    -webkit-animation-duration: 750ms !important;
    animation-duration: 750ms !important;
}

.fast {
    -webkit-animation-duration: 250ms !important;
    animation-duration: 250ms !important;
}

.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
}

.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important;
}

.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important;
}

.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important;
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important;
}

.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
    -webkit-animation-delay: 300ms !important;
    animation-delay: 300ms !important;
}

.long-delay {
    -webkit-animation-delay: 700ms !important;
    animation-delay: 700ms !important;
}

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

body.admin-bar .offcan_nav_wrapper,
body.admin-bar .website_header,
body.admin-bar .website_header.scrolled,
body.admin-bar .website_header.navactive {
    top: 46px !important;
}

@media print,
screen and (min-width: 783px) {

    body.admin-bar .offcan_nav_wrapper,
    body.admin-bar .website_header,
    body.admin-bar .website_header.scrolled,
    body.admin-bar .website_header.navactive {
        top: 32px !important;
    }
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

.wp-caption>figcaption {
    max-width: 100%;
    font-size: 0.8rem;
    color: #999;
    padding: 0.25rem 0;
}

p.wp-caption-text {
    font-size: 90%;
    color: #666;
    padding: 0.625rem 0;
}

.alignleft {
    float: left;
    padding-right: 1rem;
    margin: 0;
}

.alignright {
    float: right;
    padding-left: 1rem;
    margin: 0;
}

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

.gallery {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

@media print,
screen and (min-width: 40em) {
    .gallery {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

.gallery.gallery-columns-1>.gallery-item {
    width: calc(50% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
    .gallery.gallery-columns-1>.gallery-item {
        width: calc(25% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .gallery.gallery-columns-1>.gallery-item {
        width: calc(100% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
    }
}

.gallery.gallery-columns-2>.gallery-item {
    width: calc(50% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
    .gallery.gallery-columns-2>.gallery-item {
        width: calc(25% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .gallery.gallery-columns-2>.gallery-item {
        width: calc(50% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
    }
}

.gallery.gallery-columns-3>.gallery-item {
    width: calc(50% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
    .gallery.gallery-columns-3>.gallery-item {
        width: calc(25% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .gallery.gallery-columns-3>.gallery-item {
        width: calc(33.33333% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
    }
}

.gallery.gallery-columns-4>.gallery-item {
    width: calc(50% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
    .gallery.gallery-columns-4>.gallery-item {
        width: calc(25% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .gallery.gallery-columns-4>.gallery-item {
        width: calc(25% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
    }
}

.gallery.gallery-columns-5>.gallery-item {
    width: calc(50% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
    .gallery.gallery-columns-5>.gallery-item {
        width: calc(25% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .gallery.gallery-columns-5>.gallery-item {
        width: calc(20% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
    }
}

.gallery.gallery-columns-6>.gallery-item {
    width: calc(50% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
    .gallery.gallery-columns-6>.gallery-item {
        width: calc(25% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .gallery.gallery-columns-6>.gallery-item {
        width: calc(16.66667% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
    }
}

.gallery.gallery-columns-7>.gallery-item {
    width: calc(50% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
    .gallery.gallery-columns-7>.gallery-item {
        width: calc(25% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .gallery.gallery-columns-7>.gallery-item {
        width: calc(14.28571% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
    }
}

.gallery.gallery-columns-8>.gallery-item {
    width: calc(50% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
    .gallery.gallery-columns-8>.gallery-item {
        width: calc(25% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .gallery.gallery-columns-8>.gallery-item {
        width: calc(12.5% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
    }
}

.gallery.gallery-columns-9>.gallery-item {
    width: calc(50% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
    .gallery.gallery-columns-9>.gallery-item {
        width: calc(25% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .gallery.gallery-columns-9>.gallery-item {
        width: calc(11.11111% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
    }
}

.gallery .gallery-icon>a {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: solid 4px #fefefe;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    line-height: 0;
    transition: box-shadow 200ms ease-out;
}

.gallery .gallery-icon>a:hover,
.gallery .gallery-icon>a:focus {
    box-shadow: 0 0 6px 1px rgba(206, 32, 38, 0.5);
}

.gallery .gallery-icon>a image {
    box-shadow: none;
}

.gallery .gallery-icon>img {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: solid 4px #fefefe;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    line-height: 0;
}

/*
Frontend styles for gutenberg blocks
*/
/** === Base Color Palatte === */
.has-primary-background-color {
    background-color: #F89420;
}

.has-primary-color {
    color: #F89420;
}

.has-secondary-background-color {
    background-color: #282561;
}

.has-secondary-color {
    color: #282561;
}

.has-success-background-color {
    background-color: #3adb76;
}

.has-success-color {
    color: #3adb76;
}

.has-warning-background-color {
    background-color: #ffae00;
}

.has-warning-color {
    color: #ffae00;
}

.has-alert-background-color {
    background-color: #cc4b37;
}

.has-alert-color {
    color: #cc4b37;
}

/** === Button === */
.wp-block-button .wp-block-button__link.has-primary-background-color {
    background-color: #F89420;
}

.wp-block-button .wp-block-button__link.has-primary-color {
    color: #F89420;
}

.wp-block-button .wp-block-button__link.has-secondary-background-color {
    background-color: #282561;
}

.wp-block-button .wp-block-button__link.has-secondary-color {
    color: #282561;
}

.wp-block-button .wp-block-button__link.has-success-background-color {
    background-color: #3adb76;
}

.wp-block-button .wp-block-button__link.has-success-color {
    color: #3adb76;
}

.wp-block-button .wp-block-button__link.has-warning-background-color {
    background-color: #ffae00;
}

.wp-block-button .wp-block-button__link.has-warning-color {
    color: #ffae00;
}

.wp-block-button .wp-block-button__link.has-alert-background-color {
    background-color: #cc4b37;
}

.wp-block-button .wp-block-button__link.has-alert-color {
    color: #cc4b37;
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

/** === File === */
.wp-block-file .wp-block-file__button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #F89420;
    color: #fefefe;
}

[data-whatinput='mouse'] .wp-block-file .wp-block-file__button {
    outline: 0;
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
    background-color: #af1b20;
    color: #fefefe;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .home_content_imgbg {
        opacity: .1;
    }

    .hero_branded_overlay {
        opacity: .2 !important;
    }
}

@supports (-ms-accelerator: true) {
    .home_content_imgbg {
        opacity: .1;
    }

    .hero_branded_overlay {
        opacity: .2 !important;
    }
}

@supports (-ms-ime-align: auto) {
    .home_content_imgbg {
        opacity: .1;
    }

    .hero_branded_overlay {
        opacity: .2 !important;
    }

    .services_subhead_rappa {
        border-left: none !important;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    body,
    p {
        font-size: 1.2rem;
    }
}

@media print,
screen and (min-width: 64em) {

    .entry-content p {
        font-size: 1.1rem;
    }
}

/* .entry-content h2 {
    font-size: 1.3rem;
} */

.entry-content {
    margin-top: 110px;
    margin-bottom: 100px;
}

@media print,
screen and (min-width: 40em) {

    .entry-content {
        margin-top: 125px;
    }
    /* .entry-content h2 {
        font-size: 1.4rem;
    } */
}

@media print,
screen and (min-width: 64em) {

    .entry-content {
        margin-top: 140px;
    }
    /* .entry-content h2 {
        font-size: 1.6rem;
    } */
}

html.noscrolly .mainsite_rappa {
    display: none;
}

.nopeeky {
    position: relative;
    overflow: hidden;
}

.row {
    max-width: 100%;
}

.centered {
    text-align: center;
}

.mobileonly {
    display: block;
}

@media print,
screen and (min-width: 40em) {
    .mobileonly {
        display: none !important;
    }
}

h1.entry-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    color: #F89420;
    font-size: 2rem;
}

@media print,
screen and (min-width: 40em) {
    h1.entry-title {
        font-size: 2.5rem;
    }
}

@media print,
screen and (min-width: 64em) {
    h1.entry-title {
        font-size: 3.2rem;
    }
}

@media screen and (min-width: 75em) {
    h1.entry-title {
        font-size: 3.6rem;
    }
}

.map {
    position: relative;
    width: 100%;
    margin: 30px auto;
    padding-bottom: 98%;
    overflow: hidden;
}

@media print,
screen and (min-width: 40em) {
    .map {
        padding-bottom: 56.25%;
    }
}

.map iframe,
.map embed {
    position: absolute;
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    line-height: 1.2 !important;
    margin-bottom: 15px;
}

h1 { font-size: 2rem; }

h2 { font-size: 1.7rem; }

h3 { font-size: 1.5rem; }

h4 { font-size: 1.3rem; }

h5 { font-size: 1.25rem; }

h6 { font-size: 1.2rem; }

@media print,
screen and (min-width: 40em) {
    h1 { font-size: 2.4rem; }
    h2 { font-size: 1.9rem; }
    h3 { font-size: 1.6rem; }
    h4 { font-size: 1.5rem; }
    h5 { font-size: 1.4rem; }
    h6 { font-size: 1.3rem; }
}

@media print,
screen and (min-width: 64em) {
    h1 { font-size: 2.6rem; }
    h2 { font-size: 2.2rem; }
    h3 { font-size: 1.9rem; }
    h4 { font-size: 1.6rem; }
    h5 { font-size: 1.5rem; }
    h6 { font-size: 1.4rem; }
}

@media screen and (min-width: 75em) {
    h1 { font-size: 3rem; }
    h2 { font-size: 2.5rem; }
    h3 { font-size: 2.2rem; }
    h4 { font-size: 1.8rem; }
    h5 { font-size: 1.6rem; }
    h6 { font-size: 1.4rem; }
}

.entry-title.summary {
    font-size: 150%;
}

.sticky_nav_bar {
    position: relative;
    z-index: 9999;
    width: 100%;
    padding: 10px 3%;
    background: transparent;
    min-height: 80px;
    transition: all .5s ease-in-out;
}

@media print,
screen and (min-width: 64em) {
    .sticky_nav_bar {
        position: fixed;
        top: 0;
        left: 0;
    }
}

.sticky_nav_bar.scrolled {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media print,
screen and (min-width: 64em) {
    .sticky_nav_bar.scrolled #sitelogo {
        height: 80px;
    }
}

.sticky_nav_bar.nav_active .bar1,
.sticky_nav_bar.nav_active .bar2,
.sticky_nav_bar.nav_active .bar3 {
    background: #fff;
}

#sitelogo {
    margin-left: 60px;
    /*     height: 72px; */
    transition: all .3s ease-in-out;
}

@media print,
screen and (max-width: 40em) {
    #sitelogo {
        width: calc(100% - 60px);
        max-width: 280px;
    }
}

@media print,
screen and (min-width: 40em) {
    #sitelogo {
        height: 85px;
    }
}

@media print,
screen and (min-width: 64em) {
    #sitelogo {
        height: 100px;
    }

    #sitelogo.scrolled {
        height: 70px;
    }
}

#mobile_nav_trigga {
    position: absolute;
    display: inline-flex;
    align-items: center;
    font-size: 1.1rem;
    color: #999;
    z-index: 99;
    line-height: 1;
    cursor: pointer;
    left: 3%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media print,
screen and (min-width: 40em) {

    .helpr_text {
        display: inline-block;
    }
}

.burger_time {
    width: 35px;
    height: 20px;
    padding: 0;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    left: 50%;
    background: #464646;
    transition: all .3s ease-in-out;
}

.bar1 {
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bar2 {
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.bar3 {
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.burger_time.open .bar1 {
    left: 40%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .3s ease;
}

.burger_time.open .bar2 {
    left: 60%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    transition: all .3s ease;
}

.burger_time.open .bar3 {
    left: 40%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .3s ease;
}

@media only screen and (min-width: 64em) {
    #mobile_nav_trigga:hover .bar1 {
        left: 40%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: all .3s ease;
    }

    #mobile_nav_trigga:hover .bar2 {
        left: 60%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        transition: all .3s ease;
    }

    #mobile_nav_trigga:hover .bar3 {
        left: 40%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: all .3s ease;
    }
}

/* .site_nav_rappa {
    visibility: hidden;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 10px 4% 80px;
    background: #282561 url("/images/colorwashed_navbg1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: all .5s ease-in-out;
} */

/* .site_nav_inner {
    display: inline-block;
    width: 100%;
    height: 80vh;
    overflow-y: scroll;
    padding: 10px 3%;
} */

@media print,
screen and (min-width: 64em) {
    .site_nav_inner {
        padding: 0px 6% 80px;
    }
}

.phone_rappa {
    padding: 10px 3%;
}

@media print,
screen and (min-width: 64em) {
    .phone_rappa {
        padding: 20px 6% 0;
    }
}

.click_to_call_numba {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    font-size: 1.5rem;
}

@media print,
screen and (min-width: 64em) {
    .click_to_call_numba {
        font-size: 1.8rem;
        float: right;
    }
}

.home_icon,
.home_icon img,
.phone_icon,
.phone_icon img {
    width: 28px;
    height: 28px;
}

.home_icon,
.phone_icon {
    position: relative;
    display: inline-block;
    margin-right: 2px;
}

.home_icon {
    top: -5px;
}

.phone_icon {
    margin-left: 12px;
}

.nav_social_links {
    display: none;
    position: absolute;
    left: 0;
    z-index: 50;
    bottom: 0px;
    width: 100%;
    padding: 15px 9% 25px;
    background: rgba(0, 0, 0, 0.3);
}

@media print,
screen and (min-width: 64em) {
    .nav_social_links {
        display: block;
    }
}

.nav_social_links .social_icon {
    opacity: .3;
    margin: 3px 5px;
    transition: all .5s ease-in-out;
}

.nav_social_links .social_icon:hover {
    opacity: 1;
}

.click_to_call_numba a {
    color: #fff;
    transition: all .4s ease-in-out;
}

@media print,
screen and (min-width: 64em) {
    .click_to_call_numba a:hover {
        color: #F89420;
    }
}

ul.site_nav {
    list-style: none;
    margin-left: 0;
}

ul.site_nav li {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 5.5vw;
}

@media print,
screen and (min-width: 40em) {
    ul.site_nav li {
        font-size: 1.8rem;
        letter-spacing: 2px;
    }
}

@media print,
screen and (min-width: 64em) {
    ul.site_nav li {
        letter-spacing: 3px;
        font-size: 2rem;
    }
}

ul.site_nav li a {
    color: #ddd;
    padding: 12px 10px 9px;
    line-height: 1;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all .4s ease-in-out;
}

@media print,
screen and (min-width: 64em) {
    ul.site_nav li a:hover {
        color: #fff;
        background: rgba(0, 0, 0, 0.2);
        padding-left: 1.5%;
    }
}

.site_nav_rappa.open {
    visibility: visible;
    z-index: 9998;
    opacity: 1;
}

html.noscrolly {
    overflow: hidden;
}

.hero_area {
    position: relative;
    width: 100%;
    min-height: 800px;
    padding-left: 4%;
    padding-right: 6%;
    padding-top: 80px;
}

@media print,
screen and (min-width: 40em) {
    .hero_area {
        padding-top: 120px;
        padding-left: 3%;
        padding-right: 4%;
    }
}

@media print,
screen and (min-width: 64em) {
    .hero_area {
        padding-top: 180px;
    }
}

@media screen and (min-width: 75em) {
    .hero_area {
        padding-top: 240px;
    }
}

.headline_cta_block {
    position: relative;
    margin-bottom: 30px;
    padding-top: 60px;
    width: 100%;
}

@media print,
screen and (min-width: 40em) {
    .headline_cta_block {
        width: 48%;
    }
}

@media print,
screen and (min-width: 64em) {
    .headline_cta_block {
        width: 44%;
        padding-top: 70px;
    }
}

@media screen and (min-width: 75em) {
    .headline_cta_block {
        padding-top: 80px;
        width: 40%;
    }
}

.headline_cta_block:before {
    content: '';
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #f4f4f4;
    overflow: hidden;
    top: 0;
    left: -30px;
}

@media print,
screen and (min-width: 40em) {
    .headline_cta_block:before {
        left: -15px;
    }
}

@media print,
screen and (min-width: 64em) {
    .headline_cta_block:before {
        left: 0;
        width: 180px;
        height: 180px;
    }
}

@media screen and (min-width: 75em) {
    .headline_cta_block:before {
        width: 200px;
        height: 200px;
    }
}

.hero_cta_inner {
    position: relative;
    z-index: 10;
    /* padding-left: 20px; */
    padding-bottom: 40px;
    margin-left: 5px;
    /* border-left: 2px solid #d8d8d8; */
}

@media print,
screen and (min-width: 40em) {
    .hero_cta_inner {
        padding-left: 5px;
        margin-left: 10px;
    }
}

@media print,
screen and (min-width: 64em) {
    .hero_cta_inner {
        /* border-left: 3px solid #d8d8d8; */
        padding-left: 10px;
        margin-left: 10px;
    }
}

@media screen and (min-width: 75em) {
    .hero_cta_inner {
        padding-left: 15px;
        margin-left: 15px;
    }
}

.hero_cta_inner h1 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    line-height: .9;
    font-size: 2.4rem;
}

@media print,
screen and (min-width: 40em) {
    .hero_cta_inner h1 {
        font-size: 2.4rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .hero_cta_inner h1 {
        font-size: 3rem;
    }
}

@media screen and (min-width: 75em) {
    .hero_cta_inner h1 {
        font-size: 3.3rem;
    }
}

.hero_cta_inner h2 {
    line-height: 1.1;
    font-size: 1.2rem;
}

@media print,
screen and (min-width: 40em) {
    .hero_cta_inner h2 {
        font-size: 1.2rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .hero_cta_inner h2 {
        font-size: 1.3rem;
    }
}

/* @media screen and (min-width: 75em) {
    .hero_cta_inner h2 {
        font-size: 1.4rem;
    }
} */

.hero_img_rappa {
    position: relative;
    width: 500px;
    height: 500px;
    top: -10px;
    left: 10%;
}

@media print,
screen and (min-width: 40em) {
    .hero_img_rappa {
        position: absolute;
        top: -250px;
        left: 50%;
        width: 850px;
        height: 850px;
        opacity: 0;
        -webkit-transform: translateX(150px);
        -ms-transform: translateX(150px);
        transform: translateX(150px);
        -webkit-animation: slideandfade_inleft .6s ease forwards;
        animation: slideandfade_inleft .6s ease forwards;
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }
}

@media print,
screen and (min-width: 64em) {
    .hero_img_rappa {
        top: -280px;
        left: 46%;
        width: 1000px;
        height: 1000px;
    }
}

@media screen and (min-width: 75em) {
    .hero_img_rappa {
        top: -320px;
        left: 44%;
        width: 1100px;
        height: 1100px;
    }
}

.hero_img_inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #dedede;
    overflow: hidden;
}

.hero_slide {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
}

.hero_slide img {
    position: absolute;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    min-width: 100%;
    max-width: 150%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.hero_slide.current {
    z-index: 2;
}

.ourValues {
    font-family: "Montserrat", sans-serif;
    font-size: 1.3rem;
    max-width: 1200px;
    width: 90%;
    margin: 50px auto 60px;
    padding: 40px 6%;
    text-align: center;
    border-radius: 24px;
    color: #fff;
    background-color: #282561;
    overflow: hidden;
}

.ourValues h2,
.ourValues h3 {
    color: #F89420;
}

/* @media print,
screen and (min-width: 40em) {
    .ourValues {
        margin: 0 auto;
    }
} */

@media print,
screen and (min-width: 64em) {
    .ourValues {
        margin: 50px auto 100px;
        font-size: 1.4rem;
    }
}

@media print,
screen and (min-width: 75em) {
    .ourValues {
        font-size: 1.5rem;
    }
}

@media print,
screen and (min-width: 90em) {
    .ourValues {
        font-size: 1.6rem;
    }
}

.home_content_area {
    position: relative;
    padding: 80px 4%;
    background-color: #333;
}

@media print,
screen and (min-width: 40em) {
    .home_content_area {
        padding: 120px 3%;
    }
}

@media print,
screen and (min-width: 64em) {
    .home_content_area {
        padding: 220px 5%;
    }
}

@media screen and (min-width: 75em) {
    .home_content_area {
        padding: 260px 5%;
    }
}

.home_content_inner {
    position: relative;
    z-index: 10;
    text-align: left;
    max-width: 1100px;
    margin: 0 auto;
}

.home_content_inner p {
    font-size: 1.2rem;
}

@media print,
screen and (min-width: 40em) {
    .home_content_inner p {
        font-size: 1.3rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .home_content_inner p {
        font-size: 1.5rem;
    }
}

.home_content_inner h1 {
    font-family: "Montserrat", sans-serif;
    color: #efefef;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    font-size: 2.2rem;
    margin-bottom: 15px;
}

@media print,
screen and (min-width: 40em) {
    .home_content_inner h1 {
        font-size: 6vw;
        letter-spacing: 3px;
    }
}

@media print,
screen and (min-width: 64em) {
    .home_content_inner h1 {
        font-size: 5vw;
        letter-spacing: 4px;
    }
}

@media screen and (min-width: 75em) {
    .home_content_inner h1 {
        font-size: 4vw;
    }
}

@media print,
screen and (min-width: 40em) {
    .home_content_inner {
        text-align: center;
    }
}

.home_inner_block {
    color: #fff;
    border: 1px solid #F89420;
    padding: 15px;
    font-size: 1.1rem;
}

@media print,
screen and (min-width: 40em) {
    .home_inner_block {
        padding: 25px;
    }
}

@media print,
screen and (min-width: 64em) {
    .home_inner_block {
        padding: 30px;
        font-size: 1.2rem;
    }
}

.home_content_imgbg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity: .2;
}

.events_cta_rappa {
    position: relative;
    padding: 80px 3% 80px 3%;
    overflow: hidden;
}

@media print,
screen and (min-width: 40em) {
    .events_cta_rappa {
        padding: 100px 0 100px 3%;
    }
}

@media print,
screen and (min-width: 64em) {
    .events_cta_rappa {
        padding: 140px 0 140px 3%;
    }
}

@media screen and (min-width: 75em) {
    .events_cta_rappa {
        padding: 160px 0 160px 3%;
    }
}

.events_img_rappa {
    position: relative;
    width: 100%;
    height: 400px;
    left: 0%;
    overflow: hidden;
}

@media print,
screen and (min-width: 40em) {
    .events_img_rappa {
        position: absolute;
        left: 50%;
        width: 50%;
        height: 55%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media print,
screen and (min-width: 64em) {
    .events_img_rappa {
        left: 46%;
        width: 54%;
        height: 70%;
    }
}

@media screen and (min-width: 75em) {
    .events_img_rappa {
        left: 44%;
        width: 56%;
        height: 75%;
    }
}

.events_slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all .5s ease-in-out;
}

.events_slide.current {
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.events_slide img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    max-width: 150%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.services_cta_rappa {
    position: relative;
    padding: 60px 5%;
    margin-bottom: 40px;
}

.services_cta_rappa .row {
    margin: 0;
    padding: 0;
}

.services_cta_rappa .row .row {
    margin: 0;
    padding: 0;
}

.services_cta_rappa .columns {
    margin: 0;
    padding: 0;
}

@media print,
screen and (min-width: 64em) {
    .services_cta_rappa {
        margin-bottom: 80px;
    }
}

.services_header {
    padding: 10px 0 30px;
    text-align: center;
}

.services_header h1,
.services_header h4 {
    margin-bottom: 0;
}

.services_header h1 {
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    letter-spacing: 2px;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 2.8rem;
}

@media print,
screen and (min-width: 40em) {
    .services_header h1 {
        font-size: 3rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .services_header h1 {
        font-size: 4vw;
    }
}

@media screen and (min-width: 75em) {
    .services_header h1 {
        font-size: 3.8vw;
    }
}

.services_header h4 {
    line-height: 1.1;
    font-size: 1.5rem;
}

@media print,
screen and (min-width: 40em) {
    .services_header h4 {
        font-size: 2rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .services_header h4 {
        font-size: 1.8vw;
    }
}

@media screen and (min-width: 75em) {
    .services_header h4 {
        font-size: 1.6vw;
    }
}

@media print,
screen and (min-width: 64em) {
    .services_header {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .services_header .services_subhead_rappa {
        text-align: left;
        padding: 0 20px;
        border-left: 1px solid rgba(0, 0, 0, 0.3);
    }
}

.services_hero_image {
    position: relative;
    height: 300px;
    overflow: hidden;
    background: #888;
}

@media print,
screen and (min-width: 40em) {
    .services_hero_image {
        height: 350px;
    }
}

@media print,
screen and (min-width: 64em) {
    .services_hero_image {
        height: 400px;
    }
}

@media screen and (min-width: 75em) {
    .services_hero_image {
        height: 450px;
    }
}

.services_hero_image img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    max-width: 150%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.button_block div:nth-last-of-type(1) a.block_button {
    color: #efefef;
    background: #F89420;
}

@media print,
screen and (min-width: 64em) {
    .button_block div:nth-last-of-type(1) a.block_button:hover {
        color: #F89420;
        background: #282561;
    }
}

.button_block div:nth-child(2) a.block_button,
.button_block div:nth-child(3) a.block_button {
    transition-delay: .1s;
}

.button_block div:nth-child(4) a.block_button {
    transition-delay: .3s;
}

a.block_button {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
    color: #fff;
    background: #282561;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.1;
    font-size: 1.4rem;
    transition: all .4s ease-in-out;
    padding: 0 15px;
}

@media print,
screen and (min-width: 40em) {
    a.block_button {
        /*         word-spacing: 600px; */
        font-size: 2.4vw;
        height: 150px;
    }
}

@media print,
screen and (min-width: 64em) {
    a.block_button {
        font-size: 1.8vw;
        height: 200px;
    }
}

@media screen and (min-width: 75em) {
    a.block_button {
        font-size: 1.6vw;
        height: 225px;
    }
}

@media print,
screen and (min-width: 64em) {
    a.block_button:hover {
        color: #F89420;
    }
}

a.block_button,
.services_hero_image {
    border: 4px solid #fff;
}

.hero_testimonial_rappa {
    padding: 80px 5% 10px;
}

@media print,
screen and (min-width: 64em) {
    .hero_testimonial_rappa {
        padding: 100px 5%;
    }
}

.hero_testimonial_image_outer {
    position: relative;
    max-width: 90%;
    margin: 40px auto;
}

@media print,
screen and (min-width: 40em) {
    .hero_testimonial_image_outer {
        max-width: 400px;
    }
}

@media print,
screen and (min-width: 64em) {
    .hero_testimonial_image_outer {
        max-width: 500px;
    }
}

.hero_testimonial_image_outer:before {
    content: '';
    position: absolute;
    top: -7%;
    left: -7%;
    z-index: 1;
    width: 60%;
    height: 60%;
    border-radius: 50%;
    overflow: hidden;
    background: #F89420;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: all 1s cubic-bezier(0.69, 0.01, 0.53, 1);
}

.hero_testimonial_image_outer.revealed:before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all 1s cubic-bezier(0.69, 0.01, 0.53, 1);
}

.hero_testimonial_image_inner {
    position: relative;
    z-index: 20;
    width: 100%;
    padding-top: 100%;
    background: #464646;
    border-radius: 50%;
    overflow: hidden;
}

.hero_testimonial_image_inner img {
    position: absolute;
    height: 100%;
    min-width: 100%;
    max-width: 150%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.hero_testimonial_body_rappa {
    margin: 30px auto 15px;
    max-width: 90%;
}

.hero_testimonial_body_rappa p {
    font-size: 1.2rem;
}

@media print,
screen and (min-width: 40em) {
    .hero_testimonial_body_rappa p {
        font-size: 1.3rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .hero_testimonial_body_rappa p {
        font-size: 1.4rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .hero_testimonial_body_rappa {
        max-width: 80%;
        margin: 15% auto 0;
    }
}

@media screen and (min-width: 75em) {
    .hero_testimonial_body_rappa {
        max-width: 70%;
    }
}

.hero_testifier {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 25px auto;
}

.hero_testifier span {
    float: right;
    padding-right: 8%;
}

@media print,
screen and (min-width: 64em) {
    .hero_testifier:after {
        content: '';
        position: absolute;
        bottom: -20px;
        width: 100vw;
        height: 2px;
        background: #777;
    }
}

.hero_testifier.right:after {
    left: 0 !important;
}

.hero_testifier.left:after {
    right: 8% !important;
}

.animae_arc {
    position: absolute;
    display: inline-block;
    width: 110%;
    padding-bottom: 110%;
    z-index: 20;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
    vertical-align: middle;
}

.animae_arc svg {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.hero_img_rappa .animae_arc {
    width: 108%;
    padding-bottom: 108%;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(170deg);
    transform: translate3d(-50%, -50%, 0) rotate(170deg);
}

.hero_branded_overlay {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    mix-blend-mode: multiply;
    opacity: .2;
}

.hero_testimonial_image_outer.revealed .animae_arc {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
    transition: all 1s cubic-bezier(0.69, 0.01, 0.53, 1);
}

@media print,
screen and (min-width: 40em) {

    .mobile-menu,
    .site-title-bar {
        display: none !important;
    }
}

@media screen and (max-width: 39.99875em) {

    .desktop-menu,
    .site-navigation .top-bar-left {
        display: none !important;
    }
}

.site-desktop-title a {
    font-weight: bold;
}

.mobile-menu {
    display: none;
}

.off-canvas>ul.menu {
    height: 100vh;
    padding: 1rem;
}

.off-canvas>ul.menu a {
    color: #fefefe;
    font-weight: 600;
    font-size: 0.9375rem;
}

.off-canvas .menu .active>a {
    background-color: #ccc;
}

.title-bar-title a {
    font-size: 1rem;
    color: #B9B9B9;
}

.mobile-menu .menu .is-active>a,
.mobile-off-canvas-menu .menu .is-active>a {
    background-color: #36454f;
}

.top-bar .top-bar-title a {
    font-size: 1rem;
    color: #B9B9B9;
    padding-left: 1rem;
    line-height: 1.8;
}

.top-bar .menu a {
    color: #e6e6e6;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 1;
}

.top-bar .menu a:hover:not(.button) {
    background-color: #42525D;
}

.top-bar .menu .active>a {
    background-color: #ccc;
}

.top-bar .menu>li:not(.menu-text)>a {
    padding: 1rem;
}

.top-bar .menu li:not(:last-child) {
    border-right: 1px solid #4e4e4e;
}

.top-bar .dropdown.menu .submenu {
    border: 0;
}

.top-bar .dropdown.menu .has-submenu.is-down-arrow a {
    padding-right: 1rem;
}

.top-bar .dropdown.menu .has-submenu.is-down-arrow>a::after {
    border: 0;
}

.top-bar .dropdown.menu:first-child>li.is-dropdown-submenu-parent>a::after {
    display: none;
}

@media screen and (max-width: 39.99875em) {
    .site-navigation {
        padding: 0;
    }
}

.post-navigation::before,
.post-navigation::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.post-navigation::after {
    clear: both;
}

.nav-previous {
    float: left;
}

.post_image {
    margin-bottom: 30px;
}

.nav-next {
    float: right;
}

.main-container {
    position: relative;
    z-index: 20;
    padding-left: 5%;
    padding-right: 5%;
    max-width: 1600px;
    margin: 120px auto;
}

.main-container.slimmed_down {
    max-width: 1200px;
}

@media print,
screen and (min-width: 64em) {

    .main-container.slimmed_down,
    .main-container {
        min-height: 550px;
    }
}

@media print,
screen and (min-width: 40em) {
    .events-archive .main-grid {
        margin-top: 4rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .events-archive .main-grid {
        margin-top: 10rem;
    }
}

.main-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media print,
screen and (min-width: 40em) {
    .main-grid {
        margin-top: 5rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .main-grid {
        margin-top: 15rem;
    }
}

.main-grid.sidebar-left .main-content {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.main-grid.sidebar-left .sidebar {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

@media print,
screen and (min-width: 40em) {
    .main-grid.sidebar-left .main-content {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .main-grid.sidebar-left .sidebar {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.main-grid .main-content-full-width {
    width: calc(100% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem;
}

.main-grid .main-content {
    width: calc(100% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
    .main-grid .main-content {
        width: calc(66.66667% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
    }
}

.main-grid .sidebar {
    width: calc(100% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
    .main-grid .sidebar {
        width: calc(33.33333% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
        margin-top: 1rem;
    }
}

.footer-container {
    padding: 30px 3%;
}

.footer-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.footer-grid section {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem;
}

@media print,
screen and (min-width: 64em) {
    .footer-grid section {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
    }
}

.footer-grid ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.social_icons_rappr {
    display: block;
    margin: 15px auto;
    text-align: left;
}

@media print,
screen and (min-width: 40em) {
    .social_icons_rappr {
        text-align: center;
    }
}

@media print,
screen and (min-width: 64em) {
    .social_icons_rappr {
        display: inline-block;
        margin-right: 20px;
        margin-top: 3px;
        margin-bottom: 3px;
    }
}

.social_icon {
    width: 35px;
    height: 35px;
    margin: 3px auto;
    transition: all .5s ease-in-out;
}

footer .social_icon:hover {
    opacity: .5;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.credits {
    display: block;
    font-size: .9rem;
    font-weight: bold;
    text-align: left;
}

@media print,
screen and (min-width: 40em) {
    .credits {
        text-align: center;
    }
}

@media print,
screen and (min-width: 64em) {
    .credits {
        display: inline-block;
    }
}

.foota_links {
    position: relative;
    float: none;
    display: block;
    text-align: left;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
}

@media print,
screen and (min-width: 40em) {
    .foota_links {
        text-align: center;
    }
}

@media print,
screen and (min-width: 64em) {
    .foota_links {
        float: right;
        top: 3px;
    }
}

.foota_links ul {
    list-style: none;
    margin-left: 0;
}

.foota_links ul li {
    display: block;
}

@media print,
screen and (min-width: 40em) {
    .foota_links ul li {
        display: inline-block;
    }
}

.foota_links ul li span {
    display: none;
}

@media print,
screen and (min-width: 40em) {
    .foota_links ul li span {
        display: inline-block;
    }
}

.foota_links ul li:nth-last-of-type(1) span {
    display: none !important;
}

body#tinymce {
    height: auto;
    max-width: 75rem;
    padding: 1.25rem !important;
}

.featured-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 6.25rem;
}

@media print,
screen and (min-width: 40em) {
    .featured-hero {
        height: 12.5rem;
    }
}

@media screen and (min-width: 75em) {
    .featured-hero {
        height: 25rem;
    }
}

.feature_img_rappa {
    position: absolute;
    top: -180px;
    left: 28%;
    width: 500px;
    height: 500px;
    opacity: .2;
}

@media print,
screen and (min-width: 40em) {
    .feature_img_rappa {
        top: -250px;
        left: 50%;
        width: 850px;
        height: 850px;
    }
}

@media print,
screen and (min-width: 64em) {
    .feature_img_rappa {
        top: -280px;
        left: 46%;
        width: 1000px;
        height: 1000px;
    }
}

@media screen and (min-width: 75em) {
    .feature_img_rappa {
        top: -320px;
        left: 44%;
        width: 1100px;
        height: 1100px;
    }
}

.feature_img_inner {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #dedede;
    overflow: hidden;
}

.feature_img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    opacity: 1;
}

.feature_img img {
    position: absolute;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    min-width: 100%;
    max-width: 150%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.dotted,
.section-divider hr {
    border-style: dashed;
    margin: 2rem 0;
}

[data-whatinput="mouse"] a:focus,
button:focus [data-whatinput="touch"] a:focus,
button:focus {
    outline: none;
}