﻿.load-more {
    padding-top: 20px;
}

    .load-more .text {
        color: #fff;
        font-size: 30px;
        text-align: center;
        text-transform: uppercase;
    }

    .load-more .icon {
        background-color: #fcdd21;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .load-more .icon i {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: #fcfcfc;
        }

#staticPage.reverse-contrast-text .load-more .icon i {
    color: #333;
}

.load-more:hover {
    cursor: pointer;
}

    .load-more:hover > .icon {
        background-color: #777;
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }

.load-more.dark .text {
    color: #333;
}

.StripeElement {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 49px;
    padding: 15px 10px;
    background-color: #f7f7f7;
    color: #333 !important;
    -webkit-box-shadow: 0 1px 3px 0 #e6ebf1;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: -webkit-box-shadow 150ms ease;
    transition: -webkit-box-shadow 150ms ease;
    -o-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease, -webkit-box-shadow 150ms ease;
    border-radius: 0px;
    border: solid 1px #333;
    font-size: 12px;
}

.StripeElement--webkit-autofill {
    color: #333 !important;
}

@media screen and (max-width: 767px) {
    .StripeElement {
        font-size: 12px;
        padding: 8px;
    }
}

section.profile-breadcrumb .text-wrapper {
    padding: 12px 30px;
    background-color: #fcdd21;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

    section.profile-breadcrumb .text-wrapper .separator {
        padding: 0px 5px;
    }

    section.profile-breadcrumb .text-wrapper .text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        letter-spacing: 0px;
        text-transform: uppercase;
        padding-right: 30px;
    }

#staticPage.reverse-contrast-text section.profile-breadcrumb .text-wrapper .text {
    color: #333;
}

section.profile-breadcrumb .text-wrapper .text a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
    letter-spacing: 0px;
}

    section.profile-breadcrumb .text-wrapper .text a:hover {
        cursor: pointer;
    }

section.profile-breadcrumb .text-wrapper .email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#staticPage.reverse-contrast-text section.profile-breadcrumb .text-wrapper .email {
    color: #333;
}

section.profile-breadcrumb .text-wrapper .email a {
    font-size: 18px;
}

@media screen and (max-width: 500px) {
    section.profile-breadcrumb .text-wrapper {
        padding: 10px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        section.profile-breadcrumb .text-wrapper .email, section.profile-breadcrumb .text-wrapper .text {
            font-size: 14px;
        }

            section.profile-breadcrumb .text-wrapper .email a, section.profile-breadcrumb .text-wrapper .text a {
                font-size: 14px;
            }

        section.profile-breadcrumb .text-wrapper .email {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 5px;
        }

        section.profile-breadcrumb .text-wrapper .text {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding-right: 0px;
        }
}

.video-listing-wrapper {
    background-color: #333;
    padding-bottom: 30px;
}

    .video-listing-wrapper .title-and-filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .video-listing-wrapper .title-and-filter .title {
            padding: 20px 30px;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

            .video-listing-wrapper .title-and-filter .title h2 {
                color: #fff;
            }

            .video-listing-wrapper .title-and-filter .title .line {
                width: 100px;
                height: 3px;
                background-color: #fcdd21;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

        .video-listing-wrapper .title-and-filter .filter {
            padding: 20px 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .video-listing-wrapper .title-and-filter .filter .form-group-wrapper .form-group {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                padding: 0px;
            }

                .video-listing-wrapper .title-and-filter .filter .form-group-wrapper .form-group .label {
                    line-height: 45px;
                    padding-right: 30px;
                }

                .video-listing-wrapper .title-and-filter .filter .form-group-wrapper .form-group .select-wrapper {
                    min-width: 200px;
                }

    .video-listing-wrapper .filter-info {
        padding-left: 30px;
    }

        .video-listing-wrapper .filter-info h3 {
            color: #fff;
        }

    .video-listing-wrapper .results-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0px 20px 20px;
    }

        .video-listing-wrapper .results-wrapper .video-tile {
            width: 25%;
            padding: 10px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .video-listing-wrapper .results-wrapper .video-tile:hover {
                cursor: pointer;
            }

                .video-listing-wrapper .results-wrapper .video-tile:hover > .video > .image-wrapper > .aspect-container > .image > .play-overlay > i {
                    opacity: 0.9;
                    -webkit-transform: translate(-50%, -60px);
                    -ms-transform: translate(-50%, -60px);
                    transform: translate(-50%, -60px);
                }

                .video-listing-wrapper .results-wrapper .video-tile:hover > .video > .image-wrapper > .aspect-container > .image > .title-wrapper > .title {
                    -webkit-transform: translateY(-10px);
                    -ms-transform: translateY(-10px);
                    transform: translateY(-10px);
                }

                .video-listing-wrapper .results-wrapper .video-tile:hover > .video > .image-wrapper > .aspect-container > .image > .title-wrapper > .overlay {
                    opacity: 0.9;
                    -webkit-transform: translateY(-15px);
                    -ms-transform: translateY(-15px);
                    transform: translateY(-15px);
                }

            .video-listing-wrapper .results-wrapper .video-tile .video .image-wrapper {
                width: 100%;
                position: relative;
            }

                .video-listing-wrapper .results-wrapper .video-tile .video .image-wrapper .aspect-container {
                    position: relative;
                    padding-top: 70%;
                    width: 100%;
                }

                    .video-listing-wrapper .results-wrapper .video-tile .video .image-wrapper .aspect-container .image {
                        background-size: cover;
                        background-color: #ededed;
                        background-position: center;
                        width: 100%;
                        overflow: hidden;
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        height: 100%;
                    }

                        .video-listing-wrapper .results-wrapper .video-tile .video .image-wrapper .aspect-container .image .lock-overlay i {
                            position: absolute;
                            top: 10px;
                            right: 10px;
                            color: #fcdd21;
                            font-size: 30px;
                        }

                        .video-listing-wrapper .results-wrapper .video-tile .video .image-wrapper .aspect-container .image .play-overlay i {
                            color: #fcfcfc;
                            font-size: 30px;
                            position: absolute;
                            top: 40%;
                            left: 50%;
                            -webkit-transform: translate(-50%, -50%);
                            -ms-transform: translate(-50%, -50%);
                            transform: translate(-50%, -50%);
                            background-color: #fcdd21;
                            opacity: 0.7;
                            padding: 20px;
                            border-radius: 10px;
                            -webkit-transition: 0.3s;
                            -o-transition: 0.3s;
                            transition: 0.3s;
                        }

#staticPage.reverse-contrast-text .video-listing-wrapper .results-wrapper .video-tile .video .image-wrapper .aspect-container .image .play-overlay i {
    color: #333;
}

.video-listing-wrapper .results-wrapper .video-tile .video .image-wrapper .aspect-container .image .title-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: -100%;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
    left: 0px;
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    letter-spacing: 1px;
}

    .video-listing-wrapper .results-wrapper .video-tile .video .image-wrapper .aspect-container .image .title-wrapper .overlay {
        background-color: #fcdd21;
        opacity: 0.7;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .video-listing-wrapper .results-wrapper .video-tile .video .image-wrapper .aspect-container .image .title-wrapper .title {
        position: relative;
        height: 80px;
        z-index: 2;
        font-size: 20px;
        line-height: normal;
        letter-spacing: 1px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        text-align: left;
        padding: 0px;
        font-weight: bold;
    }

#staticPage.reverse-contrast-text .video-listing-wrapper .results-wrapper .video-tile .video .image-wrapper .aspect-container .image .title-wrapper .title {
    color: #333;
}

.video-listing-wrapper .results-wrapper .video-tile .video .image-wrapper .aspect-container .image .title-wrapper .title span {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.video-listing-wrapper .results-wrapper .video-tile .video .text-wrapper {
    background-color: #fcfcfc;
    padding: 20px 30px;
}

    .video-listing-wrapper .results-wrapper .video-tile .video .text-wrapper .subtitle {
        font-weight: bold;
    }

    .video-listing-wrapper .results-wrapper .video-tile .video .text-wrapper .description {
        text-transform: none;
        padding: 10px 0px;
    }

@media screen and (max-width: 1199px) {
    .video-listing-wrapper .results-wrapper .video-tile {
        width: 33.3333%;
    }
}

@media screen and (max-width: 1023px) {
    .video-listing-wrapper .results-wrapper .video-tile {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .video-listing-wrapper .title-and-filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .video-listing-wrapper .title-and-filter .filter {
            padding: 0px 30px;
        }

            .video-listing-wrapper .title-and-filter .filter .form-group-wrapper .form-group {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
            }

    .video-listing-wrapper .results-wrapper .video-tile {
        width: 100%;
    }
}

section.customer-dashboard {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    section.customer-dashboard .tile-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: -15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        section.customer-dashboard .tile-wrapper .aspect-container {
            position: relative;
            padding-top: 21.25%;
            width: 25%;
            margin-top: 15px;
            margin-bottom: 15px;
        }

            section.customer-dashboard .tile-wrapper .aspect-container .tile {
                overflow-x: hidden;
                position: absolute;
                cursor: pointer;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                overflow: hidden;
            }

#staticPage.show-borders section.customer-dashboard .tile-wrapper .aspect-container .tile {
    margin-left: 15px;
    margin-right: 15px;
}

section.customer-dashboard .tile-wrapper .aspect-container .tile a:hover > .overlay {
    background-color: #333;
    opacity: 0.6;
}

section.customer-dashboard .tile-wrapper .aspect-container .tile a:hover > .label {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50px, 0);
    transform: translate3d(-50%, -50px, 0);
}

section.customer-dashboard .tile-wrapper .aspect-container .tile a:hover > .image {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

section.customer-dashboard .tile-wrapper .aspect-container .tile a:hover > .content > .line {
    width: 150px;
}

section.customer-dashboard .tile-wrapper .aspect-container .tile a:hover > .content > h3 {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

section.customer-dashboard .tile-wrapper .aspect-container .tile a .image {
    position: relative;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

section.customer-dashboard .tile-wrapper .aspect-container .tile a .overlay {
    display: block;
    position: absolute;
    top: 0px;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    background-color: #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

section.customer-dashboard .tile-wrapper .aspect-container .tile a .sub-title {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100px;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    background-color: #fcdd21;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: right;
}

#staticPage.reverse-contrast-text section.customer-dashboard .tile-wrapper .aspect-container .tile a .sub-title {
    color: #333;
}

section.customer-dashboard .tile-wrapper .aspect-container .tile a .sub-title.primary {
    background-color: #333;
}

#staticPage.reverse-contrast-text section.customer-dashboard .tile-wrapper .aspect-container .tile a .sub-title.primary {
    color: #fff;
}

section.customer-dashboard .tile-wrapper .aspect-container .tile a .content {
    position: absolute;
    top: 35%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-transform: none;
    width: 100%;
}

    section.customer-dashboard .tile-wrapper .aspect-container .tile a .content .line {
        width: 100px;
        height: 5px;
        background-color: #fcdd21;
        margin-left: auto;
        margin-right: auto;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    section.customer-dashboard .tile-wrapper .aspect-container .tile a .content h3 {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
        font-size: 40px;
        color: #fff;
        line-height: 1.2em;
        color: #fff;
        font-weight: bold;
        text-shadow: 1px 1px grey;
        margin-bottom: 30px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

@media screen and (max-width: 1400px) {
    section.customer-dashboard .tile-wrapper .aspect-container {
        width: 33.3333%;
        padding-top: 28.3333333333%;
    }
}

@media screen and (max-width: 1199px) {
    section.customer-dashboard .tile-wrapper {
        margin: -10px;
    }

        section.customer-dashboard .tile-wrapper .aspect-container {
            width: 33.3333%;
            padding-top: 28.3333333333%;
        }
}

@media screen and (max-width: 1023px) {
    section.customer-dashboard .tile-wrapper .aspect-container {
        width: 50%;
        padding-top: 42.5%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #staticPage.show-borders section.customer-dashboard .tile-wrapper .aspect-container .tile {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    section.customer-dashboard .tile-wrapper .aspect-container {
        width: 100%;
        padding-top: 85%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 500px) {
    section.customer-dashboard {
        padding-bottom: 5px;
    }

        section.customer-dashboard .tile-wrapper .aspect-container {
            width: 100%;
            padding-top: 85%;
            margin-top: 5px;
            margin-bottom: 5px;
        }
}

section.sign-in .sign-in-wrapper {
    background-color: #333;
    padding: 40px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    section.sign-in .sign-in-wrapper .error-message {
        color: #fcdd21;
        padding: 0px 20px;
        border: solid 1px #fcdd21;
        margin-top: 20px;
    }

    section.sign-in .sign-in-wrapper .logo img {
        max-width: 250px;
        margin-bottom: 20px;
    }

    section.sign-in .sign-in-wrapper .sign-in-form-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        color: #fff;
    }

        section.sign-in .sign-in-wrapper .sign-in-form-wrapper h2, section.sign-in .sign-in-wrapper .sign-in-form-wrapper h3 {
            color: #fff;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        section.sign-in .sign-in-wrapper .sign-in-form-wrapper .error-message h3 {
            color: #fcdd21;
        }

        section.sign-in .sign-in-wrapper .sign-in-form-wrapper .vertical-divider {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            margin: 50px 30px;
            width: 1px;
            background-color: #fcdd21;
        }

        section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form {
            width: 300px;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form:hover .line, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form:hover .line {
                width: 100px;
            }

            section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form:hover h3, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form:hover h2, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form:hover h3, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form:hover h2 {
                -webkit-transform: translateY(-10px);
                -ms-transform: translateY(-10px);
                transform: translateY(-10px);
            }

            section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form:hover .error-message h3, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form:hover .error-message h3 {
                -webkit-transform: translateY(0px);
                -ms-transform: translateY(0px);
                transform: translateY(0px);
            }

            section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .line, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form .line {
                width: 75px;
                height: 3px;
                background-color: #fcdd21;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

            section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form form, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form form {
                padding-top: 30px;
            }

                section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form form .form-group, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form form .form-group {
                    width: 100%;
                    padding-bottom: 20px;
                }

                    section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form form .form-group input, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form form .form-group input {
                        width: 100%;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                    }

                        section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form form .form-group input.password, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form form .form-group input.password {
                            color: #fcdd21;
                        }

                    section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form form .form-group label, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form form .form-group label {
                        letter-spacing: 1px;
                    }

                    section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form form .form-group .flaggable .flaggable-text, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form form .form-group .flaggable .flaggable-text {
                        font-size: 16px;
                    }

                        section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form form .form-group .flaggable .flaggable-text a, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form form .form-group .flaggable .flaggable-text a {
                            color: #fcdd21;
                            text-transform: lowercase;
                            font-size: 16px;
                        }

                            section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form form .form-group .flaggable .flaggable-text a:hover, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form form .form-group .flaggable .flaggable-text a:hover {
                                color: #777;
                            }

            section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .footer, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form .footer {
                margin-bottom: 20px;
                margin-top: 20px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }

                section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .footer a, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form .footer a {
                    color: #fcdd21;
                    -webkit-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                }

                    section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .footer a:hover, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form .footer a:hover {
                        color: #777;
                    }

            section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .button, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form a.button, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form .button, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form a.button {
                background-color: #fcdd21;
                color: #fff;
                padding: 15px;
                border-radius: 1px;
                text-transform: uppercase;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                cursor: pointer;
                margin-right: 20px;
                margin-bottom: 20px;
                letter-spacing: 1px;
                font-size: 14px;
            }

#staticPage.reverse-contrast-text section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .button, #staticPage.reverse-contrast-text section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form a.button, #staticPage.reverse-contrast-text section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form .button, #staticPage.reverse-contrast-text section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form a.button {
    color: #333;
}

section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .button:hover, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form a.button:hover, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form .button:hover, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form a.button:hover {
    background-color: #777;
    color: #fff;
}

@media screen and (max-width: 767px) {
    section.sign-in .sign-in-wrapper .sign-in-form-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        section.sign-in .sign-in-wrapper .sign-in-form-wrapper .vertical-divider {
            display: none;
        }

        section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }
}

@media screen and (max-width: 500px) {
    section.sign-in .sign-in-wrapper .sign-in-form-wrapper {
        width: 100%;
    }

        section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form {
            width: 100%;
        }

            section.sign-in .sign-in-wrapper .sign-in-form-wrapper .sign-in-form .button, section.sign-in .sign-in-wrapper .sign-in-form-wrapper .register-form .button {
                font-size: 14px;
                width: 100%;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                text-align: center;
                margin-right: 0px;
            }
}

.customer-account .customer-account-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 30px;
}

    .customer-account .customer-account-wrapper.no-margin {
        margin-bottom: 0px;
    }

    .customer-account .customer-account-wrapper .half {
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .customer-account .customer-account-wrapper .half.first {
            margin-right: 15px;
        }

        .customer-account .customer-account-wrapper .half.last {
            margin-left: 15px;
        }

    .customer-account .customer-account-wrapper .billing {
        margin-left: 15px;
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.customer-account .customer-players-wrapper .players {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .customer-account .customer-players-wrapper .players .container {
        width: 25%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .customer-account .customer-players-wrapper .players .container .player-wrapper {
            width: 100%;
            border: solid 1px #fcdd21;
            padding: 0px 30px 5px;
            position: relative;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .customer-account .customer-players-wrapper .players .container .player-wrapper:hover {
                cursor: pointer;
            }

                .customer-account .customer-players-wrapper .players .container .player-wrapper:hover > .overlay {
                    opacity: 0.3;
                }

                .customer-account .customer-players-wrapper .players .container .player-wrapper:hover > h3 {
                    -webkit-transform: translateY(-5px);
                    -ms-transform: translateY(-5px);
                    transform: translateY(-5px);
                }

                .customer-account .customer-players-wrapper .players .container .player-wrapper:hover > .line {
                    width: 100px;
                }

            .customer-account .customer-players-wrapper .players .container .player-wrapper .overlay {
                background-color: #fcdd21;
                position: absolute;
                top: 0px;
                left: 0px;
                right: 0px;
                bottom: 0px;
                opacity: 0;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

            .customer-account .customer-players-wrapper .players .container .player-wrapper h3 {
                margin-bottom: 10px;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

            .customer-account .customer-players-wrapper .players .container .player-wrapper .line {
                width: 75px;
                height: 2px;
                margin-bottom: 10px;
            }

.customer-account .tile {
    padding: 30px 70px 30px;
    background-color: #fcfcfc;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .customer-account .tile h3 {
        margin-bottom: 10px;
    }

    .customer-account .tile h2 {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .customer-account .tile:hover > h2 {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .customer-account .tile:hover > .line {
        width: 150px;
    }

    .customer-account .tile .title-with-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .customer-account .tile .title-with-buttons .title {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

        .customer-account .tile .title-with-buttons .buttons {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
        }

            .customer-account .tile .title-with-buttons .buttons .button {
                background-color: #fcdd21;
                color: #fcfcfc;
                text-transform: uppercase;
                padding: 10px 10px;
                font-size: 18px;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                width: 100%;
            }

#staticPage.reverse-contrast-text .customer-account .tile .title-with-buttons .buttons .button {
    color: #333;
}

.customer-account .tile .title-with-buttons .buttons .button:hover {
    background-color: #777;
    cursor: pointer;
}

.customer-account .tile .line {
    width: 100px;
    height: 3px;
    background-color: #fcdd21;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .customer-account .tile .line.small {
        height: 2px;
        width: 75px;
    }

.customer-account .tile .detail-wrapper {
    padding-bottom: 15px;
}

    .customer-account .tile .detail-wrapper .title {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: bold;
    }

    .customer-account .tile .detail-wrapper .subscription {
        padding: 5px 0px;
        margin-bottom: 2px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border-bottom: solid 1px #fcdd21;
    }

        .customer-account .tile .detail-wrapper .subscription.total {
            border-bottom: none;
            font-weight: bold;
        }

        .customer-account .tile .detail-wrapper .subscription.no-divider {
            border-bottom: none;
        }

        .customer-account .tile .detail-wrapper .subscription span {
            width: 100%;
        }

.customer-account .tile .error-message {
    color: #fcdd21;
    border: solid 1px #fcdd21;
    padding: 0px 20px;
    margin-bottom: 20px;
}

    .customer-account .tile .error-message h3 {
        color: #fcdd21;
    }

.customer-account .tile .body {
    padding-bottom: 0px;
    padding-top: 30px;
}

    .customer-account .tile .body.grow {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .customer-account .tile .body.divider {
        border-bottom: solid 1px #fcdd21;
        padding-bottom: 10px;
    }

.customer-account .tile .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 30px;
}

    .customer-account .tile .footer .button {
        color: #fcfcfc;
        background-color: #fcdd21;
        text-transform: uppercase;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        margin-right: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 16px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        letter-spacing: 1px;
    }

#staticPage.reverse-contrast-text .customer-account .tile .footer .button {
    color: #333;
}

.customer-account .tile .footer .button:hover {
    background-color: #777;
    cursor: pointer;
}

@media screen and (max-width: 1400px) {
    .customer-account .customer-players-wrapper .players .container {
        width: 33.333333%;
    }
}

@media screen and (max-width: 1023px) {
    .customer-account .customer-account-wrapper {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }

        .customer-account .customer-account-wrapper .tile {
            padding: 20px 30px;
        }

        .customer-account .customer-account-wrapper .half {
            width: 100%;
        }

            .customer-account .customer-account-wrapper .half.first {
                margin-right: 0px;
                margin-bottom: 20px;
            }

            .customer-account .customer-account-wrapper .half.last {
                margin-left: 0px;
            }

    .customer-account .customer-players-wrapper .tile {
        padding: 20px 30px;
    }

    .customer-account .customer-players-wrapper .players .container {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .customer-account .customer-account-wrapper .half.first {
        margin-bottom: 10px;
    }

    .customer-account .tile .title-with-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .customer-account .tile .title-with-buttons .buttons {
            padding-top: 20px;
        }

    .customer-account .tile .footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .customer-account .tile .footer .button {
            text-align: center;
            margin-bottom: 10px;
            margin-right: 0px;
            margin-left: 0px;
        }

    .customer-account .customer-players-wrapper .players .container {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .customer-account .customer-account-wrapper {
        margin-bottom: 10px;
    }

    .customer-account .customer-players-wrapper {
        margin-bottom: 0px;
    }

        .customer-account .customer-players-wrapper .players .container .player-wrapper {
            padding: 0px 20px 0px;
        }
}

section.customer-payment-methods .card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

    section.customer-payment-methods .card-container .card-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        section.customer-payment-methods .card-container .card-wrapper.half {
            width: 50%;
            margin-bottom: 30px;
        }

            section.customer-payment-methods .card-container .card-wrapper.half .divider {
                position: absolute;
                width: 300px;
                height: 1px;
                background-color: #fcdd21;
                bottom: 0px;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
            }

        section.customer-payment-methods .card-container .card-wrapper .card {
            width: 250px !important;
            height: 150px;
            background-color: #333;
            border-radius: 10px;
            color: #fcfcfc;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 20px;
            min-width: 250px;
            font-size: 18px;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        }

            section.customer-payment-methods .card-container .card-wrapper .card div {
                padding: 10px;
            }

            section.customer-payment-methods .card-container .card-wrapper .card .title {
                text-transform: uppercase;
                font-weight: bold;
                letter-spacing: 1px;
            }

            section.customer-payment-methods .card-container .card-wrapper .card .number {
                background-color: #fcdd21;
                text-align: center;
                padding: 5px;
            }

#staticPage.reverse-contrast-text section.customer-payment-methods .card-container .card-wrapper .card .number {
    color: #333;
}

section.customer-payment-methods .card-container .card-wrapper .card .expiry {
    text-align: right;
}

section.customer-payment-methods .card-container .card-wrapper .info {
    padding: 0px 0px 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    section.customer-payment-methods .card-container .card-wrapper .info .overview {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        section.customer-payment-methods .card-container .card-wrapper .info .overview p {
            padding-right: 20px;
        }

        section.customer-payment-methods .card-container .card-wrapper .info .overview .number {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

        section.customer-payment-methods .card-container .card-wrapper .info .overview .status {
            color: #fcdd21;
            font-weight: bold;
            text-transform: uppercase;
        }

    section.customer-payment-methods .card-container .card-wrapper .info .footer {
        padding-top: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        section.customer-payment-methods .card-container .card-wrapper .info .footer .button {
            margin-bottom: 10px;
            margin-right: 0px;
            margin-left: 20px;
            min-width: 150px;
            text-align: center;
        }

@media screen and (max-width: 1199px) {
    section.customer-payment-methods .card-container .card-wrapper.half {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    section.customer-payment-methods .card-container .card-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

        section.customer-payment-methods .card-container .card-wrapper .card {
            margin: 0px;
        }

        section.customer-payment-methods .card-container .card-wrapper .info {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 20px 0px 0px;
        }

            section.customer-payment-methods .card-container .card-wrapper .info .footer {
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

                section.customer-payment-methods .card-container .card-wrapper .info .footer .button {
                    margin-left: 0px;
                }
}

.modal {
    display: none;
}

    .modal .modal-background {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 8998;
        position: fixed;
        background-color: #333;
        opacity: 0.8;
    }

    .modal .modal-content {
        z-index: 8999;
        position: absolute;
        top: 150px;
        margin-bottom: 20px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        max-width: 600px;
        min-width: 400px;
    }

        .modal .modal-content:hover > .tile > .title-with-filter > .title-wrapper > h2 {
            -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            transform: translateY(-10px);
        }

        .modal .modal-content:hover > .tile > .title-with-filter > .title-wrapper > .line {
            width: 100px;
        }

        .modal .modal-content .item-with-title {
            padding: 0px 10px 10px 10px;
        }

            .modal .modal-content .item-with-title .item-title {
                font-weight: bold;
                color: #333;
            }

        .modal .modal-content .error-message {
            color: #fcdd21;
            border: solid 1px #fcdd21;
            padding: 20px 20px;
            margin-bottom: 20px;
        }

            .modal .modal-content .error-message h3 {
                color: #fcdd21;
            }

        .modal .modal-content .form-wrapper {
            margin-left: -15px;
            margin-right: -15px;
        }

        .modal .modal-content .modal-close {
            position: absolute;
            top: 15px;
            right: 15px;
            z-index: 10000;
            font-size: 24px;
            height: 40px;
            width: 40px;
            background-color: #fcdd21;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            color: #fcfcfc;
        }

#staticPage.reverse-contrast-text .modal .modal-content .modal-close {
    color: #333;
}

.modal .modal-content .modal-close:hover {
    cursor: pointer;
    background-color: #777;
}

.modal .modal-content .modal-close i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal .modal-content .tile {
    background-color: #fcfcfc;
    padding: 0px;
}

    .modal .modal-content .tile .title-with-filter .title-wrapper {
        background-color: #333;
        padding: 5px 30px 15px;
    }

        .modal .modal-content .tile .title-with-filter .title-wrapper h2 {
            padding-right: 45px;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .modal .modal-content .tile .title-with-filter .title-wrapper h2, .modal .modal-content .tile .title-with-filter .title-wrapper h3 {
            color: #fcfcfc;
        }

        .modal .modal-content .tile .title-with-filter .title-wrapper h3 {
            margin-bottom: 0px;
        }

        .modal .modal-content .tile .title-with-filter .title-wrapper .line {
            width: 75px;
            height: 3px;
            background-color: #fcdd21;
            margin-bottom: 10px;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

    .modal .modal-content .tile .title-with-filter .body .content {
        text-align: justify;
        padding: 20px 30px;
        color: #333;
    }

    .modal .modal-content .tile .title-with-filter .footer {
        padding: 0px 20px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .modal .modal-content .tile .title-with-filter .footer .button {
            background-color: #fcdd21;
            margin-left: 20px;
            margin-right: 0px;
            padding: 10px 15px;
            color: #fcfcfc;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 18px;
            font-weight: normal;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            margin-bottom: 10px;
        }

#staticPage.reverse-contrast-text .modal .modal-content .tile .title-with-filter .footer .button {
    color: #333;
}

.modal .modal-content .tile .title-with-filter .footer .button:hover {
    background-color: #777;
    cursor: pointer;
}

.modal.active {
    display: block;
}

.modal-form-container {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0px;
    left: 0px;
    z-index: 10000;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: none;
}

    .modal-form-container .modal-form {
        min-width: 280px;
        max-width: 500px;
        width: 100%;
        background-color: white;
        padding: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 3px;
        opacity: 1;
    }

        .modal-form-container .modal-form h3 {
            margin: 0px;
        }

        .modal-form-container .modal-form .form .form-group-wrapper .form-group-column {
            margin: 0px;
        }

.modal-flex {
    display: block;
}

@media screen and (max-width: 1023px) {
    .modal .modal-content {
        min-width: 500px;
        max-width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .modal .modal-content {
        min-width: 85%;
        max-width: 85%;
    }
}

@media screen and (max-width: 500px) {
    .modal .modal-content {
        min-width: 95%;
        max-width: 95%;
    }
}

.customer-statement-container {
    color: #333;
}

    .customer-statement-container .customer-statement, .customer-statement-container .customer-payments {
        border-radius: 5px;
        width: 100%;
        max-width: 1000px;
        min-height: 200px;
        background-color: #fcfcfc;
        margin-left: auto;
        margin-right: auto;
        padding: 20px 40px 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

        .customer-statement-container .customer-statement .footer, .customer-statement-container .customer-payments .footer {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            padding-top: 20px;
        }

            .customer-statement-container .customer-statement .footer .button, .customer-statement-container .customer-payments .footer .button {
                margin-left: 20px;
                background-color: #fcdd21;
                color: #fcfcfc;
                padding: 10px 20px;
                letter-spacing: 1px;
                font-size: 16px;
            }

#staticPage.reverse-contrast-text .customer-statement-container .customer-statement .footer .button, #staticPage.reverse-contrast-text .customer-statement-container .customer-payments .footer .button {
    color: #333;
}

.customer-statement-container .customer-statement .footer .button:hover, .customer-statement-container .customer-payments .footer .button:hover {
    background-color: #777;
}

.customer-statement-container h2 .success, .customer-statement-container h3 .success {
    color: green;
}

.customer-statement-container h2 .fail, .customer-statement-container h3 .fail {
    color: #c10000;
}

.customer-statement-container h2 .warning, .customer-statement-container h3 .warning {
    color: #d5a54f;
}

.customer-statement-container .line {
    width: 100px;
    height: 3px;
    background-color: #fcdd21;
    margin-bottom: 20px;
}

.customer-statement-container .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 50px;
}

    .customer-statement-container .header .logo img {
        max-width: 179px;
    }

    .customer-statement-container .header .company-details {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        line-height: 1.5em;
    }

        .customer-statement-container .header .company-details .details-section {
            padding-bottom: 10px;
            text-align: right;
        }

.customer-statement-container .customer-details {
    line-height: 1.5em;
    padding-bottom: 30px;
}

    .customer-statement-container .customer-details .details-section {
        text-align: left;
        padding-bottom: 10px;
    }

.customer-statement-container .title {
    font-size: 24px;
    letter-spacing: 1px;
}

.customer-statement-container .sub-title {
    font-size: 18px;
}

.customer-statement-container .items, .customer-statement-container .payments {
    padding-top: 40px;
    padding-bottom: 20px;
}

.customer-statement-container .item, .customer-statement-container .payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: dashed 1px #fcfcfc;
    padding: 7px 10px;
}

    .customer-statement-container .item.headder, .customer-statement-container .payment.headder {
        background-color: #fcfcfc;
        font-weight: bold;
    }

    .customer-statement-container .item.payment-item .name, .customer-statement-container .payment.payment-item .name {
        font-weight: normal;
    }

    .customer-statement-container .item .name, .customer-statement-container .payment .name {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-weight: bold;
    }

    .customer-statement-container .item .price, .customer-statement-container .payment .price {
        width: 80px;
        padding: 0px 0px 0px 40px;
        text-align: center;
    }

        .customer-statement-container .item .price.total, .customer-statement-container .payment .price.total {
            font-weight: bold;
        }

    .customer-statement-container .payment div {
        width: 100%;
        color: #333;
    }

    .customer-statement-container .payment .icon {
        width: 20px;
    }

        .customer-statement-container .payment .icon i {
            line-height: 22px;
            text-align: center;
            width: 100%;
        }

        .customer-statement-container .payment .icon.success {
            color: green;
        }

        .customer-statement-container .payment .icon.fail {
            color: #c10000;
        }

    .customer-statement-container .payment.overlay {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .customer-statement-container .payment.overlay:hover {
            cursor: pointer;
            background-color: #fef09f;
        }

.customer-statement-container .totals {
    font-weight: bold;
    font-size: 24px;
    text-align: right;
    padding-right: 20px;
}

.customer-statement-container .vat {
    text-align: right;
    padding-right: 20px;
}

.customer-statement-container .address {
    padding-top: 100px;
    padding-bottom: 20px;
    font-size: 12px;
    color: #333;
}

@media screen and (max-width: 767px) {
    .customer-statement-container {
        padding-top: 10px;
    }

        .customer-statement-container .customer-statement, .customer-statement-container .customer-payments {
            padding: 10px 30px;
            margin-bottom: 20px;
        }

            .customer-statement-container .customer-statement .footer .button, .customer-statement-container .customer-payments .footer .button {
                font-size: 14px;
                width: 100%;
                text-align: center;
                margin-left: 0px;
            }

            .customer-statement-container .customer-statement .title, .customer-statement-container .customer-payments .title {
                font-size: 18px;
            }

            .customer-statement-container .customer-statement .sub-title, .customer-statement-container .customer-payments .sub-title {
                font-size: 14px;
            }

            .customer-statement-container .customer-statement .header .logo img, .customer-statement-container .customer-payments .header .logo img {
                max-width: 140px;
            }
}

@media screen and (max-width: 500px) {
    .customer-statement-container .item, .customer-statement-container .payment {
        padding: 7px 5px;
        margin-left: -5px;
        margin-right: -5px;
    }

    .customer-statement-container .small-hide {
        display: none;
    }

    .customer-statement-container .customer-statement, .customer-statement-container .customer-payments {
        padding: 10px 20px;
        margin-bottom: 10px;
    }

    .customer-statement-container .customer-payments {
        margin-bottom: 0px;
    }
}

.online-register .subscription-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}

    .online-register .subscription-wrapper .subscription {
        text-align: center;
        width: 100%;
        border: solid #fcfcfc 1px;
        text-transform: uppercase;
        height: 50px;
        margin: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 1px;
    }

        .online-register .subscription-wrapper .subscription:hover {
            background-color: #fcdd21;
            cursor: pointer;
        }

        .online-register .subscription-wrapper .subscription.active {
            background-color: #fcdd21;
        }

.online-register .region {
    padding-top: 20px;
}

    .online-register .region .change {
        color: #fcdd21;
    }

        .online-register .region .change:hover {
            cursor: pointer;
        }

    .online-register .region .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 20px;
    }

        .online-register .region .wrapper .icon img {
            max-width: 120px;
        }

        .online-register .region .wrapper .text {
            text-transform: uppercase;
            font-size: 30px;
            text-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding-left: 50px;
        }

.online-register .region-options {
    display: none;
    padding-top: 20px;
}

    .online-register .region-options .option {
        padding-right: 15px;
    }

        .online-register .region-options .option:hover {
            cursor: pointer;
        }

            .online-register .region-options .option:hover > img {
                background-color: #fcdd21;
            }

        .online-register .region-options .option img {
            max-width: 60px;
            padding: 4px;
        }

        .online-register .region-options .option .name {
            text-align: center;
        }

    .online-register .region-options.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

.online-customer-dashboard.white .online-customer-dashboard-wrapper .tile-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
}

    .online-customer-dashboard.white .online-customer-dashboard-wrapper .tile-wrapper .tile {
        width: 100%;
        text-align: center;
        margin-left: 15px;
        margin-right: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .online-customer-dashboard.white .online-customer-dashboard-wrapper .tile-wrapper .tile .sub-title {
            background-color: #fcdd21;
            padding: 40px 60px;
            color: #fcfcfc;
            font-size: 18px;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .online-customer-dashboard.white .online-customer-dashboard-wrapper .tile-wrapper .tile .image-wrapper {
            position: relative;
        }

            .online-customer-dashboard.white .online-customer-dashboard-wrapper .tile-wrapper .tile .image-wrapper .image {
                width: 100%;
                min-height: 350px;
                background-position: center;
                background-size: cover;
            }

            .online-customer-dashboard.white .online-customer-dashboard-wrapper .tile-wrapper .tile .image-wrapper .overlay {
                position: absolute;
                top: 0px;
                left: 0px;
                right: 0px;
                bottom: 0px;
                background-color: #333;
                opacity: 0.5;
            }

            .online-customer-dashboard.white .online-customer-dashboard-wrapper .tile-wrapper .tile .image-wrapper .content {
                position: absolute;
                top: 0px;
                left: 0px;
                right: 0px;
                bottom: 0px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .online-customer-dashboard.white .online-customer-dashboard-wrapper .tile-wrapper .tile .image-wrapper .content h3 {
                    color: #fcfcfc;
                    font-size: 40px;
                    margin-bottom: 20px;
                }

                .online-customer-dashboard.white .online-customer-dashboard-wrapper .tile-wrapper .tile .image-wrapper .content .line {
                    background-color: #fcdd21;
                    width: 100px;
                    height: 3px;
                    margin-left: auto;
                    margin-right: auto;
                }

.online-customer-dashboard.white .online-customer-dashboard-wrapper .tools-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}

    .online-customer-dashboard.white .online-customer-dashboard-wrapper .tools-wrapper .tool {
        width: 100%;
        background-color: #333;
        color: #fcfcfc;
        margin-left: 15px;
        margin-right: 15px;
        padding: 10px 20px;
        font-size: 20px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .online-customer-dashboard.white .online-customer-dashboard-wrapper .tools-wrapper .tool .text {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

        .online-customer-dashboard.white .online-customer-dashboard-wrapper .tools-wrapper .tool .icon i {
            line-height: 30px;
            color: #fcdd21;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .online-customer-dashboard.white .online-customer-dashboard-wrapper .tools-wrapper .tool:hover {
            background-color: #fcdd21;
        }

            .online-customer-dashboard.white .online-customer-dashboard-wrapper .tools-wrapper .tool:hover > .icon > i {
                color: #fcfcfc;
            }
