﻿/**
@file
Age of Answers landing page, meet-a-scn block only.
*/

#meet-a-scientologist {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#meet-a-scientologist .backdrop {
    position: relative;
    /*
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    margin-top: 15px;
    */
    height: 600px;
    /*top: -20px;*/
}
@media (max-width: 767px) {
    #meet-a-scientologist .backdrop {
        height: 460px;
    }
}

#meet-a-scientologist .full-border {
    display: table;
    width: 100%;
    height: 100%;
}
#meet-a-scientologist .full-border > * {
    display: table-cell;
    vertical-align: middle;
}
#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: #b2dee4;
    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 .cont:hover,
#meet-a-scientologist.hover-africa .cont-africa,
#meet-a-scientologist.hover-asia .cont-asia,
#meet-a-scientologist.hover-australia .cont-australia,
#meet-a-scientologist.hover-europe .cont-europe,
#meet-a-scientologist.hover-south-america .cont-south-america,
#meet-a-scientologist.hover-north-america .cont-north-america {
    fill: #4694b7;
    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;
}
#meet-a-scientologist.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;
}
#meet-a-scientologist .overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#meet-a-scientologist .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;
}
.device-mobile #meet-a-scientologist .overlay {
    display: none;
}
#meet-a-scientologist .overlay-africa {
    top: 46%;
    left: 52%;
}
#meet-a-scientologist .overlay-asia {
    top: 28%;
    left: 78%;
}
#meet-a-scientologist .overlay-australia {
    top: 78%;
    left: 93%;
}
#meet-a-scientologist .overlay-europe {
    top: 21%;
    left: 55%;
}
#meet-a-scientologist .overlay-south-america {
    top: 66%;
    left: 28%;
}
#meet-a-scientologist .overlay-north-america {
    top: 30%;
    left: 15%;
}
#meet-a-scientologist.hover-africa .overlay-africa,
#meet-a-scientologist.hover-asia .overlay-asia,
#meet-a-scientologist.hover-australia .overlay-australia,
#meet-a-scientologist.hover-europe .overlay-europe,
#meet-a-scientologist.hover-south-america .overlay-south-america,
#meet-a-scientologist.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;
}
#meet-a-scientologist .overlay,
#meet-a-scientologist.show-listing .overlay {
    visibility: hidden;
}
#meet-a-scientologist .overlay-title {
    text-align: center;
    position: absolute;
    line-height: 1em;
    white-space: nowrap;
    font-size: 2em;
    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%);
}
#meet-a-scientologist .see-all {
    font-size: 0.5em;
}
#meet-a-scientologist .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);
    transition: transform 0s 0.1s ease-out, opacity 0s 0.1s linear;
    -webkit-transition: -webkit-transform 0s 0.1s ease-out, opacity 0s 0.1s linear;
    -moz-transition: -moz-transform 0s 0.1s ease-out, opacity 0s 0.1s linear;
    -ms-transition: -ms-transform 0s 0.1s ease-out, opacity 0s 0.1s linear;
    -o-transition: -o-transform 0s 0.1s ease-out, opacity 0s 0.1s linear;
}
#meet-a-scientologist.hover-africa .overlay-africa .overlay-img,
#meet-a-scientologist.hover-asia .overlay-asia .overlay-img,
#meet-a-scientologist.hover-australia .overlay-australia .overlay-img,
#meet-a-scientologist.hover-europe .overlay-europe .overlay-img,
#meet-a-scientologist.hover-south-america .overlay-south-america .overlay-img,
#meet-a-scientologist.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;
}
#meet-a-scientologist.show-listing #world-map .cont,
#meet-a-scientologist.show-listing #world-map .cont:hover {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    fill: #b2dee4;
    cursor: inherit;
}
#meet-a-scientologist .mas-footer {
    display: table;
    width: 100%;
    text-align: center;
    color: #369;
    font-size: 18px;
    margin: 1em 0;
}
#meet-a-scientologist .mas-footer-cell {
    display: table-cell;
    width: 50%;
    padding: 0 1em;
    vertical-align: middle;
}
#meet-a-scientologist .mas-view-regions,
#meet-a-scientologist .mas-view-professionals {
    cursor: pointer;
}
#meet-a-scientologist .section {
    display: inline-block;
    vertical-align: top;
}
#meet-a-scientologist .thumb {
    cursor: pointer;
    display: inline-block;
}
#meet-a-scientologist .thumb,
#meet-a-scientologist .thumb-spacer {
    position: relative;
    width: 272px;
    margin: 8px 12px;
}
#meet-a-scientologist .thumb.video-thumb {
    height: 0;
    margin: 8px 12px calc(56.25% + 1.7em);
}

#meet-a-scientologist .thumb-spacer {
    display: block;
}
#meet-a-scientologist .thumb:before {
    position: absolute;
    display: block;
    content: '';
    background: #bbb;
    top: 0;
    left: 0;
    right: 0;
    height: 153px;
    opacity: 0.25;
    transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
}
#meet-a-scientologist .thumb:hover:before {
    opacity: 0;
}
#meet-a-scientologist .thumb img,
#meet-a-scientologist .thumb-spacer:before {
    width: 272px;
    height: 153px;
    display: block;
}
#meet-a-scientologist .thumb-spacer:before {
    content: '';
}
#meet-a-scientologist .thumb-spacer:after {
    content: '\a0';
    display: block;
}
#meet-a-scientologist .thumb .caption {
    color: #707f8e;
    text-align: left;
    display: block;
    white-space: normal;
    line-height: 1.1em;
    padding: 0.2em 0;
}
#meet-a-scientologist .category-thumb .caption {
    color: #fff;
    text-shadow: 0 0 3px #000;
    position: absolute;
    bottom: 0;
    padding: 8px 14px;
    font-size: 1.6em;
}
#meet-a-scientologist .category-thumb:before {
    content: none;
}
#meet-a-scientologist .category-thumb .bright {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
}
#meet-a-scientologist .category-thumb:hover .bright {
    opacity: 1;
}
#meet-a-scientologist.show-map .display-professionals,
#meet-a-scientologist.show-listing .display-professionals,
#meet-a-scientologist .display-map,
#meet-a-scientologist .display-listing {
    display: none;
}
#meet-a-scientologist .display-professionals,
#meet-a-scientologist.show-map .display-map,
#meet-a-scientologist.show-listing .display-listing {
    display: block;
}
#meet-a-scientologist .display-map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    direction: ltr !important;
}
#meet-a-scientologist .display-professionals {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    position: relative;
}
#meet-a-scientologist .display-listing {
    width: 888px;
    margin: 0 auto;
    white-space: nowrap;
    position: relative;
}
.device-ios #meet-a-scientologist .display-listing {
    width: 100vw;
    margin: 0;
    max-width: 100% !important;
}
#meet-a-scientologist .display-listing .slider {
    width: 100%;
}
.device-ios #meet-a-scientologist .display-listing .slider {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.device-ios #meet-a-scientologist .display-listing .arrow {
    display: none;
}
#meet-a-scientologist .display-listing .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    width: 100vw;
    background: rgba(255,255,255,0.5);
    z-index: 1;
    cursor: pointer;
    transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
}
#meet-a-scientologist .display-listing .arrow.hide {
    opacity: 0;
    cursor: default;
}
#meet-a-scientologist .display-listing .arrow:before {
    content: '';
    background: url(data:image/png;base64,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) transparent no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    width: 26px;
    height: 40px;
}
#meet-a-scientologist .display-listing .left-arrow {
    right: 100%;
}
#meet-a-scientologist .display-listing .left-arrow:before {
    right: 10px;
    background-position: center left;
}
#meet-a-scientologist .display-listing .right-arrow {
    left: 100%;
}
#meet-a-scientologist .display-listing .right-arrow:before {
    left: 10px;
    background-position: center right;
}
#meet-a-scientologist .display-listing .spacer {
    display: inline-block;
    transition: margin 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: margin 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: margin 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: margin 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: margin 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
#meet-a-scientologist .display-listing .column {
    display: inline-block;
    vertical-align: top;
}
#meet-a-scientologist .display-listing .thumb {
    display: block;
}
#meet-a-scientologist .display-listing .spinner {
    text-align: center;
    font-size: 4em;
    color: #fff;
}
#meet-a-scientologist .display-listing .spinner:before {
    content: "\e01e";
    font-family: VideoJS;
    width: 1em;
    height: 1em;
    text-shadow: 0 0 .1em #000;
    -webkit-animation: spin 1.5s infinite linear;
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
}
#meet-a-scientologist .display-listing .subcategory {
    margin: 4px 12px;
    padding: 4px 0;
    font-size: 22px;
    border-bottom: 1px solid #d4d4d4;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
#meet-a-scientologist .display-listing .section-footer {
    margin: 4px 12px;
    border-bottom: 1px solid #d4d4d4;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
#meet-a-scientologist .display-listing .back-button {
    color: #369;
    margin: 4px 12px;
    cursor: pointer;
}
#meet-a-scientologist .cont-button-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.modernizr-svg #meet-a-scientologist .cont-button-container {
    display: none;
}
#meet-a-scientologist.show-listing .cont-button-container {
    display: none !important;
}
#meet-a-scientologist .cont-buttons {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 300px;
    height: 384px;
    margin: auto;
}
#meet-a-scientologist .cont-button-africa {
    background: #3399a7 url(../images/age-of-answers/bg-africa.jpg) 100% center no-repeat;
}
#meet-a-scientologist .cont-button-asia {
    background: #0043c0 url(../images/age-of-answers/bg-asia.jpg) 0% center no-repeat;
}
#meet-a-scientologist .cont-button-australia {
    background: #243c82 url(../images/age-of-answers/bg-australia.jpg) 100% center no-repeat;
}
#meet-a-scientologist .cont-button-europe {
    background: #0188ca url(../images/age-of-answers/bg-europe.jpg) 100% center no-repeat;
}
#meet-a-scientologist .cont-button-south-america {
    background: #ccb860 url(../images/age-of-answers/bg-south-america.jpg) 0% center no-repeat;
}
#meet-a-scientologist .cont-button-north-america {
    background: #821b1e url(../images/age-of-answers/bg-north-america.jpg) 0% center no-repeat;
}
#meet-a-scientologist .cont-button {
    display: block;
    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%;
}
#meet-a-scientologist .cont-button-text {
    position: absolute;
    bottom: 8px;
    left: 14px;
    font-size: 1.2em;
}
#mas-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background: #000;
    background: rgba(0,0,0,0.8);
    opacity: 0;
    z-index: 100;
    overflow: hidden;
    transition: opacity 0.4s linear, height 0s 0.4s linear;
    -webkit-transition: opacity 0.4s linear, height 0s 0.4s linear;
    -moz-transition: opacity 0.4s linear, height 0s 0.4s linear;
    -ms-transition: opacity 0.4s linear, height 0s 0.4s linear;
    -o-transition: opacity 0.4s linear, height 0s 0.4s linear;
}
#mas-lightbox.show {
    height: 100%;
    opacity: 1;
    transition: opacity 0.4s linear, height 0s linear;
    -webkit-transition: opacity 0.4s linear, height 0s linear;
    -moz-transition: opacity 0.4s linear, height 0s linear;
    -ms-transition: opacity 0.4s linear, height 0s linear;
    -o-transition: opacity 0.4s linear, height 0s linear;
}
#mas-lightbox .container {
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}
#mas-lightbox .aspect-16x9 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 0;
    padding-bottom: 56.25%;
}
#mas-lightbox .aspect-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#mas-lightbox .video-js {
    width: 100% !important;
    height: 100% !important;
}
#mas-lightbox .close-button {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -16px;
    margin-right: -16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
#mas-lightbox.show .close-button {
    display: block;
}
@media (max-width: 1023px) {
    #meet-a-scientologist .display-listing {
        max-width: 592px;
    }
    #meet-a-scientologist .category-thumb {
        width: 208px;
        margin: 8px 8px;
    }
    #meet-a-scientologist .category-thumb img {
        width: 208px;
        height: 117px;
    }
    #meet-a-scientologist .category-thumb .caption {
        padding: 4px 8px;
        font-size: 1.2em;
    }
}

@media (max-width: 767px) {
    #meet-a-scientologist .display-listing {
        max-width: 296px;
    }
    #meet-a-scientologist .category-thumb {
        width: 136px;
    }
    #meet-a-scientologist .category-thumb img {
        width: 136px;
        height: 77px;
    }
    #mas-lightbox .close-button {
        position: fixed;
        margin-top: 0;
        margin-right: 0;
    }
    .modernizr-svg #meet-a-scientologist .cont-button-container {
        display: block;
    }
}
@media (max-width: 399px) {
    #main #meet-a-scientologist h3.section-title {
        font-size: 24px;
    }
    #meet-a-scientologist .display-listing .right-arrow {
        margin-left: -40px;
    }
    #meet-a-scientologist .display-listing .left-arrow {
        margin-right: -40px;
    }
}
