.swiper-bg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: #333; background-repeat: no-repeat; background-size: cover; opacity: 0.7; }
.swiper-bg-overlay { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.7); }
.swiper { width: 100%; height: auto; }
.swiper-slide { width: 695px; text-align: center; overflow: hidden; cursor: pointer; }
.swiper-slide .swiper-slide-media-container { position: relative; background-color: #000; width: 100%; margin-bottom: 15px; overflow: hidden; }
.swiper-slide .swiper-slide-media, .swiper-slide .swiper-slide-video-play-button { align-items: center; display: flex; height: 100%; justify-content: center; left: 0; position: absolute; top: 0; width: 100%; }
.swiper-slide .swiper-slide-video-play-button svg { width: 75px; height: 75px; }
.swiper-slide .swiper-slide-media-container img { width: 100%; }
.swiper-slide .swiper-slide-text { box-sizing: border-box; color: #fff; text-align: left; display: none; padding-bottom: 1.5rem; }
.swiper-slide.swiper-slide-active .swiper-slide-text { display: block; }
.swiper-slide-micro-heading { font-size: 80%; font-weight: bold; }
.swiper-slide-main-heading { font-weight: bold; padding-bottom: 5px; }
.swiper-pagination-bullet { --swiper-theme-color: #fff; margin: 0 4px; opacity: 0.6; }
.swiper-pagination-bullet-active { opacity: 1; }
.swiper-play, .swiper-pause { color: #fff; cursor: pointer; line-height: 1; }
.swiper-play { display: inline-block; }
.swiper-pause { display: none; }
.autoplay-running .swiper-play { display: none; }
.autoplay-running .swiper-pause { display: inline-block; }
.swiper-button-next { top: 45%; --swiper-theme-color: #fff; }
.swiper-button-prev { top: 45%; --swiper-theme-color: #fff; }
.swiper-slide .swiper-slide-text a { color: #ffffff; text-decoration: underline; }
.video-modal { align-items: center; display: none; height: 100vh; justify-content: center; left: 0; position: fixed; top: 0; transition: opacity .8s ease; width: 100vw; opacity: 0; z-index: 1000000; }
.video-modal.show { display: flex; opacity: 1; }
.video-modal-inner { color: #fff; position: relative; text-align: center; width: 60vw; z-index: 2; }
.video-modal-overlay { background: rgba(0, 0, 0, 0.8); height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
.video-modal-movie { width: 100%; position: relative; }
.video-modal-movie-inner { position: absolute; width: 100%; height: 100%; border: 1px solid #fff; }
.video-modal-close { background: none; border: 0; color: #fff; margin: 0; padding: 0; position: absolute; cursor: pointer; right: -40px; top: -10px; }
.video-modal-close span svg { height: 40px; width: 40px; }
.video-modal-movie iframe { opacity: 1; transform: none; transition: transform .3s ease; visibility: visible; }
@media (max-width: 900px) { .swiper-button-next { margin-right: 13vw; } .swiper-button-prev { margin-left: 13vw; } .swiper-slide .swiper-slide-text { font-size: 0.8em; } .video-modal-inner { width: 80vw; } }
@media (max-width: 700px) { .swiper-button-next { margin-right: 5vw; } .swiper-button-prev { margin-left: 5vw; } .swiper-slide .swiper-slide-text { font-size: 0.8em; } .video-modal-inner { width: 90vw; } .video-modal-close { right: -10px; top: -40px; } }
.sony-box-container { width: 100%; max-width: 1190px; align-items: flex-start; display: flex; flex-wrap: wrap; justify-content: space-between; }
.sony-box-wrap { overflow: hidden; display: flex; flex-wrap: wrap; justify-content: space-between; width: 49%; }
.sony-box { width: 100%; box-sizing: border-box; padding-bottom: 0; display: block; position: relative; }
.sony-box-media { width: 100%; left: 0; position: absolute; top: 0; background-repeat: no-repeat; background-position: center; background-size: cover; }
.sony-box-media a { display: block; width: 100%; height: 100%; }
.sony-box-video-play-button { align-items: center; display: flex; height: 100%; justify-content: center; left: 0; position: absolute; top: 0; width: 100%; cursor: pointer; }
.sony-box-video-play-button svg { width: 75px; height: 75px; }
.sony-box-content { height: 10vw; margin-bottom: 3vw; overflow: hidden; }
.sony-box-small { padding-top: 28.5vw; }
.sony-box-small .sony-box-media { width: 100%; height: 28.5vw; }
.sony-box-media-only .sony-box-small { padding-top: 34vw; }
.sony-box-media-only .sony-box-small .sony-box-media { height: 34vw; }
.sony-box-media-only .sony-box-small:first-child .sony-box-content, .sony-box-media-only .sony-box-content { height: 0; margin-bottom: 2vw; }
.sony-box-large { padding-top: 70vw; }
.sony-box-large .sony-box-media { height: 70vw; }
.sony-box-content { line-height: 1.125rem; }
.sony-box-header { font-weight: bold; padding-top: 10px; padding-bottom: 10px; }
@media (max-width: 700px) { .sony-box-wrap { width: 100%; } .sony-box-content { height: auto; margin-bottom: 8vw; } .sony-box-small, .sony-box-media-only .sony-box-small { padding-top: 57vw; } .sony-box-small .sony-box-media, .sony-box-media-only .sony-box-small .sony-box-media { height: 57vw; } .sony-box-large { padding-top: 138vw; overflow: visible; } .sony-box-large .sony-box-media { height: 138vw; } }
@media (min-width: 1200px) { .sony-box-wrap { min-height: auto; } .sony-box-large { padding-top: 695px; } .sony-box-large .sony-box-media { height: 695px; } .sony-box-small { padding-top: 282px; } .sony-box-small .sony-box-media { height: 282px; } .sony-box-content { height: 140px; margin-bottom: 10px; } .sony-box-media-only .sony-box-small { padding-top: 342px; } .sony-box-media-only .sony-box-small .sony-box-media { height: 342px; } .sony-box-media-only .sony-box-small:first-child .sony-box-content, .sony-box-media-only .sony-box-content { height: 0; } }
.box-image { position: relative; overflow: hidden; border: 1px solid #eee; background-repeat: no-repeat; background-position: center; background-size: cover; }
.box-badge { position: absolute; bottom: 0; text-transform: uppercase; background-color: #eee; color: #c00; font-weight: bold; padding: 5px 10px; z-index: 999; }
.box-title { font-weight: bold; font-size: 1.1rem; overflow: hidden; }
.box-description { overflow: hidden; }
.box-title .ellipsis, .box-description .ellipsis { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space: pre-wrap; }
.box-description .ellipsis { -webkit-line-clamp: 3; }
.social-share {
    display: flex;
    -moz-column-gap: 1rem;
         column-gap: 1rem 
}
.social-share svg {
    height: 1.5rem;
}
.gallery-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2%;
    box-sizing: border-box;
    margin-bottom: 2%;
}
.gallery-row-left .gallery-rowspan {
    grid-row: 1 / 3;
}
.gallery-row-right .gallery-rowspan {
    grid-row: 1 / 3;
    grid-column: 2;
}
.gallery-image {
    border-radius: 0.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 50%;
    position: relative;
}
.gallery-large .gallery-image {
    padding-top: 123%;
}
.gallery-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
}
.gallery-play svg {
    width: 15%;
}
.gallery-content {
    padding-top: 20%;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}
.gallery-title {
    position: absolute;
    top: 0.5rem;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.gallery-description {
    position: absolute;
    top: 2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.gallery-title2 {
    font-style: italic;
    font-size: 0.8rem;
    opacity: 0.5;
}
.gallery-description2 {
    font-size: 0.7rem;
    opacity: 0.5;
}
.gallery-close {
    cursor: pointer;
    position: absolute;
    top: -35px;
    right: -35px;
    width: 40px;
    height: 40px;
    border: 5px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-close svg {
    width: 80%;
}
.embed-responsive-9by16 {
    &::before {
        padding-top: 177.78%;
    }
}
.gallery-sizer, .gallery-box {
    width: 100%;
}
@media (min-width: 576px) {
    .gallery-sizer, .gallery-box {
        flex: 0 0 49%;
        max-width: 49%;
    }
}
@media (min-width: 768px) {
    .gallery-sizer, .gallery-box {
        flex: 0 0 32%;
        max-width: 32%;
    }
}
@media (min-width: 992px) {
    .gallery-sizer, .gallery-box {
        flex: 0 0 23.5%;
        max-width: 23.5%;
    }
}
.gallery-gutter {
    width: 2%;
}
.gallery-box {
    padding: 0;
    margin-bottom: 2%;
}
.gallery-box iframe {
    width: 100% !important;
    min-width: auto !important;
}
.gallery-image2 {
    position: relative;
    color: inherit;
    text-decoration: none;
}
.gallery-image2 img {
    border-radius: 0.5rem;
    width: 100%;
}
@media (max-width: 767px) {
.gallery-row {
    display: block;
}
.gallery-item {
    margin-bottom: 2%;
}
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
    .navbar .dropdown a.dropdown-item {
        padding-left: 1.3rem;
        border-left: 0.2rem solid #fff;
    }
    .navbar .dropdown a.dropdown-item:hover, .navbar .dropdown a.dropdown-item:active {
        border-left: 0.2rem solid #3a3a3a;
    }
    .navbar li.nav-item {
        border-right: 1px solid transparent;
        border-color: rgba(255,255,255,.3);
    }
    .navbar li.nav-item:last-child {
        border: none;
    }
}
@media all and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 3.5rem;
        right: 0;
        background-color: #3a3a3a;
        border-radius: 0.25rem;
        border: 1px solid transparent;
        border-color: rgba(255,255,255,.1);
        padding: 0 1rem;
        min-width: 15rem;
        z-index: 999;
    }
    .navbar .dropdown-menu {
        background-color: #3a3a3a;
        border: none;
        padding: 0;
        margin: 0;
    }
    .navbar .dropdown.show a { 
        background-color: #3a3a3a;
        color: rgba(255,255,255,.5);
    }
    .navbar .dropdown.show a:hover {
        color: rgba(255,255,255,.8);
    }
    .navbar .dropdown.show a:active {
        color: rgba(255,255,255,1);
    }
}
.gsc-control-cse {
    padding: 0!important;
    margin-left: 0.5rem!important;
    border: none!important;
    min-width: 150px;
}
.gsc-input-box {
  padding: 0!important;
  border-radius: 0!important;
}
table.gsc-search-box td.gsc-input {
    padding: 0!important;
}
.gsc-search-button {
    display: none!important;
}
form.gsc-search-box, table.gsc-search-box {
    margin: 0!important;
}
.gsc-results-wrapper-overlay {
    height: 90vh!important;
}
.gsc-modal-background-image {
    height: 100vh!important;
}
.bg-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.bg-black {
    background-color: #000 !important;
}
.text-black {
    color: #000 !important;
}
.page-header {
    background-color: #3a3a3a;
    background-image: url(/img/logo-bg.png);
    padding: 1rem 0;
}
.page-header .logo {
    height: 5.5rem;
}
.page-header .logo img {
    max-width: 100%;
    max-height: 100%;
}
.page-footer {
    padding-top: 1rem;
    background-color: #3a3a3a;
}
.page-breadcrumb {
    background-color: #5c5c5d;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 0.5rem 0;
    font-size: 0.8rem;
}
.alignnone, .alignleft, .alignright, .aligncenter {
    max-width: 100%;
    height: auto;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption-text {
    font-size: 0.9rem;
    font-style: italic;
    opacity: 0.7;
    padding-top: 0.3rem;
}
.faq-box {
    display: flex;
    padding: 2rem 2rem 4rem;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}
.faq-box .faq {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #540032;
    background-image: url(/img/faq-bg.jpg);
    background-attachment: fixed;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.rounded-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    vertical-align: text-bottom;
    border-radius: 1.5rem;
    margin-right: 0.5rem;
}
.site-title-container {
    display: inline-block;
    border-bottom: 5px solid #4f9c2c;
    padding-bottom: 3px;
}
.site-title {
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 5px solid #0f4bf2;
}
.site-subtitle {
    font-size: 1.25rem;
}
.print-on {
    display: none;
}