﻿@import url("https://fonts.googleapis.com/css?family=Montserrat");
body.subpage {
    padding-top: 3.125em;
}

.button.alt {
    background-color: #ef7a30;
    color: #ffffff;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 2.85em;
    line-height: 2.95em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-size: 1.35em;
}

    .button.alt:hover {
        background-color: #ef7a30;
    }

    .button.alt:active {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .button.alt.icon:before {
        color: #676d71;
    }

.app-logo a {
    display: inline-block;
    cursor: pointer;
    text-decoration:none;
}

#paymentHeader {
    background: #35353529;
    color: #ffffff;
    cursor: default;
    height: 5.25em;
    left: 0;
    line-height: 5.25em;
    position: fixed;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 10001;
}

    #paymentHeader > h1 {
        color: #ffffff;
        display: inline-block;
        height: inherit;
        left: 1.25em;
        line-height: 1.5em;
        margin: 0;
        padding: 0;
    }

        #paymentHeader > h1 a {
            font-size: 0.6em;
            color: inherit;
            text-decoration: none;
        }

            #paymentHeader > h1 a:hover {
                color: #ffffff;
            }

        #paymentHeader > h1 span {
            font-weight: 300;
            font-size: .8em;
        }

    #paymentHeader > a {
        -moz-transition: color 0.2s ease-in-out;
        -webkit-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
        display: inline-block;
        padding: 0 0.75em;
        color: inherit;
        text-decoration: none;
    }

        #paymentHeader > a:hover {
            color: #ffffff;
        }

        #paymentHeader > a[href="#menu"] {
            text-decoration: none;
            -webkit-tap-highlight-color: transparent;
        }

            #paymentHeader > a[href="#menu"]:before {
                content: "";
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                text-transform: none !important;
            }

            #paymentHeader > a[href="#menu"]:before {
                margin: 0 0.5em 0 0;
            }

        #paymentHeader > a + a[href="#menu"]:last-child {
            border-left: solid 1px rgba(255, 255, 255, 0.15);
            padding-left: 1.25em;
            margin-left: 0.5em;
        }

        #paymentHeader > a:last-child {
            padding-right: 1.25em;
        }

@media screen and (max-width: 736px) {
    #paymentHeader > a {
        padding: 0 0.5em;
    }

        #paymentHeader > a + a[href="#menu"]:last-child {
            padding-left: 1em;
            margin-left: 0.25em;
        }

        #paymentHeader > a:last-child {
            padding-right: 1em;
        }
}

@media screen and (max-width: 980px) {
    body {
        /*padding-top: 44px;*/
    }

    #paymentHeader {
        height: 44px;
        line-height: 44px;
        /*background: #ef7a30;*/
    }

        #paymentHeader > h1 {
            left: 1em;
        }

            #paymentHeader > h1 a {
                font-size: 0.6em;
            }
}

@media screen and (max-width: 480px) {
    #paymentHeader {
        min-width: 320px;
    }
}


/* menu */

#menu {
    -moz-transform: translateX(20em);
    -webkit-transform: translateX(20em);
    -ms-transform: translateX(20em);
    transform: translateX(20em);
    -moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    -webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    -ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    -webkit-overflow-scrolling: touch;
    background: radial-gradient(at center center, rgb(216, 103, 56) 0%, rgb(216, 78, 19) 100%);
    box-shadow: none;
    color: white;
    height: 100%;
    max-width: 80%;
    overflow-y: auto;
    padding: 3em 2em;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 20em;
    z-index: 10002;
}

    #menu > ul {
        margin: 0 0 1em 0;
    }

        #menu > ul.links {
            list-style: none;
            padding: 0;
        }

            #menu > ul.links > li {
                padding: 0;
            }

                #menu > ul.links > li > a:not(.button) {
                    border: 0;
                    border-top: solid 1px rgba(255, 255, 255, 0.15);
                    color: inherit;
                    display: block;
                    line-height: 3.5em;
                    text-decoration: none;
                }

                #menu > ul.links > li > .button {
                    display: block;
                    margin: 0.5em 0 0 0;
                }

                #menu > ul.links > li:first-child > a:not(.button) {
                    border-top: 0 !important;
                }

    #menu .close {
        text-decoration: none;
        -moz-transition: color 0.2s ease-in-out;
        -webkit-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
        -webkit-tap-highlight-color: transparent;
        border: 0;
        color: white;
        cursor: pointer;
        display: block;
        height: 3.25em;
        line-height: 3.25em;
        padding-right: 1.25em;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
        vertical-align: middle;
        width: 7em;
    }

        #menu .close:before {
            content: "";
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-transform: none !important;
        }

        #menu .close:before {
            font-size: 1.25em;
        }

        #menu .close:hover {
            color: white;
        }

@media screen and (max-width: 736px) {
    #menu .close {
        height: 4em;
        line-height: 4em;
    }
}

#menu.visible {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.2);
    visibility: visible;
}

@media screen and (max-width: 736px) {
    #menu {
        padding: 2.5em 1.75em;
    }
}


/* Banner */

#banner {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding: 8em 0 6em 0;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    background-image: url('../images/banner.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 0;
    min-height: 100vh;
    height: 100vh !important;
    position: relative;
    text-align: center;
    overflow: hidden;
}

    #banner .inner {
        -moz-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
        -moz-transition: opacity 1s ease, -moz-transform 1s ease;
        -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
        -ms-transition: opacity 1s ease, -ms-transform 1s ease;
        transition: opacity 1s ease, transform 1s ease;
        opacity: 1;
        position: relative;
        z-index: 2;
    }

    #banner h1 {
        font-size: 4em;
        margin-bottom: .25em;
        color: #ffffff;
        font-weight: 600;
    }

    #banner p {
        color: rgba(255, 255, 255, 0.65);
        font-size: 1.5em;
    }

    #banner video {
        -moz-transform: translateX(50%) translateY(50%);
        -webkit-transform: translateX(50%) translateY(50%);
        -ms-transform: translateX(50%) translateY(50%);
        transform: translateX(50%) translateY(50%);
        position: absolute;
        bottom: 50%;
        right: 50%;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        overflow: hidden;
    }

    #banner:before {
        -moz-transition: opacity 3s ease;
        -webkit-transition: opacity 3s ease;
        -ms-transition: opacity 3s ease;
        transition: opacity 3s ease;
        -moz-transition-delay: 1.25s;
        -webkit-transition-delay: 1.25s;
        -ms-transition-delay: 1.25s;
        transition-delay: 1.25s;
        content: '';
        display: block;
        background-color: #041625;
        height: 100%;
        left: 0;
        opacity: 0.45;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

@media screen and (max-width: 1280px) {
    #banner video {
        /*display: none;*/
    }
}

@media screen and (max-width: 736px) {
    #banner {
        min-height: 0;
        height: auto !important;
        padding: 4em 2em;
    }

        #banner .inner {
            width: 100%;
        }

        #banner h1 {
            font-size: 1.75em;
            margin-bottom: 0.5em;
            padding-bottom: 0;
        }

        #banner p {
            font-size: 1.25em;
        }

        #banner br {
            display: none;
        }

        #banner .button {
            width: 100%;
        }
}

@media screen and (max-width: 480px) {
    #banner p {
        font-size: 1em;
    }
}

body.is-loading #banner .inner {
    -moz-transform: scale(0.99);
    -webkit-transform: scale(0.99);
    -ms-transform: scale(0.99);
    transform: scale(0.99);
    opacity: 0;
}

body.is-loading #banner:before {
    opacity: 1;
}

ul.alt {
    list-style: none;
    padding-left: 0;
}

    ul.alt li {
        padding: 0.5em 0;
    }

        ul.alt li:first-child {
            border-top: 0;
            padding-top: 0;
        }

ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

    ul.icons li {
        display: inline-block;
        padding: 0 1em 0 0;
    }

        ul.icons li:last-child {
            padding-right: 0;
        }

        ul.icons li .icon:before {
            font-size: 2em;
        }

/* Flex */

.flex {
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

    .flex.flex-2,
    .flex.flex-3 {
        -moz-align-items: stretch;
        -webkit-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
    }

        .flex.flex-2 .col {
            width: 48%;
        }

        .flex.flex-3 .col {
            width: 31%;
        }

    .flex.flex-4 .col {
        width: 22%;
    }

    .flex.flex-tabs {
        -moz-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

        .flex.flex-tabs .tabs {
            width: 100%;
        }

    .flex h3,
    .flex .alt a,
    .flex .alt li{
        color: white;
    }

    .flex i,
    .flex .label {
        font-size: 14px;
        font-weight: 500;
    }

@media screen and (max-width: 980px) {
    .flex.flex-4 .col {
        width: 48%;
    }

    .flex.flex-tabs ul {
        width: 30%;
    }

    .flex.flex-tabs .tabs {
        width: 67%;
    }

    .flex.flex-tabs .flex-3 .col {
        width: 48%;
    }
}

@media screen and (max-width: 736px) {
    .flex.flex-2 .col,
    .flex.flex-3 .col,
    .flex.flex-4 .col {
        width: 100%;
    }

    .flex.flex-tabs {
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .flex.flex-tabs ul {
            width: 100%;
        }

        .flex.flex-tabs .tabs {
            width: 100%;
        }

        .flex.flex-tabs .flex-3 .col {
            width: 100%;
        }
}

.scrolled {
    background-color: #001ea0 !important;
    transition: background-color 200ms linear;
}

#paymentFooter {
    padding: 2em 0 4em 0;
    background: #ef7a30;
    margin-top: 60px;
}

    #paymentFooter > .inner {
        margin: 0 auto;
        width: 80em;
    }

    #paymentFooter .copyright {
        color: #676d71;
        font-size: 0.9em;
        margin: 0 0 2em 0;
        padding: 0;
        text-align: center;
    }

        #paymentFooter .copyright .icons {
            margin: 2em 0 0 0;
        }

@media screen and (max-width: 1280px) {
    #paymentFooter > .inner {
        width: 65em;
    }
}

@media screen and (max-width: 980px) {
    #paymentFooter > .inner {
        width: 90%;
    }
}

@media screen and (max-width: 736px) {
    #paymentFooter {
        padding: 3em 0 1em 0;
    }
}