@font-face {
    font-family: 'Roboto-Light';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Roboto-Medium';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff');
}
/*** Reset classes
--------------------------------------------------------*/

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
    color: #333333;
    font-size: 14px;
    background: #f2f2f2;
    padding: 25px 150px;
}

h2 {
    color: #00446b;
    font-size: 24px;
    font-family: "Roboto-Medium", sans-serif;
}

.h2 {
    color: #00446b;
    font-size: 24px;
    font-family: "Roboto-Medium", sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

h3 {
    font-size: 20px;
    font-family: "Roboto-Medium", sans-serif;
}

h5 {
    font-size: 16px;
    font-family: "Roboto-Medium", sans-serif;
}

a {
    color: #005243;
    text-decoration: underline;
    font-family: "Roboto-Medium", sans-serif;
}

    a:hover {
        color: #005243;
        text-decoration: none;
    }

label {
    font-family: "Roboto-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}

ul, ol {
    padding-left: 15px;
}

li {
    line-height: 1.6;
}

/*** Nav Style Start
*****************************************************/

.navbar-inverse {
    background-color: #00446b;
    border-color: #00446b;
    color: #ffffff;
    height: 35px;
}

.navbar {
    min-height: auto;
    border-radius: 0;
    margin-bottom: 0;
    border: 0 solid transparent;
}

.navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.3;
    color: #ffffff;
    text-decoration: none;
}

.nav > li > a {
    padding: 8px 15px;
    text-decoration: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    visibility: hidden;
}

.navbar-toggle {
    display: none;
}


/*** Button Style Start
*****************************************************/

.btn {
    cursor: pointer;
    padding: 6px 15px;
    text-align: center;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    text-decoration: none;
    border: 0;
}

.btn-primary {
    border-color: #003554;
    color: #fff;
    background: #00446b;
    background: -moz-linear-gradient(top, #0d4e73 1%, #0d4e73 49%, #00446b 51%, #00446b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0d4e73), color-stop(49%, #0d4e73), color-stop(51%, #00446b), color-stop(100%, #00446b));
    background: -webkit-linear-gradient(top, #0d4e73 1%, #0d4e73 49%, #00446b 51%, #00446b 100%);
    background: -o-linear-gradient(top, #0d4e73 1%, #0d4e73 49%, #00446b 51%, #00446b 100%);
    background: -ms-linear-gradient(top, #0d4e73 1%, #0d4e73 49%, #00446b 51%, #00446b 100%);
    background: linear-gradient(to bottom, #0d4e73 1%, #0d4e73 49%, #00446b 51%, #00446b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0d4e73', endColorstr='#00446b', GradientType=0);
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        background: #003554;
        color: #fff;
    }

.btn-maroon {
    border-color: #761c4c;
    color: #fff;
    background: #761c4c;
    background: -moz-linear-gradient(top, #812e5a 1%, #812e5a 49%, #761c4c 51%, #761c4c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #812e5a), color-stop(49%, #812e5a), color-stop(51%, #761c4c), color-stop(100%, #761c4c));
    background: -webkit-linear-gradient(top, #812e5a 1%, #812e5a 49%, #761c4c 51%, #761c4c 100%);
    background: -o-linear-gradient(top, #812e5a 1%, #812e5a 49%, #761c4c 51%, #761c4c 100%);
    background: -ms-linear-gradient(top, #812e5a 1%, #812e5a 49%, #761c4c 51%, #761c4c 100%);
    background: linear-gradient(to bottom, #812e5a 1%, #812e5a 49%, #761c4c 51%, #761c4c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#812e5a', endColorstr='#761c4c', GradientType=0);
}

    .btn-maroon:hover, .btn-maroon:active, .btn-maroon:focus {
        background: #661842;
        color: #fff;
    }

.btn-purple {
    border-color: #4d3f5e;
    color: #fff;
    background: #4d3f5e;
    background: -moz-linear-gradient(top, #5b4e6b 1%, #5b4e6b 49%, #4d3f5e 51%, #4d3f5e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #5b4e6b), color-stop(49%, #5b4e6b), color-stop(51%, #4d3f5e), color-stop(100%, #4d3f5e));
    background: -webkit-linear-gradient(top, #5b4e6b 1%, #5b4e6b 49%, #4d3f5e 51%, #4d3f5e 100%);
    background: -o-linear-gradient(top, #5b4e6b 1%, #5b4e6b 49%, #4d3f5e 51%, #4d3f5e 100%);
    background: -ms-linear-gradient(top, #5b4e6b 1%, #5b4e6b 49%, #4d3f5e 51%, #4d3f5e 100%);
    background: linear-gradient(to bottom, #5b4e6b 1%, #5b4e6b 49%, #4d3f5e 51%, #4d3f5e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5b4e6b', endColorstr='#4d3f5e', GradientType=0);
}

    .btn-purple:hover, .btn-purple:active, .btn-purple:focus {
        background: #3b3048;
        color: #fff;
    }

.btn-lblue {
    border-color: #005A80;
    color: #fff;
    background: #005A80;
    background: -moz-linear-gradient(top, #005A80 1%, #005A80 49%, #005A80 51%, #005A80 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #005A80), color-stop(49%, #005A80), color-stop(51%, #005A80), color-stop(100%, #005A80));
    background: -webkit-linear-gradient(top, #005A80 1%, #005A80 49%, #005A80 51%, #005A80 100%);
    background: -o-linear-gradient(top, #005A80 1%, #005A80 49%, #005A80 51%, #005A80 100%);
    background: -ms-linear-gradient(top, #005A80 1%, #005A80 49%, #005A80 51%, #005A80 100%);
    background: linear-gradient(to bottom, #005A80 1%, #005A80 49%, #005A80 51%, #005A80 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#005A80', endColorstr='#005A80', GradientType=0);
}

    .btn-lblue:hover, .btn-lblue:active, .btn-lblue:focus {
        background: #013b54;
        color: #fff;
    }

.btn-lgreen {
    border-color: #89b636;
    color: #fff;
    background: #89b636;
    background: -moz-linear-gradient(top, #97c93c 1%, #97c93c 49%, #89b636 51%, #89b636 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #97c93c), color-stop(49%, #97c93c), color-stop(51%, #89b636), color-stop(100%, #89b636));
    background: -webkit-linear-gradient(top, #97c93c 1%, #97c93c 49%, #89b636 51%, #89b636 100%);
    background: -o-linear-gradient(top, #97c93c 1%, #97c93c 49%, #89b636 51%, #89b636 100%);
    background: -ms-linear-gradient(top, #97c93c 1%, #97c93c 49%, #89b636 51%, #89b636 100%);
    background: linear-gradient(to bottom, #97c93c 1%, #97c93c 49%, #89b636 51%, #89b636 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#97c93c', endColorstr='#89b636', GradientType=0);
}

    .btn-lgreen:hover, .btn-lgreen:active, .btn-lgreen:focus {
        background: #7eb31d;
        color: #fff;
    }

.btn-orange {
    border-color: #f59342;
    color: #fff;
    background: #f59342;
    background: -moz-linear-gradient(top, #f59342 1%, #f59342 49%, #f59342 51%, #f59342 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f59342), color-stop(49%, #f59342), color-stop(51%, #f59342), color-stop(100%, #f59342));
    background: -webkit-linear-gradient(top, #f59342 1%, #f59342 49%, #f59342 51%, #f59342 100%);
    background: -o-linear-gradient(top, #f59342 1%, #f59342 49%, #f59342 51%, #f59342 100%);
    background: -ms-linear-gradient(top, #f59342 1%, #f59342 49%, #f59342 51%, #f59342 100%);
    background: linear-gradient(to bottom, #f59342 1%, #f59342 49%, #f59342 51%, #f59342 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='##f59342', endColorstr='#f59342', GradientType=0);
}

    .btn-orange:hover, .btn-orange:active, .btn-orange:focus {
        background: #f59342;
        color: #fff;
    }

/*** Bootstrap Overwrite Style Start
*****************************************************/
.form-group {
    margin-bottom: 10px;
}

.close {
    color: #ffffff;
    font-size: 24px;
    opacity: 1;
    position: absolute;
    right: -7px;
    top: -7px;
    background: #e74846 !important;
    padding: 0 7px 4px !important;
    border-radius: 8px;
}

    .close:hover, .close:focus {
        color: #FFF;
        filter: alpha(opacity=50);
        opacity: .7;
    }

/*** Common Style Start
*****************************************************/

.content {
    min-height: calc(100vh - 267px);
    background: #ffffff;
    padding: 20px;
    height: 100%;
}

.header {
    background-color: #ffffff;
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-radius: 20px 20px 0 0;
}

.footer {
    background-color: #00446b;
    color: #ffffff;
    padding: 15px;
    font-size: 12px;
    min-height: 80px;
    border-radius: 0 0 20px 20px;
}

.logo img {
    /*padding-right: 0 !important;*/
    /*padding-left: 0 !important;*/
    /*width: 720px !important;*/
    max-height: 70px;
    /*position: relative;*/
}

.company-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    max-width: 300px !important;
    max-height: 116px;
    float: left;
}

.top-btn {
    /*padding: 40px;*/
    text-align: right;
}

.box-gray-bg {
    height: 100%;
    background: #e3e3e3;
    border-radius: 10px;
}

.box-gray-bg-minHeight {
    height: 100%;
    background: #e3e3e3;
    min-height:200px;
}

.box-header {
    background-color: #00446b;
    color: #fff;
    font-size: 18px;
    font-family: "Roboto-Medium", sans-serif;
    padding: 15px;
    border-radius: 10px 10px 0 0;
}

.box-header-large {
    background-color: #00446b;
    color: #fff;
    font-size: 20px;
    font-family: "Roboto-Medium", sans-serif;
    padding: 6px 15px;
}

.box-content {
    padding: 15px;
}

    .box-content .btn {
        margin-left: 15px;
    }

.contact-info li {
    color: #00446b;
    margin-bottom: 10px;
    font-size: 16px;
}

    .contact-info li i {
        color: #00446b;
        margin-right: 8px;
        width: 22px;
        text-align: center;
    }

    .contact-info li a {
        color: #00446b;
    }


.btn-application {
    font-size: 20px;
    padding: 20px;
    width: 100%;
}

    .btn-application img {
        margin: auto;
        width: 100%;
    }

    .btn-application span {
        display: inline-block;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

.appliction-select .col-4 {
    text-align: center;
    margin: 15px 0;
}

.terms-scroll {
    line-height: 1.3;
    height: 340px;
    overflow: scroll;
    overflow-x: hidden;
}

    .terms-scroll li {
        margin-bottom: 10px;
    }

        .terms-scroll li span, .terms-head {
            font-family: "Roboto-Medium", sans-serif;
            color: #080808;
            font-size: 14px;
        }

.sponsors img {
    max-width: 150px;
}

.sponsors .col-sm-3 {
    margin: 15px 0;
}

i {
    cursor: pointer;
}

.cursorDefault {
    cursor: default;
}

.policy-list {
    margin-top: 15px;
    padding-left: 25px;
}

    .policy-list li {
        margin-bottom: 15px;
    }

@media (max-width: 1024px) {
    body {
        padding: 10px;
    }
}

    @media (max-width: 767px) {
        .logo, .top-btn {
            /*padding: 15px 15px;*/
        }

        .top-btn {
            text-align: left;
        }

        .box-gray-bg {
            margin-bottom: 20px;
        }

        /*.appliction-select .col-4 {
            text-align: center;
            margin-bottom: 20px;
        }*/

        .btn-application {
           /* width: 70%;*/
            font-size: 16px;
        }

        .terms-scroll {
            height: auto;
            overflow: initial;
        }

        .policy-list {
            padding-left: 15px;
        }

        .header {
            flex-wrap: wrap;
            justify-content: center;
            flex-direction: column;
        }

        .logo img {
            max-height: 45px;
        }
    }

    /*** Helper Classes Start
*****************************************************/
    .pad-0 {
        padding: 0;
    }

    .pad-15 {
        padding: 15px;
    }

    .padLeft-15 {
        padding-left: 15px;
    }

    .minPadLeft-5 {
        padding-left: 5px;
    }

    .padLeftRight-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .padLeftRight-15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .padTop-0 {
        padding-top: 0px;
    }

    .marginBott-15 {
        margin-bottom: 15px;
    }

    .marginLeft-0 {
        margin-left: 0 !important;
    }

    .marginBott-5 {
        margin-bottom: 5px;
    }

    .marginTop-10 {
        margin-top: 10px;
    }

    .marginTop-15 {
        margin-top: 15px;
    }

    .text-danger {
        font-size: 12px;
        color: #a94442 !important;
        outline: 0px solid;
    }

        .text-danger:focus {
            font-size: 12px;
            color: #a94442 !important;
            outline: 1px solid;
        }

    .text-success {
        font-size: 14px;
        color: #46b023 !important;
        font-weight: bold;
        margin-top: 10px;
        display: inline-block;
    }

    .small {
        color: #8e8d8c;
    }

    .disclaimer {
        padding: 8px;
        background: #f4f0e3;
        font-size: 12px;
        margin: 20px 0;
        color: #6E450C;
    }

    .notes-txt {
        font-size: 12px;
        color: #999999;
        font-style: italic;
    }

    .disableChat {
        color: #a49e9e !important;
        text-decoration: none;
        cursor: no-drop;
    }


    .disclaimer p {
        margin: 0;
    }


    .gender-radio input[type=radio] + label {
        margin: -5px 8px 0 6px;
        vertical-align: middle;
    }

    .gender-radio input[type=radio] {
        margin-top: 8px;
    }

    .fontWeight500 {
        font-weight: 500;
        font-family: "Roboto-Medium", sans-serif;
    }

    .font-14 {
        font-size: 14px;
        font-family: "Roboto", sans-serif;
    }

    .emailSectionText {
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        color: #333333;
        padding-left: 27px
    }

    /* Equal Height Row*/
    /*
 * Row with equal height columns
 * --------------------------------------------------
 */


    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    @media (max-width: 767px) {
        .row-eq-height {
            display: block;
        }
    }


    /*Display */
    /*
 * display block or inline
 * --------------------------------------------------
 */
    .displayBlock {
        display: block;
    }

    .displayInlineBlock {
        display: inline-block;
    }

    .contact-info-hnas-text {
        color: #A90533;
    }


    /*** Modal
*****************************************************/
    .modal-body ul {
        list-style-position: outside;
    }

    .modal-body li {
        margin-left: 15px;
    }

    .bottomInfo {
        display: block;
        font-size: 12px;
    }


    .companyLabel {
        margin-top: 8px;
        display: inline-block;
    }

    .loadingContainerStyle {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: #e3e3e3;
        opacity: 0.8;
        filter: alpha(opacity=80);
        width: 100%;
        height: 100%;
        min-height: 100%;
        cursor: wait;
    }

    .loadingStyle {
        position: fixed;
        left: 40%;
        top: 50%;
        height: 30px;
        z-index: 999;
        border: 3px solid black;
    }

    #middleSection > div {
        background-color: transparent !important;
    }

        #middleSection > div > img {
            max-width: 100%;
        }

    .dateicon-textbox {
        background-image: url(../Img/dateicon.png);
        background-repeat: no-repeat;
        background-position: right center;
        cursor: pointer;
    }

    .logonbtn {
        margin-left: 0px !important;
    }

    .logonOR {
        padding: 14px 24px 0px 64px;
        margin-bottom: 6px;
    }

    .tryAnotherway {
        padding-left: 18px;
    }


    /*Captcha style*/
    @media screen and (max-width: 360px) {
        #rc-imageselect, .g-recaptcha {
            transform: scale(0.77);
            -webkit-transform: scale(0.77);
            transform-origin: 0 0;
            -webkit-transform-origin: 0 0;
            margin-bottom: -5px;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 900px) {
        #rc-imageselect, .g-recaptcha {
            transform: scale(0.60);
            -webkit-transform: scale(0.60);
            transform-origin: 0 0;
            -webkit-transform-origin: 0 0;
            margin-bottom: -15px;
        }
    }

    @media screen and (min-width: 901px) and (max-width: 1080px) {
        #rc-imageselect, .g-recaptcha {
            transform: scale(0.80);
            -webkit-transform: scale(0.80);
            transform-origin: 0 0;
            -webkit-transform-origin: 0 0;
            margin-bottom: 0px;
        }
    }

    @media screen and (min-width: 1250px) {
        #rc-imageselect, .g-recaptcha {
            transform: scale(1.20);
            -webkit-transform: scale(1.20);
            transform-origin: 0 0;
            -webkit-transform-origin: 0 0;
            margin-bottom: 30px;
        }
    }

    /*disable style*/
    .isDisabled {
        cursor: not-allowed;
        opacity: 0.5;
    }

    a[aria-disabled="true"] {
        color: currentColor;
        display: inline-block; /* For IE11/ MS Edge bug */
        pointer-events: none;
        text-decoration: none;
    }

    /*spinner style*/
    .spinner {
        position: fixed;
        left: 43%;
        top: 42%;
        height: 60px;
        width: 60px;
        margin: 0px auto;
        -webkit-animation: rotation .6s infinite linear;
        -moz-animation: rotation .6s infinite linear;
        -o-animation: rotation .6s infinite linear;
        animation: rotation .6s infinite linear;
        border-left: 6px solid rgba(51,51,51,.15);
        border-right: 6px solid rgba(51,51,51,.15);
        border-bottom: 6px solid rgba(51,51,51,.15);
        border-top: 6px solid rgba(51,51,51,.8);
        border-radius: 100%;
        z-index: 10000;
    }

    @-webkit-keyframes rotation {
        from {
            -webkit-transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(359deg);
        }
    }

    @-moz-keyframes rotation {
        from {
            -moz-transform: rotate(0deg);
        }

        to {
            -moz-transform: rotate(359deg);
        }
    }

    @-o-keyframes rotation {
        from {
            -o-transform: rotate(0deg);
        }

        to {
            -o-transform: rotate(359deg);
        }
    }

    @keyframes rotation {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(359deg);
        }
    }

    /***************** CSS for Terms and Conditions Start ****************/
    .terms h4 {
        margin-top: 15px;
        font-size: 18px;
        margin-bottom: 5px;
    }

    .terms p, .terms ul, .terms ol {
        color: #474747;
    }

    .terms .bold {
        color: #333333;
    }

    .terms ul, .terms ol {
        margin-left: 18px;
        margin-bottom: 10px;
    }

        .terms ol li > ol {
            margin-left: 15px;
            margin-top: 5px;
        }

    .terms li {
        margin-bottom: 5px;
    }

    .terms .gray {
        color: #333333;
    }

    .terms .panel-heading {
        background: #efefef;
        margin-right: 0;
        margin-left: 0;
        color: #06456a;
    }

    .terms .panel-group .col-10, .terms .panel-group .col-2 {
        padding-right: 0;
        padding-left: 0;
    }

    .terms .panel-title {
        font-size: 20px;
        margin-top: 0;
    }

    .terms .panel-default {
        margin-top: 10px !important;
    }

    .terms .fa-plus {
        color: #06456a;
        margin-right: 0;
    }

    .terms .bold {
        color: #333333;
        font-size: 15px;
        font-weight: 700;
    }

    .yellow {
        background-color: yellow;
        font-size: 18px;
    }
    /***************** CSS for Terms and Conditions End ****************/

    /***************** START Toggle Password Visibility ****************/
    .iconPw {
        position: relative;
        float: right;
        left: -10px;
        top: -25px;
        cursor: pointer;
        color: #ccc;
        font-size: 18px;
        overflow: hidden;
        z-index: 0;
    }

        .iconPw.fa-eye-slash::before {
            color: #333;
        }
    /***************** END Toggle Password Visibility ****************/

    /*<style id="cookieControl-styling" type="text/css" >*/

    #ccc {
        position: fixed;
        z-index: 2147483647;
        font-family: Arial,sans-serif;
        font-size: 12px;
        line-height: 1.4em;
        font-smooth: antialised;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    @media (min-width:1024px) {
        #ccc {
            font-size: 16px
        }
    }

    #ccc-overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background: rgba(0,0,0,.4);
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        opacity: 0;
        -webkit-transition: opacity .4s,-webkit-transform 0s;
        transition: opacity .4s,-webkit-transform 0s;
        transition: transform 0s,opacity .4s;
        transition: transform 0s,opacity .4s,-webkit-transform 0s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
        will-change: transform,opacity
    }

    #ccc[open] #ccc-overlay {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }

    #ccc-icon {
        position: fixed;
        bottom: 0;
        width: 80px;
        height: 80px;
        cursor: pointer;
        z-index: 10;
        padding: 0;
        border: 0;
        background: transparent
    }

    #ccc[left] #ccc-icon {
        left: 0
    }

    #ccc[right] #ccc-icon {
        right: 0
    }

    #ccc-icon[hidden] {
        display: none
    }

    #ccc[dark] #ccc-icon {
        fill: #000025
    }

        #ccc[dark] #ccc-icon #star path {
            fill: #fff
        }

    #ccc[light] #ccc-icon {
        fill: #555
    }

        #ccc[light] #ccc-icon #star path {
            fill: #f4f4f4
        }

    #ccc-module {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 2;
        -webkit-transition: -webkit-transform .6s;
        transition: -webkit-transform .6s;
        transition: transform .6s;
        transition: transform .6s,-webkit-transform .6s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
        will-change: transform
    }

    #ccc[slideout] #ccc-module {
        top: 0;
        bottom: 0;
        width: 90%;
        max-width: 500px
    }

    #ccc[slideout][left] #ccc-module {
        left: auto;
        right: 100%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    #ccc[slideout][left][open] #ccc-module {
        right: 100%;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    #ccc[slideout][right] #ccc-module {
        right: auto;
        left: 100%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    #ccc[slideout][right][open] #ccc-module {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    #ccc[popup] #ccc-module {
        left: 0;
        right: 0;
        top: 100%;
        bottom: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 0
    }

    #ccc[popup][open] #ccc-module {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        opacity: 1
    }

    #ccc-content {
        position: absolute;
        overflow-y: auto;
        padding: 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    #ccc[slideout] #ccc-content {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

    #ccc[popup] #ccc-content {
        width: 90%;
        height: 90%;
        max-height: 600px;
        max-width: 600px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        border-radius: 12px
    }

    #ccc[dark] #ccc-content {
        color: #fff;
        fill: #fff;
        background-color: #313147
    }

    #ccc[light] #ccc-content {
        color: #333;
        fill: #333;
        background-color: #f4f4f4
    }

    #ccc-close {
        position: absolute;
        right: 16px;
        top: 16px;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 0;
        background-color: transparent;
        padding: 0 !important;
        z-index: 10
    }

    #ccc-title, .ccc-title {
        font-size: 1.2em;
        line-height: 1.5em;
        font-weight: 700;
        padding-right: 32px;
        margin: 0;
        text-align: left
    }

    #ccc #ccc-recommended-settings {
        margin-left: 0;
        float: none;
        clear: both
    }

    #ccc h3 {
        margin: 0;
        font-weight: 700;
        padding-right: 120px
    }

    #ccc h3, #ccc p {
        font-size: 1em;
        line-height: 1.5em;
        text-align: left
    }

    #ccc p {
        font-weight: 400;
        margin: 1em 0
    }

    #ccc hr {
        height: 1px;
        border: 0;
        margin: 24px 0;
        opacity: .25
    }

    #ccc .ccc-svg-element {
        width: 16px;
        height: 16px;
        display: inline-block;
        position: relative;
        top: 6px;
        margin-left: 8px
    }

    #ccc[dark] hr {
        background-color: #fff
    }

    #ccc[dark] a, #ccc[dark] h2, #ccc[dark] h3, #ccc[dark] p, #ccc[dark] span {
        color: #fff;
        fill: #fff
    }

    #ccc[light] hr {
        background-color: #333
    }

    #ccc[light] a, #ccc[light] h2, #ccc[light] h3, #ccc[light] p, #ccc[light] span {
        color: #333;
        fill: #333
    }

    #ccc .optional-cookie {
        position: relative
    }

    .checkbox-toggle {
        position: absolute;
        top: -3px;
        right: 0;
        margin: 0
    }

    #ccc .checkbox-toggle-input {
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0
    }

    #ccc[checkbox-optin] .checkbox-toggle {
        border: 2px solid #fff;
        border-radius: 4px
    }

    #ccc[checkbox-optin] .checkbox-toggle-label {
        display: block;
        width: 24px;
        height: 24px
    }

    #ccc[checkbox-optin] .checkbox-toggle-off, #ccc[checkbox-optin] .checkbox-toggle-on {
        display: none
    }

    #ccc[checkbox-optin] .checkbox-toggle-toggle {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 4px
    }

    #ccc[checkbox-optin] .checkbox-toggle input:checked ~ .checkbox-toggle-toggle:after {
        content: "";
        position: absolute;
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid #fff;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    #ccc[slider-optin] .checkbox-toggle {
        border-radius: 50px;
        border: 4px solid #fff
    }

    #ccc[slider-optin] .checkbox-toggle-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        cursor: pointer;
        z-index: 1
    }

    #ccc[slider-optin] .checkbox-toggle-off, #ccc[slider-optin] .checkbox-toggle-on {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%;
        min-width: 40px;
        text-align: center;
        z-index: 2;
        font-size: .75em;
        font-weight: 700;
        padding: 0 6px;
        white-space: nowrap
    }

    #ccc[slider-optin] .checkbox-toggle-off {
        opacity: .65
    }

    #ccc[slider-optin] .checkbox-toggle-toggle {
        display: block;
        width: 50%;
        height: 100%;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        border-radius: 50px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        background-color: #000
    }

    #ccc[slider-optin] .checkbox-toggle input:checked ~ .checkbox-toggle-toggle {
        left: 50%
    }

    #ccc[dark][slider-optin] .checkbox-toggle {
        background-color: #111125;
        border-color: #111125
    }

    #ccc[dark][checkbox-option] .checkbox-toggle {
        background-color: #111125;
        border-color: #fff
    }

    #ccc[dark] .checkbox-toggle-toggle {
        background-color: #2f2f5f
    }

    #ccc[light] .checkbox-toggle {
        background-color: #555;
        border-color: #555
    }

    #ccc[light] .checkbox-toggle-toggle {
        background-color: #000
    }

    #ccc[light] .checkbox-toggle-on, #ccc[slider-optin][light] .checkbox-toggle-off {
        color: #fff
    }

    #ccc .ccc-alert {
        margin: -16px 0 0;
        overflow: hidden;
        height: 0;
        border-radius: 8px
    }

        #ccc .ccc-alert[visible] {
            height: auto;
            margin: 24px 0;
            padding: 16px 16px 0
        }

    #ccc .ccc-alert-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0
    }

    #ccc .ccc-alert-icon {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 0 8px 0 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    #ccc .ccc-alert-break {
        margin: 12px 0
    }

    .third-party-cookie-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 16px 0
    }

    .third-party-cookie-name {
        font-size: 1em;
        font-weight: 700
    }

    .third-party-cookie-icon {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 16px
    }

    #ccc[dark] .ccc-alert {
        fill: #fff
    }

    #ccc[dark] .ccc-alert, #ccc[dark] .third-party-cookie-link {
        color: #fff;
        background: #111125
    }

    #ccc[light] .ccc-alert, #ccc[light] .third-party-cookie-link {
        background: #eaeaea
    }

    #ccc #ccc-notify {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
        min-height: 48px;
        padding: 16px;
        margin: 0;
        border-radius: 0;
        overflow: hidden;
        z-index: 12;
        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;
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

        #ccc #ccc-notify, #ccc #ccc-notify[top] {
            -webkit-transition: -webkit-transform .4s;
            transition: -webkit-transform .4s;
            transition: transform .4s;
            transition: transform .4s,-webkit-transform .4s
        }

            #ccc #ccc-notify[top] {
                top: 0;
                bottom: auto;
                -webkit-transform: translate3d(0,-100px,0);
                transform: translate3d(0,-100px,0)
            }

            #ccc #ccc-notify:empty {
                height: 0;
                padding: 0
            }

            #ccc #ccc-notify[visible] {
                opacity: 1;
                -webkit-transform: translateZ(0);
                transform: translateZ(0)
            }

            #ccc #ccc-notify h3 {
                padding: 0
            }

            #ccc #ccc-notify p {
                margin: 0;
                opacity: .8;
                font-size: .9em
            }

    #ccc .ccc-notify-buttons {
        position: relative;
        margin-top: 16px;
        padding-right: 24px
    }

    #ccc .ccc-notify-button {
        border: 2px solid;
        border-radius: 4px;
        padding: 8px 16px !important;
        font-size: 1em;
        margin: 4px 8px 4px 0;
        font-weight: 400;
        line-height: 1.5em;
        background: transparent;
        cursor: pointer
    }

    #ccc #ccc-notify-dismiss {
        cursor: pointer;
        position: absolute;
        top: -4px;
        right: 0;
        width: 24px;
        height: 24px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0 !important;
        border: 0;
        background-color: transparent
    }

    @media (min-width:400px) {
        #ccc #ccc-notify-dismiss {
            position: relative;
            right: auto
        }

        #ccc .ccc-notify-buttons {
            padding-right: 0
        }
    }

    @media (min-width:600px) {
        #ccc #ccc-notify {
            font-size: 12px;
            -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
        }

        #ccc .ccc-notify-buttons {
            margin-top: 0;
            white-space: nowrap;
            -ms-flex-negative: 0;
            flex-shrink: 0
        }
    }

    @media (min-width:1200px) {
        #ccc #ccc-notify {
            font-size: 16px;
            z-index: 0;
            padding: 16px 100px
        }
    }

    #ccc[dark] #ccc-notify {
        color: #fff;
        fill: #fff;
        background-color: #313147
    }

    #ccc[dark] .ccc-notify-button {
        color: #fff;
        border-color: #fff
    }

    #ccc[dark] .ccc-button-solid {
        color: #111125;
        background: #fff;
        font-weight: 700
    }

    .ccc-notify-link {
        border: 0 !important;
        text-decoration: underline
    }

    #ccc[light] #ccc-notify {
        color: #000;
        fill: #000;
        background: #f4f4f4
    }

    #ccc[light] .ccc-notify-button {
        color: #000;
        border-color: #000
    }

    #ccc[light] .ccc-button-solid {
        color: #fff;
        background: #000;
        font-weight: 700
    }

    .ccc-info-link {
        font-size: .8em;
        font-weight: 700;
        text-decoration: none
    }

        .ccc-info-link .svg-element {
            width: 14px;
            height: 14px;
            margin-left: 6px
        }

    #ccc[slideout] .ccc-info {
        height: 100px
    }

    #ccc[popup] .ccc-info {
        height: 40px
    }

    @media print {
        #ccc {
            display: none !important
        }
    }

    #ccc-close-label {
        display: none
    }

    #ccc[labelled] #ccc-title {
        padding-right: 96px
    }

    #ccc[labelled] #ccc-close {
        top: 0;
        right: 0;
        padding: 8px !important
    }

    #ccc[labelled][light] #ccc-close {
        background-color: #eaeaea
    }

    #ccc[labelled][dark] #ccc-close {
        background-color: #111125
    }

    #ccc[labelled] #ccc-close-label {
        display: block;
        font-size: 16px
    }

    #ccc[close-button] #ccc-close {
        display: none
    }

    #ccc[close-button] #ccc-title {
        padding-right: 0
    }

    #ccc-dismiss-button {
        display: none
    }

    #ccc[close-button] #ccc-dismiss-button {
        display: block;
        margin: 16px 0 32px
    }

    #ccc[highlight-focus] .ccc-tabbable, #ccc[highlight-focus] .ccc-tabbable:focus {
        outline: 0
    }

    #ccc[highlight-focus] .ccc-link.ccc-tabbable:focus {
        padding: 8px;
        -webkit-filter: invert(100%);
        filter: invert(100%)
    }

    #ccc[light][highlight-focus] .ccc-link.ccc-tabbable:focus {
        border-color: #eaeaea !important;
        background-color: #eaeaea !important
    }

    #ccc[dark][highlight-focus] .ccc-link.ccc-tabbable:focus {
        border-color: #111125 !important;
        background-color: #111125 !important
    }

    #ccc[highlight-focus] .ccc-button-solid:focus, #ccc[highlight-focus] .checkbox-toggle-input:focus ~ .checkbox-toggle-toggle, #ccc[highlight-focus] .third-party-cookie-link:focus, #ccc[labelled][highlight-focus] #ccc-close:focus {
        -webkit-filter: invert(100%);
        filter: invert(100%)
    }

    #ccc[light][highlight-focus] .ccc-tabbable:focus {
        -webkit-box-shadow: 0 4px 8px 0 hsla(0,0%,100%,.2),0 6px 20px 0 hsla(0,0%,100%,.2);
        box-shadow: 0 4px 8px 0 hsla(0,0%,100%,.2),0 6px 20px 0 hsla(0,0%,100%,.2)
    }

    #ccc[dark][highlight-focus] .ccc-tabbable:focus {
        -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.2);
        box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.2)
    }

    #ccc[highlight-focus] #ccc-icon:focus {
        outline: none;
        -webkit-filter: invert(100%);
        filter: invert(100%)
    }

    #ccc[highlight-focus] #ccc-icon:active, #ccc[highlight-focus] #ccc-icon:hover, #ccc[highlight-focus] #ccc .ccc-tabbable:active, #ccc[highlight-focus] #ccc .ccc-tabbable:hover {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-filter: none !important;
        filter: none !important
    }

    #ccc-accessibility {
        border: 0;
        clip: rect(1px,1px,1px,1px);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important
    }

    .ccc-panel {
        position: absolute;
        top: 24px;
        left: 24px;
        right: 24px
    }

        .ccc-panel.hidden {
            opacity: 0;
            height: 0;
            overflow: hidden
        }

        .ccc-panel.visible {
            opacity: 1;
            height: auto;
            -webkit-transition: opacity .4s;
            transition: opacity .4s
        }

    #ccc .iab-vendor {
        margin: 0 0 8px
    }

    #ccc .iab-vendor-heading {
        font-size: .875em;
        font-weight: 400;
        text-decoration: none
    }

    #ccc .cmp-button-holder {
        font-size: .75em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #ccc .cmp-back {
        opacity: .5;
        -webkit-transition: opacity .4s;
        transition: opacity .4s
    }

        #ccc .cmp-back:hover {
            opacity: 1
        }

    .ccc-sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0
    }

    #ccc, #ccc button {
        font-family: Arial,sans-serif !important;
    }

        #ccc, #ccc #ccc-content, #ccc #ccc-notify, #ccc h2, #ccc h3, #ccc p, #ccc span, #ccc a {
            color: #fff !important;
            fill: #fff !important;
        }

            #ccc hr {
                background-color: #fff !important;
            }

            #ccc #ccc-content, #ccc #ccc-notify {
                background-color: #313147 !important;
            }

            #ccc h2, #ccc h3 {
                font-size: 1em !important;
            }

            #ccc, #ccc p, #ccc .third-party-cookie-link {
                font-size: 1em !important;
            }

                #ccc #ccc-title {
                    font-size: 1.2em !important;
                }

                #ccc .checkbox-toggle-on, #ccc .checkbox-toggle-off {
                    color: #fff !important;
                }

                #ccc .checkbox-toggle-toggle {
                    background-color: #2f2f5f !important;
                }

                #ccc .checkbox-toggle {
                    background-color: #111125 !important;
                    border-color: #111125 !important;
                }

                #ccc .ccc-alert, #ccc .ccc-alert a, #ccc .ccc-alert svg {
                    color: #fff !important;
                    fill: #fff !important;
                }

                #ccc #ccc-icon {
                    fill: #111125 !important;
                }

                #ccc .ccc-alert {
                    background-color: #111125 !important;
                }

                #ccc .ccc-notify-button.ccc-button-solid {
                    color: #ffffff !important;
                }

                #ccc .ccc-notify-button.ccc-button-solid {
                    background-color: #111125 !important;
                    border-color: #111125 !important;
                }

    .center-logo img {
        margin: 0 auto;
        height: 70px;
    }

    .lilyFontHelp {
        font-size: 14px;
        color: #333;
    }


    .info-border-class {
        border: 1px solid #ccc;
        padding: 10px;
        margin-top: 10px;
        border-radius: 5px;
        margin-left: 15px;
        width: fit-content;
    }

    /* ----   Google Translate  ---- */
    .goog-te-banner-frame {
        display: none !important;
    }

    body > .skiptranslate {
        display: none !important;
    }

    body {
        top: 0px !important;
    }

    .VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
        display: none !important;
    }
    /* ----   Google Translate  ---- */
.modal .btn-close {
    background: var(--bs-danger);
    --bs-btn-close-color: #FFF;
    border-color: var(--bs-danger);
    border-style: solid;
    position: absolute;
    right: -12px;
    top: -12px;
    z-index: 1;
    border-radius: 0.25rem;
    font-size: 1.5rem;
    width: 24px;
    height: 24px;
    line-height: 1;
    opacity: 1;
}