@import "_variables";
@import "_breakpoints";
@import "_mixins";







body {
    background-image: url('/FURL/data/www.volunteerministers.org/files/healthy/healthy-website-background.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
}

.video-js {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
}

.stay-healthy--video-bg {
    background-image: url(/FURL/imagecache/cropfit@w=300@qa=60@bl=0x10/data/www.scientology.org/files/banners/scientology-site-homepage-image-healthy.jpg?1);
    background-size: cover;
    width: 100vw;
}

.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
    background-color: none;
}

.vjs-ended.vjs-has-started .vjs-poster {
    display: block;
}

video:focus {
    outline: none;
}

.how-keep-well--logo {
    max-width: 75px;
    margin: 0px auto 12px;
    text-align: center;

    @include media-breakpoint-up(md){
        max-width: 86px;
    }
}

.sidebar__item {
    background: #ffffff;
}

.cta-wrapper {
    @include vendor-prefix("display", "flex");
    cursor: pointer;
    background: white;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;

    a {
        color: black;
    }

    a:hover {
        text-decoration: none;
        color: black;
    }


    .cta-link {
        @include vendor-prefix("display", "flex");
        @include vendor-prefix("flex-direction", "column");
        @include vendor-prefix("flex", "2");
        background: white;

        .image-wrapper {
            margin-top: 0.5rem;
        }
    }

    .learn-more-wrapper {
        @include vendor-prefix("display", "flex");
        @include vendor-prefix("justify-content", "flex-end");
        @include vendor-prefix("flex-direction", "column");
        @include vendor-prefix("flex", "2");
        width: 100%;
    }

    .learn-more-separator {
        width: 100%;
    }
}

@include media-breakpoint-down(xs) {
    .cta-block {
        position: relative;
        background: none;
        padding-bottom: 1rem;

        .block-title {
            background: rgba(255, 255, 255, 0.4);
        }

    }


    .sidebar-block {

        .learn-more {
            position: relative;
            text-align: $right;
            bottom: auto;
            right: auto;
        }
    }
}

@include media-breakpoint-only(md) {
    .cta-wrapper {
        margin-top: 0rem;

        .cta-text-wrapper {
            padding: 15px;
            padding-bottom: 0;
        }
    }
}

@include media-breakpoint-down(sm) {
    .cta-text-wrapper .cta-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.cta-wrapper .block-title {
    font-family: $title-font;
    font-weight: bold;
    text-align: center;
    padding: 1rem 1rem 0.5rem;
    font-size: 20px;

    @include media-breakpoint-up(md) {
        padding-top: 0.5rem;
    }

    @include media-breakpoint-up(lg) {
        padding-top: 0.9rem;
        font-size: 1.2rem;
    }

    @include media-breakpoint-up(xl) {
        padding-top: 1rem;
    }
}

.healthy-download {
    .cta-link-items {
        margin-bottom: 1rem;

        @include media-breakpoint-up(md) {
            margin-bottom: 0rem;
            white-space: normal;
        }
    }
}

.cta-link-items {
    @include media-breakpoint-only(sm) {
        @include vendor-prefix("display", "flex");
        @include vendor-prefix("justify-content", "center");
        @include vendor-prefix("flex-direction", "column");
    }
}

.cta-healthy--booklet-image {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    max-width: 132px;
    margin: 0 auto 2rem;

    @include media-breakpoint-up(md) {
        max-width: 100px;
    }

    @include media-breakpoint-up(xl) {
        max-width: 160px;
    }
}

.cta-healthy--pdf-icon {
    color: red;
    position: absolute;
    bottom: -19px;
    right: -10px;
    font-size: 30px;
}

.heathy-cta--button {
    @include vendor-prefix("display", "flex");
    @include vendor-prefix("align-items", "center");
    @include vendor-prefix("justify-content", "center");
    width: 100%;
    background: #6A93AB;
    padding: 0.9rem 1rem;
    border-radius: 100px;
    font-size: 16px;
    letter-spacing: 0.3px;

    @include media-breakpoint-up(md) {
        font-size: 1.3rem;
        :lang(es) &,
        :lang(ru) & {
            font-size: 1rem;
        }
        :lang(el) &,
        :lang(it) & {
            font-size: 0.9rem;
        }
        :lang(de) & {
            font-size: 0.8rem;
        }
        :lang(hu) & {
            font-size: 1.1rem;
        }
        :lang(pt) & {
            font-size: 1.3rem;
        }
    }
    @include media-breakpoint-up(lg) {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    @include media-breakpoint-only(lg) {
        font-size: 1.1rem;
        padding: 0.6rem 1rem;
    }

    @include media-breakpoint-down(md) {
        white-space: normal;
    }

    &:hover {
        background: rgb(59, 128, 168);
    }

    .icon-awesome-arrow-down {
        font-size: 19px;
        margin-left: 5px;
    }
}


.heathy-cta--sidebar-button {
    @include vendor-prefix("display", "flex");
    @include vendor-prefix("align-items", "center");
    @include vendor-prefix("justify-content", "center");
    @include antialiased();
    width: 100%;
    background: #6A93AB;
    padding: 0.4rem 1rem;
    border-radius: 100px;
    font-size: 14px;
    color: white !important;
    text-decoration: none;
    font-weight: bold;
    margin-top: 5px;
    display: inline-block;
    cursor: pointer;

    :lang(zu-za) &,
    :lang(fr) &,
    :lang(de) & {
        font-size: 13px;
        padding: .4rem 0.4rem;
    }

    .icon-awesome-arrow-down {
        margin-#{$left}: 2px;
    }
}

.stay-healthy--listing {
    font-weight: bold;
    padding-left: 0;
    list-style: none;

    ul {
        padding-#{$left}: 25px;
        font-size: 13px;
    }

    li {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    ul li {
        font-weight: normal;
    }
}

.stay-healthy--vm-motto {
    margin-top: 50px;
    text-align: center;
    font-family: $title-font;
    font-size: 20px;
    font-weight: bold;
    color: #6F6F6F;

    @include media-breakpoint-up(md) {
        font-size: 34px;
    }
}

.stay-healthy--share {
    font-size: 21px;
    font-family: $title-font;
    text-align: $right;
    font-weight: bold;
}

.stay-healthy--booklet-section-title {
    @include vendor-prefix("display", "flex");
    @include vendor-prefix("justify-content", "center");
    margin-bottom: 40px;
}

.stay-healthy--booklet-section-title-text {
    font-family: $title-font;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    border-bottom: 3px solid #F9BA00;
    padding-bottom: 14px;
    text-transform: initial !important;

    @include media-breakpoint-up(md) {
        font-size: 36px;
    }
}

.stay-heathy--booklet-image-border {
    box-shadow: 8px 8px 8px rgba(0,0,0,0.16);
    border: 1px solid #E8E8E8;
    margin: 0 auto;
    display: block;

    @include media-breakpoint-down(md) {
        margin-bottom: 1rem;
    }
}

.stay-heathy--download-presskit {
    max-width: 135px;
    margin: 0 auto;
}

.stay-heathy--download-shadow {
    box-shadow: 8px 8px 8px rgba(0,0,0,0.16);
}

.stay-heathy--sign-shadow {
    box-shadow: 2px 2px 6px rgba(0,0,0,0.16);
    max-width: 100%;
}

.healthy-booklet--friend-label {
    font-size: 14px;
    color: black;
    font-weight: bold;
}

.view-header-modal {
    pointer-events: none;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.8);


    iframe {
        width:100%;
        height:90% !important;
        pointer-events: all;
    }

    .modal-dialog {
        margin-top: 0;
        max-width: 100%;
        height: 100%;
    }

    .close {
        color: white;
        position: absolute;
        pointer-events: all;
        cursor: pointer;
        top: 0;
    }
}

.modal-open {
    overflow: initial;
}

.modal-open .modal {
    z-index: 1000000;
}

.how-keep-well--booklet-cover {
    max-width: 120px;
    margin: 0 auto 12px;
    text-align: center;
}

.healthy-modal--tku {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

a.no-decoration:hover,
a.no-decoration,
.no-decoration {
    color: inherit;
}


//

.medium-insert-images-left {
    margin: 0 20px 20px 0;
    figure {
        margin-bottom: 0;
    }
}
.medium-insert-images.medium-insert-images-left, .medium-insert-images-left.mediumInsert {
    max-width: 35%;
    @include media-breakpoint-up(sm) {
        max-width: 30%;
    }
    float: left;
}

.medium-insert-images-right {
    margin: 0 0 20px 20px;
    figure {
        margin-bottom: 0;
    }
}
.medium-insert-images.medium-insert-images-right, .medium-insert-images-right.mediumInsert {
    max-width: 35%;
    @include media-breakpoint-up(sm) {
        max-width: 30%;
    }
    float: right;
    :lang(he) & {
        float: left;
    }
}

.medium-insert-images.half {
    width: 45%;
    max-width: 40%;
    @include media-breakpoint-only(sm) {
        max-width: 35%;
    }
    @include media-breakpoint-up(md) {
        max-width: 28%;
    }
}

.medium-insert-images[class*="medium-insert-images-"] {
    clear: inherit;
}


div.staggered-five {
    @include vendor-prefix("display", "flex");
    @include vendor-prefix("flex-wrap", "wrap-reverse");
    @include vendor-prefix("flex-direction", "row-reverse");
    @include vendor-prefix("justify-content", "center");
}


div.staggered-five figure {
    flex: 0 0 50%;
    width: 50%;
    max-width: 40%;
    margin: 0 15px;
    @include media-breakpoint-only(sm) {
        max-width: 28%;
    }
    @include media-breakpoint-up(md) {
        max-width: 25%;
        margin: 0 25px;
    }
}

div.staggered-five figcaption {
    padding-top: 0;
    background: none;
    color: #636363;
    font-size: 0.92rem;
    line-height: 1.4em;
    margin: 0;
    padding: 0.5rem 0.8rem;
    text-align: center;
}
div.how-to-wear-mask figcaption {
    background: none;
    color: #636363;
    font-size: 1rem;
    line-height: 1em;
    margin: 0;
    padding: 0rem 0.8rem;
    text-align: center;
}

.prev-next-wrapper {
    @include vendor-prefix("display", "flex");
    @include vendor-prefix("justify-content", "space-between");
}

.prev-next--link {
    @include vendor-prefix("display", "flex");
    @include vendor-prefix("align-items", "center");
    @include antialiased();
    font-size: 17px;
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 2px solid #F9BA00;
    width: 100%;

    @include media-breakpoint-up(md) {
        font-size: 20px;
    }
}

.prev-next-wrapper__prev .prev-next--link .icon-back {
    margin-#{$right}: 10px;
}

.prev-next-wrapper__next .prev-next--link {
    @include vendor-prefix("justify-content", "flex-end");
}

.prev-next-wrapper__next .prev-next--link .icon-forward {
    margin-#{$left}: 10px;
}

.stay-healthy--items {
    font-size: 15px;
}


.prev-next-menu-title {
    @include antialiased();
    font-size: 0.8rem;
    font-weight: 300;
    margin-top: 6px;
    color: #000000;
    display: block;

    @include media-breakpoint-up(md) {
        font-size: 18px;
    }
}

.stay-healthy--row {
    @include vendor-prefix("display", "flex");
    @include vendor-prefix("align-items", "center");
    margin-bottom: 10px;

    @include media-breakpoint-down(sm) {
        margin-top: 20px;
    }
}

.stay-healthy--booklet-logo {
    @include vendor-prefix("flex", "0 0 40px");
    max-width: 40px;

    @include media-breakpoint-up(md) {
        @include vendor-prefix("flex", "0 0 84px");
        max-width: 84px;
    }
}

.stay-healthy--title {
    font-family: $title-font;
    font-weight: bold;
    font-size: 16px;
    margin-#{$left}: 10px;

    @include media-breakpoint-up(md) {
        font-size: 24px;
        margin-#{$left}: 25px;
    }
}

@include media-breakpoint-down(xs) {
    ol {
        padding-#{left}: 2rem;
    }
}

button:focus {
    outline: none;
}

.modal-open .modal {
    background: rgba(0, 0, 0, 0.5);
}

.checkbox a {
    color: #000000;
}

.form-control:focus {
    box-shadow: none;
}

.healthy-booklet-disclaimer {
    max-width: 560px;
    border: 1px solid #F8B700;
    padding: 17px 27px;
    margin: 0 auto 1rem;
}


.healthy-booklet--sidebar-image {
    max-width: 123px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.preventive-step--row {
    @include vendor-prefix("display", "flex");
    @include vendor-prefix("transition", "all 0.25s ease-out");
    border-radius: 4px;
    border-bottom: 1px solid #E5E5E5;
    margin-top: 10px;

    &:last-of-type {
        border-bottom: 0;
    }

    &.preventive-step--row__active,
    &.active {
        background: rgba(193, 192, 192, 0.32);
        + .preventive--collapsable-menu {
            max-height: 300px;
        }
    }
}

.preventive--collapsable-menu {
    @include vendor-prefix("transition", "all 0.25s ease-out");
    max-height: 0px;
    overflow: hidden;
}

.preventive-step--number {
    color: #336699;
    font-family: $h-title-font;
    font-size: 50px;
    line-height: 1.2;
    padding-#{$left}: 3px;
    margin-top: -6px;
}

.preventive-sidebar--title {
    font-weight: 700;
    text-align: $left;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-#{$left}: 4px;
    padding-#{$right}: 3px;
    line-height: 1.3;

    @include media-breakpoint-up(xl) {
        font-size: 12px;
        :lang(zu-ZA) &,
        :lang(es) & ,
        :lang(es) & ,
        :lang(ru) & {
            font-size: 11px;
            padding-right: 2px;
        }
        :lang(he) & {
            text-align: right;
            padding-right: 5px;
        }
    }
}

.preventive-step--title {
    font-weight: 700;
    text-align: $left;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-#{$left}: 4px;
    padding-#{$right}: 3px;
    line-height: 1.3;


    &:hover {
        color: #336699;
    }

    @include media-breakpoint-up(xl) {
        font-size: 12px;
        :lang(xh-ZA) &,
        :lang(zu-ZA) &,
        :lang(es) & ,
        :lang(es) & ,
        :lang(ru) & {
            font-size: 11px;
            padding-right: 2px;
        }
        :lang(he) & {
            text-align: right;
            padding-right: 5px;
        }
    }
}

// Hand-washing

.hand-washing--row {
    @include media-breakpoint-up(sm) {
        @include vendor-prefix("display", "flex");
    }
}

.hand-washing--image {
    @include vendor-prefix("flex", "0 0 200px");
    max-width: 200px;
    margin-top: 20px;
    margin-bottom: 10px;

    @include media-breakpoint-up(sm) {
        margin-top: 0px;
        margin-bottom: 22px;
    }
}

.hand-washing--text {
    @include media-breakpoint-up(sm) {
        @include vendor-prefix("flex", "2");
        padding-top: 20px;
        padding-#{$left}: 18px;
        font-size: 21px;
    }
}

.prevention--download-link {
    font-family: $h-title-font;
    @include media-breakpoint-up(sm) {
        font-size: 20px;
    }
}

.healthy--form {
    border-top: 0;
}

.healthy--solutions-row {
    @include media-breakpoint-up(md) {
        @include vendor-prefix("display", "flex");
    }
}

.healthy--solutions-image {
    margin: 0 auto;

    @include media-breakpoint-up(md) {
        @include vendor-prefix("flex", "0 0 233px");
        max-width: 233px;
        margin: 0;
    }
}

.healthy--solutions-text {
    padding-top: 5px;

    @include media-breakpoint-up(md) {
        padding-#{$left}: 23px;
        :lang(he) & {
            padding-right: 23px;
        }
    }
}

.hide-addthis-icon .at-icon-wrapper {
    display: none !important;
}

.healthy-pdf-selector--wrapper {
    @include vendor-prefix("display", "flex");
    max-width: 80%;
    margin: 0 auto;

    @include media-breakpoint-up(md) {
        margin-bottom: 1rem;
    }
}

.healthy-pdf-selector--label {
    @include vendor-prefix("display", "flex");
    @include vendor-prefix("align-items", "center");
    margin-#{$right}: 15px;
    font-size: 12px;
}

.healthy-pdf-selector {
    width: 100%;
    margin: 0 auto 1rem;
    display: block;
    outline: none;

    @include media-breakpoint-up(sm) {
        @include vendor-prefix("flex", "2");
        width: auto;
        margin-bottom: 0;
    }
}


#languageSelectorModal .modal-dialog {
	max-width: 700px;
}

.healthy-no-bullet {
    list-style: none;
    margin-bottom: 7px;
}

.stay-well-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;

    :lang(el) & {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.healthy-17-languages {
    @include vendor-prefix("display", "flex");
    @include vendor-prefix("align-items", "center");
    @include antialiased();
    margin-top: 20px;
    font-family: $h-title-font;
    font-size: 14px;
    color: white;
    border-radius: 4px;
    padding: 5px 8px;
    font-weight: 700;
    background: #336699;
    cursor: pointer;

    @include media-breakpoint-up(md) {
        @include vendor-prefix("transform", "translateX(-50%)");
    }

    .icon-arrow-right1 {
        font-size: 10px;
    }

    &:hover {
        background: #336699;
        color: #ffffff;
        text-decoration: none;
    }

    .bordered {
        text-transform: uppercase;
        border: 1px solid white;
        padding: 0px 3px;
        font-size: 10px;
        margin-#{$right}: 1px;
    }

    :lang(zh) & {
        margin-#{$left}: 30px;
    }

    :lang(el) & {
        margin-#{$left}: 40px;
    }

    :lang(es) & {
        margin-#{$left}: 16px;
    }

    :lang(he) & {
        margin-#{$right}: 160px;
    }
}

.healthy-language-label {
    margin: 0 4px;
}

.select-locale-container {
    margin-top: 1rem;
}


.cta-healthy-cta--subpara {
    font-size: 11px;

    @include media-breakpoint-up(xl) {
        .side-block & {
            padding: 0 3rem;
        }

        :lang(no) .side-block &,
        :lang(de) .side-block &,
        :lang(fr) .side-block & {
            padding: 0;
        }
    }
    :lang(nl) & ,
    :lang(pt) & ,
    :lang(fr) & {
        max-width: 80%;
    }
}

.subheader--title {
    font-weight: bold;
    font-size: 15px;
    cursor: initial;
}


.healthy-video--subtitle {
    @include antialiased();
    font-size: 19px;
    color: #212121;
    margin-top: 30px!important;
    margin-bottom: 7px!important;
}

.staywell--subtitle__overlay {
    @include antialiased();
    position: absolute;
    color: white;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 15px;
    margin-bottom: 0 !important;
    padding-bottom: 14px !important;
    padding-top: 39px;
    z-index: 1000;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,1+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.57) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.57) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.57) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    :lang(he) {
        padding-right: 15px;
    }

    .icon-video-camera {
      color: #ffffff;
  }
}

.healthy--menu-logo img {
    box-shadow: none !important;
}


:lang(he) {
    .ml-2.icon-send {
        @include vendor-prefix("transform", "scaleX(-1)");
        margin-right: .5rem!important;
    }
}

.stay-healthy--resources-para {
    font-size: 14px;
}


.preventive-step--subtitle {
	font-size: 10px;
	padding: 4px 3px;
	text-align: $right;
	background: #f8f8f8;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}

.select-locale-container {
    display: none;
}

.resources--row {

    @include media-breakpoint-up(sm) {
        @include vendor-prefix("display", "flex");
        @include vendor-prefix("justify-content", "center");
    }

    @include media-breakpoint-up(md) {
        @include vendor-prefix("display", "flex");
        @include vendor-prefix("align-items", "center");
    }
}

.healthy-see--all {
    text-align: $left;
    font-weight: 700;
    color: #369;
    display: inline;
    // margin-#{$right}: 100px;

    .icon-arrow-right1 {
        font-size: 11px;
    }

    margin-bottom: 9px;
}

.healthy-17--selector {
    @include vendor-prefix("display", "flex");
    @include vendor-prefix("justify-content", "center");
    @include vendor-prefix("flex", "2");
}

.abc-bullets {
    margin-top: 5px;
}


.healthy-booklet-link {
    font-size: 16px;
    font-weight: bold;
    color: #6A93AB;
    text-decoration: underline;
    margin-bottom: 9px;

    cursor: pointer;

    &:hover {
        color: #204060;
    }
}

.staywell-video-title {
	font-weight: 700;
	font-size: 17px;
	padding-top: 10px;
    font-family: $h-title-font;
}


.footer-container {
    margin-top: 50px;
}


.how-bacteria-spread--image {
    @include vendor-prefix("flex", "0 0 200px");
    width: 200px;
    position: relative;
    margin-left: auto;
    margin-right: auto;

    @include media-breakpoint-up(sm) {
        margin: 0;
    }
}

@include media-breakpoint-up(sm) {
    .how-bacteria-spread--image__left {
        float: $left;
    }

    .how-bacteria-spread--image__right {
        float: $right;
    }
}

.how-bacteria-spread--number-row {
    @include vendor-prefix("display", "flex");
    padding-top: 47px;

    @include media-breakpoint-down(xs) {
        margin-bottom: 40px;
        padding-top: 10px;
    }
}

.how-bacteria-spread--number {
    margin-#{$right}: 15px;
    color: rgb(230, 173, 60);
    font-weight: bold;
    font-size: 60px;
    line-height: 0.9;
    [dir="rtl"] & {
        margin-left: 15px;
        margin-right: .5rem!important;
    }
}

.how-bacteria-spread--para .DiagramBold_Grey {
    font-weight: bold;
    color: #535554;
}

.how-bacteria-image--subrow-text {
    @include vendor-prefix("display", "flex");
    margin-top: -40px;
}

.how-bacteria-image--subrow {
    @include media-breakpoint-up(sm) {
        @include vendor-prefix("display", "flex");
        @include vendor-prefix("justify-content", "flex-end");
    }
}

.how-bacteria-image--subrow__overlap {
    margin-top: 10px;

    @include media-breakpoint-up(sm) {
        margin-top: 0px;
        margin-#{$left}: -9px;
    }

    @media(min-width: 1480px) {
        top: 50px;
    }
}

.how-bacteria-spread {
    max-width: 550px;
    margin: 2rem auto;
}

.how-bacteria-image--caption-1 {
    @include vendor-prefix("transform", "translateX(-50%)");
    position: absolute;
    color: black;
    font-size: 12px;
    z-index: 1000;
    text-align: center;
    left: 46px;
    top: 24px;
    left: 96px;
    :lang(st) &,
    :lang(sv) & {
        top: 15px;
        line-height: 1.15;
    }
    :lang(xh) & {
        top: 25px;
        line-height: 1.2;
    }

}

.how-bacteria-image--caption-2 {
    position: absolute;
    color: #000;
    z-index: 1000;
    text-align: center;
    left: 37px;
    font-size: 10px;
    left: 37px;
    width: 132px;
    top: 18px;
    line-height: 1.15;

    :lang(zh) & {
        left: 42px;
    }

    :lang(it) & {
        font-size: 10px;
        left: 37px;
        width: 132px;
        top: 18px;
    }

    :lang(xh-za) & {
        font-size: 9.8px;
    }

    :lang(fr) & {
        font-size: 9px;
        font-size: 9.5px;
    }

    :lang(es-ES) & {
        font-size: 9px;
    }

    :lang(en) & {
        font-size: 12px;
        width: 125px;
        top: 16px;
        line-height: 1.3;
    }
}

.how-bacteria-image--caption-3 {
    @include vendor-prefix("transform", "translateX(-50%)");
    position: absolute;
    color: #000;
    font-size: 12px;
    z-index: 1000;
    text-align: center;
    top: 16px;
    left: 96px;
    :lang(es) & {
        font-size: 11px;
        top: 15px;
        line-height: 1.2;
    }

    :lang(el) & {
        font-size: 11px;
        top: 10px;
    }

    :lang(st) & ,
    :lang(hu) & {
        line-height: 13px;
        top: 19px;
    }
}


.border--gray__very-light {
    border: 1px solid #8080802e;
    .sidebar__item & {
        max-width: 138px;
        margin: auto;
    }
}


.how-bacteria-spread {
    @include media-breakpoint-up(sm) {
        background: url(/FURL/data/www.scientology.org/files/how-to-keep-well/how-to-prevent-the-spread-of-illness/infographic-line.png);
        background-size: auto 85%;
        background-position: center;
        background-repeat: no-repeat;
        [dir="rtl"] & {
            background: url(/FURL/data/www.scientology.org/files/how-to-keep-well/how-to-prevent-the-spread-of-illness/infographic-line_he.png);
            background-size: auto 85%;
            background-position: 50%;
            background-repeat: no-repeat;
        }
    }
}

.play-button-overlay.play-button-overlay__corner:before {
    width: 35px;
    left: auto;
    top: auto;
    height: 29px;
    background-size: cover !important;
    opacity: 0.8;
}

.play-button-overlay.play-button-overlay__large:before {
    width: 80px;
    height: 80px;
}

.stay-well--booklet-title {
    @include vendor-prefix("flex", "2");
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 10px;

    @include media-breakpoint-up(md) {
        margin-top: 15px;
    }
}

.path-staywell-booklets {
    .h2, h2 {
        margin-top: 1.2rem;
    }

    @media (min-width: 768px) {
        .h2, h2 {
            font-size: 1.4rem;
        }
    }

    .h3, h3 {
        margin-bottom: 0.5rem;
    }
}

.inline-video__double-black {
    background: #000000;

    .vjs-control-bar,
    .vjs-big-play-button,
    .vjs-poster {
        display: none !important;
    }
}

.healthy-more--videos {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 5px;
    color: #000000;
}

.staywell--video-subtitle {
    @include vendor-prefix("display", "flex");
    @include vendor-prefix("align-items", "center");
    @include vendor-prefix("transition", "background 0.25s ease-out");
    font-size: 13px;
    line-height: 1.3;
    padding: 13px 13px;
    cursor: pointer;

    &:hover {
        background: rgba(193, 192, 192, 0.16);
    }

    .icon-play22 {
        font-size: 18px;

        :lang(he) &:before {
            display: inline-block;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }
    }
}

.staywell--video-subtitle__link {
    @include vendor-prefix("justify-content", "center");

    .icon-arrow-right1 {
        font-size: 10px;
    }
}

.staywell--video-subtitle__active {
    background: #c1c0c052;
}

.staywell--video-play {
    margin-#{$right}: 5px;
}

.staywell--news-icon {
    margin-#{$right}: 10px;
}

.staywell--video-title {
    padding-#{$right}: 5px;
}

.staywell--video--title-row {
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

#atic_favorites {
    display: none !important;
}

.subheader--title {
    :lang(es_ES) & {
        font-size: 14px;
    }
    :lang(zu-ZA) & {
        font-size: 14px;
    }
}



/*
 #######
 #       #    # #####  ###### #####
 #       ##  ## #    # #      #    #
 #####   # ## # #####  #####  #    #
 #       #    # #    # #      #    #
 #       #    # #    # #      #    #
 ####### #    # #####  ###### #####

 */

 .song-video-modal {
    .modal-dialog {
        max-width: 960px;
    }

    h3 {
        margin-bottom: 10px;
        font-weight: 700;
    }

    .modal-body {
        padding-top: 3.5rem;

        @include media-breakpoint-up(md) {
            padding-top: 2.5rem;
            padding-left: 2rem;
            padding-right: 2rem;
        }
    }
}


.song-video-modal--close-x-button {
    position: absolute;
    right: 23px;
    top: 17px;
    width: 16px;
    cursor: pointer;

    img {
        width: 100%;
    }

    .icon--cross {
        max-width: 20px;
        display: block;
        height: 20px;
    }
}

.song-video-modal--inner-close {
    float: $right;
    color: #222;
    letter-spacing: 2px;
    margin-top: 1rem;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    @include media-breakpoint-up(md) {
        font-size: 16px;
        margin-top: 1rem;
    }
}

/////

.subscribe-take-over {
    @include vendor-prefix("display", "flex");
    @include vendor-prefix("align-items", "flex-start");
    @include vendor-prefix("justify-content", "center");
    position: fixed;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 10000000;
    pointer-events: all;
    background: rgba(0, 0, 0, 0.55);
    padding-top: 50px;
}

.subscribe-take-over--inner {
    max-width: 600px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background: white;
    padding: 20px;
    pointer-events: all;

    @include media-breakpoint-up(md) {
        top: 10%;
    }

    button,
    input {
        &:focus {
            outline: none;
            border: 1px solid #ced4da;
            box-shadow: none;
        }
    }
}

.subscribe-take-over--inner::-webkit-scrollbar {
    display: none;
}

.subscribe-take-over--inner-title {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-align: center;
}

.subscribe-take-over--email {
    @include vendor-prefix("display", "flex");
    @include vendor-prefix("flex", "1");
    height: auto;
    margin: 0;

    input {
        height: auto;
        margin: 0;
    }
}

.subscribe-take-over--button {

    .cta-button-text {
        line-height: 1;
    }

    button {
        font-size: 16px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        letter-spacing: 2px;
        height: auto;

        @include media-breakpoint-up(md) {
            padding-top: 20px !important;
            padding-bottom: 20px !important;
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

        img {
            @include vendor-prefix("transform", "rotate(90deg)");
            width: 30px;
            height: 30px;
        }

        &:after {
            display: none !important;
        }
    }
}




.modified {

    &.subscribe-take-over--inner {
        width: 96%;
        max-width: 760px;
        overflow: scroll;
        max-height: 100%;
        position: relative;

        @include media-breakpoint-up(md) {
            padding-left: 2rem;
            padding-right: 2rem;
        }
    }
    &.subscribe-take-over--inner h3 {
        text-align: center;
        margin: 1em 0;
        font-weight: bold;
    }
    .takeover-inner-wrapper {
        display: block;
    }
    .takeover-inner-wrapper .iframe-wrapper {
        width: 100%;
        height: 0px;
        position: relative;
        padding-bottom: 56.2493%;
    }
    .takeover-inner-wrapper .video-embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
}


.takeover--video-info {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    max-width: 99%;

    @include media-breakpoint-up(md) {
        padding-top: 0rem;
        padding-#{$left}: 1rem;
        @include vendor-prefix("flex", "0 0 40%");
        max-width: 40%;
    }
}


.three-col-list {
    list-style: none;
    li {
        margin-left: 1em;
        text-indent: -1em;
    }
    @include media-breakpoint-only(md) {
        columns: 2;
    }
    @include media-breakpoint-up(lg) {
        columns: 3;
    }
}
.path-staywell-videos-spread-a-smile p.copyright {
    font-size: smaller;
}
h4.lyrics {
    margin-top: 2em;
    margin-bottom: 0.5em;
}
section.lyrics {
    margin-left: 1em;
    font-style: italic;
    p {
        line-height: 1.6;
    }
}

.modal-open .external,
.modal-open .banner--inverted {
    z-index: 100;
}


.modal-open .modal {
    background: none;
}


.takeover-inner--row {
    @include media-breakpoint-up(md) {
        @include vendor-prefix("display", "flex");
    }
}

.takeover-inner-wrapper {
    @include media-breakpoint-up(md) {
        @include vendor-prefix("flex", "0 0 60%");
        max-width: 60%;
    }
}

.modal-open .external,
.modal-open .banner--inverted {
    z-index: 100;
}

.spread-a-smile-description {
    margin: 1em 0.85em;
}

.staywell--more-videos {
    text-align: $left;
    display: block;
    color: black !important;
    font-size: 14px;
    padding-#{$left}: 20px;
    cursor: default;

    a {
        color: black;
    }

    .icon-play22 {
        font-size: 15px;
        margin-left: 15px;
    }

    @include vendor-prefix("display", "flex");
    @include vendor-prefix("justify-content", "space-between");
    text-align: center;

    .icon-arrow-right1 {
        font-size: 10px;
    }
}

[lang="xh-ZA"],
[lang="st-ZA"],
[lang="zu-ZA"],
[lang="ga-IE"] {
    .primary-nav-wrapper {
        visibility: hidden;
        height: 0;
    }
}

:lang(sv),
:lang(en) {
    .staywell--video-subtitle__spread-a-smile {
        @include media-breakpoint-up(md) {
            @include vendor-prefix("flex", "0 0 20%");
            max-width: 20%;
        }
    }
    .staywell--video-subtitle--spread-a-smile-md {
        @include media-breakpoint-up(md) {
            @include vendor-prefix("flex", "0 0 calc(80% / 3)");
            max-width: calc(80% / 3);
        }
    }
}

.staywell--new-videos-button-label {
    @include vendor-prefix("align-items", "center");
    @include vendor-prefix("justify-content", "center");
    @include antialiased();
    font-size: 12px;
    font-family: $body-font;
    font-weight: bold;
}

.staywell--new-videos-button-label__standalone {
    padding-top: 8px;
    padding-bottom: 8px;
}


.staywell-video-divider {
    @include media-breakpoint-up(md) {
        border-top: 1px solid rgba(128, 128, 128, 0.3);
    }
}

.path-staywell-videos .inline-embed {
    border: 1px solid #8080802e;
    box-sizing: content-box;
}

.staywell--videos-label {
    @include antialiased();
    display: inline-block;
    color: white;
    border-radius: 6px;
    padding: 1px 7px;
    font-size: 12px;
    font-family: $body-font;
    font-weight: bold;
    color: #cb2027;
    border: 1px solid #cb2027;
    cursor: pointer;
    white-space: nowrap;

    :lang(zu) & {
        white-space: normal;
        text-align: center;
    }

    :lang(zu) &,
    :lang(st) &,
    :lang(fr) & {
        font-size: 10px;
    }

    &.staywell--videos-label-solo {
        border: 0;
        color: black;
        font-size: 14px;
    }
}

.staywell--map {
    position: relative;
}

.staywell--map-svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.staywell--map--dot {
    @include vendor-prefix("transition", "all 0.25s ease-out");
    @include vendor-prefix("transform", "translateX(-50%) translateY(-50%)");
    @include vendor-prefix("transform-origin", "top left");
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: #F9CA3C;
    border: 2px solid #ffffff;
    border-radius: 100px;
    background-size: cover;
    background-position: center;
    z-index: 100;
    cursor: pointer;

    // &:hover {
    //     @include vendor-prefix("transform", "scale(1.1) translateX(-50%) translateY(-50%) !important");
    //     background-color: #ffffff;
    //     border: 2px solid #F9CA3C;
    // }
}

.staywell--map--dot__image {
    border-color: #F9CA3C;

    &:hover {
        border: 2px solid #ffffff;
    }
}

.staywell--map--dot__md {
    width: 16px;
    height: 16px;

    @include media-breakpoint-up(md) {
        width: 20px;
        height: 20px;
    }
}

.staywell--map--dot__lg {
    width: 24px;
    height: 24px;
    z-index: 1000;
    pointer-events: all;
    cursor: pointer;

    @include media-breakpoint-up(md) {
        width: 60px;
        height: 60px;
    }
}

.staywell--map--dot__lg[data-countryid=sao-paulo],
.staywell--map--dot__lg[data-countryid=tokyo],
.staywell--map--dot__lg[data-countryid=kaohsiung],
.staywell--map--dot__lg[data-countryid=aruba] {
    @include media-breakpoint-up(md) {
        width: 40px;
        height: 40px;
    }
}

.staywell-slide--wrapper {
    max-width: calc(100% - 60px);
    position: relative;

    @include media-breakpoint-up(md) {
        width: 460px;
        margin: 0 auto;

        &.staywell-slide--wrapper__tall {
            max-width: 320px;
        }
    }
}

.staywell-slide--image-wrapper {
    position: relative;
    border: 3px solid #ffffff;
}

.staywell-slide--new {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #FF0000;
	border-radius: 4px;
	position: absolute;
	left: 9px;
	bottom: 9px;
	z-index: 10;
	background: rgba(0, 0, 0, 0.8);
    padding: 1px 7px;
}

.staywell-slide--new__small {
	color: red;
	font-size: 8px;
	font-weight: 700;
	border: 1px solid red;
	border-radius: 4px;
	position: absolute;
	left: 5px;
	bottom: 3px;
	z-index: 10;
	background: #000c;
	padding: 1px 7px;
}

.staywell-slide--image__abs {
    background: gray;

    img {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.staywell-slide--image {
    position: relative;

    img {
        width: 100%;
    }
}

.staywell-swiper {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
}

.staywell-slide--location {
    @include vendor-prefix("transition", "all 0.25s ease-out");
    @include antialiased();
    color: #F9CA3C;
    font-weight: bold;
    margin-#{$left}: 12px;
    margin-#{$right}: 55px;
    font-size: 0.9rem;
    margin-bottom: 6px;

    visibility: hidden;
    opacity: 0;

    .swiper-slide-active & {
        visibility: visible;
        opacity: 1;
    }
}


.staywell-slide--share {
	@include vendor-prefix("display", "flex");
    @include vendor-prefix("flex-direction", "column");
    @include vendor-prefix("transition", "all 0.25s ease-out");
    position: absolute;
    #{$left}: calc(100% + 10px);
    top: 0;
    bottom: 0;
    width: 42px;
    visibility: hidden;
    opacity: 0;

    .swiper-slide-active & {
        visibility: visible;
        opacity: 1;
    }
}

.staywell-slide--share-download {
    display: none;

    @include media-breakpoint-up(lg) {
        @include vendor-prefix("display", "flex");
        @include vendor-prefix("flex", "2");
        @include vendor-prefix("align-items", "flex-end");
    }
}


.staywell-slide--caption-divider {
    background: #fff;
    height: 1px;
    margin-top: 4px;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.staywell-slide--caption-about {
    @include antialiased();
    color: white;
    font-weight: bold;
    margin-top: 23px;
    padding: 0 20px;
    font-size: 12px;
}


.staywell--map-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    background: rgba(0, 0, 0, 0.8);
}

.staywell--map-fixed {
    @include vendor-prefix("display", "flex");
    @include vendor-prefix("align-items", "center");
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 100000;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.staywell-slide--caption-text {
    @include antialiased();
    color: #ffffff;
    // color: #000;
    padding: 0 20px;
    font-size: 0.9rem;

    a {
        color: #ffffff;
    }
}

.staywell-slide--caption-wrapper {
    // @include vendor-prefix("transition", "visiblity 0.25s ease-out, opacity 0.25s ease-out");
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 1000;

    .swiper-slide-active & {
        visibility: visible;
        opacity: 1;
    }
}

.staywell-slide--share-icon {
    @include vendor-prefix("transition", "all 0.25s ease-out");
    @include vendor-prefix("flex", "0 0 37px");
    margin: 6px 0;
    cursor: pointer;
    width: 37px;
    height: 37px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 100px;
    font-size: 19px;
    text-decoration: none !important;

    &:hover {
        @include vendor-prefix("transform", "scale(1.2)");
        color: #ffffff !important;
        background: transparent;
    }

    @include media-breakpoint-down(lg) {
        &[data-sharer="email"] {
            display: none;
        }
    }
}

.staywell-slide--share-icon__addthis {
    font-size: 17px;
}

.staywell-slide--progress {
    @include antialiased();
	position: absolute;
    color: white;
	right: 0;
	top: 0;
}

.addthis_share_button > * {
    pointer-events: none;
}

.staywell--map-open {
    .external,
    #shell .primary-nav-menu,
    .banner-wrapper,
    .primary-nav-wrapper {
        z-index: 10;
    }
}

.staywell--map-controls-wrapper {
	@include vendor-prefix("display", "flex");
	@include vendor-prefix("justify-content", "center");
    position: absolute;
    top: 170px;
    width: 100%;
    left: 0;
}

:lang(he) .staywell--map-slide-controls .left-arrow {
    @include vendor-prefix("transform", "rotate(180deg)");
}

:lang(he) .staywell--map-slide-controls .right-arrow {
    @include vendor-prefix("transform", "rotate(180deg)");
}

.staywell--map-slide-controls__map {
    @include vendor-prefix("flex", "0 0 710px");
    max-width: 710px;
    position: relative;
}

.staywell--map-slide-controls {

    .slide-arrow-holder arrow {
        width: 18px;
        height: 30px;
        background-image: url(/images/arrow-right-white.svg) !important;
        box-shadow: none !important;
    }

    .left-arrow,
    .right-arrow {
        @include vendor-prefix("transition", "all 0.25s ease-out");
        border: 1px solid #ffffff;
        padding: 17px 9px;
        outline: none;
        box-shadow: none !important;
        background-color: rgba(0, 28, 90, 0.45);

        &:active {
            @include vendor-prefix("transform", "scale(0.95)");
            
            :lang(he) & {
                @include vendor-prefix("transform", "scale(0.95) rotate(180deg)");
            }
        }
    }

    .left-arrow:hover,
    .right-arrow:hover {
        background: #336699;
    }
}

.staywell--map-close-button {
    position: absolute;
    top: 20px;
    #{$right}: 20px;
    width: 20px;
    z-index: 100000;
    cursor: pointer;

    @include media-breakpoint-up(md) {
        top: 36px;
        #{$right}: 20px;
    }

    
    @include media-breakpoint-up(lg) {
        #{$right}: 100px;
    }

    img {
        width: 100%;
    }
}

//

.staywell--map path {
    fill: #D5D5D5;
    transition: all 1s;
    fill-opacity: 0;
    stroke-width: 0.2;
}

.staywell--map path:hover {
    @include vendor-prefix("transition", "all 0.1s ease-out");
    fill-opacity: 1;
    fill: #f9ca3c;
}

.staywell--tabs-subtitle {
    font-family: $h-title-font;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    user-select: none;

    @include media-breakpoint-up(md) {
        font-size: 22px;
        :lang(de) & {
            font-size: 19px;
        }
    }
}

.staywell--tabs-text {
	width: 100%;
	display: block;
}

.staywell--tabs-subtitle__active {
    font-weight: bold;

    .staywell--tabs-text {
        border-bottom: 3px solid #000000;
    }
}

.staywell--tabs-subtitle__progress {
    @include vendor-prefix("transform", "scaleX(0)");
    @include vendor-prefix("transform-origin", "left");
    position: absolute;
    bottom: 0;
    left: 9px;
    right: 9px;
    height: 3px;
    background: #336699;
    display: none;
}

.staywell--tabs__active-content__abs {
    position: absolute;
    top: 0;
    left: 0;
}

.staywell--tab-label {
    text-align: center;
    color: black;
    font-weight: bold;
    margin-top: 4px;

    .icon-arrow-right1 {
        font-size: 13px;
    }
}

.staywell-in-news {
    display: block;
    margin-top: 35px;
}


h2.staywell-in-news--section-title {
    color: #336699;
    margin-top: 0;

    span {
        font-weight: bold;
    }
}

.staywell-in-news--title {
	font-family: $h-title-font;
	color: #999999;
	font-weight: bold;
    font-size: 22px;

    @include media-breakpoint-up(md) {
        padding-#{$left}: 55px;
    }
}

.staywell-in-news--headline {
    font-size: 18px;
    color: #336699;

    @include media-breakpoint-up(md) {
        padding-#{$left}: 75px;
    }
}

.staywell--thumb-row-title {
    font-size: 18px;
    color: #336699;
    margin-bottom: 10px;
    font-weight: bold;
}

.staywell-latest--swiper {
    padding-bottom: 10px;
    overflow: visible;

    @include media-breakpoint-up(lg) {
        padding-top: 20px;
        margin-top: -20px;
    }
}


.staywell-latest--controls-wrapper {
    @include vendor-prefix("display", "flex");
    @include vendor-prefix("justify-content", "space-between");
    @include vendor-prefix("align-items", "center");
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
    bottom: 0;
    
    @include media-breakpoint-up(md) {
        left: -70px;
        right: -70px;

        .slide-arrow-holder {
            width: 63px;
        }
    }
}

.swiper-slide--latest-slide {
    width: 120px
}

.staywell--thumb {
    cursor: pointer;

    .staywell--thumb-image {
        @include vendor-prefix("transition", "all 0.25s ease-out");
    }

    &:hover {
        .staywell--thumb-image {
            @include vendor-prefix("transform", "scale(1.05)");
        }
    }
}

.staywell--thumb-image {
    border: 1px solid #838383;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.staywell--thumb-title {
    text-align: center;
    font-family: $h-title-font;
    color: #336699;
    // font-weight: bold;
    font-size: 11px;
}


/*
 #     #
 ##   ##   ##   #####
 # # # #  #  #  #    #
 #  #  # #    # #    #
 #     # ###### #####
 #     # #    # #
 #     # #    # #
.
*/

.staywell-display-map {
    position: relative;

    @media(min-width: 1360px) {
        max-width: 1360px;
        margin-left: auto;
        margin-right: auto;
    }
}

.world-map {
    position: relative;
    display: block;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);

}
.world-map .cont {
    fill: #D5D5D5;
    transition: fill 0s 0.1s linear;
    -webkit-transition: fill 0s 0.1s linear;
    -moz-transition: fill 0s 0.1s linear;
    -ms-transition: fill 0s 0.1s linear;
    -o-transition: fill 0s 0.1s linear;
}

// .world-map-wrapper.hover-africa,
// .world-map-wrapper.hover-asia,
// .world-map-wrapper.hover-australia,
// .world-map-wrapper.hover-europe,
// .world-map-wrapper.hover-south-america,
// .world-map-wrapper.hover-north-america {
//     .staywell--map--dot:not(.staywell--map--dot__lg) {
//         opacity: 0;
//     }
// }

.world-map .cont:not(.cont-asia):not(.cont-south-america):hover,
.world-map-wrapper.hover-africa .cont-africa,
// .world-map-wrapper.hover-asia .cont-asia,
.world-map-wrapper.hover-australia .cont-australia,
.world-map-wrapper.hover-europe .cont-europe,
.world-map-wrapper.hover-south-america .cont-south-america,
.world-map-wrapper.hover-north-america .cont-north-america
{
    fill: #f9ca3c;
    cursor: pointer;
    transition: fill 0.2s linear;
    -webkit-transition: fill 0.2s linear;
    -moz-transition: fill 0.2s linear;
    -ms-transition: fill 0.2s linear;
    -o-transition: fill 0.2s linear;
}
.world-map-wrapper.soft-fade .cont {
    transition: fill 0.2s linear;
    -webkit-transition: fill 0.2s linear;
    -moz-transition: fill 0.2s linear;
    -ms-transition: fill 0.2s linear;
    -o-transition: fill 0.2s linear;
}

.overlay-title {
    pointer-events: none;;
}

.world-map-wrapper .overlay-container {
    @include media-breakpoint-down(md) {
        display: none;
    }
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.world-map-wrapper .overlay {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    transition: visibility 0s 0.1s linear;
    -webkit-transition: visibility 0s 0.1s linear;
    -moz-transition: visibility 0s 0.1s linear;
    -ms-transition: visibility 0s 0.1s linear;
    -o-transition: visibility 0s 0.1s linear;
    z-index: 1000;
}
.device-mobile .world-map-wrapper .overlay {
    display: none;
}
.world-map-wrapper .overlay-africa {
	top: 56%;
	left: 53%;
}
.world-map-wrapper .overlay-asia {
    top: 28%;
    left: 78%;
}
.world-map-wrapper .overlay-australia {
    top: 78%;
    left: 93%;
}
.world-map-wrapper .overlay-europe {
    top: 21%;
    left: 55%;

    .overlay-title {
        @include media-breakpoint-up(md) {
            margin-left: 40px;
        }
    }
}
.world-map-wrapper .overlay-south-america {
    top: 64%;
	left: 26%;
}
.world-map-wrapper .overlay-north-america {
    top: 30%;
    left: 15%;

    .overlay-title {
        @include media-breakpoint-up(md) {
            margin-top: -94px;
        }
    }
}

.world-map-wrapper .overlay-australia {
    .overlay-title {
        @include media-breakpoint-up(md) {
            margin-top: -38px;
        }
    }
}

.overlay-australia .overlay-title {
    margin-top: -20px;
}

.overlay-africa .overlay-title {
    margin-top: 20px;
}

.path-staywell-news-map .primary-nav-menu:hover {
    z-index: 1000000 !important;
}


.world-map-wrapper.hover-africa .overlay-africa,
.world-map-wrapper.hover-asia .overlay-asia,
.world-map-wrapper.hover-australia .overlay-australia,
.world-map-wrapper.hover-europe .overlay-europe,
.world-map-wrapper.hover-south-america .overlay-south-america,
.world-map-wrapper.hover-north-america .overlay-north-america {
    visibility: visible;
    transition: visibility 0s linear;
    -webkit-transition: visibility 0s linear;
    -moz-transition: visibility 0s linear;
    -ms-transition: visibility 0s linear;
    -o-transition: visibility 0s linear;
    z-index: 10000;
    // opacity: 1;
}
.world-map-wrapper .overlay,
.world-map-wrapper.show-listing .overlay {
    visibility: hidden;
    // opacity: 0.25;
}
.world-map-wrapper .overlay-title {
    text-align: center;
    position: absolute;
    line-height: 1em;
    white-space: nowrap;
    font-size: 24px;
    height: 48px;
    text-shadow: 0 0 12px #fff,
    0 0 6px #fff;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.overlay-title--country-name {
    font-size: 16px;
    text-shadow: none;
}
.world-map-wrapper .see-all {
    font-size: 0.5em;
}
.world-map-wrapper .overlay-img {
    position: absolute;
    width: 80px;
    height: 45px;
    margin-left: -40px;
    margin-top: -22px;
    max-width: none;
    box-shadow: -3px 3px 10px #000;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    @include vendor-prefix("transition", "all 0.1s ease-out");
}

.overlay-img[data-countryid=aruba] {
    visibility: hidden;
}

.overlay-img.overlay-img__shown[data-countryid=aruba] {
    visibility: visible;
    z-index: 1000;
    pointer-events: all;
}

.overlay-title__carribean {
    left: 154px;
    position: absolute;
    top: 224px;
    margin-bottom: 0;
    opacity: 0;
}

.overlay-title__carribean_shown {
    visibility: visible;
    opacity: 1;
}

.overlay-img.overlay-img__shown,
.world-map-wrapper.hover-africa .overlay-africa .overlay-img,
.world-map-wrapper.hover-asia .overlay-asia .overlay-img,
.world-map-wrapper.hover-australia .overlay-australia .overlay-img,
.world-map-wrapper.hover-europe .overlay-europe .overlay-img,
.world-map-wrapper.hover-south-america .overlay-south-america .overlay-img,
.world-map-wrapper.hover-north-america .overlay-north-america .overlay-img {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: transform 0.2s ease-out, opacity 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s linear;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s linear;
    -ms-transition: -ms-transform 0.2s ease-out, opacity 0.2s linear;
    -o-transition: -o-transform 0.2s ease-out, opacity 0.2s linear;
}
.world-map-wrapper.show-listing #world-map .cont,
.world-map-wrapper.show-listing #world-map .cont:hover {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    fill: #D5D5D5;
    cursor: inherit;
}

.world-map-wrapper .cont-button-container {
    position: relative;
    z-index: 5000;

    @include media-breakpoint-up(lg) {
        display: none !important;
    }
}
.world-map-wrapper .cont-buttons {
    max-width: 300px;
    margin: auto;
}
.world-map-wrapper .cont-button {
    @include vendor-prefix("display", "flex");
    @include vendor-prefix("align-items", "center");
    padding: 0 20px;
    position: relative;
    width: 100%;
    margin: 12px auto;
    height: 50px;
    color: #fff;
    text-shadow: 0 0 3px #000;
    vertical-align: bottom;
    cursor: pointer;
    background-size: auto 100%;
    background: #336699 !important;
}
.world-map-wrapper .cont-button-africa {
    background: #3399a7 url(/theme/images/age-of-answers/bg-africa.jpg) 100% center no-repeat;
}
.world-map-wrapper .cont-button-asia {
    background: #0043c0 url(/theme/images/age-of-answers/bg-asia.jpg) 0% center no-repeat;
}
.world-map-wrapper .cont-button-australia {
    background: #243c82 url(/theme/images/age-of-answers/bg-australia.jpg) 100% center no-repeat;
}
.world-map-wrapper .cont-button-europe {
    background: #0188ca url(/theme/images/age-of-answers/bg-europe.jpg) 100% center no-repeat;
}
.world-map-wrapper .cont-button-south-america {
    background: #ccb860 url(/theme/images/age-of-answers/bg-south-america.jpg) 0% center no-repeat;
}
.world-map-wrapper .cont-button-north-america {
    background: #821b1e url(/theme/images/age-of-answers/bg-north-america.jpg) 0% center no-repeat;
}

// .staywell-map--title {
//     z-index: 10;
//     position: relative;
//     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefbea+0,fefbea+100&1+0,1+55,0+100 */
//     background: -moz-linear-gradient(top, rgba(254,251,234,1) 0%, rgba(254,251,234,1) 55%, rgba(254,251,234,0) 100%); /* FF3.6-15 */
//     background: -webkit-linear-gradient(top, rgba(254,251,234,1) 0%,rgba(254,251,234,1) 55%,rgba(254,251,234,0) 100%); /* Chrome10-25,Safari5.1-6 */
//     background: linear-gradient(to bottom, rgba(254,251,234,1) 0%,rgba(254,251,234,1) 55%,rgba(254,251,234,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
//     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefbea', endColorstr='#00fefbea',GradientType=0 ); /* IE6-9 */
//     padding-top: 2rem;

//     @include media-breakpoint-up(md) {
//         margin-top: 0;
//         margin-bottom: 0;
//         padding-bottom: 2rem;
//     }
// }



.staywell-map--menu-holder {
    position: absolute;
    top: 20px;
    #{$left}: 0px;
    bottom: auto;
    z-index: 10000;
    display: none;
    height: 40px;

    @include media-breakpoint-up(md) {
        top: 36px;
        #{$left}: 40px;
    }

    .staywell--map-open & {
        @include vendor-prefix("display", "flex");
    }

    .menu-label {
        background: url(/images/small-dot2-black.png) 7px 50% no-repeat !important;
        background-color: #ffffff !important;
        border: 1px solid rgba(255, 255, 255, 0.11) !important;
        cursor: default;
        color: #000000;
        width: auto !important;
    }
}

.staywell-map--menu-holder__fixed {
    .menu-label {
        color: #ffffff;
        background: url(/theme/images/small-dot2.png) 7px 50% no-repeat transparent !important;

        @include media-breakpoint-down(sm) {
            display: none;
        }
    }
}


.slideshow-nav-menu.staywell-map--page-nav-menu {
    .menu-bar-item:hover {
        text-shadow: 0 0 7px rgba(255, 255, 255, 0.4);
    }

    .menu-bar {
        @include vendor-prefix("display", "flex");
    }

    .menu-bar-item-inner-out {
        position: relative;
        padding: 0 15px;
    }

    .menu-bar-item:first-child .menu-bar-item-inner-out {
        padding-left: 0;
    }

    .right-arrow .menu-bar-item-inner-out:after {
        @include vendor-prefix("transition", "all 0.25s ease-out");
        content: " ";
        width: 0px;
        height: 0px;
        border-top: 24px solid transparent;
        border-bottom: 23px solid transparent;
        border-left: 24px solid rgba(51, 102, 153, 0.8);
        position: absolute;
        top: 0;
        right: -9px;
    }

    .left-arrow:hover .menu-bar-item-inner-out:before {
        border-top: 24px solid rgba(255, 255, 255, 1);
        border-bottom: 23px solid rgba(255, 255, 255, 1);
    }

    .right-arrow:hover .menu-bar-item-inner-out:after {
        border-left: 24px solid rgba(255, 255, 255, 1);
    }

    .left-arrow .menu-bar-item-inner-out:before {
        @include vendor-prefix("transition", "all 0.25s ease-out");
        content: " ";
        width: 0px;
        height: 0px;
        border-top: 24px solid rgba(51, 102, 153, 0.8);
        border-bottom: 23px solid rgba(51, 102, 153, 0.8);
        border-left: 24px solid transparent;
        position: absolute;
        top: 0;
        left: -9px;
    }

    .left-arrow:hover .menu-bar-item-inner-out:before {
        border-top: 24px solid rgba(255, 255, 255, 1);
        border-bottom: 23px solid rgba(255, 255, 255, 1);
    }

    .menu-bar-item .small {
        font-size: 11px;
        letter-spacing: 2px;
        clear: both;
        display: block;
        color: rgba(51, 102, 153, 0.8);
        padding-right: 15px;
    }

    .menu-bar-item-inner {
        @include vendor-prefix("transition", "all 0.25s ease-out");
        @include vendor-prefix("display", "flex");
        @include vendor-prefix("align-items", "center");
        @include vendor-prefix("justify-content", "center");
        color: #ffffff;
        padding: 10px 5px 10px 5px;
        background: rgba(51, 102, 153, 0.8);
        min-width: 110px;
        height: 47px;
        text-align: center;
        line-height: 1.1em;
    }

    .menu-bar-item-inner__menu-selector {
        min-width: initial;
    }

    :lang(ru) .menu-bar-item-inner {
        padding: 3px 5px 8px 5px;
        font-size: 11px;
    }

    .menu-bar-item.menu-bar-title .menu-bar-item-inner {
        padding: 16px 8px;
    }

    [dir="rtl"] .menu-bar-item.menu-bar-title .menu-bar-item-inner {
        padding: 16px 26px 16px 8px;
        background: url(/theme/images/small-dot2.png) 77px center no-repeat rgba(51, 102, 153, 0.8);
    }

    [dir="rtl"] .path-scientology-today-church-openings-grand-opening-scientology-media-productions_html .menu-bar-item.menu-bar-title .menu-bar-item-inner {
        padding: 16px 26px 16px 8px;
        background: url(/theme/images/small-dot2.png) 156px center no-repeat rgba(51, 102, 153, 0.8);
    }

    .menu-bar-item:hover .menu-bar-item-inner {
        background: rgba(255, 255, 255, 1);
        color: #336699;
    }

    [dir="rtl"] .menu-bar-item.menu-bar-title:hover .menu-bar-item-inner {
        background: url(/theme/images/small-dot2.png) 77px center no-repeat rgba(255, 255, 255, 1);
    }

    [dir="rtl"] .path-scientology-today-church-openings-grand-opening-scientology-media-productions_html .menu-bar-item.menu-bar-title:hover .menu-bar-item-inner {
        background: url(/theme/images/small-dot2.png) 156px center no-repeat rgba(255, 255, 255, 1);
    }

    .menu-bar {
        table-layout: auto;
    }

    .menu-holder {

        &.menu-holder__open {
            width: calc(100% - 100px);
            z-index: 100000;
        }

        @include media-breakpoint-up(md) {
            &.menu-holder__open,
            &:hover {
                width: calc(100% - 100px);
            }
        }

        @include media-breakpoint-up(lg) {
            &.menu-holder__open,
            &:hover {
                width: calc(100% - 200px);
            }
        }
    }

    .menu-holder:hover .menu-label {
        transition: opacity .2s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition: opacity .2s cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition: opacity .2s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: opacity .2s cubic-bezier(0.19, 1, 0.22, 1);
        -ms-transition: opacity .2s cubic-bezier(0.19, 1, 0.22, 1);

    }

    .menu-holder-after-8 {
        display: none;
    }

    .menu-holder:hover .menu-label {
        border-radius: 3px;
        border-color: rgba(90, 122, 143, 0.8);
        border: 1px solid #fff;
    }

    .menu-holder-after-8 {
        display: block !important;
        bottom: 35px !important;
    }

    .menu-holder .menu-bar-wrapper {
        height: 0;
        #{$left}: 0;
        bottom: 0px;
        // background: rgba(103, 140, 165, 0.95);
        padding: 0;
        overflow: visible;
        border-radius: 3px 3px 0 0;
    }

    .menu-label {
        height: 40px;
    }

    .menu-label,
    .default-left-nav {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .menu-holder .default-left-nav .left-header-sub {
        padding: 13px 15px 10px 19px;
        font-size: 0.8rem;
        font-weight: normal;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .menu-bar-item:first-child {
        padding-left: 10px;
    }

    .menu-bar-wrapper {
        background: none;
    }

    .menu-label {
        padding-right: 13px;
    }

    .menu-bar-item {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 8px;
        background: rgba(255, 255, 255, 0.502);
        border-radius: 0;

        &:last-child {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            padding-right: 18px;
        }
    }


    .menu-bar-item__active {
        // background: rgba(255, 255, 255, 0.8);
        color: black;

        .menu-bar-item-inner-out:before {
            border-top: 24px solid rgba(255, 255, 255, 0.4);
            border-bottom: 23px solid rgba(255, 255, 255, 0.4);
        }

        .menu-bar-item-inner-out:after {
            border-left: 24px solid rgba(255, 255, 255, 0.4);
        }

        .menu-bar-item-inner  {
            background: rgba(255, 255, 255, 0.4);
            color: #336699;
        }

    }

    .menu-holder > ul > li a,
    .menu-holder > ul > li {
        background: none;
    }

    .menu-holder .flyout > ul > li > a {
        @include vendor-prefix("transiton", "all 0.25s ease-out");
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding: 9px 25px 9px 20px;
        color: white;
        position: relative;
        font-weight: 700;
        display: block;

        &:hover {
            background: white;
            color: black;
        }
    }

    .menu-holder .flyout > ul > li:hover {
        background: rgba(73, 110, 135, 0.65);
    }

    .menu-holder:hover .menu-bar-wrapper {
        height: 160px;
        width: 200px;
        opacity: 1;
    }


    .menu-holder:hover .menu-bar-wrapper {
        -webkit-transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1), height .2s cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1), height .2s cubic-bezier(0.19, 1, 0.22, 1);
        -ms-transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1), height .2s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1), height .2s cubic-bezier(0.19, 1, 0.22, 1);
        transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1), height .2s cubic-bezier(0.19, 1, 0.22, 1);
    }

    .menu-holder .menu-bar-wrapper {
        -webkit-transition: opacity .2s cubic-bezier(0.19, 1, 0.22, 1), width .5s cubic-bezier(0.19, 1, 0.22, 1), height .5s cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition: opacity .2s cubic-bezier(0.19, 1, 0.22, 1), width .5s cubic-bezier(0.19, 1, 0.22, 1), height .5s cubic-bezier(0.19, 1, 0.22, 1);
        -ms-transition: opacity .2s cubic-bezier(0.19, 1, 0.22, 1), width .5s cubic-bezier(0.19, 1, 0.22, 1), height .5s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: opacity .2s cubic-bezier(0.19, 1, 0.22, 1), width .5s cubic-bezier(0.19, 1, 0.22, 1), height .5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: opacity .2s cubic-bezier(0.19, 1, 0.22, 1), width .5s cubic-bezier(0.19, 1, 0.22, 1), height .5s cubic-bezier(0.19, 1, 0.22, 1);
    }

    .menu-holder.menu-holder__open .menu-bar-wrapper,
    .menu-holder:hover .menu-bar-wrapper {
        width: 100%;
        opacity: 1;
    }

    .menu-holder .menu-bar-wrapper {
        height: auto !important;
    }
}

.path-staywell-news-map .button--more-info span {
    white-space: nowrap;
}

///

.staywell--related-title {
    @include antialiased();
    font-family: $h-title-font;
    font-weight: bold;
	font-size: 0.9rem;
    line-height: 1.2rem;
    margin: 0.75rem;
}

.staywell--related-block {
    margin-bottom: 40px;
}

.staywell--related-image {
    @include default-border-radius();
    border: 1px solid rgba(128, 128, 128, 1);
    overflow: hidden;
}


.staywell-in-press .page-title--wrapper,
.staywell-map .page-title--wrapper {
    display: none;
}

.staywell-concert--banner {
    margin: 0 auto;
    display: block;
    margin-top: 1rem;
}

.staywell-menu-location-item {
    font-size: 17px;
    margin-#{$right}: 20px;

    .icon-arrow-right1 {
        font-size: 11px;
        margin-#{$left}: 5px;
        margin-#{$right}: 16px;
    }
}

.staywell-menu-location-menu {
    position: relative;
    font-weight: normal;

    @include media-breakpoint-down(sm) {
        display: none !important;

        &.staywell-menu-location-item__cont {
            display: block !important;
        }
    }
    

    &.staywell-menu-location-menu__open .staywell-menu--geo {
        opacity: 1;
        visibility: visible;
    }

    @include media-breakpoint-up(md) {
        &:hover .staywell-menu--geo {
            opacity: 1;
            visibility: visible;
        }
    }
}

.menu-bar-wrapper--staywell {
    @include vendor-prefix("display", "flex");
    @include vendor-prefix("align-items", "center");
    position: relative;
    margin-#{$left}: 30px;
}


.staywell-menu--geo {
    @include vendor-prefix("transition", "all 0.1s ease-out");
    @include default-border-radius();
    position: absolute;
    top: calc(100% + 6px);
    list-style: none;
    background: white;
    color: black;
    #{$left}: 0;
    padding: 0;
    min-width: 160px;
    opacity: 0;
    visibility: hidden;
    min-width: 170px;
    overflow: hidden;
}

.staywell-menu-location__name {
    position: relative;
    cursor: default;
    font-family: $title-font;

    &:after {
        @include vendor-prefix("transition", "all 0.25s ease-out");
        content: " ";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -3px;
        height: 1px;
        background: #ffffff;
        opacity: 0;
    }

    &:hover {
        &:after {
            opacity: 1;
        }
    }
}

.staywell-menu--geo-item {
    @include vendor-prefix("transition", "all 0.25s ease-out");
    cursor: pointer;
    padding: 10px;
    user-select: none;
    position: relative;
    font-size: 13px;
    color: #3B3B3B;
    font-family: $title-font;
    padding-#{right}: 25px;

    // &:after {
    //     content: "\e90d";
    //     font-family: iconset!important;
    //     speak: none;
    //     font-style: normal;
    //     font-weight: 400;
    //     font-variant: normal;
    //     text-transform: none;
    //     line-height: 1;
    //     -webkit-font-smoothing: antialiased;
    //     -moz-osx-font-smoothing: grayscale;
    //     color: #525252;
    //     position: absolute;
    //     top: 12px;
    //     #{$right}: 12px;
    // }

    &:hover {
        background: #cccccc;
    }
}

.staywell-image-code {
	transform: translateZ(1px);
	position: absolute;
	right: 0px;
	top: 0;
	font-size: 0.8rem;
	color: white;
	padding: 0.3rem 0.3rem;
	pointer-events: all;
	text-align: center;
	background: black;
	z-index: 1000;
}

@import "staywell/psa-checklist";


.staywell-photo-rows {
    @include vendor-prefix("display", "flex");
    @include vendor-prefix("flex-wrap", "wrap");
}

.staywell-photo-row--item {
    @include vendor-prefix("flex", "0 0 calc(100% / 3 - 3px)");
    max-width: calc(100% / 3 - 3px);
    cursor: pointer;
    position: relative;
    background: #D5D5D5;
	margin-bottom: 2px;
	margin-left: 1px;
	margin-right: 1px;
    overflow: hidden;
    
    @include media-breakpoint-up(md) {
        @include vendor-prefix("flex", "0 0 calc(100% / 6 - 3px)");
        max-width: calc(100% / 6 - 3px);
    }

    &:nth-child(2n) {
        background: #B2B2B2;
    }

    &:nth-child(3n) {
        background: #C6C6C6;
    }

    &:nth-child(12n+1) {
        background: #C6C6C6;
    }
    
    &:nth-child(12n+2) {
        background: #D5D5D5;
    }

    &:nth-child(12n+3) {
        background: #B2B2B2;
    }

    &:nth-child(12n+4) {
        background: #C6C6C6;
    }
    
    &:nth-child(12n+5) {
        background: #B2B2B2;
    }
    
    &:nth-child(12n+6) {
        background: #D5D5D5;
    }
    

    &:after {
        content: ' ';
        @include vendor-prefix("transition", "visibility 2s ease-out, opacity 2s ease-out");
        visibility: hidden;
        opacity: 0;
        background: rgba(0,0,0,0.4);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    &:hover:after {
        @include vendor-prefix("transition", "visibility 0.1s ease-out, opacity 0.1s ease-out");
        visibility: visible;
        opacity: 1;
    }
}


.staywellmap-body .post-container {
    background: none;
}

.staywell-location-search {
    @include vendor-prefix("transition", "visibility 1s ease-out, opacity 0.25s ease-out");
    @include vendor-prefix("display", "flex");
    @include vendor-prefix("align-items", "center");
    @include vendor-prefix("justify-content", "center");
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    pointer-events: none;

    @include media-breakpoint-down(sm) {
        z-index: 10000;
    }
    
    .twitter-typeahead {
        pointer-events: all;
    }

    .staywell-location-search {
        z-index: 10000;
    }

    .icon-search {
        position: absolute;
        left: 14px;
        top: 12px;
        z-index: 10;
    }
}


.staywell-location-search--input {
    @include default-border-radius();
    border: 3px solid #F9CA3C;
    padding: 6px 19px 6px 19px;
    padding-#{$left}: 32px;
    min-width: 255px;
    pointer-events: all;

    :lang(el) & {
        min-width: 265px;
    }
    &:focus {
        outline: none;
    }
}

.staywell-location-search--input::-webkit-input-placeholder {
    font-size: 14px;
}

.staywell-location-search--input::-moz-placeholder {
    font-size: 14px;
}

.staywell-location-search--input::-ms-input-placeholder {
    font-size: 14px;
}

.staywell-location-search--input::placeholder {
    font-size: 14px;
}

.staywell-location-search {
    .twitter-typeahead {
        background: white;
        border-radius: 4px;
    }
    
    .tt-query,
    .tt-hint {
      width: 100%;
      height: 30px;
      padding: 8px 12px;
      font-size: 24px;
      line-height: 30px;
      border: 2px solid #ccc;
      -webkit-border-radius: 8px;
         -moz-border-radius: 8px;
              border-radius: 8px;
      outline: none;
    }
    
    .typeahead {
      background-color: #fff;
    }
    
    .typeahead:focus {
      border: 2px solid #0097cf;
    }
    
    .tt-query {
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
         -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }
    
    .tt-hint {
      color: #999
    }
    
    .tt-menu {
      width: 100%;
      margin: 12px 0;
      padding: 8px 0;
      background-color: #fff;
      border: 1px solid #ccc;
      border: 1px solid rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 8px;
         -moz-border-radius: 8px;
              border-radius: 8px;
      -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
         -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
              box-shadow: 0 5px 10px rgba(0,0,0,.2);
    }
    
    .tt-suggestion {
      padding: 3px 20px;
      font-size: 18px;
      line-height: 24px;
    }
    
    .tt-suggestion:hover {
      cursor: pointer;
      color: #fff;
      background-color: #0097cf;
    }
    
    .tt-suggestion.tt-cursor {
      color: #fff;
      background-color: #0097cf;
    
    }
    
    .tt-suggestion p {
      margin: 0;
    }

}    

.staywell-search--overlay {
    @include vendor-prefix("transition", "all 0.25s ease-out");
    position: fixed;
    top: 0;
    background: rgba(0,0,0,0.5);
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
}

.staywell-search--overlay__visible {
    visibility: visible;
    opacity: 1;
}