/*------------------------------------*\
    
    Page Footer CSS

    Page footer...........The main page footer.

\*------------------------------------*/

.page-footer {
    margin-top: auto; /* used to affix footer at bottom of page */
    background-color: white;
    padding: 30px 30px 100px;
    display: block;
    background-color: white;
}

.footer-copyright-mobile {
    display: none;
}

.footer-holder,
.footer-menu-list,
.footer-social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-other-menus {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

.footer-menu-list,
.footer-social-list {
    list-style-type: none;
}

.footer-social-list {
    padding-left: 0;
}

.footer-holder {
    justify-content: space-between;
}

.footer-copyright,
.footer-other-menus {
    width: 50%;
}

.footer-copyright {
    font-weight: bold;
    text-transform: uppercase;
}

.footer-social-list li {
    margin: 0 7px;
    padding-left: 0 !important;
}

.footer-social-list li a {
    color: #0081c6;
}

.footer-menu-list li {
    padding: 0 30px;
    border-right: solid 1px #939598;
    margin-top: 0;
}

.footer-menu-list li a {
    color: #939598;
    font-size: 14px;
}

.footer-menu-list li:last-child {
    border-right: none;
}

.footer-other-details {
    display: block;
    width: 100%;
    color: #939598;
    font-size: 14px;
}

.footer-other-details p {
    line-height: 1.7em;
}

.footer-copyright.hidden-desktop {
    display: none;
}

@media ( max-width: 920px ) {
    .footer-copyright {
        display: none;
    }
    .footer-copyright.hidden-desktop {
        display: block;
        width: 100%;
        text-align: center;
    }
    .footer-copyright-mobile {
        display: block;
        font-weight: bold;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
    }

    .footer-other-menus {
        display: block;
    }

    .footer-other-menus,
    .footer-menu,
    .footer-social {
        width: 100%;
        text-align: center;
    }

    .footer-menu-list,
    .footer-social-list {
        list-style-type: none;
        margin: 5px auto;
    }

    .footer-menu-list,
    .footer-social-list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .footer-other-details {
        text-align: center;
    }
}

@media ( max-width: 600px ) {
    .page-footer {
        margin-top: auto; /* used to affix footer at bottom of page */
        background-color: white;
        padding: 0px 0 100px;
        display: block;
        background-color: white;
    }

    .footer-holder,
    .footer-other-menus {
        display: block;
    }

    .footer-menu-list,
    .footer-social-list {
        list-style-type: none;
        margin: 5px 0;
        font-size: 16px;
        padding: 0;
    }

    .footer-menu-list li {
        padding: 0 10px !important;
        border-right: solid 1px #939598;
    }

    .footer-copyright-mobile {
        text-align: left;
        font-size: 14px;
        line-height: 1.5em;
        padding: 0 20px;
    }

    .footer-other-details {
        text-align: left;
        font-size: 14px;
        padding: 0 20px;
    }
}

@media ( min-width: 1024px ) {
    .page-footer {
        padding: 30px 30px 30px;
    }
}

/**
 *  Back to top
 */

.back-to-top {
    text-align: center;
    background: transparent;
    position: relative;
    margin-top: -25px;
    z-index: 100;
    display: flex;
    justify-content: center;
    width: 100%;
}

/* .home .back-to-top {
    margin-top: -61px;
    z-index: 2999999;
} */

.wysiwyg.last-section+.back-to-top,
.about-featured.last-section+.back-to-top,
.about-featured.last-section + .back-to-top {
    margin-top: 0;
}

.back-to-top-button {
    border: none;
    background-color: white;
    width: 200px;
    padding: 20px 30px;
    color: #0c82c8;
    font-weight: bold;
    font-size: 17px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.back-to-top-label {
    display: block;
    /* margin: auto; */
    width: auto;
    width: 120px;
    text-align: left;
    padding-left: 9px;
}

.back-to-top-button span.upper-arrow {
    margin-top: 0;
}

.back-to-top-button span.lower-arrow {
    margin-top: 30px;
}

.back-to-top-button span.footer-arrows {
    transition: all 0.2s ease-out;
    position: absolute;
    right: 41px;
    margin-top: -25px;
    display: flex;
    flex-direction: column;
}

.back-to-top-button:hover span.footer-arrows {
    margin-top: -83px;
}


.full-width-description-mobile {
    display:none;
}
.full-width-description-desktop {
    display:block;
}      
@media ( max-width: 600px ) {
    .full-width-description-desktop {
        display:none;
    }    
    .full-width-description-mobile {
        display:block;
    }    
}

.ubermenu-submenu, .ubermenu.ubermenu-main .ubermenu-item-level-0 {
    z-index: 99999999 !important;
}



/* Custom Additional, taken from custom-additional.css since it wasn't rendered on all pages */

@media only screen and ( min-width: 1025px ) {
    /**
     *  Search on top
     */
    .search-top-container,
    .locations-top-container {
        display: none;
        width: 100%;
        height: 165px;
        position: fixed;
        top: 120px;
        right: 0;
        z-index: 999;
    }

    .logged-in.admin-bar .search-top-container,
    .logged-in.admin-bar .locations-top-container {
        top: 145px;
    }

    .button-x {
        display: block;
        width: 65px;
        height: 84px;
        position: absolute;
        font-size: 22px;
        color: #85878a;
        z-index: 10;
        cursor: pointer;
        top: -83px;
        right: 99px;
        background: #fff;
        padding: 16px 0;
    }

    .logged-in.admin-bar .button-x {
        top: -70px;
    }

    a.button-x:after {
        content: '\2573';
        display: block;
        position: relative;
        font-family: muli, sans-serif;
        margin: 0 3px 0 5px;
    }

    .button-x .button-x-icon {
        width: 100px;
        height: 100px;
        cursor: pointer;
    }

    .search-top-holder {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
        max-width: 500px;
        margin-left: auto;
        background: #fff;
        padding: 30px 50px;
    }

    .search-form-article,
    .search-form-location {
        border-bottom: 1px solid #d6d6d6;
    }

    .search-top-holder form {
        display: block;
        width: 100%;
    }

    .inner-icon-search {
        position: relative;
        margin: 0 auto;
    }

    .inner-icon-search i.fa-map-marker-alt {
        position: absolute;
        top: 29px;
        left: 18px;
        display: block;
    }

    .inner-icon-search input[type='search'] {
        font-size: 25px;
        font-weight: 500;
        letter-spacing: 1px;
        color: #c2c3c6;
    }

    .search-image-left {
        display: block;
        position: absolute;
        margin-top: 20px;
    }

    .search-image-left img {
        width: 200px;
        height: auto;
    }

    .search-image-right {
        display: block;
        position: absolute;
        bottom: 20px;
        right: 0;
    }

    .search-image-right img {
        width: 200px;
        height: auto;
    }

    .search-form-action {
        display: block;
        text-align: right;
    }

    .search-top-form-control-holder {
        text-align: left;
    }

    .search-top-form-control,
    .search-top-form-control:focus {
        border: none;
        padding: 16px 10px;
        font-size: 14px;
        width: 100%;
    }

    .search-top-button {
        border: none;
        padding: 17px;
        background-color: #f8cc41;
        color: white;
        font-weight: normal;
        text-transform: uppercase;
        width: 60px;
        height: 60px;
        transition: background-color 300ms ease-out;
        border-radius: 5px;
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .search-top-button i.fa-search {
        font-size: 25px;
    }

    .search-top-button:hover {
        background-color: #f8e6aa;
    }

    .mobile-search-container-holder {
        display: none;
    }
}

@media only screen and ( max-width: 1024px ) {
    .search-top-container,
    .locations-top-container {
        display: none !important;
    }

    .mobile-search-container-holder {
        display: none;
        position: fixed;
        bottom: 80px;
        height: 100px;
        width: 100%;
        left: 0;
        background-color: white;
        z-index: 120;
    }

    .button-x-mobile {
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 10px;
        font-size: 16px;
        color: #85878a;
        z-index: 10;
        cursor: pointer;
    }

    a.button-x-mobile:after {
        content: '\2573';
        display: block;
        position: relative;
        font-family: muli, sans-serif;
        margin: 0 3px 0 5px;
    }

    .button-x-mobile .button-x-icon {
        width: 100px;
        height: 100px;
        cursor: pointer;
    }

    .search-top-holder-mobile {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .search-top-holder-mobile form {
        display: block;
        position: absolute;
        width: 75%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate( -50%, -50% );
                transform: translate( -50%, -50% );
    }

    .inner-icon-search {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        border: 1px solid rgba( 44, 72, 114, 0.13 );
        box-shadow: 0px 0px 40px rgb( 44 72 114 / 20% );
        width: 100%;
        margin: 0 auto;
        justify-content: space-between;
    }

    .inner-icon-search i.fa-map-marker-alt {
        position: absolute;
        top: 29px;
        left: 18px;
        display: block;
    }

    .inner-icon-search input[type='search'] {
        font-size: 16px;
        font-weight: 800;
        color: #c2c3c6;
    }

    .search-form-action {
        display: block;
        text-align: right;
    }

    .search-top-form-control-holder {
        text-align: left;
        flex-grow: 1;
        width: 80%;
    }

    .search-top-form-control,
    .search-top-form-control:focus {
        border: none;
        padding: 10px 10px 10px 10px;
        font-size: 14px;
        width: 100%;
    }

    .search-top-button {
        border: none;
        padding: 10px;
        background-color: #f8cc41;
        color: white;
        font-weight: bold;
        text-transform: uppercase;
        width: 20%;
        transition: background-color 300ms ease-out;
    }

    .search-top-button i.fa-search {
        font-size: 16px;
    }

    .search-top-button:hover {
        background-color: #f8e6aa;
    }
}

@media only screen and ( min-width: 1200px ) {
    .logged-in.admin-bar .search-top-container,
    .logged-in.admin-bar .locations-top-container {
        top: 154px;
    }
}


.webinar-section-intro {
    background-color: #F7F7F7;
    padding-top: 40px;
    padding-bottom: 60px;
}

.locations-top-container {
    display: none;
}

.locations-top-container {
    position: fixed;
    right: 0;
}

/* 
.choices__list {
    z-index: 99999999 !important;
} */