/**
 * ZELE THEME: Registration System Styling
 */


html.zele body#nko_register,
html.zele body#nko_register .content-holder {
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    background: #fff;
    color: #181818;
}

html.zele #nko_register a {
    color: #3276b1;
}

html.zele .h1,
html.zele .h2,
html.zele .h3,
html.zele .h4,
html.zele .h5,
html.zele .h6,
html.zele h1,
html.zele h2,
html.zele h3,
html.zele h4,
html.zele h5,
html.zele h6 {
  font-family: "Roboto","Open Sans",Arial,Helvetica,Sans-Serif;
  font-weight: 700;
}

html.zele #nko_register a:focus,
html.zele #nko_register a:hover {
    color: #214e75;
}

html.zele body#nko_register .bt-site-footer {
    padding-top: 50px;
}

html.zele body#nko_register .nko_formSectionHeading {
    background-color: rgb(36,38,51);
    background-color: #242633;
    font-family: "Anton", "Roboto", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: .5px;
}

html.zele body#nko_register.nko-account-page-overview .nko_formSectionHeading.nko_messagingPreferencesHeading {
    background-color: #266d38;
}

html.zele body#nko_register.nko-account-page-overview button[name="nko_optStatusSubmit"]:after {
    background-color: #3d8040 !important;
    border-color: #3d8040 !important;
}

html.zele body#nko_register .nko_formSectionInner {
    border: 1px solid #eee;
    border-top: none !important;
    border-radius: 0;
    background-color: #fff !important;
    background-color: #f9f9f9 !important;
    background-color: #fdfdfd !important;
}

html.zele body#nko_register .nko_overviewSection,
html.zele body#nko_register .nko_paymentProfiles,
html.zele body#nko_register #nko_packetDownloadSection,
html.zele body#nko_register .nko_regAthleteConductWindow,
html.zele body#nko_register .nko_regAdditionaltermsWindow,
html.zele body#nko_register #nko_preDepositOverview {
    border: 1px solid #eee;
    border-radius: 0;
    background-color: #fff !important;
}

html.zele body#nko_register .nko_paymentProfiles {
    padding: 15px;
}

html.zele body#nko_register.page-account .nko_paymentProfiles.nko_paymentProfileSelected {
    padding: 25px 30px 10px 30px;
}

html.zele body#nko_register.page-register .nko_paymentProfiles.nko_paymentProfileSelected {
    padding: 20px 15px 15px 15px;
}

html.zele body#nko_register.page-account .nko_depositAmountSection {
    padding-top: 0;
    padding-bottom: 15px;
    margin-top: 5px;
}

html.zele body#nko_register.page-register .nko_depositAmountSection {
    padding: 20px 0 10px 0;
    margin: 20px 0 10px 0;
}

html.zele body#nko_register p.nko_depositHighlight,
html.zele body#nko_register #nko_activateAutoBillNoticeSection {
    border-radius: 0;
}

html.zele body#nko_register iframe.output_frame {
    border-radius: 0 !important;
}

html.zele body#nko_register #nko_registerProgressBar {
    border-radius: 0;
}

html.zele body#nko_register .nko_regTermsWindow {
    border: 1px solid #ddd;
    margin: 25px 0 0 0;
}

html.zele #nko_regAthleteConductList td span.nko_regAthleteConductCheck,
html.zele #nko_regAdditionaltermsList td span.nko_regAdditionaltermsCheck,
html.zele span.nko_customCheckbox {
    background: #fff;
}



html.zele #nko_accountMenu {
    background: transparent !important;
    border: none !important;
}

html.zele #nko_accountMenu li,
html.zele #nko_accountMenu li a {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #181818;
}

html.zele #nko_accountMenu li a:hover,
html.zele #nko_accountMenu li a:focus {
    color: #181818;
}

html.zele #nko_accountMenu li a span {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 8px;
    box-sizing: border-box;
    overflow: hidden;
}

html.zele #nko_accountMenu li.nko_currentMenuItem a span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #efefef;
    opacity: 1;
    content: "";
}

html.zele #nko_accountMenu li a span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-bottom: 2px solid transparent;
    opacity: 0;
    content: "";
    transition: all .35s ease;
}

html.zele #nko_accountMenu li a:hover span:after,
html.zele #nko_accountMenu li a:focus span:after {
    border-bottom: 2px solid #efefef;
    width: 100%;
    opacity: 1;
}
html.zele #nko_accountMenu li a:hover span:after,
html.zele #nko_accountMenu li a:focus span:after {
    border-bottom: 2px solid #181818;
    width: 100%;
    opacity: 1;
}


html.zele #nko_register .nko_button_orange.btn.btn-primary::after,
html.zele #nko_register .nko_button_orange:hover {
    background: #ff5000;
    border-color: #ff5000;
}

html.zele #nko_register .nko_orange,
html.zele #nko_register .nko_color_orange {
    color: #ff5000;
}

/*****
html.zele #nko_register #nko_accountMenuMobileButton {
  position: relative;
  display: none;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #000;
    border: none;
  box-shadow: none;
  background: #444;
    background: #ff5000;
  color: #fff !important;
  top: auto;
  right: auto;
  z-index: 999;
  font-size: 15px !important;
  padding: 10px 18px 10px 18px;
  text-transform: uppercase !important;
  font-family: Roboto, "Open Sans", Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: .05em;
  border-radius: 0;
  margin: 15px auto 0 auto;
  max-width: 50%;
  width: 160px;
}
/*****/

html.zele .nko_titleHeadingStrip {
    font-family: Anton, Roboto, "Open Sans", Arial, sans-serif;
    font-size: 45px;
    color: #181818;
    text-align: center;
    background: transparent;
    position: relative;
    padding-top: 54px;
    font-weight: normal !important;
}

html.zele #nko_register .header {
    background: #f5f5f5 url("../images/theme/white_bottom_wave_02.png") bottom center no-repeat;
    background-size: 100%;
    padding-bottom: 53px;
    text-align: right;
    vertical-align: top;
}

html.zele #nko_register .nko_headerStrip {
    vertical-align: top;
    text-align: right;
    padding-left: 0;
}

html.zele #nko_register .nko_headerStrip * {
    vertical-align: top;
}

html.zele #nko_register .nko_headerStrip .nko_headerLogo {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    float: left;
}

html.zele #nko_register .nko_headerStrip .nko_headerLogo img {
    width: 100%;
    max-width: 290px;
    height: auto;
}

html.zele #nko_register #nko_headerContact {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    color: #181818;
    padding: 20px 28px 10px 0;
}

html.zele #nko_register #nko_headerContact a {
    color: #ff5000;
}

html.zele #nko_register #nko_loginButtonWrap {
    max-width: 200px;
    margin: auto;
    display: inline-block;
    width: auto;
}

html.zele #nko_register #nko_loginButton,
html.zele #nko_register #nko_inlineMenuMobileButtonWrap #nko_accountMenuMobileButton {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    z-index: 999;
    font-size: 12px !important;
    padding: 10px 18px 10px 18px;
    text-transform: uppercase !important;
    font-family: Roboto, "Open Sans", Arial, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: .05em;
    border-radius: 0;
    margin: 15px auto;
    line-height: 1 !important;
    border: none !important;
    box-shadow: none !important;
}

html.zele #nko_register #nko_inlineMenuMobileButtonWrap #nko_accountMenuMobileButton {
    background: #ff5000;
    color: #fff !important;
}

html.zele #nko_register #nko_loginButton:before,
html.zele #nko_register #nko_loginButton:after {
    border-radius: 0;
}

html.zele #nko_register #nko_loginButton:after {
    background: #ff5000;
    border-color: #ff5000;
}



html.zele #nko_register .bt-site-footer section.bt_bb_section.bt_bb_layout_wide,
html.zele #nko_register .bt-site-footer section.bt_bb_section.bt_bb_layout_wide * {
    width: 100%;
    padding: 0;
    margin: 0;
}

html.zele #nko_register .bt-site-footer .bt_bb_headline_superheadline {
    font-size: 15px;
    font-weight: 500;
}

html.zele #nko_register .bt-site-footer .bt_bb_custom_menu div ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

html.zele #nko_register .bt-site-footer .bt_bb_custom_menu div ul li {
    margin: 0 0 0 .5em;
}

html.zele #nko_register .bt-site-footer a {
    font-size: 15px;
    opacity: .6;
    color: #fff;
}

html.zele #nko_register .bt-site-footer a:hover,
html.zele #nko_register .bt-site-footer a:focus {
    opacity: 1;
}

html.zele #nko_register .bt-site-footer a[style*="opacity"]:hover {
    opacity: 1 !important;
}

html.zele #nko_register .bt-site-footer span[style*="opacity"] a {
    opacity: 1;
}

html.zele #nko_register .bt-site-footer .bt_bb_icon {
    font-size: 20px;
    padding-right: 1em;
}

html.zele #nko_register .bt-site-footer a.bt_bb_icon_holder {
    color: #ff5000;
    opacity: 1;
    font-size: 20px;
}


html.zele #nko_register .btn,
html.zele #nko_register .btn-primary,
html.zele #nko_register .nko_button {
    border-radius: 0 !important;
    color: #fff;
}

html.zele #nko_register .btn:hover,
html.zele #nko_register .btn:focus,
html.zele #nko_register .btn-primary:hover,
html.zele #nko_register .btn-primary:focus,
html.zele #nko_register .nko_button:hover,
html.zele #nko_register .nko_button:focus {
    color: #fff;
}

html.zele #nko_register .btn:before,
html.zele #nko_register .btn-primary:before,
html.zele #nko_register .nko_button:before {
    border-radius: 0 !important;
}

html.zele #nko_register .btn:after,
html.zele #nko_register .btn-primary:after,
html.zele #nko_register .nko_button:after {
    border-radius: 0 !important;
}

html.zele #nko_register .nko_formButtonsLarge button,
html.zele #nko_register button.btn,
html.zele #nko_register button.btn.btn-primary,
html.zele #nko_register .nko_button,
html.zele #nko_register .btn-primary {
    font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    text-transform: none;
    padding: 8px 18px;
    font-size: 18px !important;
    line-height: 1.25 !important;
    color: #fff;
}

html.zele #nko_register .nko_paymentProfiles .nko_accountBillingPayProButtons button.nko_button,
html.zele #nko_register .nko_paymentProfiles .nko_accountBillingPayProButtons .nko_button,
html.zele #nko_register .nko_paymentProfiles .nko_accountBillingPayProButtons .nko_button.btn.btn-primary {
    padding: 5px 10px !important;
    border-radius: 0 !important;
    font-size: 15px !important;
    color: #fff;
}

html.zele body#nko_register .nko_formButtonsLarge button.btn.btn-primary.nko_button_small,
html.zele body#nko_register button.nko_button_small,
html.zele body#nko_register input.nko_button_small,
html.zele body#nko_register a.nko_button_small {
    padding: 2px 4px 3px 4px !important;
    font-size: 13px !important;
    line-height: 1 !important;
    margin: 0 3px !important;
    font-weight: normal !important;
}



html.zele #nko_register input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
html.zele #nko_register textarea:focus, .fancy-select .trigger.open {
    border-color: #666;
    border-color: #00b4ff;
}


#nko_loginButtonWrap::before {
    display: none !important;
}

#nko_inlineMenuMobileButtonWrap {
    display: none;
}

.nko_titleHeadingStripMobile {
    display: none !important;
}


@media screen and  (max-width: 950px) {

    html.zele #nko_register .nko_headerStrip {
        padding-right: 20px;
    }

    html.zele #nko_register #nko_headerContact {
        padding: 15px 0 16px 0 !important;
        margin: 0 !important;
        text-align: right;
        display: block;
    }

    html.zele #nko_register #nko_loginButtonWrap {
        padding-top: 0 !important;
    }

    html.zele #nko_register #nko_loginButton {
        margin: 0;
        color: #181818;
    }

    html.zele #nko_register #nko_loginButton:before {
        border: none;
        background-color: #bfbfbf;
    }

    html.zele #nko_register #nko_loginButton:after {
        border: none;
        background-color: #e9e9e9;
    }

    #nko_inlineMenuMobileButtonWrap {
        display: inline-block !important;
        max-width: 200px;
        margin: auto;
        margin-left: 50px;
        width: auto;
        height: auto;
        text-align: center;
    }

    html.zele #nko_register #nko_inlineMenuMobileButtonWrap #nko_accountMenuMobileButton {
        margin: 0;
    }

    html.zele #nko_register #nko_accountMenuMobileButton {
        display: block !important;
    }

    .page-account .nko_titleHeadingStrip {
        display: none !important;
    }

    .page-account .nko_titleHeadingStrip.nko_titleHeadingStripMobile {
        display: block !important;
        margin: 0 !important;
    }
}

@media screen and (max-width: 750px) {

    html.zele #nko_register #nko_headerContact {
        margin: 0 auto 0 auto !important;
        right: 0;
        font-size: 15px;
    }
}

@media screen and (max-width: 650px) {

    html.zele #nko_register .nko_headerStrip {
        text-align: center;
        padding-bottom: 0;
        padding-right: 0;
    }

    html.zele #nko_register .nko_headerStrip .nko_headerLogo {
        float: none;
    }

    html.zele #nko_register .nko_headerStrip .nko_headerLogo img {
        width: 90%;
        max-width: 290px;
    }

    html.zele #nko_register #nko_headerContact {
        margin: 0 auto 0 auto !important;
        right: 0;
        width: 100%;
        display: block !important;
        text-align: center !important;
    }

    html.zele .nko_titleHeadingStrip {
        padding: 35px 18px 0px 18px !important;
        font-size: 35px;
    }

    html.zele .nko_titleHeadingStrip ~ .nko_form {
        padding-top: 15px;
    }
}



.nko_form select,
.nko_form textarea,
.nko_form input[type="text"],
.nko_form input[type="password"],
.nko_form input[type="datetime"],
.nko_form input[type="datetime-local"],
.nko_form input[type="date"],
.nko_form input[type="month"],
.nko_form input[type="time"],
.nko_form input[type="week"],
.nko_form input[type="number"],
.nko_form input[type="email"],
.nko_form input[type="url"],
.nko_form input[type="tel"],
.nko_form input[type="color"] {
    background: #fff;
}

.nko_form select:disabled,
.nko_form textarea:disabled,
.nko_form input[type="text"]:disabled,
.nko_form input[type="password"]:disabled,
.nko_form input[type="datetime"]:disabled,
.nko_form input[type="datetime-local"]:disabled,
.nko_form input[type="date"]:disabled,
.nko_form input[type="month"]:disabled,
.nko_form input[type="time"]:disabled,
.nko_form input[type="week"]:disabled,
.nko_form input[type="number"]:disabled,
.nko_form input[type="email"]:disabled,
.nko_form input[type="url"]:disabled,
.nko_form input[type="tel"]:disabled,
.nko_form input[type="color"]:disabled {
    background: #f2f2f2;
    cursor: not-allowed;
}