﻿
/*Scale overrides*/
#WTNScale {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
}

@media only screen and (min-width: 767px) {
    #WTNScale {
        margin-bottom: 0;
    }
}

#WTNScale-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
    background: #ffffff;
    border-radius: 30px;
    max-height: 400px;
    width: 490px;
    height: 400px;
    width: 490px;
    overflow: hidden;
    position: relative;
}

    #WTNScale-2 > div:first-child {
        position: absolute;
        top: -22%;
        left: -6%;
    }

/*IZI MODAL*/
.iziModal .iziModal-header.iziModal-noSubtitle {
    background: white !important;
    box-shadow: unset !important;
    overflow: unset !important;
}

    .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button {
        height: 45px;
        width: 45px;
    }

.iziModal .iziModal-button-close {
    background: url('../img/icn_close.svg') no-repeat 50% 50%;
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons {
    right: 7px;
    top: 20px;
}

@media only screen and (max-width: 767px) {
    .iziModal .iziModal-iframe {
        height: 350px !important;
    }
}

@media only screen and (max-width: 500px) {
    .iziModal .iziModal-iframe {
        height: 280px !important;
    }
}

@media only screen and (max-width: 380px) {
    .iziModal .iziModal-iframe {
        height: 180px !important;
    }
}

/*Select2 overrides*/
.select2-container .select2-selection.select2-selection--single {
    line-height: 52px;
    min-height: 52px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 24px
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 16px;
    line-height: 52px;
    letter-spacing: 0.32px;
    height: 52px;
    outline: none;
    width: 100%;
    font-weight: 400;
    color: #737680;
    transition: all 0.8s;
}

.select2-container--default .select2-selection--single {
    border-radius: 8px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 16px;
        line-height: 52px !important;
        height: 52px;
        outline: none;
        width: 100%;
        font-weight: 400;
        color: #16234C;
        transition: all 0.8s;
    }

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #737680 !important;
    border-radius: 8px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none !important;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 8px;
}


/* FAQS Lang switch*/


.faqs-page-title-lang-switch {
    display: flex;
    justify-content: space-between;
}

#faqs-lang-switch {
    border-bottom: none;
}

    #faqs-lang-switch ul {
        float: none;
    }

        #faqs-lang-switch ul.languages ul {
            width: 234px;
        }

    #faqs-lang-switch:after {
        display: none;
    }

    #faqs-lang-switch ul.languages > li a.selector {
        border: none;
    }

@media (max-width: 1100px) {

    #faqs-lang-switch ul.languages > li a.selector {
        border: none;
    }

    #faqs-lang-switch ul.languages > li a.selector {
        display: flex;
    }
}


.h2hPage-content-wrapper {
    margin-top: 60px;
}

    .h2hPage-content-wrapper p {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.6;
        letter-spacing: 0.32px;
        color: #16234C;
        margin-bottom: 40px;
    }

.btn-success.disabled, .btn-success:disabled {
    background-color: #ebedef;
    opacity: 1 !important;
}

#player-search {
    width: 100%;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    #player-search {
        text-align: center;
    }
}

.min-height-full {
    min-height: calc(100vh - 310px);
}


/*Back to top button styles*/

button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 75px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 99;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

    button.back-to-top:hover,
    button.back-to-top:active,
    button.back-to-top:focus {
        outline: 0 !important;
    }

    button.back-to-top.show {
        display: block;
        background: #8f99b7;
        right: 25px;
        bottom: 50px;
        height: 50px;
        width: 50px;
        visibility: visible;
        box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    }

        button.back-to-top.show:active {
            box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
        }

@media only screen and (max-width: 767px) {
    button.back-to-top.show {
        width: 40px;
        height: 40px;
        right: 20px;
        bottom: 20px;
    }
}

.margin-bottom-36 {
    margin-bottom:36px;
}


/* contact us page */


a:hover {
    color: #E03E52
}

.contact-us-page .umbraco-forms-container {
    padding: 0;
}

.contact-us-page {
    margin: 60px 0;
}

    .contact-us-page input.btn.primary {
        border-width: 1px;
    }

    .contact-us-page .umbraco-forms-submitmessage {
        font-size: 18px;
    }

    .contact-us-page h1 {
        text-transform: unset;
    }

    .contact-us-page hr {
        margin: 40px 0;
    }

    .contact-us-page .umbraco-forms-navigation .col-md-12 {
        padding: 0;
    }
/*Remove tick from dropdown in new design*/
.header .main-nav-inner ul.nav ul.dropdown a.selected {
    background: none;
}

section.banner.home-banner .container h1 {
    text-transform: none;
}

/* Notification Ribbon section - below needs to be moved to classic*/

.notificationRibbon {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    background-image: linear-gradient(to right, #dc3741 6%, #003a70 89%);
    width: 100%;
    max-width: 100%;
    padding: 10px;
    min-height: 48px;
}

.notificationRibbon-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.28px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.28px;
}

    .notificationRibbon-inner a {
        color: #ffffff;
        line-height: 1.6;
        letter-spacing: 0.28px;
    }


.notificationRibbon-close {
    position: absolute;
    right: 0;
    width: 13px;
    height: 13px;
    opacity: 1;
    cursor: pointer;
}

    .notificationRibbon-close:hover {
        opacity: 1;
    }

    .notificationRibbon-close:before, .notificationRibbon-close:after {
        position: absolute;
        left: 6px;
        content: ' ';
        height: 13px;
        width: 2px;
        background-color: #ffffff;
    }

    .notificationRibbon-close:before {
        transform: rotate(45deg);
    }

    .notificationRibbon-close:after {
        transform: rotate(-45deg);
    }

