@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?w8n8ge');
    src: url('../fonts/icomoon.eot?w8n8ge#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?w8n8ge') format('truetype'), url('../fonts/icomoon.woff?w8n8ge') format('woff'), url('../fonts/icomoon.svg?w8n8ge#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
.bg-helper.auth-beacon.auth-beacon-security.undefined-user{
    background-color: white !important;
}
*/
input {
    color: black;
    -webkit-transition: border 0.1s ease-in-out;
    transition: border 0.1s ease-in-out;
    -moz-transition: border .1s ease-in-out;
    width: 100%;
    font-weight: 500;
}

input [type="text"]::-webkit-input-placeholder {
    color: black;
    font-weight: 500;
}

input::-moz-placeholder {
    font-weight: 500;
    color: black;
}

input:focus {
    border-right: 5px solid #003c99 !important;
}

#okta-sign-in.auth-container .okta-form-input-field input {
    color: #333333;
}

#okta-sign-in.auth-container .disabled {
    background-color: #cccccc;
    border-color: #cccccc;
    color: white;
    cursor: default;
}


#okta-sign-in.auth-container .beacon-container {
    width: 100px;
    height: 100px;
    /* Fix for background bleed into NU logo border radius for firefox. */
    background: white;
    border-radius: 30px;
}

#okta-sign-in.auth-container .login-msg-info {
    float: left;
    border: 1px solid green;
    background-color: green;
    width: auto;
    min-height: 140px;
    position: relative;
    margin-top: 10px;
    border-radius: 5px;
    color: white;
    text-align: left;
    width: 100%;
    margin: 10px 0;
    height: 13%;
}

#okta-sign-in.auth-container .login-msg-info span {
    height: 100%;
    background-color: green;
    float: left;
    display: inline-block;
}

#okta-sign-in.auth-container .login-msg-info span:after {
    display: block;
    content: '';
    clear: both;
}

#okta-sign-in.auth-container .login-msg-info p {
    float: left;
    width: 90%;
    padding: 5px 10px 0;
    margin-bottom: 0px;
    font-weight: bold;
}

#okta-sign-in.auth-container .login-msg-info p:after {
    display: block;
    content: '';
    clear: both;
}

#okta-sign-in.auth-container .login-msg-info i {
    font-size: 42px;
    padding: 5px;
    color: white;
}

#okta-sign-in.auth-container .login-msg-alert {
    float: left;
    border: 1px solid #eb3528;
    background-color: #eb3528;
    width: auto;
    min-height: 50px;
    position: relative;
    margin-top: 10px;
    border-radius: 5px;
    color: white;
    text-align: left;
    width: 100%;
    margin: 10px 0;
    height: 12%;
}

#okta-sign-in.auth-container .login-msg-alert span {
    height: 100%;
    background-color: #eb3528;
    float: left;
    display: inline-block;
}

#okta-sign-in.auth-container .login-msg-alert span:after {
    display: block;
    content: '';
    clear: both;
}

#okta-sign-in.auth-container .login-msg-alert p {
    float: left;
    width: 90%;
    padding: 5px 10px 0;
    margin-bottom: 0px;
}

#okta-sign-in.auth-container .login-msg-alert p:after {
    display: block;
    content: '';
    clear: both;
}

#okta-sign-in.auth-container .login-msg-alert i {
    font-size: 42px;
    padding: 5px;
    color: white;
}

#okta-sign-in.auth-container .login-msg-alert a {
    color: white;
    text-decoration: underline;
}

#okta-sign-in.auth-container .login-msg-notice {
    float: left;
    border: 1px solid #ffd100;
    background-color: #ffd100;
    width: auto;
    min-height: 120px;
    position: relative;
    border-radius: 5px;
    color: #333333;
    text-align: left;
    width: 100%;
    margin: 10px 0;
    margin-top: 20px;
    height: 11%;
}

#okta-sign-in.auth-container .login-msg-notice span {
    height: 100%;
    background-color: #ffd100;
    float: left;
    display: inline-block;
}

#okta-sign-in.auth-container .login-msg-notice span:after {
    display: block;
    content: '';
    clear: both;
}

#okta-sign-in.auth-container .login-msg-notice p {
    float: left;
    width: 90%;
    padding: 5px 10px 0;
    margin-bottom: 0px;
}

#okta-sign-in.auth-container .login-msg-notice p:after {
    display: block;
    content: '';
    clear: both;
}

#okta-sign-in.auth-container .login-msg-notice i {
    font-size: 42px;
    padding: 5px;
    color: white;
}

#okta-sign-in.auth-container .login-msg-notice a {
    color: #39d;
    text-decoration: underline;
}

#okta-sign-in.auth-container .okta-msg {
    width: 40%;
    height: auto;
    margin-top: 10px;
    float: left;
    background: white;
    box-shadow: 0 0 00px 0 #333;
    border: 1px solid #f1f1f1;
    min-width: 490px;
}

#okta-sign-in.auth-container .okta-msg p {
    width: 100%;
    padding-bottom: 10px;
}

#okta-sign-in.auth-container .container {
    max-width: 1500px;
}

#okta-login-container {
    float: left;
}

#okta-login-container::after {
    display: block;
    clear: both;
    content: "";
}

.input-fix:hover {
    border-color: #003c99;
}

#okta-sign-in.auth-container .link-button-disabled {
    background-color: #cccccc !important;
    border-color: #cccccc !important;
    color: white !important;
    cursor: default;
    pointer-events: none;
}

#okta-sign-in.auth-container .link-button-disabled:focus {
    box-shadow: none !important;
    border-color: #cccccc;
}

.link-button-disabled {
    background-color: #f1f1f1;
    color: white;
}

#okta-icon {
    padding: 5px 10px;
    font-size: 35px;
    display: block;
    color: white;
}

.okta-icon-text {
    display: inline-block;
    margin: 0;
    margin-left: 10px;
    font-family: opensans;
    bottom: 5px;
    font-weight: 400;
    position: relative;
}

.okta-message-text-container {
    float: left;
    display: inline-block;
    padding: 20px;
    width: 326px;
    background-color: white;
    min-height: 65px;
}

.msg-aside {
    width: 60%;
    margin-left: 10px;
}

.link-button-disabled {
    color: white;
    cursor: default;
}

.page-heading-wrapper .page-heading {
    padding-left: 10px;
}


/*@-webkit-keyframes color {
    33% {
        color: white;
    }
    66% {
        color: orange;
    }
    99% {
        color: white;
    }
}

@keyframes color {
    33% {
        color: white;
    }
    66% {
        color: orange;
    }
    99% {
        color: white;
    }
} */

.o-form-has-errors .o-form-explain.o-form-input-error {
    height: 10px;
    top: 5px;
    margin-bottom: 15px;
}

.o-form-input .o-form-explain {
    padding: 6px 20px 6px;
}

.okta-descrip-wrapper {
    display: none;
    font-size: 14px;
    padding-left: 5px;
}

.okta-message-container {
    display: none;
    float: left;
    border: 3px solid #ffbe13;
    border-left: 3px;
    background-color: #ffbe13;
    width: auto;
    height: auto;
    position: relative;
    margin-top: 10px;
    border-radius: 5px;
}

.okta-warning-icon {
    float: left;
    height: 100%;
    background-color: orange;
    padding: 10px;
}

@-webkit-keyframes background-color {
    50% {
        background-color: #f1f1f1;
    }
}

@keyframes background-color {
    50% {
        background-color: #f1f1f1;
    }
}

@-webkit-keyframes border-color {
    50% {
        border-color: #f1f1f1;
    }
}

@keyframes border-color {
    50% {
        border-color: #f1f1f1;
    }
}

#okta-descrip-toggle {
    padding-right: 5px;
    color: #39d;
}

#okta-sign-in.auth-container #okta-descrip-toggle label {
    font-family: OpenSans;
    padding-left: 5px;
}

.okta-text {
    margin-top: 25px;
    margin-left: 2px;
    width: 33%;
}

#okta-sign-in.auth-container .okta-sign-in-header {
    border-bottom-color: #003c99;
    background: #003c99;
}

#okta-sign-in.auth-container .o-form .input-fix input[type="text"] {
    font-family: "OpenSans";
    font-weight: 300;
}

#okta-sign-in.auth-container .o-form .input-fix input[type="password"] {
    font-family: "OpenSans";
    font-weight: 300;
}

#input31::-webkit-input-placeholder {
    color: black;
    font-weight: 300;
}

#input31::-moz-placeholder {
    color: black;
    font-weight: 500;
}

#input24::-webkit-input-placeholder {
    color: black;
    font-weight: 300;
}

#input24::-moz-placeholder {
    color: black;
    font-weight: 500;
}

#okta-sign-in .focused-input,
#okta-sign-in .link.help:focus {
    box-shadow: 0 0 8px #003c99;
}

#okta-sign-in.auth-container.main-container {
    border-color: #003c99;
    box-shadow: 0 0 15px 0 #cccccc;
}

#okta-sign-in.auth-container .undefined-user {
    background-image: url("/assets/img/nu/NU_Logo_PrimaryColor_VerticalStacked_RGB.jpg");
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#okta-sign-in.auth-container .beacon-container {
    margin-top: 5px;
}

#okta-sign-in.auth-container .beacon-loading:after {
    border-top-color: #003c99;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
}

#okta-sign-in.auth-container .beacon-blank {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

#okta-sign-in.auth-container .auth-beacon {
    background-color: white;
    box-shadow: 0 0 0 10px;
}

#okta-sign-in.auth-container .auth-beacon-border {
    border: 0px;
}

.okta-login-container {
    margin-top: 25px;
}

.link.goto {
    color: #003c99;
    margin-top: 15px;
}

.link.goto:hover {
    font-weight: normal;
}

.o-form-head {
    display: none;
}

.o-form-button-bar {
    padding: 0 0 10px;
}

.factors-dropdown-wrap {
    margin-top: 3px;
    right: -30px;
}

#okta-sign-in.auth-container .button-primary {
    background-color: #003c99;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 0 45px 0;
    border: 1px solid #003c99;
    margin-bottom: 10px;
}

#okta-sign-in.auth-container .button-wide {
    line-height: 34px;
}

.o-form-fieldset.o-form-label-top.inline-input.auth-passcode {
    width: 100%;
}

.custom-checkbox {
    color: #003c99;
}

.custom-checkbox label {
    color: #003c99;
}

.link.help.js-back {
    position: inherit;
    color: #003c99;
}

#okta-sign-in.auth-container .button-primary:hover {
    background-color: #03579f;
    border: 1px solid #003c99 !important;
    color: white !important;
}

#okta-sign-in.auth-container .button-primary:active {
    background-color: rgba(0, 49, 97, 0.66);
    box-shadow: inset 0 0 1px 1px #003c99;
    border: 1px solid #003c99 !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-image: none;
    color: white !important;
}

#okta-sign-in.auth-container .button-primary:focus:not(:active) {
    outline: none;
    border: 1px solid #003c99;
    border-right-width: 1px !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-image: none;
    color: white;
    background-color: #03579f;
}

/*.auth-footer {
    position: fixed;
    width: 300px;
    left: 500px;
    bottom: 400px;
} */

#okta-sign-in.auth-container .link.help.js-help {
    position: relative;
    color: #003c99;
    width: 100% !important;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #003c99;
    pointer-events: none;
    display: none;
    margin-top: -20px;
}

#okta-sign-in.auth-container .link.help.js-help:hover {
    font-weight: bold;
}

.help-links.js-help-links {
    display: block !important;
}

.help-links.js-help-links>li>a {
    color: #003c99;
}

.help-links.js-help-links>li>a:hover {
    font-weight: bold;
}

.drawer-trigger:before {
    font-family: "icomoon";
    content: "\3d";
    display: inline-block;
}

.site-search .submit:before {
    font-family: "icomoon";
    content: "\e602";
    display: inline-block;
}

#okta-sign-in.auth-container .icon.input-icon.person-16-gray:before {
    font-family: "icomoon";
    content: "\e971";
    display: inline-block;
    margin-top: 3px;
    padding-right: 5px;
    speak: none;
}

#okta-sign-in.auth-container .input-tooltip.icon.form-help-16:before {
    font-family: "icomoon";
    content: "\e922";
    display: inline-block;
    margin-top: 3px;
    speak: none;
}

#okta-sign-in.auth-container .icon.input-icon.remote-lock-16:before {
    font-family: "icomoon";
    content: "\e98e";
    display: inline-block;
    margin-top: 3px;
    speak: none;
}

#okta-sign-in.auth-container .icon.icon-16.error-16-small:before {
    font-family: "icomoon";
    display: inline-block;
    content: "\ea08";
}

#okta-sign-in.auth-container .icon.error-16:before {
    font-family: "icomoon";
    display: inline-block;
    content: "\ea08";
    speak: none;
}

.mfa-verify-totp-inline a.link-button {
    color: #003c99;
}

.mfa-verify-totp-inline a.link-button:hover {
    font-weight: bold;
}

#okta-sign-in.auth-container .bg-helper.auth-beacon.auth-beacon-factor.mfa-google-auth {
    background-image: url("/assets/img/okta/authenticator-icon.png");
    background-color: white;
    background-size: 115%;
    opacity: 100% !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#okta-sign-in.auth-container .bg-helper.auth-beacon.auth-beacon-factor.mfa-okta-sms {
    background-image: url("/assets/img/okta/sms.png");
    background-color: #003c99;
    background-size: 75%;
    opacity: 100% !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#okta-sign-in.auth-container .bg-helper.auth-beacon.auth-beacon-factor.mfa-okta-verify {
    background-image: url("/assets/img/okta/okta-auth.png");
    background-color: white;
    background-size: 127%;
    opacity: 100% !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#okta-sign-in.auth-container .bg-helper.auth-beacon.auth-beacon-factor.mfa-okta-call {
    background-image: url("/assets/img/okta/mobile.png");
    background-color: #003c99;
    opacity: 100% !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mfa-okta-verify-30 {
    border: 1px solid grey;
}

.icon.factor-icon.mfa-google-auth-30 {
    border: 1px solid grey;
}

#okta-sign-in.main-container {
    position: relative;
    right: 0px;
    float: left;
    box-shadow: 0 0 0;
    border: 2px solid #003c99;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 10px;
}

.auth-header {
    border: 0px;
    margin-bottom: 60px;
    border-bottom: 2px solid #003c99;
    background-color: #003c99;
}

.auth-container {
    border-radius: 0px;
    border-style: solid;
    border-width: 0px;
    padding-top: 0px;
    margin-top: -75px;
}

.auth-content {
    padding: 10px 42px 20px;
    -moz-transition: padding-top 0.4s;
    -webkit-transition: padding-top 0.4s;
    transition: padding-top 0.4s;
}

.introtext {
    max-width: 600px
}

.leftpad {
    margin-left: 30px;
    padding-top: 20px;
}

.topbar {
    height: 20px
}

.button,
.button.link-button {
    box-sizing: border-box;
    width: 100%;
    background-color: white;
    color: #003c99;
}

.button,
.button.link-button:active {
    box-sizing: border-box;
    width: 100%;
    color: #003c99;
}

.button.link-button:hover {
    color: #03579f;
    background-color: white;
    border: 1px solid #03579f;
}

.button.link-button:focus {
    background-color: #cccccc;
    border: 1px solid #cccccc !important;
    color: white;
    cursor: default;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

#okta-sign-in.auth-container .factors-dropdown-wrap .dropdown.more-actions .link-button {
    border-color: transparent;
}

#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions span.icon-dm {
    display: none;
}

#okta-sign-in.auth-container .factors-dropdown-wrap .dropdown.more-actions .link-button {
    background-image: url(/assets/img/okta/circle-right.png);
    padding: 0 !important;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: background-size .1s ease-in-out, width .1s ease-in-out, height .1s ease-in-out;
    -webkit-transition: background-size .1s ease-in-out, width .1s ease-in-out, height .1s ease-in-out;
    -moz-transition: background-size .1s ease-in-out, width .1s ease-in-out, height .1s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#okta-sign-in.auth-container .factors-dropdown-wrap .dropdown.more-actions .link-button:hover {
    background-image: url(/assets/img/okta/circle-right.png);
    padding: 0 !important;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: background-size .1s ease-in-out, width .1s ease-in-out, height .1s ease-in-out;
    -webkit-transition: background-size .1s ease-in-out, width .1s ease-in-out, height .1s ease-in-out;
    -moz-transition: background-size .1s ease-in-out, width .1s ease-in-out, height .1s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#okta-sign-in.auth-container .icon.factor-icon.mfa-sms-30 {
    background-image: url("/assets/img/okta/sms.png");
    background-size: 75%;
    background-position: center;
    background-color: #003c99;
    border: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#okta-sign-in.auth-container .icon.factor-icon.mfa-call-30 {
    background-image: url("/assets/img/okta/mobile.png");
    background-size: 100%;
    background-position: center;
    background-color: #003c99;
    border: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#okta-sign-in.auth-container .icon.factor-icon.mfa-google-auth-30 {
    background-image: url("/assets/img/okta/authenticator-icon.png");
    background-size: 90%;
    background-position: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#okta-sign-in.auth-container .icon.factor-icon.mfa-okta-verify-30 {
    background-image: url("/assets/img/okta/okta-auth.png");
    background-size: 90%;
    background-position: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.factors-dropdown-wrap .dropdown.more-actions span.icon-dm {
    top: 9px;
    background: none;
}

.mfa-verify-sms-call .auth-passcode .o-form-input {
    width: 100%;
}

.auth-org-logo {
    display: block;
    margin: 0 auto;
    max-height: 60px;
    max-width: 200px;
    margin-bottom: 15px;
}

.help {
    height: auto !important;
}

.dropdown {
    margin-top: 10px;
}

.factors-dropdown-wrap .dropdown.more-actions .options-wrap {
    left: -12px;
    width: 320px;
    top: 30px;
    -webkit-animation: fadein .5s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein .5s;
    /* Firefox < 16 */
    -ms-animation: fadein .5s;
    /* Internet Explorer */
    -o-animation: fadein .5s;
    /* Opera < 12.1 */
    animation: fadein .5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.okta-dropdown-list.options-wrap.clearfix {
    margin-top: -115px;
    margin-left: 155px;
}

.o-form-explain {
    color: #003c99;
}

.sms-hint {
    margin: 0;
    padding-bottom: 0px;
    text-align: left;
}

.mobile-recovery-hint {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.forgot-password-sms-enabled .sms-hint {
    padding-bottom: 0px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.js-help-link {
    display: none;
}

.help-links.js-help-links {
    display: block !important;
}

.js-help {
    display: none !important;
}

.o-form-button-bar {
    padding: 0 0 10px;
}

.o-form-input .o-form-explain {
    padding: 6px 5px 0px 20px;
    margin: 0px;
}

#spinner {
    display: none;
    position: fixed;
    left: 50%;
    top: 30%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: 10px 0 0 -75px;
    border: 16px solid #003c99;
    border-radius: 50%;
    border-top: 16px solid #f1f1f1;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.help-links.js-help-links>li>a:hover {
    font-weight: normal;
}

body {
    font-family: "OpenSans", "Open Sans", sans-serif;
}

a {
    transition: none;
}

#main-content {
    font-family: "Open Sans", 'OpenSans', sans-serif;
}

.header,
#header {
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 #cccccc;
    box-shadow: 0 0 10px 0 #cccccc;
}

.expanded .header .header-nav {
    bottom: 30px;
}

.expanded .header .primary-nav {
    margin-right: 0;
}

.expanded .header .primary-nav a {
    color:#4c5158;
    transition: .4s ease-in-out;
    font-weight: 400;
    font-size: 15px;
}

.expanded .header .primary-nav a:hover {
    background: transparent;
    color: #0056b3;
}

.expanded .header .primary-nav a.main-link {
    color: #315fa3;
}

.expanded .header .primary-nav-btns a.main-link {
    color: #0056b3;
    transition: .4s ease-in-out;
    font-weight: 400;
    font-size: 15px;
    display: block;
    padding: 0 14px;
}

.expanded .header .primary-nav-btns li {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
}

.expanded .header .primary-nav a.main-link {
    margin-left: 10px;
    padding: 0 10px;
}

.expanded .header .primary-nav a.main-link.alt {
    margin-left: 0px;
}

.expanded .header .primary-nav a.main-link.alt:hover {
    color: #0056b3;
    text-decoration: underline;
}

.expanded .header .primary-nav a.main-link:hover {
    color: #ffbe13;
}

.expanded .header .primary-nav-btns a.nav-btn {
    height: auto !important;
    line-height: 2 !important;
    font-weight: bold;
    position: relative;
    bottom: 6px;
    color: white;
    background: #0088cf;
    padding: 10px 10px;
    font-size: 13px;
    border-radius: 2px;
    margin-right: 0;
    margin-left: 14px;
    top: 0;
}

.expanded .header .phone {
    color: blue;
}

.drawer-trigger:before {
    width: 0;
}

.primary-nav-btns {
    float: left;
}

.footer-navigation {
    background: #003c99;
    padding-bottom: 50px;
}

.auth-header {
    border-bottom: 2px solid #003c99;
    background: #003c99;
}

#okta-sign-in.main-container {
    border: 2px solid #003c99;
    margin-bottom: 25px;
}

#okta-sign-in.auth-container .button-primary {
    background: #003c99;
    border-color: #003c99;
}

.custom-checkbox label {
    color: #003c99;
}

.footer-nav a {
    color: #ffffff;
}

.social-icons li {
    background: #ffffff;
    color: #003c99;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.social-icons a {
    color: #003c99;
    position: relative;
    top: 6px;
    right: -7px;
}

.okta-text {
    margin-top: 40px;
}

.header .logo {
    background: url(/assets/img/nu/NU_Logo_PrimaryColor_Horizontal_RGB.jpg);
    margin-left: 0px;
    width: 225px;
    background-repeat: no-repeat;
    /*margin-top: -35px;*/
}

.icon-instagram {
    width: 16px;
    height: 16px;
    fill: #398ece;
}

.icon-instagram:hover {
    fill: #003c99;
}

.footer-navigation .primary {
    width: 70%;
}

.footer-navigation .secondary {
    width: 30%;
    bottom: 10px;
    position: relative;
}

.modal {
    max-width: 850px;
    left: 0%;
    top: 2%;
    margin: 0 auto;
    width: 100%;
}

.modal.fade .modal-dialog {
    top: 0%;
}

.modal.fade {
    padding-left: 0px !important;
}

#divider {
    border-right: 1px solid #ccc;
}

.footer-navigation .copyright {
    color: #ffffff;
}

.footer-navigation .secondary::after {
    display: none;
}

#menu-trigger {
    display: none;
}

#nav-links.active {
    display: block;
}

.login.container {
    padding-bottom: 210px;
}

.okta-msg p {
    float: none;
    width: 100%;
    padding-left: 70px;
        color: #636a74;
        font-weight: 400;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.login-msg-info span {
    background: #003c99;
    border-right: 1px solid #003c99;
}

.okta-msg.login-msg-info {
    border-color: #003c99;
}

#header-utility {
    display: none;
}

.social-icons li:hover {
    cursor: pointer;
}

.icon-instagram {
    width: 16px;
    height: 16px;
    fill: #003c99;
}

.icon-instagram:hover {
    fill: #003c99;
}

.icon-youtube {
    position: relative;
    bottom: 1px;
    right: 1px;
}

.icon-youtube:hover {
    fill: #003c99;
}

#okta-descrip a {
    display: inline-block;
}

.okta-msg i {
    padding: 8px;
}

#okta-sign-in.main-container {
    margin-right: 25px;
}

#okta-sign-in.auth-container .okta-msg.login-msg-notice {
    border-color: #ffd100;
}

#okta-sign-in.auth-container .okta-msg.login-msg-info {
    border-color: #003c99;
}

#okta-sign-in.auth-container .okta-msg.login-msg-alert {
    border-color: #f44336;
}

.login-msg-notice span {
    background: #ffd100;
    position: absolute;
    border-radius: 5px 0 0px 5px;
    border-right: 1px solid #ffd100;
}

.login-msg-info span {
    background: #003c99;
    position: absolute;
    border-radius: 5px 0 0px 5px;
    border-right: 1px solid #003c99;
}

.login-msg-alert span {
    background: #f44336;
    position: absolute;
    border-radius: 5px 0 0px 5px;
    border-right: 1px solid #f44336;
}

.expanded .header .primary-nav a:hover, .expanded .header .primary-nav a:focus, .expanded .header .primary-nav a:active {
    background: transparent;
}

.main-link i {
    color: #a8adb1;
}

#nav-btn-cta:hover .main-link i {
    color: #0088cf;
}

.main-link .search {
    display: none;
}

@media screen and (max-height: 650px) and (min-width: 768px) {
    .modal.fade .modal-content {
        max-height: 500px;
        overflow-y: scroll;
    }
}

@media screen and (min-width: 1889px) {
    .okta-text {
        width: 450px;
    }
}

@media screen and (max-width: 1500px) {
    .msg-aside {
        width: 75%;
    }
}

@media screen and (max-width:1280px) {
    .leftpad {
        margin-left: 20px;
    }

    .msg-aside {
        width: 85%;
    }
}

@media screen and (max-width:1024px) {
    .okta-text {
        width: 50%;
    }

    .okta-msg {
        width: 35%;
        min-width: auto;
    }

    .okta-msg p {
        padding-left: 50px;
        font-size: 13px;
    }
    .okta-msg i {
        font-size: 28px;
    }
     #okta-sign-in.main-container {
        margin-right: 10px;
    }
    .container.links {
        padding-left: 10px;
    }

    .header .logo {
        background-size: 97% !important;
        width: 225px;
    }

    .header .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .expanded .header .header-nav {
        right: 20px;
    }

    .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .footer-navigation .primary {
        width: 60%;
    }

    .footer-navigation .secondary {
        width: 40%;
    }

    .divider {
        border: 0px;
        margin-left: 0px;
        border-top: 2px solid gold;
        margin-top: 5px;
    }

    .expanded .header .primary-nav a {
        padding: 0px;
    }

    #nav-links {
        display: none;
        position: absolute;
        top: 55px;
        right: 0;
        background: #ffffff;
        float: none;
        min-width: 185px;
        border: 1px solid #cccccc;
        width: 270px;
        padding: 10px 20px 10px 20px;
        z-index: 1000000;
    }

    #nav-links .new {
        float: none;
    }

    .expanded .header .primary-nav-btns li.move-btn {
        display: none;
        float: none;
    }

    .expanded .header .primary-nav li.move-btn {
        float: none;
    }

    .expanded .header .primary-nav a.main-link {
        color: #003c99;
        padding: 10px 0;
    }

    .expanded .header .primary-nav li {
        float: none;
        height: auto;
        line-height: 1.5;
    }

    #divider {
        border-right: 0px;
        border-bottom: 2px solid gold;
        padding-bottom: 10px;
        margin-bottom: 5px;
    }

    #menu-trigger {
        display: block;
    }

    #menu-trigger:hover {
        cursor: pointer;
    }

    #menu-trigger a {
        background: #ffffff;
        color: grey;
        border: 1px solid grey;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .expanded .header .primary-nav a.main-link {
        margin-left: 0;
    }
    .main-link i {
        color: #003c99;
    }

    .main-link .search {
        display: inline-block;
        margin-left: 5px;
    }

    .main-link .search:hover,
    .main-link .search:active,
    .main-link .search:focus {
        color:#0056b3;
    }

    .expanded .header .primary-nav a.main-link:hover {
        color: #0056b3;
    }
}

@media screen and (max-width:875px) {
    .expanded .header .phone {
        display: none;
    }

    .okta-message-container {
        width: 400px;
    }
}

@media screen and (max-width: 767px) {
    .factors-dropdown-wrap .dropdown.more-actions .options-wrap {
        left: -212px;
    }

    .okta-dropdown-list.options-wrap.clearfix {
        margin-top: 100px;
        margin-left: -4350%;
    }

    .factors-dropdown-wrap .dropdown.more-actions .link-button {
        background-image: url(/assets/img/okta/circle-down.png);
        padding: 0 !important;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .factors-dropdown-wrap .dropdown.more-actions .link-button:hover {
        background-image: url(/assets/img/okta/circle-down.png);
        padding: 0 !important;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .login-msg-notice span {
        position: relative;
        border-radius: 5px 5px 0 0;
        border-bottom: 1px solid #ffd100;
        border-right: 0px;
    }

    .login-msg-info span {
        position: relative;
        border-radius: 5px 5px 0 0;
        border-bottom: 1px solid #003c99;
        border-right: 0px;
    }

    .login-msg-alert span {
        position: relative;
        border-radius: 5px 5px 0 0;
        border-bottom: 1px solid #f44336;
        border-right: 0px;
    }
    .page-heading-wrapper .page-heading {
        padding: 0px 0px 5px 10px;
        margin-bottom: 10px;
    }

    .leftpad {
        margin-left: 0px;
        margin-bottom: 10px;
        padding-left: 5px;
        padding-top: 5px;
    }

    #okta-login-container {
        float: none;
    }

    .okta-text {
        width: 100%;
        margin-top: 10px;
    }

    #msg-content {
        margin-bottom: 15px;
    }

    .okta-descrip-wrapper {
        display: inline-block;
    }

    #okta-descrip {
        display: none;
    }

    .header-wrapper .header {
        border-bottom: 1px solid white;
    }

    #okta-sign-in.main-container {
        margin-bottom: 30px;
    }

    .okta-msg {
        width: 400px;
        margin-left: 10px;
        float: none;
    }

    .okta-msg span {
        float: none;
        width: 100%;
        text-align: center;
    }

    .okta-msg p {
        float: none;
    }

    .footer-navigation .primary .footer-nav ul li {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .footer-navigation .primary .footer-nav ul {
        padding-top: 0;
    }

    .okta-msg p {
        padding: 5px 20px;
        text-align: center;
    }

    footer {
        position: relative;
    }

    .login.container {
        padding-bottom: 10px;
    }

    .okta-text {
        margin-top: 40px;
    }

    .nav-btn:hover {
        border-bottom: 1px solid grey !important;
    }

    .expanded .header .primary-nav-btns a.nav-btn {
        font-weight: 400;
    }

    .expanded .header .primary-nav a.main-link {
        margin-left: 0px;
    }

    .header,
    #header {
        height: 70px;
    }

    #drawer-trigger {
        display: none;
    }

    #contactShortForm .request-info-intro {
        margin-bottom: 15px;
    }

    .logo-row {
        border: 0px;
        padding: 10px 0;
    }

    .logo-container h3 {
        border-left: 0px;
        padding-left: 0px;
    }

    .feature-grid .feature-blocks-full .feature-block-full a .background {
        background-position: 53%;
    }

    .container.links {
        width: 100%;
    }

    .feature-grid .feature-blocks-full .feature-block-full {
        border: 0px;
    }

    .feature-grid .feature-blocks-full {
        border: 0px;
    }

    .header .logo {
        width: 55px !important;
        height: 55px !important;
        background-size: 340% !important;
        background-position: 0% !important;
        background-repeat: no-repeat !important;
        margin-left: -10px !important;
        margin-top: -30px !important;
    }

    .primary-nav-btns {
        float: none;
    }

    .expanded .header .header-nav {
        bottom: 15px;
    }

    #vidgrid {
        margin-bottom: 0px;
    }

    .homeform #contactShortForm .important {
        width: 150px !important;
    }

    .homeform #contactShortForm .tip-icon {
        left: 30px;
    }

    .important.label {
        text-align: left;
        margin: 15px 50px 0 0 !important;
    }

    .modal {
        left: 0% !important;
    }

    .modal-fade {
        height: 100%;
        top: 35%;
    }

    .modal-dialog {
        height: 100%;
        padding: 20px;
        overflow-y: hidden;
        top: 40%;
    }

    .modal-content {
        height: auto;
        max-height: 100%;
        padding: 10px;
        overflow-y: scroll;
        top: 0%;
    }

    .modal-content .modal-body p {
        margin-left: 0px !important;
    }

    .footer-navigation .primary,
    .footer-navigation .secondary {
        width: 100%;
    }

    .footer-navigation .secondary {
        border-bottom: 1px solid #ffffff;
    }

    .social-icons li {
        margin: 0 10px;
    }

    .social-icons a {
        right: 0;
    }

    .footer-navigation {
        padding-bottom: 20px;
    }

    .header-wrapper.expanded,
    .header-wrapper.expanded .header {
        height: 70px;
    }

    .icon-youtube {
        right: 0px;
    }

    .social-icons ul li:last-of-type {
        position: relative;
        top: 3px;
    }
}

@media screen and (max-width: 600px){
    #okta-sign-in.auth-container.main-container {
        border: 2px solid #003c99;
    }
    #okta-sign-in .mfa-verify-passcode .auth-passcode {
        float: none;
        width: 100%;
    }
    #okta-sign-in .call-request-button.link-button, #okta-sign-in .sms-request-button.link-button {
        width: 100%;
        margin: 10px auto;
    }
}

@media screen and (max-width: 480px) {
    #okta-sign-in.main-container {
        margin: 0px;
        margin-bottom: 30px;
    }

    .factors-dropdown-wrap .dropdown.more-actions .link-button {
        background-image: url(/assets/img/okta/circle-down.png);
        padding: 0 !important;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .factors-dropdown-wrap .dropdown.more-actions .link-button:hover {
        background-image: url(/assets/img/okta/circle-down.png);
        padding: 0 !important;
        background-repeat: no-repeat;
    }

    .page-heading-wrapper .page-heading {
        padding-left: 0px;
        margin-bottom: 5px;
    }

    .leftpad {
        margin-left: 0px;
        margin-bottom: 10px;
        padding-left: 5px;
    }

    #okta-login-container {
        float: none;
    }

    #okta-sign-in.main-container {
        float: none;
        width: 100%;
    }

    .okta-text {
        width: 90%;
    }

    .okta-message-container {
        margin-left: 0px;
        width: 100%;
    }

    .okta-message-text-container {
        width: 100%;
        border-left: 3px solid red;
    }

    .msg-aside {
        width: 100%;
        margin-left: 0px;
    }

    .o-form-has-errors .o-form-explain.o-form-input-error {
        height: 10px;
        top: 5px;
        margin-bottom: 30px;
    }

    .okta-msg {
        width: 100%;
        min-width: 100%;
        margin-left: 0px;
        float: none;
    }

    .social-icons ul {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 360px) {
    .page-heading-wrapper .page-heading {
        padding-left: 0px;
    }

    .okta-descrip-wrapper {
        padding-left: 0px;
    }
}

@media screen and (max-width: 325px) {
    .factors-dropdown-wrap .dropdown.more-actions .link-button {
        background-image: url(/assets/img/okta/circle-down.png);
        padding: 0 !important;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .factors-dropdown-wrap .dropdown.more-actions .link-button:hover {
        background-image: url(/assets/img/okta/circle-down.png);
        padding: 0 !important;
        background-repeat: no-repeat;
        background-position: 0px;
    }

    .leftpad {
        margin-right: 10px;
        padding-left: 12px;
        padding-right: 10px;
    }

    .okta-text {
        width: 95%;
    }

    .okta-descrip-wrapper {
        padding-left: 0px;
    }
}

@media screen and (max-width: 320px) {
    .factors-dropdown-wrap .dropdown.more-actions .options-wrap {
        left: 14px;
        width: 290px;
        top: 0px;
    }
}
