/*********************************************************************************************/
/******* Additional Front-End CSS Adjustments ************************************************/
/*********************************************************************************************/

html,
html body {
    margin: 0;
    padding: 0;
    outline: none !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

html {
    -webkit-text-size-adjust: 100%;
}

html body {
    overflow-y: auto;
}

html body {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #444;
}

body#nko_register {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body#nko_register,
body#nko_register .content-holder {
    background: #ECECEC;
}

.nko_createAccountForm ul,
.nko_createAccountForm ol {
    margin: 0;
    padding: 0 0 10px 35px;
}

.nko_createAccountForm ul li,
.nko_createAccountForm ol li {
    padding: 0;
    margin: 0 0 5px 0;
}

.nko_createAccountForm ul li:last-child,
.nko_createAccountForm ol li:last-child {
    margin-bottom: 0;
}

/***
@media (max-width: 767px) {

    body#nko_register {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
/***/

@media (max-width: 650px) {

    body#nko_register {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.nko_headerStrip {
    position: relative;
    padding-bottom: 20px;
    text-align: left;
}

.nko_headerStrip .nko_headerLogo {
    padding: 0;
    margin: 0;
    padding-top: 15px;
}

.nko_headerStrip .nko_headerLogo img {
    width: 100%;
    max-width: 360px;
    height: auto;
}

@media screen and (min-width: 1170px) {

    .nko_headerStrip {
        padding-left: 30px;
    }
}

@media screen and (max-width: 900px) {

    .nko_headerStrip .nko_headerLogo img {
        width: 80%;
        max-width: 300px;
        height: auto;
    }
}

@media screen and (max-width: 650px) {

    .nko_headerStrip .nko_headerLogo {
        text-align: center;
        padding-top: 15px;
    }

    .nko_headerStrip .nko_headerLogo img {
        width: 75%;
        max-width: 270px;
        height: auto;
    }
}



/**
 * Header Contact
 */
#nko_headerContact {
    display: inline-block;
    width: auto;
    padding: 3px 15px;
    background: #fff;
    color: #000;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 3px rgba(0,0,0,.15);
}

#nko_headerContact a {
    font-weight: bold;
    color: #fe5e04 !important;
}

#nko_headerContact a:hover,
#nko_headerContact a:focus {
    color: #000 !important;
}

@media screen and (max-width: 780px) {

    #nko_headerContact {
        position: relative;
        margin: 15px auto 0 auto !important;
        padding: 0 0 0 0 !important;
        right: 0;
        font-size: 16px;
        text-align: center;
        display: block;
        background: none;
        box-shadow: none;
    }
}



.nko_fwBackgroundStrip {
    position: relative;
    min-height: 60px;
    margin: 0 !important;
    padding: 18px 0;
    background: #fff;
    z-index: 0;
}

.nko_titleHeadingStrip {
    font-family: 'Racing Sans One', Arial, sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
    color: #3e3e3e;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.nko_fwBackgroundStrip:before {
    position: absolute;
    top: 0;
    left: -50vw;
    width: 200vw;
    height: 100%;
    background: #fff;
    content: "";
    z-index: -1;
}

@media screen and (max-width: 767px) {

    .nko_titleHeadingStrip {
        font-size: 22px;
        line-height: 1.25;
        white-space: normal;
        word-wrap: break-word;
        hyphens: unset;
    }

    .nko_fwBackgroundStrip {
        padding: 18px 15px;
    }
}

@media screen and (min-width: 575px) {

    #nko_loginButtonWrap {
        max-width: 1170px;
        margin: auto;
    }

    #nko_loginButtonWrap #nko_loginButton {
        right: 0;
    }
}

@media screen and (max-width: 575px) {

    .nko_titleHeadingStrip {
        text-align: center;
    }

    #nko_loginButtonWrap:before {
        position: absolute;
        top: 0;
        left: -50vw;
        width: 200vw;
        height: calc(100% + 5px);
        background: #fff;
        content: "";
        z-index: -1;
    }
}

.nko_footerStrip {
    position: relative;
    user-select: none;
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nko_footerStrip .nko_footerLeft {
    width: 55%;
}

.nko_footerStrip .nko_footerRight {
    width: 40%;
    text-align: right;
}

.nko_footerStrip .nko_footerCopyright {
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    text-shadow: none;
    color: #545454;
    margin: 8px 0;
}

.nko_footerStrip .nko_footerLogo img {
    width: 100%;
    max-width: 240px;
    height: auto;
}

.nko_footerStrip nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.nko_footerStrip nav li {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.35;
}

.nko_footerStrip nav li:last-child {
    margin-bottom: 0;
}

.nko_footerStrip nav li.nko_footerLoginLogout a {
    font-weight: bold;
    color: #3276b1;
}

.nko_footerStrip nav li:not(.nko_footerLoginLogout) a {
    color: #333;
}

@media screen and (min-width: 1170px) {

    .nko_footerStrip .nko_footerLeft {
        /**padding-left: 30px;**/
    }
}

@media screen and (max-width: 800px) {

    .nko_footerStrip {
        display: block;
        width: 100%;
        padding-top: 45px !important;
    }

    .nko_footerStrip .nko_footerLeft,
    .nko_footerStrip .nko_footerRight {
        display: block;
        width: 100%;
        text-align: center;
    }

    .nko_footerStrip .nko_footerLeft {
        padding-bottom: 10px;
    }
}


/**
 * Register.
 */
#nko_register .nko_createAccountButtonWrap {
    margin-top: 10px;
    margin-bottom: 15px;
}

@media screen and (min-width: 650px) {

    #nko_register .nko_createAccountButtonWrap {
        margin-top: 30px;
        margin-bottom: 5px;
    }
}

#nko_register #nko_registerForm > *,
#nko_preDepositOverview > * {
    clear: both !important;
}

#nko_register .modal-dialog .modal-header .modal-title {
    display: inline-block;
}


/**
 * Account.
 */
@media screen and (min-width: 950px) {

    #nko_accountMenu {
        display: block !important;
    }
}


/**
 * Font Sizes.
 */
body h3 {
    font-size: 1.1em;
    line-height: 1.3;
    font-weight: bold;
    color: #333;
}