﻿
.vidWrapper {
    width: 100%;
    padding: 0;
    position: relative;
    background-image: url('https://cdn.websites.hibu.com/f3517abccb2a423fb5154b632bc95955/dms3rep/multi/51f3482e-3b91-419b-b44a-c921811b10a5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

    .vidWrapper:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #000;
        opacity: 0.7;
        z-index: 0;
    }

.vidInner {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    padding: 10% 0;
    z-index: 0;
}

.vidTitle1 {
    padding: 0;
    margin: 0 auto;
    font-size: 24px;
    text-align: center !important;
    color: #fff;
    position: relative;
    display: block;
    z-index: 2;
    line-height: 28px;
}

.vidTitle2 {
    padding: 0;
    margin: 0 auto;
    font-size: 32px;
    text-align: center !important;
    color: #fff;
    position: relative;
    display: block;
    z-index: 2;
    line-height: 40px;
}

.playIcon {
    display: block;
    position: relative;
    margin-top: 30px;
    width: 110px;
    height: 110px;
    z-index: 2;
}

.videoWrapper {
    /*Set default width on desktop/tablet*/
    width: 350px;
}


.yextAddress {
    text-align: left;
}

#main-container.open > svg {
    fill: #333333 !important;
}

#main-container {
    display: inline-block;
    margin: 0 auto;
}

.master-bar > #main-container {
    margin: 0;
    width: 40px;
    max-height: 60px;
}

#close-bar {
    width: 42.666px;
    z-index: 10000006;
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
}

    #close-bar svg {
        fill: #fff !important;
    }

.share-container .iconsvgshareemail {
    padding: 0 !important;
    margin: 0 auto !important;
    display: block;
    width: 60%;
}

.fab {
    background: #fff;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    text-align: center;
    color: #333333;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5), 3px 3px 3px rgba(0, 0, 0, 0.25);
    position: fixed;
    bottom: 0px;
    right: 0px;
    font-size: 2.6667em;
    display: inline-block;
    cursor: default;
}

    .fab.master-mobile, .child.mobile {
        bottom: 15px;
        right: 15px;
    }

    .fab.bsr-left {
        bottom: 15px;
        !important;
        left: 15px;
        !important;
    }

.fab, .social-icon span {
    vertical-align: middle;
}

    .fab.child {
        width: 42.66666667px;
        height: 42.66666667px;
        display: none;
        opacity: 0;
        font-size: 2em;
        background-color: #ffffff;
        z-index: 10000007;
        margin: 0 10px;
        /* Aligns icon in center */
        display: flex;
        align-items: center;
    }

        .fab.child.child-desktop-bar {
            position: absolute;
            left: 10px;
            background-color: black;
            background-color: rgba(0,0,0,0);
            border: 2px solid #cccccc;
            box-shadow: none;
            display: none;
        }

        .fab.child.dark {
            background-color: #fff;
        }

        .fab.child.float {
            border-radius: 0px;
            background-color: #fff;
            box-shadow: none;
            margin: auto;
            position: relative;
            opacity: 1;
            min-width: 42.666px;
            top: 0;
        }

.social-icon {
    width: 42.66666667px;
    height: 42.66666667px;
    font-size: 2em;
    z-index: 10000007;
    margin: 10px auto;
    display: flex;
    align-items: center;
    border-radius: 50%;
}

.social {
    width: inherit;
    height: inherit;
}

.social-icon svg {
    width: inherit;
    height: inherit;
    padding: 8px;
    fill: white;
}

.social-icon.light svg {
    fill: white;
}

.social-icon.dark svg {
    fill: black;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ECECEC;
    opacity: 0.9;
    display: none;
    z-index: 10000001;
}

    .overlay.dark {
        background: #000;
        opacity: 0.6;
    }

.icon-container svg {
    fill: #CCCCCC;
    margin: 0 auto;
    display: block;
    width: 50%;
    height: 100%;
}

.icon-container.mobile.dark svg {
    fill: #000;
}

.mobile-bg, .social-bg {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 10000002;
    display: none;
}

.social-bg {
    z-index: 10000005;
}

    .mobile-bg.dark, .social-bg.dark {
        background: #000;
    }

    .mobile-bg.light, .social-bg.light {
        background: #fff;
    }

.desktop-bg {
    position: absolute;
    min-width: 200px;
    bottom: 0px;
    left: 0px;
    z-index: 10000004;
    display: none;
    background: #ffffff;
    border-bottom: 6px solid #333333;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5), 3px 3px 3px rgba(0, 0, 0, 0.25);
}

.left-text {
    text-align: right;
    position: absolute;
    right: 4rem;
    width: 300px;
    top: 49%;
    transform: translateY(-49%);
}

.bsr-right-text {
    text-align: left;
    position: absolute;
    left: 4rem;
    width: 300px;
    top: 49%;
    transform: translateY(-49%);
}

.menu-link {
    text-decoration: none;
    align-self: center;
}

    .menu-link.dark {
        color: white;
    }

    .menu-link.light {
        color: black;
    }

    .menu-link.desk-bar {
        color: #333333;
        font-size: 24px;
    }

.right-text {
    position: absolute;
    text-align: left;
    font-size: 20px;
    width: 200px;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}

#float-container {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 10000005;
}

.float-container {
    display: flex;
    height: 42.666px;
    max-width: 42.666px;
    background-color: white;
    margin-left: auto;
    margin-right: 0;
    float: right;
    clear: right;
}

.float-text-container {
    display: none;
    opacity: 1 !important;
    max-width: 100%;
}

.float-text {
    font-size: 20px;
    color: #333333;
    padding-left: 0.5em;
    padding-right: 44px;
    display: none;
}

.master-bar {
    border-radius: 0px;
    height: 50px;
    bottom: 0px;
    right: 50px;
    width: 200px;
    padding: 0 0.5em;
}

#help-text {
    display: none;
    position: absolute;
    margin: 20px;
    color: #333333;
    font-size: 24px;
    text-align: left;
}

#master-label {
    font-size: 16px;
}

#masterfab {
    z-index: 10000006;
    display: none;
    align-items: center;
}

    #masterfab svg {
        fill: #cccccc;
        margin: 0 auto;
        display: block;
        width: 60%;
        max-width: 70px;
        max-height: 50px;
    }

/* Pulse animation */
.pulse {
    border: 3px solid #cccccc;
    -webkit-border-radius: 50px;
    height: 100px;
    width: 100px;
    position: absolute;
    /* trick to center, left margin half of width */
    margin: 0 0 0 -50px;
    left: 50%;
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    opacity: 0.0;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.8, 0.8);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.4, 1.4);
        opacity: 0.0;
    }
}

@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.8, 0.8);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.4, 1.4);
        opacity: 0.0;
    }
}

@-o-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.8, 0.8);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.4, 1.4);
        opacity: 0.0;
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.8, 0.8);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.4, 1.4);
        opacity: 0.0;
    }
}

.pulse2 {
    border: 3px solid #cccccc;
    -webkit-border-radius: 40px;
    height: 80px;
    width: 80px;
    position: absolute;
    /* trick to center, left margin half of width */
    margin: 0 0 0 -40px;
    left: 50%;
    -webkit-animation: pulsate2 1s ease-out;
    -moz-animation: pulsate2 1s ease-out;
    -o-animation: pulsate2 1s ease-out;
    animation: pulsate2 1s ease-out;
    opacity: 0.0;
}

@-webkit-keyframes pulsate2 {
    0% {
        -webkit-transform: scale(0.8, 0.8);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.4, 1.4);
        opacity: 0.0;
    }
}

@-moz-keyframes pulsate2 {
    0% {
        -webkit-transform: scale(0.8, 0.8);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.4, 1.4);
        opacity: 0.0;
    }
}

@-o-keyframes pulsate2 {
    0% {
        -webkit-transform: scale(0.8, 0.8);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.4, 1.4);
        opacity: 0.0;
    }
}

@keyframes pulsate2 {
    0% {
        -webkit-transform: scale(0.8, 0.8);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.4, 1.4);
        opacity: 0.0;
    }
}

.slide-pulse {
    -webkit-animation: slide 1s ease;
    -moz-animation: slide 1s ease;
    -o-animation: slide 1s ease;
    animation: slide 1s ease;
}

@-webkit-keyframes slide {
    0% {
        max-width: 42.6667px;
        width: 42.667px;
    }

    50% {
        max-width: 50px;
        width: 50px;
    }

    100% {
        max-width: 50px;
        width: 42.667px;
    }
}

@-moz-keyframes slide {
    0% {
        max-width: 42.6667px;
        width: 42.667px;
    }

    50% {
        max-width: 50px;
        width: 50px;
    }

    100% {
        max-width: 50px;
        width: 42.667px;
    }
}

@-o-keyframes slide {
    0% {
        max-width: 42.6667px;
        width: 42.667px;
    }

    50% {
        max-width: 50px;
        width: 50px;
    }

    100% {
        max-width: 50px;
        width: 42.667px;
    }
}

@keyframes slide {
    0% {
        max-width: 42.6667px;
        width: 42.667px;
    }

    50% {
        max-width: 50px;
        width: 50px;
    }

    100% {
        max-width: 50px;
        width: 42.667px;
    }
}
/*  Modal Styles */

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
}

.modal__container {
    background-color: #fff;
    padding: 30px;
    max-width: 500px;
    min-width: 200px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__title {
    margin: 0 auto;
    color: black;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    box-sizing: border-box;
}

.modal__close {
    background: transparent;
    border: 0;
    position: absolute;
    top: 14px;
    right: 14px;
}

    .modal__close, .modal__close svg {
        width: 20px;
        height: 20px;
        outline: none !important;
    }

        .modal__close svg {
            position: absolute;
            left: 0px;
            top: 0px;
        }

.modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0,0,0,.8);
}

.modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0,0,0,.8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

    .modal__btn:focus, .modal__btn:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
}



/* Modal animation */

@keyframes mmfadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10%);
    }
}

.micromodal-slide {
    display: none;
}

    .micromodal-slide.is-open {
        display: block;
    }

    .micromodal-slide[aria-hidden="false"] .modal__overlay {
        animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
    }

    .micromodal-slide[aria-hidden="false"] .modal__container {
        animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
    }

    .micromodal-slide[aria-hidden="true"] .modal__overlay {
        animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
    }

    .micromodal-slide[aria-hidden="true"] .modal__container {
        animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
    }

    .micromodal-slide .modal__container,
    .micromodal-slide .modal__overlay {
        will-change: transform;
    }

    .micromodal-slide.is-open {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
    }



.tmIcon {
    fill: #fff;
    height: 80px;
    width: 80px;
}

.tmBody {
    font-size: 16px;
    color: #fff !important;
    margin-bottom: 0px;
    font-style: italic;
}

.tmName {
    font-size: 14px;
    color: #fff;
    font-style: italic;
}

.tmWrapper {
    background-color: #444;
    position: relative;
    margin: 0;
    padding: 30px 20px;
    border: 0;
}




.calloutIcon {
    fill: #fff;
    height: 80px;
    width: 80px;
}

.calloutTitle {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0px;
    line-height: 36px;
}

.calloutSubhead {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
    line-height: 22px;
}

.calloutOptText {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    line-height: 20px;
}

.calloutWrapper {
    background-color: #444;
    position: relative;
    margin: 0;
    padding: 30px 20px;
}


.calloutCTA {
    padding: 10px 0;
    border: 0;
    width: 250px;
    margin-top: 16px !important;
}

.CTAdesktop {
    font-size: 18px;
    color: #fff;
}

.hide-desktop {
    display: none;
}
