/* ==========================================================================
   Custom styles
   ========================================================================== */
   hr {
    display: block;
    border-color: #eee;
    margin: 50px 0
}

blockquote {
    position: relative
}

    blockquote:before {
        position: relative;
        content: '“';
        left: -10px;
        top: 20px;
        font-size: 50px;
        line-height: 0;
        color: #209cad
    }

    blockquote:after {
        position: relative;
        content: '”';
        right: -10px;
        bottom: -20px;
        font-size: 50px;
        line-height: 0;
        color: #209cad
    }

cite {
    font-size: 16px
}

iframe.landing-page {
    width: 90vw;
    height: 50.625vw;
    max-width: 800px;
    max-height: 450px;
    margin: 24px 0;
    border-radius: 4px;
    border: 1px solid #eee
}

#header.landing-page {
    top: 0 !important;
    position: fixed !important;
    z-index: 10 !important;
    height: 120px !important
}

#container > iframe.landing-page {
    width: 90vw;
    height: calc(50.625vw + 42px);
    max-width: 800px;
    max-height: 492px;
    margin: 24px 0;
    border-radius: 4px;
    border: 1px solid #eee
}

#header.landing-page > a:not(.account) {
    position: absolute;
    right: 5vw !important;
    color: #fff !important;
    line-height: 36px !important;
    height: 36px !important;
    margin-top: 30px;
    padding: 0 25px !important;
    font-weight: bold !important;
    border: none !important;
    margin-left: 5vw !important;
    display: inline-block !important;
    vertical-align: middle !important;
    font-size: 16px !important;
    border: 3px solid #fff !important;
    border-radius: 6px
}

    #header.landing-page > a img {
        margin-right: 5px;
}

#header > a.account {
    position: absolute;
    right: calc(5vw + 22px);
    top: 80px;
    font-size: 12px;
    color: #fff;
    line-height: 1.2em;
}

#header.landing-page #logo-landing {
    width: 270px !important;
    left: calc(50% - 135px) !important
}

    #header.landing-page #logo-landing img {
        top: 55px
    }

#overlay-content.landing-page {
    max-width: 900px;
    width: auto;
}

a.account {
    font-weight: bold;
    font-size: 18px;
}

.languagepicker {
    position: absolute;
    background-color: #fff;
    display: inline-block;
    padding: 0;
    height: 40px;
    overflow: hidden;
    transition: all .3s ease;
    margin: 30px 0;
    vertical-align: top;
    border-radius: 4px;
    border: 1px solid #eee;
    z-index: 1000
}

    .languagepicker:hover {
        height: 160px;
    }

    .languagepicker a {
        color: #555;
        text-decoration: none
    }

    .languagepicker li {
        display: block;
        padding: 0 20px;
        line-height: 40px;
        border-top: 1px solid #eee
    }

        .languagepicker li:hover {
            background-color: #eee
        }

    .languagepicker a:first-child li {
        border: none;
        background: #fff !important
    }

    .languagepicker li img {
        margin-right: 10px;
        height: 16px
    }

#container.landing {
    width: 90vw !important;
    max-width: 1200px !important;
    margin: 0 auto;
    padding-top: 180px;
    padding-bottom: 120px;
    overflow-x: hidden
}

    #container.landing h1 {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 50px
    }

    #container.landing h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 50px
    }

    #container.landing h3 {
        color: #209cad;
        text-align: center;
        font-weight: bold;
        margin-bottom: 15px
    }

    #container.landing .col1_2 {
        text-align: center
    }

    #container.landing ul {
        display: inline-block;
        list-style-type: none;
        line-height: 50px;
        font-size: 18px;
        padding: 0;
        text-align: center;
        max-width: 420px
    }

        #container.landing ul li {
            display: inline-block;
            padding: 0 10px;
            margin: 5px 0;
            border-radius: 4px;
            border: 1px solid #eee;
            width: calc(90vw - 22px);
            max-width: 320px;
            text-align: left
        }

            #container.landing ul li span {
                color: #209cad;
                font-size: 2em;
                vertical-align: bottom;
                margin-right: 20px
            }

    #container.landing .buttons {
        clear: both;
        margin: 50px 0 80px 0
    }

#app-btns {
    max-width: 320px;
    margin: 0 auto;
    transform: scale(1.4)
}

.btn-landing {
    width: auto;
    padding: 5px 30px;
    margin: 0 !important
}

.col1_3 {
    margin: 15px calc(1.5% - 2px);
    text-align: center
}

.clearfix {
    clear: both
}

@media screen and (max-width:720px) {

    #header > a.account {
        top: 62px !important;
    }

    #header.landing-page > a:not(.account), .languagepicker {
        margin-top: 10px
    }

    #container.landing h1 {
        font-size: 36px !important;
        line-height: 44px !important
    }

    #container.landing h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 50px
    }

    #app-btns {
        transform: scale(1)
    }

    .col1_2, .col1_3 {
        width: 100%;
        margin: 15px 0 !important
    }

        .col1_2 br {
            display: none
        }
}
