﻿@font-face {
    font-family: 'Comfortaa';
    src: url(./fonts/Comfortaa.ttf) format('truetype');
}

@font-face {
    font-family: 'Merriweather';
    src: url(./fonts/Merriweather.ttf) format('truetype');
}

html {
    float: left;
    width: 100%;
    height: auto;
    height: 100vh;
    font-family: Verdana,Sans-Serif;
    font-size: 14px;
    text-align: center;
    color: #292929;
    display: inline-block;
    background: transparent;
    overflow:hidden;
    /*scroll-behavior: smooth;
    scroll-snap-type: mandatory;
    scroll-snap-points-y: repeat(100vh);
    scroll-snap-type: y mandatory;*/
}

body, form {
    width: 100%;
    background: #101010;
    font-size: 14px;
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    position: relative;
    height: 100vh;
    overflow: hidden;
    
}

section.menu {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: transparent;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding-right: 0;
    width: calc(100% - 16px);
}

nav.logo {
    width: auto;
    height: auto;
    float: left;
    font-size: 130%;
    line-height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}

    nav.logo a {
        float: left;
        line-height: 1em;
        margin: 1em 5px 0 15px;
        padding:5px;
        color: #ffffff;
        text-decoration: none;
        -webkit-transition: background-color 0.5s ease;
        -moz-transition: background-color 0.5s ease;
        -o-transition: background-color 0.5s ease;
        transition: background-color 0.5s ease;
        font-weight: normal;
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        /*nav.logo a:hover {
            background-color: #0575ab;
        }*/

    nav.logo sup {
        font-size: 45%;
        color: rgba(255, 255, 255, 0.1);
        position: relative;
        vertical-align: baseline;
        margin-left: 1px;
        margin-right: -1em;
        top: -1.4em;
        margin-bottom: -1.4em;
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    }

    nav.logo a img {
        float: left;
        width: 30px;
        height: 18px;
        border: none;
        margin-top: 0px;
        margin-right: 6px;
        margin-bottom: -1px;
    }


    nav.logo div.logo_icon {
        position: relative;
        display: inline-block;
        width: auto;
        height: auto;
        margin-right: 5px;
        float: left;
        margin-top: -3px;
    }

    nav.logo div.logo_svg_icon {
        fill: #fff;
        -webkit-transition: fill .4s ease;
        -moz-transition: fill .4s ease;
        -o-transition: fill .4s ease;
        transition: fill .4s ease;
    }

    nav.logo div.logo_icon:hover .logo_svg_icon {
        fill: #0575ab;
    }

    nav.logo a strong {
        float: none;
        font-size: 100%;
        padding: 0;
        margin: 0;
    }

.prospect-menu-burger {
    float: left;
    display: inline-block;
    box-sizing: border-box;
    color: #fff;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 1.1em;
    -webkit-transition: background-color .3s ease,color .3s ease, border .3s ease;
    -moz-transition: background-color .3s ease,color .3s ease, border .3s ease;
    -o-transition: background-color .3s ease,color .3s ease, border .3s ease;
    transition: background-color .3s ease,color .3s ease, border .3s ease;
    padding: 0 4px;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    border-radius: 50%;
    margin-top: 14px;
    margin-left: 10px;
    border: 2px solid #fff;
}

    .prospect-menu-burger:hover {
        border: 2px solid #0575ab;
    }

.burger-right {
    float: right;
    margin-right: 15px;
    margin-left: 0;
}

.burger-color {
    width: 25px;
    height: 25px;
}

.menu-burger {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 7px;
}

.menu-burger-inner {
    top: 50%;
    display: block;
    margin-top: 0;
}

    .menu-burger-inner, .menu-burger-inner:after, .menu-burger-inner:before {
        position: absolute;
        width: 18px;
        height: 2px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 4px;
        background-color: #fff;
        -webkit-transition: background-color .3s ease;
        -moz-transition: background-color .3s ease;
        -o-transition: background-color .3s ease;
        transition: background-color .3s ease;
    }

        .menu-burger-inner:after, .menu-burger-inner:before {
            display: block;
            content: "";
        }

        .menu-burger-inner:before {
            top: -6px;
        }

        .menu-burger-inner:after {
            bottom: -6px;
        }

.prospect-menu-burger:hover .menu-burger-inner, .prospect-menu-burger:hover .menu-burger-inner:after, .prospect-menu-burger:hover .menu-burger-inner:before {
    background-color: #0575ab;
}

.menu-burger-gear {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 24px;
    margin-top: 3px;
    margin-left: 2px;
}

.menu-burger-cart {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: 3px;
    margin-left: 2px;
}

.menu-burger-dark {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #212121;
    margin-left: -5px;
    margin-top: -3px;
}

.menu-burger-light {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #fff;
    margin-left:-5px;
    margin-top:-3px;
}

.menu_svg_icon {
    fill: #fff;
    -webkit-transition: fill .4s ease;
    -moz-transition: fill .4s ease;
    -o-transition: fill .4s ease;
    transition: fill .4s ease;
}

.prospect-menu-burger:hover .menu_svg_icon {
    fill: #0575ab;
}

nav.prospect-menu {
    float: left;
    width: 400px;
    height: 100vh;
    background: #fff;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

nav.prospect-menu-right {
    float: right;
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

nav.prospect-menu h2 {
    width: calc(100% - 50px);
    color: #fff;
    text-align: left;
    display: inline-block;
    box-sizing: border-box;
    padding: 18px 60px 0 35px;
    float: left;
    background: #0575ab;
    font-size: 1.4em;
    line-height:1em;
    height: 54px;
    margin:0;
}

nav.prospect-menu a.prospect-menu-close {
    float: left;
    width: 50px;
    height: 54px;
    color: #fff;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    padding-top: 17px;
    background: #0575ab;
    font-size: 2em;
    line-height: 0.6em;
    cursor: pointer;
    -webkit-transition: background-color .3s ease,color .3s ease;
    -moz-transition: background-color .3s ease,color .3s ease;
    -o-transition: background-color .3s ease,color .3s ease;
    transition: background-color .3s ease,color .3s ease;
}

    nav.prospect-menu a.prospect-menu-close:hover {
        background: #006094;
    }

nav.prospect-menu ul {
    float: left;
    width: 100%;
    display: inline-block;
    height: calc(100vh - 50px);
    overflow: auto;
    box-sizing: border-box;
    padding: 15px 0 100px 0;
    margin:0;
}

    nav.prospect-menu ul li {
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 0;
        box-sizing: border-box;
    }

        nav.prospect-menu ul li a {
            width: 100%;
            text-align: left;
            display: inline-block;
            box-sizing: border-box;
            color: #333;
            text-decoration: none;
            padding: 18px 35px 18px 35px;
            font-size: 1.2em;
            position: relative;
            -webkit-transition: background-color .3s ease,color .3s ease;
            -moz-transition: background-color .3s ease,color .3s ease;
            -o-transition: background-color .3s ease,color .3s ease;
            transition: background-color .3s ease,color .3s ease;
        }

            nav.prospect-menu ul li a:hover {
                background: #e6e6e6;
            }

            nav.prospect-menu ul li a:after {
                content: '';
                border: solid #e6e6e6;
                border-width: 0 4px 4px 0;
                display: inline-block;
                padding: 5px;
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                position: absolute;
                top: 19px;
                right: 15px;
            }

            nav.prospect-menu ul li a:hover:after {
                border: solid #d6d6d6;
                content: '';
                border-width: 0 4px 4px 0;
                display: inline-block;
                padding: 5px;
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                position: absolute;
                top: 19px;
                right: 15px;
            }


div.menu_background {
    display: inline-block !important;
    opacity: 0.8;
    -webkit-backface-visibility: hidden;
    z-index: 25;
}


section.story {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 100%;
    overflow: auto;
    scroll-snap-type: y;
}

article.story_article {
    display: block;
    height: 100vh;
    float: none;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    max-width: 100%;
    width: 100%;
    padding: 0 0;
    scroll-snap-type: y;
    scroll-margin: 50%;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
}

    article.story_article table.image_table {
        float: left;
        text-align: center;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        display: inline-block;
        position: relative;
    }

    article.story_article table tbody, article.story_article table tbody, article.story_article table tr, article.story_article table td {
        width: 100%;
        display: inline-block;
        position: relative;
    }

    article.story_article div.gradient {
        text-align: center;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        height: 100vh;
        overflow: hidden;
        display: inline-block;
        position: relative;
    }

        article.story_article div.gradient::after {
            content: '';
            /*background: linear-gradient(180deg, rgba(16,16,16,0) 0%, rgba(16,16,16,0) 50%, rgba(16,16,16,1) 85%, rgba(16,16,16,1) 100%);*/
            background: rgba(0,0,0,0.75);
            width: 100%;
            min-width: 100%;
            height: 100%;
            min-height: none;
            position: absolute;
            z-index: 2;
            top: 0;
            left: 0;
        }

    article.story_article div.gradient img {
        float: none;
        text-align: center;
        margin: 0 auto;
        /*max-height: none;
        max-width: 100%;
        width: 100%;
        height: auto;*/
        height: 100%;
        width: 136.36vh;
        min-width: 100%;
        min-height: 73.33vw;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

        article.story_article img.zoom {
            animation: scale 30s linear infinite;
        }

@keyframes scale {
    50% {
        -webkit-transform: scale(1.3) translate(-35%, -35%);
        -moz-transform: scale(1.3) translate(-35%, -35%);
        -ms-transform: scale(1.3) translate(-35%, -35%);
        -o-transform: scale(1.3) translate(-35%, -35%);
        transform: scale(1.3) translate(-35%, -35%);
    }
}

article.story_article video {
    float: none;
    text-align: center;
    margin: 0 auto;
    height: 100%;
    width: 136.36vh;
    min-width: 100%;
    min-height: 73.33vw;
    position: absolute;
    left: 50%; 
    top: 50%;
    transform: translate(-50%, -50%);
}

article.story_article div.text_table {
    text-align: center;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100vh;
}

article.story_article div.text {
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
    table-layout: fixed;
    width: 100vw;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
}

    article.story_article div.text h1 {
        height: auto;
        text-align: center;
        font-size: 4em;
        font-family: Merriweather;
        color: #fff;
        box-sizing: border-box;
        margin: 0 auto;
        line-height: 1.5em;
        width: 100%;
        max-width: 100%;
        font-weight: bold;
        display: inline-block;
    }
        
        article.story_article div.text i {
            font-style:normal;
            white-space:nowrap;
        }


    article.story_article div.text h3, article.story_article div.text h4 {
        height: auto;
        text-align: center;
        font-size: 1em;
        font-family: Arial;
        color: #fff;
        box-sizing: border-box;
        margin: 0 auto;
        margin-top: 0px;
        line-height: 1.5em;
        width: 100%;
        max-width: 100%;
        font-weight: normal;
        display: inline-block;
        padding: 0 25%;
    }

    article .story_article div.review h2 {
    font-size: 1.6em;
    font-family: Merriweather;
    font-style: italic;
    width: auto;
    display:inline-block;
    padding: 0 1em 0 0.5em;
    vertical-align:top;
}

article.story_article div.text h2 {
    height: auto;
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    box-sizing: border-box;
    margin: 0.7em auto 1em auto;
    line-height: 1.5em;
    width: 100%;
    max-width: 100%;
    font-weight: normal;
    display: inline-block;
    padding: 0 5%;
    font-family: Merriweather;
}

article.story_article div.text a.big_action {
    color: #fff;
    text-decoration: none;
    -webkit-transition: background-color .5s ease, border .5s ease;
    -moz-transition: background-color .5s ease, border .5s ease;
    -o-transition: background-color .5s ease, border .5s ease;
    transition: background-color .5s ease, border .5s ease;
    background: #0575ab;
    border: 2px solid #0575ab;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 0.7em 2.5em;
    display: inline-block;
    margin-top: 0em;
    font-weight: bold;
    font-size: 1.5em;
    font-family: Arial;
    float: none;
}

    article.story_article div.text a.big_action:hover {
        background: #00578b;
        border: 2px solid #00578b;
    }

article.story_article div.text a.action {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: transparent;
    /*border: 2px solid #fff;*/
    box-sizing: border-box;
    /*border-radius: 6px;*/
    border-bottom:4px solid transparent;
    padding: 0.5em 0.5em;
    display: inline-block;
    margin: 1.5em 0.5em 0 0.5em;
    font-weight: bold;
    font-size: 1.2em;
    font-family: Arial;
}

    article.story_article div.text a.action:hover {
        /*background: #0575ab;
        border: 2px solid #0575ab;*/
        border-bottom: 4px solid #0575ab;
        color: #0575ab;
    }

    article.story_article div.text a.active {
        color: #fff;
        /*background: #0575ab;*/
        /*border: 2px solid #0575ab;*/
        border:none;
        border-bottom:4px solid #0575ab;
        text-shadow: none;
        padding: 0.5em 0.5em;
    }

        article.story_article div.text a.active:hover {
            /*background: #00578b;*/
            color: #00578b;
            border-bottom: 4px solid #00578b;
            /*border: 2px solid #00578b;*/
            /*padding: 0.5em 1.5em;*/
        }

article.story_article div.review_avatar {
    width: 100%;
    display: inline-block;
    text-align: center;
    float: left;
}

    article.story_article div.review_avatar div.review_avatar_circle {
        width: 25px;
        height: 25px;
        display: inline-block;
        text-align: center;
        border: 2px solid rgba(255,255, 255,0.5);
        background: transparent;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 1px 1px 3px 1px rgba(50,50,50,0.1);
    }

        article.story_article div.review_avatar div.review_avatar_circle img {
            width: 25px;
            height: 25px;
            opacity: 0.5;
        }

article.story_article div.review h1 {
    height: auto;
    text-align: center;
    font-size: 1.8em;
    font-family: Merriweather;
    color: #fff;
    box-sizing: border-box;
    margin: 0 auto;
    line-height: 1.5em;
    width: 100%;
    max-width: 100%;
    font-weight: bold;
    display: inline-block;
    padding: 20px 5em;
}

div.review div.review_stars {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 0em 0 1em 0;
}

    div.review div.review_stars svg {
        -webkit-filter: drop-shadow( 1px 1px 2px rgba(50, 50, 50, 0.1));
        filter: drop-shadow( 1px 1px 2px rgba(50, 50, 50, 0.1));
    }

article.story_article div.review a {
    background: #0575ab;
    border: 2px solid #0575ab;
}

    article.story_article div.review a:hover {
        background: #00578b;
        border: 2px solid #00578b;
    }

article.story_article p i {
    background: #0575ab;
    font-style: normal;
    padding: 4px 8px;
    white-space: nowrap;
    margin-left: 8px;
    border-radius: 5px;
    margin-left: 8px;
    font-size: 0.7em;
}

article.inside_article {
    display: inline-block;
    max-width: 75%;
    width: 75%;
    height: 100vh;
    float: none;
    margin: 0 auto;
    padding: 6em 0;
    box-sizing: border-box;
    position: relative;
    overflow:hidden;
}

    article.inside_article div.inside_gradient {
        width: 50%;
        text-align: center;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        /*height: calc(100vh - 12em);*/
        float: left;
        overflow:hidden;
    }

    article.inside_article img {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    .superres_inside_wrap {
        width: 50%;
        display: inline-block;
        float: left;
        box-sizing: border-box;
        padding-top:5em;
        vertical-align: middle;
    }

    article.inside_article video {
        max-height: calc(100vh - 12em);
        max-width: 100%;
        width: auto;
        float: none;
        text-align: center;
        margin: 0 auto;
        display:block;

        /*float: none;
        text-align: center;
        margin: 0 auto;
        height: 100%;
        width: 136.36vh;
        min-width: 100%;
        min-height: 73.33vw;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);*/
    }

    article.inside_article div.inside_text {
        width: 60%;
        height: calc(100vh - 12em);
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        article.inside_article div.inside_text p {
            height: auto;
            width: 100%;
            text-align: center;
            font-size: 2em;
            font-family: Georgia;
            color: #fff;
            padding: 2em 1em;
            box-sizing: border-box;
            max-width: 500px;
            margin: 0 auto;
            line-height: 1.5em;
        }

            article.inside_article div.inside_text p a {
                color: #fff;
            }

                article.inside_article div.inside_text p a:hover {
                    color: #ddd;
                }

    article.inside_article p em {
        background: #0575ab;
        font-style: normal;
        padding: 0 8px;
        white-space: nowrap;
    }

    article.inside_article p i {
        background: #0575ab;
        font-style: normal;
        padding: 4px 8px;
        white-space: nowrap;
        margin-left: 8px;
        border-radius: 5px;
        font-size: 0.8em;
    }

.inside_text_item {
    width: 100%;
    float: left;
    display: inline;
    box-sizing: border-box;
    padding: 0em 2em 3em 4em;
}

    .inside_text_item h1 {
        font-weight: bold;
        font-size: 1.6em;
        color: #fff;
        text-align: left;
        -webkit-transition: color .5s ease;
        -moz-transition: color .5s ease;
        -o-transition: color .5s ease;
        transition: color .5s ease;
        width: auto;
        float: left;
        line-height: 1.5em;
        font-family: Merriweather;
        margin: 0;
    }

    .inside_text_item span {
        float: left;
        width: 100%;
        font-size: 1.4em;
        color: #f1f1f1;
        text-align: left;
        box-sizing: border-box;
        padding-top: 10px;
        line-height: 1.6em;
        font-family: Merriweather;
    }

    .inside_text_item a {
        color: #fff;
        text-decoration: none;
        -webkit-transition: background-color .5s ease, border .5s ease;
        -moz-transition: background-color .5s ease, border .5s ease;
        -o-transition: background-color .5s ease, border .5s ease;
        transition: background-color .5s ease, border .5s ease;
        background: #0575ab;
        border: 2px solid #0575ab;
        box-sizing: border-box;
        border-radius: 6px;
        padding: 0.7em 2.5em;
        display: inline-block;
        margin-top: 0em;
        font-weight: bold;
        font-size: 1.5em;
        font-family: Arial;
        float: left;
    }

        .inside_text_item a:hover {
            background: #00578b;
            border: 2px solid #00578b;
        }


.full_text_item {
    width: 100%;
    float: left;
    display: inline;
    box-sizing: border-box;
    padding: 0em 5em 3em 5em;
}

    .full_text_item h1 {
        font-size: 2em;
        text-align: center;
        width: 100%;
        padding:0;
    }

    .full_text_item span {
        font-size: 1.4em;
        text-align: center;
        padding: 1em 3.5em 1.5em 3.5em;
    }

    .full_text_item a.link_btn {
        float: none;
        padding: 0.5em 2em;
        margin: 0em 0.5em 1em 0.5em;
        font-size: 1.2em;
        background: transparent;
        border: 2px solid #fff;
        box-sizing:border-box;
    }

    .full_text_item a:hover {
        background: #00578b;
        border: 2px solid #00578b;
    }

article.superres_article {
    max-width: 90%;
    width: 90%;
}

article.inside_article table.superres_image_table {
    width: 60%;
    height: calc(100vh - 12em);
}

article.inside_article div.superres_inside_text {
    width: 100%;
}

.superres_text_item {
    padding: 0em 0em 3em 2em;
}

article.carousel_article {
    /*overflow-x: hidden;*/
    overflow:hidden;
}

    article.carousel_article div.gradient::after {
        content: '';
        /*background: linear-gradient(180deg, rgba(16,16,16,0) 0%, rgba(16,16,16,0) 50%, rgba(16,16,16,1) 85%, rgba(16,16,16,1) 100%);*/
        background: rgba(0,0,0,0.85);
    }

.carousel_item {
    float: left;
    display: inline-block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

#ci_2, #ci_3, #ri_2, #ri_3 {
    transform: translateX(100%);
}

.carousel_dots {
    position: absolute;
    /*bottom: 7em;*/
    bottom: 150px;
    left: 0;
    width: 100%;
    height: 14px;
    z-index: 3;
    background: transparent;
    display: inline-block;
    text-align: center;
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

    .carousel_dots span {
        float: none;
        display: inline-block;
        width: 14px;
        height: 14px;
        background: rgba(255,255,255,0.3);
        overflow: hidden;
        border-radius: 50%;
        cursor: pointer;
        margin: 0 5px 0 5px;
        -webkit-transition: background-color .5s ease;
        -moz-transition: background-color .5s ease;
        -o-transition: background-color .5s ease;
        transition: background-color .5s ease;
    }

        .carousel_dots span.carousel_dot_active {
            background: #fff;
        }

        .carousel_dots span:hover {
            background: #fff;
        }


.carousel_button {
    position: absolute;
    top: calc(50vh - 50px);
    z-index: 3;
    cursor: pointer;
    background: transparent;
    border: solid rgba(255,255,255,0.2);
    border-width: 0 12px 12px 0;
    display: inline-block;
    padding: 20px;
    -webkit-transition: border .5s ease;
    -moz-transition: border .5s ease;
    -o-transition: border .5s ease;
    transition: border .5s ease;
}

    .carousel_button:hover {
        border: solid rgba(255,255,255,1);
        border-width: 0 12px 12px 0;
    }

.back_btn {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 25px;
}

.next_btn {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 25px;
}

.down_btn {
    border: solid rgba(255,255,255,0.2);
    border-width: 0 12px 12px 0;
    display: inline-block;
    padding: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    z-index: 3;
    bottom: 40px;
    left: calc(50% - 26px);
    cursor: pointer;
    -webkit-transition: border .5s ease;
    -moz-transition: border .5s ease;
    -o-transition: border .5s ease;
    transition: border .5s ease;
}

    .down_btn:hover {
        border: solid rgba(255,255,255,1);
        border-width: 0 12px 12px 0;
    }

.up_btn {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    bottom:unset;
    top:40px;
    left: calc(50% - 26px);
}

.foot_up_btn {
    top: 30px;
}


footer {
    float: left;
    width: 100%;
    height: 100vh;
    margin: 0 0 0 0;
    padding: 0px;
    text-align: center;
    font-size: 1em;
    line-height: 1em;
    background-color: #010101;
    display: inline-block;
    scroll-margin: 0;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    position:relative;
}

    footer section.middlefooter {
        float: left;
        width: 100%;
        height: 100vh;
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 1em;
        line-height: 1em;
        background-color: #1e1e1e;
        display: inline-block;
    }

    footer article.middlefooter_article {
        float: none;
        width: 80%;
        margin: 0 auto;
        padding: 20vh 1.5em 3em 1.5em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
    }

.footer_linkbar_wrap {
    float: left;
    width: 30%;
}

.footer_blogbar_wrap {
    float: left;
    width: 68%;
    padding: 0 1em 0 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer_blogbar_item {
    width: 100%;
    float: left;
    display: inline;
    box-sizing: border-box;
    padding: 1em 0em 2em 0em;
}

    .footer_blogbar_item a {
        font-weight: bold;
        font-size: 1.5em;
        color: #fff;
        text-align: left;
        text-decoration: none;
        -webkit-transition: color .5s ease;
        -moz-transition: color .5s ease;
        -o-transition: color .5s ease;
        transition: color .5s ease;
        width: auto;
        cursor: pointer;
        float: left;
        line-height: 1.5em;
        font-family: Merriweather;
    }

        .footer_blogbar_item a:hover {
            color: #0575ab;
        }

        .footer_blogbar_item a.footer_readmore {
            font-size: 1em;
            font-family: Verdana,Sans-Serif;
            font-weight:normal;
            color:#0575ab;
        }

            .footer_blogbar_item a.footer_readmore:hover {
                color: #fff;
            }

        .footer_blogbar_item span {
            float: left;
            width: 100%;
            font-size: 1em;
            color: #f1f1f1;
            text-align: left;
            box-sizing: border-box;
            padding-top: 10px;
            line-height: 1.8em;
            padding: 0.5em 3em 0 0;
        }

.footer_tweetbar_wrap {
    float: left;
    width: 30%;
    height: auto;
}

.footer_linkbar_item {
    float: none;
    width: 100%;
    padding: 1em 0 1em 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    display: inline-block;
}

    .footer_linkbar_item a {
        text-decoration: none;
        color: #ccc;
        margin-top: 6px;
        float: left;
        display: inline-block;
        -webkit-transition: color .5s ease;
        -moz-transition: color .5s ease;
        -o-transition: color .5s ease;
        transition: color .5s ease;
        white-space:nowrap;
    }

        .footer_linkbar_item a:hover {
            color: #0575ab;
        }

.footer_social_icon {
    float: left;
    width: 25px;
    height: 26px;
    margin-right: 8px;
    background-repeat: no-repeat;
    overflow: hidden;
    background-image: url(../../images/op2/master/footer-icons-2020.png);
}

.footer_icon_twitter {
    background-position: 0px 0px;
}

.footer_icon_facebook {
    background-position: -25px 0px;
    height: 23px;
}

.footer_icon_blog {
    background-position: -50px 0px;
}

.footer_icon_pinterest {
    background-position: -75px 0px;
}

.footer_icon_youtube {
    background-position: -100px 0px;
}

.footer_icon_instagram {
    background-position: -125px 0px;
}

.footer_icon_linkedin {
    background-position: -151px 0px;
}

.footer_icon_tiktok {
    background-position: -176px 0px;
}

nav.bottom_logo {
    width: auto;
    height: auto;
    float: left;
    font-size: 130%;
    line-height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}

    nav.bottom_logo a {
        float: left;
        line-height: 1em;
        margin: 1em 5px 0 15px;
        padding: 5px 5px 5px 0;
        color: #ffffff;
        text-decoration: none;
        -webkit-transition: background-color 0.5s ease;
        -moz-transition: background-color 0.5s ease;
        -o-transition: background-color 0.5s ease;
        transition: background-color 0.5s ease;
        font-weight: normal;
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    nav.bottom_logo sup {
        font-size: 45%;
        color: rgba(255, 255, 255, 0.1);
        position: relative;
        vertical-align: baseline;
        margin-left: 1px;
        margin-right: -1em;
        top: -1.4em;
        margin-bottom: -1.4em;
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    }

    nav.bottom_logo a img {
        float: left;
        width: 30px;
        height: 18px;
        border: none;
        margin-top: 0px;
        margin-right: 6px;
        margin-bottom: -1px;
    }


    nav.bottom_logo div.logo_icon {
        position: relative;
        display: inline-block;
        width: auto;
        height: auto;
        margin-right: 5px;
        float: left;
        margin-top: -3px;
    }

    nav.bottom_logo div.logo_svg_icon {
        fill: #fff;
        -webkit-transition: fill .4s ease;
        -moz-transition: fill .4s ease;
        -o-transition: fill .4s ease;
        transition: fill .4s ease;
    }

    nav.bottom_logo div.logo_icon:hover .logo_svg_icon {
        fill: #0575ab;
    }

    nav.bottom_logo a strong {
        float: none;
        font-size: 100%;
        padding: 0;
        margin: 0;
    }

    nav.bottom_logo span.bottom_logo_desc {
        font-size: 0.6em;
        color: #e6e6e6;
        text-align: left;
        width: 100%;
        margin: 0em 1em 1.2em 1.3em;
        line-height: 1.5em;
        display: inline-block;
        float: left;
    }

div.search_background {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
}

.slide-in-left {
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in-left 0.5s forwards;
}

.slide-out-left {
    animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out-left 0.5s forwards;
}

.slide-in-right {
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in-right 0.5s forwards;
}

.slide-out-right {
    animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out-right 0.5s forwards;
}

.fade-in {
    animation: fade-in 0.5s;
    -webkit-animation: fade-in 0.5s;
}

.fade-out {
    animation: fade-out 0.5s;
    -webkit-animation: fade-out 0.5s;
}

@keyframes slide-in-left {
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide-in-left {
    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes slide-out-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes slide-out-left {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes slide-in-right {
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide-in-right {
    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes slide-out-right {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
    }
}

@-webkit-keyframes slide-out-right {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(100%);
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.8;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.8;
    }
}

@keyframes fade-out {
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fade-out {
    100% {
        opacity: 0;
    }
}


@media (max-width: 1070px) {
    article.story_article div.text h1 {
        font-size: 3em;
    }

    article.story_article div.review h1 {
        font-size: 1.5em;
        padding: 20px 1em;
    }

    .footer_linkbar_wrap {
        width: 40%;
    }

    .footer_blogbar_wrap {
        width: 58%;
    }
}

@media(max-width:1024px) {
    nav.logo {
        margin-left: 1%;
    }

    article.inside_article table.inside_image_table {
        width: 50%;
    }

    article.inside_article div.inside_text {
        width: 50%;
    }

    .inside_text_item {
        padding: 0em 2em 3em 3em;
    }

        .inside_text_item h1 {
            font-size: 1.4em;
        }

    .inside_text_item span {
        font-size: 1.2em;
        padding-top: 10px;
    }

    .full_text_item {
        padding: 0em 2em 3em 2em;
    }

        .full_text_item h1 {
            font-size: 2em;
        }

        .full_text_item span {
            font-size: 1.4em;
            padding: 1em 3.5em 1.5em 3.5em;
        }

    .inside_dots {
        position: absolute;
        bottom: 100px;
    }

    .footer_blogbar_item a {
        font-size: 1.5em;
    }
}

@media(max-width:950px) {

    .inside_text_item {
        padding: 0em 0em 3em 3em;
    }

        .inside_text_item h1 {
            font-size: 1.2em;
        }

        .inside_text_item span {
            font-size: 1em;
            padding-top: 10px;
        }

    .full_text_item {
        padding: 0em 2em 3em 2em;
    }

        .full_text_item h1 {
            font-size: 2em;
        }

        .full_text_item span {
            font-size: 1.4em;
            padding: 1em 3.5em 1.5em 3.5em;
        }

    .superres_inside_wrap {
        padding-top:1em;
    }
}

@media(max-width:850px) {
    article.story_article div.text a.big_action {
        padding: 0.7em 2.5em;
        font-size: 1.3em;
    }
    
    article.inside_article {
        max-width: 80%;
        width: 80%;
        padding: 6em 0;

    }
    
    .inside_text_item {
        padding: 0em 0em 3em 2em;
    }

        .inside_text_item h1 {
            font-size: 1.1em;
        }

        .inside_text_item span {
            font-size: 0.9em;
            padding-top: 10px;
        }

    .full_text_item {
        padding: 0em 2em 3em 2em;
    }

        .full_text_item h1 {
            font-size: 2em;
        }

        .full_text_item span {
            font-size: 1.4em;
            padding: 1em 3.5em 1.5em 3.5em;
        }

    article.inside_article div.inside_gradient {
        width: 100%;
    }

    article.inside_article img {
        width: 80%;
    }

    .superres_inside_wrap {
        width:100%;
    }


    footer section.middlefooter {
        height: auto;
        min-height: 100vh;
    }

    footer article.middlefooter_article {
        width: 100%;
        padding: 10vh 1.5em 3em 1.5em;
    }

    .footer_blogbar_item a {
        font-size: 1.4em;
    }

    .footer_linkbar_wrap {
        width: 100%;
    }

    .footer_blogbar_wrap {
        width: 100%;
    }

    nav.bottom_logo span.bottom_logo_desc {
        margin: 0em 0 1.2em 0;
        padding: 0 1em 0 1.3em;
        box-sizing: border-box;
        white-space: normal;
    }
}

@media(max-width:750px) {
    article.story_article div.text a.big_action {
        padding: 0.7em 2.5em;
        font-size: 1.1em;
    }
    
    article.inside_article {
        max-width: 100%;
        width: 100%;
        padding: 0em 0;
        height:100vh;
    }

        article.inside_article table tbody, article.inside_article table tbody, article.inside_article table tr, article.inside_article table td {
            width: 100%;
            height: 100vh;
            display: inline-block;
            position: relative;
        }

        article.inside_article table.inside_image_table {
            width: 100%;
            height: 100vh;
            float: left;
            text-align: center;
        }
 
        /*article.inside_article video, article.inside_article img {
            float: none;
            text-align: center;
            margin: 0 auto;
            width: 100%;
            height: 177.77777778vh;
            min-height: 100%;
            min-width: 56.25vw;
            max-height: none;
            max-width: none;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }*/

        article.inside_article div.inside_text {
            width: 100%;
            height: auto;
            display: table-cell;
            vertical-align: bottom;
            text-align: center;
            position: absolute;
            z-index: 2;
            bottom:10%;
        }

    div.bullet_text_wrap {
        float: none;
        height: calc(100vh - 12em);
        display: table-cell;
        vertical-align: middle;
        table-layout: fixed;
    }

        article.inside_article div.bullet_text {
            vertical-align: middle;
            top: 6em;
            height: calc(100vh - 12em);
        }

        article.inside_article div.inside_text_full {
            vertical-align: middle;
            top: 6em;
            height: calc(100vh - 12em);
        }

    .full_text_item {
        float: none;
        height: calc(100vh - 12em);
        display: table-cell;
        vertical-align: middle;
        table-layout: fixed;
    }

        .inside_text_item {
            padding: 0em 18% 2em 18%;
        }

        /*.inside_text_item h1 {
            font-size: 1.7em;
            width:100%;
            padding:10px;
            box-sizing:border-box;
        }

        .inside_text_item span {
            font-size: 1.2em;
            width:100%;
            margin-top: 0px;
            padding:10px;
        }*/

        .inside_text_item a {
            width:80%;
        }

        .full_text_item h1 {
            font-size: 1.8em;
            padding:0;
        }

        .full_text_item span {
            font-size: 1.3em;
            padding: 1em 0 2em 0;
        }

        .full_text_item a.link_btn {
            float: none;
            padding: 0.5em 2em;
            margin: 0em 0 1em 0;
            font-size: 1.2em;
            background: transparent;
            border: 2px solid #fff;
            box-sizing: border-box;
        }

    .carousel_dots {
        bottom: 90px;
    }

    .inside_dots {
        position: absolute;
        bottom: 5%;
    }
}

@media(max-width:615px) {
    .up_btn {
        top: 60px;
    }
    
    article.story_article div.text h1 {
        font-size: 2.5em;
    }

    article.story_article div.text h3, article.story_article div.text h4 {
        padding: 0 0;
    }

    article.story_article div.text a {
        padding: 0.5em 1.5em;
        margin: 0.5em 0.5em 0.5em 0.5em;
        font-size: 1.1em;
    }

        article.story_article div.text a.active {
            padding: 0.5em 0.5em;
        }

    article.story_article div.review h1 {
        font-size: 1.5em;
        padding: 20px 20px;
    }


    .inside_text_item {
        padding: 0em 16% 2em 16%;
    }

    /*.inside_text_item h1 {
        font-size: 1.5em;
    }

    .inside_text_item span {
        font-size: 1em;
    }*/

    .inside_text_item a {
        width: 100%;
    }

    article.story_article div.review_avatar div.review_avatar_circle {
        width: 60px;
        height: 60px;
    }

        article.story_article div.review_avatar div.review_avatar_circle img {
            width: 60px;
            height: 60px;
        }

    div.review div.review_stars {
        padding: 0.5em 0 0 0;
    }

    .review_stars svg {
        width: 20px;
        height: 20px;
    }

    article.story_article div.review h1 {
        font-size: 1.4em;
        padding: 15px 1em;
    }
}

@media(max-width:500px) {

    nav.logo {
        font-size: 110%;
    }

        nav.logo a {
            margin: 1em 5px 0 5px;
            padding: 3px;
        }

        nav.logo a span {
            margin-top:3px;
            display:inline-block;
        }


    .prospect-menu-burger {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 1.1em;
        padding: 0 4px;
        margin-top: 12px;
        margin-left: 8px;
    }

    .burger-right {
        margin-right: 8px;
    }

    .menu-burger {
        width: 18px;
        height: 18px;
        margin-top: 4px;
    }

    .menu-burger-gear {
        margin-top: 1px;
        margin-left: 1px;
    }

    .menu-burger-cart {
        margin-top: 3px;
        margin-left: 0px;
    }

    article.story_article div.text_small {
        font-size: 1.5em;
    }

    article.inside_article div.gradient {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: inline-block;
        position: relative;
    }

    article.story_article div.text h2 {
        font-size: 1.2em;
        margin-top: 1.5em;
        padding: 0 5%;
    }

    article.inside_article div.text_small {
        font-size: 1.5em;
    }

    article.story_article div.review h1 {
        font-size: 1.2em;
        padding: 15px 20px;
    }

    article.story_article div.review h2 {
        font-size: 1.1em;
        padding: 0px 20px;
    }

    .down_btn {
        border: solid rgba(255,255,255,0.2);
        border-width: 0 8px 8px 0;
        padding: 15px;
        bottom: 40px;
        left: calc(50% - 18px);
    }

    .up_btn {
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        bottom: unset;
        top: 50px;
        left: calc(50% - 18px);
    }

    .carousel_button {
        top: calc(50vh - 18px);
        border: solid rgba(255,255,255,0.2);
        border-width: 0 8px 8px 0;
        padding: 15px;
    }
}

@media (max-width: 400px) {
    nav.prospect-menu {
        width: 100vw;
    }

    article.story_article div.text h1 {
        font-size: 2em;
    }

    article.story_article div.text a {
        padding: 0.5em 0.5em;
        margin: 1.4em 0.3em 0 0.3em;
        font-size: 1em;
    }

        article.story_article div.text a.active {
            padding: 0.5em 0.5em;
        }

    article.story_article div.review h1 {
        font-size: 0.9em;
        padding: 10px 30px;
    }

    article.story_article div.review h2 {
        font-size: 1em;
        padding: 0px 20px;
    }

    div.review div.review_stars {
        padding: 0.5em 0 0 0;
    }

    .review_stars svg {
        width:20px;
        height:20px;
    }

    article.story_article div.review_avatar div.review_avatar_circle img {
        width: 50px;
        height: 50px;
    }

    article.story_article div.review_avatar div.review_avatar_circle {
        width: 50px;
        height: 50px;
    }
}
