/* Minification failed. Returning unminified contents.
(98537,15): run-time error CSS1039: Token not allowed after unary operator: '-fa-primary-color'
(98539,17): run-time error CSS1039: Token not allowed after unary operator: '-fa-primary-opacity'
(98543,15): run-time error CSS1039: Token not allowed after unary operator: '-fa-secondary-color'
(98545,17): run-time error CSS1039: Token not allowed after unary operator: '-fa-secondary-opacity'
(98551,17): run-time error CSS1039: Token not allowed after unary operator: '-fa-secondary-opacity'
(98557,17): run-time error CSS1039: Token not allowed after unary operator: '-fa-primary-opacity'
 */
/*NETWORX RECRUITMENT STYLESHEET*/

/*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

::selection {
    background: #212529;
    text-shadow: none;
    color: rgba(255, 255, 255, 1);
}



@media screen and (max-height: 800px) {


    .job-search-overlay, .job-search-section-container {
        height: -moz-calc(100% - 136px) !important;
        height: -webkit-calc(100% - 136px) !important;
        height: -o-calc(100% - 136px) !important;
        height: calc(100% - 136px) !important;
    }

    .scroll-down-container {
        /*bottom: 80px !important;*/
    }

    .job-search-section-container.stuck .job-search-overlay {
        height: 55px !important;
    }

    .profile-pointers-container .container {
        height: -moz-calc(100% - 60px) !important;
        height: -webkit-calc(100% - 60px) !important;
        height: -o-calc(100% - 60px) !important;
        height: calc(100% - 60px) !important;
    }

    .login-dialogue-box {
        height: 90% !important;
    }

    .login-bottom-section {
        height: calc(100% - 100px) !important;
    }

    .login-bottom-content {
        height: calc(100% - 65px) !important;
    }

    .candidate-dialog-box {
        max-height: 650px !important;
    }

    .not-logged-in .job-search-section-container, .not-logged-in .job-search-overlay {
        height: calc(100% - 76px) !important;
    }
}

@media screen and (max-height: 700px) {

    .candidate-dialog-box {
        max-height: 600px !important;
    }
}

@media screen and (max-height: 650px) {

    .candidate-dialog-box {
        max-height: 500px !important;
    }
}

/*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/





/*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/

a {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

a[href*="http"],
a[href*="mailto"],
a[href*="tel"]{
    font-weight:bold;
}

.available-slots {
    padding: 0px;
}

.accessibility-statement h1, .accessibility-statement h2, .accessibility-statement h3, .accessibility-statement h4, .accessibility-statement h5, .accessibility-statement h6 {
    text-align: left;
    margin-top: 1rem;
}

.accessibility-statement ul {
    margin: 1rem 0 1rem 2rem;
}

    .accessibility-statement ul li {
        margin: 0 0 1rem;
    }

.account-renew {
    min-height: 80vh !important;
    width: 40vw !important;
    padding: 2rem 6rem;
    text-align: center;
}

@media only screen and (max-width: 1000px) {

    .account-renew {
        width: 90% !important;
        padding: 2rem 2rem;
        text-align: center;
    }
}

.account-renew-logo {
    margin: 1rem auto 4rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 120px;
    width: 100%;
    clear: both;
}

.account-renew-cross, .account-renew-tick {
    height: 4rem;
    width: 4rem;
    background-image: url(../img/icons/E11E1E/Close-Icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.account-renew-tick {
    background-image: url(../img/icons/4cab0c/tick.svg);
}

.account-renew h1 {
    display: inline-block;
    text-align: center;
}

.account-renew h2 {
    display: inline-block;
    text-align: center;
}

.account-renew img {
    margin: auto;
}

.candidate-dialog-box .available-slots .ntx-button-location {
    background-image: url(../img/icons/5e5e5e/Location-Pin.svg);
    background-size: 15px;
}

    .candidate-dialog-box .available-slots .ntx-button-location:hover {
        text-decoration: underline !important;
        background-color: rgb(245, 248, 250);
    }

.ad-login-alert #adLoginDialog {
    display: none;
}

    .ad-login-alert #adLoginDialog.active {
        display: block !important;
        right: calc(-70px - 2.2rem);
        top: calc(30px + 1.4rem);
    }

    .ad-login-alert #adLoginDialog .overlay-close {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

.apoint-recruitment-technology-setup {
    background-image: url(../img/hero-images/recruiter/apoint-recruitment-technology.jpg);
}

.advanced-search-options-overlay, .refine-search-overlay, .verification-overlay, .login-overlay, .social-media-privacy-login-overlay, .profile-introduction {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 0%;
    width: 0%;
    background-color: rgba(255, 255, 255, 0.98);
    opacity: 0;
    visibility: hidden;
    z-index: 11;
}

    .advanced-search-options-overlay.active, .refine-search-overlay.active, .verification-overlay.active, .login-overlay.active, .social-media-privacy-login-overlay.active, .profile-introduction.active, .candidate-dialog.active {
        height: 100%;
        width: 100%;
        opacity: 1;
        visibility: visible;
    }

    .advanced-search-options-overlay .container, .refine-search-overlay .container {
        width: 1000px;
        height: 100%;
    }

    .advanced-search-options-overlay .ntx-navigation-close-icon, .refine-search-overlay .ntx-navigation-close-icon {
        background-image: url(../img/icons/5e5e5e/close-icon.svg);
        position: relative;
        right: 0;
    }

    .advanced-search-options-overlay .h3, .refine-search-overlay .h3 {
        text-align: left;
        margin-bottom: 10px;
    }

.advanced-search-intro-details {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.advanced-search-input {
    border: none;
    border-bottom: 1px solid rgba(94, 94, 94, 1);
    background-color: transparent;
    padding: 15px;
    width: 100%;
    float: left;
    font-weight: 400;
    opacity: 0.5;
}

.advanced-search-options-container {
    margin-top: 30px;
}

.advanced-search-option-checkbox {
    float: left;
    width: 48%;
    margin-right: 2%;
    border-radius: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin-bottom: 15px;
    margin-top: 15px;
}

    .advanced-search-option-checkbox:nth-of-type(2n) {
        margin-right: 0;
    }

    .advanced-search-option-checkbox:hover {
        background-color: rgba(245, 248, 250,1);
    }

.advanced-search-option-label, .references-label {
    float: left;
    width: 100%;
    padding: 20px;
    padding-left: calc(35px + 0.6rem) !important;
    cursor: pointer;
}

.references-label {
    padding: 0px;
}

    .advanced-search-option-label:before, .references-label:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        border: 1px solid rgba(221, 221, 221, 1);
        width: 25px;
        height: 25px;
        float: left;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 20px;
        background-color: #ffffff;
        transform: translate(0,-50%);
    }

    .advanced-search-option-checkbox-input,
    .advanced-search-option-checkbox {
        position: relative;
    }

.advanced-search-option-checkbox-input, .references-checkbox-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.references-label-text {
    text-decoration: none !important;       
}

input[type=checkbox].advanced-search-option-checkbox-input:checked + label.advanced-search-option-label:before, input[type=checkbox].references-checkbox-input:checked + label.references-label:before {
    background-image: url(../img/icons/ffffff/tick.svg);
    background-color: rgba(76, 171, 12, 1);
}

input[type=checkbox].advanced-search-option-checkbox-input:not(:checked) + label.advanced-search-option-label:before, input[type=checkbox].references-checkbox-input:not(:checked) + label.references-label:before {
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-color: rgba(225, 30, 30, 0.25);
    background-size: 15px;
}

input[type=text].reference-name {
    width: 48%;
    padding: 8px 14px;
    border: 1px solid #cecece;
    text-rendering: optimizeLegibility;
    margin-bottom: 8px;
}

.advanced-search-options-container::-webkit-scrollbar, .ui-autocomplete.ui-front::-webkit-scrollbar, .login-bottom-content::-webkit-scrollbar {
    width: 10px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.advanced-search-options-container::-webkit-scrollbar-track, .ui-autocomplete.ui-front::-webkit-scrollbar-track, .login-bottom-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
}

.advanced-search-options-container::-webkit-scrollbar-thumb, .ui-autocomplete.ui-front::-webkit-scrollbar-thumb, .login-bottom-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(40,40,40,0.2);
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.25);
}

    .advanced-search-options-container::-webkit-scrollbar-thumb:hover, .ui-autocomplete.ui-front::-webkit-scrollbar-thumb:hover, .login-bottom-content::-webkit-scrollbar-thumb:hover {
        background: rgba(40,40,40,0.35);
    }


.job-search-image.apoint-recruitment-technology {
    background-image: url(../img/hero-images/recruiter/apoint-recruitment-technology.jpg);
}

.job-search-image.assets-header-image {
    background-image: url(../img/hero-images/recruiter/assets-header-image.jpg);
}

.assets-container {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.auth-password.login-bottom-content {
    -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box !important; /* Firefox, other Gecko */
    box-sizing: border-box !important; /* Opera/IE 8+ */
    padding: 15px 0 0;
    top: 0;
    height: auto;
}

    .auth-password.login-bottom-content * {
        -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box !important; /* Firefox, other Gecko */
        box-sizing: border-box !important; /* Opera/IE 8+ */
    }

    .auth-password.login-bottom-content input {
        margin-bottom: 20px;
    }

        .auth-password.login-bottom-content input:first-of-type {
            margin-top: 20px;
        }

#ad-account-dialog_dialog > div.dialogue-content div.candidate-dialog-bottom-content {
    padding: 0px;
}

.app-form-questions h2 {
    font-weight: bold;
}

.app-form-questions {
    padding: 0px;
}

.app-form-questions:nth-child(1) {
    padding:50px;
}

#div-main-application .app-form-questions {
    padding:0;
}

.login-bar .login-bar-popup ul ul.asm-dropdown {
    width: 100%;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    padding: 0;
    overflow-x: hidden;
    z-index: 2;
}

.login-bar .login-bar-popup td.login-item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

    .login-bar.login-bar-popup td.login-item .app-continue-button#LoginButton {
        width: 100%;
        text-align: left;
        border-radius: 0 !important;
        padding: 10px 50px !important;
        background-image: url(../img/icons/ffffff/Mail-Icon.svg);
        background-size: 25px;
        background-position: 15px 50%;
        background-repeat: no-repeat;
    }

    .login-bar .login-bar-popup td.login-item:last-of-type {
        margin-bottom: 0;
    }

    .login-bar .login-bar-popup td.login-item .login-email-prompt {
        text-align: center;
        margin-bottom: 10px;
    }

    .login-bar .login-bar-popup td.login-item input {
        width: 100%;
        border: 1px solid #dddddd;
        padding: 15px;
    }

.login-item .invalid-email-error {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
}

.login-item .privacy-policy-not-selected-social-media {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
}

.login-item .invalid-email-error:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(../img/icons/e11e1e/Alert-Icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.login-item .privacy-policy-not-selected-social-media:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(../img/icons/e11e1e/Alert-Icon.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.login-bar .login-bar-popup ul ul.asm-dropdown li {
    padding: 10px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

    .login-bar .login-bar-popup ul ul.asm-dropdown li:hover, .login-bar .login-bar-popup ul ul.asm-dropdown li.is-highlighted {
        text-decoration: underline;
        background-color: rgb(255, 255, 255);
        border-top: 1px solid rgb(221, 221, 221);
        border-bottom: 1px solid rgb(221, 221, 221);
    }

    @media only screen and (max-wdith: 767.98px){
        .AdvertParentContainer ul{
            margin: 20px 0px!important;
        }
    }

/*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/





/*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/


body.client-candidate-account .header-banner {
    display: none;
}

.body-nav-active {
    overflow: hidden;
}

.bottom-section {
    float: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0px 0px 4px 4px;
}

.bounce {
    /*-moz-animation: bounce 2.5s infinite;
    -webkit-animation: bounce 2.5s infinite;
    animation: bounce 3s infinite;*/
}

body.no-scroll {
    overflow: hidden;
}

.border-bottom {
    border-bottom: 1px solid #999;
}

    button.button {
        display: inline-block;
        padding: 10px 30px 10px 30px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #dddddd;
        -ms-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background-color: rgb(255, 255, 255);
        color: rgb(40, 40, 40);
        text-transform: uppercase;
        font-weight: 500;
    }

        button.button.primary {
            background-color: rgb(77, 171, 13);
            color: rgb(255, 255, 255);
        }

            button.button.primary:hover {
                background-color: rgba(77, 171, 13, 0.75);
            }

        button.button:disabled {
            background-color: #e4e4e4;
            color: #282828;
        }

            button.button:disabled:hover {
                text-decoration: none;
            }

/*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/





/*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/

.cand-a-container {
    float: left;
    width: 100%;
}

    .cand-a-container .h2 {
        font-weight: 400;
        margin-bottom: 10px;
    }

        .cand-a-container .h2 span {
            font-weight: 600;
        }

    .cand-a-container .h3 {
        font-weight: 400;
        padding-left: 0;
        text-align: left;
        margin-bottom: 0;
    }

.candidate-account-navigation li {
    font-weight: 500;
    padding: 20px 20px 20px 20px;
    clear: both;
    border-bottom: 1px solid rgb(221, 221, 221);
    cursor: pointer;
    background: rgba(0, 0, 0, 0) none no-repeat 320px center;
}

.candidate-account-navigation ul li.selected, .candidate-account-navigation ul li:hover {
    background-color: rgb(255, 255, 255);
}

.candidate-account-navigation .li-nav-icon {
    border-radius: 0px;
}

.candidate-attraction-social-media-logo {
    background-repeat: no-repeat;
    background-position: left 50%;
    background-size: contain;
}

    .candidate-attraction-social-media-logo.linkedin-logo {
        background-image: url(../img/misc/linkedin-logo.svg);
        width: 130px;
        height: 50px;
    }

    .candidate-attraction-social-media-logo.facebook-logo {
        background-image: url(../img/misc/facebook-logo.svg);
        width: 130px;
        height: 50px;
    }

    .candidate-attraction-social-media-logo.twitter-logo {
        background-image: url(../img/misc/twitter-logo.svg);
        width: 130px;
        height: 40px;
    }

    .candidate-attraction-social-media-logo.glassdoor-logo {
        background-image: url(../img/misc/glassdoor-logo.svg);
        width: 130px;
        height: 40px;
    }

.job-search-image.candidate-attraction-setup, .promoted-content-image.candidate-attraction-setup {
    background-image: url(../img/hero-images/recruiter/candidate-attraction-setup.jpg);
}

.candidate-dialog {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 0%;
    width: 0%;
    background-color: rgba(45, 45, 45, 0.75);
    opacity: 0;
    visibility: hidden;
    z-index: 12;
}

.candidate-dialog:not(.active)
{
    display:none;
}

    .candidate-dialog input {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        margin-right: 8px;
    }

        .candidate-dialog input[type="checkbox"]:not(.privacy-policy-checkbox) {
            /*display: none;*/
        }

        .candidate-dialog input[type="checkbox"]#chkNonUK {
            display: inline-block;
        }


    .candidate-dialog .your-profile-action-buttons-section.references .ntx-button {
        margin-bottom: 0;
        float: left;
    }


label.checkbox:before {
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    border: 1px solid rgb(221, 221, 221);
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 20px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.checkbox-container label.checkbox.valid:before, .checkbox-container label.checkbox.checked:before {
    background-image: url(../img/icons/ffffff/tick.svg);
    background-color: rgb(76, 171, 12);
}

.candidate-dialog .container {
    height: 100%;
}

.candidate-dialog-box {
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    width: 700px;
    max-height: 700px;
    max-width:100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

    .candidate-dialog-box .ntx-button-right, #ViewProfileWizard .ntx-button-right, #AddJobAlerts .ntx-button-right {
        padding-right: 25px !important;
        text-align: left !important;
    }

    .candidate-dialog-box .ntx-button, #ViewProfileWizard .ntx-button, #AddJobAlerts .ntx-button {
        background-size: 20px;
        background-position: left 20px center;
    }

    .candidate-dialog-box .reference-item .references-content {
        padding-top: 20px;
    }

    /*.candidate-dialog-box .ntx-button-back {
    background-image: url(../img/icons/ffffff/left-arrow.svg);
}

.candidate-dialog-box .ntx-button-email {
    background-image: url(../img/icons/ffffff/Mail-Icon.svg);
}

.candidate-dialog-box .ntx-button-save
{
    
    background-image: url(../img/icons/ffffff/save-icon.svg);
}

.candidate-dialog-box .ntx-button-slots-icon
{
    
    background-image: url(../img/icons/5e5e5e/calendar-icon.svg);
}

.candidate-dialog-box .ntx-button-cancel, #AddJobAlerts .ntx-button-cancel
{
    background-image: url(../img/icons/ffffff/close-icon.svg);
}

.candidate-dialog-box .ntx-button-location
{
    background-image: url(../img/icons/ffffff/Location-Pin.svg);
}

.candidate-dialog-box .ntx-button-tick, .disc-locations-dialog .ntx-button-tick, #ViewProfileWizard .ntx-button-tick, #AddJobAlerts .ntx-button-tick
{
    background-image: url(../img/icons/ffffff/tick.svg);
}*/

    .candidate-dialog-box .ntx-button-ok {
        background-color: rgba(76, 171, 12, 1);
        /*background-image: url(../img/icons/ffffff/tick.svg);*/
    }

    .candidate-dialog-box .ntx-button-save:hover {
        background-color: rgba(115, 204, 54, 1);
    }

    .candidate-dialog-box .ntx-button-ok:hover {
        background-color: rgba(115, 204, 54, 1);
    }

.candidate-dialog-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    position: absolute;
    top: -20px;
    right: -20px;
    float: left;
    background-color: rgba(45, 45, 45, 0.9);
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer;
    z-index: 2;
}

.candidate-dialog-top-section {
    float: left;
    width: 100%;
    padding: 15px 25px;
    background-color: rgba(248, 248, 248, 1);
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.candidate-dialog-bottom-section {
    float: left;
    width: 100%;
    height: -moz-calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    height: -o-calc(100% - 70px);
    height: calc(100% - 70px);
    border-radius: 0px 0px 5px 5px;
}

.candidate-dialog-bottom-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 6px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding: 25px;
}

.candidate-dialog-form {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .candidate-dialog-form.no-margin-top {
        margin-top: 0;
    }

.candidate-dialog-box a {
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
}

.candidate-dialog-box .question {
    margin-bottom: 20px;
}

.candidate-dialog-box .question:last-of-type
{
    margin-bottom:0;
}

.candidate-dialog .h3, .candidate-dialog .h4, .candidate-dialog .h5, .candidate-dialog .h6 {
    text-align: left;
}

.candidate-dialog-title {
    text-align: left;
}

.candidate-dialog-actions {
    width: 100%;
    margin-top: 20px;
}

.candidate-dialog-support-code {
    width: 100%;
    margin-top: 20px;
}

    .candidate-dialog-support-code a {
        font-weight: 700 !important;
        text-decoration: none !important;
    }

.support-code-processing {
    width: 100%;
    text-align: center;
}

.support-code-display {
    padding: 10.5px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(40,40,40,0.75);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(40,40,40,0.75);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border: 3px solid #0B5699;
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.candidate-dialog-content ul:not(.drop-down-itemsbox) {
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.candidate-dialog-content ul:last-of-type {
    padding-bottom: 0;
}

.candidate-profile-container {
    width: 100%;
    background-color: rgb(248, 248, 248);
    padding: 25px 50px;
    border: 1px solid rgb(221, 221, 221);
    position: relative;
    margin-bottom: 20px;
}

    .candidate-profile-container table {
        width: 100%;
    }

    .candidate-profile-container:last-child {
        margin-bottom: 40px;
    }

    .candidate-profile-container .h6 {
        text-align: left;
        padding-left: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid rgb(221, 221, 221);
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .candidate-profile-container td:first-of-type {
        width: 125px;
        vertical-align: top;
    }

    .candidate-profile-container td:nth-of-type(2) {
        width: -moz-calc(100% - 125px) !important;
        width: -webkit-calc(100% - 125px) !important;
        width: -o-calc(100% - 125px) !important;
        width: calc(100% - 125px) !important;
    }

    .candidate-profile-container ol, .candidate-profile-container ul {
        padding: 20px;
        font-weight: 500;
    }

        .candidate-profile-container ol li, .candidate-profile-container ul li {
            padding-bottom: 20px;
        }

            .candidate-profile-container ol li:last-of-type, .candidate-profile-container ul li:last-of-type {
                padding-bottom: 0px;
            }

    .candidate-profile-container a {
        font-weight: 700;
        color: #0B5699;
        cursor: pointer;
    }

.cand-acc-container {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

    .cand-acc-container .header-banner .container .client-logo {
        height: 45px;
    }

    .cand-acc-container .client-logo {
        height: 45px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
        width: 185px;
        float: left;
        display: block;
    }

    .cand-acc-container .user-details {
        padding: 0;
    }

.candidate-account-email-logo-container .client-logo {
    width: 100%;
    float: left;
    background-position: 50%;
}

.candidate-account-email-ntx-button-container .ntx-button.user-account-button {
    color: rgb(255, 255, 255) !important;
    float: left;
    width: 100%;
    text-align: center;
}

.candidate-account-email-ntx-button-container {
    width: 30%;
    margin: 0 auto;
    margin-top: 20px;
}

.center {
    float: left;
    width: 380px;
    margin-left: 30px;
    margin-right: 30px;
}

.checkbox-container label, .question-response .checkbox-container label, .question-response .checkbox-container label.required {
    position: relative;
    padding: 8px 45px 8px 45px;
}

    .checkbox-container label:before, .question-response .checkbox-container label.required:before {
        top: 50%;
        left: 7.5px;
        position: absolute;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

.check-box-container {
    display: inline-block;
}

    .check-box-container input[type="checkbox"] {
        width: 0;
        height: 0;
        opacity: 0;
    }

        .check-box-container input[type="checkbox"] + label {
            cursor: pointer;
            padding: 0px;
            display: inline-block;
        }

            .check-box-container input[type="checkbox"] + label span {
                margin-right: 15px;
            }

                .check-box-container input[type="checkbox"] + label span:first-of-type {
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer;
                    border: 3px solid #ddd;
                    width: 25px;
                    height: 25px;
                    float: left;
                    border-radius: 5px;
                    background-repeat: no-repeat;
                    background-position: 50%;
                    background-size: 15px;
                    background-color: #fff;
                }

        .check-box-container input[type="checkbox"]:checked + label span {
            background-image: url(../img/icons/ffffff/tick.svg);
            background-color: #4cab0c;
        }

.clients-pre-footer {
    float: left;
    width: 100%;
    background-color: rgb(236, 236, 236);
    padding: 40px 0;
    position: relative;
    top: -2px;
    border-top: 1px solid rgba(221, 221, 221, 1);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .clients-pre-footer .client-logo {
        margin: 0 auto;
        float: none;
        background-position: 50%;
    }

.clean-table, .clean-table tr, .clean-table tr td {
    border: 0 none;
    padding: 0;
    margin: 0;
    vertical-align: central;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

    .container.recruiter-top-section-content {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

.contact-consent {
    width: 304px;
    line-height: 30px;
    border-radius: 0;
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
}

.client-logo-container {
    width: 200px;
    float: left;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 20px;
    height: 75px;
    top: 50px;
    z-index: 3;
    padding: 10px;
}

.client-logo {
    float: left;
    background-repeat: no-repeat;
    background-position: left 50%;
    background-size: contain;
    width: 180px;
    height: 55px;
}


.clear {
    clear: both;
}

.job-search-image.contact-us-header-image {
    background-image: url(../img/hero-images/recruiter/contact-us-header-image.jpg);
}

.contact-us-step {
    float: left;
    width: 100%;
    height: 50px;
    margin-top: 40px;
}

.contact-us-step-border {
    margin: 0 auto;
    width: 90%;
    height: 1px;
    background-color: #5e5e5e;
}

.contact-us-step-number {
    border-radius: 100%;
    background-color: #5e5e5e;
    position: relative;
    width: 50px;
    height: 50px;
    top: -25px;
    margin: 0 auto;
}

    .contact-us-step-number span {
        color: #FFF;
        text-align: center;
        width: 100%;
        float: left;
        height: 50px;
        line-height: 50px;
    }

.contact-us-item {
    width: 30%;
    float: left;
    text-align: center;
    padding: 15px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    cursor: pointer;
    border-radius: 10px;
}

    .contact-us-item.active {
        background-color: rgba(115, 204, 54, 0.25);
    }

    .contact-us-item.center {
        margin-left: 5%;
        margin-right: 5%;
    }

.contact-us-items {
    float: left;
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.contact-dynamic {
    display: none;
}

    .contact-dynamic.selected {
        display: block;
    }

        .contact-dynamic.selected form#formContactUsForm {
            margin-top: 0;
        }

    .contact-dynamic span {
        font-weight: 500;
    }

    .contact-dynamic.three a {
        font-weight: 500;
        color: #ff6600;
    }

    .contact-dynamic.three p {
        text-align: center;
    }


.credentials-include {
    float: left;
    width: 33%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

    .credentials-include.incensu {
        background-image: url(../img/misc/Incensu-Logo.svg);
    }

    .credentials-include.national-housing-federation {
        background-image: url(../img/misc/Sponsors-Of-National-Housing-Federation-Logo.svg);
    }

    .credentials-include.charity-people-culture {
        background-image: url(../img/misc/Sponsors-Of-Charity-People-And-Culture-Logo.svg);
    }

.candidate-profile-onboarding-alert {
    padding: 10px 10px 10px 80px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(0,0,0,0.05) url(../img/icons/4cab0c/hand-shake-icon.svg) no-repeat 10px center;
    background-size: 50px;
    width: 100%;
    min-height: 70px;
}

.candidate-profile-message-error {
    padding: 10px 10px 10px 80px;
    margin-bottom: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(0,0,0,0.05) url(../img/icons/e11e1e/alert-icon.svg) no-repeat 10px center;
    background-size: 50px;
    float: left;
    width: 100%;
    min-height: 70px;
}

.candidate-profile-message-alert {
    padding: 1rem 1rem 1rem 50px;
    background: rgb(243, 224, 128) url(../img/icons/5e5e5e/alert-icon.svg) no-repeat 10px center;
    background-size: 30px;
    margin-bottom: 10px;
    color: #5E5E5E;
}

    /*.candidate-profile-message-alert:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../img/icons/e11e1e/alert-icon.svg);
        background-repeat: no-repeat;
    }*/

.candidate-profile-message-help {
    padding: 10px;
    background-color: rgba(41, 143, 206, 1);
    margin-bottom: 10px;
    color: #fff;
}

.candidate-profile-message-success {
    padding: 10px 10px 10px 80px;
    margin-bottom: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(0,0,0,0.05) url(../img/icons/4cab0c/tick.svg) no-repeat 10px center;
    background-size: 50px;
    float: left;
    width: 100%;
    min-height: 70px;
}

#CV-Upload .ntx-button.upload-cv-button {
    float: left;
    margin: 20px 0;
}

.CVBlock .user-details {
    width: 100%;
    padding: 0;
}

.candidate-dialog .CVBlock input[type="checkbox"] {
    display: block;
}

.client-candidate-account .user-navigation {
    top: 0px !important;
}

.client-candidate-account .job-acc-container {
    top: 30px !important;
}

.control-container {
    position: relative;
    float: left;
    width: 100%;
    /*overflow-y: auto;
    overflow-x: hidden;*/
}

    .control-container .main-search-input {
        box-shadow: none;
        border: 1px solid #DDD;
        width: 100%;
        padding: 12px;
        padding-left: 50px;
    }

.candidate-contact-form {
    float: left;
    width: 100%;
    border: 1px solid #dddddd;
    padding: 30px;
    margin-top: 50px;
    border-radius: 5px;
    background-color: rgb(245, 248, 250);
}

    .candidate-contact-form h1.h6 {
        text-align: center;
        font-weight: 400;
    }


#divCandidateEmailVerification { 
    margin-bottom:30px;
}

#divCandidateEmailVerification .ntx-button {
    margin-left: 10px;
    margin-right: 0;

}

    #divCandidateEmailVerification .ntx-button:last-of-type {
        margin: 0;
    }

form.candidate-contact-form p {
    margin-bottom: 20px;
}

form.candidate-contact-form input, form.candidate-contact-form textarea {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: .875rem;
    border: 1px solid rgb(221, 221, 221);
    font-family: 'Roboto',sans-serif;
}

form.candidate-contact-form .captcha-input-wrapper {
    float: left;
    width: 100%;
}

form.candidate-contact-form .cta {
    background: rgba(255,102,0,.8);
    border-radius: 6px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    cursor: pointer;
    min-width: 15rem;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    text-align: center;
    margin: 0;
    float: left;
    width: calc(100% - 324px);
    margin-left: 20px;
    display: block;
    min-width: initial;
    padding: 28px 10px;
    position: relative;
}

    form.candidate-contact-form .cta:hover {
        background: rgb(255, 102, 0);
        box-shadow: 2px 2px 4px rgba(0,0,0,.4);
        text-decoration: underline;
    }

    form.candidate-contact-form .cta.disabled {
        background-color: rgb(197, 197, 197) !important;
        text-decoration: none !important;
        box-shadow: none !important;
        cursor: not-allowed;
    }

form.candidate-contact-form .captcha-input-wrapper a.cta.disabled .tooltip-text {
    display: block;
}

form.candidate-contact-form .captcha-input-wrapper a.cta .tooltip-text {
    visibility: hidden;
    width: 220px;
    background-color: rgba(40,40,40,.9);
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 10px;
    padding: .5rem;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 50%;
    margin-left: -110px;
    opacity: 0;
    transition: opacity 1s;
    font-weight: 500;
    display: none;
}

    form.candidate-contact-form .captcha-input-wrapper a.cta .tooltip-text:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        border-width: 5px;
        border-style: solid;
        border-color: rgba(40,40,40,.9) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
    }

form.candidate-contact-form .captcha-input-wrapper a.cta:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}

/*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/

/*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/

.divider-hr {
    width: 100%;
    display: block;
    margin: 20px 0;
    float: left;
}

.divider-text {
    text-align: center;
    position: relative;
    width: 309px;
}

    .divider-text:before, .divider-text:after {
        content: "";
        position: absolute;
        height: 0.5em;
        border-bottom: 1px solid #666;
        top: 0;
        width: 100px;
    }

    .divider-text:before {
        left: 0%;
    }

    .divider-text:after {
        right: 0%;
    }

#divQuickApplyOptions input[type="checkbox"] {
    display: inline-block;
}

#divQuickApplyOptions .checkbox-container input[type="checkbox"] {
    display: none;
}


.candidate-dialog input[type="checkbox"]#chkNonUK {
    display: inline-block;
}

.disc-locations-dialog {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 90%;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    border-radius: 5px;
    margin: 0 auto;
    width: 90%;
}

#divProfile .h3, #divMain .h3 {
    text-align: left;
    padding: 20px 0 0 0;
}

.disc-locations-dialog .ntx-button.primary-green.ntx-button-right {
    padding-right: 25px !important;
    padding-left: 50px !important;
    text-align: left;
    background-size: 20px;
    background-position: left 20px center;
    position: relative;
    top: -5px;
}

.demo-request-container {
    margin: 0 auto;
    width: 90%;
    height: 100%;
    position: relative;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(248, 248, 248);
}

    .demo-request-container:before {
        content: '';
        background-color: rgba(40, 40, 40, 0.35);
        float: left;
        position: absolute;
        width: 35%;
        height: 100%;
        top: 0;
        z-index: 2;
        border-radius: 5px 0 0 5px;
    }

    .demo-request-container:after {
        content: '';
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        background-image: url(../img/hero-images/recruiter/demo-request-image.jpg);
        float: left;
        position: absolute;
        width: 35%;
        left: 0;
        height: 100%;
        top: 0;
        z-index: 1;
        border-radius: 5px 0 0 5px;
    }

.demo-request-right {
    float: left;
    width: 65%;
    padding: 20px 40px;
    position: relative;
    left: 35%;
}

.demo-request-form-container .h6 {
    text-align: left;
}


.demo-request-form-container input {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px solid rgb(221, 221, 221);
}

.demo-request-form-container .ntx-button.primary-green {
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
}


.demo-request-form-container table {
    float: left;
    width: 100%;
}

.demo-request-checkbox-content {
    float: left;
    width: 75%;
    font-weight: 500;
}

    .demo-request-checkbox-content:nth-of-type(1) {
        padding-right: 30px;
    }

    .demo-request-checkbox-content:nth-of-type(2) {
        padding-left: 30px;
        width: 25%;
    }

.demo-request-checkbox-container {
    float: left;
    width: 100%;
    margin-top: 25px;
    padding: 0 5px;
}


.demo-request-toggle {
    position: absolute;
    visibility: hidden;
    display: none;
}

input.demo-request-toggle-round + label {
    padding: 2px;
    width: 70px;
    height: 35px;
    background-color: rgb(221, 221, 221);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    float: left;
}

.demo-request-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.demo-request-toggle-round + label:before {
    right: 1px;
    background-color: rgb(255, 171, 158);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
    float: left;
    width: 65px;
}

input.demo-request-toggle-round + label:before, input.demo-request-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 2px;
    bottom: 1px;
    content: "";
}

label.checkbox input {
    display: none;
}


input.demo-request-toggle-round + label:after {
    width: 33px;
    background-color: rgb(255, 255, 255);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
}

input.demo-request-toggle-round + label:before, input.demo-request-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

input.demo-request-toggle-round:checked + label.demo-request-checkbox-item-label.references-label:before {
    background-color: rgb(76, 171, 12);
    background-image: none;
}

input.demo-request-toggle-round:not(:checked) + label.demo-request-checkbox-item-label.references-label:before {
    background-color: rgb(225, 30, 30);
    background-image: none;
}


input.demo-request-toggle-round:checked + label:before {
    background-color: rgb(140, 225, 150);
}

input.demo-request-toggle-round:checked + label:after {
    margin-left: 40px;
}


.demo-request-checkbox-item {
    float: left;
    width: 20%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.demo-request-checkbox-item-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    display: none;
}

.demo-request-checkbox-item-label {
    float: left;
    width: 100%;
    padding: 120px 20px 20px 20px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid rgb(221, 221, 221);
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
}

    .demo-request-checkbox-item-label.candidate-attraction-services {
        background-image: url(../img/icons/5e5e5e/candidate-search.svg);
        background-position: 50% 30px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label.candidate-management-services {
        background-image: url(../img/icons/5e5e5e/managing-applications-icon.svg);
        background-position: 50% 40px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label.recruitment-technology {
        background-image: url(../img/icons/5e5e5e/networx-swoosh.svg);
        background-position: 50% 40px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label.public-sector-recruitment {
        background-image: url(../img/icons/5e5e5e/Charities-Icon.svg);
        background-position: 50% 40px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label:before {
        content: "";
        position: absolute;
        top: -15px;
        right: -15px;
        border: 1px solid rgb(221, 221, 221);
        width: 30px;
        height: 30px;
        float: right;
        margin-right: 0;
        border-radius: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 20px;
        background-color: rgb(255, 255, 255);
    }

.demo-request-checkbox-item:hover .demo-request-checkbox-item-label, input[type=checkbox].demo-request-checkbox-item-input:checked + label.demo-request-checkbox-item-label {
    background-color: rgb(245, 248, 250);
}

    input[type=checkbox].demo-request-checkbox-item-input:checked + label.demo-request-checkbox-item-label:before {
        background-image: url(../img/icons/ffffff/tick.svg);
        background-color: rgb(76, 171, 12);
    }

#divNoPopupCVURL a {
    color: #0c62ab;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    text-decoration: underline;
}

/*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/


/*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/

.equality-diversity-desk {
    background-image: url(../img/hero-images/recruiter/equality-diversity-desk.jpg);
}

.error-board h2 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 400;
    padding: 75px 0;
    margin: 0;
}

.external-assets-image {
    background-image: url(../img/hero-images/recruiter/iphone-laptop-setup.jpg);
}

.error-image {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 350px;
    float: left;
    background-image: url(../img/misc/error-board.svg);
    background-position: 50%;
    position: relative;
}

    .error-board .H2 {
        color: rgb(255, 255, 255);
        position: absolute;
        top: 67px;
        margin-bottom: 0;
        left: 170px;
        text-align: center;
        width: 195px;
    }

.job-search-image.error-background {
    background-image: url(../img/hero-images/disciplines/IT-and-Telecoms/Software-Developer/Software-Developer-1.jpg);
}

.error-page-links-container {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .error-page-links-container .ntx-button.user-account-button {
        color: rgb(255, 255, 255);
    }

.email-link-varification-container {
    width: 900px;
    margin: 30px auto;
    border-radius: 0px;
    border: 1px solid #dddddd;
    background: #FFF;
    padding: 30px;
}

.email-link-varification-message {
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}

.email-link-varification-container .client-logo {
    height: 100px;
    width: 100%;
    margin-bottom: 20px;
    background-position: 50%;
    padding-bottom: 10px;
    background-size: contain;
    position: relative;
}

/*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/


/*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/

footer a[href*="http"] {
    font-weight:normal;
}

form#formReference p {
    margin-bottom: 0;
    padding-bottom: 10px;
}

    form#formReference p:last-of-type {
        padding-bottom: 0;
    }

.form-full-width {
    float: left;
    width: 100%;
}

.form-half-content {
    float: left;
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

    .form-half-content input, .form-third-content input {
        float: left;
        width: 100%;
        padding: 20px;
        border: 1px solid #dddddd;
    }

.form-third-content {
    float: left;
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.full-width{
    width:100% !important;
}

.further-jobs {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}

.further-jobs-container {
width: 380px;
border: 1px solid rgba(221, 221, 221, 1);
position: relative;
background-color: rgba(85, 85, 85, 1);
z-index: 0;
float: left;
margin-bottom: 30px;
height: 180px;
cursor: pointer;
overflow: hidden;
}

    .further-jobs-container.wide {
        margin-bottom: 0;
    }

.further-jobs-image {
    float: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(1,1);
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    background-image: url(../img/hero-images/disciplines/Marketing-and-PR/Marketing-PR-3.jpg);
}

.further-jobs-container:hover .further-jobs-image, .further-jobs-container:focus .further-jobs-image {
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
}

.further-jobs-image-overlay {
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(45, 45, 45, 0.68);
    position: absolute;
}

    /*.further-jobs-image-overlay.home-retail-group {
        background-color: rgba(23, 129, 127, 0.55);
    }

    .further-jobs-image-overlay.asthma-uk {
        background-color: rgba(120, 43, 144, 0.55);
    }

    .further-jobs-image-overlay.commonwealth {
        background-color: rgba(55, 55, 125, 0.55);
    }*/

.further-jobs-details {
    color: rgba(255, 255, 255, 1);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    z-index: 3;
    text-align: right;
}

.further-job-details-title {
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 2px rgba(45, 45, 45, 0.75), 0px 0px 1px rgba(0, 0, 0, 0.75);
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    text-align: right;
}

.further-job-details-view-jobs {
    text-shadow: 1px 1px 2px rgba(45, 45, 45, 0.75), 0px 0px 1px rgba(0, 0, 0, 0.75);
    color: rgba(255, 255, 255, 1);
}

.further-jobs-container:hover .further-job-details-view-jobs, .further-jobs-container:focus .further-job-details-view-jobs {
    text-decoration: underline;
}

.further-search-options, .recruiter-content {
    float: left;
    width: 100%;
    position: relative;
    top: -2px;
    z-index: 3;
    padding: 60px 0px;
    background-color: rgba(245, 248, 250, 1);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .further-search-options.stuck {
        top: 59px;
        margin-bottom: 44px;
    }


        .further-search-options.stuck .user-navigation {
            position: fixed;
            top: 100px;
        }

.find-us-on-glassdoor {
    width: 50%;
    margin: 0 auto;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/misc/find-us-on-glassdoor.svg);
    background-position: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.footer {
    float: left;
    width: 100%;
    background-color: rgba(40, 40, 40, 1);
    padding: 50px 0;
    position: relative;
    top: -2px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .footer hr {
        margin: 50px 0;
    }

.footer-col-left {
    float: left;
    width: 50%;
    color: #ffffff;
}

.footer-col-right {
    float: right;
    width: 50%;
    text-align: right;
}

    .footer-col-right a {
        color: #ffffff;
    }

.footer-link-border {
    width: 1px;
    height: 20px;
    margin: 0 20px;
    background-color: #ffffff;
    display: inline-block;
}

.footer-col {
    float: left;
    width: 25%;
    color: rgba(255, 255, 255, 1);
    padding: 0px 25px;
}

    .footer-col .ntx-logo {
        background-image: url(../img/ntx-elements/networx-logo-white.svg);
        cursor: default;
        width: 220px;
        height: 55px;
        display: block;
    }

    .footer-col:first-of-type {
        padding-left: 0;
    }

    .footer-col:last-of-type {
        padding-right: 0;
    }

    .footer-col ul {
        list-style: none;
        font-weight: 400;
    }

        .footer-col ul li {
            padding-bottom: 10px;
        }

            .footer-col ul li:last-child {
                padding-bottom: 0;
            }

            .footer-col ul li a, .footer-col-left a {
                color: rgba(255, 255, 255, 1);
                text-decoration: none;
            }

                .footer-col ul li a:hover, .footer-col ul li a:focus, .footer-col-left a:hover, .footer-col-left a:focus {
                    text-decoration: underline;
                }

.filter-section {
    padding: 30px 15px;
}


    .filter-section:nth-of-type(2) {
        border-top: 0 none !important;
    }

    .filter-section.suggested-disciplines {
        border-top: 1px solid rgba(221, 221, 221, 1);
    }


    .filter-section:first-of-type {
        padding-top: 0;
    }

    .filter-section:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }

    .filter-section .h3 {
        margin-bottom: 30px;
        text-align: left;
    }

.fileinput-button.fileupload {
    background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
    background-size: 25px 18px;
}

.favourite-jobs-added, .favourite-jobs-removed {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -10px;
    right: -20px;
    background-color: rgba(76, 171, 12, 1);
    border-radius: 100%;
    color: #ffffff;
    background-image: url(../img/icons/ffffff/tick.svg);
    background-size: 60%;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid #dddddd;
    visibility: hidden;
    opacity: 0;
}

.favourite-jobs-removed {
    background-image: url(../img/icons/ffffff/line.svg);
    background-color: red;
}

    .favourite-jobs-added.visible, .favourite-jobs-removed.visible {
        visibility: visible;
        opacity: 1;
    }

.favourite-jobs-container .candidate-dialog-bottom-section, .favourite-jobs-container .candidate-dialog-bottom-content {
    max-height: calc(700px - 70px);
}

.favourite-jobs-container .job-details {
    width: -moz-calc(100% - 225px);
    width: -webkit-calc(100% - 225px);
    width: -o-calc(100% - 225px);
    width: calc(100% - 225px);
    margin-top: 0;
}

.fine-print {
    font-style:italic;
    font-weight:bold;
}

    .fine-print a {
        font-weight: bold;
        color: #0c62ab;
    }

/*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/





/*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/

.has-border {
    border: 1px solid rgba(0,0,0,0.4);
}

.header-banner {
    float: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 15px 0;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    position: fixed;
    z-index: 10;
}

    .header-banner.recruiter .sub-container {
        width: 50%;
    }

        .header-banner.recruiter .sub-container .ntx-logo {
            float: left;
        }

    .header-banner .container {
        position: relative;
    }

.highlight {
    /*background-color: rgb(255, 255, 136);*/
}

.hidden {
    display: none;
}

html, body {
    height: 100%;
}

/*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/





/*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/

input {
    box-shadow: none;
    border: none;
    font-family: Roboto, sans-serif;
}

.internal-assets-image {
    background-image: url(../img/hero-images/recruiter/networx-laptop-homepage.jpg);
}

.policies-image {
    background-image: url(../img/hero-images/recruiter/policies-image.jpg);
}

.IAmAJobseeker {
    display: none;
}

    .IAmAJobseeker.active {
        display: block;
    }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: none !important;
    background-image: inherit !important;
}

.invalid-email-error {
    display: none;
}

/*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/

/*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/
.job-details {
    padding: 20px;
    margin-top: 20px;
    min-height: 200px;
}

    .job-details br {
        display: none;
    }

.job-results-container {
    float: left;
    width: 985px;
}

.job-results-sponsored-jobs-container {
    width: 300px;
    float: left;
    margin-left: 15px;
}

    .job-results-sponsored-jobs-container .sponsored-job-container {
        width: 200px;
        margin-bottom: 20px;
    }

        .job-results-sponsored-jobs-container .sponsored-job-container:last-child {
            margin-bottom: 0;
        }

    .job-results-sponsored-jobs-container .client-logo-container {
        left: 10px;
        width: 180px;
        top: 80px;
    }

        .job-results-sponsored-jobs-container .client-logo-container .client-logo {
            width: 160px;
            height: 50px;
        }

    .job-results-sponsored-jobs-container .sponsored-job-image-overlay, .job-results-sponsored-jobs-container .sponsored-job-image {
        height: 125px;
    }

    .job-results-sponsored-jobs-container .ntx-button.apply-now-icon {
        background-position: left 20px center;
    }

.job-title {
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.job-location span, .job-salary span, .job-expiry span {
    font-weight: 700;
}

.job-location, .job-salary, .job-expiry, .job-reference {
    margin-top: 10px;
    word-wrap: break-word;
}

.job-search-section-container {
    left: 0;
    z-index: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .job-search-section-container.stuck {
        z-index: 4;
    }

        .job-search-section-container.stuck .job-search-overlay {
            height: 55px;
            overflow: hidden;
            padding: 0;
        }

        .job-search-section-container.stuck .scroll-down-container {
            display: none;
            visibility: hidden;
            opacity: 0;
        }

        .job-search-section-container.stuck .job-search-image {
            height: 130px;
            position: fixed;
        }

.job-search-overlay .our-clients-item {
    float: none;
    width: 500px;
    height: 250px;
    margin: 0 auto;
}

.job-search-overlay .container {
    height: 100%;
}

.job-search-overlay {
    z-index: 2;
    width: 100%;
    float: left;
    padding: 20px 0;
    position: fixed;
    top: 76px;
    height: -moz-calc(75% - 74px);
    height: -webkit-calc(75% - 74px);
    height: -o-calc(75% - 74px);
    height: calc(75% - 74px);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background-color: rgba(44, 44, 44, 0.25);
}

    .job-search-overlay .h5 {
        text-align: left;
    }

    .job-search-overlay .contact-us-item {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

        .job-search-overlay .contact-us-item:last-of-type {
            margin-bottom: 0px;
        }

.job-search-image {
    height: 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    z-index: 1;
    position: fixed;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background-color: rgba(255, 255, 255, 1);
    background-image: url('../img/hero-images/locations/Locations-2.jpg');
}

    .job-search-image.argos {
        background-image: url(../img/our-clients/WellKnownBrands/Argos/argos-header.jpg);
    }

    .job-search-image.thorntons {
        background-color: #5e2d4f;
        background-image: none;
    }

    .job-search-image.hobbycraft {
        background-color: #4e3038;
        background-image: none;
    }

    .job-search-image.wilko {
        background-color: rgb(147, 26, 41);
        background-image: none;
    }

    .job-search-image.maplin {
        background-color: #00bce4;
        background-image: none;
    }

    .job-search-image.laterooms {
        background-color: #442c80;
        background-image: none;
    }

    .job-search-image.stonegate {
        background-image: url(../img/our-clients/Commercial/Stonegate/stonegate-header.jpg);
    }

    .job-search-image.london-city-airport {
        background-image: url(../img/our-clients/Commercial/London-City-Airport/london-city-airport-header.jpg);
    }

    .job-search-image.domestic-and-general {
        background-image: url(../img/our-clients/Commercial/Domestic-and-General/domestic-and-general-header.jpg);
    }

    .job-search-image.vitality {
        background-color: rgb(248, 17, 106);
        background-image: none;
    }

    .job-search-image.tlt-solicitors {
        background-color: rgb(1, 83, 119);
        background-image: none;
    }

    .job-search-image.wolters-kluwer {
        background-image: url(../img/our-clients/Commercial/Wolters-Kluwer/wolters-kluwer-header.jpg);
    }

    .job-search-image.mitsubishi-hitachi {
        background-color: #939598;
        background-image: none;
    }

    .job-search-image.tulip {
        background-image: url(../img/our-clients/Manufacturing/Tulip/tulip-header.jpg);
    }

    .job-search-image.doosan {
        background-color: #293986;
        background-image: none;
    }

    .job-search-image.lucite-international {
        background-color: #ed1261;
        background-image: none;
    }

    .job-search-image.yeo-valley {
        background-image: url(../img/our-clients/Manufacturing/Yeo-Valley/yeo-valley-header.jpg);
    }

    .job-search-image.tata-steel {
        background-color: #3d79ba;
        background-image: none;
    }

    .job-search-image.aster-group {
        background-image: url(../img/our-clients/Housing/Aster/aster-header.jpg);
    }

    .job-search-image.yorkshire-housing {
        background-color: #00b3e3;
        background-image: none;
    }

    .job-search-image.paradigm-housing {
        background-color: #00a8cb;
        background-image: none;
    }

    .job-search-image.knightstone {
        background-color: #0589bd;
        background-image: none;
    }

    .job-search-image.places-for-people {
        background-color: #015794;
        background-image: none;
    }

    .job-search-image.orbit-group {
        background-color: #1b4687;
        background-image: none;
    }

    .job-search-image.waterloo-housing {
        background-color: #1e72ba;
        background-image: none;
    }

    .job-search-image.curo-group {
        background-color: #c4d600;
        background-image: none;
    }

    .job-search-image.grand-union {
        background-color: #0076b7;
        background-image: none;
    }

    .job-search-image.watford {
        background-image: url(../img/our-clients/Housing/Watford/watford-header.jpg);
    }

    .job-search-image.north-hertfordshire {
        background-color: #5AB8DA;
        background-image: none;
    }

    .job-search-image.gateway-housing {
        background-color: #2a7953;
        background-image: none;
    }

    .job-search-image.pdsa {
        background-image: url(../img/our-clients/Charities/Pdsa/pdsa-header.jpg);
    }

    .job-search-image.fitzroy {
        background-image: url(../img/our-clients/Charities/Fitzroy/fitzroy-header.jpg);
    }

    .job-search-image.rethink-mental-illness {
        background-color: #1b9dd9;
        background-image: none;
    }

    .job-search-image.macintyre {
        background-color: #85146e;
        background-image: none;
    }

    .job-search-image.hestia {
        background-color: rgb(42, 56, 132);
        background-image: none;
    }

    .job-search-image.cornwall-hospice-care {
        background-color: #e50e63;
        background-image: none;
    }

    .job-search-image.ncg {
        background-image: url(../img/our-clients/Education/Ncg/ncg-header.jpg);
    }

    .job-search-image.cornwall-college {
        background-image: url(../img/our-clients/Education/Cornwall-College/cornwall-college-header.jpg);
    }

    .job-search-image.wiltshire-college {
        background-image: url(../img/our-clients/Education/Wiltshire-College/wiltshire-college-header.jpg);
    }

    .job-search-image.united-learning {
        background-image: url(../img/our-clients/Education/United-Learning/united-learning-header.jpg);
    }

    .job-search-image.future-schools-trust {
        background-image: url(../img/our-clients/Education/Future-Schools-Trust/future-schools-trust-header.jpg);
    }

    .job-search-image.whitgift-foundation {
        background-image: url(../img/our-clients/Education/Whitgift-Foundation/whitgift-foundation-header.jpg);
    }

    .job-search-image.mole-valley-farmers {
        background-image: url(../img/our-clients/Retail/Mole-Valley-Farmers/mole-valley-farmers-header.jpg);
    }

    .job-search-image.evans-cycles {
        background-image: url(../img/our-clients/Retail/Evans-Cycles/evans-cycles-header.jpg);
    }

    .job-search-image.one-stop {
        background-image: url(../img/our-clients/Retail/One-Stop/one-stop-header.jpg);
    }

    .job-search-image.home-retail-group {
        background-image: url(../img/our-clients/Retail/Home-Retail-Group/home-retail-group-header.jpg);
    }

    .job-search-image.homebase {
        background-image: url(../img/our-clients/Retail/Homebase/homebase-header.jpg);
    }




.job-alerts-banner {
    float: left;
    width: 100%;
    background-color: rgba(52, 52, 52, 1);
    padding: 45px 0;
    position: relative;
    top: 0;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

    .job-alerts-banner .ntx-button {
        display: inline-block;
        margin-top: 15px;
    }

.job-alerts-banner-icon {
    border-radius: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: -35px;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    left: 50%;
    background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 30px;
    z-index: 3;
}

.job-a-container, .job-r-container, .job-acc-container {
    float: left;
    width: 100%;
    position: relative;
    top: 136px;
    z-index: 3;
    padding: 60px 0px;
    background-color: rgba(245, 248, 250, 1);
}

.job-r-container {
    margin-bottom: 136px;
}

.job-a-header, .job-results-container-count {
    background-color: rgb(236, 236, 236);
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(221, 221, 221, 1);
}

    .job-a-header .container {
        width: 1100px;
        margin: 0 auto;
    }

.job-a-header, .job-results-container-count h2.fs-xs {
    font-weight:100;
}


    .job-a-main {
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 50px;
    border: 1px solid rgba(221, 221, 221, 1);
    border-top: none;
}

    .job-a-main.application {
        padding: 0;
    }

    .job-a-main .container {
        width: 709px;
        margin: 0 auto;
    }

.job-a-client-logo-container {
    width: 200px;
    height: 75px;
    float: left;
}

    .job-a-client-logo-container .client-logo {
        width: 200px;
        height: 75px;
    }

.job-a-actions-container {
    float: left;
    width: -moz-calc(100% - 230px);
    width: -webkit-calc(100% - 230px);
    width: -o-calc(100% - 230px);
    width: calc(100% - 230px);
    margin: 15px 0;
    padding-left: 40px;
}

    .job-a-actions-container .h2, .job-results-container .h2 {
        padding-bottom:0;
        margin-bottom:0;
    }

        .job-a-actions-container .h2 span, .job-results-container .h2 span {
            font-weight: 500;
        }

.job-results-client-actions .ntx-button {
    margin-bottom: 15px;
    padding-left: 45px;
}

    .job-results-client-actions .ntx-button:last-child {
        margin-bottom: 0;
    }

.job-ap-nav, .job-results-refine-tools, .candidate-account-navigation {
    background-color: rgba(245, 248, 250, 1);
    border-right: 1px solid rgba(221, 221, 221, 1);
}

    .job-ap-nav ul {
        list-style: none;
    }

        .job-ap-nav ul li {
            padding: 30px 60px;
            border-bottom: 1px solid rgba(221, 221, 221, 1);
            background-color: rgba(245, 248, 250, 1);
            cursor: pointer;
            width: 301px;
            border-right: 1px solid rgba(221, 221, 221, 1);
            font-weight: 400;
            background-repeat: no-repeat;
            background-size: 30px;
            background-position: left 15px center;
        }

            .job-ap-nav ul li.unanswered {
                background-image: url(../img/icons/4cab0c/unanswered.svg);
            }

            .job-ap-nav ul li.incomplete {
                background-image: url(../img/icons/4cab0c/incomplete.svg);
            }

            .job-ap-nav ul li.answered {
                background-image: url(../img/icons/4cab0c/answered.svg);
            }

            .job-ap-nav ul li:hover, .job-ap-nav ul li:focus, .job-ap-nav ul li.active {
                background-color: rgba(255, 255, 255, 1);
                border-right: 1px solid rgba(255, 255, 255, 1);
            }

            .job-ap-nav ul li:last-child {
                border-bottom: none;
            }

.job-results-refine-tools {
    padding: 30px 15px;
    width:100%;
    max-width:300px;
}

.job-ap-content, .job-results-content, .candidate-account-content {
    padding: 40px 20px;
    background-color: rgba(255, 255, 255, 1);
}

.job-results-container-count, .job-a-header-container {
    padding: 15px 30px;
}

.page-wrapper .job-a-header-container {
    padding: 15px 0px;
}

.job-results-container-count-info {
    float: left;
    width: 70%;
    padding-right: 25px;
}

    .job-results-container-count-info .h2 {
        margin-bottom: 0;
    }

.job-a-header-client-logo-container {
    width: 230px;
    float: left;
}

    .job-a-header-client-logo-container .client-logo {
        float: none;
        margin: 0 auto;
        background-position: 50%;
        width: 200px;
        height: 75px;
    }

.job-results-client-actions {
    margin-right: 20px;
    width:250px;
}

.job-results-client-actions .ntx-cand-button,
.job-results-client-actions .ntx-button {
    width:100%;
    display:block;
}

.job-results-client-actions .ntx-button {
    text-align:left;
}

.job-results-content .job-details, .work-for-us-jobs-container .job-details, .your-profile-section .job-details {
    margin-top: 0;
    padding: 0;
}


.job-results-client-actions .client-logo {
    width: 100%;
    height: 75px;
    background-position: 50%;
    margin-bottom: 30px;
}


.job-title {
    color: rgba(12, 98, 171, 1);
    font-weight: 700;
    margin-bottom: 20px;
    cursor: pointer;
}

    .job-title span {
        color: rgba(40, 40, 40, 1);
        font-weight: 500;
    }

.docu-sign .job-title {
    font-weight: 500;
    margin-bottom: 20px;
}

.job-details.docu-sign {
    min-height: initial;
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 2px solid #dddddd;
}

.docu-sign .job-description .ntx-button {
    width: auto;
    float: left;
    word-break: break-word;
}

.job-location span, .job-salary span, .job-reference span, .job-expiry span {
    font-weight: 700;
}


.job {
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

    .job:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }

    .job:first-of-type {
        padding-top: 0;
    }

#ViewProfileWizard label input[type=radio] {
    margin-right: 5px;
}

/*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/





/*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/

.left {
    float: left;
    width: 380px;
}

.link {
    cursor: pointer;
    text-decoration: none;
}

    .link:hover {
        text-decoration: underline;
    }

    .link:disabled {
        cursor: not-allowed;
    }

.link-colour {
    color: #0B5699;
}

.link-myapps {
    padding-bottom: 20px;
}

.left-side-align {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.location-dropdown-container {
    position: relative;
    width: 48%;
    float: right;
}

.social-media-login-dialogue-box {
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    width: 370px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 310px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

.login-dialogue-box {
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    width: 630px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 700px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

    .login-dialogue-box.forgotten-password {
        box-shadow: none;
        top: auto;
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
    }

.login-bottom-content.forgotten-password {
    height: auto;
}

.login-container, .profile-pointers-container, .social-media-login-container {
    width: 100%;
    float: left;
    height: 100%;
}

    .login-container .container {
        height: 100%;
    }

.login-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    position: absolute;
    top: -20px;
    right: -20px;
    float: left;
    background-color: rgba(45, 45, 45, 0.9);
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer;
    z-index: 2;
}

.login-top-section {
    float: left;
    width: 100%;
    height: 100px;
}

.social-media-login-top-section {
    float: left;
    width: 100%;
    padding: 0px 25px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.login-top-overlay {
    background-color: rgba(44, 44, 44, 0.55);
    float: left;
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    border-radius: 5px 5px 0px 0px;
}

.login-top-image {
    float: left;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 75%;
    border-radius: 5px 5px 0px 0px;
    background-image: url(../img/hero-images/recruiter/macbook-login-image.jpg);
}

.login-bottom-section {
    float: left;
    width: 100%;
    height: 600px;
    border-radius: 0px 0px 5px 5px;
}

.login-user-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    border: 2px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    background-repeat: no-repeat;
    background-size: 75px;
    background-position: 50% bottom;
    background-image: url(../img/icons/5e5e5e/blank-user.svg);
    border-radius: 5px 5px 5px 5px;
    z-index: 2;
}

.login-panel-option .ntx-button {
    margin-top: 20px;
}

.login-bottom-content {
    position: relative;
    top: -15px;
    float: left;
    width: 100%;
    padding: 0px 25px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 530px;
    padding-bottom: 20px;
}

.social-media-login-bottom-content {
    position: relative;
    top: -15px;
    float: left;
    width: 100%;
    padding: 0px 25px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 530px;
    padding-bottom: 20px;
}

.login-bottom-content .main-search-input {
    box-shadow: none;
    border: 1px solid #DDD;
    width: 100%;
    margin-bottom: 15px;
    padding: 12px;
    padding-left: 50px;
}

.login-bottom-content .ntx-button.primary-green {
    text-align: center;
}

.login-options-main {
    width: 100%;
    min-height: 170px;
}

.login-panel-message {
    float: left;
    width: 100%;
    min-height: 259px;
}

.login-options {
    float: left;
    width: 31.33%;
    margin-right: 3%;
    margin-left: 3%;
    border: 1px solid rgba(221, 221, 221, 1);
    text-align: center;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 1);
    color: #282828;
    cursor: pointer;
}

    .login-options:first-child {
        margin: 0;
    }

    .login-options:last-child {
        margin: 0;
    }

    .login-options.active {
        background-color: rgba(255, 102, 0, 1);
        color: #ffffff;
    }

.login-panel {
    position: relative;
}

.login-panel-hidden {
    display: none !important;
}

.login-options-main .login-panel {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.login-panel-message p {
    margin-bottom: 20px;
}

.login-data-required {
    background-color: rgb(250, 230, 228) !important;
}

.app-header.login-header {
    position: relative !important;
    background: none !important;
    float: left !important;
}

    .app-header.login-header.forgotten-password {
        width: 100%;
    }

.load-more {
    width: 100%;
    background-image: url(../img/icons/5e5e5e/add-icon.svg);
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    background-position: 50%;
    cursor: pointer;
    float: left;
    margin-top: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 30px;
    position: relative;
}

    .load-more:before, .load-more:after {
        content: '';
        float: left;
        width: -webkit-calc(50% - 60px);
        width: -o-calc(50% - 60px);
        width: calc(50% - 60px);
        height: 1px;
        background-color: rgb(221, 221, 221);
        position: absolute;
        left: 0;
        top: 25px;
    }

    .load-more:after {
        right: 0;
        left: auto;
    }

.logo-container .job-title {
    display: none;
}

.li-nav-icon {
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: 50%;
    width: 20px;
    min-height: 32px;
    margin-right: 10px;
}

    .li-nav-icon.home {
        background-image: url(../img/icons/5e5e5e/Home-Icon.svg);
    }

    .li-nav-icon.my-profile {
        background-image: url(../img/icons/5e5e5e/Blank-User.svg);
    }

    .li-nav-icon.references {
        background-image: url(../img/icons/5e5e5e/disciplines-icon.svg);
    }

    .li-nav-icon.job-alerts {
        background-image: url(../img/icons/5e5e5e/Job-Alerts-Icon.svg);
    }

    .li-nav-icon.favourite-jobs {
        background-image: url(../img/icons/5e5e5e/Heart-Icon.svg);
    }

    .li-nav-icon.my-applications {
        background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
    }

    .li-nav-icon.my-interviews {
        background-image: url(../img/icons/5e5e5e/Calendar-Icon.svg);
    }

    .li-nav-icon.my-references {
        background-image: url(../img/icons/5e5e5e/Disciplines-Icon.svg);
    }

    .li-nav-icon.messages {
        background-image: url(../img/icons/5e5e5e/Message-Icon.svg);
    }

    .li-nav-icon.onboarding {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
    }

    .li-nav-icon.search-jobs {
        background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
    }

li-text {
    width: 208px;
    height: 100%;
}

.li-text {
    text-align: left;
}

.login-input-container {
    position: relative;
}

    .login-input-container .password-reveal-icon {
        position: absolute;
        right: 15px;
        top: 15px;
    }

/*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/




/*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/

.mt-3 {
    margin-top:30px !important;
}

main {
    display: block;
}

.main-search-container {
    width: 800px;
    margin: 0 auto;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
    top: calc(50% - 88px);
    transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    background-color:#555;
}

.main-search-input {
    border-radius: 5px;
    border: 0px solid rgba(221, 221, 221, 1);
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);*/
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    width: 48%;
    float: left;
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding-left: 50px;
}

    .main-search-input.keyword-search {
        margin-right: 2%;
        background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
        background-size: 20px;
    }

    .main-search-input.location-search {
        margin-left: 2%;
        background-image: url(../img/icons/5e5e5e/gps-icon.svg);
        background-size: 20px;
    }

    .main-search-input.email-address {
        background-image: url(../img/icons/5e5e5e/Email-Address-Icon.svg);
        background-size: 20px;
    }

    .main-search-input.password {
        background-image: url(../img/icons/5e5e5e/Password-Icon.svg);
        background-size: 20px;
    }

.main-search-button {
    float: left;
    width: 100%;
    background-color: rgba(255, 136, 57, 0.75);
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 15px rgba(40, 40, 40, 0.8);
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
}

    .main-search-button:hover, .main-search-button:focus {
        text-decoration: underline;
        background-color: rgba(255, 136, 57, 0.95);
    }

.main-search-further-search-options {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.main-search-advanced-button {
    border-radius: 5px;
    border: 2px solid rgba(221, 221, 221, 1);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px;
    width: 30%;
    float: left;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

    .main-search-advanced-button:hover, .main-search-advanced-button:focus {
        text-decoration: underline;
        background-color: rgba(255, 255, 255, 1);
    }

    .main-search-advanced-button.morph-search {
        min-height: 40px;
        position: absolute;
        z-index: 10000;
        top: 50px;
        right: 50px;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transition-property: min-height, width, top, right;
        transition-property: min-height, width, top, right;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
        transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    }

        .main-search-advanced-button.morph-search.open {
            width: 100%;
            min-height: 100%;
            top: 0px;
            right: 0px;
        }

    .main-search-advanced-button:nth-of-type(2) {
        margin-left: 5%;
        margin-right: 5%;
    }

.macbook-apoint-website {
    background-image: url(../img/realistic-mockups/macbook-apoint-website.png);
}

.mark-finished {
    font-weight: 700;
    padding-bottom: 20px;
}

.mb1 {
    margin-bottom: 1rem !important;
}

.mt1 {
    margin-top: 1rem !important;
}

.ml1 {
    margin-left: 1rem !important;
}

.mr1 {
    margin-right: 1rem !important;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.message-content br {
    margin-bottom: 5px !important;
    display: block;
    position: relative;
    height: 10px;
    content: '';
}

.mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.more-information-container {
    padding: 20px;
    float: left;
    width: 100%;
}

.mockup-image {
    background-repeat: no-repeat;
    background-position: right 50%;
    background-size: contain;
    width: 100%;
    height: 350px;
    float: left;
}

    .mockup-image.macbook-system {
        background-image: url(../img/realistic-mockups/macbook-system.png);
    }

    .mockup-image.iphone-mobile-advert {
        background-image: url(../img/realistic-mockups/iphone-mobile-advert.png);
    }

    .mockup-image.contact-us-floating-iphone {
        background-image: url(../img/realistic-mockups/contact-us-floating-iphone.png);
    }

    .mockup-image.imac-candidate-mockup {
        background-image: url(../img/realistic-mockups/imac-candidate-mockup.png);
        height: 450px;
        background-position: 50%;
    }





    .mockup-image.floating-macbook-website {
        background-image: url(../img/realistic-mockups/floating-macbook-website.png);
        height: 450px;
        background-position: 50%;
    }

    .mockup-image.floating-ipad-jobseeker {
        background-image: url(../img/realistic-mockups/floating-ipad-jobseeker.png);
    }




.my-filters-list li button {
    /*background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);*/
}

.my-filters-sub-header {
    float: left;
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
}

.my-filters-selected {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .my-filters-selected:last-of-type {
        margin-bottom: 0;
    }

.my-filters .primary-orange {
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

    .my-filters .primary-orange:last-child {
        margin-bottom: 0;
    }

.matching-criteria {
    padding-left: 20px;
}

/*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/





/*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/

.ntx-button-bigger {
    width: 100%;
    padding: 15px !important;
    margin: 20px 0;
}


.no-list-style
{
    list-style:none;
}

#NTXLoginBar table td span {
    display: none;
}

.has-multiple-checkboxes
{
    position:relative;
}

.has-multiple-checkboxes:after
{
    content:'';
    display:table;
    clear:both;
}

.has-multiple-checkboxes .ntx-checkbox
{
    /*width:auto;*/
}

.has-multiple-checkboxes .ntx-checkbox
{
    margin: 24px 24px 0 0;
}

.has-multiple-checkboxes .ntx-checkbox:last-of-type {
    margin-right: 0;
}

#NTXAdvert-Dialog_dialog .AdvertParentContainer {
    margin: 0 auto;
    box-sizing: initial;
}

.not-logged-in .further-search-options.stuck {
    top: 5px;
}

.not-logged-in #ntx-sticky-anchor {
}

.not-logged-in .user-navigation {
    display: none;
}

.not-logged-in .job-a-container {
    top: 0px;
}

.not-logged-in .job-r-container {
    top: 60px;
}


.navigation-content {
    float: left;
    width: 1000px;
}

ul.navigation {
    list-style: none;
    float: left;
    width: 1000px;
    position: absolute;
}

.navigation li {
    float: left;
    margin: 0 25px;
    font-weight: 500;
    border-bottom: 1px solid rgba(245, 248, 250, 1);
    cursor: pointer;
    position: relative;
}

#NTXAppFormQuestions UL {
    padding: 20px 40px;
}

.navigation li:hover, .navigation li:focus {
    border-bottom: 2px solid rgba(255, 136, 57, 1);
}

.navigation li a {
    padding: 10px 40px 18px 40px;
    display: block;
}

.navigation li.active {
    border-bottom: 2px solid rgba(255, 136, 57, 1);
}

.navigation li:first-child {
    margin-left: 0;
}

.navigation li:last-child {
    margin-right: 0;
}

.job-search-image.networx-recruitment-office {
    background-image: url(../img/hero-images/recruiter/networx-recruitment-office.jpg);
}

.promoted-content-item.image-item .promoted-content.no-padding-top {
    padding-top: 0;
}



.no-button {
    border: 0 none;
    background: transparent;
    cursor: pointer;
}

#NTXAdvert ul, #NTXAdvert-Dialog_dialog .AdvertParentContainer ul,
#NTXAdvert ol, #NTXAdvert-Dialog_dialog .AdvertParentContainer ol {
    margin-left: 2rem;
}

.ntx-mdl-container-intro {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 30px;
}

    .ntx-mdl-container-intro span {
        font-weight: 700;
    }

.ntx-mdl-content {
    float: left;
    width: 100%;
    margin-top: 50px;
}

    .ntx-mdl-content.testimonial .ntx-mdl-tabs {
        width: 50%;
    }

    .ntx-mdl-content.testimonial .ntx-mdl-container-image {
        width: 45%;
    }

.ntx-mdl-container-image {
    float: left;
    width: 35%;
    background-position: 50% top;
    background-repeat: no-repeat;
}

    .ntx-mdl-container-image.attracting-top-talent {
        background-image: url(../img/realistic-mockups/iPad-iPhone-Top-Down.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.argos-responsive-website {
        background-image: url(../img/realistic-mockups/argos-responsive-website.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.networx-careers-page-mockup {
        background-image: url(../img/realistic-mockups/laterooms-careers-page.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.fully-responsive-application {
        background-image: url(../img/realistic-mockups/fully-responsive-application.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.agencies-dashboard {
        background-image: url(../img/realistic-mockups/agencies-dashboard-mockup.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.candidate-managed-responsive {
        background-image: url(../img/realistic-mockups/candidate-managed-responsive.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.tableau-reporting {
        background-image: url(../img/realistic-mockups/Tableau-Reporting.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.managing-applications {
        background-image: url(../img/realistic-mockups/Macbook-Top-Down.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.macbook-top-down-notebook {
        background-image: url(../img/realistic-mockups/macbook-top-down-notebook.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.candidate-experience {
        background-image: url(../img/realistic-mockups/iMac-Environment-Top-Down.png);
        background-size: 100%;
        height: 360px;
    }

.ntx-mdl-content.full-width .ntx-mdl-tabs {
    width: 100%;
    float: left;
    margin-left: 0;
}

.ntx-mdl-tabs {
    float: left;
    width: 60%;
    margin-left: 5%;
}

.ntx-mdl-tab-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    width: 48px;
    height: 48px;
}

    .ntx-mdl-tab-icon.careers-portal-tab-icon {
        background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
        background-size: 40px;
    }

    .ntx-mdl-tab-icon.mobile-phone-icon {
        background-image: url(../img/icons/5e5e5e/Mobile-Phone-Icon.svg);
        background-size: 20px;
    }

    .ntx-mdl-tab-icon.ca-networx-swoosh-icon {
        background-image: url(../img/icons/5e5e5e/networx-Swoosh.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-aggregators-icon, .ntx-mdl-tab-icon.rhm-job-board-multiposting {
        background-image: url(../img/icons/5e5e5e/Aggregators-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-social-media-icon, .ntx-mdl-tab-icon.rhm-social-media-icon {
        background-image: url(../img/icons/5e5e5e/Share-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.rhm-networx-swoosh-icon {
        background-image: url(../img/icons/5e5e5e/networx-Swoosh.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-job-boards-icon, .ntx-mdl-tab-icon.rhm-your-careers-page, .ntx-mdl-tab-icon.ce-candidate-experience-icon {
        background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-search-icon {
        background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.rhm-creating-vacancies-icon, .ntx-mdl-tab-icon.ce-corporate-branding-options {
        background-image: url(../img/icons/5e5e5e/Edit-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.r-dashboard-icon {
        background-image: url(../img/icons/5e5e5e/Dashboard-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.cm-sifting-icon, .ntx-mdl-tab-icon.rhm-sifting-icon {
        background-image: url(../img/icons/5e5e5e/Sifting-Icon.svg);
        background-size: 25px;
    }

    .ntx-mdl-tab-icon.cm-shortlisting-candidates-icon, .ntx-mdl-tab-icon.rhm-searchable-candidate-database {
        background-image: url(../img/icons/5e5e5e/Users-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.cm-scoring-icon, .ntx-mdl-tab-icon.rhm-scoring-icon {
        background-image: url(../img/icons/5e5e5e/Scoring-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.rhm-self-selection-interviews-icon, .ntx-mdl-tab-icon.is-quarterly-updates-icon {
        background-image: url(../img/icons/5e5e5e/Calendar-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.cm-video-interview-icon, .ntx-mdl-tab-icon.rhm-video-interview-icon {
        background-image: url(../img/icons/5e5e5e/Video-Interview-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.cm-selection-tools-icon, .ntx-mdl-tab-icon.r-bespoke-reporting-icon {
        background-image: url(../img/icons/5e5e5e/Settings-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.cm-interview-services-icon, .ntx-mdl-tab-icon.is-tailored-training-icon {
        background-image: url(../img/icons/5e5e5e/Interview-Services-Icon.svg);
        background-size: 45px;
    }

    .ntx-mdl-tab-icon.cm-offering-candidates-icon, .ntx-mdl-tab-icon.is-project-managed-implementation, .ce-onboarding-icon {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.is-integrated-help-section-icon {
        background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.is-system-support-infrastructure-icon {
        background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
        background-size: 40px;
    }

    .ntx-mdl-tab-icon.ce-landing-page-icon, .ntx-mdl-tab-icon.am-dedicated-agency-portal {
        background-image: url(../img/icons/5e5e5e/Landing-Page-Icon.svg);
        background-size: 20px;
    }

    .ntx-mdl-tab-icon.ce-application-form-icon, .ntx-mdl-tab-icon.r-vacancy-overview-icon, .rhm-additional-options {
        background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.r-reporting-icon, .ntx-mdl-tab-icon.am-reporting-icon {
        background-image: url(../img/icons/5e5e5e/Reporting-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.ce-mobile-friendly-icon {
        background-image: url(../img/icons/5e5e5e/Mobile-Phone-Icon.svg);
        background-size: 20px;
    }

    .ntx-mdl-tab-icon.ce-applying-without-cv-icon, .ntx-mdl-tab-icon.r-compliance-diversity-icon, .ntx-mdl-tab-icon.am-manage-your-psl, .cm-candidate-management-icon {
        background-image: url(../img/icons/5e5e5e/Applying-Without-CV-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ce-candidate-account-icon, .ca-candidate-attraction-icon {
        background-image: url(../img/icons/5e5e5e/Blank-User.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ce-job-alerts-icon {
        background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.ce-candidate-communication {
        background-image: url(../img/icons/5e5e5e/Message-Icon.svg);
        background-size: 35px;
    }


.ntx-mdl-container-left .ntx-mdl-container-image {
    float: right;
}

.ntx-mdl-container-left .ntx-mdl-tabs {
    margin-left: 0;
    margin-right: 5%;
}

.no-border {
    border: none;
}

.ntx-logo {
    background-image: url(../img/ntx-elements/networx-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    width: 185px;
    height: 45px;
    margin: 0 auto;
    display: block;
}

.ntx-button {
    border-radius: 5px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-repeat: no-repeat;
    padding: 10px 25px;
    font-weight: 500 !important;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(40, 40, 40, 1);
    display: block;
    text-decoration: none !important;
    position: relative;
}

    .ntx-button:hover, .ntx-button:focus, .contact-us-item:hover, .contact-us-item:focus {
        text-decoration: underline !important;
        background-color: rgba(245, 248, 250, 1);
    }

    .ntx-button.our-solutions-button {
        margin-top: 20px;
        width: 325px;
        min-width: 325px;
    }

    .ntx-button.full-width {
        text-align: center;
    }

    .ntx-button.testimonial-button {
        margin: 0 auto;
        width: 20%;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
    }

        .ntx-button.testimonial-button:before {
            content: '';
            width: 20px;
            height: 20px;
            background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: 50%;
            position: absolute;
            left: 25px;
        }

.ntx-button-arrow-right {
    background-image: url(../img/icons/ffffff/Arrow-Right.svg);
}

.ntx-button-arrow-left {
    background-image: url(../img/icons/ffffff/Arrow-Left.svg);
}

.ntx-button-left {
    float: left;
    text-align: left;
}

.ntx-button-right {
    float: right;
    /*padding-right: 50px !important;*/
    text-align: right;
}

.ntx-help-button-right {
    margin-right: 10px;
}

.ntx-button-center {
    width: 100%;
    padding-left: 50px !important;
    text-align: center;
}

.ntx-button.job-a-action {
    margin-right: 15px;
}

    .ntx-button.job-a-action:last-child {
        margin-right: 0;
    }

.ntx-button.time-left-to-apply-icon {
    background-image: url(../img/icons/5e5e5e/calendar-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.apply-now-icon {
    color: rgba(255, 255, 255, 1);
}

.job .ntx-button.primary-green.apply-now-icon {
    background-image: url(../img/icons/ffffff/arrow-right.svg);
    background-size: 10px;
    background-position: left 20px center;
}

    .job .ntx-button.primary-green.apply-now-icon:before {
        display: none;
    }

.ntx-button-add {
    background-image: url(../img/icons/ffffff/add-icon.svg);
}

.ntx-button.primary-green.apply-now-icon:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(../img/icons/ffffff/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    top: calc(50% - 7.5px);
    left: 10px;
    position: absolute;
}

.ntx-button.primary-green.tick-icon {
    background-image: url(../img/icons/ffffff/tick.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
}

.ntx-button.arrow-left-icon {
    background-image: url(../img/icons/5e5e5e/arrow-left.svg);
    background-size: 10px;
    background-position: left 20px center;
}

.ntx-button.job-a-icon {
    background-image: url(../img/icons/5e5e5e/job-a-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.documents-icon {
    background-image: url(../img/icons/5e5e5e/applications-icon.svg);
    background-size: 20px;
    background-position: left 15px center !important;
    padding: 10px 25px 10px 50px;
}

.ntx-button.menu-icon {
    background-image: url(../img/icons/5e5e5e/menu-icon.svg);
    background-size: 20px;
    background-position: left 20px center;
    padding-left: 50px !important;
}

.ntx-button.back-to-search {
    background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
    background-size: 20px;
    background-position: left 20px center;
    padding-left: 50px;
}

.ntx-button.primary-green.print-icon {
    background-image: url(../img/icons/ffffff/print-icon.svg);
    background-size: 20px;
    background-position: left 20px center;
}

.ntx-button.share-icon {
    background-image: url(../img/icons/5e5e5e/share-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.networx-swoosh {
    background-image: url(../img/icons/5e5e5e/networx-swoosh.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.candidate-services {
    background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.job-a-icon {
    background-image: url(../img/icons/5e5e5e/job-at-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.login-icon {
    background-image: url(../img/icons/5e5e5e/padlock.svg);
    background-size: 15px;
    background-position: right 20px center;
    padding-right: 50px;
}

.ntx-button.support-icon {
    background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
    background-size: 15px;
    background-position: right 20px center;
    padding-right: 50px;
}

.ntx-button.user-login-icon {
    background-image: url(../img/icons/5e5e5e/blank-user.svg);
    background-size: 20px;
    background-position: right 20px center;
}

.ntx-button.save-icon {
    background-image: url(../img/icons/5e5e5e/heart-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding: 10px 25px 10px 50px;
}

    .ntx-button.save-icon.saved {
        background-image: url(../img/icons/4cab0c/tick.svg);
        background-color: rgb(245, 248, 250);
    }


.ntx-button.primary-green {
    /*background-color: #4cab0c;*/
    color: rgba(255, 255, 255, 1) !important;
}

.ntx-button.primary-red {
    background-color: rgb(225, 30, 30);
    color: rgba(255, 255, 255, 1) !important;
}

    .ntx-button.primary-red:hover {
        background-color: rgba(245, 68, 68,1);
    }

.ntx-button.primary-green.external-green {
    text-align: center;
    background-position: left 75px center;
    display: block;
}

.ntx-button.primary-orange {
    background-color: rgba(255, 102, 0, 1);
    color: rgba(255, 255, 255, 1) !important;
}

    .ntx-button.primary-orange:hover, .ntx-button.primary-orange:focus {
        background-color: rgba(255, 136, 57, 1);
    }

.ntx-button.primary-blue {
    background-color: rgb(67, 133, 245);
    color: rgba(255, 255, 255, 1) !important;
}

    .ntx-button.primary-blue:hover {
        background-color: rgba(67, 133, 245,0.75);
    }

.ntx-button.user-account-button {
    float: left;
    background-color: rgba(12, 98, 171, 1);
    color: rgba(255, 255, 255, 1) !important;
    margin-right: 15px;
}

    .ntx-button.user-account-button.register-for-job-alerts {
        padding: 10px 25px !important;
    }

    .ntx-button.user-account-button.favourite-jobs {
        position: relative;
    }

    .ntx-button.user-account-button:last-of-type {
        margin-right: 0;
    }

    .ntx-button.user-account-button:hover, .ntx-button.user-account-button:focus {
        background-color: rgba(41, 143, 206, 1);
    }

    .ntx-button.user-account-button.message-icon {
        background-image: url(../img/icons/ffffff/Message-Icon.svg);
        background-size: 20px;
        background-position: left 15px center;
        margin-right: 0;
        width: 100%;
    }

.ntx-button.primary-green:hover, .ntx-button.primary-green:focus {
    background-color: #275705;
}

.ntx-button.no-colour.ntx-button-cancel {
    background-image: url(../img/icons/5e5e5e/Close-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}


.ntx-button.more-information-button {
    background-color: rgba(76, 171, 12, 1);
    float: left;
    color: rgba(255, 255, 255, 1);
    background-image: url(../img/icons/ffffff/arrow-right.svg);
    background-size: 10px;
    background-position: left 20px center;
}

.ntx-button.job-alerts-button {
    background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

    .ntx-button.job-alerts-button.saved {
        background-image: url(../img/icons/4cab0c/tick.svg);
        background-color: rgb(245, 248, 250);
    }

.ntx-button.edit-job-alerts-button {
    background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.additional-reference-button {
    margin-bottom: 20px;
}

.ntx-button.edit-details-button {
    background-image: url(../img/icons/5e5e5e/edit-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.download-my-data-button {
    background-image: url(../img/icons/5e5e5e/Download-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.select-reference-button {
    background-image: url(../img/icons/5e5e5e/disciplines-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.primary-green.edit-details-button {
    background-image: url(../img/icons/ffffff/edit-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.applications-button {
    background-image: url(../img/icons/5e5e5e/edit-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.documents-to-sign-button {
    background-image: url(../img/icons/5e5e5e/documents-to-sign-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
    margin-bottom: 10px;
}

.ntx-button.withdraw-application-button {
    background-image: url(../img/icons/5e5e5e/close-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.change-answer-request-button {
    background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.view-privacy-policy-button {
    background-image: url(../img/icons/5e5e5e/Sifting-Icon.svg);
    background-size: 15px;
    background-position: left 15px center;
    padding-left: 50px;
}


.ntx-button.raise-objection-button {
    background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.delete-favourite-role-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.change-password-button {
    background-image: url(../img/icons/5e5e5e/Password-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.deactivate-profile-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-cv-button {
    background-image: url(../img/icons/5e5e5e/Edit-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.download-cv-button {
    background-image: url(../img/icons/5e5e5e/Download-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.upload-cv-button {
    background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
    background-size: 25px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.tick-button {
    background-image: url(../img/icons/4cab0c/tick.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.enter-contact-details {
    background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
    background-size: 25px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.profile-icon {
    background-image: url(../img/icons/5e5e5e/Blank-User.svg);
    background-size: 25px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.delete-cv-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.delete-app-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.primary-red.delete-app-button {
    background-image: url(../img/icons/ffffff/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-locations-button {
    background-image: url(../img/icons/5e5e5e/Location-Pin.svg);
    background-size: 15px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-disciplines-button {
    background-image: url(../img/icons/5e5e5e/Disciplines-Icon.svg);
    background-size: 15px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-salary-range-button {
    background-image: url(../img/icons/5e5e5e/Salary-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.request-a-demo {
    text-align: center;
    width: 50%;
    float: left;
    margin-top: 20px;
    color: rgb(255, 255, 255) !important;
}

.ntx-button.show-matching-roles {
    background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.support-code-button {
    background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.disabled {
    background-color: #c5c5c5 !important;
    pointer-events: none;
    border: 1px solid transparent;
}

    .ntx-button.disabled:hover {
        text-decoration: none !important;
        cursor: default !important;
    }

.login-options-main .ntx-button.disabled {
    display: none;
}

.not-allowed {
    cursor: not-allowed !important;
}

.ntx-button.action-loading {
    display: none;
    background-image: url('../img/ntx-branding/ntx-loader-ie.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999999999px;
}

    .ntx-button.action-loading.disabled {
        display: block;
    }

#ntx-sticky-anchor {
    float: left;
    width: 100%;
    bottom: 50px;
    height: 76px;
    background: rgba(0, 0, 0, 0);
    position: relative;
    z-index: -1;
}

    #ntx-sticky-anchor.ntx-sticky-anchor-recruiter {
        top: 3px;
    }

.ntx-navigation-container {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 0;
    visibility: hidden;
}

    .ntx-navigation-container.nav-active {
        opacity: 1;
        visibility: visible;
    }

    .ntx-navigation-container nav {
        float: left;
        width: 100%;
        height: 100%;
    }

.ntx-navigation {
    width: 300px;
    float: left;
    height: 100%;
    background-color: rgba(40, 40, 40, 1);
    position: relative;
    left: -300px;
    padding: 25px 35px;
}

.ntx-navigation-top {
    position: relative;
    top: 75px;
}

    .ntx-navigation-top a {
        color: rgba(255, 255, 255, 1);
        display: block;
        padding-bottom: 20px;
        background-size: contain;
        font-weight: 400;
    }

        .ntx-navigation-top a:last-child {
            padding-bottom: 0;
        }

.ntx-navigation-close-container {
    width: 100%;
    background-color: transparent;
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.ntx-navigation-container.nav-active .ntx-navigation, .ntx-navigation-container.nav-active .ntx-navigation-close-container {
    left: 0;
}

.ntx-navigation-close-icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    top: 25px;
    right: 25px;
    background-image: url(../img/icons/ffffff/close-icon.svg);
    cursor: pointer;
}

.ntx-navigation-bottom {
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: -o-calc(100% - 70px);
    width: calc(100% - 70px);
}

    .ntx-navigation-bottom .social-media-container {
        margin-top: 0;
    }

    .ntx-navigation-bottom hr {
        margin: 25px 0;
    }

    .ntx-navigation-bottom .client-login-link {
        display: block;
        padding-left: 2rem;
        background-repeat: no-repeat;
        background-image: url(../img/icons/ffffff/padlock.svg);
        background-position: left 50%;
        min-height: 20px;
        background-size: contain;
        color: rgba(255, 255, 255, 1);
        font-weight: 400;
    }

.ntx-modal {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

.ntx-modal-bg {
    background-image: none;
    background-color: rgba(45, 45, 45, 0.75);
    opacity: 1;
}

.ntx-modal-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgb(221, 221, 221);
    position: absolute;
    top: -20px;
    right: -20px;
    float: left;
    background-color: rgba(45, 45, 45, 0.9);
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
}

    .ntx-modal-close::before {
        display: none;
    }



/*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/





/*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/

.job-search-image.our-solutions-macbook {
    background-image: url(../img/hero-images/recruiter/our-solutions-macbook.jpg);
}

.job-search-image.our-clients-office {
    background-image: url(../img/hero-images/recruiter/our-clients-office.jpg);
}

.off-screen {
    position: absolute;
    left: -99999px;
}

#OnlineTest ul {
    margin-left: 1rem;
}

    #OnlineTest ul li {
        margin-bottom: 1rem;
    }



/*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/
/*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/
.pb1 {
    padding-bottom: 1rem;
}

.pt1 {
    padding-top: 1rem;
}

.pl1 {
    padding-left: 1rem;
}

.pr1 {
    padding-right: 1rem;
}

.padding1 {
    padding: 1rem;
}

.padding2 {
    padding: 2rem;
}

#printablediv {
    margin-top: 20px;
}

.privacy-policy-dialog .ntx-checkbox,
.privacy-policy-link-container {
    margin-top: 20px;
}

    .privacy-policy-dialog .ntx-checkbox label {
        padding: 15px 15px 15px 40px;
    }

    .privacy-policy-link-container > div {
        font-weight: 700;
        position: relative;
    }

p + .privacy-policy-link-container {
    margin: 20px 0;
}

.privacy-policy-link-container label {
    display: block;
}

.privacy-policy-link-container a.link {
    display: block;
}

.privacy-policy-link-container > p {
    font-weight: bold;
    display: block;
}

.privacy-policy-link-container.is-checked > div:before {
    background-image: url(../img/icons/4cab0c/tick.svg);
}

.pre-footer-header {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
}

    .pre-footer-header .h3 {
        font-weight: 400;
        margin-bottom: 30px;
    }

.prompt {
    width: 100%;
    max-width: 10rem;
}

td.prompt, th.prompt {
    width: 10rem;
    max-width: unset;
}

.prompt-l {
    width: 100%;
    max-width: 20rem;
}

td.prompt-l, th.prompt-l {
    width: 20rem;
    max-width: unset;
}

.prompt-xl {
    width: 100%;
    max-width: 30rem;
}

td.prompt-xl, th.prompt-xl {
    width: 30rem;
    max-width: unset;
}

@media only screen and (max-width : 1024px) {
    .prompt-l {
        width: 100%;
        max-width: 18rem;
    }

    td.prompt-l, th.prompt-l {
        width: 18rem;
        max-width: unset;
    }

    .prompt-xl {
        width: 100%;
        max-width: 22rem;
    }

    td.prompt-xl, th.prompt-xl {
        width: 22rem;
        max-width: unset;
    }
}

@media only screen and (max-width : 800px) {
    .prompt-l {
        width: 100%;
        max-width: 16rem;
    }

    td.prompt-l, th.prompt-l {
        width: 16rem;
        max-width: unset;
    }

    .prompt-xl {
        width: 100%;
        max-width: 20rem;
    }

    td.prompt-xl, th.prompt-xl {
        width: 20rem;
        max-width: unset;
    }
}


.promoted-content-container, .recruiter-content-container {
    background-color: rgba(255, 255, 255, 1);
    padding: 50px;
    border-right: 1px solid rgba(221, 221, 221, 1);
    border-left: 1px solid rgba(221, 221, 221, 1);
}

    .promoted-content-container .promoted-content {
        width: 45%;
        float: left;
        margin: 0 20px;
    }

    .promoted-content-container.large .promoted-content {
        width: 17.5%;
        margin: 0 17px;
    }

    .promoted-content-container .image-item .promoted-content, .promoted-content-container .content-items .promoted-content, .promoted-content-container .more-information-items .promoted-content {
        margin: 0;
    }

    .promoted-content-container.large .promoted-content:nth-of-type(5) {
        margin-right: 0;
    }

    .promoted-content-container.large .promoted-content:first-of-type {
        margin-left: 0;
    }

.promoted-content.no-border {
    border: none;
}

.promoted-content.contact-us-section {
    padding-top: 20px;
}

.promoted-content.no-border-bottom {
    border-bottom: none;
}

.promoted-content.text-align-center, .promoted-content.text-align-center .h6 {
    text-align: center;
}

.promoted-content-icon-outer {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 100%;
    padding: 4px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 1px solid rgba(221, 221, 221, 1);
}

.promoted-content-icon-inner {
    background-color: rgba(248, 248, 248, 1);
    border-radius: 100%;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border: 1px solid rgba(221, 221, 221, 1);
}

    .promoted-content-icon-inner.managing-applications {
        background-image: url(../img/icons/5e5e5e/Managing-Applications-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.attracting-top-talent {
        background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.candidate-experience {
        background-image: url(../img/icons/5e5e5e/Mobile-Phone-Icon.svg);
        background-size: 30px;
    }

    .promoted-content-icon-inner.reporting {
        background-image: url(../img/icons/5e5e5e/Reporting-Icon.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.agencies {
        background-image: url(../img/icons/5e5e5e/Users-Icon.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.implementation {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.the-company {
        background-image: url(../img/icons/5e5e5e/Users-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.our-services {
        background-image: url(../img/icons/5e5e5e/Settings-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.our-clients {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.jobseeker {
        background-image: url(../img/icons/5e5e5e/Blank-User.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.networx-client-swoosh {
        background-image: url(../img/icons/5e5e5e/networx-Swoosh.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.general-eunquiries {
        background-image: url(../img/icons/5e5e5e/Message-Icon.svg);
        background-size: 50px;
    }

.promoted-content .bottom-section {
    padding: 20px;
}

    .promoted-content .bottom-section.more-info {
        padding: 0 20px;
    }

.promoted-content .more-information-container {
    background-color: rgba(248, 248, 248, 1);
    border-radius: 0px 0px 5px 5px;
}

.promoted-content.center {
    margin-left: 5%;
    margin-right: 5%;
}

.promoted-content .ntx-button {
    margin-top: 20px;
}

.promoted-content .more-information-container .ntx-button {
    margin-top: 0;
}

.promoted-content-list {
    margin-top: 20px;
    list-style: none;
}

    .promoted-content-list li {
        padding-left: 20px;
        min-height: 20px;
        padding-bottom: 15px;
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: left top 5px;
        background-image: url(../img/icons/4cab0c/tick-box.svg);
        line-height: 25px;
    }

        .promoted-content-list li:last-child {
            padding-bottom: 0;
        }

.promoted-content-image {
    float: left;
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 4px 4px 0px 0px;
}

.promoted-content-overlay {
    float: left;
    width: 100%;
    height: 150px;
    background-color: rgba(44, 44, 44, 0.35);
    position: absolute;
    z-index: 1;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    padding: 40px 130px;
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 10px rgba(40, 40, 40, 0.8);
    font-weight: 500;
}

    .promoted-content-overlay * {
        text-align: center;
        color: rgb(255, 255, 255);
        text-shadow: 0px 0px 10px rgba(40, 40, 40, 0.8);
        font-weight: 500;
    }

.promoted-content .apply-now-icon {
    text-align: center;
    background-position: left 75px center;
    display: block;
}

.promoted-content .h6 {
    text-align: left;
}

.promoted-content-item {
    display: flex;
    width: 75%;
    margin: 0 auto;
}

    .promoted-content-item.contact-us .promoted-content:nth-of-type(2) {
        margin-left: 5%;
        margin-right: 0%;
    }

    .promoted-content-item.contact-us .promoted-content:nth-of-type(1) {
        margin-left: 0%;
        margin-right: 5%;
    }

    .promoted-content-item.more-information-items .promoted-content {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: none;
    }

    .promoted-content-item.content-items .promoted-content {
        border-radius: 0;
        border-top: none;
    }

    .promoted-content-item.image-item .promoted-content {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.profile-container-icon {
    background-repeat: no-repeat;
    background-size: contain;
    width: 75px;
    height: 75px;
    float: left;
    background-position: 50%;
}

.profile-incomplete-warning-icon {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
}

.profile-complete-tick-icon {
    background-image: url(../img/icons/5e5e5e/Tick-Box.svg);
}

.profile-job-alert-icon {
    background-image: url(../img/icons/5e5e5e/Job-Alerts-Icon.svg);
}

.profile-my-data-icon {
    background-image: url(../img/icons/5e5e5e/application-info.svg);
}

.profile-docusign-info-icon {
    background-image: url(../img/icons/5e5e5e/documents-to-sign-icon.svg);
}

.profile-interviews-icon {
    background-image: url(../img/icons/5e5e5e/Calendar-Icon.svg);
}

.profile-incomplete-applications-icon {
    background-image: url(../img/icons/5e5e5e/Managing-Applications-Icon.svg);
}

.profile-applications-complete-icon {
    background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
}

.profile-supplemental-info-icon {
    background-image: url(../img/icons/5e5e5e/Sifting-Icon.svg);
}

.profile-references-info-icon {
    background-image: url(../img/icons/5e5e5e/Disciplines-Icon.svg);
}

.profile-fullapp-request-icon {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
}

.profile-agency-application-icon {
    background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
}

.profile-upload-icon {
    background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
}

.profile-searchable-cv {
    background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
}

.profile-searchable-icon {
    background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
}

.profile-private-icon {
    background-image: url(../img/icons/5e5e5e/spy.svg);
}

.profile-pointers-container .container {
    height: 75%;
    position: relative;
}

.profile-pointers {
    width: 300px;
    height: 100px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(221, 221, 221);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 4px rgb(136, 136, 136);
    -moz-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px rgb(136, 136, 136);
    bottom: 30px;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 20px 40px;
}

    .profile-pointers.active {
        opacity: 1;
        visibility: visible;
    }

    .profile-pointers.profile-pointers-1 {
    }

    .profile-pointers.profile-pointers-2 {
        left: 150px;
    }

    .profile-pointers.profile-pointers-3 {
        bottom: 70px;
        left: auto;
        right: 0px;
    }

        .profile-pointers.profile-pointers-3:before {
            right: 35px;
            left: auto;
            top: 98px;
        }

        .profile-pointers.profile-pointers-3:after {
            right: 38px;
            left: auto;
            top: 96px;
        }

    .profile-pointers:before, .profile-pointers:after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
    }

    .profile-pointers:before {
        left: 35px;
        top: 98px;
        border: 18px solid;
        border-color: rgb(221, 221, 221) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    .profile-pointers:after {
        left: 38px;
        top: 96px;
        border: 15px solid;
        border-color: rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    .profile-pointers.profile-pointers-left:before {
        left: -37px;
        top: 19px;
        border: 18px solid;
        border-color: rgba(0, 0, 0, 0) rgb(221, 221, 221) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    .profile-pointers.profile-pointers-left:after {
        left: -30px;
        top: 22px;
        border: 15px solid;
        border-color: rgba(0, 0, 0, 0) rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

.profile-pointers-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url(../img/icons/5e5e5e/Close-Icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.profile-about-you {
    display: inline-block;
    vertical-align: middle;
    border: 0px solid #ddd;
    float: left;
    border-radius: 0px;
    padding: 0px;
    width: 100%;
    margin-bottom: 0px;
}

    .profile-about-you h1 {
        margin-bottom: 25px;
    }

.profile-job-preferences {
    display: inline-block;
    vertical-align: middle;
    border: 0px solid #ddd;
    float: left;
    border-radius: 5px;
    padding: 0px;
    width: 100%;
    margin-bottom: 30px;
}

    .profile-job-preferences h1 {
        margin-bottom: 25px;
    }

.plymouth-college-of-art-header-image {
    background-image: url(../img/our-clients/Education/plymouth-college-of-art/plymouth-college-of-art-header.jpg);
}

.pointer-cursor {
    cursor: pointer;
}

.privacy-policy-link {
    text-decoration: underline !important;
    cursor: pointer !important;
    color: #1160da !important;
}

.position-relative {
    position: relative;
}

/*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/


/*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/


.question-response .required {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
    background-size: 25px 23px;
    padding: 10px 45px 10px 15px;
}

.question-quick-app .quick-app-button-container {
    float: right;
}

    .question-quick-app .quick-app-button-container .ntx-button {
        float: left;
    }

.question-response .required.valid {
    background-image: none;
}

.question-response .drop-down.required {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
    background-position: right 36px center;
    background-size: 25px 23px;
}

.question-response .drop-down:after {
    content: '';
    background-image: url(../img/icons/5e5e5e/Arrow-Down.svg);
    height: 10px;
    width: 15px;
    float: right;
    background-size: contain;
    position: absolute;
    right: 15px;
    z-index: 1;
    background-repeat: no-repeat;
    top: 15px;
}

.question-response .drop-down.required.valid {
    background-image: none;
}

.quick-app-header td img {
    width: 180px;
    height: 55px;
}



/*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/




/*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/

.references-content .title,
.references-content .details {
    position: static;
    top: 0;
    left: 0;
    width: 50%;
    text-align: left;
    word-break: break-all;
    padding: 0;
    padding-bottom: 20px;
    float:left;
}

input.radio-button {
    margin-right: 8px;
}

.request-a-demo-header-image {
    background-image: url(../img/hero-images/recruiter/request-a-demo-header-image.jpg);
}

.reference-completed-icon {
    width: 100px;
    margin: 0 auto;
    position: relative;
}

.ntx-icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    background-color: rgb(255, 255, 255);
    border-radius: 100%;
    padding: 15px;
    border: 1px solid rgb(221, 221, 221);
}

.reference-completed-icon .ntx-icon.tick-icon {
    background-image: url(../img/icons/4cab0c/tick.svg);
    background-size: 20px;
    top: 0;
    right: 0;
}

.references-check-box-container {
    float: right;
}

    .references-check-box-container .references-label {
        padding: 0;
    }

references-checkbox-container {
    float: left;
    width: 35%;
}

.reference-item {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

    .reference-item:last-of-type {
        margin-bottom: 0;
    }

    .reference-item h2.h3 {
        font-weight: 500;
        margin-bottom: 15px;
    }

.reference-hidden {
    display: none;
}

.reference-show {
    display: block;
}

.recruiter-top-section-container .scroll-down-container {
    width: 1200px;
}

.reference-info {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

    .reference-info:last-of-type {
        margin-bottom: 0px;
    }

.candidate-dialog-box .reference-info {
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
}

.reference-info .your-profile-header {
    border-bottom: none;
    padding-bottom: 0;
}

.references-content {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.recruiter-top-section-container .scroll-down-container .scroll-down-featured-recruiters {
    color: rgb(40, 40, 40);
    text-shadow: none;
}

.recruiter-top-section-container .scroll-down-container .scroll-down-container-icon {
    background-image: url(../img/icons/5e5e5e/arrow-down.svg);
}

.refine-search-section {
    float: left;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 20px;
}

main article .refine-search-half-width-container .refine-search-section {
    width: 30%;
    padding: 25px;
}

.refine-search-full-width-container .refine-search-section {
    width: 100%;
    padding: 50px 20px;
}

.refine-search-overlay .main-search-button {
    margin-bottom: 25px;
}

.refine-search-half-width-container .refine-search-section:nth-child(2) {
    margin-left: 5%;
    margin-right: 5%;
}

.refine-search-half-width-container {
    float: left;
    width: 100%;
    height: 50%;
    margin-bottom: 40px;
}

.refine-search-full-width-container {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.refine-search-section .advanced-search-options-container {
    height: -moz-calc(100% - 80px);
    height: -webkit-calc(100% - 80px);
    height: -o-calc(100% - 80px);
    height: calc(100% - 80px);
    margin-top: 15px;
}

.refine-search-section .advanced-search-option-checkbox {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 98%;
    margin-right: 0;
}

.refine-search-section .advanced-search-option-label {
    padding: 10px;
}

.refine-search-overlay .main-search-input {
    border: 1px solid #dddddd;
    box-shadow: none;
}

.recruiter-top-section-container .job-search-overlay {
    width: 1200px;
    background-color: rgba(255, 255, 255, 0.85);
}

    .recruiter-top-section-container .job-search-overlay .container {
        padding: 0px 40px;
        height: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

        .recruiter-top-section-container .job-search-overlay .container ul {
            padding: 20px;
        }

            .recruiter-top-section-container .job-search-overlay .container ul li {
                padding-bottom: 10px;
            }

                .recruiter-top-section-container .job-search-overlay .container ul li:last-of-type {
                    padding-bottom: 0px;
                }


.ribbon {
    background-color: rgba(76, 171, 12, 1);
    width: 40px;
    height: 50px;
    position: absolute;
    margin: auto;
    background-image: url(../img/icons/ffffff/Sponsored-Ribbon.svg);
    background-position: 50%;
    background-size: 50%;
    background-repeat: no-repeat;
    z-index: 2;
    right: 20px;
    -webkit-box-shadow: 10px 10px 10px 0px rgba(40,40,40,0.5);
    -moz-box-shadow: 10px 10px 10px 0px rgba(40,40,40,0.5);
    box-shadow: 10px 10px 10px 0px rgba(40,40,40,0.5);
}

    .ribbon:before {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 0;
        height: 0;
        border-top: 30px solid rgba(76, 171, 12, 1);
        border-right: 30px solid transparent;
    }

    .ribbon:after {
        content: "";
        position: absolute;
        bottom: -20px;
        right: 0;
        width: 0;
        height: 0;
        border-top: 30px solid rgba(76, 171, 12, 1);
        border-left: 30px solid transparent;
    }

.rich-question .question-options > *:first-of-type {
    margin-right: 1rem;
}

.rich-question .question-options > label.prompt {
    display:inline-block;
}

div[class^="col-"]:not(:last-of-type) {
    margin-right: 1rem;
}

.right {
    float: left;
    width: 380px;
}

    .right.tall .further-jobs-container {
        height: 390px;
        width: 380px;
        float: left;
    }

    .right.tall .further-jobs-image-overlay {
        background-color: rgba(255, 102, 0, 0.55);
    }

.right-side-align {
    float: right;
    width: 48%;
    margin-left: 2%;
}

.recruiter-content {
    padding: 0;
}

    .recruiter-content.stuck {
        top: 60px;
    }

        .recruiter-content.stuck ~ article .clients-pre-footer {
            top: 60px;
        }

        .recruiter-content.stuck ~ footer .footer {
            top: 60px;
        }

.recruiter-content-container {
    width: 1200px;
    margin: 0 auto;
    background-color: rgb(236, 236, 236);
}

    .recruiter-content-container:nth-of-type(2n+1) {
        background-color: rgba(255, 255, 255, 1);
    }

    .recruiter-content-container ul {
        padding: 10px 20px;
    }

        .recruiter-content-container ul li {
            padding: 5px 0px;
        }


.random-client {
    float: left;
    width: 33%;
    height: 100px; /* equals max image height */
    white-space: nowrap;
    text-align: center;
}

    .random-client:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .random-client img {
        vertical-align: middle;
        max-height: 100px;
        max-width: 250px;
    }


/*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/



/*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/

.salary-input-container {
    float: left;
    width: 100%;
    margin-top: 40px;
}

    .salary-input-container .advanced-search-input {
        float: left;
        width: 48%;
        padding-left: 50px;
        background-image: url(../img/icons/5e5e5e/money-salary-icon.svg);
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: left 20px center;
    }

    .salary-input-container .salary-input-divider {
        float: left;
        width: 4%;
        text-align: center;
        line-height: 56px;
    }

select {
    font-family: Roboto, sans-serif;
}

.send-me-jobs-like-this-container {
    float: right;
    width: 30%;
}

    .send-me-jobs-like-this-container .ntx-button.primary-green {
        text-align: center;
    }

.scroll-down-container {
    float: left;
    width: 100%;
    position: fixed;
    bottom: 30%;
}

.scroll-down-container-icon {
    width: 40px;
    height: 30px;
    background-image: url(../img/icons/ffffff/arrow-down.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 20px;
}

.scroll-down-featured-recruiters {
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-shadow: 1px 1px 15px rgba(40, 40, 40, 0.8);
    width: 250px;
    margin: 0 auto;
    cursor: pointer;
}

    .scroll-down-featured-recruiters:hover {
        text-decoration: underline;
    }

#SideNav {
    margin-top: 0 !important;
}

.social-media-container {
    margin: 0 auto;
    margin-top: 25px;
}

.social-media-icon {
    width: 35px;
    height: 35px;
    border: 2px solid rgba(221, 221, 221, 1);
    border-radius: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 5px;
    cursor: pointer;
}

    .social-media-icon:first-of-type {
        margin-left: 0;
    }

    .social-media-icon:last-of-type {
        margin-right: 0;
    }

    .social-media-icon.facebook {
        background-image: url(../img/icons/ffffff/facebook-icon.svg);
        background-size: 7px;
    }

    .social-media-icon.glassdoor {
        background-image: url(../img/icons/ffffff/glassdoor-icon.svg);
        background-size: 10px;
    }

    .social-media-icon.google-plus {
        background-image: url(../img/icons/ffffff/google-plus-icon.svg);
        background-size: 15px;
    }

    .social-media-icon.linkedin {
        background-image: url(../img/icons/ffffff/linkedin-icon.svg);
        background-size: 15px;
    }

    .social-media-icon.twitter {
        background-image: url(../img/icons/ffffff/twitter-icon.svg);
        background-size: 15px;
    }

.sponsored-jobs, .promoted-content-container {
    width: 1200px;
    margin: 0 auto;
}

    .sponsored-jobs .sponsored-job-container:nth-of-type(2) {
        float: left;
        width: 380px;
        margin-left: 30px;
        margin-right: 30px;
    }

.suggested-locations-disciplines-list, .my-filters-list {
    list-style: none;
}

    .suggested-locations-disciplines-list li, .my-filters-list li {
        font-weight: 500;
        padding-bottom: 10px;
    }

        .suggested-locations-disciplines-list li:last-child, .my-filters-list li:last-child {
            padding-bottom: 0px;
        }

        .suggested-locations-disciplines-list li button, .my-filters-list li button {
            position:relative;
            color: rgba(12, 98, 171, 1);
            text-decoration: none;
            width: 100%;
            padding-right: 30px;
            background-repeat: no-repeat;
            background-position: right top;
            background-size: 20px 20px;
            cursor: pointer;
            min-height: 20px;
            background-color:transparent;
            text-align:left;
        }

        .suggested-locations-disciplines-list li button {
            /*background-image: url(../img/icons/5e5e5e/add-icon.svg);*/
        }

        .suggested-locations-disciplines-list li button:hover, .suggested-locations-disciplines-list li button:focus, .my-filters-list li button:hover, .my-filters-list li button:focus {
            text-decoration: underline;
        }

.sponsored-job-container .client-logo {
    background-position: 50%;
}

.sponsored-job-container, .promoted-content {
    width: 30%;
    border-radius: 5px;
    border: 1px solid rgba(221, 221, 221, 1);
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    z-index: 0;
    float: left;
}

    .promoted-content.no-border-radius {
        border-radius: 0;
    }

    .sponsored-job-container.center {
        margin-left: 30px;
        margin-right: 30px;
    }

    .sponsored-job-container .apply-now-icon {
        text-align: left;
        background-position: left 100px center;
    }

.sponsored-job-container {
    width: 380px;
}

.sponsored-job-image {
    float: left;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 4px 4px 0px 0px;
    background-image: url(../img/hero-images/disciplines/Marketing-and-PR/Marketing-PR-3.jpg);
}


.sponsored-job-image-overlay {
    background-color: rgba(44, 44, 44, 0.55);
    float: left;
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    border-radius: 4px 4px 0px 0px;
}

.sub-container {
    float: left;
    width: 400px;
    min-height: 45px;
}

    .sub-container.sub-container-single {
        width: 100%;
    }

        .sub-container.sub-container-single .client-logo {
            background-size: contain;
        }

    .sub-container.sub-container-single-login {
        position: absolute;
        top: 0;
        right: 0;
    }

.start-typing {
    font-style: italic;
    font-weight: 400;
}

#SideNav .side-nav-bt .calendar-32 .time-holder {
    top: 10px !important;
    left: 50px !important;
}

#SideNav .side-nav-bt .calendar-32 {
    padding-left: 48px !important;
}

    #SideNav .side-nav-bt .calendar-32 .time-holder.char-count-1 {
        top: 10px !important;
        left: 58px !important;
    }

    #SideNav .side-nav-bt .calendar-32 .time-holder.char-count-2 {
        top: 10px !important;
        left: 43px !important;
    }

    #SideNav .side-nav-bt .calendar-32 .time-holder.char-count-3 {
        top: 10px !important;
        left: 43px !important;
    }

#SideNav .side-nav-bt.time {
    cursor: auto !important;
}

    #SideNav .side-nav-bt.time:hover {
        background-color: #ffffff;
        text-decoration: none !important;
    }

        #SideNav .side-nav-bt.time:hover .time-holder, #SideNav .side-nav-bt.time:hover .time-holder.char-count-2, #SideNav .side-nav-bt.time:hover .time-holder.char-count-3, #SideNav .side-nav-bt.time:hover .calendar-32:after {
            text-decoration: none !important;
        }

#SideNav .side-nav-bt .calendar-32:after {
    cursor: text;
}

.text-off-screen {
    text-indent: -99999px;
}

.sub-header {
    margin-top: 15px;
}

section.dialog {
    height: 0;
    width: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: all 0.5s;
    display: none;
    -moz-animation: fadeEffect 0.5s;
    -webkit-animation: fadeEffect 0.5s;
    animation: fadeEffect 0.5s;
}

    section.dialog.active {
        pointer-events: all;
        display: block;
        width: 100%;
        height: 100%;
    }

        section.dialog.active:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgb(40, 40, 40);
            z-index: 1;
            opacity: 0.5;
        }

    section.dialog.privacy-policy-dialog.active:after {
        background-color: rgb(248, 248, 248);
        z-index: 1;
        opacity: 0.975;
    }

    section.dialog .content {
        float: left;
        width: 90%;
        height: auto;
        max-height: 90%;
        max-width: 900px;
        border: 1px solid rgb(221, 221, 221);
        border-radius: 10px;
        background-color: rgb(255, 255, 255);
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        position: relative;
        padding: 25px;
        -webkit-box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
        -moz-box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
        box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
        z-index: 2;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    section.dialog.has-actions .content {
        padding: 0;
    }

    section.dialog .content.has-small-width {
        max-width: 600px;
    }

    section.dialog .content main {
        width: 100%;
        position: static;
        top: 0;
        float: left;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        overflow: auto;
        padding:0;
    }

    section.dialog.has-actions .content main {
        border-radius: inherit;
    }

    section.dialog ul,
    section.dialog ol {
        padding-left: 30px;
        padding-bottom: 10px;
    }

    section.dialog.privacy-policy-dialog .content > button.close + div
    {
        overflow:auto;
    }

.link {
    cursor: pointer;
    text-decoration: none;
}

a.link {
    color: #0A5494;
    font-weight: bold;
}

button.close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: rgba(40, 40, 40, 0.85);
    border: 1px solid rgb(255, 255, 255);
    position: absolute;
    top: -20px;
    right: -20px;
    padding: 10px;
    z-index: 3;
}

svg.base-icon {
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    fill: rgb(40, 40, 40);
}

button.close svg {
    width: 100%;
    height: 100%;
    fill: rgb(255, 255, 255);
}

section {
    width: 100%;
    position: relative;
}

    section.dialog.has-actions .content section.application-content {
        float: left;
        padding: 25px;
    }

    section.dialog h1 {
        text-transform: none;
        color: inherit;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgb(117, 117, 117);
        font-weight: 400;
        text-align: center;
    }

.safer-jobs-logo {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    height: 150px;
    background-image: url(../img/misc/safer-jobs-logo.jpg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

section.actions {
    float: left;
    background-color: rgb(238, 238, 238);
    padding: 10px 20px;
    border-top: 1px solid rgb(221, 221, 221);
    text-align: right;
}

section.dialog.has-actions section.actions {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

section.dialog.safer-jobs .application-content a.link {
    color: #0B5699;
    font-weight: 500;
}

section.actions .ntx-action-button:last-of-type {
    margin-right: 0;
}

section.actions .ntx-action-button:first-of-type {
    margin-left: 0;
}

article.job-result section.actions .ntx-action-button, .dialog section.actions .ntx-action-button {
    float: none;
}

section.actions .ntx-action-button {
    margin: 0 5px;
    display: inline-table;
    float: left;
}

.ntx-action-button[disabled="disabled"]:hover {
    text-decoration: none;
}

.ntx-action-button.primary {
    background-color: rgb(77, 171, 13);
    color: #ffffff;
}

    .ntx-action-button.primary:hover {
        background-color: rgba(77, 171, 13, 0.75);
    }

.ntx-action-button[disabled="disabled"].primary {
    background-color: rgba(77, 171, 13, 0.55);
    color: #ffffff;
}

    .ntx-action-button[disabled="disabled"].primary:hover {
        background-color: rgba(77, 171, 13, 0.55);
        text-decoration: none;
    }

.ntx-action-button.secondary {
    background-color: rgb(67, 133, 245);
    color: #ffffff;
}

    .ntx-action-button.secondary:hover {
        background-color: rgba(67, 133, 245, 0.75);
    }

.ntx-action-button[disabled="disabled"].secondary {
    background-color: rgba(67, 133, 245, 0.55);
    color: #ffffff;
}

    .ntx-action-button[disabled="disabled"].secondary:hover {
        background-color: rgba(67, 133, 245, 0.55);
        text-decoration: none;
    }

.ntx-action-button.tertiary {
    background-color: rgb(230, 73, 73);
    color: #ffffff;
}

    .ntx-action-button.tertiary:hover {
        background-color: rgba(230, 73, 73, 0.75);
    }

.ntx-action-button[disabled="disabled"].tertiary {
    background-color: rgba(230, 73, 73, 0.55);
    color: #ffffff;
}

    .ntx-action-button[disabled="disabled"].tertiary:hover {
        background-color: rgba(230, 73, 73, 0.55);
        text-decoration: none;
    }

.ntx-action-button.disabled, .ntx-action-button[disabled="disabled"] {
    cursor: not-allowed;
    user-select: none;
    opacity: 1; /*need this to beat apoint stylesheet*/
}

    .ntx-action-button.disabled:hover, .ntx-action-button[disabled="disabled"]:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.ntx-ripple {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 1;
}

.ntx-action-button {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgb(255, 255, 255);
    color: rgb(40, 40, 40);
}


.submitAndReviewSection {
    padding: 50px;
    margin: 20px 0;
    border: 1px solid rgba(221, 221, 221, 1);
}

.submitAndReviewSection h2 {
    padding-bottom:0;
}

.submitAndReviewSection .question {
    padding: 30px 0 0;
    margin: 0;
}

.submitAndReviewSection .question p.bold {
    font-weight:bold;
}

.submitAndReviewSection .info-block {
    margin: 20px 0 0;
}

.submitAndReviewSection .section-title { 
    padding:30px 0 0;
}

.submitAndReviewSection button.ntx-button {
    margin-top:30px; 
}

.submitAndReviewSection .reference-info {
    padding-top:10px;    
}

.submitAndReviewSection .reference-info .references {
    padding-top: 10px;
}

    /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/
    /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/
    .text-align-center {
        text-align: center;
    }

textarea {
    font-family: Roboto, sans-serif;
}

.top-section {
    float: left;
    width: 100%;
}

.testimonial-browser {
    text-align: left;
    width: 700px;
    height: 436px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #dddddd;
    margin: 0 auto;
}

    .testimonial-browser .top-bar {
        border-radius: 5px 5px 0 0;
        border-top: thin solid rgb(234, 234, 233);
        border-bottom: thin solid rgb(223, 223, 222);
        background: rgb(94, 94, 94);
        float: left;
        width: 100%;
    }

    .testimonial-browser .circles {
        padding: 10px 15px;
    }

    .testimonial-browser .circle {
        height: 8px;
        width: 8px;
        display: inline-block;
        border-radius: 50%;
        background-color: rgb(255, 255, 255);
        margin-right: 10px;
    }

        .testimonial-browser .circle:last-of-type {
            margin-right: 0px;
        }

        .testimonial-browser .circle.red {
            background-color: rgb(255, 0, 0);
        }

        .testimonial-browser .circle.green {
            background-color: rgb(76, 171, 12);
        }

        .testimonial-browser .circle.yellow {
            background-color: rgb(255, 167, 109);
        }

    .testimonial-browser .content {
        margin: 0;
        width: 100%;
        height: -moz-calc(100% - 41px) !important;
        height: -webkit-calc(100% - 41px) !important;
        height: -o-calc(100% - 41px) !important;
        height: calc(100% - 41px) !important;
        display: inline-block;
        border-radius: 0 0 5px 5px;
        background-color: rgb(250, 250, 250);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% top;
    }

        .testimonial-browser .content.argos {
            background-image: url(../img/our-clients/WellKnownBrands/Argos/argos-website.jpg);
        }

        .testimonial-browser .content.thorntons {
            background-image: url(../img/our-clients/WellKnownBrands/Thorntons/thorntons-website.jpg);
        }

        .testimonial-browser .content.hobbycraft {
            background-image: url(../img/our-clients/WellKnownBrands/Hobbycraft/hobbycraft-website.jpg);
        }

        .testimonial-browser .content.wilko {
            background-image: url(../img/our-clients/WellKnownBrands/Wilko/wilko-website.jpg);
        }

        .testimonial-browser .content.maplin {
            background-image: url(../img/our-clients/WellKnownBrands/Maplin/maplin-website.jpg);
        }

        .testimonial-browser .content.laterooms {
            background-image: url(../img/our-clients/WellKnownBrands/Laterooms/laterooms-website.jpg);
        }

        .testimonial-browser .content.stonegate {
            background-image: url(../img/our-clients/Commercial/Stonegate/stonegate-website.jpg);
        }

        .testimonial-browser .content.london-city-airport {
            background-image: url(../img/our-clients/Commercial/london-city-airport/london-city-airport-website.jpg);
        }

        .testimonial-browser .content.domestic-and-general {
            background-image: url(../img/our-clients/Commercial/Domestic-and-General/domestic-and-general-website.jpg);
        }

        .testimonial-browser .content.vitality {
            background-image: url(../img/our-clients/Commercial/Vitality/vitality-website.jpg);
        }

        .testimonial-browser .content.tlt {
            background-image: url(../img/our-clients/Commercial/Tlt/tlt-website.jpg);
        }

        .testimonial-browser .content.wolters-kluwer {
            background-image: url(../img/our-clients/Commercial/Wolters-Kluwer/wolters-kluwer-website.jpg);
        }

        .testimonial-browser .content.mitsubishi-hitachi {
            background-image: url(../img/our-clients/Manufacturing/Mitsubishi-Hitachi/mitsubishi-hitachi-website.jpg);
        }

        .testimonial-browser .content.tulip {
            background-image: url(../img/our-clients/Manufacturing/Tulip/tulip-website.jpg);
        }

        .testimonial-browser .content.doosan {
            background-image: url(../img/our-clients/Manufacturing/Doosan/doosan-website.jpg);
        }

        .testimonial-browser .content.lucite-international {
            background-image: url(../img/our-clients/Manufacturing/Lucite-International/lucite-international-website.jpg);
        }

        .testimonial-browser .content.yeo-valley {
            background-image: url(../img/our-clients/Manufacturing/Yeo-Valley/yeo-valley-website.jpg);
        }

        .testimonial-browser .content.tata-steel {
            background-image: url(../img/our-clients/Manufacturing/Tata-Steel/tata-steel-website.jpg);
        }

        .testimonial-browser .content.aster {
            background-image: url(../img/our-clients/Housing/Aster/aster-website.jpg);
        }

        .testimonial-browser .content.yorkshire-housing {
            background-image: url(../img/our-clients/Housing/Yorkshire-Housing/yorkshire-housing-website.jpg);
        }

        .testimonial-browser .content.paradigm {
            background-image: url(../img/our-clients/Housing/Paradigm/paradigm-website.jpg);
        }

        .testimonial-browser .content.knightstone {
            background-image: url(../img/our-clients/Housing/Knightstone/knightstone-website.jpg);
        }

        .testimonial-browser .content.places-for-people {
            background-image: url(../img/our-clients/Housing/Places-for-People/places-for-people-website.jpg);
        }

        .testimonial-browser .content.orbit {
            background-image: url(../img/our-clients/Housing/Orbit/orbit-website.jpg);
        }

        .testimonial-browser .content.waterloo-housing {
            background-image: url(../img/our-clients/Housing/Waterloo-Housing/waterloo-housing-website.jpg);
        }

        .testimonial-browser .content.curo-group {
            background-image: url(../img/our-clients/Housing/Curo-Group/curo-website.jpg);
        }

        .testimonial-browser .content.grand-union {
            background-image: url(../img/our-clients/Housing/Grand-Union/grand-union-website.jpg);
        }

        .testimonial-browser .content.watford {
            background-image: url(../img/our-clients/Housing/Watford/watford-website.jpg);
        }

        .testimonial-browser .content.north-hertfordshire {
            background-image: url(../img/our-clients/Housing/North-Hertfordshire/north-hertfordshire-website.jpg);
        }

        .testimonial-browser .content.gateway-housing {
            background-image: url(../img/our-clients/Housing/Gateway-Housing/gateway-housing-website.jpg);
        }

        .testimonial-browser .content.pdsa {
            background-image: url(../img/our-clients/Charities/Pdsa/pdsa-website.jpg);
        }

        .testimonial-browser .content.fitzroy {
            background-image: url(../img/our-clients/Charities/Fitzroy/fitzroy-website.jpg);
        }

        .testimonial-browser .content.rethink {
            background-image: url(../img/our-clients/Charities/Rethink/rethink-website.jpg);
        }

        .testimonial-browser .content.macintyre {
            background-image: url(../img/our-clients/Charities/Macintyre/macintyre-website.jpg);
        }

        .testimonial-browser .content.hestia {
            background-image: url(../img/our-clients/Charities/Hestia/hestia-website.jpg);
        }

        .testimonial-browser .content.cornwall-hospice-care {
            background-image: url(../img/our-clients/Charities/Cornwall-Hospice-Care/cornwall-hospice-care-website.jpg);
        }

        .testimonial-browser .content.ncg {
            background-image: url(../img/our-clients/Education/Ncg/ncg-website.jpg);
        }

        .testimonial-browser .content.cornwall-college {
            background-image: url(../img/our-clients/Education/Cornwall-College/cornwall-college-website.jpg);
        }

        .testimonial-browser .content.wiltshire-college {
            background-image: url(../img/our-clients/Education/Wiltshire-College/wiltshire-college-website.jpg);
        }

        .testimonial-browser .content.united-learning {
            background-image: url(../img/our-clients/Education/United-Learning/united-learning-website.jpg);
        }

        .testimonial-browser .content.future-schools-trust {
            background-image: url(../img/our-clients/Education/Future-Schools-Trust/future-schools-trust-website.jpg);
        }

        .testimonial-browser .content.whitgift-foundation {
            background-image: url(../img/our-clients/Education/Whitgift-Foundation/whitgift-foundation-website.jpg);
        }

        .testimonial-browser .content.mole-valley-farmers {
            background-image: url(../img/our-clients/Retail/Mole-Valley-Farmers/mole-valley-farmers-website.jpg);
        }

        .testimonial-browser .content.evans-cycles {
            background-image: url(../img/our-clients/Retail/Evans-Cycles/evans-cycles-website.jpg);
        }

        .testimonial-browser .content.one-stop {
            background-image: url(../img/our-clients/Retail/One-Stop/one-stop-website.jpg);
        }

        .testimonial-browser .content.home-retail-group {
            background-image: url(../img/our-clients/Retail/Home-Retail-Group/home-retail-group-website.jpg);
        }

        .testimonial-browser .content.homebase {
            background-image: url(../img/our-clients/Retail/Homebase/homebase-website.jpg);
        }

.testimonial-advert-container {
    width: 400px;
    height: 600px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.52);
    -moz-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.52);
    box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.52);
    padding: 20px;
}

.testimonial-advert {
    width: 100%;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

    .testimonial-advert.argos {
        background-image: url(../img/our-clients/WellKnownBrands/Argos/argos-advert.jpg);
    }

    .testimonial-advert.thorntons {
        background-image: url(../img/our-clients/WellKnownBrands/Thorntons/thorntons-advert.jpg);
    }

    .testimonial-advert.hobbycraft {
        background-image: url(../img/our-clients/WellKnownBrands/Hobbycraft/hobbycraft-advert.jpg);
    }

    .testimonial-advert.wilko {
        background-image: url(../img/our-clients/WellKnownBrands/Wilko/wilko-advert.jpg);
    }

    .testimonial-advert.maplin {
        background-image: url(../img/our-clients/WellKnownBrands/Maplin/maplin-advert.jpg);
    }

    .testimonial-advert.laterooms {
        background-image: url(../img/our-clients/WellKnownBrands/Laterooms/laterooms-advert.jpg);
    }

    .testimonial-advert.london-city-airport {
        background-image: url(../img/our-clients/Commercial/london-city-airport/london-city-airport-advert.jpg);
    }

    .testimonial-advert.stonegate {
        background-image: url(../img/our-clients/Commercial/Stonegate/stonegate-advert.jpg);
    }

    .testimonial-advert.domestic-and-general {
        background-image: url(../img/our-clients/Commercial/Domestic-and-General/domestic-and-general-advert.jpg);
    }

    .testimonial-advert.vitality {
        background-image: url(../img/our-clients/Commercial/Vitality/vitality-advert.jpg);
    }

    .testimonial-advert.tlt {
        background-image: url(../img/our-clients/Commercial/Tlt/tlt-advert.jpg);
    }

    .testimonial-advert.wolters-kluwer {
        background-image: url(../img/our-clients/Commercial/Wolters-Kluwer/wolters-kluwer-advert.jpg);
    }

    .testimonial-advert.mitsubishi-hitachi {
        background-image: url(../img/our-clients/Manufacturing/Mitsubishi-Hitachi/mitsubishi-hitachi-advert.jpg);
    }

    .testimonial-advert.tulip {
        background-image: url(../img/our-clients/Manufacturing/Tulip/tulip-advert.jpg);
    }

    .testimonial-advert.doosan {
        background-image: url(../img/our-clients/Manufacturing/Doosan/doosan-advert.jpg);
    }

    .testimonial-advert.lucite-international {
        background-image: url(../img/our-clients/Manufacturing/Lucite-International/lucite-international-advert.jpg);
    }

    .testimonial-advert.yeo-valley {
        background-image: url(../img/our-clients/Manufacturing/Yeo-Valley/yeo-valley-advert.jpg);
    }

    .testimonial-advert.tata-steel {
        background-image: url(../img/our-clients/Manufacturing/Tata-Steel/tata-steel-advert.jpg);
    }

    .testimonial-advert.aster {
        background-image: url(../img/our-clients/Housing/Aster/aster-advert.jpg);
    }

    .testimonial-advert.yorkshire-housing {
        background-image: url(../img/our-clients/Housing/Yorkshire-Housing/yorkshire-housing-advert.jpg);
    }

    .testimonial-advert.paradigm {
        background-image: url(../img/our-clients/Housing/Paradigm/paradigm-advert.jpg);
    }

    .testimonial-advert.knightstone {
        background-image: url(../img/our-clients/Housing/Knightstone/knightstone-advert.jpg);
    }

    .testimonial-advert.places-for-people {
        background-image: url(../img/our-clients/Housing/Places-for-People/places-for-people-advert.jpg);
    }

    .testimonial-advert.orbit {
        background-image: url(../img/our-clients/Housing/Orbit/orbit-advert.jpg);
    }

    .testimonial-advert.waterloo-housing {
        background-image: url(../img/our-clients/Housing/Waterloo-Housing/waterloo-housing-advert.jpg);
    }

    .testimonial-advert.curo-group {
        background-image: url(../img/our-clients/Housing/Curo-Group/curo-advert.jpg);
    }

    .testimonial-advert.grand-union {
        background-image: url(../img/our-clients/Housing/Grand-Union/grand-union-advert.jpg);
    }

    .testimonial-advert.watford {
        background-image: url(../img/our-clients/Housing/watford/watford-advert.jpg);
    }

    .testimonial-advert.north-hertfordshire {
        background-image: url(../img/our-clients/Housing/North-Hertfordshire/north-hertfordshire-advert.jpg);
    }

    .testimonial-advert.gateway-housing {
        background-image: url(../img/our-clients/Housing/Gateway-Housing/gateway-housing-advert.jpg);
    }

    .testimonial-advert.pdsa {
        background-image: url(../img/our-clients/Charities/Pdsa/pdsa-advert.jpg);
    }

    .testimonial-advert.fitzroy {
        background-image: url(../img/our-clients/Charities/Fitzroy/fitzroy-advert.jpg);
    }

    .testimonial-advert.rethink {
        background-image: url(../img/our-clients/Charities/Rethink/rethink-advert.jpg);
    }

    .testimonial-advert.macintyre {
        background-image: url(../img/our-clients/Charities/Macintyre/macintyre-advert.jpg);
    }

    .testimonial-advert.hestia {
        background-image: url(../img/our-clients/Charities/Hestia/hestia-advert.jpg);
    }

    .testimonial-advert.cornwall-hospice-care {
        background-image: url(../img/our-clients/Charities/Cornwall-Hospice-Care/cornwall-hospice-care-advert.jpg);
    }

    .testimonial-advert.ncg {
        background-image: url(../img/our-clients/Education/Ncg/ncg-advert.jpg);
    }

    .testimonial-advert.cornwall-college {
        background-image: url(../img/our-clients/Education/Cornwall-College/cornwall-college-advert.jpg);
    }

    .testimonial-advert.wiltshire-college {
        background-image: url(../img/our-clients/Education/Wiltshire-College/wiltshire-college-advert.jpg);
    }

    .testimonial-advert.united-learning {
        background-image: url(../img/our-clients/Education/United-Learning/united-learning-advert.jpg);
    }

    .testimonial-advert.future-schools-trust {
        background-image: url(../img/our-clients/Education/Future-Schools-Trust/future-schools-trust-advert.jpg);
    }

    .testimonial-advert.whitgift-foundation {
        background-image: url(../img/our-clients/Education/Whitgift-Foundation/whitgift-foundation-advert.jpg);
    }

    .testimonial-advert.mole-valley-farmers {
        background-image: url(../img/our-clients/Retail/Mole-Valley-Farmers/mole-valley-farmers-advert.jpg);
    }

    .testimonial-advert.evans-cycles {
        background-image: url(../img/our-clients/Retail/Evans-Cycles/evans-cycles-advert.jpg);
    }

    .testimonial-advert.one-stop {
        background-image: url(../img/our-clients/Retail/One-Stop/one-stop-advert.jpg);
    }

    .testimonial-advert.home-retail-group {
        background-image: url(../img/our-clients/Retail/Home-Retail-Group/home-retail-group-advert.jpg);
    }

    .testimonial-advert.homebase {
        background-image: url(../img/our-clients/Retail/Homebase/homebase-advert.jpg);
    }

/*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/




/*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/

.user-navigation, .recruiter-navigation-bar {
    float: left;
    width: 100%;
    background-color: rgb(236, 236, 236);
    padding: 20px 30px;
    z-index: 4;
    position: relative;
    height: 60px;
    top: 0px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    border-top: 1px solid rgba(221, 221, 221, 1);
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

    .user-navigation.top {
        top: 76px;
        position: fixed;
        border-bottom: 1px solid rgba(221, 221, 221, 1);
        border-top: none;
    }

.user-icon {
    width: 125px;
    height: 125px;
    border-radius: 5px;
    background-color: rgba(245, 248, 250, 1);
    background-image: url(../img/icons/5e5e5e/blank-user.svg);
    box-shadow: rgba(0,0,0,0.05) 2px 0px 11px;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    bottom: -30px;
    border: 3px solid rgba(255, 255, 255, 1);
    float: left;
    background-repeat: no-repeat;
    right: 0;
    cursor: default;
}

.user-icon-settings-container {
    padding: 5px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 5px 0px 0px;
    cursor: pointer;
    width: 125px;
    height: 125px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-image: none;
}

.user-icon-settings {
    background-image: url(../img/icons/5e5e5e/edit-icon.svg);
    border: 2px solid rgba(94, 94, 94, 1);
    content: "";
    display: block;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: 0px 0px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 0px;
    height: 0px;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    opacity: 0;
}

.your-profile-section .user-icon {
    position: relative;
    border: 1px solid rgb(221, 221, 221);
}

.user-icon:hover .user-icon-settings-container, .user-icon:focus .user-icon-settings-container {
    background-color: rgba(255, 255, 255, 0.75);
}

    .user-icon:hover .user-icon-settings-container .user-icon-settings, .user-icon:focus .user-icon-settings-container .user-icon-settings {
        opacity: 1;
        width: 60px;
        height: 60px;
        background-size: 30px 30px;
    }


.user-icon.user-icon-small {
    width: 50px;
    height: 50px;
    top: -5px;
    right: 0px;
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    cursor: default;
}

.user-navigation.stuck .user-icon.user-icon-small {
    opacity: 1;
    visibility: visible;
    top: 5px;
}

.user-navigation.top .user-icon.user-icon-normal {
    display: none;
}

.user-navigation.stuck {
    position: fixed;
    top: 130px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.user-navigation.recruiter-navigation-bar.stuck {
    top: 76px;
    border-top: none;
    height: 59px;
}

.user-navigation .container {
    position: relative;
    top: 0;
}

.user-name {
    float: left;
    text-align: right;
    font-weight: 700;
    color: rgba(40, 40, 40, 1);
    margin-right: 25px;
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: -o-calc(100% - 150px);
    width: calc(100% - 150px);
    position: relative;
    right: 0;
}

.user-navigation.stuck .user-name, .user-navigation.top .user-name {
    right: -70px;
}

.user-navigation.stuck .user-icon {
    opacity: 0;
    visibility: hidden;
    bottom: 70px;
    right: 0;
    float: right;
}

    .user-navigation.stuck .user-icon.user-icon-small, .user-navigation.top .user-icon.user-icon-small {
        opacity: 1;
        visibility: visible;
        top: -5px;
        right: 0;
        z-index: 1;
    }

.user-name span {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
}

.user-details {
    float: left;
    width: 40%;
    padding: 10px 0;
}

.user-account-buttons-container {
    float: left;
    width: 60%;
}

    .user-account-buttons-container .ntx-button:last-of-type {
        margin-right: 0;
    }

    .user-account-buttons-container .ntx-button.user-account-button {
        color: #ffffff !important;
    }

.ui-widget {
    font-family: Roboto, sans-serif !important;
}

.ui-autocomplete {
    display: none;
    position: absolute;
    list-style-type: none;
    width: 100% !important;
    height: 300px;
    overflow: auto;
    word-break: break-word;
    white-space: normal;
    background: #ffffff !important;
    border: 2px solid #dddddd !important;
    padding: 15px;
}

    .ui-autocomplete:before {
        content: "suggested locations...";
        font-size: 19px;
        color: #7a7a7a;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #dddddd;
        margin-bottom: 10px !important;
        clear: both;
        display: block;
    }

    .ui-autocomplete li {
        cursor: pointer !important;
        padding: 5px !important;
        margin: 0 !important;
        border: 1px solid #ffffff !important;
    }

        .ui-autocomplete li .ui-state-focus, .ui-autocomplete li a {
            background: #ffffff !important;
            color: #000000;
            font-weight: normal;
        }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #f8f8f8 !important;
    border: 1px solid #dddddd !important;
    color: #282828 !important;
    font-weight: normal !important;
}

ul.navigation li ul {
    display: none;
    position: absolute;
    top: 47px;
    z-index: -1;
    float: left;
    width: 250px;
    left: 0px;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-top: none;
    cursor: default;
}

ul.navigation li:hover ul {
    display: block;
}

ul.navigation li ul li {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    border: 2px solid rgb(255, 255, 255);
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

    ul.navigation li ul li:last-of-type {
        margin-bottom: 0;
    }

    ul.navigation li ul li a {
        padding: 10px 20px;
    }

.ui-widget-overlay {
    background-color: rgba(45, 45, 45, 0.75) !important;
    background-image: none !important;
}

.user-icon.Name-A {
    background-image: url(../img/icons/Name-Icons/Name-A-Icon.svg);
}

.user-icon.Name-B {
    background-image: url(../img/icons/Name-Icons/Name-B-Icon.svg);
}

.user-icon.Name-C {
    background-image: url(../img/icons/Name-Icons/Name-C-Icon.svg);
}

.user-icon.Name-D {
    background-image: url(../img/icons/Name-Icons/Name-D-Icon.svg);
}

.user-icon.Name-E {
    background-image: url(../img/icons/Name-Icons/Name-E-Icon.svg);
}

.user-icon.Name-F {
    background-image: url(../img/icons/Name-Icons/Name-F-Icon.svg);
}

.user-icon.Name-G {
    background-image: url(../img/icons/Name-Icons/Name-G-Icon.svg);
}

.user-icon.Name-H {
    background-image: url(../img/icons/Name-Icons/Name-H-Icon.svg);
}

.user-icon.Name-I {
    background-image: url(../img/icons/Name-Icons/Name-I-Icon.svg);
}

.user-icon.Name-J {
    background-image: url(../img/icons/Name-Icons/Name-J-Icon.svg);
}

.user-icon.Name-K {
    background-image: url(../img/icons/Name-Icons/Name-K-Icon.svg);
}

.user-icon.Name-L {
    background-image: url(../img/icons/Name-Icons/Name-L-Icon.svg);
}

.user-icon.Name-M {
    background-image: url(../img/icons/Name-Icons/Name-M-Icon.svg);
}

.user-icon.Name-N {
    background-image: url(../img/icons/Name-Icons/Name-N-Icon.svg);
}

.user-icon.Name-O {
    background-image: url(../img/icons/Name-Icons/Name-O-Icon.svg);
}

.user-icon.Name-P {
    background-image: url(../img/icons/Name-Icons/Name-P-Icon.svg);
}

.user-icon.Name-Q {
    background-image: url(../img/icons/Name-Icons/Name-Q-Icon.svg);
}

.user-icon.Name-R {
    background-image: url(../img/icons/Name-Icons/Name-R-Icon.svg);
}

.user-icon.Name-S {
    background-image: url(../img/icons/Name-Icons/Name-S-Icon.svg);
}

.user-icon.Name-T {
    background-image: url(../img/icons/Name-Icons/Name-T-Icon.svg);
}

.user-icon.Name-U {
    background-image: url(../img/icons/Name-Icons/Name-U-Icon.svg);
}

.user-icon.Name-V {
    background-image: url(../img/icons/Name-Icons/Name-V-Icon.svg);
}

.user-icon.Name-W {
    background-image: url(../img/icons/Name-Icons/Name-W-Icon.svg);
}

.user-icon.Name-X {
    background-image: url(../img/icons/Name-Icons/Name-X-Icon.svg);
}

.user-icon.Name-Y {
    background-image: url(../img/icons/Name-Icons/Name-Y-Icon.svg);
}

.user-icon.Name-Z {
    background-image: url(../img/icons/Name-Icons/Name-Z-Icon.svg);
}

/*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/





/*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/

.verification-overlay, .login-overlay, .social-media-privacy-login-overlay, .profile-introduction {
    background-color: rgba(45, 45, 45, 0.75);
}

    .verification-overlay .ntx-button.primary-green {
        float: left;
    }

#ViewProfileWizard {
    float: left;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0px;
    background: rgba(45, 45, 45, 0.75);
    z-index: 10;
    width: 100%;
}

    #ViewProfileWizard .pop-up-wrapper {
        width: 1200px;
        margin: 0 auto;
        background-color: rgb(255, 255, 255);
        border-radius: 0px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
        -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
        box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
        border: 1px solid #dddddd;
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
        top: 50px;
        height: -moz-calc(100% - 100px) !important;
        height: -webkit-calc(100% - 100px) !important;
        height: -o-calc(100% - 100px) !important;
        height: calc(100% - 100px) !important;
    }

        #ViewProfileWizard .pop-up-wrapper #NTXAppFormNav {
            width: 100%;
            height: 100%;
        }

    #ViewProfileWizard .h6 {
        text-align: left;
        padding-bottom: 10px;
        border-bottom: 1px solid rgb(221, 221, 221);
    }

.verification-container {
    float: left;
    width: 100%;
    display: flex;
    background-color: rgba(255, 255, 255, 1);
    height: 400px;
    position: relative;
    top: 50%;
    padding: 0px;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    box-sizing: unset;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

    .verification-container .h3 {
        text-align: left;
    }

    .verification-container input {
        border: 1px solid rgba(221, 221, 221, 1);
        padding: 10px;
        width: 100%;
        font-weight: 600;
        margin: 20px 0;
    }


.verification-left {
    float: left;
    width: 50%;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
}

.verification-left-overlay {
    background-color: rgba(255, 136, 57, 0.75);
    float: left;
    width: 50%;
    height: 400px;
    position: absolute;
    z-index: 1;
}

.verification-left-image {
    background-image: url(../img/hero-images/recruiter/macbook-verification-image.jpg);
    float: left;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 50%;
    height: auto;
    min-height: 400px;
}

.verification-right {
    float: right;
    width: 50%;
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 30px;
}

    .verification-right .container {
        width: 540px;
        float: left;
    }

    .verification-right .ntx-button {
        margin-right: 15px;
        color: #ffffff !important;
    }

.verification-overlay p span {
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
}

#ViewProfileWizard .candidate-dialog-actions .ntx-button.ntx-button-arrow-right, #ViewProfileWizard .candidate-dialog-actions .ntx-button.ntx-button-arrow-left, .popup-page .ntx-button.ntx-button-arrow-left, .popup-page .ntx-button.ntx-button-arrow-right {
    background-size: 10px;
}

#ViewProfileWizard .checkbox-container label.checkbox input[type=checkbox] {
    display: none;
}

#ViewProfileWizard hr {
    border-top: 1px solid #dddddd;
}

#ViewProfileWizard td.padding-right img {
    width: 30px;
    height: 30px;
    float: left;
}

#ViewProfileWizard .ntx-button.job-alerts-button {
    padding-left: 50px;
}

#ViewProfileWizard .container {
    top: 50px;
    height: -moz-calc(100% - 100px) !important;
    height: -webkit-calc(100% - 100px) !important;
    height: -o-calc(100% - 100px) !important;
    height: calc(100% - 100px) !important;
}

#ViewProfileWizard .profile-pointers.profile-pointers-1 {
    top: 10px;
    bottom: auto;
    left: 310px;
}

    #ViewProfileWizard .profile-pointers.profile-pointers-1:before {
        left: -37px;
        top: 25px;
        border: 18px solid;
        border-color: rgba(0, 0, 0, 0) rgb(221, 221, 221) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    #ViewProfileWizard .profile-pointers.profile-pointers-1:after {
        left: -30px;
        top: 28px;
        border: 15px solid;
        border-color: rgba(0, 0, 0, 0) rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

.view-next-section-container .ntx-button {
    text-align: center;
    float: none;
    margin: 0 auto;
    width: 80%;
}

#ViewAdvert .AdvertParentContainer {
    margin: 0 auto;
}

#ViewAdvert .job-a-actions-container {
    float: left;
    width: 100%;
}

/*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/





/*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/

.width-auto {
    width: auto !important;
}

.wide {
    float: left;
    width: 100%;
    height: 270px;
}

    .wide .further-jobs-container {
        float: left;
        width: 100%;
        height: 270px;
    }

.work-for-us-jobs-container {
    margin: 0 auto;
    width: 100%;
    margin-top: 50px;
}

.wiltshire-college-header-image {
    background-image: url(../img/our-clients/Education/wiltshire-college/wiltshire-college-header.jpg);
}

/*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/





/*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/



/*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/





/*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/

.your-profile-section.reference:nth-of-type(1) {
    padding-top: 20px;
    border-top: 1px solid #dddddd;
    margin-top: 20px;
}

.your-profile-section:nth-last-of-type(1) {
    padding-top: 0;
}

.your-profile-action-buttons-section.references .ntx-button.ntx-button-left {
    float: left;
}

.your-profile-section {
    padding: 10px 0;
    width: 100%;
    margin-bottom: 20px;
}

    .your-profile-section#divSelectedReferences {
        margin-bottom: 0;
    }

        .your-profile-section#divSelectedReferences h2.h3 {
            text-align: left;
        }

    .your-profile-section .job-details span {
        font-weight: 700;
    }

.your-profile-is-incomplete-container td:first-of-type {
    width: 125px;
    vertical-align: top;
}

.your-profile-is-incomplete-container td:nth-of-type(2) {
    width: -moz-calc(100% - 125px) !important;
    width: -webkit-calc(100% - 125px) !important;
    width: -o-calc(100% - 125px) !important;
    width: calc(100% - 125px) !important;
}

.your-profile-is-incomplete-container ol, .your-profile-is-incomplete-container ul {
    padding: 20px;
    font-weight: 500;
}

    .your-profile-is-incomplete-container ol li, .your-profile-is-incomplete-container ul li {
        padding-bottom: 20px;
    }

.your-profile-section .h6 {
    text-align: left;
    margin-bottom: 0;
}

.your-profile-section .title {
    /*color: rgb(12, 98, 171);*/
    font-weight: bold;
}

.your-profile-section .details {
    float: left;
    padding-left: 10px;
}

.your-profile-section .incomplete {
    font-weight: bold;
    color: #4F5A65;
}

.your-profile-title-section {
    width: 20%;
}

    .your-profile-title-section.references {
        width: 65%;
    }

.reference-info .your-profile-title-section.references {
    width: 65%;
}

.reference-info .your-profile-action-buttons-section.references {
    width: 35%;
    position: relative;
    z-index: 1;
}

    .reference-info .your-profile-action-buttons-section.references .ntx-button {
        padding-right: 12.5px !important;
    }


.your-profile-title-section.references .your-profile-action-buttons-section.references .ntx-button:last-of-type {
    margin-left: 10px;
}

.your-profile-action-buttons-section.references .ntx-button:first-of-type {
    margin-left: 0px;
}

.your-profile-action-buttons-section.references .ntx-button {
    margin: 0px 0px 20px 10px;
}

.your-profile-title-section.references h5 {
    margin-bottom: 0;
}

.your-profile-action-buttons-section {
    width: 80%;
}

    .your-profile-action-buttons-section.references {
        width: 100%;
    }

.your-profile-header {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
}

.your-profile-action-buttons-section .ntx-button {
    margin: 0px 0px 10px 10px;
}

.your-profile-action-buttons-section .ntx-button {
    padding: 10px 12.5px 10px 45px;
}

.populated-from-cv {
    background-image: url(../img/icons-32/282828/cvs-icon.png);
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/





/*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/



/*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/






.mdl-spinner {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
}

    .mdl-spinner:not(.is-upgraded).is-active:after {
        content: "Loading...";
    }

    .mdl-spinner.is-upgraded.is-active {
        -moz-animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
        -webkit-animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
        animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
    }


@-moz-keyframes mdl-spinner__container-rotate {
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-webkit-keyframes mdl-spinner__container-rotate {
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@keyframes mdl-spinner__container-rotate {

    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}


.mdl-spinner__layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mdl-spinner__layer-1 {
    border-color: #42a5f5;
}

.mdl-spinner--single-color .mdl-spinner__layer-1, .mdl-spinner--single-color .mdl-spinner__layer-2, .mdl-spinner--single-color .mdl-spinner__layer-3, .mdl-spinner--single-color .mdl-spinner__layer-4 {
    border-color: rgb(63,81,181);
}

.mdl-spinner.is-active .mdl-spinner__layer-1 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-2 {
    border-color: #f44336;
}

.mdl-spinner.is-active .mdl-spinner__layer-2 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-3 {
    border-color: #fdd835;
}

.mdl-spinner.is-active .mdl-spinner__layer-3 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-4 {
    border-color: #4caf50;
}

.mdl-spinner.is-active .mdl-spinner__layer-4 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}


/*--------*/

@-moz-keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -o-transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -o-transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -o-transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -o-transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
    }
}

@-webkit-keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -o-transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -o-transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -o-transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -o-transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
    }
}

@keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -o-transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -o-transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -o-transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -o-transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-1-fade-in-out {
    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

@-webkit-keyframes mdl-spinner__layer-1-fade-in-out {
    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

@keyframes mdl-spinner__layer-1-fade-in-out {

    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-2-fade-in-out {
    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-2-fade-in-out {
    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-2-fade-in-out {

    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-3-fade-in-out {
    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-3-fade-in-out {
    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-3-fade-in-out {

    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-4-fade-in-out {
    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-4-fade-in-out {
    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-4-fade-in-out {

    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

/*--------*/



.mdl-spinner__gap-patch {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .mdl-spinner__gap-patch .mdl-spinner__circle {
        width: 1000%;
        left: -450%;
    }

.mdl-spinner__circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .mdl-spinner__circle-clipper .mdl-spinner__circle {
        width: 200%;
    }

.mdl-spinner__circle {
    box-sizing: border-box;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mdl-spinner__left .mdl-spinner__circle {
    border-right-color: transparent !important;
    transform: rotate(129deg);
    -ms-transform: rotate(129deg);
    -webkit-transform: rotate(129deg);
    -moz-transform: rotate(129deg);
    -o-transform: rotate(129deg);
}

.mdl-spinner.is-active .mdl-spinner__left .mdl-spinner__circle {
    -moz-animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__right .mdl-spinner__circle {
    left: -100%;
    border-left-color: transparent !important;
    transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
    -webkit-transform: rotate(-129deg);
    -moz-transform: rotate(-129deg);
    -o-transform: rotate(-129deg);
}

.mdl-spinner.is-active .mdl-spinner__right .mdl-spinner__circle {
    -moz-animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
}

/*--------*/

@-moz-keyframes mdl-spinner__left-spin {
    0%,to {
        transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

@-webkit-keyframes mdl-spinner__left-spin {
    0%,to {
        transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

@keyframes mdl-spinner__left-spin {

    0%,to {
        transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__right-spin {
    0%,to {
        transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
}

@-webkit-keyframes mdl-spinner__right-spin {
    0%,to {
        transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
}

@keyframes mdl-spinner__right-spin {

    0%,to {
        transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
}

/*--------*/






/*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/


/*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/

html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0'] .job-search-section-container.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko'] .job-search-section-container.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko'] .job-search-section-container.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko'] .job-search-section-container.stuck {
    z-index: 3;
}

html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0'] .user-navigation.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko'] .user-navigation.stuck {
    top: 75px;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
}

/*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/




@media only screen and (max-height: 700px) {

    .ntx-navigation-top {
        top: 30px;
    }

    .ntx-navigation-bottom {
        bottom: 30px;
    }
}

@-webkit-keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes borderscale {
    50% {
        -webkit-box-shadow: 0 0 0 2px #4f8196;
        -moz-box-shadow: 0 0 0 2px #4f8196;
        box-shadow: 0 0 0 2px #4f8196;
    }
}

@keyframes borderscale {
    50% {
        -webkit-box-shadow: 0 0 0 2px #4f8196;
        -moz-box-shadow: 0 0 0 2px #4f8196;
        box-shadow: 0 0 0 2px #4f8196;
    }
}

/*IE 10 / IE 11*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    section.dialog .content {
        height: 90%;
    }
}

/*IE 10 / IE 11*/




/*IE 9*/

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    section.dialog .content {
        height: 90%;
    }
}

/*IE 9*/

.ie9 main {
    display: block;
    height:100%;
    width:100%;
}

.login-bar .invalid-email-error {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
}

    .login-bar .invalid-email-error:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        background-image: url(../img/icons/e11e1e/Alert-Icon.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
    }

#divVerification {
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 15px;
}

#NTXAdvert-Dialog_dialog .candidate-dialog-top-section {
    font-size: 2rem;
    font-weight: 650;
}

.span-selected-name, .modern-ui-dropdown-option {
    font-size: 15px;
}
select {
    font-size: 15px;
}
#divSalaryRange {
    font-size: 14px;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

/*.search-container .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 1) !important;
}

.is-homepage .btn-blue:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 1) !important;
}*/


/*NETWORX RECRUITMENT STYLESHEET*/

/*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

::selection {
    background: #212529;
    text-shadow: none;
    color: rgba(255, 255, 255, 1);
}



@media screen and (max-height: 800px) {


    .job-search-overlay, .job-search-section-container {
        height: -moz-calc(100% - 136px) !important;
        height: -webkit-calc(100% - 136px) !important;
        height: -o-calc(100% - 136px) !important;
        height: calc(100% - 136px) !important;
    }

    .scroll-down-container {
        /*bottom: 80px !important;*/
    }

    .job-search-section-container.stuck .job-search-overlay {
        height: 55px !important;
    }

    .profile-pointers-container .container {
        height: -moz-calc(100% - 60px) !important;
        height: -webkit-calc(100% - 60px) !important;
        height: -o-calc(100% - 60px) !important;
        height: calc(100% - 60px) !important;
    }

    .login-dialogue-box {
        height: 90% !important;
    }

    .login-bottom-section {
        height: calc(100% - 100px) !important;
    }

    .login-bottom-content {
        height: calc(100% - 65px) !important;
    }

    .candidate-dialog-box {
        max-height: 650px !important;
    }

    .not-logged-in .job-search-section-container, .not-logged-in .job-search-overlay {
        height: calc(100% - 76px) !important;
    }
}

@media screen and (max-height: 700px) {

    .candidate-dialog-box {
        max-height: 600px !important;
    }
}

@media screen and (max-height: 650px) {

    .candidate-dialog-box {
        max-height: 500px !important;
    }
}

/*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/





/*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/

a {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

a[href*="http"],
a[href*="mailto"],
a[href*="tel"]{
    font-weight:bold;
}

.available-slots {
    padding: 0px;
}

.accessibility-statement h1, .accessibility-statement h2, .accessibility-statement h3, .accessibility-statement h4, .accessibility-statement h5, .accessibility-statement h6 {
    text-align: left;
    margin-top: 1rem;
}

.accessibility-statement ul {
    margin: 1rem 0 1rem 2rem;
}

    .accessibility-statement ul li {
        margin: 0 0 1rem;
    }

.account-renew {
    min-height: 80vh !important;
    width: 40vw !important;
    padding: 2rem 6rem;
    text-align: center;
}

@media only screen and (max-width: 1000px) {

    .account-renew {
        width: 90% !important;
        padding: 2rem 2rem;
        text-align: center;
    }
}

.account-renew-logo {
    margin: 1rem auto 4rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 120px;
    width: 100%;
    clear: both;
}

.account-renew-cross, .account-renew-tick {
    height: 4rem;
    width: 4rem;
    background-image: url(../img/icons/E11E1E/Close-Icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.account-renew-tick {
    background-image: url(../img/icons/4cab0c/tick.svg);
}

.account-renew h1 {
    display: inline-block;
    text-align: center;
}

.account-renew h2 {
    display: inline-block;
    text-align: center;
}

.account-renew img {
    margin: auto;
}

.candidate-dialog-box .available-slots .ntx-button-location {
    background-image: url(../img/icons/5e5e5e/Location-Pin.svg);
    background-size: 15px;
}

    .candidate-dialog-box .available-slots .ntx-button-location:hover {
        text-decoration: underline !important;
        background-color: rgb(245, 248, 250);
    }

.ad-login-alert #adLoginDialog {
    display: none;
}

    .ad-login-alert #adLoginDialog.active {
        display: block !important;
        right: calc(-70px - 2.2rem);
        top: calc(30px + 1.4rem);
    }

    .ad-login-alert #adLoginDialog .overlay-close {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

.apoint-recruitment-technology-setup {
    background-image: url(../img/hero-images/recruiter/apoint-recruitment-technology.jpg);
}

.advanced-search-options-overlay, .refine-search-overlay, .verification-overlay, .login-overlay, .social-media-privacy-login-overlay, .profile-introduction {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 0%;
    width: 0%;
    background-color: rgba(255, 255, 255, 0.98);
    opacity: 0;
    visibility: hidden;
    z-index: 11;
}

    .advanced-search-options-overlay.active, .refine-search-overlay.active, .verification-overlay.active, .login-overlay.active, .social-media-privacy-login-overlay.active, .profile-introduction.active, .candidate-dialog.active {
        height: 100%;
        width: 100%;
        opacity: 1;
        visibility: visible;
    }

    .advanced-search-options-overlay .container, .refine-search-overlay .container {
        width: 1000px;
        height: 100%;
    }

    .advanced-search-options-overlay .ntx-navigation-close-icon, .refine-search-overlay .ntx-navigation-close-icon {
        background-image: url(../img/icons/5e5e5e/close-icon.svg);
        position: relative;
        right: 0;
    }

    .advanced-search-options-overlay .h3, .refine-search-overlay .h3 {
        text-align: left;
        margin-bottom: 10px;
    }

.advanced-search-intro-details {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.advanced-search-input {
    border: none;
    border-bottom: 1px solid rgba(94, 94, 94, 1);
    background-color: transparent;
    padding: 15px;
    width: 100%;
    float: left;
    font-weight: 400;
    opacity: 0.5;
}

.advanced-search-options-container {
    margin-top: 30px;
}

.advanced-search-option-checkbox {
    float: left;
    width: 48%;
    margin-right: 2%;
    border-radius: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin-bottom: 15px;
    margin-top: 15px;
}

    .advanced-search-option-checkbox:nth-of-type(2n) {
        margin-right: 0;
    }

    .advanced-search-option-checkbox:hover {
        background-color: rgba(245, 248, 250,1);
    }

.advanced-search-option-label, .references-label {
    float: left;
    width: 100%;
    padding: 20px;
    padding-left: calc(35px + 0.6rem) !important;
    cursor: pointer;
}

.references-label {
    padding: 0px;
}

    .advanced-search-option-label:before, .references-label:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        border: 1px solid rgba(221, 221, 221, 1);
        width: 25px;
        height: 25px;
        float: left;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 20px;
        background-color: #ffffff;
        transform: translate(0,-50%);
    }

    .advanced-search-option-checkbox-input,
    .advanced-search-option-checkbox {
        position: relative;
    }

.advanced-search-option-checkbox-input, .references-checkbox-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.references-label-text {
    text-decoration: none !important;       
}

input[type=checkbox].advanced-search-option-checkbox-input:checked + label.advanced-search-option-label:before, input[type=checkbox].references-checkbox-input:checked + label.references-label:before {
    background-image: url(../img/icons/ffffff/tick.svg);
    background-color: rgba(76, 171, 12, 1);
}

input[type=checkbox].advanced-search-option-checkbox-input:not(:checked) + label.advanced-search-option-label:before, input[type=checkbox].references-checkbox-input:not(:checked) + label.references-label:before {
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-color: rgba(225, 30, 30, 0.25);
    background-size: 15px;
}

input[type=text].reference-name {
    width: 48%;
    padding: 8px 14px;
    border: 1px solid #cecece;
    text-rendering: optimizeLegibility;
    margin-bottom: 8px;
}

.advanced-search-options-container::-webkit-scrollbar, .ui-autocomplete.ui-front::-webkit-scrollbar, .login-bottom-content::-webkit-scrollbar {
    width: 10px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.advanced-search-options-container::-webkit-scrollbar-track, .ui-autocomplete.ui-front::-webkit-scrollbar-track, .login-bottom-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
}

.advanced-search-options-container::-webkit-scrollbar-thumb, .ui-autocomplete.ui-front::-webkit-scrollbar-thumb, .login-bottom-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(40,40,40,0.2);
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.25);
}

    .advanced-search-options-container::-webkit-scrollbar-thumb:hover, .ui-autocomplete.ui-front::-webkit-scrollbar-thumb:hover, .login-bottom-content::-webkit-scrollbar-thumb:hover {
        background: rgba(40,40,40,0.35);
    }


.job-search-image.apoint-recruitment-technology {
    background-image: url(../img/hero-images/recruiter/apoint-recruitment-technology.jpg);
}

.job-search-image.assets-header-image {
    background-image: url(../img/hero-images/recruiter/assets-header-image.jpg);
}

.assets-container {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.auth-password.login-bottom-content {
    -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box !important; /* Firefox, other Gecko */
    box-sizing: border-box !important; /* Opera/IE 8+ */
    padding: 15px 0 0;
    top: 0;
    height: auto;
}

    .auth-password.login-bottom-content * {
        -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box !important; /* Firefox, other Gecko */
        box-sizing: border-box !important; /* Opera/IE 8+ */
    }

    .auth-password.login-bottom-content input {
        margin-bottom: 20px;
    }

        .auth-password.login-bottom-content input:first-of-type {
            margin-top: 20px;
        }

#ad-account-dialog_dialog > div.dialogue-content div.candidate-dialog-bottom-content {
    padding: 0px;
}

.app-form-questions h2 {
    font-weight: bold;
}

.app-form-questions {
    padding: 0px;
}

.app-form-questions:nth-child(1) {
    padding:50px;
}

#div-main-application .app-form-questions {
    padding:0;
}

.login-bar .login-bar-popup ul ul.asm-dropdown {
    width: 100%;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    padding: 0;
    overflow-x: hidden;
    z-index: 2;
}

.login-bar .login-bar-popup td.login-item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

    .login-bar.login-bar-popup td.login-item .app-continue-button#LoginButton {
        width: 100%;
        text-align: left;
        border-radius: 0 !important;
        padding: 10px 50px !important;
        background-image: url(../img/icons/ffffff/Mail-Icon.svg);
        background-size: 25px;
        background-position: 15px 50%;
        background-repeat: no-repeat;
    }

    .login-bar .login-bar-popup td.login-item:last-of-type {
        margin-bottom: 0;
    }

    .login-bar .login-bar-popup td.login-item .login-email-prompt {
        text-align: center;
        margin-bottom: 10px;
    }

    .login-bar .login-bar-popup td.login-item input {
        width: 100%;
        border: 1px solid #dddddd;
        padding: 15px;
    }

.login-item .invalid-email-error {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
}

.login-item .privacy-policy-not-selected-social-media {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
}

.login-item .invalid-email-error:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(../img/icons/e11e1e/Alert-Icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.login-item .privacy-policy-not-selected-social-media:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(../img/icons/e11e1e/Alert-Icon.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.login-bar .login-bar-popup ul ul.asm-dropdown li {
    padding: 10px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

    .login-bar .login-bar-popup ul ul.asm-dropdown li:hover, .login-bar .login-bar-popup ul ul.asm-dropdown li.is-highlighted {
        text-decoration: underline;
        background-color: rgb(255, 255, 255);
        border-top: 1px solid rgb(221, 221, 221);
        border-bottom: 1px solid rgb(221, 221, 221);
    }

    @media only screen and (max-wdith: 767.98px){
        .AdvertParentContainer ul{
            margin: 20px 0px!important;
        }
    }

/*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/





/*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/


body.client-candidate-account .header-banner {
    display: none;
}

.body-nav-active {
    overflow: hidden;
}

.bottom-section {
    float: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0px 0px 4px 4px;
}

.bounce {
    /*-moz-animation: bounce 2.5s infinite;
    -webkit-animation: bounce 2.5s infinite;
    animation: bounce 3s infinite;*/
}

body.no-scroll {
    overflow: hidden;
}

.border-bottom {
    border-bottom: 1px solid #999;
}

    button.button {
        display: inline-block;
        padding: 10px 30px 10px 30px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #dddddd;
        -ms-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background-color: rgb(255, 255, 255);
        color: rgb(40, 40, 40);
        text-transform: uppercase;
        font-weight: 500;
    }

        button.button.primary {
            background-color: rgb(77, 171, 13);
            color: rgb(255, 255, 255);
        }

            button.button.primary:hover {
                background-color: rgba(77, 171, 13, 0.75);
            }

        button.button:disabled {
            background-color: #e4e4e4;
            color: #282828;
        }

            button.button:disabled:hover {
                text-decoration: none;
            }

/*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/





/*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/

.cand-a-container {
    float: left;
    width: 100%;
}

    .cand-a-container .h2 {
        font-weight: 400;
        margin-bottom: 10px;
    }

        .cand-a-container .h2 span {
            font-weight: 600;
        }

    .cand-a-container .h3 {
        font-weight: 400;
        padding-left: 0;
        text-align: left;
        margin-bottom: 0;
    }

.candidate-account-navigation li {
    font-weight: 500;
    padding: 20px 20px 20px 20px;
    clear: both;
    border-bottom: 1px solid rgb(221, 221, 221);
    cursor: pointer;
    background: rgba(0, 0, 0, 0) none no-repeat 320px center;
}

.candidate-account-navigation ul li.selected, .candidate-account-navigation ul li:hover {
    background-color: rgb(255, 255, 255);
}

.candidate-account-navigation .li-nav-icon {
    border-radius: 0px;
}

.candidate-attraction-social-media-logo {
    background-repeat: no-repeat;
    background-position: left 50%;
    background-size: contain;
}

    .candidate-attraction-social-media-logo.linkedin-logo {
        background-image: url(../img/misc/linkedin-logo.svg);
        width: 130px;
        height: 50px;
    }

    .candidate-attraction-social-media-logo.facebook-logo {
        background-image: url(../img/misc/facebook-logo.svg);
        width: 130px;
        height: 50px;
    }

    .candidate-attraction-social-media-logo.twitter-logo {
        background-image: url(../img/misc/twitter-logo.svg);
        width: 130px;
        height: 40px;
    }

    .candidate-attraction-social-media-logo.glassdoor-logo {
        background-image: url(../img/misc/glassdoor-logo.svg);
        width: 130px;
        height: 40px;
    }

.job-search-image.candidate-attraction-setup, .promoted-content-image.candidate-attraction-setup {
    background-image: url(../img/hero-images/recruiter/candidate-attraction-setup.jpg);
}

.candidate-dialog {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 0%;
    width: 0%;
    background-color: rgba(45, 45, 45, 0.75);
    opacity: 0;
    visibility: hidden;
    z-index: 12;
}

.candidate-dialog:not(.active)
{
    display:none;
}

    .candidate-dialog input {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        margin-right: 8px;
    }

        .candidate-dialog input[type="checkbox"]:not(.privacy-policy-checkbox) {
            /*display: none;*/
        }

        .candidate-dialog input[type="checkbox"]#chkNonUK {
            display: inline-block;
        }


    .candidate-dialog .your-profile-action-buttons-section.references .ntx-button {
        margin-bottom: 0;
        float: left;
    }


label.checkbox:before {
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    border: 1px solid rgb(221, 221, 221);
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 20px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.checkbox-container label.checkbox.valid:before, .checkbox-container label.checkbox.checked:before {
    background-image: url(../img/icons/ffffff/tick.svg);
    background-color: rgb(76, 171, 12);
}

.candidate-dialog .container {
    height: 100%;
}

.candidate-dialog-box {
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    width: 700px;
    max-height: 700px;
    max-width:100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

    .candidate-dialog-box .ntx-button-right, #ViewProfileWizard .ntx-button-right, #AddJobAlerts .ntx-button-right {
        padding-right: 25px !important;
        text-align: left !important;
    }

    .candidate-dialog-box .ntx-button, #ViewProfileWizard .ntx-button, #AddJobAlerts .ntx-button {
        background-size: 20px;
        background-position: left 20px center;
    }

    .candidate-dialog-box .reference-item .references-content {
        padding-top: 20px;
    }

    /*.candidate-dialog-box .ntx-button-back {
    background-image: url(../img/icons/ffffff/left-arrow.svg);
}

.candidate-dialog-box .ntx-button-email {
    background-image: url(../img/icons/ffffff/Mail-Icon.svg);
}

.candidate-dialog-box .ntx-button-save
{
    
    background-image: url(../img/icons/ffffff/save-icon.svg);
}

.candidate-dialog-box .ntx-button-slots-icon
{
    
    background-image: url(../img/icons/5e5e5e/calendar-icon.svg);
}

.candidate-dialog-box .ntx-button-cancel, #AddJobAlerts .ntx-button-cancel
{
    background-image: url(../img/icons/ffffff/close-icon.svg);
}

.candidate-dialog-box .ntx-button-location
{
    background-image: url(../img/icons/ffffff/Location-Pin.svg);
}

.candidate-dialog-box .ntx-button-tick, .disc-locations-dialog .ntx-button-tick, #ViewProfileWizard .ntx-button-tick, #AddJobAlerts .ntx-button-tick
{
    background-image: url(../img/icons/ffffff/tick.svg);
}*/

    .candidate-dialog-box .ntx-button-ok {
        background-color: rgba(76, 171, 12, 1);
        /*background-image: url(../img/icons/ffffff/tick.svg);*/
    }

    .candidate-dialog-box .ntx-button-save:hover {
        background-color: rgba(115, 204, 54, 1);
    }

    .candidate-dialog-box .ntx-button-ok:hover {
        background-color: rgba(115, 204, 54, 1);
    }

.candidate-dialog-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    position: absolute;
    top: -20px;
    right: -20px;
    float: left;
    background-color: rgba(45, 45, 45, 0.9);
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer;
    z-index: 2;
}

.candidate-dialog-top-section {
    float: left;
    width: 100%;
    padding: 15px 25px;
    background-color: rgba(248, 248, 248, 1);
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.candidate-dialog-bottom-section {
    float: left;
    width: 100%;
    height: -moz-calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    height: -o-calc(100% - 70px);
    height: calc(100% - 70px);
    border-radius: 0px 0px 5px 5px;
}

.candidate-dialog-bottom-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 6px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding: 25px;
}

.candidate-dialog-form {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .candidate-dialog-form.no-margin-top {
        margin-top: 0;
    }

.candidate-dialog-box a {
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
}

.candidate-dialog-box .question {
    margin-bottom: 20px;
}

.candidate-dialog-box .question:last-of-type
{
    margin-bottom:0;
}

.candidate-dialog .h3, .candidate-dialog .h4, .candidate-dialog .h5, .candidate-dialog .h6 {
    text-align: left;
}

.candidate-dialog-title {
    text-align: left;
}

.candidate-dialog-actions {
    width: 100%;
    margin-top: 20px;
}

.candidate-dialog-support-code {
    width: 100%;
    margin-top: 20px;
}

    .candidate-dialog-support-code a {
        font-weight: 700 !important;
        text-decoration: none !important;
    }

.support-code-processing {
    width: 100%;
    text-align: center;
}

.support-code-display {
    padding: 10.5px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(40,40,40,0.75);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(40,40,40,0.75);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border: 3px solid #0B5699;
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.candidate-dialog-content ul:not(.drop-down-itemsbox) {
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.candidate-dialog-content ul:last-of-type {
    padding-bottom: 0;
}

.candidate-profile-container {
    width: 100%;
    background-color: rgb(248, 248, 248);
    padding: 25px 50px;
    border: 1px solid rgb(221, 221, 221);
    position: relative;
    margin-bottom: 20px;
}

    .candidate-profile-container table {
        width: 100%;
    }

    .candidate-profile-container:last-child {
        margin-bottom: 40px;
    }

    .candidate-profile-container .h6 {
        text-align: left;
        padding-left: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid rgb(221, 221, 221);
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .candidate-profile-container td:first-of-type {
        width: 125px;
        vertical-align: top;
    }

    .candidate-profile-container td:nth-of-type(2) {
        width: -moz-calc(100% - 125px) !important;
        width: -webkit-calc(100% - 125px) !important;
        width: -o-calc(100% - 125px) !important;
        width: calc(100% - 125px) !important;
    }

    .candidate-profile-container ol, .candidate-profile-container ul {
        padding: 20px;
        font-weight: 500;
    }

        .candidate-profile-container ol li, .candidate-profile-container ul li {
            padding-bottom: 20px;
        }

            .candidate-profile-container ol li:last-of-type, .candidate-profile-container ul li:last-of-type {
                padding-bottom: 0px;
            }

    .candidate-profile-container a {
        font-weight: 700;
        color: #0B5699;
        cursor: pointer;
    }

.cand-acc-container {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

    .cand-acc-container .header-banner .container .client-logo {
        height: 45px;
    }

    .cand-acc-container .client-logo {
        height: 45px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
        width: 185px;
        float: left;
        display: block;
    }

    .cand-acc-container .user-details {
        padding: 0;
    }

.candidate-account-email-logo-container .client-logo {
    width: 100%;
    float: left;
    background-position: 50%;
}

.candidate-account-email-ntx-button-container .ntx-button.user-account-button {
    color: rgb(255, 255, 255) !important;
    float: left;
    width: 100%;
    text-align: center;
}

.candidate-account-email-ntx-button-container {
    width: 30%;
    margin: 0 auto;
    margin-top: 20px;
}

.center {
    float: left;
    width: 380px;
    margin-left: 30px;
    margin-right: 30px;
}

.checkbox-container label, .question-response .checkbox-container label, .question-response .checkbox-container label.required {
    position: relative;
    padding: 8px 45px 8px 45px;
}

    .checkbox-container label:before, .question-response .checkbox-container label.required:before {
        top: 50%;
        left: 7.5px;
        position: absolute;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

.check-box-container {
    display: inline-block;
}

    .check-box-container input[type="checkbox"] {
        width: 0;
        height: 0;
        opacity: 0;
    }

        .check-box-container input[type="checkbox"] + label {
            cursor: pointer;
            padding: 0px;
            display: inline-block;
        }

            .check-box-container input[type="checkbox"] + label span {
                margin-right: 15px;
            }

                .check-box-container input[type="checkbox"] + label span:first-of-type {
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer;
                    border: 3px solid #ddd;
                    width: 25px;
                    height: 25px;
                    float: left;
                    border-radius: 5px;
                    background-repeat: no-repeat;
                    background-position: 50%;
                    background-size: 15px;
                    background-color: #fff;
                }

        .check-box-container input[type="checkbox"]:checked + label span {
            background-image: url(../img/icons/ffffff/tick.svg);
            background-color: #4cab0c;
        }

.clients-pre-footer {
    float: left;
    width: 100%;
    background-color: rgb(236, 236, 236);
    padding: 40px 0;
    position: relative;
    top: -2px;
    border-top: 1px solid rgba(221, 221, 221, 1);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .clients-pre-footer .client-logo {
        margin: 0 auto;
        float: none;
        background-position: 50%;
    }

.clean-table, .clean-table tr, .clean-table tr td {
    border: 0 none;
    padding: 0;
    margin: 0;
    vertical-align: central;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

    .container.recruiter-top-section-content {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

.contact-consent {
    width: 304px;
    line-height: 30px;
    border-radius: 0;
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
}

.client-logo-container {
    width: 200px;
    float: left;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 20px;
    height: 75px;
    top: 50px;
    z-index: 3;
    padding: 10px;
}

.client-logo {
    float: left;
    background-repeat: no-repeat;
    background-position: left 50%;
    background-size: contain;
    width: 180px;
    height: 55px;
}


.clear {
    clear: both;
}

.job-search-image.contact-us-header-image {
    background-image: url(../img/hero-images/recruiter/contact-us-header-image.jpg);
}

.contact-us-step {
    float: left;
    width: 100%;
    height: 50px;
    margin-top: 40px;
}

.contact-us-step-border {
    margin: 0 auto;
    width: 90%;
    height: 1px;
    background-color: #5e5e5e;
}

.contact-us-step-number {
    border-radius: 100%;
    background-color: #5e5e5e;
    position: relative;
    width: 50px;
    height: 50px;
    top: -25px;
    margin: 0 auto;
}

    .contact-us-step-number span {
        color: #FFF;
        text-align: center;
        width: 100%;
        float: left;
        height: 50px;
        line-height: 50px;
    }

.contact-us-item {
    width: 30%;
    float: left;
    text-align: center;
    padding: 15px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    cursor: pointer;
    border-radius: 10px;
}

    .contact-us-item.active {
        background-color: rgba(115, 204, 54, 0.25);
    }

    .contact-us-item.center {
        margin-left: 5%;
        margin-right: 5%;
    }

.contact-us-items {
    float: left;
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.contact-dynamic {
    display: none;
}

    .contact-dynamic.selected {
        display: block;
    }

        .contact-dynamic.selected form#formContactUsForm {
            margin-top: 0;
        }

    .contact-dynamic span {
        font-weight: 500;
    }

    .contact-dynamic.three a {
        font-weight: 500;
        color: #ff6600;
    }

    .contact-dynamic.three p {
        text-align: center;
    }


.credentials-include {
    float: left;
    width: 33%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

    .credentials-include.incensu {
        background-image: url(../img/misc/Incensu-Logo.svg);
    }

    .credentials-include.national-housing-federation {
        background-image: url(../img/misc/Sponsors-Of-National-Housing-Federation-Logo.svg);
    }

    .credentials-include.charity-people-culture {
        background-image: url(../img/misc/Sponsors-Of-Charity-People-And-Culture-Logo.svg);
    }

.candidate-profile-onboarding-alert {
    padding: 10px 10px 10px 80px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(0,0,0,0.05) url(../img/icons/4cab0c/hand-shake-icon.svg) no-repeat 10px center;
    background-size: 50px;
    width: 100%;
    min-height: 70px;
}

.candidate-profile-message-error {
    padding: 10px 10px 10px 80px;
    margin-bottom: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(0,0,0,0.05) url(../img/icons/e11e1e/alert-icon.svg) no-repeat 10px center;
    background-size: 50px;
    float: left;
    width: 100%;
    min-height: 70px;
}

.candidate-profile-message-alert {
    padding: 1rem 1rem 1rem 50px;
    background: rgb(243, 224, 128) url(../img/icons/5e5e5e/alert-icon.svg) no-repeat 10px center;
    background-size: 30px;
    margin-bottom: 10px;
    color: #5E5E5E;
}

    /*.candidate-profile-message-alert:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../img/icons/e11e1e/alert-icon.svg);
        background-repeat: no-repeat;
    }*/

.candidate-profile-message-help {
    padding: 10px;
    background-color: rgba(41, 143, 206, 1);
    margin-bottom: 10px;
    color: #fff;
}

.candidate-profile-message-success {
    padding: 10px 10px 10px 80px;
    margin-bottom: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(0,0,0,0.05) url(../img/icons/4cab0c/tick.svg) no-repeat 10px center;
    background-size: 50px;
    float: left;
    width: 100%;
    min-height: 70px;
}

#CV-Upload .ntx-button.upload-cv-button {
    float: left;
    margin: 20px 0;
}

.CVBlock .user-details {
    width: 100%;
    padding: 0;
}

.candidate-dialog .CVBlock input[type="checkbox"] {
    display: block;
}

.client-candidate-account .user-navigation {
    top: 0px !important;
}

.client-candidate-account .job-acc-container {
    top: 30px !important;
}

.control-container {
    position: relative;
    float: left;
    width: 100%;
    /*overflow-y: auto;
    overflow-x: hidden;*/
}

    .control-container .main-search-input {
        box-shadow: none;
        border: 1px solid #DDD;
        width: 100%;
        padding: 12px;
        padding-left: 50px;
    }

.candidate-contact-form {
    float: left;
    width: 100%;
    border: 1px solid #dddddd;
    padding: 30px;
    margin-top: 50px;
    border-radius: 5px;
    background-color: rgb(245, 248, 250);
}

    .candidate-contact-form h1.h6 {
        text-align: center;
        font-weight: 400;
    }


#divCandidateEmailVerification { 
    margin-bottom:30px;
}

#divCandidateEmailVerification .ntx-button {
    margin-left: 10px;
    margin-right: 0;

}

    #divCandidateEmailVerification .ntx-button:last-of-type {
        margin: 0;
    }

form.candidate-contact-form p {
    margin-bottom: 20px;
}

form.candidate-contact-form input, form.candidate-contact-form textarea {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: .875rem;
    border: 1px solid rgb(221, 221, 221);
    font-family: 'Roboto',sans-serif;
}

form.candidate-contact-form .captcha-input-wrapper {
    float: left;
    width: 100%;
}

form.candidate-contact-form .cta {
    background: rgba(255,102,0,.8);
    border-radius: 6px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    cursor: pointer;
    min-width: 15rem;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    text-align: center;
    margin: 0;
    float: left;
    width: calc(100% - 324px);
    margin-left: 20px;
    display: block;
    min-width: initial;
    padding: 28px 10px;
    position: relative;
}

    form.candidate-contact-form .cta:hover {
        background: rgb(255, 102, 0);
        box-shadow: 2px 2px 4px rgba(0,0,0,.4);
        text-decoration: underline;
    }

    form.candidate-contact-form .cta.disabled {
        background-color: rgb(197, 197, 197) !important;
        text-decoration: none !important;
        box-shadow: none !important;
        cursor: not-allowed;
    }

form.candidate-contact-form .captcha-input-wrapper a.cta.disabled .tooltip-text {
    display: block;
}

form.candidate-contact-form .captcha-input-wrapper a.cta .tooltip-text {
    visibility: hidden;
    width: 220px;
    background-color: rgba(40,40,40,.9);
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 10px;
    padding: .5rem;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 50%;
    margin-left: -110px;
    opacity: 0;
    transition: opacity 1s;
    font-weight: 500;
    display: none;
}

    form.candidate-contact-form .captcha-input-wrapper a.cta .tooltip-text:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        border-width: 5px;
        border-style: solid;
        border-color: rgba(40,40,40,.9) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
    }

form.candidate-contact-form .captcha-input-wrapper a.cta:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}

/*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/

/*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/

.divider-hr {
    width: 100%;
    display: block;
    margin: 20px 0;
    float: left;
}

.divider-text {
    text-align: center;
    position: relative;
    width: 309px;
}

    .divider-text:before, .divider-text:after {
        content: "";
        position: absolute;
        height: 0.5em;
        border-bottom: 1px solid #666;
        top: 0;
        width: 100px;
    }

    .divider-text:before {
        left: 0%;
    }

    .divider-text:after {
        right: 0%;
    }

#divQuickApplyOptions input[type="checkbox"] {
    display: inline-block;
}

#divQuickApplyOptions .checkbox-container input[type="checkbox"] {
    display: none;
}


.candidate-dialog input[type="checkbox"]#chkNonUK {
    display: inline-block;
}

.disc-locations-dialog {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 90%;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    border-radius: 5px;
    margin: 0 auto;
    width: 90%;
}

#divProfile .h3, #divMain .h3 {
    text-align: left;
    padding: 20px 0 0 0;
}

.disc-locations-dialog .ntx-button.primary-green.ntx-button-right {
    padding-right: 25px !important;
    padding-left: 50px !important;
    text-align: left;
    background-size: 20px;
    background-position: left 20px center;
    position: relative;
    top: -5px;
}

.demo-request-container {
    margin: 0 auto;
    width: 90%;
    height: 100%;
    position: relative;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(248, 248, 248);
}

    .demo-request-container:before {
        content: '';
        background-color: rgba(40, 40, 40, 0.35);
        float: left;
        position: absolute;
        width: 35%;
        height: 100%;
        top: 0;
        z-index: 2;
        border-radius: 5px 0 0 5px;
    }

    .demo-request-container:after {
        content: '';
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        background-image: url(../img/hero-images/recruiter/demo-request-image.jpg);
        float: left;
        position: absolute;
        width: 35%;
        left: 0;
        height: 100%;
        top: 0;
        z-index: 1;
        border-radius: 5px 0 0 5px;
    }

.demo-request-right {
    float: left;
    width: 65%;
    padding: 20px 40px;
    position: relative;
    left: 35%;
}

.demo-request-form-container .h6 {
    text-align: left;
}


.demo-request-form-container input {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px solid rgb(221, 221, 221);
}

.demo-request-form-container .ntx-button.primary-green {
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
}


.demo-request-form-container table {
    float: left;
    width: 100%;
}

.demo-request-checkbox-content {
    float: left;
    width: 75%;
    font-weight: 500;
}

    .demo-request-checkbox-content:nth-of-type(1) {
        padding-right: 30px;
    }

    .demo-request-checkbox-content:nth-of-type(2) {
        padding-left: 30px;
        width: 25%;
    }

.demo-request-checkbox-container {
    float: left;
    width: 100%;
    margin-top: 25px;
    padding: 0 5px;
}


.demo-request-toggle {
    position: absolute;
    visibility: hidden;
    display: none;
}

input.demo-request-toggle-round + label {
    padding: 2px;
    width: 70px;
    height: 35px;
    background-color: rgb(221, 221, 221);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    float: left;
}

.demo-request-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.demo-request-toggle-round + label:before {
    right: 1px;
    background-color: rgb(255, 171, 158);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
    float: left;
    width: 65px;
}

input.demo-request-toggle-round + label:before, input.demo-request-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 2px;
    bottom: 1px;
    content: "";
}

label.checkbox input {
    display: none;
}


input.demo-request-toggle-round + label:after {
    width: 33px;
    background-color: rgb(255, 255, 255);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
}

input.demo-request-toggle-round + label:before, input.demo-request-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

input.demo-request-toggle-round:checked + label.demo-request-checkbox-item-label.references-label:before {
    background-color: rgb(76, 171, 12);
    background-image: none;
}

input.demo-request-toggle-round:not(:checked) + label.demo-request-checkbox-item-label.references-label:before {
    background-color: rgb(225, 30, 30);
    background-image: none;
}


input.demo-request-toggle-round:checked + label:before {
    background-color: rgb(140, 225, 150);
}

input.demo-request-toggle-round:checked + label:after {
    margin-left: 40px;
}


.demo-request-checkbox-item {
    float: left;
    width: 20%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.demo-request-checkbox-item-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    display: none;
}

.demo-request-checkbox-item-label {
    float: left;
    width: 100%;
    padding: 120px 20px 20px 20px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid rgb(221, 221, 221);
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
}

    .demo-request-checkbox-item-label.candidate-attraction-services {
        background-image: url(../img/icons/5e5e5e/candidate-search.svg);
        background-position: 50% 30px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label.candidate-management-services {
        background-image: url(../img/icons/5e5e5e/managing-applications-icon.svg);
        background-position: 50% 40px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label.recruitment-technology {
        background-image: url(../img/icons/5e5e5e/networx-swoosh.svg);
        background-position: 50% 40px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label.public-sector-recruitment {
        background-image: url(../img/icons/5e5e5e/Charities-Icon.svg);
        background-position: 50% 40px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label:before {
        content: "";
        position: absolute;
        top: -15px;
        right: -15px;
        border: 1px solid rgb(221, 221, 221);
        width: 30px;
        height: 30px;
        float: right;
        margin-right: 0;
        border-radius: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 20px;
        background-color: rgb(255, 255, 255);
    }

.demo-request-checkbox-item:hover .demo-request-checkbox-item-label, input[type=checkbox].demo-request-checkbox-item-input:checked + label.demo-request-checkbox-item-label {
    background-color: rgb(245, 248, 250);
}

    input[type=checkbox].demo-request-checkbox-item-input:checked + label.demo-request-checkbox-item-label:before {
        background-image: url(../img/icons/ffffff/tick.svg);
        background-color: rgb(76, 171, 12);
    }

#divNoPopupCVURL a {
    color: #0c62ab;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    text-decoration: underline;
}

/*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/


/*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/

.equality-diversity-desk {
    background-image: url(../img/hero-images/recruiter/equality-diversity-desk.jpg);
}

.error-board h2 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 400;
    padding: 75px 0;
    margin: 0;
}

.external-assets-image {
    background-image: url(../img/hero-images/recruiter/iphone-laptop-setup.jpg);
}

.error-image {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 350px;
    float: left;
    background-image: url(../img/misc/error-board.svg);
    background-position: 50%;
    position: relative;
}

    .error-board .H2 {
        color: rgb(255, 255, 255);
        position: absolute;
        top: 67px;
        margin-bottom: 0;
        left: 170px;
        text-align: center;
        width: 195px;
    }

.job-search-image.error-background {
    background-image: url(../img/hero-images/disciplines/IT-and-Telecoms/Software-Developer/Software-Developer-1.jpg);
}

.error-page-links-container {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .error-page-links-container .ntx-button.user-account-button {
        color: rgb(255, 255, 255);
    }

.email-link-varification-container {
    width: 900px;
    margin: 30px auto;
    border-radius: 0px;
    border: 1px solid #dddddd;
    background: #FFF;
    padding: 30px;
}

.email-link-varification-message {
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}

.email-link-varification-container .client-logo {
    height: 100px;
    width: 100%;
    margin-bottom: 20px;
    background-position: 50%;
    padding-bottom: 10px;
    background-size: contain;
    position: relative;
}

/*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/


/*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/

footer a[href*="http"] {
    font-weight:normal;
}

form#formReference p {
    margin-bottom: 0;
    padding-bottom: 10px;
}

    form#formReference p:last-of-type {
        padding-bottom: 0;
    }

.form-full-width {
    float: left;
    width: 100%;
}

.form-half-content {
    float: left;
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

    .form-half-content input, .form-third-content input {
        float: left;
        width: 100%;
        padding: 20px;
        border: 1px solid #dddddd;
    }

.form-third-content {
    float: left;
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.full-width{
    width:100% !important;
}

.further-jobs {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}

.further-jobs-container {
width: 380px;
border: 1px solid rgba(221, 221, 221, 1);
position: relative;
background-color: rgba(85, 85, 85, 1);
z-index: 0;
float: left;
margin-bottom: 30px;
height: 180px;
cursor: pointer;
overflow: hidden;
}

    .further-jobs-container.wide {
        margin-bottom: 0;
    }

.further-jobs-image {
    float: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(1,1);
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    background-image: url(../img/hero-images/disciplines/Marketing-and-PR/Marketing-PR-3.jpg);
}

.further-jobs-container:hover .further-jobs-image, .further-jobs-container:focus .further-jobs-image {
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
}

.further-jobs-image-overlay {
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(45, 45, 45, 0.68);
    position: absolute;
}

    /*.further-jobs-image-overlay.home-retail-group {
        background-color: rgba(23, 129, 127, 0.55);
    }

    .further-jobs-image-overlay.asthma-uk {
        background-color: rgba(120, 43, 144, 0.55);
    }

    .further-jobs-image-overlay.commonwealth {
        background-color: rgba(55, 55, 125, 0.55);
    }*/

.further-jobs-details {
    color: rgba(255, 255, 255, 1);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    z-index: 3;
    text-align: right;
}

.further-job-details-title {
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 2px rgba(45, 45, 45, 0.75), 0px 0px 1px rgba(0, 0, 0, 0.75);
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    text-align: right;
}

.further-job-details-view-jobs {
    text-shadow: 1px 1px 2px rgba(45, 45, 45, 0.75), 0px 0px 1px rgba(0, 0, 0, 0.75);
    color: rgba(255, 255, 255, 1);
}

.further-jobs-container:hover .further-job-details-view-jobs, .further-jobs-container:focus .further-job-details-view-jobs {
    text-decoration: underline;
}

.further-search-options, .recruiter-content {
    float: left;
    width: 100%;
    position: relative;
    top: -2px;
    z-index: 3;
    padding: 60px 0px;
    background-color: rgba(245, 248, 250, 1);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .further-search-options.stuck {
        top: 59px;
        margin-bottom: 44px;
    }


        .further-search-options.stuck .user-navigation {
            position: fixed;
            top: 100px;
        }

.find-us-on-glassdoor {
    width: 50%;
    margin: 0 auto;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/misc/find-us-on-glassdoor.svg);
    background-position: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.footer {
    float: left;
    width: 100%;
    background-color: rgba(40, 40, 40, 1);
    padding: 50px 0;
    position: relative;
    top: -2px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .footer hr {
        margin: 50px 0;
    }

.footer-col-left {
    float: left;
    width: 50%;
    color: #ffffff;
}

.footer-col-right {
    float: right;
    width: 50%;
    text-align: right;
}

    .footer-col-right a {
        color: #ffffff;
    }

.footer-link-border {
    width: 1px;
    height: 20px;
    margin: 0 20px;
    background-color: #ffffff;
    display: inline-block;
}

.footer-col {
    float: left;
    width: 25%;
    color: rgba(255, 255, 255, 1);
    padding: 0px 25px;
}

    .footer-col .ntx-logo {
        background-image: url(../img/ntx-elements/networx-logo-white.svg);
        cursor: default;
        width: 220px;
        height: 55px;
        display: block;
    }

    .footer-col:first-of-type {
        padding-left: 0;
    }

    .footer-col:last-of-type {
        padding-right: 0;
    }

    .footer-col ul {
        list-style: none;
        font-weight: 400;
    }

        .footer-col ul li {
            padding-bottom: 10px;
        }

            .footer-col ul li:last-child {
                padding-bottom: 0;
            }

            .footer-col ul li a, .footer-col-left a {
                color: rgba(255, 255, 255, 1);
                text-decoration: none;
            }

                .footer-col ul li a:hover, .footer-col ul li a:focus, .footer-col-left a:hover, .footer-col-left a:focus {
                    text-decoration: underline;
                }

.filter-section {
    padding: 30px 15px;
}


    .filter-section:nth-of-type(2) {
        border-top: 0 none !important;
    }

    .filter-section.suggested-disciplines {
        border-top: 1px solid rgba(221, 221, 221, 1);
    }


    .filter-section:first-of-type {
        padding-top: 0;
    }

    .filter-section:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }

    .filter-section .h3 {
        margin-bottom: 30px;
        text-align: left;
    }

.fileinput-button.fileupload {
    background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
    background-size: 25px 18px;
}

.favourite-jobs-added, .favourite-jobs-removed {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -10px;
    right: -20px;
    background-color: rgba(76, 171, 12, 1);
    border-radius: 100%;
    color: #ffffff;
    background-image: url(../img/icons/ffffff/tick.svg);
    background-size: 60%;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid #dddddd;
    visibility: hidden;
    opacity: 0;
}

.favourite-jobs-removed {
    background-image: url(../img/icons/ffffff/line.svg);
    background-color: red;
}

    .favourite-jobs-added.visible, .favourite-jobs-removed.visible {
        visibility: visible;
        opacity: 1;
    }

.favourite-jobs-container .candidate-dialog-bottom-section, .favourite-jobs-container .candidate-dialog-bottom-content {
    max-height: calc(700px - 70px);
}

.favourite-jobs-container .job-details {
    width: -moz-calc(100% - 225px);
    width: -webkit-calc(100% - 225px);
    width: -o-calc(100% - 225px);
    width: calc(100% - 225px);
    margin-top: 0;
}

.fine-print {
    font-style:italic;
    font-weight:bold;
}

    .fine-print a {
        font-weight: bold;
        color: #0c62ab;
    }

/*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/





/*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/

.has-border {
    border: 1px solid rgba(0,0,0,0.4);
}

.header-banner {
    float: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 15px 0;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    position: fixed;
    z-index: 10;
}

    .header-banner.recruiter .sub-container {
        width: 50%;
    }

        .header-banner.recruiter .sub-container .ntx-logo {
            float: left;
        }

    .header-banner .container {
        position: relative;
    }

.highlight {
    /*background-color: rgb(255, 255, 136);*/
}

.hidden {
    display: none;
}

html, body {
    height: 100%;
}

/*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/





/*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/

input {
    box-shadow: none;
    border: none;
    font-family: Roboto, sans-serif;
}

.internal-assets-image {
    background-image: url(../img/hero-images/recruiter/networx-laptop-homepage.jpg);
}

.policies-image {
    background-image: url(../img/hero-images/recruiter/policies-image.jpg);
}

.IAmAJobseeker {
    display: none;
}

    .IAmAJobseeker.active {
        display: block;
    }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: none !important;
    background-image: inherit !important;
}

.invalid-email-error {
    display: none;
}

/*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/

/*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/
.job-details {
    padding: 20px;
    margin-top: 20px;
    min-height: 200px;
}

    .job-details br {
        display: none;
    }

.job-results-container {
    float: left;
    width: 985px;
}

.job-results-sponsored-jobs-container {
    width: 300px;
    float: left;
    margin-left: 15px;
}

    .job-results-sponsored-jobs-container .sponsored-job-container {
        width: 200px;
        margin-bottom: 20px;
    }

        .job-results-sponsored-jobs-container .sponsored-job-container:last-child {
            margin-bottom: 0;
        }

    .job-results-sponsored-jobs-container .client-logo-container {
        left: 10px;
        width: 180px;
        top: 80px;
    }

        .job-results-sponsored-jobs-container .client-logo-container .client-logo {
            width: 160px;
            height: 50px;
        }

    .job-results-sponsored-jobs-container .sponsored-job-image-overlay, .job-results-sponsored-jobs-container .sponsored-job-image {
        height: 125px;
    }

    .job-results-sponsored-jobs-container .ntx-button.apply-now-icon {
        background-position: left 20px center;
    }

.job-title {
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.job-location span, .job-salary span, .job-expiry span {
    font-weight: 700;
}

.job-location, .job-salary, .job-expiry, .job-reference {
    margin-top: 10px;
    word-wrap: break-word;
}

.job-search-section-container {
    left: 0;
    z-index: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .job-search-section-container.stuck {
        z-index: 4;
    }

        .job-search-section-container.stuck .job-search-overlay {
            height: 55px;
            overflow: hidden;
            padding: 0;
        }

        .job-search-section-container.stuck .scroll-down-container {
            display: none;
            visibility: hidden;
            opacity: 0;
        }

        .job-search-section-container.stuck .job-search-image {
            height: 130px;
            position: fixed;
        }

.job-search-overlay .our-clients-item {
    float: none;
    width: 500px;
    height: 250px;
    margin: 0 auto;
}

.job-search-overlay .container {
    height: 100%;
}

.job-search-overlay {
    z-index: 2;
    width: 100%;
    float: left;
    padding: 20px 0;
    position: fixed;
    top: 76px;
    height: -moz-calc(75% - 74px);
    height: -webkit-calc(75% - 74px);
    height: -o-calc(75% - 74px);
    height: calc(75% - 74px);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background-color: rgba(44, 44, 44, 0.25);
}

    .job-search-overlay .h5 {
        text-align: left;
    }

    .job-search-overlay .contact-us-item {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

        .job-search-overlay .contact-us-item:last-of-type {
            margin-bottom: 0px;
        }

.job-search-image {
    height: 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    z-index: 1;
    position: fixed;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background-color: rgba(255, 255, 255, 1);
    background-image: url('../img/hero-images/locations/Locations-2.jpg');
}

    .job-search-image.argos {
        background-image: url(../img/our-clients/WellKnownBrands/Argos/argos-header.jpg);
    }

    .job-search-image.thorntons {
        background-color: #5e2d4f;
        background-image: none;
    }

    .job-search-image.hobbycraft {
        background-color: #4e3038;
        background-image: none;
    }

    .job-search-image.wilko {
        background-color: rgb(147, 26, 41);
        background-image: none;
    }

    .job-search-image.maplin {
        background-color: #00bce4;
        background-image: none;
    }

    .job-search-image.laterooms {
        background-color: #442c80;
        background-image: none;
    }

    .job-search-image.stonegate {
        background-image: url(../img/our-clients/Commercial/Stonegate/stonegate-header.jpg);
    }

    .job-search-image.london-city-airport {
        background-image: url(../img/our-clients/Commercial/London-City-Airport/london-city-airport-header.jpg);
    }

    .job-search-image.domestic-and-general {
        background-image: url(../img/our-clients/Commercial/Domestic-and-General/domestic-and-general-header.jpg);
    }

    .job-search-image.vitality {
        background-color: rgb(248, 17, 106);
        background-image: none;
    }

    .job-search-image.tlt-solicitors {
        background-color: rgb(1, 83, 119);
        background-image: none;
    }

    .job-search-image.wolters-kluwer {
        background-image: url(../img/our-clients/Commercial/Wolters-Kluwer/wolters-kluwer-header.jpg);
    }

    .job-search-image.mitsubishi-hitachi {
        background-color: #939598;
        background-image: none;
    }

    .job-search-image.tulip {
        background-image: url(../img/our-clients/Manufacturing/Tulip/tulip-header.jpg);
    }

    .job-search-image.doosan {
        background-color: #293986;
        background-image: none;
    }

    .job-search-image.lucite-international {
        background-color: #ed1261;
        background-image: none;
    }

    .job-search-image.yeo-valley {
        background-image: url(../img/our-clients/Manufacturing/Yeo-Valley/yeo-valley-header.jpg);
    }

    .job-search-image.tata-steel {
        background-color: #3d79ba;
        background-image: none;
    }

    .job-search-image.aster-group {
        background-image: url(../img/our-clients/Housing/Aster/aster-header.jpg);
    }

    .job-search-image.yorkshire-housing {
        background-color: #00b3e3;
        background-image: none;
    }

    .job-search-image.paradigm-housing {
        background-color: #00a8cb;
        background-image: none;
    }

    .job-search-image.knightstone {
        background-color: #0589bd;
        background-image: none;
    }

    .job-search-image.places-for-people {
        background-color: #015794;
        background-image: none;
    }

    .job-search-image.orbit-group {
        background-color: #1b4687;
        background-image: none;
    }

    .job-search-image.waterloo-housing {
        background-color: #1e72ba;
        background-image: none;
    }

    .job-search-image.curo-group {
        background-color: #c4d600;
        background-image: none;
    }

    .job-search-image.grand-union {
        background-color: #0076b7;
        background-image: none;
    }

    .job-search-image.watford {
        background-image: url(../img/our-clients/Housing/Watford/watford-header.jpg);
    }

    .job-search-image.north-hertfordshire {
        background-color: #5AB8DA;
        background-image: none;
    }

    .job-search-image.gateway-housing {
        background-color: #2a7953;
        background-image: none;
    }

    .job-search-image.pdsa {
        background-image: url(../img/our-clients/Charities/Pdsa/pdsa-header.jpg);
    }

    .job-search-image.fitzroy {
        background-image: url(../img/our-clients/Charities/Fitzroy/fitzroy-header.jpg);
    }

    .job-search-image.rethink-mental-illness {
        background-color: #1b9dd9;
        background-image: none;
    }

    .job-search-image.macintyre {
        background-color: #85146e;
        background-image: none;
    }

    .job-search-image.hestia {
        background-color: rgb(42, 56, 132);
        background-image: none;
    }

    .job-search-image.cornwall-hospice-care {
        background-color: #e50e63;
        background-image: none;
    }

    .job-search-image.ncg {
        background-image: url(../img/our-clients/Education/Ncg/ncg-header.jpg);
    }

    .job-search-image.cornwall-college {
        background-image: url(../img/our-clients/Education/Cornwall-College/cornwall-college-header.jpg);
    }

    .job-search-image.wiltshire-college {
        background-image: url(../img/our-clients/Education/Wiltshire-College/wiltshire-college-header.jpg);
    }

    .job-search-image.united-learning {
        background-image: url(../img/our-clients/Education/United-Learning/united-learning-header.jpg);
    }

    .job-search-image.future-schools-trust {
        background-image: url(../img/our-clients/Education/Future-Schools-Trust/future-schools-trust-header.jpg);
    }

    .job-search-image.whitgift-foundation {
        background-image: url(../img/our-clients/Education/Whitgift-Foundation/whitgift-foundation-header.jpg);
    }

    .job-search-image.mole-valley-farmers {
        background-image: url(../img/our-clients/Retail/Mole-Valley-Farmers/mole-valley-farmers-header.jpg);
    }

    .job-search-image.evans-cycles {
        background-image: url(../img/our-clients/Retail/Evans-Cycles/evans-cycles-header.jpg);
    }

    .job-search-image.one-stop {
        background-image: url(../img/our-clients/Retail/One-Stop/one-stop-header.jpg);
    }

    .job-search-image.home-retail-group {
        background-image: url(../img/our-clients/Retail/Home-Retail-Group/home-retail-group-header.jpg);
    }

    .job-search-image.homebase {
        background-image: url(../img/our-clients/Retail/Homebase/homebase-header.jpg);
    }




.job-alerts-banner {
    float: left;
    width: 100%;
    background-color: rgba(52, 52, 52, 1);
    padding: 45px 0;
    position: relative;
    top: 0;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

    .job-alerts-banner .ntx-button {
        display: inline-block;
        margin-top: 15px;
    }

.job-alerts-banner-icon {
    border-radius: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: -35px;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    left: 50%;
    background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 30px;
    z-index: 3;
}

.job-a-container, .job-r-container, .job-acc-container {
    float: left;
    width: 100%;
    position: relative;
    top: 136px;
    z-index: 3;
    padding: 60px 0px;
    background-color: rgba(245, 248, 250, 1);
}

.job-r-container {
    margin-bottom: 136px;
}

.job-a-header, .job-results-container-count {
    background-color: rgb(236, 236, 236);
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(221, 221, 221, 1);
}

    .job-a-header .container {
        width: 1100px;
        margin: 0 auto;
    }

.job-a-header, .job-results-container-count h2.fs-xs {
    font-weight:100;
}


    .job-a-main {
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 50px;
    border: 1px solid rgba(221, 221, 221, 1);
    border-top: none;
}

    .job-a-main.application {
        padding: 0;
    }

    .job-a-main .container {
        width: 709px;
        margin: 0 auto;
    }

.job-a-client-logo-container {
    width: 200px;
    height: 75px;
    float: left;
}

    .job-a-client-logo-container .client-logo {
        width: 200px;
        height: 75px;
    }

.job-a-actions-container {
    float: left;
    width: -moz-calc(100% - 230px);
    width: -webkit-calc(100% - 230px);
    width: -o-calc(100% - 230px);
    width: calc(100% - 230px);
    margin: 15px 0;
    padding-left: 40px;
}

    .job-a-actions-container .h2, .job-results-container .h2 {
        padding-bottom:0;
        margin-bottom:0;
    }

        .job-a-actions-container .h2 span, .job-results-container .h2 span {
            font-weight: 500;
        }

.job-results-client-actions .ntx-button {
    margin-bottom: 15px;
    padding-left: 45px;
}

    .job-results-client-actions .ntx-button:last-child {
        margin-bottom: 0;
    }

.job-a-main #NTXAppFormNav nav ul li button p {
    word-break: break-word;
}

.job-ap-nav, .job-results-refine-tools, .candidate-account-navigation {
    background-color: rgba(245, 248, 250, 1);
    border-right: 1px solid rgba(221, 221, 221, 1);
}

    .job-ap-nav ul {
        list-style: none;
    }

        .job-ap-nav ul li {
            padding: 30px 60px;
            border-bottom: 1px solid rgba(221, 221, 221, 1);
            background-color: rgba(245, 248, 250, 1);
            cursor: pointer;
            width: 301px;
            border-right: 1px solid rgba(221, 221, 221, 1);
            font-weight: 400;
            background-repeat: no-repeat;
            background-size: 30px;
            background-position: left 15px center;
        }

            .job-ap-nav ul li.unanswered {
                background-image: url(../img/icons/4cab0c/unanswered.svg);
            }

            .job-ap-nav ul li.incomplete {
                background-image: url(../img/icons/4cab0c/incomplete.svg);
            }

            .job-ap-nav ul li.answered {
                background-image: url(../img/icons/4cab0c/answered.svg);
            }

            .job-ap-nav ul li:hover, .job-ap-nav ul li:focus, .job-ap-nav ul li.active {
                background-color: rgba(255, 255, 255, 1);
                border-right: 1px solid rgba(255, 255, 255, 1);
            }

            .job-ap-nav ul li:last-child {
                border-bottom: none;
            }

.job-results-refine-tools {
    padding: 30px 15px;
    width:100%;
    max-width:300px;
}

.job-ap-content, .job-results-content, .candidate-account-content {
    padding: 40px 20px;
    background-color: rgba(255, 255, 255, 1);
}

.job-results-container-count, .job-a-header-container {
    padding: 15px 30px;
}

.page-wrapper .job-a-header-container {
    padding: 15px 0px;
}

.job-results-container-count-info {
    float: left;
    width: 70%;
    padding-right: 25px;
}

    .job-results-container-count-info .h2 {
        margin-bottom: 0;
    }

.job-a-header-client-logo-container {
    width: 230px;
    float: left;
}

    .job-a-header-client-logo-container .client-logo {
        float: none;
        margin: 0 auto;
        background-position: 50%;
        width: 200px;
        height: 75px;
    }

.job-results-client-actions {
    margin-right: 20px;
    width:250px;
}

.job-results-client-actions .ntx-cand-button,
.job-results-client-actions .ntx-button {
    width:100%;
    display:block;
}

.job-results-client-actions .ntx-button {
    text-align:left;
}

.job-results-content .job-details, .work-for-us-jobs-container .job-details, .your-profile-section .job-details {
    margin-top: 0;
    padding: 0;
}


.job-results-client-actions .client-logo {
    width: 100%;
    height: 75px;
    background-position: 50%;
    margin-bottom: 30px;
}


.job-title {
    color: rgba(12, 98, 171, 1);
    font-weight: 700;
    margin-bottom: 20px;
    cursor: pointer;
}

    .job-title span {
        color: rgba(40, 40, 40, 1);
        font-weight: 500;
    }

.docu-sign .job-title {
    font-weight: 500;
    margin-bottom: 20px;
}

.job-details.docu-sign {
    min-height: initial;
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 2px solid #dddddd;
}

.docu-sign .job-description .ntx-button {
    width: auto;
    float: left;
    word-break: break-word;
}

.job-location span, .job-salary span, .job-reference span, .job-expiry span {
    font-weight: 700;
}


.job {
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

    .job:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }

    .job:first-of-type {
        padding-top: 0;
    }

#ViewProfileWizard label input[type=radio] {
    margin-right: 5px;
}

/*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/





/*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/

.left {
    float: left;
    width: 380px;
}

.link {
    cursor: pointer;
    text-decoration: none;
}

    .link:hover {
        text-decoration: underline;
    }

    .link:disabled {
        cursor: not-allowed;
    }

.link-colour {
    color: #0B5699;
}

.link-myapps {
    padding-bottom: 20px;
}

.left-side-align {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.location-dropdown-container {
    position: relative;
    width: 48%;
    float: right;
}

.social-media-login-dialogue-box {
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    width: 370px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 310px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

.login-dialogue-box {
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    width: 630px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 700px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

    .login-dialogue-box.forgotten-password {
        box-shadow: none;
        top: auto;
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
    }

.login-bottom-content.forgotten-password {
    height: auto;
}

.login-container, .profile-pointers-container, .social-media-login-container {
    width: 100%;
    float: left;
    height: 100%;
}

    .login-container .container {
        height: 100%;
    }

.login-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    position: absolute;
    top: -20px;
    right: -20px;
    float: left;
    background-color: rgba(45, 45, 45, 0.9);
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer;
    z-index: 2;
}

.login-top-section {
    float: left;
    width: 100%;
    height: 100px;
}

.social-media-login-top-section {
    float: left;
    width: 100%;
    padding: 0px 25px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.login-top-overlay {
    background-color: rgba(44, 44, 44, 0.55);
    float: left;
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    border-radius: 5px 5px 0px 0px;
}

.login-top-image {
    float: left;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 75%;
    border-radius: 5px 5px 0px 0px;
    background-image: url(../img/hero-images/recruiter/macbook-login-image.jpg);
}

.login-bottom-section {
    float: left;
    width: 100%;
    height: 600px;
    border-radius: 0px 0px 5px 5px;
}

.login-user-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    border: 2px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    background-repeat: no-repeat;
    background-size: 75px;
    background-position: 50% bottom;
    background-image: url(../img/icons/5e5e5e/blank-user.svg);
    border-radius: 5px 5px 5px 5px;
    z-index: 2;
}

.login-panel-option .ntx-button {
    margin-top: 20px;
}

.login-bottom-content {
    position: relative;
    top: -15px;
    float: left;
    width: 100%;
    padding: 0px 25px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 530px;
    padding-bottom: 20px;
}

.social-media-login-bottom-content {
    position: relative;
    top: -15px;
    float: left;
    width: 100%;
    padding: 0px 25px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 530px;
    padding-bottom: 20px;
}

.login-bottom-content .main-search-input {
    box-shadow: none;
    border: 1px solid #DDD;
    width: 100%;
    margin-bottom: 15px;
    padding: 12px;
    padding-left: 50px;
}

.login-bottom-content .ntx-button.primary-green {
    text-align: center;
}

.login-options-main {
    width: 100%;
    min-height: 170px;
}

.login-panel-message {
    float: left;
    width: 100%;
    min-height: 259px;
}

.login-options {
    float: left;
    width: 31.33%;
    margin-right: 3%;
    margin-left: 3%;
    border: 1px solid rgba(221, 221, 221, 1);
    text-align: center;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 1);
    color: #282828;
    cursor: pointer;
}

    .login-options:first-child {
        margin: 0;
    }

    .login-options:last-child {
        margin: 0;
    }

    .login-options.active {
        background-color: rgba(255, 102, 0, 1);
        color: #ffffff;
    }

.login-panel {
    position: relative;
}

.login-panel-hidden {
    display: none !important;
}

.login-options-main .login-panel {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.login-panel-message p {
    margin-bottom: 20px;
}

.login-data-required {
    background-color: rgb(250, 230, 228) !important;
}

.app-header.login-header {
    position: relative !important;
    background: none !important;
    float: left !important;
}

    .app-header.login-header.forgotten-password {
        width: 100%;
    }

.load-more {
    width: 100%;
    background-image: url(../img/icons/5e5e5e/add-icon.svg);
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    background-position: 50%;
    cursor: pointer;
    float: left;
    margin-top: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 30px;
    position: relative;
}

    .load-more:before, .load-more:after {
        content: '';
        float: left;
        width: -webkit-calc(50% - 60px);
        width: -o-calc(50% - 60px);
        width: calc(50% - 60px);
        height: 1px;
        background-color: rgb(221, 221, 221);
        position: absolute;
        left: 0;
        top: 25px;
    }

    .load-more:after {
        right: 0;
        left: auto;
    }

.logo-container .job-title {
    display: none;
}

.li-nav-icon {
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: 50%;
    width: 20px;
    min-height: 32px;
    margin-right: 10px;
}

    .li-nav-icon.home {
        background-image: url(../img/icons/5e5e5e/Home-Icon.svg);
    }

    .li-nav-icon.my-profile {
        background-image: url(../img/icons/5e5e5e/Blank-User.svg);
    }

    .li-nav-icon.references {
        background-image: url(../img/icons/5e5e5e/disciplines-icon.svg);
    }

    .li-nav-icon.job-alerts {
        background-image: url(../img/icons/5e5e5e/Job-Alerts-Icon.svg);
    }

    .li-nav-icon.favourite-jobs {
        background-image: url(../img/icons/5e5e5e/Heart-Icon.svg);
    }

    .li-nav-icon.my-applications {
        background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
    }

    .li-nav-icon.my-interviews {
        background-image: url(../img/icons/5e5e5e/Calendar-Icon.svg);
    }

    .li-nav-icon.my-references {
        background-image: url(../img/icons/5e5e5e/Disciplines-Icon.svg);
    }

    .li-nav-icon.messages {
        background-image: url(../img/icons/5e5e5e/Message-Icon.svg);
    }

    .li-nav-icon.onboarding {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
    }

    .li-nav-icon.search-jobs {
        background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
    }

li-text {
    width: 208px;
    height: 100%;
}

.li-text {
    text-align: left;
}

.login-input-container {
    position: relative;
}

    .login-input-container .password-reveal-icon {
        position: absolute;
        right: 15px;
        top: 15px;
    }

/*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/




/*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/

.mt-3 {
    margin-top:30px !important;
}

main {
    display: block;
}

.main-search-container {
    width: 800px;
    margin: 0 auto;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
    top: calc(50% - 88px);
    transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    background-color:#555;
}

.main-search-input {
    border-radius: 5px;
    border: 0px solid rgba(221, 221, 221, 1);
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);*/
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    width: 48%;
    float: left;
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding-left: 50px;
}

    .main-search-input.keyword-search {
        margin-right: 2%;
        background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
        background-size: 20px;
    }

    .main-search-input.location-search {
        margin-left: 2%;
        background-image: url(../img/icons/5e5e5e/gps-icon.svg);
        background-size: 20px;
    }

    .main-search-input.email-address {
        background-image: url(../img/icons/5e5e5e/Email-Address-Icon.svg);
        background-size: 20px;
    }

    .main-search-input.password {
        background-image: url(../img/icons/5e5e5e/Password-Icon.svg);
        background-size: 20px;
    }

.main-search-button {
    float: left;
    width: 100%;
    background-color: rgba(255, 136, 57, 0.75);
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 15px rgba(40, 40, 40, 0.8);
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
}

    .main-search-button:hover, .main-search-button:focus {
        text-decoration: underline;
        background-color: rgba(255, 136, 57, 0.95);
    }

.main-search-further-search-options {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.main-search-advanced-button {
    border-radius: 5px;
    border: 2px solid rgba(221, 221, 221, 1);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px;
    width: 30%;
    float: left;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

    .main-search-advanced-button:hover, .main-search-advanced-button:focus {
        text-decoration: underline;
        background-color: rgba(255, 255, 255, 1);
    }

    .main-search-advanced-button.morph-search {
        min-height: 40px;
        position: absolute;
        z-index: 10000;
        top: 50px;
        right: 50px;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transition-property: min-height, width, top, right;
        transition-property: min-height, width, top, right;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
        transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    }

        .main-search-advanced-button.morph-search.open {
            width: 100%;
            min-height: 100%;
            top: 0px;
            right: 0px;
        }

    .main-search-advanced-button:nth-of-type(2) {
        margin-left: 5%;
        margin-right: 5%;
    }

.macbook-apoint-website {
    background-image: url(../img/realistic-mockups/macbook-apoint-website.png);
}

.mark-finished {
    font-weight: 700;
    padding-bottom: 20px;
}

.mb1 {
    margin-bottom: 1rem !important;
}

.mt1 {
    margin-top: 1rem !important;
}

.ml1 {
    margin-left: 1rem !important;
}

.mr1 {
    margin-right: 1rem !important;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.message-content br {
    margin-bottom: 5px !important;
    display: block;
    position: relative;
    height: 10px;
    content: '';
}

.mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.more-information-container {
    padding: 20px;
    float: left;
    width: 100%;
}

.mockup-image {
    background-repeat: no-repeat;
    background-position: right 50%;
    background-size: contain;
    width: 100%;
    height: 350px;
    float: left;
}

    .mockup-image.macbook-system {
        background-image: url(../img/realistic-mockups/macbook-system.png);
    }

    .mockup-image.iphone-mobile-advert {
        background-image: url(../img/realistic-mockups/iphone-mobile-advert.png);
    }

    .mockup-image.contact-us-floating-iphone {
        background-image: url(../img/realistic-mockups/contact-us-floating-iphone.png);
    }

    .mockup-image.imac-candidate-mockup {
        background-image: url(../img/realistic-mockups/imac-candidate-mockup.png);
        height: 450px;
        background-position: 50%;
    }





    .mockup-image.floating-macbook-website {
        background-image: url(../img/realistic-mockups/floating-macbook-website.png);
        height: 450px;
        background-position: 50%;
    }

    .mockup-image.floating-ipad-jobseeker {
        background-image: url(../img/realistic-mockups/floating-ipad-jobseeker.png);
    }




.my-filters-list li button {
    /*background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);*/
}

.my-filters-sub-header {
    float: left;
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
}

.my-filters-selected {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .my-filters-selected:last-of-type {
        margin-bottom: 0;
    }

.my-filters .primary-orange {
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

    .my-filters .primary-orange:last-child {
        margin-bottom: 0;
    }

.matching-criteria {
    padding-left: 20px;
}

/*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/





/*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/

.ntx-button-bigger {
    width: 100%;
    padding: 15px !important;
    margin: 20px 0;
}


.no-list-style
{
    list-style:none;
}

#NTXLoginBar table td span {
    display: none;
}

.has-multiple-checkboxes
{
    position:relative;
}

.has-multiple-checkboxes:after
{
    content:'';
    display:table;
    clear:both;
}

.has-multiple-checkboxes .ntx-checkbox
{
    /*width:auto;*/
}

.has-multiple-checkboxes .ntx-checkbox
{
    margin: 24px 24px 0 0;
}

.has-multiple-checkboxes .ntx-checkbox:last-of-type {
    margin-right: 0;
}

#NTXAdvert-Dialog_dialog .AdvertParentContainer {
    margin: 0 auto;
    box-sizing: initial;
}

.not-logged-in .further-search-options.stuck {
    top: 5px;
}

.not-logged-in #ntx-sticky-anchor {
}

.not-logged-in .user-navigation {
    display: none;
}

.not-logged-in .job-a-container {
    top: 0px;
}

.not-logged-in .job-r-container {
    top: 60px;
}


.navigation-content {
    float: left;
    width: 1000px;
}

ul.navigation {
    list-style: none;
    float: left;
    width: 1000px;
    position: absolute;
}

.navigation li {
    float: left;
    margin: 0 25px;
    font-weight: 500;
    border-bottom: 1px solid rgba(245, 248, 250, 1);
    cursor: pointer;
    position: relative;
}

#NTXAppFormQuestions UL {
    padding: 20px 40px;
}

.navigation li:hover, .navigation li:focus {
    border-bottom: 2px solid rgba(255, 136, 57, 1);
}

.navigation li a {
    padding: 10px 40px 18px 40px;
    display: block;
}

.navigation li.active {
    border-bottom: 2px solid rgba(255, 136, 57, 1);
}

.navigation li:first-child {
    margin-left: 0;
}

.navigation li:last-child {
    margin-right: 0;
}

.job-search-image.networx-recruitment-office {
    background-image: url(../img/hero-images/recruiter/networx-recruitment-office.jpg);
}

.promoted-content-item.image-item .promoted-content.no-padding-top {
    padding-top: 0;
}



.no-button {
    border: 0 none;
    background: transparent;
    cursor: pointer;
}

#NTXAdvert ul, #NTXAdvert-Dialog_dialog .AdvertParentContainer ul,
#NTXAdvert ol, #NTXAdvert-Dialog_dialog .AdvertParentContainer ol {
    margin-left: 2rem;
}

.ntx-mdl-container-intro {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 30px;
}

    .ntx-mdl-container-intro span {
        font-weight: 700;
    }

.ntx-mdl-content {
    float: left;
    width: 100%;
    margin-top: 50px;
}

    .ntx-mdl-content.testimonial .ntx-mdl-tabs {
        width: 50%;
    }

    .ntx-mdl-content.testimonial .ntx-mdl-container-image {
        width: 45%;
    }

.ntx-mdl-container-image {
    float: left;
    width: 35%;
    background-position: 50% top;
    background-repeat: no-repeat;
}

    .ntx-mdl-container-image.attracting-top-talent {
        background-image: url(../img/realistic-mockups/iPad-iPhone-Top-Down.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.argos-responsive-website {
        background-image: url(../img/realistic-mockups/argos-responsive-website.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.networx-careers-page-mockup {
        background-image: url(../img/realistic-mockups/laterooms-careers-page.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.fully-responsive-application {
        background-image: url(../img/realistic-mockups/fully-responsive-application.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.agencies-dashboard {
        background-image: url(../img/realistic-mockups/agencies-dashboard-mockup.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.candidate-managed-responsive {
        background-image: url(../img/realistic-mockups/candidate-managed-responsive.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.tableau-reporting {
        background-image: url(../img/realistic-mockups/Tableau-Reporting.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.managing-applications {
        background-image: url(../img/realistic-mockups/Macbook-Top-Down.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.macbook-top-down-notebook {
        background-image: url(../img/realistic-mockups/macbook-top-down-notebook.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.candidate-experience {
        background-image: url(../img/realistic-mockups/iMac-Environment-Top-Down.png);
        background-size: 100%;
        height: 360px;
    }

.ntx-mdl-content.full-width .ntx-mdl-tabs {
    width: 100%;
    float: left;
    margin-left: 0;
}

.ntx-mdl-tabs {
    float: left;
    width: 60%;
    margin-left: 5%;
}

.ntx-mdl-tab-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    width: 48px;
    height: 48px;
}

    .ntx-mdl-tab-icon.careers-portal-tab-icon {
        background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
        background-size: 40px;
    }

    .ntx-mdl-tab-icon.mobile-phone-icon {
        background-image: url(../img/icons/5e5e5e/Mobile-Phone-Icon.svg);
        background-size: 20px;
    }

    .ntx-mdl-tab-icon.ca-networx-swoosh-icon {
        background-image: url(../img/icons/5e5e5e/networx-Swoosh.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-aggregators-icon, .ntx-mdl-tab-icon.rhm-job-board-multiposting {
        background-image: url(../img/icons/5e5e5e/Aggregators-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-social-media-icon, .ntx-mdl-tab-icon.rhm-social-media-icon {
        background-image: url(../img/icons/5e5e5e/Share-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.rhm-networx-swoosh-icon {
        background-image: url(../img/icons/5e5e5e/networx-Swoosh.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-job-boards-icon, .ntx-mdl-tab-icon.rhm-your-careers-page, .ntx-mdl-tab-icon.ce-candidate-experience-icon {
        background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-search-icon {
        background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.rhm-creating-vacancies-icon, .ntx-mdl-tab-icon.ce-corporate-branding-options {
        background-image: url(../img/icons/5e5e5e/Edit-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.r-dashboard-icon {
        background-image: url(../img/icons/5e5e5e/Dashboard-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.cm-sifting-icon, .ntx-mdl-tab-icon.rhm-sifting-icon {
        background-image: url(../img/icons/5e5e5e/Sifting-Icon.svg);
        background-size: 25px;
    }

    .ntx-mdl-tab-icon.cm-shortlisting-candidates-icon, .ntx-mdl-tab-icon.rhm-searchable-candidate-database {
        background-image: url(../img/icons/5e5e5e/Users-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.cm-scoring-icon, .ntx-mdl-tab-icon.rhm-scoring-icon {
        background-image: url(../img/icons/5e5e5e/Scoring-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.rhm-self-selection-interviews-icon, .ntx-mdl-tab-icon.is-quarterly-updates-icon {
        background-image: url(../img/icons/5e5e5e/Calendar-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.cm-video-interview-icon, .ntx-mdl-tab-icon.rhm-video-interview-icon {
        background-image: url(../img/icons/5e5e5e/Video-Interview-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.cm-selection-tools-icon, .ntx-mdl-tab-icon.r-bespoke-reporting-icon {
        background-image: url(../img/icons/5e5e5e/Settings-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.cm-interview-services-icon, .ntx-mdl-tab-icon.is-tailored-training-icon {
        background-image: url(../img/icons/5e5e5e/Interview-Services-Icon.svg);
        background-size: 45px;
    }

    .ntx-mdl-tab-icon.cm-offering-candidates-icon, .ntx-mdl-tab-icon.is-project-managed-implementation, .ce-onboarding-icon {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.is-integrated-help-section-icon {
        background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.is-system-support-infrastructure-icon {
        background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
        background-size: 40px;
    }

    .ntx-mdl-tab-icon.ce-landing-page-icon, .ntx-mdl-tab-icon.am-dedicated-agency-portal {
        background-image: url(../img/icons/5e5e5e/Landing-Page-Icon.svg);
        background-size: 20px;
    }

    .ntx-mdl-tab-icon.ce-application-form-icon, .ntx-mdl-tab-icon.r-vacancy-overview-icon, .rhm-additional-options {
        background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.r-reporting-icon, .ntx-mdl-tab-icon.am-reporting-icon {
        background-image: url(../img/icons/5e5e5e/Reporting-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.ce-mobile-friendly-icon {
        background-image: url(../img/icons/5e5e5e/Mobile-Phone-Icon.svg);
        background-size: 20px;
    }

    .ntx-mdl-tab-icon.ce-applying-without-cv-icon, .ntx-mdl-tab-icon.r-compliance-diversity-icon, .ntx-mdl-tab-icon.am-manage-your-psl, .cm-candidate-management-icon {
        background-image: url(../img/icons/5e5e5e/Applying-Without-CV-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ce-candidate-account-icon, .ca-candidate-attraction-icon {
        background-image: url(../img/icons/5e5e5e/Blank-User.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ce-job-alerts-icon {
        background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.ce-candidate-communication {
        background-image: url(../img/icons/5e5e5e/Message-Icon.svg);
        background-size: 35px;
    }


.ntx-mdl-container-left .ntx-mdl-container-image {
    float: right;
}

.ntx-mdl-container-left .ntx-mdl-tabs {
    margin-left: 0;
    margin-right: 5%;
}

.no-border {
    border: none;
}

.ntx-logo {
    background-image: url(../img/ntx-elements/networx-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    width: 185px;
    height: 45px;
    margin: 0 auto;
    display: block;
}

.ntx-button {
    border-radius: 5px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-repeat: no-repeat;
    padding: 10px 25px;
    font-weight: 500 !important;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(40, 40, 40, 1);
    display: block;
    text-decoration: none !important;
    position: relative;
}

    .ntx-button:hover, .ntx-button:focus, .contact-us-item:hover, .contact-us-item:focus {
        text-decoration: underline !important;
        background-color: rgba(245, 248, 250, 1);
    }

    .ntx-button.our-solutions-button {
        margin-top: 20px;
        width: 325px;
        min-width: 325px;
    }

    .ntx-button.full-width {
        text-align: center;
    }

    .ntx-button.testimonial-button {
        margin: 0 auto;
        width: 20%;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
    }

        .ntx-button.testimonial-button:before {
            content: '';
            width: 20px;
            height: 20px;
            background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: 50%;
            position: absolute;
            left: 25px;
        }

.ntx-button-arrow-right {
    background-image: url(../img/icons/ffffff/Arrow-Right.svg);
}

.ntx-button-arrow-left {
    background-image: url(../img/icons/ffffff/Arrow-Left.svg);
}

.ntx-button-left {
    float: left;
    text-align: left;
}

.ntx-button-right {
    float: right;
    /*padding-right: 50px !important;*/
    text-align: right;
}

.ntx-help-button-right {
    margin-right: 10px;
}

.ntx-button-center {
    width: 100%;
    padding-left: 50px !important;
    text-align: center;
}

.ntx-button.job-a-action {
    margin-right: 15px;
}

    .ntx-button.job-a-action:last-child {
        margin-right: 0;
    }

.ntx-button.time-left-to-apply-icon {
    background-image: url(../img/icons/5e5e5e/calendar-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.apply-now-icon {
    color: rgba(255, 255, 255, 1);
}

.job .ntx-button.primary-green.apply-now-icon {
    background-image: url(../img/icons/ffffff/arrow-right.svg);
    background-size: 10px;
    background-position: left 20px center;
}

    .job .ntx-button.primary-green.apply-now-icon:before {
        display: none;
    }

.ntx-button-add {
    background-image: url(../img/icons/ffffff/add-icon.svg);
}

.ntx-button.primary-green.apply-now-icon:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(../img/icons/ffffff/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    top: calc(50% - 7.5px);
    left: 10px;
    position: absolute;
}

.ntx-button.primary-green.tick-icon {
    background-image: url(../img/icons/ffffff/tick.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
}

.ntx-button.arrow-left-icon {
    background-image: url(../img/icons/5e5e5e/arrow-left.svg);
    background-size: 10px;
    background-position: left 20px center;
}

.ntx-button.job-a-icon {
    background-image: url(../img/icons/5e5e5e/job-a-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.documents-icon {
    background-image: url(../img/icons/5e5e5e/applications-icon.svg);
    background-size: 20px;
    background-position: left 15px center !important;
    padding: 10px 25px 10px 50px;
}

.ntx-button.menu-icon {
    background-image: url(../img/icons/5e5e5e/menu-icon.svg);
    background-size: 20px;
    background-position: left 20px center;
    padding-left: 50px !important;
}

.ntx-button.back-to-search {
    background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
    background-size: 20px;
    background-position: left 20px center;
    padding-left: 50px;
}

.ntx-button.primary-green.print-icon {
    background-image: url(../img/icons/ffffff/print-icon.svg);
    background-size: 20px;
    background-position: left 20px center;
}

.ntx-button.share-icon {
    background-image: url(../img/icons/5e5e5e/share-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.networx-swoosh {
    background-image: url(../img/icons/5e5e5e/networx-swoosh.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.candidate-services {
    background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.job-a-icon {
    background-image: url(../img/icons/5e5e5e/job-at-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.login-icon {
    background-image: url(../img/icons/5e5e5e/padlock.svg);
    background-size: 15px;
    background-position: right 20px center;
    padding-right: 50px;
}

.ntx-button.support-icon {
    background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
    background-size: 15px;
    background-position: right 20px center;
    padding-right: 50px;
}

.ntx-button.user-login-icon {
    background-image: url(../img/icons/5e5e5e/blank-user.svg);
    background-size: 20px;
    background-position: right 20px center;
}

.ntx-button.save-icon {
    background-image: url(../img/icons/5e5e5e/heart-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding: 10px 25px 10px 50px;
}

    .ntx-button.save-icon.saved {
        background-image: url(../img/icons/4cab0c/tick.svg);
        background-color: rgb(245, 248, 250);
    }


.ntx-button.primary-green {
    /*background-color: #4cab0c;*/
    color: rgba(255, 255, 255, 1) !important;
}

.ntx-button.primary-red {
    background-color: rgb(225, 30, 30);
    color: rgba(255, 255, 255, 1) !important;
}

    .ntx-button.primary-red:hover {
        background-color: rgba(245, 68, 68,1);
    }

.ntx-button.primary-green.external-green {
    text-align: center;
    background-position: left 75px center;
    display: block;
}

.ntx-button.primary-orange {
    background-color: rgba(255, 102, 0, 1);
    color: rgba(255, 255, 255, 1) !important;
}

    .ntx-button.primary-orange:hover, .ntx-button.primary-orange:focus {
        background-color: rgba(255, 136, 57, 1);
    }

.ntx-button.primary-blue {
    background-color: rgb(67, 133, 245);
    color: rgba(255, 255, 255, 1) !important;
}

    .ntx-button.primary-blue:hover {
        background-color: rgba(67, 133, 245,0.75);
    }

.ntx-button.user-account-button {
    float: left;
    background-color: rgba(12, 98, 171, 1);
    color: rgba(255, 255, 255, 1) !important;
    margin-right: 15px;
}

    .ntx-button.user-account-button.register-for-job-alerts {
        padding: 10px 25px !important;
    }

    .ntx-button.user-account-button.favourite-jobs {
        position: relative;
    }

    .ntx-button.user-account-button:last-of-type {
        margin-right: 0;
    }

    .ntx-button.user-account-button:hover, .ntx-button.user-account-button:focus {
        background-color: rgba(41, 143, 206, 1);
    }

    .ntx-button.user-account-button.message-icon {
        background-image: url(../img/icons/ffffff/Message-Icon.svg);
        background-size: 20px;
        background-position: left 15px center;
        margin-right: 0;
        width: 100%;
    }

.ntx-button.primary-green:hover, .ntx-button.primary-green:focus {
    background-color: #275705;
}

.ntx-button.no-colour.ntx-button-cancel {
    background-image: url(../img/icons/5e5e5e/Close-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}


.ntx-button.more-information-button {
    background-color: rgba(76, 171, 12, 1);
    float: left;
    color: rgba(255, 255, 255, 1);
    background-image: url(../img/icons/ffffff/arrow-right.svg);
    background-size: 10px;
    background-position: left 20px center;
}

.ntx-button.job-alerts-button {
    background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

    .ntx-button.job-alerts-button.saved {
        background-image: url(../img/icons/4cab0c/tick.svg);
        background-color: rgb(245, 248, 250);
    }

.ntx-button.edit-job-alerts-button {
    background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.additional-reference-button {
    margin-bottom: 20px;
}

.ntx-button.edit-details-button {
    background-image: url(../img/icons/5e5e5e/edit-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.download-my-data-button {
    background-image: url(../img/icons/5e5e5e/Download-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.select-reference-button {
    background-image: url(../img/icons/5e5e5e/disciplines-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.primary-green.edit-details-button {
    background-image: url(../img/icons/ffffff/edit-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.applications-button {
    background-image: url(../img/icons/5e5e5e/edit-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.documents-to-sign-button {
    background-image: url(../img/icons/5e5e5e/documents-to-sign-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
    margin-bottom: 10px;
}

.ntx-button.withdraw-application-button {
    background-image: url(../img/icons/5e5e5e/close-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.change-answer-request-button {
    background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.view-privacy-policy-button {
    background-image: url(../img/icons/5e5e5e/Sifting-Icon.svg);
    background-size: 15px;
    background-position: left 15px center;
    padding-left: 50px;
}


.ntx-button.raise-objection-button {
    background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.delete-favourite-role-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.change-password-button {
    background-image: url(../img/icons/5e5e5e/Password-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.deactivate-profile-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-cv-button {
    background-image: url(../img/icons/5e5e5e/Edit-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.download-cv-button {
    background-image: url(../img/icons/5e5e5e/Download-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.upload-cv-button {
    background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
    background-size: 25px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.tick-button {
    background-image: url(../img/icons/4cab0c/tick.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.enter-contact-details {
    background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
    background-size: 25px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.profile-icon {
    background-image: url(../img/icons/5e5e5e/Blank-User.svg);
    background-size: 25px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.delete-cv-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.delete-app-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.primary-red.delete-app-button {
    background-image: url(../img/icons/ffffff/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-locations-button {
    background-image: url(../img/icons/5e5e5e/Location-Pin.svg);
    background-size: 15px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-disciplines-button {
    background-image: url(../img/icons/5e5e5e/Disciplines-Icon.svg);
    background-size: 15px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-salary-range-button {
    background-image: url(../img/icons/5e5e5e/Salary-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.request-a-demo {
    text-align: center;
    width: 50%;
    float: left;
    margin-top: 20px;
    color: rgb(255, 255, 255) !important;
}

.ntx-button.show-matching-roles {
    background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.support-code-button {
    background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.disabled {
    background-color: #c5c5c5 !important;
    pointer-events: none;
    border: 1px solid transparent;
}

    .ntx-button.disabled:hover {
        text-decoration: none !important;
        cursor: default !important;
    }

.login-options-main .ntx-button.disabled {
    display: none;
}

.not-allowed {
    cursor: not-allowed !important;
}

.ntx-button.action-loading {
    display: none;
    background-image: url('../img/ntx-branding/ntx-loader-ie.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999999999px;
}

    .ntx-button.action-loading.disabled {
        display: block;
    }

#ntx-sticky-anchor {
    float: left;
    width: 100%;
    bottom: 50px;
    height: 76px;
    background: rgba(0, 0, 0, 0);
    position: relative;
    z-index: -1;
}

    #ntx-sticky-anchor.ntx-sticky-anchor-recruiter {
        top: 3px;
    }

.ntx-navigation-container {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 0;
    visibility: hidden;
}

    .ntx-navigation-container.nav-active {
        opacity: 1;
        visibility: visible;
    }

    .ntx-navigation-container nav {
        float: left;
        width: 100%;
        height: 100%;
    }

.ntx-navigation {
    width: 300px;
    float: left;
    height: 100%;
    background-color: rgba(40, 40, 40, 1);
    position: relative;
    left: -300px;
    padding: 25px 35px;
}

.ntx-navigation-top {
    position: relative;
    top: 75px;
}

    .ntx-navigation-top a {
        color: rgba(255, 255, 255, 1);
        display: block;
        padding-bottom: 20px;
        background-size: contain;
        font-weight: 400;
    }

        .ntx-navigation-top a:last-child {
            padding-bottom: 0;
        }

.ntx-navigation-close-container {
    width: 100%;
    background-color: transparent;
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.ntx-navigation-container.nav-active .ntx-navigation, .ntx-navigation-container.nav-active .ntx-navigation-close-container {
    left: 0;
}

.ntx-navigation-close-icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    top: 25px;
    right: 25px;
    background-image: url(../img/icons/ffffff/close-icon.svg);
    cursor: pointer;
}

.ntx-navigation-bottom {
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: -o-calc(100% - 70px);
    width: calc(100% - 70px);
}

    .ntx-navigation-bottom .social-media-container {
        margin-top: 0;
    }

    .ntx-navigation-bottom hr {
        margin: 25px 0;
    }

    .ntx-navigation-bottom .client-login-link {
        display: block;
        padding-left: 2rem;
        background-repeat: no-repeat;
        background-image: url(../img/icons/ffffff/padlock.svg);
        background-position: left 50%;
        min-height: 20px;
        background-size: contain;
        color: rgba(255, 255, 255, 1);
        font-weight: 400;
    }

.ntx-modal {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

.ntx-modal-bg {
    background-image: none;
    background-color: rgba(45, 45, 45, 0.75);
    opacity: 1;
}

.ntx-modal-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgb(221, 221, 221);
    position: absolute;
    top: -20px;
    right: -20px;
    float: left;
    background-color: rgba(45, 45, 45, 0.9);
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
}

    .ntx-modal-close::before {
        display: none;
    }



/*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/





/*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/

.job-search-image.our-solutions-macbook {
    background-image: url(../img/hero-images/recruiter/our-solutions-macbook.jpg);
}

.job-search-image.our-clients-office {
    background-image: url(../img/hero-images/recruiter/our-clients-office.jpg);
}

.off-screen {
    position: absolute;
    left: -99999px;
}

#OnlineTest ul {
    margin-left: 1rem;
}

    #OnlineTest ul li {
        margin-bottom: 1rem;
    }



/*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/
/*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/
.pb1 {
    padding-bottom: 1rem;
}

.pt1 {
    padding-top: 1rem;
}

.pl1 {
    padding-left: 1rem;
}

.pr1 {
    padding-right: 1rem;
}

.padding1 {
    padding: 1rem;
}

.padding2 {
    padding: 2rem;
}

#printablediv {
    margin-top: 20px;
}

.privacy-policy-dialog .ntx-checkbox,
.privacy-policy-link-container {
    margin-top: 20px;
}

    .privacy-policy-dialog .ntx-checkbox label {
        padding: 15px 15px 15px 40px;
    }

    .privacy-policy-link-container > div {
        font-weight: 700;
        position: relative;
    }

p + .privacy-policy-link-container {
    margin: 20px 0;
}

.privacy-policy-link-container label {
    display: block;
}

.privacy-policy-link-container a.link {
    display: block;
}

.privacy-policy-link-container > p {
    font-weight: bold;
    display: block;
}

.privacy-policy-link-container.is-checked > div:before {
    background-image: url(../img/icons/4cab0c/tick.svg);
}

.pre-footer-header {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
}

    .pre-footer-header .h3 {
        font-weight: 400;
        margin-bottom: 30px;
    }

.prompt {
    width: 100%;
    max-width: 10rem;
}

td.prompt, th.prompt {
    width: 10rem;
    max-width: unset;
}

.prompt-l {
    width: 100%;
    max-width: 20rem;
}

td.prompt-l, th.prompt-l {
    width: 20rem;
    max-width: unset;
}

.prompt-xl {
    width: 100%;
    max-width: 30rem;
}

td.prompt-xl, th.prompt-xl {
    width: 30rem;
    max-width: unset;
}

@media only screen and (max-width : 1024px) {
    .prompt-l {
        width: 100%;
        max-width: 18rem;
    }

    td.prompt-l, th.prompt-l {
        width: 18rem;
        max-width: unset;
    }

    .prompt-xl {
        width: 100%;
        max-width: 22rem;
    }

    td.prompt-xl, th.prompt-xl {
        width: 22rem;
        max-width: unset;
    }
}

@media only screen and (max-width : 800px) {
    .prompt-l {
        width: 100%;
        max-width: 16rem;
    }

    td.prompt-l, th.prompt-l {
        width: 16rem;
        max-width: unset;
    }

    .prompt-xl {
        width: 100%;
        max-width: 20rem;
    }

    td.prompt-xl, th.prompt-xl {
        width: 20rem;
        max-width: unset;
    }
}


.promoted-content-container, .recruiter-content-container {
    background-color: rgba(255, 255, 255, 1);
    padding: 50px;
    border-right: 1px solid rgba(221, 221, 221, 1);
    border-left: 1px solid rgba(221, 221, 221, 1);
}

    .promoted-content-container .promoted-content {
        width: 45%;
        float: left;
        margin: 0 20px;
    }

    .promoted-content-container.large .promoted-content {
        width: 17.5%;
        margin: 0 17px;
    }

    .promoted-content-container .image-item .promoted-content, .promoted-content-container .content-items .promoted-content, .promoted-content-container .more-information-items .promoted-content {
        margin: 0;
    }

    .promoted-content-container.large .promoted-content:nth-of-type(5) {
        margin-right: 0;
    }

    .promoted-content-container.large .promoted-content:first-of-type {
        margin-left: 0;
    }

.promoted-content.no-border {
    border: none;
}

.promoted-content.contact-us-section {
    padding-top: 20px;
}

.promoted-content.no-border-bottom {
    border-bottom: none;
}

.promoted-content.text-align-center, .promoted-content.text-align-center .h6 {
    text-align: center;
}

.promoted-content-icon-outer {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 100%;
    padding: 4px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 1px solid rgba(221, 221, 221, 1);
}

.promoted-content-icon-inner {
    background-color: rgba(248, 248, 248, 1);
    border-radius: 100%;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border: 1px solid rgba(221, 221, 221, 1);
}

    .promoted-content-icon-inner.managing-applications {
        background-image: url(../img/icons/5e5e5e/Managing-Applications-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.attracting-top-talent {
        background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.candidate-experience {
        background-image: url(../img/icons/5e5e5e/Mobile-Phone-Icon.svg);
        background-size: 30px;
    }

    .promoted-content-icon-inner.reporting {
        background-image: url(../img/icons/5e5e5e/Reporting-Icon.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.agencies {
        background-image: url(../img/icons/5e5e5e/Users-Icon.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.implementation {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.the-company {
        background-image: url(../img/icons/5e5e5e/Users-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.our-services {
        background-image: url(../img/icons/5e5e5e/Settings-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.our-clients {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.jobseeker {
        background-image: url(../img/icons/5e5e5e/Blank-User.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.networx-client-swoosh {
        background-image: url(../img/icons/5e5e5e/networx-Swoosh.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.general-eunquiries {
        background-image: url(../img/icons/5e5e5e/Message-Icon.svg);
        background-size: 50px;
    }

.promoted-content .bottom-section {
    padding: 20px;
}

    .promoted-content .bottom-section.more-info {
        padding: 0 20px;
    }

.promoted-content .more-information-container {
    background-color: rgba(248, 248, 248, 1);
    border-radius: 0px 0px 5px 5px;
}

.promoted-content.center {
    margin-left: 5%;
    margin-right: 5%;
}

.promoted-content .ntx-button {
    margin-top: 20px;
}

.promoted-content .more-information-container .ntx-button {
    margin-top: 0;
}

.promoted-content-list {
    margin-top: 20px;
    list-style: none;
}

    .promoted-content-list li {
        padding-left: 20px;
        min-height: 20px;
        padding-bottom: 15px;
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: left top 5px;
        background-image: url(../img/icons/4cab0c/tick-box.svg);
        line-height: 25px;
    }

        .promoted-content-list li:last-child {
            padding-bottom: 0;
        }

.promoted-content-image {
    float: left;
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 4px 4px 0px 0px;
}

.promoted-content-overlay {
    float: left;
    width: 100%;
    height: 150px;
    background-color: rgba(44, 44, 44, 0.35);
    position: absolute;
    z-index: 1;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    padding: 40px 130px;
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 10px rgba(40, 40, 40, 0.8);
    font-weight: 500;
}

    .promoted-content-overlay * {
        text-align: center;
        color: rgb(255, 255, 255);
        text-shadow: 0px 0px 10px rgba(40, 40, 40, 0.8);
        font-weight: 500;
    }

.promoted-content .apply-now-icon {
    text-align: center;
    background-position: left 75px center;
    display: block;
}

.promoted-content .h6 {
    text-align: left;
}

.promoted-content-item {
    display: flex;
    width: 75%;
    margin: 0 auto;
}

    .promoted-content-item.contact-us .promoted-content:nth-of-type(2) {
        margin-left: 5%;
        margin-right: 0%;
    }

    .promoted-content-item.contact-us .promoted-content:nth-of-type(1) {
        margin-left: 0%;
        margin-right: 5%;
    }

    .promoted-content-item.more-information-items .promoted-content {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: none;
    }

    .promoted-content-item.content-items .promoted-content {
        border-radius: 0;
        border-top: none;
    }

    .promoted-content-item.image-item .promoted-content {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.profile-container-icon {
    background-repeat: no-repeat;
    background-size: contain;
    width: 75px;
    height: 75px;
    float: left;
    background-position: 50%;
}

.profile-incomplete-warning-icon {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
}

.profile-complete-tick-icon {
    background-image: url(../img/icons/5e5e5e/Tick-Box.svg);
}

.profile-job-alert-icon {
    background-image: url(../img/icons/5e5e5e/Job-Alerts-Icon.svg);
}

.profile-my-data-icon {
    background-image: url(../img/icons/5e5e5e/application-info.svg);
}

.profile-docusign-info-icon {
    background-image: url(../img/icons/5e5e5e/documents-to-sign-icon.svg);
}

.profile-interviews-icon {
    background-image: url(../img/icons/5e5e5e/Calendar-Icon.svg);
}

.profile-incomplete-applications-icon {
    background-image: url(../img/icons/5e5e5e/Managing-Applications-Icon.svg);
}

.profile-applications-complete-icon {
    background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
}

.profile-supplemental-info-icon {
    background-image: url(../img/icons/5e5e5e/Sifting-Icon.svg);
}

.profile-references-info-icon {
    background-image: url(../img/icons/5e5e5e/Disciplines-Icon.svg);
}

.profile-fullapp-request-icon {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
}

.profile-agency-application-icon {
    background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
}

.profile-upload-icon {
    background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
}

.profile-searchable-cv {
    background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
}

.profile-searchable-icon {
    background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
}

.profile-private-icon {
    background-image: url(../img/icons/5e5e5e/spy.svg);
}

.profile-pointers-container .container {
    height: 75%;
    position: relative;
}

.profile-pointers {
    width: 300px;
    height: 100px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(221, 221, 221);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 4px rgb(136, 136, 136);
    -moz-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px rgb(136, 136, 136);
    bottom: 30px;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 20px 40px;
}

    .profile-pointers.active {
        opacity: 1;
        visibility: visible;
    }

    .profile-pointers.profile-pointers-1 {
    }

    .profile-pointers.profile-pointers-2 {
        left: 150px;
    }

    .profile-pointers.profile-pointers-3 {
        bottom: 70px;
        left: auto;
        right: 0px;
    }

        .profile-pointers.profile-pointers-3:before {
            right: 35px;
            left: auto;
            top: 98px;
        }

        .profile-pointers.profile-pointers-3:after {
            right: 38px;
            left: auto;
            top: 96px;
        }

    .profile-pointers:before, .profile-pointers:after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
    }

    .profile-pointers:before {
        left: 35px;
        top: 98px;
        border: 18px solid;
        border-color: rgb(221, 221, 221) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    .profile-pointers:after {
        left: 38px;
        top: 96px;
        border: 15px solid;
        border-color: rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    .profile-pointers.profile-pointers-left:before {
        left: -37px;
        top: 19px;
        border: 18px solid;
        border-color: rgba(0, 0, 0, 0) rgb(221, 221, 221) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    .profile-pointers.profile-pointers-left:after {
        left: -30px;
        top: 22px;
        border: 15px solid;
        border-color: rgba(0, 0, 0, 0) rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

.profile-pointers-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url(../img/icons/5e5e5e/Close-Icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.profile-about-you {
    display: inline-block;
    vertical-align: middle;
    border: 0px solid #ddd;
    float: left;
    border-radius: 0px;
    padding: 0px;
    width: 100%;
    margin-bottom: 0px;
}

    .profile-about-you h1 {
        margin-bottom: 25px;
    }

.profile-job-preferences {
    display: inline-block;
    vertical-align: middle;
    border: 0px solid #ddd;
    float: left;
    border-radius: 5px;
    padding: 0px;
    width: 100%;
    margin-bottom: 30px;
}

    .profile-job-preferences h1 {
        margin-bottom: 25px;
    }

.plymouth-college-of-art-header-image {
    background-image: url(../img/our-clients/Education/plymouth-college-of-art/plymouth-college-of-art-header.jpg);
}

.pointer-cursor {
    cursor: pointer;
}

.privacy-policy-link {
    text-decoration: underline !important;
    cursor: pointer !important;
    color: #1160da !important;
}

.position-relative {
    position: relative;
}

/*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/


/*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/


.question-response .required {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
    background-size: 25px 23px;
    padding: 10px 45px 10px 15px;
}

.question-quick-app .quick-app-button-container {
    float: right;
}

    .question-quick-app .quick-app-button-container .ntx-button {
        float: left;
    }

.question-response .required.valid {
    background-image: none;
}

.question-response .drop-down.required {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
    background-position: right 36px center;
    background-size: 25px 23px;
}

.question-response .drop-down:after {
    content: '';
    background-image: url(../img/icons/5e5e5e/Arrow-Down.svg);
    height: 10px;
    width: 15px;
    float: right;
    background-size: contain;
    position: absolute;
    right: 15px;
    z-index: 1;
    background-repeat: no-repeat;
    top: 15px;
}

.question-response .drop-down.required.valid {
    background-image: none;
}

.quick-app-header td img {
    width: 180px;
    height: 55px;
}



/*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/




/*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/

.references-content .title,
.references-content .details {
    position: static;
    top: 0;
    left: 0;
    width: 50%;
    text-align: left;
    word-break: break-all;
    padding: 0;
    padding-bottom: 20px;
    float:left;
}

input.radio-button {
    margin-right: 8px;
}

.request-a-demo-header-image {
    background-image: url(../img/hero-images/recruiter/request-a-demo-header-image.jpg);
}

.reference-completed-icon {
    width: 100px;
    margin: 0 auto;
    position: relative;
}

.ntx-icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    background-color: rgb(255, 255, 255);
    border-radius: 100%;
    padding: 15px;
    border: 1px solid rgb(221, 221, 221);
}

.reference-completed-icon .ntx-icon.tick-icon {
    background-image: url(../img/icons/4cab0c/tick.svg);
    background-size: 20px;
    top: 0;
    right: 0;
}

.references-check-box-container {
    float: right;
}

    .references-check-box-container .references-label {
        padding: 0;
    }

references-checkbox-container {
    float: left;
    width: 35%;
}

.reference-item {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

    .reference-item:last-of-type {
        margin-bottom: 0;
    }

    .reference-item h2.h3 {
        font-weight: 500;
        margin-bottom: 15px;
    }

.reference-hidden {
    display: none;
}

.reference-show {
    display: block;
}

.recruiter-top-section-container .scroll-down-container {
    width: 1200px;
}

.reference-info {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

    .reference-info:last-of-type {
        margin-bottom: 0px;
    }

.candidate-dialog-box .reference-info {
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
}

.reference-info .your-profile-header {
    border-bottom: none;
    padding-bottom: 0;
}

.references-content {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.recruiter-top-section-container .scroll-down-container .scroll-down-featured-recruiters {
    color: rgb(40, 40, 40);
    text-shadow: none;
}

.recruiter-top-section-container .scroll-down-container .scroll-down-container-icon {
    background-image: url(../img/icons/5e5e5e/arrow-down.svg);
}

.refine-search-section {
    float: left;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 20px;
}

main article .refine-search-half-width-container .refine-search-section {
    width: 30%;
    padding: 25px;
}

.refine-search-full-width-container .refine-search-section {
    width: 100%;
    padding: 50px 20px;
}

.refine-search-overlay .main-search-button {
    margin-bottom: 25px;
}

.refine-search-half-width-container .refine-search-section:nth-child(2) {
    margin-left: 5%;
    margin-right: 5%;
}

.refine-search-half-width-container {
    float: left;
    width: 100%;
    height: 50%;
    margin-bottom: 40px;
}

.refine-search-full-width-container {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.refine-search-section .advanced-search-options-container {
    height: -moz-calc(100% - 80px);
    height: -webkit-calc(100% - 80px);
    height: -o-calc(100% - 80px);
    height: calc(100% - 80px);
    margin-top: 15px;
}

.refine-search-section .advanced-search-option-checkbox {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 98%;
    margin-right: 0;
}

.refine-search-section .advanced-search-option-label {
    padding: 10px;
}

.refine-search-overlay .main-search-input {
    border: 1px solid #dddddd;
    box-shadow: none;
}

.recruiter-top-section-container .job-search-overlay {
    width: 1200px;
    background-color: rgba(255, 255, 255, 0.85);
}

    .recruiter-top-section-container .job-search-overlay .container {
        padding: 0px 40px;
        height: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

        .recruiter-top-section-container .job-search-overlay .container ul {
            padding: 20px;
        }

            .recruiter-top-section-container .job-search-overlay .container ul li {
                padding-bottom: 10px;
            }

                .recruiter-top-section-container .job-search-overlay .container ul li:last-of-type {
                    padding-bottom: 0px;
                }


.ribbon {
    background-color: rgba(76, 171, 12, 1);
    width: 40px;
    height: 50px;
    position: absolute;
    margin: auto;
    background-image: url(../img/icons/ffffff/Sponsored-Ribbon.svg);
    background-position: 50%;
    background-size: 50%;
    background-repeat: no-repeat;
    z-index: 2;
    right: 20px;
    -webkit-box-shadow: 10px 10px 10px 0px rgba(40,40,40,0.5);
    -moz-box-shadow: 10px 10px 10px 0px rgba(40,40,40,0.5);
    box-shadow: 10px 10px 10px 0px rgba(40,40,40,0.5);
}

    .ribbon:before {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 0;
        height: 0;
        border-top: 30px solid rgba(76, 171, 12, 1);
        border-right: 30px solid transparent;
    }

    .ribbon:after {
        content: "";
        position: absolute;
        bottom: -20px;
        right: 0;
        width: 0;
        height: 0;
        border-top: 30px solid rgba(76, 171, 12, 1);
        border-left: 30px solid transparent;
    }

.rich-question .question-options > *:first-of-type {
    margin-right: 1rem;
}

.rich-question .question-options > label.prompt {
    display:inline-block;
}

div[class^="col-"]:not(:last-of-type) {
    margin-right: 1rem;
}

.right {
    float: left;
    width: 380px;
}

    .right.tall .further-jobs-container {
        height: 390px;
        width: 380px;
        float: left;
    }

    .right.tall .further-jobs-image-overlay {
        background-color: rgba(255, 102, 0, 0.55);
    }

.right-side-align {
    float: right;
    width: 48%;
    margin-left: 2%;
}

.recruiter-content {
    padding: 0;
}

    .recruiter-content.stuck {
        top: 60px;
    }

        .recruiter-content.stuck ~ article .clients-pre-footer {
            top: 60px;
        }

        .recruiter-content.stuck ~ footer .footer {
            top: 60px;
        }

.recruiter-content-container {
    width: 1200px;
    margin: 0 auto;
    background-color: rgb(236, 236, 236);
}

    .recruiter-content-container:nth-of-type(2n+1) {
        background-color: rgba(255, 255, 255, 1);
    }

    .recruiter-content-container ul {
        padding: 10px 20px;
    }

        .recruiter-content-container ul li {
            padding: 5px 0px;
        }


.random-client {
    float: left;
    width: 33%;
    height: 100px; /* equals max image height */
    white-space: nowrap;
    text-align: center;
}

    .random-client:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .random-client img {
        vertical-align: middle;
        max-height: 100px;
        max-width: 250px;
    }


/*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/



/*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/

.salary-input-container {
    float: left;
    width: 100%;
    margin-top: 40px;
}

    .salary-input-container .advanced-search-input {
        float: left;
        width: 48%;
        padding-left: 50px;
        background-image: url(../img/icons/5e5e5e/money-salary-icon.svg);
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: left 20px center;
    }

    .salary-input-container .salary-input-divider {
        float: left;
        width: 4%;
        text-align: center;
        line-height: 56px;
    }

select {
    font-family: Roboto, sans-serif;
}

.send-me-jobs-like-this-container {
    float: right;
    width: 30%;
}

    .send-me-jobs-like-this-container .ntx-button.primary-green {
        text-align: center;
    }

.scroll-down-container {
    float: left;
    width: 100%;
    position: fixed;
    bottom: 30%;
}

.scroll-down-container-icon {
    width: 40px;
    height: 30px;
    background-image: url(../img/icons/ffffff/arrow-down.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 20px;
}

.scroll-down-featured-recruiters {
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-shadow: 1px 1px 15px rgba(40, 40, 40, 0.8);
    width: 250px;
    margin: 0 auto;
    cursor: pointer;
}

    .scroll-down-featured-recruiters:hover {
        text-decoration: underline;
    }

#SideNav {
    margin-top: 0 !important;
}

.social-media-container {
    margin: 0 auto;
    margin-top: 25px;
}

.social-media-icon {
    width: 35px;
    height: 35px;
    border: 2px solid rgba(221, 221, 221, 1);
    border-radius: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 5px;
    cursor: pointer;
}

    .social-media-icon:first-of-type {
        margin-left: 0;
    }

    .social-media-icon:last-of-type {
        margin-right: 0;
    }

    .social-media-icon.facebook {
        background-image: url(../img/icons/ffffff/facebook-icon.svg);
        background-size: 7px;
    }

    .social-media-icon.glassdoor {
        background-image: url(../img/icons/ffffff/glassdoor-icon.svg);
        background-size: 10px;
    }

    .social-media-icon.google-plus {
        background-image: url(../img/icons/ffffff/google-plus-icon.svg);
        background-size: 15px;
    }

    .social-media-icon.linkedin {
        background-image: url(../img/icons/ffffff/linkedin-icon.svg);
        background-size: 15px;
    }

    .social-media-icon.twitter {
        background-image: url(../img/icons/ffffff/twitter-icon.svg);
        background-size: 15px;
    }

.sponsored-jobs, .promoted-content-container {
    width: 1200px;
    margin: 0 auto;
}

    .sponsored-jobs .sponsored-job-container:nth-of-type(2) {
        float: left;
        width: 380px;
        margin-left: 30px;
        margin-right: 30px;
    }

.suggested-locations-disciplines-list, .my-filters-list {
    list-style: none;
}

    .suggested-locations-disciplines-list li, .my-filters-list li {
        font-weight: 500;
        padding-bottom: 10px;
    }

        .suggested-locations-disciplines-list li:last-child, .my-filters-list li:last-child {
            padding-bottom: 0px;
        }

        .suggested-locations-disciplines-list li button, .my-filters-list li button {
            position:relative;
            color: rgba(12, 98, 171, 1);
            text-decoration: none;
            width: 100%;
            padding-right: 30px;
            background-repeat: no-repeat;
            background-position: right top;
            background-size: 20px 20px;
            cursor: pointer;
            min-height: 20px;
            background-color:transparent;
            text-align:left;
        }

        .suggested-locations-disciplines-list li button {
            /*background-image: url(../img/icons/5e5e5e/add-icon.svg);*/
        }

        .suggested-locations-disciplines-list li button:hover, .suggested-locations-disciplines-list li button:focus, .my-filters-list li button:hover, .my-filters-list li button:focus {
            text-decoration: underline;
        }

.sponsored-job-container .client-logo {
    background-position: 50%;
}

.sponsored-job-container, .promoted-content {
    width: 30%;
    border-radius: 5px;
    border: 1px solid rgba(221, 221, 221, 1);
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    z-index: 0;
    float: left;
}

    .promoted-content.no-border-radius {
        border-radius: 0;
    }

    .sponsored-job-container.center {
        margin-left: 30px;
        margin-right: 30px;
    }

    .sponsored-job-container .apply-now-icon {
        text-align: left;
        background-position: left 100px center;
    }

.sponsored-job-container {
    width: 380px;
}

.sponsored-job-image {
    float: left;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 4px 4px 0px 0px;
    background-image: url(../img/hero-images/disciplines/Marketing-and-PR/Marketing-PR-3.jpg);
}


.sponsored-job-image-overlay {
    background-color: rgba(44, 44, 44, 0.55);
    float: left;
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    border-radius: 4px 4px 0px 0px;
}

.sub-container {
    float: left;
    width: 400px;
    min-height: 45px;
}

    .sub-container.sub-container-single {
        width: 100%;
    }

        .sub-container.sub-container-single .client-logo {
            background-size: contain;
        }

    .sub-container.sub-container-single-login {
        position: absolute;
        top: 0;
        right: 0;
    }

.start-typing {
    font-style: italic;
    font-weight: 400;
}

#SideNav .side-nav-bt .calendar-32 .time-holder {
    top: 10px !important;
    left: 50px !important;
}

#SideNav .side-nav-bt .calendar-32 {
    padding-left: 48px !important;
}

    #SideNav .side-nav-bt .calendar-32 .time-holder.char-count-1 {
        top: 10px !important;
        left: 58px !important;
    }

    #SideNav .side-nav-bt .calendar-32 .time-holder.char-count-2 {
        top: 10px !important;
        left: 43px !important;
    }

    #SideNav .side-nav-bt .calendar-32 .time-holder.char-count-3 {
        top: 10px !important;
        left: 43px !important;
    }

#SideNav .side-nav-bt.time {
    cursor: auto !important;
}

    #SideNav .side-nav-bt.time:hover {
        background-color: #ffffff;
        text-decoration: none !important;
    }

        #SideNav .side-nav-bt.time:hover .time-holder, #SideNav .side-nav-bt.time:hover .time-holder.char-count-2, #SideNav .side-nav-bt.time:hover .time-holder.char-count-3, #SideNav .side-nav-bt.time:hover .calendar-32:after {
            text-decoration: none !important;
        }

#SideNav .side-nav-bt .calendar-32:after {
    cursor: text;
}

.text-off-screen {
    text-indent: -99999px;
}

.sub-header {
    margin-top: 15px;
}

section.dialog {
    height: 0;
    width: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: all 0.5s;
    display: none;
    -moz-animation: fadeEffect 0.5s;
    -webkit-animation: fadeEffect 0.5s;
    animation: fadeEffect 0.5s;
}

    section.dialog.active {
        pointer-events: all;
        display: block;
        width: 100%;
        height: 100%;
    }

        section.dialog.active:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgb(40, 40, 40);
            z-index: 1;
            opacity: 0.5;
        }

    section.dialog.privacy-policy-dialog.active:after {
        background-color: rgb(248, 248, 248);
        z-index: 1;
        opacity: 0.975;
    }

    section.dialog .content {
        float: left;
        width: 90%;
        height: auto;
        max-height: 90%;
        max-width: 900px;
        border: 1px solid rgb(221, 221, 221);
        border-radius: 10px;
        background-color: rgb(255, 255, 255);
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        position: relative;
        padding: 25px;
        -webkit-box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
        -moz-box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
        box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
        z-index: 2;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    section.dialog.has-actions .content {
        padding: 0;
    }

    section.dialog .content.has-small-width {
        max-width: 600px;
    }

    section.dialog .content main {
        width: 100%;
        position: static;
        top: 0;
        float: left;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        overflow: auto;
        padding:0;
    }

    section.dialog.has-actions .content main {
        border-radius: inherit;
    }

    section.dialog ul,
    section.dialog ol {
        padding-left: 30px;
        padding-bottom: 10px;
    }

    section.dialog.privacy-policy-dialog .content > button.close + div
    {
        overflow:auto;
    }

.link {
    cursor: pointer;
    text-decoration: none;
}

a.link {
    color: #0A5494;
    font-weight: bold;
}

button.close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: rgba(40, 40, 40, 0.85);
    border: 1px solid rgb(255, 255, 255);
    position: absolute;
    top: -20px;
    right: -20px;
    padding: 10px;
    z-index: 3;
}

svg.base-icon {
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    fill: rgb(40, 40, 40);
}

button.close svg {
    width: 100%;
    height: 100%;
    fill: rgb(255, 255, 255);
}

section {
    width: 100%;
    position: relative;
}

    section.dialog.has-actions .content section.application-content {
        float: left;
        padding: 25px;
    }

    section.dialog h1 {
        text-transform: none;
        color: inherit;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgb(117, 117, 117);
        font-weight: 400;
        text-align: center;
    }

.safer-jobs-logo {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    height: 150px;
    background-image: url(../img/misc/safer-jobs-logo.jpg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

section.actions {
    float: left;
    background-color: rgb(238, 238, 238);
    padding: 10px 20px;
    border-top: 1px solid rgb(221, 221, 221);
    text-align: right;
}

section.dialog.has-actions section.actions {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

section.dialog.safer-jobs .application-content a.link {
    color: #0B5699;
    font-weight: 500;
}

section.actions .ntx-action-button:last-of-type {
    margin-right: 0;
}

section.actions .ntx-action-button:first-of-type {
    margin-left: 0;
}

article.job-result section.actions .ntx-action-button, .dialog section.actions .ntx-action-button {
    float: none;
}

section.actions .ntx-action-button {
    margin: 0 5px;
    display: inline-table;
    float: left;
}

.ntx-action-button[disabled="disabled"]:hover {
    text-decoration: none;
}

.ntx-action-button.primary {
    background-color: rgb(77, 171, 13);
    color: #ffffff;
}

    .ntx-action-button.primary:hover {
        background-color: rgba(77, 171, 13, 0.75);
    }

.ntx-action-button[disabled="disabled"].primary {
    background-color: rgba(77, 171, 13, 0.55);
    color: #ffffff;
}

    .ntx-action-button[disabled="disabled"].primary:hover {
        background-color: rgba(77, 171, 13, 0.55);
        text-decoration: none;
    }

.ntx-action-button.secondary {
    background-color: rgb(67, 133, 245);
    color: #ffffff;
}

    .ntx-action-button.secondary:hover {
        background-color: rgba(67, 133, 245, 0.75);
    }

.ntx-action-button[disabled="disabled"].secondary {
    background-color: rgba(67, 133, 245, 0.55);
    color: #ffffff;
}

    .ntx-action-button[disabled="disabled"].secondary:hover {
        background-color: rgba(67, 133, 245, 0.55);
        text-decoration: none;
    }

.ntx-action-button.tertiary {
    background-color: rgb(230, 73, 73);
    color: #ffffff;
}

    .ntx-action-button.tertiary:hover {
        background-color: rgba(230, 73, 73, 0.75);
    }

.ntx-action-button[disabled="disabled"].tertiary {
    background-color: rgba(230, 73, 73, 0.55);
    color: #ffffff;
}

    .ntx-action-button[disabled="disabled"].tertiary:hover {
        background-color: rgba(230, 73, 73, 0.55);
        text-decoration: none;
    }

.ntx-action-button.disabled, .ntx-action-button[disabled="disabled"] {
    cursor: not-allowed;
    user-select: none;
    opacity: 1; /*need this to beat apoint stylesheet*/
}

    .ntx-action-button.disabled:hover, .ntx-action-button[disabled="disabled"]:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.ntx-ripple {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 1;
}

.ntx-action-button {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgb(255, 255, 255);
    color: rgb(40, 40, 40);
}


.submitAndReviewSection {
    padding: 50px;
    margin: 20px 0;
    border: 1px solid rgba(221, 221, 221, 1);
}

.submitAndReviewSection h2 {
    padding-bottom:0;
}

.submitAndReviewSection .question {
    padding: 30px 0 0;
    margin: 0;
}

.submitAndReviewSection .question p.bold {
    font-weight:bold;
}

.submitAndReviewSection .info-block {
    margin: 20px 0 0;
}

.submitAndReviewSection .section-title { 
    padding:30px 0 0;
}

.submitAndReviewSection button.ntx-button {
    margin-top:30px; 
}

.submitAndReviewSection .reference-info {
    padding-top:10px;    
}

.submitAndReviewSection .reference-info .references {
    padding-top: 10px;
}

    /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/
    /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/
    .text-align-center {
        text-align: center;
    }

textarea {
    font-family: Roboto, sans-serif;
}

.top-section {
    float: left;
    width: 100%;
}

.testimonial-browser {
    text-align: left;
    width: 700px;
    height: 436px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #dddddd;
    margin: 0 auto;
}

    .testimonial-browser .top-bar {
        border-radius: 5px 5px 0 0;
        border-top: thin solid rgb(234, 234, 233);
        border-bottom: thin solid rgb(223, 223, 222);
        background: rgb(94, 94, 94);
        float: left;
        width: 100%;
    }

    .testimonial-browser .circles {
        padding: 10px 15px;
    }

    .testimonial-browser .circle {
        height: 8px;
        width: 8px;
        display: inline-block;
        border-radius: 50%;
        background-color: rgb(255, 255, 255);
        margin-right: 10px;
    }

        .testimonial-browser .circle:last-of-type {
            margin-right: 0px;
        }

        .testimonial-browser .circle.red {
            background-color: rgb(255, 0, 0);
        }

        .testimonial-browser .circle.green {
            background-color: rgb(76, 171, 12);
        }

        .testimonial-browser .circle.yellow {
            background-color: rgb(255, 167, 109);
        }

    .testimonial-browser .content {
        margin: 0;
        width: 100%;
        height: -moz-calc(100% - 41px) !important;
        height: -webkit-calc(100% - 41px) !important;
        height: -o-calc(100% - 41px) !important;
        height: calc(100% - 41px) !important;
        display: inline-block;
        border-radius: 0 0 5px 5px;
        background-color: rgb(250, 250, 250);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% top;
    }

        .testimonial-browser .content.argos {
            background-image: url(../img/our-clients/WellKnownBrands/Argos/argos-website.jpg);
        }

        .testimonial-browser .content.thorntons {
            background-image: url(../img/our-clients/WellKnownBrands/Thorntons/thorntons-website.jpg);
        }

        .testimonial-browser .content.hobbycraft {
            background-image: url(../img/our-clients/WellKnownBrands/Hobbycraft/hobbycraft-website.jpg);
        }

        .testimonial-browser .content.wilko {
            background-image: url(../img/our-clients/WellKnownBrands/Wilko/wilko-website.jpg);
        }

        .testimonial-browser .content.maplin {
            background-image: url(../img/our-clients/WellKnownBrands/Maplin/maplin-website.jpg);
        }

        .testimonial-browser .content.laterooms {
            background-image: url(../img/our-clients/WellKnownBrands/Laterooms/laterooms-website.jpg);
        }

        .testimonial-browser .content.stonegate {
            background-image: url(../img/our-clients/Commercial/Stonegate/stonegate-website.jpg);
        }

        .testimonial-browser .content.london-city-airport {
            background-image: url(../img/our-clients/Commercial/london-city-airport/london-city-airport-website.jpg);
        }

        .testimonial-browser .content.domestic-and-general {
            background-image: url(../img/our-clients/Commercial/Domestic-and-General/domestic-and-general-website.jpg);
        }

        .testimonial-browser .content.vitality {
            background-image: url(../img/our-clients/Commercial/Vitality/vitality-website.jpg);
        }

        .testimonial-browser .content.tlt {
            background-image: url(../img/our-clients/Commercial/Tlt/tlt-website.jpg);
        }

        .testimonial-browser .content.wolters-kluwer {
            background-image: url(../img/our-clients/Commercial/Wolters-Kluwer/wolters-kluwer-website.jpg);
        }

        .testimonial-browser .content.mitsubishi-hitachi {
            background-image: url(../img/our-clients/Manufacturing/Mitsubishi-Hitachi/mitsubishi-hitachi-website.jpg);
        }

        .testimonial-browser .content.tulip {
            background-image: url(../img/our-clients/Manufacturing/Tulip/tulip-website.jpg);
        }

        .testimonial-browser .content.doosan {
            background-image: url(../img/our-clients/Manufacturing/Doosan/doosan-website.jpg);
        }

        .testimonial-browser .content.lucite-international {
            background-image: url(../img/our-clients/Manufacturing/Lucite-International/lucite-international-website.jpg);
        }

        .testimonial-browser .content.yeo-valley {
            background-image: url(../img/our-clients/Manufacturing/Yeo-Valley/yeo-valley-website.jpg);
        }

        .testimonial-browser .content.tata-steel {
            background-image: url(../img/our-clients/Manufacturing/Tata-Steel/tata-steel-website.jpg);
        }

        .testimonial-browser .content.aster {
            background-image: url(../img/our-clients/Housing/Aster/aster-website.jpg);
        }

        .testimonial-browser .content.yorkshire-housing {
            background-image: url(../img/our-clients/Housing/Yorkshire-Housing/yorkshire-housing-website.jpg);
        }

        .testimonial-browser .content.paradigm {
            background-image: url(../img/our-clients/Housing/Paradigm/paradigm-website.jpg);
        }

        .testimonial-browser .content.knightstone {
            background-image: url(../img/our-clients/Housing/Knightstone/knightstone-website.jpg);
        }

        .testimonial-browser .content.places-for-people {
            background-image: url(../img/our-clients/Housing/Places-for-People/places-for-people-website.jpg);
        }

        .testimonial-browser .content.orbit {
            background-image: url(../img/our-clients/Housing/Orbit/orbit-website.jpg);
        }

        .testimonial-browser .content.waterloo-housing {
            background-image: url(../img/our-clients/Housing/Waterloo-Housing/waterloo-housing-website.jpg);
        }

        .testimonial-browser .content.curo-group {
            background-image: url(../img/our-clients/Housing/Curo-Group/curo-website.jpg);
        }

        .testimonial-browser .content.grand-union {
            background-image: url(../img/our-clients/Housing/Grand-Union/grand-union-website.jpg);
        }

        .testimonial-browser .content.watford {
            background-image: url(../img/our-clients/Housing/Watford/watford-website.jpg);
        }

        .testimonial-browser .content.north-hertfordshire {
            background-image: url(../img/our-clients/Housing/North-Hertfordshire/north-hertfordshire-website.jpg);
        }

        .testimonial-browser .content.gateway-housing {
            background-image: url(../img/our-clients/Housing/Gateway-Housing/gateway-housing-website.jpg);
        }

        .testimonial-browser .content.pdsa {
            background-image: url(../img/our-clients/Charities/Pdsa/pdsa-website.jpg);
        }

        .testimonial-browser .content.fitzroy {
            background-image: url(../img/our-clients/Charities/Fitzroy/fitzroy-website.jpg);
        }

        .testimonial-browser .content.rethink {
            background-image: url(../img/our-clients/Charities/Rethink/rethink-website.jpg);
        }

        .testimonial-browser .content.macintyre {
            background-image: url(../img/our-clients/Charities/Macintyre/macintyre-website.jpg);
        }

        .testimonial-browser .content.hestia {
            background-image: url(../img/our-clients/Charities/Hestia/hestia-website.jpg);
        }

        .testimonial-browser .content.cornwall-hospice-care {
            background-image: url(../img/our-clients/Charities/Cornwall-Hospice-Care/cornwall-hospice-care-website.jpg);
        }

        .testimonial-browser .content.ncg {
            background-image: url(../img/our-clients/Education/Ncg/ncg-website.jpg);
        }

        .testimonial-browser .content.cornwall-college {
            background-image: url(../img/our-clients/Education/Cornwall-College/cornwall-college-website.jpg);
        }

        .testimonial-browser .content.wiltshire-college {
            background-image: url(../img/our-clients/Education/Wiltshire-College/wiltshire-college-website.jpg);
        }

        .testimonial-browser .content.united-learning {
            background-image: url(../img/our-clients/Education/United-Learning/united-learning-website.jpg);
        }

        .testimonial-browser .content.future-schools-trust {
            background-image: url(../img/our-clients/Education/Future-Schools-Trust/future-schools-trust-website.jpg);
        }

        .testimonial-browser .content.whitgift-foundation {
            background-image: url(../img/our-clients/Education/Whitgift-Foundation/whitgift-foundation-website.jpg);
        }

        .testimonial-browser .content.mole-valley-farmers {
            background-image: url(../img/our-clients/Retail/Mole-Valley-Farmers/mole-valley-farmers-website.jpg);
        }

        .testimonial-browser .content.evans-cycles {
            background-image: url(../img/our-clients/Retail/Evans-Cycles/evans-cycles-website.jpg);
        }

        .testimonial-browser .content.one-stop {
            background-image: url(../img/our-clients/Retail/One-Stop/one-stop-website.jpg);
        }

        .testimonial-browser .content.home-retail-group {
            background-image: url(../img/our-clients/Retail/Home-Retail-Group/home-retail-group-website.jpg);
        }

        .testimonial-browser .content.homebase {
            background-image: url(../img/our-clients/Retail/Homebase/homebase-website.jpg);
        }

.testimonial-advert-container {
    width: 400px;
    height: 600px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.52);
    -moz-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.52);
    box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.52);
    padding: 20px;
}

.testimonial-advert {
    width: 100%;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

    .testimonial-advert.argos {
        background-image: url(../img/our-clients/WellKnownBrands/Argos/argos-advert.jpg);
    }

    .testimonial-advert.thorntons {
        background-image: url(../img/our-clients/WellKnownBrands/Thorntons/thorntons-advert.jpg);
    }

    .testimonial-advert.hobbycraft {
        background-image: url(../img/our-clients/WellKnownBrands/Hobbycraft/hobbycraft-advert.jpg);
    }

    .testimonial-advert.wilko {
        background-image: url(../img/our-clients/WellKnownBrands/Wilko/wilko-advert.jpg);
    }

    .testimonial-advert.maplin {
        background-image: url(../img/our-clients/WellKnownBrands/Maplin/maplin-advert.jpg);
    }

    .testimonial-advert.laterooms {
        background-image: url(../img/our-clients/WellKnownBrands/Laterooms/laterooms-advert.jpg);
    }

    .testimonial-advert.london-city-airport {
        background-image: url(../img/our-clients/Commercial/london-city-airport/london-city-airport-advert.jpg);
    }

    .testimonial-advert.stonegate {
        background-image: url(../img/our-clients/Commercial/Stonegate/stonegate-advert.jpg);
    }

    .testimonial-advert.domestic-and-general {
        background-image: url(../img/our-clients/Commercial/Domestic-and-General/domestic-and-general-advert.jpg);
    }

    .testimonial-advert.vitality {
        background-image: url(../img/our-clients/Commercial/Vitality/vitality-advert.jpg);
    }

    .testimonial-advert.tlt {
        background-image: url(../img/our-clients/Commercial/Tlt/tlt-advert.jpg);
    }

    .testimonial-advert.wolters-kluwer {
        background-image: url(../img/our-clients/Commercial/Wolters-Kluwer/wolters-kluwer-advert.jpg);
    }

    .testimonial-advert.mitsubishi-hitachi {
        background-image: url(../img/our-clients/Manufacturing/Mitsubishi-Hitachi/mitsubishi-hitachi-advert.jpg);
    }

    .testimonial-advert.tulip {
        background-image: url(../img/our-clients/Manufacturing/Tulip/tulip-advert.jpg);
    }

    .testimonial-advert.doosan {
        background-image: url(../img/our-clients/Manufacturing/Doosan/doosan-advert.jpg);
    }

    .testimonial-advert.lucite-international {
        background-image: url(../img/our-clients/Manufacturing/Lucite-International/lucite-international-advert.jpg);
    }

    .testimonial-advert.yeo-valley {
        background-image: url(../img/our-clients/Manufacturing/Yeo-Valley/yeo-valley-advert.jpg);
    }

    .testimonial-advert.tata-steel {
        background-image: url(../img/our-clients/Manufacturing/Tata-Steel/tata-steel-advert.jpg);
    }

    .testimonial-advert.aster {
        background-image: url(../img/our-clients/Housing/Aster/aster-advert.jpg);
    }

    .testimonial-advert.yorkshire-housing {
        background-image: url(../img/our-clients/Housing/Yorkshire-Housing/yorkshire-housing-advert.jpg);
    }

    .testimonial-advert.paradigm {
        background-image: url(../img/our-clients/Housing/Paradigm/paradigm-advert.jpg);
    }

    .testimonial-advert.knightstone {
        background-image: url(../img/our-clients/Housing/Knightstone/knightstone-advert.jpg);
    }

    .testimonial-advert.places-for-people {
        background-image: url(../img/our-clients/Housing/Places-for-People/places-for-people-advert.jpg);
    }

    .testimonial-advert.orbit {
        background-image: url(../img/our-clients/Housing/Orbit/orbit-advert.jpg);
    }

    .testimonial-advert.waterloo-housing {
        background-image: url(../img/our-clients/Housing/Waterloo-Housing/waterloo-housing-advert.jpg);
    }

    .testimonial-advert.curo-group {
        background-image: url(../img/our-clients/Housing/Curo-Group/curo-advert.jpg);
    }

    .testimonial-advert.grand-union {
        background-image: url(../img/our-clients/Housing/Grand-Union/grand-union-advert.jpg);
    }

    .testimonial-advert.watford {
        background-image: url(../img/our-clients/Housing/watford/watford-advert.jpg);
    }

    .testimonial-advert.north-hertfordshire {
        background-image: url(../img/our-clients/Housing/North-Hertfordshire/north-hertfordshire-advert.jpg);
    }

    .testimonial-advert.gateway-housing {
        background-image: url(../img/our-clients/Housing/Gateway-Housing/gateway-housing-advert.jpg);
    }

    .testimonial-advert.pdsa {
        background-image: url(../img/our-clients/Charities/Pdsa/pdsa-advert.jpg);
    }

    .testimonial-advert.fitzroy {
        background-image: url(../img/our-clients/Charities/Fitzroy/fitzroy-advert.jpg);
    }

    .testimonial-advert.rethink {
        background-image: url(../img/our-clients/Charities/Rethink/rethink-advert.jpg);
    }

    .testimonial-advert.macintyre {
        background-image: url(../img/our-clients/Charities/Macintyre/macintyre-advert.jpg);
    }

    .testimonial-advert.hestia {
        background-image: url(../img/our-clients/Charities/Hestia/hestia-advert.jpg);
    }

    .testimonial-advert.cornwall-hospice-care {
        background-image: url(../img/our-clients/Charities/Cornwall-Hospice-Care/cornwall-hospice-care-advert.jpg);
    }

    .testimonial-advert.ncg {
        background-image: url(../img/our-clients/Education/Ncg/ncg-advert.jpg);
    }

    .testimonial-advert.cornwall-college {
        background-image: url(../img/our-clients/Education/Cornwall-College/cornwall-college-advert.jpg);
    }

    .testimonial-advert.wiltshire-college {
        background-image: url(../img/our-clients/Education/Wiltshire-College/wiltshire-college-advert.jpg);
    }

    .testimonial-advert.united-learning {
        background-image: url(../img/our-clients/Education/United-Learning/united-learning-advert.jpg);
    }

    .testimonial-advert.future-schools-trust {
        background-image: url(../img/our-clients/Education/Future-Schools-Trust/future-schools-trust-advert.jpg);
    }

    .testimonial-advert.whitgift-foundation {
        background-image: url(../img/our-clients/Education/Whitgift-Foundation/whitgift-foundation-advert.jpg);
    }

    .testimonial-advert.mole-valley-farmers {
        background-image: url(../img/our-clients/Retail/Mole-Valley-Farmers/mole-valley-farmers-advert.jpg);
    }

    .testimonial-advert.evans-cycles {
        background-image: url(../img/our-clients/Retail/Evans-Cycles/evans-cycles-advert.jpg);
    }

    .testimonial-advert.one-stop {
        background-image: url(../img/our-clients/Retail/One-Stop/one-stop-advert.jpg);
    }

    .testimonial-advert.home-retail-group {
        background-image: url(../img/our-clients/Retail/Home-Retail-Group/home-retail-group-advert.jpg);
    }

    .testimonial-advert.homebase {
        background-image: url(../img/our-clients/Retail/Homebase/homebase-advert.jpg);
    }

/*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/




/*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/

.user-navigation, .recruiter-navigation-bar {
    float: left;
    width: 100%;
    background-color: rgb(236, 236, 236);
    padding: 20px 30px;
    z-index: 4;
    position: relative;
    height: 60px;
    top: 0px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    border-top: 1px solid rgba(221, 221, 221, 1);
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

    .user-navigation.top {
        top: 76px;
        position: fixed;
        border-bottom: 1px solid rgba(221, 221, 221, 1);
        border-top: none;
    }

.user-icon {
    width: 125px;
    height: 125px;
    border-radius: 5px;
    background-color: rgba(245, 248, 250, 1);
    background-image: url(../img/icons/5e5e5e/blank-user.svg);
    box-shadow: rgba(0,0,0,0.05) 2px 0px 11px;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    bottom: -30px;
    border: 3px solid rgba(255, 255, 255, 1);
    float: left;
    background-repeat: no-repeat;
    right: 0;
    cursor: default;
}

.user-icon-settings-container {
    padding: 5px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 5px 0px 0px;
    cursor: pointer;
    width: 125px;
    height: 125px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-image: none;
}

.user-icon-settings {
    background-image: url(../img/icons/5e5e5e/edit-icon.svg);
    border: 2px solid rgba(94, 94, 94, 1);
    content: "";
    display: block;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: 0px 0px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 0px;
    height: 0px;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    opacity: 0;
}

.your-profile-section .user-icon {
    position: relative;
    border: 1px solid rgb(221, 221, 221);
}

.user-icon:hover .user-icon-settings-container, .user-icon:focus .user-icon-settings-container {
    background-color: rgba(255, 255, 255, 0.75);
}

    .user-icon:hover .user-icon-settings-container .user-icon-settings, .user-icon:focus .user-icon-settings-container .user-icon-settings {
        opacity: 1;
        width: 60px;
        height: 60px;
        background-size: 30px 30px;
    }


.user-icon.user-icon-small {
    width: 50px;
    height: 50px;
    top: -5px;
    right: 0px;
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    cursor: default;
}

.user-navigation.stuck .user-icon.user-icon-small {
    opacity: 1;
    visibility: visible;
    top: 5px;
}

.user-navigation.top .user-icon.user-icon-normal {
    display: none;
}

.user-navigation.stuck {
    position: fixed;
    top: 130px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.user-navigation.recruiter-navigation-bar.stuck {
    top: 76px;
    border-top: none;
    height: 59px;
}

.user-navigation .container {
    position: relative;
    top: 0;
}

.user-name {
    float: left;
    text-align: right;
    font-weight: 700;
    color: rgba(40, 40, 40, 1);
    margin-right: 25px;
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: -o-calc(100% - 150px);
    width: calc(100% - 150px);
    position: relative;
    right: 0;
}

.user-navigation.stuck .user-name, .user-navigation.top .user-name {
    right: -70px;
}

.user-navigation.stuck .user-icon {
    opacity: 0;
    visibility: hidden;
    bottom: 70px;
    right: 0;
    float: right;
}

    .user-navigation.stuck .user-icon.user-icon-small, .user-navigation.top .user-icon.user-icon-small {
        opacity: 1;
        visibility: visible;
        top: -5px;
        right: 0;
        z-index: 1;
    }

.user-name span {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
}

.user-details {
    float: left;
    width: 40%;
    padding: 10px 0;
}

.user-account-buttons-container {
    float: left;
    width: 60%;
}

    .user-account-buttons-container .ntx-button:last-of-type {
        margin-right: 0;
    }

    .user-account-buttons-container .ntx-button.user-account-button {
        color: #ffffff !important;
    }

.ui-widget {
    font-family: Roboto, sans-serif !important;
}

.ui-autocomplete {
    display: none;
    position: absolute;
    list-style-type: none;
    width: 100% !important;
    height: 300px;
    overflow: auto;
    word-break: break-word;
    white-space: normal;
    background: #ffffff !important;
    border: 2px solid #dddddd !important;
    padding: 15px;
}

    .ui-autocomplete:before {
        content: "suggested locations...";
        font-size: 19px;
        color: #7a7a7a;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #dddddd;
        margin-bottom: 10px !important;
        clear: both;
        display: block;
    }

    .ui-autocomplete li {
        cursor: pointer !important;
        padding: 5px !important;
        margin: 0 !important;
        border: 1px solid #ffffff !important;
    }

        .ui-autocomplete li .ui-state-focus, .ui-autocomplete li a {
            background: #ffffff !important;
            color: #000000;
            font-weight: normal;
        }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #f8f8f8 !important;
    border: 1px solid #dddddd !important;
    color: #282828 !important;
    font-weight: normal !important;
}

ul.navigation li ul {
    display: none;
    position: absolute;
    top: 47px;
    z-index: -1;
    float: left;
    width: 250px;
    left: 0px;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-top: none;
    cursor: default;
}

ul.navigation li:hover ul {
    display: block;
}

ul.navigation li ul li {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    border: 2px solid rgb(255, 255, 255);
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

    ul.navigation li ul li:last-of-type {
        margin-bottom: 0;
    }

    ul.navigation li ul li a {
        padding: 10px 20px;
    }

.ui-widget-overlay {
    background-color: rgba(45, 45, 45, 0.75) !important;
    background-image: none !important;
}

.user-icon.Name-A {
    background-image: url(../img/icons/Name-Icons/Name-A-Icon.svg);
}

.user-icon.Name-B {
    background-image: url(../img/icons/Name-Icons/Name-B-Icon.svg);
}

.user-icon.Name-C {
    background-image: url(../img/icons/Name-Icons/Name-C-Icon.svg);
}

.user-icon.Name-D {
    background-image: url(../img/icons/Name-Icons/Name-D-Icon.svg);
}

.user-icon.Name-E {
    background-image: url(../img/icons/Name-Icons/Name-E-Icon.svg);
}

.user-icon.Name-F {
    background-image: url(../img/icons/Name-Icons/Name-F-Icon.svg);
}

.user-icon.Name-G {
    background-image: url(../img/icons/Name-Icons/Name-G-Icon.svg);
}

.user-icon.Name-H {
    background-image: url(../img/icons/Name-Icons/Name-H-Icon.svg);
}

.user-icon.Name-I {
    background-image: url(../img/icons/Name-Icons/Name-I-Icon.svg);
}

.user-icon.Name-J {
    background-image: url(../img/icons/Name-Icons/Name-J-Icon.svg);
}

.user-icon.Name-K {
    background-image: url(../img/icons/Name-Icons/Name-K-Icon.svg);
}

.user-icon.Name-L {
    background-image: url(../img/icons/Name-Icons/Name-L-Icon.svg);
}

.user-icon.Name-M {
    background-image: url(../img/icons/Name-Icons/Name-M-Icon.svg);
}

.user-icon.Name-N {
    background-image: url(../img/icons/Name-Icons/Name-N-Icon.svg);
}

.user-icon.Name-O {
    background-image: url(../img/icons/Name-Icons/Name-O-Icon.svg);
}

.user-icon.Name-P {
    background-image: url(../img/icons/Name-Icons/Name-P-Icon.svg);
}

.user-icon.Name-Q {
    background-image: url(../img/icons/Name-Icons/Name-Q-Icon.svg);
}

.user-icon.Name-R {
    background-image: url(../img/icons/Name-Icons/Name-R-Icon.svg);
}

.user-icon.Name-S {
    background-image: url(../img/icons/Name-Icons/Name-S-Icon.svg);
}

.user-icon.Name-T {
    background-image: url(../img/icons/Name-Icons/Name-T-Icon.svg);
}

.user-icon.Name-U {
    background-image: url(../img/icons/Name-Icons/Name-U-Icon.svg);
}

.user-icon.Name-V {
    background-image: url(../img/icons/Name-Icons/Name-V-Icon.svg);
}

.user-icon.Name-W {
    background-image: url(../img/icons/Name-Icons/Name-W-Icon.svg);
}

.user-icon.Name-X {
    background-image: url(../img/icons/Name-Icons/Name-X-Icon.svg);
}

.user-icon.Name-Y {
    background-image: url(../img/icons/Name-Icons/Name-Y-Icon.svg);
}

.user-icon.Name-Z {
    background-image: url(../img/icons/Name-Icons/Name-Z-Icon.svg);
}

/*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/





/*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/

.verification-overlay, .login-overlay, .social-media-privacy-login-overlay, .profile-introduction {
    background-color: rgba(45, 45, 45, 0.75);
}

    .verification-overlay .ntx-button.primary-green {
        float: left;
    }

#ViewProfileWizard {
    float: left;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0px;
    background: rgba(45, 45, 45, 0.75);
    z-index: 10;
    width: 100%;
}

    #ViewProfileWizard .pop-up-wrapper {
        width: 1200px;
        margin: 0 auto;
        background-color: rgb(255, 255, 255);
        border-radius: 0px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
        -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
        box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
        border: 1px solid #dddddd;
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
        top: 50px;
        height: -moz-calc(100% - 100px) !important;
        height: -webkit-calc(100% - 100px) !important;
        height: -o-calc(100% - 100px) !important;
        height: calc(100% - 100px) !important;
    }

        #ViewProfileWizard .pop-up-wrapper #NTXAppFormNav {
            width: 100%;
            height: 100%;
        }

    #ViewProfileWizard .h6 {
        text-align: left;
        padding-bottom: 10px;
        border-bottom: 1px solid rgb(221, 221, 221);
    }

.verification-container {
    float: left;
    width: 100%;
    display: flex;
    background-color: rgba(255, 255, 255, 1);
    height: 400px;
    position: relative;
    top: 50%;
    padding: 0px;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    box-sizing: unset;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

    .verification-container .h3 {
        text-align: left;
    }

    .verification-container input {
        border: 1px solid rgba(221, 221, 221, 1);
        padding: 10px;
        width: 100%;
        font-weight: 600;
        margin: 20px 0;
    }


.verification-left {
    float: left;
    width: 50%;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
}

.verification-left-overlay {
    background-color: rgba(255, 136, 57, 0.75);
    float: left;
    width: 50%;
    height: 400px;
    position: absolute;
    z-index: 1;
}

.verification-left-image {
    background-image: url(../img/hero-images/recruiter/macbook-verification-image.jpg);
    float: left;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 50%;
    height: auto;
    min-height: 400px;
}

.verification-right {
    float: right;
    width: 50%;
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 30px;
}

    .verification-right .container {
        width: 540px;
        float: left;
    }

    .verification-right .ntx-button {
        margin-right: 15px;
        color: #ffffff !important;
    }

.verification-overlay p span {
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
}

#ViewProfileWizard .candidate-dialog-actions .ntx-button.ntx-button-arrow-right, #ViewProfileWizard .candidate-dialog-actions .ntx-button.ntx-button-arrow-left, .popup-page .ntx-button.ntx-button-arrow-left, .popup-page .ntx-button.ntx-button-arrow-right {
    background-size: 10px;
}

#ViewProfileWizard .checkbox-container label.checkbox input[type=checkbox] {
    display: none;
}

#ViewProfileWizard hr {
    border-top: 1px solid #dddddd;
}

#ViewProfileWizard td.padding-right img {
    width: 30px;
    height: 30px;
    float: left;
}

#ViewProfileWizard .ntx-button.job-alerts-button {
    padding-left: 50px;
}

#ViewProfileWizard .container {
    top: 50px;
    height: -moz-calc(100% - 100px) !important;
    height: -webkit-calc(100% - 100px) !important;
    height: -o-calc(100% - 100px) !important;
    height: calc(100% - 100px) !important;
}

#ViewProfileWizard .profile-pointers.profile-pointers-1 {
    top: 10px;
    bottom: auto;
    left: 310px;
}

    #ViewProfileWizard .profile-pointers.profile-pointers-1:before {
        left: -37px;
        top: 25px;
        border: 18px solid;
        border-color: rgba(0, 0, 0, 0) rgb(221, 221, 221) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    #ViewProfileWizard .profile-pointers.profile-pointers-1:after {
        left: -30px;
        top: 28px;
        border: 15px solid;
        border-color: rgba(0, 0, 0, 0) rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

.view-next-section-container .ntx-button {
    text-align: center;
    float: none;
    margin: 0 auto;
    width: 80%;
}

#ViewAdvert .AdvertParentContainer {
    margin: 0 auto;
}

#ViewAdvert .job-a-actions-container {
    float: left;
    width: 100%;
}

/*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/





/*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/

.width-auto {
    width: auto !important;
}

.wide {
    float: left;
    width: 100%;
    height: 270px;
}

    .wide .further-jobs-container {
        float: left;
        width: 100%;
        height: 270px;
    }

.work-for-us-jobs-container {
    margin: 0 auto;
    width: 100%;
    margin-top: 50px;
}

.wiltshire-college-header-image {
    background-image: url(../img/our-clients/Education/wiltshire-college/wiltshire-college-header.jpg);
}

/*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/





/*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/



/*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/





/*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/

.your-profile-section.reference:nth-of-type(1) {
    padding-top: 20px;
    border-top: 1px solid #dddddd;
    margin-top: 20px;
}

.your-profile-section:nth-last-of-type(1) {
    padding-top: 0;
}

.your-profile-action-buttons-section.references .ntx-button.ntx-button-left {
    float: left;
}

.your-profile-section {
    padding: 10px 0;
    width: 100%;
    margin-bottom: 20px;
}

    .your-profile-section#divSelectedReferences {
        margin-bottom: 0;
    }

        .your-profile-section#divSelectedReferences h2.h3 {
            text-align: left;
        }

    .your-profile-section .job-details span {
        font-weight: 700;
    }

.your-profile-is-incomplete-container td:first-of-type {
    width: 125px;
    vertical-align: top;
}

.your-profile-is-incomplete-container td:nth-of-type(2) {
    width: -moz-calc(100% - 125px) !important;
    width: -webkit-calc(100% - 125px) !important;
    width: -o-calc(100% - 125px) !important;
    width: calc(100% - 125px) !important;
}

.your-profile-is-incomplete-container ol, .your-profile-is-incomplete-container ul {
    padding: 20px;
    font-weight: 500;
}

    .your-profile-is-incomplete-container ol li, .your-profile-is-incomplete-container ul li {
        padding-bottom: 20px;
    }

.your-profile-section .h6 {
    text-align: left;
    margin-bottom: 0;
}

.your-profile-section .title {
    /*color: rgb(12, 98, 171);*/
    font-weight: bold;
}

.your-profile-section .details {
    float: left;
    padding-left: 10px;
}

.your-profile-section .incomplete {
    font-weight: bold;
    color: #4F5A65;
}

.your-profile-title-section {
    width: 20%;
}

    .your-profile-title-section.references {
        width: 65%;
    }

.reference-info .your-profile-title-section.references {
    width: 65%;
}

.reference-info .your-profile-action-buttons-section.references {
    width: 35%;
    position: relative;
    z-index: 1;
}

    .reference-info .your-profile-action-buttons-section.references .ntx-button {
        padding-right: 12.5px !important;
    }


.your-profile-title-section.references .your-profile-action-buttons-section.references .ntx-button:last-of-type {
    margin-left: 10px;
}

.your-profile-action-buttons-section.references .ntx-button:first-of-type {
    margin-left: 0px;
}

.your-profile-action-buttons-section.references .ntx-button {
    margin: 0px 0px 20px 10px;
}

.your-profile-title-section.references h5 {
    margin-bottom: 0;
}

.your-profile-action-buttons-section {
    width: 80%;
}

    .your-profile-action-buttons-section.references {
        width: 100%;
    }

.your-profile-header {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
}

.your-profile-action-buttons-section .ntx-button {
    margin: 0px 0px 10px 10px;
}

.your-profile-action-buttons-section .ntx-button {
    padding: 10px 12.5px 10px 45px;
}

.populated-from-cv {
    background-image: url(../img/icons-32/282828/cvs-icon.png);
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/





/*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/



/*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/






.mdl-spinner {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
}

    .mdl-spinner:not(.is-upgraded).is-active:after {
        content: "Loading...";
    }

    .mdl-spinner.is-upgraded.is-active {
        -moz-animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
        -webkit-animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
        animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
    }


@-moz-keyframes mdl-spinner__container-rotate {
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-webkit-keyframes mdl-spinner__container-rotate {
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@keyframes mdl-spinner__container-rotate {

    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}


.mdl-spinner__layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mdl-spinner__layer-1 {
    border-color: #42a5f5;
}

.mdl-spinner--single-color .mdl-spinner__layer-1, .mdl-spinner--single-color .mdl-spinner__layer-2, .mdl-spinner--single-color .mdl-spinner__layer-3, .mdl-spinner--single-color .mdl-spinner__layer-4 {
    border-color: rgb(63,81,181);
}

.mdl-spinner.is-active .mdl-spinner__layer-1 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-2 {
    border-color: #f44336;
}

.mdl-spinner.is-active .mdl-spinner__layer-2 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-3 {
    border-color: #fdd835;
}

.mdl-spinner.is-active .mdl-spinner__layer-3 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-4 {
    border-color: #4caf50;
}

.mdl-spinner.is-active .mdl-spinner__layer-4 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}


/*--------*/

@-moz-keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -o-transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -o-transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -o-transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -o-transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
    }
}

@-webkit-keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -o-transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -o-transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -o-transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -o-transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
    }
}

@keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -o-transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -o-transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -o-transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -o-transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-1-fade-in-out {
    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

@-webkit-keyframes mdl-spinner__layer-1-fade-in-out {
    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

@keyframes mdl-spinner__layer-1-fade-in-out {

    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-2-fade-in-out {
    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-2-fade-in-out {
    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-2-fade-in-out {

    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-3-fade-in-out {
    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-3-fade-in-out {
    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-3-fade-in-out {

    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-4-fade-in-out {
    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-4-fade-in-out {
    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-4-fade-in-out {

    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

/*--------*/



.mdl-spinner__gap-patch {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .mdl-spinner__gap-patch .mdl-spinner__circle {
        width: 1000%;
        left: -450%;
    }

.mdl-spinner__circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .mdl-spinner__circle-clipper .mdl-spinner__circle {
        width: 200%;
    }

.mdl-spinner__circle {
    box-sizing: border-box;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mdl-spinner__left .mdl-spinner__circle {
    border-right-color: transparent !important;
    transform: rotate(129deg);
    -ms-transform: rotate(129deg);
    -webkit-transform: rotate(129deg);
    -moz-transform: rotate(129deg);
    -o-transform: rotate(129deg);
}

.mdl-spinner.is-active .mdl-spinner__left .mdl-spinner__circle {
    -moz-animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__right .mdl-spinner__circle {
    left: -100%;
    border-left-color: transparent !important;
    transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
    -webkit-transform: rotate(-129deg);
    -moz-transform: rotate(-129deg);
    -o-transform: rotate(-129deg);
}

.mdl-spinner.is-active .mdl-spinner__right .mdl-spinner__circle {
    -moz-animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
}

/*--------*/

@-moz-keyframes mdl-spinner__left-spin {
    0%,to {
        transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

@-webkit-keyframes mdl-spinner__left-spin {
    0%,to {
        transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

@keyframes mdl-spinner__left-spin {

    0%,to {
        transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__right-spin {
    0%,to {
        transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
}

@-webkit-keyframes mdl-spinner__right-spin {
    0%,to {
        transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
}

@keyframes mdl-spinner__right-spin {

    0%,to {
        transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
}

/*--------*/






/*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/


/*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/

html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0'] .job-search-section-container.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko'] .job-search-section-container.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko'] .job-search-section-container.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko'] .job-search-section-container.stuck {
    z-index: 3;
}

html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0'] .user-navigation.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko'] .user-navigation.stuck {
    top: 75px;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
}

/*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/




@media only screen and (max-height: 700px) {

    .ntx-navigation-top {
        top: 30px;
    }

    .ntx-navigation-bottom {
        bottom: 30px;
    }
}

@-webkit-keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes borderscale {
    50% {
        -webkit-box-shadow: 0 0 0 2px #4f8196;
        -moz-box-shadow: 0 0 0 2px #4f8196;
        box-shadow: 0 0 0 2px #4f8196;
    }
}

@keyframes borderscale {
    50% {
        -webkit-box-shadow: 0 0 0 2px #4f8196;
        -moz-box-shadow: 0 0 0 2px #4f8196;
        box-shadow: 0 0 0 2px #4f8196;
    }
}

/*IE 10 / IE 11*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    section.dialog .content {
        height: 90%;
    }
}

/*IE 10 / IE 11*/




/*IE 9*/

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    section.dialog .content {
        height: 90%;
    }
}

/*IE 9*/

.ie9 main {
    display: block;
    height:100%;
    width:100%;
}

.login-bar .invalid-email-error {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
}

    .login-bar .invalid-email-error:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        background-image: url(../img/icons/e11e1e/Alert-Icon.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
    }

#divVerification {
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 15px;
}

#NTXAdvert-Dialog_dialog .candidate-dialog-top-section {
    font-size: 2rem;
    font-weight: 650;
}

.span-selected-name, .modern-ui-dropdown-option {
    font-size: 15px;
}
select {
    font-size: 15px;
}
#divSalaryRange {
    font-size: 14px;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

/*.search-container .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 1) !important;
}

.is-homepage .btn-blue:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 1) !important;
}*/


/*NETWORX RECRUITMENT STYLESHEET*/

/*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

::selection {
    background: #212529;
    text-shadow: none;
    color: rgba(255, 255, 255, 1);
}



@media screen and (max-height: 800px) {


    .job-search-overlay, .job-search-section-container {
        height: -moz-calc(100% - 136px) !important;
        height: -webkit-calc(100% - 136px) !important;
        height: -o-calc(100% - 136px) !important;
        height: calc(100% - 136px) !important;
    }

    .scroll-down-container {
        /*bottom: 80px !important;*/
    }

    .job-search-section-container.stuck .job-search-overlay {
        height: 55px !important;
    }

    .profile-pointers-container .container {
        height: -moz-calc(100% - 60px) !important;
        height: -webkit-calc(100% - 60px) !important;
        height: -o-calc(100% - 60px) !important;
        height: calc(100% - 60px) !important;
    }

    .login-dialogue-box {
        height: 90% !important;
    }

    .login-bottom-section {
        height: calc(100% - 100px) !important;
    }

    .login-bottom-content {
        height: calc(100% - 65px) !important;
    }

    .candidate-dialog-box {
        max-height: 650px !important;
    }

    .not-logged-in .job-search-section-container, .not-logged-in .job-search-overlay {
        height: calc(100% - 76px) !important;
    }
}

@media screen and (max-height: 700px) {

    .candidate-dialog-box {
        max-height: 600px !important;
    }
}

@media screen and (max-height: 650px) {

    .candidate-dialog-box {
        max-height: 500px !important;
    }
}

/*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/





/*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/

a {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

a[href*="http"],
a[href*="mailto"],
a[href*="tel"]{
    font-weight:bold;
}

.available-slots {
    padding: 0px;
}

.accessibility-statement h1, .accessibility-statement h2, .accessibility-statement h3, .accessibility-statement h4, .accessibility-statement h5, .accessibility-statement h6 {
    text-align: left;
    margin-top: 1rem;
}

.accessibility-statement ul {
    margin: 1rem 0 1rem 2rem;
}

    .accessibility-statement ul li {
        margin: 0 0 1rem;
    }

.account-renew {
    min-height: 80vh !important;
    width: 40vw !important;
    padding: 2rem 6rem;
    text-align: center;
}

@media only screen and (max-width: 1000px) {

    .account-renew {
        width: 90% !important;
        padding: 2rem 2rem;
        text-align: center;
    }
}

.account-renew-logo {
    margin: 1rem auto 4rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 120px;
    width: 100%;
    clear: both;
}

.account-renew-cross, .account-renew-tick {
    height: 4rem;
    width: 4rem;
    background-image: url(../img/icons/E11E1E/Close-Icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.account-renew-tick {
    background-image: url(../img/icons/4cab0c/tick.svg);
}

.account-renew h1 {
    display: inline-block;
    text-align: center;
}

.account-renew h2 {
    display: inline-block;
    text-align: center;
}

.account-renew img {
    margin: auto;
}

.candidate-dialog-box .available-slots .ntx-button-location {
    background-image: url(../img/icons/5e5e5e/Location-Pin.svg);
    background-size: 15px;
}

    .candidate-dialog-box .available-slots .ntx-button-location:hover {
        text-decoration: underline !important;
        background-color: rgb(245, 248, 250);
    }

.ad-login-alert #adLoginDialog {
    display: none;
}

    .ad-login-alert #adLoginDialog.active {
        display: block !important;
        right: calc(-70px - 2.2rem);
        top: calc(30px + 1.4rem);
    }

    .ad-login-alert #adLoginDialog .overlay-close {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

.apoint-recruitment-technology-setup {
    background-image: url(../img/hero-images/recruiter/apoint-recruitment-technology.jpg);
}

.advanced-search-options-overlay, .refine-search-overlay, .verification-overlay, .login-overlay, .social-media-privacy-login-overlay, .profile-introduction {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 0%;
    width: 0%;
    background-color: rgba(255, 255, 255, 0.98);
    opacity: 0;
    visibility: hidden;
    z-index: 11;
}

    .advanced-search-options-overlay.active, .refine-search-overlay.active, .verification-overlay.active, .login-overlay.active, .social-media-privacy-login-overlay.active, .profile-introduction.active, .candidate-dialog.active {
        height: 100%;
        width: 100%;
        opacity: 1;
        visibility: visible;
    }

    .advanced-search-options-overlay .container, .refine-search-overlay .container {
        width: 1000px;
        height: 100%;
    }

    .advanced-search-options-overlay .ntx-navigation-close-icon, .refine-search-overlay .ntx-navigation-close-icon {
        background-image: url(../img/icons/5e5e5e/close-icon.svg);
        position: relative;
        right: 0;
    }

    .advanced-search-options-overlay .h3, .refine-search-overlay .h3 {
        text-align: left;
        margin-bottom: 10px;
    }

.advanced-search-intro-details {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.advanced-search-input {
    border: none;
    border-bottom: 1px solid rgba(94, 94, 94, 1);
    background-color: transparent;
    padding: 15px;
    width: 100%;
    float: left;
    font-weight: 400;
    opacity: 0.5;
}

.advanced-search-options-container {
    margin-top: 30px;
}

.advanced-search-option-checkbox {
    float: left;
    width: 48%;
    margin-right: 2%;
    border-radius: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin-bottom: 15px;
    margin-top: 15px;
}

    .advanced-search-option-checkbox:nth-of-type(2n) {
        margin-right: 0;
    }

    .advanced-search-option-checkbox:hover {
        background-color: rgba(245, 248, 250,1);
    }

.advanced-search-option-label, .references-label {
    float: left;
    width: 100%;
    padding: 20px;
    padding-left: calc(35px + 0.6rem) !important;
    cursor: pointer;
}

.references-label {
    padding: 0px;
}

    .advanced-search-option-label:before, .references-label:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        border: 1px solid rgba(221, 221, 221, 1);
        width: 25px;
        height: 25px;
        float: left;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 20px;
        background-color: #ffffff;
        transform: translate(0,-50%);
    }

    .advanced-search-option-checkbox-input,
    .advanced-search-option-checkbox {
        position: relative;
    }

.advanced-search-option-checkbox-input, .references-checkbox-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.references-label-text {
    text-decoration: none !important;       
}

input[type=checkbox].advanced-search-option-checkbox-input:checked + label.advanced-search-option-label:before, input[type=checkbox].references-checkbox-input:checked + label.references-label:before {
    background-image: url(../img/icons/ffffff/tick.svg);
    background-color: rgba(76, 171, 12, 1);
}

input[type=checkbox].advanced-search-option-checkbox-input:not(:checked) + label.advanced-search-option-label:before, input[type=checkbox].references-checkbox-input:not(:checked) + label.references-label:before {
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-color: rgba(225, 30, 30, 0.25);
    background-size: 15px;
}

input[type=text].reference-name {
    width: 48%;
    padding: 8px 14px;
    border: 1px solid #cecece;
    text-rendering: optimizeLegibility;
    margin-bottom: 8px;
}

.advanced-search-options-container::-webkit-scrollbar, .ui-autocomplete.ui-front::-webkit-scrollbar, .login-bottom-content::-webkit-scrollbar {
    width: 10px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.advanced-search-options-container::-webkit-scrollbar-track, .ui-autocomplete.ui-front::-webkit-scrollbar-track, .login-bottom-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
}

.advanced-search-options-container::-webkit-scrollbar-thumb, .ui-autocomplete.ui-front::-webkit-scrollbar-thumb, .login-bottom-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(40,40,40,0.2);
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.25);
}

    .advanced-search-options-container::-webkit-scrollbar-thumb:hover, .ui-autocomplete.ui-front::-webkit-scrollbar-thumb:hover, .login-bottom-content::-webkit-scrollbar-thumb:hover {
        background: rgba(40,40,40,0.35);
    }


.job-search-image.apoint-recruitment-technology {
    background-image: url(../img/hero-images/recruiter/apoint-recruitment-technology.jpg);
}

.job-search-image.assets-header-image {
    background-image: url(../img/hero-images/recruiter/assets-header-image.jpg);
}

.assets-container {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.auth-password.login-bottom-content {
    -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box !important; /* Firefox, other Gecko */
    box-sizing: border-box !important; /* Opera/IE 8+ */
    padding: 15px 0 0;
    top: 0;
    height: auto;
}

    .auth-password.login-bottom-content * {
        -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box !important; /* Firefox, other Gecko */
        box-sizing: border-box !important; /* Opera/IE 8+ */
    }

    .auth-password.login-bottom-content input {
        margin-bottom: 20px;
    }

        .auth-password.login-bottom-content input:first-of-type {
            margin-top: 20px;
        }

#ad-account-dialog_dialog > div.dialogue-content div.candidate-dialog-bottom-content {
    padding: 0px;
}

.app-form-questions h2 {
    font-weight: bold;
}

.app-form-questions {
    padding: 0px;
}

.app-form-questions:nth-child(1) {
    padding:50px;
}

#div-main-application .app-form-questions {
    padding:0;
}

.login-bar .login-bar-popup ul ul.asm-dropdown {
    width: 100%;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    padding: 0;
    overflow-x: hidden;
    z-index: 2;
}

.login-bar .login-bar-popup td.login-item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

    .login-bar.login-bar-popup td.login-item .app-continue-button#LoginButton {
        width: 100%;
        text-align: left;
        border-radius: 0 !important;
        padding: 10px 50px !important;
        background-image: url(../img/icons/ffffff/Mail-Icon.svg);
        background-size: 25px;
        background-position: 15px 50%;
        background-repeat: no-repeat;
    }

    .login-bar .login-bar-popup td.login-item:last-of-type {
        margin-bottom: 0;
    }

    .login-bar .login-bar-popup td.login-item .login-email-prompt {
        text-align: center;
        margin-bottom: 10px;
    }

    .login-bar .login-bar-popup td.login-item input {
        width: 100%;
        border: 1px solid #dddddd;
        padding: 15px;
    }

.login-item .invalid-email-error {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
}

.login-item .privacy-policy-not-selected-social-media {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
}

.login-item .invalid-email-error:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(../img/icons/e11e1e/Alert-Icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.login-item .privacy-policy-not-selected-social-media:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(../img/icons/e11e1e/Alert-Icon.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.login-bar .login-bar-popup ul ul.asm-dropdown li {
    padding: 10px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

    .login-bar .login-bar-popup ul ul.asm-dropdown li:hover, .login-bar .login-bar-popup ul ul.asm-dropdown li.is-highlighted {
        text-decoration: underline;
        background-color: rgb(255, 255, 255);
        border-top: 1px solid rgb(221, 221, 221);
        border-bottom: 1px solid rgb(221, 221, 221);
    }

    @media only screen and (max-wdith: 767.98px){
        .AdvertParentContainer ul{
            margin: 20px 0px!important;
        }
    }

/*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/





/*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/


body.client-candidate-account .header-banner {
    display: none;
}

.body-nav-active {
    overflow: hidden;
}

.bottom-section {
    float: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0px 0px 4px 4px;
}

.bounce {
    /*-moz-animation: bounce 2.5s infinite;
    -webkit-animation: bounce 2.5s infinite;
    animation: bounce 3s infinite;*/
}

body.no-scroll {
    overflow: hidden;
}

.border-bottom {
    border-bottom: 1px solid #999;
}

    button.button {
        display: inline-block;
        padding: 10px 30px 10px 30px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #dddddd;
        -ms-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background-color: rgb(255, 255, 255);
        color: rgb(40, 40, 40);
        text-transform: uppercase;
        font-weight: 500;
    }

        button.button.primary {
            background-color: rgb(77, 171, 13);
            color: rgb(255, 255, 255);
        }

            button.button.primary:hover {
                background-color: rgba(77, 171, 13, 0.75);
            }

        button.button:disabled {
            background-color: #e4e4e4;
            color: #282828;
        }

            button.button:disabled:hover {
                text-decoration: none;
            }

/*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/





/*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/

.cand-a-container {
    float: left;
    width: 100%;
}

    .cand-a-container .h2 {
        font-weight: 400;
        margin-bottom: 10px;
    }

        .cand-a-container .h2 span {
            font-weight: 600;
        }

    .cand-a-container .h3 {
        font-weight: 400;
        padding-left: 0;
        text-align: left;
        margin-bottom: 0;
    }

.candidate-account-navigation li {
    font-weight: 500;
    padding: 20px 20px 20px 20px;
    clear: both;
    border-bottom: 1px solid rgb(221, 221, 221);
    cursor: pointer;
    background: rgba(0, 0, 0, 0) none no-repeat 320px center;
}

.candidate-account-navigation ul li.selected, .candidate-account-navigation ul li:hover {
    background-color: rgb(255, 255, 255);
}

.candidate-account-navigation .li-nav-icon {
    border-radius: 0px;
}

.candidate-attraction-social-media-logo {
    background-repeat: no-repeat;
    background-position: left 50%;
    background-size: contain;
}

    .candidate-attraction-social-media-logo.linkedin-logo {
        background-image: url(../img/misc/linkedin-logo.svg);
        width: 130px;
        height: 50px;
    }

    .candidate-attraction-social-media-logo.facebook-logo {
        background-image: url(../img/misc/facebook-logo.svg);
        width: 130px;
        height: 50px;
    }

    .candidate-attraction-social-media-logo.twitter-logo {
        background-image: url(../img/misc/twitter-logo.svg);
        width: 130px;
        height: 40px;
    }

    .candidate-attraction-social-media-logo.glassdoor-logo {
        background-image: url(../img/misc/glassdoor-logo.svg);
        width: 130px;
        height: 40px;
    }

.job-search-image.candidate-attraction-setup, .promoted-content-image.candidate-attraction-setup {
    background-image: url(../img/hero-images/recruiter/candidate-attraction-setup.jpg);
}

.candidate-dialog {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 0%;
    width: 0%;
    background-color: rgba(45, 45, 45, 0.75);
    opacity: 0;
    visibility: hidden;
    z-index: 12;
}

.candidate-dialog:not(.active)
{
    display:none;
}

    .candidate-dialog input {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        margin-right: 8px;
    }

        .candidate-dialog input[type="checkbox"]:not(.privacy-policy-checkbox) {
            /*display: none;*/
        }

        .candidate-dialog input[type="checkbox"]#chkNonUK {
            display: inline-block;
        }


    .candidate-dialog .your-profile-action-buttons-section.references .ntx-button {
        margin-bottom: 0;
        float: left;
    }


label.checkbox:before {
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    border: 1px solid rgb(221, 221, 221);
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 20px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.checkbox-container label.checkbox.valid:before, .checkbox-container label.checkbox.checked:before {
    background-image: url(../img/icons/ffffff/tick.svg);
    background-color: rgb(76, 171, 12);
}

.candidate-dialog .container {
    height: 100%;
}

.candidate-dialog-box {
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    width: 700px;
    max-height: 700px;
    max-width:100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

    .candidate-dialog-box .ntx-button-right, #ViewProfileWizard .ntx-button-right, #AddJobAlerts .ntx-button-right {
        padding-right: 25px !important;
        text-align: left !important;
    }

    .candidate-dialog-box .ntx-button, #ViewProfileWizard .ntx-button, #AddJobAlerts .ntx-button {
        background-size: 20px;
        background-position: left 20px center;
    }

    .candidate-dialog-box .reference-item .references-content {
        padding-top: 20px;
    }

    /*.candidate-dialog-box .ntx-button-back {
    background-image: url(../img/icons/ffffff/left-arrow.svg);
}

.candidate-dialog-box .ntx-button-email {
    background-image: url(../img/icons/ffffff/Mail-Icon.svg);
}

.candidate-dialog-box .ntx-button-save
{
    
    background-image: url(../img/icons/ffffff/save-icon.svg);
}

.candidate-dialog-box .ntx-button-slots-icon
{
    
    background-image: url(../img/icons/5e5e5e/calendar-icon.svg);
}

.candidate-dialog-box .ntx-button-cancel, #AddJobAlerts .ntx-button-cancel
{
    background-image: url(../img/icons/ffffff/close-icon.svg);
}

.candidate-dialog-box .ntx-button-location
{
    background-image: url(../img/icons/ffffff/Location-Pin.svg);
}

.candidate-dialog-box .ntx-button-tick, .disc-locations-dialog .ntx-button-tick, #ViewProfileWizard .ntx-button-tick, #AddJobAlerts .ntx-button-tick
{
    background-image: url(../img/icons/ffffff/tick.svg);
}*/

    .candidate-dialog-box .ntx-button-ok {
        background-color: rgba(76, 171, 12, 1);
        /*background-image: url(../img/icons/ffffff/tick.svg);*/
    }

    .candidate-dialog-box .ntx-button-save:hover {
        background-color: rgba(115, 204, 54, 1);
    }

    .candidate-dialog-box .ntx-button-ok:hover {
        background-color: rgba(115, 204, 54, 1);
    }

.candidate-dialog-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    position: absolute;
    top: -20px;
    right: -20px;
    float: left;
    background-color: rgba(45, 45, 45, 0.9);
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer;
    z-index: 2;
}

.candidate-dialog-top-section {
    float: left;
    width: 100%;
    padding: 15px 25px;
    background-color: rgba(248, 248, 248, 1);
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.candidate-dialog-bottom-section {
    float: left;
    width: 100%;
    height: -moz-calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    height: -o-calc(100% - 70px);
    height: calc(100% - 70px);
    border-radius: 0px 0px 5px 5px;
}

.candidate-dialog-bottom-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 6px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding: 25px;
}

.candidate-dialog-form {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .candidate-dialog-form.no-margin-top {
        margin-top: 0;
    }

.candidate-dialog-box a {
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
}

.candidate-dialog-box .question {
    margin-bottom: 20px;
}

.candidate-dialog-box .question:last-of-type
{
    margin-bottom:0;
}

.candidate-dialog .h3, .candidate-dialog .h4, .candidate-dialog .h5, .candidate-dialog .h6 {
    text-align: left;
}

.candidate-dialog-title {
    text-align: left;
}

.candidate-dialog-actions {
    width: 100%;
    margin-top: 20px;
}

.candidate-dialog-support-code {
    width: 100%;
    margin-top: 20px;
}

    .candidate-dialog-support-code a {
        font-weight: 700 !important;
        text-decoration: none !important;
    }

.support-code-processing {
    width: 100%;
    text-align: center;
}

.support-code-display {
    padding: 10.5px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(40,40,40,0.75);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(40,40,40,0.75);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border: 3px solid #0B5699;
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.candidate-dialog-content ul:not(.drop-down-itemsbox) {
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.candidate-dialog-content ul:last-of-type {
    padding-bottom: 0;
}

.candidate-profile-container {
    width: 100%;
    background-color: rgb(248, 248, 248);
    padding: 25px 50px;
    border: 1px solid rgb(221, 221, 221);
    position: relative;
    margin-bottom: 20px;
}

    .candidate-profile-container table {
        width: 100%;
    }

    .candidate-profile-container:last-child {
        margin-bottom: 40px;
    }

    .candidate-profile-container .h6 {
        text-align: left;
        padding-left: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid rgb(221, 221, 221);
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .candidate-profile-container td:first-of-type {
        width: 125px;
        vertical-align: top;
    }

    .candidate-profile-container td:nth-of-type(2) {
        width: -moz-calc(100% - 125px) !important;
        width: -webkit-calc(100% - 125px) !important;
        width: -o-calc(100% - 125px) !important;
        width: calc(100% - 125px) !important;
    }

    .candidate-profile-container ol, .candidate-profile-container ul {
        padding: 20px;
        font-weight: 500;
    }

        .candidate-profile-container ol li, .candidate-profile-container ul li {
            padding-bottom: 20px;
        }

            .candidate-profile-container ol li:last-of-type, .candidate-profile-container ul li:last-of-type {
                padding-bottom: 0px;
            }

    .candidate-profile-container a {
        font-weight: 700;
        color: #0B5699;
        cursor: pointer;
    }

.cand-acc-container {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

    .cand-acc-container .header-banner .container .client-logo {
        height: 45px;
    }

    .cand-acc-container .client-logo {
        height: 45px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
        width: 185px;
        float: left;
        display: block;
    }

    .cand-acc-container .user-details {
        padding: 0;
    }

.candidate-account-email-logo-container .client-logo {
    width: 100%;
    float: left;
    background-position: 50%;
}

.candidate-account-email-ntx-button-container .ntx-button.user-account-button {
    color: rgb(255, 255, 255) !important;
    float: left;
    width: 100%;
    text-align: center;
}

.candidate-account-email-ntx-button-container {
    width: 30%;
    margin: 0 auto;
    margin-top: 20px;
}

.center {
    float: left;
    width: 380px;
    margin-left: 30px;
    margin-right: 30px;
}

.checkbox-container label, .question-response .checkbox-container label, .question-response .checkbox-container label.required {
    position: relative;
    padding: 8px 45px 8px 45px;
}

    .checkbox-container label:before, .question-response .checkbox-container label.required:before {
        top: 50%;
        left: 7.5px;
        position: absolute;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

.check-box-container {
    display: inline-block;
}

    .check-box-container input[type="checkbox"] {
        width: 0;
        height: 0;
        opacity: 0;
    }

        .check-box-container input[type="checkbox"] + label {
            cursor: pointer;
            padding: 0px;
            display: inline-block;
        }

            .check-box-container input[type="checkbox"] + label span {
                margin-right: 15px;
            }

                .check-box-container input[type="checkbox"] + label span:first-of-type {
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer;
                    border: 3px solid #ddd;
                    width: 25px;
                    height: 25px;
                    float: left;
                    border-radius: 5px;
                    background-repeat: no-repeat;
                    background-position: 50%;
                    background-size: 15px;
                    background-color: #fff;
                }

        .check-box-container input[type="checkbox"]:checked + label span {
            background-image: url(../img/icons/ffffff/tick.svg);
            background-color: #4cab0c;
        }

.clients-pre-footer {
    float: left;
    width: 100%;
    background-color: rgb(236, 236, 236);
    padding: 40px 0;
    position: relative;
    top: -2px;
    border-top: 1px solid rgba(221, 221, 221, 1);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .clients-pre-footer .client-logo {
        margin: 0 auto;
        float: none;
        background-position: 50%;
    }

.clean-table, .clean-table tr, .clean-table tr td {
    border: 0 none;
    padding: 0;
    margin: 0;
    vertical-align: central;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

    .container.recruiter-top-section-content {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

.contact-consent {
    width: 304px;
    line-height: 30px;
    border-radius: 0;
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
}

.client-logo-container {
    width: 200px;
    float: left;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 20px;
    height: 75px;
    top: 50px;
    z-index: 3;
    padding: 10px;
}

.client-logo {
    float: left;
    background-repeat: no-repeat;
    background-position: left 50%;
    background-size: contain;
    width: 180px;
    height: 55px;
}


.clear {
    clear: both;
}

.job-search-image.contact-us-header-image {
    background-image: url(../img/hero-images/recruiter/contact-us-header-image.jpg);
}

.contact-us-step {
    float: left;
    width: 100%;
    height: 50px;
    margin-top: 40px;
}

.contact-us-step-border {
    margin: 0 auto;
    width: 90%;
    height: 1px;
    background-color: #5e5e5e;
}

.contact-us-step-number {
    border-radius: 100%;
    background-color: #5e5e5e;
    position: relative;
    width: 50px;
    height: 50px;
    top: -25px;
    margin: 0 auto;
}

    .contact-us-step-number span {
        color: #FFF;
        text-align: center;
        width: 100%;
        float: left;
        height: 50px;
        line-height: 50px;
    }

.contact-us-item {
    width: 30%;
    float: left;
    text-align: center;
    padding: 15px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    cursor: pointer;
    border-radius: 10px;
}

    .contact-us-item.active {
        background-color: rgba(115, 204, 54, 0.25);
    }

    .contact-us-item.center {
        margin-left: 5%;
        margin-right: 5%;
    }

.contact-us-items {
    float: left;
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.contact-dynamic {
    display: none;
}

    .contact-dynamic.selected {
        display: block;
    }

        .contact-dynamic.selected form#formContactUsForm {
            margin-top: 0;
        }

    .contact-dynamic span {
        font-weight: 500;
    }

    .contact-dynamic.three a {
        font-weight: 500;
        color: #ff6600;
    }

    .contact-dynamic.three p {
        text-align: center;
    }


.credentials-include {
    float: left;
    width: 33%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

    .credentials-include.incensu {
        background-image: url(../img/misc/Incensu-Logo.svg);
    }

    .credentials-include.national-housing-federation {
        background-image: url(../img/misc/Sponsors-Of-National-Housing-Federation-Logo.svg);
    }

    .credentials-include.charity-people-culture {
        background-image: url(../img/misc/Sponsors-Of-Charity-People-And-Culture-Logo.svg);
    }

.candidate-profile-onboarding-alert {
    padding: 10px 10px 10px 80px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(0,0,0,0.05) url(../img/icons/4cab0c/hand-shake-icon.svg) no-repeat 10px center;
    background-size: 50px;
    width: 100%;
    min-height: 70px;
}

.candidate-profile-message-error {
    padding: 10px 10px 10px 80px;
    margin-bottom: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(0,0,0,0.05) url(../img/icons/e11e1e/alert-icon.svg) no-repeat 10px center;
    background-size: 50px;
    float: left;
    width: 100%;
    min-height: 70px;
}

.candidate-profile-message-alert {
    padding: 1rem 1rem 1rem 50px;
    background: rgb(243, 224, 128) url(../img/icons/5e5e5e/alert-icon.svg) no-repeat 10px center;
    background-size: 30px;
    margin-bottom: 10px;
    color: #5E5E5E;
}

    /*.candidate-profile-message-alert:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../img/icons/e11e1e/alert-icon.svg);
        background-repeat: no-repeat;
    }*/

.candidate-profile-message-help {
    padding: 10px;
    background-color: rgba(41, 143, 206, 1);
    margin-bottom: 10px;
    color: #fff;
}

.candidate-profile-message-success {
    padding: 10px 10px 10px 80px;
    margin-bottom: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(0,0,0,0.05) url(../img/icons/4cab0c/tick.svg) no-repeat 10px center;
    background-size: 50px;
    float: left;
    width: 100%;
    min-height: 70px;
}

#CV-Upload .ntx-button.upload-cv-button {
    float: left;
    margin: 20px 0;
}

.CVBlock .user-details {
    width: 100%;
    padding: 0;
}

.candidate-dialog .CVBlock input[type="checkbox"] {
    display: block;
}

.client-candidate-account .user-navigation {
    top: 0px !important;
}

.client-candidate-account .job-acc-container {
    top: 30px !important;
}

.control-container {
    position: relative;
    float: left;
    width: 100%;
    /*overflow-y: auto;
    overflow-x: hidden;*/
}

    .control-container .main-search-input {
        box-shadow: none;
        border: 1px solid #DDD;
        width: 100%;
        padding: 12px;
        padding-left: 50px;
    }

.candidate-contact-form {
    float: left;
    width: 100%;
    border: 1px solid #dddddd;
    padding: 30px;
    margin-top: 50px;
    border-radius: 5px;
    background-color: rgb(245, 248, 250);
}

    .candidate-contact-form h1.h6 {
        text-align: center;
        font-weight: 400;
    }


#divCandidateEmailVerification { 
    margin-bottom:30px;
}

#divCandidateEmailVerification .ntx-button {
    margin-left: 10px;
    margin-right: 0;

}

    #divCandidateEmailVerification .ntx-button:last-of-type {
        margin: 0;
    }

form.candidate-contact-form p {
    margin-bottom: 20px;
}

form.candidate-contact-form input, form.candidate-contact-form textarea {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: .875rem;
    border: 1px solid rgb(221, 221, 221);
    font-family: 'Roboto',sans-serif;
}

form.candidate-contact-form .captcha-input-wrapper {
    float: left;
    width: 100%;
}

form.candidate-contact-form .cta {
    background: rgba(255,102,0,.8);
    border-radius: 6px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    cursor: pointer;
    min-width: 15rem;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    text-align: center;
    margin: 0;
    float: left;
    width: calc(100% - 324px);
    margin-left: 20px;
    display: block;
    min-width: initial;
    padding: 28px 10px;
    position: relative;
}

    form.candidate-contact-form .cta:hover {
        background: rgb(255, 102, 0);
        box-shadow: 2px 2px 4px rgba(0,0,0,.4);
        text-decoration: underline;
    }

    form.candidate-contact-form .cta.disabled {
        background-color: rgb(197, 197, 197) !important;
        text-decoration: none !important;
        box-shadow: none !important;
        cursor: not-allowed;
    }

form.candidate-contact-form .captcha-input-wrapper a.cta.disabled .tooltip-text {
    display: block;
}

form.candidate-contact-form .captcha-input-wrapper a.cta .tooltip-text {
    visibility: hidden;
    width: 220px;
    background-color: rgba(40,40,40,.9);
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 10px;
    padding: .5rem;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 50%;
    margin-left: -110px;
    opacity: 0;
    transition: opacity 1s;
    font-weight: 500;
    display: none;
}

    form.candidate-contact-form .captcha-input-wrapper a.cta .tooltip-text:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        border-width: 5px;
        border-style: solid;
        border-color: rgba(40,40,40,.9) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
    }

form.candidate-contact-form .captcha-input-wrapper a.cta:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}

/*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/

/*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/

.divider-hr {
    width: 100%;
    display: block;
    margin: 20px 0;
    float: left;
}

.divider-text {
    text-align: center;
    position: relative;
    width: 309px;
}

    .divider-text:before, .divider-text:after {
        content: "";
        position: absolute;
        height: 0.5em;
        border-bottom: 1px solid #666;
        top: 0;
        width: 100px;
    }

    .divider-text:before {
        left: 0%;
    }

    .divider-text:after {
        right: 0%;
    }

#divQuickApplyOptions input[type="checkbox"] {
    display: inline-block;
}

#divQuickApplyOptions .checkbox-container input[type="checkbox"] {
    display: none;
}


.candidate-dialog input[type="checkbox"]#chkNonUK {
    display: inline-block;
}

.disc-locations-dialog {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 90%;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    border-radius: 5px;
    margin: 0 auto;
    width: 90%;
}

#divProfile .h3, #divMain .h3 {
    text-align: left;
    padding: 20px 0 0 0;
}

.disc-locations-dialog .ntx-button.primary-green.ntx-button-right {
    padding-right: 25px !important;
    padding-left: 50px !important;
    text-align: left;
    background-size: 20px;
    background-position: left 20px center;
    position: relative;
    top: -5px;
}

.demo-request-container {
    margin: 0 auto;
    width: 90%;
    height: 100%;
    position: relative;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(248, 248, 248);
}

    .demo-request-container:before {
        content: '';
        background-color: rgba(40, 40, 40, 0.35);
        float: left;
        position: absolute;
        width: 35%;
        height: 100%;
        top: 0;
        z-index: 2;
        border-radius: 5px 0 0 5px;
    }

    .demo-request-container:after {
        content: '';
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        background-image: url(../img/hero-images/recruiter/demo-request-image.jpg);
        float: left;
        position: absolute;
        width: 35%;
        left: 0;
        height: 100%;
        top: 0;
        z-index: 1;
        border-radius: 5px 0 0 5px;
    }

.demo-request-right {
    float: left;
    width: 65%;
    padding: 20px 40px;
    position: relative;
    left: 35%;
}

.demo-request-form-container .h6 {
    text-align: left;
}


.demo-request-form-container input {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px solid rgb(221, 221, 221);
}

.demo-request-form-container .ntx-button.primary-green {
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
}


.demo-request-form-container table {
    float: left;
    width: 100%;
}

.demo-request-checkbox-content {
    float: left;
    width: 75%;
    font-weight: 500;
}

    .demo-request-checkbox-content:nth-of-type(1) {
        padding-right: 30px;
    }

    .demo-request-checkbox-content:nth-of-type(2) {
        padding-left: 30px;
        width: 25%;
    }

.demo-request-checkbox-container {
    float: left;
    width: 100%;
    margin-top: 25px;
    padding: 0 5px;
}


.demo-request-toggle {
    position: absolute;
    visibility: hidden;
    display: none;
}

input.demo-request-toggle-round + label {
    padding: 2px;
    width: 70px;
    height: 35px;
    background-color: rgb(221, 221, 221);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    float: left;
}

.demo-request-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.demo-request-toggle-round + label:before {
    right: 1px;
    background-color: rgb(255, 171, 158);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
    float: left;
    width: 65px;
}

input.demo-request-toggle-round + label:before, input.demo-request-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 2px;
    bottom: 1px;
    content: "";
}

label.checkbox input {
    display: none;
}


input.demo-request-toggle-round + label:after {
    width: 33px;
    background-color: rgb(255, 255, 255);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
}

input.demo-request-toggle-round + label:before, input.demo-request-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

input.demo-request-toggle-round:checked + label.demo-request-checkbox-item-label.references-label:before {
    background-color: rgb(76, 171, 12);
    background-image: none;
}

input.demo-request-toggle-round:not(:checked) + label.demo-request-checkbox-item-label.references-label:before {
    background-color: rgb(225, 30, 30);
    background-image: none;
}


input.demo-request-toggle-round:checked + label:before {
    background-color: rgb(140, 225, 150);
}

input.demo-request-toggle-round:checked + label:after {
    margin-left: 40px;
}


.demo-request-checkbox-item {
    float: left;
    width: 20%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.demo-request-checkbox-item-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    display: none;
}

.demo-request-checkbox-item-label {
    float: left;
    width: 100%;
    padding: 120px 20px 20px 20px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid rgb(221, 221, 221);
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
}

    .demo-request-checkbox-item-label.candidate-attraction-services {
        background-image: url(../img/icons/5e5e5e/candidate-search.svg);
        background-position: 50% 30px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label.candidate-management-services {
        background-image: url(../img/icons/5e5e5e/managing-applications-icon.svg);
        background-position: 50% 40px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label.recruitment-technology {
        background-image: url(../img/icons/5e5e5e/networx-swoosh.svg);
        background-position: 50% 40px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label.public-sector-recruitment {
        background-image: url(../img/icons/5e5e5e/Charities-Icon.svg);
        background-position: 50% 40px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label:before {
        content: "";
        position: absolute;
        top: -15px;
        right: -15px;
        border: 1px solid rgb(221, 221, 221);
        width: 30px;
        height: 30px;
        float: right;
        margin-right: 0;
        border-radius: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 20px;
        background-color: rgb(255, 255, 255);
    }

.demo-request-checkbox-item:hover .demo-request-checkbox-item-label, input[type=checkbox].demo-request-checkbox-item-input:checked + label.demo-request-checkbox-item-label {
    background-color: rgb(245, 248, 250);
}

    input[type=checkbox].demo-request-checkbox-item-input:checked + label.demo-request-checkbox-item-label:before {
        background-image: url(../img/icons/ffffff/tick.svg);
        background-color: rgb(76, 171, 12);
    }

#divNoPopupCVURL a {
    color: #0c62ab;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    text-decoration: underline;
}

/*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/


/*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/

.equality-diversity-desk {
    background-image: url(../img/hero-images/recruiter/equality-diversity-desk.jpg);
}

.error-board h2 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 400;
    padding: 75px 0;
    margin: 0;
}

.external-assets-image {
    background-image: url(../img/hero-images/recruiter/iphone-laptop-setup.jpg);
}

.error-image {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 350px;
    float: left;
    background-image: url(../img/misc/error-board.svg);
    background-position: 50%;
    position: relative;
}

    .error-board .H2 {
        color: rgb(255, 255, 255);
        position: absolute;
        top: 67px;
        margin-bottom: 0;
        left: 170px;
        text-align: center;
        width: 195px;
    }

.job-search-image.error-background {
    background-image: url(../img/hero-images/disciplines/IT-and-Telecoms/Software-Developer/Software-Developer-1.jpg);
}

.error-page-links-container {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .error-page-links-container .ntx-button.user-account-button {
        color: rgb(255, 255, 255);
    }

.email-link-varification-container {
    width: 900px;
    margin: 30px auto;
    border-radius: 0px;
    border: 1px solid #dddddd;
    background: #FFF;
    padding: 30px;
}

.email-link-varification-message {
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}

.email-link-varification-container .client-logo {
    height: 100px;
    width: 100%;
    margin-bottom: 20px;
    background-position: 50%;
    padding-bottom: 10px;
    background-size: contain;
    position: relative;
}

/*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/


/*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/

footer a[href*="http"] {
    font-weight:normal;
}

form#formReference p {
    margin-bottom: 0;
    padding-bottom: 10px;
}

    form#formReference p:last-of-type {
        padding-bottom: 0;
    }

.form-full-width {
    float: left;
    width: 100%;
}

.form-half-content {
    float: left;
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

    .form-half-content input, .form-third-content input {
        float: left;
        width: 100%;
        padding: 20px;
        border: 1px solid #dddddd;
    }

.form-third-content {
    float: left;
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.full-width{
    width:100% !important;
}

.further-jobs {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}

.further-jobs-container {
width: 380px;
border: 1px solid rgba(221, 221, 221, 1);
position: relative;
background-color: rgba(85, 85, 85, 1);
z-index: 0;
float: left;
margin-bottom: 30px;
height: 180px;
cursor: pointer;
overflow: hidden;
}

    .further-jobs-container.wide {
        margin-bottom: 0;
    }

.further-jobs-image {
    float: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(1,1);
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    background-image: url(../img/hero-images/disciplines/Marketing-and-PR/Marketing-PR-3.jpg);
}

.further-jobs-container:hover .further-jobs-image, .further-jobs-container:focus .further-jobs-image {
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
}

.further-jobs-image-overlay {
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(45, 45, 45, 0.68);
    position: absolute;
}

    /*.further-jobs-image-overlay.home-retail-group {
        background-color: rgba(23, 129, 127, 0.55);
    }

    .further-jobs-image-overlay.asthma-uk {
        background-color: rgba(120, 43, 144, 0.55);
    }

    .further-jobs-image-overlay.commonwealth {
        background-color: rgba(55, 55, 125, 0.55);
    }*/

.further-jobs-details {
    color: rgba(255, 255, 255, 1);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    z-index: 3;
    text-align: right;
}

.further-job-details-title {
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 2px rgba(45, 45, 45, 0.75), 0px 0px 1px rgba(0, 0, 0, 0.75);
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    text-align: right;
}

.further-job-details-view-jobs {
    text-shadow: 1px 1px 2px rgba(45, 45, 45, 0.75), 0px 0px 1px rgba(0, 0, 0, 0.75);
    color: rgba(255, 255, 255, 1);
}

.further-jobs-container:hover .further-job-details-view-jobs, .further-jobs-container:focus .further-job-details-view-jobs {
    text-decoration: underline;
}

.further-search-options, .recruiter-content {
    float: left;
    width: 100%;
    position: relative;
    top: -2px;
    z-index: 3;
    padding: 60px 0px;
    background-color: rgba(245, 248, 250, 1);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .further-search-options.stuck {
        top: 59px;
        margin-bottom: 44px;
    }


        .further-search-options.stuck .user-navigation {
            position: fixed;
            top: 100px;
        }

.find-us-on-glassdoor {
    width: 50%;
    margin: 0 auto;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/misc/find-us-on-glassdoor.svg);
    background-position: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.footer {
    float: left;
    width: 100%;
    background-color: rgba(40, 40, 40, 1);
    padding: 50px 0;
    position: relative;
    top: -2px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .footer hr {
        margin: 50px 0;
    }

.footer-col-left {
    float: left;
    width: 50%;
    color: #ffffff;
}

.footer-col-right {
    float: right;
    width: 50%;
    text-align: right;
}

    .footer-col-right a {
        color: #ffffff;
    }

.footer-link-border {
    width: 1px;
    height: 20px;
    margin: 0 20px;
    background-color: #ffffff;
    display: inline-block;
}

.footer-col {
    float: left;
    width: 25%;
    color: rgba(255, 255, 255, 1);
    padding: 0px 25px;
}

    .footer-col .ntx-logo {
        background-image: url(../img/ntx-elements/networx-logo-white.svg);
        cursor: default;
        width: 220px;
        height: 55px;
        display: block;
    }

    .footer-col:first-of-type {
        padding-left: 0;
    }

    .footer-col:last-of-type {
        padding-right: 0;
    }

    .footer-col ul {
        list-style: none;
        font-weight: 400;
    }

        .footer-col ul li {
            padding-bottom: 10px;
        }

            .footer-col ul li:last-child {
                padding-bottom: 0;
            }

            .footer-col ul li a, .footer-col-left a {
                color: rgba(255, 255, 255, 1);
                text-decoration: none;
            }

                .footer-col ul li a:hover, .footer-col ul li a:focus, .footer-col-left a:hover, .footer-col-left a:focus {
                    text-decoration: underline;
                }

.filter-section {
    padding: 30px 15px;
}


    .filter-section:nth-of-type(2) {
        border-top: 0 none !important;
    }

    .filter-section.suggested-disciplines {
        border-top: 1px solid rgba(221, 221, 221, 1);
    }


    .filter-section:first-of-type {
        padding-top: 0;
    }

    .filter-section:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }

    .filter-section .h3 {
        margin-bottom: 30px;
        text-align: left;
    }

.fileinput-button.fileupload {
    background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
    background-size: 25px 18px;
}

.favourite-jobs-added, .favourite-jobs-removed {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -10px;
    right: -20px;
    background-color: rgba(76, 171, 12, 1);
    border-radius: 100%;
    color: #ffffff;
    background-image: url(../img/icons/ffffff/tick.svg);
    background-size: 60%;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid #dddddd;
    visibility: hidden;
    opacity: 0;
}

.favourite-jobs-removed {
    background-image: url(../img/icons/ffffff/line.svg);
    background-color: red;
}

    .favourite-jobs-added.visible, .favourite-jobs-removed.visible {
        visibility: visible;
        opacity: 1;
    }

.favourite-jobs-container .candidate-dialog-bottom-section, .favourite-jobs-container .candidate-dialog-bottom-content {
    max-height: calc(700px - 70px);
}

.favourite-jobs-container .job-details {
    width: -moz-calc(100% - 225px);
    width: -webkit-calc(100% - 225px);
    width: -o-calc(100% - 225px);
    width: calc(100% - 225px);
    margin-top: 0;
}

.fine-print {
    font-style:italic;
    font-weight:bold;
}

    .fine-print a {
        font-weight: bold;
        color: #0c62ab;
    }

/*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/





/*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/

.has-border {
    border: 1px solid rgba(0,0,0,0.4);
}

.header-banner {
    float: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 15px 0;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    position: fixed;
    z-index: 10;
}

    .header-banner.recruiter .sub-container {
        width: 50%;
    }

        .header-banner.recruiter .sub-container .ntx-logo {
            float: left;
        }

    .header-banner .container {
        position: relative;
    }

.highlight {
    /*background-color: rgb(255, 255, 136);*/
}

.hidden {
    display: none;
}

html, body {
    height: 100%;
}

/*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/





/*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/

input {
    box-shadow: none;
    border: none;
    font-family: Roboto, sans-serif;
}

.internal-assets-image {
    background-image: url(../img/hero-images/recruiter/networx-laptop-homepage.jpg);
}

.policies-image {
    background-image: url(../img/hero-images/recruiter/policies-image.jpg);
}

.IAmAJobseeker {
    display: none;
}

    .IAmAJobseeker.active {
        display: block;
    }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: none !important;
    background-image: inherit !important;
}

.invalid-email-error {
    display: none;
}

/*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/

/*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/
.job-details {
    padding: 20px;
    margin-top: 20px;
    min-height: 200px;
}

    .job-details br {
        display: none;
    }

.job-results-container {
    float: left;
    width: 985px;
}

.job-results-sponsored-jobs-container {
    width: 300px;
    float: left;
    margin-left: 15px;
}

    .job-results-sponsored-jobs-container .sponsored-job-container {
        width: 200px;
        margin-bottom: 20px;
    }

        .job-results-sponsored-jobs-container .sponsored-job-container:last-child {
            margin-bottom: 0;
        }

    .job-results-sponsored-jobs-container .client-logo-container {
        left: 10px;
        width: 180px;
        top: 80px;
    }

        .job-results-sponsored-jobs-container .client-logo-container .client-logo {
            width: 160px;
            height: 50px;
        }

    .job-results-sponsored-jobs-container .sponsored-job-image-overlay, .job-results-sponsored-jobs-container .sponsored-job-image {
        height: 125px;
    }

    .job-results-sponsored-jobs-container .ntx-button.apply-now-icon {
        background-position: left 20px center;
    }

.job-title {
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.job-location span, .job-salary span, .job-expiry span {
    font-weight: 700;
}

.job-location, .job-salary, .job-expiry, .job-reference {
    margin-top: 10px;
    word-wrap: break-word;
}

.job-search-section-container {
    left: 0;
    z-index: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .job-search-section-container.stuck {
        z-index: 4;
    }

        .job-search-section-container.stuck .job-search-overlay {
            height: 55px;
            overflow: hidden;
            padding: 0;
        }

        .job-search-section-container.stuck .scroll-down-container {
            display: none;
            visibility: hidden;
            opacity: 0;
        }

        .job-search-section-container.stuck .job-search-image {
            height: 130px;
            position: fixed;
        }

.job-search-overlay .our-clients-item {
    float: none;
    width: 500px;
    height: 250px;
    margin: 0 auto;
}

.job-search-overlay .container {
    height: 100%;
}

.job-search-overlay {
    z-index: 2;
    width: 100%;
    float: left;
    padding: 20px 0;
    position: fixed;
    top: 76px;
    height: -moz-calc(75% - 74px);
    height: -webkit-calc(75% - 74px);
    height: -o-calc(75% - 74px);
    height: calc(75% - 74px);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background-color: rgba(44, 44, 44, 0.25);
}

    .job-search-overlay .h5 {
        text-align: left;
    }

    .job-search-overlay .contact-us-item {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

        .job-search-overlay .contact-us-item:last-of-type {
            margin-bottom: 0px;
        }

.job-search-image {
    height: 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    z-index: 1;
    position: fixed;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background-color: rgba(255, 255, 255, 1);
    background-image: url('../img/hero-images/locations/Locations-2.jpg');
}

    .job-search-image.argos {
        background-image: url(../img/our-clients/WellKnownBrands/Argos/argos-header.jpg);
    }

    .job-search-image.thorntons {
        background-color: #5e2d4f;
        background-image: none;
    }

    .job-search-image.hobbycraft {
        background-color: #4e3038;
        background-image: none;
    }

    .job-search-image.wilko {
        background-color: rgb(147, 26, 41);
        background-image: none;
    }

    .job-search-image.maplin {
        background-color: #00bce4;
        background-image: none;
    }

    .job-search-image.laterooms {
        background-color: #442c80;
        background-image: none;
    }

    .job-search-image.stonegate {
        background-image: url(../img/our-clients/Commercial/Stonegate/stonegate-header.jpg);
    }

    .job-search-image.london-city-airport {
        background-image: url(../img/our-clients/Commercial/London-City-Airport/london-city-airport-header.jpg);
    }

    .job-search-image.domestic-and-general {
        background-image: url(../img/our-clients/Commercial/Domestic-and-General/domestic-and-general-header.jpg);
    }

    .job-search-image.vitality {
        background-color: rgb(248, 17, 106);
        background-image: none;
    }

    .job-search-image.tlt-solicitors {
        background-color: rgb(1, 83, 119);
        background-image: none;
    }

    .job-search-image.wolters-kluwer {
        background-image: url(../img/our-clients/Commercial/Wolters-Kluwer/wolters-kluwer-header.jpg);
    }

    .job-search-image.mitsubishi-hitachi {
        background-color: #939598;
        background-image: none;
    }

    .job-search-image.tulip {
        background-image: url(../img/our-clients/Manufacturing/Tulip/tulip-header.jpg);
    }

    .job-search-image.doosan {
        background-color: #293986;
        background-image: none;
    }

    .job-search-image.lucite-international {
        background-color: #ed1261;
        background-image: none;
    }

    .job-search-image.yeo-valley {
        background-image: url(../img/our-clients/Manufacturing/Yeo-Valley/yeo-valley-header.jpg);
    }

    .job-search-image.tata-steel {
        background-color: #3d79ba;
        background-image: none;
    }

    .job-search-image.aster-group {
        background-image: url(../img/our-clients/Housing/Aster/aster-header.jpg);
    }

    .job-search-image.yorkshire-housing {
        background-color: #00b3e3;
        background-image: none;
    }

    .job-search-image.paradigm-housing {
        background-color: #00a8cb;
        background-image: none;
    }

    .job-search-image.knightstone {
        background-color: #0589bd;
        background-image: none;
    }

    .job-search-image.places-for-people {
        background-color: #015794;
        background-image: none;
    }

    .job-search-image.orbit-group {
        background-color: #1b4687;
        background-image: none;
    }

    .job-search-image.waterloo-housing {
        background-color: #1e72ba;
        background-image: none;
    }

    .job-search-image.curo-group {
        background-color: #c4d600;
        background-image: none;
    }

    .job-search-image.grand-union {
        background-color: #0076b7;
        background-image: none;
    }

    .job-search-image.watford {
        background-image: url(../img/our-clients/Housing/Watford/watford-header.jpg);
    }

    .job-search-image.north-hertfordshire {
        background-color: #5AB8DA;
        background-image: none;
    }

    .job-search-image.gateway-housing {
        background-color: #2a7953;
        background-image: none;
    }

    .job-search-image.pdsa {
        background-image: url(../img/our-clients/Charities/Pdsa/pdsa-header.jpg);
    }

    .job-search-image.fitzroy {
        background-image: url(../img/our-clients/Charities/Fitzroy/fitzroy-header.jpg);
    }

    .job-search-image.rethink-mental-illness {
        background-color: #1b9dd9;
        background-image: none;
    }

    .job-search-image.macintyre {
        background-color: #85146e;
        background-image: none;
    }

    .job-search-image.hestia {
        background-color: rgb(42, 56, 132);
        background-image: none;
    }

    .job-search-image.cornwall-hospice-care {
        background-color: #e50e63;
        background-image: none;
    }

    .job-search-image.ncg {
        background-image: url(../img/our-clients/Education/Ncg/ncg-header.jpg);
    }

    .job-search-image.cornwall-college {
        background-image: url(../img/our-clients/Education/Cornwall-College/cornwall-college-header.jpg);
    }

    .job-search-image.wiltshire-college {
        background-image: url(../img/our-clients/Education/Wiltshire-College/wiltshire-college-header.jpg);
    }

    .job-search-image.united-learning {
        background-image: url(../img/our-clients/Education/United-Learning/united-learning-header.jpg);
    }

    .job-search-image.future-schools-trust {
        background-image: url(../img/our-clients/Education/Future-Schools-Trust/future-schools-trust-header.jpg);
    }

    .job-search-image.whitgift-foundation {
        background-image: url(../img/our-clients/Education/Whitgift-Foundation/whitgift-foundation-header.jpg);
    }

    .job-search-image.mole-valley-farmers {
        background-image: url(../img/our-clients/Retail/Mole-Valley-Farmers/mole-valley-farmers-header.jpg);
    }

    .job-search-image.evans-cycles {
        background-image: url(../img/our-clients/Retail/Evans-Cycles/evans-cycles-header.jpg);
    }

    .job-search-image.one-stop {
        background-image: url(../img/our-clients/Retail/One-Stop/one-stop-header.jpg);
    }

    .job-search-image.home-retail-group {
        background-image: url(../img/our-clients/Retail/Home-Retail-Group/home-retail-group-header.jpg);
    }

    .job-search-image.homebase {
        background-image: url(../img/our-clients/Retail/Homebase/homebase-header.jpg);
    }




.job-alerts-banner {
    float: left;
    width: 100%;
    background-color: rgba(52, 52, 52, 1);
    padding: 45px 0;
    position: relative;
    top: 0;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

    .job-alerts-banner .ntx-button {
        display: inline-block;
        margin-top: 15px;
    }

.job-alerts-banner-icon {
    border-radius: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: -35px;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    left: 50%;
    background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 30px;
    z-index: 3;
}

.job-a-container, .job-r-container, .job-acc-container {
    float: left;
    width: 100%;
    position: relative;
    top: 136px;
    z-index: 3;
    padding: 60px 0px;
    background-color: rgba(245, 248, 250, 1);
}

.job-r-container {
    margin-bottom: 136px;
}

.job-a-header, .job-results-container-count {
    background-color: rgb(236, 236, 236);
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(221, 221, 221, 1);
}

    .job-a-header .container {
        width: 1100px;
        margin: 0 auto;
    }

.job-a-header, .job-results-container-count h2.fs-xs {
    font-weight:100;
}


    .job-a-main {
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 50px;
    border: 1px solid rgba(221, 221, 221, 1);
    border-top: none;
}

    .job-a-main.application {
        padding: 0;
    }

    .job-a-main .container {
        width: 709px;
        margin: 0 auto;
    }

.job-a-client-logo-container {
    width: 200px;
    height: 75px;
    float: left;
}

    .job-a-client-logo-container .client-logo {
        width: 200px;
        height: 75px;
    }

.job-a-actions-container {
    float: left;
    width: -moz-calc(100% - 230px);
    width: -webkit-calc(100% - 230px);
    width: -o-calc(100% - 230px);
    width: calc(100% - 230px);
    margin: 15px 0;
    padding-left: 40px;
}

    .job-a-actions-container .h2, .job-results-container .h2 {
        padding-bottom:0;
        margin-bottom:0;
    }

        .job-a-actions-container .h2 span, .job-results-container .h2 span {
            font-weight: 500;
        }

.job-results-client-actions .ntx-button {
    margin-bottom: 15px;
    padding-left: 45px;
}

    .job-results-client-actions .ntx-button:last-child {
        margin-bottom: 0;
    }

.job-a-main #NTXAppFormNav nav ul li button p {
    word-break: break-word;
}

.job-ap-nav, .job-results-refine-tools, .candidate-account-navigation {
    background-color: rgba(245, 248, 250, 1);
    border-right: 1px solid rgba(221, 221, 221, 1);
}

    .job-ap-nav ul {
        list-style: none;
    }

        .job-ap-nav ul li {
            padding: 30px 60px;
            border-bottom: 1px solid rgba(221, 221, 221, 1);
            background-color: rgba(245, 248, 250, 1);
            cursor: pointer;
            width: 301px;
            border-right: 1px solid rgba(221, 221, 221, 1);
            font-weight: 400;
            background-repeat: no-repeat;
            background-size: 30px;
            background-position: left 15px center;
        }

            .job-ap-nav ul li.unanswered {
                background-image: url(../img/icons/4cab0c/unanswered.svg);
            }

            .job-ap-nav ul li.incomplete {
                background-image: url(../img/icons/4cab0c/incomplete.svg);
            }

            .job-ap-nav ul li.answered {
                background-image: url(../img/icons/4cab0c/answered.svg);
            }

            .job-ap-nav ul li:hover, .job-ap-nav ul li:focus, .job-ap-nav ul li.active {
                background-color: rgba(255, 255, 255, 1);
                border-right: 1px solid rgba(255, 255, 255, 1);
            }

            .job-ap-nav ul li:last-child {
                border-bottom: none;
            }

.job-results-refine-tools {
    padding: 30px 15px;
    width:100%;
    max-width:300px;
}

.job-ap-content, .job-results-content, .candidate-account-content {
    padding: 40px 20px;
    background-color: rgba(255, 255, 255, 1);
}

.job-results-container-count, .job-a-header-container {
    padding: 15px 30px;
}

.page-wrapper .job-a-header-container {
    padding: 15px 0px;
}

.job-results-container-count-info {
    float: left;
    width: 70%;
    padding-right: 25px;
}

    .job-results-container-count-info .h2 {
        margin-bottom: 0;
    }

.job-a-header-client-logo-container {
    width: 230px;
    float: left;
}

    .job-a-header-client-logo-container .client-logo {
        float: none;
        margin: 0 auto;
        background-position: 50%;
        width: 200px;
        height: 75px;
    }

.job-results-client-actions {
    margin-right: 20px;
    width:250px;
}

.job-results-client-actions .ntx-cand-button,
.job-results-client-actions .ntx-button {
    width:100%;
    display:block;
}

.job-results-client-actions .ntx-button {
    text-align:left;
}

.job-results-content .job-details, .work-for-us-jobs-container .job-details, .your-profile-section .job-details {
    margin-top: 0;
    padding: 0;
}


.job-results-client-actions .client-logo {
    width: 100%;
    height: 75px;
    background-position: 50%;
    margin-bottom: 30px;
}


.job-title {
    color: rgba(12, 98, 171, 1);
    font-weight: 700;
    margin-bottom: 20px;
    cursor: pointer;
}

    .job-title span {
        color: rgba(40, 40, 40, 1);
        font-weight: 500;
    }

.docu-sign .job-title {
    font-weight: 500;
    margin-bottom: 20px;
}

.job-details.docu-sign {
    min-height: initial;
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 2px solid #dddddd;
}

.docu-sign .job-description .ntx-button {
    width: auto;
    float: left;
    word-break: break-word;
}

.job-location span, .job-salary span, .job-reference span, .job-expiry span {
    font-weight: 700;
}


.job {
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

    .job:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }

    .job:first-of-type {
        padding-top: 0;
    }

#ViewProfileWizard label input[type=radio] {
    margin-right: 5px;
}

/*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/





/*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/

.left {
    float: left;
    width: 380px;
}

.link {
    cursor: pointer;
    text-decoration: none;
}

    .link:hover {
        text-decoration: underline;
    }

    .link:disabled {
        cursor: not-allowed;
    }

.link-colour {
    color: #0B5699;
}

.link-myapps {
    padding-bottom: 20px;
}

.left-side-align {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.location-dropdown-container {
    position: relative;
    width: 48%;
    float: right;
}

.social-media-login-dialogue-box {
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    width: 370px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 310px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

.login-dialogue-box {
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    width: 630px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 700px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

    .login-dialogue-box.forgotten-password {
        box-shadow: none;
        top: auto;
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
    }

.login-bottom-content.forgotten-password {
    height: auto;
}

.login-container, .profile-pointers-container, .social-media-login-container {
    width: 100%;
    float: left;
    height: 100%;
}

    .login-container .container {
        height: 100%;
    }

.login-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    position: absolute;
    top: -20px;
    right: -20px;
    float: left;
    background-color: rgba(45, 45, 45, 0.9);
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer;
    z-index: 2;
}

.login-top-section {
    float: left;
    width: 100%;
    height: 100px;
}

.social-media-login-top-section {
    float: left;
    width: 100%;
    padding: 0px 25px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.login-top-overlay {
    background-color: rgba(44, 44, 44, 0.55);
    float: left;
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    border-radius: 5px 5px 0px 0px;
}

.login-top-image {
    float: left;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 75%;
    border-radius: 5px 5px 0px 0px;
    background-image: url(../img/hero-images/recruiter/macbook-login-image.jpg);
}

.login-bottom-section {
    float: left;
    width: 100%;
    height: 600px;
    border-radius: 0px 0px 5px 5px;
}

.login-user-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    border: 2px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    background-repeat: no-repeat;
    background-size: 75px;
    background-position: 50% bottom;
    background-image: url(../img/icons/5e5e5e/blank-user.svg);
    border-radius: 5px 5px 5px 5px;
    z-index: 2;
}

.login-panel-option .ntx-button {
    margin-top: 20px;
}

.login-bottom-content {
    position: relative;
    top: -15px;
    float: left;
    width: 100%;
    padding: 0px 25px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 530px;
    padding-bottom: 20px;
}

.social-media-login-bottom-content {
    position: relative;
    top: -15px;
    float: left;
    width: 100%;
    padding: 0px 25px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 530px;
    padding-bottom: 20px;
}

.login-bottom-content .main-search-input {
    box-shadow: none;
    border: 1px solid #DDD;
    width: 100%;
    margin-bottom: 15px;
    padding: 12px;
    padding-left: 50px;
}

.login-bottom-content .ntx-button.primary-green {
    text-align: center;
}

.login-options-main {
    width: 100%;
    min-height: 170px;
}

.login-panel-message {
    float: left;
    width: 100%;
    min-height: 259px;
}

.login-options {
    float: left;
    width: 31.33%;
    margin-right: 3%;
    margin-left: 3%;
    border: 1px solid rgba(221, 221, 221, 1);
    text-align: center;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 1);
    color: #282828;
    cursor: pointer;
}

    .login-options:first-child {
        margin: 0;
    }

    .login-options:last-child {
        margin: 0;
    }

    .login-options.active {
        background-color: rgba(255, 102, 0, 1);
        color: #ffffff;
    }

.login-panel {
    position: relative;
}

.login-panel-hidden {
    display: none !important;
}

.login-options-main .login-panel {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.login-panel-message p {
    margin-bottom: 20px;
}

.login-data-required {
    background-color: rgb(250, 230, 228) !important;
}

.app-header.login-header {
    position: relative !important;
    background: none !important;
    float: left !important;
}

    .app-header.login-header.forgotten-password {
        width: 100%;
    }

.load-more {
    width: 100%;
    background-image: url(../img/icons/5e5e5e/add-icon.svg);
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    background-position: 50%;
    cursor: pointer;
    float: left;
    margin-top: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 30px;
    position: relative;
}

    .load-more:before, .load-more:after {
        content: '';
        float: left;
        width: -webkit-calc(50% - 60px);
        width: -o-calc(50% - 60px);
        width: calc(50% - 60px);
        height: 1px;
        background-color: rgb(221, 221, 221);
        position: absolute;
        left: 0;
        top: 25px;
    }

    .load-more:after {
        right: 0;
        left: auto;
    }

.logo-container .job-title {
    display: none;
}

.li-nav-icon {
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: 50%;
    width: 20px;
    min-height: 32px;
    margin-right: 10px;
}

    .li-nav-icon.home {
        background-image: url(../img/icons/5e5e5e/Home-Icon.svg);
    }

    .li-nav-icon.my-profile {
        background-image: url(../img/icons/5e5e5e/Blank-User.svg);
    }

    .li-nav-icon.references {
        background-image: url(../img/icons/5e5e5e/disciplines-icon.svg);
    }

    .li-nav-icon.job-alerts {
        background-image: url(../img/icons/5e5e5e/Job-Alerts-Icon.svg);
    }

    .li-nav-icon.favourite-jobs {
        background-image: url(../img/icons/5e5e5e/Heart-Icon.svg);
    }

    .li-nav-icon.my-applications {
        background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
    }

    .li-nav-icon.my-interviews {
        background-image: url(../img/icons/5e5e5e/Calendar-Icon.svg);
    }

    .li-nav-icon.my-references {
        background-image: url(../img/icons/5e5e5e/Disciplines-Icon.svg);
    }

    .li-nav-icon.messages {
        background-image: url(../img/icons/5e5e5e/Message-Icon.svg);
    }

    .li-nav-icon.onboarding {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
    }

    .li-nav-icon.search-jobs {
        background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
    }

li-text {
    width: 208px;
    height: 100%;
}

.li-text {
    text-align: left;
}

.login-input-container {
    position: relative;
}

    .login-input-container .password-reveal-icon {
        position: absolute;
        right: 15px;
        top: 15px;
    }

/*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/




/*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/

.mt-3 {
    margin-top:30px !important;
}

main {
    display: block;
}

.main-search-container {
    width: 800px;
    margin: 0 auto;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
    top: calc(50% - 88px);
    transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    background-color:#555;
}

main .search-container .is-container{
    z-index:3 !important;
}

.main-search-input {
    border-radius: 5px;
    border: 0px solid rgba(221, 221, 221, 1);
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);*/
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    width: 48%;
    float: left;
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding-left: 50px;
}

    .main-search-input.keyword-search {
        margin-right: 2%;
        background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
        background-size: 20px;
    }

    .main-search-input.location-search {
        margin-left: 2%;
        background-image: url(../img/icons/5e5e5e/gps-icon.svg);
        background-size: 20px;
    }

    .main-search-input.email-address {
        background-image: url(../img/icons/5e5e5e/Email-Address-Icon.svg);
        background-size: 20px;
    }

    .main-search-input.password {
        background-image: url(../img/icons/5e5e5e/Password-Icon.svg);
        background-size: 20px;
    }

.main-search-button {
    float: left;
    width: 100%;
    background-color: rgba(255, 136, 57, 0.75);
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 15px rgba(40, 40, 40, 0.8);
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
}

    .main-search-button:hover, .main-search-button:focus {
        text-decoration: underline;
        background-color: rgba(255, 136, 57, 0.95);
    }

.main-search-further-search-options {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.main-search-advanced-button {
    border-radius: 5px;
    border: 2px solid rgba(221, 221, 221, 1);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px;
    width: 30%;
    float: left;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

    .main-search-advanced-button:hover, .main-search-advanced-button:focus {
        text-decoration: underline;
        background-color: rgba(255, 255, 255, 1);
    }

    .main-search-advanced-button.morph-search {
        min-height: 40px;
        position: absolute;
        z-index: 10000;
        top: 50px;
        right: 50px;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transition-property: min-height, width, top, right;
        transition-property: min-height, width, top, right;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
        transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    }

        .main-search-advanced-button.morph-search.open {
            width: 100%;
            min-height: 100%;
            top: 0px;
            right: 0px;
        }

    .main-search-advanced-button:nth-of-type(2) {
        margin-left: 5%;
        margin-right: 5%;
    }

.macbook-apoint-website {
    background-image: url(../img/realistic-mockups/macbook-apoint-website.png);
}

.mark-finished {
    font-weight: 700;
    padding-bottom: 20px;
}

.mb1 {
    margin-bottom: 1rem !important;
}

.mt1 {
    margin-top: 1rem !important;
}

.ml1 {
    margin-left: 1rem !important;
}

.mr1 {
    margin-right: 1rem !important;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.message-content br {
    margin-bottom: 5px !important;
    display: block;
    position: relative;
    height: 10px;
    content: '';
}

.mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.more-information-container {
    padding: 20px;
    float: left;
    width: 100%;
}

.mockup-image {
    background-repeat: no-repeat;
    background-position: right 50%;
    background-size: contain;
    width: 100%;
    height: 350px;
    float: left;
}

    .mockup-image.macbook-system {
        background-image: url(../img/realistic-mockups/macbook-system.png);
    }

    .mockup-image.iphone-mobile-advert {
        background-image: url(../img/realistic-mockups/iphone-mobile-advert.png);
    }

    .mockup-image.contact-us-floating-iphone {
        background-image: url(../img/realistic-mockups/contact-us-floating-iphone.png);
    }

    .mockup-image.imac-candidate-mockup {
        background-image: url(../img/realistic-mockups/imac-candidate-mockup.png);
        height: 450px;
        background-position: 50%;
    }





    .mockup-image.floating-macbook-website {
        background-image: url(../img/realistic-mockups/floating-macbook-website.png);
        height: 450px;
        background-position: 50%;
    }

    .mockup-image.floating-ipad-jobseeker {
        background-image: url(../img/realistic-mockups/floating-ipad-jobseeker.png);
    }




.my-filters-list li button {
    /*background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);*/
}

.my-filters-sub-header {
    float: left;
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
}

.my-filters-selected {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .my-filters-selected:last-of-type {
        margin-bottom: 0;
    }

.my-filters .primary-orange {
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

    .my-filters .primary-orange:last-child {
        margin-bottom: 0;
    }

.matching-criteria {
    padding-left: 20px;
}

/*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/





/*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/

.ntx-button-bigger {
    width: 100%;
    padding: 15px !important;
    margin: 20px 0;
}


.no-list-style
{
    list-style:none;
}

#NTXLoginBar table td span {
    display: none;
}

.has-multiple-checkboxes
{
    position:relative;
}

.has-multiple-checkboxes:after
{
    content:'';
    display:table;
    clear:both;
}

.has-multiple-checkboxes .ntx-checkbox
{
    /*width:auto;*/
}

.has-multiple-checkboxes .ntx-checkbox
{
    margin: 24px 24px 0 0;
}

.has-multiple-checkboxes .ntx-checkbox:last-of-type {
    margin-right: 0;
}

#NTXAdvert-Dialog_dialog .AdvertParentContainer {
    margin: 0 auto;
    box-sizing: initial;
}

.not-logged-in .further-search-options.stuck {
    top: 5px;
}

.not-logged-in #ntx-sticky-anchor {
}

.not-logged-in .user-navigation {
    display: none;
}

.not-logged-in .job-a-container {
    top: 0px;
}

.not-logged-in .job-r-container {
    top: 60px;
}


.navigation-content {
    float: left;
    width: 1000px;
}

ul.navigation {
    list-style: none;
    float: left;
    width: 1000px;
    position: absolute;
}

.navigation li {
    float: left;
    margin: 0 25px;
    font-weight: 500;
    border-bottom: 1px solid rgba(245, 248, 250, 1);
    cursor: pointer;
    position: relative;
}

#NTXAppFormQuestions UL {
    padding: 20px 40px;
}

.navigation li:hover, .navigation li:focus {
    border-bottom: 2px solid rgba(255, 136, 57, 1);
}

.navigation li a {
    padding: 10px 40px 18px 40px;
    display: block;
}

.navigation li.active {
    border-bottom: 2px solid rgba(255, 136, 57, 1);
}

.navigation li:first-child {
    margin-left: 0;
}

.navigation li:last-child {
    margin-right: 0;
}

.job-search-image.networx-recruitment-office {
    background-image: url(../img/hero-images/recruiter/networx-recruitment-office.jpg);
}

.promoted-content-item.image-item .promoted-content.no-padding-top {
    padding-top: 0;
}



.no-button {
    border: 0 none;
    background: transparent;
    cursor: pointer;
}

#NTXAdvert ul, #NTXAdvert-Dialog_dialog .AdvertParentContainer ul,
#NTXAdvert ol, #NTXAdvert-Dialog_dialog .AdvertParentContainer ol {
    margin-left: 2rem;
}

.ntx-mdl-container-intro {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 30px;
}

    .ntx-mdl-container-intro span {
        font-weight: 700;
    }

.ntx-mdl-content {
    float: left;
    width: 100%;
    margin-top: 50px;
}

    .ntx-mdl-content.testimonial .ntx-mdl-tabs {
        width: 50%;
    }

    .ntx-mdl-content.testimonial .ntx-mdl-container-image {
        width: 45%;
    }

.ntx-mdl-container-image {
    float: left;
    width: 35%;
    background-position: 50% top;
    background-repeat: no-repeat;
}

    .ntx-mdl-container-image.attracting-top-talent {
        background-image: url(../img/realistic-mockups/iPad-iPhone-Top-Down.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.argos-responsive-website {
        background-image: url(../img/realistic-mockups/argos-responsive-website.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.networx-careers-page-mockup {
        background-image: url(../img/realistic-mockups/laterooms-careers-page.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.fully-responsive-application {
        background-image: url(../img/realistic-mockups/fully-responsive-application.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.agencies-dashboard {
        background-image: url(../img/realistic-mockups/agencies-dashboard-mockup.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.candidate-managed-responsive {
        background-image: url(../img/realistic-mockups/candidate-managed-responsive.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.tableau-reporting {
        background-image: url(../img/realistic-mockups/Tableau-Reporting.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.managing-applications {
        background-image: url(../img/realistic-mockups/Macbook-Top-Down.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.macbook-top-down-notebook {
        background-image: url(../img/realistic-mockups/macbook-top-down-notebook.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.candidate-experience {
        background-image: url(../img/realistic-mockups/iMac-Environment-Top-Down.png);
        background-size: 100%;
        height: 360px;
    }

.ntx-mdl-content.full-width .ntx-mdl-tabs {
    width: 100%;
    float: left;
    margin-left: 0;
}

.ntx-mdl-tabs {
    float: left;
    width: 60%;
    margin-left: 5%;
}

.ntx-mdl-tab-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    width: 48px;
    height: 48px;
}

    .ntx-mdl-tab-icon.careers-portal-tab-icon {
        background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
        background-size: 40px;
    }

    .ntx-mdl-tab-icon.mobile-phone-icon {
        background-image: url(../img/icons/5e5e5e/Mobile-Phone-Icon.svg);
        background-size: 20px;
    }

    .ntx-mdl-tab-icon.ca-networx-swoosh-icon {
        background-image: url(../img/icons/5e5e5e/networx-Swoosh.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-aggregators-icon, .ntx-mdl-tab-icon.rhm-job-board-multiposting {
        background-image: url(../img/icons/5e5e5e/Aggregators-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-social-media-icon, .ntx-mdl-tab-icon.rhm-social-media-icon {
        background-image: url(../img/icons/5e5e5e/Share-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.rhm-networx-swoosh-icon {
        background-image: url(../img/icons/5e5e5e/networx-Swoosh.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-job-boards-icon, .ntx-mdl-tab-icon.rhm-your-careers-page, .ntx-mdl-tab-icon.ce-candidate-experience-icon {
        background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-search-icon {
        background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.rhm-creating-vacancies-icon, .ntx-mdl-tab-icon.ce-corporate-branding-options {
        background-image: url(../img/icons/5e5e5e/Edit-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.r-dashboard-icon {
        background-image: url(../img/icons/5e5e5e/Dashboard-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.cm-sifting-icon, .ntx-mdl-tab-icon.rhm-sifting-icon {
        background-image: url(../img/icons/5e5e5e/Sifting-Icon.svg);
        background-size: 25px;
    }

    .ntx-mdl-tab-icon.cm-shortlisting-candidates-icon, .ntx-mdl-tab-icon.rhm-searchable-candidate-database {
        background-image: url(../img/icons/5e5e5e/Users-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.cm-scoring-icon, .ntx-mdl-tab-icon.rhm-scoring-icon {
        background-image: url(../img/icons/5e5e5e/Scoring-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.rhm-self-selection-interviews-icon, .ntx-mdl-tab-icon.is-quarterly-updates-icon {
        background-image: url(../img/icons/5e5e5e/Calendar-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.cm-video-interview-icon, .ntx-mdl-tab-icon.rhm-video-interview-icon {
        background-image: url(../img/icons/5e5e5e/Video-Interview-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.cm-selection-tools-icon, .ntx-mdl-tab-icon.r-bespoke-reporting-icon {
        background-image: url(../img/icons/5e5e5e/Settings-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.cm-interview-services-icon, .ntx-mdl-tab-icon.is-tailored-training-icon {
        background-image: url(../img/icons/5e5e5e/Interview-Services-Icon.svg);
        background-size: 45px;
    }

    .ntx-mdl-tab-icon.cm-offering-candidates-icon, .ntx-mdl-tab-icon.is-project-managed-implementation, .ce-onboarding-icon {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.is-integrated-help-section-icon {
        background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.is-system-support-infrastructure-icon {
        background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
        background-size: 40px;
    }

    .ntx-mdl-tab-icon.ce-landing-page-icon, .ntx-mdl-tab-icon.am-dedicated-agency-portal {
        background-image: url(../img/icons/5e5e5e/Landing-Page-Icon.svg);
        background-size: 20px;
    }

    .ntx-mdl-tab-icon.ce-application-form-icon, .ntx-mdl-tab-icon.r-vacancy-overview-icon, .rhm-additional-options {
        background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.r-reporting-icon, .ntx-mdl-tab-icon.am-reporting-icon {
        background-image: url(../img/icons/5e5e5e/Reporting-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.ce-mobile-friendly-icon {
        background-image: url(../img/icons/5e5e5e/Mobile-Phone-Icon.svg);
        background-size: 20px;
    }

    .ntx-mdl-tab-icon.ce-applying-without-cv-icon, .ntx-mdl-tab-icon.r-compliance-diversity-icon, .ntx-mdl-tab-icon.am-manage-your-psl, .cm-candidate-management-icon {
        background-image: url(../img/icons/5e5e5e/Applying-Without-CV-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ce-candidate-account-icon, .ca-candidate-attraction-icon {
        background-image: url(../img/icons/5e5e5e/Blank-User.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ce-job-alerts-icon {
        background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.ce-candidate-communication {
        background-image: url(../img/icons/5e5e5e/Message-Icon.svg);
        background-size: 35px;
    }


.ntx-mdl-container-left .ntx-mdl-container-image {
    float: right;
}

.ntx-mdl-container-left .ntx-mdl-tabs {
    margin-left: 0;
    margin-right: 5%;
}

.no-border {
    border: none;
}

.ntx-logo {
    background-image: url(../img/ntx-elements/networx-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    width: 185px;
    height: 45px;
    margin: 0 auto;
    display: block;
}

.ntx-button {
    border-radius: 5px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-repeat: no-repeat;
    padding: 10px 25px;
    font-weight: 500 !important;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(40, 40, 40, 1);
    display: block;
    text-decoration: none !important;
    position: relative;
}

    .ntx-button:hover, .ntx-button:focus, .contact-us-item:hover, .contact-us-item:focus {
        text-decoration: underline !important;
        background-color: rgba(245, 248, 250, 1);
    }

    .ntx-button.our-solutions-button {
        margin-top: 20px;
        width: 325px;
        min-width: 325px;
    }

    .ntx-button.full-width {
        text-align: center;
    }

    .ntx-button.testimonial-button {
        margin: 0 auto;
        width: 20%;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
    }

        .ntx-button.testimonial-button:before {
            content: '';
            width: 20px;
            height: 20px;
            background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: 50%;
            position: absolute;
            left: 25px;
        }

.ntx-button-arrow-right {
    background-image: url(../img/icons/ffffff/Arrow-Right.svg);
}

.ntx-button-arrow-left {
    background-image: url(../img/icons/ffffff/Arrow-Left.svg);
}

.ntx-button-left {
    float: left;
    text-align: left;
}

.ntx-button-right {
    float: right;
    /*padding-right: 50px !important;*/
    text-align: right;
}

.ntx-help-button-right {
    margin-right: 10px;
}

.ntx-button-center {
    width: 100%;
    padding-left: 50px !important;
    text-align: center;
}

.ntx-button.job-a-action {
    margin-right: 15px;
}

    .ntx-button.job-a-action:last-child {
        margin-right: 0;
    }

.ntx-button.time-left-to-apply-icon {
    background-image: url(../img/icons/5e5e5e/calendar-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.apply-now-icon {
    color: rgba(255, 255, 255, 1);
}

.job .ntx-button.primary-green.apply-now-icon {
    background-image: url(../img/icons/ffffff/arrow-right.svg);
    background-size: 10px;
    background-position: left 20px center;
}

    .job .ntx-button.primary-green.apply-now-icon:before {
        display: none;
    }

.ntx-button-add {
    background-image: url(../img/icons/ffffff/add-icon.svg);
}

.ntx-button.primary-green.apply-now-icon:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(../img/icons/ffffff/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    top: calc(50% - 7.5px);
    left: 10px;
    position: absolute;
}

.ntx-button.primary-green.tick-icon {
    background-image: url(../img/icons/ffffff/tick.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
}

.ntx-button.arrow-left-icon {
    background-image: url(../img/icons/5e5e5e/arrow-left.svg);
    background-size: 10px;
    background-position: left 20px center;
}

.ntx-button.job-a-icon {
    background-image: url(../img/icons/5e5e5e/job-a-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.documents-icon {
    background-image: url(../img/icons/5e5e5e/applications-icon.svg);
    background-size: 20px;
    background-position: left 15px center !important;
    padding: 10px 25px 10px 50px;
}

.ntx-button.menu-icon {
    background-image: url(../img/icons/5e5e5e/menu-icon.svg);
    background-size: 20px;
    background-position: left 20px center;
    padding-left: 50px !important;
}

.ntx-button.back-to-search {
    background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
    background-size: 20px;
    background-position: left 20px center;
    padding-left: 50px;
}

.ntx-button.primary-green.print-icon {
    background-image: url(../img/icons/ffffff/print-icon.svg);
    background-size: 20px;
    background-position: left 20px center;
}

.ntx-button.share-icon {
    background-image: url(../img/icons/5e5e5e/share-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.networx-swoosh {
    background-image: url(../img/icons/5e5e5e/networx-swoosh.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.candidate-services {
    background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.job-a-icon {
    background-image: url(../img/icons/5e5e5e/job-at-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.login-icon {
    background-image: url(../img/icons/5e5e5e/padlock.svg);
    background-size: 15px;
    background-position: right 20px center;
    padding-right: 50px;
}

.ntx-button.support-icon {
    background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
    background-size: 15px;
    background-position: right 20px center;
    padding-right: 50px;
}

.ntx-button.user-login-icon {
    background-image: url(../img/icons/5e5e5e/blank-user.svg);
    background-size: 20px;
    background-position: right 20px center;
}

.ntx-button.save-icon {
    background-image: url(../img/icons/5e5e5e/heart-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding: 10px 25px 10px 50px;
}

    .ntx-button.save-icon.saved {
        background-image: url(../img/icons/4cab0c/tick.svg);
        background-color: rgb(245, 248, 250);
    }


.ntx-button.primary-green {
    /*background-color: #4cab0c;*/
    color: rgba(255, 255, 255, 1) !important;
}

.ntx-button.primary-red {
    background-color: rgb(225, 30, 30);
    color: rgba(255, 255, 255, 1) !important;
}

    .ntx-button.primary-red:hover {
        background-color: rgba(245, 68, 68,1);
    }

.ntx-button.primary-green.external-green {
    text-align: center;
    background-position: left 75px center;
    display: block;
}

.ntx-button.primary-orange {
    background-color: rgba(255, 102, 0, 1);
    color: rgba(255, 255, 255, 1) !important;
}

    .ntx-button.primary-orange:hover, .ntx-button.primary-orange:focus {
        background-color: rgba(255, 136, 57, 1);
    }

.ntx-button.primary-blue {
    background-color: rgb(67, 133, 245);
    color: rgba(255, 255, 255, 1) !important;
}

    .ntx-button.primary-blue:hover {
        background-color: rgba(67, 133, 245,0.75);
    }

.ntx-button.user-account-button {
    float: left;
    background-color: rgba(12, 98, 171, 1);
    color: rgba(255, 255, 255, 1) !important;
    margin-right: 15px;
}

    .ntx-button.user-account-button.register-for-job-alerts {
        padding: 10px 25px !important;
    }

    .ntx-button.user-account-button.favourite-jobs {
        position: relative;
    }

    .ntx-button.user-account-button:last-of-type {
        margin-right: 0;
    }

    .ntx-button.user-account-button:hover, .ntx-button.user-account-button:focus {
        background-color: rgba(41, 143, 206, 1);
    }

    .ntx-button.user-account-button.message-icon {
        background-image: url(../img/icons/ffffff/Message-Icon.svg);
        background-size: 20px;
        background-position: left 15px center;
        margin-right: 0;
        width: 100%;
    }

.ntx-button.primary-green:hover, .ntx-button.primary-green:focus {
    background-color: #275705;
}

.ntx-button.no-colour.ntx-button-cancel {
    background-image: url(../img/icons/5e5e5e/Close-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}


.ntx-button.more-information-button {
    background-color: rgba(76, 171, 12, 1);
    float: left;
    color: rgba(255, 255, 255, 1);
    background-image: url(../img/icons/ffffff/arrow-right.svg);
    background-size: 10px;
    background-position: left 20px center;
}

.ntx-button.job-alerts-button {
    background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

    .ntx-button.job-alerts-button.saved {
        background-image: url(../img/icons/4cab0c/tick.svg);
        background-color: rgb(245, 248, 250);
    }

.ntx-button.edit-job-alerts-button {
    background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.additional-reference-button {
    margin-bottom: 20px;
}

.ntx-button.edit-details-button {
    background-image: url(../img/icons/5e5e5e/edit-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.download-my-data-button {
    background-image: url(../img/icons/5e5e5e/Download-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.select-reference-button {
    background-image: url(../img/icons/5e5e5e/disciplines-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.primary-green.edit-details-button {
    background-image: url(../img/icons/ffffff/edit-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.applications-button {
    background-image: url(../img/icons/5e5e5e/edit-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.documents-to-sign-button {
    background-image: url(../img/icons/5e5e5e/documents-to-sign-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
    margin-bottom: 10px;
}

.ntx-button.withdraw-application-button {
    background-image: url(../img/icons/5e5e5e/close-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.change-answer-request-button {
    background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.view-privacy-policy-button {
    background-image: url(../img/icons/5e5e5e/Sifting-Icon.svg);
    background-size: 15px;
    background-position: left 15px center;
    padding-left: 50px;
}


.ntx-button.raise-objection-button {
    background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.delete-favourite-role-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.change-password-button {
    background-image: url(../img/icons/5e5e5e/Password-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.deactivate-profile-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-cv-button {
    background-image: url(../img/icons/5e5e5e/Edit-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.download-cv-button {
    background-image: url(../img/icons/5e5e5e/Download-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.upload-cv-button {
    background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
    background-size: 25px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.tick-button {
    background-image: url(../img/icons/4cab0c/tick.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.enter-contact-details {
    background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
    background-size: 25px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.profile-icon {
    background-image: url(../img/icons/5e5e5e/Blank-User.svg);
    background-size: 25px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.delete-cv-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.delete-app-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.primary-red.delete-app-button {
    background-image: url(../img/icons/ffffff/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-locations-button {
    background-image: url(../img/icons/5e5e5e/Location-Pin.svg);
    background-size: 15px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-disciplines-button {
    background-image: url(../img/icons/5e5e5e/Disciplines-Icon.svg);
    background-size: 15px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-salary-range-button {
    background-image: url(../img/icons/5e5e5e/Salary-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.request-a-demo {
    text-align: center;
    width: 50%;
    float: left;
    margin-top: 20px;
    color: rgb(255, 255, 255) !important;
}

.ntx-button.show-matching-roles {
    background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.support-code-button {
    background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.disabled {
    background-color: #c5c5c5 !important;
    pointer-events: none;
    border: 1px solid transparent;
}

    .ntx-button.disabled:hover {
        text-decoration: none !important;
        cursor: default !important;
    }

.login-options-main .ntx-button.disabled {
    display: none;
}

.not-allowed {
    cursor: not-allowed !important;
}

.ntx-button.action-loading {
    display: none;
    background-image: url('../img/ntx-branding/ntx-loader-ie.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999999999px;
}

    .ntx-button.action-loading.disabled {
        display: block;
    }

#ntx-sticky-anchor {
    float: left;
    width: 100%;
    bottom: 50px;
    height: 76px;
    background: rgba(0, 0, 0, 0);
    position: relative;
    z-index: -1;
}

    #ntx-sticky-anchor.ntx-sticky-anchor-recruiter {
        top: 3px;
    }

.ntx-navigation-container {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 0;
    visibility: hidden;
}

    .ntx-navigation-container.nav-active {
        opacity: 1;
        visibility: visible;
    }

    .ntx-navigation-container nav {
        float: left;
        width: 100%;
        height: 100%;
    }

.ntx-navigation {
    width: 300px;
    float: left;
    height: 100%;
    background-color: rgba(40, 40, 40, 1);
    position: relative;
    left: -300px;
    padding: 25px 35px;
}

.ntx-navigation-top {
    position: relative;
    top: 75px;
}

    .ntx-navigation-top a {
        color: rgba(255, 255, 255, 1);
        display: block;
        padding-bottom: 20px;
        background-size: contain;
        font-weight: 400;
    }

        .ntx-navigation-top a:last-child {
            padding-bottom: 0;
        }

.ntx-navigation-close-container {
    width: 100%;
    background-color: transparent;
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.ntx-navigation-container.nav-active .ntx-navigation, .ntx-navigation-container.nav-active .ntx-navigation-close-container {
    left: 0;
}

.ntx-navigation-close-icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    top: 25px;
    right: 25px;
    background-image: url(../img/icons/ffffff/close-icon.svg);
    cursor: pointer;
}

.ntx-navigation-bottom {
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: -o-calc(100% - 70px);
    width: calc(100% - 70px);
}

    .ntx-navigation-bottom .social-media-container {
        margin-top: 0;
    }

    .ntx-navigation-bottom hr {
        margin: 25px 0;
    }

    .ntx-navigation-bottom .client-login-link {
        display: block;
        padding-left: 2rem;
        background-repeat: no-repeat;
        background-image: url(../img/icons/ffffff/padlock.svg);
        background-position: left 50%;
        min-height: 20px;
        background-size: contain;
        color: rgba(255, 255, 255, 1);
        font-weight: 400;
    }

.ntx-modal {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

.ntx-modal-bg {
    background-image: none;
    background-color: rgba(45, 45, 45, 0.75);
    opacity: 1;
}

.ntx-modal-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgb(221, 221, 221);
    position: absolute;
    top: -20px;
    right: -20px;
    float: left;
    background-color: rgba(45, 45, 45, 0.9);
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
}

    .ntx-modal-close::before {
        display: none;
    }



/*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/





/*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/

.job-search-image.our-solutions-macbook {
    background-image: url(../img/hero-images/recruiter/our-solutions-macbook.jpg);
}

.job-search-image.our-clients-office {
    background-image: url(../img/hero-images/recruiter/our-clients-office.jpg);
}

.off-screen {
    position: absolute;
    left: -99999px;
}

#OnlineTest ul {
    margin-left: 1rem;
}

    #OnlineTest ul li {
        margin-bottom: 1rem;
    }



/*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/
/*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/
.pb1 {
    padding-bottom: 1rem;
}

.pt1 {
    padding-top: 1rem;
}

.pl1 {
    padding-left: 1rem;
}

.pr1 {
    padding-right: 1rem;
}

.padding1 {
    padding: 1rem;
}

.padding2 {
    padding: 2rem;
}

#printablediv {
    margin-top: 20px;
}

.privacy-policy-dialog .ntx-checkbox,
.privacy-policy-link-container {
    margin-top: 20px;
}

    .privacy-policy-dialog .ntx-checkbox label {
        padding: 15px 15px 15px 40px;
    }

    .privacy-policy-link-container > div {
        font-weight: 700;
        position: relative;
    }

p + .privacy-policy-link-container {
    margin: 20px 0;
}

.privacy-policy-link-container label {
    display: block;
}

.privacy-policy-link-container a.link {
    display: block;
}

.privacy-policy-link-container > p {
    font-weight: bold;
    display: block;
}

.privacy-policy-link-container.is-checked > div:before {
    background-image: url(../img/icons/4cab0c/tick.svg);
}

.pre-footer-header {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
}

    .pre-footer-header .h3 {
        font-weight: 400;
        margin-bottom: 30px;
    }

.prompt {
    width: 100%;
    max-width: 10rem;
}

td.prompt, th.prompt {
    width: 10rem;
    max-width: unset;
}

.prompt-l {
    width: 100%;
    max-width: 20rem;
}

td.prompt-l, th.prompt-l {
    width: 20rem;
    max-width: unset;
}

.prompt-xl {
    width: 100%;
    max-width: 30rem;
}

td.prompt-xl, th.prompt-xl {
    width: 30rem;
    max-width: unset;
}

@media only screen and (max-width : 1024px) {
    .prompt-l {
        width: 100%;
        max-width: 18rem;
    }

    td.prompt-l, th.prompt-l {
        width: 18rem;
        max-width: unset;
    }

    .prompt-xl {
        width: 100%;
        max-width: 22rem;
    }

    td.prompt-xl, th.prompt-xl {
        width: 22rem;
        max-width: unset;
    }
}

@media only screen and (max-width : 800px) {
    .prompt-l {
        width: 100%;
        max-width: 16rem;
    }

    td.prompt-l, th.prompt-l {
        width: 16rem;
        max-width: unset;
    }

    .prompt-xl {
        width: 100%;
        max-width: 20rem;
    }

    td.prompt-xl, th.prompt-xl {
        width: 20rem;
        max-width: unset;
    }
}


.promoted-content-container, .recruiter-content-container {
    background-color: rgba(255, 255, 255, 1);
    padding: 50px;
    border-right: 1px solid rgba(221, 221, 221, 1);
    border-left: 1px solid rgba(221, 221, 221, 1);
}

    .promoted-content-container .promoted-content {
        width: 45%;
        float: left;
        margin: 0 20px;
    }

    .promoted-content-container.large .promoted-content {
        width: 17.5%;
        margin: 0 17px;
    }

    .promoted-content-container .image-item .promoted-content, .promoted-content-container .content-items .promoted-content, .promoted-content-container .more-information-items .promoted-content {
        margin: 0;
    }

    .promoted-content-container.large .promoted-content:nth-of-type(5) {
        margin-right: 0;
    }

    .promoted-content-container.large .promoted-content:first-of-type {
        margin-left: 0;
    }

.promoted-content.no-border {
    border: none;
}

.promoted-content.contact-us-section {
    padding-top: 20px;
}

.promoted-content.no-border-bottom {
    border-bottom: none;
}

.promoted-content.text-align-center, .promoted-content.text-align-center .h6 {
    text-align: center;
}

.promoted-content-icon-outer {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 100%;
    padding: 4px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 1px solid rgba(221, 221, 221, 1);
}

.promoted-content-icon-inner {
    background-color: rgba(248, 248, 248, 1);
    border-radius: 100%;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border: 1px solid rgba(221, 221, 221, 1);
}

    .promoted-content-icon-inner.managing-applications {
        background-image: url(../img/icons/5e5e5e/Managing-Applications-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.attracting-top-talent {
        background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.candidate-experience {
        background-image: url(../img/icons/5e5e5e/Mobile-Phone-Icon.svg);
        background-size: 30px;
    }

    .promoted-content-icon-inner.reporting {
        background-image: url(../img/icons/5e5e5e/Reporting-Icon.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.agencies {
        background-image: url(../img/icons/5e5e5e/Users-Icon.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.implementation {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.the-company {
        background-image: url(../img/icons/5e5e5e/Users-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.our-services {
        background-image: url(../img/icons/5e5e5e/Settings-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.our-clients {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.jobseeker {
        background-image: url(../img/icons/5e5e5e/Blank-User.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.networx-client-swoosh {
        background-image: url(../img/icons/5e5e5e/networx-Swoosh.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.general-eunquiries {
        background-image: url(../img/icons/5e5e5e/Message-Icon.svg);
        background-size: 50px;
    }

.promoted-content .bottom-section {
    padding: 20px;
}

    .promoted-content .bottom-section.more-info {
        padding: 0 20px;
    }

.promoted-content .more-information-container {
    background-color: rgba(248, 248, 248, 1);
    border-radius: 0px 0px 5px 5px;
}

.promoted-content.center {
    margin-left: 5%;
    margin-right: 5%;
}

.promoted-content .ntx-button {
    margin-top: 20px;
}

.promoted-content .more-information-container .ntx-button {
    margin-top: 0;
}

.promoted-content-list {
    margin-top: 20px;
    list-style: none;
}

    .promoted-content-list li {
        padding-left: 20px;
        min-height: 20px;
        padding-bottom: 15px;
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: left top 5px;
        background-image: url(../img/icons/4cab0c/tick-box.svg);
        line-height: 25px;
    }

        .promoted-content-list li:last-child {
            padding-bottom: 0;
        }

.promoted-content-image {
    float: left;
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 4px 4px 0px 0px;
}

.promoted-content-overlay {
    float: left;
    width: 100%;
    height: 150px;
    background-color: rgba(44, 44, 44, 0.35);
    position: absolute;
    z-index: 1;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    padding: 40px 130px;
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 10px rgba(40, 40, 40, 0.8);
    font-weight: 500;
}

    .promoted-content-overlay * {
        text-align: center;
        color: rgb(255, 255, 255);
        text-shadow: 0px 0px 10px rgba(40, 40, 40, 0.8);
        font-weight: 500;
    }

.promoted-content .apply-now-icon {
    text-align: center;
    background-position: left 75px center;
    display: block;
}

.promoted-content .h6 {
    text-align: left;
}

.promoted-content-item {
    display: flex;
    width: 75%;
    margin: 0 auto;
}

    .promoted-content-item.contact-us .promoted-content:nth-of-type(2) {
        margin-left: 5%;
        margin-right: 0%;
    }

    .promoted-content-item.contact-us .promoted-content:nth-of-type(1) {
        margin-left: 0%;
        margin-right: 5%;
    }

    .promoted-content-item.more-information-items .promoted-content {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: none;
    }

    .promoted-content-item.content-items .promoted-content {
        border-radius: 0;
        border-top: none;
    }

    .promoted-content-item.image-item .promoted-content {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.profile-container-icon {
    background-repeat: no-repeat;
    background-size: contain;
    width: 75px;
    height: 75px;
    float: left;
    background-position: 50%;
}

.profile-incomplete-warning-icon {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
}

.profile-complete-tick-icon {
    background-image: url(../img/icons/5e5e5e/Tick-Box.svg);
}

.profile-job-alert-icon {
    background-image: url(../img/icons/5e5e5e/Job-Alerts-Icon.svg);
}

.profile-my-data-icon {
    background-image: url(../img/icons/5e5e5e/application-info.svg);
}

.profile-docusign-info-icon {
    background-image: url(../img/icons/5e5e5e/documents-to-sign-icon.svg);
}

.profile-interviews-icon {
    background-image: url(../img/icons/5e5e5e/Calendar-Icon.svg);
}

.profile-incomplete-applications-icon {
    background-image: url(../img/icons/5e5e5e/Managing-Applications-Icon.svg);
}

.profile-applications-complete-icon {
    background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
}

.profile-supplemental-info-icon {
    background-image: url(../img/icons/5e5e5e/Sifting-Icon.svg);
}

.profile-references-info-icon {
    background-image: url(../img/icons/5e5e5e/Disciplines-Icon.svg);
}

.profile-fullapp-request-icon {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
}

.profile-agency-application-icon {
    background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
}

.profile-upload-icon {
    background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
}

.profile-searchable-cv {
    background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
}

.profile-searchable-icon {
    background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
}

.profile-private-icon {
    background-image: url(../img/icons/5e5e5e/spy.svg);
}

.profile-pointers-container .container {
    height: 75%;
    position: relative;
}

.profile-pointers {
    width: 300px;
    height: 100px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(221, 221, 221);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 4px rgb(136, 136, 136);
    -moz-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px rgb(136, 136, 136);
    bottom: 30px;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 20px 40px;
}

    .profile-pointers.active {
        opacity: 1;
        visibility: visible;
    }

    .profile-pointers.profile-pointers-1 {
    }

    .profile-pointers.profile-pointers-2 {
        left: 150px;
    }

    .profile-pointers.profile-pointers-3 {
        bottom: 70px;
        left: auto;
        right: 0px;
    }

        .profile-pointers.profile-pointers-3:before {
            right: 35px;
            left: auto;
            top: 98px;
        }

        .profile-pointers.profile-pointers-3:after {
            right: 38px;
            left: auto;
            top: 96px;
        }

    .profile-pointers:before, .profile-pointers:after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
    }

    .profile-pointers:before {
        left: 35px;
        top: 98px;
        border: 18px solid;
        border-color: rgb(221, 221, 221) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    .profile-pointers:after {
        left: 38px;
        top: 96px;
        border: 15px solid;
        border-color: rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    .profile-pointers.profile-pointers-left:before {
        left: -37px;
        top: 19px;
        border: 18px solid;
        border-color: rgba(0, 0, 0, 0) rgb(221, 221, 221) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    .profile-pointers.profile-pointers-left:after {
        left: -30px;
        top: 22px;
        border: 15px solid;
        border-color: rgba(0, 0, 0, 0) rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

.profile-pointers-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url(../img/icons/5e5e5e/Close-Icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.profile-about-you {
    display: inline-block;
    vertical-align: middle;
    border: 0px solid #ddd;
    float: left;
    border-radius: 0px;
    padding: 0px;
    width: 100%;
    margin-bottom: 0px;
}

    .profile-about-you h1 {
        margin-bottom: 25px;
    }

.profile-job-preferences {
    display: inline-block;
    vertical-align: middle;
    border: 0px solid #ddd;
    float: left;
    border-radius: 5px;
    padding: 0px;
    width: 100%;
    margin-bottom: 30px;
}

    .profile-job-preferences h1 {
        margin-bottom: 25px;
    }

.plymouth-college-of-art-header-image {
    background-image: url(../img/our-clients/Education/plymouth-college-of-art/plymouth-college-of-art-header.jpg);
}

.pointer-cursor {
    cursor: pointer;
}

.privacy-policy-link {
    text-decoration: underline !important;
    cursor: pointer !important;
    color: #1160da !important;
}

.position-relative {
    position: relative;
}

/*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/


/*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/


.question-response .required {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
    background-size: 25px 23px;
    padding: 10px 45px 10px 15px;
}

.question-quick-app .quick-app-button-container {
    float: right;
}

    .question-quick-app .quick-app-button-container .ntx-button {
        float: left;
    }

.question-response .required.valid {
    background-image: none;
}

.question-response .drop-down.required {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
    background-position: right 36px center;
    background-size: 25px 23px;
}

.question-response .drop-down:after {
    content: '';
    background-image: url(../img/icons/5e5e5e/Arrow-Down.svg);
    height: 10px;
    width: 15px;
    float: right;
    background-size: contain;
    position: absolute;
    right: 15px;
    z-index: 1;
    background-repeat: no-repeat;
    top: 15px;
}

.question-response .drop-down.required.valid {
    background-image: none;
}

.quick-app-header td img {
    width: 180px;
    height: 55px;
}



/*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/




/*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/

.references-content .title,
.references-content .details {
    position: static;
    top: 0;
    left: 0;
    width: 50%;
    text-align: left;
    word-break: break-all;
    padding: 0;
    padding-bottom: 20px;
    float:left;
}

input.radio-button {
    margin-right: 8px;
}

.request-a-demo-header-image {
    background-image: url(../img/hero-images/recruiter/request-a-demo-header-image.jpg);
}

.reference-completed-icon {
    width: 100px;
    margin: 0 auto;
    position: relative;
}

.ntx-icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    background-color: rgb(255, 255, 255);
    border-radius: 100%;
    padding: 15px;
    border: 1px solid rgb(221, 221, 221);
}

.reference-completed-icon .ntx-icon.tick-icon {
    background-image: url(../img/icons/4cab0c/tick.svg);
    background-size: 20px;
    top: 0;
    right: 0;
}

.references-check-box-container {
    float: right;
}

    .references-check-box-container .references-label {
        padding: 0;
    }

references-checkbox-container {
    float: left;
    width: 35%;
}

.reference-item {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

    .reference-item:last-of-type {
        margin-bottom: 0;
    }

    .reference-item h2.h3 {
        font-weight: 500;
        margin-bottom: 15px;
    }

.reference-hidden {
    display: none;
}

.reference-show {
    display: block;
}

.recruiter-top-section-container .scroll-down-container {
    width: 1200px;
}

.reference-info {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

    .reference-info:last-of-type {
        margin-bottom: 0px;
    }

.candidate-dialog-box .reference-info {
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
}

.reference-info .your-profile-header {
    border-bottom: none;
    padding-bottom: 0;
}

.references-content {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.recruiter-top-section-container .scroll-down-container .scroll-down-featured-recruiters {
    color: rgb(40, 40, 40);
    text-shadow: none;
}

.recruiter-top-section-container .scroll-down-container .scroll-down-container-icon {
    background-image: url(../img/icons/5e5e5e/arrow-down.svg);
}

.refine-search-section {
    float: left;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 20px;
}

main article .refine-search-half-width-container .refine-search-section {
    width: 30%;
    padding: 25px;
}

.refine-search-full-width-container .refine-search-section {
    width: 100%;
    padding: 50px 20px;
}

.refine-search-overlay .main-search-button {
    margin-bottom: 25px;
}

.refine-search-half-width-container .refine-search-section:nth-child(2) {
    margin-left: 5%;
    margin-right: 5%;
}

.refine-search-half-width-container {
    float: left;
    width: 100%;
    height: 50%;
    margin-bottom: 40px;
}

.refine-search-full-width-container {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.refine-search-section .advanced-search-options-container {
    height: -moz-calc(100% - 80px);
    height: -webkit-calc(100% - 80px);
    height: -o-calc(100% - 80px);
    height: calc(100% - 80px);
    margin-top: 15px;
}

.refine-search-section .advanced-search-option-checkbox {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 98%;
    margin-right: 0;
}

.refine-search-section .advanced-search-option-label {
    padding: 10px;
}

.refine-search-overlay .main-search-input {
    border: 1px solid #dddddd;
    box-shadow: none;
}

.recruiter-top-section-container .job-search-overlay {
    width: 1200px;
    background-color: rgba(255, 255, 255, 0.85);
}

    .recruiter-top-section-container .job-search-overlay .container {
        padding: 0px 40px;
        height: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

        .recruiter-top-section-container .job-search-overlay .container ul {
            padding: 20px;
        }

            .recruiter-top-section-container .job-search-overlay .container ul li {
                padding-bottom: 10px;
            }

                .recruiter-top-section-container .job-search-overlay .container ul li:last-of-type {
                    padding-bottom: 0px;
                }


.ribbon {
    background-color: rgba(76, 171, 12, 1);
    width: 40px;
    height: 50px;
    position: absolute;
    margin: auto;
    background-image: url(../img/icons/ffffff/Sponsored-Ribbon.svg);
    background-position: 50%;
    background-size: 50%;
    background-repeat: no-repeat;
    z-index: 2;
    right: 20px;
    -webkit-box-shadow: 10px 10px 10px 0px rgba(40,40,40,0.5);
    -moz-box-shadow: 10px 10px 10px 0px rgba(40,40,40,0.5);
    box-shadow: 10px 10px 10px 0px rgba(40,40,40,0.5);
}

    .ribbon:before {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 0;
        height: 0;
        border-top: 30px solid rgba(76, 171, 12, 1);
        border-right: 30px solid transparent;
    }

    .ribbon:after {
        content: "";
        position: absolute;
        bottom: -20px;
        right: 0;
        width: 0;
        height: 0;
        border-top: 30px solid rgba(76, 171, 12, 1);
        border-left: 30px solid transparent;
    }

.rich-question .question-options > *:first-of-type {
    margin-right: 1rem;
}

.rich-question .question-options > label.prompt {
    display:inline-block;
}

div[class^="col-"]:not(:last-of-type) {
    margin-right: 1rem;
}

.right {
    float: left;
    width: 380px;
}

    .right.tall .further-jobs-container {
        height: 390px;
        width: 380px;
        float: left;
    }

    .right.tall .further-jobs-image-overlay {
        background-color: rgba(255, 102, 0, 0.55);
    }

.right-side-align {
    float: right;
    width: 48%;
    margin-left: 2%;
}

.recruiter-content {
    padding: 0;
}

    .recruiter-content.stuck {
        top: 60px;
    }

        .recruiter-content.stuck ~ article .clients-pre-footer {
            top: 60px;
        }

        .recruiter-content.stuck ~ footer .footer {
            top: 60px;
        }

.recruiter-content-container {
    width: 1200px;
    margin: 0 auto;
    background-color: rgb(236, 236, 236);
}

    .recruiter-content-container:nth-of-type(2n+1) {
        background-color: rgba(255, 255, 255, 1);
    }

    .recruiter-content-container ul {
        padding: 10px 20px;
    }

        .recruiter-content-container ul li {
            padding: 5px 0px;
        }


.random-client {
    float: left;
    width: 33%;
    height: 100px; /* equals max image height */
    white-space: nowrap;
    text-align: center;
}

    .random-client:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .random-client img {
        vertical-align: middle;
        max-height: 100px;
        max-width: 250px;
    }


/*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/



/*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/

.salary-input-container {
    float: left;
    width: 100%;
    margin-top: 40px;
}

    .salary-input-container .advanced-search-input {
        float: left;
        width: 48%;
        padding-left: 50px;
        background-image: url(../img/icons/5e5e5e/money-salary-icon.svg);
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: left 20px center;
    }

    .salary-input-container .salary-input-divider {
        float: left;
        width: 4%;
        text-align: center;
        line-height: 56px;
    }

select {
    font-family: Roboto, sans-serif;
}

.send-me-jobs-like-this-container {
    float: right;
    width: 30%;
}

    .send-me-jobs-like-this-container .ntx-button.primary-green {
        text-align: center;
    }

.scroll-down-container {
    float: left;
    width: 100%;
    position: fixed;
    bottom: 30%;
}

.scroll-down-container-icon {
    width: 40px;
    height: 30px;
    background-image: url(../img/icons/ffffff/arrow-down.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 20px;
}

.scroll-down-featured-recruiters {
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-shadow: 1px 1px 15px rgba(40, 40, 40, 0.8);
    width: 250px;
    margin: 0 auto;
    cursor: pointer;
}

    .scroll-down-featured-recruiters:hover {
        text-decoration: underline;
    }

#SideNav {
    margin-top: 0 !important;
}

.social-media-container {
    margin: 0 auto;
    margin-top: 25px;
}

.social-media-icon {
    width: 35px;
    height: 35px;
    border: 2px solid rgba(221, 221, 221, 1);
    border-radius: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 5px;
    cursor: pointer;
}

    .social-media-icon:first-of-type {
        margin-left: 0;
    }

    .social-media-icon:last-of-type {
        margin-right: 0;
    }

    .social-media-icon.facebook {
        background-image: url(../img/icons/ffffff/facebook-icon.svg);
        background-size: 7px;
    }

    .social-media-icon.glassdoor {
        background-image: url(../img/icons/ffffff/glassdoor-icon.svg);
        background-size: 10px;
    }

    .social-media-icon.google-plus {
        background-image: url(../img/icons/ffffff/google-plus-icon.svg);
        background-size: 15px;
    }

    .social-media-icon.linkedin {
        background-image: url(../img/icons/ffffff/linkedin-icon.svg);
        background-size: 15px;
    }

    .social-media-icon.twitter {
        background-image: url(../img/icons/ffffff/twitter-icon.svg);
        background-size: 15px;
    }

.sponsored-jobs, .promoted-content-container {
    width: 1200px;
    margin: 0 auto;
}

    .sponsored-jobs .sponsored-job-container:nth-of-type(2) {
        float: left;
        width: 380px;
        margin-left: 30px;
        margin-right: 30px;
    }

.suggested-locations-disciplines-list, .my-filters-list {
    list-style: none;
}

    .suggested-locations-disciplines-list li, .my-filters-list li {
        font-weight: 500;
        padding-bottom: 10px;
    }

        .suggested-locations-disciplines-list li:last-child, .my-filters-list li:last-child {
            padding-bottom: 0px;
        }

        .suggested-locations-disciplines-list li button, .my-filters-list li button {
            position:relative;
            color: rgba(12, 98, 171, 1);
            text-decoration: none;
            width: 100%;
            padding-right: 30px;
            background-repeat: no-repeat;
            background-position: right top;
            background-size: 20px 20px;
            cursor: pointer;
            min-height: 20px;
            background-color:transparent;
            text-align:left;
        }

        .suggested-locations-disciplines-list li button {
            /*background-image: url(../img/icons/5e5e5e/add-icon.svg);*/
        }

        .suggested-locations-disciplines-list li button:hover, .suggested-locations-disciplines-list li button:focus, .my-filters-list li button:hover, .my-filters-list li button:focus {
            text-decoration: underline;
        }

.sponsored-job-container .client-logo {
    background-position: 50%;
}

.sponsored-job-container, .promoted-content {
    width: 30%;
    border-radius: 5px;
    border: 1px solid rgba(221, 221, 221, 1);
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    z-index: 0;
    float: left;
}

    .promoted-content.no-border-radius {
        border-radius: 0;
    }

    .sponsored-job-container.center {
        margin-left: 30px;
        margin-right: 30px;
    }

    .sponsored-job-container .apply-now-icon {
        text-align: left;
        background-position: left 100px center;
    }

.sponsored-job-container {
    width: 380px;
}

.sponsored-job-image {
    float: left;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 4px 4px 0px 0px;
    background-image: url(../img/hero-images/disciplines/Marketing-and-PR/Marketing-PR-3.jpg);
}


.sponsored-job-image-overlay {
    background-color: rgba(44, 44, 44, 0.55);
    float: left;
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    border-radius: 4px 4px 0px 0px;
}

.sub-container {
    float: left;
    width: 400px;
    min-height: 45px;
}

    .sub-container.sub-container-single {
        width: 100%;
    }

        .sub-container.sub-container-single .client-logo {
            background-size: contain;
        }

    .sub-container.sub-container-single-login {
        position: absolute;
        top: 0;
        right: 0;
    }

.start-typing {
    font-style: italic;
    font-weight: 400;
}

#SideNav .side-nav-bt .calendar-32 .time-holder {
    top: 10px !important;
    left: 50px !important;
}

#SideNav .side-nav-bt .calendar-32 {
    padding-left: 48px !important;
}

    #SideNav .side-nav-bt .calendar-32 .time-holder.char-count-1 {
        top: 10px !important;
        left: 58px !important;
    }

    #SideNav .side-nav-bt .calendar-32 .time-holder.char-count-2 {
        top: 10px !important;
        left: 43px !important;
    }

    #SideNav .side-nav-bt .calendar-32 .time-holder.char-count-3 {
        top: 10px !important;
        left: 43px !important;
    }

#SideNav .side-nav-bt.time {
    cursor: auto !important;
}

    #SideNav .side-nav-bt.time:hover {
        background-color: #ffffff;
        text-decoration: none !important;
    }

        #SideNav .side-nav-bt.time:hover .time-holder, #SideNav .side-nav-bt.time:hover .time-holder.char-count-2, #SideNav .side-nav-bt.time:hover .time-holder.char-count-3, #SideNav .side-nav-bt.time:hover .calendar-32:after {
            text-decoration: none !important;
        }

#SideNav .side-nav-bt .calendar-32:after {
    cursor: text;
}

.text-off-screen {
    text-indent: -99999px;
}

.sub-header {
    margin-top: 15px;
}

section.dialog {
    height: 0;
    width: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: all 0.5s;
    display: none;
    -moz-animation: fadeEffect 0.5s;
    -webkit-animation: fadeEffect 0.5s;
    animation: fadeEffect 0.5s;
}

    section.dialog.active {
        pointer-events: all;
        display: block;
        width: 100%;
        height: 100%;
    }

        section.dialog.active:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgb(40, 40, 40);
            z-index: 1;
            opacity: 0.5;
        }

    section.dialog.privacy-policy-dialog.active:after {
        background-color: rgb(248, 248, 248);
        z-index: 1;
        opacity: 0.975;
    }

    section.dialog .content {
        float: left;
        width: 90%;
        height: auto;
        max-height: 90%;
        max-width: 900px;
        border: 1px solid rgb(221, 221, 221);
        border-radius: 10px;
        background-color: rgb(255, 255, 255);
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        position: relative;
        padding: 25px;
        -webkit-box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
        -moz-box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
        box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
        z-index: 2;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    section.dialog.has-actions .content {
        padding: 0;
    }

    section.dialog .content.has-small-width {
        max-width: 600px;
    }

    section.dialog .content main {
        width: 100%;
        position: static;
        top: 0;
        float: left;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        overflow: auto;
        padding:0;
    }

    section.dialog.has-actions .content main {
        border-radius: inherit;
    }

    section.dialog ul,
    section.dialog ol {
        padding-left: 30px;
        padding-bottom: 10px;
    }

    section.dialog.privacy-policy-dialog .content > button.close + div
    {
        overflow:auto;
    }

.link {
    cursor: pointer;
    text-decoration: none;
}

a.link {
    color: #0A5494;
    font-weight: bold;
}

button.close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: rgba(40, 40, 40, 0.85);
    border: 1px solid rgb(255, 255, 255);
    position: absolute;
    top: -20px;
    right: -20px;
    padding: 10px;
    z-index: 3;
}

svg.base-icon {
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    fill: rgb(40, 40, 40);
}

button.close svg {
    width: 100%;
    height: 100%;
    fill: rgb(255, 255, 255);
}

section {
    width: 100%;
    position: relative;
}

    section.dialog.has-actions .content section.application-content {
        float: left;
        padding: 25px;
    }

    section.dialog h1 {
        text-transform: none;
        color: inherit;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgb(117, 117, 117);
        font-weight: 400;
        text-align: center;
    }

.safer-jobs-logo {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    height: 150px;
    background-image: url(../img/misc/safer-jobs-logo.jpg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

section.actions {
    float: left;
    background-color: rgb(238, 238, 238);
    padding: 10px 20px;
    border-top: 1px solid rgb(221, 221, 221);
    text-align: right;
}

section.dialog.has-actions section.actions {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

section.dialog.safer-jobs .application-content a.link {
    color: #0B5699;
    font-weight: 500;
}

section.actions .ntx-action-button:last-of-type {
    margin-right: 0;
}

section.actions .ntx-action-button:first-of-type {
    margin-left: 0;
}

article.job-result section.actions .ntx-action-button, .dialog section.actions .ntx-action-button {
    float: none;
}

section.actions .ntx-action-button {
    margin: 0 5px;
    display: inline-table;
    float: left;
}

.ntx-action-button[disabled="disabled"]:hover {
    text-decoration: none;
}

.ntx-action-button.primary {
    background-color: rgb(77, 171, 13);
    color: #ffffff;
}

    .ntx-action-button.primary:hover {
        background-color: rgba(77, 171, 13, 0.75);
    }

.ntx-action-button[disabled="disabled"].primary {
    background-color: rgba(77, 171, 13, 0.55);
    color: #ffffff;
}

    .ntx-action-button[disabled="disabled"].primary:hover {
        background-color: rgba(77, 171, 13, 0.55);
        text-decoration: none;
    }

.ntx-action-button.secondary {
    background-color: rgb(67, 133, 245);
    color: #ffffff;
}

    .ntx-action-button.secondary:hover {
        background-color: rgba(67, 133, 245, 0.75);
    }

.ntx-action-button[disabled="disabled"].secondary {
    background-color: rgba(67, 133, 245, 0.55);
    color: #ffffff;
}

    .ntx-action-button[disabled="disabled"].secondary:hover {
        background-color: rgba(67, 133, 245, 0.55);
        text-decoration: none;
    }

.ntx-action-button.tertiary {
    background-color: rgb(230, 73, 73);
    color: #ffffff;
}

    .ntx-action-button.tertiary:hover {
        background-color: rgba(230, 73, 73, 0.75);
    }

.ntx-action-button[disabled="disabled"].tertiary {
    background-color: rgba(230, 73, 73, 0.55);
    color: #ffffff;
}

    .ntx-action-button[disabled="disabled"].tertiary:hover {
        background-color: rgba(230, 73, 73, 0.55);
        text-decoration: none;
    }

.ntx-action-button.disabled, .ntx-action-button[disabled="disabled"] {
    cursor: not-allowed;
    user-select: none;
    opacity: 1; /*need this to beat apoint stylesheet*/
}

    .ntx-action-button.disabled:hover, .ntx-action-button[disabled="disabled"]:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.ntx-ripple {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 1;
}

.ntx-action-button {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgb(255, 255, 255);
    color: rgb(40, 40, 40);
}


.submitAndReviewSection {
    padding: 50px;
    margin: 20px 0;
    border: 1px solid rgba(221, 221, 221, 1);
}

.submitAndReviewSection h2 {
    padding-bottom:0;
}

.submitAndReviewSection .question {
    padding: 30px 0 0;
    margin: 0;
}

.submitAndReviewSection .question p.bold {
    font-weight:bold;
}

.submitAndReviewSection .info-block {
    margin: 20px 0 0;
}

.submitAndReviewSection .section-title { 
    padding:30px 0 0;
}

.submitAndReviewSection button.ntx-button {
    margin-top:30px; 
}

.submitAndReviewSection .reference-info {
    padding-top:10px;    
}

.submitAndReviewSection .reference-info .references {
    padding-top: 10px;
}

    /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/
    /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/
    .text-align-center {
        text-align: center;
    }

textarea {
    font-family: Roboto, sans-serif;
}

.top-section {
    float: left;
    width: 100%;
}

.testimonial-browser {
    text-align: left;
    width: 700px;
    height: 436px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #dddddd;
    margin: 0 auto;
}

    .testimonial-browser .top-bar {
        border-radius: 5px 5px 0 0;
        border-top: thin solid rgb(234, 234, 233);
        border-bottom: thin solid rgb(223, 223, 222);
        background: rgb(94, 94, 94);
        float: left;
        width: 100%;
    }

    .testimonial-browser .circles {
        padding: 10px 15px;
    }

    .testimonial-browser .circle {
        height: 8px;
        width: 8px;
        display: inline-block;
        border-radius: 50%;
        background-color: rgb(255, 255, 255);
        margin-right: 10px;
    }

        .testimonial-browser .circle:last-of-type {
            margin-right: 0px;
        }

        .testimonial-browser .circle.red {
            background-color: rgb(255, 0, 0);
        }

        .testimonial-browser .circle.green {
            background-color: rgb(76, 171, 12);
        }

        .testimonial-browser .circle.yellow {
            background-color: rgb(255, 167, 109);
        }

    .testimonial-browser .content {
        margin: 0;
        width: 100%;
        height: -moz-calc(100% - 41px) !important;
        height: -webkit-calc(100% - 41px) !important;
        height: -o-calc(100% - 41px) !important;
        height: calc(100% - 41px) !important;
        display: inline-block;
        border-radius: 0 0 5px 5px;
        background-color: rgb(250, 250, 250);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% top;
    }

        .testimonial-browser .content.argos {
            background-image: url(../img/our-clients/WellKnownBrands/Argos/argos-website.jpg);
        }

        .testimonial-browser .content.thorntons {
            background-image: url(../img/our-clients/WellKnownBrands/Thorntons/thorntons-website.jpg);
        }

        .testimonial-browser .content.hobbycraft {
            background-image: url(../img/our-clients/WellKnownBrands/Hobbycraft/hobbycraft-website.jpg);
        }

        .testimonial-browser .content.wilko {
            background-image: url(../img/our-clients/WellKnownBrands/Wilko/wilko-website.jpg);
        }

        .testimonial-browser .content.maplin {
            background-image: url(../img/our-clients/WellKnownBrands/Maplin/maplin-website.jpg);
        }

        .testimonial-browser .content.laterooms {
            background-image: url(../img/our-clients/WellKnownBrands/Laterooms/laterooms-website.jpg);
        }

        .testimonial-browser .content.stonegate {
            background-image: url(../img/our-clients/Commercial/Stonegate/stonegate-website.jpg);
        }

        .testimonial-browser .content.london-city-airport {
            background-image: url(../img/our-clients/Commercial/london-city-airport/london-city-airport-website.jpg);
        }

        .testimonial-browser .content.domestic-and-general {
            background-image: url(../img/our-clients/Commercial/Domestic-and-General/domestic-and-general-website.jpg);
        }

        .testimonial-browser .content.vitality {
            background-image: url(../img/our-clients/Commercial/Vitality/vitality-website.jpg);
        }

        .testimonial-browser .content.tlt {
            background-image: url(../img/our-clients/Commercial/Tlt/tlt-website.jpg);
        }

        .testimonial-browser .content.wolters-kluwer {
            background-image: url(../img/our-clients/Commercial/Wolters-Kluwer/wolters-kluwer-website.jpg);
        }

        .testimonial-browser .content.mitsubishi-hitachi {
            background-image: url(../img/our-clients/Manufacturing/Mitsubishi-Hitachi/mitsubishi-hitachi-website.jpg);
        }

        .testimonial-browser .content.tulip {
            background-image: url(../img/our-clients/Manufacturing/Tulip/tulip-website.jpg);
        }

        .testimonial-browser .content.doosan {
            background-image: url(../img/our-clients/Manufacturing/Doosan/doosan-website.jpg);
        }

        .testimonial-browser .content.lucite-international {
            background-image: url(../img/our-clients/Manufacturing/Lucite-International/lucite-international-website.jpg);
        }

        .testimonial-browser .content.yeo-valley {
            background-image: url(../img/our-clients/Manufacturing/Yeo-Valley/yeo-valley-website.jpg);
        }

        .testimonial-browser .content.tata-steel {
            background-image: url(../img/our-clients/Manufacturing/Tata-Steel/tata-steel-website.jpg);
        }

        .testimonial-browser .content.aster {
            background-image: url(../img/our-clients/Housing/Aster/aster-website.jpg);
        }

        .testimonial-browser .content.yorkshire-housing {
            background-image: url(../img/our-clients/Housing/Yorkshire-Housing/yorkshire-housing-website.jpg);
        }

        .testimonial-browser .content.paradigm {
            background-image: url(../img/our-clients/Housing/Paradigm/paradigm-website.jpg);
        }

        .testimonial-browser .content.knightstone {
            background-image: url(../img/our-clients/Housing/Knightstone/knightstone-website.jpg);
        }

        .testimonial-browser .content.places-for-people {
            background-image: url(../img/our-clients/Housing/Places-for-People/places-for-people-website.jpg);
        }

        .testimonial-browser .content.orbit {
            background-image: url(../img/our-clients/Housing/Orbit/orbit-website.jpg);
        }

        .testimonial-browser .content.waterloo-housing {
            background-image: url(../img/our-clients/Housing/Waterloo-Housing/waterloo-housing-website.jpg);
        }

        .testimonial-browser .content.curo-group {
            background-image: url(../img/our-clients/Housing/Curo-Group/curo-website.jpg);
        }

        .testimonial-browser .content.grand-union {
            background-image: url(../img/our-clients/Housing/Grand-Union/grand-union-website.jpg);
        }

        .testimonial-browser .content.watford {
            background-image: url(../img/our-clients/Housing/Watford/watford-website.jpg);
        }

        .testimonial-browser .content.north-hertfordshire {
            background-image: url(../img/our-clients/Housing/North-Hertfordshire/north-hertfordshire-website.jpg);
        }

        .testimonial-browser .content.gateway-housing {
            background-image: url(../img/our-clients/Housing/Gateway-Housing/gateway-housing-website.jpg);
        }

        .testimonial-browser .content.pdsa {
            background-image: url(../img/our-clients/Charities/Pdsa/pdsa-website.jpg);
        }

        .testimonial-browser .content.fitzroy {
            background-image: url(../img/our-clients/Charities/Fitzroy/fitzroy-website.jpg);
        }

        .testimonial-browser .content.rethink {
            background-image: url(../img/our-clients/Charities/Rethink/rethink-website.jpg);
        }

        .testimonial-browser .content.macintyre {
            background-image: url(../img/our-clients/Charities/Macintyre/macintyre-website.jpg);
        }

        .testimonial-browser .content.hestia {
            background-image: url(../img/our-clients/Charities/Hestia/hestia-website.jpg);
        }

        .testimonial-browser .content.cornwall-hospice-care {
            background-image: url(../img/our-clients/Charities/Cornwall-Hospice-Care/cornwall-hospice-care-website.jpg);
        }

        .testimonial-browser .content.ncg {
            background-image: url(../img/our-clients/Education/Ncg/ncg-website.jpg);
        }

        .testimonial-browser .content.cornwall-college {
            background-image: url(../img/our-clients/Education/Cornwall-College/cornwall-college-website.jpg);
        }

        .testimonial-browser .content.wiltshire-college {
            background-image: url(../img/our-clients/Education/Wiltshire-College/wiltshire-college-website.jpg);
        }

        .testimonial-browser .content.united-learning {
            background-image: url(../img/our-clients/Education/United-Learning/united-learning-website.jpg);
        }

        .testimonial-browser .content.future-schools-trust {
            background-image: url(../img/our-clients/Education/Future-Schools-Trust/future-schools-trust-website.jpg);
        }

        .testimonial-browser .content.whitgift-foundation {
            background-image: url(../img/our-clients/Education/Whitgift-Foundation/whitgift-foundation-website.jpg);
        }

        .testimonial-browser .content.mole-valley-farmers {
            background-image: url(../img/our-clients/Retail/Mole-Valley-Farmers/mole-valley-farmers-website.jpg);
        }

        .testimonial-browser .content.evans-cycles {
            background-image: url(../img/our-clients/Retail/Evans-Cycles/evans-cycles-website.jpg);
        }

        .testimonial-browser .content.one-stop {
            background-image: url(../img/our-clients/Retail/One-Stop/one-stop-website.jpg);
        }

        .testimonial-browser .content.home-retail-group {
            background-image: url(../img/our-clients/Retail/Home-Retail-Group/home-retail-group-website.jpg);
        }

        .testimonial-browser .content.homebase {
            background-image: url(../img/our-clients/Retail/Homebase/homebase-website.jpg);
        }

.testimonial-advert-container {
    width: 400px;
    height: 600px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.52);
    -moz-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.52);
    box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.52);
    padding: 20px;
}

.testimonial-advert {
    width: 100%;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

    .testimonial-advert.argos {
        background-image: url(../img/our-clients/WellKnownBrands/Argos/argos-advert.jpg);
    }

    .testimonial-advert.thorntons {
        background-image: url(../img/our-clients/WellKnownBrands/Thorntons/thorntons-advert.jpg);
    }

    .testimonial-advert.hobbycraft {
        background-image: url(../img/our-clients/WellKnownBrands/Hobbycraft/hobbycraft-advert.jpg);
    }

    .testimonial-advert.wilko {
        background-image: url(../img/our-clients/WellKnownBrands/Wilko/wilko-advert.jpg);
    }

    .testimonial-advert.maplin {
        background-image: url(../img/our-clients/WellKnownBrands/Maplin/maplin-advert.jpg);
    }

    .testimonial-advert.laterooms {
        background-image: url(../img/our-clients/WellKnownBrands/Laterooms/laterooms-advert.jpg);
    }

    .testimonial-advert.london-city-airport {
        background-image: url(../img/our-clients/Commercial/london-city-airport/london-city-airport-advert.jpg);
    }

    .testimonial-advert.stonegate {
        background-image: url(../img/our-clients/Commercial/Stonegate/stonegate-advert.jpg);
    }

    .testimonial-advert.domestic-and-general {
        background-image: url(../img/our-clients/Commercial/Domestic-and-General/domestic-and-general-advert.jpg);
    }

    .testimonial-advert.vitality {
        background-image: url(../img/our-clients/Commercial/Vitality/vitality-advert.jpg);
    }

    .testimonial-advert.tlt {
        background-image: url(../img/our-clients/Commercial/Tlt/tlt-advert.jpg);
    }

    .testimonial-advert.wolters-kluwer {
        background-image: url(../img/our-clients/Commercial/Wolters-Kluwer/wolters-kluwer-advert.jpg);
    }

    .testimonial-advert.mitsubishi-hitachi {
        background-image: url(../img/our-clients/Manufacturing/Mitsubishi-Hitachi/mitsubishi-hitachi-advert.jpg);
    }

    .testimonial-advert.tulip {
        background-image: url(../img/our-clients/Manufacturing/Tulip/tulip-advert.jpg);
    }

    .testimonial-advert.doosan {
        background-image: url(../img/our-clients/Manufacturing/Doosan/doosan-advert.jpg);
    }

    .testimonial-advert.lucite-international {
        background-image: url(../img/our-clients/Manufacturing/Lucite-International/lucite-international-advert.jpg);
    }

    .testimonial-advert.yeo-valley {
        background-image: url(../img/our-clients/Manufacturing/Yeo-Valley/yeo-valley-advert.jpg);
    }

    .testimonial-advert.tata-steel {
        background-image: url(../img/our-clients/Manufacturing/Tata-Steel/tata-steel-advert.jpg);
    }

    .testimonial-advert.aster {
        background-image: url(../img/our-clients/Housing/Aster/aster-advert.jpg);
    }

    .testimonial-advert.yorkshire-housing {
        background-image: url(../img/our-clients/Housing/Yorkshire-Housing/yorkshire-housing-advert.jpg);
    }

    .testimonial-advert.paradigm {
        background-image: url(../img/our-clients/Housing/Paradigm/paradigm-advert.jpg);
    }

    .testimonial-advert.knightstone {
        background-image: url(../img/our-clients/Housing/Knightstone/knightstone-advert.jpg);
    }

    .testimonial-advert.places-for-people {
        background-image: url(../img/our-clients/Housing/Places-for-People/places-for-people-advert.jpg);
    }

    .testimonial-advert.orbit {
        background-image: url(../img/our-clients/Housing/Orbit/orbit-advert.jpg);
    }

    .testimonial-advert.waterloo-housing {
        background-image: url(../img/our-clients/Housing/Waterloo-Housing/waterloo-housing-advert.jpg);
    }

    .testimonial-advert.curo-group {
        background-image: url(../img/our-clients/Housing/Curo-Group/curo-advert.jpg);
    }

    .testimonial-advert.grand-union {
        background-image: url(../img/our-clients/Housing/Grand-Union/grand-union-advert.jpg);
    }

    .testimonial-advert.watford {
        background-image: url(../img/our-clients/Housing/watford/watford-advert.jpg);
    }

    .testimonial-advert.north-hertfordshire {
        background-image: url(../img/our-clients/Housing/North-Hertfordshire/north-hertfordshire-advert.jpg);
    }

    .testimonial-advert.gateway-housing {
        background-image: url(../img/our-clients/Housing/Gateway-Housing/gateway-housing-advert.jpg);
    }

    .testimonial-advert.pdsa {
        background-image: url(../img/our-clients/Charities/Pdsa/pdsa-advert.jpg);
    }

    .testimonial-advert.fitzroy {
        background-image: url(../img/our-clients/Charities/Fitzroy/fitzroy-advert.jpg);
    }

    .testimonial-advert.rethink {
        background-image: url(../img/our-clients/Charities/Rethink/rethink-advert.jpg);
    }

    .testimonial-advert.macintyre {
        background-image: url(../img/our-clients/Charities/Macintyre/macintyre-advert.jpg);
    }

    .testimonial-advert.hestia {
        background-image: url(../img/our-clients/Charities/Hestia/hestia-advert.jpg);
    }

    .testimonial-advert.cornwall-hospice-care {
        background-image: url(../img/our-clients/Charities/Cornwall-Hospice-Care/cornwall-hospice-care-advert.jpg);
    }

    .testimonial-advert.ncg {
        background-image: url(../img/our-clients/Education/Ncg/ncg-advert.jpg);
    }

    .testimonial-advert.cornwall-college {
        background-image: url(../img/our-clients/Education/Cornwall-College/cornwall-college-advert.jpg);
    }

    .testimonial-advert.wiltshire-college {
        background-image: url(../img/our-clients/Education/Wiltshire-College/wiltshire-college-advert.jpg);
    }

    .testimonial-advert.united-learning {
        background-image: url(../img/our-clients/Education/United-Learning/united-learning-advert.jpg);
    }

    .testimonial-advert.future-schools-trust {
        background-image: url(../img/our-clients/Education/Future-Schools-Trust/future-schools-trust-advert.jpg);
    }

    .testimonial-advert.whitgift-foundation {
        background-image: url(../img/our-clients/Education/Whitgift-Foundation/whitgift-foundation-advert.jpg);
    }

    .testimonial-advert.mole-valley-farmers {
        background-image: url(../img/our-clients/Retail/Mole-Valley-Farmers/mole-valley-farmers-advert.jpg);
    }

    .testimonial-advert.evans-cycles {
        background-image: url(../img/our-clients/Retail/Evans-Cycles/evans-cycles-advert.jpg);
    }

    .testimonial-advert.one-stop {
        background-image: url(../img/our-clients/Retail/One-Stop/one-stop-advert.jpg);
    }

    .testimonial-advert.home-retail-group {
        background-image: url(../img/our-clients/Retail/Home-Retail-Group/home-retail-group-advert.jpg);
    }

    .testimonial-advert.homebase {
        background-image: url(../img/our-clients/Retail/Homebase/homebase-advert.jpg);
    }

/*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/




/*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/

.user-navigation, .recruiter-navigation-bar {
    float: left;
    width: 100%;
    background-color: rgb(236, 236, 236);
    padding: 20px 30px;
    z-index: 4;
    position: relative;
    height: 60px;
    top: 0px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    border-top: 1px solid rgba(221, 221, 221, 1);
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

    .user-navigation.top {
        top: 76px;
        position: fixed;
        border-bottom: 1px solid rgba(221, 221, 221, 1);
        border-top: none;
    }

.user-icon {
    width: 125px;
    height: 125px;
    border-radius: 5px;
    background-color: rgba(245, 248, 250, 1);
    background-image: url(../img/icons/5e5e5e/blank-user.svg);
    box-shadow: rgba(0,0,0,0.05) 2px 0px 11px;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    bottom: -30px;
    border: 3px solid rgba(255, 255, 255, 1);
    float: left;
    background-repeat: no-repeat;
    right: 0;
    cursor: default;
}

.user-icon-settings-container {
    padding: 5px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 5px 0px 0px;
    cursor: pointer;
    width: 125px;
    height: 125px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-image: none;
}

.user-icon-settings {
    background-image: url(../img/icons/5e5e5e/edit-icon.svg);
    border: 2px solid rgba(94, 94, 94, 1);
    content: "";
    display: block;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: 0px 0px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 0px;
    height: 0px;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    opacity: 0;
}

.your-profile-section .user-icon {
    position: relative;
    border: 1px solid rgb(221, 221, 221);
}

.user-icon:hover .user-icon-settings-container, .user-icon:focus .user-icon-settings-container {
    background-color: rgba(255, 255, 255, 0.75);
}

    .user-icon:hover .user-icon-settings-container .user-icon-settings, .user-icon:focus .user-icon-settings-container .user-icon-settings {
        opacity: 1;
        width: 60px;
        height: 60px;
        background-size: 30px 30px;
    }


.user-icon.user-icon-small {
    width: 50px;
    height: 50px;
    top: -5px;
    right: 0px;
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    cursor: default;
}

.user-navigation.stuck .user-icon.user-icon-small {
    opacity: 1;
    visibility: visible;
    top: 5px;
}

.user-navigation.top .user-icon.user-icon-normal {
    display: none;
}

.user-navigation.stuck {
    position: fixed;
    top: 130px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.user-navigation.recruiter-navigation-bar.stuck {
    top: 76px;
    border-top: none;
    height: 59px;
}

.user-navigation .container {
    position: relative;
    top: 0;
}

.user-name {
    float: left;
    text-align: right;
    font-weight: 700;
    color: rgba(40, 40, 40, 1);
    margin-right: 25px;
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: -o-calc(100% - 150px);
    width: calc(100% - 150px);
    position: relative;
    right: 0;
}

.user-navigation.stuck .user-name, .user-navigation.top .user-name {
    right: -70px;
}

.user-navigation.stuck .user-icon {
    opacity: 0;
    visibility: hidden;
    bottom: 70px;
    right: 0;
    float: right;
}

    .user-navigation.stuck .user-icon.user-icon-small, .user-navigation.top .user-icon.user-icon-small {
        opacity: 1;
        visibility: visible;
        top: -5px;
        right: 0;
        z-index: 1;
    }

.user-name span {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
}

.user-details {
    float: left;
    width: 40%;
    padding: 10px 0;
}

.user-account-buttons-container {
    float: left;
    width: 60%;
}

    .user-account-buttons-container .ntx-button:last-of-type {
        margin-right: 0;
    }

    .user-account-buttons-container .ntx-button.user-account-button {
        color: #ffffff !important;
    }

.ui-widget {
    font-family: Roboto, sans-serif !important;
}

.ui-autocomplete {
    display: none;
    position: absolute;
    list-style-type: none;
    width: 100% !important;
    height: 300px;
    overflow: auto;
    word-break: break-word;
    white-space: normal;
    background: #ffffff !important;
    border: 2px solid #dddddd !important;
    padding: 15px;
}

    .ui-autocomplete:before {
        content: "suggested locations...";
        font-size: 19px;
        color: #7a7a7a;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #dddddd;
        margin-bottom: 10px !important;
        clear: both;
        display: block;
    }

    .ui-autocomplete li {
        cursor: pointer !important;
        padding: 5px !important;
        margin: 0 !important;
        border: 1px solid #ffffff !important;
    }

        .ui-autocomplete li .ui-state-focus, .ui-autocomplete li a {
            background: #ffffff !important;
            color: #000000;
            font-weight: normal;
        }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #f8f8f8 !important;
    border: 1px solid #dddddd !important;
    color: #282828 !important;
    font-weight: normal !important;
}

ul.navigation li ul {
    display: none;
    position: absolute;
    top: 47px;
    z-index: -1;
    float: left;
    width: 250px;
    left: 0px;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-top: none;
    cursor: default;
}

ul.navigation li:hover ul {
    display: block;
}

ul.navigation li ul li {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    border: 2px solid rgb(255, 255, 255);
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

    ul.navigation li ul li:last-of-type {
        margin-bottom: 0;
    }

    ul.navigation li ul li a {
        padding: 10px 20px;
    }

.ui-widget-overlay {
    background-color: rgba(45, 45, 45, 0.75) !important;
    background-image: none !important;
}

.user-icon.Name-A {
    background-image: url(../img/icons/Name-Icons/Name-A-Icon.svg);
}

.user-icon.Name-B {
    background-image: url(../img/icons/Name-Icons/Name-B-Icon.svg);
}

.user-icon.Name-C {
    background-image: url(../img/icons/Name-Icons/Name-C-Icon.svg);
}

.user-icon.Name-D {
    background-image: url(../img/icons/Name-Icons/Name-D-Icon.svg);
}

.user-icon.Name-E {
    background-image: url(../img/icons/Name-Icons/Name-E-Icon.svg);
}

.user-icon.Name-F {
    background-image: url(../img/icons/Name-Icons/Name-F-Icon.svg);
}

.user-icon.Name-G {
    background-image: url(../img/icons/Name-Icons/Name-G-Icon.svg);
}

.user-icon.Name-H {
    background-image: url(../img/icons/Name-Icons/Name-H-Icon.svg);
}

.user-icon.Name-I {
    background-image: url(../img/icons/Name-Icons/Name-I-Icon.svg);
}

.user-icon.Name-J {
    background-image: url(../img/icons/Name-Icons/Name-J-Icon.svg);
}

.user-icon.Name-K {
    background-image: url(../img/icons/Name-Icons/Name-K-Icon.svg);
}

.user-icon.Name-L {
    background-image: url(../img/icons/Name-Icons/Name-L-Icon.svg);
}

.user-icon.Name-M {
    background-image: url(../img/icons/Name-Icons/Name-M-Icon.svg);
}

.user-icon.Name-N {
    background-image: url(../img/icons/Name-Icons/Name-N-Icon.svg);
}

.user-icon.Name-O {
    background-image: url(../img/icons/Name-Icons/Name-O-Icon.svg);
}

.user-icon.Name-P {
    background-image: url(../img/icons/Name-Icons/Name-P-Icon.svg);
}

.user-icon.Name-Q {
    background-image: url(../img/icons/Name-Icons/Name-Q-Icon.svg);
}

.user-icon.Name-R {
    background-image: url(../img/icons/Name-Icons/Name-R-Icon.svg);
}

.user-icon.Name-S {
    background-image: url(../img/icons/Name-Icons/Name-S-Icon.svg);
}

.user-icon.Name-T {
    background-image: url(../img/icons/Name-Icons/Name-T-Icon.svg);
}

.user-icon.Name-U {
    background-image: url(../img/icons/Name-Icons/Name-U-Icon.svg);
}

.user-icon.Name-V {
    background-image: url(../img/icons/Name-Icons/Name-V-Icon.svg);
}

.user-icon.Name-W {
    background-image: url(../img/icons/Name-Icons/Name-W-Icon.svg);
}

.user-icon.Name-X {
    background-image: url(../img/icons/Name-Icons/Name-X-Icon.svg);
}

.user-icon.Name-Y {
    background-image: url(../img/icons/Name-Icons/Name-Y-Icon.svg);
}

.user-icon.Name-Z {
    background-image: url(../img/icons/Name-Icons/Name-Z-Icon.svg);
}

/*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/





/*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/

.verification-overlay, .login-overlay, .social-media-privacy-login-overlay, .profile-introduction {
    background-color: rgba(45, 45, 45, 0.75);
}

    .verification-overlay .ntx-button.primary-green {
        float: left;
    }

#ViewProfileWizard {
    float: left;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0px;
    background: rgba(45, 45, 45, 0.75);
    z-index: 10;
    width: 100%;
}

    #ViewProfileWizard .pop-up-wrapper {
        width: 1200px;
        margin: 0 auto;
        background-color: rgb(255, 255, 255);
        border-radius: 0px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
        -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
        box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
        border: 1px solid #dddddd;
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
        top: 50px;
        height: -moz-calc(100% - 100px) !important;
        height: -webkit-calc(100% - 100px) !important;
        height: -o-calc(100% - 100px) !important;
        height: calc(100% - 100px) !important;
    }

        #ViewProfileWizard .pop-up-wrapper #NTXAppFormNav {
            width: 100%;
            height: 100%;
        }

    #ViewProfileWizard .h6 {
        text-align: left;
        padding-bottom: 10px;
        border-bottom: 1px solid rgb(221, 221, 221);
    }

.verification-container {
    float: left;
    width: 100%;
    display: flex;
    background-color: rgba(255, 255, 255, 1);
    height: 400px;
    position: relative;
    top: 50%;
    padding: 0px;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    box-sizing: unset;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

    .verification-container .h3 {
        text-align: left;
    }

    .verification-container input {
        border: 1px solid rgba(221, 221, 221, 1);
        padding: 10px;
        width: 100%;
        font-weight: 600;
        margin: 20px 0;
    }


.verification-left {
    float: left;
    width: 50%;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
}

.verification-left-overlay {
    background-color: rgba(255, 136, 57, 0.75);
    float: left;
    width: 50%;
    height: 400px;
    position: absolute;
    z-index: 1;
}

.verification-left-image {
    background-image: url(../img/hero-images/recruiter/macbook-verification-image.jpg);
    float: left;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 50%;
    height: auto;
    min-height: 400px;
}

.verification-right {
    float: right;
    width: 50%;
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 30px;
}

    .verification-right .container {
        width: 540px;
        float: left;
    }

    .verification-right .ntx-button {
        margin-right: 15px;
        color: #ffffff !important;
    }

.verification-overlay p span {
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
}

#ViewProfileWizard .candidate-dialog-actions .ntx-button.ntx-button-arrow-right, #ViewProfileWizard .candidate-dialog-actions .ntx-button.ntx-button-arrow-left, .popup-page .ntx-button.ntx-button-arrow-left, .popup-page .ntx-button.ntx-button-arrow-right {
    background-size: 10px;
}

#ViewProfileWizard .checkbox-container label.checkbox input[type=checkbox] {
    display: none;
}

#ViewProfileWizard hr {
    border-top: 1px solid #dddddd;
}

#ViewProfileWizard td.padding-right img {
    width: 30px;
    height: 30px;
    float: left;
}

#ViewProfileWizard .ntx-button.job-alerts-button {
    padding-left: 50px;
}

#ViewProfileWizard .container {
    top: 50px;
    height: -moz-calc(100% - 100px) !important;
    height: -webkit-calc(100% - 100px) !important;
    height: -o-calc(100% - 100px) !important;
    height: calc(100% - 100px) !important;
}

#ViewProfileWizard .profile-pointers.profile-pointers-1 {
    top: 10px;
    bottom: auto;
    left: 310px;
}

    #ViewProfileWizard .profile-pointers.profile-pointers-1:before {
        left: -37px;
        top: 25px;
        border: 18px solid;
        border-color: rgba(0, 0, 0, 0) rgb(221, 221, 221) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    #ViewProfileWizard .profile-pointers.profile-pointers-1:after {
        left: -30px;
        top: 28px;
        border: 15px solid;
        border-color: rgba(0, 0, 0, 0) rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

.view-next-section-container .ntx-button {
    text-align: center;
    float: none;
    margin: 0 auto;
    width: 80%;
}

#ViewAdvert .AdvertParentContainer {
    margin: 0 auto;
}

#ViewAdvert .job-a-actions-container {
    float: left;
    width: 100%;
}

/*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/





/*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/

.width-auto {
    width: auto !important;
}

.wide {
    float: left;
    width: 100%;
    height: 270px;
}

    .wide .further-jobs-container {
        float: left;
        width: 100%;
        height: 270px;
    }

.work-for-us-jobs-container {
    margin: 0 auto;
    width: 100%;
    margin-top: 50px;
}

.wiltshire-college-header-image {
    background-image: url(../img/our-clients/Education/wiltshire-college/wiltshire-college-header.jpg);
}

/*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/





/*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/



/*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/





/*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/

.your-profile-section.reference:nth-of-type(1) {
    padding-top: 20px;
    border-top: 1px solid #dddddd;
    margin-top: 20px;
}

.your-profile-section:nth-last-of-type(1) {
    padding-top: 0;
}

.your-profile-action-buttons-section.references .ntx-button.ntx-button-left {
    float: left;
}

.your-profile-section {
    padding: 10px 0;
    width: 100%;
    margin-bottom: 20px;
}

    .your-profile-section#divSelectedReferences {
        margin-bottom: 0;
    }

        .your-profile-section#divSelectedReferences h2.h3 {
            text-align: left;
        }

    .your-profile-section .job-details span {
        font-weight: 700;
    }

.your-profile-is-incomplete-container td:first-of-type {
    width: 125px;
    vertical-align: top;
}

.your-profile-is-incomplete-container td:nth-of-type(2) {
    width: -moz-calc(100% - 125px) !important;
    width: -webkit-calc(100% - 125px) !important;
    width: -o-calc(100% - 125px) !important;
    width: calc(100% - 125px) !important;
}

.your-profile-is-incomplete-container ol, .your-profile-is-incomplete-container ul {
    padding: 20px;
    font-weight: 500;
}

    .your-profile-is-incomplete-container ol li, .your-profile-is-incomplete-container ul li {
        padding-bottom: 20px;
    }

.your-profile-section .h6 {
    text-align: left;
    margin-bottom: 0;
}

.your-profile-section .title {
    /*color: rgb(12, 98, 171);*/
    font-weight: bold;
}

.your-profile-section .details {
    float: left;
    padding-left: 10px;
}

.your-profile-section .incomplete {
    font-weight: bold;
    color: #4F5A65;
}

.your-profile-title-section {
    width: 20%;
}

    .your-profile-title-section.references {
        width: 65%;
    }

.reference-info .your-profile-title-section.references {
    width: 65%;
}

.reference-info .your-profile-action-buttons-section.references {
    width: 35%;
    position: relative;
    z-index: 1;
}

    .reference-info .your-profile-action-buttons-section.references .ntx-button {
        padding-right: 12.5px !important;
    }


.your-profile-title-section.references .your-profile-action-buttons-section.references .ntx-button:last-of-type {
    margin-left: 10px;
}

.your-profile-action-buttons-section.references .ntx-button:first-of-type {
    margin-left: 0px;
}

.your-profile-action-buttons-section.references .ntx-button {
    margin: 0px 0px 20px 10px;
}

.your-profile-title-section.references h5 {
    margin-bottom: 0;
}

.your-profile-action-buttons-section {
    width: 80%;
}

    .your-profile-action-buttons-section.references {
        width: 100%;
    }

.your-profile-header {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
}

.your-profile-action-buttons-section .ntx-button {
    margin: 0px 0px 10px 10px;
}

.your-profile-action-buttons-section .ntx-button {
    padding: 10px 12.5px 10px 45px;
}

.populated-from-cv {
    background-image: url(../img/icons-32/282828/cvs-icon.png);
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/





/*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/



/*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/






.mdl-spinner {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
}

    .mdl-spinner:not(.is-upgraded).is-active:after {
        content: "Loading...";
    }

    .mdl-spinner.is-upgraded.is-active {
        -moz-animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
        -webkit-animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
        animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
    }


@-moz-keyframes mdl-spinner__container-rotate {
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-webkit-keyframes mdl-spinner__container-rotate {
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@keyframes mdl-spinner__container-rotate {

    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}


.mdl-spinner__layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mdl-spinner__layer-1 {
    border-color: #42a5f5;
}

.mdl-spinner--single-color .mdl-spinner__layer-1, .mdl-spinner--single-color .mdl-spinner__layer-2, .mdl-spinner--single-color .mdl-spinner__layer-3, .mdl-spinner--single-color .mdl-spinner__layer-4 {
    border-color: rgb(63,81,181);
}

.mdl-spinner.is-active .mdl-spinner__layer-1 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-2 {
    border-color: #f44336;
}

.mdl-spinner.is-active .mdl-spinner__layer-2 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-3 {
    border-color: #fdd835;
}

.mdl-spinner.is-active .mdl-spinner__layer-3 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-4 {
    border-color: #4caf50;
}

.mdl-spinner.is-active .mdl-spinner__layer-4 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}


/*--------*/

@-moz-keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -o-transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -o-transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -o-transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -o-transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
    }
}

@-webkit-keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -o-transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -o-transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -o-transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -o-transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
    }
}

@keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -o-transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -o-transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -o-transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -o-transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-1-fade-in-out {
    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

@-webkit-keyframes mdl-spinner__layer-1-fade-in-out {
    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

@keyframes mdl-spinner__layer-1-fade-in-out {

    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-2-fade-in-out {
    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-2-fade-in-out {
    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-2-fade-in-out {

    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-3-fade-in-out {
    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-3-fade-in-out {
    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-3-fade-in-out {

    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-4-fade-in-out {
    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-4-fade-in-out {
    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-4-fade-in-out {

    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

/*--------*/



.mdl-spinner__gap-patch {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .mdl-spinner__gap-patch .mdl-spinner__circle {
        width: 1000%;
        left: -450%;
    }

.mdl-spinner__circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .mdl-spinner__circle-clipper .mdl-spinner__circle {
        width: 200%;
    }

.mdl-spinner__circle {
    box-sizing: border-box;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mdl-spinner__left .mdl-spinner__circle {
    border-right-color: transparent !important;
    transform: rotate(129deg);
    -ms-transform: rotate(129deg);
    -webkit-transform: rotate(129deg);
    -moz-transform: rotate(129deg);
    -o-transform: rotate(129deg);
}

.mdl-spinner.is-active .mdl-spinner__left .mdl-spinner__circle {
    -moz-animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__right .mdl-spinner__circle {
    left: -100%;
    border-left-color: transparent !important;
    transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
    -webkit-transform: rotate(-129deg);
    -moz-transform: rotate(-129deg);
    -o-transform: rotate(-129deg);
}

.mdl-spinner.is-active .mdl-spinner__right .mdl-spinner__circle {
    -moz-animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
}

/*--------*/

@-moz-keyframes mdl-spinner__left-spin {
    0%,to {
        transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

@-webkit-keyframes mdl-spinner__left-spin {
    0%,to {
        transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

@keyframes mdl-spinner__left-spin {

    0%,to {
        transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__right-spin {
    0%,to {
        transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
}

@-webkit-keyframes mdl-spinner__right-spin {
    0%,to {
        transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
}

@keyframes mdl-spinner__right-spin {

    0%,to {
        transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
}

/*--------*/






/*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/


/*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/

html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0'] .job-search-section-container.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko'] .job-search-section-container.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko'] .job-search-section-container.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko'] .job-search-section-container.stuck {
    z-index: 3;
}

html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0'] .user-navigation.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko'] .user-navigation.stuck {
    top: 75px;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
}

/*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/




@media only screen and (max-height: 700px) {

    .ntx-navigation-top {
        top: 30px;
    }

    .ntx-navigation-bottom {
        bottom: 30px;
    }
}

@-webkit-keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes borderscale {
    50% {
        -webkit-box-shadow: 0 0 0 2px #4f8196;
        -moz-box-shadow: 0 0 0 2px #4f8196;
        box-shadow: 0 0 0 2px #4f8196;
    }
}

@keyframes borderscale {
    50% {
        -webkit-box-shadow: 0 0 0 2px #4f8196;
        -moz-box-shadow: 0 0 0 2px #4f8196;
        box-shadow: 0 0 0 2px #4f8196;
    }
}

/*IE 10 / IE 11*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    section.dialog .content {
        height: 90%;
    }
}

/*IE 10 / IE 11*/




/*IE 9*/

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    section.dialog .content {
        height: 90%;
    }
}

/*IE 9*/

.ie9 main {
    display: block;
    height:100%;
    width:100%;
}

.login-bar .invalid-email-error {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
}

    .login-bar .invalid-email-error:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        background-image: url(../img/icons/e11e1e/Alert-Icon.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
    }

#divVerification {
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 15px;
}

#NTXAdvert-Dialog_dialog .candidate-dialog-top-section {
    font-size: 2rem;
    font-weight: 650;
}

.span-selected-name, .modern-ui-dropdown-option {
    font-size: 15px;
}
select {
    font-size: 15px;
}
#divSalaryRange {
    font-size: 14px;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

/*.search-container .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 1) !important;
}

.is-homepage .btn-blue:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 1) !important;
}*/


/*NETWORX RECRUITMENT STYLESHEET*/

/*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

::selection {
    background: #212529;
    text-shadow: none;
    color: rgba(255, 255, 255, 1);
}



@media screen and (max-height: 800px) {


    .job-search-overlay, .job-search-section-container {
        height: -moz-calc(100% - 136px) !important;
        height: -webkit-calc(100% - 136px) !important;
        height: -o-calc(100% - 136px) !important;
        height: calc(100% - 136px) !important;
    }

    .scroll-down-container {
        /*bottom: 80px !important;*/
    }

    .job-search-section-container.stuck .job-search-overlay {
        height: 55px !important;
    }

    .profile-pointers-container .container {
        height: -moz-calc(100% - 60px) !important;
        height: -webkit-calc(100% - 60px) !important;
        height: -o-calc(100% - 60px) !important;
        height: calc(100% - 60px) !important;
    }

    .login-dialogue-box {
        height: 90% !important;
    }

    .login-bottom-section {
        height: calc(100% - 100px) !important;
    }

    .login-bottom-content {
        height: calc(100% - 65px) !important;
    }

    .candidate-dialog-box {
        max-height: 650px !important;
    }

    .not-logged-in .job-search-section-container, .not-logged-in .job-search-overlay {
        height: calc(100% - 76px) !important;
    }
}

@media screen and (max-height: 700px) {

    .candidate-dialog-box {
        max-height: 600px !important;
    }
}

@media screen and (max-height: 650px) {

    .candidate-dialog-box {
        max-height: 500px !important;
    }
}

/*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/





/*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/

a {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

a[href*="http"],
a[href*="mailto"],
a[href*="tel"]{
    font-weight:bold;
}

.available-slots {
    padding: 0px;
}

.accessibility-statement h1, .accessibility-statement h2, .accessibility-statement h3, .accessibility-statement h4, .accessibility-statement h5, .accessibility-statement h6 {
    text-align: left;
    margin-top: 1rem;
}

.accessibility-statement ul {
    margin: 1rem 0 1rem 2rem;
}

    .accessibility-statement ul li {
        margin: 0 0 1rem;
    }

.account-renew {
    min-height: 80vh !important;
    width: 40vw !important;
    padding: 2rem 6rem;
    text-align: center;
}

@media only screen and (max-width: 1000px) {

    .account-renew {
        width: 90% !important;
        padding: 2rem 2rem;
        text-align: center;
    }
}

.account-renew-logo {
    margin: 1rem auto 4rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 120px;
    width: 100%;
    clear: both;
}

.account-renew-cross, .account-renew-tick {
    height: 4rem;
    width: 4rem;
    background-image: url(../img/icons/E11E1E/Close-Icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.account-renew-tick {
    background-image: url(../img/icons/4cab0c/tick.svg);
}

.account-renew h1 {
    display: inline-block;
    text-align: center;
}

.account-renew h2 {
    display: inline-block;
    text-align: center;
}

.account-renew img {
    margin: auto;
}

.action-hidden { 
    overflow-y: hidden;
}

.candidate-dialog-box .available-slots .ntx-button-location {
    background-image: url(../img/icons/5e5e5e/Location-Pin.svg);
    background-size: 15px;
}

    .candidate-dialog-box .available-slots .ntx-button-location:hover {
        text-decoration: underline !important;
        background-color: rgb(245, 248, 250);
    }

.ad-login-alert #adLoginDialog {
    display: none;
}

    .ad-login-alert #adLoginDialog.active {
        display: block !important;
        right: calc(-70px - 2.2rem);
        top: calc(30px + 1.4rem);
    }

    .ad-login-alert #adLoginDialog .overlay-close {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

.apoint-recruitment-technology-setup {
    background-image: url(../img/hero-images/recruiter/apoint-recruitment-technology.jpg);
}

.advanced-search-options-overlay, .refine-search-overlay, .verification-overlay, .login-overlay, .social-media-privacy-login-overlay, .profile-introduction {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 0%;
    width: 0%;
    background-color: rgba(255, 255, 255, 0.98);
    opacity: 0;
    visibility: hidden;
    z-index: 11;
}

    .advanced-search-options-overlay.active, .refine-search-overlay.active, .verification-overlay.active, .login-overlay.active, .social-media-privacy-login-overlay.active, .profile-introduction.active, .candidate-dialog.active {
        height: 100%;
        width: 100%;
        opacity: 1;
        visibility: visible;
    }

    .advanced-search-options-overlay .container, .refine-search-overlay .container {
        width: 1000px;
        height: 100%;
    }

    .advanced-search-options-overlay .ntx-navigation-close-icon, .refine-search-overlay .ntx-navigation-close-icon {
        background-image: url(../img/icons/5e5e5e/close-icon.svg);
        position: relative;
        right: 0;
    }

    .advanced-search-options-overlay .h3, .refine-search-overlay .h3 {
        text-align: left;
        margin-bottom: 10px;
    }

.advanced-search-intro-details {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.advanced-search-input {
    border: none;
    border-bottom: 1px solid rgba(94, 94, 94, 1);
    background-color: transparent;
    padding: 15px;
    width: 100%;
    float: left;
    font-weight: 400;
    opacity: 0.5;
}

.advanced-search-options-container {
    margin-top: 30px;
}

.advanced-search-option-checkbox {
    float: left;
    width: 48%;
    margin-right: 2%;
    border-radius: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin-bottom: 15px;
    margin-top: 15px;
}

    .advanced-search-option-checkbox:nth-of-type(2n) {
        margin-right: 0;
    }

    .advanced-search-option-checkbox:hover {
        background-color: rgba(245, 248, 250,1);
    }

.advanced-search-option-label, .references-label {
    float: left;
    width: 100%;
    padding: 20px;
    padding-left: calc(35px + 0.6rem) !important;
    cursor: pointer;
}

.references-label {
    padding: 0px;
}

    .advanced-search-option-label:before, .references-label:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        border: 1px solid rgba(221, 221, 221, 1);
        width: 25px;
        height: 25px;
        float: left;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 20px;
        background-color: #ffffff;
        transform: translate(0,-50%);
    }

    .advanced-search-option-checkbox-input,
    .advanced-search-option-checkbox {
        position: relative;
    }

.advanced-search-option-checkbox-input, .references-checkbox-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.references-label-text {
    text-decoration: none !important;       
}

input[type=checkbox].advanced-search-option-checkbox-input:checked + label.advanced-search-option-label:before, input[type=checkbox].references-checkbox-input:checked + label.references-label:before {
    background-image: url(../img/icons/ffffff/tick.svg);
    background-color: rgba(76, 171, 12, 1);
}

input[type=checkbox].advanced-search-option-checkbox-input:not(:checked) + label.advanced-search-option-label:before, input[type=checkbox].references-checkbox-input:not(:checked) + label.references-label:before {
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-color: rgba(225, 30, 30, 0.25);
    background-size: 15px;
}

input[type=text].reference-name {
    width: 48%;
    padding: 8px 14px;
    border: 1px solid #cecece;
    text-rendering: optimizeLegibility;
    margin-bottom: 8px;
}

.advanced-search-options-container::-webkit-scrollbar, .ui-autocomplete.ui-front::-webkit-scrollbar, .login-bottom-content::-webkit-scrollbar {
    width: 10px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.advanced-search-options-container::-webkit-scrollbar-track, .ui-autocomplete.ui-front::-webkit-scrollbar-track, .login-bottom-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
}

.advanced-search-options-container::-webkit-scrollbar-thumb, .ui-autocomplete.ui-front::-webkit-scrollbar-thumb, .login-bottom-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(40,40,40,0.2);
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.25);
}

    .advanced-search-options-container::-webkit-scrollbar-thumb:hover, .ui-autocomplete.ui-front::-webkit-scrollbar-thumb:hover, .login-bottom-content::-webkit-scrollbar-thumb:hover {
        background: rgba(40,40,40,0.35);
    }


.job-search-image.apoint-recruitment-technology {
    background-image: url(../img/hero-images/recruiter/apoint-recruitment-technology.jpg);
}

.job-search-image.assets-header-image {
    background-image: url(../img/hero-images/recruiter/assets-header-image.jpg);
}

.assets-container {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.auth-password.login-bottom-content {
    -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box !important; /* Firefox, other Gecko */
    box-sizing: border-box !important; /* Opera/IE 8+ */
    padding: 15px 0 0;
    top: 0;
    height: auto;
}

    .auth-password.login-bottom-content * {
        -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box !important; /* Firefox, other Gecko */
        box-sizing: border-box !important; /* Opera/IE 8+ */
    }

    .auth-password.login-bottom-content input {
        margin-bottom: 20px;
    }

        .auth-password.login-bottom-content input:first-of-type {
            margin-top: 20px;
        }

#ad-account-dialog_dialog > div.dialogue-content div.candidate-dialog-bottom-content {
    padding: 0px;
}

.app-form-questions h2 {
    font-weight: bold;
}

.app-form-questions {
    padding: 0px;
}

.app-form-questions:nth-child(1) {
    padding:50px;
}

#div-main-application .app-form-questions {
    padding:0;
}

.login-bar .login-bar-popup ul ul.asm-dropdown {
    width: 100%;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    padding: 0;
    overflow-x: hidden;
    z-index: 2;
}

.login-bar .login-bar-popup td.login-item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

    .login-bar.login-bar-popup td.login-item .app-continue-button#LoginButton {
        width: 100%;
        text-align: left;
        border-radius: 0 !important;
        padding: 10px 50px !important;
        background-image: url(../img/icons/ffffff/Mail-Icon.svg);
        background-size: 25px;
        background-position: 15px 50%;
        background-repeat: no-repeat;
    }

    .login-bar .login-bar-popup td.login-item:last-of-type {
        margin-bottom: 0;
    }

    .login-bar .login-bar-popup td.login-item .login-email-prompt {
        text-align: center;
        margin-bottom: 10px;
    }

    .login-bar .login-bar-popup td.login-item input {
        width: 100%;
        border: 1px solid #dddddd;
        padding: 15px;
    }

.login-item .invalid-email-error {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
}

.login-item .privacy-policy-not-selected-social-media {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
}

.login-item .invalid-email-error:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(../img/icons/e11e1e/Alert-Icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.login-item .privacy-policy-not-selected-social-media:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(../img/icons/e11e1e/Alert-Icon.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.login-bar .login-bar-popup ul ul.asm-dropdown li {
    padding: 10px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

    .login-bar .login-bar-popup ul ul.asm-dropdown li:hover, .login-bar .login-bar-popup ul ul.asm-dropdown li.is-highlighted {
        text-decoration: underline;
        background-color: rgb(255, 255, 255);
        border-top: 1px solid rgb(221, 221, 221);
        border-bottom: 1px solid rgb(221, 221, 221);
    }

    @media only screen and (max-wdith: 767.98px){
        .AdvertParentContainer ul{
            margin: 20px 0px!important;
        }
    }

/*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/





/*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/


body.client-candidate-account .header-banner {
    display: none;
}

.body-nav-active {
    overflow: hidden;
}

.bottom-section {
    float: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0px 0px 4px 4px;
}

.bounce {
    /*-moz-animation: bounce 2.5s infinite;
    -webkit-animation: bounce 2.5s infinite;
    animation: bounce 3s infinite;*/
}

body.no-scroll {
    overflow: hidden;
}

.border-bottom {
    border-bottom: 1px solid #999;
}

    button.button {
        display: inline-block;
        padding: 10px 30px 10px 30px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #dddddd;
        -ms-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background-color: rgb(255, 255, 255);
        color: rgb(40, 40, 40);
        text-transform: uppercase;
        font-weight: 500;
    }

        button.button.primary {
            background-color: rgb(77, 171, 13);
            color: rgb(255, 255, 255);
        }

            button.button.primary:hover {
                background-color: rgba(77, 171, 13, 0.75);
            }

        button.button:disabled {
            background-color: #e4e4e4;
            color: #282828;
        }

            button.button:disabled:hover {
                text-decoration: none;
            }

/*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/





/*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/

.cand-a-container {
    float: left;
    width: 100%;
}

    .cand-a-container .h2 {
        font-weight: 400;
        margin-bottom: 10px;
    }

        .cand-a-container .h2 span {
            font-weight: 600;
        }

    .cand-a-container .h3 {
        font-weight: 400;
        padding-left: 0;
        text-align: left;
        margin-bottom: 0;
    }

.candidate-account-navigation li {
    font-weight: 500;
    padding: 20px 20px 20px 20px;
    clear: both;
    border-bottom: 1px solid rgb(221, 221, 221);
    cursor: pointer;
    background: rgba(0, 0, 0, 0) none no-repeat 320px center;
}

.candidate-account-navigation ul li.selected, .candidate-account-navigation ul li:hover {
    background-color: rgb(255, 255, 255);
}

.candidate-account-navigation .li-nav-icon {
    border-radius: 0px;
}

.candidate-attraction-social-media-logo {
    background-repeat: no-repeat;
    background-position: left 50%;
    background-size: contain;
}

    .candidate-attraction-social-media-logo.linkedin-logo {
        background-image: url(../img/misc/linkedin-logo.svg);
        width: 130px;
        height: 50px;
    }

    .candidate-attraction-social-media-logo.facebook-logo {
        background-image: url(../img/misc/facebook-logo.svg);
        width: 130px;
        height: 50px;
    }

    .candidate-attraction-social-media-logo.twitter-logo {
        background-image: url(../img/misc/twitter-logo.svg);
        width: 130px;
        height: 40px;
    }

    .candidate-attraction-social-media-logo.glassdoor-logo {
        background-image: url(../img/misc/glassdoor-logo.svg);
        width: 130px;
        height: 40px;
    }

.job-search-image.candidate-attraction-setup, .promoted-content-image.candidate-attraction-setup {
    background-image: url(../img/hero-images/recruiter/candidate-attraction-setup.jpg);
}

.candidate-dialog {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 0%;
    width: 0%;
    background-color: rgba(45, 45, 45, 0.75);
    opacity: 0;
    visibility: hidden;
    z-index: 12;
}

.candidate-dialog:not(.active)
{
    display:none;
}

    .candidate-dialog input {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        margin-right: 8px;
    }

        .candidate-dialog input[type="checkbox"]:not(.privacy-policy-checkbox) {
            /*display: none;*/
        }

        .candidate-dialog input[type="checkbox"]#chkNonUK {
            display: inline-block;
        }


    .candidate-dialog .your-profile-action-buttons-section.references .ntx-button {
        margin-bottom: 0;
        float: left;
    }


label.checkbox:before {
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    border: 1px solid rgb(221, 221, 221);
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 20px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.checkbox-container label.checkbox.valid:before, .checkbox-container label.checkbox.checked:before {
    background-image: url(../img/icons/ffffff/tick.svg);
    background-color: rgb(76, 171, 12);
}

.candidate-dialog .container {
    height: 100%;
}

.candidate-dialog-box {
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    width: 700px;
    max-height: 700px;
    max-width:100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

    .candidate-dialog-box .ntx-button-right, #ViewProfileWizard .ntx-button-right, #AddJobAlerts .ntx-button-right {
        padding-right: 25px !important;
        text-align: left !important;
    }

    .candidate-dialog-box .ntx-button, #ViewProfileWizard .ntx-button, #AddJobAlerts .ntx-button {
        background-size: 20px;
        background-position: left 20px center;
    }

    .candidate-dialog-box .reference-item .references-content {
        padding-top: 20px;
    }

    /*.candidate-dialog-box .ntx-button-back {
    background-image: url(../img/icons/ffffff/left-arrow.svg);
}

.candidate-dialog-box .ntx-button-email {
    background-image: url(../img/icons/ffffff/Mail-Icon.svg);
}

.candidate-dialog-box .ntx-button-save
{
    
    background-image: url(../img/icons/ffffff/save-icon.svg);
}

.candidate-dialog-box .ntx-button-slots-icon
{
    
    background-image: url(../img/icons/5e5e5e/calendar-icon.svg);
}

.candidate-dialog-box .ntx-button-cancel, #AddJobAlerts .ntx-button-cancel
{
    background-image: url(../img/icons/ffffff/close-icon.svg);
}

.candidate-dialog-box .ntx-button-location
{
    background-image: url(../img/icons/ffffff/Location-Pin.svg);
}

.candidate-dialog-box .ntx-button-tick, .disc-locations-dialog .ntx-button-tick, #ViewProfileWizard .ntx-button-tick, #AddJobAlerts .ntx-button-tick
{
    background-image: url(../img/icons/ffffff/tick.svg);
}*/

    .candidate-dialog-box .ntx-button-ok {
        background-color: rgba(76, 171, 12, 1);
        /*background-image: url(../img/icons/ffffff/tick.svg);*/
    }

    .candidate-dialog-box .ntx-button-save:hover {
        background-color: rgba(115, 204, 54, 1);
    }

    .candidate-dialog-box .ntx-button-ok:hover {
        background-color: rgba(115, 204, 54, 1);
    }

.candidate-dialog-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    position: absolute;
    top: -20px;
    right: -20px;
    float: left;
    background-color: rgba(45, 45, 45, 0.9);
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer;
    z-index: 2;
}

.candidate-dialog-top-section {
    float: left;
    width: 100%;
    padding: 15px 25px;
    background-color: rgba(248, 248, 248, 1);
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.candidate-dialog-bottom-section {
    float: left;
    width: 100%;
    height: -moz-calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    height: -o-calc(100% - 70px);
    height: calc(100% - 70px);
    border-radius: 0px 0px 5px 5px;
}

.candidate-dialog-bottom-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 6px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding: 25px;
}

.candidate-dialog-form {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .candidate-dialog-form.no-margin-top {
        margin-top: 0;
    }

.candidate-dialog-box a {
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
}

.candidate-dialog-box .question {
    margin-bottom: 20px;
}

.candidate-dialog-box .question:last-of-type
{
    margin-bottom:0;
}

.candidate-dialog .h3, .candidate-dialog .h4, .candidate-dialog .h5, .candidate-dialog .h6 {
    text-align: left;
}

.candidate-dialog-title {
    text-align: left;
}

.candidate-dialog-actions {
    width: 100%;
    margin-top: 20px;
}

.candidate-dialog-support-code {
    width: 100%;
    margin-top: 20px;
}

    .candidate-dialog-support-code a {
        font-weight: 700 !important;
        text-decoration: none !important;
    }

.support-code-processing {
    width: 100%;
    text-align: center;
}

.support-code-display {
    padding: 10.5px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(40,40,40,0.75);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(40,40,40,0.75);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border: 3px solid #0B5699;
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.candidate-dialog-content ul:not(.drop-down-itemsbox) {
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.candidate-dialog-content ul:last-of-type {
    padding-bottom: 0;
}

.candidate-profile-container {
    width: 100%;
    background-color: rgb(248, 248, 248);
    padding: 25px 50px;
    border: 1px solid rgb(221, 221, 221);
    position: relative;
    margin-bottom: 20px;
}

    .candidate-profile-container table {
        width: 100%;
    }

    .candidate-profile-container:last-child {
        margin-bottom: 40px;
    }

    .candidate-profile-container .h6 {
        text-align: left;
        padding-left: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid rgb(221, 221, 221);
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .candidate-profile-container td:first-of-type {
        width: 125px;
        vertical-align: top;
    }

    .candidate-profile-container td:nth-of-type(2) {
        width: -moz-calc(100% - 125px) !important;
        width: -webkit-calc(100% - 125px) !important;
        width: -o-calc(100% - 125px) !important;
        width: calc(100% - 125px) !important;
    }

    .candidate-profile-container ol, .candidate-profile-container ul {
        padding: 20px;
        font-weight: 500;
    }

        .candidate-profile-container ol li, .candidate-profile-container ul li {
            padding-bottom: 20px;
        }

            .candidate-profile-container ol li:last-of-type, .candidate-profile-container ul li:last-of-type {
                padding-bottom: 0px;
            }

    .candidate-profile-container a {
        font-weight: 700;
        color: #0B5699;
        cursor: pointer;
    }

.cand-acc-container {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

    .cand-acc-container .header-banner .container .client-logo {
        height: 45px;
    }

    .cand-acc-container .client-logo {
        height: 45px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
        width: 185px;
        float: left;
        display: block;
    }

    .cand-acc-container .user-details {
        padding: 0;
    }

.candidate-account-email-logo-container .client-logo {
    width: 100%;
    float: left;
    background-position: 50%;
}

.candidate-account-email-ntx-button-container .ntx-button.user-account-button {
    color: rgb(255, 255, 255) !important;
    float: left;
    width: 100%;
    text-align: center;
}

.candidate-account-email-ntx-button-container {
    width: 30%;
    margin: 0 auto;
    margin-top: 20px;
}

.center {
    float: left;
    width: 380px;
    margin-left: 30px;
    margin-right: 30px;
}

.checkbox-container label, .question-response .checkbox-container label, .question-response .checkbox-container label.required {
    position: relative;
    padding: 8px 45px 8px 45px;
}

    .checkbox-container label:before, .question-response .checkbox-container label.required:before {
        top: 50%;
        left: 7.5px;
        position: absolute;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

.check-box-container {
    display: inline-block;
}

    .check-box-container input[type="checkbox"] {
        width: 0;
        height: 0;
        opacity: 0;
    }

        .check-box-container input[type="checkbox"] + label {
            cursor: pointer;
            padding: 0px;
            display: inline-block;
        }

            .check-box-container input[type="checkbox"] + label span {
                margin-right: 15px;
            }

                .check-box-container input[type="checkbox"] + label span:first-of-type {
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer;
                    border: 3px solid #ddd;
                    width: 25px;
                    height: 25px;
                    float: left;
                    border-radius: 5px;
                    background-repeat: no-repeat;
                    background-position: 50%;
                    background-size: 15px;
                    background-color: #fff;
                }

        .check-box-container input[type="checkbox"]:checked + label span {
            background-image: url(../img/icons/ffffff/tick.svg);
            background-color: #4cab0c;
        }

.clients-pre-footer {
    float: left;
    width: 100%;
    background-color: rgb(236, 236, 236);
    padding: 40px 0;
    position: relative;
    top: -2px;
    border-top: 1px solid rgba(221, 221, 221, 1);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .clients-pre-footer .client-logo {
        margin: 0 auto;
        float: none;
        background-position: 50%;
    }

.clean-table, .clean-table tr, .clean-table tr td {
    border: 0 none;
    padding: 0;
    margin: 0;
    vertical-align: central;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

    .container.recruiter-top-section-content {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

.contact-consent {
    width: 304px;
    line-height: 30px;
    border-radius: 0;
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
}

.client-logo-container {
    width: 200px;
    float: left;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 20px;
    height: 75px;
    top: 50px;
    z-index: 3;
    padding: 10px;
}

.client-logo {
    float: left;
    background-repeat: no-repeat;
    background-position: left 50%;
    background-size: contain;
    width: 180px;
    height: 55px;
}


.clear {
    clear: both;
}

.job-search-image.contact-us-header-image {
    background-image: url(../img/hero-images/recruiter/contact-us-header-image.jpg);
}

.contact-us-step {
    float: left;
    width: 100%;
    height: 50px;
    margin-top: 40px;
}

.contact-us-step-border {
    margin: 0 auto;
    width: 90%;
    height: 1px;
    background-color: #5e5e5e;
}

.contact-us-step-number {
    border-radius: 100%;
    background-color: #5e5e5e;
    position: relative;
    width: 50px;
    height: 50px;
    top: -25px;
    margin: 0 auto;
}

    .contact-us-step-number span {
        color: #FFF;
        text-align: center;
        width: 100%;
        float: left;
        height: 50px;
        line-height: 50px;
    }

.contact-us-item {
    width: 30%;
    float: left;
    text-align: center;
    padding: 15px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    cursor: pointer;
    border-radius: 10px;
}

    .contact-us-item.active {
        background-color: rgba(115, 204, 54, 0.25);
    }

    .contact-us-item.center {
        margin-left: 5%;
        margin-right: 5%;
    }

.contact-us-items {
    float: left;
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.contact-dynamic {
    display: none;
}

    .contact-dynamic.selected {
        display: block;
    }

        .contact-dynamic.selected form#formContactUsForm {
            margin-top: 0;
        }

    .contact-dynamic span {
        font-weight: 500;
    }

    .contact-dynamic.three a {
        font-weight: 500;
        color: #ff6600;
    }

    .contact-dynamic.three p {
        text-align: center;
    }


.credentials-include {
    float: left;
    width: 33%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

    .credentials-include.incensu {
        background-image: url(../img/misc/Incensu-Logo.svg);
    }

    .credentials-include.national-housing-federation {
        background-image: url(../img/misc/Sponsors-Of-National-Housing-Federation-Logo.svg);
    }

    .credentials-include.charity-people-culture {
        background-image: url(../img/misc/Sponsors-Of-Charity-People-And-Culture-Logo.svg);
    }

.candidate-profile-onboarding-alert {
    padding: 10px 10px 10px 80px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(0,0,0,0.05) url(../img/icons/4cab0c/hand-shake-icon.svg) no-repeat 10px center;
    background-size: 50px;
    width: 100%;
    min-height: 70px;
}

.candidate-profile-message-error {
    padding: 10px 10px 10px 80px;
    margin-bottom: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(0,0,0,0.05) url(../img/icons/e11e1e/alert-icon.svg) no-repeat 10px center;
    background-size: 50px;
    float: left;
    width: 100%;
    min-height: 70px;
}

.candidate-profile-message-alert {
    padding: 1rem 1rem 1rem 50px;
    background: rgb(243, 224, 128) url(../img/icons/5e5e5e/alert-icon.svg) no-repeat 10px center;
    background-size: 30px;
    margin-bottom: 10px;
    color: #5E5E5E;
}

    /*.candidate-profile-message-alert:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../img/icons/e11e1e/alert-icon.svg);
        background-repeat: no-repeat;
    }*/

.candidate-profile-message-help {
    padding: 10px;
    background-color: rgba(41, 143, 206, 1);
    margin-bottom: 10px;
    color: #fff;
}

.candidate-profile-message-success {
    padding: 10px 10px 10px 80px;
    margin-bottom: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(0,0,0,0.05) url(../img/icons/4cab0c/tick.svg) no-repeat 10px center;
    background-size: 50px;
    float: left;
    width: 100%;
    min-height: 70px;
}

#CV-Upload .ntx-button.upload-cv-button {
    float: left;
    margin: 20px 0;
}

.CVBlock .user-details {
    width: 100%;
    padding: 0;
}

.candidate-dialog .CVBlock input[type="checkbox"] {
    display: block;
}

.client-candidate-account .user-navigation {
    top: 0px !important;
}

.client-candidate-account .job-acc-container {
    top: 30px !important;
}

.control-container {
    position: relative;
    float: left;
    width: 100%;
    /*overflow-y: auto;
    overflow-x: hidden;*/
}

    .control-container .main-search-input {
        box-shadow: none;
        border: 1px solid #DDD;
        width: 100%;
        padding: 12px;
        padding-left: 50px;
    }

.candidate-contact-form {
    float: left;
    width: 100%;
    border: 1px solid #dddddd;
    padding: 30px;
    margin-top: 50px;
    border-radius: 5px;
    background-color: rgb(245, 248, 250);
}

    .candidate-contact-form h1.h6 {
        text-align: center;
        font-weight: 400;
    }


#divCandidateEmailVerification { 
    margin-bottom:30px;
}

#divCandidateEmailVerification .ntx-button {
    margin-left: 10px;
    margin-right: 0;

}

    #divCandidateEmailVerification .ntx-button:last-of-type {
        margin: 0;
    }

form.candidate-contact-form p {
    margin-bottom: 20px;
}

form.candidate-contact-form input, form.candidate-contact-form textarea {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: .875rem;
    border: 1px solid rgb(221, 221, 221);
    font-family: 'Roboto',sans-serif;
}

form.candidate-contact-form .captcha-input-wrapper {
    float: left;
    width: 100%;
}

form.candidate-contact-form .cta {
    background: rgba(255,102,0,.8);
    border-radius: 6px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    cursor: pointer;
    min-width: 15rem;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    text-align: center;
    margin: 0;
    float: left;
    width: calc(100% - 324px);
    margin-left: 20px;
    display: block;
    min-width: initial;
    padding: 28px 10px;
    position: relative;
}

    form.candidate-contact-form .cta:hover {
        background: rgb(255, 102, 0);
        box-shadow: 2px 2px 4px rgba(0,0,0,.4);
        text-decoration: underline;
    }

    form.candidate-contact-form .cta.disabled {
        background-color: rgb(197, 197, 197) !important;
        text-decoration: none !important;
        box-shadow: none !important;
        cursor: not-allowed;
    }

form.candidate-contact-form .captcha-input-wrapper a.cta.disabled .tooltip-text {
    display: block;
}

form.candidate-contact-form .captcha-input-wrapper a.cta .tooltip-text {
    visibility: hidden;
    width: 220px;
    background-color: rgba(40,40,40,.9);
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 10px;
    padding: .5rem;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 50%;
    margin-left: -110px;
    opacity: 0;
    transition: opacity 1s;
    font-weight: 500;
    display: none;
}

    form.candidate-contact-form .captcha-input-wrapper a.cta .tooltip-text:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        border-width: 5px;
        border-style: solid;
        border-color: rgba(40,40,40,.9) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
    }

form.candidate-contact-form .captcha-input-wrapper a.cta:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}

/*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/

/*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/

.divider-hr {
    width: 100%;
    display: block;
    margin: 20px 0;
    float: left;
}

.divider-text {
    text-align: center;
    position: relative;
    width: 309px;
}

    .divider-text:before, .divider-text:after {
        content: "";
        position: absolute;
        height: 0.5em;
        border-bottom: 1px solid #666;
        top: 0;
        width: 100px;
    }

    .divider-text:before {
        left: 0%;
    }

    .divider-text:after {
        right: 0%;
    }

#divQuickApplyOptions input[type="checkbox"] {
    display: inline-block;
}

#divQuickApplyOptions .checkbox-container input[type="checkbox"] {
    display: none;
}


.candidate-dialog input[type="checkbox"]#chkNonUK {
    display: inline-block;
}

.disc-locations-dialog {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 90%;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    border-radius: 5px;
    margin: 0 auto;
    width: 90%;
}

#divProfile .h3, #divMain .h3 {
    text-align: left;
    padding: 20px 0 0 0;
}

.disc-locations-dialog .ntx-button.primary-green.ntx-button-right {
    padding-right: 25px !important;
    padding-left: 25px !important;
    text-align: left;
    background-size: 20px;
    background-position: left 20px center;
    position: relative;
    top: -5px;
}

.demo-request-container {
    margin: 0 auto;
    width: 90%;
    height: 100%;
    position: relative;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(248, 248, 248);
}

    .demo-request-container:before {
        content: '';
        background-color: rgba(40, 40, 40, 0.35);
        float: left;
        position: absolute;
        width: 35%;
        height: 100%;
        top: 0;
        z-index: 2;
        border-radius: 5px 0 0 5px;
    }

    .demo-request-container:after {
        content: '';
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        background-image: url(../img/hero-images/recruiter/demo-request-image.jpg);
        float: left;
        position: absolute;
        width: 35%;
        left: 0;
        height: 100%;
        top: 0;
        z-index: 1;
        border-radius: 5px 0 0 5px;
    }

.demo-request-right {
    float: left;
    width: 65%;
    padding: 20px 40px;
    position: relative;
    left: 35%;
}

.demo-request-form-container .h6 {
    text-align: left;
}


.demo-request-form-container input {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px solid rgb(221, 221, 221);
}

.demo-request-form-container .ntx-button.primary-green {
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
}


.demo-request-form-container table {
    float: left;
    width: 100%;
}

.demo-request-checkbox-content {
    float: left;
    width: 75%;
    font-weight: 500;
}

    .demo-request-checkbox-content:nth-of-type(1) {
        padding-right: 30px;
    }

    .demo-request-checkbox-content:nth-of-type(2) {
        padding-left: 30px;
        width: 25%;
    }

.demo-request-checkbox-container {
    float: left;
    width: 100%;
    margin-top: 25px;
    padding: 0 5px;
}


.demo-request-toggle {
    position: absolute;
    visibility: hidden;
    display: none;
}

input.demo-request-toggle-round + label {
    padding: 2px;
    width: 70px;
    height: 35px;
    background-color: rgb(221, 221, 221);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    float: left;
}

.demo-request-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.demo-request-toggle-round + label:before {
    right: 1px;
    background-color: rgb(255, 171, 158);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
    float: left;
    width: 65px;
}

input.demo-request-toggle-round + label:before, input.demo-request-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 2px;
    bottom: 1px;
    content: "";
}

label.checkbox input {
    display: none;
}


input.demo-request-toggle-round + label:after {
    width: 33px;
    background-color: rgb(255, 255, 255);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
}

input.demo-request-toggle-round + label:before, input.demo-request-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

input.demo-request-toggle-round:checked + label.demo-request-checkbox-item-label.references-label:before {
    background-color: rgb(76, 171, 12);
    background-image: none;
}

input.demo-request-toggle-round:not(:checked) + label.demo-request-checkbox-item-label.references-label:before {
    background-color: rgb(225, 30, 30);
    background-image: none;
}


input.demo-request-toggle-round:checked + label:before {
    background-color: rgb(140, 225, 150);
}

input.demo-request-toggle-round:checked + label:after {
    margin-left: 40px;
}


.demo-request-checkbox-item {
    float: left;
    width: 20%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.demo-request-checkbox-item-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    display: none;
}

.demo-request-checkbox-item-label {
    float: left;
    width: 100%;
    padding: 120px 20px 20px 20px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid rgb(221, 221, 221);
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
}

    .demo-request-checkbox-item-label.candidate-attraction-services {
        background-image: url(../img/icons/5e5e5e/candidate-search.svg);
        background-position: 50% 30px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label.candidate-management-services {
        background-image: url(../img/icons/5e5e5e/managing-applications-icon.svg);
        background-position: 50% 40px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label.recruitment-technology {
        background-image: url(../img/icons/5e5e5e/networx-swoosh.svg);
        background-position: 50% 40px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label.public-sector-recruitment {
        background-image: url(../img/icons/5e5e5e/Charities-Icon.svg);
        background-position: 50% 40px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label:before {
        content: "";
        position: absolute;
        top: -15px;
        right: -15px;
        border: 1px solid rgb(221, 221, 221);
        width: 30px;
        height: 30px;
        float: right;
        margin-right: 0;
        border-radius: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 20px;
        background-color: rgb(255, 255, 255);
    }

.demo-request-checkbox-item:hover .demo-request-checkbox-item-label, input[type=checkbox].demo-request-checkbox-item-input:checked + label.demo-request-checkbox-item-label {
    background-color: rgb(245, 248, 250);
}

    input[type=checkbox].demo-request-checkbox-item-input:checked + label.demo-request-checkbox-item-label:before {
        background-image: url(../img/icons/ffffff/tick.svg);
        background-color: rgb(76, 171, 12);
    }

#divNoPopupCVURL a {
    color: #0c62ab;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    text-decoration: underline;
}

/*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/


/*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/

.equality-diversity-desk {
    background-image: url(../img/hero-images/recruiter/equality-diversity-desk.jpg);
}

.error-board h2 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 400;
    padding: 75px 0;
    margin: 0;
}

.external-assets-image {
    background-image: url(../img/hero-images/recruiter/iphone-laptop-setup.jpg);
}

.error-image {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 350px;
    float: left;
    background-image: url(../img/misc/error-board.svg);
    background-position: 50%;
    position: relative;
}

    .error-board .H2 {
        color: rgb(255, 255, 255);
        position: absolute;
        top: 67px;
        margin-bottom: 0;
        left: 170px;
        text-align: center;
        width: 195px;
    }

.job-search-image.error-background {
    background-image: url(../img/hero-images/disciplines/IT-and-Telecoms/Software-Developer/Software-Developer-1.jpg);
}

.error-page-links-container {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .error-page-links-container .ntx-button.user-account-button {
        color: rgb(255, 255, 255);
    }

.email-link-varification-container {
    width: 900px;
    margin: 30px auto;
    border-radius: 0px;
    border: 1px solid #dddddd;
    background: #FFF;
    padding: 30px;
}

.email-link-varification-message {
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}

.email-link-varification-container .client-logo {
    height: 100px;
    width: 100%;
    margin-bottom: 20px;
    background-position: 50%;
    padding-bottom: 10px;
    background-size: contain;
    position: relative;
}

/*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/


/*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/

footer a[href*="http"] {
    font-weight:normal;
}

form#formReference p {
    margin-bottom: 0;
    padding-bottom: 10px;
}

    form#formReference p:last-of-type {
        padding-bottom: 0;
    }

.form-full-width {
    float: left;
    width: 100%;
}

.form-half-content {
    float: left;
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

    .form-half-content input, .form-third-content input {
        float: left;
        width: 100%;
        padding: 20px;
        border: 1px solid #dddddd;
    }

.form-third-content {
    float: left;
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.full-width{
    width:100% !important;
}

.further-jobs {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}

.further-jobs-container {
width: 380px;
border: 1px solid rgba(221, 221, 221, 1);
position: relative;
background-color: rgba(85, 85, 85, 1);
z-index: 0;
float: left;
margin-bottom: 30px;
height: 180px;
cursor: pointer;
overflow: hidden;
}

    .further-jobs-container.wide {
        margin-bottom: 0;
    }

.further-jobs-image {
    float: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(1,1);
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    background-image: url(../img/hero-images/disciplines/Marketing-and-PR/Marketing-PR-3.jpg);
}

.further-jobs-container:hover .further-jobs-image, .further-jobs-container:focus .further-jobs-image {
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
}

.further-jobs-image-overlay {
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(45, 45, 45, 0.68);
    position: absolute;
}

    /*.further-jobs-image-overlay.home-retail-group {
        background-color: rgba(23, 129, 127, 0.55);
    }

    .further-jobs-image-overlay.asthma-uk {
        background-color: rgba(120, 43, 144, 0.55);
    }

    .further-jobs-image-overlay.commonwealth {
        background-color: rgba(55, 55, 125, 0.55);
    }*/

.further-jobs-details {
    color: rgba(255, 255, 255, 1);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    z-index: 3;
    text-align: right;
}

.further-job-details-title {
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 2px rgba(45, 45, 45, 0.75), 0px 0px 1px rgba(0, 0, 0, 0.75);
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    text-align: right;
}

.further-job-details-view-jobs {
    text-shadow: 1px 1px 2px rgba(45, 45, 45, 0.75), 0px 0px 1px rgba(0, 0, 0, 0.75);
    color: rgba(255, 255, 255, 1);
}

.further-jobs-container:hover .further-job-details-view-jobs, .further-jobs-container:focus .further-job-details-view-jobs {
    text-decoration: underline;
}

.further-search-options, .recruiter-content {
    float: left;
    width: 100%;
    position: relative;
    top: -2px;
    z-index: 3;
    padding: 60px 0px;
    background-color: rgba(245, 248, 250, 1);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .further-search-options.stuck {
        top: 59px;
        margin-bottom: 44px;
    }


        .further-search-options.stuck .user-navigation {
            position: fixed;
            top: 100px;
        }

.find-us-on-glassdoor {
    width: 50%;
    margin: 0 auto;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/misc/find-us-on-glassdoor.svg);
    background-position: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.footer {
    float: left;
    width: 100%;
    background-color: rgba(40, 40, 40, 1);
    padding: 50px 0;
    position: relative;
    top: -2px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .footer hr {
        margin: 50px 0;
    }

.footer-col-left {
    float: left;
    width: 50%;
    color: #ffffff;
}

.footer-col-right {
    float: right;
    width: 50%;
    text-align: right;
}

    .footer-col-right a {
        color: #ffffff;
    }

.footer-link-border {
    width: 1px;
    height: 20px;
    margin: 0 20px;
    background-color: #ffffff;
    display: inline-block;
}

.footer-col {
    float: left;
    width: 25%;
    color: rgba(255, 255, 255, 1);
    padding: 0px 25px;
}

    .footer-col .ntx-logo {
        background-image: url(../img/ntx-elements/networx-logo-white.svg);
        cursor: default;
        width: 220px;
        height: 55px;
        display: block;
    }

    .footer-col:first-of-type {
        padding-left: 0;
    }

    .footer-col:last-of-type {
        padding-right: 0;
    }

    .footer-col ul {
        list-style: none;
        font-weight: 400;
    }

        .footer-col ul li {
            padding-bottom: 10px;
        }

            .footer-col ul li:last-child {
                padding-bottom: 0;
            }

            .footer-col ul li a, .footer-col-left a {
                color: rgba(255, 255, 255, 1);
                text-decoration: none;
            }

                .footer-col ul li a:hover, .footer-col ul li a:focus, .footer-col-left a:hover, .footer-col-left a:focus {
                    text-decoration: underline;
                }

.filter-section {
    padding: 30px 15px;
}


    .filter-section:nth-of-type(2) {
        border-top: 0 none !important;
    }

    .filter-section.suggested-disciplines {
        border-top: 1px solid rgba(221, 221, 221, 1);
    }


    .filter-section:first-of-type {
        padding-top: 0;
    }

    .filter-section:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }

    .filter-section .h3 {
        margin-bottom: 30px;
        text-align: left;
    }

.fileinput-button.fileupload {
    background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
    background-size: 25px 18px;
}

.favourite-jobs-added, .favourite-jobs-removed {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -10px;
    right: -20px;
    background-color: rgba(76, 171, 12, 1);
    border-radius: 100%;
    color: #ffffff;
    background-image: url(../img/icons/ffffff/tick.svg);
    background-size: 60%;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid #dddddd;
    visibility: hidden;
    opacity: 0;
}

.favourite-jobs-removed {
    background-image: url(../img/icons/ffffff/line.svg);
    background-color: red;
}

    .favourite-jobs-added.visible, .favourite-jobs-removed.visible {
        visibility: visible;
        opacity: 1;
    }

.favourite-jobs-container .candidate-dialog-bottom-section, .favourite-jobs-container .candidate-dialog-bottom-content {
    max-height: calc(700px - 70px);
}

.favourite-jobs-container .job-details {
    width: -moz-calc(100% - 225px);
    width: -webkit-calc(100% - 225px);
    width: -o-calc(100% - 225px);
    width: calc(100% - 225px);
    margin-top: 0;
}

.fine-print {
    font-style:italic;
    font-weight:bold;
}

    .fine-print a {
        font-weight: bold;
        color: #0c62ab;
    }

/*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/





/*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/

.has-border {
    border: 1px solid rgba(0,0,0,0.4);
}

.header-banner {
    float: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 15px 0;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    position: fixed;
    z-index: 10;
}

    .header-banner.recruiter .sub-container {
        width: 50%;
    }

        .header-banner.recruiter .sub-container .ntx-logo {
            float: left;
        }

    .header-banner .container {
        position: relative;
    }

.highlight {
    /*background-color: rgb(255, 255, 136);*/
}

.hidden {
    display: none;
}

html, body {
    height: 100%;
}

/*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/





/*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/

input {
    box-shadow: none;
    border: none;
    font-family: Roboto, sans-serif;
}

.internal-assets-image {
    background-image: url(../img/hero-images/recruiter/networx-laptop-homepage.jpg);
}

.policies-image {
    background-image: url(../img/hero-images/recruiter/policies-image.jpg);
}

.IAmAJobseeker {
    display: none;
}

    .IAmAJobseeker.active {
        display: block;
    }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: none !important;
    background-image: inherit !important;
}

.invalid-email-error {
    display: none;
}

/*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/

/*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/
.job-details {
    padding: 20px;
    margin-top: 20px;
    min-height: 200px;
}

    .job-details br {
        display: none;
    }

.job-results-container {
    float: left;
    width: 985px;
}

.job-results-sponsored-jobs-container {
    width: 300px;
    float: left;
    margin-left: 15px;
}

    .job-results-sponsored-jobs-container .sponsored-job-container {
        width: 200px;
        margin-bottom: 20px;
    }

        .job-results-sponsored-jobs-container .sponsored-job-container:last-child {
            margin-bottom: 0;
        }

    .job-results-sponsored-jobs-container .client-logo-container {
        left: 10px;
        width: 180px;
        top: 80px;
    }

        .job-results-sponsored-jobs-container .client-logo-container .client-logo {
            width: 160px;
            height: 50px;
        }

    .job-results-sponsored-jobs-container .sponsored-job-image-overlay, .job-results-sponsored-jobs-container .sponsored-job-image {
        height: 125px;
    }

    .job-results-sponsored-jobs-container .ntx-button.apply-now-icon {
        background-position: left 20px center;
    }

.job-title {
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.job-location span, .job-salary span, .job-expiry span {
    font-weight: 700;
}

.job-location, .job-salary, .job-expiry, .job-reference {
    margin-top: 10px;
    word-wrap: break-word;
}

.job-search-section-container {
    left: 0;
    z-index: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .job-search-section-container.stuck {
        z-index: 4;
    }

        .job-search-section-container.stuck .job-search-overlay {
            height: 55px;
            overflow: hidden;
            padding: 0;
        }

        .job-search-section-container.stuck .scroll-down-container {
            display: none;
            visibility: hidden;
            opacity: 0;
        }

        .job-search-section-container.stuck .job-search-image {
            height: 130px;
            position: fixed;
        }

.job-search-overlay .our-clients-item {
    float: none;
    width: 500px;
    height: 250px;
    margin: 0 auto;
}

.job-search-overlay .container {
    height: 100%;
}

.job-search-overlay {
    z-index: 2;
    width: 100%;
    float: left;
    padding: 20px 0;
    position: fixed;
    top: 76px;
    height: -moz-calc(75% - 74px);
    height: -webkit-calc(75% - 74px);
    height: -o-calc(75% - 74px);
    height: calc(75% - 74px);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background-color: rgba(44, 44, 44, 0.25);
}

    .job-search-overlay .h5 {
        text-align: left;
    }

    .job-search-overlay .contact-us-item {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

        .job-search-overlay .contact-us-item:last-of-type {
            margin-bottom: 0px;
        }

.job-search-image {
    height: 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    z-index: 1;
    position: fixed;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background-color: rgba(255, 255, 255, 1);
    background-image: url('../img/hero-images/locations/Locations-2.jpg');
}

    .job-search-image.argos {
        background-image: url(../img/our-clients/WellKnownBrands/Argos/argos-header.jpg);
    }

    .job-search-image.thorntons {
        background-color: #5e2d4f;
        background-image: none;
    }

    .job-search-image.hobbycraft {
        background-color: #4e3038;
        background-image: none;
    }

    .job-search-image.wilko {
        background-color: rgb(147, 26, 41);
        background-image: none;
    }

    .job-search-image.maplin {
        background-color: #00bce4;
        background-image: none;
    }

    .job-search-image.laterooms {
        background-color: #442c80;
        background-image: none;
    }

    .job-search-image.stonegate {
        background-image: url(../img/our-clients/Commercial/Stonegate/stonegate-header.jpg);
    }

    .job-search-image.london-city-airport {
        background-image: url(../img/our-clients/Commercial/London-City-Airport/london-city-airport-header.jpg);
    }

    .job-search-image.domestic-and-general {
        background-image: url(../img/our-clients/Commercial/Domestic-and-General/domestic-and-general-header.jpg);
    }

    .job-search-image.vitality {
        background-color: rgb(248, 17, 106);
        background-image: none;
    }

    .job-search-image.tlt-solicitors {
        background-color: rgb(1, 83, 119);
        background-image: none;
    }

    .job-search-image.wolters-kluwer {
        background-image: url(../img/our-clients/Commercial/Wolters-Kluwer/wolters-kluwer-header.jpg);
    }

    .job-search-image.mitsubishi-hitachi {
        background-color: #939598;
        background-image: none;
    }

    .job-search-image.tulip {
        background-image: url(../img/our-clients/Manufacturing/Tulip/tulip-header.jpg);
    }

    .job-search-image.doosan {
        background-color: #293986;
        background-image: none;
    }

    .job-search-image.lucite-international {
        background-color: #ed1261;
        background-image: none;
    }

    .job-search-image.yeo-valley {
        background-image: url(../img/our-clients/Manufacturing/Yeo-Valley/yeo-valley-header.jpg);
    }

    .job-search-image.tata-steel {
        background-color: #3d79ba;
        background-image: none;
    }

    .job-search-image.aster-group {
        background-image: url(../img/our-clients/Housing/Aster/aster-header.jpg);
    }

    .job-search-image.yorkshire-housing {
        background-color: #00b3e3;
        background-image: none;
    }

    .job-search-image.paradigm-housing {
        background-color: #00a8cb;
        background-image: none;
    }

    .job-search-image.knightstone {
        background-color: #0589bd;
        background-image: none;
    }

    .job-search-image.places-for-people {
        background-color: #015794;
        background-image: none;
    }

    .job-search-image.orbit-group {
        background-color: #1b4687;
        background-image: none;
    }

    .job-search-image.waterloo-housing {
        background-color: #1e72ba;
        background-image: none;
    }

    .job-search-image.curo-group {
        background-color: #c4d600;
        background-image: none;
    }

    .job-search-image.grand-union {
        background-color: #0076b7;
        background-image: none;
    }

    .job-search-image.watford {
        background-image: url(../img/our-clients/Housing/Watford/watford-header.jpg);
    }

    .job-search-image.north-hertfordshire {
        background-color: #5AB8DA;
        background-image: none;
    }

    .job-search-image.gateway-housing {
        background-color: #2a7953;
        background-image: none;
    }

    .job-search-image.pdsa {
        background-image: url(../img/our-clients/Charities/Pdsa/pdsa-header.jpg);
    }

    .job-search-image.fitzroy {
        background-image: url(../img/our-clients/Charities/Fitzroy/fitzroy-header.jpg);
    }

    .job-search-image.rethink-mental-illness {
        background-color: #1b9dd9;
        background-image: none;
    }

    .job-search-image.macintyre {
        background-color: #85146e;
        background-image: none;
    }

    .job-search-image.hestia {
        background-color: rgb(42, 56, 132);
        background-image: none;
    }

    .job-search-image.cornwall-hospice-care {
        background-color: #e50e63;
        background-image: none;
    }

    .job-search-image.ncg {
        background-image: url(../img/our-clients/Education/Ncg/ncg-header.jpg);
    }

    .job-search-image.cornwall-college {
        background-image: url(../img/our-clients/Education/Cornwall-College/cornwall-college-header.jpg);
    }

    .job-search-image.wiltshire-college {
        background-image: url(../img/our-clients/Education/Wiltshire-College/wiltshire-college-header.jpg);
    }

    .job-search-image.united-learning {
        background-image: url(../img/our-clients/Education/United-Learning/united-learning-header.jpg);
    }

    .job-search-image.future-schools-trust {
        background-image: url(../img/our-clients/Education/Future-Schools-Trust/future-schools-trust-header.jpg);
    }

    .job-search-image.whitgift-foundation {
        background-image: url(../img/our-clients/Education/Whitgift-Foundation/whitgift-foundation-header.jpg);
    }

    .job-search-image.mole-valley-farmers {
        background-image: url(../img/our-clients/Retail/Mole-Valley-Farmers/mole-valley-farmers-header.jpg);
    }

    .job-search-image.evans-cycles {
        background-image: url(../img/our-clients/Retail/Evans-Cycles/evans-cycles-header.jpg);
    }

    .job-search-image.one-stop {
        background-image: url(../img/our-clients/Retail/One-Stop/one-stop-header.jpg);
    }

    .job-search-image.home-retail-group {
        background-image: url(../img/our-clients/Retail/Home-Retail-Group/home-retail-group-header.jpg);
    }

    .job-search-image.homebase {
        background-image: url(../img/our-clients/Retail/Homebase/homebase-header.jpg);
    }




.job-alerts-banner {
    float: left;
    width: 100%;
    background-color: rgba(52, 52, 52, 1);
    padding: 45px 0;
    position: relative;
    top: 0;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

    .job-alerts-banner .ntx-button {
        display: inline-block;
        margin-top: 15px;
    }

.job-alerts-banner-icon {
    border-radius: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: -35px;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    left: 50%;
    background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 30px;
    z-index: 3;
}

.job-a-container, .job-r-container, .job-acc-container {
    float: left;
    width: 100%;
    position: relative;
    top: 136px;
    z-index: 3;
    padding: 60px 0px;
    background-color: rgba(245, 248, 250, 1);
}

.job-r-container {
    margin-bottom: 136px;
}

.job-a-header, .job-results-container-count {
    background-color: rgb(236, 236, 236);
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(221, 221, 221, 1);
}

    .job-a-header .container {
        width: 1100px;
        margin: 0 auto;
    }

.job-a-header, .job-results-container-count h2.fs-xs {
    font-weight:100;
}


    .job-a-main {
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 50px;
    border: 1px solid rgba(221, 221, 221, 1);
    border-top: none;
}

    .job-a-main.application {
        padding: 0;
    }

    .job-a-main .container {
        width: 709px;
        margin: 0 auto;
    }

.job-a-client-logo-container {
    width: 200px;
    height: 75px;
    float: left;
}

    .job-a-client-logo-container .client-logo {
        width: 200px;
        height: 75px;
    }

.job-a-actions-container {
    float: left;
    width: -moz-calc(100% - 230px);
    width: -webkit-calc(100% - 230px);
    width: -o-calc(100% - 230px);
    width: calc(100% - 230px);
    margin: 15px 0;
    padding-left: 40px;
}

    .job-a-actions-container .h2, .job-results-container .h2 {
        padding-bottom:0;
        margin-bottom:0;
    }

        .job-a-actions-container .h2 span, .job-results-container .h2 span {
            font-weight: 500;
        }

.job-results-client-actions .ntx-button {
    margin-bottom: 15px;
    padding-left: 45px;
}

    .job-results-client-actions .ntx-button:last-child {
        margin-bottom: 0;
    }

.job-a-main #NTXAppFormNav nav ul li button p {
    word-break: break-word;
}

.job-ap-nav, .job-results-refine-tools, .candidate-account-navigation {
    background-color: rgba(245, 248, 250, 1);
    border-right: 1px solid rgba(221, 221, 221, 1);
}

    .job-ap-nav ul {
        list-style: none;
    }

        .job-ap-nav ul li {
            padding: 30px 60px;
            border-bottom: 1px solid rgba(221, 221, 221, 1);
            background-color: rgba(245, 248, 250, 1);
            cursor: pointer;
            width: 301px;
            border-right: 1px solid rgba(221, 221, 221, 1);
            font-weight: 400;
            background-repeat: no-repeat;
            background-size: 30px;
            background-position: left 15px center;
        }

            .job-ap-nav ul li.unanswered {
                background-image: url(../img/icons/4cab0c/unanswered.svg);
            }

            .job-ap-nav ul li.incomplete {
                background-image: url(../img/icons/4cab0c/incomplete.svg);
            }

            .job-ap-nav ul li.answered {
                background-image: url(../img/icons/4cab0c/answered.svg);
            }

            .job-ap-nav ul li:hover, .job-ap-nav ul li:focus, .job-ap-nav ul li.active {
                background-color: rgba(255, 255, 255, 1);
                border-right: 1px solid rgba(255, 255, 255, 1);
            }

            .job-ap-nav ul li:last-child {
                border-bottom: none;
            }

.job-results-refine-tools {
    padding: 30px 15px;
    width:100%;
    max-width:300px;
}

.job-ap-content, .job-results-content, .candidate-account-content {
    padding: 40px 20px;
    background-color: rgba(255, 255, 255, 1);
}

.job-results-container-count, .job-a-header-container {
    padding: 15px 30px;
}

.page-wrapper .job-a-header-container {
    padding: 15px 0px;
}

.job-results-container-count-info {
    float: left;
    width: 70%;
    padding-right: 25px;
}

    .job-results-container-count-info .h2 {
        margin-bottom: 0;
    }

.job-a-header-client-logo-container {
    width: 230px;
    float: left;
}

    .job-a-header-client-logo-container .client-logo {
        float: none;
        margin: 0 auto;
        background-position: 50%;
        width: 200px;
        height: 75px;
    }

.job-results-client-actions {
    margin-right: 20px;
    width:250px;
}

.job-results-client-actions .ntx-cand-button,
.job-results-client-actions .ntx-button {
    width:100%;
    display:block;
}

.job-results-client-actions .ntx-button {
    text-align:left;
}

.job-results-content .job-details, .work-for-us-jobs-container .job-details, .your-profile-section .job-details {
    margin-top: 0;
    padding: 0;
}


.job-results-client-actions .client-logo {
    width: 100%;
    height: 75px;
    background-position: 50%;
    margin-bottom: 30px;
}


.job-title {
    color: rgba(12, 98, 171, 1);
    font-weight: 700;
    margin-bottom: 20px;
    cursor: pointer;
}

    .job-title span {
        color: rgba(40, 40, 40, 1);
        font-weight: 500;
    }

.docu-sign .job-title {
    font-weight: 500;
    margin-bottom: 20px;
}

.job-details.docu-sign {
    min-height: initial;
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 2px solid #dddddd;
}

.docu-sign .job-description .ntx-button {
    width: auto;
    float: left;
    word-break: break-word;
}

.job-location span, .job-salary span, .job-reference span, .job-expiry span {
    font-weight: 700;
}


.job {
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

    .job:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }

    .job:first-of-type {
        padding-top: 0;
    }

#ViewProfileWizard label input[type=radio] {
    margin-right: 5px;
}

/*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/





/*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/

.left {
    float: left;
    width: 380px;
}

.link {
    cursor: pointer;
    text-decoration: none;
}

    .link:hover {
        text-decoration: underline;
    }

    .link:disabled {
        cursor: not-allowed;
    }

.link-colour {
    color: #0B5699;
}

.link-myapps {
    padding-bottom: 20px;
}

.left-side-align {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.location-dropdown-container {
    position: relative;
    width: 48%;
    float: right;
}

.social-media-login-dialogue-box {
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    width: 370px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 310px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

.login-dialogue-box {
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    width: 630px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 700px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

    .login-dialogue-box.forgotten-password {
        box-shadow: none;
        top: auto;
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
    }

.login-bottom-content.forgotten-password {
    height: auto;
}

.login-container, .profile-pointers-container, .social-media-login-container {
    width: 100%;
    float: left;
    height: 100%;
}

    .login-container .container {
        height: 100%;
    }

.login-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    position: absolute;
    top: -20px;
    right: -20px;
    float: left;
    background-color: rgba(45, 45, 45, 0.9);
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer;
    z-index: 2;
}

.login-top-section {
    float: left;
    width: 100%;
    height: 100px;
}

.social-media-login-top-section {
    float: left;
    width: 100%;
    padding: 0px 25px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.login-top-overlay {
    background-color: rgba(44, 44, 44, 0.55);
    float: left;
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    border-radius: 5px 5px 0px 0px;
}

.login-top-image {
    float: left;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 75%;
    border-radius: 5px 5px 0px 0px;
    background-image: url(../img/hero-images/recruiter/macbook-login-image.jpg);
}

.login-bottom-section {
    float: left;
    width: 100%;
    height: 600px;
    border-radius: 0px 0px 5px 5px;
}

.login-user-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    border: 2px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    background-repeat: no-repeat;
    background-size: 75px;
    background-position: 50% bottom;
    background-image: url(../img/icons/5e5e5e/blank-user.svg);
    border-radius: 5px 5px 5px 5px;
    z-index: 2;
}

.login-panel-option .ntx-button {
    margin-top: 20px;
}

.login-bottom-content {
    position: relative;
    top: -15px;
    float: left;
    width: 100%;
    padding: 0px 25px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 530px;
    padding-bottom: 20px;
}

.social-media-login-bottom-content {
    position: relative;
    top: -15px;
    float: left;
    width: 100%;
    padding: 0px 25px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 530px;
    padding-bottom: 20px;
}

.login-bottom-content .main-search-input {
    box-shadow: none;
    border: 1px solid #DDD;
    width: 100%;
    margin-bottom: 15px;
    padding: 12px;
    padding-left: 50px;
}

.login-bottom-content .ntx-button.primary-green {
    text-align: center;
}

.login-options-main {
    width: 100%;
    min-height: 170px;
}

.login-panel-message {
    float: left;
    width: 100%;
    min-height: 259px;
}

.login-options {
    float: left;
    width: 31.33%;
    margin-right: 3%;
    margin-left: 3%;
    border: 1px solid rgba(221, 221, 221, 1);
    text-align: center;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 1);
    color: #282828;
    cursor: pointer;
}

    .login-options:first-child {
        margin: 0;
    }

    .login-options:last-child {
        margin: 0;
    }

    .login-options.active {
        background-color: rgba(255, 102, 0, 1);
        color: #ffffff;
    }

.login-panel {
    position: relative;
}

.login-panel-hidden {
    display: none !important;
}

.login-options-main .login-panel {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.login-panel-message p {
    margin-bottom: 20px;
}

.login-data-required {
    background-color: rgb(250, 230, 228) !important;
}

.app-header.login-header {
    position: relative !important;
    background: none !important;
    float: left !important;
}

    .app-header.login-header.forgotten-password {
        width: 100%;
    }

.load-more {
    width: 100%;
    background-image: url(../img/icons/5e5e5e/add-icon.svg);
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    background-position: 50%;
    cursor: pointer;
    float: left;
    margin-top: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 30px;
    position: relative;
}

    .load-more:before, .load-more:after {
        content: '';
        float: left;
        width: -webkit-calc(50% - 60px);
        width: -o-calc(50% - 60px);
        width: calc(50% - 60px);
        height: 1px;
        background-color: rgb(221, 221, 221);
        position: absolute;
        left: 0;
        top: 25px;
    }

    .load-more:after {
        right: 0;
        left: auto;
    }

.logo-container .job-title {
    display: none;
}

.li-nav-icon {
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: 50%;
    width: 20px;
    min-height: 32px;
    margin-right: 10px;
}

    .li-nav-icon.home {
        background-image: url(../img/icons/5e5e5e/Home-Icon.svg);
    }

    .li-nav-icon.my-profile {
        background-image: url(../img/icons/5e5e5e/Blank-User.svg);
    }

    .li-nav-icon.references {
        background-image: url(../img/icons/5e5e5e/disciplines-icon.svg);
    }

    .li-nav-icon.job-alerts {
        background-image: url(../img/icons/5e5e5e/Job-Alerts-Icon.svg);
    }

    .li-nav-icon.favourite-jobs {
        background-image: url(../img/icons/5e5e5e/Heart-Icon.svg);
    }

    .li-nav-icon.my-applications {
        background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
    }

    .li-nav-icon.my-interviews {
        background-image: url(../img/icons/5e5e5e/Calendar-Icon.svg);
    }

    .li-nav-icon.my-references {
        background-image: url(../img/icons/5e5e5e/Disciplines-Icon.svg);
    }

    .li-nav-icon.messages {
        background-image: url(../img/icons/5e5e5e/Message-Icon.svg);
    }

    .li-nav-icon.onboarding {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
    }

    .li-nav-icon.search-jobs {
        background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
    }

li-text {
    width: 208px;
    height: 100%;
}

.li-text {
    text-align: left;
}

.login-input-container {
    position: relative;
}

    .login-input-container .password-reveal-icon {
        position: absolute;
        right: 15px;
        top: 15px;
    }

/*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/




/*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/

.mt-3 {
    margin-top:30px !important;
}

main {
    display: block;
}

.main-search-container {
    width: 800px;
    margin: 0 auto;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
    top: calc(50% - 88px);
    transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    background-color:#555;
}

main .search-container .is-container{
    z-index:3 !important;
}

.main-search-input {
    border-radius: 5px;
    border: 0px solid rgba(221, 221, 221, 1);
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);*/
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    width: 48%;
    float: left;
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding-left: 50px;
}

    .main-search-input.keyword-search {
        margin-right: 2%;
        background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
        background-size: 20px;
    }

    .main-search-input.location-search {
        margin-left: 2%;
        background-image: url(../img/icons/5e5e5e/gps-icon.svg);
        background-size: 20px;
    }

    .main-search-input.email-address {
        background-image: url(../img/icons/5e5e5e/Email-Address-Icon.svg);
        background-size: 20px;
    }

    .main-search-input.password {
        background-image: url(../img/icons/5e5e5e/Password-Icon.svg);
        background-size: 20px;
    }

.main-search-button {
    float: left;
    width: 100%;
    background-color: rgba(255, 136, 57, 0.75);
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 15px rgba(40, 40, 40, 0.8);
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
}

    .main-search-button:hover, .main-search-button:focus {
        text-decoration: underline;
        background-color: rgba(255, 136, 57, 0.95);
    }

.main-search-further-search-options {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.main-search-advanced-button {
    border-radius: 5px;
    border: 2px solid rgba(221, 221, 221, 1);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px;
    width: 30%;
    float: left;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

    .main-search-advanced-button:hover, .main-search-advanced-button:focus {
        text-decoration: underline;
        background-color: rgba(255, 255, 255, 1);
    }

    .main-search-advanced-button.morph-search {
        min-height: 40px;
        position: absolute;
        z-index: 10000;
        top: 50px;
        right: 50px;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transition-property: min-height, width, top, right;
        transition-property: min-height, width, top, right;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
        transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    }

        .main-search-advanced-button.morph-search.open {
            width: 100%;
            min-height: 100%;
            top: 0px;
            right: 0px;
        }

    .main-search-advanced-button:nth-of-type(2) {
        margin-left: 5%;
        margin-right: 5%;
    }

.macbook-apoint-website {
    background-image: url(../img/realistic-mockups/macbook-apoint-website.png);
}

.mark-finished {
    font-weight: 700;
    padding-bottom: 20px;
}

.mb1 {
    margin-bottom: 1rem !important;
}

.mt1 {
    margin-top: 1rem !important;
}

.ml1 {
    margin-left: 1rem !important;
}

.mr1 {
    margin-right: 1rem !important;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.message-content br {
    margin-bottom: 5px !important;
    display: block;
    position: relative;
    height: 10px;
    content: '';
}

.mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.more-information-container {
    padding: 20px;
    float: left;
    width: 100%;
}

.mockup-image {
    background-repeat: no-repeat;
    background-position: right 50%;
    background-size: contain;
    width: 100%;
    height: 350px;
    float: left;
}

    .mockup-image.macbook-system {
        background-image: url(../img/realistic-mockups/macbook-system.png);
    }

    .mockup-image.iphone-mobile-advert {
        background-image: url(../img/realistic-mockups/iphone-mobile-advert.png);
    }

    .mockup-image.contact-us-floating-iphone {
        background-image: url(../img/realistic-mockups/contact-us-floating-iphone.png);
    }

    .mockup-image.imac-candidate-mockup {
        background-image: url(../img/realistic-mockups/imac-candidate-mockup.png);
        height: 450px;
        background-position: 50%;
    }





    .mockup-image.floating-macbook-website {
        background-image: url(../img/realistic-mockups/floating-macbook-website.png);
        height: 450px;
        background-position: 50%;
    }

    .mockup-image.floating-ipad-jobseeker {
        background-image: url(../img/realistic-mockups/floating-ipad-jobseeker.png);
    }




.my-filters-list li button {
    /*background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);*/
}

.my-filters-sub-header {
    float: left;
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
}

.my-filters-selected {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .my-filters-selected:last-of-type {
        margin-bottom: 0;
    }

.my-filters .primary-orange {
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

    .my-filters .primary-orange:last-child {
        margin-bottom: 0;
    }

.matching-criteria {
    padding-left: 20px;
}

/*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/





/*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/

.ntx-button-bigger {
    width: 100%;
    padding: 15px !important;
    margin: 20px 0;
}


.no-list-style
{
    list-style:none;
}

#NTXLoginBar table td span {
    display: none;
}

.has-multiple-checkboxes
{
    position:relative;
}

.has-multiple-checkboxes:after
{
    content:'';
    display:table;
    clear:both;
}

.has-multiple-checkboxes .ntx-checkbox
{
    /*width:auto;*/
}

.has-multiple-checkboxes .ntx-checkbox
{
    margin: 24px 24px 0 0;
}

.has-multiple-checkboxes .ntx-checkbox:last-of-type {
    margin-right: 0;
}

#NTXAdvert-Dialog_dialog .AdvertParentContainer {
    margin: 0 auto;
    box-sizing: initial;
}

.not-logged-in .further-search-options.stuck {
    top: 5px;
}

.not-logged-in #ntx-sticky-anchor {
}

.not-logged-in .user-navigation {
    display: none;
}

.not-logged-in .job-a-container {
    top: 0px;
}

.not-logged-in .job-r-container {
    top: 60px;
}


.navigation-content {
    float: left;
    width: 1000px;
}

ul.navigation {
    list-style: none;
    float: left;
    width: 1000px;
    position: absolute;
}

.navigation li {
    float: left;
    margin: 0 25px;
    font-weight: 500;
    border-bottom: 1px solid rgba(245, 248, 250, 1);
    cursor: pointer;
    position: relative;
}

#NTXAppFormQuestions UL {
    padding: 20px 40px;
}

.navigation li:hover, .navigation li:focus {
    border-bottom: 2px solid rgba(255, 136, 57, 1);
}

.navigation li a {
    padding: 10px 40px 18px 40px;
    display: block;
}

.navigation li.active {
    border-bottom: 2px solid rgba(255, 136, 57, 1);
}

.navigation li:first-child {
    margin-left: 0;
}

.navigation li:last-child {
    margin-right: 0;
}

.job-search-image.networx-recruitment-office {
    background-image: url(../img/hero-images/recruiter/networx-recruitment-office.jpg);
}

.promoted-content-item.image-item .promoted-content.no-padding-top {
    padding-top: 0;
}



.no-button {
    border: 0 none;
    background: transparent;
    cursor: pointer;
}

#NTXAdvert ul, #NTXAdvert-Dialog_dialog .AdvertParentContainer ul,
#NTXAdvert ol, #NTXAdvert-Dialog_dialog .AdvertParentContainer ol {
    margin-left: 2rem;
}

.ntx-mdl-container-intro {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 30px;
}

    .ntx-mdl-container-intro span {
        font-weight: 700;
    }

.ntx-mdl-content {
    float: left;
    width: 100%;
    margin-top: 50px;
}

    .ntx-mdl-content.testimonial .ntx-mdl-tabs {
        width: 50%;
    }

    .ntx-mdl-content.testimonial .ntx-mdl-container-image {
        width: 45%;
    }

.ntx-mdl-container-image {
    float: left;
    width: 35%;
    background-position: 50% top;
    background-repeat: no-repeat;
}

    .ntx-mdl-container-image.attracting-top-talent {
        background-image: url(../img/realistic-mockups/iPad-iPhone-Top-Down.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.argos-responsive-website {
        background-image: url(../img/realistic-mockups/argos-responsive-website.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.networx-careers-page-mockup {
        background-image: url(../img/realistic-mockups/laterooms-careers-page.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.fully-responsive-application {
        background-image: url(../img/realistic-mockups/fully-responsive-application.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.agencies-dashboard {
        background-image: url(../img/realistic-mockups/agencies-dashboard-mockup.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.candidate-managed-responsive {
        background-image: url(../img/realistic-mockups/candidate-managed-responsive.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.tableau-reporting {
        background-image: url(../img/realistic-mockups/Tableau-Reporting.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.managing-applications {
        background-image: url(../img/realistic-mockups/Macbook-Top-Down.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.macbook-top-down-notebook {
        background-image: url(../img/realistic-mockups/macbook-top-down-notebook.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.candidate-experience {
        background-image: url(../img/realistic-mockups/iMac-Environment-Top-Down.png);
        background-size: 100%;
        height: 360px;
    }

.ntx-mdl-content.full-width .ntx-mdl-tabs {
    width: 100%;
    float: left;
    margin-left: 0;
}

.ntx-mdl-tabs {
    float: left;
    width: 60%;
    margin-left: 5%;
}

.ntx-mdl-tab-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    width: 48px;
    height: 48px;
}

    .ntx-mdl-tab-icon.careers-portal-tab-icon {
        background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
        background-size: 40px;
    }

    .ntx-mdl-tab-icon.mobile-phone-icon {
        background-image: url(../img/icons/5e5e5e/Mobile-Phone-Icon.svg);
        background-size: 20px;
    }

    .ntx-mdl-tab-icon.ca-networx-swoosh-icon {
        background-image: url(../img/icons/5e5e5e/networx-Swoosh.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-aggregators-icon, .ntx-mdl-tab-icon.rhm-job-board-multiposting {
        background-image: url(../img/icons/5e5e5e/Aggregators-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-social-media-icon, .ntx-mdl-tab-icon.rhm-social-media-icon {
        background-image: url(../img/icons/5e5e5e/Share-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.rhm-networx-swoosh-icon {
        background-image: url(../img/icons/5e5e5e/networx-Swoosh.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-job-boards-icon, .ntx-mdl-tab-icon.rhm-your-careers-page, .ntx-mdl-tab-icon.ce-candidate-experience-icon {
        background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-search-icon {
        background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.rhm-creating-vacancies-icon, .ntx-mdl-tab-icon.ce-corporate-branding-options {
        background-image: url(../img/icons/5e5e5e/Edit-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.r-dashboard-icon {
        background-image: url(../img/icons/5e5e5e/Dashboard-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.cm-sifting-icon, .ntx-mdl-tab-icon.rhm-sifting-icon {
        background-image: url(../img/icons/5e5e5e/Sifting-Icon.svg);
        background-size: 25px;
    }

    .ntx-mdl-tab-icon.cm-shortlisting-candidates-icon, .ntx-mdl-tab-icon.rhm-searchable-candidate-database {
        background-image: url(../img/icons/5e5e5e/Users-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.cm-scoring-icon, .ntx-mdl-tab-icon.rhm-scoring-icon {
        background-image: url(../img/icons/5e5e5e/Scoring-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.rhm-self-selection-interviews-icon, .ntx-mdl-tab-icon.is-quarterly-updates-icon {
        background-image: url(../img/icons/5e5e5e/Calendar-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.cm-video-interview-icon, .ntx-mdl-tab-icon.rhm-video-interview-icon {
        background-image: url(../img/icons/5e5e5e/Video-Interview-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.cm-selection-tools-icon, .ntx-mdl-tab-icon.r-bespoke-reporting-icon {
        background-image: url(../img/icons/5e5e5e/Settings-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.cm-interview-services-icon, .ntx-mdl-tab-icon.is-tailored-training-icon {
        background-image: url(../img/icons/5e5e5e/Interview-Services-Icon.svg);
        background-size: 45px;
    }

    .ntx-mdl-tab-icon.cm-offering-candidates-icon, .ntx-mdl-tab-icon.is-project-managed-implementation, .ce-onboarding-icon {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.is-integrated-help-section-icon {
        background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.is-system-support-infrastructure-icon {
        background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
        background-size: 40px;
    }

    .ntx-mdl-tab-icon.ce-landing-page-icon, .ntx-mdl-tab-icon.am-dedicated-agency-portal {
        background-image: url(../img/icons/5e5e5e/Landing-Page-Icon.svg);
        background-size: 20px;
    }

    .ntx-mdl-tab-icon.ce-application-form-icon, .ntx-mdl-tab-icon.r-vacancy-overview-icon, .rhm-additional-options {
        background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.r-reporting-icon, .ntx-mdl-tab-icon.am-reporting-icon {
        background-image: url(../img/icons/5e5e5e/Reporting-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.ce-mobile-friendly-icon {
        background-image: url(../img/icons/5e5e5e/Mobile-Phone-Icon.svg);
        background-size: 20px;
    }

    .ntx-mdl-tab-icon.ce-applying-without-cv-icon, .ntx-mdl-tab-icon.r-compliance-diversity-icon, .ntx-mdl-tab-icon.am-manage-your-psl, .cm-candidate-management-icon {
        background-image: url(../img/icons/5e5e5e/Applying-Without-CV-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ce-candidate-account-icon, .ca-candidate-attraction-icon {
        background-image: url(../img/icons/5e5e5e/Blank-User.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ce-job-alerts-icon {
        background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.ce-candidate-communication {
        background-image: url(../img/icons/5e5e5e/Message-Icon.svg);
        background-size: 35px;
    }


.ntx-mdl-container-left .ntx-mdl-container-image {
    float: right;
}

.ntx-mdl-container-left .ntx-mdl-tabs {
    margin-left: 0;
    margin-right: 5%;
}

.no-border {
    border: none;
}

.ntx-logo {
    background-image: url(../img/ntx-elements/networx-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    width: 185px;
    height: 45px;
    margin: 0 auto;
    display: block;
}

.ntx-button {
    border-radius: 5px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-repeat: no-repeat;
    padding: 10px 25px;
    font-weight: 500 !important;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(40, 40, 40, 1);
    display: block;
    text-decoration: none !important;
    position: relative;
}

    .ntx-button:hover, .ntx-button:focus, .contact-us-item:hover, .contact-us-item:focus {
        text-decoration: underline !important;
        background-color: rgba(245, 248, 250, 1);
    }

    .ntx-button.our-solutions-button {
        margin-top: 20px;
        width: 325px;
        min-width: 325px;
    }

    .ntx-button.full-width {
        text-align: center;
    }

    .ntx-button.testimonial-button {
        margin: 0 auto;
        width: 20%;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
    }

        .ntx-button.testimonial-button:before {
            content: '';
            width: 20px;
            height: 20px;
            background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: 50%;
            position: absolute;
            left: 25px;
        }

.ntx-button-arrow-right {
    background-image: url(../img/icons/ffffff/Arrow-Right.svg);
}

.ntx-button-arrow-left {
    background-image: url(../img/icons/ffffff/Arrow-Left.svg);
}

.ntx-button-left {
    float: left;
    text-align: left;
}

.ntx-button-right {
    float: right;
    /*padding-right: 50px !important;*/
    text-align: right;
}

.ntx-help-button-right {
    margin-right: 10px;
}

.ntx-button-center {
    width: 100%;
    padding-left: 50px !important;
    text-align: center;
}

.ntx-button.job-a-action {
    margin-right: 15px;
}

    .ntx-button.job-a-action:last-child {
        margin-right: 0;
    }

.ntx-button.time-left-to-apply-icon {
    background-image: url(../img/icons/5e5e5e/calendar-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.apply-now-icon {
    color: rgba(255, 255, 255, 1);
}

.job .ntx-button.primary-green.apply-now-icon {
    background-image: url(../img/icons/ffffff/arrow-right.svg);
    background-size: 10px;
    background-position: left 20px center;
}

    .job .ntx-button.primary-green.apply-now-icon:before {
        display: none;
    }

.ntx-button-add {
    background-image: url(../img/icons/ffffff/add-icon.svg);
}

.ntx-button.primary-green.apply-now-icon:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(../img/icons/ffffff/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    top: calc(50% - 7.5px);
    left: 10px;
    position: absolute;
}

.ntx-button.primary-green.tick-icon {
    background-image: url(../img/icons/ffffff/tick.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
}

.ntx-button.arrow-left-icon {
    background-image: url(../img/icons/5e5e5e/arrow-left.svg);
    background-size: 10px;
    background-position: left 20px center;
}

.ntx-button.job-a-icon {
    background-image: url(../img/icons/5e5e5e/job-a-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.documents-icon {
    background-image: url(../img/icons/5e5e5e/applications-icon.svg);
    background-size: 20px;
    background-position: left 15px center !important;
    padding: 10px 25px 10px 50px;
}

.ntx-button.menu-icon {
    background-image: url(../img/icons/5e5e5e/menu-icon.svg);
    background-size: 20px;
    background-position: left 20px center;
    padding-left: 50px !important;
}

.ntx-button.back-to-search {
    background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
    background-size: 20px;
    background-position: left 20px center;
    padding-left: 50px;
}

.ntx-button.primary-green.print-icon {
    background-image: url(../img/icons/ffffff/print-icon.svg);
    background-size: 20px;
    background-position: left 20px center;
}

.ntx-button.share-icon {
    background-image: url(../img/icons/5e5e5e/share-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.networx-swoosh {
    background-image: url(../img/icons/5e5e5e/networx-swoosh.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.candidate-services {
    background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.job-a-icon {
    background-image: url(../img/icons/5e5e5e/job-at-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.login-icon {
    background-image: url(../img/icons/5e5e5e/padlock.svg);
    background-size: 15px;
    background-position: right 20px center;
    padding-right: 50px;
}

.ntx-button.support-icon {
    background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
    background-size: 15px;
    background-position: right 20px center;
    padding-right: 50px;
}

.ntx-button.user-login-icon {
    background-image: url(../img/icons/5e5e5e/blank-user.svg);
    background-size: 20px;
    background-position: right 20px center;
}

.ntx-button.save-icon {
    background-image: url(../img/icons/5e5e5e/heart-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding: 10px 25px 10px 50px;
}

    .ntx-button.save-icon.saved {
        background-image: url(../img/icons/4cab0c/tick.svg);
        background-color: rgb(245, 248, 250);
    }


.ntx-button.primary-green {
    /*background-color: #4cab0c;*/
    color: rgba(255, 255, 255, 1) !important;
}

.ntx-button.primary-red {
    background-color: rgb(225, 30, 30);
    color: rgba(255, 255, 255, 1) !important;
}

    .ntx-button.primary-red:hover {
        background-color: rgba(245, 68, 68,1);
    }

.ntx-button.primary-green.external-green {
    text-align: center;
    background-position: left 75px center;
    display: block;
}

.ntx-button.primary-orange {
    background-color: rgba(255, 102, 0, 1);
    color: rgba(255, 255, 255, 1) !important;
}

    .ntx-button.primary-orange:hover, .ntx-button.primary-orange:focus {
        background-color: rgba(255, 136, 57, 1);
    }

.ntx-button.primary-blue {
    background-color: rgb(67, 133, 245);
    color: rgba(255, 255, 255, 1) !important;
}

    .ntx-button.primary-blue:hover {
        background-color: rgba(67, 133, 245,0.75);
    }

.ntx-button.user-account-button {
    float: left;
    background-color: rgba(12, 98, 171, 1);
    color: rgba(255, 255, 255, 1) !important;
    margin-right: 15px;
}

    .ntx-button.user-account-button.register-for-job-alerts {
        padding: 10px 25px !important;
    }

    .ntx-button.user-account-button.favourite-jobs {
        position: relative;
    }

    .ntx-button.user-account-button:last-of-type {
        margin-right: 0;
    }

    .ntx-button.user-account-button:hover, .ntx-button.user-account-button:focus {
        background-color: rgba(41, 143, 206, 1);
    }

    .ntx-button.user-account-button.message-icon {
        background-image: url(../img/icons/ffffff/Message-Icon.svg);
        background-size: 20px;
        background-position: left 15px center;
        margin-right: 0;
        width: 100%;
    }

.ntx-button.primary-green:hover, .ntx-button.primary-green:focus {
    background-color: #275705;
}

.ntx-button.no-colour.ntx-button-cancel {
    background-image: url(../img/icons/5e5e5e/Close-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}


.ntx-button.more-information-button {
    background-color: rgba(76, 171, 12, 1);
    float: left;
    color: rgba(255, 255, 255, 1);
    background-image: url(../img/icons/ffffff/arrow-right.svg);
    background-size: 10px;
    background-position: left 20px center;
}

.ntx-button.job-alerts-button {
    background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

    .ntx-button.job-alerts-button.saved {
        background-image: url(../img/icons/4cab0c/tick.svg);
        background-color: rgb(245, 248, 250);
    }

.ntx-button.edit-job-alerts-button {
    background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.additional-reference-button {
    margin-bottom: 20px;
}

.ntx-button.edit-details-button {
    background-image: url(../img/icons/5e5e5e/edit-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.download-my-data-button {
    background-image: url(../img/icons/5e5e5e/Download-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.select-reference-button {
    background-image: url(../img/icons/5e5e5e/disciplines-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.primary-green.edit-details-button {
    background-image: url(../img/icons/ffffff/edit-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.applications-button {
    background-image: url(../img/icons/5e5e5e/edit-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.documents-to-sign-button {
    background-image: url(../img/icons/5e5e5e/documents-to-sign-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
    margin-bottom: 10px;
}

.ntx-button.withdraw-application-button {
    background-image: url(../img/icons/5e5e5e/close-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.change-answer-request-button {
    background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.view-privacy-policy-button {
    background-image: url(../img/icons/5e5e5e/Sifting-Icon.svg);
    background-size: 15px;
    background-position: left 15px center;
    padding-left: 50px;
}


.ntx-button.raise-objection-button {
    background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.delete-favourite-role-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.change-password-button {
    background-image: url(../img/icons/5e5e5e/Password-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.deactivate-profile-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-cv-button {
    background-image: url(../img/icons/5e5e5e/Edit-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.download-cv-button {
    background-image: url(../img/icons/5e5e5e/Download-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.upload-cv-button {
    background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
    background-size: 25px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.tick-button {
    background-image: url(../img/icons/4cab0c/tick.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.enter-contact-details {
    background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
    background-size: 25px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.profile-icon {
    background-image: url(../img/icons/5e5e5e/Blank-User.svg);
    background-size: 25px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.delete-cv-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.delete-app-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.primary-red.delete-app-button {
    background-image: url(../img/icons/ffffff/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-locations-button {
    background-image: url(../img/icons/5e5e5e/Location-Pin.svg);
    background-size: 15px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-disciplines-button {
    background-image: url(../img/icons/5e5e5e/Disciplines-Icon.svg);
    background-size: 15px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-salary-range-button {
    background-image: url(../img/icons/5e5e5e/Salary-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.request-a-demo {
    text-align: center;
    width: 50%;
    float: left;
    margin-top: 20px;
    color: rgb(255, 255, 255) !important;
}

.ntx-button.show-matching-roles {
    background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.support-code-button {
    background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.disabled {
    background-color: #c5c5c5 !important;
    pointer-events: none;
    border: 1px solid transparent;
}

    .ntx-button.disabled:hover {
        text-decoration: none !important;
        cursor: default !important;
    }

.login-options-main .ntx-button.disabled {
    display: none;
}

.not-allowed {
    cursor: not-allowed !important;
}

.ntx-button.action-loading {
    display: none;
    background-image: url('../img/ntx-branding/ntx-loader-ie.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999999999px;
}

    .ntx-button.action-loading.disabled {
        display: block;
    }

#ntx-sticky-anchor {
    float: left;
    width: 100%;
    bottom: 50px;
    height: 76px;
    background: rgba(0, 0, 0, 0);
    position: relative;
    z-index: -1;
}

    #ntx-sticky-anchor.ntx-sticky-anchor-recruiter {
        top: 3px;
    }

.ntx-navigation-container {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 0;
    visibility: hidden;
}

    .ntx-navigation-container.nav-active {
        opacity: 1;
        visibility: visible;
    }

    .ntx-navigation-container nav {
        float: left;
        width: 100%;
        height: 100%;
    }

.ntx-navigation {
    width: 300px;
    float: left;
    height: 100%;
    background-color: rgba(40, 40, 40, 1);
    position: relative;
    left: -300px;
    padding: 25px 35px;
}

.ntx-navigation-top {
    position: relative;
    top: 75px;
}

    .ntx-navigation-top a {
        color: rgba(255, 255, 255, 1);
        display: block;
        padding-bottom: 20px;
        background-size: contain;
        font-weight: 400;
    }

        .ntx-navigation-top a:last-child {
            padding-bottom: 0;
        }

.ntx-navigation-close-container {
    width: 100%;
    background-color: transparent;
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.ntx-navigation-container.nav-active .ntx-navigation, .ntx-navigation-container.nav-active .ntx-navigation-close-container {
    left: 0;
}

.ntx-navigation-close-icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    top: 25px;
    right: 25px;
    background-image: url(../img/icons/ffffff/close-icon.svg);
    cursor: pointer;
}

.ntx-navigation-bottom {
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: -o-calc(100% - 70px);
    width: calc(100% - 70px);
}

    .ntx-navigation-bottom .social-media-container {
        margin-top: 0;
    }

    .ntx-navigation-bottom hr {
        margin: 25px 0;
    }

    .ntx-navigation-bottom .client-login-link {
        display: block;
        padding-left: 2rem;
        background-repeat: no-repeat;
        background-image: url(../img/icons/ffffff/padlock.svg);
        background-position: left 50%;
        min-height: 20px;
        background-size: contain;
        color: rgba(255, 255, 255, 1);
        font-weight: 400;
    }

.ntx-modal {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

.ntx-modal-bg {
    background-image: none;
    background-color: rgba(45, 45, 45, 0.75);
    opacity: 1;
}

.ntx-modal-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgb(221, 221, 221);
    position: absolute;
    top: -20px;
    right: -20px;
    float: left;
    background-color: rgba(45, 45, 45, 0.9);
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
}

    .ntx-modal-close::before {
        display: none;
    }



/*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/





/*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/

.job-search-image.our-solutions-macbook {
    background-image: url(../img/hero-images/recruiter/our-solutions-macbook.jpg);
}

.job-search-image.our-clients-office {
    background-image: url(../img/hero-images/recruiter/our-clients-office.jpg);
}

.off-screen {
    position: absolute;
    left: -99999px;
}

#OnlineTest ul {
    margin-left: 1rem;
}

    #OnlineTest ul li {
        margin-bottom: 1rem;
    }



/*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/
/*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/
.pb1 {
    padding-bottom: 1rem;
}

.pt1 {
    padding-top: 1rem;
}

.pl1 {
    padding-left: 1rem;
}

.pr1 {
    padding-right: 1rem;
}

.padding1 {
    padding: 1rem;
}

.padding2 {
    padding: 2rem;
}

#printablediv {
    margin-top: 20px;
}

.privacy-policy-dialog .ntx-checkbox,
.privacy-policy-link-container {
    margin-top: 20px;
}

    .privacy-policy-dialog .ntx-checkbox label {
        padding: 15px 15px 15px 40px;
    }

    .privacy-policy-link-container > div {
        font-weight: 700;
        position: relative;
    }

p + .privacy-policy-link-container {
    margin: 20px 0;
}

.privacy-policy-link-container label {
    display: block;
}

.privacy-policy-link-container a.link {
    display: block;
}

.privacy-policy-link-container > p {
    font-weight: bold;
    display: block;
}

.privacy-policy-link-container.is-checked > div:before {
    background-image: url(../img/icons/4cab0c/tick.svg);
}

.pre-footer-header {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
}

    .pre-footer-header .h3 {
        font-weight: 400;
        margin-bottom: 30px;
    }

.prompt {
    width: 100%;
    max-width: 10rem;
}

td.prompt, th.prompt {
    width: 10rem;
    max-width: unset;
}

.prompt-l {
    width: 100%;
    max-width: 20rem;
}

td.prompt-l, th.prompt-l {
    width: 20rem;
    max-width: unset;
}

.prompt-xl {
    width: 100%;
    max-width: 30rem;
}

td.prompt-xl, th.prompt-xl {
    width: 30rem;
    max-width: unset;
}

@media only screen and (max-width : 1024px) {
    .prompt-l {
        width: 100%;
        max-width: 18rem;
    }

    td.prompt-l, th.prompt-l {
        width: 18rem;
        max-width: unset;
    }

    .prompt-xl {
        width: 100%;
        max-width: 22rem;
    }

    td.prompt-xl, th.prompt-xl {
        width: 22rem;
        max-width: unset;
    }
}

@media only screen and (max-width : 800px) {
    .prompt-l {
        width: 100%;
        max-width: 16rem;
    }

    td.prompt-l, th.prompt-l {
        width: 16rem;
        max-width: unset;
    }

    .prompt-xl {
        width: 100%;
        max-width: 20rem;
    }

    td.prompt-xl, th.prompt-xl {
        width: 20rem;
        max-width: unset;
    }
}


.promoted-content-container, .recruiter-content-container {
    background-color: rgba(255, 255, 255, 1);
    padding: 50px;
    border-right: 1px solid rgba(221, 221, 221, 1);
    border-left: 1px solid rgba(221, 221, 221, 1);
}

    .promoted-content-container .promoted-content {
        width: 45%;
        float: left;
        margin: 0 20px;
    }

    .promoted-content-container.large .promoted-content {
        width: 17.5%;
        margin: 0 17px;
    }

    .promoted-content-container .image-item .promoted-content, .promoted-content-container .content-items .promoted-content, .promoted-content-container .more-information-items .promoted-content {
        margin: 0;
    }

    .promoted-content-container.large .promoted-content:nth-of-type(5) {
        margin-right: 0;
    }

    .promoted-content-container.large .promoted-content:first-of-type {
        margin-left: 0;
    }

.promoted-content.no-border {
    border: none;
}

.promoted-content.contact-us-section {
    padding-top: 20px;
}

.promoted-content.no-border-bottom {
    border-bottom: none;
}

.promoted-content.text-align-center, .promoted-content.text-align-center .h6 {
    text-align: center;
}

.promoted-content-icon-outer {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 100%;
    padding: 4px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 1px solid rgba(221, 221, 221, 1);
}

.promoted-content-icon-inner {
    background-color: rgba(248, 248, 248, 1);
    border-radius: 100%;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border: 1px solid rgba(221, 221, 221, 1);
}

    .promoted-content-icon-inner.managing-applications {
        background-image: url(../img/icons/5e5e5e/Managing-Applications-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.attracting-top-talent {
        background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.candidate-experience {
        background-image: url(../img/icons/5e5e5e/Mobile-Phone-Icon.svg);
        background-size: 30px;
    }

    .promoted-content-icon-inner.reporting {
        background-image: url(../img/icons/5e5e5e/Reporting-Icon.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.agencies {
        background-image: url(../img/icons/5e5e5e/Users-Icon.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.implementation {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.the-company {
        background-image: url(../img/icons/5e5e5e/Users-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.our-services {
        background-image: url(../img/icons/5e5e5e/Settings-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.our-clients {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.jobseeker {
        background-image: url(../img/icons/5e5e5e/Blank-User.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.networx-client-swoosh {
        background-image: url(../img/icons/5e5e5e/networx-Swoosh.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.general-eunquiries {
        background-image: url(../img/icons/5e5e5e/Message-Icon.svg);
        background-size: 50px;
    }

.promoted-content .bottom-section {
    padding: 20px;
}

    .promoted-content .bottom-section.more-info {
        padding: 0 20px;
    }

.promoted-content .more-information-container {
    background-color: rgba(248, 248, 248, 1);
    border-radius: 0px 0px 5px 5px;
}

.promoted-content.center {
    margin-left: 5%;
    margin-right: 5%;
}

.promoted-content .ntx-button {
    margin-top: 20px;
}

.promoted-content .more-information-container .ntx-button {
    margin-top: 0;
}

.promoted-content-list {
    margin-top: 20px;
    list-style: none;
}

    .promoted-content-list li {
        padding-left: 20px;
        min-height: 20px;
        padding-bottom: 15px;
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: left top 5px;
        background-image: url(../img/icons/4cab0c/tick-box.svg);
        line-height: 25px;
    }

        .promoted-content-list li:last-child {
            padding-bottom: 0;
        }

.promoted-content-image {
    float: left;
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 4px 4px 0px 0px;
}

.promoted-content-overlay {
    float: left;
    width: 100%;
    height: 150px;
    background-color: rgba(44, 44, 44, 0.35);
    position: absolute;
    z-index: 1;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    padding: 40px 130px;
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 10px rgba(40, 40, 40, 0.8);
    font-weight: 500;
}

    .promoted-content-overlay * {
        text-align: center;
        color: rgb(255, 255, 255);
        text-shadow: 0px 0px 10px rgba(40, 40, 40, 0.8);
        font-weight: 500;
    }

.promoted-content .apply-now-icon {
    text-align: center;
    background-position: left 75px center;
    display: block;
}

.promoted-content .h6 {
    text-align: left;
}

.promoted-content-item {
    display: flex;
    width: 75%;
    margin: 0 auto;
}

    .promoted-content-item.contact-us .promoted-content:nth-of-type(2) {
        margin-left: 5%;
        margin-right: 0%;
    }

    .promoted-content-item.contact-us .promoted-content:nth-of-type(1) {
        margin-left: 0%;
        margin-right: 5%;
    }

    .promoted-content-item.more-information-items .promoted-content {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: none;
    }

    .promoted-content-item.content-items .promoted-content {
        border-radius: 0;
        border-top: none;
    }

    .promoted-content-item.image-item .promoted-content {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.profile-container-icon {
    background-repeat: no-repeat;
    background-size: contain;
    width: 75px;
    height: 75px;
    float: left;
    background-position: 50%;
}

.profile-incomplete-warning-icon {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
}

.profile-complete-tick-icon {
    background-image: url(../img/icons/5e5e5e/Tick-Box.svg);
}

.profile-job-alert-icon {
    background-image: url(../img/icons/5e5e5e/Job-Alerts-Icon.svg);
}

.profile-my-data-icon {
    background-image: url(../img/icons/5e5e5e/application-info.svg);
}

.profile-docusign-info-icon {
    background-image: url(../img/icons/5e5e5e/documents-to-sign-icon.svg);
}

.profile-interviews-icon {
    background-image: url(../img/icons/5e5e5e/Calendar-Icon.svg);
}

.profile-incomplete-applications-icon {
    background-image: url(../img/icons/5e5e5e/Managing-Applications-Icon.svg);
}

.profile-applications-complete-icon {
    background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
}

.profile-supplemental-info-icon {
    background-image: url(../img/icons/5e5e5e/Sifting-Icon.svg);
}

.profile-references-info-icon {
    background-image: url(../img/icons/5e5e5e/Disciplines-Icon.svg);
}

.profile-fullapp-request-icon {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
}

.profile-agency-application-icon {
    background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
}

.profile-upload-icon {
    background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
}

.profile-searchable-cv {
    background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
}

.profile-searchable-icon {
    background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
}

.profile-private-icon {
    background-image: url(../img/icons/5e5e5e/spy.svg);
}

.profile-pointers-container .container {
    height: 75%;
    position: relative;
}

.profile-pointers {
    width: 300px;
    height: 100px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(221, 221, 221);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 4px rgb(136, 136, 136);
    -moz-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px rgb(136, 136, 136);
    bottom: 30px;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 20px 40px;
}

    .profile-pointers.active {
        opacity: 1;
        visibility: visible;
    }

    .profile-pointers.profile-pointers-1 {
    }

    .profile-pointers.profile-pointers-2 {
        left: 150px;
    }

    .profile-pointers.profile-pointers-3 {
        bottom: 70px;
        left: auto;
        right: 0px;
    }

        .profile-pointers.profile-pointers-3:before {
            right: 35px;
            left: auto;
            top: 98px;
        }

        .profile-pointers.profile-pointers-3:after {
            right: 38px;
            left: auto;
            top: 96px;
        }

    .profile-pointers:before, .profile-pointers:after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
    }

    .profile-pointers:before {
        left: 35px;
        top: 98px;
        border: 18px solid;
        border-color: rgb(221, 221, 221) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    .profile-pointers:after {
        left: 38px;
        top: 96px;
        border: 15px solid;
        border-color: rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    .profile-pointers.profile-pointers-left:before {
        left: -37px;
        top: 19px;
        border: 18px solid;
        border-color: rgba(0, 0, 0, 0) rgb(221, 221, 221) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    .profile-pointers.profile-pointers-left:after {
        left: -30px;
        top: 22px;
        border: 15px solid;
        border-color: rgba(0, 0, 0, 0) rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

.profile-pointers-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url(../img/icons/5e5e5e/Close-Icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.profile-about-you {
    display: inline-block;
    vertical-align: middle;
    border: 0px solid #ddd;
    float: left;
    border-radius: 0px;
    padding: 0px;
    width: 100%;
    margin-bottom: 0px;
}

    .profile-about-you h1 {
        margin-bottom: 25px;
    }

.profile-job-preferences {
    display: inline-block;
    vertical-align: middle;
    border: 0px solid #ddd;
    float: left;
    border-radius: 5px;
    padding: 0px;
    width: 100%;
    margin-bottom: 30px;
}

    .profile-job-preferences h1 {
        margin-bottom: 25px;
    }

.plymouth-college-of-art-header-image {
    background-image: url(../img/our-clients/Education/plymouth-college-of-art/plymouth-college-of-art-header.jpg);
}

.pointer-cursor {
    cursor: pointer;
}

.privacy-policy-link {
    text-decoration: underline !important;
    cursor: pointer !important;
    color: #1160da !important;
}

.position-relative {
    position: relative;
}

/*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/


/*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/


.question-response .required {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
    background-size: 25px 23px;
    padding: 10px 45px 10px 15px;
}

.question-quick-app .quick-app-button-container {
    float: right;
}

    .question-quick-app .quick-app-button-container .ntx-button {
        float: left;
    }

.question-response .required.valid {
    background-image: none;
}

.question-response .drop-down.required {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
    background-position: right 36px center;
    background-size: 25px 23px;
}

.question-response .drop-down:after {
    content: '';
    background-image: url(../img/icons/5e5e5e/Arrow-Down.svg);
    height: 10px;
    width: 15px;
    float: right;
    background-size: contain;
    position: absolute;
    right: 15px;
    z-index: 1;
    background-repeat: no-repeat;
    top: 15px;
}

.question-response .drop-down.required.valid {
    background-image: none;
}

.quick-app-header td img {
    width: 180px;
    height: 55px;
}



/*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/




/*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/

.references-content .title,
.references-content .details {
    position: static;
    top: 0;
    left: 0;
    width: 50%;
    text-align: left;
    word-break: break-all;
    padding: 0;
    padding-bottom: 20px;
    float:left;
}

input.radio-button {
    margin-right: 8px;
}

.request-a-demo-header-image {
    background-image: url(../img/hero-images/recruiter/request-a-demo-header-image.jpg);
}

.reference-completed-icon {
    width: 100px;
    margin: 0 auto;
    position: relative;
}

.ntx-icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    background-color: rgb(255, 255, 255);
    border-radius: 100%;
    padding: 15px;
    border: 1px solid rgb(221, 221, 221);
}

.reference-completed-icon .ntx-icon.tick-icon {
    background-image: url(../img/icons/4cab0c/tick.svg);
    background-size: 20px;
    top: 0;
    right: 0;
}

.references-check-box-container {
    float: right;
}

    .references-check-box-container .references-label {
        padding: 0;
    }

references-checkbox-container {
    float: left;
    width: 35%;
}

.reference-item {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

    .reference-item:last-of-type {
        margin-bottom: 0;
    }

    .reference-item h2.h3 {
        font-weight: 500;
        margin-bottom: 15px;
    }

.reference-hidden {
    display: none;
}

.reference-show {
    display: block;
}

.recruiter-top-section-container .scroll-down-container {
    width: 1200px;
}

.reference-info {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

    .reference-info:last-of-type {
        margin-bottom: 0px;
    }

.candidate-dialog-box .reference-info {
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
}

.reference-info .your-profile-header {
    border-bottom: none;
    padding-bottom: 0;
}

.references-content {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.recruiter-top-section-container .scroll-down-container .scroll-down-featured-recruiters {
    color: rgb(40, 40, 40);
    text-shadow: none;
}

.recruiter-top-section-container .scroll-down-container .scroll-down-container-icon {
    background-image: url(../img/icons/5e5e5e/arrow-down.svg);
}

.refine-search-section {
    float: left;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 20px;
}

main article .refine-search-half-width-container .refine-search-section {
    width: 30%;
    padding: 25px;
}

.refine-search-full-width-container .refine-search-section {
    width: 100%;
    padding: 50px 20px;
}

.refine-search-overlay .main-search-button {
    margin-bottom: 25px;
}

.refine-search-half-width-container .refine-search-section:nth-child(2) {
    margin-left: 5%;
    margin-right: 5%;
}

.refine-search-half-width-container {
    float: left;
    width: 100%;
    height: 50%;
    margin-bottom: 40px;
}

.refine-search-full-width-container {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.refine-search-section .advanced-search-options-container {
    height: -moz-calc(100% - 80px);
    height: -webkit-calc(100% - 80px);
    height: -o-calc(100% - 80px);
    height: calc(100% - 80px);
    margin-top: 15px;
}

.refine-search-section .advanced-search-option-checkbox {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 98%;
    margin-right: 0;
}

.refine-search-section .advanced-search-option-label {
    padding: 10px;
}

.refine-search-overlay .main-search-input {
    border: 1px solid #dddddd;
    box-shadow: none;
}

.recruiter-top-section-container .job-search-overlay {
    width: 1200px;
    background-color: rgba(255, 255, 255, 0.85);
}

    .recruiter-top-section-container .job-search-overlay .container {
        padding: 0px 40px;
        height: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

        .recruiter-top-section-container .job-search-overlay .container ul {
            padding: 20px;
        }

            .recruiter-top-section-container .job-search-overlay .container ul li {
                padding-bottom: 10px;
            }

                .recruiter-top-section-container .job-search-overlay .container ul li:last-of-type {
                    padding-bottom: 0px;
                }


.ribbon {
    background-color: rgba(76, 171, 12, 1);
    width: 40px;
    height: 50px;
    position: absolute;
    margin: auto;
    background-image: url(../img/icons/ffffff/Sponsored-Ribbon.svg);
    background-position: 50%;
    background-size: 50%;
    background-repeat: no-repeat;
    z-index: 2;
    right: 20px;
    -webkit-box-shadow: 10px 10px 10px 0px rgba(40,40,40,0.5);
    -moz-box-shadow: 10px 10px 10px 0px rgba(40,40,40,0.5);
    box-shadow: 10px 10px 10px 0px rgba(40,40,40,0.5);
}

    .ribbon:before {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 0;
        height: 0;
        border-top: 30px solid rgba(76, 171, 12, 1);
        border-right: 30px solid transparent;
    }

    .ribbon:after {
        content: "";
        position: absolute;
        bottom: -20px;
        right: 0;
        width: 0;
        height: 0;
        border-top: 30px solid rgba(76, 171, 12, 1);
        border-left: 30px solid transparent;
    }

.rich-question .question-options > *:first-of-type {
    margin-right: 1rem;
}

.rich-question .question-options > label.prompt {
    display:inline-block;
}

div[class^="col-"]:not(:last-of-type) {
    margin-right: 1rem;
}

.right {
    float: left;
    width: 380px;
}

    .right.tall .further-jobs-container {
        height: 390px;
        width: 380px;
        float: left;
    }

    .right.tall .further-jobs-image-overlay {
        background-color: rgba(255, 102, 0, 0.55);
    }

.right-side-align {
    float: right;
    width: 48%;
    margin-left: 2%;
}

.recruiter-content {
    padding: 0;
}

    .recruiter-content.stuck {
        top: 60px;
    }

        .recruiter-content.stuck ~ article .clients-pre-footer {
            top: 60px;
        }

        .recruiter-content.stuck ~ footer .footer {
            top: 60px;
        }

.recruiter-content-container {
    width: 1200px;
    margin: 0 auto;
    background-color: rgb(236, 236, 236);
}

    .recruiter-content-container:nth-of-type(2n+1) {
        background-color: rgba(255, 255, 255, 1);
    }

    .recruiter-content-container ul {
        padding: 10px 20px;
    }

        .recruiter-content-container ul li {
            padding: 5px 0px;
        }


.random-client {
    float: left;
    width: 33%;
    height: 100px; /* equals max image height */
    white-space: nowrap;
    text-align: center;
}

    .random-client:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .random-client img {
        vertical-align: middle;
        max-height: 100px;
        max-width: 250px;
    }


/*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/



/*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/

.salary-input-container {
    float: left;
    width: 100%;
    margin-top: 40px;
}

    .salary-input-container .advanced-search-input {
        float: left;
        width: 48%;
        padding-left: 50px;
        background-image: url(../img/icons/5e5e5e/money-salary-icon.svg);
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: left 20px center;
    }

    .salary-input-container .salary-input-divider {
        float: left;
        width: 4%;
        text-align: center;
        line-height: 56px;
    }

select {
    font-family: Roboto, sans-serif;
}

.send-me-jobs-like-this-container {
    float: right;
    width: 30%;
}

    .send-me-jobs-like-this-container .ntx-button.primary-green {
        text-align: center;
    }

.scroll-down-container {
    float: left;
    width: 100%;
    position: fixed;
    bottom: 30%;
}

.scroll-down-container-icon {
    width: 40px;
    height: 30px;
    background-image: url(../img/icons/ffffff/arrow-down.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 20px;
}

.scroll-down-featured-recruiters {
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-shadow: 1px 1px 15px rgba(40, 40, 40, 0.8);
    width: 250px;
    margin: 0 auto;
    cursor: pointer;
}

    .scroll-down-featured-recruiters:hover {
        text-decoration: underline;
    }

#SideNav {
    margin-top: 0 !important;
}

.social-media-container {
    margin: 0 auto;
    margin-top: 25px;
}

.social-media-icon {
    width: 35px;
    height: 35px;
    border: 2px solid rgba(221, 221, 221, 1);
    border-radius: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 5px;
    cursor: pointer;
}

    .social-media-icon:first-of-type {
        margin-left: 0;
    }

    .social-media-icon:last-of-type {
        margin-right: 0;
    }

    .social-media-icon.facebook {
        background-image: url(../img/icons/ffffff/facebook-icon.svg);
        background-size: 7px;
    }

    .social-media-icon.glassdoor {
        background-image: url(../img/icons/ffffff/glassdoor-icon.svg);
        background-size: 10px;
    }

    .social-media-icon.google-plus {
        background-image: url(../img/icons/ffffff/google-plus-icon.svg);
        background-size: 15px;
    }

    .social-media-icon.linkedin {
        background-image: url(../img/icons/ffffff/linkedin-icon.svg);
        background-size: 15px;
    }

    .social-media-icon.twitter {
        background-image: url(../img/icons/ffffff/twitter-icon.svg);
        background-size: 15px;
    }

.sponsored-jobs, .promoted-content-container {
    width: 1200px;
    margin: 0 auto;
}

    .sponsored-jobs .sponsored-job-container:nth-of-type(2) {
        float: left;
        width: 380px;
        margin-left: 30px;
        margin-right: 30px;
    }

.suggested-locations-disciplines-list, .my-filters-list {
    list-style: none;
}

    .suggested-locations-disciplines-list li, .my-filters-list li {
        font-weight: 500;
        padding-bottom: 10px;
    }

        .suggested-locations-disciplines-list li:last-child, .my-filters-list li:last-child {
            padding-bottom: 0px;
        }

        .suggested-locations-disciplines-list li button, .my-filters-list li button {
            position:relative;
            color: rgba(12, 98, 171, 1);
            text-decoration: none;
            width: 100%;
            padding-right: 30px;
            background-repeat: no-repeat;
            background-position: right top;
            background-size: 20px 20px;
            cursor: pointer;
            min-height: 20px;
            background-color:transparent;
            text-align:left;
        }

        .suggested-locations-disciplines-list li button {
            /*background-image: url(../img/icons/5e5e5e/add-icon.svg);*/
        }

        .suggested-locations-disciplines-list li button:hover, .suggested-locations-disciplines-list li button:focus, .my-filters-list li button:hover, .my-filters-list li button:focus {
            text-decoration: underline;
        }

.sponsored-job-container .client-logo {
    background-position: 50%;
}

.sponsored-job-container, .promoted-content {
    width: 30%;
    border-radius: 5px;
    border: 1px solid rgba(221, 221, 221, 1);
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    z-index: 0;
    float: left;
}

    .promoted-content.no-border-radius {
        border-radius: 0;
    }

    .sponsored-job-container.center {
        margin-left: 30px;
        margin-right: 30px;
    }

    .sponsored-job-container .apply-now-icon {
        text-align: left;
        background-position: left 100px center;
    }

.sponsored-job-container {
    width: 380px;
}

.sponsored-job-image {
    float: left;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 4px 4px 0px 0px;
    background-image: url(../img/hero-images/disciplines/Marketing-and-PR/Marketing-PR-3.jpg);
}


.sponsored-job-image-overlay {
    background-color: rgba(44, 44, 44, 0.55);
    float: left;
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    border-radius: 4px 4px 0px 0px;
}

.sub-container {
    float: left;
    width: 400px;
    min-height: 45px;
}

    .sub-container.sub-container-single {
        width: 100%;
    }

        .sub-container.sub-container-single .client-logo {
            background-size: contain;
        }

    .sub-container.sub-container-single-login {
        position: absolute;
        top: 0;
        right: 0;
    }

.start-typing {
    font-style: italic;
    font-weight: 400;
}

#SideNav .side-nav-bt .calendar-32 .time-holder {
    top: 10px !important;
    left: 50px !important;
}

#SideNav .side-nav-bt .calendar-32 {
    padding-left: 48px !important;
}

    #SideNav .side-nav-bt .calendar-32 .time-holder.char-count-1 {
        top: 10px !important;
        left: 58px !important;
    }

    #SideNav .side-nav-bt .calendar-32 .time-holder.char-count-2 {
        top: 10px !important;
        left: 43px !important;
    }

    #SideNav .side-nav-bt .calendar-32 .time-holder.char-count-3 {
        top: 10px !important;
        left: 43px !important;
    }

#SideNav .side-nav-bt.time {
    cursor: auto !important;
}

    #SideNav .side-nav-bt.time:hover {
        background-color: #ffffff;
        text-decoration: none !important;
    }

        #SideNav .side-nav-bt.time:hover .time-holder, #SideNav .side-nav-bt.time:hover .time-holder.char-count-2, #SideNav .side-nav-bt.time:hover .time-holder.char-count-3, #SideNav .side-nav-bt.time:hover .calendar-32:after {
            text-decoration: none !important;
        }

#SideNav .side-nav-bt .calendar-32:after {
    cursor: text;
}

.text-off-screen {
    text-indent: -99999px;
}

.sub-header {
    margin-top: 15px;
}

section.dialog {
    height: 0;
    width: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: all 0.5s;
    display: none;
    -moz-animation: fadeEffect 0.5s;
    -webkit-animation: fadeEffect 0.5s;
    animation: fadeEffect 0.5s;
}

    section.dialog.active {
        pointer-events: all;
        display: block;
        width: 100%;
        height: 100%;
    }

        section.dialog.active:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgb(40, 40, 40);
            z-index: 1;
            opacity: 0.5;
        }

    section.dialog.privacy-policy-dialog.active:after {
        background-color: rgb(248, 248, 248);
        z-index: 1;
        opacity: 0.975;
    }

    section.dialog .content {
        float: left;
        width: 90%;
        height: auto;
        max-height: 90%;
        max-width: 900px;
        border: 1px solid rgb(221, 221, 221);
        border-radius: 10px;
        background-color: rgb(255, 255, 255);
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        position: relative;
        padding: 25px;
        -webkit-box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
        -moz-box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
        box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
        z-index: 2;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    section.dialog.has-actions .content {
        padding: 0;
    }

    section.dialog .content.has-small-width {
        max-width: 600px;
    }

    section.dialog .content main {
        width: 100%;
        position: static;
        top: 0;
        float: left;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        overflow: auto;
        padding:0;
    }

    section.dialog.has-actions .content main {
        border-radius: inherit;
    }

    section.dialog ul,
    section.dialog ol {
        padding-left: 30px;
        padding-bottom: 10px;
    }

    section.dialog.privacy-policy-dialog .content > button.close + div
    {
        overflow:auto;
    }

.link {
    cursor: pointer;
    text-decoration: none;
}

a.link {
    color: #0A5494;
    font-weight: bold;
}

button.close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: rgba(40, 40, 40, 0.85);
    border: 1px solid rgb(255, 255, 255);
    position: absolute;
    top: -20px;
    right: -20px;
    padding: 10px;
    z-index: 3;
}

svg.base-icon {
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    fill: rgb(40, 40, 40);
}

button.close svg {
    width: 100%;
    height: 100%;
    fill: rgb(255, 255, 255);
}

section {
    width: 100%;
    position: relative;
}

    section.dialog.has-actions .content section.application-content {
        float: left;
        padding: 25px;
    }

    section.dialog h1 {
        text-transform: none;
        color: inherit;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgb(117, 117, 117);
        font-weight: 400;
        text-align: center;
    }

.safer-jobs-logo {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    height: 150px;
    background-image: url(../img/misc/safer-jobs-logo.jpg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

section.actions {
    float: left;
    background-color: rgb(238, 238, 238);
    padding: 10px 20px;
    border-top: 1px solid rgb(221, 221, 221);
    text-align: right;
}

section.dialog.has-actions section.actions {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

section.dialog.safer-jobs .application-content a.link {
    color: #0B5699;
    font-weight: 500;
}

section.actions .ntx-action-button:last-of-type {
    margin-right: 0;
}

section.actions .ntx-action-button:first-of-type {
    margin-left: 0;
}

article.job-result section.actions .ntx-action-button, .dialog section.actions .ntx-action-button {
    float: none;
}

section.actions .ntx-action-button {
    margin: 0 5px;
    display: inline-table;
    float: left;
}

.ntx-action-button[disabled="disabled"]:hover {
    text-decoration: none;
}

.ntx-action-button.primary {
    background-color: rgb(77, 171, 13);
    color: #ffffff;
}

    .ntx-action-button.primary:hover {
        background-color: rgba(77, 171, 13, 0.75);
    }

.ntx-action-button[disabled="disabled"].primary {
    background-color: rgba(77, 171, 13, 0.55);
    color: #ffffff;
}

    .ntx-action-button[disabled="disabled"].primary:hover {
        background-color: rgba(77, 171, 13, 0.55);
        text-decoration: none;
    }

.ntx-action-button.secondary {
    background-color: rgb(67, 133, 245);
    color: #ffffff;
}

    .ntx-action-button.secondary:hover {
        background-color: rgba(67, 133, 245, 0.75);
    }

.ntx-action-button[disabled="disabled"].secondary {
    background-color: rgba(67, 133, 245, 0.55);
    color: #ffffff;
}

    .ntx-action-button[disabled="disabled"].secondary:hover {
        background-color: rgba(67, 133, 245, 0.55);
        text-decoration: none;
    }

.ntx-action-button.tertiary {
    background-color: rgb(230, 73, 73);
    color: #ffffff;
}

    .ntx-action-button.tertiary:hover {
        background-color: rgba(230, 73, 73, 0.75);
    }

.ntx-action-button[disabled="disabled"].tertiary {
    background-color: rgba(230, 73, 73, 0.55);
    color: #ffffff;
}

    .ntx-action-button[disabled="disabled"].tertiary:hover {
        background-color: rgba(230, 73, 73, 0.55);
        text-decoration: none;
    }

.ntx-action-button.disabled, .ntx-action-button[disabled="disabled"] {
    cursor: not-allowed;
    user-select: none;
    opacity: 1; /*need this to beat apoint stylesheet*/
}

    .ntx-action-button.disabled:hover, .ntx-action-button[disabled="disabled"]:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.ntx-ripple {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 1;
}

.ntx-action-button {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgb(255, 255, 255);
    color: rgb(40, 40, 40);
}


.submitAndReviewSection {
    padding: 50px;
    margin: 20px 0;
    border: 1px solid rgba(221, 221, 221, 1);
}

.submitAndReviewSection h2 {
    padding-bottom:0;
}

.submitAndReviewSection .question {
    padding: 30px 0 0;
    margin: 0;
}

.submitAndReviewSection .question p.bold {
    font-weight:bold;
}

.submitAndReviewSection .info-block {
    margin: 20px 0 0;
}

.submitAndReviewSection .section-title { 
    padding:30px 0 0;
}

.submitAndReviewSection button.ntx-button {
    margin-top:30px; 
}

.submitAndReviewSection .reference-info {
    padding-top:10px;    
}

.submitAndReviewSection .reference-info .references {
    padding-top: 10px;
}

    /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/
    /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/
    .text-align-center {
        text-align: center;
    }

textarea {
    font-family: Roboto, sans-serif;
}

.top-section {
    float: left;
    width: 100%;
}

.testimonial-browser {
    text-align: left;
    width: 700px;
    height: 436px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #dddddd;
    margin: 0 auto;
}

    .testimonial-browser .top-bar {
        border-radius: 5px 5px 0 0;
        border-top: thin solid rgb(234, 234, 233);
        border-bottom: thin solid rgb(223, 223, 222);
        background: rgb(94, 94, 94);
        float: left;
        width: 100%;
    }

    .testimonial-browser .circles {
        padding: 10px 15px;
    }

    .testimonial-browser .circle {
        height: 8px;
        width: 8px;
        display: inline-block;
        border-radius: 50%;
        background-color: rgb(255, 255, 255);
        margin-right: 10px;
    }

        .testimonial-browser .circle:last-of-type {
            margin-right: 0px;
        }

        .testimonial-browser .circle.red {
            background-color: rgb(255, 0, 0);
        }

        .testimonial-browser .circle.green {
            background-color: rgb(76, 171, 12);
        }

        .testimonial-browser .circle.yellow {
            background-color: rgb(255, 167, 109);
        }

    .testimonial-browser .content {
        margin: 0;
        width: 100%;
        height: -moz-calc(100% - 41px) !important;
        height: -webkit-calc(100% - 41px) !important;
        height: -o-calc(100% - 41px) !important;
        height: calc(100% - 41px) !important;
        display: inline-block;
        border-radius: 0 0 5px 5px;
        background-color: rgb(250, 250, 250);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% top;
    }

        .testimonial-browser .content.argos {
            background-image: url(../img/our-clients/WellKnownBrands/Argos/argos-website.jpg);
        }

        .testimonial-browser .content.thorntons {
            background-image: url(../img/our-clients/WellKnownBrands/Thorntons/thorntons-website.jpg);
        }

        .testimonial-browser .content.hobbycraft {
            background-image: url(../img/our-clients/WellKnownBrands/Hobbycraft/hobbycraft-website.jpg);
        }

        .testimonial-browser .content.wilko {
            background-image: url(../img/our-clients/WellKnownBrands/Wilko/wilko-website.jpg);
        }

        .testimonial-browser .content.maplin {
            background-image: url(../img/our-clients/WellKnownBrands/Maplin/maplin-website.jpg);
        }

        .testimonial-browser .content.laterooms {
            background-image: url(../img/our-clients/WellKnownBrands/Laterooms/laterooms-website.jpg);
        }

        .testimonial-browser .content.stonegate {
            background-image: url(../img/our-clients/Commercial/Stonegate/stonegate-website.jpg);
        }

        .testimonial-browser .content.london-city-airport {
            background-image: url(../img/our-clients/Commercial/london-city-airport/london-city-airport-website.jpg);
        }

        .testimonial-browser .content.domestic-and-general {
            background-image: url(../img/our-clients/Commercial/Domestic-and-General/domestic-and-general-website.jpg);
        }

        .testimonial-browser .content.vitality {
            background-image: url(../img/our-clients/Commercial/Vitality/vitality-website.jpg);
        }

        .testimonial-browser .content.tlt {
            background-image: url(../img/our-clients/Commercial/Tlt/tlt-website.jpg);
        }

        .testimonial-browser .content.wolters-kluwer {
            background-image: url(../img/our-clients/Commercial/Wolters-Kluwer/wolters-kluwer-website.jpg);
        }

        .testimonial-browser .content.mitsubishi-hitachi {
            background-image: url(../img/our-clients/Manufacturing/Mitsubishi-Hitachi/mitsubishi-hitachi-website.jpg);
        }

        .testimonial-browser .content.tulip {
            background-image: url(../img/our-clients/Manufacturing/Tulip/tulip-website.jpg);
        }

        .testimonial-browser .content.doosan {
            background-image: url(../img/our-clients/Manufacturing/Doosan/doosan-website.jpg);
        }

        .testimonial-browser .content.lucite-international {
            background-image: url(../img/our-clients/Manufacturing/Lucite-International/lucite-international-website.jpg);
        }

        .testimonial-browser .content.yeo-valley {
            background-image: url(../img/our-clients/Manufacturing/Yeo-Valley/yeo-valley-website.jpg);
        }

        .testimonial-browser .content.tata-steel {
            background-image: url(../img/our-clients/Manufacturing/Tata-Steel/tata-steel-website.jpg);
        }

        .testimonial-browser .content.aster {
            background-image: url(../img/our-clients/Housing/Aster/aster-website.jpg);
        }

        .testimonial-browser .content.yorkshire-housing {
            background-image: url(../img/our-clients/Housing/Yorkshire-Housing/yorkshire-housing-website.jpg);
        }

        .testimonial-browser .content.paradigm {
            background-image: url(../img/our-clients/Housing/Paradigm/paradigm-website.jpg);
        }

        .testimonial-browser .content.knightstone {
            background-image: url(../img/our-clients/Housing/Knightstone/knightstone-website.jpg);
        }

        .testimonial-browser .content.places-for-people {
            background-image: url(../img/our-clients/Housing/Places-for-People/places-for-people-website.jpg);
        }

        .testimonial-browser .content.orbit {
            background-image: url(../img/our-clients/Housing/Orbit/orbit-website.jpg);
        }

        .testimonial-browser .content.waterloo-housing {
            background-image: url(../img/our-clients/Housing/Waterloo-Housing/waterloo-housing-website.jpg);
        }

        .testimonial-browser .content.curo-group {
            background-image: url(../img/our-clients/Housing/Curo-Group/curo-website.jpg);
        }

        .testimonial-browser .content.grand-union {
            background-image: url(../img/our-clients/Housing/Grand-Union/grand-union-website.jpg);
        }

        .testimonial-browser .content.watford {
            background-image: url(../img/our-clients/Housing/Watford/watford-website.jpg);
        }

        .testimonial-browser .content.north-hertfordshire {
            background-image: url(../img/our-clients/Housing/North-Hertfordshire/north-hertfordshire-website.jpg);
        }

        .testimonial-browser .content.gateway-housing {
            background-image: url(../img/our-clients/Housing/Gateway-Housing/gateway-housing-website.jpg);
        }

        .testimonial-browser .content.pdsa {
            background-image: url(../img/our-clients/Charities/Pdsa/pdsa-website.jpg);
        }

        .testimonial-browser .content.fitzroy {
            background-image: url(../img/our-clients/Charities/Fitzroy/fitzroy-website.jpg);
        }

        .testimonial-browser .content.rethink {
            background-image: url(../img/our-clients/Charities/Rethink/rethink-website.jpg);
        }

        .testimonial-browser .content.macintyre {
            background-image: url(../img/our-clients/Charities/Macintyre/macintyre-website.jpg);
        }

        .testimonial-browser .content.hestia {
            background-image: url(../img/our-clients/Charities/Hestia/hestia-website.jpg);
        }

        .testimonial-browser .content.cornwall-hospice-care {
            background-image: url(../img/our-clients/Charities/Cornwall-Hospice-Care/cornwall-hospice-care-website.jpg);
        }

        .testimonial-browser .content.ncg {
            background-image: url(../img/our-clients/Education/Ncg/ncg-website.jpg);
        }

        .testimonial-browser .content.cornwall-college {
            background-image: url(../img/our-clients/Education/Cornwall-College/cornwall-college-website.jpg);
        }

        .testimonial-browser .content.wiltshire-college {
            background-image: url(../img/our-clients/Education/Wiltshire-College/wiltshire-college-website.jpg);
        }

        .testimonial-browser .content.united-learning {
            background-image: url(../img/our-clients/Education/United-Learning/united-learning-website.jpg);
        }

        .testimonial-browser .content.future-schools-trust {
            background-image: url(../img/our-clients/Education/Future-Schools-Trust/future-schools-trust-website.jpg);
        }

        .testimonial-browser .content.whitgift-foundation {
            background-image: url(../img/our-clients/Education/Whitgift-Foundation/whitgift-foundation-website.jpg);
        }

        .testimonial-browser .content.mole-valley-farmers {
            background-image: url(../img/our-clients/Retail/Mole-Valley-Farmers/mole-valley-farmers-website.jpg);
        }

        .testimonial-browser .content.evans-cycles {
            background-image: url(../img/our-clients/Retail/Evans-Cycles/evans-cycles-website.jpg);
        }

        .testimonial-browser .content.one-stop {
            background-image: url(../img/our-clients/Retail/One-Stop/one-stop-website.jpg);
        }

        .testimonial-browser .content.home-retail-group {
            background-image: url(../img/our-clients/Retail/Home-Retail-Group/home-retail-group-website.jpg);
        }

        .testimonial-browser .content.homebase {
            background-image: url(../img/our-clients/Retail/Homebase/homebase-website.jpg);
        }

.testimonial-advert-container {
    width: 400px;
    height: 600px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.52);
    -moz-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.52);
    box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.52);
    padding: 20px;
}

.testimonial-advert {
    width: 100%;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

    .testimonial-advert.argos {
        background-image: url(../img/our-clients/WellKnownBrands/Argos/argos-advert.jpg);
    }

    .testimonial-advert.thorntons {
        background-image: url(../img/our-clients/WellKnownBrands/Thorntons/thorntons-advert.jpg);
    }

    .testimonial-advert.hobbycraft {
        background-image: url(../img/our-clients/WellKnownBrands/Hobbycraft/hobbycraft-advert.jpg);
    }

    .testimonial-advert.wilko {
        background-image: url(../img/our-clients/WellKnownBrands/Wilko/wilko-advert.jpg);
    }

    .testimonial-advert.maplin {
        background-image: url(../img/our-clients/WellKnownBrands/Maplin/maplin-advert.jpg);
    }

    .testimonial-advert.laterooms {
        background-image: url(../img/our-clients/WellKnownBrands/Laterooms/laterooms-advert.jpg);
    }

    .testimonial-advert.london-city-airport {
        background-image: url(../img/our-clients/Commercial/london-city-airport/london-city-airport-advert.jpg);
    }

    .testimonial-advert.stonegate {
        background-image: url(../img/our-clients/Commercial/Stonegate/stonegate-advert.jpg);
    }

    .testimonial-advert.domestic-and-general {
        background-image: url(../img/our-clients/Commercial/Domestic-and-General/domestic-and-general-advert.jpg);
    }

    .testimonial-advert.vitality {
        background-image: url(../img/our-clients/Commercial/Vitality/vitality-advert.jpg);
    }

    .testimonial-advert.tlt {
        background-image: url(../img/our-clients/Commercial/Tlt/tlt-advert.jpg);
    }

    .testimonial-advert.wolters-kluwer {
        background-image: url(../img/our-clients/Commercial/Wolters-Kluwer/wolters-kluwer-advert.jpg);
    }

    .testimonial-advert.mitsubishi-hitachi {
        background-image: url(../img/our-clients/Manufacturing/Mitsubishi-Hitachi/mitsubishi-hitachi-advert.jpg);
    }

    .testimonial-advert.tulip {
        background-image: url(../img/our-clients/Manufacturing/Tulip/tulip-advert.jpg);
    }

    .testimonial-advert.doosan {
        background-image: url(../img/our-clients/Manufacturing/Doosan/doosan-advert.jpg);
    }

    .testimonial-advert.lucite-international {
        background-image: url(../img/our-clients/Manufacturing/Lucite-International/lucite-international-advert.jpg);
    }

    .testimonial-advert.yeo-valley {
        background-image: url(../img/our-clients/Manufacturing/Yeo-Valley/yeo-valley-advert.jpg);
    }

    .testimonial-advert.tata-steel {
        background-image: url(../img/our-clients/Manufacturing/Tata-Steel/tata-steel-advert.jpg);
    }

    .testimonial-advert.aster {
        background-image: url(../img/our-clients/Housing/Aster/aster-advert.jpg);
    }

    .testimonial-advert.yorkshire-housing {
        background-image: url(../img/our-clients/Housing/Yorkshire-Housing/yorkshire-housing-advert.jpg);
    }

    .testimonial-advert.paradigm {
        background-image: url(../img/our-clients/Housing/Paradigm/paradigm-advert.jpg);
    }

    .testimonial-advert.knightstone {
        background-image: url(../img/our-clients/Housing/Knightstone/knightstone-advert.jpg);
    }

    .testimonial-advert.places-for-people {
        background-image: url(../img/our-clients/Housing/Places-for-People/places-for-people-advert.jpg);
    }

    .testimonial-advert.orbit {
        background-image: url(../img/our-clients/Housing/Orbit/orbit-advert.jpg);
    }

    .testimonial-advert.waterloo-housing {
        background-image: url(../img/our-clients/Housing/Waterloo-Housing/waterloo-housing-advert.jpg);
    }

    .testimonial-advert.curo-group {
        background-image: url(../img/our-clients/Housing/Curo-Group/curo-advert.jpg);
    }

    .testimonial-advert.grand-union {
        background-image: url(../img/our-clients/Housing/Grand-Union/grand-union-advert.jpg);
    }

    .testimonial-advert.watford {
        background-image: url(../img/our-clients/Housing/watford/watford-advert.jpg);
    }

    .testimonial-advert.north-hertfordshire {
        background-image: url(../img/our-clients/Housing/North-Hertfordshire/north-hertfordshire-advert.jpg);
    }

    .testimonial-advert.gateway-housing {
        background-image: url(../img/our-clients/Housing/Gateway-Housing/gateway-housing-advert.jpg);
    }

    .testimonial-advert.pdsa {
        background-image: url(../img/our-clients/Charities/Pdsa/pdsa-advert.jpg);
    }

    .testimonial-advert.fitzroy {
        background-image: url(../img/our-clients/Charities/Fitzroy/fitzroy-advert.jpg);
    }

    .testimonial-advert.rethink {
        background-image: url(../img/our-clients/Charities/Rethink/rethink-advert.jpg);
    }

    .testimonial-advert.macintyre {
        background-image: url(../img/our-clients/Charities/Macintyre/macintyre-advert.jpg);
    }

    .testimonial-advert.hestia {
        background-image: url(../img/our-clients/Charities/Hestia/hestia-advert.jpg);
    }

    .testimonial-advert.cornwall-hospice-care {
        background-image: url(../img/our-clients/Charities/Cornwall-Hospice-Care/cornwall-hospice-care-advert.jpg);
    }

    .testimonial-advert.ncg {
        background-image: url(../img/our-clients/Education/Ncg/ncg-advert.jpg);
    }

    .testimonial-advert.cornwall-college {
        background-image: url(../img/our-clients/Education/Cornwall-College/cornwall-college-advert.jpg);
    }

    .testimonial-advert.wiltshire-college {
        background-image: url(../img/our-clients/Education/Wiltshire-College/wiltshire-college-advert.jpg);
    }

    .testimonial-advert.united-learning {
        background-image: url(../img/our-clients/Education/United-Learning/united-learning-advert.jpg);
    }

    .testimonial-advert.future-schools-trust {
        background-image: url(../img/our-clients/Education/Future-Schools-Trust/future-schools-trust-advert.jpg);
    }

    .testimonial-advert.whitgift-foundation {
        background-image: url(../img/our-clients/Education/Whitgift-Foundation/whitgift-foundation-advert.jpg);
    }

    .testimonial-advert.mole-valley-farmers {
        background-image: url(../img/our-clients/Retail/Mole-Valley-Farmers/mole-valley-farmers-advert.jpg);
    }

    .testimonial-advert.evans-cycles {
        background-image: url(../img/our-clients/Retail/Evans-Cycles/evans-cycles-advert.jpg);
    }

    .testimonial-advert.one-stop {
        background-image: url(../img/our-clients/Retail/One-Stop/one-stop-advert.jpg);
    }

    .testimonial-advert.home-retail-group {
        background-image: url(../img/our-clients/Retail/Home-Retail-Group/home-retail-group-advert.jpg);
    }

    .testimonial-advert.homebase {
        background-image: url(../img/our-clients/Retail/Homebase/homebase-advert.jpg);
    }

/*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/




/*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/

.user-navigation, .recruiter-navigation-bar {
    float: left;
    width: 100%;
    background-color: rgb(236, 236, 236);
    padding: 20px 30px;
    z-index: 4;
    position: relative;
    height: 60px;
    top: 0px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    border-top: 1px solid rgba(221, 221, 221, 1);
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

    .user-navigation.top {
        top: 76px;
        position: fixed;
        border-bottom: 1px solid rgba(221, 221, 221, 1);
        border-top: none;
    }

.user-icon {
    width: 125px;
    height: 125px;
    border-radius: 5px;
    background-color: rgba(245, 248, 250, 1);
    background-image: url(../img/icons/5e5e5e/blank-user.svg);
    box-shadow: rgba(0,0,0,0.05) 2px 0px 11px;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    bottom: -30px;
    border: 3px solid rgba(255, 255, 255, 1);
    float: left;
    background-repeat: no-repeat;
    right: 0;
    cursor: default;
}

.user-icon-settings-container {
    padding: 5px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 5px 0px 0px;
    cursor: pointer;
    width: 125px;
    height: 125px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-image: none;
}

.user-icon-settings {
    background-image: url(../img/icons/5e5e5e/edit-icon.svg);
    border: 2px solid rgba(94, 94, 94, 1);
    content: "";
    display: block;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: 0px 0px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 0px;
    height: 0px;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    opacity: 0;
}

.your-profile-section .user-icon {
    position: relative;
    border: 1px solid rgb(221, 221, 221);
}

.user-icon:hover .user-icon-settings-container, .user-icon:focus .user-icon-settings-container {
    background-color: rgba(255, 255, 255, 0.75);
}

    .user-icon:hover .user-icon-settings-container .user-icon-settings, .user-icon:focus .user-icon-settings-container .user-icon-settings {
        opacity: 1;
        width: 60px;
        height: 60px;
        background-size: 30px 30px;
    }


.user-icon.user-icon-small {
    width: 50px;
    height: 50px;
    top: -5px;
    right: 0px;
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    cursor: default;
}

.user-navigation.stuck .user-icon.user-icon-small {
    opacity: 1;
    visibility: visible;
    top: 5px;
}

.user-navigation.top .user-icon.user-icon-normal {
    display: none;
}

.user-navigation.stuck {
    position: fixed;
    top: 130px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.user-navigation.recruiter-navigation-bar.stuck {
    top: 76px;
    border-top: none;
    height: 59px;
}

.user-navigation .container {
    position: relative;
    top: 0;
}

.user-name {
    float: left;
    text-align: right;
    font-weight: 700;
    color: rgba(40, 40, 40, 1);
    margin-right: 25px;
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: -o-calc(100% - 150px);
    width: calc(100% - 150px);
    position: relative;
    right: 0;
}

.user-navigation.stuck .user-name, .user-navigation.top .user-name {
    right: -70px;
}

.user-navigation.stuck .user-icon {
    opacity: 0;
    visibility: hidden;
    bottom: 70px;
    right: 0;
    float: right;
}

    .user-navigation.stuck .user-icon.user-icon-small, .user-navigation.top .user-icon.user-icon-small {
        opacity: 1;
        visibility: visible;
        top: -5px;
        right: 0;
        z-index: 1;
    }

.user-name span {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
}

.user-details {
    float: left;
    width: 40%;
    padding: 10px 0;
}

.user-account-buttons-container {
    float: left;
    width: 60%;
}

    .user-account-buttons-container .ntx-button:last-of-type {
        margin-right: 0;
    }

    .user-account-buttons-container .ntx-button.user-account-button {
        color: #ffffff !important;
    }

.ui-widget {
    font-family: Roboto, sans-serif !important;
}

.ui-autocomplete {
    display: none;
    position: absolute;
    list-style-type: none;
    width: 100% !important;
    height: 300px;
    overflow: auto;
    word-break: break-word;
    white-space: normal;
    background: #ffffff !important;
    border: 2px solid #dddddd !important;
    padding: 15px;
}

    .ui-autocomplete:before {
        content: "suggested locations...";
        font-size: 19px;
        color: #7a7a7a;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #dddddd;
        margin-bottom: 10px !important;
        clear: both;
        display: block;
    }

    .ui-autocomplete li {
        cursor: pointer !important;
        padding: 5px !important;
        margin: 0 !important;
        border: 1px solid #ffffff !important;
    }

        .ui-autocomplete li .ui-state-focus, .ui-autocomplete li a {
            background: #ffffff !important;
            color: #000000;
            font-weight: normal;
        }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #f8f8f8 !important;
    border: 1px solid #dddddd !important;
    color: #282828 !important;
    font-weight: normal !important;
}

ul.navigation li ul {
    display: none;
    position: absolute;
    top: 47px;
    z-index: -1;
    float: left;
    width: 250px;
    left: 0px;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-top: none;
    cursor: default;
}

ul.navigation li:hover ul {
    display: block;
}

ul.navigation li ul li {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    border: 2px solid rgb(255, 255, 255);
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

    ul.navigation li ul li:last-of-type {
        margin-bottom: 0;
    }

    ul.navigation li ul li a {
        padding: 10px 20px;
    }

.ui-widget-overlay {
    background-color: rgba(45, 45, 45, 0.75) !important;
    background-image: none !important;
}

.user-icon.Name-A {
    background-image: url(../img/icons/Name-Icons/Name-A-Icon.svg);
}

.user-icon.Name-B {
    background-image: url(../img/icons/Name-Icons/Name-B-Icon.svg);
}

.user-icon.Name-C {
    background-image: url(../img/icons/Name-Icons/Name-C-Icon.svg);
}

.user-icon.Name-D {
    background-image: url(../img/icons/Name-Icons/Name-D-Icon.svg);
}

.user-icon.Name-E {
    background-image: url(../img/icons/Name-Icons/Name-E-Icon.svg);
}

.user-icon.Name-F {
    background-image: url(../img/icons/Name-Icons/Name-F-Icon.svg);
}

.user-icon.Name-G {
    background-image: url(../img/icons/Name-Icons/Name-G-Icon.svg);
}

.user-icon.Name-H {
    background-image: url(../img/icons/Name-Icons/Name-H-Icon.svg);
}

.user-icon.Name-I {
    background-image: url(../img/icons/Name-Icons/Name-I-Icon.svg);
}

.user-icon.Name-J {
    background-image: url(../img/icons/Name-Icons/Name-J-Icon.svg);
}

.user-icon.Name-K {
    background-image: url(../img/icons/Name-Icons/Name-K-Icon.svg);
}

.user-icon.Name-L {
    background-image: url(../img/icons/Name-Icons/Name-L-Icon.svg);
}

.user-icon.Name-M {
    background-image: url(../img/icons/Name-Icons/Name-M-Icon.svg);
}

.user-icon.Name-N {
    background-image: url(../img/icons/Name-Icons/Name-N-Icon.svg);
}

.user-icon.Name-O {
    background-image: url(../img/icons/Name-Icons/Name-O-Icon.svg);
}

.user-icon.Name-P {
    background-image: url(../img/icons/Name-Icons/Name-P-Icon.svg);
}

.user-icon.Name-Q {
    background-image: url(../img/icons/Name-Icons/Name-Q-Icon.svg);
}

.user-icon.Name-R {
    background-image: url(../img/icons/Name-Icons/Name-R-Icon.svg);
}

.user-icon.Name-S {
    background-image: url(../img/icons/Name-Icons/Name-S-Icon.svg);
}

.user-icon.Name-T {
    background-image: url(../img/icons/Name-Icons/Name-T-Icon.svg);
}

.user-icon.Name-U {
    background-image: url(../img/icons/Name-Icons/Name-U-Icon.svg);
}

.user-icon.Name-V {
    background-image: url(../img/icons/Name-Icons/Name-V-Icon.svg);
}

.user-icon.Name-W {
    background-image: url(../img/icons/Name-Icons/Name-W-Icon.svg);
}

.user-icon.Name-X {
    background-image: url(../img/icons/Name-Icons/Name-X-Icon.svg);
}

.user-icon.Name-Y {
    background-image: url(../img/icons/Name-Icons/Name-Y-Icon.svg);
}

.user-icon.Name-Z {
    background-image: url(../img/icons/Name-Icons/Name-Z-Icon.svg);
}

/*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/





/*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/

.verification-overlay, .login-overlay, .social-media-privacy-login-overlay, .profile-introduction {
    background-color: rgba(45, 45, 45, 0.75);
}

    .verification-overlay .ntx-button.primary-green {
        float: left;
    }

#ViewProfileWizard {
    float: left;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0px;
    background: rgba(45, 45, 45, 0.75);
    z-index: 10;
    width: 100%;
}

    #ViewProfileWizard .pop-up-wrapper {
        width: 1200px;
        margin: 0 auto;
        background-color: rgb(255, 255, 255);
        border-radius: 0px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
        -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
        box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
        border: 1px solid #dddddd;
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
        top: 50px;
        height: -moz-calc(100% - 100px) !important;
        height: -webkit-calc(100% - 100px) !important;
        height: -o-calc(100% - 100px) !important;
        height: calc(100% - 100px) !important;
    }

        #ViewProfileWizard .pop-up-wrapper #NTXAppFormNav {
            width: 100%;
            height: 100%;
        }

    #ViewProfileWizard .h6 {
        text-align: left;
        padding-bottom: 10px;
        border-bottom: 1px solid rgb(221, 221, 221);
    }

.verification-container {
    float: left;
    width: 100%;
    display: flex;
    background-color: rgba(255, 255, 255, 1);
    height: 400px;
    position: relative;
    top: 50%;
    padding: 0px;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    box-sizing: unset;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

    .verification-container .h3 {
        text-align: left;
    }

    .verification-container input {
        border: 1px solid rgba(221, 221, 221, 1);
        padding: 10px;
        width: 100%;
        font-weight: 600;
        margin: 20px 0;
    }


.verification-left {
    float: left;
    width: 50%;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
}

.verification-left-overlay {
    background-color: rgba(255, 136, 57, 0.75);
    float: left;
    width: 50%;
    height: 400px;
    position: absolute;
    z-index: 1;
}

.verification-left-image {
    background-image: url(../img/hero-images/recruiter/macbook-verification-image.jpg);
    float: left;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 50%;
    height: auto;
    min-height: 400px;
}

.verification-right {
    float: right;
    width: 50%;
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 30px;
}

    .verification-right .container {
        width: 540px;
        float: left;
    }

    .verification-right .ntx-button {
        margin-right: 15px;
        color: #ffffff !important;
    }

.verification-overlay p span {
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
}

#ViewProfileWizard .candidate-dialog-actions .ntx-button.ntx-button-arrow-right, #ViewProfileWizard .candidate-dialog-actions .ntx-button.ntx-button-arrow-left, .popup-page .ntx-button.ntx-button-arrow-left, .popup-page .ntx-button.ntx-button-arrow-right {
    background-size: 10px;
}

#ViewProfileWizard .checkbox-container label.checkbox input[type=checkbox] {
    display: none;
}

#ViewProfileWizard hr {
    border-top: 1px solid #dddddd;
}

#ViewProfileWizard td.padding-right img {
    width: 30px;
    height: 30px;
    float: left;
}

#ViewProfileWizard .ntx-button.job-alerts-button {
    padding-left: 50px;
}

#ViewProfileWizard .container {
    top: 50px;
    height: -moz-calc(100% - 100px) !important;
    height: -webkit-calc(100% - 100px) !important;
    height: -o-calc(100% - 100px) !important;
    height: calc(100% - 100px) !important;
}

#ViewProfileWizard .profile-pointers.profile-pointers-1 {
    top: 10px;
    bottom: auto;
    left: 310px;
}

    #ViewProfileWizard .profile-pointers.profile-pointers-1:before {
        left: -37px;
        top: 25px;
        border: 18px solid;
        border-color: rgba(0, 0, 0, 0) rgb(221, 221, 221) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    #ViewProfileWizard .profile-pointers.profile-pointers-1:after {
        left: -30px;
        top: 28px;
        border: 15px solid;
        border-color: rgba(0, 0, 0, 0) rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

.view-next-section-container .ntx-button {
    text-align: center;
    float: none;
    margin: 0 auto;
    width: 80%;
}

#ViewAdvert .AdvertParentContainer {
    margin: 0 auto;
}

#ViewAdvert .job-a-actions-container {
    float: left;
    width: 100%;
}

/*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/





/*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/

.width-auto {
    width: auto !important;
}

.wide {
    float: left;
    width: 100%;
    height: 270px;
}

    .wide .further-jobs-container {
        float: left;
        width: 100%;
        height: 270px;
    }

.work-for-us-jobs-container {
    margin: 0 auto;
    width: 100%;
    margin-top: 50px;
}

.wiltshire-college-header-image {
    background-image: url(../img/our-clients/Education/wiltshire-college/wiltshire-college-header.jpg);
}

/*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/





/*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/



/*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/





/*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/

.your-profile-section.reference:nth-of-type(1) {
    padding-top: 20px;
    border-top: 1px solid #dddddd;
    margin-top: 20px;
}

.your-profile-section:nth-last-of-type(1) {
    padding-top: 0;
}

.your-profile-action-buttons-section.references .ntx-button.ntx-button-left {
    float: left;
}

.your-profile-section {
    padding: 10px 0;
    width: 100%;
    margin-bottom: 20px;
}

    .your-profile-section#divSelectedReferences {
        margin-bottom: 0;
    }

        .your-profile-section#divSelectedReferences h2.h3 {
            text-align: left;
        }

    .your-profile-section .job-details span {
        font-weight: 700;
    }

.your-profile-is-incomplete-container td:first-of-type {
    width: 125px;
    vertical-align: top;
}

.your-profile-is-incomplete-container td:nth-of-type(2) {
    width: -moz-calc(100% - 125px) !important;
    width: -webkit-calc(100% - 125px) !important;
    width: -o-calc(100% - 125px) !important;
    width: calc(100% - 125px) !important;
}

.your-profile-is-incomplete-container ol, .your-profile-is-incomplete-container ul {
    padding: 20px;
    font-weight: 500;
}

    .your-profile-is-incomplete-container ol li, .your-profile-is-incomplete-container ul li {
        padding-bottom: 20px;
    }

.your-profile-section .h6 {
    text-align: left;
    margin-bottom: 0;
}

.your-profile-section .title {
    /*color: rgb(12, 98, 171);*/
    font-weight: bold;
}

.your-profile-section .details {
    float: left;
    padding-left: 10px;
}

.your-profile-section .incomplete {
    font-weight: bold;
    color: #4F5A65;
}

.your-profile-title-section {
    width: 20%;
}

    .your-profile-title-section.references {
        width: 65%;
    }

.reference-info .your-profile-title-section.references {
    width: 65%;
}

.reference-info .your-profile-action-buttons-section.references {
    width: 35%;
    position: relative;
    z-index: 1;
}

    .reference-info .your-profile-action-buttons-section.references .ntx-button {
        padding-right: 12.5px !important;
    }


.your-profile-title-section.references .your-profile-action-buttons-section.references .ntx-button:last-of-type {
    margin-left: 10px;
}

.your-profile-action-buttons-section.references .ntx-button:first-of-type {
    margin-left: 0px;
}

.your-profile-action-buttons-section.references .ntx-button {
    margin: 0px 0px 20px 10px;
}

.your-profile-title-section.references h5 {
    margin-bottom: 0;
}

.your-profile-action-buttons-section {
    width: 80%;
}

    .your-profile-action-buttons-section.references {
        width: 100%;
    }

.your-profile-header {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
}

.your-profile-action-buttons-section .ntx-button {
    margin: 0px 0px 10px 10px;
}

.your-profile-action-buttons-section .ntx-button {
    padding: 10px 12.5px 10px 45px;
}

.populated-from-cv {
    background-image: url(../img/icons-32/282828/cvs-icon.png);
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/





/*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/



/*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/






.mdl-spinner {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
}

    .mdl-spinner:not(.is-upgraded).is-active:after {
        content: "Loading...";
    }

    .mdl-spinner.is-upgraded.is-active {
        -moz-animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
        -webkit-animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
        animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
    }


@-moz-keyframes mdl-spinner__container-rotate {
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-webkit-keyframes mdl-spinner__container-rotate {
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@keyframes mdl-spinner__container-rotate {

    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}


.mdl-spinner__layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mdl-spinner__layer-1 {
    border-color: #42a5f5;
}

.mdl-spinner--single-color .mdl-spinner__layer-1, .mdl-spinner--single-color .mdl-spinner__layer-2, .mdl-spinner--single-color .mdl-spinner__layer-3, .mdl-spinner--single-color .mdl-spinner__layer-4 {
    border-color: rgb(63,81,181);
}

.mdl-spinner.is-active .mdl-spinner__layer-1 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-2 {
    border-color: #f44336;
}

.mdl-spinner.is-active .mdl-spinner__layer-2 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-3 {
    border-color: #fdd835;
}

.mdl-spinner.is-active .mdl-spinner__layer-3 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-4 {
    border-color: #4caf50;
}

.mdl-spinner.is-active .mdl-spinner__layer-4 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}


/*--------*/

@-moz-keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -o-transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -o-transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -o-transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -o-transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
    }
}

@-webkit-keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -o-transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -o-transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -o-transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -o-transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
    }
}

@keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -o-transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -o-transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -o-transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -o-transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-1-fade-in-out {
    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

@-webkit-keyframes mdl-spinner__layer-1-fade-in-out {
    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

@keyframes mdl-spinner__layer-1-fade-in-out {

    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-2-fade-in-out {
    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-2-fade-in-out {
    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-2-fade-in-out {

    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-3-fade-in-out {
    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-3-fade-in-out {
    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-3-fade-in-out {

    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-4-fade-in-out {
    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-4-fade-in-out {
    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-4-fade-in-out {

    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

/*--------*/



.mdl-spinner__gap-patch {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .mdl-spinner__gap-patch .mdl-spinner__circle {
        width: 1000%;
        left: -450%;
    }

.mdl-spinner__circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .mdl-spinner__circle-clipper .mdl-spinner__circle {
        width: 200%;
    }

.mdl-spinner__circle {
    box-sizing: border-box;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mdl-spinner__left .mdl-spinner__circle {
    border-right-color: transparent !important;
    transform: rotate(129deg);
    -ms-transform: rotate(129deg);
    -webkit-transform: rotate(129deg);
    -moz-transform: rotate(129deg);
    -o-transform: rotate(129deg);
}

.mdl-spinner.is-active .mdl-spinner__left .mdl-spinner__circle {
    -moz-animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__right .mdl-spinner__circle {
    left: -100%;
    border-left-color: transparent !important;
    transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
    -webkit-transform: rotate(-129deg);
    -moz-transform: rotate(-129deg);
    -o-transform: rotate(-129deg);
}

.mdl-spinner.is-active .mdl-spinner__right .mdl-spinner__circle {
    -moz-animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
}

/*--------*/

@-moz-keyframes mdl-spinner__left-spin {
    0%,to {
        transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

@-webkit-keyframes mdl-spinner__left-spin {
    0%,to {
        transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

@keyframes mdl-spinner__left-spin {

    0%,to {
        transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__right-spin {
    0%,to {
        transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
}

@-webkit-keyframes mdl-spinner__right-spin {
    0%,to {
        transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
}

@keyframes mdl-spinner__right-spin {

    0%,to {
        transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
}

/*--------*/






/*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/


/*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/

html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0'] .job-search-section-container.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko'] .job-search-section-container.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko'] .job-search-section-container.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko'] .job-search-section-container.stuck {
    z-index: 3;
}

html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0'] .user-navigation.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko'] .user-navigation.stuck {
    top: 75px;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
}

/*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/




@media only screen and (max-height: 700px) {

    .ntx-navigation-top {
        top: 30px;
    }

    .ntx-navigation-bottom {
        bottom: 30px;
    }
}

@-webkit-keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes borderscale {
    50% {
        -webkit-box-shadow: 0 0 0 2px #4f8196;
        -moz-box-shadow: 0 0 0 2px #4f8196;
        box-shadow: 0 0 0 2px #4f8196;
    }
}

@keyframes borderscale {
    50% {
        -webkit-box-shadow: 0 0 0 2px #4f8196;
        -moz-box-shadow: 0 0 0 2px #4f8196;
        box-shadow: 0 0 0 2px #4f8196;
    }
}

/*IE 10 / IE 11*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    section.dialog .content {
        height: 90%;
    }
}

/*IE 10 / IE 11*/




/*IE 9*/

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    section.dialog .content {
        height: 90%;
    }
}

/*IE 9*/

.ie9 main {
    display: block;
    height:100%;
    width:100%;
}

.login-bar .invalid-email-error {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
}

    .login-bar .invalid-email-error:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        background-image: url(../img/icons/e11e1e/Alert-Icon.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
    }

#divVerification {
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 15px;
}

#NTXAdvert-Dialog_dialog .candidate-dialog-top-section {
    font-size: 2rem;
    font-weight: 650;
}

.span-selected-name, .modern-ui-dropdown-option {
    font-size: 15px;
}
select {
    font-size: 15px;
}
#divSalaryRange {
    font-size: 14px;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

/*.search-container .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 1) !important;
}

.is-homepage .btn-blue:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 1) !important;
}*/


/*NETWORX RECRUITMENT STYLESHEET*/

/*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

::selection {
    background: #212529;
    text-shadow: none;
    color: rgba(255, 255, 255, 1);
}



@media screen and (max-height: 800px) {


    .job-search-overlay, .job-search-section-container {
        height: -moz-calc(100% - 136px) !important;
        height: -webkit-calc(100% - 136px) !important;
        height: -o-calc(100% - 136px) !important;
        height: calc(100% - 136px) !important;
    }

    .scroll-down-container {
        /*bottom: 80px !important;*/
    }

    .job-search-section-container.stuck .job-search-overlay {
        height: 55px !important;
    }

    .profile-pointers-container .container {
        height: -moz-calc(100% - 60px) !important;
        height: -webkit-calc(100% - 60px) !important;
        height: -o-calc(100% - 60px) !important;
        height: calc(100% - 60px) !important;
    }

    .login-dialogue-box {
        height: 90% !important;
    }

    .login-bottom-section {
        height: calc(100% - 100px) !important;
    }

    .login-bottom-content {
        height: calc(100% - 65px) !important;
    }

    .candidate-dialog-box {
        max-height: 650px !important;
    }

    .not-logged-in .job-search-section-container, .not-logged-in .job-search-overlay {
        height: calc(100% - 76px) !important;
    }
}

@media screen and (max-height: 700px) {

    .candidate-dialog-box {
        max-height: 600px !important;
    }
}

@media screen and (max-height: 650px) {

    .candidate-dialog-box {
        max-height: 500px !important;
    }
}

/*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/





/*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/

a {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

a[href*="http"],
a[href*="mailto"],
a[href*="tel"]{
    font-weight:bold;
}

.available-slots {
    padding: 0px;
}

.accessibility-statement h1, .accessibility-statement h2, .accessibility-statement h3, .accessibility-statement h4, .accessibility-statement h5, .accessibility-statement h6 {
    text-align: left;
    margin-top: 1rem;
}

.accessibility-statement ul {
    margin: 1rem 0 1rem 2rem;
}

    .accessibility-statement ul li {
        margin: 0 0 1rem;
    }

.account-renew {
    min-height: 80vh !important;
    width: 40vw !important;
    padding: 2rem 6rem;
    text-align: center;
}

@media only screen and (max-width: 1000px) {

    .account-renew {
        width: 90% !important;
        padding: 2rem 2rem;
        text-align: center;
    }
}

.account-renew-logo {
    margin: 1rem auto 4rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 120px;
    width: 100%;
    clear: both;
}

.account-renew-cross, .account-renew-tick {
    height: 4rem;
    width: 4rem;
    background-image: url(../img/icons/E11E1E/Close-Icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.account-renew-tick {
    background-image: url(../img/icons/4cab0c/tick.svg);
}

.account-renew h1 {
    display: inline-block;
    text-align: center;
}

.account-renew h2 {
    display: inline-block;
    text-align: center;
}

.account-renew img {
    margin: auto;
}

.action-hidden { 
    overflow-y: hidden;
}

.candidate-dialog-box .available-slots .ntx-button-location {
    background-image: url(../img/icons/5e5e5e/Location-Pin.svg);
    background-size: 15px;
}

    .candidate-dialog-box .available-slots .ntx-button-location:hover {
        text-decoration: underline !important;
        background-color: rgb(245, 248, 250);
    }

.ad-login-alert #adLoginDialog {
    display: none;
}

    .ad-login-alert #adLoginDialog.active {
        display: block !important;
        right: calc(-70px - 2.2rem);
        top: calc(30px + 1.4rem);
    }

    .ad-login-alert #adLoginDialog .overlay-close {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

.apoint-recruitment-technology-setup {
    background-image: url(../img/hero-images/recruiter/apoint-recruitment-technology.jpg);
}

.advanced-search-options-overlay, .refine-search-overlay, .verification-overlay, .login-overlay, .social-media-privacy-login-overlay, .profile-introduction {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 0%;
    width: 0%;
    background-color: rgba(255, 255, 255, 0.98);
    opacity: 0;
    visibility: hidden;
    z-index: 11;
}

    .advanced-search-options-overlay.active, .refine-search-overlay.active, .verification-overlay.active, .login-overlay.active, .social-media-privacy-login-overlay.active, .profile-introduction.active, .candidate-dialog.active {
        height: 100%;
        width: 100%;
        opacity: 1;
        visibility: visible;
    }

    .advanced-search-options-overlay .container, .refine-search-overlay .container {
        width: 1000px;
        height: 100%;
    }

    .advanced-search-options-overlay .ntx-navigation-close-icon, .refine-search-overlay .ntx-navigation-close-icon {
        background-image: url(../img/icons/5e5e5e/close-icon.svg);
        position: relative;
        right: 0;
    }

    .advanced-search-options-overlay .h3, .refine-search-overlay .h3 {
        text-align: left;
        margin-bottom: 10px;
    }

.advanced-search-intro-details {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.advanced-search-input {
    border: none;
    border-bottom: 1px solid rgba(94, 94, 94, 1);
    background-color: transparent;
    padding: 15px;
    width: 100%;
    float: left;
    font-weight: 400;
    opacity: 0.5;
}

.advanced-search-options-container {
    margin-top: 30px;
}

.advanced-search-option-checkbox {
    float: left;
    width: 48%;
    margin-right: 2%;
    border-radius: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin-bottom: 15px;
    margin-top: 15px;
}

    .advanced-search-option-checkbox:nth-of-type(2n) {
        margin-right: 0;
    }

    .advanced-search-option-checkbox:hover {
        background-color: rgba(245, 248, 250,1);
    }

.advanced-search-option-label, .references-label {
    float: left;
    width: 100%;
    padding: 20px;
    padding-left: calc(35px + 0.6rem) !important;
    cursor: pointer;
}

.references-label {
    padding: 0px;
}

    .advanced-search-option-label:before, .references-label:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        border: 1px solid rgba(221, 221, 221, 1);
        width: 25px;
        height: 25px;
        float: left;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 20px;
        background-color: #ffffff;
        transform: translate(0,-50%);
    }

    .advanced-search-option-checkbox-input,
    .advanced-search-option-checkbox {
        position: relative;
    }

.advanced-search-option-checkbox-input, .references-checkbox-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.references-label-text {
    text-decoration: none !important;       
}

input[type=checkbox].advanced-search-option-checkbox-input:checked + label.advanced-search-option-label:before, input[type=checkbox].references-checkbox-input:checked + label.references-label:before {
    background-image: url(../img/icons/ffffff/tick.svg);
    background-color: rgba(76, 171, 12, 1);
}

input[type=checkbox].advanced-search-option-checkbox-input:not(:checked) + label.advanced-search-option-label:before, input[type=checkbox].references-checkbox-input:not(:checked) + label.references-label:before {
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-color: rgba(225, 30, 30, 0.25);
    background-size: 15px;
}

input[type=text].reference-name {
    width: 48%;
    padding: 8px 14px;
    border: 1px solid #cecece;
    text-rendering: optimizeLegibility;
    margin-bottom: 8px;
}

.advanced-search-options-container::-webkit-scrollbar, .ui-autocomplete.ui-front::-webkit-scrollbar, .login-bottom-content::-webkit-scrollbar {
    width: 10px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.advanced-search-options-container::-webkit-scrollbar-track, .ui-autocomplete.ui-front::-webkit-scrollbar-track, .login-bottom-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
}

.advanced-search-options-container::-webkit-scrollbar-thumb, .ui-autocomplete.ui-front::-webkit-scrollbar-thumb, .login-bottom-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(40,40,40,0.2);
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.25);
}

    .advanced-search-options-container::-webkit-scrollbar-thumb:hover, .ui-autocomplete.ui-front::-webkit-scrollbar-thumb:hover, .login-bottom-content::-webkit-scrollbar-thumb:hover {
        background: rgba(40,40,40,0.35);
    }


.job-search-image.apoint-recruitment-technology {
    background-image: url(../img/hero-images/recruiter/apoint-recruitment-technology.jpg);
}

.job-search-image.assets-header-image {
    background-image: url(../img/hero-images/recruiter/assets-header-image.jpg);
}

.assets-container {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.auth-password.login-bottom-content {
    -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box !important; /* Firefox, other Gecko */
    box-sizing: border-box !important; /* Opera/IE 8+ */
    padding: 15px 0 0;
    top: 0;
    height: auto;
}

    .auth-password.login-bottom-content * {
        -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box !important; /* Firefox, other Gecko */
        box-sizing: border-box !important; /* Opera/IE 8+ */
    }

    .auth-password.login-bottom-content input {
        margin-bottom: 20px;
    }

        .auth-password.login-bottom-content input:first-of-type {
            margin-top: 20px;
        }

#ad-account-dialog_dialog > div.dialogue-content div.candidate-dialog-bottom-content {
    padding: 0px;
}

.app-form-questions h2 {
    font-weight: bold;
}

.app-form-questions {
    padding: 0px;
}

.app-form-questions:nth-child(1) {
    padding:50px;
}

#div-main-application .app-form-questions {
    padding:0;
}

.login-bar .login-bar-popup ul ul.asm-dropdown {
    width: 100%;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    padding: 0;
    overflow-x: hidden;
    z-index: 2;
}

.login-bar .login-bar-popup td.login-item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

    .login-bar.login-bar-popup td.login-item .app-continue-button#LoginButton {
        width: 100%;
        text-align: left;
        border-radius: 0 !important;
        padding: 10px 50px !important;
        background-image: url(../img/icons/ffffff/Mail-Icon.svg);
        background-size: 25px;
        background-position: 15px 50%;
        background-repeat: no-repeat;
    }

    .login-bar .login-bar-popup td.login-item:last-of-type {
        margin-bottom: 0;
    }

    .login-bar .login-bar-popup td.login-item .login-email-prompt {
        text-align: center;
        margin-bottom: 10px;
    }

    .login-bar .login-bar-popup td.login-item input {
        width: 100%;
        border: 1px solid #dddddd;
        padding: 15px;
    }

.login-item .invalid-email-error {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
}

.login-item .privacy-policy-not-selected-social-media {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
}

.login-item .invalid-email-error:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(../img/icons/e11e1e/Alert-Icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.login-item .privacy-policy-not-selected-social-media:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(../img/icons/e11e1e/Alert-Icon.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.login-bar .login-bar-popup ul ul.asm-dropdown li {
    padding: 10px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

    .login-bar .login-bar-popup ul ul.asm-dropdown li:hover, .login-bar .login-bar-popup ul ul.asm-dropdown li.is-highlighted {
        text-decoration: underline;
        background-color: rgb(255, 255, 255);
        border-top: 1px solid rgb(221, 221, 221);
        border-bottom: 1px solid rgb(221, 221, 221);
    }

    @media only screen and (max-wdith: 767.98px){
        .AdvertParentContainer ul{
            margin: 20px 0px!important;
        }
    }

/*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/





/*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/


body.client-candidate-account .header-banner {
    display: none;
}

.body-nav-active {
    overflow: hidden;
}

.bottom-section {
    float: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0px 0px 4px 4px;
}

.bounce {
    /*-moz-animation: bounce 2.5s infinite;
    -webkit-animation: bounce 2.5s infinite;
    animation: bounce 3s infinite;*/
}

body.no-scroll {
    overflow: hidden;
}

.border-bottom {
    border-bottom: 1px solid #999;
}

    button.button {
        display: inline-block;
        padding: 10px 30px 10px 30px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #dddddd;
        -ms-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background-color: rgb(255, 255, 255);
        color: rgb(40, 40, 40);
        text-transform: uppercase;
        font-weight: 500;
    }

        button.button.primary {
            background-color: rgb(77, 171, 13);
            color: rgb(255, 255, 255);
        }

            button.button.primary:hover {
                background-color: rgba(77, 171, 13, 0.75);
            }

        button.button:disabled {
            background-color: #e4e4e4;
            color: #282828;
        }

            button.button:disabled:hover {
                text-decoration: none;
            }

/*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/





/*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/

.cand-a-container {
    float: left;
    width: 100%;
}

    .cand-a-container .h2 {
        font-weight: 400;
        margin-bottom: 10px;
    }

        .cand-a-container .h2 span {
            font-weight: 600;
        }

    .cand-a-container .h3 {
        font-weight: 400;
        padding-left: 0;
        text-align: left;
        margin-bottom: 0;
    }

.candidate-account-navigation li {
    font-weight: 500;
    padding: 20px 20px 20px 20px;
    clear: both;
    border-bottom: 1px solid rgb(221, 221, 221);
    cursor: pointer;
    background: rgba(0, 0, 0, 0) none no-repeat 320px center;
}

.candidate-account-navigation ul li.selected, .candidate-account-navigation ul li:hover {
    background-color: rgb(255, 255, 255);
}

.candidate-account-navigation .li-nav-icon {
    border-radius: 0px;
}

.candidate-attraction-social-media-logo {
    background-repeat: no-repeat;
    background-position: left 50%;
    background-size: contain;
}

    .candidate-attraction-social-media-logo.linkedin-logo {
        background-image: url(../img/misc/linkedin-logo.svg);
        width: 130px;
        height: 50px;
    }

    .candidate-attraction-social-media-logo.facebook-logo {
        background-image: url(../img/misc/facebook-logo.svg);
        width: 130px;
        height: 50px;
    }

    .candidate-attraction-social-media-logo.twitter-logo {
        background-image: url(../img/misc/twitter-logo.svg);
        width: 130px;
        height: 40px;
    }

    .candidate-attraction-social-media-logo.glassdoor-logo {
        background-image: url(../img/misc/glassdoor-logo.svg);
        width: 130px;
        height: 40px;
    }

.job-search-image.candidate-attraction-setup, .promoted-content-image.candidate-attraction-setup {
    background-image: url(../img/hero-images/recruiter/candidate-attraction-setup.jpg);
}

.candidate-dialog {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 0%;
    width: 0%;
    background-color: rgba(45, 45, 45, 0.75);
    opacity: 0;
    visibility: hidden;
    z-index: 12;
}

.candidate-dialog:not(.active)
{
    display:none;
}

    .candidate-dialog input {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        margin-right: 8px;
    }

        .candidate-dialog input[type="checkbox"]:not(.privacy-policy-checkbox) {
            /*display: none;*/
        }

        .candidate-dialog input[type="checkbox"]#chkNonUK {
            display: inline-block;
        }


    .candidate-dialog .your-profile-action-buttons-section.references .ntx-button {
        margin-bottom: 0;
        float: left;
    }


label.checkbox:before {
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    border: 1px solid rgb(221, 221, 221);
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 20px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.checkbox-container label.checkbox.valid:before, .checkbox-container label.checkbox.checked:before {
    background-image: url(../img/icons/ffffff/tick.svg);
    background-color: rgb(76, 171, 12);
}

.candidate-dialog .container {
    height: 100%;
}

.candidate-dialog-box {
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    width: 700px;
    max-height: 700px;
    max-width:100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

    .candidate-dialog-box .ntx-button-right, #ViewProfileWizard .ntx-button-right, #AddJobAlerts .ntx-button-right {
        padding-right: 25px !important;
        text-align: left !important;
    }

    .candidate-dialog-box .ntx-button, #ViewProfileWizard .ntx-button, #AddJobAlerts .ntx-button {
        background-size: 20px;
        background-position: left 20px center;
    }

    .candidate-dialog-box .reference-item .references-content {
        padding-top: 20px;
    }

    /*.candidate-dialog-box .ntx-button-back {
    background-image: url(../img/icons/ffffff/left-arrow.svg);
}

.candidate-dialog-box .ntx-button-email {
    background-image: url(../img/icons/ffffff/Mail-Icon.svg);
}

.candidate-dialog-box .ntx-button-save
{
    
    background-image: url(../img/icons/ffffff/save-icon.svg);
}

.candidate-dialog-box .ntx-button-slots-icon
{
    
    background-image: url(../img/icons/5e5e5e/calendar-icon.svg);
}

.candidate-dialog-box .ntx-button-cancel, #AddJobAlerts .ntx-button-cancel
{
    background-image: url(../img/icons/ffffff/close-icon.svg);
}

.candidate-dialog-box .ntx-button-location
{
    background-image: url(../img/icons/ffffff/Location-Pin.svg);
}

.candidate-dialog-box .ntx-button-tick, .disc-locations-dialog .ntx-button-tick, #ViewProfileWizard .ntx-button-tick, #AddJobAlerts .ntx-button-tick
{
    background-image: url(../img/icons/ffffff/tick.svg);
}*/

    .candidate-dialog-box .ntx-button-ok {
        background-color: rgba(76, 171, 12, 1);
        /*background-image: url(../img/icons/ffffff/tick.svg);*/
    }

    .candidate-dialog-box .ntx-button-save:hover {
        background-color: rgba(115, 204, 54, 1);
    }

    .candidate-dialog-box .ntx-button-ok:hover {
        background-color: rgba(115, 204, 54, 1);
    }

.candidate-dialog-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    position: absolute;
    top: -20px;
    right: -20px;
    float: left;
    background-color: rgba(45, 45, 45, 0.9);
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer;
    z-index: 2;
}

.candidate-dialog-top-section {
    float: left;
    width: 100%;
    padding: 15px 25px;
    background-color: rgba(248, 248, 248, 1);
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.candidate-dialog-bottom-section {
    float: left;
    width: 100%;
    height: -moz-calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    height: -o-calc(100% - 70px);
    height: calc(100% - 70px);
    border-radius: 0px 0px 5px 5px;
}

.candidate-dialog-bottom-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 6px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding: 25px;
}

.candidate-dialog-form {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .candidate-dialog-form.no-margin-top {
        margin-top: 0;
    }

.candidate-dialog-box a {
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
}

.candidate-dialog-box .question {
    margin-bottom: 20px;
}

.candidate-dialog-box .question:last-of-type
{
    margin-bottom:0;
}

.candidate-dialog .h3, .candidate-dialog .h4, .candidate-dialog .h5, .candidate-dialog .h6 {
    text-align: left;
}

.candidate-dialog-title {
    text-align: left;
}

.candidate-dialog-actions {
    width: 100%;
    margin-top: 20px;
}

.candidate-dialog-support-code {
    width: 100%;
    margin-top: 20px;
}

    .candidate-dialog-support-code a {
        font-weight: 700 !important;
        text-decoration: none !important;
    }

.support-code-processing {
    width: 100%;
    text-align: center;
}

.support-code-display {
    padding: 10.5px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(40,40,40,0.75);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(40,40,40,0.75);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border: 3px solid #0B5699;
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.candidate-dialog-content ul:not(.drop-down-itemsbox) {
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.candidate-dialog-content ul:last-of-type {
    padding-bottom: 0;
}

.candidate-profile-container {
    width: 100%;
    background-color: rgb(248, 248, 248);
    padding: 25px 50px;
    border: 1px solid rgb(221, 221, 221);
    position: relative;
    margin-bottom: 20px;
}

    .candidate-profile-container table {
        width: 100%;
    }

    .candidate-profile-container:last-child {
        margin-bottom: 40px;
    }

    .candidate-profile-container .h6 {
        text-align: left;
        padding-left: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid rgb(221, 221, 221);
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .candidate-profile-container td:first-of-type {
        width: 125px;
        vertical-align: top;
    }

    .candidate-profile-container td:nth-of-type(2) {
        width: -moz-calc(100% - 125px) !important;
        width: -webkit-calc(100% - 125px) !important;
        width: -o-calc(100% - 125px) !important;
        width: calc(100% - 125px) !important;
    }

    .candidate-profile-container ol, .candidate-profile-container ul {
        padding: 20px;
        font-weight: 500;
    }

        .candidate-profile-container ol li, .candidate-profile-container ul li {
            padding-bottom: 20px;
        }

            .candidate-profile-container ol li:last-of-type, .candidate-profile-container ul li:last-of-type {
                padding-bottom: 0px;
            }

    .candidate-profile-container a {
        font-weight: 700;
        color: #0B5699;
        cursor: pointer;
    }

.cand-acc-container {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

    .cand-acc-container .header-banner .container .client-logo {
        height: 45px;
    }

    .cand-acc-container .client-logo {
        height: 45px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
        width: 185px;
        float: left;
        display: block;
    }

    .cand-acc-container .user-details {
        padding: 0;
    }

.candidate-account-email-logo-container .client-logo {
    width: 100%;
    float: left;
    background-position: 50%;
}

.candidate-account-email-ntx-button-container .ntx-button.user-account-button {
    color: rgb(255, 255, 255) !important;
    float: left;
    width: 100%;
    text-align: center;
}

.candidate-account-email-ntx-button-container {
    width: 30%;
    margin: 0 auto;
    margin-top: 20px;
}

.center {
    float: left;
    width: 380px;
    margin-left: 30px;
    margin-right: 30px;
}

.checkbox-container label, .question-response .checkbox-container label, .question-response .checkbox-container label.required {
    position: relative;
    padding: 8px 45px 8px 45px;
}

    .checkbox-container label:before, .question-response .checkbox-container label.required:before {
        top: 50%;
        left: 7.5px;
        position: absolute;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

.check-box-container {
    display: inline-block;
}

    .check-box-container input[type="checkbox"] {
        width: 0;
        height: 0;
        opacity: 0;
    }

        .check-box-container input[type="checkbox"] + label {
            cursor: pointer;
            padding: 0px;
            display: inline-block;
        }

            .check-box-container input[type="checkbox"] + label span {
                margin-right: 15px;
            }

                .check-box-container input[type="checkbox"] + label span:first-of-type {
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer;
                    border: 3px solid #ddd;
                    width: 25px;
                    height: 25px;
                    float: left;
                    border-radius: 5px;
                    background-repeat: no-repeat;
                    background-position: 50%;
                    background-size: 15px;
                    background-color: #fff;
                }

        .check-box-container input[type="checkbox"]:checked + label span {
            background-image: url(../img/icons/ffffff/tick.svg);
            background-color: #4cab0c;
        }

.clients-pre-footer {
    float: left;
    width: 100%;
    background-color: rgb(236, 236, 236);
    padding: 40px 0;
    position: relative;
    top: -2px;
    border-top: 1px solid rgba(221, 221, 221, 1);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .clients-pre-footer .client-logo {
        margin: 0 auto;
        float: none;
        background-position: 50%;
    }

.clean-table, .clean-table tr, .clean-table tr td {
    border: 0 none;
    padding: 0;
    margin: 0;
    vertical-align: central;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

    .container.recruiter-top-section-content {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

.contact-consent {
    width: 304px;
    line-height: 30px;
    border-radius: 0;
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
}

.client-logo-container {
    width: 200px;
    float: left;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 20px;
    height: 75px;
    top: 50px;
    z-index: 3;
    padding: 10px;
}

.client-logo {
    float: left;
    background-repeat: no-repeat;
    background-position: left 50%;
    background-size: contain;
    width: 180px;
    height: 55px;
}


.clear {
    clear: both;
}

.job-search-image.contact-us-header-image {
    background-image: url(../img/hero-images/recruiter/contact-us-header-image.jpg);
}

.contact-us-step {
    float: left;
    width: 100%;
    height: 50px;
    margin-top: 40px;
}

.contact-us-step-border {
    margin: 0 auto;
    width: 90%;
    height: 1px;
    background-color: #5e5e5e;
}

.contact-us-step-number {
    border-radius: 100%;
    background-color: #5e5e5e;
    position: relative;
    width: 50px;
    height: 50px;
    top: -25px;
    margin: 0 auto;
}

    .contact-us-step-number span {
        color: #FFF;
        text-align: center;
        width: 100%;
        float: left;
        height: 50px;
        line-height: 50px;
    }

.contact-us-item {
    width: 30%;
    float: left;
    text-align: center;
    padding: 15px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    cursor: pointer;
    border-radius: 10px;
}

    .contact-us-item.active {
        background-color: rgba(115, 204, 54, 0.25);
    }

    .contact-us-item.center {
        margin-left: 5%;
        margin-right: 5%;
    }

.contact-us-items {
    float: left;
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.contact-dynamic {
    display: none;
}

    .contact-dynamic.selected {
        display: block;
    }

        .contact-dynamic.selected form#formContactUsForm {
            margin-top: 0;
        }

    .contact-dynamic span {
        font-weight: 500;
    }

    .contact-dynamic.three a {
        font-weight: 500;
        color: #ff6600;
    }

    .contact-dynamic.three p {
        text-align: center;
    }


.credentials-include {
    float: left;
    width: 33%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

    .credentials-include.incensu {
        background-image: url(../img/misc/Incensu-Logo.svg);
    }

    .credentials-include.national-housing-federation {
        background-image: url(../img/misc/Sponsors-Of-National-Housing-Federation-Logo.svg);
    }

    .credentials-include.charity-people-culture {
        background-image: url(../img/misc/Sponsors-Of-Charity-People-And-Culture-Logo.svg);
    }

.candidate-profile-onboarding-alert {
    padding: 10px 10px 10px 80px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(0,0,0,0.05) url(../img/icons/4cab0c/hand-shake-icon.svg) no-repeat 10px center;
    background-size: 50px;
    width: 100%;
    min-height: 70px;
}

.candidate-profile-message-error {
    padding: 10px 10px 10px 80px;
    margin-bottom: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(0,0,0,0.05) url(../img/icons/e11e1e/alert-icon.svg) no-repeat 10px center;
    background-size: 50px;
    float: left;
    width: 100%;
    min-height: 70px;
}

.candidate-profile-message-alert {
    padding: 1rem 1rem 1rem 50px;
    background: rgb(243, 224, 128) url(../img/icons/5e5e5e/alert-icon.svg) no-repeat 10px center;
    background-size: 30px;
    margin-bottom: 10px;
    color: #5E5E5E;
}

    /*.candidate-profile-message-alert:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../img/icons/e11e1e/alert-icon.svg);
        background-repeat: no-repeat;
    }*/

.candidate-profile-message-help {
    padding: 10px;
    background-color: rgba(41, 143, 206, 1);
    margin-bottom: 10px;
    color: #fff;
}

.candidate-profile-message-success {
    padding: 10px 10px 10px 80px;
    margin-bottom: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(0,0,0,0.05) url(../img/icons/4cab0c/tick.svg) no-repeat 10px center;
    background-size: 50px;
    float: left;
    width: 100%;
    min-height: 70px;
}

#CV-Upload .ntx-button.upload-cv-button {
    float: left;
    margin: 20px 0;
}

.CVBlock .user-details {
    width: 100%;
    padding: 0;
}

.candidate-dialog .CVBlock input[type="checkbox"] {
    display: block;
}

.client-candidate-account .user-navigation {
    top: 0px !important;
}

.client-candidate-account .job-acc-container {
    top: 30px !important;
}

.control-container {
    position: relative;
    float: left;
    width: 100%;
    /*overflow-y: auto;
    overflow-x: hidden;*/
}

    .control-container .main-search-input {
        box-shadow: none;
        border: 1px solid #DDD;
        width: 100%;
        padding: 12px;
        padding-left: 50px;
    }

.candidate-contact-form {
    float: left;
    width: 100%;
    border: 1px solid #dddddd;
    padding: 30px;
    margin-top: 50px;
    border-radius: 5px;
    background-color: rgb(245, 248, 250);
}

    .candidate-contact-form h1.h6 {
        text-align: center;
        font-weight: 400;
    }


#divCandidateEmailVerification { 
    margin-bottom:30px;
}

#divCandidateEmailVerification .ntx-button {
    margin-left: 10px;
    margin-right: 0;

}

    #divCandidateEmailVerification .ntx-button:last-of-type {
        margin: 0;
    }

form.candidate-contact-form p {
    margin-bottom: 20px;
}

form.candidate-contact-form input, form.candidate-contact-form textarea {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: .875rem;
    border: 1px solid rgb(221, 221, 221);
    font-family: 'Roboto',sans-serif;
}

form.candidate-contact-form .captcha-input-wrapper {
    float: left;
    width: 100%;
}

form.candidate-contact-form .cta {
    background: rgba(255,102,0,.8);
    border-radius: 6px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    cursor: pointer;
    min-width: 15rem;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    text-align: center;
    margin: 0;
    float: left;
    width: calc(100% - 324px);
    margin-left: 20px;
    display: block;
    min-width: initial;
    padding: 28px 10px;
    position: relative;
}

    form.candidate-contact-form .cta:hover {
        background: rgb(255, 102, 0);
        box-shadow: 2px 2px 4px rgba(0,0,0,.4);
        text-decoration: underline;
    }

    form.candidate-contact-form .cta.disabled {
        background-color: rgb(197, 197, 197) !important;
        text-decoration: none !important;
        box-shadow: none !important;
        cursor: not-allowed;
    }

form.candidate-contact-form .captcha-input-wrapper a.cta.disabled .tooltip-text {
    display: block;
}

form.candidate-contact-form .captcha-input-wrapper a.cta .tooltip-text {
    visibility: hidden;
    width: 220px;
    background-color: rgba(40,40,40,.9);
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 10px;
    padding: .5rem;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 50%;
    margin-left: -110px;
    opacity: 0;
    transition: opacity 1s;
    font-weight: 500;
    display: none;
}

    form.candidate-contact-form .captcha-input-wrapper a.cta .tooltip-text:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        border-width: 5px;
        border-style: solid;
        border-color: rgba(40,40,40,.9) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
    }

form.candidate-contact-form .captcha-input-wrapper a.cta:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}

/*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/

/*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/

.divider-hr {
    width: 100%;
    display: block;
    margin: 20px 0;
    float: left;
}

.divider-text {
    text-align: center;
    position: relative;
    width: 309px;
}

    .divider-text:before, .divider-text:after {
        content: "";
        position: absolute;
        height: 0.5em;
        border-bottom: 1px solid #666;
        top: 0;
        width: 100px;
    }

    .divider-text:before {
        left: 0%;
    }

    .divider-text:after {
        right: 0%;
    }

#divQuickApplyOptions input[type="checkbox"] {
    display: inline-block;
}

#divQuickApplyOptions .checkbox-container input[type="checkbox"] {
    display: none;
}


.candidate-dialog input[type="checkbox"]#chkNonUK {
    display: inline-block;
}

.disc-locations-dialog {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 90%;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    border-radius: 5px;
    margin: 0 auto;
    width: 90%;
}

#divProfile .h3, #divMain .h3 {
    text-align: left;
    padding: 20px 0 0 0;
}

.disc-locations-dialog .ntx-button.primary-green.ntx-button-right {
    padding-right: 25px !important;
    padding-left: 25px !important;
    text-align: left;
    background-size: 20px;
    background-position: left 20px center;
    position: relative;
    top: -5px;
}

.demo-request-container {
    margin: 0 auto;
    width: 90%;
    height: 100%;
    position: relative;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(248, 248, 248);
}

    .demo-request-container:before {
        content: '';
        background-color: rgba(40, 40, 40, 0.35);
        float: left;
        position: absolute;
        width: 35%;
        height: 100%;
        top: 0;
        z-index: 2;
        border-radius: 5px 0 0 5px;
    }

    .demo-request-container:after {
        content: '';
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        background-image: url(../img/hero-images/recruiter/demo-request-image.jpg);
        float: left;
        position: absolute;
        width: 35%;
        left: 0;
        height: 100%;
        top: 0;
        z-index: 1;
        border-radius: 5px 0 0 5px;
    }

.demo-request-right {
    float: left;
    width: 65%;
    padding: 20px 40px;
    position: relative;
    left: 35%;
}

.demo-request-form-container .h6 {
    text-align: left;
}


.demo-request-form-container input {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px solid rgb(221, 221, 221);
}

.demo-request-form-container .ntx-button.primary-green {
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
}


.demo-request-form-container table {
    float: left;
    width: 100%;
}

.demo-request-checkbox-content {
    float: left;
    width: 75%;
    font-weight: 500;
}

    .demo-request-checkbox-content:nth-of-type(1) {
        padding-right: 30px;
    }

    .demo-request-checkbox-content:nth-of-type(2) {
        padding-left: 30px;
        width: 25%;
    }

.demo-request-checkbox-container {
    float: left;
    width: 100%;
    margin-top: 25px;
    padding: 0 5px;
}


.demo-request-toggle {
    position: absolute;
    visibility: hidden;
    display: none;
}

input.demo-request-toggle-round + label {
    padding: 2px;
    width: 70px;
    height: 35px;
    background-color: rgb(221, 221, 221);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    float: left;
}

.demo-request-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.demo-request-toggle-round + label:before {
    right: 1px;
    background-color: rgb(255, 171, 158);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
    float: left;
    width: 65px;
}

input.demo-request-toggle-round + label:before, input.demo-request-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 2px;
    bottom: 1px;
    content: "";
}

label.checkbox input {
    display: none;
}


input.demo-request-toggle-round + label:after {
    width: 33px;
    background-color: rgb(255, 255, 255);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
}

input.demo-request-toggle-round + label:before, input.demo-request-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

input.demo-request-toggle-round:checked + label.demo-request-checkbox-item-label.references-label:before {
    background-color: rgb(76, 171, 12);
    background-image: none;
}

input.demo-request-toggle-round:not(:checked) + label.demo-request-checkbox-item-label.references-label:before {
    background-color: rgb(225, 30, 30);
    background-image: none;
}


input.demo-request-toggle-round:checked + label:before {
    background-color: rgb(140, 225, 150);
}

input.demo-request-toggle-round:checked + label:after {
    margin-left: 40px;
}


.demo-request-checkbox-item {
    float: left;
    width: 20%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.demo-request-checkbox-item-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    display: none;
}

.demo-request-checkbox-item-label {
    float: left;
    width: 100%;
    padding: 120px 20px 20px 20px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid rgb(221, 221, 221);
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
}

    .demo-request-checkbox-item-label.candidate-attraction-services {
        background-image: url(../img/icons/5e5e5e/candidate-search.svg);
        background-position: 50% 30px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label.candidate-management-services {
        background-image: url(../img/icons/5e5e5e/managing-applications-icon.svg);
        background-position: 50% 40px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label.recruitment-technology {
        background-image: url(../img/icons/5e5e5e/networx-swoosh.svg);
        background-position: 50% 40px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label.public-sector-recruitment {
        background-image: url(../img/icons/5e5e5e/Charities-Icon.svg);
        background-position: 50% 40px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label:before {
        content: "";
        position: absolute;
        top: -15px;
        right: -15px;
        border: 1px solid rgb(221, 221, 221);
        width: 30px;
        height: 30px;
        float: right;
        margin-right: 0;
        border-radius: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 20px;
        background-color: rgb(255, 255, 255);
    }

.demo-request-checkbox-item:hover .demo-request-checkbox-item-label, input[type=checkbox].demo-request-checkbox-item-input:checked + label.demo-request-checkbox-item-label {
    background-color: rgb(245, 248, 250);
}

    input[type=checkbox].demo-request-checkbox-item-input:checked + label.demo-request-checkbox-item-label:before {
        background-image: url(../img/icons/ffffff/tick.svg);
        background-color: rgb(76, 171, 12);
    }

#divNoPopupCVURL a {
    color: #0c62ab;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    text-decoration: underline;
}

/*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/


/*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/

.equality-diversity-desk {
    background-image: url(../img/hero-images/recruiter/equality-diversity-desk.jpg);
}

.error-board h2 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 400;
    padding: 75px 0;
    margin: 0;
}

.external-assets-image {
    background-image: url(../img/hero-images/recruiter/iphone-laptop-setup.jpg);
}

.error-image {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 350px;
    float: left;
    background-image: url(../img/misc/error-board.svg);
    background-position: 50%;
    position: relative;
}

    .error-board .H2 {
        color: rgb(255, 255, 255);
        position: absolute;
        top: 67px;
        margin-bottom: 0;
        left: 170px;
        text-align: center;
        width: 195px;
    }

.job-search-image.error-background {
    background-image: url(../img/hero-images/disciplines/IT-and-Telecoms/Software-Developer/Software-Developer-1.jpg);
}

.error-page-links-container {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .error-page-links-container .ntx-button.user-account-button {
        color: rgb(255, 255, 255);
    }

.email-link-varification-container {
    width: 900px;
    margin: 30px auto;
    border-radius: 0px;
    border: 1px solid #dddddd;
    background: #FFF;
    padding: 30px;
}

.email-link-varification-message {
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}

.email-link-varification-container .client-logo {
    height: 100px;
    width: 100%;
    margin-bottom: 20px;
    background-position: 50%;
    padding-bottom: 10px;
    background-size: contain;
    position: relative;
}

/*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/


/*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/

footer a[href*="http"] {
    font-weight:normal;
}

form#formReference p {
    margin-bottom: 0;
    padding-bottom: 10px;
}

    form#formReference p:last-of-type {
        padding-bottom: 0;
    }

.form-full-width {
    float: left;
    width: 100%;
}

.form-half-content {
    float: left;
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

    .form-half-content input, .form-third-content input {
        float: left;
        width: 100%;
        padding: 20px;
        border: 1px solid #dddddd;
    }

.form-third-content {
    float: left;
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.full-width{
    width:100% !important;
}

.further-jobs {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}

.further-jobs-container {
width: 380px;
border: 1px solid rgba(221, 221, 221, 1);
position: relative;
background-color: rgba(85, 85, 85, 1);
z-index: 0;
float: left;
margin-bottom: 30px;
height: 180px;
cursor: pointer;
overflow: hidden;
}

    .further-jobs-container.wide {
        margin-bottom: 0;
    }

.further-jobs-image {
    float: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(1,1);
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    background-image: url(../img/hero-images/disciplines/Marketing-and-PR/Marketing-PR-3.jpg);
}

.further-jobs-container:hover .further-jobs-image, .further-jobs-container:focus .further-jobs-image {
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
}

.further-jobs-image-overlay {
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(45, 45, 45, 0.68);
    position: absolute;
}

    /*.further-jobs-image-overlay.home-retail-group {
        background-color: rgba(23, 129, 127, 0.55);
    }

    .further-jobs-image-overlay.asthma-uk {
        background-color: rgba(120, 43, 144, 0.55);
    }

    .further-jobs-image-overlay.commonwealth {
        background-color: rgba(55, 55, 125, 0.55);
    }*/

.further-jobs-details {
    color: rgba(255, 255, 255, 1);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    z-index: 3;
    text-align: right;
}

.further-job-details-title {
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 2px rgba(45, 45, 45, 0.75), 0px 0px 1px rgba(0, 0, 0, 0.75);
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    text-align: right;
}

.further-job-details-view-jobs {
    text-shadow: 1px 1px 2px rgba(45, 45, 45, 0.75), 0px 0px 1px rgba(0, 0, 0, 0.75);
    color: rgba(255, 255, 255, 1);
}

.further-jobs-container:hover .further-job-details-view-jobs, .further-jobs-container:focus .further-job-details-view-jobs {
    text-decoration: underline;
}

.further-search-options, .recruiter-content {
    float: left;
    width: 100%;
    position: relative;
    top: -2px;
    z-index: 3;
    padding: 60px 0px;
    background-color: rgba(245, 248, 250, 1);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .further-search-options.stuck {
        top: 59px;
        margin-bottom: 44px;
    }


        .further-search-options.stuck .user-navigation {
            position: fixed;
            top: 100px;
        }

.find-us-on-glassdoor {
    width: 50%;
    margin: 0 auto;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/misc/find-us-on-glassdoor.svg);
    background-position: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.footer {
    float: left;
    width: 100%;
    background-color: rgba(40, 40, 40, 1);
    padding: 50px 0;
    position: relative;
    top: -2px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .footer hr {
        margin: 50px 0;
    }

.footer-col-left {
    float: left;
    width: 50%;
    color: #ffffff;
}

.footer-col-right {
    float: right;
    width: 50%;
    text-align: right;
}

    .footer-col-right a {
        color: #ffffff;
    }

.footer-link-border {
    width: 1px;
    height: 20px;
    margin: 0 20px;
    background-color: #ffffff;
    display: inline-block;
}

.footer-col {
    float: left;
    width: 25%;
    color: rgba(255, 255, 255, 1);
    padding: 0px 25px;
}

    .footer-col .ntx-logo {
        background-image: url(../img/ntx-elements/networx-logo-white.svg);
        cursor: default;
        width: 220px;
        height: 55px;
        display: block;
    }

    .footer-col:first-of-type {
        padding-left: 0;
    }

    .footer-col:last-of-type {
        padding-right: 0;
    }

    .footer-col ul {
        list-style: none;
        font-weight: 400;
    }

        .footer-col ul li {
            padding-bottom: 10px;
        }

            .footer-col ul li:last-child {
                padding-bottom: 0;
            }

            .footer-col ul li a, .footer-col-left a {
                color: rgba(255, 255, 255, 1);
                text-decoration: none;
            }

                .footer-col ul li a:hover, .footer-col ul li a:focus, .footer-col-left a:hover, .footer-col-left a:focus {
                    text-decoration: underline;
                }

.filter-section {
    padding: 30px 15px;
}


    .filter-section:nth-of-type(2) {
        border-top: 0 none !important;
    }

    .filter-section.suggested-disciplines {
        border-top: 1px solid rgba(221, 221, 221, 1);
    }


    .filter-section:first-of-type {
        padding-top: 0;
    }

    .filter-section:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }

    .filter-section .h3 {
        margin-bottom: 30px;
        text-align: left;
    }

.fileinput-button.fileupload {
    background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
    background-size: 25px 18px;
}

.favourite-jobs-added, .favourite-jobs-removed {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -10px;
    right: -20px;
    background-color: rgba(76, 171, 12, 1);
    border-radius: 100%;
    color: #ffffff;
    background-image: url(../img/icons/ffffff/tick.svg);
    background-size: 60%;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid #dddddd;
    visibility: hidden;
    opacity: 0;
}

.favourite-jobs-removed {
    background-image: url(../img/icons/ffffff/line.svg);
    background-color: red;
}

    .favourite-jobs-added.visible, .favourite-jobs-removed.visible {
        visibility: visible;
        opacity: 1;
    }

.favourite-jobs-container .candidate-dialog-bottom-section, .favourite-jobs-container .candidate-dialog-bottom-content {
    max-height: calc(700px - 70px);
}

.favourite-jobs-container .job-details {
    width: -moz-calc(100% - 225px);
    width: -webkit-calc(100% - 225px);
    width: -o-calc(100% - 225px);
    width: calc(100% - 225px);
    margin-top: 0;
}

.fine-print {
    font-style:italic;
    font-weight:bold;
}

    .fine-print a {
        font-weight: bold;
        color: #0c62ab;
    }

/*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/





/*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/

.has-border {
    border: 1px solid rgba(0,0,0,0.4);
}

.header-banner {
    float: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 15px 0;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    position: fixed;
    z-index: 10;
}

    .header-banner.recruiter .sub-container {
        width: 50%;
    }

        .header-banner.recruiter .sub-container .ntx-logo {
            float: left;
        }

    .header-banner .container {
        position: relative;
    }

.highlight {
    /*background-color: rgb(255, 255, 136);*/
}

.hidden {
    display: none;
}

html, body {
    height: 100%;
}

/*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/





/*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/

input {
    box-shadow: none;
    border: none;
    font-family: Roboto, sans-serif;
}

.internal-assets-image {
    background-image: url(../img/hero-images/recruiter/networx-laptop-homepage.jpg);
}

.policies-image {
    background-image: url(../img/hero-images/recruiter/policies-image.jpg);
}

.IAmAJobseeker {
    display: none;
}

    .IAmAJobseeker.active {
        display: block;
    }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: none !important;
    background-image: inherit !important;
}

.invalid-email-error {
    display: none;
}

/*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/

/*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/
.job-details {
    padding: 20px;
    margin-top: 20px;
    min-height: 200px;
}

    .job-details br {
        display: none;
    }

.job-results-container {
    float: left;
    width: 985px;
}

.job-results-sponsored-jobs-container {
    width: 300px;
    float: left;
    margin-left: 15px;
}

    .job-results-sponsored-jobs-container .sponsored-job-container {
        width: 200px;
        margin-bottom: 20px;
    }

        .job-results-sponsored-jobs-container .sponsored-job-container:last-child {
            margin-bottom: 0;
        }

    .job-results-sponsored-jobs-container .client-logo-container {
        left: 10px;
        width: 180px;
        top: 80px;
    }

        .job-results-sponsored-jobs-container .client-logo-container .client-logo {
            width: 160px;
            height: 50px;
        }

    .job-results-sponsored-jobs-container .sponsored-job-image-overlay, .job-results-sponsored-jobs-container .sponsored-job-image {
        height: 125px;
    }

    .job-results-sponsored-jobs-container .ntx-button.apply-now-icon {
        background-position: left 20px center;
    }

.job-title {
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.job-location span, .job-salary span, .job-expiry span {
    font-weight: 700;
}

.job-location, .job-salary, .job-expiry, .job-reference {
    margin-top: 10px;
    word-wrap: break-word;
}

.job-search-section-container {
    left: 0;
    z-index: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .job-search-section-container.stuck {
        z-index: 4;
    }

        .job-search-section-container.stuck .job-search-overlay {
            height: 55px;
            overflow: hidden;
            padding: 0;
        }

        .job-search-section-container.stuck .scroll-down-container {
            display: none;
            visibility: hidden;
            opacity: 0;
        }

        .job-search-section-container.stuck .job-search-image {
            height: 130px;
            position: fixed;
        }

.job-search-overlay .our-clients-item {
    float: none;
    width: 500px;
    height: 250px;
    margin: 0 auto;
}

.job-search-overlay .container {
    height: 100%;
}

.job-search-overlay {
    z-index: 2;
    width: 100%;
    float: left;
    padding: 20px 0;
    position: fixed;
    top: 76px;
    height: -moz-calc(75% - 74px);
    height: -webkit-calc(75% - 74px);
    height: -o-calc(75% - 74px);
    height: calc(75% - 74px);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background-color: rgba(44, 44, 44, 0.25);
}

    .job-search-overlay .h5 {
        text-align: left;
    }

    .job-search-overlay .contact-us-item {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

        .job-search-overlay .contact-us-item:last-of-type {
            margin-bottom: 0px;
        }

.job-search-image {
    height: 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    z-index: 1;
    position: fixed;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background-color: rgba(255, 255, 255, 1);
    background-image: url('../img/hero-images/locations/Locations-2.jpg');
}

    .job-search-image.argos {
        background-image: url(../img/our-clients/WellKnownBrands/Argos/argos-header.jpg);
    }

    .job-search-image.thorntons {
        background-color: #5e2d4f;
        background-image: none;
    }

    .job-search-image.hobbycraft {
        background-color: #4e3038;
        background-image: none;
    }

    .job-search-image.wilko {
        background-color: rgb(147, 26, 41);
        background-image: none;
    }

    .job-search-image.maplin {
        background-color: #00bce4;
        background-image: none;
    }

    .job-search-image.laterooms {
        background-color: #442c80;
        background-image: none;
    }

    .job-search-image.stonegate {
        background-image: url(../img/our-clients/Commercial/Stonegate/stonegate-header.jpg);
    }

    .job-search-image.london-city-airport {
        background-image: url(../img/our-clients/Commercial/London-City-Airport/london-city-airport-header.jpg);
    }

    .job-search-image.domestic-and-general {
        background-image: url(../img/our-clients/Commercial/Domestic-and-General/domestic-and-general-header.jpg);
    }

    .job-search-image.vitality {
        background-color: rgb(248, 17, 106);
        background-image: none;
    }

    .job-search-image.tlt-solicitors {
        background-color: rgb(1, 83, 119);
        background-image: none;
    }

    .job-search-image.wolters-kluwer {
        background-image: url(../img/our-clients/Commercial/Wolters-Kluwer/wolters-kluwer-header.jpg);
    }

    .job-search-image.mitsubishi-hitachi {
        background-color: #939598;
        background-image: none;
    }

    .job-search-image.tulip {
        background-image: url(../img/our-clients/Manufacturing/Tulip/tulip-header.jpg);
    }

    .job-search-image.doosan {
        background-color: #293986;
        background-image: none;
    }

    .job-search-image.lucite-international {
        background-color: #ed1261;
        background-image: none;
    }

    .job-search-image.yeo-valley {
        background-image: url(../img/our-clients/Manufacturing/Yeo-Valley/yeo-valley-header.jpg);
    }

    .job-search-image.tata-steel {
        background-color: #3d79ba;
        background-image: none;
    }

    .job-search-image.aster-group {
        background-image: url(../img/our-clients/Housing/Aster/aster-header.jpg);
    }

    .job-search-image.yorkshire-housing {
        background-color: #00b3e3;
        background-image: none;
    }

    .job-search-image.paradigm-housing {
        background-color: #00a8cb;
        background-image: none;
    }

    .job-search-image.knightstone {
        background-color: #0589bd;
        background-image: none;
    }

    .job-search-image.places-for-people {
        background-color: #015794;
        background-image: none;
    }

    .job-search-image.orbit-group {
        background-color: #1b4687;
        background-image: none;
    }

    .job-search-image.waterloo-housing {
        background-color: #1e72ba;
        background-image: none;
    }

    .job-search-image.curo-group {
        background-color: #c4d600;
        background-image: none;
    }

    .job-search-image.grand-union {
        background-color: #0076b7;
        background-image: none;
    }

    .job-search-image.watford {
        background-image: url(../img/our-clients/Housing/Watford/watford-header.jpg);
    }

    .job-search-image.north-hertfordshire {
        background-color: #5AB8DA;
        background-image: none;
    }

    .job-search-image.gateway-housing {
        background-color: #2a7953;
        background-image: none;
    }

    .job-search-image.pdsa {
        background-image: url(../img/our-clients/Charities/Pdsa/pdsa-header.jpg);
    }

    .job-search-image.fitzroy {
        background-image: url(../img/our-clients/Charities/Fitzroy/fitzroy-header.jpg);
    }

    .job-search-image.rethink-mental-illness {
        background-color: #1b9dd9;
        background-image: none;
    }

    .job-search-image.macintyre {
        background-color: #85146e;
        background-image: none;
    }

    .job-search-image.hestia {
        background-color: rgb(42, 56, 132);
        background-image: none;
    }

    .job-search-image.cornwall-hospice-care {
        background-color: #e50e63;
        background-image: none;
    }

    .job-search-image.ncg {
        background-image: url(../img/our-clients/Education/Ncg/ncg-header.jpg);
    }

    .job-search-image.cornwall-college {
        background-image: url(../img/our-clients/Education/Cornwall-College/cornwall-college-header.jpg);
    }

    .job-search-image.wiltshire-college {
        background-image: url(../img/our-clients/Education/Wiltshire-College/wiltshire-college-header.jpg);
    }

    .job-search-image.united-learning {
        background-image: url(../img/our-clients/Education/United-Learning/united-learning-header.jpg);
    }

    .job-search-image.future-schools-trust {
        background-image: url(../img/our-clients/Education/Future-Schools-Trust/future-schools-trust-header.jpg);
    }

    .job-search-image.whitgift-foundation {
        background-image: url(../img/our-clients/Education/Whitgift-Foundation/whitgift-foundation-header.jpg);
    }

    .job-search-image.mole-valley-farmers {
        background-image: url(../img/our-clients/Retail/Mole-Valley-Farmers/mole-valley-farmers-header.jpg);
    }

    .job-search-image.evans-cycles {
        background-image: url(../img/our-clients/Retail/Evans-Cycles/evans-cycles-header.jpg);
    }

    .job-search-image.one-stop {
        background-image: url(../img/our-clients/Retail/One-Stop/one-stop-header.jpg);
    }

    .job-search-image.home-retail-group {
        background-image: url(../img/our-clients/Retail/Home-Retail-Group/home-retail-group-header.jpg);
    }

    .job-search-image.homebase {
        background-image: url(../img/our-clients/Retail/Homebase/homebase-header.jpg);
    }




.job-alerts-banner {
    float: left;
    width: 100%;
    background-color: rgba(52, 52, 52, 1);
    padding: 45px 0;
    position: relative;
    top: 0;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

    .job-alerts-banner .ntx-button {
        display: inline-block;
        margin-top: 15px;
    }

.job-alerts-banner-icon {
    border-radius: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: -35px;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    left: 50%;
    background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 30px;
    z-index: 3;
}

.job-a-container, .job-r-container, .job-acc-container {
    float: left;
    width: 100%;
    position: relative;
    top: 136px;
    z-index: 3;
    padding: 60px 0px;
    background-color: rgba(245, 248, 250, 1);
}

.job-r-container {
    margin-bottom: 136px;
}

.job-a-header, .job-results-container-count {
    background-color: rgb(236, 236, 236);
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(221, 221, 221, 1);
}

    .job-a-header .container {
        width: 1100px;
        margin: 0 auto;
    }

.job-a-header, .job-results-container-count h2.fs-xs {
    font-weight:100;
}


    .job-a-main {
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 50px;
    border: 1px solid rgba(221, 221, 221, 1);
    border-top: none;
}

    .job-a-main.application {
        padding: 0;
    }

    .job-a-main .container {
        width: 709px;
        margin: 0 auto;
    }

.job-a-client-logo-container {
    width: 200px;
    height: 75px;
    float: left;
}

    .job-a-client-logo-container .client-logo {
        width: 200px;
        height: 75px;
    }

.job-a-actions-container {
    float: left;
    width: -moz-calc(100% - 230px);
    width: -webkit-calc(100% - 230px);
    width: -o-calc(100% - 230px);
    width: calc(100% - 230px);
    margin: 15px 0;
    padding-left: 40px;
}

    .job-a-actions-container .h2, .job-results-container .h2 {
        padding-bottom:0;
        margin-bottom:0;
    }

        .job-a-actions-container .h2 span, .job-results-container .h2 span {
            font-weight: 500;
        }

.job-results-client-actions .ntx-button {
    margin-bottom: 15px;
    padding-left: 45px;
}

    .job-results-client-actions .ntx-button:last-child {
        margin-bottom: 0;
    }

.job-a-main #NTXAppFormNav nav ul li button p {
    word-break: break-word;
}

.job-ap-nav, .job-results-refine-tools, .candidate-account-navigation {
    background-color: rgba(245, 248, 250, 1);
    border-right: 1px solid rgba(221, 221, 221, 1);
}

    .job-ap-nav ul {
        list-style: none;
    }

        .job-ap-nav ul li {
            padding: 30px 60px;
            border-bottom: 1px solid rgba(221, 221, 221, 1);
            background-color: rgba(245, 248, 250, 1);
            cursor: pointer;
            width: 301px;
            border-right: 1px solid rgba(221, 221, 221, 1);
            font-weight: 400;
            background-repeat: no-repeat;
            background-size: 30px;
            background-position: left 15px center;
        }

            .job-ap-nav ul li.unanswered {
                background-image: url(../img/icons/4cab0c/unanswered.svg);
            }

            .job-ap-nav ul li.incomplete {
                background-image: url(../img/icons/4cab0c/incomplete.svg);
            }

            .job-ap-nav ul li.answered {
                background-image: url(../img/icons/4cab0c/answered.svg);
            }

            .job-ap-nav ul li:hover, .job-ap-nav ul li:focus, .job-ap-nav ul li.active {
                background-color: rgba(255, 255, 255, 1);
                border-right: 1px solid rgba(255, 255, 255, 1);
            }

            .job-ap-nav ul li:last-child {
                border-bottom: none;
            }

.job-results-refine-tools {
    padding: 30px 15px;
    width:100%;
    max-width:300px;
}

.job-ap-content, .job-results-content, .candidate-account-content {
    padding: 40px 20px;
    background-color: rgba(255, 255, 255, 1);
}

.job-results-container-count, .job-a-header-container {
    padding: 15px 30px;
}

.page-wrapper .job-a-header-container {
    padding: 15px 0px;
}

.job-results-container-count-info {
    float: left;
    width: 70%;
    padding-right: 25px;
}

    .job-results-container-count-info .h2 {
        margin-bottom: 0;
    }

.job-a-header-client-logo-container {
    width: 230px;
    float: left;
}

    .job-a-header-client-logo-container .client-logo {
        float: none;
        margin: 0 auto;
        background-position: 50%;
        width: 200px;
        height: 75px;
    }

.job-results-client-actions {
    margin-right: 20px;
    width:250px;
}

.job-results-client-actions .ntx-cand-button,
.job-results-client-actions .ntx-button {
    width:100%;
    display:block;
}

.job-results-client-actions .ntx-button {
    text-align:left;
}

.job-results-content .job-details, .work-for-us-jobs-container .job-details, .your-profile-section .job-details {
    margin-top: 0;
    padding: 0;
}


.job-results-client-actions .client-logo {
    width: 100%;
    height: 75px;
    background-position: 50%;
    margin-bottom: 30px;
}


.job-title {
    color: rgba(12, 98, 171, 1);
    font-weight: 700;
    margin-bottom: 20px;
    cursor: pointer;
}

    .job-title span {
        color: rgba(40, 40, 40, 1);
        font-weight: 500;
    }

.docu-sign .job-title {
    font-weight: 500;
    margin-bottom: 20px;
}

.job-details.docu-sign {
    min-height: initial;
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 2px solid #dddddd;
}

.docu-sign .job-description .ntx-button {
    width: auto;
    float: left;
    word-break: break-word;
}

.job-location span, .job-salary span, .job-reference span, .job-expiry span {
    font-weight: 700;
}


.job {
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

    .job:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }

    .job:first-of-type {
        padding-top: 0;
    }

#ViewProfileWizard label input[type=radio] {
    margin-right: 5px;
}

/*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/





/*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/

.left {
    float: left;
    width: 380px;
}

.link {
    cursor: pointer;
    text-decoration: none;
}

    .link:hover {
        text-decoration: underline;
    }

    .link:disabled {
        cursor: not-allowed;
    }

.link-colour {
    color: #0B5699;
}

.link-myapps {
    padding-bottom: 20px;
}

.left-side-align {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.location-dropdown-container {
    position: relative;
    width: 48%;
    float: right;
}

.social-media-login-dialogue-box {
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    width: 370px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 310px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

.login-dialogue-box {
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    width: 630px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 700px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

    .login-dialogue-box.forgotten-password {
        box-shadow: none;
        top: auto;
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
    }

.login-bottom-content.forgotten-password {
    height: auto;
}

.login-container, .profile-pointers-container, .social-media-login-container {
    width: 100%;
    float: left;
    height: 100%;
}

    .login-container .container {
        height: 100%;
    }

.login-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    position: absolute;
    top: -20px;
    right: -20px;
    float: left;
    background-color: rgba(45, 45, 45, 0.9);
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer;
    z-index: 2;
}

.login-top-section {
    float: left;
    width: 100%;
    height: 100px;
}

.social-media-login-top-section {
    float: left;
    width: 100%;
    padding: 0px 25px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.login-top-overlay {
    background-color: rgba(44, 44, 44, 0.55);
    float: left;
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    border-radius: 5px 5px 0px 0px;
}

.login-top-image {
    float: left;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 75%;
    border-radius: 5px 5px 0px 0px;
    background-image: url(../img/hero-images/recruiter/macbook-login-image.jpg);
}

.login-bottom-section {
    float: left;
    width: 100%;
    height: 600px;
    border-radius: 0px 0px 5px 5px;
}

.login-user-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    border: 2px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    background-repeat: no-repeat;
    background-size: 75px;
    background-position: 50% bottom;
    background-image: url(../img/icons/5e5e5e/blank-user.svg);
    border-radius: 5px 5px 5px 5px;
    z-index: 2;
}

.login-panel-option .ntx-button {
    margin-top: 20px;
}

.login-bottom-content {
    position: relative;
    top: -15px;
    float: left;
    width: 100%;
    padding: 0px 25px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 530px;
    padding-bottom: 20px;
}

.social-media-login-bottom-content {
    position: relative;
    top: -15px;
    float: left;
    width: 100%;
    padding: 0px 25px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 530px;
    padding-bottom: 20px;
}

.login-bottom-content .main-search-input {
    box-shadow: none;
    border: 1px solid #DDD;
    width: 100%;
    margin-bottom: 15px;
    padding: 12px;
    padding-left: 50px;
}

.login-bottom-content .ntx-button.primary-green {
    text-align: center;
}

.login-options-main {
    width: 100%;
    min-height: 170px;
}

.login-panel-message {
    float: left;
    width: 100%;
    min-height: 259px;
}

.login-options {
    float: left;
    width: 31.33%;
    margin-right: 3%;
    margin-left: 3%;
    border: 1px solid rgba(221, 221, 221, 1);
    text-align: center;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 1);
    color: #282828;
    cursor: pointer;
}

    .login-options:first-child {
        margin: 0;
    }

    .login-options:last-child {
        margin: 0;
    }

    .login-options.active {
        background-color: rgba(255, 102, 0, 1);
        color: #ffffff;
    }

.login-panel {
    position: relative;
}

.login-panel-hidden {
    display: none !important;
}

.login-options-main .login-panel {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.login-panel-message p {
    margin-bottom: 20px;
}

.login-data-required {
    background-color: rgb(250, 230, 228) !important;
}

.app-header.login-header {
    position: relative !important;
    background: none !important;
    float: left !important;
}

    .app-header.login-header.forgotten-password {
        width: 100%;
    }

.load-more {
    width: 100%;
    background-image: url(../img/icons/5e5e5e/add-icon.svg);
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    background-position: 50%;
    cursor: pointer;
    float: left;
    margin-top: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 30px;
    position: relative;
}

    .load-more:before, .load-more:after {
        content: '';
        float: left;
        width: -webkit-calc(50% - 60px);
        width: -o-calc(50% - 60px);
        width: calc(50% - 60px);
        height: 1px;
        background-color: rgb(221, 221, 221);
        position: absolute;
        left: 0;
        top: 25px;
    }

    .load-more:after {
        right: 0;
        left: auto;
    }

.logo-container .job-title {
    display: none;
}

.li-nav-icon {
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: 50%;
    width: 20px;
    min-height: 32px;
    margin-right: 10px;
}

    .li-nav-icon.home {
        background-image: url(../img/icons/5e5e5e/Home-Icon.svg);
    }

    .li-nav-icon.my-profile {
        background-image: url(../img/icons/5e5e5e/Blank-User.svg);
    }

    .li-nav-icon.references {
        background-image: url(../img/icons/5e5e5e/disciplines-icon.svg);
    }

    .li-nav-icon.job-alerts {
        background-image: url(../img/icons/5e5e5e/Job-Alerts-Icon.svg);
    }

    .li-nav-icon.favourite-jobs {
        background-image: url(../img/icons/5e5e5e/Heart-Icon.svg);
    }

    .li-nav-icon.my-applications {
        background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
    }

    .li-nav-icon.my-interviews {
        background-image: url(../img/icons/5e5e5e/Calendar-Icon.svg);
    }

    .li-nav-icon.my-references {
        background-image: url(../img/icons/5e5e5e/Disciplines-Icon.svg);
    }

    .li-nav-icon.messages {
        background-image: url(../img/icons/5e5e5e/Message-Icon.svg);
    }

    .li-nav-icon.onboarding {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
    }

    .li-nav-icon.search-jobs {
        background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
    }

li-text {
    width: 208px;
    height: 100%;
}

.li-text {
    text-align: left;
}

.login-input-container {
    position: relative;
}

    .login-input-container .password-reveal-icon {
        position: absolute;
        right: 15px;
        top: 15px;
    }

/*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/




/*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/

.mt-3 {
    margin-top:30px !important;
}

main {
    display: block;
}

.main-search-container {
    width: 800px;
    margin: 0 auto;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
    top: calc(50% - 88px);
    transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    background-color:#555;
}

main .search-container .is-container{
    z-index:3 !important;
}

.main-search-input {
    border-radius: 5px;
    border: 0px solid rgba(221, 221, 221, 1);
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);*/
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    width: 48%;
    float: left;
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding-left: 50px;
}

    .main-search-input.keyword-search {
        margin-right: 2%;
        background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
        background-size: 20px;
    }

    .main-search-input.location-search {
        margin-left: 2%;
        background-image: url(../img/icons/5e5e5e/gps-icon.svg);
        background-size: 20px;
    }

    .main-search-input.email-address {
        background-image: url(../img/icons/5e5e5e/Email-Address-Icon.svg);
        background-size: 20px;
    }

    .main-search-input.password {
        background-image: url(../img/icons/5e5e5e/Password-Icon.svg);
        background-size: 20px;
    }

.main-search-button {
    float: left;
    width: 100%;
    background-color: rgba(255, 136, 57, 0.75);
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 15px rgba(40, 40, 40, 0.8);
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
}

    .main-search-button:hover, .main-search-button:focus {
        text-decoration: underline;
        background-color: rgba(255, 136, 57, 0.95);
    }

.main-search-further-search-options {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.main-search-advanced-button {
    border-radius: 5px;
    border: 2px solid rgba(221, 221, 221, 1);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px;
    width: 30%;
    float: left;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

    .main-search-advanced-button:hover, .main-search-advanced-button:focus {
        text-decoration: underline;
        background-color: rgba(255, 255, 255, 1);
    }

    .main-search-advanced-button.morph-search {
        min-height: 40px;
        position: absolute;
        z-index: 10000;
        top: 50px;
        right: 50px;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transition-property: min-height, width, top, right;
        transition-property: min-height, width, top, right;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
        transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    }

        .main-search-advanced-button.morph-search.open {
            width: 100%;
            min-height: 100%;
            top: 0px;
            right: 0px;
        }

    .main-search-advanced-button:nth-of-type(2) {
        margin-left: 5%;
        margin-right: 5%;
    }

.macbook-apoint-website {
    background-image: url(../img/realistic-mockups/macbook-apoint-website.png);
}

.mark-finished {
    font-weight: 700;
    padding-bottom: 20px;
}

.mb1 {
    margin-bottom: 1rem !important;
}

.mt1 {
    margin-top: 1rem !important;
}

.ml1 {
    margin-left: 1rem !important;
}

.mr1 {
    margin-right: 1rem !important;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.message-content br {
    margin-bottom: 5px !important;
    display: block;
    position: relative;
    height: 10px;
    content: '';
}

.mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.more-information-container {
    padding: 20px;
    float: left;
    width: 100%;
}

.mockup-image {
    background-repeat: no-repeat;
    background-position: right 50%;
    background-size: contain;
    width: 100%;
    height: 350px;
    float: left;
}

    .mockup-image.macbook-system {
        background-image: url(../img/realistic-mockups/macbook-system.png);
    }

    .mockup-image.iphone-mobile-advert {
        background-image: url(../img/realistic-mockups/iphone-mobile-advert.png);
    }

    .mockup-image.contact-us-floating-iphone {
        background-image: url(../img/realistic-mockups/contact-us-floating-iphone.png);
    }

    .mockup-image.imac-candidate-mockup {
        background-image: url(../img/realistic-mockups/imac-candidate-mockup.png);
        height: 450px;
        background-position: 50%;
    }





    .mockup-image.floating-macbook-website {
        background-image: url(../img/realistic-mockups/floating-macbook-website.png);
        height: 450px;
        background-position: 50%;
    }

    .mockup-image.floating-ipad-jobseeker {
        background-image: url(../img/realistic-mockups/floating-ipad-jobseeker.png);
    }




.my-filters-list li button {
    /*background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);*/
}

.my-filters-sub-header {
    float: left;
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
}

.my-filters-selected {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .my-filters-selected:last-of-type {
        margin-bottom: 0;
    }

.my-filters .primary-orange {
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

    .my-filters .primary-orange:last-child {
        margin-bottom: 0;
    }

.matching-criteria {
    padding-left: 20px;
}

/*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/





/*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/

.ntx-button-bigger {
    width: 100%;
    padding: 15px !important;
    margin: 20px 0;
}


.no-list-style
{
    list-style:none;
}

#NTXLoginBar table td span {
    display: none;
}

.has-multiple-checkboxes
{
    position:relative;
}

.has-multiple-checkboxes:after
{
    content:'';
    display:table;
    clear:both;
}

.has-multiple-checkboxes .ntx-checkbox
{
    /*width:auto;*/
}

.has-multiple-checkboxes .ntx-checkbox
{
    margin: 24px 24px 0 0;
}

.has-multiple-checkboxes .ntx-checkbox:last-of-type {
    margin-right: 0;
}

#NTXAdvert-Dialog_dialog .AdvertParentContainer {
    margin: 0 auto;
    box-sizing: initial;
}

.not-logged-in .further-search-options.stuck {
    top: 5px;
}

.not-logged-in #ntx-sticky-anchor {
}

.not-logged-in .user-navigation {
    display: none;
}

.not-logged-in .job-a-container {
    top: 0px;
}

.not-logged-in .job-r-container {
    top: 60px;
}


.navigation-content {
    float: left;
    width: 1000px;
}

ul.navigation {
    list-style: none;
    float: left;
    width: 1000px;
    position: absolute;
}

.navigation li {
    float: left;
    margin: 0 25px;
    font-weight: 500;
    border-bottom: 1px solid rgba(245, 248, 250, 1);
    cursor: pointer;
    position: relative;
}

#NTXAppFormQuestions UL {
    padding: 20px 40px;
}

.navigation li:hover, .navigation li:focus {
    border-bottom: 2px solid rgba(255, 136, 57, 1);
}

.navigation li a {
    padding: 10px 40px 18px 40px;
    display: block;
}

.navigation li.active {
    border-bottom: 2px solid rgba(255, 136, 57, 1);
}

.navigation li:first-child {
    margin-left: 0;
}

.navigation li:last-child {
    margin-right: 0;
}

.job-search-image.networx-recruitment-office {
    background-image: url(../img/hero-images/recruiter/networx-recruitment-office.jpg);
}

.promoted-content-item.image-item .promoted-content.no-padding-top {
    padding-top: 0;
}



.no-button {
    border: 0 none;
    background: transparent;
    cursor: pointer;
}

#NTXAdvert ul, #NTXAdvert-Dialog_dialog .AdvertParentContainer ul,
#NTXAdvert ol, #NTXAdvert-Dialog_dialog .AdvertParentContainer ol {
    margin-left: 2rem;
}

.ntx-mdl-container-intro {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 30px;
}

    .ntx-mdl-container-intro span {
        font-weight: 700;
    }

.ntx-mdl-content {
    float: left;
    width: 100%;
    margin-top: 50px;
}

    .ntx-mdl-content.testimonial .ntx-mdl-tabs {
        width: 50%;
    }

    .ntx-mdl-content.testimonial .ntx-mdl-container-image {
        width: 45%;
    }

.ntx-mdl-container-image {
    float: left;
    width: 35%;
    background-position: 50% top;
    background-repeat: no-repeat;
}

    .ntx-mdl-container-image.attracting-top-talent {
        background-image: url(../img/realistic-mockups/iPad-iPhone-Top-Down.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.argos-responsive-website {
        background-image: url(../img/realistic-mockups/argos-responsive-website.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.networx-careers-page-mockup {
        background-image: url(../img/realistic-mockups/laterooms-careers-page.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.fully-responsive-application {
        background-image: url(../img/realistic-mockups/fully-responsive-application.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.agencies-dashboard {
        background-image: url(../img/realistic-mockups/agencies-dashboard-mockup.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.candidate-managed-responsive {
        background-image: url(../img/realistic-mockups/candidate-managed-responsive.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.tableau-reporting {
        background-image: url(../img/realistic-mockups/Tableau-Reporting.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.managing-applications {
        background-image: url(../img/realistic-mockups/Macbook-Top-Down.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.macbook-top-down-notebook {
        background-image: url(../img/realistic-mockups/macbook-top-down-notebook.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.candidate-experience {
        background-image: url(../img/realistic-mockups/iMac-Environment-Top-Down.png);
        background-size: 100%;
        height: 360px;
    }

.ntx-mdl-content.full-width .ntx-mdl-tabs {
    width: 100%;
    float: left;
    margin-left: 0;
}

.ntx-mdl-tabs {
    float: left;
    width: 60%;
    margin-left: 5%;
}

.ntx-mdl-tab-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    width: 48px;
    height: 48px;
}

    .ntx-mdl-tab-icon.careers-portal-tab-icon {
        background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
        background-size: 40px;
    }

    .ntx-mdl-tab-icon.mobile-phone-icon {
        background-image: url(../img/icons/5e5e5e/Mobile-Phone-Icon.svg);
        background-size: 20px;
    }

    .ntx-mdl-tab-icon.ca-networx-swoosh-icon {
        background-image: url(../img/icons/5e5e5e/networx-Swoosh.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-aggregators-icon, .ntx-mdl-tab-icon.rhm-job-board-multiposting {
        background-image: url(../img/icons/5e5e5e/Aggregators-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-social-media-icon, .ntx-mdl-tab-icon.rhm-social-media-icon {
        background-image: url(../img/icons/5e5e5e/Share-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.rhm-networx-swoosh-icon {
        background-image: url(../img/icons/5e5e5e/networx-Swoosh.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-job-boards-icon, .ntx-mdl-tab-icon.rhm-your-careers-page, .ntx-mdl-tab-icon.ce-candidate-experience-icon {
        background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-search-icon {
        background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.rhm-creating-vacancies-icon, .ntx-mdl-tab-icon.ce-corporate-branding-options {
        background-image: url(../img/icons/5e5e5e/Edit-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.r-dashboard-icon {
        background-image: url(../img/icons/5e5e5e/Dashboard-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.cm-sifting-icon, .ntx-mdl-tab-icon.rhm-sifting-icon {
        background-image: url(../img/icons/5e5e5e/Sifting-Icon.svg);
        background-size: 25px;
    }

    .ntx-mdl-tab-icon.cm-shortlisting-candidates-icon, .ntx-mdl-tab-icon.rhm-searchable-candidate-database {
        background-image: url(../img/icons/5e5e5e/Users-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.cm-scoring-icon, .ntx-mdl-tab-icon.rhm-scoring-icon {
        background-image: url(../img/icons/5e5e5e/Scoring-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.rhm-self-selection-interviews-icon, .ntx-mdl-tab-icon.is-quarterly-updates-icon {
        background-image: url(../img/icons/5e5e5e/Calendar-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.cm-video-interview-icon, .ntx-mdl-tab-icon.rhm-video-interview-icon {
        background-image: url(../img/icons/5e5e5e/Video-Interview-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.cm-selection-tools-icon, .ntx-mdl-tab-icon.r-bespoke-reporting-icon {
        background-image: url(../img/icons/5e5e5e/Settings-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.cm-interview-services-icon, .ntx-mdl-tab-icon.is-tailored-training-icon {
        background-image: url(../img/icons/5e5e5e/Interview-Services-Icon.svg);
        background-size: 45px;
    }

    .ntx-mdl-tab-icon.cm-offering-candidates-icon, .ntx-mdl-tab-icon.is-project-managed-implementation, .ce-onboarding-icon {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.is-integrated-help-section-icon {
        background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.is-system-support-infrastructure-icon {
        background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
        background-size: 40px;
    }

    .ntx-mdl-tab-icon.ce-landing-page-icon, .ntx-mdl-tab-icon.am-dedicated-agency-portal {
        background-image: url(../img/icons/5e5e5e/Landing-Page-Icon.svg);
        background-size: 20px;
    }

    .ntx-mdl-tab-icon.ce-application-form-icon, .ntx-mdl-tab-icon.r-vacancy-overview-icon, .rhm-additional-options {
        background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.r-reporting-icon, .ntx-mdl-tab-icon.am-reporting-icon {
        background-image: url(../img/icons/5e5e5e/Reporting-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.ce-mobile-friendly-icon {
        background-image: url(../img/icons/5e5e5e/Mobile-Phone-Icon.svg);
        background-size: 20px;
    }

    .ntx-mdl-tab-icon.ce-applying-without-cv-icon, .ntx-mdl-tab-icon.r-compliance-diversity-icon, .ntx-mdl-tab-icon.am-manage-your-psl, .cm-candidate-management-icon {
        background-image: url(../img/icons/5e5e5e/Applying-Without-CV-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ce-candidate-account-icon, .ca-candidate-attraction-icon {
        background-image: url(../img/icons/5e5e5e/Blank-User.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ce-job-alerts-icon {
        background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.ce-candidate-communication {
        background-image: url(../img/icons/5e5e5e/Message-Icon.svg);
        background-size: 35px;
    }


.ntx-mdl-container-left .ntx-mdl-container-image {
    float: right;
}

.ntx-mdl-container-left .ntx-mdl-tabs {
    margin-left: 0;
    margin-right: 5%;
}

.no-border {
    border: none;
}

.ntx-logo {
    background-image: url(../img/ntx-elements/networx-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    width: 185px;
    height: 45px;
    margin: 0 auto;
    display: block;
}

.ntx-button {
    border-radius: 5px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-repeat: no-repeat;
    padding: 10px 25px;
    font-weight: 500 !important;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(40, 40, 40, 1);
    display: block;
    text-decoration: none !important;
    position: relative;
}

    .ntx-button:hover, .ntx-button:focus, .contact-us-item:hover, .contact-us-item:focus {
        text-decoration: underline !important;
        background-color: rgba(245, 248, 250, 1);
    }

    .ntx-button.our-solutions-button {
        margin-top: 20px;
        width: 325px;
        min-width: 325px;
    }

    .ntx-button.full-width {
        text-align: center;
    }

    .ntx-button.testimonial-button {
        margin: 0 auto;
        width: 20%;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
    }

        .ntx-button.testimonial-button:before {
            content: '';
            width: 20px;
            height: 20px;
            background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: 50%;
            position: absolute;
            left: 25px;
        }

.ntx-button-arrow-right {
    background-image: url(../img/icons/ffffff/Arrow-Right.svg);
}

.ntx-button-arrow-left {
    background-image: url(../img/icons/ffffff/Arrow-Left.svg);
}

.ntx-button-left {
    float: left;
    text-align: left;
}

.ntx-button-right {
    float: right;
    /*padding-right: 50px !important;*/
    text-align: right;
}

.ntx-help-button-right {
    margin-right: 10px;
}

.ntx-button-center {
    width: 100%;
    padding-left: 50px !important;
    text-align: center;
}

.ntx-button.job-a-action {
    margin-right: 15px;
}

    .ntx-button.job-a-action:last-child {
        margin-right: 0;
    }

.ntx-button.time-left-to-apply-icon {
    background-image: url(../img/icons/5e5e5e/calendar-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.apply-now-icon {
    color: rgba(255, 255, 255, 1);
}

.job .ntx-button.primary-green.apply-now-icon {
    background-image: url(../img/icons/ffffff/arrow-right.svg);
    background-size: 10px;
    background-position: left 20px center;
}

    .job .ntx-button.primary-green.apply-now-icon:before {
        display: none;
    }

.ntx-button-add {
    background-image: url(../img/icons/ffffff/add-icon.svg);
}

.ntx-button.primary-green.apply-now-icon:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(../img/icons/ffffff/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    top: calc(50% - 7.5px);
    left: 10px;
    position: absolute;
}

.ntx-button.primary-green.tick-icon {
    background-image: url(../img/icons/ffffff/tick.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
}

.ntx-button.arrow-left-icon {
    background-image: url(../img/icons/5e5e5e/arrow-left.svg);
    background-size: 10px;
    background-position: left 20px center;
}

.ntx-button.job-a-icon {
    background-image: url(../img/icons/5e5e5e/job-a-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.documents-icon {
    background-image: url(../img/icons/5e5e5e/applications-icon.svg);
    background-size: 20px;
    background-position: left 15px center !important;
    padding: 10px 25px 10px 50px;
}

.ntx-button.menu-icon {
    background-image: url(../img/icons/5e5e5e/menu-icon.svg);
    background-size: 20px;
    background-position: left 20px center;
    padding-left: 50px !important;
}

.ntx-button.back-to-search {
    background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
    background-size: 20px;
    background-position: left 20px center;
    padding-left: 50px;
}

.ntx-button.primary-green.print-icon {
    background-image: url(../img/icons/ffffff/print-icon.svg);
    background-size: 20px;
    background-position: left 20px center;
}

.ntx-button.share-icon {
    background-image: url(../img/icons/5e5e5e/share-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.networx-swoosh {
    background-image: url(../img/icons/5e5e5e/networx-swoosh.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.candidate-services {
    background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.job-a-icon {
    background-image: url(../img/icons/5e5e5e/job-at-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.login-icon {
    background-image: url(../img/icons/5e5e5e/padlock.svg);
    background-size: 15px;
    background-position: right 20px center;
    padding-right: 50px;
}

.ntx-button.support-icon {
    background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
    background-size: 15px;
    background-position: right 20px center;
    padding-right: 50px;
}

.ntx-button.user-login-icon {
    background-image: url(../img/icons/5e5e5e/blank-user.svg);
    background-size: 20px;
    background-position: right 20px center;
}

.ntx-button.save-icon {
    background-image: url(../img/icons/5e5e5e/heart-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding: 10px 25px 10px 50px;
}

    .ntx-button.save-icon.saved {
        background-image: url(../img/icons/4cab0c/tick.svg);
        background-color: rgb(245, 248, 250);
    }


.ntx-button.primary-green {
    /*background-color: #4cab0c;*/
    color: rgba(255, 255, 255, 1) !important;
}

.ntx-button.primary-red {
    background-color: rgb(225, 30, 30);
    color: rgba(255, 255, 255, 1) !important;
}

    .ntx-button.primary-red:hover {
        background-color: rgba(245, 68, 68,1);
    }

.ntx-button.primary-green.external-green {
    text-align: center;
    background-position: left 75px center;
    display: block;
}

.ntx-button.primary-orange {
    background-color: rgba(255, 102, 0, 1);
    color: rgba(255, 255, 255, 1) !important;
}

    .ntx-button.primary-orange:hover, .ntx-button.primary-orange:focus {
        background-color: rgba(255, 136, 57, 1);
    }

.ntx-button.primary-blue {
    background-color: rgb(67, 133, 245);
    color: rgba(255, 255, 255, 1) !important;
}

    .ntx-button.primary-blue:hover {
        background-color: rgba(67, 133, 245,0.75);
    }

.ntx-button.user-account-button {
    float: left;
    background-color: rgba(12, 98, 171, 1);
    color: rgba(255, 255, 255, 1) !important;
    margin-right: 15px;
}

    .ntx-button.user-account-button.register-for-job-alerts {
        padding: 10px 25px !important;
    }

    .ntx-button.user-account-button.favourite-jobs {
        position: relative;
    }

    .ntx-button.user-account-button:last-of-type {
        margin-right: 0;
    }

    .ntx-button.user-account-button:hover, .ntx-button.user-account-button:focus {
        background-color: rgba(41, 143, 206, 1);
    }

    .ntx-button.user-account-button.message-icon {
        background-image: url(../img/icons/ffffff/Message-Icon.svg);
        background-size: 20px;
        background-position: left 15px center;
        margin-right: 0;
        width: 100%;
    }

.ntx-button.primary-green:hover, .ntx-button.primary-green:focus {
    background-color: #275705;
}

.ntx-button.no-colour.ntx-button-cancel {
    background-image: url(../img/icons/5e5e5e/Close-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}


.ntx-button.more-information-button {
    background-color: rgba(76, 171, 12, 1);
    float: left;
    color: rgba(255, 255, 255, 1);
    background-image: url(../img/icons/ffffff/arrow-right.svg);
    background-size: 10px;
    background-position: left 20px center;
}

.ntx-button.job-alerts-button {
    background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

    .ntx-button.job-alerts-button.saved {
        background-image: url(../img/icons/4cab0c/tick.svg);
        background-color: rgb(245, 248, 250);
    }

.ntx-button.edit-job-alerts-button {
    background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.additional-reference-button {
    margin-bottom: 20px;
}

.ntx-button.edit-details-button {
    background-image: url(../img/icons/5e5e5e/edit-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.download-my-data-button {
    background-image: url(../img/icons/5e5e5e/Download-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.select-reference-button {
    background-image: url(../img/icons/5e5e5e/disciplines-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.primary-green.edit-details-button {
    background-image: url(../img/icons/ffffff/edit-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.applications-button {
    background-image: url(../img/icons/5e5e5e/edit-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.documents-to-sign-button {
    background-image: url(../img/icons/5e5e5e/documents-to-sign-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
    margin-bottom: 10px;
}

.ntx-button.withdraw-application-button {
    background-image: url(../img/icons/5e5e5e/close-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.change-answer-request-button {
    background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.view-privacy-policy-button {
    background-image: url(../img/icons/5e5e5e/Sifting-Icon.svg);
    background-size: 15px;
    background-position: left 15px center;
    padding-left: 50px;
}


.ntx-button.raise-objection-button {
    background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.delete-favourite-role-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.change-password-button {
    background-image: url(../img/icons/5e5e5e/Password-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.deactivate-profile-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-cv-button {
    background-image: url(../img/icons/5e5e5e/Edit-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.download-cv-button {
    background-image: url(../img/icons/5e5e5e/Download-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.upload-cv-button {
    background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
    background-size: 25px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.tick-button {
    background-image: url(../img/icons/4cab0c/tick.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.enter-contact-details {
    background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
    background-size: 25px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.profile-icon {
    background-image: url(../img/icons/5e5e5e/Blank-User.svg);
    background-size: 25px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.delete-cv-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.delete-app-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.primary-red.delete-app-button {
    background-image: url(../img/icons/ffffff/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-locations-button {
    background-image: url(../img/icons/5e5e5e/Location-Pin.svg);
    background-size: 15px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-disciplines-button {
    background-image: url(../img/icons/5e5e5e/Disciplines-Icon.svg);
    background-size: 15px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-salary-range-button {
    background-image: url(../img/icons/5e5e5e/Salary-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.request-a-demo {
    text-align: center;
    width: 50%;
    float: left;
    margin-top: 20px;
    color: rgb(255, 255, 255) !important;
}

.ntx-button.show-matching-roles {
    background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.support-code-button {
    background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.disabled {
    background-color: #c5c5c5 !important;
    pointer-events: none;
    border: 1px solid transparent;
}

    .ntx-button.disabled:hover {
        text-decoration: none !important;
        cursor: default !important;
    }

.login-options-main .ntx-button.disabled {
    display: none;
}

.not-allowed {
    cursor: not-allowed !important;
}

.ntx-button.action-loading {
    display: none;
    background-image: url('../img/ntx-branding/ntx-loader-ie.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999999999px;
}

    .ntx-button.action-loading.disabled {
        display: block;
    }

#ntx-sticky-anchor {
    float: left;
    width: 100%;
    bottom: 50px;
    height: 76px;
    background: rgba(0, 0, 0, 0);
    position: relative;
    z-index: -1;
}

    #ntx-sticky-anchor.ntx-sticky-anchor-recruiter {
        top: 3px;
    }

.ntx-navigation-container {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 0;
    visibility: hidden;
}

    .ntx-navigation-container.nav-active {
        opacity: 1;
        visibility: visible;
    }

    .ntx-navigation-container nav {
        float: left;
        width: 100%;
        height: 100%;
    }

.ntx-navigation {
    width: 300px;
    float: left;
    height: 100%;
    background-color: rgba(40, 40, 40, 1);
    position: relative;
    left: -300px;
    padding: 25px 35px;
}

.ntx-navigation-top {
    position: relative;
    top: 75px;
}

    .ntx-navigation-top a {
        color: rgba(255, 255, 255, 1);
        display: block;
        padding-bottom: 20px;
        background-size: contain;
        font-weight: 400;
    }

        .ntx-navigation-top a:last-child {
            padding-bottom: 0;
        }

.ntx-navigation-close-container {
    width: 100%;
    background-color: transparent;
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.ntx-navigation-container.nav-active .ntx-navigation, .ntx-navigation-container.nav-active .ntx-navigation-close-container {
    left: 0;
}

.ntx-navigation-close-icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    top: 25px;
    right: 25px;
    background-image: url(../img/icons/ffffff/close-icon.svg);
    cursor: pointer;
}

.ntx-navigation-bottom {
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: -o-calc(100% - 70px);
    width: calc(100% - 70px);
}

    .ntx-navigation-bottom .social-media-container {
        margin-top: 0;
    }

    .ntx-navigation-bottom hr {
        margin: 25px 0;
    }

    .ntx-navigation-bottom .client-login-link {
        display: block;
        padding-left: 2rem;
        background-repeat: no-repeat;
        background-image: url(../img/icons/ffffff/padlock.svg);
        background-position: left 50%;
        min-height: 20px;
        background-size: contain;
        color: rgba(255, 255, 255, 1);
        font-weight: 400;
    }

.ntx-modal {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

.ntx-modal-bg {
    background-image: none;
    background-color: rgba(45, 45, 45, 0.75);
    opacity: 1;
}

.ntx-modal-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgb(221, 221, 221);
    position: absolute;
    top: -20px;
    right: -20px;
    float: left;
    background-color: rgba(45, 45, 45, 0.9);
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
}

    .ntx-modal-close::before {
        display: none;
    }



/*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/





/*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/

.job-search-image.our-solutions-macbook {
    background-image: url(../img/hero-images/recruiter/our-solutions-macbook.jpg);
}

.job-search-image.our-clients-office {
    background-image: url(../img/hero-images/recruiter/our-clients-office.jpg);
}

.off-screen {
    position: absolute;
    left: -99999px;
}

#OnlineTest ul {
    margin-left: 1rem;
}

    #OnlineTest ul li {
        margin-bottom: 1rem;
    }



/*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/
/*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/
.pb1 {
    padding-bottom: 1rem;
}

.pt1 {
    padding-top: 1rem;
}

.pl1 {
    padding-left: 1rem;
}

.pr1 {
    padding-right: 1rem;
}

.padding1 {
    padding: 1rem;
}

.padding2 {
    padding: 2rem;
}

#printablediv {
    margin-top: 20px;
}

.privacy-policy-dialog .ntx-checkbox,
.privacy-policy-link-container {
    margin-top: 20px;
}

    .privacy-policy-dialog .ntx-checkbox label {
        padding: 15px 15px 15px 40px;
    }

    .privacy-policy-link-container > div {
        font-weight: 700;
        position: relative;
    }

p + .privacy-policy-link-container {
    margin: 20px 0;
}

.privacy-policy-link-container label {
    display: block;
}

.privacy-policy-link-container a.link {
    display: block;
}

.privacy-policy-link-container > p {
    font-weight: bold;
    display: block;
}

.privacy-policy-link-container.is-checked > div:before {
    background-image: url(../img/icons/4cab0c/tick.svg);
}

.pre-footer-header {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
}

    .pre-footer-header .h3 {
        font-weight: 400;
        margin-bottom: 30px;
    }

.prompt {
    width: 100%;
    max-width: 10rem;
}

td.prompt, th.prompt {
    width: 10rem;
    max-width: unset;
}

.prompt-l {
    width: 100%;
    max-width: 20rem;
}

td.prompt-l, th.prompt-l {
    width: 20rem;
    max-width: unset;
}

.prompt-xl {
    width: 100%;
    max-width: 30rem;
}

td.prompt-xl, th.prompt-xl {
    width: 30rem;
    max-width: unset;
}

@media only screen and (max-width : 1024px) {
    .prompt-l {
        width: 100%;
        max-width: 18rem;
    }

    td.prompt-l, th.prompt-l {
        width: 18rem;
        max-width: unset;
    }

    .prompt-xl {
        width: 100%;
        max-width: 22rem;
    }

    td.prompt-xl, th.prompt-xl {
        width: 22rem;
        max-width: unset;
    }
}

@media only screen and (max-width : 800px) {
    .prompt-l {
        width: 100%;
        max-width: 16rem;
    }

    td.prompt-l, th.prompt-l {
        width: 16rem;
        max-width: unset;
    }

    .prompt-xl {
        width: 100%;
        max-width: 20rem;
    }

    td.prompt-xl, th.prompt-xl {
        width: 20rem;
        max-width: unset;
    }
}


.promoted-content-container, .recruiter-content-container {
    background-color: rgba(255, 255, 255, 1);
    padding: 50px;
    border-right: 1px solid rgba(221, 221, 221, 1);
    border-left: 1px solid rgba(221, 221, 221, 1);
}

    .promoted-content-container .promoted-content {
        width: 45%;
        float: left;
        margin: 0 20px;
    }

    .promoted-content-container.large .promoted-content {
        width: 17.5%;
        margin: 0 17px;
    }

    .promoted-content-container .image-item .promoted-content, .promoted-content-container .content-items .promoted-content, .promoted-content-container .more-information-items .promoted-content {
        margin: 0;
    }

    .promoted-content-container.large .promoted-content:nth-of-type(5) {
        margin-right: 0;
    }

    .promoted-content-container.large .promoted-content:first-of-type {
        margin-left: 0;
    }

.promoted-content.no-border {
    border: none;
}

.promoted-content.contact-us-section {
    padding-top: 20px;
}

.promoted-content.no-border-bottom {
    border-bottom: none;
}

.promoted-content.text-align-center, .promoted-content.text-align-center .h6 {
    text-align: center;
}

.promoted-content-icon-outer {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 100%;
    padding: 4px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 1px solid rgba(221, 221, 221, 1);
}

.promoted-content-icon-inner {
    background-color: rgba(248, 248, 248, 1);
    border-radius: 100%;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border: 1px solid rgba(221, 221, 221, 1);
}

    .promoted-content-icon-inner.managing-applications {
        background-image: url(../img/icons/5e5e5e/Managing-Applications-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.attracting-top-talent {
        background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.candidate-experience {
        background-image: url(../img/icons/5e5e5e/Mobile-Phone-Icon.svg);
        background-size: 30px;
    }

    .promoted-content-icon-inner.reporting {
        background-image: url(../img/icons/5e5e5e/Reporting-Icon.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.agencies {
        background-image: url(../img/icons/5e5e5e/Users-Icon.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.implementation {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.the-company {
        background-image: url(../img/icons/5e5e5e/Users-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.our-services {
        background-image: url(../img/icons/5e5e5e/Settings-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.our-clients {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.jobseeker {
        background-image: url(../img/icons/5e5e5e/Blank-User.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.networx-client-swoosh {
        background-image: url(../img/icons/5e5e5e/networx-Swoosh.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.general-eunquiries {
        background-image: url(../img/icons/5e5e5e/Message-Icon.svg);
        background-size: 50px;
    }

.promoted-content .bottom-section {
    padding: 20px;
}

    .promoted-content .bottom-section.more-info {
        padding: 0 20px;
    }

.promoted-content .more-information-container {
    background-color: rgba(248, 248, 248, 1);
    border-radius: 0px 0px 5px 5px;
}

.promoted-content.center {
    margin-left: 5%;
    margin-right: 5%;
}

.promoted-content .ntx-button {
    margin-top: 20px;
}

.promoted-content .more-information-container .ntx-button {
    margin-top: 0;
}

.promoted-content-list {
    margin-top: 20px;
    list-style: none;
}

    .promoted-content-list li {
        padding-left: 20px;
        min-height: 20px;
        padding-bottom: 15px;
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: left top 5px;
        background-image: url(../img/icons/4cab0c/tick-box.svg);
        line-height: 25px;
    }

        .promoted-content-list li:last-child {
            padding-bottom: 0;
        }

.promoted-content-image {
    float: left;
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 4px 4px 0px 0px;
}

.promoted-content-overlay {
    float: left;
    width: 100%;
    height: 150px;
    background-color: rgba(44, 44, 44, 0.35);
    position: absolute;
    z-index: 1;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    padding: 40px 130px;
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 10px rgba(40, 40, 40, 0.8);
    font-weight: 500;
}

    .promoted-content-overlay * {
        text-align: center;
        color: rgb(255, 255, 255);
        text-shadow: 0px 0px 10px rgba(40, 40, 40, 0.8);
        font-weight: 500;
    }

.promoted-content .apply-now-icon {
    text-align: center;
    background-position: left 75px center;
    display: block;
}

.promoted-content .h6 {
    text-align: left;
}

.promoted-content-item {
    display: flex;
    width: 75%;
    margin: 0 auto;
}

    .promoted-content-item.contact-us .promoted-content:nth-of-type(2) {
        margin-left: 5%;
        margin-right: 0%;
    }

    .promoted-content-item.contact-us .promoted-content:nth-of-type(1) {
        margin-left: 0%;
        margin-right: 5%;
    }

    .promoted-content-item.more-information-items .promoted-content {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: none;
    }

    .promoted-content-item.content-items .promoted-content {
        border-radius: 0;
        border-top: none;
    }

    .promoted-content-item.image-item .promoted-content {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.profile-container-icon {
    background-repeat: no-repeat;
    background-size: contain;
    width: 75px;
    height: 75px;
    float: left;
    background-position: 50%;
}

.profile-incomplete-warning-icon {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
}

.profile-complete-tick-icon {
    background-image: url(../img/icons/5e5e5e/Tick-Box.svg);
}

.profile-job-alert-icon {
    background-image: url(../img/icons/5e5e5e/Job-Alerts-Icon.svg);
}

.profile-my-data-icon {
    background-image: url(../img/icons/5e5e5e/application-info.svg);
}

.profile-docusign-info-icon {
    background-image: url(../img/icons/5e5e5e/documents-to-sign-icon.svg);
}

.profile-interviews-icon {
    background-image: url(../img/icons/5e5e5e/Calendar-Icon.svg);
}

.profile-incomplete-applications-icon {
    background-image: url(../img/icons/5e5e5e/Managing-Applications-Icon.svg);
}

.profile-applications-complete-icon {
    background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
}

.profile-supplemental-info-icon {
    background-image: url(../img/icons/5e5e5e/Sifting-Icon.svg);
}

.profile-references-info-icon {
    background-image: url(../img/icons/5e5e5e/Disciplines-Icon.svg);
}

.profile-fullapp-request-icon {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
}

.profile-agency-application-icon {
    background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
}

.profile-upload-icon {
    background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
}

.profile-searchable-cv {
    background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
}

.profile-searchable-icon {
    background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
}

.profile-private-icon {
    background-image: url(../img/icons/5e5e5e/spy.svg);
}

.profile-pointers-container .container {
    height: 75%;
    position: relative;
}

.profile-pointers {
    width: 300px;
    height: 100px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(221, 221, 221);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 4px rgb(136, 136, 136);
    -moz-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px rgb(136, 136, 136);
    bottom: 30px;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 20px 40px;
}

    .profile-pointers.active {
        opacity: 1;
        visibility: visible;
    }

    .profile-pointers.profile-pointers-1 {
    }

    .profile-pointers.profile-pointers-2 {
        left: 150px;
    }

    .profile-pointers.profile-pointers-3 {
        bottom: 70px;
        left: auto;
        right: 0px;
    }

        .profile-pointers.profile-pointers-3:before {
            right: 35px;
            left: auto;
            top: 98px;
        }

        .profile-pointers.profile-pointers-3:after {
            right: 38px;
            left: auto;
            top: 96px;
        }

    .profile-pointers:before, .profile-pointers:after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
    }

    .profile-pointers:before {
        left: 35px;
        top: 98px;
        border: 18px solid;
        border-color: rgb(221, 221, 221) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    .profile-pointers:after {
        left: 38px;
        top: 96px;
        border: 15px solid;
        border-color: rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    .profile-pointers.profile-pointers-left:before {
        left: -37px;
        top: 19px;
        border: 18px solid;
        border-color: rgba(0, 0, 0, 0) rgb(221, 221, 221) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    .profile-pointers.profile-pointers-left:after {
        left: -30px;
        top: 22px;
        border: 15px solid;
        border-color: rgba(0, 0, 0, 0) rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

.profile-pointers-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url(../img/icons/5e5e5e/Close-Icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.profile-about-you {
    display: inline-block;
    vertical-align: middle;
    border: 0px solid #ddd;
    float: left;
    border-radius: 0px;
    padding: 0px;
    width: 100%;
    margin-bottom: 0px;
}

    .profile-about-you h1 {
        margin-bottom: 25px;
    }

.profile-job-preferences {
    display: inline-block;
    vertical-align: middle;
    border: 0px solid #ddd;
    float: left;
    border-radius: 5px;
    padding: 0px;
    width: 100%;
    margin-bottom: 30px;
}

    .profile-job-preferences h1 {
        margin-bottom: 25px;
    }

.plymouth-college-of-art-header-image {
    background-image: url(../img/our-clients/Education/plymouth-college-of-art/plymouth-college-of-art-header.jpg);
}

.pointer-cursor {
    cursor: pointer;
}

.privacy-policy-link {
    text-decoration: underline !important;
    cursor: pointer !important;
    color: #1160da !important;
}

.position-relative {
    position: relative;
}

/*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/


/*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/


.question-response .required {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
    background-size: 25px 23px;
    padding: 10px 45px 10px 15px;
}

.question-quick-app .quick-app-button-container {
    float: right;
}

    .question-quick-app .quick-app-button-container .ntx-button {
        float: left;
    }

.question-response .required.valid {
    background-image: none;
}

.question-response .drop-down.required {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
    background-position: right 36px center;
    background-size: 25px 23px;
}

.question-response .drop-down:after {
    content: '';
    background-image: url(../img/icons/5e5e5e/Arrow-Down.svg);
    height: 10px;
    width: 15px;
    float: right;
    background-size: contain;
    position: absolute;
    right: 15px;
    z-index: 1;
    background-repeat: no-repeat;
    top: 15px;
}

.question-response .drop-down.required.valid {
    background-image: none;
}

.quick-app-header td img {
    width: 180px;
    height: 55px;
}



/*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/




/*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/

.references-content .title,
.references-content .details {
    position: static;
    top: 0;
    left: 0;
    width: 50%;
    text-align: left;
    word-break: break-all;
    padding: 0;
    padding-bottom: 20px;
    float:left;
}

input.radio-button {
    margin-right: 8px;
}

.request-a-demo-header-image {
    background-image: url(../img/hero-images/recruiter/request-a-demo-header-image.jpg);
}

.reference-completed-icon {
    width: 100px;
    margin: 0 auto;
    position: relative;
}

.ntx-icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    background-color: rgb(255, 255, 255);
    border-radius: 100%;
    padding: 15px;
    border: 1px solid rgb(221, 221, 221);
}

.reference-completed-icon .ntx-icon.tick-icon {
    background-image: url(../img/icons/4cab0c/tick.svg);
    background-size: 20px;
    top: 0;
    right: 0;
}

.references-check-box-container {
    float: right;
}

    .references-check-box-container .references-label {
        padding: 0;
    }

references-checkbox-container {
    float: left;
    width: 35%;
}

.reference-item {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

    .reference-item:last-of-type {
        margin-bottom: 0;
    }

    .reference-item h2.h3 {
        font-weight: 500;
        margin-bottom: 15px;
    }

.reference-hidden {
    display: none;
}

.reference-show {
    display: block;
}

.recruiter-top-section-container .scroll-down-container {
    width: 1200px;
}

.reference-info {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

    .reference-info:last-of-type {
        margin-bottom: 0px;
    }

.candidate-dialog-box .reference-info {
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
}

.reference-info .your-profile-header {
    border-bottom: none;
    padding-bottom: 0;
}

.references-content {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.recruiter-top-section-container .scroll-down-container .scroll-down-featured-recruiters {
    color: rgb(40, 40, 40);
    text-shadow: none;
}

.recruiter-top-section-container .scroll-down-container .scroll-down-container-icon {
    background-image: url(../img/icons/5e5e5e/arrow-down.svg);
}

.refine-search-section {
    float: left;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 20px;
}

main article .refine-search-half-width-container .refine-search-section {
    width: 30%;
    padding: 25px;
}

.refine-search-full-width-container .refine-search-section {
    width: 100%;
    padding: 50px 20px;
}

.refine-search-overlay .main-search-button {
    margin-bottom: 25px;
}

.refine-search-half-width-container .refine-search-section:nth-child(2) {
    margin-left: 5%;
    margin-right: 5%;
}

.refine-search-half-width-container {
    float: left;
    width: 100%;
    height: 50%;
    margin-bottom: 40px;
}

.refine-search-full-width-container {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.refine-search-section .advanced-search-options-container {
    height: -moz-calc(100% - 80px);
    height: -webkit-calc(100% - 80px);
    height: -o-calc(100% - 80px);
    height: calc(100% - 80px);
    margin-top: 15px;
}

.refine-search-section .advanced-search-option-checkbox {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 98%;
    margin-right: 0;
}

.refine-search-section .advanced-search-option-label {
    padding: 10px;
}

.refine-search-overlay .main-search-input {
    border: 1px solid #dddddd;
    box-shadow: none;
}

.recruiter-top-section-container .job-search-overlay {
    width: 1200px;
    background-color: rgba(255, 255, 255, 0.85);
}

    .recruiter-top-section-container .job-search-overlay .container {
        padding: 0px 40px;
        height: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

        .recruiter-top-section-container .job-search-overlay .container ul {
            padding: 20px;
        }

            .recruiter-top-section-container .job-search-overlay .container ul li {
                padding-bottom: 10px;
            }

                .recruiter-top-section-container .job-search-overlay .container ul li:last-of-type {
                    padding-bottom: 0px;
                }


.ribbon {
    background-color: rgba(76, 171, 12, 1);
    width: 40px;
    height: 50px;
    position: absolute;
    margin: auto;
    background-image: url(../img/icons/ffffff/Sponsored-Ribbon.svg);
    background-position: 50%;
    background-size: 50%;
    background-repeat: no-repeat;
    z-index: 2;
    right: 20px;
    -webkit-box-shadow: 10px 10px 10px 0px rgba(40,40,40,0.5);
    -moz-box-shadow: 10px 10px 10px 0px rgba(40,40,40,0.5);
    box-shadow: 10px 10px 10px 0px rgba(40,40,40,0.5);
}

    .ribbon:before {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 0;
        height: 0;
        border-top: 30px solid rgba(76, 171, 12, 1);
        border-right: 30px solid transparent;
    }

    .ribbon:after {
        content: "";
        position: absolute;
        bottom: -20px;
        right: 0;
        width: 0;
        height: 0;
        border-top: 30px solid rgba(76, 171, 12, 1);
        border-left: 30px solid transparent;
    }

.rich-question .question-options > *:first-of-type {
    margin-right: 1rem;
}

.rich-question .question-options > label.prompt {
    display:inline-block;
}

div[class^="col-"]:not(:last-of-type) {
    margin-right: 1rem;
}

.right {
    float: left;
    width: 380px;
}

    .right.tall .further-jobs-container {
        height: 390px;
        width: 380px;
        float: left;
    }

    .right.tall .further-jobs-image-overlay {
        background-color: rgba(255, 102, 0, 0.55);
    }

.right-side-align {
    float: right;
    width: 48%;
    margin-left: 2%;
}

.recruiter-content {
    padding: 0;
}

    .recruiter-content.stuck {
        top: 60px;
    }

        .recruiter-content.stuck ~ article .clients-pre-footer {
            top: 60px;
        }

        .recruiter-content.stuck ~ footer .footer {
            top: 60px;
        }

.recruiter-content-container {
    width: 1200px;
    margin: 0 auto;
    background-color: rgb(236, 236, 236);
}

    .recruiter-content-container:nth-of-type(2n+1) {
        background-color: rgba(255, 255, 255, 1);
    }

    .recruiter-content-container ul {
        padding: 10px 20px;
    }

        .recruiter-content-container ul li {
            padding: 5px 0px;
        }


.random-client {
    float: left;
    width: 33%;
    height: 100px; /* equals max image height */
    white-space: nowrap;
    text-align: center;
}

    .random-client:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .random-client img {
        vertical-align: middle;
        max-height: 100px;
        max-width: 250px;
    }


/*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/



/*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/

.salary-input-container {
    float: left;
    width: 100%;
    margin-top: 40px;
}

    .salary-input-container .advanced-search-input {
        float: left;
        width: 48%;
        padding-left: 50px;
        background-image: url(../img/icons/5e5e5e/money-salary-icon.svg);
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: left 20px center;
    }

    .salary-input-container .salary-input-divider {
        float: left;
        width: 4%;
        text-align: center;
        line-height: 56px;
    }

select {
    font-family: Roboto, sans-serif;
}

.send-me-jobs-like-this-container {
    float: right;
    width: 30%;
}

    .send-me-jobs-like-this-container .ntx-button.primary-green {
        text-align: center;
    }

.scroll-down-container {
    float: left;
    width: 100%;
    position: fixed;
    bottom: 30%;
}

.scroll-down-container-icon {
    width: 40px;
    height: 30px;
    background-image: url(../img/icons/ffffff/arrow-down.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 20px;
}

.scroll-down-featured-recruiters {
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-shadow: 1px 1px 15px rgba(40, 40, 40, 0.8);
    width: 250px;
    margin: 0 auto;
    cursor: pointer;
}

    .scroll-down-featured-recruiters:hover {
        text-decoration: underline;
    }

#SideNav {
    margin-top: 0 !important;
}

.social-media-container {
    margin: 0 auto;
    margin-top: 25px;
}

.social-media-icon {
    width: 35px;
    height: 35px;
    border: 2px solid rgba(221, 221, 221, 1);
    border-radius: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 5px;
    cursor: pointer;
}

    .social-media-icon:first-of-type {
        margin-left: 0;
    }

    .social-media-icon:last-of-type {
        margin-right: 0;
    }

    .social-media-icon.facebook {
        background-image: url(../img/icons/ffffff/facebook-icon.svg);
        background-size: 7px;
    }

    .social-media-icon.glassdoor {
        background-image: url(../img/icons/ffffff/glassdoor-icon.svg);
        background-size: 10px;
    }

    .social-media-icon.google-plus {
        background-image: url(../img/icons/ffffff/google-plus-icon.svg);
        background-size: 15px;
    }

    .social-media-icon.linkedin {
        background-image: url(../img/icons/ffffff/linkedin-icon.svg);
        background-size: 15px;
    }

    .social-media-icon.twitter {
        background-image: url(../img/icons/ffffff/twitter-icon.svg);
        background-size: 15px;
    }

.sponsored-jobs, .promoted-content-container {
    width: 1200px;
    margin: 0 auto;
}

    .sponsored-jobs .sponsored-job-container:nth-of-type(2) {
        float: left;
        width: 380px;
        margin-left: 30px;
        margin-right: 30px;
    }

.suggested-locations-disciplines-list, .my-filters-list {
    list-style: none;
}

    .suggested-locations-disciplines-list li, .my-filters-list li {
        font-weight: 500;
        padding-bottom: 10px;
    }

        .suggested-locations-disciplines-list li:last-child, .my-filters-list li:last-child {
            padding-bottom: 0px;
        }

        .suggested-locations-disciplines-list li button, .my-filters-list li button {
            position:relative;
            color: rgba(12, 98, 171, 1);
            text-decoration: none;
            width: 100%;
            padding-right: 30px;
            background-repeat: no-repeat;
            background-position: right top;
            background-size: 20px 20px;
            cursor: pointer;
            min-height: 20px;
            background-color:transparent;
            text-align:left;
        }

        .suggested-locations-disciplines-list li button {
            /*background-image: url(../img/icons/5e5e5e/add-icon.svg);*/
        }

        .suggested-locations-disciplines-list li button:hover, .suggested-locations-disciplines-list li button:focus, .my-filters-list li button:hover, .my-filters-list li button:focus {
            text-decoration: underline;
        }

.sponsored-job-container .client-logo {
    background-position: 50%;
}

.sponsored-job-container, .promoted-content {
    width: 30%;
    border-radius: 5px;
    border: 1px solid rgba(221, 221, 221, 1);
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    z-index: 0;
    float: left;
}

    .promoted-content.no-border-radius {
        border-radius: 0;
    }

    .sponsored-job-container.center {
        margin-left: 30px;
        margin-right: 30px;
    }

    .sponsored-job-container .apply-now-icon {
        text-align: left;
        background-position: left 100px center;
    }

.sponsored-job-container {
    width: 380px;
}

.sponsored-job-image {
    float: left;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 4px 4px 0px 0px;
    background-image: url(../img/hero-images/disciplines/Marketing-and-PR/Marketing-PR-3.jpg);
}


.sponsored-job-image-overlay {
    background-color: rgba(44, 44, 44, 0.55);
    float: left;
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    border-radius: 4px 4px 0px 0px;
}

.sub-container {
    float: left;
    width: 400px;
    min-height: 45px;
}

    .sub-container.sub-container-single {
        width: 100%;
    }

        .sub-container.sub-container-single .client-logo {
            background-size: contain;
        }

    .sub-container.sub-container-single-login {
        position: absolute;
        top: 0;
        right: 0;
    }

.start-typing {
    font-style: italic;
    font-weight: 400;
}

#SideNav .side-nav-bt .calendar-32 .time-holder {
    top: 10px !important;
    left: 50px !important;
}

#SideNav .side-nav-bt .calendar-32 {
    padding-left: 48px !important;
}

    #SideNav .side-nav-bt .calendar-32 .time-holder.char-count-1 {
        top: 10px !important;
        left: 58px !important;
    }

    #SideNav .side-nav-bt .calendar-32 .time-holder.char-count-2 {
        top: 10px !important;
        left: 43px !important;
    }

    #SideNav .side-nav-bt .calendar-32 .time-holder.char-count-3 {
        top: 10px !important;
        left: 43px !important;
    }

#SideNav .side-nav-bt.time {
    cursor: auto !important;
}

    #SideNav .side-nav-bt.time:hover {
        background-color: #ffffff;
        text-decoration: none !important;
    }

        #SideNav .side-nav-bt.time:hover .time-holder, #SideNav .side-nav-bt.time:hover .time-holder.char-count-2, #SideNav .side-nav-bt.time:hover .time-holder.char-count-3, #SideNav .side-nav-bt.time:hover .calendar-32:after {
            text-decoration: none !important;
        }

#SideNav .side-nav-bt .calendar-32:after {
    cursor: text;
}

.text-off-screen {
    text-indent: -99999px;
}

.sub-header {
    margin-top: 15px;
}

section.dialog {
    height: 0;
    width: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: all 0.5s;
    display: none;
    -moz-animation: fadeEffect 0.5s;
    -webkit-animation: fadeEffect 0.5s;
    animation: fadeEffect 0.5s;
}

    section.dialog.active {
        pointer-events: all;
        display: block;
        width: 100%;
        height: 100%;
    }

        section.dialog.active:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgb(40, 40, 40);
            z-index: 1;
            opacity: 0.5;
        }

    section.dialog.privacy-policy-dialog.active:after {
        background-color: rgb(248, 248, 248);
        z-index: 1;
        opacity: 0.975;
    }

    section.dialog .content {
        float: left;
        width: 90%;
        height: auto;
        max-height: 90%;
        max-width: 900px;
        border: 1px solid rgb(221, 221, 221);
        border-radius: 10px;
        background-color: rgb(255, 255, 255);
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        position: relative;
        padding: 25px;
        -webkit-box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
        -moz-box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
        box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
        z-index: 2;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    section.dialog.has-actions .content {
        padding: 0;
    }

    section.dialog .content.has-small-width {
        max-width: 600px;
    }

    section.dialog .content main {
        width: 100%;
        position: static;
        top: 0;
        float: left;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        overflow: auto;
        padding:0;
    }

    section.dialog.has-actions .content main {
        border-radius: inherit;
    }

    section.dialog ul,
    section.dialog ol {
        padding-left: 30px;
        padding-bottom: 10px;
    }

    section.dialog.privacy-policy-dialog .content > button.close + div
    {
        overflow:auto;
    }

.link {
    cursor: pointer;
    text-decoration: none;
}

a.link {
    color: #0A5494;
    font-weight: bold;
}

button.close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: rgba(40, 40, 40, 0.85);
    border: 1px solid rgb(255, 255, 255);
    position: absolute;
    top: -20px;
    right: -20px;
    padding: 10px;
    z-index: 3;
}

svg.base-icon {
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    fill: rgb(40, 40, 40);
}

button.close svg {
    width: 100%;
    height: 100%;
    fill: rgb(255, 255, 255);
}

section {
    width: 100%;
    position: relative;
}

    section.dialog.has-actions .content section.application-content {
        float: left;
        padding: 25px;
    }

    section.dialog h1 {
        text-transform: none;
        color: inherit;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgb(117, 117, 117);
        font-weight: 400;
        text-align: center;
    }

.safer-jobs-logo {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    height: 150px;
    background-image: url(../img/misc/safer-jobs-logo.jpg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

section.actions {
    float: left;
    background-color: rgb(238, 238, 238);
    padding: 10px 20px;
    border-top: 1px solid rgb(221, 221, 221);
    text-align: right;
}

section.dialog.has-actions section.actions {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

section.dialog.safer-jobs .application-content a.link {
    color: #0B5699;
    font-weight: 500;
}

section.actions .ntx-action-button:last-of-type {
    margin-right: 0;
}

section.actions .ntx-action-button:first-of-type {
    margin-left: 0;
}

article.job-result section.actions .ntx-action-button, .dialog section.actions .ntx-action-button {
    float: none;
}

section.actions .ntx-action-button {
    margin: 0 5px;
    display: inline-table;
    float: left;
}

.ntx-action-button[disabled="disabled"]:hover {
    text-decoration: none;
}

.ntx-action-button.primary {
    background-color: rgb(77, 171, 13);
    color: #ffffff;
}

    .ntx-action-button.primary:hover {
        background-color: rgba(77, 171, 13, 0.75);
    }

.ntx-action-button[disabled="disabled"].primary {
    background-color: rgba(77, 171, 13, 0.55);
    color: #ffffff;
}

    .ntx-action-button[disabled="disabled"].primary:hover {
        background-color: rgba(77, 171, 13, 0.55);
        text-decoration: none;
    }

.ntx-action-button.secondary {
    background-color: rgb(67, 133, 245);
    color: #ffffff;
}

    .ntx-action-button.secondary:hover {
        background-color: rgba(67, 133, 245, 0.75);
    }

.ntx-action-button[disabled="disabled"].secondary {
    background-color: rgba(67, 133, 245, 0.55);
    color: #ffffff;
}

    .ntx-action-button[disabled="disabled"].secondary:hover {
        background-color: rgba(67, 133, 245, 0.55);
        text-decoration: none;
    }

.ntx-action-button.tertiary {
    background-color: rgb(230, 73, 73);
    color: #ffffff;
}

    .ntx-action-button.tertiary:hover {
        background-color: rgba(230, 73, 73, 0.75);
    }

.ntx-action-button[disabled="disabled"].tertiary {
    background-color: rgba(230, 73, 73, 0.55);
    color: #ffffff;
}

    .ntx-action-button[disabled="disabled"].tertiary:hover {
        background-color: rgba(230, 73, 73, 0.55);
        text-decoration: none;
    }

.ntx-action-button.disabled, .ntx-action-button[disabled="disabled"] {
    cursor: not-allowed;
    user-select: none;
    opacity: 1; /*need this to beat apoint stylesheet*/
}

    .ntx-action-button.disabled:hover, .ntx-action-button[disabled="disabled"]:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.ntx-ripple {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 1;
}

.ntx-action-button {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgb(255, 255, 255);
    color: rgb(40, 40, 40);
}


.submitAndReviewSection {
    padding: 50px;
    margin: 20px 0;
    border: 1px solid rgba(221, 221, 221, 1);
}

.submitAndReviewSection h2 {
    padding-bottom:0;
}

.submitAndReviewSection .question {
    padding: 30px 0 0;
    margin: 0;
}

.submitAndReviewSection .question p.bold {
    font-weight:bold;
}

.submitAndReviewSection .info-block {
    margin: 20px 0 0;
}

.submitAndReviewSection .section-title { 
    padding:30px 0 0;
}

.submitAndReviewSection button.ntx-button {
    margin-top:30px; 
}

.submitAndReviewSection .reference-info {
    padding-top:10px;    
}

.submitAndReviewSection .reference-info .references {
    padding-top: 10px;
}

    /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/
    /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/
    .text-align-center {
        text-align: center;
    }

textarea {
    font-family: Roboto, sans-serif;
}

.top-section {
    float: left;
    width: 100%;
}

.testimonial-browser {
    text-align: left;
    width: 700px;
    height: 436px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #dddddd;
    margin: 0 auto;
}

    .testimonial-browser .top-bar {
        border-radius: 5px 5px 0 0;
        border-top: thin solid rgb(234, 234, 233);
        border-bottom: thin solid rgb(223, 223, 222);
        background: rgb(94, 94, 94);
        float: left;
        width: 100%;
    }

    .testimonial-browser .circles {
        padding: 10px 15px;
    }

    .testimonial-browser .circle {
        height: 8px;
        width: 8px;
        display: inline-block;
        border-radius: 50%;
        background-color: rgb(255, 255, 255);
        margin-right: 10px;
    }

        .testimonial-browser .circle:last-of-type {
            margin-right: 0px;
        }

        .testimonial-browser .circle.red {
            background-color: rgb(255, 0, 0);
        }

        .testimonial-browser .circle.green {
            background-color: rgb(76, 171, 12);
        }

        .testimonial-browser .circle.yellow {
            background-color: rgb(255, 167, 109);
        }

    .testimonial-browser .content {
        margin: 0;
        width: 100%;
        height: -moz-calc(100% - 41px) !important;
        height: -webkit-calc(100% - 41px) !important;
        height: -o-calc(100% - 41px) !important;
        height: calc(100% - 41px) !important;
        display: inline-block;
        border-radius: 0 0 5px 5px;
        background-color: rgb(250, 250, 250);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% top;
    }

        .testimonial-browser .content.argos {
            background-image: url(../img/our-clients/WellKnownBrands/Argos/argos-website.jpg);
        }

        .testimonial-browser .content.thorntons {
            background-image: url(../img/our-clients/WellKnownBrands/Thorntons/thorntons-website.jpg);
        }

        .testimonial-browser .content.hobbycraft {
            background-image: url(../img/our-clients/WellKnownBrands/Hobbycraft/hobbycraft-website.jpg);
        }

        .testimonial-browser .content.wilko {
            background-image: url(../img/our-clients/WellKnownBrands/Wilko/wilko-website.jpg);
        }

        .testimonial-browser .content.maplin {
            background-image: url(../img/our-clients/WellKnownBrands/Maplin/maplin-website.jpg);
        }

        .testimonial-browser .content.laterooms {
            background-image: url(../img/our-clients/WellKnownBrands/Laterooms/laterooms-website.jpg);
        }

        .testimonial-browser .content.stonegate {
            background-image: url(../img/our-clients/Commercial/Stonegate/stonegate-website.jpg);
        }

        .testimonial-browser .content.london-city-airport {
            background-image: url(../img/our-clients/Commercial/london-city-airport/london-city-airport-website.jpg);
        }

        .testimonial-browser .content.domestic-and-general {
            background-image: url(../img/our-clients/Commercial/Domestic-and-General/domestic-and-general-website.jpg);
        }

        .testimonial-browser .content.vitality {
            background-image: url(../img/our-clients/Commercial/Vitality/vitality-website.jpg);
        }

        .testimonial-browser .content.tlt {
            background-image: url(../img/our-clients/Commercial/Tlt/tlt-website.jpg);
        }

        .testimonial-browser .content.wolters-kluwer {
            background-image: url(../img/our-clients/Commercial/Wolters-Kluwer/wolters-kluwer-website.jpg);
        }

        .testimonial-browser .content.mitsubishi-hitachi {
            background-image: url(../img/our-clients/Manufacturing/Mitsubishi-Hitachi/mitsubishi-hitachi-website.jpg);
        }

        .testimonial-browser .content.tulip {
            background-image: url(../img/our-clients/Manufacturing/Tulip/tulip-website.jpg);
        }

        .testimonial-browser .content.doosan {
            background-image: url(../img/our-clients/Manufacturing/Doosan/doosan-website.jpg);
        }

        .testimonial-browser .content.lucite-international {
            background-image: url(../img/our-clients/Manufacturing/Lucite-International/lucite-international-website.jpg);
        }

        .testimonial-browser .content.yeo-valley {
            background-image: url(../img/our-clients/Manufacturing/Yeo-Valley/yeo-valley-website.jpg);
        }

        .testimonial-browser .content.tata-steel {
            background-image: url(../img/our-clients/Manufacturing/Tata-Steel/tata-steel-website.jpg);
        }

        .testimonial-browser .content.aster {
            background-image: url(../img/our-clients/Housing/Aster/aster-website.jpg);
        }

        .testimonial-browser .content.yorkshire-housing {
            background-image: url(../img/our-clients/Housing/Yorkshire-Housing/yorkshire-housing-website.jpg);
        }

        .testimonial-browser .content.paradigm {
            background-image: url(../img/our-clients/Housing/Paradigm/paradigm-website.jpg);
        }

        .testimonial-browser .content.knightstone {
            background-image: url(../img/our-clients/Housing/Knightstone/knightstone-website.jpg);
        }

        .testimonial-browser .content.places-for-people {
            background-image: url(../img/our-clients/Housing/Places-for-People/places-for-people-website.jpg);
        }

        .testimonial-browser .content.orbit {
            background-image: url(../img/our-clients/Housing/Orbit/orbit-website.jpg);
        }

        .testimonial-browser .content.waterloo-housing {
            background-image: url(../img/our-clients/Housing/Waterloo-Housing/waterloo-housing-website.jpg);
        }

        .testimonial-browser .content.curo-group {
            background-image: url(../img/our-clients/Housing/Curo-Group/curo-website.jpg);
        }

        .testimonial-browser .content.grand-union {
            background-image: url(../img/our-clients/Housing/Grand-Union/grand-union-website.jpg);
        }

        .testimonial-browser .content.watford {
            background-image: url(../img/our-clients/Housing/Watford/watford-website.jpg);
        }

        .testimonial-browser .content.north-hertfordshire {
            background-image: url(../img/our-clients/Housing/North-Hertfordshire/north-hertfordshire-website.jpg);
        }

        .testimonial-browser .content.gateway-housing {
            background-image: url(../img/our-clients/Housing/Gateway-Housing/gateway-housing-website.jpg);
        }

        .testimonial-browser .content.pdsa {
            background-image: url(../img/our-clients/Charities/Pdsa/pdsa-website.jpg);
        }

        .testimonial-browser .content.fitzroy {
            background-image: url(../img/our-clients/Charities/Fitzroy/fitzroy-website.jpg);
        }

        .testimonial-browser .content.rethink {
            background-image: url(../img/our-clients/Charities/Rethink/rethink-website.jpg);
        }

        .testimonial-browser .content.macintyre {
            background-image: url(../img/our-clients/Charities/Macintyre/macintyre-website.jpg);
        }

        .testimonial-browser .content.hestia {
            background-image: url(../img/our-clients/Charities/Hestia/hestia-website.jpg);
        }

        .testimonial-browser .content.cornwall-hospice-care {
            background-image: url(../img/our-clients/Charities/Cornwall-Hospice-Care/cornwall-hospice-care-website.jpg);
        }

        .testimonial-browser .content.ncg {
            background-image: url(../img/our-clients/Education/Ncg/ncg-website.jpg);
        }

        .testimonial-browser .content.cornwall-college {
            background-image: url(../img/our-clients/Education/Cornwall-College/cornwall-college-website.jpg);
        }

        .testimonial-browser .content.wiltshire-college {
            background-image: url(../img/our-clients/Education/Wiltshire-College/wiltshire-college-website.jpg);
        }

        .testimonial-browser .content.united-learning {
            background-image: url(../img/our-clients/Education/United-Learning/united-learning-website.jpg);
        }

        .testimonial-browser .content.future-schools-trust {
            background-image: url(../img/our-clients/Education/Future-Schools-Trust/future-schools-trust-website.jpg);
        }

        .testimonial-browser .content.whitgift-foundation {
            background-image: url(../img/our-clients/Education/Whitgift-Foundation/whitgift-foundation-website.jpg);
        }

        .testimonial-browser .content.mole-valley-farmers {
            background-image: url(../img/our-clients/Retail/Mole-Valley-Farmers/mole-valley-farmers-website.jpg);
        }

        .testimonial-browser .content.evans-cycles {
            background-image: url(../img/our-clients/Retail/Evans-Cycles/evans-cycles-website.jpg);
        }

        .testimonial-browser .content.one-stop {
            background-image: url(../img/our-clients/Retail/One-Stop/one-stop-website.jpg);
        }

        .testimonial-browser .content.home-retail-group {
            background-image: url(../img/our-clients/Retail/Home-Retail-Group/home-retail-group-website.jpg);
        }

        .testimonial-browser .content.homebase {
            background-image: url(../img/our-clients/Retail/Homebase/homebase-website.jpg);
        }

.testimonial-advert-container {
    width: 400px;
    height: 600px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.52);
    -moz-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.52);
    box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.52);
    padding: 20px;
}

.testimonial-advert {
    width: 100%;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

    .testimonial-advert.argos {
        background-image: url(../img/our-clients/WellKnownBrands/Argos/argos-advert.jpg);
    }

    .testimonial-advert.thorntons {
        background-image: url(../img/our-clients/WellKnownBrands/Thorntons/thorntons-advert.jpg);
    }

    .testimonial-advert.hobbycraft {
        background-image: url(../img/our-clients/WellKnownBrands/Hobbycraft/hobbycraft-advert.jpg);
    }

    .testimonial-advert.wilko {
        background-image: url(../img/our-clients/WellKnownBrands/Wilko/wilko-advert.jpg);
    }

    .testimonial-advert.maplin {
        background-image: url(../img/our-clients/WellKnownBrands/Maplin/maplin-advert.jpg);
    }

    .testimonial-advert.laterooms {
        background-image: url(../img/our-clients/WellKnownBrands/Laterooms/laterooms-advert.jpg);
    }

    .testimonial-advert.london-city-airport {
        background-image: url(../img/our-clients/Commercial/london-city-airport/london-city-airport-advert.jpg);
    }

    .testimonial-advert.stonegate {
        background-image: url(../img/our-clients/Commercial/Stonegate/stonegate-advert.jpg);
    }

    .testimonial-advert.domestic-and-general {
        background-image: url(../img/our-clients/Commercial/Domestic-and-General/domestic-and-general-advert.jpg);
    }

    .testimonial-advert.vitality {
        background-image: url(../img/our-clients/Commercial/Vitality/vitality-advert.jpg);
    }

    .testimonial-advert.tlt {
        background-image: url(../img/our-clients/Commercial/Tlt/tlt-advert.jpg);
    }

    .testimonial-advert.wolters-kluwer {
        background-image: url(../img/our-clients/Commercial/Wolters-Kluwer/wolters-kluwer-advert.jpg);
    }

    .testimonial-advert.mitsubishi-hitachi {
        background-image: url(../img/our-clients/Manufacturing/Mitsubishi-Hitachi/mitsubishi-hitachi-advert.jpg);
    }

    .testimonial-advert.tulip {
        background-image: url(../img/our-clients/Manufacturing/Tulip/tulip-advert.jpg);
    }

    .testimonial-advert.doosan {
        background-image: url(../img/our-clients/Manufacturing/Doosan/doosan-advert.jpg);
    }

    .testimonial-advert.lucite-international {
        background-image: url(../img/our-clients/Manufacturing/Lucite-International/lucite-international-advert.jpg);
    }

    .testimonial-advert.yeo-valley {
        background-image: url(../img/our-clients/Manufacturing/Yeo-Valley/yeo-valley-advert.jpg);
    }

    .testimonial-advert.tata-steel {
        background-image: url(../img/our-clients/Manufacturing/Tata-Steel/tata-steel-advert.jpg);
    }

    .testimonial-advert.aster {
        background-image: url(../img/our-clients/Housing/Aster/aster-advert.jpg);
    }

    .testimonial-advert.yorkshire-housing {
        background-image: url(../img/our-clients/Housing/Yorkshire-Housing/yorkshire-housing-advert.jpg);
    }

    .testimonial-advert.paradigm {
        background-image: url(../img/our-clients/Housing/Paradigm/paradigm-advert.jpg);
    }

    .testimonial-advert.knightstone {
        background-image: url(../img/our-clients/Housing/Knightstone/knightstone-advert.jpg);
    }

    .testimonial-advert.places-for-people {
        background-image: url(../img/our-clients/Housing/Places-for-People/places-for-people-advert.jpg);
    }

    .testimonial-advert.orbit {
        background-image: url(../img/our-clients/Housing/Orbit/orbit-advert.jpg);
    }

    .testimonial-advert.waterloo-housing {
        background-image: url(../img/our-clients/Housing/Waterloo-Housing/waterloo-housing-advert.jpg);
    }

    .testimonial-advert.curo-group {
        background-image: url(../img/our-clients/Housing/Curo-Group/curo-advert.jpg);
    }

    .testimonial-advert.grand-union {
        background-image: url(../img/our-clients/Housing/Grand-Union/grand-union-advert.jpg);
    }

    .testimonial-advert.watford {
        background-image: url(../img/our-clients/Housing/watford/watford-advert.jpg);
    }

    .testimonial-advert.north-hertfordshire {
        background-image: url(../img/our-clients/Housing/North-Hertfordshire/north-hertfordshire-advert.jpg);
    }

    .testimonial-advert.gateway-housing {
        background-image: url(../img/our-clients/Housing/Gateway-Housing/gateway-housing-advert.jpg);
    }

    .testimonial-advert.pdsa {
        background-image: url(../img/our-clients/Charities/Pdsa/pdsa-advert.jpg);
    }

    .testimonial-advert.fitzroy {
        background-image: url(../img/our-clients/Charities/Fitzroy/fitzroy-advert.jpg);
    }

    .testimonial-advert.rethink {
        background-image: url(../img/our-clients/Charities/Rethink/rethink-advert.jpg);
    }

    .testimonial-advert.macintyre {
        background-image: url(../img/our-clients/Charities/Macintyre/macintyre-advert.jpg);
    }

    .testimonial-advert.hestia {
        background-image: url(../img/our-clients/Charities/Hestia/hestia-advert.jpg);
    }

    .testimonial-advert.cornwall-hospice-care {
        background-image: url(../img/our-clients/Charities/Cornwall-Hospice-Care/cornwall-hospice-care-advert.jpg);
    }

    .testimonial-advert.ncg {
        background-image: url(../img/our-clients/Education/Ncg/ncg-advert.jpg);
    }

    .testimonial-advert.cornwall-college {
        background-image: url(../img/our-clients/Education/Cornwall-College/cornwall-college-advert.jpg);
    }

    .testimonial-advert.wiltshire-college {
        background-image: url(../img/our-clients/Education/Wiltshire-College/wiltshire-college-advert.jpg);
    }

    .testimonial-advert.united-learning {
        background-image: url(../img/our-clients/Education/United-Learning/united-learning-advert.jpg);
    }

    .testimonial-advert.future-schools-trust {
        background-image: url(../img/our-clients/Education/Future-Schools-Trust/future-schools-trust-advert.jpg);
    }

    .testimonial-advert.whitgift-foundation {
        background-image: url(../img/our-clients/Education/Whitgift-Foundation/whitgift-foundation-advert.jpg);
    }

    .testimonial-advert.mole-valley-farmers {
        background-image: url(../img/our-clients/Retail/Mole-Valley-Farmers/mole-valley-farmers-advert.jpg);
    }

    .testimonial-advert.evans-cycles {
        background-image: url(../img/our-clients/Retail/Evans-Cycles/evans-cycles-advert.jpg);
    }

    .testimonial-advert.one-stop {
        background-image: url(../img/our-clients/Retail/One-Stop/one-stop-advert.jpg);
    }

    .testimonial-advert.home-retail-group {
        background-image: url(../img/our-clients/Retail/Home-Retail-Group/home-retail-group-advert.jpg);
    }

    .testimonial-advert.homebase {
        background-image: url(../img/our-clients/Retail/Homebase/homebase-advert.jpg);
    }

/*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/




/*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/

.user-navigation, .recruiter-navigation-bar {
    float: left;
    width: 100%;
    background-color: rgb(236, 236, 236);
    padding: 20px 30px;
    z-index: 4;
    position: relative;
    height: 60px;
    top: 0px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    border-top: 1px solid rgba(221, 221, 221, 1);
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

    .user-navigation.top {
        top: 76px;
        position: fixed;
        border-bottom: 1px solid rgba(221, 221, 221, 1);
        border-top: none;
    }

.user-icon {
    width: 125px;
    height: 125px;
    border-radius: 5px;
    background-color: rgba(245, 248, 250, 1);
    background-image: url(../img/icons/5e5e5e/blank-user.svg);
    box-shadow: rgba(0,0,0,0.05) 2px 0px 11px;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    bottom: -30px;
    border: 3px solid rgba(255, 255, 255, 1);
    float: left;
    background-repeat: no-repeat;
    right: 0;
    cursor: default;
}

.user-icon-settings-container {
    padding: 5px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 5px 0px 0px;
    cursor: pointer;
    width: 125px;
    height: 125px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-image: none;
}

.user-icon-settings {
    background-image: url(../img/icons/5e5e5e/edit-icon.svg);
    border: 2px solid rgba(94, 94, 94, 1);
    content: "";
    display: block;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: 0px 0px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 0px;
    height: 0px;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    opacity: 0;
}

.your-profile-section .user-icon {
    position: relative;
    border: 1px solid rgb(221, 221, 221);
}

.user-icon:hover .user-icon-settings-container, .user-icon:focus .user-icon-settings-container {
    background-color: rgba(255, 255, 255, 0.75);
}

    .user-icon:hover .user-icon-settings-container .user-icon-settings, .user-icon:focus .user-icon-settings-container .user-icon-settings {
        opacity: 1;
        width: 60px;
        height: 60px;
        background-size: 30px 30px;
    }


.user-icon.user-icon-small {
    width: 50px;
    height: 50px;
    top: -5px;
    right: 0px;
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    cursor: default;
}

.user-navigation.stuck .user-icon.user-icon-small {
    opacity: 1;
    visibility: visible;
    top: 5px;
}

.user-navigation.top .user-icon.user-icon-normal {
    display: none;
}

.user-navigation.stuck {
    position: fixed;
    top: 130px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.user-navigation.recruiter-navigation-bar.stuck {
    top: 76px;
    border-top: none;
    height: 59px;
}

.user-navigation .container {
    position: relative;
    top: 0;
}

.user-name {
    float: left;
    text-align: right;
    font-weight: 700;
    color: rgba(40, 40, 40, 1);
    margin-right: 25px;
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: -o-calc(100% - 150px);
    width: calc(100% - 150px);
    position: relative;
    right: 0;
}

.user-navigation.stuck .user-name, .user-navigation.top .user-name {
    right: -70px;
}

.user-navigation.stuck .user-icon {
    opacity: 0;
    visibility: hidden;
    bottom: 70px;
    right: 0;
    float: right;
}

    .user-navigation.stuck .user-icon.user-icon-small, .user-navigation.top .user-icon.user-icon-small {
        opacity: 1;
        visibility: visible;
        top: -5px;
        right: 0;
        z-index: 1;
    }

.user-name span {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
}

.user-details {
    float: left;
    width: 40%;
    padding: 10px 0;
}

.user-account-buttons-container {
    float: left;
    width: 60%;
}

    .user-account-buttons-container .ntx-button:last-of-type {
        margin-right: 0;
    }

    .user-account-buttons-container .ntx-button.user-account-button {
        color: #ffffff !important;
    }

.ui-widget {
    font-family: Roboto, sans-serif !important;
}

.ui-autocomplete {
    display: none;
    position: absolute;
    list-style-type: none;
    width: 100% !important;
    height: 300px;
    overflow: auto;
    word-break: break-word;
    white-space: normal;
    background: #ffffff !important;
    border: 2px solid #dddddd !important;
    padding: 15px;
}

    .ui-autocomplete:before {
        content: "suggested locations...";
        font-size: 19px;
        color: #7a7a7a;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #dddddd;
        margin-bottom: 10px !important;
        clear: both;
        display: block;
    }

    .ui-autocomplete li {
        cursor: pointer !important;
        padding: 5px !important;
        margin: 0 !important;
        border: 1px solid #ffffff !important;
    }

        .ui-autocomplete li .ui-state-focus, .ui-autocomplete li a {
            background: #ffffff !important;
            color: #000000;
            font-weight: normal;
        }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #f8f8f8 !important;
    border: 1px solid #dddddd !important;
    color: #282828 !important;
    font-weight: normal !important;
}

ul.navigation li ul {
    display: none;
    position: absolute;
    top: 47px;
    z-index: -1;
    float: left;
    width: 250px;
    left: 0px;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-top: none;
    cursor: default;
}

ul.navigation li:hover ul {
    display: block;
}

ul.navigation li ul li {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    border: 2px solid rgb(255, 255, 255);
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

    ul.navigation li ul li:last-of-type {
        margin-bottom: 0;
    }

    ul.navigation li ul li a {
        padding: 10px 20px;
    }

.ui-widget-overlay {
    background-color: rgba(45, 45, 45, 0.75) !important;
    background-image: none !important;
}

.user-icon.Name-A {
    background-image: url(../img/icons/Name-Icons/Name-A-Icon.svg);
}

.user-icon.Name-B {
    background-image: url(../img/icons/Name-Icons/Name-B-Icon.svg);
}

.user-icon.Name-C {
    background-image: url(../img/icons/Name-Icons/Name-C-Icon.svg);
}

.user-icon.Name-D {
    background-image: url(../img/icons/Name-Icons/Name-D-Icon.svg);
}

.user-icon.Name-E {
    background-image: url(../img/icons/Name-Icons/Name-E-Icon.svg);
}

.user-icon.Name-F {
    background-image: url(../img/icons/Name-Icons/Name-F-Icon.svg);
}

.user-icon.Name-G {
    background-image: url(../img/icons/Name-Icons/Name-G-Icon.svg);
}

.user-icon.Name-H {
    background-image: url(../img/icons/Name-Icons/Name-H-Icon.svg);
}

.user-icon.Name-I {
    background-image: url(../img/icons/Name-Icons/Name-I-Icon.svg);
}

.user-icon.Name-J {
    background-image: url(../img/icons/Name-Icons/Name-J-Icon.svg);
}

.user-icon.Name-K {
    background-image: url(../img/icons/Name-Icons/Name-K-Icon.svg);
}

.user-icon.Name-L {
    background-image: url(../img/icons/Name-Icons/Name-L-Icon.svg);
}

.user-icon.Name-M {
    background-image: url(../img/icons/Name-Icons/Name-M-Icon.svg);
}

.user-icon.Name-N {
    background-image: url(../img/icons/Name-Icons/Name-N-Icon.svg);
}

.user-icon.Name-O {
    background-image: url(../img/icons/Name-Icons/Name-O-Icon.svg);
}

.user-icon.Name-P {
    background-image: url(../img/icons/Name-Icons/Name-P-Icon.svg);
}

.user-icon.Name-Q {
    background-image: url(../img/icons/Name-Icons/Name-Q-Icon.svg);
}

.user-icon.Name-R {
    background-image: url(../img/icons/Name-Icons/Name-R-Icon.svg);
}

.user-icon.Name-S {
    background-image: url(../img/icons/Name-Icons/Name-S-Icon.svg);
}

.user-icon.Name-T {
    background-image: url(../img/icons/Name-Icons/Name-T-Icon.svg);
}

.user-icon.Name-U {
    background-image: url(../img/icons/Name-Icons/Name-U-Icon.svg);
}

.user-icon.Name-V {
    background-image: url(../img/icons/Name-Icons/Name-V-Icon.svg);
}

.user-icon.Name-W {
    background-image: url(../img/icons/Name-Icons/Name-W-Icon.svg);
}

.user-icon.Name-X {
    background-image: url(../img/icons/Name-Icons/Name-X-Icon.svg);
}

.user-icon.Name-Y {
    background-image: url(../img/icons/Name-Icons/Name-Y-Icon.svg);
}

.user-icon.Name-Z {
    background-image: url(../img/icons/Name-Icons/Name-Z-Icon.svg);
}

/*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/





/*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/

.verification-overlay, .login-overlay, .social-media-privacy-login-overlay, .profile-introduction {
    background-color: rgba(45, 45, 45, 0.75);
}

    .verification-overlay .ntx-button.primary-green {
        float: left;
    }

#ViewProfileWizard {
    float: left;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0px;
    background: rgba(45, 45, 45, 0.75);
    z-index: 10;
    width: 100%;
}

    #ViewProfileWizard .pop-up-wrapper {
        width: 1200px;
        margin: 0 auto;
        background-color: rgb(255, 255, 255);
        border-radius: 0px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
        -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
        box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
        border: 1px solid #dddddd;
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
        top: 50px;
        height: -moz-calc(100% - 100px) !important;
        height: -webkit-calc(100% - 100px) !important;
        height: -o-calc(100% - 100px) !important;
        height: calc(100% - 100px) !important;
    }

        #ViewProfileWizard .pop-up-wrapper #NTXAppFormNav {
            width: 100%;
            height: 100%;
        }

    #ViewProfileWizard .h6 {
        text-align: left;
        padding-bottom: 10px;
        border-bottom: 1px solid rgb(221, 221, 221);
    }

.verification-container {
    float: left;
    width: 100%;
    display: flex;
    background-color: rgba(255, 255, 255, 1);
    height: 400px;
    position: relative;
    top: 50%;
    padding: 0px;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    box-sizing: unset;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

    .verification-container .h3 {
        text-align: left;
    }

    .verification-container input {
        border: 1px solid rgba(221, 221, 221, 1);
        padding: 10px;
        width: 100%;
        font-weight: 600;
        margin: 20px 0;
    }


.verification-left {
    float: left;
    width: 50%;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
}

.verification-left-overlay {
    background-color: rgba(255, 136, 57, 0.75);
    float: left;
    width: 50%;
    height: 400px;
    position: absolute;
    z-index: 1;
}

.verification-left-image {
    background-image: url(../img/hero-images/recruiter/macbook-verification-image.jpg);
    float: left;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 50%;
    height: auto;
    min-height: 400px;
}

.verification-right {
    float: right;
    width: 50%;
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 30px;
}

    .verification-right .container {
        width: 540px;
        float: left;
    }

    .verification-right .ntx-button {
        margin-right: 15px;
        color: #ffffff !important;
    }

.verification-overlay p span {
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
}

#ViewProfileWizard .candidate-dialog-actions .ntx-button.ntx-button-arrow-right, #ViewProfileWizard .candidate-dialog-actions .ntx-button.ntx-button-arrow-left, .popup-page .ntx-button.ntx-button-arrow-left, .popup-page .ntx-button.ntx-button-arrow-right {
    background-size: 10px;
}

#ViewProfileWizard .checkbox-container label.checkbox input[type=checkbox] {
    display: none;
}

#ViewProfileWizard hr {
    border-top: 1px solid #dddddd;
}

#ViewProfileWizard td.padding-right img {
    width: 30px;
    height: 30px;
    float: left;
}

#ViewProfileWizard .ntx-button.job-alerts-button {
    padding-left: 50px;
}

#ViewProfileWizard .container {
    top: 50px;
    height: -moz-calc(100% - 100px) !important;
    height: -webkit-calc(100% - 100px) !important;
    height: -o-calc(100% - 100px) !important;
    height: calc(100% - 100px) !important;
}

#ViewProfileWizard .profile-pointers.profile-pointers-1 {
    top: 10px;
    bottom: auto;
    left: 310px;
}

    #ViewProfileWizard .profile-pointers.profile-pointers-1:before {
        left: -37px;
        top: 25px;
        border: 18px solid;
        border-color: rgba(0, 0, 0, 0) rgb(221, 221, 221) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    #ViewProfileWizard .profile-pointers.profile-pointers-1:after {
        left: -30px;
        top: 28px;
        border: 15px solid;
        border-color: rgba(0, 0, 0, 0) rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

.view-next-section-container .ntx-button {
    text-align: center;
    float: none;
    margin: 0 auto;
    width: 80%;
}

#ViewAdvert .AdvertParentContainer {
    margin: 0 auto;
}

#ViewAdvert .job-a-actions-container {
    float: left;
    width: 100%;
}

/*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/





/*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/

.width-auto {
    width: auto !important;
}

.wide {
    float: left;
    width: 100%;
    height: 270px;
}

    .wide .further-jobs-container {
        float: left;
        width: 100%;
        height: 270px;
    }

.work-for-us-jobs-container {
    margin: 0 auto;
    width: 100%;
    margin-top: 50px;
}

.wiltshire-college-header-image {
    background-image: url(../img/our-clients/Education/wiltshire-college/wiltshire-college-header.jpg);
}

/*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/





/*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/



/*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/





/*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/

.your-profile-section.reference:nth-of-type(1) {
    padding-top: 20px;
    border-top: 1px solid #dddddd;
    margin-top: 20px;
}

.your-profile-section:nth-last-of-type(1) {
    padding-top: 0;
}

.your-profile-action-buttons-section.references .ntx-button.ntx-button-left {
    float: left;
}

.your-profile-section {
    padding: 10px 0;
    width: 100%;
    margin-bottom: 20px;
}

    .your-profile-section#divSelectedReferences {
        margin-bottom: 0;
    }

        .your-profile-section#divSelectedReferences h2.h3 {
            text-align: left;
        }

    .your-profile-section .job-details span {
        font-weight: 700;
    }

.your-profile-is-incomplete-container td:first-of-type {
    width: 125px;
    vertical-align: top;
}

.your-profile-is-incomplete-container td:nth-of-type(2) {
    width: -moz-calc(100% - 125px) !important;
    width: -webkit-calc(100% - 125px) !important;
    width: -o-calc(100% - 125px) !important;
    width: calc(100% - 125px) !important;
}

.your-profile-is-incomplete-container ol, .your-profile-is-incomplete-container ul {
    padding: 20px;
    font-weight: 500;
}

    .your-profile-is-incomplete-container ol li, .your-profile-is-incomplete-container ul li {
        padding-bottom: 20px;
    }

.your-profile-section .h6 {
    text-align: left;
    margin-bottom: 0;
}

.your-profile-section .title {
    /*color: rgb(12, 98, 171);*/
    font-weight: bold;
}

.your-profile-section .details {
    float: left;
    padding-left: 10px;
}

.your-profile-section .incomplete {
    font-weight: bold;
    color: #4F5A65;
}

.your-profile-title-section {
    width: 20%;
}

    .your-profile-title-section.references {
        width: 65%;
    }

.reference-info .your-profile-title-section.references {
    width: 65%;
}

.reference-info .your-profile-action-buttons-section.references {
    width: 35%;
    position: relative;
    z-index: 1;
}

    .reference-info .your-profile-action-buttons-section.references .ntx-button {
        padding-right: 12.5px !important;
    }


.your-profile-title-section.references .your-profile-action-buttons-section.references .ntx-button:last-of-type {
    margin-left: 10px;
}

.your-profile-action-buttons-section.references .ntx-button:first-of-type {
    margin-left: 0px;
}

.your-profile-action-buttons-section.references .ntx-button {
    margin: 0px 0px 20px 10px;
}

.your-profile-title-section.references h5 {
    margin-bottom: 0;
}

.your-profile-action-buttons-section {
    width: 80%;
}

    .your-profile-action-buttons-section.references {
        width: 100%;
    }

.your-profile-header {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
}

.your-profile-action-buttons-section .ntx-button {
    margin: 0px 0px 10px 10px;
}

.your-profile-action-buttons-section .ntx-button {
    padding: 10px 12.5px 10px 45px;
}

.populated-from-cv {
    background-image: url(../img/icons-32/282828/cvs-icon.png);
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/





/*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/



/*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/






.mdl-spinner {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
}

    .mdl-spinner:not(.is-upgraded).is-active:after {
        content: "Loading...";
    }

    .mdl-spinner.is-upgraded.is-active {
        -moz-animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
        -webkit-animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
        animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
    }


@-moz-keyframes mdl-spinner__container-rotate {
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-webkit-keyframes mdl-spinner__container-rotate {
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@keyframes mdl-spinner__container-rotate {

    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}


.mdl-spinner__layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mdl-spinner__layer-1 {
    border-color: #42a5f5;
}

.mdl-spinner--single-color .mdl-spinner__layer-1, .mdl-spinner--single-color .mdl-spinner__layer-2, .mdl-spinner--single-color .mdl-spinner__layer-3, .mdl-spinner--single-color .mdl-spinner__layer-4 {
    border-color: rgb(63,81,181);
}

.mdl-spinner.is-active .mdl-spinner__layer-1 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-2 {
    border-color: #f44336;
}

.mdl-spinner.is-active .mdl-spinner__layer-2 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-3 {
    border-color: #fdd835;
}

.mdl-spinner.is-active .mdl-spinner__layer-3 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-4 {
    border-color: #4caf50;
}

.mdl-spinner.is-active .mdl-spinner__layer-4 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}


/*--------*/

@-moz-keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -o-transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -o-transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -o-transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -o-transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
    }
}

@-webkit-keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -o-transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -o-transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -o-transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -o-transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
    }
}

@keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -o-transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -o-transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -o-transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -o-transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-1-fade-in-out {
    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

@-webkit-keyframes mdl-spinner__layer-1-fade-in-out {
    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

@keyframes mdl-spinner__layer-1-fade-in-out {

    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-2-fade-in-out {
    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-2-fade-in-out {
    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-2-fade-in-out {

    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-3-fade-in-out {
    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-3-fade-in-out {
    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-3-fade-in-out {

    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-4-fade-in-out {
    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-4-fade-in-out {
    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-4-fade-in-out {

    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

/*--------*/



.mdl-spinner__gap-patch {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .mdl-spinner__gap-patch .mdl-spinner__circle {
        width: 1000%;
        left: -450%;
    }

.mdl-spinner__circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .mdl-spinner__circle-clipper .mdl-spinner__circle {
        width: 200%;
    }

.mdl-spinner__circle {
    box-sizing: border-box;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mdl-spinner__left .mdl-spinner__circle {
    border-right-color: transparent !important;
    transform: rotate(129deg);
    -ms-transform: rotate(129deg);
    -webkit-transform: rotate(129deg);
    -moz-transform: rotate(129deg);
    -o-transform: rotate(129deg);
}

.mdl-spinner.is-active .mdl-spinner__left .mdl-spinner__circle {
    -moz-animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__right .mdl-spinner__circle {
    left: -100%;
    border-left-color: transparent !important;
    transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
    -webkit-transform: rotate(-129deg);
    -moz-transform: rotate(-129deg);
    -o-transform: rotate(-129deg);
}

.mdl-spinner.is-active .mdl-spinner__right .mdl-spinner__circle {
    -moz-animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
}

/*--------*/

@-moz-keyframes mdl-spinner__left-spin {
    0%,to {
        transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

@-webkit-keyframes mdl-spinner__left-spin {
    0%,to {
        transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

@keyframes mdl-spinner__left-spin {

    0%,to {
        transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__right-spin {
    0%,to {
        transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
}

@-webkit-keyframes mdl-spinner__right-spin {
    0%,to {
        transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
}

@keyframes mdl-spinner__right-spin {

    0%,to {
        transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
}

/*--------*/






/*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/


/*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/

html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0'] .job-search-section-container.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko'] .job-search-section-container.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko'] .job-search-section-container.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko'] .job-search-section-container.stuck {
    z-index: 3;
}

html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0'] .user-navigation.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko'] .user-navigation.stuck {
    top: 75px;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
}

/*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/




@media only screen and (max-height: 700px) {

    .ntx-navigation-top {
        top: 30px;
    }

    .ntx-navigation-bottom {
        bottom: 30px;
    }
}

@-webkit-keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes borderscale {
    50% {
        -webkit-box-shadow: 0 0 0 2px #4f8196;
        -moz-box-shadow: 0 0 0 2px #4f8196;
        box-shadow: 0 0 0 2px #4f8196;
    }
}

@keyframes borderscale {
    50% {
        -webkit-box-shadow: 0 0 0 2px #4f8196;
        -moz-box-shadow: 0 0 0 2px #4f8196;
        box-shadow: 0 0 0 2px #4f8196;
    }
}

/*IE 10 / IE 11*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    section.dialog .content {
        height: 90%;
    }
}

/*IE 10 / IE 11*/




/*IE 9*/

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    section.dialog .content {
        height: 90%;
    }
}

/*IE 9*/

.ie9 main {
    display: block;
    height:100%;
    width:100%;
}

.login-bar .invalid-email-error {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
}

    .login-bar .invalid-email-error:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        background-image: url(../img/icons/e11e1e/Alert-Icon.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
    }

#divVerification {
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 15px;
}

#NTXAdvert-Dialog_dialog .candidate-dialog-top-section {
    font-size: 2rem;
    font-weight: 650;
}

.span-selected-name, .modern-ui-dropdown-option {
    font-size: 15px;
}
select {
    font-size: 15px;
}
#divSalaryRange {
    font-size: 14px;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

/*.search-container .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 1) !important;
}

.is-homepage .btn-blue:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 1) !important;
}*/

    
/*NETWORX RECRUITMENT STYLESHEET*/

/*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

::selection {
    background: #212529;
    text-shadow: none;
    color: rgba(255, 255, 255, 1);
}



@media screen and (max-height: 800px) {


    .job-search-overlay, .job-search-section-container {
        height: -moz-calc(100% - 136px) !important;
        height: -webkit-calc(100% - 136px) !important;
        height: -o-calc(100% - 136px) !important;
        height: calc(100% - 136px) !important;
    }

    .scroll-down-container {
        /*bottom: 80px !important;*/
    }

    .job-search-section-container.stuck .job-search-overlay {
        height: 55px !important;
    }

    .profile-pointers-container .container {
        height: -moz-calc(100% - 60px) !important;
        height: -webkit-calc(100% - 60px) !important;
        height: -o-calc(100% - 60px) !important;
        height: calc(100% - 60px) !important;
    }

    .login-dialogue-box {
        height: 90% !important;
    }

    .login-bottom-section {
        height: calc(100% - 100px) !important;
    }

    .login-bottom-content {
        height: calc(100% - 65px) !important;
    }

    

    .not-logged-in .job-search-section-container, .not-logged-in .job-search-overlay {
        height: calc(100% - 76px) !important;
    }
}

@media screen and (max-height: 700px) {

    
}

@media screen and (max-height: 650px) {

    
}

/*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/





/*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/

a {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

a[href*="http"],
a[href*="mailto"],
a[href*="tel"]{
    font-weight:bold;
}

.available-slots {
    padding: 0px;
}

.accessibility-statement h1, .accessibility-statement h2, .accessibility-statement h3, .accessibility-statement h4, .accessibility-statement h5, .accessibility-statement h6 {
    text-align: left;
    margin-top: 1rem;
}

.accessibility-statement ul {
    margin: 1rem 0 1rem 2rem;
}

    .accessibility-statement ul li {
        margin: 0 0 1rem;
    }

.account-renew {
    min-height: 80vh !important;
    width: 40vw !important;
    padding: 2rem 6rem;
    text-align: center;
}

@media only screen and (max-width: 1000px) {

    .account-renew {
        width: 90% !important;
        padding: 2rem 2rem;
        text-align: center;
    }
}

.account-renew-logo {
    margin: 1rem auto 4rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 120px;
    width: 100%;
    clear: both;
}

.account-renew-cross, .account-renew-tick {
    height: 4rem;
    width: 4rem;
    background-image: url(../img/icons/E11E1E/Close-Icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.account-renew-tick {
    background-image: url(../img/icons/4cab0c/tick.svg);
}

.account-renew h1 {
    display: inline-block;
    text-align: center;
}

.account-renew h2 {
    display: inline-block;
    text-align: center;
}

.account-renew img {
    margin: auto;
}

.action-hidden { 
    overflow-y: hidden;
}

.candidate-dialog-box .available-slots .ntx-button-location {
    background-image: url(../img/icons/5e5e5e/Location-Pin.svg);
    background-size: 15px;
}

    .candidate-dialog-box .available-slots .ntx-button-location:hover {
        text-decoration: underline !important;
        background-color: rgb(245, 248, 250);
    }

.ad-login-alert #adLoginDialog {
    display: none;
}

    .ad-login-alert #adLoginDialog.active {
        display: block !important;
        right: calc(-70px - 2.2rem);
        top: calc(30px + 1.4rem);
    }

    .ad-login-alert #adLoginDialog .overlay-close {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

.apoint-recruitment-technology-setup {
    background-image: url(../img/hero-images/recruiter/apoint-recruitment-technology.jpg);
}

.advanced-search-options-overlay, .refine-search-overlay, .verification-overlay, .login-overlay, .social-media-privacy-login-overlay, .profile-introduction {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 0%;
    width: 0%;
    background-color: rgba(255, 255, 255, 0.98);
    opacity: 0;
    visibility: hidden;
    z-index: 11;
}

    .advanced-search-options-overlay.active, .refine-search-overlay.active, .verification-overlay.active, .login-overlay.active, .social-media-privacy-login-overlay.active, .profile-introduction.active, .candidate-dialog.active {
        height: 100%;
        width: 100%;
        opacity: 1;
        visibility: visible;
    }

    .advanced-search-options-overlay .container, .refine-search-overlay .container {
        width: 1000px;
        height: 100%;
    }

    .advanced-search-options-overlay .ntx-navigation-close-icon, .refine-search-overlay .ntx-navigation-close-icon {
        background-image: url(../img/icons/5e5e5e/close-icon.svg);
        position: relative;
        right: 0;
    }

    .advanced-search-options-overlay .h3, .refine-search-overlay .h3 {
        text-align: left;
        margin-bottom: 10px;
    }

.advanced-search-intro-details {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.advanced-search-input {
    border: none;
    border-bottom: 1px solid rgba(94, 94, 94, 1);
    background-color: transparent;
    padding: 15px;
    width: 100%;
    float: left;
    font-weight: 400;
    opacity: 0.5;
}

.advanced-search-options-container {
    margin-top: 30px;
}

.advanced-search-option-checkbox {
    float: left;
    width: 48%;
    margin-right: 2%;
    border-radius: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin-bottom: 15px;
    margin-top: 15px;
}

    .advanced-search-option-checkbox:nth-of-type(2n) {
        margin-right: 0;
    }

    .advanced-search-option-checkbox:hover {
        background-color: rgba(245, 248, 250,1);
    }

.advanced-search-option-label, .references-label {
    float: left;
    width: 100%;
    padding: 20px;
    padding-left: calc(35px + 0.6rem) !important;
    cursor: pointer;
}

.references-label {
    padding: 0px;
}

    .advanced-search-option-label:before, .references-label:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        border: 1px solid rgba(221, 221, 221, 1);
        width: 25px;
        height: 25px;
        float: left;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 20px;
        background-color: #ffffff;
        transform: translate(0,-50%);
    }

    .advanced-search-option-checkbox-input,
    .advanced-search-option-checkbox {
        position: relative;
    }

.advanced-search-option-checkbox-input, .references-checkbox-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.references-label-text {
    text-decoration: none !important;       
}

input[type=checkbox].advanced-search-option-checkbox-input:checked + label.advanced-search-option-label:before, input[type=checkbox].references-checkbox-input:checked + label.references-label:before {
    background-image: url(../img/icons/ffffff/tick.svg);
    background-color: rgba(76, 171, 12, 1);
}

input[type=checkbox].advanced-search-option-checkbox-input:not(:checked) + label.advanced-search-option-label:before, input[type=checkbox].references-checkbox-input:not(:checked) + label.references-label:before {
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-color: rgba(225, 30, 30, 0.25);
    background-size: 15px;
}

input[type=text].reference-name {
    width: 48%;
    padding: 8px 14px;
    border: 1px solid #cecece;
    text-rendering: optimizeLegibility;
    margin-bottom: 8px;
}

.advanced-search-options-container::-webkit-scrollbar, .ui-autocomplete.ui-front::-webkit-scrollbar, .login-bottom-content::-webkit-scrollbar {
    width: 10px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.advanced-search-options-container::-webkit-scrollbar-track, .ui-autocomplete.ui-front::-webkit-scrollbar-track, .login-bottom-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
}

.advanced-search-options-container::-webkit-scrollbar-thumb, .ui-autocomplete.ui-front::-webkit-scrollbar-thumb, .login-bottom-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(40,40,40,0.2);
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.25);
}

    .advanced-search-options-container::-webkit-scrollbar-thumb:hover, .ui-autocomplete.ui-front::-webkit-scrollbar-thumb:hover, .login-bottom-content::-webkit-scrollbar-thumb:hover {
        background: rgba(40,40,40,0.35);
    }


.job-search-image.apoint-recruitment-technology {
    background-image: url(../img/hero-images/recruiter/apoint-recruitment-technology.jpg);
}

.job-search-image.assets-header-image {
    background-image: url(../img/hero-images/recruiter/assets-header-image.jpg);
}

.assets-container {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.auth-password.login-bottom-content {
    -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box !important; /* Firefox, other Gecko */
    box-sizing: border-box !important; /* Opera/IE 8+ */
    padding: 15px 0 0;
    top: 0;
    height: auto;
}

    .auth-password.login-bottom-content * {
        -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box !important; /* Firefox, other Gecko */
        box-sizing: border-box !important; /* Opera/IE 8+ */
    }

    .auth-password.login-bottom-content input {
        margin-bottom: 20px;
    }

        .auth-password.login-bottom-content input:first-of-type {
            margin-top: 20px;
        }

#ad-account-dialog_dialog > div.dialogue-content div.candidate-dialog-bottom-content {
    padding: 0px;
}

.app-form-questions h2 {
    font-weight: bold;
}

.app-form-questions {
    padding: 0px;
}

.app-form-questions:nth-child(1) {
    padding:50px;
}

#div-main-application .app-form-questions {
    padding:0;
}

.login-bar .login-bar-popup ul ul.asm-dropdown {
    width: 100%;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    padding: 0;
    overflow-x: hidden;
    z-index: 2;
}

.login-bar .login-bar-popup td.login-item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

    .login-bar.login-bar-popup td.login-item .app-continue-button#LoginButton {
        width: 100%;
        text-align: left;
        border-radius: 0 !important;
        padding: 10px 50px !important;
        background-image: url(../img/icons/ffffff/Mail-Icon.svg);
        background-size: 25px;
        background-position: 15px 50%;
        background-repeat: no-repeat;
    }

    .login-bar .login-bar-popup td.login-item:last-of-type {
        margin-bottom: 0;
    }

    .login-bar .login-bar-popup td.login-item .login-email-prompt {
        text-align: center;
        margin-bottom: 10px;
    }

    .login-bar .login-bar-popup td.login-item input {
        width: 100%;
        border: 1px solid #dddddd;
        padding: 15px;
    }

.login-item .invalid-email-error {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
}

.login-item .privacy-policy-not-selected-social-media {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
}

.login-item .invalid-email-error:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(../img/icons/e11e1e/Alert-Icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.login-item .privacy-policy-not-selected-social-media:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(../img/icons/e11e1e/Alert-Icon.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.login-bar .login-bar-popup ul ul.asm-dropdown li {
    padding: 10px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

    .login-bar .login-bar-popup ul ul.asm-dropdown li:hover, .login-bar .login-bar-popup ul ul.asm-dropdown li.is-highlighted {
        text-decoration: underline;
        background-color: rgb(255, 255, 255);
        border-top: 1px solid rgb(221, 221, 221);
        border-bottom: 1px solid rgb(221, 221, 221);
    }

    @media only screen and (max-wdith: 767.98px){
        .AdvertParentContainer ul{
            margin: 20px 0px!important;
        }
    }

/*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/





/*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/


body.client-candidate-account .header-banner {
    display: none;
}

.body-nav-active {
    overflow: hidden;
}

.bottom-section {
    float: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0px 0px 4px 4px;
}

.bounce {
    /*-moz-animation: bounce 2.5s infinite;
    -webkit-animation: bounce 2.5s infinite;
    animation: bounce 3s infinite;*/
}

body.no-scroll {
    overflow: hidden;
}

.border-bottom {
    border-bottom: 1px solid #999;
}

    button.button {
        display: inline-block;
        padding: 10px 30px 10px 30px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #dddddd;
        -ms-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background-color: rgb(255, 255, 255);
        color: rgb(40, 40, 40);
        text-transform: uppercase;
        font-weight: 500;
    }

        button.button.primary {
            background-color: rgb(77, 171, 13);
            color: rgb(255, 255, 255);
        }

            button.button.primary:hover {
                background-color: rgba(77, 171, 13, 0.75);
            }

        button.button:disabled {
            background-color: #e4e4e4;
            color: #282828;
        }

            button.button:disabled:hover {
                text-decoration: none;
            }

/*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/





/*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/

.cand-a-container {
    float: left;
    width: 100%;
}

    .cand-a-container .h2 {
        font-weight: 400;
        margin-bottom: 10px;
    }

        .cand-a-container .h2 span {
            font-weight: 600;
        }

    .cand-a-container .h3 {
        font-weight: 400;
        padding-left: 0;
        text-align: left;
        margin-bottom: 0;
    }

.candidate-account-navigation li {
    font-weight: 500;
    padding: 20px 20px 20px 20px;
    clear: both;
    border-bottom: 1px solid rgb(221, 221, 221);
    cursor: pointer;
    background: rgba(0, 0, 0, 0) none no-repeat 320px center;
}

.candidate-account-navigation ul li.selected, .candidate-account-navigation ul li:hover {
    background-color: rgb(255, 255, 255);
}

.candidate-account-navigation .li-nav-icon {
    border-radius: 0px;
}

.candidate-attraction-social-media-logo {
    background-repeat: no-repeat;
    background-position: left 50%;
    background-size: contain;
}

    .candidate-attraction-social-media-logo.linkedin-logo {
        background-image: url(../img/misc/linkedin-logo.svg);
        width: 130px;
        height: 50px;
    }

    .candidate-attraction-social-media-logo.facebook-logo {
        background-image: url(../img/misc/facebook-logo.svg);
        width: 130px;
        height: 50px;
    }

    .candidate-attraction-social-media-logo.twitter-logo {
        background-image: url(../img/misc/twitter-logo.svg);
        width: 130px;
        height: 40px;
    }

    .candidate-attraction-social-media-logo.glassdoor-logo {
        background-image: url(../img/misc/glassdoor-logo.svg);
        width: 130px;
        height: 40px;
    }

.job-search-image.candidate-attraction-setup, .promoted-content-image.candidate-attraction-setup {
    background-image: url(../img/hero-images/recruiter/candidate-attraction-setup.jpg);
}

.candidate-dialog {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 0%;
    width: 0%;
    background-color: rgba(45, 45, 45, 0.75);
    opacity: 0;
    visibility: hidden;
    z-index: 12;
}

.candidate-dialog:not(.active)
{
    display:none;
}

    .candidate-dialog input {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        margin-right: 8px;
    }

        .candidate-dialog input[type="checkbox"]:not(.privacy-policy-checkbox) {
            /*display: none;*/
        }

        .candidate-dialog input[type="checkbox"]#chkNonUK {
            display: inline-block;
        }


    .candidate-dialog .your-profile-action-buttons-section.references .ntx-button {
        margin-bottom: 0;
        float: left;
    }


label.checkbox:before {
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    border: 1px solid rgb(221, 221, 221);
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 20px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.checkbox-container label.checkbox.valid:before, .checkbox-container label.checkbox.checked:before {
    background-image: url(../img/icons/ffffff/tick.svg);
    background-color: rgb(76, 171, 12);
}

.candidate-dialog .container {
    height: 100%;
}

.candidate-dialog-box {
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    width: 700px;
    max-height: 700px;
    max-width:100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

    .candidate-dialog-box .ntx-button-right, #ViewProfileWizard .ntx-button-right, #AddJobAlerts .ntx-button-right {
        padding-right: 25px !important;
        text-align: left !important;
    }

    .candidate-dialog-box .ntx-button, #ViewProfileWizard .ntx-button, #AddJobAlerts .ntx-button {
        background-size: 20px;
        background-position: left 20px center;
    }

    .candidate-dialog-box .reference-item .references-content {
        padding-top: 20px;
    }

    /*.candidate-dialog-box .ntx-button-back {
    background-image: url(../img/icons/ffffff/left-arrow.svg);
}

.candidate-dialog-box .ntx-button-email {
    background-image: url(../img/icons/ffffff/Mail-Icon.svg);
}

.candidate-dialog-box .ntx-button-save
{
    
    background-image: url(../img/icons/ffffff/save-icon.svg);
}

.candidate-dialog-box .ntx-button-slots-icon
{
    
    background-image: url(../img/icons/5e5e5e/calendar-icon.svg);
}

.candidate-dialog-box .ntx-button-cancel, #AddJobAlerts .ntx-button-cancel
{
    background-image: url(../img/icons/ffffff/close-icon.svg);
}

.candidate-dialog-box .ntx-button-location
{
    background-image: url(../img/icons/ffffff/Location-Pin.svg);
}

.candidate-dialog-box .ntx-button-tick, .disc-locations-dialog .ntx-button-tick, #ViewProfileWizard .ntx-button-tick, #AddJobAlerts .ntx-button-tick
{
    background-image: url(../img/icons/ffffff/tick.svg);
}*/

    .candidate-dialog-box .ntx-button-ok {
        background-color: rgba(76, 171, 12, 1);
        /*background-image: url(../img/icons/ffffff/tick.svg);*/
    }

    .candidate-dialog-box .ntx-button-save:hover {
        background-color: rgba(115, 204, 54, 1);
    }

    .candidate-dialog-box .ntx-button-ok:hover {
        background-color: rgba(115, 204, 54, 1);
    }

.candidate-dialog-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    position: absolute;
    top: -20px;
    right: -20px;
    float: left;
    background-color: rgba(45, 45, 45, 0.9);
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer;
    z-index: 2;
}

.candidate-dialog-top-section {
    float: left;
    width: 100%;
    padding: 15px 25px;
    background-color: rgba(248, 248, 248, 1);
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.candidate-dialog-bottom-section {
    float: left;
    width: 100%;
    height: -moz-calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    height: -o-calc(100% - 70px);
    height: calc(100% - 70px);
    border-radius: 0px 0px 5px 5px;
}

.candidate-dialog-bottom-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 6px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding: 25px;
}

.candidate-dialog-form {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .candidate-dialog-form.no-margin-top {
        margin-top: 0;
    }

.candidate-dialog-box a {
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
}

.candidate-dialog-box .question {
    margin-bottom: 20px;
}

.candidate-dialog-box .question:last-of-type
{
    margin-bottom:0;
}

.candidate-dialog .h3, .candidate-dialog .h4, .candidate-dialog .h5, .candidate-dialog .h6 {
    text-align: left;
}

.candidate-dialog-title {
    text-align: left;
}

.candidate-dialog-actions {
    width: 100%;
    margin-top: 20px;
}

.candidate-dialog-support-code {
    width: 100%;
    margin-top: 20px;
}

    .candidate-dialog-support-code a {
        font-weight: 700 !important;
        text-decoration: none !important;
    }

.support-code-processing {
    width: 100%;
    text-align: center;
}

.support-code-display {
    padding: 10.5px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(40,40,40,0.75);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(40,40,40,0.75);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border: 3px solid #0B5699;
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.candidate-dialog-content ul:not(.drop-down-itemsbox) {
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.candidate-dialog-content ul:last-of-type {
    padding-bottom: 0;
}

.candidate-profile-container {
    width: 100%;
    background-color: rgb(248, 248, 248);
    padding: 25px 50px;
    border: 1px solid rgb(221, 221, 221);
    position: relative;
    margin-bottom: 20px;
}

    .candidate-profile-container table {
        width: 100%;
    }

    .candidate-profile-container:last-child {
        margin-bottom: 40px;
    }

    .candidate-profile-container .h6 {
        text-align: left;
        padding-left: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid rgb(221, 221, 221);
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .candidate-profile-container td:first-of-type {
        width: 125px;
        vertical-align: top;
    }

    .candidate-profile-container td:nth-of-type(2) {
        width: -moz-calc(100% - 125px) !important;
        width: -webkit-calc(100% - 125px) !important;
        width: -o-calc(100% - 125px) !important;
        width: calc(100% - 125px) !important;
    }

    .candidate-profile-container ol, .candidate-profile-container ul {
        padding: 20px;
        font-weight: 500;
    }

        .candidate-profile-container ol li, .candidate-profile-container ul li {
            padding-bottom: 20px;
        }

            .candidate-profile-container ol li:last-of-type, .candidate-profile-container ul li:last-of-type {
                padding-bottom: 0px;
            }

    .candidate-profile-container a {
        font-weight: 700;
        color: #0B5699;
        cursor: pointer;
    }

.cand-acc-container {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

    .cand-acc-container .header-banner .container .client-logo {
        height: 45px;
    }

    .cand-acc-container .client-logo {
        height: 45px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
        width: 185px;
        float: left;
        display: block;
    }

    .cand-acc-container .user-details {
        padding: 0;
    }

.candidate-account-email-logo-container .client-logo {
    width: 100%;
    float: left;
    background-position: 50%;
}

.candidate-account-email-ntx-button-container .ntx-button.user-account-button {
    color: rgb(255, 255, 255) !important;
    float: left;
    width: 100%;
    text-align: center;
}

.candidate-account-email-ntx-button-container {
    width: 30%;
    margin: 0 auto;
    margin-top: 20px;
}

.center {
    float: left;
    width: 380px;
    margin-left: 30px;
    margin-right: 30px;
}

.checkbox-container label, .question-response .checkbox-container label, .question-response .checkbox-container label.required {
    position: relative;
    padding: 8px 45px 8px 45px;
}

    .checkbox-container label:before, .question-response .checkbox-container label.required:before {
        top: 50%;
        left: 7.5px;
        position: absolute;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

.check-box-container {
    display: inline-block;
}

    .check-box-container input[type="checkbox"] {
        width: 0;
        height: 0;
        opacity: 0;
    }

        .check-box-container input[type="checkbox"] + label {
            cursor: pointer;
            padding: 0px;
            display: inline-block;
        }

            .check-box-container input[type="checkbox"] + label span {
                margin-right: 15px;
            }

                .check-box-container input[type="checkbox"] + label span:first-of-type {
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer;
                    border: 3px solid #ddd;
                    width: 25px;
                    height: 25px;
                    float: left;
                    border-radius: 5px;
                    background-repeat: no-repeat;
                    background-position: 50%;
                    background-size: 15px;
                    background-color: #fff;
                }

        .check-box-container input[type="checkbox"]:checked + label span {
            background-image: url(../img/icons/ffffff/tick.svg);
            background-color: #4cab0c;
        }

.clients-pre-footer {
    float: left;
    width: 100%;
    background-color: rgb(236, 236, 236);
    padding: 40px 0;
    position: relative;
    top: -2px;
    border-top: 1px solid rgba(221, 221, 221, 1);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .clients-pre-footer .client-logo {
        margin: 0 auto;
        float: none;
        background-position: 50%;
    }

.clean-table, .clean-table tr, .clean-table tr td {
    border: 0 none;
    padding: 0;
    margin: 0;
    vertical-align: central;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

    .container.recruiter-top-section-content {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

.contact-consent {
    width: 304px;
    line-height: 30px;
    border-radius: 0;
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
}

.client-logo-container {
    width: 200px;
    float: left;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 20px;
    height: 75px;
    top: 50px;
    z-index: 3;
    padding: 10px;
}

.client-logo {
    float: left;
    background-repeat: no-repeat;
    background-position: left 50%;
    background-size: contain;
    width: 180px;
    height: 55px;
}


.clear {
    clear: both;
}

.job-search-image.contact-us-header-image {
    background-image: url(../img/hero-images/recruiter/contact-us-header-image.jpg);
}

.contact-us-step {
    float: left;
    width: 100%;
    height: 50px;
    margin-top: 40px;
}

.contact-us-step-border {
    margin: 0 auto;
    width: 90%;
    height: 1px;
    background-color: #5e5e5e;
}

.contact-us-step-number {
    border-radius: 100%;
    background-color: #5e5e5e;
    position: relative;
    width: 50px;
    height: 50px;
    top: -25px;
    margin: 0 auto;
}

    .contact-us-step-number span {
        color: #FFF;
        text-align: center;
        width: 100%;
        float: left;
        height: 50px;
        line-height: 50px;
    }

.contact-us-item {
    width: 30%;
    float: left;
    text-align: center;
    padding: 15px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    cursor: pointer;
    border-radius: 10px;
}

    .contact-us-item.active {
        background-color: rgba(115, 204, 54, 0.25);
    }

    .contact-us-item.center {
        margin-left: 5%;
        margin-right: 5%;
    }

.contact-us-items {
    float: left;
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.contact-dynamic {
    display: none;
}

    .contact-dynamic.selected {
        display: block;
    }

        .contact-dynamic.selected form#formContactUsForm {
            margin-top: 0;
        }

    .contact-dynamic span {
        font-weight: 500;
    }

    .contact-dynamic.three a {
        font-weight: 500;
        color: #ff6600;
    }

    .contact-dynamic.three p {
        text-align: center;
    }


.credentials-include {
    float: left;
    width: 33%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

    .credentials-include.incensu {
        background-image: url(../img/misc/Incensu-Logo.svg);
    }

    .credentials-include.national-housing-federation {
        background-image: url(../img/misc/Sponsors-Of-National-Housing-Federation-Logo.svg);
    }

    .credentials-include.charity-people-culture {
        background-image: url(../img/misc/Sponsors-Of-Charity-People-And-Culture-Logo.svg);
    }

.candidate-profile-onboarding-alert {
    padding: 10px 10px 10px 80px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(0,0,0,0.05) url(../img/icons/4cab0c/hand-shake-icon.svg) no-repeat 10px center;
    background-size: 50px;
    width: 100%;
    min-height: 70px;
}

.candidate-profile-message-error {
    padding: 10px 10px 10px 80px;
    margin-bottom: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(0,0,0,0.05) url(../img/icons/e11e1e/alert-icon.svg) no-repeat 10px center;
    background-size: 50px;
    float: left;
    width: 100%;
    min-height: 70px;
}

.candidate-profile-message-alert {
    padding: 1rem 1rem 1rem 50px;
    background: rgb(243, 224, 128) url(../img/icons/5e5e5e/alert-icon.svg) no-repeat 10px center;
    background-size: 30px;
    margin-bottom: 10px;
    color: #5E5E5E;
}

    /*.candidate-profile-message-alert:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../img/icons/e11e1e/alert-icon.svg);
        background-repeat: no-repeat;
    }*/

.candidate-profile-message-help {
    padding: 10px;
    background-color: rgba(41, 143, 206, 1);
    margin-bottom: 10px;
    color: #fff;
}

.candidate-profile-message-success {
    padding: 10px 10px 10px 80px;
    margin-bottom: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(0,0,0,0.05) url(../img/icons/4cab0c/tick.svg) no-repeat 10px center;
    background-size: 50px;
    float: left;
    width: 100%;
    min-height: 70px;
}

#CV-Upload .ntx-button.upload-cv-button {
    float: left;
    margin: 20px 0;
}

.CVBlock .user-details {
    width: 100%;
    padding: 0;
}

.candidate-dialog .CVBlock input[type="checkbox"] {
    display: block;
}

.client-candidate-account .user-navigation {
    top: 0px !important;
}

.client-candidate-account .job-acc-container {
    top: 30px !important;
}

.control-container {
    position: relative;
    float: left;
    width: 100%;
    /*overflow-y: auto;
    overflow-x: hidden;*/
}

    .control-container .main-search-input {
        box-shadow: none;
        border: 1px solid #DDD;
        width: 100%;
        padding: 12px;
        padding-left: 50px;
    }

.candidate-contact-form {
    float: left;
    width: 100%;
    border: 1px solid #dddddd;
    padding: 30px;
    margin-top: 50px;
    border-radius: 5px;
    background-color: rgb(245, 248, 250);
}

    .candidate-contact-form h1.h6 {
        text-align: center;
        font-weight: 400;
    }


#divCandidateEmailVerification { 
    margin-bottom:30px;
}

#divCandidateEmailVerification .ntx-button {
    margin-left: 10px;
    margin-right: 0;

}

    #divCandidateEmailVerification .ntx-button:last-of-type {
        margin: 0;
    }

form.candidate-contact-form p {
    margin-bottom: 20px;
}

form.candidate-contact-form input, form.candidate-contact-form textarea {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: .875rem;
    border: 1px solid rgb(221, 221, 221);
    font-family: 'Roboto',sans-serif;
}

form.candidate-contact-form .captcha-input-wrapper {
    float: left;
    width: 100%;
}

form.candidate-contact-form .cta {
    background: rgba(255,102,0,.8);
    border-radius: 6px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    cursor: pointer;
    min-width: 15rem;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    text-align: center;
    margin: 0;
    float: left;
    width: calc(100% - 324px);
    margin-left: 20px;
    display: block;
    min-width: initial;
    padding: 28px 10px;
    position: relative;
}

    form.candidate-contact-form .cta:hover {
        background: rgb(255, 102, 0);
        box-shadow: 2px 2px 4px rgba(0,0,0,.4);
        text-decoration: underline;
    }

    form.candidate-contact-form .cta.disabled {
        background-color: rgb(197, 197, 197) !important;
        text-decoration: none !important;
        box-shadow: none !important;
        cursor: not-allowed;
    }

form.candidate-contact-form .captcha-input-wrapper a.cta.disabled .tooltip-text {
    display: block;
}

form.candidate-contact-form .captcha-input-wrapper a.cta .tooltip-text {
    visibility: hidden;
    width: 220px;
    background-color: rgba(40,40,40,.9);
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 10px;
    padding: .5rem;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 50%;
    margin-left: -110px;
    opacity: 0;
    transition: opacity 1s;
    font-weight: 500;
    display: none;
}

    form.candidate-contact-form .captcha-input-wrapper a.cta .tooltip-text:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        border-width: 5px;
        border-style: solid;
        border-color: rgba(40,40,40,.9) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
    }

form.candidate-contact-form .captcha-input-wrapper a.cta:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}

/*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/

/*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/

.divider-hr {
    width: 100%;
    display: block;
    margin: 20px 0;
    float: left;
}

.divider-text {
    text-align: center;
    position: relative;
    width: 309px;
}

    .divider-text:before, .divider-text:after {
        content: "";
        position: absolute;
        height: 0.5em;
        border-bottom: 1px solid #666;
        top: 0;
        width: 100px;
    }

    .divider-text:before {
        left: 0%;
    }

    .divider-text:after {
        right: 0%;
    }

#divQuickApplyOptions input[type="checkbox"] {
    display: inline-block;
}

#divQuickApplyOptions .checkbox-container input[type="checkbox"] {
    display: none;
}


.candidate-dialog input[type="checkbox"]#chkNonUK {
    display: inline-block;
}

.disc-locations-dialog {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 90%;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    border-radius: 5px;
    margin: 0 auto;
    width: 90%;
}

#divProfile .h3, #divMain .h3 {
    text-align: left;
    padding: 20px 0 0 0;
}

.disc-locations-dialog .ntx-button.primary-green.ntx-button-right {
    padding-right: 25px !important;
    padding-left: 25px !important;
    text-align: left;
    background-size: 20px;
    background-position: left 20px center;
    position: relative;
    top: -5px;
}

.demo-request-container {
    margin: 0 auto;
    width: 90%;
    height: 100%;
    position: relative;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(248, 248, 248);
}

    .demo-request-container:before {
        content: '';
        background-color: rgba(40, 40, 40, 0.35);
        float: left;
        position: absolute;
        width: 35%;
        height: 100%;
        top: 0;
        z-index: 2;
        border-radius: 5px 0 0 5px;
    }

    .demo-request-container:after {
        content: '';
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        background-image: url(../img/hero-images/recruiter/demo-request-image.jpg);
        float: left;
        position: absolute;
        width: 35%;
        left: 0;
        height: 100%;
        top: 0;
        z-index: 1;
        border-radius: 5px 0 0 5px;
    }

.demo-request-right {
    float: left;
    width: 65%;
    padding: 20px 40px;
    position: relative;
    left: 35%;
}

.demo-request-form-container .h6 {
    text-align: left;
}


.demo-request-form-container input {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px solid rgb(221, 221, 221);
}

.demo-request-form-container .ntx-button.primary-green {
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
}


.demo-request-form-container table {
    float: left;
    width: 100%;
}

.demo-request-checkbox-content {
    float: left;
    width: 75%;
    font-weight: 500;
}

    .demo-request-checkbox-content:nth-of-type(1) {
        padding-right: 30px;
    }

    .demo-request-checkbox-content:nth-of-type(2) {
        padding-left: 30px;
        width: 25%;
    }

.demo-request-checkbox-container {
    float: left;
    width: 100%;
    margin-top: 25px;
    padding: 0 5px;
}


.demo-request-toggle {
    position: absolute;
    visibility: hidden;
    display: none;
}

input.demo-request-toggle-round + label {
    padding: 2px;
    width: 70px;
    height: 35px;
    background-color: rgb(221, 221, 221);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    float: left;
}

.demo-request-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.demo-request-toggle-round + label:before {
    right: 1px;
    background-color: rgb(255, 171, 158);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
    float: left;
    width: 65px;
}

input.demo-request-toggle-round + label:before, input.demo-request-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 2px;
    bottom: 1px;
    content: "";
}

label.checkbox input {
    display: none;
}


input.demo-request-toggle-round + label:after {
    width: 33px;
    background-color: rgb(255, 255, 255);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
}

input.demo-request-toggle-round + label:before, input.demo-request-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

input.demo-request-toggle-round:checked + label.demo-request-checkbox-item-label.references-label:before {
    background-color: rgb(76, 171, 12);
    background-image: none;
}

input.demo-request-toggle-round:not(:checked) + label.demo-request-checkbox-item-label.references-label:before {
    background-color: rgb(225, 30, 30);
    background-image: none;
}


input.demo-request-toggle-round:checked + label:before {
    background-color: rgb(140, 225, 150);
}

input.demo-request-toggle-round:checked + label:after {
    margin-left: 40px;
}


.demo-request-checkbox-item {
    float: left;
    width: 20%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.demo-request-checkbox-item-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    display: none;
}

.demo-request-checkbox-item-label {
    float: left;
    width: 100%;
    padding: 120px 20px 20px 20px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid rgb(221, 221, 221);
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
}

    .demo-request-checkbox-item-label.candidate-attraction-services {
        background-image: url(../img/icons/5e5e5e/candidate-search.svg);
        background-position: 50% 30px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label.candidate-management-services {
        background-image: url(../img/icons/5e5e5e/managing-applications-icon.svg);
        background-position: 50% 40px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label.recruitment-technology {
        background-image: url(../img/icons/5e5e5e/networx-swoosh.svg);
        background-position: 50% 40px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label.public-sector-recruitment {
        background-image: url(../img/icons/5e5e5e/Charities-Icon.svg);
        background-position: 50% 40px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label:before {
        content: "";
        position: absolute;
        top: -15px;
        right: -15px;
        border: 1px solid rgb(221, 221, 221);
        width: 30px;
        height: 30px;
        float: right;
        margin-right: 0;
        border-radius: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 20px;
        background-color: rgb(255, 255, 255);
    }

.demo-request-checkbox-item:hover .demo-request-checkbox-item-label, input[type=checkbox].demo-request-checkbox-item-input:checked + label.demo-request-checkbox-item-label {
    background-color: rgb(245, 248, 250);
}

    input[type=checkbox].demo-request-checkbox-item-input:checked + label.demo-request-checkbox-item-label:before {
        background-image: url(../img/icons/ffffff/tick.svg);
        background-color: rgb(76, 171, 12);
    }

#divNoPopupCVURL a {
    color: #0c62ab;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    text-decoration: underline;
}

/*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/


/*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/

.equality-diversity-desk {
    background-image: url(../img/hero-images/recruiter/equality-diversity-desk.jpg);
}

.error-board h2 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 400;
    padding: 75px 0;
    margin: 0;
}

.external-assets-image {
    background-image: url(../img/hero-images/recruiter/iphone-laptop-setup.jpg);
}

.error-image {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 350px;
    float: left;
    background-image: url(../img/misc/error-board.svg);
    background-position: 50%;
    position: relative;
}

    .error-board .H2 {
        color: rgb(255, 255, 255);
        position: absolute;
        top: 67px;
        margin-bottom: 0;
        left: 170px;
        text-align: center;
        width: 195px;
    }

.job-search-image.error-background {
    background-image: url(../img/hero-images/disciplines/IT-and-Telecoms/Software-Developer/Software-Developer-1.jpg);
}

.error-page-links-container {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .error-page-links-container .ntx-button.user-account-button {
        color: rgb(255, 255, 255);
    }

.email-link-varification-container {
    width: 900px;
    margin: 30px auto;
    border-radius: 0px;
    border: 1px solid #dddddd;
    background: #FFF;
    padding: 30px;
}

.email-link-varification-message {
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}

.email-link-varification-container .client-logo {
    height: 100px;
    width: 100%;
    margin-bottom: 20px;
    background-position: 50%;
    padding-bottom: 10px;
    background-size: contain;
    position: relative;
}

/*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/


/*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/

footer a[href*="http"] {
    font-weight:normal;
}

form#formReference p {
    margin-bottom: 0;
    padding-bottom: 10px;
}

    form#formReference p:last-of-type {
        padding-bottom: 0;
    }

.form-full-width {
    float: left;
    width: 100%;
}

.form-half-content {
    float: left;
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

    .form-half-content input, .form-third-content input {
        float: left;
        width: 100%;
        padding: 20px;
        border: 1px solid #dddddd;
    }

.form-third-content {
    float: left;
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.full-width{
    width:100% !important;
}

.further-jobs {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}

.further-jobs-container {
width: 380px;
border: 1px solid rgba(221, 221, 221, 1);
position: relative;
background-color: rgba(85, 85, 85, 1);
z-index: 0;
float: left;
margin-bottom: 30px;
height: 180px;
cursor: pointer;
overflow: hidden;
}

    .further-jobs-container.wide {
        margin-bottom: 0;
    }

.further-jobs-image {
    float: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(1,1);
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    background-image: url(../img/hero-images/disciplines/Marketing-and-PR/Marketing-PR-3.jpg);
}

.further-jobs-container:hover .further-jobs-image, .further-jobs-container:focus .further-jobs-image {
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
}

.further-jobs-image-overlay {
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(45, 45, 45, 0.68);
    position: absolute;
}

    /*.further-jobs-image-overlay.home-retail-group {
        background-color: rgba(23, 129, 127, 0.55);
    }

    .further-jobs-image-overlay.asthma-uk {
        background-color: rgba(120, 43, 144, 0.55);
    }

    .further-jobs-image-overlay.commonwealth {
        background-color: rgba(55, 55, 125, 0.55);
    }*/

.further-jobs-details {
    color: rgba(255, 255, 255, 1);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    z-index: 3;
    text-align: right;
}

.further-job-details-title {
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 2px rgba(45, 45, 45, 0.75), 0px 0px 1px rgba(0, 0, 0, 0.75);
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    text-align: right;
}

.further-job-details-view-jobs {
    text-shadow: 1px 1px 2px rgba(45, 45, 45, 0.75), 0px 0px 1px rgba(0, 0, 0, 0.75);
    color: rgba(255, 255, 255, 1);
}

.further-jobs-container:hover .further-job-details-view-jobs, .further-jobs-container:focus .further-job-details-view-jobs {
    text-decoration: underline;
}

.further-search-options, .recruiter-content {
    float: left;
    width: 100%;
    position: relative;
    top: -2px;
    z-index: 3;
    padding: 60px 0px;
    background-color: rgba(245, 248, 250, 1);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .further-search-options.stuck {
        top: 59px;
        margin-bottom: 44px;
    }


        .further-search-options.stuck .user-navigation {
            position: fixed;
            top: 100px;
        }

.find-us-on-glassdoor {
    width: 50%;
    margin: 0 auto;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/misc/find-us-on-glassdoor.svg);
    background-position: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.footer {
    float: left;
    width: 100%;
    background-color: rgba(40, 40, 40, 1);
    padding: 50px 0;
    position: relative;
    top: -2px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .footer hr {
        margin: 50px 0;
    }

.footer-col-left {
    float: left;
    width: 50%;
    color: #ffffff;
}

.footer-col-right {
    float: right;
    width: 50%;
    text-align: right;
}

    .footer-col-right a {
        color: #ffffff;
    }

.footer-link-border {
    width: 1px;
    height: 20px;
    margin: 0 20px;
    background-color: #ffffff;
    display: inline-block;
}

.footer-col {
    float: left;
    width: 25%;
    color: rgba(255, 255, 255, 1);
    padding: 0px 25px;
}

    .footer-col .ntx-logo {
        background-image: url(../img/ntx-elements/networx-logo-white.svg);
        cursor: default;
        width: 220px;
        height: 55px;
        display: block;
    }

    .footer-col:first-of-type {
        padding-left: 0;
    }

    .footer-col:last-of-type {
        padding-right: 0;
    }

    .footer-col ul {
        list-style: none;
        font-weight: 400;
    }

        .footer-col ul li {
            padding-bottom: 10px;
        }

            .footer-col ul li:last-child {
                padding-bottom: 0;
            }

            .footer-col ul li a, .footer-col-left a {
                color: rgba(255, 255, 255, 1);
                text-decoration: none;
            }

                .footer-col ul li a:hover, .footer-col ul li a:focus, .footer-col-left a:hover, .footer-col-left a:focus {
                    text-decoration: underline;
                }

.filter-section {
    padding: 30px 15px;
}


    .filter-section:nth-of-type(2) {
        border-top: 0 none !important;
    }

    .filter-section.suggested-disciplines {
        border-top: 1px solid rgba(221, 221, 221, 1);
    }


    .filter-section:first-of-type {
        padding-top: 0;
    }

    .filter-section:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }

    .filter-section .h3 {
        margin-bottom: 30px;
        text-align: left;
    }

.fileinput-button.fileupload {
    background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
    background-size: 25px 18px;
}

.favourite-jobs-added, .favourite-jobs-removed {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -10px;
    right: -20px;
    background-color: rgba(76, 171, 12, 1);
    border-radius: 100%;
    color: #ffffff;
    background-image: url(../img/icons/ffffff/tick.svg);
    background-size: 60%;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid #dddddd;
    visibility: hidden;
    opacity: 0;
}

.favourite-jobs-removed {
    background-image: url(../img/icons/ffffff/line.svg);
    background-color: red;
}

    .favourite-jobs-added.visible, .favourite-jobs-removed.visible {
        visibility: visible;
        opacity: 1;
    }

.favourite-jobs-container .candidate-dialog-bottom-section, .favourite-jobs-container .candidate-dialog-bottom-content {
    max-height: calc(700px - 70px);
}

.favourite-jobs-container .job-details {
    width: -moz-calc(100% - 225px);
    width: -webkit-calc(100% - 225px);
    width: -o-calc(100% - 225px);
    width: calc(100% - 225px);
    margin-top: 0;
}

.fine-print {
    font-style:italic;
    font-weight:bold;
}

    .fine-print a {
        font-weight: bold;
        color: #0c62ab;
    }

/*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/





/*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/

.has-border {
    border: 1px solid rgba(0,0,0,0.4);
}

.header-banner {
    float: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 15px 0;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    position: fixed;
    z-index: 10;
}

    .header-banner.recruiter .sub-container {
        width: 50%;
    }

        .header-banner.recruiter .sub-container .ntx-logo {
            float: left;
        }

    .header-banner .container {
        position: relative;
    }

.highlight {
    /*background-color: rgb(255, 255, 136);*/
}

.hidden {
    display: none;
}

html, body {
    height: 100%;
}

/*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/





/*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/

input {
    box-shadow: none;
    border: none;
    font-family: Roboto, sans-serif;
}

.internal-assets-image {
    background-image: url(../img/hero-images/recruiter/networx-laptop-homepage.jpg);
}

.policies-image {
    background-image: url(../img/hero-images/recruiter/policies-image.jpg);
}

.IAmAJobseeker {
    display: none;
}

    .IAmAJobseeker.active {
        display: block;
    }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: none !important;
    background-image: inherit !important;
}

.invalid-email-error {
    display: none;
}

/*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/

/*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/
.job-details {
    padding: 20px;
    margin-top: 20px;
    min-height: 200px;
}

    .job-details br {
        display: none;
    }

.job-results-container {
    float: left;
    width: 985px;
}

.job-results-sponsored-jobs-container {
    width: 300px;
    float: left;
    margin-left: 15px;
}

    .job-results-sponsored-jobs-container .sponsored-job-container {
        width: 200px;
        margin-bottom: 20px;
    }

        .job-results-sponsored-jobs-container .sponsored-job-container:last-child {
            margin-bottom: 0;
        }

    .job-results-sponsored-jobs-container .client-logo-container {
        left: 10px;
        width: 180px;
        top: 80px;
    }

        .job-results-sponsored-jobs-container .client-logo-container .client-logo {
            width: 160px;
            height: 50px;
        }

    .job-results-sponsored-jobs-container .sponsored-job-image-overlay, .job-results-sponsored-jobs-container .sponsored-job-image {
        height: 125px;
    }

    .job-results-sponsored-jobs-container .ntx-button.apply-now-icon {
        background-position: left 20px center;
    }

.job-title {
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.job-location span, .job-salary span, .job-expiry span {
    font-weight: 700;
}

.job-location, .job-salary, .job-expiry, .job-reference {
    margin-top: 10px;
    word-wrap: break-word;
}

.job-search-section-container {
    left: 0;
    z-index: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .job-search-section-container.stuck {
        z-index: 4;
    }

        .job-search-section-container.stuck .job-search-overlay {
            height: 55px;
            overflow: hidden;
            padding: 0;
        }

        .job-search-section-container.stuck .scroll-down-container {
            display: none;
            visibility: hidden;
            opacity: 0;
        }

        .job-search-section-container.stuck .job-search-image {
            height: 130px;
            position: fixed;
        }

.job-search-overlay .our-clients-item {
    float: none;
    width: 500px;
    height: 250px;
    margin: 0 auto;
}

.job-search-overlay .container {
    height: 100%;
}

.job-search-overlay {
    z-index: 2;
    width: 100%;
    float: left;
    padding: 20px 0;
    position: fixed;
    top: 76px;
    height: -moz-calc(75% - 74px);
    height: -webkit-calc(75% - 74px);
    height: -o-calc(75% - 74px);
    height: calc(75% - 74px);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background-color: rgba(44, 44, 44, 0.25);
}

    .job-search-overlay .h5 {
        text-align: left;
    }

    .job-search-overlay .contact-us-item {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

        .job-search-overlay .contact-us-item:last-of-type {
            margin-bottom: 0px;
        }

.job-search-image {
    height: 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    z-index: 1;
    position: fixed;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background-color: rgba(255, 255, 255, 1);
    background-image: url('../img/hero-images/locations/Locations-2.jpg');
}

    .job-search-image.argos {
        background-image: url(../img/our-clients/WellKnownBrands/Argos/argos-header.jpg);
    }

    .job-search-image.thorntons {
        background-color: #5e2d4f;
        background-image: none;
    }

    .job-search-image.hobbycraft {
        background-color: #4e3038;
        background-image: none;
    }

    .job-search-image.wilko {
        background-color: rgb(147, 26, 41);
        background-image: none;
    }

    .job-search-image.maplin {
        background-color: #00bce4;
        background-image: none;
    }

    .job-search-image.laterooms {
        background-color: #442c80;
        background-image: none;
    }

    .job-search-image.stonegate {
        background-image: url(../img/our-clients/Commercial/Stonegate/stonegate-header.jpg);
    }

    .job-search-image.london-city-airport {
        background-image: url(../img/our-clients/Commercial/London-City-Airport/london-city-airport-header.jpg);
    }

    .job-search-image.domestic-and-general {
        background-image: url(../img/our-clients/Commercial/Domestic-and-General/domestic-and-general-header.jpg);
    }

    .job-search-image.vitality {
        background-color: rgb(248, 17, 106);
        background-image: none;
    }

    .job-search-image.tlt-solicitors {
        background-color: rgb(1, 83, 119);
        background-image: none;
    }

    .job-search-image.wolters-kluwer {
        background-image: url(../img/our-clients/Commercial/Wolters-Kluwer/wolters-kluwer-header.jpg);
    }

    .job-search-image.mitsubishi-hitachi {
        background-color: #939598;
        background-image: none;
    }

    .job-search-image.tulip {
        background-image: url(../img/our-clients/Manufacturing/Tulip/tulip-header.jpg);
    }

    .job-search-image.doosan {
        background-color: #293986;
        background-image: none;
    }

    .job-search-image.lucite-international {
        background-color: #ed1261;
        background-image: none;
    }

    .job-search-image.yeo-valley {
        background-image: url(../img/our-clients/Manufacturing/Yeo-Valley/yeo-valley-header.jpg);
    }

    .job-search-image.tata-steel {
        background-color: #3d79ba;
        background-image: none;
    }

    .job-search-image.aster-group {
        background-image: url(../img/our-clients/Housing/Aster/aster-header.jpg);
    }

    .job-search-image.yorkshire-housing {
        background-color: #00b3e3;
        background-image: none;
    }

    .job-search-image.paradigm-housing {
        background-color: #00a8cb;
        background-image: none;
    }

    .job-search-image.knightstone {
        background-color: #0589bd;
        background-image: none;
    }

    .job-search-image.places-for-people {
        background-color: #015794;
        background-image: none;
    }

    .job-search-image.orbit-group {
        background-color: #1b4687;
        background-image: none;
    }

    .job-search-image.waterloo-housing {
        background-color: #1e72ba;
        background-image: none;
    }

    .job-search-image.curo-group {
        background-color: #c4d600;
        background-image: none;
    }

    .job-search-image.grand-union {
        background-color: #0076b7;
        background-image: none;
    }

    .job-search-image.watford {
        background-image: url(../img/our-clients/Housing/Watford/watford-header.jpg);
    }

    .job-search-image.north-hertfordshire {
        background-color: #5AB8DA;
        background-image: none;
    }

    .job-search-image.gateway-housing {
        background-color: #2a7953;
        background-image: none;
    }

    .job-search-image.pdsa {
        background-image: url(../img/our-clients/Charities/Pdsa/pdsa-header.jpg);
    }

    .job-search-image.fitzroy {
        background-image: url(../img/our-clients/Charities/Fitzroy/fitzroy-header.jpg);
    }

    .job-search-image.rethink-mental-illness {
        background-color: #1b9dd9;
        background-image: none;
    }

    .job-search-image.macintyre {
        background-color: #85146e;
        background-image: none;
    }

    .job-search-image.hestia {
        background-color: rgb(42, 56, 132);
        background-image: none;
    }

    .job-search-image.cornwall-hospice-care {
        background-color: #e50e63;
        background-image: none;
    }

    .job-search-image.ncg {
        background-image: url(../img/our-clients/Education/Ncg/ncg-header.jpg);
    }

    .job-search-image.cornwall-college {
        background-image: url(../img/our-clients/Education/Cornwall-College/cornwall-college-header.jpg);
    }

    .job-search-image.wiltshire-college {
        background-image: url(../img/our-clients/Education/Wiltshire-College/wiltshire-college-header.jpg);
    }

    .job-search-image.united-learning {
        background-image: url(../img/our-clients/Education/United-Learning/united-learning-header.jpg);
    }

    .job-search-image.future-schools-trust {
        background-image: url(../img/our-clients/Education/Future-Schools-Trust/future-schools-trust-header.jpg);
    }

    .job-search-image.whitgift-foundation {
        background-image: url(../img/our-clients/Education/Whitgift-Foundation/whitgift-foundation-header.jpg);
    }

    .job-search-image.mole-valley-farmers {
        background-image: url(../img/our-clients/Retail/Mole-Valley-Farmers/mole-valley-farmers-header.jpg);
    }

    .job-search-image.evans-cycles {
        background-image: url(../img/our-clients/Retail/Evans-Cycles/evans-cycles-header.jpg);
    }

    .job-search-image.one-stop {
        background-image: url(../img/our-clients/Retail/One-Stop/one-stop-header.jpg);
    }

    .job-search-image.home-retail-group {
        background-image: url(../img/our-clients/Retail/Home-Retail-Group/home-retail-group-header.jpg);
    }

    .job-search-image.homebase {
        background-image: url(../img/our-clients/Retail/Homebase/homebase-header.jpg);
    }




.job-alerts-banner {
    float: left;
    width: 100%;
    background-color: rgba(52, 52, 52, 1);
    padding: 45px 0;
    position: relative;
    top: 0;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

    .job-alerts-banner .ntx-button {
        display: inline-block;
        margin-top: 15px;
    }

.job-alerts-banner-icon {
    border-radius: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: -35px;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    left: 50%;
    background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 30px;
    z-index: 3;
}

.job-a-container, .job-r-container, .job-acc-container {
    float: left;
    width: 100%;
    position: relative;
    top: 136px;
    z-index: 3;
    padding: 60px 0px;
    background-color: rgba(245, 248, 250, 1);
}

.job-r-container {
    margin-bottom: 136px;
}

.job-a-header, .job-results-container-count {
    background-color: rgb(236, 236, 236);
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(221, 221, 221, 1);
}

    .job-a-header .container {
        width: 1100px;
        margin: 0 auto;
    }

.job-a-header, .job-results-container-count h2.fs-xs {
    font-weight:100;
}


    .job-a-main {
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 50px;
    border: 1px solid rgba(221, 221, 221, 1);
    border-top: none;
}

    .job-a-main.application {
        padding: 0;
    }

    .job-a-main .container {
        width: 709px;
        margin: 0 auto;
    }

.job-a-client-logo-container {
    width: 200px;
    height: 75px;
    float: left;
}

    .job-a-client-logo-container .client-logo {
        width: 200px;
        height: 75px;
    }

.job-a-actions-container {
    float: left;
    width: -moz-calc(100% - 230px);
    width: -webkit-calc(100% - 230px);
    width: -o-calc(100% - 230px);
    width: calc(100% - 230px);
    margin: 15px 0;
    padding-left: 40px;
}

    .job-a-actions-container .h2, .job-results-container .h2 {
        padding-bottom:0;
        margin-bottom:0;
    }

        .job-a-actions-container .h2 span, .job-results-container .h2 span {
            font-weight: 500;
        }

.job-results-client-actions .ntx-button {
    margin-bottom: 15px;
    padding-left: 45px;
}

    .job-results-client-actions .ntx-button:last-child {
        margin-bottom: 0;
    }

.job-a-main #NTXAppFormNav nav ul li button p {
    word-break: break-word;
}

.job-ap-nav, .job-results-refine-tools, .candidate-account-navigation {
    background-color: rgba(245, 248, 250, 1);
    border-right: 1px solid rgba(221, 221, 221, 1);
}

    .job-ap-nav ul {
        list-style: none;
    }

        .job-ap-nav ul li {
            padding: 30px 60px;
            border-bottom: 1px solid rgba(221, 221, 221, 1);
            background-color: rgba(245, 248, 250, 1);
            cursor: pointer;
            width: 301px;
            border-right: 1px solid rgba(221, 221, 221, 1);
            font-weight: 400;
            background-repeat: no-repeat;
            background-size: 30px;
            background-position: left 15px center;
        }

            .job-ap-nav ul li.unanswered {
                background-image: url(../img/icons/4cab0c/unanswered.svg);
            }

            .job-ap-nav ul li.incomplete {
                background-image: url(../img/icons/4cab0c/incomplete.svg);
            }

            .job-ap-nav ul li.answered {
                background-image: url(../img/icons/4cab0c/answered.svg);
            }

            .job-ap-nav ul li:hover, .job-ap-nav ul li:focus, .job-ap-nav ul li.active {
                background-color: rgba(255, 255, 255, 1);
                border-right: 1px solid rgba(255, 255, 255, 1);
            }

            .job-ap-nav ul li:last-child {
                border-bottom: none;
            }

.job-results-refine-tools {
    padding: 30px 15px;
    width:100%;
    max-width:300px;
}

.job-ap-content, .job-results-content, .candidate-account-content {
    padding: 40px 20px;
    background-color: rgba(255, 255, 255, 1);
}

.job-results-container-count, .job-a-header-container {
    padding: 15px 30px;
}

.page-wrapper .job-a-header-container {
    padding: 15px 0px;
}

.job-results-container-count-info {
    float: left;
    width: 70%;
    padding-right: 25px;
}

    .job-results-container-count-info .h2 {
        margin-bottom: 0;
    }

.job-a-header-client-logo-container {
    width: 230px;
    float: left;
}

    .job-a-header-client-logo-container .client-logo {
        float: none;
        margin: 0 auto;
        background-position: 50%;
        width: 200px;
        height: 75px;
    }

.job-results-client-actions {
    margin-right: 20px;
    width:250px;
}

.job-results-client-actions .ntx-cand-button,
.job-results-client-actions .ntx-button {
    width:100%;
    display:block;
}

.job-results-client-actions .ntx-button {
    text-align:left;
}

.job-results-content .job-details, .work-for-us-jobs-container .job-details, .your-profile-section .job-details {
    margin-top: 0;
    padding: 0;
}


.job-results-client-actions .client-logo {
    width: 100%;
    height: 75px;
    background-position: 50%;
    margin-bottom: 30px;
}


.job-title {
    color: rgba(12, 98, 171, 1);
    font-weight: 700;
    margin-bottom: 20px;
    cursor: pointer;
}

    .job-title span {
        color: rgba(40, 40, 40, 1);
        font-weight: 500;
    }

.docu-sign .job-title {
    font-weight: 500;
    margin-bottom: 20px;
}

.job-details.docu-sign {
    min-height: initial;
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 2px solid #dddddd;
}

.docu-sign .job-description .ntx-button {
    width: auto;
    float: left;
    word-break: break-word;
}

.job-location span, .job-salary span, .job-reference span, .job-expiry span {
    font-weight: 700;
}


.job {
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

    .job:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }

    .job:first-of-type {
        padding-top: 0;
    }

#ViewProfileWizard label input[type=radio] {
    margin-right: 5px;
}

/*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/





/*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/

.left {
    float: left;
    width: 380px;
}

.link {
    cursor: pointer;
    text-decoration: none;
}

    .link:hover {
        text-decoration: underline;
    }

    .link:disabled {
        cursor: not-allowed;
    }

.link-colour {
    color: #0B5699;
}

.link-myapps {
    padding-bottom: 20px;
}

.left-side-align {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.location-dropdown-container {
    position: relative;
    width: 48%;
    float: right;
}

.social-media-login-dialogue-box {
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    width: 370px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 310px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

.login-dialogue-box {
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    width: 630px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 700px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

    .login-dialogue-box.forgotten-password {
        box-shadow: none;
        top: auto;
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
    }

.login-bottom-content.forgotten-password {
    height: auto;
}

.login-container, .profile-pointers-container, .social-media-login-container {
    width: 100%;
    float: left;
    height: 100%;
}

    .login-container .container {
        height: 100%;
    }

.login-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    position: absolute;
    top: -20px;
    right: -20px;
    float: left;
    background-color: rgba(45, 45, 45, 0.9);
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer;
    z-index: 2;
}

.login-top-section {
    float: left;
    width: 100%;
    height: 100px;
}

.social-media-login-top-section {
    float: left;
    width: 100%;
    padding: 0px 25px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.login-top-overlay {
    background-color: rgba(44, 44, 44, 0.55);
    float: left;
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    border-radius: 5px 5px 0px 0px;
}

.login-top-image {
    float: left;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 75%;
    border-radius: 5px 5px 0px 0px;
    background-image: url(../img/hero-images/recruiter/macbook-login-image.jpg);
}

.login-bottom-section {
    float: left;
    width: 100%;
    height: 600px;
    border-radius: 0px 0px 5px 5px;
}

.login-user-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    border: 2px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    background-repeat: no-repeat;
    background-size: 75px;
    background-position: 50% bottom;
    background-image: url(../img/icons/5e5e5e/blank-user.svg);
    border-radius: 5px 5px 5px 5px;
    z-index: 2;
}

.login-panel-option .ntx-button {
    margin-top: 20px;
}

.login-bottom-content {
    position: relative;
    top: -15px;
    float: left;
    width: 100%;
    padding: 0px 25px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 530px;
    padding-bottom: 20px;
}

.social-media-login-bottom-content {
    position: relative;
    top: -15px;
    float: left;
    width: 100%;
    padding: 0px 25px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 530px;
    padding-bottom: 20px;
}

.login-bottom-content .main-search-input {
    box-shadow: none;
    border: 1px solid #DDD;
    width: 100%;
    margin-bottom: 15px;
    padding: 12px;
    padding-left: 50px;
}

.login-bottom-content .ntx-button.primary-green {
    text-align: center;
}

.login-options-main {
    width: 100%;
    min-height: 170px;
}

.login-panel-message {
    float: left;
    width: 100%;
    min-height: 259px;
}

.login-options {
    float: left;
    width: 31.33%;
    margin-right: 3%;
    margin-left: 3%;
    border: 1px solid rgba(221, 221, 221, 1);
    text-align: center;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 1);
    color: #282828;
    cursor: pointer;
}

    .login-options:first-child {
        margin: 0;
    }

    .login-options:last-child {
        margin: 0;
    }

    .login-options.active {
        background-color: rgba(255, 102, 0, 1);
        color: #ffffff;
    }

.login-panel {
    position: relative;
}

.login-panel-hidden {
    display: none !important;
}

.login-options-main .login-panel {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.login-panel-message p {
    margin-bottom: 20px;
}

.login-data-required {
    background-color: rgb(250, 230, 228) !important;
}

.app-header.login-header {
    position: relative !important;
    background: none !important;
    float: left !important;
}

    .app-header.login-header.forgotten-password {
        width: 100%;
    }

.load-more {
    width: 100%;
    background-image: url(../img/icons/5e5e5e/add-icon.svg);
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    background-position: 50%;
    cursor: pointer;
    float: left;
    margin-top: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 30px;
    position: relative;
}

    .load-more:before, .load-more:after {
        content: '';
        float: left;
        width: -webkit-calc(50% - 60px);
        width: -o-calc(50% - 60px);
        width: calc(50% - 60px);
        height: 1px;
        background-color: rgb(221, 221, 221);
        position: absolute;
        left: 0;
        top: 25px;
    }

    .load-more:after {
        right: 0;
        left: auto;
    }

.logo-container .job-title {
    display: none;
}

.li-nav-icon {
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: 50%;
    width: 20px;
    min-height: 32px;
    margin-right: 10px;
}

    .li-nav-icon.home {
        background-image: url(../img/icons/5e5e5e/Home-Icon.svg);
    }

    .li-nav-icon.my-profile {
        background-image: url(../img/icons/5e5e5e/Blank-User.svg);
    }

    .li-nav-icon.references {
        background-image: url(../img/icons/5e5e5e/disciplines-icon.svg);
    }

    .li-nav-icon.job-alerts {
        background-image: url(../img/icons/5e5e5e/Job-Alerts-Icon.svg);
    }

    .li-nav-icon.favourite-jobs {
        background-image: url(../img/icons/5e5e5e/Heart-Icon.svg);
    }

    .li-nav-icon.my-applications {
        background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
    }

    .li-nav-icon.my-interviews {
        background-image: url(../img/icons/5e5e5e/Calendar-Icon.svg);
    }

    .li-nav-icon.my-references {
        background-image: url(../img/icons/5e5e5e/Disciplines-Icon.svg);
    }

    .li-nav-icon.messages {
        background-image: url(../img/icons/5e5e5e/Message-Icon.svg);
    }

    .li-nav-icon.onboarding {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
    }

    .li-nav-icon.search-jobs {
        background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
    }

li-text {
    width: 208px;
    height: 100%;
}

.li-text {
    text-align: left;
}

.login-input-container {
    position: relative;
}

    .login-input-container .password-reveal-icon {
        position: absolute;
        right: 15px;
        top: 15px;
    }

/*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/




/*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/

.mt-3 {
    margin-top:30px !important;
}

main {
    display: block;
}

.main-search-container {
    width: 800px;
    margin: 0 auto;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
    top: calc(50% - 88px);
    transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    background-color:#555;
}

main .search-container .is-container{
    z-index:3 !important;
}

.main-search-input {
    border-radius: 5px;
    border: 0px solid rgba(221, 221, 221, 1);
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);*/
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    width: 48%;
    float: left;
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding-left: 50px;
}

    .main-search-input.keyword-search {
        margin-right: 2%;
        background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
        background-size: 20px;
    }

    .main-search-input.location-search {
        margin-left: 2%;
        background-image: url(../img/icons/5e5e5e/gps-icon.svg);
        background-size: 20px;
    }

    .main-search-input.email-address {
        background-image: url(../img/icons/5e5e5e/Email-Address-Icon.svg);
        background-size: 20px;
    }

    .main-search-input.password {
        background-image: url(../img/icons/5e5e5e/Password-Icon.svg);
        background-size: 20px;
    }

.main-search-button {
    float: left;
    width: 100%;
    background-color: rgba(255, 136, 57, 0.75);
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 15px rgba(40, 40, 40, 0.8);
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
}

    .main-search-button:hover, .main-search-button:focus {
        text-decoration: underline;
        background-color: rgba(255, 136, 57, 0.95);
    }

.main-search-further-search-options {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.main-search-advanced-button {
    border-radius: 5px;
    border: 2px solid rgba(221, 221, 221, 1);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px;
    width: 30%;
    float: left;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

    .main-search-advanced-button:hover, .main-search-advanced-button:focus {
        text-decoration: underline;
        background-color: rgba(255, 255, 255, 1);
    }

    .main-search-advanced-button.morph-search {
        min-height: 40px;
        position: absolute;
        z-index: 10000;
        top: 50px;
        right: 50px;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transition-property: min-height, width, top, right;
        transition-property: min-height, width, top, right;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
        transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    }

        .main-search-advanced-button.morph-search.open {
            width: 100%;
            min-height: 100%;
            top: 0px;
            right: 0px;
        }

    .main-search-advanced-button:nth-of-type(2) {
        margin-left: 5%;
        margin-right: 5%;
    }

.macbook-apoint-website {
    background-image: url(../img/realistic-mockups/macbook-apoint-website.png);
}

.mark-finished {
    font-weight: 700;
    padding-bottom: 20px;
}

.mb1 {
    margin-bottom: 1rem !important;
}

.mt1 {
    margin-top: 1rem !important;
}

.ml1 {
    margin-left: 1rem !important;
}

.mr1 {
    margin-right: 1rem !important;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.message-content br {
    margin-bottom: 5px !important;
    display: block;
    position: relative;
    height: 10px;
    content: '';
}

.mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.more-information-container {
    padding: 20px;
    float: left;
    width: 100%;
}

.mockup-image {
    background-repeat: no-repeat;
    background-position: right 50%;
    background-size: contain;
    width: 100%;
    height: 350px;
    float: left;
}

    .mockup-image.macbook-system {
        background-image: url(../img/realistic-mockups/macbook-system.png);
    }

    .mockup-image.iphone-mobile-advert {
        background-image: url(../img/realistic-mockups/iphone-mobile-advert.png);
    }

    .mockup-image.contact-us-floating-iphone {
        background-image: url(../img/realistic-mockups/contact-us-floating-iphone.png);
    }

    .mockup-image.imac-candidate-mockup {
        background-image: url(../img/realistic-mockups/imac-candidate-mockup.png);
        height: 450px;
        background-position: 50%;
    }





    .mockup-image.floating-macbook-website {
        background-image: url(../img/realistic-mockups/floating-macbook-website.png);
        height: 450px;
        background-position: 50%;
    }

    .mockup-image.floating-ipad-jobseeker {
        background-image: url(../img/realistic-mockups/floating-ipad-jobseeker.png);
    }




.my-filters-list li button {
    /*background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);*/
}

.my-filters-sub-header {
    float: left;
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
}

.my-filters-selected {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .my-filters-selected:last-of-type {
        margin-bottom: 0;
    }

.my-filters .primary-orange {
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

    .my-filters .primary-orange:last-child {
        margin-bottom: 0;
    }

.matching-criteria {
    padding-left: 20px;
}

/*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/





/*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/

.ntx-button-bigger {
    width: 100%;
    padding: 15px !important;
    margin: 20px 0;
}


.no-list-style
{
    list-style:none;
}

#NTXLoginBar table td span {
    display: none;
}

.has-multiple-checkboxes
{
    position:relative;
}

.has-multiple-checkboxes:after
{
    content:'';
    display:table;
    clear:both;
}

.has-multiple-checkboxes .ntx-checkbox
{
    /*width:auto;*/
}

.has-multiple-checkboxes .ntx-checkbox
{
    margin: 24px 24px 0 0;
}

.has-multiple-checkboxes .ntx-checkbox:last-of-type {
    margin-right: 0;
}

#NTXAdvert-Dialog_dialog .AdvertParentContainer {
    margin: 0 auto;
    box-sizing: initial;
}

.not-logged-in .further-search-options.stuck {
    top: 5px;
}

.not-logged-in #ntx-sticky-anchor {
}

.not-logged-in .user-navigation {
    display: none;
}

.not-logged-in .job-a-container {
    top: 0px;
}

.not-logged-in .job-r-container {
    top: 60px;
}


.navigation-content {
    float: left;
    width: 1000px;
}

ul.navigation {
    list-style: none;
    float: left;
    width: 1000px;
    position: absolute;
}

.navigation li {
    float: left;
    margin: 0 25px;
    font-weight: 500;
    border-bottom: 1px solid rgba(245, 248, 250, 1);
    cursor: pointer;
    position: relative;
}

#NTXAppFormQuestions UL {
    padding: 20px 40px;
}

.navigation li:hover, .navigation li:focus {
    border-bottom: 2px solid rgba(255, 136, 57, 1);
}

.navigation li a {
    padding: 10px 40px 18px 40px;
    display: block;
}

.navigation li.active {
    border-bottom: 2px solid rgba(255, 136, 57, 1);
}

.navigation li:first-child {
    margin-left: 0;
}

.navigation li:last-child {
    margin-right: 0;
}

.job-search-image.networx-recruitment-office {
    background-image: url(../img/hero-images/recruiter/networx-recruitment-office.jpg);
}

.promoted-content-item.image-item .promoted-content.no-padding-top {
    padding-top: 0;
}



.no-button {
    border: 0 none;
    background: transparent;
    cursor: pointer;
}

#NTXAdvert ul, #NTXAdvert-Dialog_dialog .AdvertParentContainer ul,
#NTXAdvert ol, #NTXAdvert-Dialog_dialog .AdvertParentContainer ol {
    margin-left: 2rem;
}

.ntx-mdl-container-intro {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 30px;
}

    .ntx-mdl-container-intro span {
        font-weight: 700;
    }

.ntx-mdl-content {
    float: left;
    width: 100%;
    margin-top: 50px;
}

    .ntx-mdl-content.testimonial .ntx-mdl-tabs {
        width: 50%;
    }

    .ntx-mdl-content.testimonial .ntx-mdl-container-image {
        width: 45%;
    }

.ntx-mdl-container-image {
    float: left;
    width: 35%;
    background-position: 50% top;
    background-repeat: no-repeat;
}

    .ntx-mdl-container-image.attracting-top-talent {
        background-image: url(../img/realistic-mockups/iPad-iPhone-Top-Down.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.argos-responsive-website {
        background-image: url(../img/realistic-mockups/argos-responsive-website.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.networx-careers-page-mockup {
        background-image: url(../img/realistic-mockups/laterooms-careers-page.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.fully-responsive-application {
        background-image: url(../img/realistic-mockups/fully-responsive-application.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.agencies-dashboard {
        background-image: url(../img/realistic-mockups/agencies-dashboard-mockup.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.candidate-managed-responsive {
        background-image: url(../img/realistic-mockups/candidate-managed-responsive.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.tableau-reporting {
        background-image: url(../img/realistic-mockups/Tableau-Reporting.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.managing-applications {
        background-image: url(../img/realistic-mockups/Macbook-Top-Down.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.macbook-top-down-notebook {
        background-image: url(../img/realistic-mockups/macbook-top-down-notebook.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.candidate-experience {
        background-image: url(../img/realistic-mockups/iMac-Environment-Top-Down.png);
        background-size: 100%;
        height: 360px;
    }

.ntx-mdl-content.full-width .ntx-mdl-tabs {
    width: 100%;
    float: left;
    margin-left: 0;
}

.ntx-mdl-tabs {
    float: left;
    width: 60%;
    margin-left: 5%;
}

.ntx-mdl-tab-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    width: 48px;
    height: 48px;
}

    .ntx-mdl-tab-icon.careers-portal-tab-icon {
        background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
        background-size: 40px;
    }

    .ntx-mdl-tab-icon.mobile-phone-icon {
        background-image: url(../img/icons/5e5e5e/Mobile-Phone-Icon.svg);
        background-size: 20px;
    }

    .ntx-mdl-tab-icon.ca-networx-swoosh-icon {
        background-image: url(../img/icons/5e5e5e/networx-Swoosh.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-aggregators-icon, .ntx-mdl-tab-icon.rhm-job-board-multiposting {
        background-image: url(../img/icons/5e5e5e/Aggregators-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-social-media-icon, .ntx-mdl-tab-icon.rhm-social-media-icon {
        background-image: url(../img/icons/5e5e5e/Share-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.rhm-networx-swoosh-icon {
        background-image: url(../img/icons/5e5e5e/networx-Swoosh.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-job-boards-icon, .ntx-mdl-tab-icon.rhm-your-careers-page, .ntx-mdl-tab-icon.ce-candidate-experience-icon {
        background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-search-icon {
        background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.rhm-creating-vacancies-icon, .ntx-mdl-tab-icon.ce-corporate-branding-options {
        background-image: url(../img/icons/5e5e5e/Edit-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.r-dashboard-icon {
        background-image: url(../img/icons/5e5e5e/Dashboard-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.cm-sifting-icon, .ntx-mdl-tab-icon.rhm-sifting-icon {
        background-image: url(../img/icons/5e5e5e/Sifting-Icon.svg);
        background-size: 25px;
    }

    .ntx-mdl-tab-icon.cm-shortlisting-candidates-icon, .ntx-mdl-tab-icon.rhm-searchable-candidate-database {
        background-image: url(../img/icons/5e5e5e/Users-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.cm-scoring-icon, .ntx-mdl-tab-icon.rhm-scoring-icon {
        background-image: url(../img/icons/5e5e5e/Scoring-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.rhm-self-selection-interviews-icon, .ntx-mdl-tab-icon.is-quarterly-updates-icon {
        background-image: url(../img/icons/5e5e5e/Calendar-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.cm-video-interview-icon, .ntx-mdl-tab-icon.rhm-video-interview-icon {
        background-image: url(../img/icons/5e5e5e/Video-Interview-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.cm-selection-tools-icon, .ntx-mdl-tab-icon.r-bespoke-reporting-icon {
        background-image: url(../img/icons/5e5e5e/Settings-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.cm-interview-services-icon, .ntx-mdl-tab-icon.is-tailored-training-icon {
        background-image: url(../img/icons/5e5e5e/Interview-Services-Icon.svg);
        background-size: 45px;
    }

    .ntx-mdl-tab-icon.cm-offering-candidates-icon, .ntx-mdl-tab-icon.is-project-managed-implementation, .ce-onboarding-icon {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.is-integrated-help-section-icon {
        background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.is-system-support-infrastructure-icon {
        background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
        background-size: 40px;
    }

    .ntx-mdl-tab-icon.ce-landing-page-icon, .ntx-mdl-tab-icon.am-dedicated-agency-portal {
        background-image: url(../img/icons/5e5e5e/Landing-Page-Icon.svg);
        background-size: 20px;
    }

    .ntx-mdl-tab-icon.ce-application-form-icon, .ntx-mdl-tab-icon.r-vacancy-overview-icon, .rhm-additional-options {
        background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.r-reporting-icon, .ntx-mdl-tab-icon.am-reporting-icon {
        background-image: url(../img/icons/5e5e5e/Reporting-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.ce-mobile-friendly-icon {
        background-image: url(../img/icons/5e5e5e/Mobile-Phone-Icon.svg);
        background-size: 20px;
    }

    .ntx-mdl-tab-icon.ce-applying-without-cv-icon, .ntx-mdl-tab-icon.r-compliance-diversity-icon, .ntx-mdl-tab-icon.am-manage-your-psl, .cm-candidate-management-icon {
        background-image: url(../img/icons/5e5e5e/Applying-Without-CV-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ce-candidate-account-icon, .ca-candidate-attraction-icon {
        background-image: url(../img/icons/5e5e5e/Blank-User.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ce-job-alerts-icon {
        background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.ce-candidate-communication {
        background-image: url(../img/icons/5e5e5e/Message-Icon.svg);
        background-size: 35px;
    }


.ntx-mdl-container-left .ntx-mdl-container-image {
    float: right;
}

.ntx-mdl-container-left .ntx-mdl-tabs {
    margin-left: 0;
    margin-right: 5%;
}

.no-border {
    border: none;
}

.ntx-logo {
    background-image: url(../img/ntx-elements/networx-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    width: 185px;
    height: 45px;
    margin: 0 auto;
    display: block;
}

.ntx-button {
    border-radius: 5px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-repeat: no-repeat;
    padding: 10px 25px;
    font-weight: 500 !important;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(40, 40, 40, 1);
    display: block;
    text-decoration: none !important;
    position: relative;
}

    .ntx-button:hover, .ntx-button:focus, .contact-us-item:hover, .contact-us-item:focus {
        text-decoration: underline !important;
        background-color: rgba(245, 248, 250, 1);
    }

    .ntx-button.our-solutions-button {
        margin-top: 20px;
        width: 325px;
        min-width: 325px;
    }

    .ntx-button.full-width {
        text-align: center;
    }

    .ntx-button.testimonial-button {
        margin: 0 auto;
        width: 20%;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
    }

        .ntx-button.testimonial-button:before {
            content: '';
            width: 20px;
            height: 20px;
            background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: 50%;
            position: absolute;
            left: 25px;
        }

.ntx-button-arrow-right {
    background-image: url(../img/icons/ffffff/Arrow-Right.svg);
}

.ntx-button-arrow-left {
    background-image: url(../img/icons/ffffff/Arrow-Left.svg);
}

.ntx-button-left {
    float: left;
    text-align: left;
}

.ntx-button-right {
    float: right;
    /*padding-right: 50px !important;*/
    text-align: right;
}

.ntx-help-button-right {
    margin-right: 10px;
}

.ntx-button-center {
    width: 100%;
    padding-left: 50px !important;
    text-align: center;
}

.ntx-button.job-a-action {
    margin-right: 15px;
}

    .ntx-button.job-a-action:last-child {
        margin-right: 0;
    }

.ntx-button.time-left-to-apply-icon {
    background-image: url(../img/icons/5e5e5e/calendar-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.apply-now-icon {
    color: rgba(255, 255, 255, 1);
}

.job .ntx-button.primary-green.apply-now-icon {
    background-image: url(../img/icons/ffffff/arrow-right.svg);
    background-size: 10px;
    background-position: left 20px center;
}

    .job .ntx-button.primary-green.apply-now-icon:before {
        display: none;
    }

.ntx-button-add {
    background-image: url(../img/icons/ffffff/add-icon.svg);
}

.ntx-button.primary-green.apply-now-icon:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(../img/icons/ffffff/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    top: calc(50% - 7.5px);
    left: 10px;
    position: absolute;
}

.ntx-button.primary-green.tick-icon {
    background-image: url(../img/icons/ffffff/tick.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
}

.ntx-button.arrow-left-icon {
    background-image: url(../img/icons/5e5e5e/arrow-left.svg);
    background-size: 10px;
    background-position: left 20px center;
}

.ntx-button.job-a-icon {
    background-image: url(../img/icons/5e5e5e/job-a-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.documents-icon {
    background-image: url(../img/icons/5e5e5e/applications-icon.svg);
    background-size: 20px;
    background-position: left 15px center !important;
    padding: 10px 25px 10px 50px;
}

.ntx-button.menu-icon {
    background-image: url(../img/icons/5e5e5e/menu-icon.svg);
    background-size: 20px;
    background-position: left 20px center;
    padding-left: 50px !important;
}

.ntx-button.back-to-search {
    background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
    background-size: 20px;
    background-position: left 20px center;
    padding-left: 50px;
}

.ntx-button.primary-green.print-icon {
    background-image: url(../img/icons/ffffff/print-icon.svg);
    background-size: 20px;
    background-position: left 20px center;
}

.ntx-button.share-icon {
    background-image: url(../img/icons/5e5e5e/share-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.networx-swoosh {
    background-image: url(../img/icons/5e5e5e/networx-swoosh.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.candidate-services {
    background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.job-a-icon {
    background-image: url(../img/icons/5e5e5e/job-at-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.login-icon {
    background-image: url(../img/icons/5e5e5e/padlock.svg);
    background-size: 15px;
    background-position: right 20px center;
    padding-right: 50px;
}

.ntx-button.support-icon {
    background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
    background-size: 15px;
    background-position: right 20px center;
    padding-right: 50px;
}

.ntx-button.user-login-icon {
    background-image: url(../img/icons/5e5e5e/blank-user.svg);
    background-size: 20px;
    background-position: right 20px center;
}

.ntx-button.save-icon {
    background-image: url(../img/icons/5e5e5e/heart-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding: 10px 25px 10px 50px;
}

    .ntx-button.save-icon.saved {
        background-image: url(../img/icons/4cab0c/tick.svg);
        background-color: rgb(245, 248, 250);
    }


.ntx-button.primary-green {
    /*background-color: #4cab0c;*/
    color: rgba(255, 255, 255, 1) !important;
}

.ntx-button.primary-red {
    background-color: rgb(225, 30, 30);
    color: rgba(255, 255, 255, 1) !important;
}

    .ntx-button.primary-red:hover {
        background-color: rgba(245, 68, 68,1);
    }

.ntx-button.primary-green.external-green {
    text-align: center;
    background-position: left 75px center;
    display: block;
}

.ntx-button.primary-orange {
    background-color: rgba(255, 102, 0, 1);
    color: rgba(255, 255, 255, 1) !important;
}

    .ntx-button.primary-orange:hover, .ntx-button.primary-orange:focus {
        background-color: rgba(255, 136, 57, 1);
    }

.ntx-button.primary-blue {
    background-color: rgb(67, 133, 245);
    color: rgba(255, 255, 255, 1) !important;
}

    .ntx-button.primary-blue:hover {
        background-color: rgba(67, 133, 245,0.75);
    }

.ntx-button.user-account-button {
    float: left;
    background-color: rgba(12, 98, 171, 1);
    color: rgba(255, 255, 255, 1) !important;
    margin-right: 15px;
}

    .ntx-button.user-account-button.register-for-job-alerts {
        padding: 10px 25px !important;
    }

    .ntx-button.user-account-button.favourite-jobs {
        position: relative;
    }

    .ntx-button.user-account-button:last-of-type {
        margin-right: 0;
    }

    .ntx-button.user-account-button:hover, .ntx-button.user-account-button:focus {
        background-color: rgba(41, 143, 206, 1);
    }

    .ntx-button.user-account-button.message-icon {
        background-image: url(../img/icons/ffffff/Message-Icon.svg);
        background-size: 20px;
        background-position: left 15px center;
        margin-right: 0;
        width: 100%;
    }

.ntx-button.primary-green:hover, .ntx-button.primary-green:focus {
    background-color: #275705;
}

.ntx-button.no-colour.ntx-button-cancel {
    background-image: url(../img/icons/5e5e5e/Close-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}


.ntx-button.more-information-button {
    background-color: rgba(76, 171, 12, 1);
    float: left;
    color: rgba(255, 255, 255, 1);
    background-image: url(../img/icons/ffffff/arrow-right.svg);
    background-size: 10px;
    background-position: left 20px center;
}

.ntx-button.job-alerts-button {
    background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

    .ntx-button.job-alerts-button.saved {
        background-image: url(../img/icons/4cab0c/tick.svg);
        background-color: rgb(245, 248, 250);
    }

.ntx-button.edit-job-alerts-button {
    background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.additional-reference-button {
    margin-bottom: 20px;
}

.ntx-button.edit-details-button {
    background-image: url(../img/icons/5e5e5e/edit-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.download-my-data-button {
    background-image: url(../img/icons/5e5e5e/Download-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.select-reference-button {
    background-image: url(../img/icons/5e5e5e/disciplines-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.primary-green.edit-details-button {
    background-image: url(../img/icons/ffffff/edit-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.applications-button {
    background-image: url(../img/icons/5e5e5e/edit-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.documents-to-sign-button {
    background-image: url(../img/icons/5e5e5e/documents-to-sign-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
    margin-bottom: 10px;
}

.ntx-button.withdraw-application-button {
    background-image: url(../img/icons/5e5e5e/close-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.change-answer-request-button {
    background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.view-privacy-policy-button {
    background-image: url(../img/icons/5e5e5e/Sifting-Icon.svg);
    background-size: 15px;
    background-position: left 15px center;
    padding-left: 50px;
}


.ntx-button.raise-objection-button {
    background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.delete-favourite-role-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.change-password-button {
    background-image: url(../img/icons/5e5e5e/Password-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.deactivate-profile-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-cv-button {
    background-image: url(../img/icons/5e5e5e/Edit-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.download-cv-button {
    background-image: url(../img/icons/5e5e5e/Download-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.upload-cv-button {
    background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
    background-size: 25px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.tick-button {
    background-image: url(../img/icons/4cab0c/tick.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.enter-contact-details {
    background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
    background-size: 25px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.profile-icon {
    background-image: url(../img/icons/5e5e5e/Blank-User.svg);
    background-size: 25px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.delete-cv-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.delete-app-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.primary-red.delete-app-button {
    background-image: url(../img/icons/ffffff/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-locations-button {
    background-image: url(../img/icons/5e5e5e/Location-Pin.svg);
    background-size: 15px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-disciplines-button {
    background-image: url(../img/icons/5e5e5e/Disciplines-Icon.svg);
    background-size: 15px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-salary-range-button {
    background-image: url(../img/icons/5e5e5e/Salary-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.request-a-demo {
    text-align: center;
    width: 50%;
    float: left;
    margin-top: 20px;
    color: rgb(255, 255, 255) !important;
}

.ntx-button.show-matching-roles {
    background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.support-code-button {
    background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.disabled {
    background-color: #c5c5c5 !important;
    pointer-events: none;
    border: 1px solid transparent;
}

    .ntx-button.disabled:hover {
        text-decoration: none !important;
        cursor: default !important;
    }

.login-options-main .ntx-button.disabled {
    display: none;
}

.not-allowed {
    cursor: not-allowed !important;
}

.ntx-button.action-loading {
    display: none;
    background-image: url('../img/ntx-branding/ntx-loader-ie.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999999999px;
}

    .ntx-button.action-loading.disabled {
        display: block;
    }

#ntx-sticky-anchor {
    float: left;
    width: 100%;
    bottom: 50px;
    height: 76px;
    background: rgba(0, 0, 0, 0);
    position: relative;
    z-index: -1;
}

    #ntx-sticky-anchor.ntx-sticky-anchor-recruiter {
        top: 3px;
    }

.ntx-navigation-container {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 0;
    visibility: hidden;
}

    .ntx-navigation-container.nav-active {
        opacity: 1;
        visibility: visible;
    }

    .ntx-navigation-container nav {
        float: left;
        width: 100%;
        height: 100%;
    }

.ntx-navigation {
    width: 300px;
    float: left;
    height: 100%;
    background-color: rgba(40, 40, 40, 1);
    position: relative;
    left: -300px;
    padding: 25px 35px;
}

.ntx-navigation-top {
    position: relative;
    top: 75px;
}

    .ntx-navigation-top a {
        color: rgba(255, 255, 255, 1);
        display: block;
        padding-bottom: 20px;
        background-size: contain;
        font-weight: 400;
    }

        .ntx-navigation-top a:last-child {
            padding-bottom: 0;
        }

.ntx-navigation-close-container {
    width: 100%;
    background-color: transparent;
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.ntx-navigation-container.nav-active .ntx-navigation, .ntx-navigation-container.nav-active .ntx-navigation-close-container {
    left: 0;
}

.ntx-navigation-close-icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    top: 25px;
    right: 25px;
    background-image: url(../img/icons/ffffff/close-icon.svg);
    cursor: pointer;
}

.ntx-navigation-bottom {
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: -o-calc(100% - 70px);
    width: calc(100% - 70px);
}

    .ntx-navigation-bottom .social-media-container {
        margin-top: 0;
    }

    .ntx-navigation-bottom hr {
        margin: 25px 0;
    }

    .ntx-navigation-bottom .client-login-link {
        display: block;
        padding-left: 2rem;
        background-repeat: no-repeat;
        background-image: url(../img/icons/ffffff/padlock.svg);
        background-position: left 50%;
        min-height: 20px;
        background-size: contain;
        color: rgba(255, 255, 255, 1);
        font-weight: 400;
    }

.ntx-modal {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

.ntx-modal-bg {
    background-image: none;
    background-color: rgba(45, 45, 45, 0.75);
    opacity: 1;
}

.ntx-modal-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgb(221, 221, 221);
    position: absolute;
    top: -20px;
    right: -20px;
    float: left;
    background-color: rgba(45, 45, 45, 0.9);
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
}

    .ntx-modal-close::before {
        display: none;
    }



/*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/





/*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/

.job-search-image.our-solutions-macbook {
    background-image: url(../img/hero-images/recruiter/our-solutions-macbook.jpg);
}

.job-search-image.our-clients-office {
    background-image: url(../img/hero-images/recruiter/our-clients-office.jpg);
}

.off-screen {
    position: absolute;
    left: -99999px;
}

#OnlineTest ul {
    margin-left: 1rem;
}

    #OnlineTest ul li {
        margin-bottom: 1rem;
    }



/*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/
/*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/
.pb1 {
    padding-bottom: 1rem;
}

.pt1 {
    padding-top: 1rem;
}

.pl1 {
    padding-left: 1rem;
}

.pr1 {
    padding-right: 1rem;
}

.padding1 {
    padding: 1rem;
}

.padding2 {
    padding: 2rem;
}

#printablediv {
    margin-top: 20px;
}

.privacy-policy-dialog .ntx-checkbox,
.privacy-policy-link-container {
    margin-top: 20px;
}

    .privacy-policy-dialog .ntx-checkbox label {
        padding: 15px 15px 15px 40px;
    }

    .privacy-policy-link-container > div {
        font-weight: 700;
        position: relative;
    }

p + .privacy-policy-link-container {
    margin: 20px 0;
}

.privacy-policy-link-container label {
    display: block;
}

.privacy-policy-link-container a.link {
    display: block;
}

.privacy-policy-link-container > p {
    font-weight: bold;
    display: block;
}

.privacy-policy-link-container.is-checked > div:before {
    background-image: url(../img/icons/4cab0c/tick.svg);
}

.pre-footer-header {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
}

    .pre-footer-header .h3 {
        font-weight: 400;
        margin-bottom: 30px;
    }

.prompt {
    width: 100%;
    max-width: 10rem;
}

td.prompt, th.prompt {
    width: 10rem;
    max-width: unset;
}

.prompt-l {
    width: 100%;
    max-width: 20rem;
}

td.prompt-l, th.prompt-l {
    width: 20rem;
    max-width: unset;
}

.prompt-xl {
    width: 100%;
    max-width: 30rem;
}

td.prompt-xl, th.prompt-xl {
    width: 30rem;
    max-width: unset;
}

@media only screen and (max-width : 1024px) {
    .prompt-l {
        width: 100%;
        max-width: 18rem;
    }

    td.prompt-l, th.prompt-l {
        width: 18rem;
        max-width: unset;
    }

    .prompt-xl {
        width: 100%;
        max-width: 22rem;
    }

    td.prompt-xl, th.prompt-xl {
        width: 22rem;
        max-width: unset;
    }
}

@media only screen and (max-width : 800px) {
    .prompt-l {
        width: 100%;
        max-width: 16rem;
    }

    td.prompt-l, th.prompt-l {
        width: 16rem;
        max-width: unset;
    }

    .prompt-xl {
        width: 100%;
        max-width: 20rem;
    }

    td.prompt-xl, th.prompt-xl {
        width: 20rem;
        max-width: unset;
    }
}


.promoted-content-container, .recruiter-content-container {
    background-color: rgba(255, 255, 255, 1);
    padding: 50px;
    border-right: 1px solid rgba(221, 221, 221, 1);
    border-left: 1px solid rgba(221, 221, 221, 1);
}

    .promoted-content-container .promoted-content {
        width: 45%;
        float: left;
        margin: 0 20px;
    }

    .promoted-content-container.large .promoted-content {
        width: 17.5%;
        margin: 0 17px;
    }

    .promoted-content-container .image-item .promoted-content, .promoted-content-container .content-items .promoted-content, .promoted-content-container .more-information-items .promoted-content {
        margin: 0;
    }

    .promoted-content-container.large .promoted-content:nth-of-type(5) {
        margin-right: 0;
    }

    .promoted-content-container.large .promoted-content:first-of-type {
        margin-left: 0;
    }

.promoted-content.no-border {
    border: none;
}

.promoted-content.contact-us-section {
    padding-top: 20px;
}

.promoted-content.no-border-bottom {
    border-bottom: none;
}

.promoted-content.text-align-center, .promoted-content.text-align-center .h6 {
    text-align: center;
}

.promoted-content-icon-outer {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 100%;
    padding: 4px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 1px solid rgba(221, 221, 221, 1);
}

.promoted-content-icon-inner {
    background-color: rgba(248, 248, 248, 1);
    border-radius: 100%;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border: 1px solid rgba(221, 221, 221, 1);
}

    .promoted-content-icon-inner.managing-applications {
        background-image: url(../img/icons/5e5e5e/Managing-Applications-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.attracting-top-talent {
        background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.candidate-experience {
        background-image: url(../img/icons/5e5e5e/Mobile-Phone-Icon.svg);
        background-size: 30px;
    }

    .promoted-content-icon-inner.reporting {
        background-image: url(../img/icons/5e5e5e/Reporting-Icon.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.agencies {
        background-image: url(../img/icons/5e5e5e/Users-Icon.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.implementation {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.the-company {
        background-image: url(../img/icons/5e5e5e/Users-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.our-services {
        background-image: url(../img/icons/5e5e5e/Settings-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.our-clients {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.jobseeker {
        background-image: url(../img/icons/5e5e5e/Blank-User.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.networx-client-swoosh {
        background-image: url(../img/icons/5e5e5e/networx-Swoosh.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.general-eunquiries {
        background-image: url(../img/icons/5e5e5e/Message-Icon.svg);
        background-size: 50px;
    }

.promoted-content .bottom-section {
    padding: 20px;
}

    .promoted-content .bottom-section.more-info {
        padding: 0 20px;
    }

.promoted-content .more-information-container {
    background-color: rgba(248, 248, 248, 1);
    border-radius: 0px 0px 5px 5px;
}

.promoted-content.center {
    margin-left: 5%;
    margin-right: 5%;
}

.promoted-content .ntx-button {
    margin-top: 20px;
}

.promoted-content .more-information-container .ntx-button {
    margin-top: 0;
}

.promoted-content-list {
    margin-top: 20px;
    list-style: none;
}

    .promoted-content-list li {
        padding-left: 20px;
        min-height: 20px;
        padding-bottom: 15px;
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: left top 5px;
        background-image: url(../img/icons/4cab0c/tick-box.svg);
        line-height: 25px;
    }

        .promoted-content-list li:last-child {
            padding-bottom: 0;
        }

.promoted-content-image {
    float: left;
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 4px 4px 0px 0px;
}

.promoted-content-overlay {
    float: left;
    width: 100%;
    height: 150px;
    background-color: rgba(44, 44, 44, 0.35);
    position: absolute;
    z-index: 1;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    padding: 40px 130px;
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 10px rgba(40, 40, 40, 0.8);
    font-weight: 500;
}

    .promoted-content-overlay * {
        text-align: center;
        color: rgb(255, 255, 255);
        text-shadow: 0px 0px 10px rgba(40, 40, 40, 0.8);
        font-weight: 500;
    }

.promoted-content .apply-now-icon {
    text-align: center;
    background-position: left 75px center;
    display: block;
}

.promoted-content .h6 {
    text-align: left;
}

.promoted-content-item {
    display: flex;
    width: 75%;
    margin: 0 auto;
}

    .promoted-content-item.contact-us .promoted-content:nth-of-type(2) {
        margin-left: 5%;
        margin-right: 0%;
    }

    .promoted-content-item.contact-us .promoted-content:nth-of-type(1) {
        margin-left: 0%;
        margin-right: 5%;
    }

    .promoted-content-item.more-information-items .promoted-content {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: none;
    }

    .promoted-content-item.content-items .promoted-content {
        border-radius: 0;
        border-top: none;
    }

    .promoted-content-item.image-item .promoted-content {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.profile-container-icon {
    background-repeat: no-repeat;
    background-size: contain;
    width: 75px;
    height: 75px;
    float: left;
    background-position: 50%;
}

.profile-incomplete-warning-icon {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
}

.profile-complete-tick-icon {
    background-image: url(../img/icons/5e5e5e/Tick-Box.svg);
}

.profile-job-alert-icon {
    background-image: url(../img/icons/5e5e5e/Job-Alerts-Icon.svg);
}

.profile-my-data-icon {
    background-image: url(../img/icons/5e5e5e/application-info.svg);
}

.profile-docusign-info-icon {
    background-image: url(../img/icons/5e5e5e/documents-to-sign-icon.svg);
}

.profile-interviews-icon {
    background-image: url(../img/icons/5e5e5e/Calendar-Icon.svg);
}

.profile-incomplete-applications-icon {
    background-image: url(../img/icons/5e5e5e/Managing-Applications-Icon.svg);
}

.profile-applications-complete-icon {
    background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
}

.profile-supplemental-info-icon {
    background-image: url(../img/icons/5e5e5e/Sifting-Icon.svg);
}

.profile-references-info-icon {
    background-image: url(../img/icons/5e5e5e/Disciplines-Icon.svg);
}

.profile-fullapp-request-icon {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
}

.profile-agency-application-icon {
    background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
}

.profile-upload-icon {
    background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
}

.profile-searchable-cv {
    background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
}

.profile-searchable-icon {
    background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
}

.profile-private-icon {
    background-image: url(../img/icons/5e5e5e/spy.svg);
}

.profile-pointers-container .container {
    height: 75%;
    position: relative;
}

.profile-pointers {
    width: 300px;
    height: 100px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(221, 221, 221);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 4px rgb(136, 136, 136);
    -moz-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px rgb(136, 136, 136);
    bottom: 30px;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 20px 40px;
}

    .profile-pointers.active {
        opacity: 1;
        visibility: visible;
    }

    .profile-pointers.profile-pointers-1 {
    }

    .profile-pointers.profile-pointers-2 {
        left: 150px;
    }

    .profile-pointers.profile-pointers-3 {
        bottom: 70px;
        left: auto;
        right: 0px;
    }

        .profile-pointers.profile-pointers-3:before {
            right: 35px;
            left: auto;
            top: 98px;
        }

        .profile-pointers.profile-pointers-3:after {
            right: 38px;
            left: auto;
            top: 96px;
        }

    .profile-pointers:before, .profile-pointers:after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
    }

    .profile-pointers:before {
        left: 35px;
        top: 98px;
        border: 18px solid;
        border-color: rgb(221, 221, 221) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    .profile-pointers:after {
        left: 38px;
        top: 96px;
        border: 15px solid;
        border-color: rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    .profile-pointers.profile-pointers-left:before {
        left: -37px;
        top: 19px;
        border: 18px solid;
        border-color: rgba(0, 0, 0, 0) rgb(221, 221, 221) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    .profile-pointers.profile-pointers-left:after {
        left: -30px;
        top: 22px;
        border: 15px solid;
        border-color: rgba(0, 0, 0, 0) rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

.profile-pointers-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url(../img/icons/5e5e5e/Close-Icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.profile-about-you {
    display: inline-block;
    vertical-align: middle;
    border: 0px solid #ddd;
    float: left;
    border-radius: 0px;
    padding: 0px;
    width: 100%;
    margin-bottom: 0px;
}

    .profile-about-you h1 {
        margin-bottom: 25px;
    }

.profile-job-preferences {
    display: inline-block;
    vertical-align: middle;
    border: 0px solid #ddd;
    float: left;
    border-radius: 5px;
    padding: 0px;
    width: 100%;
    margin-bottom: 30px;
}

    .profile-job-preferences h1 {
        margin-bottom: 25px;
    }

.plymouth-college-of-art-header-image {
    background-image: url(../img/our-clients/Education/plymouth-college-of-art/plymouth-college-of-art-header.jpg);
}

.pointer-cursor {
    cursor: pointer;
}

.privacy-policy-link {
    text-decoration: underline !important;
    cursor: pointer !important;
    color: #1160da !important;
}

.position-relative {
    position: relative;
}

/*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/


/*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/


.question-response .required {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
    background-size: 25px 23px;
    padding: 10px 45px 10px 15px;
}

.question-quick-app .quick-app-button-container {
    float: right;
}

    .question-quick-app .quick-app-button-container .ntx-button {
        float: left;
    }

.question-response .required.valid {
    background-image: none;
}

.question-response .drop-down.required {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
    background-position: right 36px center;
    background-size: 25px 23px;
}

.question-response .drop-down:after {
    content: '';
    background-image: url(../img/icons/5e5e5e/Arrow-Down.svg);
    height: 10px;
    width: 15px;
    float: right;
    background-size: contain;
    position: absolute;
    right: 15px;
    z-index: 1;
    background-repeat: no-repeat;
    top: 15px;
}

.question-response .drop-down.required.valid {
    background-image: none;
}

.quick-app-header td img {
    width: 180px;
    height: 55px;
}



/*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/




/*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/

.references-content .title,
.references-content .details {
    position: static;
    top: 0;
    left: 0;
    width: 50%;
    text-align: left;
    word-break: break-all;
    padding: 0;
    padding-bottom: 20px;
    float:left;
}

input.radio-button {
    margin-right: 8px;
}

.request-a-demo-header-image {
    background-image: url(../img/hero-images/recruiter/request-a-demo-header-image.jpg);
}

.reference-completed-icon {
    width: 100px;
    margin: 0 auto;
    position: relative;
}

.ntx-icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    background-color: rgb(255, 255, 255);
    border-radius: 100%;
    padding: 15px;
    border: 1px solid rgb(221, 221, 221);
}

.reference-completed-icon .ntx-icon.tick-icon {
    background-image: url(../img/icons/4cab0c/tick.svg);
    background-size: 20px;
    top: 0;
    right: 0;
}

.references-check-box-container {
    float: right;
}

    .references-check-box-container .references-label {
        padding: 0;
    }

references-checkbox-container {
    float: left;
    width: 35%;
}

.reference-item {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

    .reference-item:last-of-type {
        margin-bottom: 0;
    }

    .reference-item h2.h3 {
        font-weight: 500;
        margin-bottom: 15px;
    }

.reference-hidden {
    display: none;
}

.reference-show {
    display: block;
}

.recruiter-top-section-container .scroll-down-container {
    width: 1200px;
}

.reference-info {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

    .reference-info:last-of-type {
        margin-bottom: 0px;
    }

.candidate-dialog-box .reference-info {
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
}

.reference-info .your-profile-header {
    border-bottom: none;
    padding-bottom: 0;
}

.references-content {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.recruiter-top-section-container .scroll-down-container .scroll-down-featured-recruiters {
    color: rgb(40, 40, 40);
    text-shadow: none;
}

.recruiter-top-section-container .scroll-down-container .scroll-down-container-icon {
    background-image: url(../img/icons/5e5e5e/arrow-down.svg);
}

.refine-search-section {
    float: left;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 20px;
}

main article .refine-search-half-width-container .refine-search-section {
    width: 30%;
    padding: 25px;
}

.refine-search-full-width-container .refine-search-section {
    width: 100%;
    padding: 50px 20px;
}

.refine-search-overlay .main-search-button {
    margin-bottom: 25px;
}

.refine-search-half-width-container .refine-search-section:nth-child(2) {
    margin-left: 5%;
    margin-right: 5%;
}

.refine-search-half-width-container {
    float: left;
    width: 100%;
    height: 50%;
    margin-bottom: 40px;
}

.refine-search-full-width-container {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.refine-search-section .advanced-search-options-container {
    height: -moz-calc(100% - 80px);
    height: -webkit-calc(100% - 80px);
    height: -o-calc(100% - 80px);
    height: calc(100% - 80px);
    margin-top: 15px;
}

.refine-search-section .advanced-search-option-checkbox {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 98%;
    margin-right: 0;
}

.refine-search-section .advanced-search-option-label {
    padding: 10px;
}

.refine-search-overlay .main-search-input {
    border: 1px solid #dddddd;
    box-shadow: none;
}

.recruiter-top-section-container .job-search-overlay {
    width: 1200px;
    background-color: rgba(255, 255, 255, 0.85);
}

    .recruiter-top-section-container .job-search-overlay .container {
        padding: 0px 40px;
        height: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

        .recruiter-top-section-container .job-search-overlay .container ul {
            padding: 20px;
        }

            .recruiter-top-section-container .job-search-overlay .container ul li {
                padding-bottom: 10px;
            }

                .recruiter-top-section-container .job-search-overlay .container ul li:last-of-type {
                    padding-bottom: 0px;
                }


.ribbon {
    background-color: rgba(76, 171, 12, 1);
    width: 40px;
    height: 50px;
    position: absolute;
    margin: auto;
    background-image: url(../img/icons/ffffff/Sponsored-Ribbon.svg);
    background-position: 50%;
    background-size: 50%;
    background-repeat: no-repeat;
    z-index: 2;
    right: 20px;
    -webkit-box-shadow: 10px 10px 10px 0px rgba(40,40,40,0.5);
    -moz-box-shadow: 10px 10px 10px 0px rgba(40,40,40,0.5);
    box-shadow: 10px 10px 10px 0px rgba(40,40,40,0.5);
}

    .ribbon:before {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 0;
        height: 0;
        border-top: 30px solid rgba(76, 171, 12, 1);
        border-right: 30px solid transparent;
    }

    .ribbon:after {
        content: "";
        position: absolute;
        bottom: -20px;
        right: 0;
        width: 0;
        height: 0;
        border-top: 30px solid rgba(76, 171, 12, 1);
        border-left: 30px solid transparent;
    }

.rich-question .question-options > *:first-of-type {
    margin-right: 1rem;
}

.rich-question .question-options > label.prompt {
    display:inline-block;
}

div[class^="col-"]:not(:last-of-type) {
    margin-right: 1rem;
}

.right {
    float: left;
    width: 380px;
}

    .right.tall .further-jobs-container {
        height: 390px;
        width: 380px;
        float: left;
    }

    .right.tall .further-jobs-image-overlay {
        background-color: rgba(255, 102, 0, 0.55);
    }

.right-side-align {
    float: right;
    width: 48%;
    margin-left: 2%;
}

.recruiter-content {
    padding: 0;
}

    .recruiter-content.stuck {
        top: 60px;
    }

        .recruiter-content.stuck ~ article .clients-pre-footer {
            top: 60px;
        }

        .recruiter-content.stuck ~ footer .footer {
            top: 60px;
        }

.recruiter-content-container {
    width: 1200px;
    margin: 0 auto;
    background-color: rgb(236, 236, 236);
}

    .recruiter-content-container:nth-of-type(2n+1) {
        background-color: rgba(255, 255, 255, 1);
    }

    .recruiter-content-container ul {
        padding: 10px 20px;
    }

        .recruiter-content-container ul li {
            padding: 5px 0px;
        }


.random-client {
    float: left;
    width: 33%;
    height: 100px; /* equals max image height */
    white-space: nowrap;
    text-align: center;
}

    .random-client:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .random-client img {
        vertical-align: middle;
        max-height: 100px;
        max-width: 250px;
    }


/*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/



/*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/

.salary-input-container {
    float: left;
    width: 100%;
    margin-top: 40px;
}

    .salary-input-container .advanced-search-input {
        float: left;
        width: 48%;
        padding-left: 50px;
        background-image: url(../img/icons/5e5e5e/money-salary-icon.svg);
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: left 20px center;
    }

    .salary-input-container .salary-input-divider {
        float: left;
        width: 4%;
        text-align: center;
        line-height: 56px;
    }

select {
    font-family: Roboto, sans-serif;
}

.send-me-jobs-like-this-container {
    float: right;
    width: 30%;
}

    .send-me-jobs-like-this-container .ntx-button.primary-green {
        text-align: center;
    }

.scroll-down-container {
    float: left;
    width: 100%;
    position: fixed;
    bottom: 30%;
}

.scroll-down-container-icon {
    width: 40px;
    height: 30px;
    background-image: url(../img/icons/ffffff/arrow-down.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 20px;
}

.scroll-down-featured-recruiters {
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-shadow: 1px 1px 15px rgba(40, 40, 40, 0.8);
    width: 250px;
    margin: 0 auto;
    cursor: pointer;
}

    .scroll-down-featured-recruiters:hover {
        text-decoration: underline;
    }

#SideNav {
    margin-top: 0 !important;
}

.social-media-container {
    margin: 0 auto;
    margin-top: 25px;
}

.social-media-icon {
    width: 35px;
    height: 35px;
    border: 2px solid rgba(221, 221, 221, 1);
    border-radius: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 5px;
    cursor: pointer;
}

    .social-media-icon:first-of-type {
        margin-left: 0;
    }

    .social-media-icon:last-of-type {
        margin-right: 0;
    }

    .social-media-icon.facebook {
        background-image: url(../img/icons/ffffff/facebook-icon.svg);
        background-size: 7px;
    }

    .social-media-icon.glassdoor {
        background-image: url(../img/icons/ffffff/glassdoor-icon.svg);
        background-size: 10px;
    }

    .social-media-icon.google-plus {
        background-image: url(../img/icons/ffffff/google-plus-icon.svg);
        background-size: 15px;
    }

    .social-media-icon.linkedin {
        background-image: url(../img/icons/ffffff/linkedin-icon.svg);
        background-size: 15px;
    }

    .social-media-icon.twitter {
        background-image: url(../img/icons/ffffff/twitter-icon.svg);
        background-size: 15px;
    }

.sponsored-jobs, .promoted-content-container {
    width: 1200px;
    margin: 0 auto;
}

    .sponsored-jobs .sponsored-job-container:nth-of-type(2) {
        float: left;
        width: 380px;
        margin-left: 30px;
        margin-right: 30px;
    }

.suggested-locations-disciplines-list, .my-filters-list {
    list-style: none;
}

    .suggested-locations-disciplines-list li, .my-filters-list li {
        font-weight: 500;
        padding-bottom: 10px;
    }

        .suggested-locations-disciplines-list li:last-child, .my-filters-list li:last-child {
            padding-bottom: 0px;
        }

        .suggested-locations-disciplines-list li button, .my-filters-list li button {
            position:relative;
            color: rgba(12, 98, 171, 1);
            text-decoration: none;
            width: 100%;
            padding-right: 30px;
            background-repeat: no-repeat;
            background-position: right top;
            background-size: 20px 20px;
            cursor: pointer;
            min-height: 20px;
            background-color:transparent;
            text-align:left;
        }

        .suggested-locations-disciplines-list li button {
            /*background-image: url(../img/icons/5e5e5e/add-icon.svg);*/
        }

        .suggested-locations-disciplines-list li button:hover, .suggested-locations-disciplines-list li button:focus, .my-filters-list li button:hover, .my-filters-list li button:focus {
            text-decoration: underline;
        }

.sponsored-job-container .client-logo {
    background-position: 50%;
}

.sponsored-job-container, .promoted-content {
    width: 30%;
    border-radius: 5px;
    border: 1px solid rgba(221, 221, 221, 1);
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    z-index: 0;
    float: left;
}

    .promoted-content.no-border-radius {
        border-radius: 0;
    }

    .sponsored-job-container.center {
        margin-left: 30px;
        margin-right: 30px;
    }

    .sponsored-job-container .apply-now-icon {
        text-align: left;
        background-position: left 100px center;
    }

.sponsored-job-container {
    width: 380px;
}

.sponsored-job-image {
    float: left;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 4px 4px 0px 0px;
    background-image: url(../img/hero-images/disciplines/Marketing-and-PR/Marketing-PR-3.jpg);
}


.sponsored-job-image-overlay {
    background-color: rgba(44, 44, 44, 0.55);
    float: left;
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    border-radius: 4px 4px 0px 0px;
}

.sub-container {
    float: left;
    width: 400px;
    min-height: 45px;
}

    .sub-container.sub-container-single {
        width: 100%;
    }

        .sub-container.sub-container-single .client-logo {
            background-size: contain;
        }

    .sub-container.sub-container-single-login {
        position: absolute;
        top: 0;
        right: 0;
    }

.start-typing {
    font-style: italic;
    font-weight: 400;
}

#SideNav .side-nav-bt .calendar-32 .time-holder {
    top: 10px !important;
    left: 50px !important;
}

#SideNav .side-nav-bt .calendar-32 {
    padding-left: 48px !important;
}

    #SideNav .side-nav-bt .calendar-32 .time-holder.char-count-1 {
        top: 10px !important;
        left: 58px !important;
    }

    #SideNav .side-nav-bt .calendar-32 .time-holder.char-count-2 {
        top: 10px !important;
        left: 43px !important;
    }

    #SideNav .side-nav-bt .calendar-32 .time-holder.char-count-3 {
        top: 10px !important;
        left: 43px !important;
    }

#SideNav .side-nav-bt.time {
    cursor: auto !important;
}

    #SideNav .side-nav-bt.time:hover {
        background-color: #ffffff;
        text-decoration: none !important;
    }

        #SideNav .side-nav-bt.time:hover .time-holder, #SideNav .side-nav-bt.time:hover .time-holder.char-count-2, #SideNav .side-nav-bt.time:hover .time-holder.char-count-3, #SideNav .side-nav-bt.time:hover .calendar-32:after {
            text-decoration: none !important;
        }

#SideNav .side-nav-bt .calendar-32:after {
    cursor: text;
}

.text-off-screen {
    text-indent: -99999px;
}

.sub-header {
    margin-top: 15px;
}

section.dialog {
    height: 0;
    width: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: all 0.5s;
    display: none;
    -moz-animation: fadeEffect 0.5s;
    -webkit-animation: fadeEffect 0.5s;
    animation: fadeEffect 0.5s;
}

    section.dialog.active {
        pointer-events: all;
        display: block;
        width: 100%;
        height: 100%;
    }

        section.dialog.active:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgb(40, 40, 40);
            z-index: 1;
            opacity: 0.5;
        }

    section.dialog.privacy-policy-dialog.active:after {
        background-color: rgb(248, 248, 248);
        z-index: 1;
        opacity: 0.975;
    }

    section.dialog .content {
        float: left;
        width: 90%;
        height: auto;
        max-height: 90%;
        max-width: 900px;
        border: 1px solid rgb(221, 221, 221);
        border-radius: 10px;
        background-color: rgb(255, 255, 255);
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        position: relative;
        padding: 25px;
        -webkit-box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
        -moz-box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
        box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
        z-index: 2;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    section.dialog.has-actions .content {
        padding: 0;
    }

    section.dialog .content.has-small-width {
        max-width: 600px;
    }

    section.dialog .content main {
        width: 100%;
        position: static;
        top: 0;
        float: left;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        overflow: auto;
        padding:0;
    }

    section.dialog.has-actions .content main {
        border-radius: inherit;
    }

    section.dialog ul,
    section.dialog ol {
        padding-left: 30px;
        padding-bottom: 10px;
    }

    section.dialog.privacy-policy-dialog .content > button.close + div
    {
        overflow:auto;
    }

.link {
    cursor: pointer;
    text-decoration: none;
}

a.link {
    color: #0A5494;
    font-weight: bold;
}

button.close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: rgba(40, 40, 40, 0.85);
    border: 1px solid rgb(255, 255, 255);
    position: absolute;
    top: -20px;
    right: -20px;
    padding: 10px;
    z-index: 3;
}

svg.base-icon {
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    fill: rgb(40, 40, 40);
}

button.close svg {
    width: 100%;
    height: 100%;
    fill: rgb(255, 255, 255);
}

section {
    width: 100%;
    position: relative;
}

    section.dialog.has-actions .content section.application-content {
        float: left;
        padding: 25px;
    }

    section.dialog h1 {
        text-transform: none;
        color: inherit;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgb(117, 117, 117);
        font-weight: 400;
        text-align: center;
    }

.safer-jobs-logo {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    height: 150px;
    background-image: url(../img/misc/safer-jobs-logo.jpg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

section.actions {
    float: left;
    background-color: rgb(238, 238, 238);
    padding: 10px 20px;
    border-top: 1px solid rgb(221, 221, 221);
    text-align: right;
}

section.dialog.has-actions section.actions {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

section.dialog.safer-jobs .application-content a.link {
    color: #0B5699;
    font-weight: 500;
}

section.actions .ntx-action-button:last-of-type {
    margin-right: 0;
}

section.actions .ntx-action-button:first-of-type {
    margin-left: 0;
}

article.job-result section.actions .ntx-action-button, .dialog section.actions .ntx-action-button {
    float: none;
}

section.actions .ntx-action-button {
    margin: 0 5px;
    display: inline-table;
    float: left;
}

.ntx-action-button[disabled="disabled"]:hover {
    text-decoration: none;
}

.ntx-action-button.primary {
    background-color: rgb(77, 171, 13);
    color: #ffffff;
}

    .ntx-action-button.primary:hover {
        background-color: rgba(77, 171, 13, 0.75);
    }

.ntx-action-button[disabled="disabled"].primary {
    background-color: rgba(77, 171, 13, 0.55);
    color: #ffffff;
}

    .ntx-action-button[disabled="disabled"].primary:hover {
        background-color: rgba(77, 171, 13, 0.55);
        text-decoration: none;
    }

.ntx-action-button.secondary {
    background-color: rgb(67, 133, 245);
    color: #ffffff;
}

    .ntx-action-button.secondary:hover {
        background-color: rgba(67, 133, 245, 0.75);
    }

.ntx-action-button[disabled="disabled"].secondary {
    background-color: rgba(67, 133, 245, 0.55);
    color: #ffffff;
}

    .ntx-action-button[disabled="disabled"].secondary:hover {
        background-color: rgba(67, 133, 245, 0.55);
        text-decoration: none;
    }

.ntx-action-button.tertiary {
    background-color: rgb(230, 73, 73);
    color: #ffffff;
}

    .ntx-action-button.tertiary:hover {
        background-color: rgba(230, 73, 73, 0.75);
    }

.ntx-action-button[disabled="disabled"].tertiary {
    background-color: rgba(230, 73, 73, 0.55);
    color: #ffffff;
}

    .ntx-action-button[disabled="disabled"].tertiary:hover {
        background-color: rgba(230, 73, 73, 0.55);
        text-decoration: none;
    }

.ntx-action-button.disabled, .ntx-action-button[disabled="disabled"] {
    cursor: not-allowed;
    user-select: none;
    opacity: 1; /*need this to beat apoint stylesheet*/
}

    .ntx-action-button.disabled:hover, .ntx-action-button[disabled="disabled"]:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.ntx-ripple {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 1;
}

.ntx-action-button {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgb(255, 255, 255);
    color: rgb(40, 40, 40);
}


.submitAndReviewSection {
    padding: 50px;
    margin: 20px 0;
    border: 1px solid rgba(221, 221, 221, 1);
}

.submitAndReviewSection h2 {
    padding-bottom:0;
}

.submitAndReviewSection .question {
    padding: 30px 0 0;
    margin: 0;
}

.submitAndReviewSection .question p.bold {
    font-weight:bold;
}

.submitAndReviewSection .info-block {
    margin: 20px 0 0;
}

.submitAndReviewSection .section-title { 
    padding:30px 0 0;
}

.submitAndReviewSection button.ntx-button {
    margin-top:30px; 
}

.submitAndReviewSection .reference-info {
    padding-top:10px;    
}

.submitAndReviewSection .reference-info .references {
    padding-top: 10px;
}

    /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/
    /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/
    .text-align-center {
        text-align: center;
    }

textarea {
    font-family: Roboto, sans-serif;
}

.top-section {
    float: left;
    width: 100%;
}

.testimonial-browser {
    text-align: left;
    width: 700px;
    height: 436px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #dddddd;
    margin: 0 auto;
}

    .testimonial-browser .top-bar {
        border-radius: 5px 5px 0 0;
        border-top: thin solid rgb(234, 234, 233);
        border-bottom: thin solid rgb(223, 223, 222);
        background: rgb(94, 94, 94);
        float: left;
        width: 100%;
    }

    .testimonial-browser .circles {
        padding: 10px 15px;
    }

    .testimonial-browser .circle {
        height: 8px;
        width: 8px;
        display: inline-block;
        border-radius: 50%;
        background-color: rgb(255, 255, 255);
        margin-right: 10px;
    }

        .testimonial-browser .circle:last-of-type {
            margin-right: 0px;
        }

        .testimonial-browser .circle.red {
            background-color: rgb(255, 0, 0);
        }

        .testimonial-browser .circle.green {
            background-color: rgb(76, 171, 12);
        }

        .testimonial-browser .circle.yellow {
            background-color: rgb(255, 167, 109);
        }

    .testimonial-browser .content {
        margin: 0;
        width: 100%;
        height: -moz-calc(100% - 41px) !important;
        height: -webkit-calc(100% - 41px) !important;
        height: -o-calc(100% - 41px) !important;
        height: calc(100% - 41px) !important;
        display: inline-block;
        border-radius: 0 0 5px 5px;
        background-color: rgb(250, 250, 250);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% top;
    }

        .testimonial-browser .content.argos {
            background-image: url(../img/our-clients/WellKnownBrands/Argos/argos-website.jpg);
        }

        .testimonial-browser .content.thorntons {
            background-image: url(../img/our-clients/WellKnownBrands/Thorntons/thorntons-website.jpg);
        }

        .testimonial-browser .content.hobbycraft {
            background-image: url(../img/our-clients/WellKnownBrands/Hobbycraft/hobbycraft-website.jpg);
        }

        .testimonial-browser .content.wilko {
            background-image: url(../img/our-clients/WellKnownBrands/Wilko/wilko-website.jpg);
        }

        .testimonial-browser .content.maplin {
            background-image: url(../img/our-clients/WellKnownBrands/Maplin/maplin-website.jpg);
        }

        .testimonial-browser .content.laterooms {
            background-image: url(../img/our-clients/WellKnownBrands/Laterooms/laterooms-website.jpg);
        }

        .testimonial-browser .content.stonegate {
            background-image: url(../img/our-clients/Commercial/Stonegate/stonegate-website.jpg);
        }

        .testimonial-browser .content.london-city-airport {
            background-image: url(../img/our-clients/Commercial/london-city-airport/london-city-airport-website.jpg);
        }

        .testimonial-browser .content.domestic-and-general {
            background-image: url(../img/our-clients/Commercial/Domestic-and-General/domestic-and-general-website.jpg);
        }

        .testimonial-browser .content.vitality {
            background-image: url(../img/our-clients/Commercial/Vitality/vitality-website.jpg);
        }

        .testimonial-browser .content.tlt {
            background-image: url(../img/our-clients/Commercial/Tlt/tlt-website.jpg);
        }

        .testimonial-browser .content.wolters-kluwer {
            background-image: url(../img/our-clients/Commercial/Wolters-Kluwer/wolters-kluwer-website.jpg);
        }

        .testimonial-browser .content.mitsubishi-hitachi {
            background-image: url(../img/our-clients/Manufacturing/Mitsubishi-Hitachi/mitsubishi-hitachi-website.jpg);
        }

        .testimonial-browser .content.tulip {
            background-image: url(../img/our-clients/Manufacturing/Tulip/tulip-website.jpg);
        }

        .testimonial-browser .content.doosan {
            background-image: url(../img/our-clients/Manufacturing/Doosan/doosan-website.jpg);
        }

        .testimonial-browser .content.lucite-international {
            background-image: url(../img/our-clients/Manufacturing/Lucite-International/lucite-international-website.jpg);
        }

        .testimonial-browser .content.yeo-valley {
            background-image: url(../img/our-clients/Manufacturing/Yeo-Valley/yeo-valley-website.jpg);
        }

        .testimonial-browser .content.tata-steel {
            background-image: url(../img/our-clients/Manufacturing/Tata-Steel/tata-steel-website.jpg);
        }

        .testimonial-browser .content.aster {
            background-image: url(../img/our-clients/Housing/Aster/aster-website.jpg);
        }

        .testimonial-browser .content.yorkshire-housing {
            background-image: url(../img/our-clients/Housing/Yorkshire-Housing/yorkshire-housing-website.jpg);
        }

        .testimonial-browser .content.paradigm {
            background-image: url(../img/our-clients/Housing/Paradigm/paradigm-website.jpg);
        }

        .testimonial-browser .content.knightstone {
            background-image: url(../img/our-clients/Housing/Knightstone/knightstone-website.jpg);
        }

        .testimonial-browser .content.places-for-people {
            background-image: url(../img/our-clients/Housing/Places-for-People/places-for-people-website.jpg);
        }

        .testimonial-browser .content.orbit {
            background-image: url(../img/our-clients/Housing/Orbit/orbit-website.jpg);
        }

        .testimonial-browser .content.waterloo-housing {
            background-image: url(../img/our-clients/Housing/Waterloo-Housing/waterloo-housing-website.jpg);
        }

        .testimonial-browser .content.curo-group {
            background-image: url(../img/our-clients/Housing/Curo-Group/curo-website.jpg);
        }

        .testimonial-browser .content.grand-union {
            background-image: url(../img/our-clients/Housing/Grand-Union/grand-union-website.jpg);
        }

        .testimonial-browser .content.watford {
            background-image: url(../img/our-clients/Housing/Watford/watford-website.jpg);
        }

        .testimonial-browser .content.north-hertfordshire {
            background-image: url(../img/our-clients/Housing/North-Hertfordshire/north-hertfordshire-website.jpg);
        }

        .testimonial-browser .content.gateway-housing {
            background-image: url(../img/our-clients/Housing/Gateway-Housing/gateway-housing-website.jpg);
        }

        .testimonial-browser .content.pdsa {
            background-image: url(../img/our-clients/Charities/Pdsa/pdsa-website.jpg);
        }

        .testimonial-browser .content.fitzroy {
            background-image: url(../img/our-clients/Charities/Fitzroy/fitzroy-website.jpg);
        }

        .testimonial-browser .content.rethink {
            background-image: url(../img/our-clients/Charities/Rethink/rethink-website.jpg);
        }

        .testimonial-browser .content.macintyre {
            background-image: url(../img/our-clients/Charities/Macintyre/macintyre-website.jpg);
        }

        .testimonial-browser .content.hestia {
            background-image: url(../img/our-clients/Charities/Hestia/hestia-website.jpg);
        }

        .testimonial-browser .content.cornwall-hospice-care {
            background-image: url(../img/our-clients/Charities/Cornwall-Hospice-Care/cornwall-hospice-care-website.jpg);
        }

        .testimonial-browser .content.ncg {
            background-image: url(../img/our-clients/Education/Ncg/ncg-website.jpg);
        }

        .testimonial-browser .content.cornwall-college {
            background-image: url(../img/our-clients/Education/Cornwall-College/cornwall-college-website.jpg);
        }

        .testimonial-browser .content.wiltshire-college {
            background-image: url(../img/our-clients/Education/Wiltshire-College/wiltshire-college-website.jpg);
        }

        .testimonial-browser .content.united-learning {
            background-image: url(../img/our-clients/Education/United-Learning/united-learning-website.jpg);
        }

        .testimonial-browser .content.future-schools-trust {
            background-image: url(../img/our-clients/Education/Future-Schools-Trust/future-schools-trust-website.jpg);
        }

        .testimonial-browser .content.whitgift-foundation {
            background-image: url(../img/our-clients/Education/Whitgift-Foundation/whitgift-foundation-website.jpg);
        }

        .testimonial-browser .content.mole-valley-farmers {
            background-image: url(../img/our-clients/Retail/Mole-Valley-Farmers/mole-valley-farmers-website.jpg);
        }

        .testimonial-browser .content.evans-cycles {
            background-image: url(../img/our-clients/Retail/Evans-Cycles/evans-cycles-website.jpg);
        }

        .testimonial-browser .content.one-stop {
            background-image: url(../img/our-clients/Retail/One-Stop/one-stop-website.jpg);
        }

        .testimonial-browser .content.home-retail-group {
            background-image: url(../img/our-clients/Retail/Home-Retail-Group/home-retail-group-website.jpg);
        }

        .testimonial-browser .content.homebase {
            background-image: url(../img/our-clients/Retail/Homebase/homebase-website.jpg);
        }

.testimonial-advert-container {
    width: 400px;
    height: 600px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.52);
    -moz-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.52);
    box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.52);
    padding: 20px;
}

.testimonial-advert {
    width: 100%;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

    .testimonial-advert.argos {
        background-image: url(../img/our-clients/WellKnownBrands/Argos/argos-advert.jpg);
    }

    .testimonial-advert.thorntons {
        background-image: url(../img/our-clients/WellKnownBrands/Thorntons/thorntons-advert.jpg);
    }

    .testimonial-advert.hobbycraft {
        background-image: url(../img/our-clients/WellKnownBrands/Hobbycraft/hobbycraft-advert.jpg);
    }

    .testimonial-advert.wilko {
        background-image: url(../img/our-clients/WellKnownBrands/Wilko/wilko-advert.jpg);
    }

    .testimonial-advert.maplin {
        background-image: url(../img/our-clients/WellKnownBrands/Maplin/maplin-advert.jpg);
    }

    .testimonial-advert.laterooms {
        background-image: url(../img/our-clients/WellKnownBrands/Laterooms/laterooms-advert.jpg);
    }

    .testimonial-advert.london-city-airport {
        background-image: url(../img/our-clients/Commercial/london-city-airport/london-city-airport-advert.jpg);
    }

    .testimonial-advert.stonegate {
        background-image: url(../img/our-clients/Commercial/Stonegate/stonegate-advert.jpg);
    }

    .testimonial-advert.domestic-and-general {
        background-image: url(../img/our-clients/Commercial/Domestic-and-General/domestic-and-general-advert.jpg);
    }

    .testimonial-advert.vitality {
        background-image: url(../img/our-clients/Commercial/Vitality/vitality-advert.jpg);
    }

    .testimonial-advert.tlt {
        background-image: url(../img/our-clients/Commercial/Tlt/tlt-advert.jpg);
    }

    .testimonial-advert.wolters-kluwer {
        background-image: url(../img/our-clients/Commercial/Wolters-Kluwer/wolters-kluwer-advert.jpg);
    }

    .testimonial-advert.mitsubishi-hitachi {
        background-image: url(../img/our-clients/Manufacturing/Mitsubishi-Hitachi/mitsubishi-hitachi-advert.jpg);
    }

    .testimonial-advert.tulip {
        background-image: url(../img/our-clients/Manufacturing/Tulip/tulip-advert.jpg);
    }

    .testimonial-advert.doosan {
        background-image: url(../img/our-clients/Manufacturing/Doosan/doosan-advert.jpg);
    }

    .testimonial-advert.lucite-international {
        background-image: url(../img/our-clients/Manufacturing/Lucite-International/lucite-international-advert.jpg);
    }

    .testimonial-advert.yeo-valley {
        background-image: url(../img/our-clients/Manufacturing/Yeo-Valley/yeo-valley-advert.jpg);
    }

    .testimonial-advert.tata-steel {
        background-image: url(../img/our-clients/Manufacturing/Tata-Steel/tata-steel-advert.jpg);
    }

    .testimonial-advert.aster {
        background-image: url(../img/our-clients/Housing/Aster/aster-advert.jpg);
    }

    .testimonial-advert.yorkshire-housing {
        background-image: url(../img/our-clients/Housing/Yorkshire-Housing/yorkshire-housing-advert.jpg);
    }

    .testimonial-advert.paradigm {
        background-image: url(../img/our-clients/Housing/Paradigm/paradigm-advert.jpg);
    }

    .testimonial-advert.knightstone {
        background-image: url(../img/our-clients/Housing/Knightstone/knightstone-advert.jpg);
    }

    .testimonial-advert.places-for-people {
        background-image: url(../img/our-clients/Housing/Places-for-People/places-for-people-advert.jpg);
    }

    .testimonial-advert.orbit {
        background-image: url(../img/our-clients/Housing/Orbit/orbit-advert.jpg);
    }

    .testimonial-advert.waterloo-housing {
        background-image: url(../img/our-clients/Housing/Waterloo-Housing/waterloo-housing-advert.jpg);
    }

    .testimonial-advert.curo-group {
        background-image: url(../img/our-clients/Housing/Curo-Group/curo-advert.jpg);
    }

    .testimonial-advert.grand-union {
        background-image: url(../img/our-clients/Housing/Grand-Union/grand-union-advert.jpg);
    }

    .testimonial-advert.watford {
        background-image: url(../img/our-clients/Housing/watford/watford-advert.jpg);
    }

    .testimonial-advert.north-hertfordshire {
        background-image: url(../img/our-clients/Housing/North-Hertfordshire/north-hertfordshire-advert.jpg);
    }

    .testimonial-advert.gateway-housing {
        background-image: url(../img/our-clients/Housing/Gateway-Housing/gateway-housing-advert.jpg);
    }

    .testimonial-advert.pdsa {
        background-image: url(../img/our-clients/Charities/Pdsa/pdsa-advert.jpg);
    }

    .testimonial-advert.fitzroy {
        background-image: url(../img/our-clients/Charities/Fitzroy/fitzroy-advert.jpg);
    }

    .testimonial-advert.rethink {
        background-image: url(../img/our-clients/Charities/Rethink/rethink-advert.jpg);
    }

    .testimonial-advert.macintyre {
        background-image: url(../img/our-clients/Charities/Macintyre/macintyre-advert.jpg);
    }

    .testimonial-advert.hestia {
        background-image: url(../img/our-clients/Charities/Hestia/hestia-advert.jpg);
    }

    .testimonial-advert.cornwall-hospice-care {
        background-image: url(../img/our-clients/Charities/Cornwall-Hospice-Care/cornwall-hospice-care-advert.jpg);
    }

    .testimonial-advert.ncg {
        background-image: url(../img/our-clients/Education/Ncg/ncg-advert.jpg);
    }

    .testimonial-advert.cornwall-college {
        background-image: url(../img/our-clients/Education/Cornwall-College/cornwall-college-advert.jpg);
    }

    .testimonial-advert.wiltshire-college {
        background-image: url(../img/our-clients/Education/Wiltshire-College/wiltshire-college-advert.jpg);
    }

    .testimonial-advert.united-learning {
        background-image: url(../img/our-clients/Education/United-Learning/united-learning-advert.jpg);
    }

    .testimonial-advert.future-schools-trust {
        background-image: url(../img/our-clients/Education/Future-Schools-Trust/future-schools-trust-advert.jpg);
    }

    .testimonial-advert.whitgift-foundation {
        background-image: url(../img/our-clients/Education/Whitgift-Foundation/whitgift-foundation-advert.jpg);
    }

    .testimonial-advert.mole-valley-farmers {
        background-image: url(../img/our-clients/Retail/Mole-Valley-Farmers/mole-valley-farmers-advert.jpg);
    }

    .testimonial-advert.evans-cycles {
        background-image: url(../img/our-clients/Retail/Evans-Cycles/evans-cycles-advert.jpg);
    }

    .testimonial-advert.one-stop {
        background-image: url(../img/our-clients/Retail/One-Stop/one-stop-advert.jpg);
    }

    .testimonial-advert.home-retail-group {
        background-image: url(../img/our-clients/Retail/Home-Retail-Group/home-retail-group-advert.jpg);
    }

    .testimonial-advert.homebase {
        background-image: url(../img/our-clients/Retail/Homebase/homebase-advert.jpg);
    }

/*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/




/*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/

.user-navigation, .recruiter-navigation-bar {
    float: left;
    width: 100%;
    background-color: rgb(236, 236, 236);
    padding: 20px 30px;
    z-index: 4;
    position: relative;
    height: 60px;
    top: 0px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    border-top: 1px solid rgba(221, 221, 221, 1);
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

    .user-navigation.top {
        top: 76px;
        position: fixed;
        border-bottom: 1px solid rgba(221, 221, 221, 1);
        border-top: none;
    }

.user-icon {
    width: 125px;
    height: 125px;
    border-radius: 5px;
    background-color: rgba(245, 248, 250, 1);
    background-image: url(../img/icons/5e5e5e/blank-user.svg);
    box-shadow: rgba(0,0,0,0.05) 2px 0px 11px;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    bottom: -30px;
    border: 3px solid rgba(255, 255, 255, 1);
    float: left;
    background-repeat: no-repeat;
    right: 0;
    cursor: default;
}

.user-icon-settings-container {
    padding: 5px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 5px 0px 0px;
    cursor: pointer;
    width: 125px;
    height: 125px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-image: none;
}

.user-icon-settings {
    background-image: url(../img/icons/5e5e5e/edit-icon.svg);
    border: 2px solid rgba(94, 94, 94, 1);
    content: "";
    display: block;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: 0px 0px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 0px;
    height: 0px;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    opacity: 0;
}

.your-profile-section .user-icon {
    position: relative;
    border: 1px solid rgb(221, 221, 221);
}

.user-icon:hover .user-icon-settings-container, .user-icon:focus .user-icon-settings-container {
    background-color: rgba(255, 255, 255, 0.75);
}

    .user-icon:hover .user-icon-settings-container .user-icon-settings, .user-icon:focus .user-icon-settings-container .user-icon-settings {
        opacity: 1;
        width: 60px;
        height: 60px;
        background-size: 30px 30px;
    }


.user-icon.user-icon-small {
    width: 50px;
    height: 50px;
    top: -5px;
    right: 0px;
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    cursor: default;
}

.user-navigation.stuck .user-icon.user-icon-small {
    opacity: 1;
    visibility: visible;
    top: 5px;
}

.user-navigation.top .user-icon.user-icon-normal {
    display: none;
}

.user-navigation.stuck {
    position: fixed;
    top: 130px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.user-navigation.recruiter-navigation-bar.stuck {
    top: 76px;
    border-top: none;
    height: 59px;
}

.user-navigation .container {
    position: relative;
    top: 0;
}

.user-name {
    float: left;
    text-align: right;
    font-weight: 700;
    color: rgba(40, 40, 40, 1);
    margin-right: 25px;
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: -o-calc(100% - 150px);
    width: calc(100% - 150px);
    position: relative;
    right: 0;
}

.user-navigation.stuck .user-name, .user-navigation.top .user-name {
    right: -70px;
}

.user-navigation.stuck .user-icon {
    opacity: 0;
    visibility: hidden;
    bottom: 70px;
    right: 0;
    float: right;
}

    .user-navigation.stuck .user-icon.user-icon-small, .user-navigation.top .user-icon.user-icon-small {
        opacity: 1;
        visibility: visible;
        top: -5px;
        right: 0;
        z-index: 1;
    }

.user-name span {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
}

.user-details {
    float: left;
    width: 40%;
    padding: 10px 0;
}

.user-account-buttons-container {
    float: left;
    width: 60%;
}

    .user-account-buttons-container .ntx-button:last-of-type {
        margin-right: 0;
    }

    .user-account-buttons-container .ntx-button.user-account-button {
        color: #ffffff !important;
    }

.ui-widget {
    font-family: Roboto, sans-serif !important;
}

.ui-autocomplete {
    display: none;
    position: absolute;
    list-style-type: none;
    width: 100% !important;
    height: 300px;
    overflow: auto;
    word-break: break-word;
    white-space: normal;
    background: #ffffff !important;
    border: 2px solid #dddddd !important;
    padding: 15px;
}

    .ui-autocomplete:before {
        content: "suggested locations...";
        font-size: 19px;
        color: #7a7a7a;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #dddddd;
        margin-bottom: 10px !important;
        clear: both;
        display: block;
    }

    .ui-autocomplete li {
        cursor: pointer !important;
        padding: 5px !important;
        margin: 0 !important;
        border: 1px solid #ffffff !important;
    }

        .ui-autocomplete li .ui-state-focus, .ui-autocomplete li a {
            background: #ffffff !important;
            color: #000000;
            font-weight: normal;
        }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #f8f8f8 !important;
    border: 1px solid #dddddd !important;
    color: #282828 !important;
    font-weight: normal !important;
}

ul.navigation li ul {
    display: none;
    position: absolute;
    top: 47px;
    z-index: -1;
    float: left;
    width: 250px;
    left: 0px;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-top: none;
    cursor: default;
}

ul.navigation li:hover ul {
    display: block;
}

ul.navigation li ul li {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    border: 2px solid rgb(255, 255, 255);
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

    ul.navigation li ul li:last-of-type {
        margin-bottom: 0;
    }

    ul.navigation li ul li a {
        padding: 10px 20px;
    }

.ui-widget-overlay {
    background-color: rgba(45, 45, 45, 0.75) !important;
    background-image: none !important;
}

.user-icon.Name-A {
    background-image: url(../img/icons/Name-Icons/Name-A-Icon.svg);
}

.user-icon.Name-B {
    background-image: url(../img/icons/Name-Icons/Name-B-Icon.svg);
}

.user-icon.Name-C {
    background-image: url(../img/icons/Name-Icons/Name-C-Icon.svg);
}

.user-icon.Name-D {
    background-image: url(../img/icons/Name-Icons/Name-D-Icon.svg);
}

.user-icon.Name-E {
    background-image: url(../img/icons/Name-Icons/Name-E-Icon.svg);
}

.user-icon.Name-F {
    background-image: url(../img/icons/Name-Icons/Name-F-Icon.svg);
}

.user-icon.Name-G {
    background-image: url(../img/icons/Name-Icons/Name-G-Icon.svg);
}

.user-icon.Name-H {
    background-image: url(../img/icons/Name-Icons/Name-H-Icon.svg);
}

.user-icon.Name-I {
    background-image: url(../img/icons/Name-Icons/Name-I-Icon.svg);
}

.user-icon.Name-J {
    background-image: url(../img/icons/Name-Icons/Name-J-Icon.svg);
}

.user-icon.Name-K {
    background-image: url(../img/icons/Name-Icons/Name-K-Icon.svg);
}

.user-icon.Name-L {
    background-image: url(../img/icons/Name-Icons/Name-L-Icon.svg);
}

.user-icon.Name-M {
    background-image: url(../img/icons/Name-Icons/Name-M-Icon.svg);
}

.user-icon.Name-N {
    background-image: url(../img/icons/Name-Icons/Name-N-Icon.svg);
}

.user-icon.Name-O {
    background-image: url(../img/icons/Name-Icons/Name-O-Icon.svg);
}

.user-icon.Name-P {
    background-image: url(../img/icons/Name-Icons/Name-P-Icon.svg);
}

.user-icon.Name-Q {
    background-image: url(../img/icons/Name-Icons/Name-Q-Icon.svg);
}

.user-icon.Name-R {
    background-image: url(../img/icons/Name-Icons/Name-R-Icon.svg);
}

.user-icon.Name-S {
    background-image: url(../img/icons/Name-Icons/Name-S-Icon.svg);
}

.user-icon.Name-T {
    background-image: url(../img/icons/Name-Icons/Name-T-Icon.svg);
}

.user-icon.Name-U {
    background-image: url(../img/icons/Name-Icons/Name-U-Icon.svg);
}

.user-icon.Name-V {
    background-image: url(../img/icons/Name-Icons/Name-V-Icon.svg);
}

.user-icon.Name-W {
    background-image: url(../img/icons/Name-Icons/Name-W-Icon.svg);
}

.user-icon.Name-X {
    background-image: url(../img/icons/Name-Icons/Name-X-Icon.svg);
}

.user-icon.Name-Y {
    background-image: url(../img/icons/Name-Icons/Name-Y-Icon.svg);
}

.user-icon.Name-Z {
    background-image: url(../img/icons/Name-Icons/Name-Z-Icon.svg);
}

/*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/





/*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/

.verification-overlay, .login-overlay, .social-media-privacy-login-overlay, .profile-introduction {
    background-color: rgba(45, 45, 45, 0.75);
}

    .verification-overlay .ntx-button.primary-green {
        float: left;
    }

#ViewProfileWizard {
    float: left;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0px;
    background: rgba(45, 45, 45, 0.75);
    z-index: 10;
    width: 100%;
}

    #ViewProfileWizard .pop-up-wrapper {
        width: 1200px;
        margin: 0 auto;
        background-color: rgb(255, 255, 255);
        border-radius: 0px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
        -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
        box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
        border: 1px solid #dddddd;
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
        top: 50px;
        height: -moz-calc(100% - 100px) !important;
        height: -webkit-calc(100% - 100px) !important;
        height: -o-calc(100% - 100px) !important;
        height: calc(100% - 100px) !important;
    }

        #ViewProfileWizard .pop-up-wrapper #NTXAppFormNav {
            width: 100%;
            height: 100%;
        }

    #ViewProfileWizard .h6 {
        text-align: left;
        padding-bottom: 10px;
        border-bottom: 1px solid rgb(221, 221, 221);
    }

.verification-container {
    float: left;
    width: 100%;
    display: flex;
    background-color: rgba(255, 255, 255, 1);
    height: 400px;
    position: relative;
    top: 50%;
    padding: 0px;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    box-sizing: unset;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

    .verification-container .h3 {
        text-align: left;
    }

    .verification-container input {
        border: 1px solid rgba(221, 221, 221, 1);
        padding: 10px;
        width: 100%;
        font-weight: 600;
        margin: 20px 0;
    }


.verification-left {
    float: left;
    width: 50%;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
}

.verification-left-overlay {
    background-color: rgba(255, 136, 57, 0.75);
    float: left;
    width: 50%;
    height: 400px;
    position: absolute;
    z-index: 1;
}

.verification-left-image {
    background-image: url(../img/hero-images/recruiter/macbook-verification-image.jpg);
    float: left;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 50%;
    height: auto;
    min-height: 400px;
}

.verification-right {
    float: right;
    width: 50%;
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 30px;
}

    .verification-right .container {
        width: 540px;
        float: left;
    }

    .verification-right .ntx-button {
        margin-right: 15px;
        color: #ffffff !important;
    }

.verification-overlay p span {
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
}

#ViewProfileWizard .candidate-dialog-actions .ntx-button.ntx-button-arrow-right, #ViewProfileWizard .candidate-dialog-actions .ntx-button.ntx-button-arrow-left, .popup-page .ntx-button.ntx-button-arrow-left, .popup-page .ntx-button.ntx-button-arrow-right {
    background-size: 10px;
}

#ViewProfileWizard .checkbox-container label.checkbox input[type=checkbox] {
    display: none;
}

#ViewProfileWizard hr {
    border-top: 1px solid #dddddd;
}

#ViewProfileWizard td.padding-right img {
    width: 30px;
    height: 30px;
    float: left;
}

#ViewProfileWizard .ntx-button.job-alerts-button {
    padding-left: 50px;
}

#ViewProfileWizard .container {
    top: 50px;
    height: -moz-calc(100% - 100px) !important;
    height: -webkit-calc(100% - 100px) !important;
    height: -o-calc(100% - 100px) !important;
    height: calc(100% - 100px) !important;
}

#ViewProfileWizard .profile-pointers.profile-pointers-1 {
    top: 10px;
    bottom: auto;
    left: 310px;
}

    #ViewProfileWizard .profile-pointers.profile-pointers-1:before {
        left: -37px;
        top: 25px;
        border: 18px solid;
        border-color: rgba(0, 0, 0, 0) rgb(221, 221, 221) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    #ViewProfileWizard .profile-pointers.profile-pointers-1:after {
        left: -30px;
        top: 28px;
        border: 15px solid;
        border-color: rgba(0, 0, 0, 0) rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

.view-next-section-container .ntx-button {
    text-align: center;
    float: none;
    margin: 0 auto;
    width: 80%;
}

#ViewAdvert .AdvertParentContainer {
    margin: 0 auto;
}

#ViewAdvert .job-a-actions-container {
    float: left;
    width: 100%;
}

/*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/





/*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/

.width-auto {
    width: auto !important;
}

.wide {
    float: left;
    width: 100%;
    height: 270px;
}

    .wide .further-jobs-container {
        float: left;
        width: 100%;
        height: 270px;
    }

.work-for-us-jobs-container {
    margin: 0 auto;
    width: 100%;
    margin-top: 50px;
}

.wiltshire-college-header-image {
    background-image: url(../img/our-clients/Education/wiltshire-college/wiltshire-college-header.jpg);
}

/*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/





/*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/



/*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/





/*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/

.your-profile-section.reference:nth-of-type(1) {
    padding-top: 20px;
    border-top: 1px solid #dddddd;
    margin-top: 20px;
}

.your-profile-section:nth-last-of-type(1) {
    padding-top: 0;
}

.your-profile-action-buttons-section.references .ntx-button.ntx-button-left {
    float: left;
}

.your-profile-section {
    padding: 10px 0;
    width: 100%;
    margin-bottom: 20px;
}

    .your-profile-section#divSelectedReferences {
        margin-bottom: 0;
    }

        .your-profile-section#divSelectedReferences h2.h3 {
            text-align: left;
        }

    .your-profile-section .job-details span {
        font-weight: 700;
    }

.your-profile-is-incomplete-container td:first-of-type {
    width: 125px;
    vertical-align: top;
}

.your-profile-is-incomplete-container td:nth-of-type(2) {
    width: -moz-calc(100% - 125px) !important;
    width: -webkit-calc(100% - 125px) !important;
    width: -o-calc(100% - 125px) !important;
    width: calc(100% - 125px) !important;
}

.your-profile-is-incomplete-container ol, .your-profile-is-incomplete-container ul {
    padding: 20px;
    font-weight: 500;
}

    .your-profile-is-incomplete-container ol li, .your-profile-is-incomplete-container ul li {
        padding-bottom: 20px;
    }

.your-profile-section .h6 {
    text-align: left;
    margin-bottom: 0;
}

.your-profile-section .title {
    /*color: rgb(12, 98, 171);*/
    font-weight: bold;
}

.your-profile-section .details {
    float: left;
    padding-left: 10px;
}

.your-profile-section .incomplete {
    font-weight: bold;
    color: #4F5A65;
}

.your-profile-title-section {
    width: 20%;
}

    .your-profile-title-section.references {
        width: 65%;
    }

.reference-info .your-profile-title-section.references {
    width: 65%;
}

.reference-info .your-profile-action-buttons-section.references {
    width: 35%;
    position: relative;
    z-index: 1;
}

    .reference-info .your-profile-action-buttons-section.references .ntx-button {
        padding-right: 12.5px !important;
    }


.your-profile-title-section.references .your-profile-action-buttons-section.references .ntx-button:last-of-type {
    margin-left: 10px;
}

.your-profile-action-buttons-section.references .ntx-button:first-of-type {
    margin-left: 0px;
}

.your-profile-action-buttons-section.references .ntx-button {
    margin: 0px 0px 20px 10px;
}

.your-profile-title-section.references h5 {
    margin-bottom: 0;
}

.your-profile-action-buttons-section {
    width: 80%;
}

    .your-profile-action-buttons-section.references {
        width: 100%;
    }

.your-profile-header {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
}

.your-profile-action-buttons-section .ntx-button {
    margin: 0px 0px 10px 10px;
}

.your-profile-action-buttons-section .ntx-button {
    padding: 10px 12.5px 10px 45px;
}

.populated-from-cv {
    background-image: url(../img/icons-32/282828/cvs-icon.png);
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/





/*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/



/*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/






.mdl-spinner {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
}

    .mdl-spinner:not(.is-upgraded).is-active:after {
        content: "Loading...";
    }

    .mdl-spinner.is-upgraded.is-active {
        -moz-animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
        -webkit-animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
        animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
    }


@-moz-keyframes mdl-spinner__container-rotate {
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-webkit-keyframes mdl-spinner__container-rotate {
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@keyframes mdl-spinner__container-rotate {

    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}


.mdl-spinner__layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mdl-spinner__layer-1 {
    border-color: #42a5f5;
}

.mdl-spinner--single-color .mdl-spinner__layer-1, .mdl-spinner--single-color .mdl-spinner__layer-2, .mdl-spinner--single-color .mdl-spinner__layer-3, .mdl-spinner--single-color .mdl-spinner__layer-4 {
    border-color: rgb(63,81,181);
}

.mdl-spinner.is-active .mdl-spinner__layer-1 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-2 {
    border-color: #f44336;
}

.mdl-spinner.is-active .mdl-spinner__layer-2 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-3 {
    border-color: #fdd835;
}

.mdl-spinner.is-active .mdl-spinner__layer-3 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-4 {
    border-color: #4caf50;
}

.mdl-spinner.is-active .mdl-spinner__layer-4 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}


/*--------*/

@-moz-keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -o-transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -o-transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -o-transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -o-transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
    }
}

@-webkit-keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -o-transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -o-transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -o-transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -o-transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
    }
}

@keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -o-transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -o-transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -o-transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -o-transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-1-fade-in-out {
    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

@-webkit-keyframes mdl-spinner__layer-1-fade-in-out {
    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

@keyframes mdl-spinner__layer-1-fade-in-out {

    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-2-fade-in-out {
    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-2-fade-in-out {
    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-2-fade-in-out {

    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-3-fade-in-out {
    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-3-fade-in-out {
    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-3-fade-in-out {

    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-4-fade-in-out {
    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-4-fade-in-out {
    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-4-fade-in-out {

    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

/*--------*/



.mdl-spinner__gap-patch {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .mdl-spinner__gap-patch .mdl-spinner__circle {
        width: 1000%;
        left: -450%;
    }

.mdl-spinner__circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .mdl-spinner__circle-clipper .mdl-spinner__circle {
        width: 200%;
    }

.mdl-spinner__circle {
    box-sizing: border-box;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mdl-spinner__left .mdl-spinner__circle {
    border-right-color: transparent !important;
    transform: rotate(129deg);
    -ms-transform: rotate(129deg);
    -webkit-transform: rotate(129deg);
    -moz-transform: rotate(129deg);
    -o-transform: rotate(129deg);
}

.mdl-spinner.is-active .mdl-spinner__left .mdl-spinner__circle {
    -moz-animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__right .mdl-spinner__circle {
    left: -100%;
    border-left-color: transparent !important;
    transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
    -webkit-transform: rotate(-129deg);
    -moz-transform: rotate(-129deg);
    -o-transform: rotate(-129deg);
}

.mdl-spinner.is-active .mdl-spinner__right .mdl-spinner__circle {
    -moz-animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
}

/*--------*/

@-moz-keyframes mdl-spinner__left-spin {
    0%,to {
        transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

@-webkit-keyframes mdl-spinner__left-spin {
    0%,to {
        transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

@keyframes mdl-spinner__left-spin {

    0%,to {
        transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__right-spin {
    0%,to {
        transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
}

@-webkit-keyframes mdl-spinner__right-spin {
    0%,to {
        transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
}

@keyframes mdl-spinner__right-spin {

    0%,to {
        transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
}

/*--------*/






/*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/


/*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/

html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0'] .job-search-section-container.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko'] .job-search-section-container.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko'] .job-search-section-container.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko'] .job-search-section-container.stuck {
    z-index: 3;
}

html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0'] .user-navigation.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko'] .user-navigation.stuck {
    top: 75px;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
}

/*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/




@media only screen and (max-height: 700px) {

    .ntx-navigation-top {
        top: 30px;
    }

    .ntx-navigation-bottom {
        bottom: 30px;
    }
}

@-webkit-keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes borderscale {
    50% {
        -webkit-box-shadow: 0 0 0 2px #4f8196;
        -moz-box-shadow: 0 0 0 2px #4f8196;
        box-shadow: 0 0 0 2px #4f8196;
    }
}

@keyframes borderscale {
    50% {
        -webkit-box-shadow: 0 0 0 2px #4f8196;
        -moz-box-shadow: 0 0 0 2px #4f8196;
        box-shadow: 0 0 0 2px #4f8196;
    }
}

/*IE 10 / IE 11*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    section.dialog .content {
        height: 90%;
    }
}

/*IE 10 / IE 11*/




/*IE 9*/

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    section.dialog .content {
        height: 90%;
    }
}

/*IE 9*/

.ie9 main {
    display: block;
    height:100%;
    width:100%;
}

.login-bar .invalid-email-error {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
}

    .login-bar .invalid-email-error:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        background-image: url(../img/icons/e11e1e/Alert-Icon.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
    }

#divVerification {
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 15px;
}

#NTXAdvert-Dialog_dialog .candidate-dialog-top-section {
    font-size: 2rem;
    font-weight: 650;
}

.span-selected-name, .modern-ui-dropdown-option {
    font-size: 15px;
}
select {
    font-size: 15px;
}
#divSalaryRange {
    font-size: 14px;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

/*.search-container .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 1) !important;
}

.is-homepage .btn-blue:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 1) !important;
}*/

    
/*NETWORX RECRUITMENT STYLESHEET*/

/*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

::selection {
    background: #212529;
    text-shadow: none;
    color: rgba(255, 255, 255, 1);
}



@media screen and (max-height: 800px) {


    .job-search-overlay, .job-search-section-container {
        height: -moz-calc(100% - 136px) !important;
        height: -webkit-calc(100% - 136px) !important;
        height: -o-calc(100% - 136px) !important;
        height: calc(100% - 136px) !important;
    }

    .scroll-down-container {
        /*bottom: 80px !important;*/
    }

    .job-search-section-container.stuck .job-search-overlay {
        height: 55px !important;
    }

    .profile-pointers-container .container {
        height: -moz-calc(100% - 60px) !important;
        height: -webkit-calc(100% - 60px) !important;
        height: -o-calc(100% - 60px) !important;
        height: calc(100% - 60px) !important;
    }

    .login-dialogue-box {
        height: 90% !important;
    }

    .login-bottom-section {
        height: calc(100% - 100px) !important;
    }

    .login-bottom-content {
        height: calc(100% - 65px) !important;
    }

    

    .not-logged-in .job-search-section-container, .not-logged-in .job-search-overlay {
        height: calc(100% - 76px) !important;
    }
}

@media screen and (max-height: 700px) {

    
}

@media screen and (max-height: 650px) {

    
}

/*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/





/*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/

a {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

a[href*="http"],
a[href*="mailto"],
a[href*="tel"]{
    font-weight:bold;
}

.available-slots {
    padding: 0px;
}

.accessibility-statement h1, .accessibility-statement h2, .accessibility-statement h3, .accessibility-statement h4, .accessibility-statement h5, .accessibility-statement h6 {
    text-align: left;
    margin-top: 1rem;
}

.accessibility-statement ul {
    margin: 1rem 0 1rem 2rem;
}

    .accessibility-statement ul li {
        margin: 0 0 1rem;
    }

.account-renew {
    min-height: 80vh !important;
    width: 40vw !important;
    padding: 2rem 6rem;
    text-align: center;
}

@media only screen and (max-width: 1000px) {

    .account-renew {
        width: 90% !important;
        padding: 2rem 2rem;
        text-align: center;
    }
}

.account-renew-logo {
    margin: 1rem auto 4rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 120px;
    width: 100%;
    clear: both;
}

.account-renew-cross, .account-renew-tick {
    height: 4rem;
    width: 4rem;
    background-image: url(../img/icons/E11E1E/Close-Icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.account-renew-tick {
    background-image: url(../img/icons/4cab0c/tick.svg);
}

.account-renew h1 {
    display: inline-block;
    text-align: center;
}

.account-renew h2 {
    display: inline-block;
    text-align: center;
}

.account-renew img {
    margin: auto;
}

.action-hidden { 
    overflow-y: hidden;
}

.candidate-dialog-box .available-slots .ntx-button-location {
    background-image: url(../img/icons/5e5e5e/Location-Pin.svg);
    background-size: 15px;
}

    .candidate-dialog-box .available-slots .ntx-button-location:hover {
        text-decoration: underline !important;
        background-color: rgb(245, 248, 250);
    }

.ad-login-alert #adLoginDialog {
    display: none;
}

    .ad-login-alert #adLoginDialog.active {
        display: block !important;
        right: calc(-70px - 2.2rem);
        top: calc(30px + 1.4rem);
    }

    .ad-login-alert #adLoginDialog .overlay-close {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

.apoint-recruitment-technology-setup {
    background-image: url(../img/hero-images/recruiter/apoint-recruitment-technology.jpg);
}

.advanced-search-options-overlay, .refine-search-overlay, .verification-overlay, .login-overlay, .social-media-privacy-login-overlay, .profile-introduction {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 0%;
    width: 0%;
    background-color: rgba(255, 255, 255, 0.98);
    opacity: 0;
    visibility: hidden;
    z-index: 11;
}

    .advanced-search-options-overlay.active, .refine-search-overlay.active, .verification-overlay.active, .login-overlay.active, .social-media-privacy-login-overlay.active, .profile-introduction.active, .candidate-dialog.active {
        height: 100%;
        width: 100%;
        opacity: 1;
        visibility: visible;
    }

    .advanced-search-options-overlay .container, .refine-search-overlay .container {
        width: 1000px;
        height: 100%;
    }

    .advanced-search-options-overlay .ntx-navigation-close-icon, .refine-search-overlay .ntx-navigation-close-icon {
        background-image: url(../img/icons/5e5e5e/close-icon.svg);
        position: relative;
        right: 0;
    }

    .advanced-search-options-overlay .h3, .refine-search-overlay .h3 {
        text-align: left;
        margin-bottom: 10px;
    }

.advanced-search-intro-details {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.advanced-search-input {
    border: none;
    border-bottom: 1px solid rgba(94, 94, 94, 1);
    background-color: transparent;
    padding: 15px;
    width: 100%;
    float: left;
    font-weight: 400;
    opacity: 0.5;
}

.advanced-search-options-container {
    margin-top: 30px;
}

.advanced-search-option-checkbox {
    float: left;
    width: 48%;
    margin-right: 2%;
    border-radius: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin-bottom: 15px;
    margin-top: 15px;
}

    .advanced-search-option-checkbox:nth-of-type(2n) {
        margin-right: 0;
    }

    .advanced-search-option-checkbox:hover {
        background-color: rgba(245, 248, 250,1);
    }

.advanced-search-option-label, .references-label {
    float: left;
    width: 100%;
    padding: 20px;
    padding-left: calc(35px + 0.6rem) !important;
    cursor: pointer;
}

.references-label {
    padding: 0px;
}

    .advanced-search-option-label:before, .references-label:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        border: 1px solid rgba(221, 221, 221, 1);
        width: 25px;
        height: 25px;
        float: left;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 20px;
        background-color: #ffffff;
        transform: translate(0,-50%);
    }

    .advanced-search-option-checkbox-input,
    .advanced-search-option-checkbox {
        position: relative;
    }

.advanced-search-option-checkbox-input, .references-checkbox-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.references-label-text {
    text-decoration: none !important;       
}

input[type=checkbox].advanced-search-option-checkbox-input:checked + label.advanced-search-option-label:before, input[type=checkbox].references-checkbox-input:checked + label.references-label:before {
    background-image: url(../img/icons/ffffff/tick.svg);
    background-color: rgba(76, 171, 12, 1);
}

input[type=checkbox].advanced-search-option-checkbox-input:not(:checked) + label.advanced-search-option-label:before, input[type=checkbox].references-checkbox-input:not(:checked) + label.references-label:before {
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-color: rgba(225, 30, 30, 0.25);
    background-size: 15px;
}

input[type=text].reference-name {
    width: 48%;
    padding: 8px 14px;
    border: 1px solid #cecece;
    text-rendering: optimizeLegibility;
    margin-bottom: 8px;
}

.advanced-search-options-container::-webkit-scrollbar, .ui-autocomplete.ui-front::-webkit-scrollbar, .login-bottom-content::-webkit-scrollbar {
    width: 10px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.advanced-search-options-container::-webkit-scrollbar-track, .ui-autocomplete.ui-front::-webkit-scrollbar-track, .login-bottom-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
}

.advanced-search-options-container::-webkit-scrollbar-thumb, .ui-autocomplete.ui-front::-webkit-scrollbar-thumb, .login-bottom-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(40,40,40,0.2);
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.25);
}

    .advanced-search-options-container::-webkit-scrollbar-thumb:hover, .ui-autocomplete.ui-front::-webkit-scrollbar-thumb:hover, .login-bottom-content::-webkit-scrollbar-thumb:hover {
        background: rgba(40,40,40,0.35);
    }


.job-search-image.apoint-recruitment-technology {
    background-image: url(../img/hero-images/recruiter/apoint-recruitment-technology.jpg);
}

.job-search-image.assets-header-image {
    background-image: url(../img/hero-images/recruiter/assets-header-image.jpg);
}

.assets-container {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.auth-password.login-bottom-content {
    -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box !important; /* Firefox, other Gecko */
    box-sizing: border-box !important; /* Opera/IE 8+ */
    padding: 15px 0 0;
    top: 0;
    height: auto;
}

    .auth-password.login-bottom-content * {
        -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box !important; /* Firefox, other Gecko */
        box-sizing: border-box !important; /* Opera/IE 8+ */
    }

    .auth-password.login-bottom-content input {
        margin-bottom: 20px;
    }

        .auth-password.login-bottom-content input:first-of-type {
            margin-top: 20px;
        }

#ad-account-dialog_dialog > div.dialogue-content div.candidate-dialog-bottom-content {
    padding: 0px;
}

.app-form-questions h2 {
    font-weight: bold;
}

.app-form-questions {
    padding: 0px;
}

.app-form-questions:nth-child(1) {
    padding:50px;
}

#div-main-application .app-form-questions {
    padding:0;
}

.login-bar .login-bar-popup ul ul.asm-dropdown {
    width: 100%;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    padding: 0;
    overflow-x: hidden;
    z-index: 2;
}

.login-bar .login-bar-popup td.login-item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

    .login-bar.login-bar-popup td.login-item .app-continue-button#LoginButton {
        width: 100%;
        text-align: left;
        border-radius: 0 !important;
        padding: 10px 50px !important;
        background-image: url(../img/icons/ffffff/Mail-Icon.svg);
        background-size: 25px;
        background-position: 15px 50%;
        background-repeat: no-repeat;
    }

    .login-bar .login-bar-popup td.login-item:last-of-type {
        margin-bottom: 0;
    }

    .login-bar .login-bar-popup td.login-item .login-email-prompt {
        text-align: center;
        margin-bottom: 10px;
    }

    .login-bar .login-bar-popup td.login-item input {
        width: 100%;
        border: 1px solid #dddddd;
        padding: 15px;
    }

.login-item .invalid-email-error {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
}

.login-item .privacy-policy-not-selected-social-media {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
}

.login-item .invalid-email-error:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(../img/icons/e11e1e/Alert-Icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.login-item .privacy-policy-not-selected-social-media:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(../img/icons/e11e1e/Alert-Icon.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.login-bar .login-bar-popup ul ul.asm-dropdown li {
    padding: 10px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

    .login-bar .login-bar-popup ul ul.asm-dropdown li:hover, .login-bar .login-bar-popup ul ul.asm-dropdown li.is-highlighted {
        text-decoration: underline;
        background-color: rgb(255, 255, 255);
        border-top: 1px solid rgb(221, 221, 221);
        border-bottom: 1px solid rgb(221, 221, 221);
    }

    @media only screen and (max-wdith: 767.98px){
        .AdvertParentContainer ul{
            margin: 20px 0px!important;
        }
    }

/*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/





/*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/


body.client-candidate-account .header-banner {
    display: none;
}

.body-nav-active {
    overflow: hidden;
}

.bottom-section {
    float: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0px 0px 4px 4px;
}

.bounce {
    /*-moz-animation: bounce 2.5s infinite;
    -webkit-animation: bounce 2.5s infinite;
    animation: bounce 3s infinite;*/
}

body.no-scroll {
    overflow: hidden;
}

.border-bottom {
    border-bottom: 1px solid #999;
}

    button.button {
        display: inline-block;
        padding: 10px 30px 10px 30px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #dddddd;
        -ms-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background-color: rgb(255, 255, 255);
        color: rgb(40, 40, 40);
        text-transform: uppercase;
        font-weight: 500;
    }

        button.button.primary {
            background-color: rgb(77, 171, 13);
            color: rgb(255, 255, 255);
        }

            button.button.primary:hover {
                background-color: rgba(77, 171, 13, 0.75);
            }

        button.button:disabled {
            background-color: #e4e4e4;
            color: #282828;
        }

            button.button:disabled:hover {
                text-decoration: none;
            }

/*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/





/*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/

.cand-a-container {
    float: left;
    width: 100%;
}

    .cand-a-container .h2 {
        font-weight: 400;
        margin-bottom: 10px;
    }

        .cand-a-container .h2 span {
            font-weight: 600;
        }

    .cand-a-container .h3 {
        font-weight: 400;
        padding-left: 0;
        text-align: left;
        margin-bottom: 0;
    }

.candidate-account-navigation li {
    font-weight: 500;
    padding: 20px 20px 20px 20px;
    clear: both;
    border-bottom: 1px solid rgb(221, 221, 221);
    cursor: pointer;
    background: rgba(0, 0, 0, 0) none no-repeat 320px center;
}

.candidate-account-navigation ul li.selected, .candidate-account-navigation ul li:hover {
    background-color: rgb(255, 255, 255);
}

.candidate-account-navigation .li-nav-icon {
    border-radius: 0px;
}

.candidate-attraction-social-media-logo {
    background-repeat: no-repeat;
    background-position: left 50%;
    background-size: contain;
}

    .candidate-attraction-social-media-logo.linkedin-logo {
        background-image: url(../img/misc/linkedin-logo.svg);
        width: 130px;
        height: 50px;
    }

    .candidate-attraction-social-media-logo.facebook-logo {
        background-image: url(../img/misc/facebook-logo.svg);
        width: 130px;
        height: 50px;
    }

    .candidate-attraction-social-media-logo.twitter-logo {
        background-image: url(../img/misc/twitter-logo.svg);
        width: 130px;
        height: 40px;
    }

    .candidate-attraction-social-media-logo.glassdoor-logo {
        background-image: url(../img/misc/glassdoor-logo.svg);
        width: 130px;
        height: 40px;
    }

.job-search-image.candidate-attraction-setup, .promoted-content-image.candidate-attraction-setup {
    background-image: url(../img/hero-images/recruiter/candidate-attraction-setup.jpg);
}

.candidate-dialog {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 0%;
    width: 0%;
    background-color: rgba(45, 45, 45, 0.75);
    opacity: 0;
    visibility: hidden;
    z-index: 12;
}

.candidate-dialog:not(.active)
{
    display:none;
}

    .candidate-dialog input {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        margin-right: 8px;
    }

        .candidate-dialog input[type="checkbox"]:not(.privacy-policy-checkbox) {
            /*display: none;*/
        }

        .candidate-dialog input[type="checkbox"]#chkNonUK {
            display: inline-block;
        }


    .candidate-dialog .your-profile-action-buttons-section.references .ntx-button {
        margin-bottom: 0;
        float: left;
    }


label.checkbox:before {
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    border: 1px solid rgb(221, 221, 221);
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 20px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.checkbox-container label.checkbox.valid:before, .checkbox-container label.checkbox.checked:before {
    background-image: url(../img/icons/ffffff/tick.svg);
    background-color: rgb(76, 171, 12);
}

.candidate-dialog .container {
    height: 100%;
}

.candidate-dialog-box {
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    width: 700px;
    max-height: 700px;
    max-width:100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

    .candidate-dialog-box .ntx-button-right, #ViewProfileWizard .ntx-button-right, #AddJobAlerts .ntx-button-right {
        padding-right: 25px !important;
        text-align: left !important;
    }

    .candidate-dialog-box .ntx-button, #ViewProfileWizard .ntx-button, #AddJobAlerts .ntx-button {
        background-size: 20px;
        background-position: left 20px center;
    }

    .candidate-dialog-box .reference-item .references-content {
        padding-top: 20px;
    }

    /*.candidate-dialog-box .ntx-button-back {
    background-image: url(../img/icons/ffffff/left-arrow.svg);
}

.candidate-dialog-box .ntx-button-email {
    background-image: url(../img/icons/ffffff/Mail-Icon.svg);
}

.candidate-dialog-box .ntx-button-save
{
    
    background-image: url(../img/icons/ffffff/save-icon.svg);
}

.candidate-dialog-box .ntx-button-slots-icon
{
    
    background-image: url(../img/icons/5e5e5e/calendar-icon.svg);
}

.candidate-dialog-box .ntx-button-cancel, #AddJobAlerts .ntx-button-cancel
{
    background-image: url(../img/icons/ffffff/close-icon.svg);
}

.candidate-dialog-box .ntx-button-location
{
    background-image: url(../img/icons/ffffff/Location-Pin.svg);
}

.candidate-dialog-box .ntx-button-tick, .disc-locations-dialog .ntx-button-tick, #ViewProfileWizard .ntx-button-tick, #AddJobAlerts .ntx-button-tick
{
    background-image: url(../img/icons/ffffff/tick.svg);
}*/

    .candidate-dialog-box .ntx-button-ok {
        background-color: rgba(76, 171, 12, 1);
        /*background-image: url(../img/icons/ffffff/tick.svg);*/
    }

    .candidate-dialog-box .ntx-button-save:hover {
        background-color: rgba(115, 204, 54, 1);
    }

    .candidate-dialog-box .ntx-button-ok:hover {
        background-color: rgba(115, 204, 54, 1);
    }

.candidate-dialog-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    position: absolute;
    top: -20px;
    right: -20px;
    float: left;
    background-color: rgba(45, 45, 45, 0.9);
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer;
    z-index: 2;
}

.candidate-dialog-top-section {
    float: left;
    width: 100%;
    padding: 15px 25px;
    background-color: rgba(248, 248, 248, 1);
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.candidate-dialog-bottom-section {
    float: left;
    width: 100%;
    height: -moz-calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    height: -o-calc(100% - 70px);
    height: calc(100% - 70px);
    border-radius: 0px 0px 5px 5px;
}

.candidate-dialog-bottom-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 6px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding: 25px;
}

.candidate-dialog-form {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .candidate-dialog-form.no-margin-top {
        margin-top: 0;
    }

.candidate-dialog-box a {
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
}

.candidate-dialog-box .question {
    margin-bottom: 20px;
}

.candidate-dialog-box .question:last-of-type
{
    margin-bottom:0;
}

.candidate-dialog .h3, .candidate-dialog .h4, .candidate-dialog .h5, .candidate-dialog .h6 {
    text-align: left;
}

.candidate-dialog-title {
    text-align: left;
}

.candidate-dialog-actions {
    width: 100%;
    margin-top: 20px;
}

.candidate-dialog-support-code {
    width: 100%;
    margin-top: 20px;
}

    .candidate-dialog-support-code a {
        font-weight: 700 !important;
        text-decoration: none !important;
    }

.support-code-processing {
    width: 100%;
    text-align: center;
}

.support-code-display {
    padding: 10.5px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(40,40,40,0.75);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(40,40,40,0.75);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border: 3px solid #0B5699;
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.candidate-dialog-content ul:not(.drop-down-itemsbox) {
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.candidate-dialog-content ul:last-of-type {
    padding-bottom: 0;
}

.candidate-profile-container {
    width: 100%;
    background-color: rgb(248, 248, 248);
    padding: 25px 50px;
    border: 1px solid rgb(221, 221, 221);
    position: relative;
    margin-bottom: 20px;
}

    .candidate-profile-container table {
        width: 100%;
    }

    .candidate-profile-container:last-child {
        margin-bottom: 40px;
    }

    .candidate-profile-container .h6 {
        text-align: left;
        padding-left: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid rgb(221, 221, 221);
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .candidate-profile-container td:first-of-type {
        width: 125px;
        vertical-align: top;
    }

    .candidate-profile-container td:nth-of-type(2) {
        width: -moz-calc(100% - 125px) !important;
        width: -webkit-calc(100% - 125px) !important;
        width: -o-calc(100% - 125px) !important;
        width: calc(100% - 125px) !important;
    }

    .candidate-profile-container ol, .candidate-profile-container ul {
        padding: 20px;
        font-weight: 500;
    }

        .candidate-profile-container ol li, .candidate-profile-container ul li {
            padding-bottom: 20px;
        }

            .candidate-profile-container ol li:last-of-type, .candidate-profile-container ul li:last-of-type {
                padding-bottom: 0px;
            }

    .candidate-profile-container a {
        font-weight: 700;
        color: #0B5699;
        cursor: pointer;
    }

.cand-acc-container {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

    .cand-acc-container .header-banner .container .client-logo {
        height: 45px;
    }

    .cand-acc-container .client-logo {
        height: 45px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
        width: 185px;
        float: left;
        display: block;
    }

    .cand-acc-container .user-details {
        padding: 0;
    }

.candidate-account-email-logo-container .client-logo {
    width: 100%;
    float: left;
    background-position: 50%;
}

.candidate-account-email-ntx-button-container .ntx-button.user-account-button {
    color: rgb(255, 255, 255) !important;
    float: left;
    width: 100%;
    text-align: center;
}

.candidate-account-email-ntx-button-container {
    width: 30%;
    margin: 0 auto;
    margin-top: 20px;
}

.center {
    float: left;
    width: 380px;
    margin-left: 30px;
    margin-right: 30px;
}

.checkbox-container label, .question-response .checkbox-container label, .question-response .checkbox-container label.required {
    position: relative;
    padding: 8px 45px 8px 45px;
}

    .checkbox-container label:before, .question-response .checkbox-container label.required:before {
        top: 50%;
        left: 7.5px;
        position: absolute;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

.check-box-container {
    display: inline-block;
}

    .check-box-container input[type="checkbox"] {
        width: 0;
        height: 0;
        opacity: 0;
    }

        .check-box-container input[type="checkbox"] + label {
            cursor: pointer;
            padding: 0px;
            display: inline-block;
        }

            .check-box-container input[type="checkbox"] + label span {
                margin-right: 15px;
            }

                .check-box-container input[type="checkbox"] + label span:first-of-type {
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer;
                    border: 3px solid #ddd;
                    width: 25px;
                    height: 25px;
                    float: left;
                    border-radius: 5px;
                    background-repeat: no-repeat;
                    background-position: 50%;
                    background-size: 15px;
                    background-color: #fff;
                }

        .check-box-container input[type="checkbox"]:checked + label span {
            background-image: url(../img/icons/ffffff/tick.svg);
            background-color: #4cab0c;
        }

.clients-pre-footer {
    float: left;
    width: 100%;
    background-color: rgb(236, 236, 236);
    padding: 40px 0;
    position: relative;
    top: -2px;
    border-top: 1px solid rgba(221, 221, 221, 1);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .clients-pre-footer .client-logo {
        margin: 0 auto;
        float: none;
        background-position: 50%;
    }

.clean-table, .clean-table tr, .clean-table tr td {
    border: 0 none;
    padding: 0;
    margin: 0;
    vertical-align: central;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

    .container.recruiter-top-section-content {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

.contact-consent {
    width: 304px;
    line-height: 30px;
    border-radius: 0;
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
}

.client-logo-container {
    width: 200px;
    float: left;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 20px;
    height: 75px;
    top: 50px;
    z-index: 3;
    padding: 10px;
}

.client-logo {
    float: left;
    background-repeat: no-repeat;
    background-position: left 50%;
    background-size: contain;
    width: 180px;
    height: 55px;
}


.clear {
    clear: both;
}

.job-search-image.contact-us-header-image {
    background-image: url(../img/hero-images/recruiter/contact-us-header-image.jpg);
}

.contact-us-step {
    float: left;
    width: 100%;
    height: 50px;
    margin-top: 40px;
}

.contact-us-step-border {
    margin: 0 auto;
    width: 90%;
    height: 1px;
    background-color: #5e5e5e;
}

.contact-us-step-number {
    border-radius: 100%;
    background-color: #5e5e5e;
    position: relative;
    width: 50px;
    height: 50px;
    top: -25px;
    margin: 0 auto;
}

    .contact-us-step-number span {
        color: #FFF;
        text-align: center;
        width: 100%;
        float: left;
        height: 50px;
        line-height: 50px;
    }

.contact-us-item {
    width: 30%;
    float: left;
    text-align: center;
    padding: 15px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    cursor: pointer;
    border-radius: 10px;
}

    .contact-us-item.active {
        background-color: rgba(115, 204, 54, 0.25);
    }

    .contact-us-item.center {
        margin-left: 5%;
        margin-right: 5%;
    }

.contact-us-items {
    float: left;
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.contact-dynamic {
    display: none;
}

    .contact-dynamic.selected {
        display: block;
    }

        .contact-dynamic.selected form#formContactUsForm {
            margin-top: 0;
        }

    .contact-dynamic span {
        font-weight: 500;
    }

    .contact-dynamic.three a {
        font-weight: 500;
        color: #ff6600;
    }

    .contact-dynamic.three p {
        text-align: center;
    }


.credentials-include {
    float: left;
    width: 33%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

    .credentials-include.incensu {
        background-image: url(../img/misc/Incensu-Logo.svg);
    }

    .credentials-include.national-housing-federation {
        background-image: url(../img/misc/Sponsors-Of-National-Housing-Federation-Logo.svg);
    }

    .credentials-include.charity-people-culture {
        background-image: url(../img/misc/Sponsors-Of-Charity-People-And-Culture-Logo.svg);
    }

.candidate-profile-onboarding-alert {
    padding: 10px 10px 10px 80px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(0,0,0,0.05) url(../img/icons/4cab0c/hand-shake-icon.svg) no-repeat 10px center;
    background-size: 50px;
    width: 100%;
    min-height: 70px;
}

.candidate-profile-message-error {
    padding: 10px 10px 10px 80px;
    margin-bottom: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(0,0,0,0.05) url(../img/icons/e11e1e/alert-icon.svg) no-repeat 10px center;
    background-size: 50px;
    float: left;
    width: 100%;
    min-height: 70px;
}

.candidate-profile-message-alert {
    padding: 1rem 1rem 1rem 50px;
    background: rgb(243, 224, 128) url(../img/icons/5e5e5e/alert-icon.svg) no-repeat 10px center;
    background-size: 30px;
    margin-bottom: 10px;
    color: #5E5E5E;
}

    /*.candidate-profile-message-alert:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../img/icons/e11e1e/alert-icon.svg);
        background-repeat: no-repeat;
    }*/

.candidate-profile-message-help {
    padding: 10px;
    background-color: rgba(41, 143, 206, 1);
    margin-bottom: 10px;
    color: #fff;
}

.candidate-profile-message-success {
    padding: 10px 10px 10px 80px;
    margin-bottom: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(0,0,0,0.05) url(../img/icons/4cab0c/tick.svg) no-repeat 10px center;
    background-size: 50px;
    float: left;
    width: 100%;
    min-height: 70px;
}

#CV-Upload .ntx-button.upload-cv-button {
    float: left;
    margin: 20px 0;
}

.CVBlock .user-details {
    width: 100%;
    padding: 0;
}

.candidate-dialog .CVBlock input[type="checkbox"] {
    display: block;
}

.client-candidate-account .user-navigation {
    top: 0px !important;
}

.client-candidate-account .job-acc-container {
    top: 30px !important;
}

.control-container {
    position: relative;
    float: left;
    width: 100%;
    /*overflow-y: auto;
    overflow-x: hidden;*/
}

    .control-container .main-search-input {
        box-shadow: none;
        border: 1px solid #DDD;
        width: 100%;
        padding: 12px;
        padding-left: 50px;
    }

.candidate-contact-form {
    float: left;
    width: 100%;
    border: 1px solid #dddddd;
    padding: 30px;
    margin-top: 50px;
    border-radius: 5px;
    background-color: rgb(245, 248, 250);
}

    .candidate-contact-form h1.h6 {
        text-align: center;
        font-weight: 400;
    }


#divCandidateEmailVerification { 
    margin-bottom:30px;
}

#divCandidateEmailVerification .ntx-button {
    margin-left: 10px;
    margin-right: 0;

}

    #divCandidateEmailVerification .ntx-button:last-of-type {
        margin: 0;
    }

form.candidate-contact-form p {
    margin-bottom: 20px;
}

form.candidate-contact-form input, form.candidate-contact-form textarea {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: .875rem;
    border: 1px solid rgb(221, 221, 221);
    font-family: 'Roboto',sans-serif;
}

form.candidate-contact-form .captcha-input-wrapper {
    float: left;
    width: 100%;
}

form.candidate-contact-form .cta {
    background: rgba(255,102,0,.8);
    border-radius: 6px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    cursor: pointer;
    min-width: 15rem;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    text-align: center;
    margin: 0;
    float: left;
    width: calc(100% - 324px);
    margin-left: 20px;
    display: block;
    min-width: initial;
    padding: 28px 10px;
    position: relative;
}

    form.candidate-contact-form .cta:hover {
        background: rgb(255, 102, 0);
        box-shadow: 2px 2px 4px rgba(0,0,0,.4);
        text-decoration: underline;
    }

    form.candidate-contact-form .cta.disabled {
        background-color: rgb(197, 197, 197) !important;
        text-decoration: none !important;
        box-shadow: none !important;
        cursor: not-allowed;
    }

form.candidate-contact-form .captcha-input-wrapper a.cta.disabled .tooltip-text {
    display: block;
}

form.candidate-contact-form .captcha-input-wrapper a.cta .tooltip-text {
    visibility: hidden;
    width: 220px;
    background-color: rgba(40,40,40,.9);
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 10px;
    padding: .5rem;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 50%;
    margin-left: -110px;
    opacity: 0;
    transition: opacity 1s;
    font-weight: 500;
    display: none;
}

    form.candidate-contact-form .captcha-input-wrapper a.cta .tooltip-text:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        border-width: 5px;
        border-style: solid;
        border-color: rgba(40,40,40,.9) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
    }

form.candidate-contact-form .captcha-input-wrapper a.cta:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}

/*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/

/*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/

.divider-hr {
    width: 100%;
    display: block;
    margin: 20px 0;
    float: left;
}

.divider-text {
    text-align: center;
    position: relative;
    width: 309px;
}

    .divider-text:before, .divider-text:after {
        content: "";
        position: absolute;
        height: 0.5em;
        border-bottom: 1px solid #666;
        top: 0;
        width: 100px;
    }

    .divider-text:before {
        left: 0%;
    }

    .divider-text:after {
        right: 0%;
    }

#divQuickApplyOptions input[type="checkbox"] {
    display: inline-block;
}

#divQuickApplyOptions .checkbox-container input[type="checkbox"] {
    display: none;
}


.candidate-dialog input[type="checkbox"]#chkNonUK {
    display: inline-block;
}

.disc-locations-dialog {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 90%;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    border-radius: 5px;
    margin: 0 auto;
    width: 90%;
}

#divProfile .h3, #divMain .h3 {
    text-align: left;
    padding: 20px 0 0 0;
}

.disc-locations-dialog .ntx-button.primary-green.ntx-button-right {
    padding-right: 25px !important;
    padding-left: 25px !important;
    text-align: left;
    background-size: 20px;
    background-position: left 20px center;
    position: relative;
    top: -5px;
}

.demo-request-container {
    margin: 0 auto;
    width: 90%;
    height: 100%;
    position: relative;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(248, 248, 248);
}

    .demo-request-container:before {
        content: '';
        background-color: rgba(40, 40, 40, 0.35);
        float: left;
        position: absolute;
        width: 35%;
        height: 100%;
        top: 0;
        z-index: 2;
        border-radius: 5px 0 0 5px;
    }

    .demo-request-container:after {
        content: '';
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        background-image: url(../img/hero-images/recruiter/demo-request-image.jpg);
        float: left;
        position: absolute;
        width: 35%;
        left: 0;
        height: 100%;
        top: 0;
        z-index: 1;
        border-radius: 5px 0 0 5px;
    }

.demo-request-right {
    float: left;
    width: 65%;
    padding: 20px 40px;
    position: relative;
    left: 35%;
}

.demo-request-form-container .h6 {
    text-align: left;
}


.demo-request-form-container input {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px solid rgb(221, 221, 221);
}

.demo-request-form-container .ntx-button.primary-green {
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
}


.demo-request-form-container table {
    float: left;
    width: 100%;
}

.demo-request-checkbox-content {
    float: left;
    width: 75%;
    font-weight: 500;
}

    .demo-request-checkbox-content:nth-of-type(1) {
        padding-right: 30px;
    }

    .demo-request-checkbox-content:nth-of-type(2) {
        padding-left: 30px;
        width: 25%;
    }

.demo-request-checkbox-container {
    float: left;
    width: 100%;
    margin-top: 25px;
    padding: 0 5px;
}


.demo-request-toggle {
    position: absolute;
    visibility: hidden;
    display: none;
}

input.demo-request-toggle-round + label {
    padding: 2px;
    width: 70px;
    height: 35px;
    background-color: rgb(221, 221, 221);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    float: left;
}

.demo-request-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.demo-request-toggle-round + label:before {
    right: 1px;
    background-color: rgb(255, 171, 158);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
    float: left;
    width: 65px;
}

input.demo-request-toggle-round + label:before, input.demo-request-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 2px;
    bottom: 1px;
    content: "";
}

label.checkbox input {
    display: none;
}


input.demo-request-toggle-round + label:after {
    width: 33px;
    background-color: rgb(255, 255, 255);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
}

input.demo-request-toggle-round + label:before, input.demo-request-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

input.demo-request-toggle-round:checked + label.demo-request-checkbox-item-label.references-label:before {
    background-color: rgb(76, 171, 12);
    background-image: none;
}

input.demo-request-toggle-round:not(:checked) + label.demo-request-checkbox-item-label.references-label:before {
    background-color: rgb(225, 30, 30);
    background-image: none;
    top:16px;
}


input.demo-request-toggle-round:checked + label:before {
    background-color: rgb(140, 225, 150);
}

input.demo-request-toggle-round:checked + label:after {
    margin-left: 40px;
}


.demo-request-checkbox-item {
    float: left;
    width: 20%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.demo-request-checkbox-item-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    display: none;
}

.demo-request-checkbox-item-label {
    float: left;
    width: 100%;
    padding: 120px 20px 20px 20px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid rgb(221, 221, 221);
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
}

    .demo-request-checkbox-item-label.candidate-attraction-services {
        background-image: url(../img/icons/5e5e5e/candidate-search.svg);
        background-position: 50% 30px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label.candidate-management-services {
        background-image: url(../img/icons/5e5e5e/managing-applications-icon.svg);
        background-position: 50% 40px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label.recruitment-technology {
        background-image: url(../img/icons/5e5e5e/networx-swoosh.svg);
        background-position: 50% 40px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label.public-sector-recruitment {
        background-image: url(../img/icons/5e5e5e/Charities-Icon.svg);
        background-position: 50% 40px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label:before {
        content: "";
        position: absolute;
        top: -15px;
        right: -15px;
        border: 1px solid rgb(221, 221, 221);
        width: 30px;
        height: 30px;
        float: right;
        margin-right: 0;
        border-radius: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 20px;
        background-color: rgb(255, 255, 255);
    }

.demo-request-checkbox-item:hover .demo-request-checkbox-item-label, input[type=checkbox].demo-request-checkbox-item-input:checked + label.demo-request-checkbox-item-label {
    background-color: rgb(245, 248, 250);
}

    input[type=checkbox].demo-request-checkbox-item-input:checked + label.demo-request-checkbox-item-label:before {
        background-image: url(../img/icons/ffffff/tick.svg);
        background-color: rgb(76, 171, 12);
    }

#divNoPopupCVURL a {
    color: #0c62ab;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    text-decoration: underline;
}

/*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/


/*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/

.equality-diversity-desk {
    background-image: url(../img/hero-images/recruiter/equality-diversity-desk.jpg);
}

.error-board h2 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 400;
    padding: 75px 0;
    margin: 0;
}

.external-assets-image {
    background-image: url(../img/hero-images/recruiter/iphone-laptop-setup.jpg);
}

.error-image {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 350px;
    float: left;
    background-image: url(../img/misc/error-board.svg);
    background-position: 50%;
    position: relative;
}

    .error-board .H2 {
        color: rgb(255, 255, 255);
        position: absolute;
        top: 67px;
        margin-bottom: 0;
        left: 170px;
        text-align: center;
        width: 195px;
    }

.job-search-image.error-background {
    background-image: url(../img/hero-images/disciplines/IT-and-Telecoms/Software-Developer/Software-Developer-1.jpg);
}

.error-page-links-container {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .error-page-links-container .ntx-button.user-account-button {
        color: rgb(255, 255, 255);
    }

.email-link-varification-container {
    width: 900px;
    margin: 30px auto;
    border-radius: 0px;
    border: 1px solid #dddddd;
    background: #FFF;
    padding: 30px;
}

.email-link-varification-message {
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}

.email-link-varification-container .client-logo {
    height: 100px;
    width: 100%;
    margin-bottom: 20px;
    background-position: 50%;
    padding-bottom: 10px;
    background-size: contain;
    position: relative;
}

/*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/


/*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/

footer a[href*="http"] {
    font-weight:normal;
}

form#formReference p {
    margin-bottom: 0;
    padding-bottom: 10px;
}

    form#formReference p:last-of-type {
        padding-bottom: 0;
    }

.form-full-width {
    float: left;
    width: 100%;
}

.form-half-content {
    float: left;
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

    .form-half-content input, .form-third-content input {
        float: left;
        width: 100%;
        padding: 20px;
        border: 1px solid #dddddd;
    }

.form-third-content {
    float: left;
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.full-width{
    width:100% !important;
}

.further-jobs {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}

.further-jobs-container {
width: 380px;
border: 1px solid rgba(221, 221, 221, 1);
position: relative;
background-color: rgba(85, 85, 85, 1);
z-index: 0;
float: left;
margin-bottom: 30px;
height: 180px;
cursor: pointer;
overflow: hidden;
}

    .further-jobs-container.wide {
        margin-bottom: 0;
    }

.further-jobs-image {
    float: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(1,1);
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    background-image: url(../img/hero-images/disciplines/Marketing-and-PR/Marketing-PR-3.jpg);
}

.further-jobs-container:hover .further-jobs-image, .further-jobs-container:focus .further-jobs-image {
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
}

.further-jobs-image-overlay {
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(45, 45, 45, 0.68);
    position: absolute;
}

    /*.further-jobs-image-overlay.home-retail-group {
        background-color: rgba(23, 129, 127, 0.55);
    }

    .further-jobs-image-overlay.asthma-uk {
        background-color: rgba(120, 43, 144, 0.55);
    }

    .further-jobs-image-overlay.commonwealth {
        background-color: rgba(55, 55, 125, 0.55);
    }*/

.further-jobs-details {
    color: rgba(255, 255, 255, 1);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    z-index: 3;
    text-align: right;
}

.further-job-details-title {
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 2px rgba(45, 45, 45, 0.75), 0px 0px 1px rgba(0, 0, 0, 0.75);
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    text-align: right;
}

.further-job-details-view-jobs {
    text-shadow: 1px 1px 2px rgba(45, 45, 45, 0.75), 0px 0px 1px rgba(0, 0, 0, 0.75);
    color: rgba(255, 255, 255, 1);
}

.further-jobs-container:hover .further-job-details-view-jobs, .further-jobs-container:focus .further-job-details-view-jobs {
    text-decoration: underline;
}

.further-search-options, .recruiter-content {
    float: left;
    width: 100%;
    position: relative;
    top: -2px;
    z-index: 3;
    padding: 60px 0px;
    background-color: rgba(245, 248, 250, 1);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .further-search-options.stuck {
        top: 59px;
        margin-bottom: 44px;
    }


        .further-search-options.stuck .user-navigation {
            position: fixed;
            top: 100px;
        }

.find-us-on-glassdoor {
    width: 50%;
    margin: 0 auto;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/misc/find-us-on-glassdoor.svg);
    background-position: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.footer {
    float: left;
    width: 100%;
    background-color: rgba(40, 40, 40, 1);
    padding: 50px 0;
    position: relative;
    top: -2px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .footer hr {
        margin: 50px 0;
    }

.footer-col-left {
    float: left;
    width: 50%;
    color: #ffffff;
}

.footer-col-right {
    float: right;
    width: 50%;
    text-align: right;
}

    .footer-col-right a {
        color: #ffffff;
    }

.footer-link-border {
    width: 1px;
    height: 20px;
    margin: 0 20px;
    background-color: #ffffff;
    display: inline-block;
}

.footer-col {
    float: left;
    width: 25%;
    color: rgba(255, 255, 255, 1);
    padding: 0px 25px;
}

    .footer-col .ntx-logo {
        background-image: url(../img/ntx-elements/networx-logo-white.svg);
        cursor: default;
        width: 220px;
        height: 55px;
        display: block;
    }

    .footer-col:first-of-type {
        padding-left: 0;
    }

    .footer-col:last-of-type {
        padding-right: 0;
    }

    .footer-col ul {
        list-style: none;
        font-weight: 400;
    }

        .footer-col ul li {
            padding-bottom: 10px;
        }

            .footer-col ul li:last-child {
                padding-bottom: 0;
            }

            .footer-col ul li a, .footer-col-left a {
                color: rgba(255, 255, 255, 1);
                text-decoration: none;
            }

                .footer-col ul li a:hover, .footer-col ul li a:focus, .footer-col-left a:hover, .footer-col-left a:focus {
                    text-decoration: underline;
                }

.filter-section {
    padding: 30px 15px;
}


    .filter-section:nth-of-type(2) {
        border-top: 0 none !important;
    }

    .filter-section.suggested-disciplines {
        border-top: 1px solid rgba(221, 221, 221, 1);
    }


    .filter-section:first-of-type {
        padding-top: 0;
    }

    .filter-section:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }

    .filter-section .h3 {
        margin-bottom: 30px;
        text-align: left;
    }

.fileinput-button.fileupload {
    background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
    background-size: 25px 18px;
}

.favourite-jobs-added, .favourite-jobs-removed {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -10px;
    right: -20px;
    background-color: rgba(76, 171, 12, 1);
    border-radius: 100%;
    color: #ffffff;
    background-image: url(../img/icons/ffffff/tick.svg);
    background-size: 60%;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid #dddddd;
    visibility: hidden;
    opacity: 0;
}

.favourite-jobs-removed {
    background-image: url(../img/icons/ffffff/line.svg);
    background-color: red;
}

    .favourite-jobs-added.visible, .favourite-jobs-removed.visible {
        visibility: visible;
        opacity: 1;
    }

.favourite-jobs-container .candidate-dialog-bottom-section, .favourite-jobs-container .candidate-dialog-bottom-content {
    max-height: calc(700px - 70px);
}

.favourite-jobs-container .job-details {
    width: -moz-calc(100% - 225px);
    width: -webkit-calc(100% - 225px);
    width: -o-calc(100% - 225px);
    width: calc(100% - 225px);
    margin-top: 0;
}

.fine-print {
    font-style:italic;
    font-weight:bold;
}

    .fine-print a {
        font-weight: bold;
        color: #0c62ab;
    }

/*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/





/*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/

.has-border {
    border: 1px solid rgba(0,0,0,0.4);
}

.header-banner {
    float: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 15px 0;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    position: fixed;
    z-index: 10;
}

    .header-banner.recruiter .sub-container {
        width: 50%;
    }

        .header-banner.recruiter .sub-container .ntx-logo {
            float: left;
        }

    .header-banner .container {
        position: relative;
    }

.highlight {
    /*background-color: rgb(255, 255, 136);*/
}

.hidden {
    display: none;
}

html, body {
    height: 100%;
}

/*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/





/*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/

input {
    box-shadow: none;
    border: none;
    font-family: Roboto, sans-serif;
}

.internal-assets-image {
    background-image: url(../img/hero-images/recruiter/networx-laptop-homepage.jpg);
}

.policies-image {
    background-image: url(../img/hero-images/recruiter/policies-image.jpg);
}

.IAmAJobseeker {
    display: none;
}

    .IAmAJobseeker.active {
        display: block;
    }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: none !important;
    background-image: inherit !important;
}

.invalid-email-error {
    display: none;
}

/*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/

/*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/
.job-details {
    padding: 20px;
    margin-top: 20px;
    min-height: 200px;
}

    .job-details br {
        display: none;
    }

.job-results-container {
    float: left;
    width: 985px;
}

.job-results-sponsored-jobs-container {
    width: 300px;
    float: left;
    margin-left: 15px;
}

    .job-results-sponsored-jobs-container .sponsored-job-container {
        width: 200px;
        margin-bottom: 20px;
    }

        .job-results-sponsored-jobs-container .sponsored-job-container:last-child {
            margin-bottom: 0;
        }

    .job-results-sponsored-jobs-container .client-logo-container {
        left: 10px;
        width: 180px;
        top: 80px;
    }

        .job-results-sponsored-jobs-container .client-logo-container .client-logo {
            width: 160px;
            height: 50px;
        }

    .job-results-sponsored-jobs-container .sponsored-job-image-overlay, .job-results-sponsored-jobs-container .sponsored-job-image {
        height: 125px;
    }

    .job-results-sponsored-jobs-container .ntx-button.apply-now-icon {
        background-position: left 20px center;
    }

.job-title {
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.job-location span, .job-salary span, .job-expiry span {
    font-weight: 700;
}

.job-location, .job-salary, .job-expiry, .job-reference {
    margin-top: 10px;
    word-wrap: break-word;
}

.job-search-section-container {
    left: 0;
    z-index: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .job-search-section-container.stuck {
        z-index: 4;
    }

        .job-search-section-container.stuck .job-search-overlay {
            height: 55px;
            overflow: hidden;
            padding: 0;
        }

        .job-search-section-container.stuck .scroll-down-container {
            display: none;
            visibility: hidden;
            opacity: 0;
        }

        .job-search-section-container.stuck .job-search-image {
            height: 130px;
            position: fixed;
        }

.job-search-overlay .our-clients-item {
    float: none;
    width: 500px;
    height: 250px;
    margin: 0 auto;
}

.job-search-overlay .container {
    height: 100%;
}

.job-search-overlay {
    z-index: 2;
    width: 100%;
    float: left;
    padding: 20px 0;
    position: fixed;
    top: 76px;
    height: -moz-calc(75% - 74px);
    height: -webkit-calc(75% - 74px);
    height: -o-calc(75% - 74px);
    height: calc(75% - 74px);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background-color: rgba(44, 44, 44, 0.25);
}

    .job-search-overlay .h5 {
        text-align: left;
    }

    .job-search-overlay .contact-us-item {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

        .job-search-overlay .contact-us-item:last-of-type {
            margin-bottom: 0px;
        }

.job-search-image {
    height: 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    z-index: 1;
    position: fixed;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background-color: rgba(255, 255, 255, 1);
    background-image: url('../img/hero-images/locations/Locations-2.jpg');
}

    .job-search-image.argos {
        background-image: url(../img/our-clients/WellKnownBrands/Argos/argos-header.jpg);
    }

    .job-search-image.thorntons {
        background-color: #5e2d4f;
        background-image: none;
    }

    .job-search-image.hobbycraft {
        background-color: #4e3038;
        background-image: none;
    }

    .job-search-image.wilko {
        background-color: rgb(147, 26, 41);
        background-image: none;
    }

    .job-search-image.maplin {
        background-color: #00bce4;
        background-image: none;
    }

    .job-search-image.laterooms {
        background-color: #442c80;
        background-image: none;
    }

    .job-search-image.stonegate {
        background-image: url(../img/our-clients/Commercial/Stonegate/stonegate-header.jpg);
    }

    .job-search-image.london-city-airport {
        background-image: url(../img/our-clients/Commercial/London-City-Airport/london-city-airport-header.jpg);
    }

    .job-search-image.domestic-and-general {
        background-image: url(../img/our-clients/Commercial/Domestic-and-General/domestic-and-general-header.jpg);
    }

    .job-search-image.vitality {
        background-color: rgb(248, 17, 106);
        background-image: none;
    }

    .job-search-image.tlt-solicitors {
        background-color: rgb(1, 83, 119);
        background-image: none;
    }

    .job-search-image.wolters-kluwer {
        background-image: url(../img/our-clients/Commercial/Wolters-Kluwer/wolters-kluwer-header.jpg);
    }

    .job-search-image.mitsubishi-hitachi {
        background-color: #939598;
        background-image: none;
    }

    .job-search-image.tulip {
        background-image: url(../img/our-clients/Manufacturing/Tulip/tulip-header.jpg);
    }

    .job-search-image.doosan {
        background-color: #293986;
        background-image: none;
    }

    .job-search-image.lucite-international {
        background-color: #ed1261;
        background-image: none;
    }

    .job-search-image.yeo-valley {
        background-image: url(../img/our-clients/Manufacturing/Yeo-Valley/yeo-valley-header.jpg);
    }

    .job-search-image.tata-steel {
        background-color: #3d79ba;
        background-image: none;
    }

    .job-search-image.aster-group {
        background-image: url(../img/our-clients/Housing/Aster/aster-header.jpg);
    }

    .job-search-image.yorkshire-housing {
        background-color: #00b3e3;
        background-image: none;
    }

    .job-search-image.paradigm-housing {
        background-color: #00a8cb;
        background-image: none;
    }

    .job-search-image.knightstone {
        background-color: #0589bd;
        background-image: none;
    }

    .job-search-image.places-for-people {
        background-color: #015794;
        background-image: none;
    }

    .job-search-image.orbit-group {
        background-color: #1b4687;
        background-image: none;
    }

    .job-search-image.waterloo-housing {
        background-color: #1e72ba;
        background-image: none;
    }

    .job-search-image.curo-group {
        background-color: #c4d600;
        background-image: none;
    }

    .job-search-image.grand-union {
        background-color: #0076b7;
        background-image: none;
    }

    .job-search-image.watford {
        background-image: url(../img/our-clients/Housing/Watford/watford-header.jpg);
    }

    .job-search-image.north-hertfordshire {
        background-color: #5AB8DA;
        background-image: none;
    }

    .job-search-image.gateway-housing {
        background-color: #2a7953;
        background-image: none;
    }

    .job-search-image.pdsa {
        background-image: url(../img/our-clients/Charities/Pdsa/pdsa-header.jpg);
    }

    .job-search-image.fitzroy {
        background-image: url(../img/our-clients/Charities/Fitzroy/fitzroy-header.jpg);
    }

    .job-search-image.rethink-mental-illness {
        background-color: #1b9dd9;
        background-image: none;
    }

    .job-search-image.macintyre {
        background-color: #85146e;
        background-image: none;
    }

    .job-search-image.hestia {
        background-color: rgb(42, 56, 132);
        background-image: none;
    }

    .job-search-image.cornwall-hospice-care {
        background-color: #e50e63;
        background-image: none;
    }

    .job-search-image.ncg {
        background-image: url(../img/our-clients/Education/Ncg/ncg-header.jpg);
    }

    .job-search-image.cornwall-college {
        background-image: url(../img/our-clients/Education/Cornwall-College/cornwall-college-header.jpg);
    }

    .job-search-image.wiltshire-college {
        background-image: url(../img/our-clients/Education/Wiltshire-College/wiltshire-college-header.jpg);
    }

    .job-search-image.united-learning {
        background-image: url(../img/our-clients/Education/United-Learning/united-learning-header.jpg);
    }

    .job-search-image.future-schools-trust {
        background-image: url(../img/our-clients/Education/Future-Schools-Trust/future-schools-trust-header.jpg);
    }

    .job-search-image.whitgift-foundation {
        background-image: url(../img/our-clients/Education/Whitgift-Foundation/whitgift-foundation-header.jpg);
    }

    .job-search-image.mole-valley-farmers {
        background-image: url(../img/our-clients/Retail/Mole-Valley-Farmers/mole-valley-farmers-header.jpg);
    }

    .job-search-image.evans-cycles {
        background-image: url(../img/our-clients/Retail/Evans-Cycles/evans-cycles-header.jpg);
    }

    .job-search-image.one-stop {
        background-image: url(../img/our-clients/Retail/One-Stop/one-stop-header.jpg);
    }

    .job-search-image.home-retail-group {
        background-image: url(../img/our-clients/Retail/Home-Retail-Group/home-retail-group-header.jpg);
    }

    .job-search-image.homebase {
        background-image: url(../img/our-clients/Retail/Homebase/homebase-header.jpg);
    }




.job-alerts-banner {
    float: left;
    width: 100%;
    background-color: rgba(52, 52, 52, 1);
    padding: 45px 0;
    position: relative;
    top: 0;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

    .job-alerts-banner .ntx-button {
        display: inline-block;
        margin-top: 15px;
    }

.job-alerts-banner-icon {
    border-radius: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: -35px;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    left: 50%;
    background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 30px;
    z-index: 3;
}

.job-a-container, .job-r-container, .job-acc-container {
    float: left;
    width: 100%;
    position: relative;
    top: 136px;
    z-index: 3;
    padding: 60px 0px;
    background-color: rgba(245, 248, 250, 1);
}

.job-r-container {
    margin-bottom: 136px;
}

.job-a-header, .job-results-container-count {
    background-color: rgb(236, 236, 236);
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(221, 221, 221, 1);
}

    .job-a-header .container {
        width: 1100px;
        margin: 0 auto;
    }

.job-a-header, .job-results-container-count h2.fs-xs {
    font-weight:100;
}


    .job-a-main {
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 50px;
    border: 1px solid rgba(221, 221, 221, 1);
    border-top: none;
}

    .job-a-main.application {
        padding: 0;
    }

    .job-a-main .container {
        width: 709px;
        margin: 0 auto;
    }

.job-a-client-logo-container {
    width: 200px;
    height: 75px;
    float: left;
}

    .job-a-client-logo-container .client-logo {
        width: 200px;
        height: 75px;
    }

.job-a-actions-container {
    float: left;
    width: -moz-calc(100% - 230px);
    width: -webkit-calc(100% - 230px);
    width: -o-calc(100% - 230px);
    width: calc(100% - 230px);
    margin: 15px 0;
    padding-left: 40px;
}

    .job-a-actions-container .h2, .job-results-container .h2 {
        padding-bottom:0;
        margin-bottom:0;
    }

        .job-a-actions-container .h2 span, .job-results-container .h2 span {
            font-weight: 500;
        }

.job-results-client-actions .ntx-button {
    margin-bottom: 15px;
    padding-left: 45px;
}

    .job-results-client-actions .ntx-button:last-child {
        margin-bottom: 0;
    }

.job-a-main #NTXAppFormNav nav ul li button p {
    word-break: break-word;
}

.job-ap-nav, .job-results-refine-tools, .candidate-account-navigation {
    background-color: rgba(245, 248, 250, 1);
    border-right: 1px solid rgba(221, 221, 221, 1);
}

    .job-ap-nav ul {
        list-style: none;
    }

        .job-ap-nav ul li {
            padding: 30px 60px;
            border-bottom: 1px solid rgba(221, 221, 221, 1);
            background-color: rgba(245, 248, 250, 1);
            cursor: pointer;
            width: 301px;
            border-right: 1px solid rgba(221, 221, 221, 1);
            font-weight: 400;
            background-repeat: no-repeat;
            background-size: 30px;
            background-position: left 15px center;
        }

            .job-ap-nav ul li.unanswered {
                background-image: url(../img/icons/4cab0c/unanswered.svg);
            }

            .job-ap-nav ul li.incomplete {
                background-image: url(../img/icons/4cab0c/incomplete.svg);
            }

            .job-ap-nav ul li.answered {
                background-image: url(../img/icons/4cab0c/answered.svg);
            }

            .job-ap-nav ul li:hover, .job-ap-nav ul li:focus, .job-ap-nav ul li.active {
                background-color: rgba(255, 255, 255, 1);
                border-right: 1px solid rgba(255, 255, 255, 1);
            }

            .job-ap-nav ul li:last-child {
                border-bottom: none;
            }

.job-results-refine-tools {
    padding: 30px 15px;
    width:100%;
    max-width:300px;
}

.job-ap-content, .job-results-content, .candidate-account-content {
    padding: 40px 20px;
    background-color: rgba(255, 255, 255, 1);
}

.job-results-container-count, .job-a-header-container {
    padding: 15px 30px;
}

.page-wrapper .job-a-header-container {
    padding: 15px 0px;
}

.job-results-container-count-info {
    float: left;
    width: 70%;
    padding-right: 25px;
}

    .job-results-container-count-info .h2 {
        margin-bottom: 0;
    }

.job-a-header-client-logo-container {
    width: 230px;
    float: left;
}

    .job-a-header-client-logo-container .client-logo {
        float: none;
        margin: 0 auto;
        background-position: 50%;
        width: 200px;
        height: 75px;
    }

.job-results-client-actions {
    margin-right: 20px;
    width:250px;
}

.job-results-client-actions .ntx-cand-button,
.job-results-client-actions .ntx-button {
    width:100%;
    display:block;
}

.job-results-client-actions .ntx-button {
    text-align:left;
}

.job-results-content .job-details, .work-for-us-jobs-container .job-details, .your-profile-section .job-details {
    margin-top: 0;
    padding: 0;
}


.job-results-client-actions .client-logo {
    width: 100%;
    height: 75px;
    background-position: 50%;
    margin-bottom: 30px;
}


.job-title {
    color: rgba(12, 98, 171, 1);
    font-weight: 700;
    margin-bottom: 20px;
    cursor: pointer;
}

    .job-title span {
        color: rgba(40, 40, 40, 1);
        font-weight: 500;
    }

.docu-sign .job-title {
    font-weight: 500;
    margin-bottom: 20px;
}

.job-details.docu-sign {
    min-height: initial;
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 2px solid #dddddd;
}

.docu-sign .job-description .ntx-button {
    width: auto;
    float: left;
    word-break: break-word;
}

.job-location span, .job-salary span, .job-reference span, .job-expiry span {
    font-weight: 700;
}


.job {
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

    .job:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }

    .job:first-of-type {
        padding-top: 0;
    }

#ViewProfileWizard label input[type=radio] {
    margin-right: 5px;
}

/*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/





/*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/

.left {
    float: left;
    width: 380px;
}

.link {
    cursor: pointer;
    text-decoration: none;
}

    .link:hover {
        text-decoration: underline;
    }

    .link:disabled {
        cursor: not-allowed;
    }

.link-colour {
    color: #0B5699;
}

.link-myapps {
    padding-bottom: 20px;
}

.left-side-align {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.location-dropdown-container {
    position: relative;
    width: 48%;
    float: right;
}

.social-media-login-dialogue-box {
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    width: 370px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 310px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

.login-dialogue-box {
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    width: 630px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 700px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

    .login-dialogue-box.forgotten-password {
        box-shadow: none;
        top: auto;
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
    }

.login-bottom-content.forgotten-password {
    height: auto;
}

.login-container, .profile-pointers-container, .social-media-login-container {
    width: 100%;
    float: left;
    height: 100%;
}

    .login-container .container {
        height: 100%;
    }

.login-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    position: absolute;
    top: -20px;
    right: -20px;
    float: left;
    background-color: rgba(45, 45, 45, 0.9);
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer;
    z-index: 2;
}

.login-top-section {
    float: left;
    width: 100%;
    height: 100px;
}

.social-media-login-top-section {
    float: left;
    width: 100%;
    padding: 0px 25px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.login-top-overlay {
    background-color: rgba(44, 44, 44, 0.55);
    float: left;
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    border-radius: 5px 5px 0px 0px;
}

.login-top-image {
    float: left;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 75%;
    border-radius: 5px 5px 0px 0px;
    background-image: url(../img/hero-images/recruiter/macbook-login-image.jpg);
}

.login-bottom-section {
    float: left;
    width: 100%;
    height: 600px;
    border-radius: 0px 0px 5px 5px;
}

.login-user-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    border: 2px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    background-repeat: no-repeat;
    background-size: 75px;
    background-position: 50% bottom;
    background-image: url(../img/icons/5e5e5e/blank-user.svg);
    border-radius: 5px 5px 5px 5px;
    z-index: 2;
}

.login-panel-option .ntx-button {
    margin-top: 20px;
}

.login-bottom-content {
    position: relative;
    top: -15px;
    float: left;
    width: 100%;
    padding: 0px 25px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 530px;
    padding-bottom: 20px;
}

.social-media-login-bottom-content {
    position: relative;
    top: -15px;
    float: left;
    width: 100%;
    padding: 0px 25px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 530px;
    padding-bottom: 20px;
}

.login-bottom-content .main-search-input {
    box-shadow: none;
    border: 1px solid #DDD;
    width: 100%;
    margin-bottom: 15px;
    padding: 12px;
    padding-left: 50px;
}

.login-bottom-content .ntx-button.primary-green {
    text-align: center;
}

.login-options-main {
    width: 100%;
    min-height: 170px;
}

.login-panel-message {
    float: left;
    width: 100%;
    min-height: 259px;
}

.login-options {
    float: left;
    width: 31.33%;
    margin-right: 3%;
    margin-left: 3%;
    border: 1px solid rgba(221, 221, 221, 1);
    text-align: center;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 1);
    color: #282828;
    cursor: pointer;
}

    .login-options:first-child {
        margin: 0;
    }

    .login-options:last-child {
        margin: 0;
    }

    .login-options.active {
        background-color: rgba(255, 102, 0, 1);
        color: #ffffff;
    }

.login-panel {
    position: relative;
}

.login-panel-hidden {
    display: none !important;
}

.login-options-main .login-panel {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.login-panel-message p {
    margin-bottom: 20px;
}

.login-data-required {
    background-color: rgb(250, 230, 228) !important;
}

.app-header.login-header {
    position: relative !important;
    background: none !important;
    float: left !important;
}

    .app-header.login-header.forgotten-password {
        width: 100%;
    }

.load-more {
    width: 100%;
    background-image: url(../img/icons/5e5e5e/add-icon.svg);
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    background-position: 50%;
    cursor: pointer;
    float: left;
    margin-top: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 30px;
    position: relative;
}

    .load-more:before, .load-more:after {
        content: '';
        float: left;
        width: -webkit-calc(50% - 60px);
        width: -o-calc(50% - 60px);
        width: calc(50% - 60px);
        height: 1px;
        background-color: rgb(221, 221, 221);
        position: absolute;
        left: 0;
        top: 25px;
    }

    .load-more:after {
        right: 0;
        left: auto;
    }

.logo-container .job-title {
    display: none;
}

.li-nav-icon {
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: 50%;
    width: 20px;
    min-height: 32px;
    margin-right: 10px;
}

    .li-nav-icon.home {
        background-image: url(../img/icons/5e5e5e/Home-Icon.svg);
    }

    .li-nav-icon.my-profile {
        background-image: url(../img/icons/5e5e5e/Blank-User.svg);
    }

    .li-nav-icon.references {
        background-image: url(../img/icons/5e5e5e/disciplines-icon.svg);
    }

    .li-nav-icon.job-alerts {
        background-image: url(../img/icons/5e5e5e/Job-Alerts-Icon.svg);
    }

    .li-nav-icon.favourite-jobs {
        background-image: url(../img/icons/5e5e5e/Heart-Icon.svg);
    }

    .li-nav-icon.my-applications {
        background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
    }

    .li-nav-icon.my-interviews {
        background-image: url(../img/icons/5e5e5e/Calendar-Icon.svg);
    }

    .li-nav-icon.my-references {
        background-image: url(../img/icons/5e5e5e/Disciplines-Icon.svg);
    }

    .li-nav-icon.messages {
        background-image: url(../img/icons/5e5e5e/Message-Icon.svg);
    }

    .li-nav-icon.onboarding {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
    }

    .li-nav-icon.search-jobs {
        background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
    }

li-text {
    width: 208px;
    height: 100%;
}

.li-text {
    text-align: left;
}

.login-input-container {
    position: relative;
}

    .login-input-container .password-reveal-icon {
        position: absolute;
        right: 15px;
        top: 15px;
    }

/*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/




/*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/

.mt-3 {
    margin-top:30px !important;
}

main {
    display: block;
}

.main-search-container {
    width: 800px;
    margin: 0 auto;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
    top: calc(50% - 88px);
    transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    background-color:#555;
}

main .search-container .is-container{
    z-index:3 !important;
}

.main-search-input {
    border-radius: 5px;
    border: 0px solid rgba(221, 221, 221, 1);
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);*/
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    width: 48%;
    float: left;
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding-left: 50px;
}

    .main-search-input.keyword-search {
        margin-right: 2%;
        background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
        background-size: 20px;
    }

    .main-search-input.location-search {
        margin-left: 2%;
        background-image: url(../img/icons/5e5e5e/gps-icon.svg);
        background-size: 20px;
    }

    .main-search-input.email-address {
        background-image: url(../img/icons/5e5e5e/Email-Address-Icon.svg);
        background-size: 20px;
    }

    .main-search-input.password {
        background-image: url(../img/icons/5e5e5e/Password-Icon.svg);
        background-size: 20px;
    }

.main-search-button {
    float: left;
    width: 100%;
    background-color: rgba(255, 136, 57, 0.75);
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 15px rgba(40, 40, 40, 0.8);
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
}

    .main-search-button:hover, .main-search-button:focus {
        text-decoration: underline;
        background-color: rgba(255, 136, 57, 0.95);
    }

.main-search-further-search-options {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.main-search-advanced-button {
    border-radius: 5px;
    border: 2px solid rgba(221, 221, 221, 1);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px;
    width: 30%;
    float: left;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

    .main-search-advanced-button:hover, .main-search-advanced-button:focus {
        text-decoration: underline;
        background-color: rgba(255, 255, 255, 1);
    }

    .main-search-advanced-button.morph-search {
        min-height: 40px;
        position: absolute;
        z-index: 10000;
        top: 50px;
        right: 50px;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transition-property: min-height, width, top, right;
        transition-property: min-height, width, top, right;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
        transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    }

        .main-search-advanced-button.morph-search.open {
            width: 100%;
            min-height: 100%;
            top: 0px;
            right: 0px;
        }

    .main-search-advanced-button:nth-of-type(2) {
        margin-left: 5%;
        margin-right: 5%;
    }

.macbook-apoint-website {
    background-image: url(../img/realistic-mockups/macbook-apoint-website.png);
}

.mark-finished {
    font-weight: 700;
    padding-bottom: 20px;
}

.mb1 {
    margin-bottom: 1rem !important;
}

.mt1 {
    margin-top: 1rem !important;
}

.ml1 {
    margin-left: 1rem !important;
}

.mr1 {
    margin-right: 1rem !important;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.message-content br {
    margin-bottom: 5px !important;
    display: block;
    position: relative;
    height: 10px;
    content: '';
}

.mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.more-information-container {
    padding: 20px;
    float: left;
    width: 100%;
}

.mockup-image {
    background-repeat: no-repeat;
    background-position: right 50%;
    background-size: contain;
    width: 100%;
    height: 350px;
    float: left;
}

    .mockup-image.macbook-system {
        background-image: url(../img/realistic-mockups/macbook-system.png);
    }

    .mockup-image.iphone-mobile-advert {
        background-image: url(../img/realistic-mockups/iphone-mobile-advert.png);
    }

    .mockup-image.contact-us-floating-iphone {
        background-image: url(../img/realistic-mockups/contact-us-floating-iphone.png);
    }

    .mockup-image.imac-candidate-mockup {
        background-image: url(../img/realistic-mockups/imac-candidate-mockup.png);
        height: 450px;
        background-position: 50%;
    }





    .mockup-image.floating-macbook-website {
        background-image: url(../img/realistic-mockups/floating-macbook-website.png);
        height: 450px;
        background-position: 50%;
    }

    .mockup-image.floating-ipad-jobseeker {
        background-image: url(../img/realistic-mockups/floating-ipad-jobseeker.png);
    }




.my-filters-list li button {
    /*background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);*/
}

.my-filters-sub-header {
    float: left;
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
}

.my-filters-selected {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .my-filters-selected:last-of-type {
        margin-bottom: 0;
    }

.my-filters .primary-orange {
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

    .my-filters .primary-orange:last-child {
        margin-bottom: 0;
    }

.matching-criteria {
    padding-left: 20px;
}

/*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/





/*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/

.ntx-button-bigger {
    width: 100%;
    padding: 15px !important;
    margin: 20px 0;
}


.no-list-style
{
    list-style:none;
}

#NTXLoginBar table td span {
    display: none;
}

.has-multiple-checkboxes
{
    position:relative;
}

.has-multiple-checkboxes:after
{
    content:'';
    display:table;
    clear:both;
}

.has-multiple-checkboxes .ntx-checkbox
{
    /*width:auto;*/
}

.has-multiple-checkboxes .ntx-checkbox
{
    margin: 24px 24px 0 0;
}

.has-multiple-checkboxes .ntx-checkbox:last-of-type {
    margin-right: 0;
}

#NTXAdvert-Dialog_dialog .AdvertParentContainer {
    margin: 0 auto;
    box-sizing: initial;
}

.not-logged-in .further-search-options.stuck {
    top: 5px;
}

.not-logged-in #ntx-sticky-anchor {
}

.not-logged-in .user-navigation {
    display: none;
}

.not-logged-in .job-a-container {
    top: 0px;
}

.not-logged-in .job-r-container {
    top: 60px;
}


.navigation-content {
    float: left;
    width: 1000px;
}

ul.navigation {
    list-style: none;
    float: left;
    width: 1000px;
    position: absolute;
}

.navigation li {
    float: left;
    margin: 0 25px;
    font-weight: 500;
    border-bottom: 1px solid rgba(245, 248, 250, 1);
    cursor: pointer;
    position: relative;
}

#NTXAppFormQuestions UL {
    padding: 20px 40px;
}

.navigation li:hover, .navigation li:focus {
    border-bottom: 2px solid rgba(255, 136, 57, 1);
}

.navigation li a {
    padding: 10px 40px 18px 40px;
    display: block;
}

.navigation li.active {
    border-bottom: 2px solid rgba(255, 136, 57, 1);
}

.navigation li:first-child {
    margin-left: 0;
}

.navigation li:last-child {
    margin-right: 0;
}

.job-search-image.networx-recruitment-office {
    background-image: url(../img/hero-images/recruiter/networx-recruitment-office.jpg);
}

.promoted-content-item.image-item .promoted-content.no-padding-top {
    padding-top: 0;
}



.no-button {
    border: 0 none;
    background: transparent;
    cursor: pointer;
}

#NTXAdvert ul, #NTXAdvert-Dialog_dialog .AdvertParentContainer ul,
#NTXAdvert ol, #NTXAdvert-Dialog_dialog .AdvertParentContainer ol {
    margin-left: 2rem;
}

.ntx-mdl-container-intro {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 30px;
}

    .ntx-mdl-container-intro span {
        font-weight: 700;
    }

.ntx-mdl-content {
    float: left;
    width: 100%;
    margin-top: 50px;
}

    .ntx-mdl-content.testimonial .ntx-mdl-tabs {
        width: 50%;
    }

    .ntx-mdl-content.testimonial .ntx-mdl-container-image {
        width: 45%;
    }

.ntx-mdl-container-image {
    float: left;
    width: 35%;
    background-position: 50% top;
    background-repeat: no-repeat;
}

    .ntx-mdl-container-image.attracting-top-talent {
        background-image: url(../img/realistic-mockups/iPad-iPhone-Top-Down.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.argos-responsive-website {
        background-image: url(../img/realistic-mockups/argos-responsive-website.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.networx-careers-page-mockup {
        background-image: url(../img/realistic-mockups/laterooms-careers-page.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.fully-responsive-application {
        background-image: url(../img/realistic-mockups/fully-responsive-application.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.agencies-dashboard {
        background-image: url(../img/realistic-mockups/agencies-dashboard-mockup.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.candidate-managed-responsive {
        background-image: url(../img/realistic-mockups/candidate-managed-responsive.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.tableau-reporting {
        background-image: url(../img/realistic-mockups/Tableau-Reporting.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.managing-applications {
        background-image: url(../img/realistic-mockups/Macbook-Top-Down.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.macbook-top-down-notebook {
        background-image: url(../img/realistic-mockups/macbook-top-down-notebook.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.candidate-experience {
        background-image: url(../img/realistic-mockups/iMac-Environment-Top-Down.png);
        background-size: 100%;
        height: 360px;
    }

.ntx-mdl-content.full-width .ntx-mdl-tabs {
    width: 100%;
    float: left;
    margin-left: 0;
}

.ntx-mdl-tabs {
    float: left;
    width: 60%;
    margin-left: 5%;
}

.ntx-mdl-tab-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    width: 48px;
    height: 48px;
}

    .ntx-mdl-tab-icon.careers-portal-tab-icon {
        background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
        background-size: 40px;
    }

    .ntx-mdl-tab-icon.mobile-phone-icon {
        background-image: url(../img/icons/5e5e5e/Mobile-Phone-Icon.svg);
        background-size: 20px;
    }

    .ntx-mdl-tab-icon.ca-networx-swoosh-icon {
        background-image: url(../img/icons/5e5e5e/networx-Swoosh.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-aggregators-icon, .ntx-mdl-tab-icon.rhm-job-board-multiposting {
        background-image: url(../img/icons/5e5e5e/Aggregators-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-social-media-icon, .ntx-mdl-tab-icon.rhm-social-media-icon {
        background-image: url(../img/icons/5e5e5e/Share-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.rhm-networx-swoosh-icon {
        background-image: url(../img/icons/5e5e5e/networx-Swoosh.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-job-boards-icon, .ntx-mdl-tab-icon.rhm-your-careers-page, .ntx-mdl-tab-icon.ce-candidate-experience-icon {
        background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-search-icon {
        background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.rhm-creating-vacancies-icon, .ntx-mdl-tab-icon.ce-corporate-branding-options {
        background-image: url(../img/icons/5e5e5e/Edit-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.r-dashboard-icon {
        background-image: url(../img/icons/5e5e5e/Dashboard-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.cm-sifting-icon, .ntx-mdl-tab-icon.rhm-sifting-icon {
        background-image: url(../img/icons/5e5e5e/Sifting-Icon.svg);
        background-size: 25px;
    }

    .ntx-mdl-tab-icon.cm-shortlisting-candidates-icon, .ntx-mdl-tab-icon.rhm-searchable-candidate-database {
        background-image: url(../img/icons/5e5e5e/Users-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.cm-scoring-icon, .ntx-mdl-tab-icon.rhm-scoring-icon {
        background-image: url(../img/icons/5e5e5e/Scoring-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.rhm-self-selection-interviews-icon, .ntx-mdl-tab-icon.is-quarterly-updates-icon {
        background-image: url(../img/icons/5e5e5e/Calendar-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.cm-video-interview-icon, .ntx-mdl-tab-icon.rhm-video-interview-icon {
        background-image: url(../img/icons/5e5e5e/Video-Interview-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.cm-selection-tools-icon, .ntx-mdl-tab-icon.r-bespoke-reporting-icon {
        background-image: url(../img/icons/5e5e5e/Settings-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.cm-interview-services-icon, .ntx-mdl-tab-icon.is-tailored-training-icon {
        background-image: url(../img/icons/5e5e5e/Interview-Services-Icon.svg);
        background-size: 45px;
    }

    .ntx-mdl-tab-icon.cm-offering-candidates-icon, .ntx-mdl-tab-icon.is-project-managed-implementation, .ce-onboarding-icon {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.is-integrated-help-section-icon {
        background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.is-system-support-infrastructure-icon {
        background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
        background-size: 40px;
    }

    .ntx-mdl-tab-icon.ce-landing-page-icon, .ntx-mdl-tab-icon.am-dedicated-agency-portal {
        background-image: url(../img/icons/5e5e5e/Landing-Page-Icon.svg);
        background-size: 20px;
    }

    .ntx-mdl-tab-icon.ce-application-form-icon, .ntx-mdl-tab-icon.r-vacancy-overview-icon, .rhm-additional-options {
        background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.r-reporting-icon, .ntx-mdl-tab-icon.am-reporting-icon {
        background-image: url(../img/icons/5e5e5e/Reporting-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.ce-mobile-friendly-icon {
        background-image: url(../img/icons/5e5e5e/Mobile-Phone-Icon.svg);
        background-size: 20px;
    }

    .ntx-mdl-tab-icon.ce-applying-without-cv-icon, .ntx-mdl-tab-icon.r-compliance-diversity-icon, .ntx-mdl-tab-icon.am-manage-your-psl, .cm-candidate-management-icon {
        background-image: url(../img/icons/5e5e5e/Applying-Without-CV-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ce-candidate-account-icon, .ca-candidate-attraction-icon {
        background-image: url(../img/icons/5e5e5e/Blank-User.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ce-job-alerts-icon {
        background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.ce-candidate-communication {
        background-image: url(../img/icons/5e5e5e/Message-Icon.svg);
        background-size: 35px;
    }


.ntx-mdl-container-left .ntx-mdl-container-image {
    float: right;
}

.ntx-mdl-container-left .ntx-mdl-tabs {
    margin-left: 0;
    margin-right: 5%;
}

.no-border {
    border: none;
}

.ntx-logo {
    background-image: url(../img/ntx-elements/networx-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    width: 185px;
    height: 45px;
    margin: 0 auto;
    display: block;
}

.ntx-button {
    border-radius: 5px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-repeat: no-repeat;
    padding: 10px 25px;
    font-weight: 500 !important;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(40, 40, 40, 1);
    display: block;
    text-decoration: none !important;
    position: relative;
}

    .ntx-button:hover, .ntx-button:focus, .contact-us-item:hover, .contact-us-item:focus {
        text-decoration: underline !important;
        background-color: rgba(245, 248, 250, 1);
    }

    .ntx-button.our-solutions-button {
        margin-top: 20px;
        width: 325px;
        min-width: 325px;
    }

    .ntx-button.full-width {
        text-align: center;
    }

    .ntx-button.testimonial-button {
        margin: 0 auto;
        width: 20%;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
    }

        .ntx-button.testimonial-button:before {
            content: '';
            width: 20px;
            height: 20px;
            background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: 50%;
            position: absolute;
            left: 25px;
        }

.ntx-button-arrow-right {
    background-image: url(../img/icons/ffffff/Arrow-Right.svg);
}

.ntx-button-arrow-left {
    background-image: url(../img/icons/ffffff/Arrow-Left.svg);
}

.ntx-button-left {
    float: left;
    text-align: left;
}

.ntx-button-right {
    float: right;
    /*padding-right: 50px !important;*/
    text-align: right;
}

.ntx-help-button-right {
    margin-right: 10px;
}

.ntx-button-center {
    width: 100%;
    padding-left: 50px !important;
    text-align: center;
}

.ntx-button.job-a-action {
    margin-right: 15px;
}

    .ntx-button.job-a-action:last-child {
        margin-right: 0;
    }

.ntx-button.time-left-to-apply-icon {
    background-image: url(../img/icons/5e5e5e/calendar-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.apply-now-icon {
    color: rgba(255, 255, 255, 1);
}

.job .ntx-button.primary-green.apply-now-icon {
    background-image: url(../img/icons/ffffff/arrow-right.svg);
    background-size: 10px;
    background-position: left 20px center;
}

    .job .ntx-button.primary-green.apply-now-icon:before {
        display: none;
    }

.ntx-button-add {
    background-image: url(../img/icons/ffffff/add-icon.svg);
}

.ntx-button.primary-green.apply-now-icon:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(../img/icons/ffffff/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    top: calc(50% - 7.5px);
    left: 10px;
    position: absolute;
}

.ntx-button.primary-green.tick-icon {
    background-image: url(../img/icons/ffffff/tick.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
}

.ntx-button.arrow-left-icon {
    background-image: url(../img/icons/5e5e5e/arrow-left.svg);
    background-size: 10px;
    background-position: left 20px center;
}

.ntx-button.job-a-icon {
    background-image: url(../img/icons/5e5e5e/job-a-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.documents-icon {
    background-image: url(../img/icons/5e5e5e/applications-icon.svg);
    background-size: 20px;
    background-position: left 15px center !important;
    padding: 10px 25px 10px 50px;
}

.ntx-button.menu-icon {
    background-image: url(../img/icons/5e5e5e/menu-icon.svg);
    background-size: 20px;
    background-position: left 20px center;
    padding-left: 50px !important;
}

.ntx-button.back-to-search {
    background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
    background-size: 20px;
    background-position: left 20px center;
    padding-left: 50px;
}

.ntx-button.primary-green.print-icon {
    background-image: url(../img/icons/ffffff/print-icon.svg);
    background-size: 20px;
    background-position: left 20px center;
}

.ntx-button.share-icon {
    background-image: url(../img/icons/5e5e5e/share-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.networx-swoosh {
    background-image: url(../img/icons/5e5e5e/networx-swoosh.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.candidate-services {
    background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.job-a-icon {
    background-image: url(../img/icons/5e5e5e/job-at-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.login-icon {
    background-image: url(../img/icons/5e5e5e/padlock.svg);
    background-size: 15px;
    background-position: right 20px center;
    padding-right: 50px;
}

.ntx-button.support-icon {
    background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
    background-size: 15px;
    background-position: right 20px center;
    padding-right: 50px;
}

.ntx-button.user-login-icon {
    background-image: url(../img/icons/5e5e5e/blank-user.svg);
    background-size: 20px;
    background-position: right 20px center;
}

.ntx-button.save-icon {
    background-image: url(../img/icons/5e5e5e/heart-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding: 10px 25px 10px 50px;
}

    .ntx-button.save-icon.saved {
        background-image: url(../img/icons/4cab0c/tick.svg);
        background-color: rgb(245, 248, 250);
    }


.ntx-button.primary-green {
    /*background-color: #4cab0c;*/
    color: rgba(255, 255, 255, 1) !important;
}

.ntx-button.primary-red {
    background-color: rgb(225, 30, 30);
    color: rgba(255, 255, 255, 1) !important;
}

    .ntx-button.primary-red:hover {
        background-color: rgba(245, 68, 68,1);
    }

.ntx-button.primary-green.external-green {
    text-align: center;
    background-position: left 75px center;
    display: block;
}

.ntx-button.primary-orange {
    background-color: rgba(255, 102, 0, 1);
    color: rgba(255, 255, 255, 1) !important;
}

    .ntx-button.primary-orange:hover, .ntx-button.primary-orange:focus {
        background-color: rgba(255, 136, 57, 1);
    }

.ntx-button.primary-blue {
    background-color: rgb(67, 133, 245);
    color: rgba(255, 255, 255, 1) !important;
}

    .ntx-button.primary-blue:hover {
        background-color: rgba(67, 133, 245,0.75);
    }

.ntx-button.user-account-button {
    float: left;
    background-color: rgba(12, 98, 171, 1);
    color: rgba(255, 255, 255, 1) !important;
    margin-right: 15px;
}

    .ntx-button.user-account-button.register-for-job-alerts {
        padding: 10px 25px !important;
    }

    .ntx-button.user-account-button.favourite-jobs {
        position: relative;
    }

    .ntx-button.user-account-button:last-of-type {
        margin-right: 0;
    }

    .ntx-button.user-account-button:hover, .ntx-button.user-account-button:focus {
        background-color: rgba(41, 143, 206, 1);
    }

    .ntx-button.user-account-button.message-icon {
        background-image: url(../img/icons/ffffff/Message-Icon.svg);
        background-size: 20px;
        background-position: left 15px center;
        margin-right: 0;
        width: 100%;
    }

.ntx-button.primary-green:hover, .ntx-button.primary-green:focus {
    background-color: #275705;
}

.ntx-button.no-colour.ntx-button-cancel {
    background-image: url(../img/icons/5e5e5e/Close-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}


.ntx-button.more-information-button {
    background-color: rgba(76, 171, 12, 1);
    float: left;
    color: rgba(255, 255, 255, 1);
    background-image: url(../img/icons/ffffff/arrow-right.svg);
    background-size: 10px;
    background-position: left 20px center;
}

.ntx-button.job-alerts-button {
    background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

    .ntx-button.job-alerts-button.saved {
        background-image: url(../img/icons/4cab0c/tick.svg);
        background-color: rgb(245, 248, 250);
    }

.ntx-button.edit-job-alerts-button {
    background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.additional-reference-button {
    margin-bottom: 20px;
}

.ntx-button.edit-details-button {
    background-image: url(../img/icons/5e5e5e/edit-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.download-my-data-button {
    background-image: url(../img/icons/5e5e5e/Download-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.select-reference-button {
    background-image: url(../img/icons/5e5e5e/disciplines-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.primary-green.edit-details-button {
    background-image: url(../img/icons/ffffff/edit-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.applications-button {
    background-image: url(../img/icons/5e5e5e/edit-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.documents-to-sign-button {
    background-image: url(../img/icons/5e5e5e/documents-to-sign-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
    margin-bottom: 10px;
}

.ntx-button.withdraw-application-button {
    background-image: url(../img/icons/5e5e5e/close-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.change-answer-request-button {
    background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.view-privacy-policy-button {
    background-image: url(../img/icons/5e5e5e/Sifting-Icon.svg);
    background-size: 15px;
    background-position: left 15px center;
    padding-left: 50px;
}


.ntx-button.raise-objection-button {
    background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.delete-favourite-role-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.change-password-button {
    background-image: url(../img/icons/5e5e5e/Password-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.deactivate-profile-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-cv-button {
    background-image: url(../img/icons/5e5e5e/Edit-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.download-cv-button {
    background-image: url(../img/icons/5e5e5e/Download-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.upload-cv-button {
    background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
    background-size: 25px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.tick-button {
    background-image: url(../img/icons/4cab0c/tick.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.enter-contact-details {
    background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
    background-size: 25px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.profile-icon {
    background-image: url(../img/icons/5e5e5e/Blank-User.svg);
    background-size: 25px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.delete-cv-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.delete-app-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.primary-red.delete-app-button {
    background-image: url(../img/icons/ffffff/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-locations-button {
    background-image: url(../img/icons/5e5e5e/Location-Pin.svg);
    background-size: 15px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-disciplines-button {
    background-image: url(../img/icons/5e5e5e/Disciplines-Icon.svg);
    background-size: 15px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-salary-range-button {
    background-image: url(../img/icons/5e5e5e/Salary-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.request-a-demo {
    text-align: center;
    width: 50%;
    float: left;
    margin-top: 20px;
    color: rgb(255, 255, 255) !important;
}

.ntx-button.show-matching-roles {
    background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.support-code-button {
    background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.disabled {
    background-color: #c5c5c5 !important;
    pointer-events: none;
    border: 1px solid transparent;
}

    .ntx-button.disabled:hover {
        text-decoration: none !important;
        cursor: default !important;
    }

.login-options-main .ntx-button.disabled {
    display: none;
}

.not-allowed {
    cursor: not-allowed !important;
}

.ntx-button.action-loading {
    display: none;
    background-image: url('../img/ntx-branding/ntx-loader-ie.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999999999px;
}

    .ntx-button.action-loading.disabled {
        display: block;
    }

#ntx-sticky-anchor {
    float: left;
    width: 100%;
    bottom: 50px;
    height: 76px;
    background: rgba(0, 0, 0, 0);
    position: relative;
    z-index: -1;
}

    #ntx-sticky-anchor.ntx-sticky-anchor-recruiter {
        top: 3px;
    }

.ntx-navigation-container {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 0;
    visibility: hidden;
}

    .ntx-navigation-container.nav-active {
        opacity: 1;
        visibility: visible;
    }

    .ntx-navigation-container nav {
        float: left;
        width: 100%;
        height: 100%;
    }

.ntx-navigation {
    width: 300px;
    float: left;
    height: 100%;
    background-color: rgba(40, 40, 40, 1);
    position: relative;
    left: -300px;
    padding: 25px 35px;
}

.ntx-navigation-top {
    position: relative;
    top: 75px;
}

    .ntx-navigation-top a {
        color: rgba(255, 255, 255, 1);
        display: block;
        padding-bottom: 20px;
        background-size: contain;
        font-weight: 400;
    }

        .ntx-navigation-top a:last-child {
            padding-bottom: 0;
        }

.ntx-navigation-close-container {
    width: 100%;
    background-color: transparent;
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.ntx-navigation-container.nav-active .ntx-navigation, .ntx-navigation-container.nav-active .ntx-navigation-close-container {
    left: 0;
}

.ntx-navigation-close-icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    top: 25px;
    right: 25px;
    background-image: url(../img/icons/ffffff/close-icon.svg);
    cursor: pointer;
}

.ntx-navigation-bottom {
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: -o-calc(100% - 70px);
    width: calc(100% - 70px);
}

    .ntx-navigation-bottom .social-media-container {
        margin-top: 0;
    }

    .ntx-navigation-bottom hr {
        margin: 25px 0;
    }

    .ntx-navigation-bottom .client-login-link {
        display: block;
        padding-left: 2rem;
        background-repeat: no-repeat;
        background-image: url(../img/icons/ffffff/padlock.svg);
        background-position: left 50%;
        min-height: 20px;
        background-size: contain;
        color: rgba(255, 255, 255, 1);
        font-weight: 400;
    }

.ntx-modal {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

.ntx-modal-bg {
    background-image: none;
    background-color: rgba(45, 45, 45, 0.75);
    opacity: 1;
}

.ntx-modal-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgb(221, 221, 221);
    position: absolute;
    top: -20px;
    right: -20px;
    float: left;
    background-color: rgba(45, 45, 45, 0.9);
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
}

    .ntx-modal-close::before {
        display: none;
    }



/*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/





/*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/

.job-search-image.our-solutions-macbook {
    background-image: url(../img/hero-images/recruiter/our-solutions-macbook.jpg);
}

.job-search-image.our-clients-office {
    background-image: url(../img/hero-images/recruiter/our-clients-office.jpg);
}

.off-screen {
    position: absolute;
    left: -99999px;
}

#OnlineTest ul {
    margin-left: 1rem;
}

    #OnlineTest ul li {
        margin-bottom: 1rem;
    }



/*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/
/*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/
.pb1 {
    padding-bottom: 1rem;
}

.pt1 {
    padding-top: 1rem;
}

.pl1 {
    padding-left: 1rem;
}

.pr1 {
    padding-right: 1rem;
}

.padding1 {
    padding: 1rem;
}

.padding2 {
    padding: 2rem;
}

#printablediv {
    margin-top: 20px;
}

.privacy-policy-dialog .ntx-checkbox,
.privacy-policy-link-container {
    margin-top: 20px;
}

    .privacy-policy-dialog .ntx-checkbox label {
        padding: 15px 15px 15px 40px;
    }

    .privacy-policy-link-container > div {
        font-weight: 700;
        position: relative;
    }

p + .privacy-policy-link-container {
    margin: 20px 0;
}

.privacy-policy-link-container label {
    display: block;
}

.privacy-policy-link-container a.link {
    display: block;
}

.privacy-policy-link-container > p {
    font-weight: bold;
    display: block;
}

.privacy-policy-link-container.is-checked > div:before {
    background-image: url(../img/icons/4cab0c/tick.svg);
}

.pre-footer-header {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
}

    .pre-footer-header .h3 {
        font-weight: 400;
        margin-bottom: 30px;
    }

.prompt {
    width: 100%;
    max-width: 10rem;
}

td.prompt, th.prompt {
    width: 10rem;
    max-width: unset;
}

.prompt-l {
    width: 100%;
    max-width: 20rem;
}

td.prompt-l, th.prompt-l {
    width: 20rem;
    max-width: unset;
}

.prompt-xl {
    width: 100%;
    max-width: 30rem;
}

td.prompt-xl, th.prompt-xl {
    width: 30rem;
    max-width: unset;
}

@media only screen and (max-width : 1024px) {
    .prompt-l {
        width: 100%;
        max-width: 18rem;
    }

    td.prompt-l, th.prompt-l {
        width: 18rem;
        max-width: unset;
    }

    .prompt-xl {
        width: 100%;
        max-width: 22rem;
    }

    td.prompt-xl, th.prompt-xl {
        width: 22rem;
        max-width: unset;
    }
}

@media only screen and (max-width : 800px) {
    .prompt-l {
        width: 100%;
        max-width: 16rem;
    }

    td.prompt-l, th.prompt-l {
        width: 16rem;
        max-width: unset;
    }

    .prompt-xl {
        width: 100%;
        max-width: 20rem;
    }

    td.prompt-xl, th.prompt-xl {
        width: 20rem;
        max-width: unset;
    }
}


.promoted-content-container, .recruiter-content-container {
    background-color: rgba(255, 255, 255, 1);
    padding: 50px;
    border-right: 1px solid rgba(221, 221, 221, 1);
    border-left: 1px solid rgba(221, 221, 221, 1);
}

    .promoted-content-container .promoted-content {
        width: 45%;
        float: left;
        margin: 0 20px;
    }

    .promoted-content-container.large .promoted-content {
        width: 17.5%;
        margin: 0 17px;
    }

    .promoted-content-container .image-item .promoted-content, .promoted-content-container .content-items .promoted-content, .promoted-content-container .more-information-items .promoted-content {
        margin: 0;
    }

    .promoted-content-container.large .promoted-content:nth-of-type(5) {
        margin-right: 0;
    }

    .promoted-content-container.large .promoted-content:first-of-type {
        margin-left: 0;
    }

.promoted-content.no-border {
    border: none;
}

.promoted-content.contact-us-section {
    padding-top: 20px;
}

.promoted-content.no-border-bottom {
    border-bottom: none;
}

.promoted-content.text-align-center, .promoted-content.text-align-center .h6 {
    text-align: center;
}

.promoted-content-icon-outer {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 100%;
    padding: 4px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 1px solid rgba(221, 221, 221, 1);
}

.promoted-content-icon-inner {
    background-color: rgba(248, 248, 248, 1);
    border-radius: 100%;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border: 1px solid rgba(221, 221, 221, 1);
}

    .promoted-content-icon-inner.managing-applications {
        background-image: url(../img/icons/5e5e5e/Managing-Applications-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.attracting-top-talent {
        background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.candidate-experience {
        background-image: url(../img/icons/5e5e5e/Mobile-Phone-Icon.svg);
        background-size: 30px;
    }

    .promoted-content-icon-inner.reporting {
        background-image: url(../img/icons/5e5e5e/Reporting-Icon.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.agencies {
        background-image: url(../img/icons/5e5e5e/Users-Icon.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.implementation {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.the-company {
        background-image: url(../img/icons/5e5e5e/Users-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.our-services {
        background-image: url(../img/icons/5e5e5e/Settings-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.our-clients {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.jobseeker {
        background-image: url(../img/icons/5e5e5e/Blank-User.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.networx-client-swoosh {
        background-image: url(../img/icons/5e5e5e/networx-Swoosh.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.general-eunquiries {
        background-image: url(../img/icons/5e5e5e/Message-Icon.svg);
        background-size: 50px;
    }

.promoted-content .bottom-section {
    padding: 20px;
}

    .promoted-content .bottom-section.more-info {
        padding: 0 20px;
    }

.promoted-content .more-information-container {
    background-color: rgba(248, 248, 248, 1);
    border-radius: 0px 0px 5px 5px;
}

.promoted-content.center {
    margin-left: 5%;
    margin-right: 5%;
}

.promoted-content .ntx-button {
    margin-top: 20px;
}

.promoted-content .more-information-container .ntx-button {
    margin-top: 0;
}

.promoted-content-list {
    margin-top: 20px;
    list-style: none;
}

    .promoted-content-list li {
        padding-left: 20px;
        min-height: 20px;
        padding-bottom: 15px;
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: left top 5px;
        background-image: url(../img/icons/4cab0c/tick-box.svg);
        line-height: 25px;
    }

        .promoted-content-list li:last-child {
            padding-bottom: 0;
        }

.promoted-content-image {
    float: left;
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 4px 4px 0px 0px;
}

.promoted-content-overlay {
    float: left;
    width: 100%;
    height: 150px;
    background-color: rgba(44, 44, 44, 0.35);
    position: absolute;
    z-index: 1;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    padding: 40px 130px;
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 10px rgba(40, 40, 40, 0.8);
    font-weight: 500;
}

    .promoted-content-overlay * {
        text-align: center;
        color: rgb(255, 255, 255);
        text-shadow: 0px 0px 10px rgba(40, 40, 40, 0.8);
        font-weight: 500;
    }

.promoted-content .apply-now-icon {
    text-align: center;
    background-position: left 75px center;
    display: block;
}

.promoted-content .h6 {
    text-align: left;
}

.promoted-content-item {
    display: flex;
    width: 75%;
    margin: 0 auto;
}

    .promoted-content-item.contact-us .promoted-content:nth-of-type(2) {
        margin-left: 5%;
        margin-right: 0%;
    }

    .promoted-content-item.contact-us .promoted-content:nth-of-type(1) {
        margin-left: 0%;
        margin-right: 5%;
    }

    .promoted-content-item.more-information-items .promoted-content {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: none;
    }

    .promoted-content-item.content-items .promoted-content {
        border-radius: 0;
        border-top: none;
    }

    .promoted-content-item.image-item .promoted-content {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.profile-container-icon {
    background-repeat: no-repeat;
    background-size: contain;
    width: 75px;
    height: 75px;
    float: left;
    background-position: 50%;
}

.profile-incomplete-warning-icon {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
}

.profile-complete-tick-icon {
    background-image: url(../img/icons/5e5e5e/Tick-Box.svg);
}

.profile-job-alert-icon {
    background-image: url(../img/icons/5e5e5e/Job-Alerts-Icon.svg);
}

.profile-my-data-icon {
    background-image: url(../img/icons/5e5e5e/application-info.svg);
}

.profile-docusign-info-icon {
    background-image: url(../img/icons/5e5e5e/documents-to-sign-icon.svg);
}

.profile-interviews-icon {
    background-image: url(../img/icons/5e5e5e/Calendar-Icon.svg);
}

.profile-incomplete-applications-icon {
    background-image: url(../img/icons/5e5e5e/Managing-Applications-Icon.svg);
}

.profile-applications-complete-icon {
    background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
}

.profile-supplemental-info-icon {
    background-image: url(../img/icons/5e5e5e/Sifting-Icon.svg);
}

.profile-references-info-icon {
    background-image: url(../img/icons/5e5e5e/Disciplines-Icon.svg);
}

.profile-fullapp-request-icon {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
}

.profile-agency-application-icon {
    background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
}

.profile-upload-icon {
    background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
}

.profile-searchable-cv {
    background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
}

.profile-searchable-icon {
    background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
}

.profile-private-icon {
    background-image: url(../img/icons/5e5e5e/spy.svg);
}

.profile-pointers-container .container {
    height: 75%;
    position: relative;
}

.profile-pointers {
    width: 300px;
    height: 100px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(221, 221, 221);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 4px rgb(136, 136, 136);
    -moz-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px rgb(136, 136, 136);
    bottom: 30px;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 20px 40px;
}

    .profile-pointers.active {
        opacity: 1;
        visibility: visible;
    }

    .profile-pointers.profile-pointers-1 {
    }

    .profile-pointers.profile-pointers-2 {
        left: 150px;
    }

    .profile-pointers.profile-pointers-3 {
        bottom: 70px;
        left: auto;
        right: 0px;
    }

        .profile-pointers.profile-pointers-3:before {
            right: 35px;
            left: auto;
            top: 98px;
        }

        .profile-pointers.profile-pointers-3:after {
            right: 38px;
            left: auto;
            top: 96px;
        }

    .profile-pointers:before, .profile-pointers:after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
    }

    .profile-pointers:before {
        left: 35px;
        top: 98px;
        border: 18px solid;
        border-color: rgb(221, 221, 221) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    .profile-pointers:after {
        left: 38px;
        top: 96px;
        border: 15px solid;
        border-color: rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    .profile-pointers.profile-pointers-left:before {
        left: -37px;
        top: 19px;
        border: 18px solid;
        border-color: rgba(0, 0, 0, 0) rgb(221, 221, 221) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    .profile-pointers.profile-pointers-left:after {
        left: -30px;
        top: 22px;
        border: 15px solid;
        border-color: rgba(0, 0, 0, 0) rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

.profile-pointers-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url(../img/icons/5e5e5e/Close-Icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.profile-about-you {
    display: inline-block;
    vertical-align: middle;
    border: 0px solid #ddd;
    float: left;
    border-radius: 0px;
    padding: 0px;
    width: 100%;
    margin-bottom: 0px;
}

    .profile-about-you h1 {
        margin-bottom: 25px;
    }

.profile-job-preferences {
    display: inline-block;
    vertical-align: middle;
    border: 0px solid #ddd;
    float: left;
    border-radius: 5px;
    padding: 0px;
    width: 100%;
    margin-bottom: 30px;
}

    .profile-job-preferences h1 {
        margin-bottom: 25px;
    }

.plymouth-college-of-art-header-image {
    background-image: url(../img/our-clients/Education/plymouth-college-of-art/plymouth-college-of-art-header.jpg);
}

.pointer-cursor {
    cursor: pointer;
}

.privacy-policy-link {
    text-decoration: underline !important;
    cursor: pointer !important;
    color: #1160da !important;
}

.position-relative {
    position: relative;
}

/*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/


/*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/


.question-response .required {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
    background-size: 25px 23px;
}

.question-quick-app .quick-app-button-container {
    float: right;
}

    .question-quick-app .quick-app-button-container .ntx-button {
        float: left;
    }

.question-response .required.valid {
    background-image: none;
}

.question-response .drop-down.required {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
    background-position: right 36px center;
    background-size: 25px 23px;
}

.question-response .drop-down:after {
    content: '';
    background-image: url(../img/icons/5e5e5e/Arrow-Down.svg);
    height: 10px;
    width: 15px;
    float: right;
    background-size: contain;
    position: absolute;
    right: 15px;
    z-index: 1;
    background-repeat: no-repeat;
    top: 15px;
}

.question-response .drop-down.required.valid {
    background-image: none;
}

.quick-app-header td img {
    width: 180px;
    height: 55px;
}



/*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/




/*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/

.references-content .title,
.references-content .details {
    position: static;
    top: 0;
    left: 0;
    width: 50%;
    text-align: left;
    word-break: break-all;
    padding: 0;
    padding-bottom: 20px;
    float:left;
}

input.radio-button {
    margin-right: 8px;
}

.request-a-demo-header-image {
    background-image: url(../img/hero-images/recruiter/request-a-demo-header-image.jpg);
}

.reference-completed-icon {
    width: 100px;
    margin: 0 auto;
    position: relative;
}

.ntx-icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    background-color: rgb(255, 255, 255);
    border-radius: 100%;
    padding: 15px;
    border: 1px solid rgb(221, 221, 221);
}

.reference-completed-icon .ntx-icon.tick-icon {
    background-image: url(../img/icons/4cab0c/tick.svg);
    background-size: 20px;
    top: 0;
    right: 0;
}

.references-check-box-container {
    float: right;
}

    .references-check-box-container .references-label {
        padding: 0;
    }

references-checkbox-container {
    float: left;
    width: 35%;
}

.reference-item {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

    .reference-item:last-of-type {
        margin-bottom: 0;
    }

    .reference-item h2.h3 {
        font-weight: 500;
        margin-bottom: 15px;
    }

.reference-hidden {
    display: none;
}

.reference-show {
    display: block;
}

.recruiter-top-section-container .scroll-down-container {
    width: 1200px;
}

.reference-info {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

    .reference-info:last-of-type {
        margin-bottom: 0px;
    }

.candidate-dialog-box .reference-info {
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
}

.reference-info .your-profile-header {
    border-bottom: none;
    padding-bottom: 0;
}

.references-content {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.recruiter-top-section-container .scroll-down-container .scroll-down-featured-recruiters {
    color: rgb(40, 40, 40);
    text-shadow: none;
}

.recruiter-top-section-container .scroll-down-container .scroll-down-container-icon {
    background-image: url(../img/icons/5e5e5e/arrow-down.svg);
}

.refine-search-section {
    float: left;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 20px;
}

main article .refine-search-half-width-container .refine-search-section {
    width: 30%;
    padding: 25px;
}

.refine-search-full-width-container .refine-search-section {
    width: 100%;
    padding: 50px 20px;
}

.refine-search-overlay .main-search-button {
    margin-bottom: 25px;
}

.refine-search-half-width-container .refine-search-section:nth-child(2) {
    margin-left: 5%;
    margin-right: 5%;
}

.refine-search-half-width-container {
    float: left;
    width: 100%;
    height: 50%;
    margin-bottom: 40px;
}

.refine-search-full-width-container {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.refine-search-section .advanced-search-options-container {
    height: -moz-calc(100% - 80px);
    height: -webkit-calc(100% - 80px);
    height: -o-calc(100% - 80px);
    height: calc(100% - 80px);
    margin-top: 15px;
}

.refine-search-section .advanced-search-option-checkbox {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 98%;
    margin-right: 0;
}

.refine-search-section .advanced-search-option-label {
    padding: 10px;
}

.refine-search-overlay .main-search-input {
    border: 1px solid #dddddd;
    box-shadow: none;
}

.recruiter-top-section-container .job-search-overlay {
    width: 1200px;
    background-color: rgba(255, 255, 255, 0.85);
}

    .recruiter-top-section-container .job-search-overlay .container {
        padding: 0px 40px;
        height: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

        .recruiter-top-section-container .job-search-overlay .container ul {
            padding: 20px;
        }

            .recruiter-top-section-container .job-search-overlay .container ul li {
                padding-bottom: 10px;
            }

                .recruiter-top-section-container .job-search-overlay .container ul li:last-of-type {
                    padding-bottom: 0px;
                }


.ribbon {
    background-color: rgba(76, 171, 12, 1);
    width: 40px;
    height: 50px;
    position: absolute;
    margin: auto;
    background-image: url(../img/icons/ffffff/Sponsored-Ribbon.svg);
    background-position: 50%;
    background-size: 50%;
    background-repeat: no-repeat;
    z-index: 2;
    right: 20px;
    -webkit-box-shadow: 10px 10px 10px 0px rgba(40,40,40,0.5);
    -moz-box-shadow: 10px 10px 10px 0px rgba(40,40,40,0.5);
    box-shadow: 10px 10px 10px 0px rgba(40,40,40,0.5);
}

    .ribbon:before {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 0;
        height: 0;
        border-top: 30px solid rgba(76, 171, 12, 1);
        border-right: 30px solid transparent;
    }

    .ribbon:after {
        content: "";
        position: absolute;
        bottom: -20px;
        right: 0;
        width: 0;
        height: 0;
        border-top: 30px solid rgba(76, 171, 12, 1);
        border-left: 30px solid transparent;
    }

.rich-question .question-options > *:first-of-type {
    margin-right: 1rem;
}

.rich-question .question-options > label.prompt {
    display:inline-block;
}

div[class^="col-"]:not(:last-of-type) {
    margin-right: 1rem;
}

.right {
    float: left;
    width: 380px;
}

    .right.tall .further-jobs-container {
        height: 390px;
        width: 380px;
        float: left;
    }

    .right.tall .further-jobs-image-overlay {
        background-color: rgba(255, 102, 0, 0.55);
    }

.right-side-align {
    float: right;
    width: 48%;
    margin-left: 2%;
}

.recruiter-content {
    padding: 0;
}

    .recruiter-content.stuck {
        top: 60px;
    }

        .recruiter-content.stuck ~ article .clients-pre-footer {
            top: 60px;
        }

        .recruiter-content.stuck ~ footer .footer {
            top: 60px;
        }

.recruiter-content-container {
    width: 1200px;
    margin: 0 auto;
    background-color: rgb(236, 236, 236);
}

    .recruiter-content-container:nth-of-type(2n+1) {
        background-color: rgba(255, 255, 255, 1);
    }

    .recruiter-content-container ul {
        padding: 10px 20px;
    }

        .recruiter-content-container ul li {
            padding: 5px 0px;
        }


.random-client {
    float: left;
    width: 33%;
    height: 100px; /* equals max image height */
    white-space: nowrap;
    text-align: center;
}

    .random-client:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .random-client img {
        vertical-align: middle;
        max-height: 100px;
        max-width: 250px;
    }


/*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/



/*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/

.salary-input-container {
    float: left;
    width: 100%;
    margin-top: 40px;
}

    .salary-input-container .advanced-search-input {
        float: left;
        width: 48%;
        padding-left: 50px;
        background-image: url(../img/icons/5e5e5e/money-salary-icon.svg);
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: left 20px center;
    }

    .salary-input-container .salary-input-divider {
        float: left;
        width: 4%;
        text-align: center;
        line-height: 56px;
    }

select {
    font-family: Roboto, sans-serif;
}

.send-me-jobs-like-this-container {
    float: right;
    width: 30%;
}

    .send-me-jobs-like-this-container .ntx-button.primary-green {
        text-align: center;
    }

.scroll-down-container {
    float: left;
    width: 100%;
    position: fixed;
    bottom: 30%;
}

.scroll-down-container-icon {
    width: 40px;
    height: 30px;
    background-image: url(../img/icons/ffffff/arrow-down.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 20px;
}

.scroll-down-featured-recruiters {
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-shadow: 1px 1px 15px rgba(40, 40, 40, 0.8);
    width: 250px;
    margin: 0 auto;
    cursor: pointer;
}

    .scroll-down-featured-recruiters:hover {
        text-decoration: underline;
    }

#SideNav {
    margin-top: 0 !important;
}

.social-media-container {
    margin: 0 auto;
    margin-top: 25px;
}

.social-media-icon {
    width: 35px;
    height: 35px;
    border: 2px solid rgba(221, 221, 221, 1);
    border-radius: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 5px;
    cursor: pointer;
}

    .social-media-icon:first-of-type {
        margin-left: 0;
    }

    .social-media-icon:last-of-type {
        margin-right: 0;
    }

    .social-media-icon.facebook {
        background-image: url(../img/icons/ffffff/facebook-icon.svg);
        background-size: 7px;
    }

    .social-media-icon.glassdoor {
        background-image: url(../img/icons/ffffff/glassdoor-icon.svg);
        background-size: 10px;
    }

    .social-media-icon.google-plus {
        background-image: url(../img/icons/ffffff/google-plus-icon.svg);
        background-size: 15px;
    }

    .social-media-icon.linkedin {
        background-image: url(../img/icons/ffffff/linkedin-icon.svg);
        background-size: 15px;
    }

    .social-media-icon.twitter {
        background-image: url(../img/icons/ffffff/twitter-icon.svg);
        background-size: 15px;
    }

.sponsored-jobs, .promoted-content-container {
    width: 1200px;
    margin: 0 auto;
}

    .sponsored-jobs .sponsored-job-container:nth-of-type(2) {
        float: left;
        width: 380px;
        margin-left: 30px;
        margin-right: 30px;
    }

.suggested-locations-disciplines-list, .my-filters-list {
    list-style: none;
}

    .suggested-locations-disciplines-list li, .my-filters-list li {
        font-weight: 500;
        padding-bottom: 10px;
    }

        .suggested-locations-disciplines-list li:last-child, .my-filters-list li:last-child {
            padding-bottom: 0px;
        }

        .suggested-locations-disciplines-list li button, .my-filters-list li button {
            position:relative;
            color: rgba(12, 98, 171, 1);
            text-decoration: none;
            width: 100%;
            padding-right: 30px;
            background-repeat: no-repeat;
            background-position: right top;
            background-size: 20px 20px;
            cursor: pointer;
            min-height: 20px;
            background-color:transparent;
            text-align:left;
        }

        .suggested-locations-disciplines-list li button {
            /*background-image: url(../img/icons/5e5e5e/add-icon.svg);*/
        }

        .suggested-locations-disciplines-list li button:hover, .suggested-locations-disciplines-list li button:focus, .my-filters-list li button:hover, .my-filters-list li button:focus {
            text-decoration: underline;
        }

.sponsored-job-container .client-logo {
    background-position: 50%;
}

.sponsored-job-container, .promoted-content {
    width: 30%;
    border-radius: 5px;
    border: 1px solid rgba(221, 221, 221, 1);
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    z-index: 0;
    float: left;
}

    .promoted-content.no-border-radius {
        border-radius: 0;
    }

    .sponsored-job-container.center {
        margin-left: 30px;
        margin-right: 30px;
    }

    .sponsored-job-container .apply-now-icon {
        text-align: left;
        background-position: left 100px center;
    }

.sponsored-job-container {
    width: 380px;
}

.sponsored-job-image {
    float: left;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 4px 4px 0px 0px;
    background-image: url(../img/hero-images/disciplines/Marketing-and-PR/Marketing-PR-3.jpg);
}


.sponsored-job-image-overlay {
    background-color: rgba(44, 44, 44, 0.55);
    float: left;
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    border-radius: 4px 4px 0px 0px;
}

.sub-container {
    float: left;
    width: 400px;
    min-height: 45px;
}

    .sub-container.sub-container-single {
        width: 100%;
    }

        .sub-container.sub-container-single .client-logo {
            background-size: contain;
        }

    .sub-container.sub-container-single-login {
        position: absolute;
        top: 0;
        right: 0;
    }

.start-typing {
    font-style: italic;
    font-weight: 400;
}

#SideNav .side-nav-bt .calendar-32 .time-holder {
    top: 10px !important;
    left: 50px !important;
}

#SideNav .side-nav-bt .calendar-32 {
    padding-left: 48px !important;
}

    #SideNav .side-nav-bt .calendar-32 .time-holder.char-count-1 {
        top: 10px !important;
        left: 58px !important;
    }

    #SideNav .side-nav-bt .calendar-32 .time-holder.char-count-2 {
        top: 10px !important;
        left: 43px !important;
    }

    #SideNav .side-nav-bt .calendar-32 .time-holder.char-count-3 {
        top: 10px !important;
        left: 43px !important;
    }

#SideNav .side-nav-bt.time {
    cursor: auto !important;
}

    #SideNav .side-nav-bt.time:hover {
        background-color: #ffffff;
        text-decoration: none !important;
    }

        #SideNav .side-nav-bt.time:hover .time-holder, #SideNav .side-nav-bt.time:hover .time-holder.char-count-2, #SideNav .side-nav-bt.time:hover .time-holder.char-count-3, #SideNav .side-nav-bt.time:hover .calendar-32:after {
            text-decoration: none !important;
        }

#SideNav .side-nav-bt .calendar-32:after {
    cursor: text;
}

.text-off-screen {
    text-indent: -99999px;
}

.sub-header {
    margin-top: 15px;
}

section.dialog {
    height: 0;
    width: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: all 0.5s;
    display: none;
    -moz-animation: fadeEffect 0.5s;
    -webkit-animation: fadeEffect 0.5s;
    animation: fadeEffect 0.5s;
}

    section.dialog.active {
        pointer-events: all;
        display: block;
        width: 100%;
        height: 100%;
    }

        section.dialog.active:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgb(40, 40, 40);
            z-index: 1;
            opacity: 0.5;
        }

    section.dialog.privacy-policy-dialog.active:after {
        background-color: rgb(248, 248, 248);
        z-index: 1;
        opacity: 0.975;
    }

    section.dialog .content {
        float: left;
        width: 90%;
        height: auto;
        max-height: 90%;
        max-width: 900px;
        border: 1px solid rgb(221, 221, 221);
        border-radius: 10px;
        background-color: rgb(255, 255, 255);
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        position: relative;
        padding: 25px;
        -webkit-box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
        -moz-box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
        box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
        z-index: 2;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    section.dialog.has-actions .content {
        padding: 0;
    }

    section.dialog .content.has-small-width {
        max-width: 600px;
    }

    section.dialog .content main {
        width: 100%;
        position: static;
        top: 0;
        float: left;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        overflow: auto;
        padding:0;
    }

    section.dialog.has-actions .content main {
        border-radius: inherit;
    }

    section.dialog ul,
    section.dialog ol {
        padding-left: 30px;
        padding-bottom: 10px;
    }

    section.dialog.privacy-policy-dialog .content > button.close + div
    {
        overflow:auto;
    }

.link {
    cursor: pointer;
    text-decoration: none;
}

a.link {
    color: #0A5494;
    font-weight: bold;
}

button.close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: rgba(40, 40, 40, 0.85);
    border: 1px solid rgb(255, 255, 255);
    position: absolute;
    top: -20px;
    right: -20px;
    padding: 10px;
    z-index: 3;
}

svg.base-icon {
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    fill: rgb(40, 40, 40);
}

button.close svg {
    width: 100%;
    height: 100%;
    fill: rgb(255, 255, 255);
}

section {
    width: 100%;
    position: relative;
}

    section.dialog.has-actions .content section.application-content {
        float: left;
        padding: 25px;
    }

    section.dialog h1 {
        text-transform: none;
        color: inherit;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgb(117, 117, 117);
        font-weight: 400;
        text-align: center;
    }

.safer-jobs-logo {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    height: 150px;
    background-image: url(../img/misc/safer-jobs-logo.jpg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

section.actions {
    float: left;
    background-color: rgb(238, 238, 238);
    padding: 10px 20px;
    border-top: 1px solid rgb(221, 221, 221);
    text-align: right;
}

section.dialog.has-actions section.actions {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

section.dialog.safer-jobs .application-content a.link {
    color: #0B5699;
    font-weight: 500;
}

section.actions .ntx-action-button:last-of-type {
    margin-right: 0;
}

section.actions .ntx-action-button:first-of-type {
    margin-left: 0;
}

article.job-result section.actions .ntx-action-button, .dialog section.actions .ntx-action-button {
    float: none;
}

section.actions .ntx-action-button {
    margin: 0 5px;
    display: inline-table;
    float: left;
}

.ntx-action-button[disabled="disabled"]:hover {
    text-decoration: none;
}

.ntx-action-button.primary {
    background-color: rgb(77, 171, 13);
    color: #ffffff;
}

    .ntx-action-button.primary:hover {
        background-color: rgba(77, 171, 13, 0.75);
    }

.ntx-action-button[disabled="disabled"].primary {
    background-color: rgba(77, 171, 13, 0.55);
    color: #ffffff;
}

    .ntx-action-button[disabled="disabled"].primary:hover {
        background-color: rgba(77, 171, 13, 0.55);
        text-decoration: none;
    }

.ntx-action-button.secondary {
    background-color: rgb(67, 133, 245);
    color: #ffffff;
}

    .ntx-action-button.secondary:hover {
        background-color: rgba(67, 133, 245, 0.75);
    }

.ntx-action-button[disabled="disabled"].secondary {
    background-color: rgba(67, 133, 245, 0.55);
    color: #ffffff;
}

    .ntx-action-button[disabled="disabled"].secondary:hover {
        background-color: rgba(67, 133, 245, 0.55);
        text-decoration: none;
    }

.ntx-action-button.tertiary {
    background-color: rgb(230, 73, 73);
    color: #ffffff;
}

    .ntx-action-button.tertiary:hover {
        background-color: rgba(230, 73, 73, 0.75);
    }

.ntx-action-button[disabled="disabled"].tertiary {
    background-color: rgba(230, 73, 73, 0.55);
    color: #ffffff;
}

    .ntx-action-button[disabled="disabled"].tertiary:hover {
        background-color: rgba(230, 73, 73, 0.55);
        text-decoration: none;
    }

.ntx-action-button.disabled, .ntx-action-button[disabled="disabled"] {
    cursor: not-allowed;
    user-select: none;
    opacity: 1; /*need this to beat apoint stylesheet*/
}

    .ntx-action-button.disabled:hover, .ntx-action-button[disabled="disabled"]:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.ntx-ripple {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 1;
}

.ntx-action-button {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgb(255, 255, 255);
    color: rgb(40, 40, 40);
}


.submitAndReviewSection {
    padding: 50px;
    margin: 20px 0;
    border: 1px solid rgba(221, 221, 221, 1);
}

.submitAndReviewSection h2 {
    padding-bottom:0;
}

.submitAndReviewSection .question {
    padding: 30px 0 0;
    margin: 0;
}

.submitAndReviewSection .question p.bold {
    font-weight:bold;
}

.submitAndReviewSection .info-block {
    margin: 20px 0 0;
}

.submitAndReviewSection .section-title { 
    padding:30px 0 0;
}

.submitAndReviewSection button.ntx-button {
    margin-top:30px; 
}

.submitAndReviewSection .reference-info {
    padding-top:10px;    
}

.submitAndReviewSection .reference-info .references {
    padding-top: 10px;
}

    /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/
    /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/
    .text-align-center {
        text-align: center;
    }

textarea {
    font-family: Roboto, sans-serif;
}

.top-section {
    float: left;
    width: 100%;
}

.testimonial-browser {
    text-align: left;
    width: 700px;
    height: 436px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #dddddd;
    margin: 0 auto;
}

    .testimonial-browser .top-bar {
        border-radius: 5px 5px 0 0;
        border-top: thin solid rgb(234, 234, 233);
        border-bottom: thin solid rgb(223, 223, 222);
        background: rgb(94, 94, 94);
        float: left;
        width: 100%;
    }

    .testimonial-browser .circles {
        padding: 10px 15px;
    }

    .testimonial-browser .circle {
        height: 8px;
        width: 8px;
        display: inline-block;
        border-radius: 50%;
        background-color: rgb(255, 255, 255);
        margin-right: 10px;
    }

        .testimonial-browser .circle:last-of-type {
            margin-right: 0px;
        }

        .testimonial-browser .circle.red {
            background-color: rgb(255, 0, 0);
        }

        .testimonial-browser .circle.green {
            background-color: rgb(76, 171, 12);
        }

        .testimonial-browser .circle.yellow {
            background-color: rgb(255, 167, 109);
        }

    .testimonial-browser .content {
        margin: 0;
        width: 100%;
        height: -moz-calc(100% - 41px) !important;
        height: -webkit-calc(100% - 41px) !important;
        height: -o-calc(100% - 41px) !important;
        height: calc(100% - 41px) !important;
        display: inline-block;
        border-radius: 0 0 5px 5px;
        background-color: rgb(250, 250, 250);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% top;
    }

        .testimonial-browser .content.argos {
            background-image: url(../img/our-clients/WellKnownBrands/Argos/argos-website.jpg);
        }

        .testimonial-browser .content.thorntons {
            background-image: url(../img/our-clients/WellKnownBrands/Thorntons/thorntons-website.jpg);
        }

        .testimonial-browser .content.hobbycraft {
            background-image: url(../img/our-clients/WellKnownBrands/Hobbycraft/hobbycraft-website.jpg);
        }

        .testimonial-browser .content.wilko {
            background-image: url(../img/our-clients/WellKnownBrands/Wilko/wilko-website.jpg);
        }

        .testimonial-browser .content.maplin {
            background-image: url(../img/our-clients/WellKnownBrands/Maplin/maplin-website.jpg);
        }

        .testimonial-browser .content.laterooms {
            background-image: url(../img/our-clients/WellKnownBrands/Laterooms/laterooms-website.jpg);
        }

        .testimonial-browser .content.stonegate {
            background-image: url(../img/our-clients/Commercial/Stonegate/stonegate-website.jpg);
        }

        .testimonial-browser .content.london-city-airport {
            background-image: url(../img/our-clients/Commercial/london-city-airport/london-city-airport-website.jpg);
        }

        .testimonial-browser .content.domestic-and-general {
            background-image: url(../img/our-clients/Commercial/Domestic-and-General/domestic-and-general-website.jpg);
        }

        .testimonial-browser .content.vitality {
            background-image: url(../img/our-clients/Commercial/Vitality/vitality-website.jpg);
        }

        .testimonial-browser .content.tlt {
            background-image: url(../img/our-clients/Commercial/Tlt/tlt-website.jpg);
        }

        .testimonial-browser .content.wolters-kluwer {
            background-image: url(../img/our-clients/Commercial/Wolters-Kluwer/wolters-kluwer-website.jpg);
        }

        .testimonial-browser .content.mitsubishi-hitachi {
            background-image: url(../img/our-clients/Manufacturing/Mitsubishi-Hitachi/mitsubishi-hitachi-website.jpg);
        }

        .testimonial-browser .content.tulip {
            background-image: url(../img/our-clients/Manufacturing/Tulip/tulip-website.jpg);
        }

        .testimonial-browser .content.doosan {
            background-image: url(../img/our-clients/Manufacturing/Doosan/doosan-website.jpg);
        }

        .testimonial-browser .content.lucite-international {
            background-image: url(../img/our-clients/Manufacturing/Lucite-International/lucite-international-website.jpg);
        }

        .testimonial-browser .content.yeo-valley {
            background-image: url(../img/our-clients/Manufacturing/Yeo-Valley/yeo-valley-website.jpg);
        }

        .testimonial-browser .content.tata-steel {
            background-image: url(../img/our-clients/Manufacturing/Tata-Steel/tata-steel-website.jpg);
        }

        .testimonial-browser .content.aster {
            background-image: url(../img/our-clients/Housing/Aster/aster-website.jpg);
        }

        .testimonial-browser .content.yorkshire-housing {
            background-image: url(../img/our-clients/Housing/Yorkshire-Housing/yorkshire-housing-website.jpg);
        }

        .testimonial-browser .content.paradigm {
            background-image: url(../img/our-clients/Housing/Paradigm/paradigm-website.jpg);
        }

        .testimonial-browser .content.knightstone {
            background-image: url(../img/our-clients/Housing/Knightstone/knightstone-website.jpg);
        }

        .testimonial-browser .content.places-for-people {
            background-image: url(../img/our-clients/Housing/Places-for-People/places-for-people-website.jpg);
        }

        .testimonial-browser .content.orbit {
            background-image: url(../img/our-clients/Housing/Orbit/orbit-website.jpg);
        }

        .testimonial-browser .content.waterloo-housing {
            background-image: url(../img/our-clients/Housing/Waterloo-Housing/waterloo-housing-website.jpg);
        }

        .testimonial-browser .content.curo-group {
            background-image: url(../img/our-clients/Housing/Curo-Group/curo-website.jpg);
        }

        .testimonial-browser .content.grand-union {
            background-image: url(../img/our-clients/Housing/Grand-Union/grand-union-website.jpg);
        }

        .testimonial-browser .content.watford {
            background-image: url(../img/our-clients/Housing/Watford/watford-website.jpg);
        }

        .testimonial-browser .content.north-hertfordshire {
            background-image: url(../img/our-clients/Housing/North-Hertfordshire/north-hertfordshire-website.jpg);
        }

        .testimonial-browser .content.gateway-housing {
            background-image: url(../img/our-clients/Housing/Gateway-Housing/gateway-housing-website.jpg);
        }

        .testimonial-browser .content.pdsa {
            background-image: url(../img/our-clients/Charities/Pdsa/pdsa-website.jpg);
        }

        .testimonial-browser .content.fitzroy {
            background-image: url(../img/our-clients/Charities/Fitzroy/fitzroy-website.jpg);
        }

        .testimonial-browser .content.rethink {
            background-image: url(../img/our-clients/Charities/Rethink/rethink-website.jpg);
        }

        .testimonial-browser .content.macintyre {
            background-image: url(../img/our-clients/Charities/Macintyre/macintyre-website.jpg);
        }

        .testimonial-browser .content.hestia {
            background-image: url(../img/our-clients/Charities/Hestia/hestia-website.jpg);
        }

        .testimonial-browser .content.cornwall-hospice-care {
            background-image: url(../img/our-clients/Charities/Cornwall-Hospice-Care/cornwall-hospice-care-website.jpg);
        }

        .testimonial-browser .content.ncg {
            background-image: url(../img/our-clients/Education/Ncg/ncg-website.jpg);
        }

        .testimonial-browser .content.cornwall-college {
            background-image: url(../img/our-clients/Education/Cornwall-College/cornwall-college-website.jpg);
        }

        .testimonial-browser .content.wiltshire-college {
            background-image: url(../img/our-clients/Education/Wiltshire-College/wiltshire-college-website.jpg);
        }

        .testimonial-browser .content.united-learning {
            background-image: url(../img/our-clients/Education/United-Learning/united-learning-website.jpg);
        }

        .testimonial-browser .content.future-schools-trust {
            background-image: url(../img/our-clients/Education/Future-Schools-Trust/future-schools-trust-website.jpg);
        }

        .testimonial-browser .content.whitgift-foundation {
            background-image: url(../img/our-clients/Education/Whitgift-Foundation/whitgift-foundation-website.jpg);
        }

        .testimonial-browser .content.mole-valley-farmers {
            background-image: url(../img/our-clients/Retail/Mole-Valley-Farmers/mole-valley-farmers-website.jpg);
        }

        .testimonial-browser .content.evans-cycles {
            background-image: url(../img/our-clients/Retail/Evans-Cycles/evans-cycles-website.jpg);
        }

        .testimonial-browser .content.one-stop {
            background-image: url(../img/our-clients/Retail/One-Stop/one-stop-website.jpg);
        }

        .testimonial-browser .content.home-retail-group {
            background-image: url(../img/our-clients/Retail/Home-Retail-Group/home-retail-group-website.jpg);
        }

        .testimonial-browser .content.homebase {
            background-image: url(../img/our-clients/Retail/Homebase/homebase-website.jpg);
        }

.testimonial-advert-container {
    width: 400px;
    height: 600px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.52);
    -moz-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.52);
    box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.52);
    padding: 20px;
}

.testimonial-advert {
    width: 100%;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

    .testimonial-advert.argos {
        background-image: url(../img/our-clients/WellKnownBrands/Argos/argos-advert.jpg);
    }

    .testimonial-advert.thorntons {
        background-image: url(../img/our-clients/WellKnownBrands/Thorntons/thorntons-advert.jpg);
    }

    .testimonial-advert.hobbycraft {
        background-image: url(../img/our-clients/WellKnownBrands/Hobbycraft/hobbycraft-advert.jpg);
    }

    .testimonial-advert.wilko {
        background-image: url(../img/our-clients/WellKnownBrands/Wilko/wilko-advert.jpg);
    }

    .testimonial-advert.maplin {
        background-image: url(../img/our-clients/WellKnownBrands/Maplin/maplin-advert.jpg);
    }

    .testimonial-advert.laterooms {
        background-image: url(../img/our-clients/WellKnownBrands/Laterooms/laterooms-advert.jpg);
    }

    .testimonial-advert.london-city-airport {
        background-image: url(../img/our-clients/Commercial/london-city-airport/london-city-airport-advert.jpg);
    }

    .testimonial-advert.stonegate {
        background-image: url(../img/our-clients/Commercial/Stonegate/stonegate-advert.jpg);
    }

    .testimonial-advert.domestic-and-general {
        background-image: url(../img/our-clients/Commercial/Domestic-and-General/domestic-and-general-advert.jpg);
    }

    .testimonial-advert.vitality {
        background-image: url(../img/our-clients/Commercial/Vitality/vitality-advert.jpg);
    }

    .testimonial-advert.tlt {
        background-image: url(../img/our-clients/Commercial/Tlt/tlt-advert.jpg);
    }

    .testimonial-advert.wolters-kluwer {
        background-image: url(../img/our-clients/Commercial/Wolters-Kluwer/wolters-kluwer-advert.jpg);
    }

    .testimonial-advert.mitsubishi-hitachi {
        background-image: url(../img/our-clients/Manufacturing/Mitsubishi-Hitachi/mitsubishi-hitachi-advert.jpg);
    }

    .testimonial-advert.tulip {
        background-image: url(../img/our-clients/Manufacturing/Tulip/tulip-advert.jpg);
    }

    .testimonial-advert.doosan {
        background-image: url(../img/our-clients/Manufacturing/Doosan/doosan-advert.jpg);
    }

    .testimonial-advert.lucite-international {
        background-image: url(../img/our-clients/Manufacturing/Lucite-International/lucite-international-advert.jpg);
    }

    .testimonial-advert.yeo-valley {
        background-image: url(../img/our-clients/Manufacturing/Yeo-Valley/yeo-valley-advert.jpg);
    }

    .testimonial-advert.tata-steel {
        background-image: url(../img/our-clients/Manufacturing/Tata-Steel/tata-steel-advert.jpg);
    }

    .testimonial-advert.aster {
        background-image: url(../img/our-clients/Housing/Aster/aster-advert.jpg);
    }

    .testimonial-advert.yorkshire-housing {
        background-image: url(../img/our-clients/Housing/Yorkshire-Housing/yorkshire-housing-advert.jpg);
    }

    .testimonial-advert.paradigm {
        background-image: url(../img/our-clients/Housing/Paradigm/paradigm-advert.jpg);
    }

    .testimonial-advert.knightstone {
        background-image: url(../img/our-clients/Housing/Knightstone/knightstone-advert.jpg);
    }

    .testimonial-advert.places-for-people {
        background-image: url(../img/our-clients/Housing/Places-for-People/places-for-people-advert.jpg);
    }

    .testimonial-advert.orbit {
        background-image: url(../img/our-clients/Housing/Orbit/orbit-advert.jpg);
    }

    .testimonial-advert.waterloo-housing {
        background-image: url(../img/our-clients/Housing/Waterloo-Housing/waterloo-housing-advert.jpg);
    }

    .testimonial-advert.curo-group {
        background-image: url(../img/our-clients/Housing/Curo-Group/curo-advert.jpg);
    }

    .testimonial-advert.grand-union {
        background-image: url(../img/our-clients/Housing/Grand-Union/grand-union-advert.jpg);
    }

    .testimonial-advert.watford {
        background-image: url(../img/our-clients/Housing/watford/watford-advert.jpg);
    }

    .testimonial-advert.north-hertfordshire {
        background-image: url(../img/our-clients/Housing/North-Hertfordshire/north-hertfordshire-advert.jpg);
    }

    .testimonial-advert.gateway-housing {
        background-image: url(../img/our-clients/Housing/Gateway-Housing/gateway-housing-advert.jpg);
    }

    .testimonial-advert.pdsa {
        background-image: url(../img/our-clients/Charities/Pdsa/pdsa-advert.jpg);
    }

    .testimonial-advert.fitzroy {
        background-image: url(../img/our-clients/Charities/Fitzroy/fitzroy-advert.jpg);
    }

    .testimonial-advert.rethink {
        background-image: url(../img/our-clients/Charities/Rethink/rethink-advert.jpg);
    }

    .testimonial-advert.macintyre {
        background-image: url(../img/our-clients/Charities/Macintyre/macintyre-advert.jpg);
    }

    .testimonial-advert.hestia {
        background-image: url(../img/our-clients/Charities/Hestia/hestia-advert.jpg);
    }

    .testimonial-advert.cornwall-hospice-care {
        background-image: url(../img/our-clients/Charities/Cornwall-Hospice-Care/cornwall-hospice-care-advert.jpg);
    }

    .testimonial-advert.ncg {
        background-image: url(../img/our-clients/Education/Ncg/ncg-advert.jpg);
    }

    .testimonial-advert.cornwall-college {
        background-image: url(../img/our-clients/Education/Cornwall-College/cornwall-college-advert.jpg);
    }

    .testimonial-advert.wiltshire-college {
        background-image: url(../img/our-clients/Education/Wiltshire-College/wiltshire-college-advert.jpg);
    }

    .testimonial-advert.united-learning {
        background-image: url(../img/our-clients/Education/United-Learning/united-learning-advert.jpg);
    }

    .testimonial-advert.future-schools-trust {
        background-image: url(../img/our-clients/Education/Future-Schools-Trust/future-schools-trust-advert.jpg);
    }

    .testimonial-advert.whitgift-foundation {
        background-image: url(../img/our-clients/Education/Whitgift-Foundation/whitgift-foundation-advert.jpg);
    }

    .testimonial-advert.mole-valley-farmers {
        background-image: url(../img/our-clients/Retail/Mole-Valley-Farmers/mole-valley-farmers-advert.jpg);
    }

    .testimonial-advert.evans-cycles {
        background-image: url(../img/our-clients/Retail/Evans-Cycles/evans-cycles-advert.jpg);
    }

    .testimonial-advert.one-stop {
        background-image: url(../img/our-clients/Retail/One-Stop/one-stop-advert.jpg);
    }

    .testimonial-advert.home-retail-group {
        background-image: url(../img/our-clients/Retail/Home-Retail-Group/home-retail-group-advert.jpg);
    }

    .testimonial-advert.homebase {
        background-image: url(../img/our-clients/Retail/Homebase/homebase-advert.jpg);
    }

/*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/




/*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/

.user-navigation, .recruiter-navigation-bar {
    float: left;
    width: 100%;
    background-color: rgb(236, 236, 236);
    padding: 20px 30px;
    z-index: 4;
    position: relative;
    height: 60px;
    top: 0px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    border-top: 1px solid rgba(221, 221, 221, 1);
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

    .user-navigation.top {
        top: 76px;
        position: fixed;
        border-bottom: 1px solid rgba(221, 221, 221, 1);
        border-top: none;
    }

.user-icon {
    width: 125px;
    height: 125px;
    border-radius: 5px;
    background-color: rgba(245, 248, 250, 1);
    background-image: url(../img/icons/5e5e5e/blank-user.svg);
    box-shadow: rgba(0,0,0,0.05) 2px 0px 11px;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    bottom: -30px;
    border: 3px solid rgba(255, 255, 255, 1);
    float: left;
    background-repeat: no-repeat;
    right: 0;
    cursor: default;
}

.user-icon-settings-container {
    padding: 5px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 5px 0px 0px;
    cursor: pointer;
    width: 125px;
    height: 125px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-image: none;
}

.user-icon-settings {
    background-image: url(../img/icons/5e5e5e/edit-icon.svg);
    border: 2px solid rgba(94, 94, 94, 1);
    content: "";
    display: block;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: 0px 0px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 0px;
    height: 0px;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    opacity: 0;
}

.your-profile-section .user-icon {
    position: relative;
    border: 1px solid rgb(221, 221, 221);
}

.user-icon:hover .user-icon-settings-container, .user-icon:focus .user-icon-settings-container {
    background-color: rgba(255, 255, 255, 0.75);
}

    .user-icon:hover .user-icon-settings-container .user-icon-settings, .user-icon:focus .user-icon-settings-container .user-icon-settings {
        opacity: 1;
        width: 60px;
        height: 60px;
        background-size: 30px 30px;
    }


.user-icon.user-icon-small {
    width: 50px;
    height: 50px;
    top: -5px;
    right: 0px;
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    cursor: default;
}

.user-navigation.stuck .user-icon.user-icon-small {
    opacity: 1;
    visibility: visible;
    top: 5px;
}

.user-navigation.top .user-icon.user-icon-normal {
    display: none;
}

.user-navigation.stuck {
    position: fixed;
    top: 130px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.user-navigation.recruiter-navigation-bar.stuck {
    top: 76px;
    border-top: none;
    height: 59px;
}

.user-navigation .container {
    position: relative;
    top: 0;
}

.user-name {
    float: left;
    text-align: right;
    font-weight: 700;
    color: rgba(40, 40, 40, 1);
    margin-right: 25px;
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: -o-calc(100% - 150px);
    width: calc(100% - 150px);
    position: relative;
    right: 0;
}

.user-navigation.stuck .user-name, .user-navigation.top .user-name {
    right: -70px;
}

.user-navigation.stuck .user-icon {
    opacity: 0;
    visibility: hidden;
    bottom: 70px;
    right: 0;
    float: right;
}

    .user-navigation.stuck .user-icon.user-icon-small, .user-navigation.top .user-icon.user-icon-small {
        opacity: 1;
        visibility: visible;
        top: -5px;
        right: 0;
        z-index: 1;
    }

.user-name span {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
}

.user-details {
    float: left;
    width: 40%;
    padding: 10px 0;
}

.user-account-buttons-container {
    float: left;
    width: 60%;
}

    .user-account-buttons-container .ntx-button:last-of-type {
        margin-right: 0;
    }

    .user-account-buttons-container .ntx-button.user-account-button {
        color: #ffffff !important;
    }

.ui-widget {
    font-family: Roboto, sans-serif !important;
}

.ui-autocomplete {
    display: none;
    position: absolute;
    list-style-type: none;
    width: 100% !important;
    height: 300px;
    overflow: auto;
    word-break: break-word;
    white-space: normal;
    background: #ffffff !important;
    border: 2px solid #dddddd !important;
    padding: 15px;
}

    .ui-autocomplete:before {
        content: "suggested locations...";
        font-size: 19px;
        color: #7a7a7a;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #dddddd;
        margin-bottom: 10px !important;
        clear: both;
        display: block;
    }

    .ui-autocomplete li {
        cursor: pointer !important;
        padding: 5px !important;
        margin: 0 !important;
        border: 1px solid #ffffff !important;
    }

        .ui-autocomplete li .ui-state-focus, .ui-autocomplete li a {
            background: #ffffff !important;
            color: #000000;
            font-weight: normal;
        }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #f8f8f8 !important;
    border: 1px solid #dddddd !important;
    color: #282828 !important;
    font-weight: normal !important;
}

ul.navigation li ul {
    display: none;
    position: absolute;
    top: 47px;
    z-index: -1;
    float: left;
    width: 250px;
    left: 0px;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-top: none;
    cursor: default;
}

ul.navigation li:hover ul {
    display: block;
}

ul.navigation li ul li {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    border: 2px solid rgb(255, 255, 255);
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

    ul.navigation li ul li:last-of-type {
        margin-bottom: 0;
    }

    ul.navigation li ul li a {
        padding: 10px 20px;
    }

.ui-widget-overlay {
    background-color: rgba(45, 45, 45, 0.75) !important;
    background-image: none !important;
}

.user-icon.Name-A {
    background-image: url(../img/icons/Name-Icons/Name-A-Icon.svg);
}

.user-icon.Name-B {
    background-image: url(../img/icons/Name-Icons/Name-B-Icon.svg);
}

.user-icon.Name-C {
    background-image: url(../img/icons/Name-Icons/Name-C-Icon.svg);
}

.user-icon.Name-D {
    background-image: url(../img/icons/Name-Icons/Name-D-Icon.svg);
}

.user-icon.Name-E {
    background-image: url(../img/icons/Name-Icons/Name-E-Icon.svg);
}

.user-icon.Name-F {
    background-image: url(../img/icons/Name-Icons/Name-F-Icon.svg);
}

.user-icon.Name-G {
    background-image: url(../img/icons/Name-Icons/Name-G-Icon.svg);
}

.user-icon.Name-H {
    background-image: url(../img/icons/Name-Icons/Name-H-Icon.svg);
}

.user-icon.Name-I {
    background-image: url(../img/icons/Name-Icons/Name-I-Icon.svg);
}

.user-icon.Name-J {
    background-image: url(../img/icons/Name-Icons/Name-J-Icon.svg);
}

.user-icon.Name-K {
    background-image: url(../img/icons/Name-Icons/Name-K-Icon.svg);
}

.user-icon.Name-L {
    background-image: url(../img/icons/Name-Icons/Name-L-Icon.svg);
}

.user-icon.Name-M {
    background-image: url(../img/icons/Name-Icons/Name-M-Icon.svg);
}

.user-icon.Name-N {
    background-image: url(../img/icons/Name-Icons/Name-N-Icon.svg);
}

.user-icon.Name-O {
    background-image: url(../img/icons/Name-Icons/Name-O-Icon.svg);
}

.user-icon.Name-P {
    background-image: url(../img/icons/Name-Icons/Name-P-Icon.svg);
}

.user-icon.Name-Q {
    background-image: url(../img/icons/Name-Icons/Name-Q-Icon.svg);
}

.user-icon.Name-R {
    background-image: url(../img/icons/Name-Icons/Name-R-Icon.svg);
}

.user-icon.Name-S {
    background-image: url(../img/icons/Name-Icons/Name-S-Icon.svg);
}

.user-icon.Name-T {
    background-image: url(../img/icons/Name-Icons/Name-T-Icon.svg);
}

.user-icon.Name-U {
    background-image: url(../img/icons/Name-Icons/Name-U-Icon.svg);
}

.user-icon.Name-V {
    background-image: url(../img/icons/Name-Icons/Name-V-Icon.svg);
}

.user-icon.Name-W {
    background-image: url(../img/icons/Name-Icons/Name-W-Icon.svg);
}

.user-icon.Name-X {
    background-image: url(../img/icons/Name-Icons/Name-X-Icon.svg);
}

.user-icon.Name-Y {
    background-image: url(../img/icons/Name-Icons/Name-Y-Icon.svg);
}

.user-icon.Name-Z {
    background-image: url(../img/icons/Name-Icons/Name-Z-Icon.svg);
}

/*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/





/*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/

.verification-overlay, .login-overlay, .social-media-privacy-login-overlay, .profile-introduction {
    background-color: rgba(45, 45, 45, 0.75);
}

    .verification-overlay .ntx-button.primary-green {
        float: left;
    }

#ViewProfileWizard {
    float: left;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0px;
    background: rgba(45, 45, 45, 0.75);
    z-index: 10;
    width: 100%;
}

    #ViewProfileWizard .pop-up-wrapper {
        width: 1200px;
        margin: 0 auto;
        background-color: rgb(255, 255, 255);
        border-radius: 0px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
        -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
        box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
        border: 1px solid #dddddd;
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
        top: 50px;
        height: -moz-calc(100% - 100px) !important;
        height: -webkit-calc(100% - 100px) !important;
        height: -o-calc(100% - 100px) !important;
        height: calc(100% - 100px) !important;
    }

        #ViewProfileWizard .pop-up-wrapper #NTXAppFormNav {
            width: 100%;
            height: 100%;
        }

    #ViewProfileWizard .h6 {
        text-align: left;
        padding-bottom: 10px;
        border-bottom: 1px solid rgb(221, 221, 221);
    }

.verification-container {
    float: left;
    width: 100%;
    display: flex;
    background-color: rgba(255, 255, 255, 1);
    height: 400px;
    position: relative;
    top: 50%;
    padding: 0px;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    box-sizing: unset;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

    .verification-container .h3 {
        text-align: left;
    }

    .verification-container input {
        border: 1px solid rgba(221, 221, 221, 1);
        padding: 10px;
        width: 100%;
        font-weight: 600;
        margin: 20px 0;
    }


.verification-left {
    float: left;
    width: 50%;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
}

.verification-left-overlay {
    background-color: rgba(255, 136, 57, 0.75);
    float: left;
    width: 50%;
    height: 400px;
    position: absolute;
    z-index: 1;
}

.verification-left-image {
    background-image: url(../img/hero-images/recruiter/macbook-verification-image.jpg);
    float: left;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 50%;
    height: auto;
    min-height: 400px;
}

.verification-right {
    float: right;
    width: 50%;
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 30px;
}

    .verification-right .container {
        width: 540px;
        float: left;
    }

    .verification-right .ntx-button {
        margin-right: 15px;
        color: #ffffff !important;
    }

.verification-overlay p span {
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
}

#ViewProfileWizard .candidate-dialog-actions .ntx-button.ntx-button-arrow-right, #ViewProfileWizard .candidate-dialog-actions .ntx-button.ntx-button-arrow-left, .popup-page .ntx-button.ntx-button-arrow-left, .popup-page .ntx-button.ntx-button-arrow-right {
    background-size: 10px;
}

#ViewProfileWizard .checkbox-container label.checkbox input[type=checkbox] {
    display: none;
}

#ViewProfileWizard hr {
    border-top: 1px solid #dddddd;
}

#ViewProfileWizard td.padding-right img {
    width: 30px;
    height: 30px;
    float: left;
}

#ViewProfileWizard .ntx-button.job-alerts-button {
    padding-left: 50px;
}

#ViewProfileWizard .container {
    top: 50px;
    height: -moz-calc(100% - 100px) !important;
    height: -webkit-calc(100% - 100px) !important;
    height: -o-calc(100% - 100px) !important;
    height: calc(100% - 100px) !important;
}

#ViewProfileWizard .profile-pointers.profile-pointers-1 {
    top: 10px;
    bottom: auto;
    left: 310px;
}

    #ViewProfileWizard .profile-pointers.profile-pointers-1:before {
        left: -37px;
        top: 25px;
        border: 18px solid;
        border-color: rgba(0, 0, 0, 0) rgb(221, 221, 221) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    #ViewProfileWizard .profile-pointers.profile-pointers-1:after {
        left: -30px;
        top: 28px;
        border: 15px solid;
        border-color: rgba(0, 0, 0, 0) rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

.view-next-section-container .ntx-button {
    text-align: center;
    float: none;
    margin: 0 auto;
    width: 80%;
}

#ViewAdvert .AdvertParentContainer {
    margin: 0 auto;
}

#ViewAdvert .job-a-actions-container {
    float: left;
    width: 100%;
}

/*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/





/*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/

.width-auto {
    width: auto !important;
}

.wide {
    float: left;
    width: 100%;
    height: 270px;
}

    .wide .further-jobs-container {
        float: left;
        width: 100%;
        height: 270px;
    }

.work-for-us-jobs-container {
    margin: 0 auto;
    width: 100%;
    margin-top: 50px;
}

.wiltshire-college-header-image {
    background-image: url(../img/our-clients/Education/wiltshire-college/wiltshire-college-header.jpg);
}

/*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/





/*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/



/*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/





/*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/

.your-profile-section.reference:nth-of-type(1) {
    padding-top: 20px;
    border-top: 1px solid #dddddd;
    margin-top: 20px;
}

.your-profile-section:nth-last-of-type(1) {
    padding-top: 0;
}

.your-profile-action-buttons-section.references .ntx-button.ntx-button-left {
    float: left;
}

.your-profile-section {
    padding: 10px 0;
    width: 100%;
    margin-bottom: 20px;
}

    .your-profile-section#divSelectedReferences {
        margin-bottom: 0;
    }

        .your-profile-section#divSelectedReferences h2.h3 {
            text-align: left;
        }

    .your-profile-section .job-details span {
        font-weight: 700;
    }

.your-profile-is-incomplete-container td:first-of-type {
    width: 125px;
    vertical-align: top;
}

.your-profile-is-incomplete-container td:nth-of-type(2) {
    width: -moz-calc(100% - 125px) !important;
    width: -webkit-calc(100% - 125px) !important;
    width: -o-calc(100% - 125px) !important;
    width: calc(100% - 125px) !important;
}

.your-profile-is-incomplete-container ol, .your-profile-is-incomplete-container ul {
    padding: 20px;
    font-weight: 500;
}

    .your-profile-is-incomplete-container ol li, .your-profile-is-incomplete-container ul li {
        padding-bottom: 20px;
    }

.your-profile-section .h6 {
    text-align: left;
    margin-bottom: 0;
}

.your-profile-section .title {
    /*color: rgb(12, 98, 171);*/
    font-weight: bold;
}

.your-profile-section .details {
    float: left;
    padding-left: 10px;
}

.your-profile-section .incomplete {
    font-weight: bold;
    color: #4F5A65;
}

.your-profile-title-section {
    width: 20%;
}

    .your-profile-title-section.references {
        width: 65%;
    }

.reference-info .your-profile-title-section.references {
    width: 65%;
}

.reference-info .your-profile-action-buttons-section.references {
    width: 35%;
    position: relative;
    z-index: 1;
}

    .reference-info .your-profile-action-buttons-section.references .ntx-button {
        padding-right: 12.5px !important;
    }


.your-profile-title-section.references .your-profile-action-buttons-section.references .ntx-button:last-of-type {
    margin-left: 10px;
}

.your-profile-action-buttons-section.references .ntx-button:first-of-type {
    margin-left: 0px;
}

.your-profile-action-buttons-section.references .ntx-button {
    margin: 0px 0px 20px 10px;
}

.your-profile-title-section.references h5 {
    margin-bottom: 0;
}

.your-profile-action-buttons-section {
    width: 80%;
}

    .your-profile-action-buttons-section.references {
        width: 100%;
    }

.your-profile-header {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
}

.your-profile-action-buttons-section .ntx-button {
    margin: 0px 0px 10px 10px;
}

.your-profile-action-buttons-section .ntx-button {
    padding: 10px 12.5px 10px 45px;
}

.populated-from-cv {
    background-image: url(../img/icons-32/282828/cvs-icon.png);
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/





/*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/



/*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/






.mdl-spinner {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
}

    .mdl-spinner:not(.is-upgraded).is-active:after {
        content: "Loading...";
    }

    .mdl-spinner.is-upgraded.is-active {
        -moz-animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
        -webkit-animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
        animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
    }


@-moz-keyframes mdl-spinner__container-rotate {
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-webkit-keyframes mdl-spinner__container-rotate {
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@keyframes mdl-spinner__container-rotate {

    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}


.mdl-spinner__layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mdl-spinner__layer-1 {
    border-color: #42a5f5;
}

.mdl-spinner--single-color .mdl-spinner__layer-1, .mdl-spinner--single-color .mdl-spinner__layer-2, .mdl-spinner--single-color .mdl-spinner__layer-3, .mdl-spinner--single-color .mdl-spinner__layer-4 {
    border-color: rgb(63,81,181);
}

.mdl-spinner.is-active .mdl-spinner__layer-1 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-2 {
    border-color: #f44336;
}

.mdl-spinner.is-active .mdl-spinner__layer-2 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-3 {
    border-color: #fdd835;
}

.mdl-spinner.is-active .mdl-spinner__layer-3 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-4 {
    border-color: #4caf50;
}

.mdl-spinner.is-active .mdl-spinner__layer-4 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}


/*--------*/

@-moz-keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -o-transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -o-transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -o-transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -o-transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
    }
}

@-webkit-keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -o-transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -o-transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -o-transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -o-transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
    }
}

@keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -o-transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -o-transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -o-transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -o-transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-1-fade-in-out {
    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

@-webkit-keyframes mdl-spinner__layer-1-fade-in-out {
    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

@keyframes mdl-spinner__layer-1-fade-in-out {

    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-2-fade-in-out {
    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-2-fade-in-out {
    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-2-fade-in-out {

    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-3-fade-in-out {
    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-3-fade-in-out {
    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-3-fade-in-out {

    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-4-fade-in-out {
    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-4-fade-in-out {
    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-4-fade-in-out {

    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

/*--------*/



.mdl-spinner__gap-patch {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .mdl-spinner__gap-patch .mdl-spinner__circle {
        width: 1000%;
        left: -450%;
    }

.mdl-spinner__circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .mdl-spinner__circle-clipper .mdl-spinner__circle {
        width: 200%;
    }

.mdl-spinner__circle {
    box-sizing: border-box;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mdl-spinner__left .mdl-spinner__circle {
    border-right-color: transparent !important;
    transform: rotate(129deg);
    -ms-transform: rotate(129deg);
    -webkit-transform: rotate(129deg);
    -moz-transform: rotate(129deg);
    -o-transform: rotate(129deg);
}

.mdl-spinner.is-active .mdl-spinner__left .mdl-spinner__circle {
    -moz-animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__right .mdl-spinner__circle {
    left: -100%;
    border-left-color: transparent !important;
    transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
    -webkit-transform: rotate(-129deg);
    -moz-transform: rotate(-129deg);
    -o-transform: rotate(-129deg);
}

.mdl-spinner.is-active .mdl-spinner__right .mdl-spinner__circle {
    -moz-animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
}

/*--------*/

@-moz-keyframes mdl-spinner__left-spin {
    0%,to {
        transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

@-webkit-keyframes mdl-spinner__left-spin {
    0%,to {
        transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

@keyframes mdl-spinner__left-spin {

    0%,to {
        transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__right-spin {
    0%,to {
        transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
}

@-webkit-keyframes mdl-spinner__right-spin {
    0%,to {
        transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
}

@keyframes mdl-spinner__right-spin {

    0%,to {
        transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
}

/*--------*/






/*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/


/*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/

html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0'] .job-search-section-container.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko'] .job-search-section-container.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko'] .job-search-section-container.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko'] .job-search-section-container.stuck {
    z-index: 3;
}

html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0'] .user-navigation.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko'] .user-navigation.stuck {
    top: 75px;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
}

/*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/




@media only screen and (max-height: 700px) {

    .ntx-navigation-top {
        top: 30px;
    }

    .ntx-navigation-bottom {
        bottom: 30px;
    }
}

@-webkit-keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes borderscale {
    50% {
        -webkit-box-shadow: 0 0 0 2px #4f8196;
        -moz-box-shadow: 0 0 0 2px #4f8196;
        box-shadow: 0 0 0 2px #4f8196;
    }
}

@keyframes borderscale {
    50% {
        -webkit-box-shadow: 0 0 0 2px #4f8196;
        -moz-box-shadow: 0 0 0 2px #4f8196;
        box-shadow: 0 0 0 2px #4f8196;
    }
}

/*IE 10 / IE 11*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    section.dialog .content {
        height: 90%;
    }
}

/*IE 10 / IE 11*/




/*IE 9*/

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    section.dialog .content {
        height: 90%;
    }
}

/*IE 9*/

.ie9 main {
    display: block;
    height:100%;
    width:100%;
}

.login-bar .invalid-email-error {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
}

    .login-bar .invalid-email-error:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        background-image: url(../img/icons/e11e1e/Alert-Icon.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
    }

#divVerification {
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 15px;
}

#NTXAdvert-Dialog_dialog .candidate-dialog-top-section {
    font-size: 2rem;
    font-weight: 650;
}

.span-selected-name, .modern-ui-dropdown-option {
    font-size: 15px;
}
select {
    font-size: 15px;
}
#divSalaryRange {
    font-size: 14px;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

/*.search-container .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 1) !important;
}

.is-homepage .btn-blue:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 1) !important;
}*/

    
/*NETWORX RECRUITMENT STYLESHEET*/

/*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

::selection {
    background: #212529;
    text-shadow: none;
    color: rgba(255, 255, 255, 1);
}



@media screen and (max-height: 800px) {


    .job-search-overlay, .job-search-section-container {
        height: -moz-calc(100% - 136px) !important;
        height: -webkit-calc(100% - 136px) !important;
        height: -o-calc(100% - 136px) !important;
        height: calc(100% - 136px) !important;
    }

    .scroll-down-container {
        /*bottom: 80px !important;*/
    }

    .job-search-section-container.stuck .job-search-overlay {
        height: 55px !important;
    }

    .profile-pointers-container .container {
        height: -moz-calc(100% - 60px) !important;
        height: -webkit-calc(100% - 60px) !important;
        height: -o-calc(100% - 60px) !important;
        height: calc(100% - 60px) !important;
    }

    .login-dialogue-box {
        height: 90% !important;
    }

    .login-bottom-section {
        height: calc(100% - 100px) !important;
    }

    .login-bottom-content {
        height: calc(100% - 65px) !important;
    }

    

    .not-logged-in .job-search-section-container, .not-logged-in .job-search-overlay {
        height: calc(100% - 76px) !important;
    }
}

@media screen and (max-height: 700px) {

    
}

@media screen and (max-height: 650px) {

    
}

/*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/ /*MISC*/





/*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/

a {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

a[href*="http"],
a[href*="mailto"],
a[href*="tel"]{
    font-weight:bold;
}

.available-slots {
    padding: 0px;
}

.accessibility-statement h1, .accessibility-statement h2, .accessibility-statement h3, .accessibility-statement h4, .accessibility-statement h5, .accessibility-statement h6 {
    text-align: left;
    margin-top: 1rem;
}

.accessibility-statement ul {
    margin: 1rem 0 1rem 2rem;
}

    .accessibility-statement ul li {
        margin: 0 0 1rem;
    }

.account-renew {
    min-height: 80vh !important;
    width: 40vw !important;
    padding: 2rem 6rem;
    text-align: center;
}

@media only screen and (max-width: 1000px) {

    .account-renew {
        width: 90% !important;
        padding: 2rem 2rem;
        text-align: center;
    }
}

.account-renew-logo {
    margin: 1rem auto 4rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 120px;
    width: 100%;
    clear: both;
}

.account-renew-cross, .account-renew-tick {
    height: 4rem;
    width: 4rem;
    background-image: url(../img/icons/E11E1E/Close-Icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.account-renew-tick {
    background-image: url(../img/icons/4cab0c/tick.svg);
}

.account-renew h1 {
    display: inline-block;
    text-align: center;
}

.account-renew h2 {
    display: inline-block;
    text-align: center;
}

.account-renew img {
    margin: auto;
}

.action-hidden { 
    overflow-y: hidden;
}

.candidate-dialog-box .available-slots .ntx-button-location {
    background-image: url(../img/icons/5e5e5e/Location-Pin.svg);
    background-size: 15px;
}

    .candidate-dialog-box .available-slots .ntx-button-location:hover {
        text-decoration: underline !important;
        background-color: rgb(245, 248, 250);
    }

.ad-login-alert #adLoginDialog {
    display: none;
}

    .ad-login-alert #adLoginDialog.active {
        display: block !important;
        right: calc(-70px - 2.2rem);
        top: calc(30px + 1.4rem);
    }

    .ad-login-alert #adLoginDialog .overlay-close {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

.apoint-recruitment-technology-setup {
    background-image: url(../img/hero-images/recruiter/apoint-recruitment-technology.jpg);
}

.advanced-search-options-overlay, .refine-search-overlay, .verification-overlay, .login-overlay, .social-media-privacy-login-overlay, .profile-introduction {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 0%;
    width: 0%;
    background-color: rgba(255, 255, 255, 0.98);
    opacity: 0;
    visibility: hidden;
    z-index: 11;
}

    .advanced-search-options-overlay.active, .refine-search-overlay.active, .verification-overlay.active, .login-overlay.active, .social-media-privacy-login-overlay.active, .profile-introduction.active, .candidate-dialog.active {
        height: 100%;
        width: 100%;
        opacity: 1;
        visibility: visible;
    }

    .advanced-search-options-overlay .container, .refine-search-overlay .container {
        width: 1000px;
        height: 100%;
    }

    .advanced-search-options-overlay .ntx-navigation-close-icon, .refine-search-overlay .ntx-navigation-close-icon {
        background-image: url(../img/icons/5e5e5e/close-icon.svg);
        position: relative;
        right: 0;
    }

    .advanced-search-options-overlay .h3, .refine-search-overlay .h3 {
        text-align: left;
        margin-bottom: 10px;
    }

.advanced-search-intro-details {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.advanced-search-input {
    border: none;
    border-bottom: 1px solid rgba(94, 94, 94, 1);
    background-color: transparent;
    padding: 15px;
    width: 100%;
    float: left;
    font-weight: 400;
    opacity: 0.5;
}

.advanced-search-options-container {
    margin-top: 30px;
}

.advanced-search-option-checkbox {
    float: left;
    width: 48%;
    margin-right: 2%;
    border-radius: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin-bottom: 15px;
    margin-top: 15px;
}

    .advanced-search-option-checkbox:nth-of-type(2n) {
        margin-right: 0;
    }

    .advanced-search-option-checkbox:hover {
        background-color: rgba(245, 248, 250,1);
    }

.advanced-search-option-label, .references-label {
    float: left;
    width: 100%;
    padding: 20px;
    padding-left: calc(35px + 0.6rem) !important;
    cursor: pointer;
}

.references-label {
    padding: 0px;
}

    .advanced-search-option-label:before, .references-label:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        border: 1px solid rgba(221, 221, 221, 1);
        width: 25px;
        height: 25px;
        float: left;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 20px;
        background-color: #ffffff;
        transform: translate(0,-50%);
    }

    .advanced-search-option-checkbox-input,
    .advanced-search-option-checkbox {
        position: relative;
    }

.advanced-search-option-checkbox-input, .references-checkbox-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.references-label-text {
    text-decoration: none !important;       
}

input[type=checkbox].advanced-search-option-checkbox-input:checked + label.advanced-search-option-label:before, input[type=checkbox].references-checkbox-input:checked + label.references-label:before {
    background-image: url(../img/icons/ffffff/tick.svg);
    background-color: rgba(76, 171, 12, 1);
}

input[type=checkbox].advanced-search-option-checkbox-input:not(:checked) + label.advanced-search-option-label:before, input[type=checkbox].references-checkbox-input:not(:checked) + label.references-label:before {
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-color: rgba(225, 30, 30, 0.25);
    background-size: 15px;
}

input[type=text].reference-name {
    width: 48%;
    padding: 8px 14px;
    border: 1px solid #cecece;
    text-rendering: optimizeLegibility;
    margin-bottom: 8px;
}

.advanced-search-options-container::-webkit-scrollbar, .ui-autocomplete.ui-front::-webkit-scrollbar, .login-bottom-content::-webkit-scrollbar {
    width: 10px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.advanced-search-options-container::-webkit-scrollbar-track, .ui-autocomplete.ui-front::-webkit-scrollbar-track, .login-bottom-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
}

.advanced-search-options-container::-webkit-scrollbar-thumb, .ui-autocomplete.ui-front::-webkit-scrollbar-thumb, .login-bottom-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(40,40,40,0.2);
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.25);
}

    .advanced-search-options-container::-webkit-scrollbar-thumb:hover, .ui-autocomplete.ui-front::-webkit-scrollbar-thumb:hover, .login-bottom-content::-webkit-scrollbar-thumb:hover {
        background: rgba(40,40,40,0.35);
    }


.job-search-image.apoint-recruitment-technology {
    background-image: url(../img/hero-images/recruiter/apoint-recruitment-technology.jpg);
}

.job-search-image.assets-header-image {
    background-image: url(../img/hero-images/recruiter/assets-header-image.jpg);
}

.assets-container {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.auth-password.login-bottom-content {
    -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box !important; /* Firefox, other Gecko */
    box-sizing: border-box !important; /* Opera/IE 8+ */
    padding: 15px 0 0;
    top: 0;
    height: auto;
}

    .auth-password.login-bottom-content * {
        -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box !important; /* Firefox, other Gecko */
        box-sizing: border-box !important; /* Opera/IE 8+ */
    }

    .auth-password.login-bottom-content input {
        margin-bottom: 20px;
    }

        .auth-password.login-bottom-content input:first-of-type {
            margin-top: 20px;
        }

#ad-account-dialog_dialog > div.dialogue-content div.candidate-dialog-bottom-content {
    padding: 0px;
}

.app-form-questions h2 {
    font-weight: bold;
}

.app-form-questions {
    padding: 0px;
}

.app-form-questions:nth-child(1) {
    padding:50px;
}

#div-main-application .app-form-questions {
    padding:0;
}

.login-bar .login-bar-popup ul ul.asm-dropdown {
    width: 100%;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    padding: 0;
    overflow-x: hidden;
    z-index: 2;
}

.login-bar .login-bar-popup td.login-item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

    .login-bar.login-bar-popup td.login-item .app-continue-button#LoginButton {
        width: 100%;
        text-align: left;
        border-radius: 0 !important;
        padding: 10px 50px !important;
        background-image: url(../img/icons/ffffff/Mail-Icon.svg);
        background-size: 25px;
        background-position: 15px 50%;
        background-repeat: no-repeat;
    }

    .login-bar .login-bar-popup td.login-item:last-of-type {
        margin-bottom: 0;
    }

    .login-bar .login-bar-popup td.login-item .login-email-prompt {
        text-align: center;
        margin-bottom: 10px;
    }

    .login-bar .login-bar-popup td.login-item input {
        width: 100%;
        border: 1px solid #dddddd;
        padding: 15px;
    }

.login-item .invalid-email-error {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
}

.login-item .privacy-policy-not-selected-social-media {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
}

.login-item .invalid-email-error:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(../img/icons/e11e1e/Alert-Icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.login-item .privacy-policy-not-selected-social-media:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(../img/icons/e11e1e/Alert-Icon.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.login-bar .login-bar-popup ul ul.asm-dropdown li {
    padding: 10px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

    .login-bar .login-bar-popup ul ul.asm-dropdown li:hover, .login-bar .login-bar-popup ul ul.asm-dropdown li.is-highlighted {
        text-decoration: underline;
        background-color: rgb(255, 255, 255);
        border-top: 1px solid rgb(221, 221, 221);
        border-bottom: 1px solid rgb(221, 221, 221);
    }

    @media only screen and (max-wdith: 767.98px){
        .AdvertParentContainer ul{
            margin: 20px 0px!important;
        }
    }

/*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/ /*A*/





/*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/


body.client-candidate-account .header-banner {
    display: none;
}

.body-nav-active {
    overflow: hidden;
}

.bottom-section {
    float: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0px 0px 4px 4px;
}

.bounce {
    /*-moz-animation: bounce 2.5s infinite;
    -webkit-animation: bounce 2.5s infinite;
    animation: bounce 3s infinite;*/
}

body.no-scroll {
    overflow: hidden;
}

.border-bottom {
    border-bottom: 1px solid #999;
}

    button.button {
        display: inline-block;
        padding: 10px 30px 10px 30px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #dddddd;
        -ms-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background-color: rgb(255, 255, 255);
        color: rgb(40, 40, 40);
        text-transform: uppercase;
        font-weight: 500;
    }

        button.button.primary {
            background-color: rgb(77, 171, 13);
            color: rgb(255, 255, 255);
        }

            button.button.primary:hover {
                background-color: rgba(77, 171, 13, 0.75);
            }

        button.button:disabled {
            background-color: #e4e4e4;
            color: #282828;
        }

            button.button:disabled:hover {
                text-decoration: none;
            }

/*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/ /*B*/





/*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/

.cand-a-container {
    float: left;
    width: 100%;
}

    .cand-a-container .h2 {
        font-weight: 400;
        margin-bottom: 10px;
    }

        .cand-a-container .h2 span {
            font-weight: 600;
        }

    .cand-a-container .h3 {
        font-weight: 400;
        padding-left: 0;
        text-align: left;
        margin-bottom: 0;
    }

.candidate-account-navigation li {
    font-weight: 500;
    padding: 20px 20px 20px 20px;
    clear: both;
    border-bottom: 1px solid rgb(221, 221, 221);
    cursor: pointer;
    background: rgba(0, 0, 0, 0) none no-repeat 320px center;
}

.candidate-account-navigation ul li.selected, .candidate-account-navigation ul li:hover {
    background-color: rgb(255, 255, 255);
}

.candidate-account-navigation .li-nav-icon {
    border-radius: 0px;
}

.candidate-attraction-social-media-logo {
    background-repeat: no-repeat;
    background-position: left 50%;
    background-size: contain;
}

    .candidate-attraction-social-media-logo.linkedin-logo {
        background-image: url(../img/misc/linkedin-logo.svg);
        width: 130px;
        height: 50px;
    }

    .candidate-attraction-social-media-logo.facebook-logo {
        background-image: url(../img/misc/facebook-logo.svg);
        width: 130px;
        height: 50px;
    }

    .candidate-attraction-social-media-logo.twitter-logo {
        background-image: url(../img/misc/twitter-logo.svg);
        width: 130px;
        height: 40px;
    }

    .candidate-attraction-social-media-logo.glassdoor-logo {
        background-image: url(../img/misc/glassdoor-logo.svg);
        width: 130px;
        height: 40px;
    }

.job-search-image.candidate-attraction-setup, .promoted-content-image.candidate-attraction-setup {
    background-image: url(../img/hero-images/recruiter/candidate-attraction-setup.jpg);
}

.candidate-dialog {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 0%;
    width: 0%;
    background-color: rgba(45, 45, 45, 0.75);
    opacity: 0;
    visibility: hidden;
    z-index: 12;
}

.candidate-dialog:not(.active)
{
    display:none;
}

    .candidate-dialog input {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        margin-right: 8px;
    }

        .candidate-dialog input[type="checkbox"]:not(.privacy-policy-checkbox) {
            /*display: none;*/
        }

        .candidate-dialog input[type="checkbox"]#chkNonUK {
            display: inline-block;
        }


    .candidate-dialog .your-profile-action-buttons-section.references .ntx-button {
        margin-bottom: 0;
        float: left;
    }


label.checkbox:before {
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    border: 1px solid rgb(221, 221, 221);
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 20px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.checkbox-container label.checkbox.valid:before, .checkbox-container label.checkbox.checked:before {
    background-image: url(../img/icons/ffffff/tick.svg);
    background-color: rgb(76, 171, 12);
}

.candidate-dialog .container {
    height: 100%;
}

.candidate-dialog-box {
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    width: 700px;
    max-height: 700px;
    max-width:100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

    .candidate-dialog-box .ntx-button-right, #ViewProfileWizard .ntx-button-right, #AddJobAlerts .ntx-button-right {
        padding-right: 25px !important;
        text-align: left !important;
    }

    .candidate-dialog-box .ntx-button, #ViewProfileWizard .ntx-button, #AddJobAlerts .ntx-button {
        background-size: 20px;
        background-position: left 20px center;
    }

    .candidate-dialog-box .reference-item .references-content {
        padding-top: 20px;
    }

    /*.candidate-dialog-box .ntx-button-back {
    background-image: url(../img/icons/ffffff/left-arrow.svg);
}

.candidate-dialog-box .ntx-button-email {
    background-image: url(../img/icons/ffffff/Mail-Icon.svg);
}

.candidate-dialog-box .ntx-button-save
{
    
    background-image: url(../img/icons/ffffff/save-icon.svg);
}

.candidate-dialog-box .ntx-button-slots-icon
{
    
    background-image: url(../img/icons/5e5e5e/calendar-icon.svg);
}

.candidate-dialog-box .ntx-button-cancel, #AddJobAlerts .ntx-button-cancel
{
    background-image: url(../img/icons/ffffff/close-icon.svg);
}

.candidate-dialog-box .ntx-button-location
{
    background-image: url(../img/icons/ffffff/Location-Pin.svg);
}

.candidate-dialog-box .ntx-button-tick, .disc-locations-dialog .ntx-button-tick, #ViewProfileWizard .ntx-button-tick, #AddJobAlerts .ntx-button-tick
{
    background-image: url(../img/icons/ffffff/tick.svg);
}*/

    .candidate-dialog-box .ntx-button-ok {
        background-color: rgba(76, 171, 12, 1);
        /*background-image: url(../img/icons/ffffff/tick.svg);*/
    }

    .candidate-dialog-box .ntx-button-save:hover {
        background-color: rgba(115, 204, 54, 1);
    }

    .candidate-dialog-box .ntx-button-ok:hover {
        background-color: rgba(115, 204, 54, 1);
    }

.candidate-dialog-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    position: absolute;
    top: -20px;
    right: -20px;
    float: left;
    background-color: rgba(45, 45, 45, 0.9);
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer;
    z-index: 2;
}

.candidate-dialog-top-section {
    float: left;
    width: 100%;
    padding: 15px 25px;
    background-color: rgba(248, 248, 248, 1);
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.candidate-dialog-bottom-section {
    float: left;
    width: 100%;
    height: -moz-calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    height: -o-calc(100% - 70px);
    height: calc(100% - 70px);
    border-radius: 0px 0px 5px 5px;
}

.candidate-dialog-bottom-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 6px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding: 25px;
}

.candidate-dialog-form {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .candidate-dialog-form.no-margin-top {
        margin-top: 0;
    }

.candidate-dialog-box a {
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
}

.candidate-dialog-box .question {
    margin-bottom: 20px;
}

.candidate-dialog-box .question:last-of-type
{
    margin-bottom:0;
}

.candidate-dialog .h3, .candidate-dialog .h4, .candidate-dialog .h5, .candidate-dialog .h6 {
    text-align: left;
}

.candidate-dialog-title {
    text-align: left;
}

.candidate-dialog-actions {
    width: 100%;
    margin-top: 20px;
}

.candidate-dialog-support-code {
    width: 100%;
    margin-top: 20px;
}

    .candidate-dialog-support-code a {
        font-weight: 700 !important;
        text-decoration: none !important;
    }

.support-code-processing {
    width: 100%;
    text-align: center;
}

.support-code-display {
    padding: 10.5px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(40,40,40,0.75);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(40,40,40,0.75);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border: 3px solid #0B5699;
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.candidate-dialog-content ul:not(.drop-down-itemsbox) {
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.candidate-dialog-content ul:last-of-type {
    padding-bottom: 0;
}

.candidate-profile-container {
    width: 100%;
    background-color: rgb(248, 248, 248);
    padding: 25px 50px;
    border: 1px solid rgb(221, 221, 221);
    position: relative;
    margin-bottom: 20px;
}

    .candidate-profile-container table {
        width: 100%;
    }

    .candidate-profile-container:last-child {
        margin-bottom: 40px;
    }

    .candidate-profile-container .h6 {
        text-align: left;
        padding-left: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid rgb(221, 221, 221);
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .candidate-profile-container td:first-of-type {
        width: 125px;
        vertical-align: top;
    }

    .candidate-profile-container td:nth-of-type(2) {
        width: -moz-calc(100% - 125px) !important;
        width: -webkit-calc(100% - 125px) !important;
        width: -o-calc(100% - 125px) !important;
        width: calc(100% - 125px) !important;
    }

    .candidate-profile-container ol, .candidate-profile-container ul {
        padding: 20px;
        font-weight: 500;
    }

        .candidate-profile-container ol li, .candidate-profile-container ul li {
            padding-bottom: 20px;
        }

            .candidate-profile-container ol li:last-of-type, .candidate-profile-container ul li:last-of-type {
                padding-bottom: 0px;
            }

    .candidate-profile-container a {
        font-weight: 700;
        color: #0B5699;
        cursor: pointer;
    }

.cand-acc-container {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

    .cand-acc-container .header-banner .container .client-logo {
        height: 45px;
    }

    .cand-acc-container .client-logo {
        height: 45px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
        width: 185px;
        float: left;
        display: block;
    }

    .cand-acc-container .user-details {
        padding: 0;
    }

.candidate-account-email-logo-container .client-logo {
    width: 100%;
    float: left;
    background-position: 50%;
}

.candidate-account-email-ntx-button-container .ntx-button.user-account-button {
    color: rgb(255, 255, 255) !important;
    float: left;
    width: 100%;
    text-align: center;
}

.candidate-account-email-ntx-button-container {
    width: 30%;
    margin: 0 auto;
    margin-top: 20px;
}

.center {
    float: left;
    width: 380px;
    margin-left: 30px;
    margin-right: 30px;
}

.checkbox-container label, .question-response .checkbox-container label, .question-response .checkbox-container label.required {
    position: relative;
    padding: 8px 45px 8px 45px;
}

    .checkbox-container label:before, .question-response .checkbox-container label.required:before {
        top: 50%;
        left: 7.5px;
        position: absolute;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

.check-box-container {
    display: inline-block;
}

    .check-box-container input[type="checkbox"] {
        width: 0;
        height: 0;
        opacity: 0;
    }

        .check-box-container input[type="checkbox"] + label {
            cursor: pointer;
            padding: 0px;
            display: inline-block;
        }

            .check-box-container input[type="checkbox"] + label span {
                margin-right: 15px;
            }

                .check-box-container input[type="checkbox"] + label span:first-of-type {
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer;
                    border: 3px solid #ddd;
                    width: 25px;
                    height: 25px;
                    float: left;
                    border-radius: 5px;
                    background-repeat: no-repeat;
                    background-position: 50%;
                    background-size: 15px;
                    background-color: #fff;
                }

        .check-box-container input[type="checkbox"]:checked + label span {
            background-image: url(../img/icons/ffffff/tick.svg);
            background-color: #4cab0c;
        }

.clients-pre-footer {
    float: left;
    width: 100%;
    background-color: rgb(236, 236, 236);
    padding: 40px 0;
    position: relative;
    top: -2px;
    border-top: 1px solid rgba(221, 221, 221, 1);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .clients-pre-footer .client-logo {
        margin: 0 auto;
        float: none;
        background-position: 50%;
    }

.clean-table, .clean-table tr, .clean-table tr td {
    border: 0 none;
    padding: 0;
    margin: 0;
    vertical-align: central;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

    .container.recruiter-top-section-content {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

.contact-consent {
    width: 304px;
    line-height: 30px;
    border-radius: 0;
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
}

.client-logo-container {
    width: 200px;
    float: left;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 20px;
    height: 75px;
    top: 50px;
    z-index: 3;
    padding: 10px;
}

.client-logo {
    float: left;
    background-repeat: no-repeat;
    background-position: left 50%;
    background-size: contain;
    width: 180px;
    height: 55px;
}


.clear {
    clear: both;
}

.job-search-image.contact-us-header-image {
    background-image: url(../img/hero-images/recruiter/contact-us-header-image.jpg);
}

.contact-us-step {
    float: left;
    width: 100%;
    height: 50px;
    margin-top: 40px;
}

.contact-us-step-border {
    margin: 0 auto;
    width: 90%;
    height: 1px;
    background-color: #5e5e5e;
}

.contact-us-step-number {
    border-radius: 100%;
    background-color: #5e5e5e;
    position: relative;
    width: 50px;
    height: 50px;
    top: -25px;
    margin: 0 auto;
}

    .contact-us-step-number span {
        color: #FFF;
        text-align: center;
        width: 100%;
        float: left;
        height: 50px;
        line-height: 50px;
    }

.contact-us-item {
    width: 30%;
    float: left;
    text-align: center;
    padding: 15px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    cursor: pointer;
    border-radius: 10px;
}

    .contact-us-item.active {
        background-color: rgba(115, 204, 54, 0.25);
    }

    .contact-us-item.center {
        margin-left: 5%;
        margin-right: 5%;
    }

.contact-us-items {
    float: left;
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.contact-dynamic {
    display: none;
}

    .contact-dynamic.selected {
        display: block;
    }

        .contact-dynamic.selected form#formContactUsForm {
            margin-top: 0;
        }

    .contact-dynamic span {
        font-weight: 500;
    }

    .contact-dynamic.three a {
        font-weight: 500;
        color: #ff6600;
    }

    .contact-dynamic.three p {
        text-align: center;
    }


.credentials-include {
    float: left;
    width: 33%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

    .credentials-include.incensu {
        background-image: url(../img/misc/Incensu-Logo.svg);
    }

    .credentials-include.national-housing-federation {
        background-image: url(../img/misc/Sponsors-Of-National-Housing-Federation-Logo.svg);
    }

    .credentials-include.charity-people-culture {
        background-image: url(../img/misc/Sponsors-Of-Charity-People-And-Culture-Logo.svg);
    }

.candidate-profile-onboarding-alert {
    padding: 10px 10px 10px 80px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(0,0,0,0.05) url(../img/icons/4cab0c/hand-shake-icon.svg) no-repeat 10px center;
    background-size: 50px;
    width: 100%;
    min-height: 70px;
}

.candidate-profile-message-error {
    padding: 10px 10px 10px 80px;
    margin-bottom: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(0,0,0,0.05) url(../img/icons/e11e1e/alert-icon.svg) no-repeat 10px center;
    background-size: 50px;
    float: left;
    width: 100%;
    min-height: 70px;
}

.candidate-profile-message-alert {
    padding: 1rem 1rem 1rem 50px;
    background: rgb(243, 224, 128) url(../img/icons/5e5e5e/alert-icon.svg) no-repeat 10px center;
    background-size: 30px;
    margin-bottom: 10px;
    color: #5E5E5E;
}

    /*.candidate-profile-message-alert:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../img/icons/e11e1e/alert-icon.svg);
        background-repeat: no-repeat;
    }*/

.candidate-profile-message-help {
    padding: 10px;
    background-color: rgba(41, 143, 206, 1);
    margin-bottom: 10px;
    color: #fff;
}

.candidate-profile-message-success {
    padding: 10px 10px 10px 80px;
    margin-bottom: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(0,0,0,0.05) url(../img/icons/4cab0c/tick.svg) no-repeat 10px center;
    background-size: 50px;
    float: left;
    width: 100%;
    min-height: 70px;
}

#CV-Upload .ntx-button.upload-cv-button {
    float: left;
    margin: 20px 0;
}

.CVBlock .user-details {
    width: 100%;
    padding: 0;
}

.candidate-dialog .CVBlock input[type="checkbox"] {
    display: block;
}

.client-candidate-account .user-navigation {
    top: 0px !important;
}

.client-candidate-account .job-acc-container {
    top: 30px !important;
}

.control-container {
    position: relative;
    float: left;
    width: 100%;
    /*overflow-y: auto;
    overflow-x: hidden;*/
}

    .control-container .main-search-input {
        box-shadow: none;
        border: 1px solid #DDD;
        width: 100%;
        padding: 12px;
        padding-left: 50px;
    }

.candidate-contact-form {
    float: left;
    width: 100%;
    border: 1px solid #dddddd;
    padding: 30px;
    margin-top: 50px;
    border-radius: 5px;
    background-color: rgb(245, 248, 250);
}

    .candidate-contact-form h1.h6 {
        text-align: center;
        font-weight: 400;
    }


#divCandidateEmailVerification { 
    margin-bottom:30px;
}

#divCandidateEmailVerification .ntx-button {
    margin-left: 10px;
    margin-right: 0;

}

    #divCandidateEmailVerification .ntx-button:last-of-type {
        margin: 0;
    }

form.candidate-contact-form p {
    margin-bottom: 20px;
}

form.candidate-contact-form input, form.candidate-contact-form textarea {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: .875rem;
    border: 1px solid rgb(221, 221, 221);
    font-family: 'Roboto',sans-serif;
}

form.candidate-contact-form .captcha-input-wrapper {
    float: left;
    width: 100%;
}

form.candidate-contact-form .cta {
    background: rgba(255,102,0,.8);
    border-radius: 6px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    cursor: pointer;
    min-width: 15rem;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    text-align: center;
    margin: 0;
    float: left;
    width: calc(100% - 324px);
    margin-left: 20px;
    display: block;
    min-width: initial;
    padding: 28px 10px;
    position: relative;
}

    form.candidate-contact-form .cta:hover {
        background: rgb(255, 102, 0);
        box-shadow: 2px 2px 4px rgba(0,0,0,.4);
        text-decoration: underline;
    }

    form.candidate-contact-form .cta.disabled {
        background-color: rgb(197, 197, 197) !important;
        text-decoration: none !important;
        box-shadow: none !important;
        cursor: not-allowed;
    }

form.candidate-contact-form .captcha-input-wrapper a.cta.disabled .tooltip-text {
    display: block;
}

form.candidate-contact-form .captcha-input-wrapper a.cta .tooltip-text {
    visibility: hidden;
    width: 220px;
    background-color: rgba(40,40,40,.9);
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 10px;
    padding: .5rem;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 50%;
    margin-left: -110px;
    opacity: 0;
    transition: opacity 1s;
    font-weight: 500;
    display: none;
}

    form.candidate-contact-form .captcha-input-wrapper a.cta .tooltip-text:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        border-width: 5px;
        border-style: solid;
        border-color: rgba(40,40,40,.9) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
    }

form.candidate-contact-form .captcha-input-wrapper a.cta:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}

/*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/ /*C*/

/*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/

.divider-hr {
    width: 100%;
    display: block;
    margin: 20px 0;
    float: left;
}

.divider-text {
    text-align: center;
    position: relative;
    width: 309px;
}

    .divider-text:before, .divider-text:after {
        content: "";
        position: absolute;
        height: 0.5em;
        border-bottom: 1px solid #666;
        top: 0;
        width: 100px;
    }

    .divider-text:before {
        left: 0%;
    }

    .divider-text:after {
        right: 0%;
    }

#divQuickApplyOptions input[type="checkbox"] {
    display: inline-block;
}

#divQuickApplyOptions .checkbox-container input[type="checkbox"] {
    display: none;
}


.candidate-dialog input[type="checkbox"]#chkNonUK {
    display: inline-block;
}

.disc-locations-dialog {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 90%;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    border-radius: 5px;
    margin: 0 auto;
    width: 90%;
}

#divProfile .h3, #divMain .h3 {
    text-align: left;
    padding: 20px 0 0 0;
}

.disc-locations-dialog .ntx-button.primary-green.ntx-button-right {
    padding-right: 25px !important;
    padding-left: 25px !important;
    text-align: left;
    background-size: 20px;
    background-position: left 20px center;
    position: relative;
    top: -5px;
}

.demo-request-container {
    margin: 0 auto;
    width: 90%;
    height: 100%;
    position: relative;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(248, 248, 248);
}

    .demo-request-container:before {
        content: '';
        background-color: rgba(40, 40, 40, 0.35);
        float: left;
        position: absolute;
        width: 35%;
        height: 100%;
        top: 0;
        z-index: 2;
        border-radius: 5px 0 0 5px;
    }

    .demo-request-container:after {
        content: '';
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        background-image: url(../img/hero-images/recruiter/demo-request-image.jpg);
        float: left;
        position: absolute;
        width: 35%;
        left: 0;
        height: 100%;
        top: 0;
        z-index: 1;
        border-radius: 5px 0 0 5px;
    }

.demo-request-right {
    float: left;
    width: 65%;
    padding: 20px 40px;
    position: relative;
    left: 35%;
}

.demo-request-form-container .h6 {
    text-align: left;
}


.demo-request-form-container input {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px solid rgb(221, 221, 221);
}

.demo-request-form-container .ntx-button.primary-green {
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
}


.demo-request-form-container table {
    float: left;
    width: 100%;
}

.demo-request-checkbox-content {
    float: left;
    width: 75%;
    font-weight: 500;
}

    .demo-request-checkbox-content:nth-of-type(1) {
        padding-right: 30px;
    }

    .demo-request-checkbox-content:nth-of-type(2) {
        padding-left: 30px;
        width: 25%;
    }

.demo-request-checkbox-container {
    float: left;
    width: 100%;
    margin-top: 25px;
    padding: 0 5px;
}


.demo-request-toggle {
    position: absolute;
    visibility: hidden;
    display: none;
}

input.demo-request-toggle-round + label {
    padding: 2px;
    width: 70px;
    height: 35px;
    background-color: rgb(221, 221, 221);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    float: left;
}

.demo-request-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.demo-request-toggle-round + label:before {
    right: 1px;
    background-color: rgb(255, 171, 158);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
    float: left;
    width: 65px;
}

input.demo-request-toggle-round + label:before, input.demo-request-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 2px;
    bottom: 1px;
    content: "";
}

label.checkbox input {
    display: none;
}


input.demo-request-toggle-round + label:after {
    width: 33px;
    background-color: rgb(255, 255, 255);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
}

input.demo-request-toggle-round + label:before, input.demo-request-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

input.demo-request-toggle-round:checked + label.demo-request-checkbox-item-label.references-label:before {
    background-color: rgb(76, 171, 12);
    background-image: none;
}

input.demo-request-toggle-round:not(:checked) + label.demo-request-checkbox-item-label.references-label:before {
    background-color: rgb(225, 30, 30);
    background-image: none;
    top:16px;
}


input.demo-request-toggle-round:checked + label:before {
    background-color: rgb(140, 225, 150);
}

input.demo-request-toggle-round:checked + label:after {
    margin-left: 40px;
}


.demo-request-checkbox-item {
    float: left;
    width: 20%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.demo-request-checkbox-item-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    display: none;
}

.demo-request-checkbox-item-label {
    float: left;
    width: 100%;
    padding: 120px 20px 20px 20px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid rgb(221, 221, 221);
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
}

    .demo-request-checkbox-item-label.candidate-attraction-services {
        background-image: url(../img/icons/5e5e5e/candidate-search.svg);
        background-position: 50% 30px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label.candidate-management-services {
        background-image: url(../img/icons/5e5e5e/managing-applications-icon.svg);
        background-position: 50% 40px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label.recruitment-technology {
        background-image: url(../img/icons/5e5e5e/networx-swoosh.svg);
        background-position: 50% 40px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label.public-sector-recruitment {
        background-image: url(../img/icons/5e5e5e/Charities-Icon.svg);
        background-position: 50% 40px;
        background-size: 50px;
    }

    .demo-request-checkbox-item-label:before {
        content: "";
        position: absolute;
        top: -15px;
        right: -15px;
        border: 1px solid rgb(221, 221, 221);
        width: 30px;
        height: 30px;
        float: right;
        margin-right: 0;
        border-radius: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 20px;
        background-color: rgb(255, 255, 255);
    }

.demo-request-checkbox-item:hover .demo-request-checkbox-item-label, input[type=checkbox].demo-request-checkbox-item-input:checked + label.demo-request-checkbox-item-label {
    background-color: rgb(245, 248, 250);
}

    input[type=checkbox].demo-request-checkbox-item-input:checked + label.demo-request-checkbox-item-label:before {
        background-image: url(../img/icons/ffffff/tick.svg);
        background-color: rgb(76, 171, 12);
    }

#divNoPopupCVURL a {
    color: #0c62ab;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    text-decoration: underline;
}

/*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/ /*D*/


/*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/

.equality-diversity-desk {
    background-image: url(../img/hero-images/recruiter/equality-diversity-desk.jpg);
}

.error-board h2 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 400;
    padding: 75px 0;
    margin: 0;
}

.external-assets-image {
    background-image: url(../img/hero-images/recruiter/iphone-laptop-setup.jpg);
}

.error-image {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 350px;
    float: left;
    background-image: url(../img/misc/error-board.svg);
    background-position: 50%;
    position: relative;
}

    .error-board .H2 {
        color: rgb(255, 255, 255);
        position: absolute;
        top: 67px;
        margin-bottom: 0;
        left: 170px;
        text-align: center;
        width: 195px;
    }

.job-search-image.error-background {
    background-image: url(../img/hero-images/disciplines/IT-and-Telecoms/Software-Developer/Software-Developer-1.jpg);
}

.error-page-links-container {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .error-page-links-container .ntx-button.user-account-button {
        color: rgb(255, 255, 255);
    }

.email-link-varification-container {
    width: 900px;
    margin: 30px auto;
    border-radius: 0px;
    border: 1px solid #dddddd;
    background: #FFF;
    padding: 30px;
}

.email-link-varification-message {
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}

.email-link-varification-container .client-logo {
    height: 100px;
    width: 100%;
    margin-bottom: 20px;
    background-position: 50%;
    padding-bottom: 10px;
    background-size: contain;
    position: relative;
}

/*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/ /*E*/


/*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/

footer a[href*="http"] {
    font-weight:normal;
}

form#formReference p {
    margin-bottom: 0;
    padding-bottom: 10px;
}

    form#formReference p:last-of-type {
        padding-bottom: 0;
    }

.form-full-width {
    float: left;
    width: 100%;
}

.form-half-content {
    float: left;
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

    .form-half-content input, .form-third-content input {
        float: left;
        width: 100%;
        padding: 20px;
        border: 1px solid #dddddd;
    }

.form-third-content {
    float: left;
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.full-width{
    width:100% !important;
}

.further-jobs {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}

.further-jobs-container {
width: 380px;
border: 1px solid rgba(221, 221, 221, 1);
position: relative;
background-color: rgba(85, 85, 85, 1);
z-index: 0;
float: left;
margin-bottom: 30px;
height: 180px;
cursor: pointer;
overflow: hidden;
}

    .further-jobs-container.wide {
        margin-bottom: 0;
    }

.further-jobs-image {
    float: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(1,1);
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    background-image: url(../img/hero-images/disciplines/Marketing-and-PR/Marketing-PR-3.jpg);
}

.further-jobs-container:hover .further-jobs-image, .further-jobs-container:focus .further-jobs-image {
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
}

.further-jobs-image-overlay {
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(45, 45, 45, 0.68);
    position: absolute;
}

    /*.further-jobs-image-overlay.home-retail-group {
        background-color: rgba(23, 129, 127, 0.55);
    }

    .further-jobs-image-overlay.asthma-uk {
        background-color: rgba(120, 43, 144, 0.55);
    }

    .further-jobs-image-overlay.commonwealth {
        background-color: rgba(55, 55, 125, 0.55);
    }*/

.further-jobs-details {
    color: rgba(255, 255, 255, 1);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    z-index: 3;
    text-align: right;
}

.further-job-details-title {
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 2px rgba(45, 45, 45, 0.75), 0px 0px 1px rgba(0, 0, 0, 0.75);
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    text-align: right;
}

.further-job-details-view-jobs {
    text-shadow: 1px 1px 2px rgba(45, 45, 45, 0.75), 0px 0px 1px rgba(0, 0, 0, 0.75);
    color: rgba(255, 255, 255, 1);
}

.further-jobs-container:hover .further-job-details-view-jobs, .further-jobs-container:focus .further-job-details-view-jobs {
    text-decoration: underline;
}

.further-search-options, .recruiter-content {
    float: left;
    width: 100%;
    position: relative;
    top: -2px;
    z-index: 3;
    padding: 60px 0px;
    background-color: rgba(245, 248, 250, 1);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .further-search-options.stuck {
        top: 59px;
        margin-bottom: 44px;
    }


        .further-search-options.stuck .user-navigation {
            position: fixed;
            top: 100px;
        }

.find-us-on-glassdoor {
    width: 50%;
    margin: 0 auto;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/misc/find-us-on-glassdoor.svg);
    background-position: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.footer {
    float: left;
    width: 100%;
    background-color: rgba(40, 40, 40, 1);
    padding: 50px 0;
    position: relative;
    top: -2px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .footer hr {
        margin: 50px 0;
    }

.footer-col-left {
    float: left;
    width: 50%;
    color: #ffffff;
}

.footer-col-right {
    float: right;
    width: 50%;
    text-align: right;
}

    .footer-col-right a {
        color: #ffffff;
    }

.footer-link-border {
    width: 1px;
    height: 20px;
    margin: 0 20px;
    background-color: #ffffff;
    display: inline-block;
}

.footer-col {
    float: left;
    width: 25%;
    color: rgba(255, 255, 255, 1);
    padding: 0px 25px;
}

    .footer-col .ntx-logo {
        background-image: url(../img/ntx-elements/networx-logo-white.svg);
        cursor: default;
        width: 220px;
        height: 55px;
        display: block;
    }

    .footer-col:first-of-type {
        padding-left: 0;
    }

    .footer-col:last-of-type {
        padding-right: 0;
    }

    .footer-col ul {
        list-style: none;
        font-weight: 400;
    }

        .footer-col ul li {
            padding-bottom: 10px;
        }

            .footer-col ul li:last-child {
                padding-bottom: 0;
            }

            .footer-col ul li a, .footer-col-left a {
                color: rgba(255, 255, 255, 1);
                text-decoration: none;
            }

                .footer-col ul li a:hover, .footer-col ul li a:focus, .footer-col-left a:hover, .footer-col-left a:focus {
                    text-decoration: underline;
                }

.filter-section {
    padding: 30px 15px;
}


    .filter-section:nth-of-type(2) {
        border-top: 0 none !important;
    }

    .filter-section.suggested-disciplines {
        border-top: 1px solid rgba(221, 221, 221, 1);
    }


    .filter-section:first-of-type {
        padding-top: 0;
    }

    .filter-section:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }

    .filter-section .h3 {
        margin-bottom: 30px;
        text-align: left;
    }

.fileinput-button.fileupload {
    background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
    background-size: 25px 18px;
}

.favourite-jobs-added, .favourite-jobs-removed {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -10px;
    right: -20px;
    background-color: rgba(76, 171, 12, 1);
    border-radius: 100%;
    color: #ffffff;
    background-image: url(../img/icons/ffffff/tick.svg);
    background-size: 60%;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid #dddddd;
    visibility: hidden;
    opacity: 0;
}

.favourite-jobs-removed {
    background-image: url(../img/icons/ffffff/line.svg);
    background-color: red;
}

    .favourite-jobs-added.visible, .favourite-jobs-removed.visible {
        visibility: visible;
        opacity: 1;
    }

.favourite-jobs-container .candidate-dialog-bottom-section, .favourite-jobs-container .candidate-dialog-bottom-content {
    max-height: calc(700px - 70px);
}

.favourite-jobs-container .job-details {
    width: -moz-calc(100% - 225px);
    width: -webkit-calc(100% - 225px);
    width: -o-calc(100% - 225px);
    width: calc(100% - 225px);
    margin-top: 0;
}

.fine-print {
    font-style:italic;
    font-weight:bold;
}

    .fine-print a {
        font-weight: bold;
        color: #0c62ab;
    }

/*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/ /*F*/





/*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/

.has-border {
    border: 1px solid rgba(0,0,0,0.4);
}

.header-banner {
    float: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 15px 0;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    position: fixed;
    z-index: 10;
}

    .header-banner.recruiter .sub-container {
        width: 50%;
    }

        .header-banner.recruiter .sub-container .ntx-logo {
            float: left;
        }

    .header-banner .container {
        position: relative;
    }

.highlight {
    /*background-color: rgb(255, 255, 136);*/
}

.hidden {
    display: none;
}

html, body {
    height: 100%;
}

/*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/ /*H*/





/*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/

input {
    box-shadow: none;
    border: none;
    font-family: Roboto, sans-serif;
}

.internal-assets-image {
    background-image: url(../img/hero-images/recruiter/networx-laptop-homepage.jpg);
}

.policies-image {
    background-image: url(../img/hero-images/recruiter/policies-image.jpg);
}

.IAmAJobseeker {
    display: none;
}

    .IAmAJobseeker.active {
        display: block;
    }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: none !important;
    background-image: inherit !important;
}

.invalid-email-error {
    display: none;
}

/*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/ /*I*/

/*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/
.job-details {
    padding: 20px;
    margin-top: 20px;
    min-height: 200px;
}

    .job-details br {
        display: none;
    }

.job-results-container {
    float: left;
    width: 985px;
}

.job-results-sponsored-jobs-container {
    width: 300px;
    float: left;
    margin-left: 15px;
}

    .job-results-sponsored-jobs-container .sponsored-job-container {
        width: 200px;
        margin-bottom: 20px;
    }

        .job-results-sponsored-jobs-container .sponsored-job-container:last-child {
            margin-bottom: 0;
        }

    .job-results-sponsored-jobs-container .client-logo-container {
        left: 10px;
        width: 180px;
        top: 80px;
    }

        .job-results-sponsored-jobs-container .client-logo-container .client-logo {
            width: 160px;
            height: 50px;
        }

    .job-results-sponsored-jobs-container .sponsored-job-image-overlay, .job-results-sponsored-jobs-container .sponsored-job-image {
        height: 125px;
    }

    .job-results-sponsored-jobs-container .ntx-button.apply-now-icon {
        background-position: left 20px center;
    }

.job-title {
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.job-location span, .job-salary span, .job-expiry span {
    font-weight: 700;
}

.job-location, .job-salary, .job-expiry, .job-reference {
    margin-top: 10px;
    word-wrap: break-word;
}

.job-search-section-container {
    left: 0;
    z-index: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .job-search-section-container.stuck {
        z-index: 4;
    }

        .job-search-section-container.stuck .job-search-overlay {
            height: 55px;
            overflow: hidden;
            padding: 0;
        }

        .job-search-section-container.stuck .scroll-down-container {
            display: none;
            visibility: hidden;
            opacity: 0;
        }

        .job-search-section-container.stuck .job-search-image {
            height: 130px;
            position: fixed;
        }

.job-search-overlay .our-clients-item {
    float: none;
    width: 500px;
    height: 250px;
    margin: 0 auto;
}

.job-search-overlay .container {
    height: 100%;
}

.job-search-overlay {
    z-index: 2;
    width: 100%;
    float: left;
    padding: 20px 0;
    position: fixed;
    top: 76px;
    height: -moz-calc(75% - 74px);
    height: -webkit-calc(75% - 74px);
    height: -o-calc(75% - 74px);
    height: calc(75% - 74px);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background-color: rgba(44, 44, 44, 0.25);
}

    .job-search-overlay .h5 {
        text-align: left;
    }

    .job-search-overlay .contact-us-item {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

        .job-search-overlay .contact-us-item:last-of-type {
            margin-bottom: 0px;
        }

.job-search-image {
    height: 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    z-index: 1;
    position: fixed;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background-color: rgba(255, 255, 255, 1);
    background-image: url('../img/hero-images/locations/Locations-2.jpg');
}

    .job-search-image.argos {
        background-image: url(../img/our-clients/WellKnownBrands/Argos/argos-header.jpg);
    }

    .job-search-image.thorntons {
        background-color: #5e2d4f;
        background-image: none;
    }

    .job-search-image.hobbycraft {
        background-color: #4e3038;
        background-image: none;
    }

    .job-search-image.wilko {
        background-color: rgb(147, 26, 41);
        background-image: none;
    }

    .job-search-image.maplin {
        background-color: #00bce4;
        background-image: none;
    }

    .job-search-image.laterooms {
        background-color: #442c80;
        background-image: none;
    }

    .job-search-image.stonegate {
        background-image: url(../img/our-clients/Commercial/Stonegate/stonegate-header.jpg);
    }

    .job-search-image.london-city-airport {
        background-image: url(../img/our-clients/Commercial/London-City-Airport/london-city-airport-header.jpg);
    }

    .job-search-image.domestic-and-general {
        background-image: url(../img/our-clients/Commercial/Domestic-and-General/domestic-and-general-header.jpg);
    }

    .job-search-image.vitality {
        background-color: rgb(248, 17, 106);
        background-image: none;
    }

    .job-search-image.tlt-solicitors {
        background-color: rgb(1, 83, 119);
        background-image: none;
    }

    .job-search-image.wolters-kluwer {
        background-image: url(../img/our-clients/Commercial/Wolters-Kluwer/wolters-kluwer-header.jpg);
    }

    .job-search-image.mitsubishi-hitachi {
        background-color: #939598;
        background-image: none;
    }

    .job-search-image.tulip {
        background-image: url(../img/our-clients/Manufacturing/Tulip/tulip-header.jpg);
    }

    .job-search-image.doosan {
        background-color: #293986;
        background-image: none;
    }

    .job-search-image.lucite-international {
        background-color: #ed1261;
        background-image: none;
    }

    .job-search-image.yeo-valley {
        background-image: url(../img/our-clients/Manufacturing/Yeo-Valley/yeo-valley-header.jpg);
    }

    .job-search-image.tata-steel {
        background-color: #3d79ba;
        background-image: none;
    }

    .job-search-image.aster-group {
        background-image: url(../img/our-clients/Housing/Aster/aster-header.jpg);
    }

    .job-search-image.yorkshire-housing {
        background-color: #00b3e3;
        background-image: none;
    }

    .job-search-image.paradigm-housing {
        background-color: #00a8cb;
        background-image: none;
    }

    .job-search-image.knightstone {
        background-color: #0589bd;
        background-image: none;
    }

    .job-search-image.places-for-people {
        background-color: #015794;
        background-image: none;
    }

    .job-search-image.orbit-group {
        background-color: #1b4687;
        background-image: none;
    }

    .job-search-image.waterloo-housing {
        background-color: #1e72ba;
        background-image: none;
    }

    .job-search-image.curo-group {
        background-color: #c4d600;
        background-image: none;
    }

    .job-search-image.grand-union {
        background-color: #0076b7;
        background-image: none;
    }

    .job-search-image.watford {
        background-image: url(../img/our-clients/Housing/Watford/watford-header.jpg);
    }

    .job-search-image.north-hertfordshire {
        background-color: #5AB8DA;
        background-image: none;
    }

    .job-search-image.gateway-housing {
        background-color: #2a7953;
        background-image: none;
    }

    .job-search-image.pdsa {
        background-image: url(../img/our-clients/Charities/Pdsa/pdsa-header.jpg);
    }

    .job-search-image.fitzroy {
        background-image: url(../img/our-clients/Charities/Fitzroy/fitzroy-header.jpg);
    }

    .job-search-image.rethink-mental-illness {
        background-color: #1b9dd9;
        background-image: none;
    }

    .job-search-image.macintyre {
        background-color: #85146e;
        background-image: none;
    }

    .job-search-image.hestia {
        background-color: rgb(42, 56, 132);
        background-image: none;
    }

    .job-search-image.cornwall-hospice-care {
        background-color: #e50e63;
        background-image: none;
    }

    .job-search-image.ncg {
        background-image: url(../img/our-clients/Education/Ncg/ncg-header.jpg);
    }

    .job-search-image.cornwall-college {
        background-image: url(../img/our-clients/Education/Cornwall-College/cornwall-college-header.jpg);
    }

    .job-search-image.wiltshire-college {
        background-image: url(../img/our-clients/Education/Wiltshire-College/wiltshire-college-header.jpg);
    }

    .job-search-image.united-learning {
        background-image: url(../img/our-clients/Education/United-Learning/united-learning-header.jpg);
    }

    .job-search-image.future-schools-trust {
        background-image: url(../img/our-clients/Education/Future-Schools-Trust/future-schools-trust-header.jpg);
    }

    .job-search-image.whitgift-foundation {
        background-image: url(../img/our-clients/Education/Whitgift-Foundation/whitgift-foundation-header.jpg);
    }

    .job-search-image.mole-valley-farmers {
        background-image: url(../img/our-clients/Retail/Mole-Valley-Farmers/mole-valley-farmers-header.jpg);
    }

    .job-search-image.evans-cycles {
        background-image: url(../img/our-clients/Retail/Evans-Cycles/evans-cycles-header.jpg);
    }

    .job-search-image.one-stop {
        background-image: url(../img/our-clients/Retail/One-Stop/one-stop-header.jpg);
    }

    .job-search-image.home-retail-group {
        background-image: url(../img/our-clients/Retail/Home-Retail-Group/home-retail-group-header.jpg);
    }

    .job-search-image.homebase {
        background-image: url(../img/our-clients/Retail/Homebase/homebase-header.jpg);
    }




.job-alerts-banner {
    float: left;
    width: 100%;
    background-color: rgba(52, 52, 52, 1);
    padding: 45px 0;
    position: relative;
    top: 0;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

    .job-alerts-banner .ntx-button {
        display: inline-block;
        margin-top: 15px;
    }

.job-alerts-banner-icon {
    border-radius: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: -35px;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    left: 50%;
    background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 30px;
    z-index: 3;
}

.job-a-container, .job-r-container, .job-acc-container {
    float: left;
    width: 100%;
    position: relative;
    top: 136px;
    z-index: 3;
    padding: 60px 0px;
    background-color: rgba(245, 248, 250, 1);
}

.job-r-container {
    margin-bottom: 136px;
}

.job-a-header, .job-results-container-count {
    background-color: rgb(236, 236, 236);
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(221, 221, 221, 1);
}

    .job-a-header .container {
        width: 1100px;
        margin: 0 auto;
    }

.job-a-header, .job-results-container-count h2.fs-xs {
    font-weight:100;
}


    .job-a-main {
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 50px;
    border: 1px solid rgba(221, 221, 221, 1);
    border-top: none;
}

    .job-a-main.application {
        padding: 0;
    }

    .job-a-main .container {
        width: 709px;
        margin: 0 auto;
    }

.job-a-client-logo-container {
    width: 200px;
    height: 75px;
    float: left;
}

    .job-a-client-logo-container .client-logo {
        width: 200px;
        height: 75px;
    }

.job-a-actions-container {
    float: left;
    width: -moz-calc(100% - 230px);
    width: -webkit-calc(100% - 230px);
    width: -o-calc(100% - 230px);
    width: calc(100% - 230px);
    margin: 15px 0;
    padding-left: 40px;
}

    .job-a-actions-container .h2, .job-results-container .h2 {
        padding-bottom:0;
        margin-bottom:0;
    }

        .job-a-actions-container .h2 span, .job-results-container .h2 span {
            font-weight: 500;
        }

.job-results-client-actions .ntx-button {
    margin-bottom: 15px;
    padding-left: 45px;
}

    .job-results-client-actions .ntx-button:last-child {
        margin-bottom: 0;
    }

.job-a-main #NTXAppFormNav nav ul li button p {
    word-break: break-word;
}

.job-ap-nav, .job-results-refine-tools, .candidate-account-navigation {
    background-color: rgba(245, 248, 250, 1);
    border-right: 1px solid rgba(221, 221, 221, 1);
}

    .job-ap-nav ul {
        list-style: none;
    }

        .job-ap-nav ul li {
            padding: 30px 60px;
            border-bottom: 1px solid rgba(221, 221, 221, 1);
            background-color: rgba(245, 248, 250, 1);
            cursor: pointer;
            width: 301px;
            border-right: 1px solid rgba(221, 221, 221, 1);
            font-weight: 400;
            background-repeat: no-repeat;
            background-size: 30px;
            background-position: left 15px center;
        }

            .job-ap-nav ul li.unanswered {
                background-image: url(../img/icons/4cab0c/unanswered.svg);
            }

            .job-ap-nav ul li.incomplete {
                background-image: url(../img/icons/4cab0c/incomplete.svg);
            }

            .job-ap-nav ul li.answered {
                background-image: url(../img/icons/4cab0c/answered.svg);
            }

            .job-ap-nav ul li:hover, .job-ap-nav ul li:focus, .job-ap-nav ul li.active {
                background-color: rgba(255, 255, 255, 1);
                border-right: 1px solid rgba(255, 255, 255, 1);
            }

            .job-ap-nav ul li:last-child {
                border-bottom: none;
            }

.job-results-refine-tools {
    padding: 30px 15px;
    width:100%;
    max-width:300px;
}

.job-ap-content, .job-results-content, .candidate-account-content {
    padding: 40px 20px;
    background-color: rgba(255, 255, 255, 1);
}

.job-results-container-count, .job-a-header-container {
    padding: 15px 30px;
}

.page-wrapper .job-a-header-container {
    padding: 15px 0px;
}

.job-results-container-count-info {
    float: left;
    width: 70%;
    padding-right: 25px;
}

    .job-results-container-count-info .h2 {
        margin-bottom: 0;
    }

.job-a-header-client-logo-container {
    width: 230px;
    float: left;
}

    .job-a-header-client-logo-container .client-logo {
        float: none;
        margin: 0 auto;
        background-position: 50%;
        width: 200px;
        height: 75px;
    }

.job-results-client-actions {
    margin-right: 20px;
    width:250px;
}

.job-results-client-actions .ntx-cand-button,
.job-results-client-actions .ntx-button {
    width:100%;
    display:block;
}

.job-results-client-actions .ntx-button {
    text-align:left;
}

.job-results-content .job-details, .work-for-us-jobs-container .job-details, .your-profile-section .job-details {
    margin-top: 0;
    padding: 0;
}


.job-results-client-actions .client-logo {
    width: 100%;
    height: 75px;
    background-position: 50%;
    margin-bottom: 30px;
}


.job-title {
    color: rgba(12, 98, 171, 1);
    font-weight: 700;
    margin-bottom: 20px;
    cursor: pointer;
}

    .job-title span {
        color: rgba(40, 40, 40, 1);
        font-weight: 500;
    }

.docu-sign .job-title {
    font-weight: 500;
    margin-bottom: 20px;
}

.job-details.docu-sign {
    min-height: initial;
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 2px solid #dddddd;
}

.docu-sign .job-description .ntx-button {
    width: auto;
    float: left;
    word-break: break-word;
}

.job-location span, .job-salary span, .job-reference span, .job-expiry span {
    font-weight: 700;
}


.job {
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

    .job:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }

    .job:first-of-type {
        padding-top: 0;
    }

#ViewProfileWizard label input[type=radio] {
    margin-right: 5px;
}

/*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/ /*J*/





/*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/

.left {
    float: left;
    width: 380px;
}

.link {
    cursor: pointer;
    text-decoration: none;
}

    .link:hover {
        text-decoration: underline;
    }

    .link:disabled {
        cursor: not-allowed;
    }

.link-colour {
    color: #0B5699;
}

.link-myapps {
    padding-bottom: 20px;
}

.left-side-align {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.location-dropdown-container {
    position: relative;
    width: 48%;
    float: right;
}

.social-media-login-dialogue-box {
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    width: 370px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 310px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

.login-dialogue-box {
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    width: 630px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 700px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

    .login-dialogue-box.forgotten-password {
        box-shadow: none;
        top: auto;
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
    }

.login-bottom-content.forgotten-password {
    height: auto;
}

.login-container, .profile-pointers-container, .social-media-login-container {
    width: 100%;
    float: left;
    height: 100%;
}

    .login-container .container {
        height: 100%;
    }

.login-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    position: absolute;
    top: -20px;
    right: -20px;
    float: left;
    background-color: rgba(45, 45, 45, 0.9);
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer;
    z-index: 2;
}

.login-top-section {
    float: left;
    width: 100%;
    height: 100px;
}

.social-media-login-top-section {
    float: left;
    width: 100%;
    padding: 0px 25px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.login-top-overlay {
    background-color: rgba(44, 44, 44, 0.55);
    float: left;
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    border-radius: 5px 5px 0px 0px;
}

.login-top-image {
    float: left;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 75%;
    border-radius: 5px 5px 0px 0px;
    background-image: url(../img/hero-images/recruiter/macbook-login-image.jpg);
}

.login-bottom-section {
    float: left;
    width: 100%;
    height: 600px;
    border-radius: 0px 0px 5px 5px;
}

.login-user-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    border: 2px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    background-repeat: no-repeat;
    background-size: 75px;
    background-position: 50% bottom;
    background-image: url(../img/icons/5e5e5e/blank-user.svg);
    border-radius: 5px 5px 5px 5px;
    z-index: 2;
}

.login-panel-option .ntx-button {
    margin-top: 20px;
}

.login-bottom-content {
    position: relative;
    top: -15px;
    float: left;
    width: 100%;
    padding: 0px 25px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 530px;
    padding-bottom: 20px;
}

.social-media-login-bottom-content {
    position: relative;
    top: -15px;
    float: left;
    width: 100%;
    padding: 0px 25px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 530px;
    padding-bottom: 20px;
}

.login-bottom-content .main-search-input {
    box-shadow: none;
    border: 1px solid #DDD;
    width: 100%;
    margin-bottom: 15px;
    padding: 12px;
    padding-left: 50px;
}

.login-bottom-content .ntx-button.primary-green {
    text-align: center;
}

.login-options-main {
    width: 100%;
    min-height: 170px;
}

.login-panel-message {
    float: left;
    width: 100%;
    min-height: 259px;
}

.login-options {
    float: left;
    width: 31.33%;
    margin-right: 3%;
    margin-left: 3%;
    border: 1px solid rgba(221, 221, 221, 1);
    text-align: center;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 1);
    color: #282828;
    cursor: pointer;
}

    .login-options:first-child {
        margin: 0;
    }

    .login-options:last-child {
        margin: 0;
    }

    .login-options.active {
        background-color: rgba(255, 102, 0, 1);
        color: #ffffff;
    }

.login-panel {
    position: relative;
}

.login-panel-hidden {
    display: none !important;
}

.login-options-main .login-panel {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.login-panel-message p {
    margin-bottom: 20px;
}

.login-data-required {
    background-color: rgb(250, 230, 228) !important;
}

.app-header.login-header {
    position: relative !important;
    background: none !important;
    float: left !important;
}

    .app-header.login-header.forgotten-password {
        width: 100%;
    }

.load-more {
    width: 100%;
    background-image: url(../img/icons/5e5e5e/add-icon.svg);
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    background-position: 50%;
    cursor: pointer;
    float: left;
    margin-top: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 30px;
    position: relative;
}

    .load-more:before, .load-more:after {
        content: '';
        float: left;
        width: -webkit-calc(50% - 60px);
        width: -o-calc(50% - 60px);
        width: calc(50% - 60px);
        height: 1px;
        background-color: rgb(221, 221, 221);
        position: absolute;
        left: 0;
        top: 25px;
    }

    .load-more:after {
        right: 0;
        left: auto;
    }

.logo-container .job-title {
    display: none;
}

.li-nav-icon {
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: 50%;
    width: 20px;
    min-height: 32px;
    margin-right: 10px;
}

    .li-nav-icon.home {
        background-image: url(../img/icons/5e5e5e/Home-Icon.svg);
    }

    .li-nav-icon.my-profile {
        background-image: url(../img/icons/5e5e5e/Blank-User.svg);
    }

    .li-nav-icon.references {
        background-image: url(../img/icons/5e5e5e/disciplines-icon.svg);
    }

    .li-nav-icon.job-alerts {
        background-image: url(../img/icons/5e5e5e/Job-Alerts-Icon.svg);
    }

    .li-nav-icon.favourite-jobs {
        background-image: url(../img/icons/5e5e5e/Heart-Icon.svg);
    }

    .li-nav-icon.my-applications {
        background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
    }

    .li-nav-icon.my-interviews {
        background-image: url(../img/icons/5e5e5e/Calendar-Icon.svg);
    }

    .li-nav-icon.my-references {
        background-image: url(../img/icons/5e5e5e/Disciplines-Icon.svg);
    }

    .li-nav-icon.messages {
        background-image: url(../img/icons/5e5e5e/Message-Icon.svg);
    }

    .li-nav-icon.onboarding {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
    }

    .li-nav-icon.search-jobs {
        background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
    }

li-text {
    width: 208px;
    height: 100%;
}

.li-text {
    text-align: left;
}

.login-input-container {
    position: relative;
}

    .login-input-container .password-reveal-icon {
        position: absolute;
        right: 15px;
        top: 15px;
    }

/*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/ /*L*/




/*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/

.mt-3 {
    margin-top:30px !important;
}

main {
    display: block;
}

.main-search-container {
    width: 800px;
    margin: 0 auto;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
    top: calc(50% - 88px);
    transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    background-color:#555;
}

main .search-container .is-container{
    z-index:3 !important;
}

.main-search-input {
    border-radius: 5px;
    border: 0px solid rgba(221, 221, 221, 1);
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);*/
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    width: 48%;
    float: left;
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding-left: 50px;
}

    .main-search-input.keyword-search {
        margin-right: 2%;
        background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
        background-size: 20px;
    }

    .main-search-input.location-search {
        margin-left: 2%;
        background-image: url(../img/icons/5e5e5e/gps-icon.svg);
        background-size: 20px;
    }

    .main-search-input.email-address {
        background-image: url(../img/icons/5e5e5e/Email-Address-Icon.svg);
        background-size: 20px;
    }

    .main-search-input.password {
        background-image: url(../img/icons/5e5e5e/Password-Icon.svg);
        background-size: 20px;
    }

.main-search-button {
    float: left;
    width: 100%;
    background-color: rgba(255, 136, 57, 0.75);
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 15px rgba(40, 40, 40, 0.8);
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
}

    .main-search-button:hover, .main-search-button:focus {
        text-decoration: underline;
        background-color: rgba(255, 136, 57, 0.95);
    }

.main-search-further-search-options {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.main-search-advanced-button {
    border-radius: 5px;
    border: 2px solid rgba(221, 221, 221, 1);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.55);
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px;
    width: 30%;
    float: left;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

    .main-search-advanced-button:hover, .main-search-advanced-button:focus {
        text-decoration: underline;
        background-color: rgba(255, 255, 255, 1);
    }

    .main-search-advanced-button.morph-search {
        min-height: 40px;
        position: absolute;
        z-index: 10000;
        top: 50px;
        right: 50px;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transition-property: min-height, width, top, right;
        transition-property: min-height, width, top, right;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
        transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    }

        .main-search-advanced-button.morph-search.open {
            width: 100%;
            min-height: 100%;
            top: 0px;
            right: 0px;
        }

    .main-search-advanced-button:nth-of-type(2) {
        margin-left: 5%;
        margin-right: 5%;
    }

.macbook-apoint-website {
    background-image: url(../img/realistic-mockups/macbook-apoint-website.png);
}

.mark-finished {
    font-weight: 700;
    padding-bottom: 20px;
}

.mb1 {
    margin-bottom: 1rem !important;
}

.mt1 {
    margin-top: 1rem !important;
}

.ml1 {
    margin-left: 1rem !important;
}

.mr1 {
    margin-right: 1rem !important;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.marketingPageHeaderBackground {
    background-image: url(../images//bannerBackgroundCACMProfServ.jpeg) !important;
}
.message-content br {
    margin-bottom: 5px !important;
    display: block;
    position: relative;
    height: 10px;
    content: '';
}

.mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.more-information-container {
    padding: 20px;
    float: left;
    width: 100%;
}

.mockup-image {
    background-repeat: no-repeat;
    background-position: right 50%;
    background-size: contain;
    width: 100%;
    height: 350px;
    float: left;
}

    .mockup-image.macbook-system {
        background-image: url(../img/realistic-mockups/macbook-system.png);
    }

    .mockup-image.iphone-mobile-advert {
        background-image: url(../img/realistic-mockups/iphone-mobile-advert.png);
    }

    .mockup-image.contact-us-floating-iphone {
        background-image: url(../img/realistic-mockups/contact-us-floating-iphone.png);
    }

    .mockup-image.imac-candidate-mockup {
        background-image: url(../img/realistic-mockups/imac-candidate-mockup.png);
        height: 450px;
        background-position: 50%;
    }





    .mockup-image.floating-macbook-website {
        background-image: url(../img/realistic-mockups/floating-macbook-website.png);
        height: 450px;
        background-position: 50%;
    }

    .mockup-image.floating-ipad-jobseeker {
        background-image: url(../img/realistic-mockups/floating-ipad-jobseeker.png);
    }




.my-filters-list li button {
    /*background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);*/
}

.my-filters-sub-header {
    float: left;
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
}

.my-filters-selected {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .my-filters-selected:last-of-type {
        margin-bottom: 0;
    }

.my-filters .primary-orange {
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

    .my-filters .primary-orange:last-child {
        margin-bottom: 0;
    }

.matching-criteria {
    padding-left: 20px;
}

/*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/ /*M*/





/*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/

.ntx-button-bigger {
    width: 100%;
    padding: 15px !important;
    margin: 20px 0;
}


.no-list-style
{
    list-style:none;
}

#NTXLoginBar table td span {
    display: none;
}

.has-multiple-checkboxes
{
    position:relative;
}

.has-multiple-checkboxes:after
{
    content:'';
    display:table;
    clear:both;
}

.has-multiple-checkboxes .ntx-checkbox
{
    /*width:auto;*/
}

.has-multiple-checkboxes .ntx-checkbox
{
    margin: 24px 24px 0 0;
}

.has-multiple-checkboxes .ntx-checkbox:last-of-type {
    margin-right: 0;
}

#NTXAdvert-Dialog_dialog .AdvertParentContainer {
    margin: 0 auto;
    box-sizing: initial;
}

.not-logged-in .further-search-options.stuck {
    top: 5px;
}

.not-logged-in #ntx-sticky-anchor {
}

.not-logged-in .user-navigation {
    display: none;
}

.not-logged-in .job-a-container {
    top: 0px;
}

.not-logged-in .job-r-container {
    top: 60px;
}


.navigation-content {
    float: left;
    width: 1000px;
}

ul.navigation {
    list-style: none;
    float: left;
    width: 1000px;
    position: absolute;
}

.navigation li {
    float: left;
    margin: 0 25px;
    font-weight: 500;
    border-bottom: 1px solid rgba(245, 248, 250, 1);
    cursor: pointer;
    position: relative;
}

#NTXAppFormQuestions UL {
    padding: 20px 40px;
}

.navigation li:hover, .navigation li:focus {
    border-bottom: 2px solid rgba(255, 136, 57, 1);
}

.navigation li a {
    padding: 10px 40px 18px 40px;
    display: block;
}

.navigation li.active {
    border-bottom: 2px solid rgba(255, 136, 57, 1);
}

.navigation li:first-child {
    margin-left: 0;
}

.navigation li:last-child {
    margin-right: 0;
}

.job-search-image.networx-recruitment-office {
    background-image: url(../img/hero-images/recruiter/networx-recruitment-office.jpg);
}

.promoted-content-item.image-item .promoted-content.no-padding-top {
    padding-top: 0;
}



.no-button {
    border: 0 none;
    background: transparent;
    cursor: pointer;
}

#NTXAdvert ul, #NTXAdvert-Dialog_dialog .AdvertParentContainer ul,
#NTXAdvert ol, #NTXAdvert-Dialog_dialog .AdvertParentContainer ol {
    margin-left: 2rem;
}

.ntx-mdl-container-intro {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 30px;
}

    .ntx-mdl-container-intro span {
        font-weight: 700;
    }

.ntx-mdl-content {
    float: left;
    width: 100%;
    margin-top: 50px;
}

    .ntx-mdl-content.testimonial .ntx-mdl-tabs {
        width: 50%;
    }

    .ntx-mdl-content.testimonial .ntx-mdl-container-image {
        width: 45%;
    }

.ntx-mdl-container-image {
    float: left;
    width: 35%;
    background-position: 50% top;
    background-repeat: no-repeat;
}

    .ntx-mdl-container-image.attracting-top-talent {
        background-image: url(../img/realistic-mockups/iPad-iPhone-Top-Down.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.argos-responsive-website {
        background-image: url(../img/realistic-mockups/argos-responsive-website.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.networx-careers-page-mockup {
        background-image: url(../img/realistic-mockups/laterooms-careers-page.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.fully-responsive-application {
        background-image: url(../img/realistic-mockups/fully-responsive-application.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.agencies-dashboard {
        background-image: url(../img/realistic-mockups/agencies-dashboard-mockup.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.candidate-managed-responsive {
        background-image: url(../img/realistic-mockups/candidate-managed-responsive.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.tableau-reporting {
        background-image: url(../img/realistic-mockups/Tableau-Reporting.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.managing-applications {
        background-image: url(../img/realistic-mockups/Macbook-Top-Down.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.macbook-top-down-notebook {
        background-image: url(../img/realistic-mockups/macbook-top-down-notebook.png);
        background-size: 100%;
        height: 360px;
    }

    .ntx-mdl-container-image.candidate-experience {
        background-image: url(../img/realistic-mockups/iMac-Environment-Top-Down.png);
        background-size: 100%;
        height: 360px;
    }

.ntx-mdl-content.full-width .ntx-mdl-tabs {
    width: 100%;
    float: left;
    margin-left: 0;
}

.ntx-mdl-tabs {
    float: left;
    width: 60%;
    margin-left: 5%;
}

.ntx-mdl-tab-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    width: 48px;
    height: 48px;
}

    .ntx-mdl-tab-icon.careers-portal-tab-icon {
        background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
        background-size: 40px;
    }

    .ntx-mdl-tab-icon.mobile-phone-icon {
        background-image: url(../img/icons/5e5e5e/Mobile-Phone-Icon.svg);
        background-size: 20px;
    }

    .ntx-mdl-tab-icon.ca-networx-swoosh-icon {
        background-image: url(../img/icons/5e5e5e/networx-Swoosh.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-aggregators-icon, .ntx-mdl-tab-icon.rhm-job-board-multiposting {
        background-image: url(../img/icons/5e5e5e/Aggregators-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-social-media-icon, .ntx-mdl-tab-icon.rhm-social-media-icon {
        background-image: url(../img/icons/5e5e5e/Share-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.rhm-networx-swoosh-icon {
        background-image: url(../img/icons/5e5e5e/networx-Swoosh.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-job-boards-icon, .ntx-mdl-tab-icon.rhm-your-careers-page, .ntx-mdl-tab-icon.ce-candidate-experience-icon {
        background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ca-search-icon {
        background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.rhm-creating-vacancies-icon, .ntx-mdl-tab-icon.ce-corporate-branding-options {
        background-image: url(../img/icons/5e5e5e/Edit-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.r-dashboard-icon {
        background-image: url(../img/icons/5e5e5e/Dashboard-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.cm-sifting-icon, .ntx-mdl-tab-icon.rhm-sifting-icon {
        background-image: url(../img/icons/5e5e5e/Sifting-Icon.svg);
        background-size: 25px;
    }

    .ntx-mdl-tab-icon.cm-shortlisting-candidates-icon, .ntx-mdl-tab-icon.rhm-searchable-candidate-database {
        background-image: url(../img/icons/5e5e5e/Users-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.cm-scoring-icon, .ntx-mdl-tab-icon.rhm-scoring-icon {
        background-image: url(../img/icons/5e5e5e/Scoring-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.rhm-self-selection-interviews-icon, .ntx-mdl-tab-icon.is-quarterly-updates-icon {
        background-image: url(../img/icons/5e5e5e/Calendar-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.cm-video-interview-icon, .ntx-mdl-tab-icon.rhm-video-interview-icon {
        background-image: url(../img/icons/5e5e5e/Video-Interview-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.cm-selection-tools-icon, .ntx-mdl-tab-icon.r-bespoke-reporting-icon {
        background-image: url(../img/icons/5e5e5e/Settings-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.cm-interview-services-icon, .ntx-mdl-tab-icon.is-tailored-training-icon {
        background-image: url(../img/icons/5e5e5e/Interview-Services-Icon.svg);
        background-size: 45px;
    }

    .ntx-mdl-tab-icon.cm-offering-candidates-icon, .ntx-mdl-tab-icon.is-project-managed-implementation, .ce-onboarding-icon {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.is-integrated-help-section-icon {
        background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.is-system-support-infrastructure-icon {
        background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
        background-size: 40px;
    }

    .ntx-mdl-tab-icon.ce-landing-page-icon, .ntx-mdl-tab-icon.am-dedicated-agency-portal {
        background-image: url(../img/icons/5e5e5e/Landing-Page-Icon.svg);
        background-size: 20px;
    }

    .ntx-mdl-tab-icon.ce-application-form-icon, .ntx-mdl-tab-icon.r-vacancy-overview-icon, .rhm-additional-options {
        background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.r-reporting-icon, .ntx-mdl-tab-icon.am-reporting-icon {
        background-image: url(../img/icons/5e5e5e/Reporting-Icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.ce-mobile-friendly-icon {
        background-image: url(../img/icons/5e5e5e/Mobile-Phone-Icon.svg);
        background-size: 20px;
    }

    .ntx-mdl-tab-icon.ce-applying-without-cv-icon, .ntx-mdl-tab-icon.r-compliance-diversity-icon, .ntx-mdl-tab-icon.am-manage-your-psl, .cm-candidate-management-icon {
        background-image: url(../img/icons/5e5e5e/Applying-Without-CV-Icon.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ce-candidate-account-icon, .ca-candidate-attraction-icon {
        background-image: url(../img/icons/5e5e5e/Blank-User.svg);
        background-size: 35px;
    }

    .ntx-mdl-tab-icon.ce-job-alerts-icon {
        background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
        background-size: 30px;
    }

    .ntx-mdl-tab-icon.ce-candidate-communication {
        background-image: url(../img/icons/5e5e5e/Message-Icon.svg);
        background-size: 35px;
    }


.ntx-mdl-container-left .ntx-mdl-container-image {
    float: right;
}

.ntx-mdl-container-left .ntx-mdl-tabs {
    margin-left: 0;
    margin-right: 5%;
}

.no-border {
    border: none;
}

.ntx-logo {
    background-image: url(../img/ntx-elements/networx-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    width: 185px;
    height: 45px;
    margin: 0 auto;
    display: block;
}

.ntx-button {
    border-radius: 5px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-repeat: no-repeat;
    padding: 10px 25px;
    font-weight: 500 !important;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(40, 40, 40, 1);
    display: block;
    text-decoration: none !important;
    position: relative;
}

    .ntx-button:hover, .ntx-button:focus, .contact-us-item:hover, .contact-us-item:focus {
        text-decoration: underline !important;
        background-color: rgba(245, 248, 250, 1);
    }

    .ntx-button.our-solutions-button {
        margin-top: 20px;
        width: 325px;
        min-width: 325px;
    }

    .ntx-button.full-width {
        text-align: center;
    }

    .ntx-button.testimonial-button {
        margin: 0 auto;
        width: 20%;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
    }

        .ntx-button.testimonial-button:before {
            content: '';
            width: 20px;
            height: 20px;
            background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: 50%;
            position: absolute;
            left: 25px;
        }

.ntx-button-arrow-right {
    background-image: url(../img/icons/ffffff/Arrow-Right.svg);
}

.ntx-button-arrow-left {
    background-image: url(../img/icons/ffffff/Arrow-Left.svg);
}

.ntx-button-left {
    float: left;
    text-align: left;
}

.ntx-button-right {
    float: right;
    /*padding-right: 50px !important;*/
    text-align: right;
}

.ntx-help-button-right {
    margin-right: 10px;
}

.ntx-button-center {
    width: 100%;
    padding-left: 50px !important;
    text-align: center;
}

.ntx-button.job-a-action {
    margin-right: 15px;
}

    .ntx-button.job-a-action:last-child {
        margin-right: 0;
    }

.ntx-button.time-left-to-apply-icon {
    background-image: url(../img/icons/5e5e5e/calendar-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.apply-now-icon {
    color: rgba(255, 255, 255, 1);
}

.job .ntx-button.primary-green.apply-now-icon {
    background-image: url(../img/icons/ffffff/arrow-right.svg);
    background-size: 10px;
    background-position: left 20px center;
}

    .job .ntx-button.primary-green.apply-now-icon:before {
        display: none;
    }

.ntx-button-add {
    background-image: url(../img/icons/ffffff/add-icon.svg);
}

.ntx-button.primary-green.apply-now-icon:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(../img/icons/ffffff/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    top: calc(50% - 7.5px);
    left: 10px;
    position: absolute;
}

.ntx-button.primary-green.tick-icon {
    background-image: url(../img/icons/ffffff/tick.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
}

.ntx-button.arrow-left-icon {
    background-image: url(../img/icons/5e5e5e/arrow-left.svg);
    background-size: 10px;
    background-position: left 20px center;
}

.ntx-button.job-a-icon {
    background-image: url(../img/icons/5e5e5e/job-a-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.documents-icon {
    background-image: url(../img/icons/5e5e5e/applications-icon.svg);
    background-size: 20px;
    background-position: left 15px center !important;
    padding: 10px 25px 10px 50px;
}

.ntx-button.menu-icon {
    background-image: url(../img/icons/5e5e5e/menu-icon.svg);
    background-size: 20px;
    background-position: left 20px center;
    padding-left: 50px !important;
}

.ntx-button.back-to-search {
    background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
    background-size: 20px;
    background-position: left 20px center;
    padding-left: 50px;
}

.ntx-button.primary-green.print-icon {
    background-image: url(../img/icons/ffffff/print-icon.svg);
    background-size: 20px;
    background-position: left 20px center;
}

.ntx-button.share-icon {
    background-image: url(../img/icons/5e5e5e/share-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.networx-swoosh {
    background-image: url(../img/icons/5e5e5e/networx-swoosh.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.candidate-services {
    background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.job-a-icon {
    background-image: url(../img/icons/5e5e5e/job-at-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

.ntx-button.login-icon {
    background-image: url(../img/icons/5e5e5e/padlock.svg);
    background-size: 15px;
    background-position: right 20px center;
    padding-right: 50px;
}

.ntx-button.support-icon {
    background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
    background-size: 15px;
    background-position: right 20px center;
    padding-right: 50px;
}

.ntx-button.user-login-icon {
    background-image: url(../img/icons/5e5e5e/blank-user.svg);
    background-size: 20px;
    background-position: right 20px center;
}

.ntx-button.save-icon {
    background-image: url(../img/icons/5e5e5e/heart-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding: 10px 25px 10px 50px;
}

    .ntx-button.save-icon.saved {
        background-image: url(../img/icons/4cab0c/tick.svg);
        background-color: rgb(245, 248, 250);
    }


.ntx-button.primary-green {
    /*background-color: #4cab0c;*/
    color: rgba(255, 255, 255, 1) !important;
}

.ntx-button.primary-red {
    background-color: rgb(225, 30, 30);
    color: rgba(255, 255, 255, 1) !important;
}

    .ntx-button.primary-red:hover {
        background-color: rgba(245, 68, 68,1);
    }

.ntx-button.primary-green.external-green {
    text-align: center;
    background-position: left 75px center;
    display: block;
}

.ntx-button.primary-orange {
    background-color: rgba(255, 102, 0, 1);
    color: rgba(255, 255, 255, 1) !important;
}

    .ntx-button.primary-orange:hover, .ntx-button.primary-orange:focus {
        background-color: rgba(255, 136, 57, 1);
    }

.ntx-button.primary-blue {
    background-color: rgb(67, 133, 245);
    color: rgba(255, 255, 255, 1) !important;
}

    .ntx-button.primary-blue:hover {
        background-color: rgba(67, 133, 245,0.75);
    }

.ntx-button.user-account-button {
    float: left;
    background-color: rgba(12, 98, 171, 1);
    color: rgba(255, 255, 255, 1) !important;
    margin-right: 15px;
}

    .ntx-button.user-account-button.register-for-job-alerts {
        padding: 10px 25px !important;
    }

    .ntx-button.user-account-button.favourite-jobs {
        position: relative;
    }

    .ntx-button.user-account-button:last-of-type {
        margin-right: 0;
    }

    .ntx-button.user-account-button:hover, .ntx-button.user-account-button:focus {
        background-color: rgba(41, 143, 206, 1);
    }

    .ntx-button.user-account-button.message-icon {
        background-image: url(../img/icons/ffffff/Message-Icon.svg);
        background-size: 20px;
        background-position: left 15px center;
        margin-right: 0;
        width: 100%;
    }

.ntx-button.primary-green:hover, .ntx-button.primary-green:focus {
    background-color: #275705;
}

.ntx-button.no-colour.ntx-button-cancel {
    background-image: url(../img/icons/5e5e5e/Close-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}


.ntx-button.more-information-button {
    background-color: rgba(76, 171, 12, 1);
    float: left;
    color: rgba(255, 255, 255, 1);
    background-image: url(../img/icons/ffffff/arrow-right.svg);
    background-size: 10px;
    background-position: left 20px center;
}

.ntx-button.job-alerts-button {
    background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
}

    .ntx-button.job-alerts-button.saved {
        background-image: url(../img/icons/4cab0c/tick.svg);
        background-color: rgb(245, 248, 250);
    }

.ntx-button.edit-job-alerts-button {
    background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.additional-reference-button {
    margin-bottom: 20px;
}

.ntx-button.edit-details-button {
    background-image: url(../img/icons/5e5e5e/edit-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.download-my-data-button {
    background-image: url(../img/icons/5e5e5e/Download-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.select-reference-button {
    background-image: url(../img/icons/5e5e5e/disciplines-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.primary-green.edit-details-button {
    background-image: url(../img/icons/ffffff/edit-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.applications-button {
    background-image: url(../img/icons/5e5e5e/edit-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.documents-to-sign-button {
    background-image: url(../img/icons/5e5e5e/documents-to-sign-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
    margin-bottom: 10px;
}

.ntx-button.withdraw-application-button {
    background-image: url(../img/icons/5e5e5e/close-icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.change-answer-request-button {
    background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.view-privacy-policy-button {
    background-image: url(../img/icons/5e5e5e/Sifting-Icon.svg);
    background-size: 15px;
    background-position: left 15px center;
    padding-left: 50px;
}


.ntx-button.raise-objection-button {
    background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.delete-favourite-role-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.change-password-button {
    background-image: url(../img/icons/5e5e5e/Password-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.deactivate-profile-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-cv-button {
    background-image: url(../img/icons/5e5e5e/Edit-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.download-cv-button {
    background-image: url(../img/icons/5e5e5e/Download-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.upload-cv-button {
    background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
    background-size: 25px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.tick-button {
    background-image: url(../img/icons/4cab0c/tick.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.enter-contact-details {
    background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
    background-size: 25px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.profile-icon {
    background-image: url(../img/icons/5e5e5e/Blank-User.svg);
    background-size: 25px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.delete-cv-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.delete-app-button {
    background-image: url(../img/icons/5e5e5e/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.primary-red.delete-app-button {
    background-image: url(../img/icons/ffffff/Delete-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-locations-button {
    background-image: url(../img/icons/5e5e5e/Location-Pin.svg);
    background-size: 15px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-disciplines-button {
    background-image: url(../img/icons/5e5e5e/Disciplines-Icon.svg);
    background-size: 15px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.edit-salary-range-button {
    background-image: url(../img/icons/5e5e5e/Salary-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.request-a-demo {
    text-align: center;
    width: 50%;
    float: left;
    margin-top: 20px;
    color: rgb(255, 255, 255) !important;
}

.ntx-button.show-matching-roles {
    background-image: url(../img/icons/5e5e5e/Job-Search-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.support-code-button {
    background-image: url(../img/icons/5e5e5e/Help-Icon.svg);
    background-size: 20px;
    background-position: left 15px center;
    padding-left: 50px;
}

.ntx-button.disabled {
    background-color: #c5c5c5 !important;
    pointer-events: none;
    border: 1px solid transparent;
}

    .ntx-button.disabled:hover {
        text-decoration: none !important;
        cursor: default !important;
    }

.login-options-main .ntx-button.disabled {
    display: none;
}

.not-allowed {
    cursor: not-allowed !important;
}

.ntx-button.action-loading {
    display: none;
    background-image: url('../img/ntx-branding/ntx-loader-ie.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999999999px;
}

    .ntx-button.action-loading.disabled {
        display: block;
    }

#ntx-sticky-anchor {
    float: left;
    width: 100%;
    bottom: 50px;
    height: 76px;
    background: rgba(0, 0, 0, 0);
    position: relative;
    z-index: -1;
}

    #ntx-sticky-anchor.ntx-sticky-anchor-recruiter {
        top: 3px;
    }

.ntx-navigation-container {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 0;
    visibility: hidden;
}

    .ntx-navigation-container.nav-active {
        opacity: 1;
        visibility: visible;
    }

    .ntx-navigation-container nav {
        float: left;
        width: 100%;
        height: 100%;
    }

.ntx-navigation {
    width: 300px;
    float: left;
    height: 100%;
    background-color: rgba(40, 40, 40, 1);
    position: relative;
    left: -300px;
    padding: 25px 35px;
}

.ntx-navigation-top {
    position: relative;
    top: 75px;
}

    .ntx-navigation-top a {
        color: rgba(255, 255, 255, 1);
        display: block;
        padding-bottom: 20px;
        background-size: contain;
        font-weight: 400;
    }

        .ntx-navigation-top a:last-child {
            padding-bottom: 0;
        }

.ntx-navigation-close-container {
    width: 100%;
    background-color: transparent;
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.ntx-navigation-container.nav-active .ntx-navigation, .ntx-navigation-container.nav-active .ntx-navigation-close-container {
    left: 0;
}

.ntx-navigation-close-icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    top: 25px;
    right: 25px;
    background-image: url(../img/icons/ffffff/close-icon.svg);
    cursor: pointer;
}

.ntx-navigation-bottom {
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: -o-calc(100% - 70px);
    width: calc(100% - 70px);
}

    .ntx-navigation-bottom .social-media-container {
        margin-top: 0;
    }

    .ntx-navigation-bottom hr {
        margin: 25px 0;
    }

    .ntx-navigation-bottom .client-login-link {
        display: block;
        padding-left: 2rem;
        background-repeat: no-repeat;
        background-image: url(../img/icons/ffffff/padlock.svg);
        background-position: left 50%;
        min-height: 20px;
        background-size: contain;
        color: rgba(255, 255, 255, 1);
        font-weight: 400;
    }

.ntx-modal {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

.ntx-modal-bg {
    background-image: none;
    background-color: rgba(45, 45, 45, 0.75);
    opacity: 1;
}

.ntx-modal-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgb(221, 221, 221);
    position: absolute;
    top: -20px;
    right: -20px;
    float: left;
    background-color: rgba(45, 45, 45, 0.9);
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
}

    .ntx-modal-close::before {
        display: none;
    }



/*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/ /*N*/





/*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/

.job-search-image.our-solutions-macbook {
    background-image: url(../img/hero-images/recruiter/our-solutions-macbook.jpg);
}

.job-search-image.our-clients-office {
    background-image: url(../img/hero-images/recruiter/our-clients-office.jpg);
}

.off-screen {
    position: absolute;
    left: -99999px;
}

#OnlineTest ul {
    margin-left: 1rem;
}

    #OnlineTest ul li {
        margin-bottom: 1rem;
    }



/*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/ /*O*/
/*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/
.pb1 {
    padding-bottom: 1rem;
}

.pt1 {
    padding-top: 1rem;
}

.pl1 {
    padding-left: 1rem;
}

.pr1 {
    padding-right: 1rem;
}

.padding1 {
    padding: 1rem;
}

.padding2 {
    padding: 2rem;
}

#printablediv {
    margin-top: 20px;
}

.privacy-policy-dialog .ntx-checkbox,
.privacy-policy-link-container {
    margin-top: 20px;
}

    .privacy-policy-dialog .ntx-checkbox label {
        padding: 15px 15px 15px 40px;
    }

    .privacy-policy-link-container > div {
        font-weight: 700;
        position: relative;
    }

p + .privacy-policy-link-container {
    margin: 20px 0;
}

.privacy-policy-link-container label {
    display: block;
}

.privacy-policy-link-container a.link {
    display: block;
}

.privacy-policy-link-container > p {
    font-weight: bold;
    display: block;
}

.privacy-policy-link-container.is-checked > div:before {
    background-image: url(../img/icons/4cab0c/tick.svg);
}

.pre-footer-header {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
}

    .pre-footer-header .h3 {
        font-weight: 400;
        margin-bottom: 30px;
    }

.prompt {
    width: 100%;
    max-width: 10rem;
}

td.prompt, th.prompt {
    width: 10rem;
    max-width: unset;
}

.prompt-l {
    width: 100%;
    max-width: 20rem;
}

td.prompt-l, th.prompt-l {
    width: 20rem;
    max-width: unset;
}

.prompt-xl {
    width: 100%;
    max-width: 30rem;
}

td.prompt-xl, th.prompt-xl {
    width: 30rem;
    max-width: unset;
}

@media only screen and (max-width : 1024px) {
    .prompt-l {
        width: 100%;
        max-width: 18rem;
    }

    td.prompt-l, th.prompt-l {
        width: 18rem;
        max-width: unset;
    }

    .prompt-xl {
        width: 100%;
        max-width: 22rem;
    }

    td.prompt-xl, th.prompt-xl {
        width: 22rem;
        max-width: unset;
    }
}

@media only screen and (max-width : 800px) {
    .prompt-l {
        width: 100%;
        max-width: 16rem;
    }

    td.prompt-l, th.prompt-l {
        width: 16rem;
        max-width: unset;
    }

    .prompt-xl {
        width: 100%;
        max-width: 20rem;
    }

    td.prompt-xl, th.prompt-xl {
        width: 20rem;
        max-width: unset;
    }
}


.promoted-content-container, .recruiter-content-container {
    background-color: rgba(255, 255, 255, 1);
    padding: 50px;
    border-right: 1px solid rgba(221, 221, 221, 1);
    border-left: 1px solid rgba(221, 221, 221, 1);
}

    .promoted-content-container .promoted-content {
        width: 45%;
        float: left;
        margin: 0 20px;
    }

    .promoted-content-container.large .promoted-content {
        width: 17.5%;
        margin: 0 17px;
    }

    .promoted-content-container .image-item .promoted-content, .promoted-content-container .content-items .promoted-content, .promoted-content-container .more-information-items .promoted-content {
        margin: 0;
    }

    .promoted-content-container.large .promoted-content:nth-of-type(5) {
        margin-right: 0;
    }

    .promoted-content-container.large .promoted-content:first-of-type {
        margin-left: 0;
    }

.promoted-content.no-border {
    border: none;
}

.promoted-content.contact-us-section {
    padding-top: 20px;
}

.promoted-content.no-border-bottom {
    border-bottom: none;
}

.promoted-content.text-align-center, .promoted-content.text-align-center .h6 {
    text-align: center;
}

.promoted-content-icon-outer {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 100%;
    padding: 4px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 1px solid rgba(221, 221, 221, 1);
}

.promoted-content-icon-inner {
    background-color: rgba(248, 248, 248, 1);
    border-radius: 100%;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border: 1px solid rgba(221, 221, 221, 1);
}

    .promoted-content-icon-inner.managing-applications {
        background-image: url(../img/icons/5e5e5e/Managing-Applications-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.attracting-top-talent {
        background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.candidate-experience {
        background-image: url(../img/icons/5e5e5e/Mobile-Phone-Icon.svg);
        background-size: 30px;
    }

    .promoted-content-icon-inner.reporting {
        background-image: url(../img/icons/5e5e5e/Reporting-Icon.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.agencies {
        background-image: url(../img/icons/5e5e5e/Users-Icon.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.implementation {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
        background-size: 40px;
    }

    .promoted-content-icon-inner.the-company {
        background-image: url(../img/icons/5e5e5e/Users-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.our-services {
        background-image: url(../img/icons/5e5e5e/Settings-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.our-clients {
        background-image: url(../img/icons/5e5e5e/Hand-Shake-Icon.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.jobseeker {
        background-image: url(../img/icons/5e5e5e/Blank-User.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.networx-client-swoosh {
        background-image: url(../img/icons/5e5e5e/networx-Swoosh.svg);
        background-size: 50px;
    }

    .promoted-content-icon-inner.general-eunquiries {
        background-image: url(../img/icons/5e5e5e/Message-Icon.svg);
        background-size: 50px;
    }

.promoted-content .bottom-section {
    padding: 20px;
}

    .promoted-content .bottom-section.more-info {
        padding: 0 20px;
    }

.promoted-content .more-information-container {
    background-color: rgba(248, 248, 248, 1);
    border-radius: 0px 0px 5px 5px;
}

.promoted-content.center {
    margin-left: 5%;
    margin-right: 5%;
}

.promoted-content .ntx-button {
    margin-top: 20px;
}

.promoted-content .more-information-container .ntx-button {
    margin-top: 0;
}

.promoted-content-list {
    margin-top: 20px;
    list-style: none;
}

    .promoted-content-list li {
        padding-left: 20px;
        min-height: 20px;
        padding-bottom: 15px;
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: left top 5px;
        background-image: url(../img/icons/4cab0c/tick-box.svg);
        line-height: 25px;
    }

        .promoted-content-list li:last-child {
            padding-bottom: 0;
        }

.promoted-content-image {
    float: left;
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 4px 4px 0px 0px;
}

.promoted-content-overlay {
    float: left;
    width: 100%;
    height: 150px;
    background-color: rgba(44, 44, 44, 0.35);
    position: absolute;
    z-index: 1;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    padding: 40px 130px;
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 10px rgba(40, 40, 40, 0.8);
    font-weight: 500;
}

    .promoted-content-overlay * {
        text-align: center;
        color: rgb(255, 255, 255);
        text-shadow: 0px 0px 10px rgba(40, 40, 40, 0.8);
        font-weight: 500;
    }

.promoted-content .apply-now-icon {
    text-align: center;
    background-position: left 75px center;
    display: block;
}

.promoted-content .h6 {
    text-align: left;
}

.promoted-content-item {
    display: flex;
    width: 75%;
    margin: 0 auto;
}

    .promoted-content-item.contact-us .promoted-content:nth-of-type(2) {
        margin-left: 5%;
        margin-right: 0%;
    }

    .promoted-content-item.contact-us .promoted-content:nth-of-type(1) {
        margin-left: 0%;
        margin-right: 5%;
    }

    .promoted-content-item.more-information-items .promoted-content {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: none;
    }

    .promoted-content-item.content-items .promoted-content {
        border-radius: 0;
        border-top: none;
    }

    .promoted-content-item.image-item .promoted-content {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.profile-container-icon {
    background-repeat: no-repeat;
    background-size: contain;
    width: 75px;
    height: 75px;
    float: left;
    background-position: 50%;
}

.profile-incomplete-warning-icon {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
}

.profile-complete-tick-icon {
    background-image: url(../img/icons/5e5e5e/Tick-Box.svg);
}

.profile-job-alert-icon {
    background-image: url(../img/icons/5e5e5e/Job-Alerts-Icon.svg);
}

.profile-my-data-icon {
    background-image: url(../img/icons/5e5e5e/application-info.svg);
}

.profile-docusign-info-icon {
    background-image: url(../img/icons/5e5e5e/documents-to-sign-icon.svg);
}

.profile-interviews-icon {
    background-image: url(../img/icons/5e5e5e/Calendar-Icon.svg);
}

.profile-incomplete-applications-icon {
    background-image: url(../img/icons/5e5e5e/Managing-Applications-Icon.svg);
}

.profile-applications-complete-icon {
    background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
}

.profile-supplemental-info-icon {
    background-image: url(../img/icons/5e5e5e/Sifting-Icon.svg);
}

.profile-references-info-icon {
    background-image: url(../img/icons/5e5e5e/Disciplines-Icon.svg);
}

.profile-fullapp-request-icon {
    background-image: url(../img/icons/5e5e5e/Warning-Icon.svg);
}

.profile-agency-application-icon {
    background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
}

.profile-upload-icon {
    background-image: url(../img/icons/5e5e5e/Cloud-Icon.svg);
}

.profile-searchable-cv {
    background-image: url(../img/icons/5e5e5e/Candidate-Search.svg);
}

.profile-searchable-icon {
    background-image: url(../img/icons/5e5e5e/Magnifying-Glass.svg);
}

.profile-private-icon {
    background-image: url(../img/icons/5e5e5e/spy.svg);
}

.profile-pointers-container .container {
    height: 75%;
    position: relative;
}

.profile-pointers {
    width: 300px;
    height: 100px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(221, 221, 221);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 4px rgb(136, 136, 136);
    -moz-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px rgb(136, 136, 136);
    bottom: 30px;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 20px 40px;
}

    .profile-pointers.active {
        opacity: 1;
        visibility: visible;
    }

    .profile-pointers.profile-pointers-1 {
    }

    .profile-pointers.profile-pointers-2 {
        left: 150px;
    }

    .profile-pointers.profile-pointers-3 {
        bottom: 70px;
        left: auto;
        right: 0px;
    }

        .profile-pointers.profile-pointers-3:before {
            right: 35px;
            left: auto;
            top: 98px;
        }

        .profile-pointers.profile-pointers-3:after {
            right: 38px;
            left: auto;
            top: 96px;
        }

    .profile-pointers:before, .profile-pointers:after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
    }

    .profile-pointers:before {
        left: 35px;
        top: 98px;
        border: 18px solid;
        border-color: rgb(221, 221, 221) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    .profile-pointers:after {
        left: 38px;
        top: 96px;
        border: 15px solid;
        border-color: rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    .profile-pointers.profile-pointers-left:before {
        left: -37px;
        top: 19px;
        border: 18px solid;
        border-color: rgba(0, 0, 0, 0) rgb(221, 221, 221) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    .profile-pointers.profile-pointers-left:after {
        left: -30px;
        top: 22px;
        border: 15px solid;
        border-color: rgba(0, 0, 0, 0) rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

.profile-pointers-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url(../img/icons/5e5e5e/Close-Icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.profile-about-you {
    display: inline-block;
    vertical-align: middle;
    border: 0px solid #ddd;
    float: left;
    border-radius: 0px;
    padding: 0px;
    width: 100%;
    margin-bottom: 0px;
}

    .profile-about-you h1 {
        margin-bottom: 25px;
    }

.profile-job-preferences {
    display: inline-block;
    vertical-align: middle;
    border: 0px solid #ddd;
    float: left;
    border-radius: 5px;
    padding: 0px;
    width: 100%;
    margin-bottom: 30px;
}

    .profile-job-preferences h1 {
        margin-bottom: 25px;
    }

.plymouth-college-of-art-header-image {
    background-image: url(../img/our-clients/Education/plymouth-college-of-art/plymouth-college-of-art-header.jpg);
}

.pointer-cursor {
    cursor: pointer;
}

.privacy-policy-link {
    text-decoration: underline !important;
    cursor: pointer !important;
    color: #1160da !important;
}

.position-relative {
    position: relative;
}

/*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/ /*P*/


/*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/


.question-quick-app .quick-app-button-container {
    float: right;
}

    .question-quick-app .quick-app-button-container .ntx-button {
        float: left;
    }




.question-response .drop-down:after {
    content: '';
    background-image: url(../img/icons/5e5e5e/Arrow-Down.svg);
    height: 10px;
    width: 15px;
    float: right;
    background-size: contain;
    position: absolute;
    right: 15px;
    z-index: 1;
    background-repeat: no-repeat;
    top: 15px;
}

.question-response .drop-down.required.valid {
    background-image: none;
}

.quick-app-header td img {
    width: 180px;
    height: 55px;
}



/*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/ /*Q*/




/*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/

.references-content .title,
.references-content .details {
    position: static;
    top: 0;
    left: 0;
    width: 50%;
    text-align: left;
    word-break: break-all;
    padding: 0;
    padding-bottom: 20px;
    float:left;
}

input.radio-button {
    margin-right: 8px;
}

.request-a-demo-header-image {
    background-image: url(../img/hero-images/recruiter/request-a-demo-header-image.jpg);
}

.reference-completed-icon {
    width: 100px;
    margin: 0 auto;
    position: relative;
}

.ntx-icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    background-color: rgb(255, 255, 255);
    border-radius: 100%;
    padding: 15px;
    border: 1px solid rgb(221, 221, 221);
}

.reference-completed-icon .ntx-icon.tick-icon {
    background-image: url(../img/icons/4cab0c/tick.svg);
    background-size: 20px;
    top: 0;
    right: 0;
}

.references-check-box-container {
    float: right;
}

    .references-check-box-container .references-label {
        padding: 0;
    }

references-checkbox-container {
    float: left;
    width: 35%;
}

.reference-item {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

    .reference-item:last-of-type {
        margin-bottom: 0;
    }

    .reference-item h2.h3 {
        font-weight: 500;
        margin-bottom: 15px;
    }

.reference-hidden {
    display: none;
}

.reference-show {
    display: block;
}

.recruiter-top-section-container .scroll-down-container {
    width: 1200px;
}

.reference-info {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

    .reference-info:last-of-type {
        margin-bottom: 0px;
    }

.candidate-dialog-box .reference-info {
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
}

.reference-info .your-profile-header {
    border-bottom: none;
    padding-bottom: 0;
}

.references-content {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.recruiter-top-section-container .scroll-down-container .scroll-down-featured-recruiters {
    color: rgb(40, 40, 40);
    text-shadow: none;
}

.recruiter-top-section-container .scroll-down-container .scroll-down-container-icon {
    background-image: url(../img/icons/5e5e5e/arrow-down.svg);
}

.refine-search-section {
    float: left;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 20px;
}

main article .refine-search-half-width-container .refine-search-section {
    width: 30%;
    padding: 25px;
}

.refine-search-full-width-container .refine-search-section {
    width: 100%;
    padding: 50px 20px;
}

.refine-search-overlay .main-search-button {
    margin-bottom: 25px;
}

.refine-search-half-width-container .refine-search-section:nth-child(2) {
    margin-left: 5%;
    margin-right: 5%;
}

.refine-search-half-width-container {
    float: left;
    width: 100%;
    height: 50%;
    margin-bottom: 40px;
}

.refine-search-full-width-container {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.refine-search-section .advanced-search-options-container {
    height: -moz-calc(100% - 80px);
    height: -webkit-calc(100% - 80px);
    height: -o-calc(100% - 80px);
    height: calc(100% - 80px);
    margin-top: 15px;
}

.refine-search-section .advanced-search-option-checkbox {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 98%;
    margin-right: 0;
}

.refine-search-section .advanced-search-option-label {
    padding: 10px;
}

.refine-search-overlay .main-search-input {
    border: 1px solid #dddddd;
    box-shadow: none;
}

.recruiter-top-section-container .job-search-overlay {
    width: 1200px;
    background-color: rgba(255, 255, 255, 0.85);
}

    .recruiter-top-section-container .job-search-overlay .container {
        padding: 0px 40px;
        height: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

        .recruiter-top-section-container .job-search-overlay .container ul {
            padding: 20px;
        }

            .recruiter-top-section-container .job-search-overlay .container ul li {
                padding-bottom: 10px;
            }

                .recruiter-top-section-container .job-search-overlay .container ul li:last-of-type {
                    padding-bottom: 0px;
                }


.ribbon {
    background-color: rgba(76, 171, 12, 1);
    width: 40px;
    height: 50px;
    position: absolute;
    margin: auto;
    background-image: url(../img/icons/ffffff/Sponsored-Ribbon.svg);
    background-position: 50%;
    background-size: 50%;
    background-repeat: no-repeat;
    z-index: 2;
    right: 20px;
    -webkit-box-shadow: 10px 10px 10px 0px rgba(40,40,40,0.5);
    -moz-box-shadow: 10px 10px 10px 0px rgba(40,40,40,0.5);
    box-shadow: 10px 10px 10px 0px rgba(40,40,40,0.5);
}

    .ribbon:before {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 0;
        height: 0;
        border-top: 30px solid rgba(76, 171, 12, 1);
        border-right: 30px solid transparent;
    }

    .ribbon:after {
        content: "";
        position: absolute;
        bottom: -20px;
        right: 0;
        width: 0;
        height: 0;
        border-top: 30px solid rgba(76, 171, 12, 1);
        border-left: 30px solid transparent;
    }


div[class^="col-"]:not(:last-of-type) {
    margin-right: 1rem;
}

.right {
    float: left;
    width: 380px;
}

    .right.tall .further-jobs-container {
        height: 390px;
        width: 380px;
        float: left;
    }

    .right.tall .further-jobs-image-overlay {
        background-color: rgba(255, 102, 0, 0.55);
    }

.right-side-align {
    float: right;
    width: 48%;
    margin-left: 2%;
}

.recruiter-content {
    padding: 0;
}

    .recruiter-content.stuck {
        top: 60px;
    }

        .recruiter-content.stuck ~ article .clients-pre-footer {
            top: 60px;
        }

        .recruiter-content.stuck ~ footer .footer {
            top: 60px;
        }

.recruiter-content-container {
    width: 1200px;
    margin: 0 auto;
    background-color: rgb(236, 236, 236);
}

    .recruiter-content-container:nth-of-type(2n+1) {
        background-color: rgba(255, 255, 255, 1);
    }

    .recruiter-content-container ul {
        padding: 10px 20px;
    }

        .recruiter-content-container ul li {
            padding: 5px 0px;
        }


.random-client {
    float: left;
    width: 33%;
    height: 100px; /* equals max image height */
    white-space: nowrap;
    text-align: center;
}

    .random-client:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .random-client img {
        vertical-align: middle;
        max-height: 100px;
        max-width: 250px;
    }


/*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/ /*R*/



/*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/

.salary-input-container {
    float: left;
    width: 100%;
    margin-top: 40px;
}

    .salary-input-container .advanced-search-input {
        float: left;
        width: 48%;
        padding-left: 50px;
        background-image: url(../img/icons/5e5e5e/money-salary-icon.svg);
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: left 20px center;
    }

    .salary-input-container .salary-input-divider {
        float: left;
        width: 4%;
        text-align: center;
        line-height: 56px;
    }

select {
    font-family: Roboto, sans-serif;
}

.send-me-jobs-like-this-container {
    float: right;
    width: 30%;
}

    .send-me-jobs-like-this-container .ntx-button.primary-green {
        text-align: center;
    }

.scroll-down-container {
    float: left;
    width: 100%;
    position: fixed;
    bottom: 30%;
}

.scroll-down-container-icon {
    width: 40px;
    height: 30px;
    background-image: url(../img/icons/ffffff/arrow-down.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 20px;
}

.scroll-down-featured-recruiters {
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-shadow: 1px 1px 15px rgba(40, 40, 40, 0.8);
    width: 250px;
    margin: 0 auto;
    cursor: pointer;
}

    .scroll-down-featured-recruiters:hover {
        text-decoration: underline;
    }

#SideNav {
    margin-top: 0 !important;
}

.social-media-container {
    margin: 0 auto;
    margin-top: 25px;
}

.social-media-icon {
    width: 35px;
    height: 35px;
    border: 2px solid rgba(221, 221, 221, 1);
    border-radius: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 5px;
    cursor: pointer;
}

    .social-media-icon:first-of-type {
        margin-left: 0;
    }

    .social-media-icon:last-of-type {
        margin-right: 0;
    }

    .social-media-icon.facebook {
        background-image: url(../img/icons/ffffff/facebook-icon.svg);
        background-size: 7px;
    }

    .social-media-icon.glassdoor {
        background-image: url(../img/icons/ffffff/glassdoor-icon.svg);
        background-size: 10px;
    }

    .social-media-icon.google-plus {
        background-image: url(../img/icons/ffffff/google-plus-icon.svg);
        background-size: 15px;
    }

    .social-media-icon.linkedin {
        background-image: url(../img/icons/ffffff/linkedin-icon.svg);
        background-size: 15px;
    }

    .social-media-icon.twitter {
        background-image: url(../img/icons/ffffff/twitter-icon.svg);
        background-size: 15px;
    }

.sponsored-jobs, .promoted-content-container {
    width: 1200px;
    margin: 0 auto;
}

    .sponsored-jobs .sponsored-job-container:nth-of-type(2) {
        float: left;
        width: 380px;
        margin-left: 30px;
        margin-right: 30px;
    }

.suggested-locations-disciplines-list, .my-filters-list {
    list-style: none;
}

    .suggested-locations-disciplines-list li, .my-filters-list li {
        font-weight: 500;
        padding-bottom: 10px;
    }

        .suggested-locations-disciplines-list li:last-child, .my-filters-list li:last-child {
            padding-bottom: 0px;
        }

        .suggested-locations-disciplines-list li button, .my-filters-list li button {
            position:relative;
            color: rgba(12, 98, 171, 1);
            text-decoration: none;
            width: 100%;
            padding-right: 30px;
            background-repeat: no-repeat;
            background-position: right top;
            background-size: 20px 20px;
            cursor: pointer;
            min-height: 20px;
            background-color:transparent;
            text-align:left;
        }

        .suggested-locations-disciplines-list li button {
            /*background-image: url(../img/icons/5e5e5e/add-icon.svg);*/
        }

        .suggested-locations-disciplines-list li button:hover, .suggested-locations-disciplines-list li button:focus, .my-filters-list li button:hover, .my-filters-list li button:focus {
            text-decoration: underline;
        }

.sponsored-job-container .client-logo {
    background-position: 50%;
}

.sponsored-job-container, .promoted-content {
    width: 30%;
    border-radius: 5px;
    border: 1px solid rgba(221, 221, 221, 1);
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    z-index: 0;
    float: left;
}

    .promoted-content.no-border-radius {
        border-radius: 0;
    }

    .sponsored-job-container.center {
        margin-left: 30px;
        margin-right: 30px;
    }

    .sponsored-job-container .apply-now-icon {
        text-align: left;
        background-position: left 100px center;
    }

.sponsored-job-container {
    width: 380px;
}

.sponsored-job-image {
    float: left;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 4px 4px 0px 0px;
    background-image: url(../img/hero-images/disciplines/Marketing-and-PR/Marketing-PR-3.jpg);
}


.sponsored-job-image-overlay {
    background-color: rgba(44, 44, 44, 0.55);
    float: left;
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    border-radius: 4px 4px 0px 0px;
}

.sub-container {
    float: left;
    width: 400px;
    min-height: 45px;
}

    .sub-container.sub-container-single {
        width: 100%;
    }

        .sub-container.sub-container-single .client-logo {
            background-size: contain;
        }

    .sub-container.sub-container-single-login {
        position: absolute;
        top: 0;
        right: 0;
    }

.start-typing {
    font-style: italic;
    font-weight: 400;
}

#SideNav .side-nav-bt .calendar-32 .time-holder {
    top: 10px !important;
    left: 50px !important;
}

#SideNav .side-nav-bt .calendar-32 {
    padding-left: 48px !important;
}

    #SideNav .side-nav-bt .calendar-32 .time-holder.char-count-1 {
        top: 10px !important;
        left: 58px !important;
    }

    #SideNav .side-nav-bt .calendar-32 .time-holder.char-count-2 {
        top: 10px !important;
        left: 43px !important;
    }

    #SideNav .side-nav-bt .calendar-32 .time-holder.char-count-3 {
        top: 10px !important;
        left: 43px !important;
    }

#SideNav .side-nav-bt.time {
    cursor: auto !important;
}

    #SideNav .side-nav-bt.time:hover {
        background-color: #ffffff;
        text-decoration: none !important;
    }

        #SideNav .side-nav-bt.time:hover .time-holder, #SideNav .side-nav-bt.time:hover .time-holder.char-count-2, #SideNav .side-nav-bt.time:hover .time-holder.char-count-3, #SideNav .side-nav-bt.time:hover .calendar-32:after {
            text-decoration: none !important;
        }

#SideNav .side-nav-bt .calendar-32:after {
    cursor: text;
}

.text-off-screen {
    text-indent: -99999px;
}

.sub-header {
    margin-top: 15px;
}

section.dialog {
    height: 0;
    width: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: all 0.5s;
    display: none;
    -moz-animation: fadeEffect 0.5s;
    -webkit-animation: fadeEffect 0.5s;
    animation: fadeEffect 0.5s;
}

    section.dialog.active {
        pointer-events: all;
        display: block;
        width: 100%;
        height: 100%;
    }

        section.dialog.active:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgb(40, 40, 40);
            z-index: 1;
            opacity: 0.5;
        }

    section.dialog.privacy-policy-dialog.active:after {
        background-color: rgb(248, 248, 248);
        z-index: 1;
        opacity: 0.975;
    }

    section.dialog .content {
        float: left;
        width: 90%;
        height: auto;
        max-height: 90%;
        max-width: 900px;
        border: 1px solid rgb(221, 221, 221);
        border-radius: 10px;
        background-color: rgb(255, 255, 255);
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        position: relative;
        padding: 25px;
        -webkit-box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
        -moz-box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
        box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
        z-index: 2;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    section.dialog.has-actions .content {
        padding: 0;
    }

    section.dialog .content.has-small-width {
        max-width: 600px;
    }

    section.dialog .content main {
        width: 100%;
        position: static;
        top: 0;
        float: left;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        overflow: auto;
        padding:0;
    }

    section.dialog.has-actions .content main {
        border-radius: inherit;
    }

    section.dialog ul,
    section.dialog ol {
        padding-left: 30px;
        padding-bottom: 10px;
    }

    section.dialog.privacy-policy-dialog .content > button.close + div
    {
        overflow:auto;
    }

.link {
    cursor: pointer;
    text-decoration: none;
}

a.link {
    color: #0A5494;
    font-weight: bold;
}

button.close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: rgba(40, 40, 40, 0.85);
    border: 1px solid rgb(255, 255, 255);
    position: absolute;
    top: -20px;
    right: -20px;
    padding: 10px;
    z-index: 3;
}

svg.base-icon {
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    fill: rgb(40, 40, 40);
}

button.close svg {
    width: 100%;
    height: 100%;
    fill: rgb(255, 255, 255);
}

section {
    width: 100%;
    position: relative;
}

    section.dialog.has-actions .content section.application-content {
        float: left;
        padding: 25px;
    }

    section.dialog h1 {
        text-transform: none;
        color: inherit;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgb(117, 117, 117);
        font-weight: 400;
        text-align: center;
    }

.safer-jobs-logo {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    height: 150px;
    background-image: url(../img/misc/safer-jobs-logo.jpg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

section.actions {
    float: left;
    background-color: rgb(238, 238, 238);
    padding: 10px 20px;
    border-top: 1px solid rgb(221, 221, 221);
    text-align: right;
}

section.dialog.has-actions section.actions {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

section.dialog.safer-jobs .application-content a.link {
    color: #0B5699;
    font-weight: 500;
}

section.actions .ntx-action-button:last-of-type {
    margin-right: 0;
}

section.actions .ntx-action-button:first-of-type {
    margin-left: 0;
}

article.job-result section.actions .ntx-action-button, .dialog section.actions .ntx-action-button {
    float: none;
}

section.actions .ntx-action-button {
    margin: 0 5px;
    display: inline-table;
    float: left;
}

.ntx-action-button[disabled="disabled"]:hover {
    text-decoration: none;
}

.ntx-action-button.primary {
    background-color: rgb(77, 171, 13);
    color: #ffffff;
}

    .ntx-action-button.primary:hover {
        background-color: rgba(77, 171, 13, 0.75);
    }

.ntx-action-button[disabled="disabled"].primary {
    background-color: rgba(77, 171, 13, 0.55);
    color: #ffffff;
}

    .ntx-action-button[disabled="disabled"].primary:hover {
        background-color: rgba(77, 171, 13, 0.55);
        text-decoration: none;
    }

.ntx-action-button.secondary {
    background-color: rgb(67, 133, 245);
    color: #ffffff;
}

    .ntx-action-button.secondary:hover {
        background-color: rgba(67, 133, 245, 0.75);
    }

.ntx-action-button[disabled="disabled"].secondary {
    background-color: rgba(67, 133, 245, 0.55);
    color: #ffffff;
}

    .ntx-action-button[disabled="disabled"].secondary:hover {
        background-color: rgba(67, 133, 245, 0.55);
        text-decoration: none;
    }

.ntx-action-button.tertiary {
    background-color: rgb(230, 73, 73);
    color: #ffffff;
}

    .ntx-action-button.tertiary:hover {
        background-color: rgba(230, 73, 73, 0.75);
    }

.ntx-action-button[disabled="disabled"].tertiary {
    background-color: rgba(230, 73, 73, 0.55);
    color: #ffffff;
}

    .ntx-action-button[disabled="disabled"].tertiary:hover {
        background-color: rgba(230, 73, 73, 0.55);
        text-decoration: none;
    }

.ntx-action-button.disabled, .ntx-action-button[disabled="disabled"] {
    cursor: not-allowed;
    user-select: none;
    opacity: 1; /*need this to beat apoint stylesheet*/
}

    .ntx-action-button.disabled:hover, .ntx-action-button[disabled="disabled"]:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.ntx-ripple {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 1;
}

.ntx-action-button {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgb(255, 255, 255);
    color: rgb(40, 40, 40);
}


.submitAndReviewSection {
    padding: 50px;
    margin: 20px 0;
    border: 1px solid rgba(221, 221, 221, 1);
}

.submitAndReviewSection h2 {
    padding-bottom:0;
}

.submitAndReviewSection .question {
    padding: 30px 0 0;
    margin: 0;
}

.submitAndReviewSection .question p.bold {
    font-weight:bold;
}

.submitAndReviewSection .info-block {
    margin: 20px 0 0;
}

.submitAndReviewSection .section-title { 
    padding:30px 0 0;
}

.submitAndReviewSection button.ntx-button {
    margin-top:30px; 
}

.submitAndReviewSection .reference-info {
    padding-top:10px;    
}

.submitAndReviewSection .reference-info .references {
    padding-top: 10px;
}

    /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/ /*S*/
    /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/
    .text-align-center {
        text-align: center;
    }

textarea {
    font-family: Roboto, sans-serif;
}

.top-section {
    float: left;
    width: 100%;
}

.testimonial-browser {
    text-align: left;
    width: 700px;
    height: 436px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #dddddd;
    margin: 0 auto;
}

    .testimonial-browser .top-bar {
        border-radius: 5px 5px 0 0;
        border-top: thin solid rgb(234, 234, 233);
        border-bottom: thin solid rgb(223, 223, 222);
        background: rgb(94, 94, 94);
        float: left;
        width: 100%;
    }

    .testimonial-browser .circles {
        padding: 10px 15px;
    }

    .testimonial-browser .circle {
        height: 8px;
        width: 8px;
        display: inline-block;
        border-radius: 50%;
        background-color: rgb(255, 255, 255);
        margin-right: 10px;
    }

        .testimonial-browser .circle:last-of-type {
            margin-right: 0px;
        }

        .testimonial-browser .circle.red {
            background-color: rgb(255, 0, 0);
        }

        .testimonial-browser .circle.green {
            background-color: rgb(76, 171, 12);
        }

        .testimonial-browser .circle.yellow {
            background-color: rgb(255, 167, 109);
        }

    .testimonial-browser .content {
        margin: 0;
        width: 100%;
        height: -moz-calc(100% - 41px) !important;
        height: -webkit-calc(100% - 41px) !important;
        height: -o-calc(100% - 41px) !important;
        height: calc(100% - 41px) !important;
        display: inline-block;
        border-radius: 0 0 5px 5px;
        background-color: rgb(250, 250, 250);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% top;
    }

        .testimonial-browser .content.argos {
            background-image: url(../img/our-clients/WellKnownBrands/Argos/argos-website.jpg);
        }

        .testimonial-browser .content.thorntons {
            background-image: url(../img/our-clients/WellKnownBrands/Thorntons/thorntons-website.jpg);
        }

        .testimonial-browser .content.hobbycraft {
            background-image: url(../img/our-clients/WellKnownBrands/Hobbycraft/hobbycraft-website.jpg);
        }

        .testimonial-browser .content.wilko {
            background-image: url(../img/our-clients/WellKnownBrands/Wilko/wilko-website.jpg);
        }

        .testimonial-browser .content.maplin {
            background-image: url(../img/our-clients/WellKnownBrands/Maplin/maplin-website.jpg);
        }

        .testimonial-browser .content.laterooms {
            background-image: url(../img/our-clients/WellKnownBrands/Laterooms/laterooms-website.jpg);
        }

        .testimonial-browser .content.stonegate {
            background-image: url(../img/our-clients/Commercial/Stonegate/stonegate-website.jpg);
        }

        .testimonial-browser .content.london-city-airport {
            background-image: url(../img/our-clients/Commercial/london-city-airport/london-city-airport-website.jpg);
        }

        .testimonial-browser .content.domestic-and-general {
            background-image: url(../img/our-clients/Commercial/Domestic-and-General/domestic-and-general-website.jpg);
        }

        .testimonial-browser .content.vitality {
            background-image: url(../img/our-clients/Commercial/Vitality/vitality-website.jpg);
        }

        .testimonial-browser .content.tlt {
            background-image: url(../img/our-clients/Commercial/Tlt/tlt-website.jpg);
        }

        .testimonial-browser .content.wolters-kluwer {
            background-image: url(../img/our-clients/Commercial/Wolters-Kluwer/wolters-kluwer-website.jpg);
        }

        .testimonial-browser .content.mitsubishi-hitachi {
            background-image: url(../img/our-clients/Manufacturing/Mitsubishi-Hitachi/mitsubishi-hitachi-website.jpg);
        }

        .testimonial-browser .content.tulip {
            background-image: url(../img/our-clients/Manufacturing/Tulip/tulip-website.jpg);
        }

        .testimonial-browser .content.doosan {
            background-image: url(../img/our-clients/Manufacturing/Doosan/doosan-website.jpg);
        }

        .testimonial-browser .content.lucite-international {
            background-image: url(../img/our-clients/Manufacturing/Lucite-International/lucite-international-website.jpg);
        }

        .testimonial-browser .content.yeo-valley {
            background-image: url(../img/our-clients/Manufacturing/Yeo-Valley/yeo-valley-website.jpg);
        }

        .testimonial-browser .content.tata-steel {
            background-image: url(../img/our-clients/Manufacturing/Tata-Steel/tata-steel-website.jpg);
        }

        .testimonial-browser .content.aster {
            background-image: url(../img/our-clients/Housing/Aster/aster-website.jpg);
        }

        .testimonial-browser .content.yorkshire-housing {
            background-image: url(../img/our-clients/Housing/Yorkshire-Housing/yorkshire-housing-website.jpg);
        }

        .testimonial-browser .content.paradigm {
            background-image: url(../img/our-clients/Housing/Paradigm/paradigm-website.jpg);
        }

        .testimonial-browser .content.knightstone {
            background-image: url(../img/our-clients/Housing/Knightstone/knightstone-website.jpg);
        }

        .testimonial-browser .content.places-for-people {
            background-image: url(../img/our-clients/Housing/Places-for-People/places-for-people-website.jpg);
        }

        .testimonial-browser .content.orbit {
            background-image: url(../img/our-clients/Housing/Orbit/orbit-website.jpg);
        }

        .testimonial-browser .content.waterloo-housing {
            background-image: url(../img/our-clients/Housing/Waterloo-Housing/waterloo-housing-website.jpg);
        }

        .testimonial-browser .content.curo-group {
            background-image: url(../img/our-clients/Housing/Curo-Group/curo-website.jpg);
        }

        .testimonial-browser .content.grand-union {
            background-image: url(../img/our-clients/Housing/Grand-Union/grand-union-website.jpg);
        }

        .testimonial-browser .content.watford {
            background-image: url(../img/our-clients/Housing/Watford/watford-website.jpg);
        }

        .testimonial-browser .content.north-hertfordshire {
            background-image: url(../img/our-clients/Housing/North-Hertfordshire/north-hertfordshire-website.jpg);
        }

        .testimonial-browser .content.gateway-housing {
            background-image: url(../img/our-clients/Housing/Gateway-Housing/gateway-housing-website.jpg);
        }

        .testimonial-browser .content.pdsa {
            background-image: url(../img/our-clients/Charities/Pdsa/pdsa-website.jpg);
        }

        .testimonial-browser .content.fitzroy {
            background-image: url(../img/our-clients/Charities/Fitzroy/fitzroy-website.jpg);
        }

        .testimonial-browser .content.rethink {
            background-image: url(../img/our-clients/Charities/Rethink/rethink-website.jpg);
        }

        .testimonial-browser .content.macintyre {
            background-image: url(../img/our-clients/Charities/Macintyre/macintyre-website.jpg);
        }

        .testimonial-browser .content.hestia {
            background-image: url(../img/our-clients/Charities/Hestia/hestia-website.jpg);
        }

        .testimonial-browser .content.cornwall-hospice-care {
            background-image: url(../img/our-clients/Charities/Cornwall-Hospice-Care/cornwall-hospice-care-website.jpg);
        }

        .testimonial-browser .content.ncg {
            background-image: url(../img/our-clients/Education/Ncg/ncg-website.jpg);
        }

        .testimonial-browser .content.cornwall-college {
            background-image: url(../img/our-clients/Education/Cornwall-College/cornwall-college-website.jpg);
        }

        .testimonial-browser .content.wiltshire-college {
            background-image: url(../img/our-clients/Education/Wiltshire-College/wiltshire-college-website.jpg);
        }

        .testimonial-browser .content.united-learning {
            background-image: url(../img/our-clients/Education/United-Learning/united-learning-website.jpg);
        }

        .testimonial-browser .content.future-schools-trust {
            background-image: url(../img/our-clients/Education/Future-Schools-Trust/future-schools-trust-website.jpg);
        }

        .testimonial-browser .content.whitgift-foundation {
            background-image: url(../img/our-clients/Education/Whitgift-Foundation/whitgift-foundation-website.jpg);
        }

        .testimonial-browser .content.mole-valley-farmers {
            background-image: url(../img/our-clients/Retail/Mole-Valley-Farmers/mole-valley-farmers-website.jpg);
        }

        .testimonial-browser .content.evans-cycles {
            background-image: url(../img/our-clients/Retail/Evans-Cycles/evans-cycles-website.jpg);
        }

        .testimonial-browser .content.one-stop {
            background-image: url(../img/our-clients/Retail/One-Stop/one-stop-website.jpg);
        }

        .testimonial-browser .content.home-retail-group {
            background-image: url(../img/our-clients/Retail/Home-Retail-Group/home-retail-group-website.jpg);
        }

        .testimonial-browser .content.homebase {
            background-image: url(../img/our-clients/Retail/Homebase/homebase-website.jpg);
        }

.testimonial-advert-container {
    width: 400px;
    height: 600px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.52);
    -moz-box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.52);
    box-shadow: 0px 0px 5px 0px rgba(40,40,40,0.52);
    padding: 20px;
}

.testimonial-advert {
    width: 100%;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

    .testimonial-advert.argos {
        background-image: url(../img/our-clients/WellKnownBrands/Argos/argos-advert.jpg);
    }

    .testimonial-advert.thorntons {
        background-image: url(../img/our-clients/WellKnownBrands/Thorntons/thorntons-advert.jpg);
    }

    .testimonial-advert.hobbycraft {
        background-image: url(../img/our-clients/WellKnownBrands/Hobbycraft/hobbycraft-advert.jpg);
    }

    .testimonial-advert.wilko {
        background-image: url(../img/our-clients/WellKnownBrands/Wilko/wilko-advert.jpg);
    }

    .testimonial-advert.maplin {
        background-image: url(../img/our-clients/WellKnownBrands/Maplin/maplin-advert.jpg);
    }

    .testimonial-advert.laterooms {
        background-image: url(../img/our-clients/WellKnownBrands/Laterooms/laterooms-advert.jpg);
    }

    .testimonial-advert.london-city-airport {
        background-image: url(../img/our-clients/Commercial/london-city-airport/london-city-airport-advert.jpg);
    }

    .testimonial-advert.stonegate {
        background-image: url(../img/our-clients/Commercial/Stonegate/stonegate-advert.jpg);
    }

    .testimonial-advert.domestic-and-general {
        background-image: url(../img/our-clients/Commercial/Domestic-and-General/domestic-and-general-advert.jpg);
    }

    .testimonial-advert.vitality {
        background-image: url(../img/our-clients/Commercial/Vitality/vitality-advert.jpg);
    }

    .testimonial-advert.tlt {
        background-image: url(../img/our-clients/Commercial/Tlt/tlt-advert.jpg);
    }

    .testimonial-advert.wolters-kluwer {
        background-image: url(../img/our-clients/Commercial/Wolters-Kluwer/wolters-kluwer-advert.jpg);
    }

    .testimonial-advert.mitsubishi-hitachi {
        background-image: url(../img/our-clients/Manufacturing/Mitsubishi-Hitachi/mitsubishi-hitachi-advert.jpg);
    }

    .testimonial-advert.tulip {
        background-image: url(../img/our-clients/Manufacturing/Tulip/tulip-advert.jpg);
    }

    .testimonial-advert.doosan {
        background-image: url(../img/our-clients/Manufacturing/Doosan/doosan-advert.jpg);
    }

    .testimonial-advert.lucite-international {
        background-image: url(../img/our-clients/Manufacturing/Lucite-International/lucite-international-advert.jpg);
    }

    .testimonial-advert.yeo-valley {
        background-image: url(../img/our-clients/Manufacturing/Yeo-Valley/yeo-valley-advert.jpg);
    }

    .testimonial-advert.tata-steel {
        background-image: url(../img/our-clients/Manufacturing/Tata-Steel/tata-steel-advert.jpg);
    }

    .testimonial-advert.aster {
        background-image: url(../img/our-clients/Housing/Aster/aster-advert.jpg);
    }

    .testimonial-advert.yorkshire-housing {
        background-image: url(../img/our-clients/Housing/Yorkshire-Housing/yorkshire-housing-advert.jpg);
    }

    .testimonial-advert.paradigm {
        background-image: url(../img/our-clients/Housing/Paradigm/paradigm-advert.jpg);
    }

    .testimonial-advert.knightstone {
        background-image: url(../img/our-clients/Housing/Knightstone/knightstone-advert.jpg);
    }

    .testimonial-advert.places-for-people {
        background-image: url(../img/our-clients/Housing/Places-for-People/places-for-people-advert.jpg);
    }

    .testimonial-advert.orbit {
        background-image: url(../img/our-clients/Housing/Orbit/orbit-advert.jpg);
    }

    .testimonial-advert.waterloo-housing {
        background-image: url(../img/our-clients/Housing/Waterloo-Housing/waterloo-housing-advert.jpg);
    }

    .testimonial-advert.curo-group {
        background-image: url(../img/our-clients/Housing/Curo-Group/curo-advert.jpg);
    }

    .testimonial-advert.grand-union {
        background-image: url(../img/our-clients/Housing/Grand-Union/grand-union-advert.jpg);
    }

    .testimonial-advert.watford {
        background-image: url(../img/our-clients/Housing/watford/watford-advert.jpg);
    }

    .testimonial-advert.north-hertfordshire {
        background-image: url(../img/our-clients/Housing/North-Hertfordshire/north-hertfordshire-advert.jpg);
    }

    .testimonial-advert.gateway-housing {
        background-image: url(../img/our-clients/Housing/Gateway-Housing/gateway-housing-advert.jpg);
    }

    .testimonial-advert.pdsa {
        background-image: url(../img/our-clients/Charities/Pdsa/pdsa-advert.jpg);
    }

    .testimonial-advert.fitzroy {
        background-image: url(../img/our-clients/Charities/Fitzroy/fitzroy-advert.jpg);
    }

    .testimonial-advert.rethink {
        background-image: url(../img/our-clients/Charities/Rethink/rethink-advert.jpg);
    }

    .testimonial-advert.macintyre {
        background-image: url(../img/our-clients/Charities/Macintyre/macintyre-advert.jpg);
    }

    .testimonial-advert.hestia {
        background-image: url(../img/our-clients/Charities/Hestia/hestia-advert.jpg);
    }

    .testimonial-advert.cornwall-hospice-care {
        background-image: url(../img/our-clients/Charities/Cornwall-Hospice-Care/cornwall-hospice-care-advert.jpg);
    }

    .testimonial-advert.ncg {
        background-image: url(../img/our-clients/Education/Ncg/ncg-advert.jpg);
    }

    .testimonial-advert.cornwall-college {
        background-image: url(../img/our-clients/Education/Cornwall-College/cornwall-college-advert.jpg);
    }

    .testimonial-advert.wiltshire-college {
        background-image: url(../img/our-clients/Education/Wiltshire-College/wiltshire-college-advert.jpg);
    }

    .testimonial-advert.united-learning {
        background-image: url(../img/our-clients/Education/United-Learning/united-learning-advert.jpg);
    }

    .testimonial-advert.future-schools-trust {
        background-image: url(../img/our-clients/Education/Future-Schools-Trust/future-schools-trust-advert.jpg);
    }

    .testimonial-advert.whitgift-foundation {
        background-image: url(../img/our-clients/Education/Whitgift-Foundation/whitgift-foundation-advert.jpg);
    }

    .testimonial-advert.mole-valley-farmers {
        background-image: url(../img/our-clients/Retail/Mole-Valley-Farmers/mole-valley-farmers-advert.jpg);
    }

    .testimonial-advert.evans-cycles {
        background-image: url(../img/our-clients/Retail/Evans-Cycles/evans-cycles-advert.jpg);
    }

    .testimonial-advert.one-stop {
        background-image: url(../img/our-clients/Retail/One-Stop/one-stop-advert.jpg);
    }

    .testimonial-advert.home-retail-group {
        background-image: url(../img/our-clients/Retail/Home-Retail-Group/home-retail-group-advert.jpg);
    }

    .testimonial-advert.homebase {
        background-image: url(../img/our-clients/Retail/Homebase/homebase-advert.jpg);
    }

/*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/ /*T*/




/*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/

.user-navigation, .recruiter-navigation-bar {
    float: left;
    width: 100%;
    background-color: rgb(236, 236, 236);
    padding: 20px 30px;
    z-index: 4;
    position: relative;
    height: 60px;
    top: 0px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    border-top: 1px solid rgba(221, 221, 221, 1);
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

    .user-navigation.top {
        top: 76px;
        position: fixed;
        border-bottom: 1px solid rgba(221, 221, 221, 1);
        border-top: none;
    }

.user-icon {
    width: 125px;
    height: 125px;
    border-radius: 5px;
    background-color: rgba(245, 248, 250, 1);
    background-image: url(../img/icons/5e5e5e/blank-user.svg);
    box-shadow: rgba(0,0,0,0.05) 2px 0px 11px;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    bottom: -30px;
    border: 3px solid rgba(255, 255, 255, 1);
    float: left;
    background-repeat: no-repeat;
    right: 0;
    cursor: default;
}

.user-icon-settings-container {
    padding: 5px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 5px 0px 0px;
    cursor: pointer;
    width: 125px;
    height: 125px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-image: none;
}

.user-icon-settings {
    background-image: url(../img/icons/5e5e5e/edit-icon.svg);
    border: 2px solid rgba(94, 94, 94, 1);
    content: "";
    display: block;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: 0px 0px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 0px;
    height: 0px;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    opacity: 0;
}

.your-profile-section .user-icon {
    position: relative;
    border: 1px solid rgb(221, 221, 221);
}

.user-icon:hover .user-icon-settings-container, .user-icon:focus .user-icon-settings-container {
    background-color: rgba(255, 255, 255, 0.75);
}

    .user-icon:hover .user-icon-settings-container .user-icon-settings, .user-icon:focus .user-icon-settings-container .user-icon-settings {
        opacity: 1;
        width: 60px;
        height: 60px;
        background-size: 30px 30px;
    }


.user-icon.user-icon-small {
    width: 50px;
    height: 50px;
    top: -5px;
    right: 0px;
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    cursor: default;
}

.user-navigation.stuck .user-icon.user-icon-small {
    opacity: 1;
    visibility: visible;
    top: 5px;
}

.user-navigation.top .user-icon.user-icon-normal {
    display: none;
}

.user-navigation.stuck {
    position: fixed;
    top: 130px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.user-navigation.recruiter-navigation-bar.stuck {
    top: 76px;
    border-top: none;
    height: 59px;
}

.user-navigation .container {
    position: relative;
    top: 0;
}

.user-name {
    float: left;
    text-align: right;
    font-weight: 700;
    color: rgba(40, 40, 40, 1);
    margin-right: 25px;
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: -o-calc(100% - 150px);
    width: calc(100% - 150px);
    position: relative;
    right: 0;
}

.user-navigation.stuck .user-name, .user-navigation.top .user-name {
    right: -70px;
}

.user-navigation.stuck .user-icon {
    opacity: 0;
    visibility: hidden;
    bottom: 70px;
    right: 0;
    float: right;
}

    .user-navigation.stuck .user-icon.user-icon-small, .user-navigation.top .user-icon.user-icon-small {
        opacity: 1;
        visibility: visible;
        top: -5px;
        right: 0;
        z-index: 1;
    }

.user-name span {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
}

.user-details {
    float: left;
    width: 40%;
    padding: 10px 0;
}

.user-account-buttons-container {
    float: left;
    width: 60%;
}

    .user-account-buttons-container .ntx-button:last-of-type {
        margin-right: 0;
    }

    .user-account-buttons-container .ntx-button.user-account-button {
        color: #ffffff !important;
    }

.ui-widget {
    font-family: Roboto, sans-serif !important;
}

.ui-autocomplete {
    display: none;
    position: absolute;
    list-style-type: none;
    width: 100% !important;
    height: 300px;
    overflow: auto;
    word-break: break-word;
    white-space: normal;
    background: #ffffff !important;
    border: 2px solid #dddddd !important;
    padding: 15px;
}

    .ui-autocomplete:before {
        content: "suggested locations...";
        font-size: 19px;
        color: #7a7a7a;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #dddddd;
        margin-bottom: 10px !important;
        clear: both;
        display: block;
    }

    .ui-autocomplete li {
        cursor: pointer !important;
        padding: 5px !important;
        margin: 0 !important;
        border: 1px solid #ffffff !important;
    }

        .ui-autocomplete li .ui-state-focus, .ui-autocomplete li a {
            background: #ffffff !important;
            color: #000000;
            font-weight: normal;
        }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #f8f8f8 !important;
    border: 1px solid #dddddd !important;
    color: #282828 !important;
    font-weight: normal !important;
}

ul.navigation li ul {
    display: none;
    position: absolute;
    top: 47px;
    z-index: -1;
    float: left;
    width: 250px;
    left: 0px;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-top: none;
    cursor: default;
}

ul.navigation li:hover ul {
    display: block;
}

ul.navigation li ul li {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    border: 2px solid rgb(255, 255, 255);
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

    ul.navigation li ul li:last-of-type {
        margin-bottom: 0;
    }

    ul.navigation li ul li a {
        padding: 10px 20px;
    }

.ui-widget-overlay {
    background-color: rgba(45, 45, 45, 0.75) !important;
    background-image: none !important;
}

.user-icon.Name-A {
    background-image: url(../img/icons/Name-Icons/Name-A-Icon.svg);
}

.user-icon.Name-B {
    background-image: url(../img/icons/Name-Icons/Name-B-Icon.svg);
}

.user-icon.Name-C {
    background-image: url(../img/icons/Name-Icons/Name-C-Icon.svg);
}

.user-icon.Name-D {
    background-image: url(../img/icons/Name-Icons/Name-D-Icon.svg);
}

.user-icon.Name-E {
    background-image: url(../img/icons/Name-Icons/Name-E-Icon.svg);
}

.user-icon.Name-F {
    background-image: url(../img/icons/Name-Icons/Name-F-Icon.svg);
}

.user-icon.Name-G {
    background-image: url(../img/icons/Name-Icons/Name-G-Icon.svg);
}

.user-icon.Name-H {
    background-image: url(../img/icons/Name-Icons/Name-H-Icon.svg);
}

.user-icon.Name-I {
    background-image: url(../img/icons/Name-Icons/Name-I-Icon.svg);
}

.user-icon.Name-J {
    background-image: url(../img/icons/Name-Icons/Name-J-Icon.svg);
}

.user-icon.Name-K {
    background-image: url(../img/icons/Name-Icons/Name-K-Icon.svg);
}

.user-icon.Name-L {
    background-image: url(../img/icons/Name-Icons/Name-L-Icon.svg);
}

.user-icon.Name-M {
    background-image: url(../img/icons/Name-Icons/Name-M-Icon.svg);
}

.user-icon.Name-N {
    background-image: url(../img/icons/Name-Icons/Name-N-Icon.svg);
}

.user-icon.Name-O {
    background-image: url(../img/icons/Name-Icons/Name-O-Icon.svg);
}

.user-icon.Name-P {
    background-image: url(../img/icons/Name-Icons/Name-P-Icon.svg);
}

.user-icon.Name-Q {
    background-image: url(../img/icons/Name-Icons/Name-Q-Icon.svg);
}

.user-icon.Name-R {
    background-image: url(../img/icons/Name-Icons/Name-R-Icon.svg);
}

.user-icon.Name-S {
    background-image: url(../img/icons/Name-Icons/Name-S-Icon.svg);
}

.user-icon.Name-T {
    background-image: url(../img/icons/Name-Icons/Name-T-Icon.svg);
}

.user-icon.Name-U {
    background-image: url(../img/icons/Name-Icons/Name-U-Icon.svg);
}

.user-icon.Name-V {
    background-image: url(../img/icons/Name-Icons/Name-V-Icon.svg);
}

.user-icon.Name-W {
    background-image: url(../img/icons/Name-Icons/Name-W-Icon.svg);
}

.user-icon.Name-X {
    background-image: url(../img/icons/Name-Icons/Name-X-Icon.svg);
}

.user-icon.Name-Y {
    background-image: url(../img/icons/Name-Icons/Name-Y-Icon.svg);
}

.user-icon.Name-Z {
    background-image: url(../img/icons/Name-Icons/Name-Z-Icon.svg);
}

/*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/ /*U*/





/*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/

.verification-overlay, .login-overlay, .social-media-privacy-login-overlay, .profile-introduction {
    background-color: rgba(45, 45, 45, 0.75);
}

    .verification-overlay .ntx-button.primary-green {
        float: left;
    }

#ViewProfileWizard {
    float: left;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0px;
    background: rgba(45, 45, 45, 0.75);
    z-index: 10;
    width: 100%;
}

    #ViewProfileWizard .pop-up-wrapper {
        width: 1200px;
        margin: 0 auto;
        background-color: rgb(255, 255, 255);
        border-radius: 0px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
        -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
        box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
        border: 1px solid #dddddd;
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
        top: 50px;
        height: -moz-calc(100% - 100px) !important;
        height: -webkit-calc(100% - 100px) !important;
        height: -o-calc(100% - 100px) !important;
        height: calc(100% - 100px) !important;
    }

        #ViewProfileWizard .pop-up-wrapper #NTXAppFormNav {
            width: 100%;
            height: 100%;
        }

    #ViewProfileWizard .h6 {
        text-align: left;
        padding-bottom: 10px;
        border-bottom: 1px solid rgb(221, 221, 221);
    }

.verification-container {
    float: left;
    width: 100%;
    display: flex;
    background-color: rgba(255, 255, 255, 1);
    height: 400px;
    position: relative;
    top: 50%;
    padding: 0px;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    box-sizing: unset;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

    .verification-container .h3 {
        text-align: left;
    }

    .verification-container input {
        border: 1px solid rgba(221, 221, 221, 1);
        padding: 10px;
        width: 100%;
        font-weight: 600;
        margin: 20px 0;
    }


.verification-left {
    float: left;
    width: 50%;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
}

.verification-left-overlay {
    background-color: rgba(255, 136, 57, 0.75);
    float: left;
    width: 50%;
    height: 400px;
    position: absolute;
    z-index: 1;
}

.verification-left-image {
    background-image: url(../img/hero-images/recruiter/macbook-verification-image.jpg);
    float: left;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 50%;
    height: auto;
    min-height: 400px;
}

.verification-right {
    float: right;
    width: 50%;
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 30px;
}

    .verification-right .container {
        width: 540px;
        float: left;
    }

    .verification-right .ntx-button {
        margin-right: 15px;
        color: #ffffff !important;
    }

.verification-overlay p span {
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
}

#ViewProfileWizard .candidate-dialog-actions .ntx-button.ntx-button-arrow-right, #ViewProfileWizard .candidate-dialog-actions .ntx-button.ntx-button-arrow-left, .popup-page .ntx-button.ntx-button-arrow-left, .popup-page .ntx-button.ntx-button-arrow-right {
    background-size: 10px;
}

#ViewProfileWizard .checkbox-container label.checkbox input[type=checkbox] {
    display: none;
}

#ViewProfileWizard hr {
    border-top: 1px solid #dddddd;
}

#ViewProfileWizard td.padding-right img {
    width: 30px;
    height: 30px;
    float: left;
}

#ViewProfileWizard .ntx-button.job-alerts-button {
    padding-left: 50px;
}

#ViewProfileWizard .container {
    top: 50px;
    height: -moz-calc(100% - 100px) !important;
    height: -webkit-calc(100% - 100px) !important;
    height: -o-calc(100% - 100px) !important;
    height: calc(100% - 100px) !important;
}

#ViewProfileWizard .profile-pointers.profile-pointers-1 {
    top: 10px;
    bottom: auto;
    left: 310px;
}

    #ViewProfileWizard .profile-pointers.profile-pointers-1:before {
        left: -37px;
        top: 25px;
        border: 18px solid;
        border-color: rgba(0, 0, 0, 0) rgb(221, 221, 221) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

    #ViewProfileWizard .profile-pointers.profile-pointers-1:after {
        left: -30px;
        top: 28px;
        border: 15px solid;
        border-color: rgba(0, 0, 0, 0) rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

.view-next-section-container .ntx-button {
    text-align: center;
    float: none;
    margin: 0 auto;
    width: 80%;
}

#ViewAdvert .AdvertParentContainer {
    margin: 0 auto;
}

#ViewAdvert .job-a-actions-container {
    float: left;
    width: 100%;
}

/*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/ /*V*/





/*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/

.width-auto {
    width: auto !important;
}

.wide {
    float: left;
    width: 100%;
    height: 270px;
}

    .wide .further-jobs-container {
        float: left;
        width: 100%;
        height: 270px;
    }

.work-for-us-jobs-container {
    margin: 0 auto;
    width: 100%;
    margin-top: 50px;
}

.wiltshire-college-header-image {
    background-image: url(../img/our-clients/Education/wiltshire-college/wiltshire-college-header.jpg);
}

/*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/ /*W*/





/*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/



/*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/ /*X*/





/*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/

.your-profile-section.reference:nth-of-type(1) {
    padding-top: 20px;
    border-top: 1px solid #dddddd;
    margin-top: 20px;
}

.your-profile-section:nth-last-of-type(1) {
    padding-top: 0;
}

.your-profile-action-buttons-section.references .ntx-button.ntx-button-left {
    float: left;
}

.your-profile-section {
    padding: 10px 0;
    width: 100%;
    margin-bottom: 20px;
}

    .your-profile-section#divSelectedReferences {
        margin-bottom: 0;
    }

        .your-profile-section#divSelectedReferences h2.h3 {
            text-align: left;
        }

    .your-profile-section .job-details span {
        font-weight: 700;
    }

.your-profile-is-incomplete-container td:first-of-type {
    width: 125px;
    vertical-align: top;
}

.your-profile-is-incomplete-container td:nth-of-type(2) {
    width: -moz-calc(100% - 125px) !important;
    width: -webkit-calc(100% - 125px) !important;
    width: -o-calc(100% - 125px) !important;
    width: calc(100% - 125px) !important;
}

.your-profile-is-incomplete-container ol, .your-profile-is-incomplete-container ul {
    padding: 20px;
    font-weight: 500;
}

    .your-profile-is-incomplete-container ol li, .your-profile-is-incomplete-container ul li {
        padding-bottom: 20px;
    }

.your-profile-section .h6 {
    text-align: left;
    margin-bottom: 0;
}

.your-profile-section .title {
    /*color: rgb(12, 98, 171);*/
    font-weight: bold;
}

.your-profile-section .details {
    float: left;
    padding-left: 10px;
}

.your-profile-section .incomplete {
    font-weight: bold;
    color: #4F5A65;
}

.your-profile-title-section {
    width: 20%;
}

    .your-profile-title-section.references {
        width: 65%;
    }

.reference-info .your-profile-title-section.references {
    width: 65%;
}

.reference-info .your-profile-action-buttons-section.references {
    width: 35%;
    position: relative;
    z-index: 1;
}

    .reference-info .your-profile-action-buttons-section.references .ntx-button {
        padding-right: 12.5px !important;
    }


.your-profile-title-section.references .your-profile-action-buttons-section.references .ntx-button:last-of-type {
    margin-left: 10px;
}

.your-profile-action-buttons-section.references .ntx-button:first-of-type {
    margin-left: 0px;
}

.your-profile-action-buttons-section.references .ntx-button {
    margin: 0px 0px 20px 10px;
}

.your-profile-title-section.references h5 {
    margin-bottom: 0;
}

.your-profile-action-buttons-section {
    width: 80%;
}

    .your-profile-action-buttons-section.references {
        width: 100%;
    }

.your-profile-header {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
}

.your-profile-action-buttons-section .ntx-button {
    margin: 0px 0px 10px 10px;
}

.your-profile-action-buttons-section .ntx-button {
    padding: 10px 12.5px 10px 45px;
}

.populated-from-cv {
    background-image: url(../img/icons-32/282828/cvs-icon.png);
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/ /*Y*/





/*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/



/*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/






.mdl-spinner {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
}

    .mdl-spinner:not(.is-upgraded).is-active:after {
        content: "Loading...";
    }

    .mdl-spinner.is-upgraded.is-active {
        -moz-animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
        -webkit-animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
        animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
    }


@-moz-keyframes mdl-spinner__container-rotate {
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-webkit-keyframes mdl-spinner__container-rotate {
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@keyframes mdl-spinner__container-rotate {

    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}


.mdl-spinner__layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mdl-spinner__layer-1 {
    border-color: #42a5f5;
}

.mdl-spinner--single-color .mdl-spinner__layer-1, .mdl-spinner--single-color .mdl-spinner__layer-2, .mdl-spinner--single-color .mdl-spinner__layer-3, .mdl-spinner--single-color .mdl-spinner__layer-4 {
    border-color: rgb(63,81,181);
}

.mdl-spinner.is-active .mdl-spinner__layer-1 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-2 {
    border-color: #f44336;
}

.mdl-spinner.is-active .mdl-spinner__layer-2 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-3 {
    border-color: #fdd835;
}

.mdl-spinner.is-active .mdl-spinner__layer-3 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-4 {
    border-color: #4caf50;
}

.mdl-spinner.is-active .mdl-spinner__layer-4 {
    -moz-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}


/*--------*/

@-moz-keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -o-transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -o-transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -o-transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -o-transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
    }
}

@-webkit-keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -o-transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -o-transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -o-transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -o-transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
    }
}

@keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -o-transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -o-transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -o-transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -o-transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -o-transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-1-fade-in-out {
    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

@-webkit-keyframes mdl-spinner__layer-1-fade-in-out {
    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

@keyframes mdl-spinner__layer-1-fade-in-out {

    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-2-fade-in-out {
    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-2-fade-in-out {
    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-2-fade-in-out {

    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-3-fade-in-out {
    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-3-fade-in-out {
    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-3-fade-in-out {

    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__layer-4-fade-in-out {
    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-4-fade-in-out {
    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-4-fade-in-out {

    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

/*--------*/



.mdl-spinner__gap-patch {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .mdl-spinner__gap-patch .mdl-spinner__circle {
        width: 1000%;
        left: -450%;
    }

.mdl-spinner__circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .mdl-spinner__circle-clipper .mdl-spinner__circle {
        width: 200%;
    }

.mdl-spinner__circle {
    box-sizing: border-box;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mdl-spinner__left .mdl-spinner__circle {
    border-right-color: transparent !important;
    transform: rotate(129deg);
    -ms-transform: rotate(129deg);
    -webkit-transform: rotate(129deg);
    -moz-transform: rotate(129deg);
    -o-transform: rotate(129deg);
}

.mdl-spinner.is-active .mdl-spinner__left .mdl-spinner__circle {
    -moz-animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__right .mdl-spinner__circle {
    left: -100%;
    border-left-color: transparent !important;
    transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
    -webkit-transform: rotate(-129deg);
    -moz-transform: rotate(-129deg);
    -o-transform: rotate(-129deg);
}

.mdl-spinner.is-active .mdl-spinner__right .mdl-spinner__circle {
    -moz-animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    -webkit-animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
}

/*--------*/

@-moz-keyframes mdl-spinner__left-spin {
    0%,to {
        transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

@-webkit-keyframes mdl-spinner__left-spin {
    0%,to {
        transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

@keyframes mdl-spinner__left-spin {

    0%,to {
        transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }
}

/*--------*/

/*--------*/

@-moz-keyframes mdl-spinner__right-spin {
    0%,to {
        transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
}

@-webkit-keyframes mdl-spinner__right-spin {
    0%,to {
        transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
}

@keyframes mdl-spinner__right-spin {

    0%,to {
        transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }
}

/*--------*/






/*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/ /*Z*/


/*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/

html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0'] .job-search-section-container.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko'] .job-search-section-container.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko'] .job-search-section-container.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko'] .job-search-section-container.stuck {
    z-index: 3;
}

html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0'] .user-navigation.stuck, html[data-useragent*='Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko'] .user-navigation.stuck {
    top: 75px;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
}

/*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/ /*BROWSER SPECIFIC HACKS*/




@media only screen and (max-height: 700px) {

    .ntx-navigation-top {
        top: 30px;
    }

    .ntx-navigation-bottom {
        bottom: 30px;
    }
}

@-webkit-keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes borderscale {
    50% {
        -webkit-box-shadow: 0 0 0 2px #4f8196;
        -moz-box-shadow: 0 0 0 2px #4f8196;
        box-shadow: 0 0 0 2px #4f8196;
    }
}

@keyframes borderscale {
    50% {
        -webkit-box-shadow: 0 0 0 2px #4f8196;
        -moz-box-shadow: 0 0 0 2px #4f8196;
        box-shadow: 0 0 0 2px #4f8196;
    }
}

/*IE 10 / IE 11*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    section.dialog .content {
        height: 90%;
    }
}

/*IE 10 / IE 11*/




/*IE 9*/

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    section.dialog .content {
        height: 90%;
    }
}

/*IE 9*/

.ie9 main {
    display: block;
    height:100%;
    width:100%;
}

.login-bar .invalid-email-error {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
}

    .login-bar .invalid-email-error:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        background-image: url(../img/icons/e11e1e/Alert-Icon.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
    }

#divVerification {
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 15px;
}

#NTXAdvert-Dialog_dialog .candidate-dialog-top-section {
    font-size: 2rem;
    font-weight: 650;
}

.span-selected-name, .modern-ui-dropdown-option {
    font-size: 15px;
}
select {
    font-size: 15px;
}
#divSalaryRange {
    font-size: 14px;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

/*.search-container .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 1) !important;
}

.is-homepage .btn-blue:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 1) !important;
}*/


/* Start of Rich Questions Styles */

.delete-qualification, .delete-education {
    background: transparent url("../img/icons-32-24/96-00/mdl-delete.png") top left no-repeat;
    width: 32px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
}

    .delete-qualification:hover, .delete-education:hover {
        background: transparent url("../img/icons-32-24/96-00/mdl-delete.png") bottom left no-repeat;
    }

.ui.button {
    cursor: pointer;
    display: inline-block;
    height: 32px;
    width: 32px;
}

.new-qualification {
    background: #ffffff url("../img/icons-32-24/96-00/qualification.png") top right no-repeat;
    border-radius: 5px;
    line-height: 32px;
    padding: 0px 40px 0px 12px;
    border: 1px solid #cecece;
    width: auto;
    margin-top: 7px;
    color: #000000;
    cursor: pointer;
}

    .new-qualification:hover {
        background: #ffffff url("../img/icons-32-24/96-00/qualification.png") bottom right no-repeat;
        border: 1px solid #969696;
    }

.ui.input input[type=text], .ui.input textarea {
    margin-bottom: 8px;
}

.qualification-title, .employment-title {
    margin-bottom: 12px;
}

.education-container .drop-down, .education-container .drop-down-options, .employment-container .drop-down {
    width: 100%;
    min-width: 100px;
}

.employment-container .checkbox-container, .employment-container .checkbox-container-complete {
    margin-top: 0;
}

    .employment-container .checkbox-container label, .employment-container .checkbox-container-complete label {
        padding: 7px 14px;
    }

.checkbox-container-complete.full-width {
    width: 100% !important;
}

.education-container, .employment-container {
    background: #ffffff;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 100%;
    padding: 16px;
    border: 1px solid #d1d1d1;
    float: left;
    margin-bottom: 20px;
}

.employment-history fieldset, .employment-history-advanced fieldset, .education-history fieldset {
    margin-bottom: 2rem;
    padding: 0;
}

    .employment-history fieldset .questions, .employment-history-advanced fieldset .questions, .education-history .questions {
        padding: 1rem;
    }

.employment-history .multi-line, .employment-history-advanced .multi-line {
    height: auto !important;
}

.employment-history .emp-history-gap td, .employment-history-advanced .emp-history-gap td {
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.employment-history fieldset legend, .employment-history-advanced fieldset legend, .education-history fieldset legend {
    padding: 0 1rem;
    background: #fff;
    font-weight: 600;
    margin-left: 1rem;
}

.education-container table, .employment-container table {
    width: 100%;
}

.education-container tr td, .employment-container tr td {
    padding: 0 6px;
}

    .education-container tr td:first-of-type {
        padding-left: 0px;
        max-width: 150px;
        width: 150px;
        min-width: 150px;
    }

.employment-container tbody tr td:last-of-type {
    visibility: hidden;
}

.employment-container tbody tr:first-of-type td:last-of-type {
    visibility: visible;
}

.employment-container tbody tr.first-row td {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

    .employment-container tbody tr.first-row td:last-of-type {
        visibility: visible;
    }

.employment-container tbody tr:first-of-type td {
    border-top: none;
    padding-top: 0px;
    margin-top: 0px;
}

.employment-container tr td:nth-of-type(2) {
    padding-left: 0px;
    max-width: 130px;
    width: 130px;
    min-width: 130px;
}

.employment-container tr td:nth-of-type(3) {
    padding-left: 0px;
    max-width: 130px;
    width: 130px;
    min-width: 130px;
}

.rich-datepicker-box .dtpicker-components .dtpicker-comp3:first-of-type {
    visibility: hidden !important;
    width: 70px !important;
}

.rich-question > *:not(.error) {
    display: block;
}

.rich-question:not(:last-of-type) {
    margin-bottom: 2rem;
}

.rich-question .date {
    width: 100%;
    max-width: 14rem;
}

.rich-question .error {
    color: #ef3131;
}

.rich-question textarea {
    width: 100%;
    min-height: 6rem;
    padding: 8px 14px;
    border: 1px solid rgb(206, 206, 206);
}

.rich-question > label {
    margin-bottom: 1rem;
    font-weight: 400;
    color: rgba(0,0,0,0.75);
}

.rich-question .question-options > *:first-of-type {
    margin-right: 1rem;
}

.rich-question .question-options > label.prompt {
    display: inline-block;
}

div[class^="col-"]:not(:last-of-type) {
    margin-right: 1rem;
}


.qualification-container tr td:nth-of-type(3), .qualification-container tr td:nth-of-type(4) {
    max-width: 200px;
}

.qualification-container tr td:last-of-type {
    padding-right: 0px;
    width: 32px;
}

.school-container tr td:first-of-type {
    width: auto;
}

.school-container tr td:nth-of-type(3), .school-container tr td:nth-of-type(2) {
    max-width: 130px;
    width: 160px;
    min-width: 130px;
}

.school-container tr td:last-of-type, .employment-container tr td:last-of-type {
    padding-left: 6px;
    padding-right: 0px;
    width: 32px;
    min-width: 32px;
    max-width: 32px;
}

.school-container {
    margin-bottom: 12px;
}

.new-education {
    background: #ffffff url("../img/icons-32-24/96-00/education.png") top right no-repeat;
    border-radius: 5px;
    line-height: 32px;
    padding: 0px 40px 0px 12px;
    border: 1px solid #cecece;
    width: 250px;
    margin-top: 7px;
    color: #000000;
    cursor: pointer;
}

    .new-education:hover {
        background: #ffffff url("../img/icons-32-24/96-00/education.png") bottom right no-repeat;
        border: 1px solid #969696;
    }

.template {
    display: none;
}

.hidden-add-new-row {
    display: none;
}

.rich-questions-table td {
    vertical-align: top;
}

.education-history.required {
    background-color: #ffffff !important;
    background-image: none !important;
    padding-right: 0px !important;
}

/* End of Rich Questions Styles */
*, *:before, *:after, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

*:before,
*:after,
button {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}

::selection {
  background: #212529;
  text-shadow: none;
  color: rgb(255, 255, 255);
}

input::placeholder {
  color: #555555;
}

input::-webkit-input-placeholder {
  color: #555555;
}

input::-moz-placeholder {
  color: #555555;
}

input:-ms-input-placeholder {
  color: #555555;
}

input:-moz-placeholder {
  color: #555555;
}

a {
  color: #0c62aa;
}

address {
  font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-size: 1rem;
}

body,
button,
input,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

body {
  background-color: rgb(239, 239, 239);
}

body.no-scroll {
  overflow: hidden;
}

.clear {
  clear: both;
}

*:disabled {
  cursor: not-allowed;
}

input:focus + label,
input:focus + input + label {
  outline: #004676 auto 5px;
}

:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0, 70, 118) !important;
}

form {
  width: 100%;
}

fieldset {
  border: 1px solid #dddddd;
  padding: 30px;
}
fieldset legend {
  padding: 0 10px;
}

.fw-300 {
  font-weight: 400;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

h1,
.fs-xl {
  font-size: 2rem;
}

h2,
.fs-l {
  font-size: 1.65rem;
}

h3,
.fs-m {
  font-size: 1.5rem;
}

h4,
.fs-s {
  font-size: 1.375rem;
}

h5,
.fs-xs {
  font-size: 1rem;
}

h6,
.fs-xxs,
.ntx-cand-button {
  font-size: 0.875rem;
}

h1,
h2,
h3,
h4,
h5,
p {
  padding-bottom: 10px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
p:last-child {
  padding-bottom: 0px;
}

address p:last-of-type {
  padding-bottom: 10px;
}

html,
body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  color: rgb(40, 40, 40);
}

html {
  font-size: 1rem;
}

.link {
  cursor: pointer;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.link:disabled {
  cursor: not-allowed;
}

#PrivacyStatement *[style*="font-size:"] {
  font-size: 1rem !important;
}

section {
  width: 100%;
  position: relative;
}

select::-ms-expand {
  display: none;
}

.svg-inline-items {
  display: none;
  opacity: 0;
  visibility: visible;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table caption {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.text-off-screen {
  text-indent: -99999px;
}

textarea {
  max-width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  input:focus {
    outline: #ff8839 solid 2px;
  }
}
@supports (-ms-ime-align: auto) {
  input:focus {
    outline: #ff8839 solid 2px;
  }
}
main .is-container.background-with-border,
div[role=main] .is-container.background-with-border, .ntx-cand-button.nav-toggle.mobile,
a.ntx-cand-button.nav-toggle.mobile,
.addthis_inline_share_toolbox a.at-share-btn.nav-toggle.mobile, .site-map #divSiteMapLocations article .image, body.application #PrivacyStatement h1.bold, body.a_dvert main .is-container aside.details, body.application main .is-container aside.details, article.item:not(:last-of-type), main.cand-acc-container .your-profile-header,
div[role=main].cand-acc-container .your-profile-header, .asm-dropdown li, header, .site-map #divSiteMapLocations article .has-inline-padding.has-button, .site-map #divSiteMapLocations h3:not(:first-child), body.application .submit-pre-text, ul.has-documents li, .contact-us .contact-item .icon-container .icon-inner, .contact-us .contact-item .icon-container, .contact-us .contact-item, .site-map #divSiteMapLocations article, body.a_dvert main .is-container, body.application main .is-container, main .additional-job-information article.featured > div, .job-search .results-container, article.item.featured, article.item aside.client .logo-container, .asm-dropdown, body.login main section.login-content aside .user-icon, body.login main section.login-content, .ad-login-alert input[type=email],
.ad-login-alert input[type=text],
.ad-login-alert input[type=password],
body.login input[type=email],
body.login input[type=text],
body.login input[type=password], .ad-login-alert .content input[type=email], .ntx-cand-button.documents ul.documents-available-container,
.ntx-cand-button.documents + ul.documents-available-container,
.ntx-cand-button.documents + span + ul.documents-available-container,
a.ntx-cand-button.documents ul.documents-available-container,
a.ntx-cand-button.documents + ul.documents-available-container,
a.ntx-cand-button.documents + span + ul.documents-available-container,
.addthis_inline_share_toolbox a.at-share-btn.documents ul.documents-available-container,
.addthis_inline_share_toolbox a.at-share-btn.documents + ul.documents-available-container,
.addthis_inline_share_toolbox a.at-share-btn.documents + span + ul.documents-available-container, .ntx-cand-button.nav-toggle,
a.ntx-cand-button.nav-toggle,
.addthis_inline_share_toolbox a.at-share-btn.nav-toggle, .ntx-cand-button.close-button,
a.ntx-cand-button.close-button,
.addthis_inline_share_toolbox a.at-share-btn.close-button, .ntx-cand-button[aria-disabled=true], .ntx-cand-button.primary[aria-disabled=true], .ntx-cand-button.secondary[aria-disabled=true], .ntx-cand-button.tertiary[aria-disabled=true],
a.ntx-cand-button[aria-disabled=true],
a.ntx-cand-button.primary[aria-disabled=true],
a.ntx-cand-button.secondary[aria-disabled=true],
a.ntx-cand-button.tertiary[aria-disabled=true],
.addthis_inline_share_toolbox a.at-share-btn[aria-disabled=true],
.addthis_inline_share_toolbox a.at-share-btn.primary[aria-disabled=true],
.addthis_inline_share_toolbox a.at-share-btn.secondary[aria-disabled=true],
.addthis_inline_share_toolbox a.at-share-btn.tertiary[aria-disabled=true], .ntx-cand-button,
a.ntx-cand-button,
.addthis_inline_share_toolbox a.at-share-btn, input[type=radio] + label.ntx-label:before, input.ntx-input[type=text]:focus:read-only,
textarea.ntx-input:focus:read-only, input.ntx-input:focus,
select.ntx-input:focus,
textarea.ntx-input:focus, input.ntx-input,
input[type=radio] + label.ntx-label,
select.ntx-input,
textarea.ntx-input {
  border-style: solid;
  border-color: rgb(221, 221, 221);
}

ul.has-documents li, .contact-us .contact-item .icon-container .icon-inner, .contact-us .contact-item .icon-container, .contact-us .contact-item, .site-map #divSiteMapLocations article, body.a_dvert main .is-container, body.application main .is-container, main .additional-job-information article.featured > div, .job-search .results-container, article.item.featured, article.item aside.client .logo-container, .asm-dropdown, body.login main section.login-content aside .user-icon, body.login main section.login-content, .ad-login-alert input[type=email],
.ad-login-alert input[type=text],
.ad-login-alert input[type=password],
body.login input[type=email],
body.login input[type=text],
body.login input[type=password], .ad-login-alert .content input[type=email], .ntx-cand-button.documents ul.documents-available-container,
.ntx-cand-button.documents + ul.documents-available-container,
.ntx-cand-button.documents + span + ul.documents-available-container,
a.ntx-cand-button.documents ul.documents-available-container,
a.ntx-cand-button.documents + ul.documents-available-container,
a.ntx-cand-button.documents + span + ul.documents-available-container,
.addthis_inline_share_toolbox a.at-share-btn.documents ul.documents-available-container,
.addthis_inline_share_toolbox a.at-share-btn.documents + ul.documents-available-container,
.addthis_inline_share_toolbox a.at-share-btn.documents + span + ul.documents-available-container, .ntx-cand-button.nav-toggle,
a.ntx-cand-button.nav-toggle,
.addthis_inline_share_toolbox a.at-share-btn.nav-toggle, .ntx-cand-button.close-button,
a.ntx-cand-button.close-button,
.addthis_inline_share_toolbox a.at-share-btn.close-button, .ntx-cand-button[aria-disabled=true], .ntx-cand-button.primary[aria-disabled=true], .ntx-cand-button.secondary[aria-disabled=true], .ntx-cand-button.tertiary[aria-disabled=true],
a.ntx-cand-button[aria-disabled=true],
a.ntx-cand-button.primary[aria-disabled=true],
a.ntx-cand-button.secondary[aria-disabled=true],
a.ntx-cand-button.tertiary[aria-disabled=true],
.addthis_inline_share_toolbox a.at-share-btn[aria-disabled=true],
.addthis_inline_share_toolbox a.at-share-btn.primary[aria-disabled=true],
.addthis_inline_share_toolbox a.at-share-btn.secondary[aria-disabled=true],
.addthis_inline_share_toolbox a.at-share-btn.tertiary[aria-disabled=true], .ntx-cand-button,
a.ntx-cand-button,
.addthis_inline_share_toolbox a.at-share-btn, input[type=radio] + label.ntx-label:before, input.ntx-input[type=text]:focus:read-only,
textarea.ntx-input:focus:read-only, input.ntx-input:focus,
select.ntx-input:focus,
textarea.ntx-input:focus, input.ntx-input,
input[type=radio] + label.ntx-label,
select.ntx-input,
textarea.ntx-input {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

.site-map #divSiteMapLocations article .has-inline-padding.has-button, .site-map #divSiteMapLocations h3:not(:first-child), body.application .submit-pre-text, .asm-dropdown li {
  border-top-width: 1px;
}

.site-map #divSiteMapLocations article .image, body.application #PrivacyStatement h1.bold, body.a_dvert main .is-container aside.details, body.application main .is-container aside.details, article.item:not(:last-of-type), main.cand-acc-container .your-profile-header,
div[role=main].cand-acc-container .your-profile-header, .asm-dropdown li, header {
  border-bottom-width: 1px;
}

main .is-container.background-with-border,
div[role=main] .is-container.background-with-border {
  border-left-width: 1px;
}

main .is-container.background-with-border,
div[role=main] .is-container.background-with-border, .ntx-cand-button.nav-toggle.mobile,
a.ntx-cand-button.nav-toggle.mobile,
.addthis_inline_share_toolbox a.at-share-btn.nav-toggle.mobile {
  border-right-width: 1px;
}

/*Removed Imort to Reset.scss*/
html.font-size-25 {
  font-size: 25%;
}
html.font-size-50 {
  font-size: 50%;
}
html.font-size-75 {
  font-size: 75%;
}
html.font-size-100 {
  font-size: 100%;
}
html.font-size-125 {
  font-size: 125%;
}
html.font-size-150 {
  font-size: 150%;
}
html.font-size-175 {
  font-size: 175%;
}
html.font-size-200 {
  font-size: 200%;
}

.accessibility-options {
  z-index: 999;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: rgb(41, 44, 51);
  padding: 10px 20px;
  border-top-width: 2px;
  border-left-width: 2px;
  border-style: solid;
  border-color: #ff8839;
  color: #ffffff;
  -moz-box-shadow: -3px -2px 5px 0px rgba(40, 40, 40, 0.5);
  -webkit-box-shadow: -3px -2px 5px 0px rgba(40, 40, 40, 0.5);
  box-shadow: -3px -2px 5px 0px rgba(40, 40, 40, 0.5);
}
.accessibility-options p {
  margin-right: 10px;
  padding: 0;
}
.accessibility-options button {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: transparent;
  cursor: pointer;
}
.accessibility-options button:not(:last-of-type) {
  margin-right: 10px;
}
.accessibility-options button svg {
  fill: #ffffff;
  width: 100%;
  height: 100%;
}
.accessibility-options button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
}

.flex-wrap-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-flow-row-wrap {
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flex-align-self-flex-start {
  -ms-align-self: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.flex-align-self-flex-end {
  -ms-align-self: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

.flex-align-items-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-align-items-flex-end {
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.flex-justify-content-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-justify-content-space-between {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-justify-content-flex-end {
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex-direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flex-0 {
  -ms-flex: 0;
  -webkit-flex: 0;
  flex: 0;
}

.flex-1 {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex-2 {
  -ms-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}

.flex-order-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.flex-order-2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.verification-overlay.active, ul.has-documents li, ul.has-documents, .contact-us .contact-item, .contact-us .step-count, .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn-elements, .addthis_inline_share_toolbox, .site-map #divSiteMapLocations article, body.application div.BusyBoxContainer.full-busy-box.active, body.a_dvert main .is-container aside.details #LoadClientLogo + div #NTXSideNavContents, body.application main .is-container aside.details #LoadClientLogo + div #NTXSideNavContents, body.a_dvert main .is-container aside.details #LoadClientLogo + div, body.application main .is-container aside.details #LoadClientLogo + div, body.a_dvert main .is-container aside.details, body.application main .is-container aside.details, main .additional-job-information article.featured, aside.candidate-account-navigation nav li a,
aside.candidate-account-navigation nav li button, aside.application-navigation nav li a,
aside.application-navigation nav li button, .ntx-cand-button.documents ul.documents-available-container li a,
.ntx-cand-button.documents + ul.documents-available-container li a,
.ntx-cand-button.documents + span + ul.documents-available-container li a,
a.ntx-cand-button.documents ul.documents-available-container li a,
a.ntx-cand-button.documents + ul.documents-available-container li a,
a.ntx-cand-button.documents + span + ul.documents-available-container li a,
.addthis_inline_share_toolbox a.at-share-btn.documents ul.documents-available-container li a,
.addthis_inline_share_toolbox a.at-share-btn.documents + ul.documents-available-container li a,
.addthis_inline_share_toolbox a.at-share-btn.documents + span + ul.documents-available-container li a, .ntx-switch input[type=checkbox] + label.track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
}

.addthis_inline_share_toolbox .at-resp-share-element .at-share-btn-elements .at-icon-wrapper.at-share-btn, .addthis_inline_share_toolbox .at-resp-share-element {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: flex !important;
}

ul.has-documents, body.a_dvert main .is-container aside.details #LoadClientLogo + div #NTXSideNavContents, body.application main .is-container aside.details #LoadClientLogo + div #NTXSideNavContents {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.verification-overlay.active, ul.has-documents li, .contact-us .step-count, .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn-elements .at-icon-wrapper.at-share-btn, body.application div.BusyBoxContainer.full-busy-box.active, body.a_dvert main .is-container aside.details, body.application main .is-container aside.details, aside.candidate-account-navigation nav li a,
aside.candidate-account-navigation nav li button, aside.application-navigation nav li a,
aside.application-navigation nav li button, .ntx-cand-button.documents ul.documents-available-container li a,
.ntx-cand-button.documents + ul.documents-available-container li a,
.ntx-cand-button.documents + span + ul.documents-available-container li a,
a.ntx-cand-button.documents ul.documents-available-container li a,
a.ntx-cand-button.documents + ul.documents-available-container li a,
a.ntx-cand-button.documents + span + ul.documents-available-container li a,
.addthis_inline_share_toolbox a.at-share-btn.documents ul.documents-available-container li a,
.addthis_inline_share_toolbox a.at-share-btn.documents + ul.documents-available-container li a,
.addthis_inline_share_toolbox a.at-share-btn.documents + span + ul.documents-available-container li a, .ntx-switch input[type=checkbox] + label.track {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.verification-overlay.active, .contact-us .step-count, body.application div.BusyBoxContainer.full-busy-box.active {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.contact-us .contact-item {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

body.a_dvert main .is-container aside.details #LoadClientLogo + div, body.application main .is-container aside.details #LoadClientLogo + div {
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

ul.has-documents li, .contact-us .contact-item, .site-map #divSiteMapLocations article, main .additional-job-information article.featured > div, main .additional-job-information article.featured {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.addthis_inline_share_toolbox .at-resp-share-element .at-share-btn-elements, .addthis_inline_share_toolbox .at-resp-share-element, .site-map #divSiteMapLocations article .has-inline-padding.has-name, body.a_dvert main .is-container aside.details #LoadClientLogo + div, body.application main .is-container aside.details #LoadClientLogo + div, main .additional-job-information .three .further-jobs-container,
div[role=main] .additional-job-information .three .further-jobs-container, main .search-container .ntx-cand-button:not(.primary),
div[role=main] .search-container .ntx-cand-button:not(.primary), body.login main section.login-information .login-social-media-container ul li, .cand-account header .client-logo {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1 0 0;
}

.site-map #divSiteMapLocations article {
  -ms-flex: 1 1 250px;
  -webkit-flex: 1 1 250px;
  flex: 1 1 250px;
}

ul.has-documents li {
  -ms-flex: 0 1 325px;
  -webkit-flex: 0 1 325px;
  flex: 0 1 325px;
}

.contact-us .contact-item {
  -ms-flex: 0 1 400px;
  -webkit-flex: 0 1 400px;
  flex: 0 1 400px;
}

section.pre-footer div, main .additional-job-information article.featured, main .additional-job-information .one,
main .additional-job-information .two,
main .additional-job-information .three,
div[role=main] .additional-job-information .one,
div[role=main] .additional-job-information .two,
div[role=main] .additional-job-information .three {
  -ms-flex: 1 1 400px;
  -webkit-flex: 1 1 400px;
  flex: 1 1 400px;
}

.site-map #divSiteMapLocations h3, main .additional-job-information .four,
div[role=main] .additional-job-information .four {
  -ms-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}

body.cand-account .job-a-main > section.flex-1 + aside, .job-search .refine, article.item aside.actions {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

body.cand-account .job-a-main > section.flex-1, body.application .app-form-questions.flex-1, .job-search .results, article.item section.details {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flex-1 {
    -ms-flex: 1 1;
    -webkit-flex: 1 1;
    flex: 1 1;
  }
  .candidate-dialog {
    display: inline !important;
  }
}
@-webkit-keyframes borderscale {
  50% {
    -moz-box-shadow: 0 0 0 2px rgba(77, 171, 13, 0.85);
    -webkit-box-shadow: 0 0 0 2px rgba(77, 171, 13, 0.85);
    box-shadow: 0 0 0 2px rgba(77, 171, 13, 0.85);
  }
}
@-moz-keyframes borderscale {
  50% {
    -moz-box-shadow: 0 0 0 2px rgba(77, 171, 13, 0.85);
    -webkit-box-shadow: 0 0 0 2px rgba(77, 171, 13, 0.85);
    box-shadow: 0 0 0 2px rgba(77, 171, 13, 0.85);
  }
}
@-ms-keyframes borderscale {
  50% {
    -moz-box-shadow: 0 0 0 2px rgba(77, 171, 13, 0.85);
    -webkit-box-shadow: 0 0 0 2px rgba(77, 171, 13, 0.85);
    box-shadow: 0 0 0 2px rgba(77, 171, 13, 0.85);
  }
}
@-o-keyframes borderscale {
  50% {
    -moz-box-shadow: 0 0 0 2px rgba(77, 171, 13, 0.85);
    -webkit-box-shadow: 0 0 0 2px rgba(77, 171, 13, 0.85);
    box-shadow: 0 0 0 2px rgba(77, 171, 13, 0.85);
  }
}
@keyframes borderscale {
  50% {
    -moz-box-shadow: 0 0 0 2px rgba(77, 171, 13, 0.85);
    -webkit-box-shadow: 0 0 0 2px rgba(77, 171, 13, 0.85);
    box-shadow: 0 0 0 2px rgba(77, 171, 13, 0.85);
  }
}
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes rippleDrop {
  100% {
    -ms-transform: scale(2);
    -o-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes rippleDrop {
  100% {
    -ms-transform: scale(2);
    -o-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-ms-keyframes rippleDrop {
  100% {
    -ms-transform: scale(2);
    -o-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-o-keyframes rippleDrop {
  100% {
    -ms-transform: scale(2);
    -o-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes rippleDrop {
  100% {
    -ms-transform: scale(2);
    -o-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes tooltip {
  0% {
    -ms-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    opacity: 0;
  }
  50% {
    -ms-transform: translateX(-50%) scale(0.99);
    -o-transform: translateX(-50%) scale(0.99);
    -moz-transform: translateX(-50%) scale(0.99);
    -webkit-transform: translateX(-50%) scale(0.99);
    transform: translateX(-50%) scale(0.99);
  }
  to {
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes tooltip {
  0% {
    -ms-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    opacity: 0;
  }
  50% {
    -ms-transform: translateX(-50%) scale(0.99);
    -o-transform: translateX(-50%) scale(0.99);
    -moz-transform: translateX(-50%) scale(0.99);
    -webkit-transform: translateX(-50%) scale(0.99);
    transform: translateX(-50%) scale(0.99);
  }
  to {
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@-ms-keyframes tooltip {
  0% {
    -ms-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    opacity: 0;
  }
  50% {
    -ms-transform: translateX(-50%) scale(0.99);
    -o-transform: translateX(-50%) scale(0.99);
    -moz-transform: translateX(-50%) scale(0.99);
    -webkit-transform: translateX(-50%) scale(0.99);
    transform: translateX(-50%) scale(0.99);
  }
  to {
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@-o-keyframes tooltip {
  0% {
    -ms-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    opacity: 0;
  }
  50% {
    -ms-transform: translateX(-50%) scale(0.99);
    -o-transform: translateX(-50%) scale(0.99);
    -moz-transform: translateX(-50%) scale(0.99);
    -webkit-transform: translateX(-50%) scale(0.99);
    transform: translateX(-50%) scale(0.99);
  }
  to {
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes tooltip {
  0% {
    -ms-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    opacity: 0;
  }
  50% {
    -ms-transform: translateX(-50%) scale(0.99);
    -o-transform: translateX(-50%) scale(0.99);
    -moz-transform: translateX(-50%) scale(0.99);
    -webkit-transform: translateX(-50%) scale(0.99);
    transform: translateX(-50%) scale(0.99);
  }
  to {
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes tooltip-horizontal {
  0% {
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
  50% {
    -ms-transform: translateY(-50%) scale(0.99);
    -o-transform: translateY(-50%) scale(0.99);
    -moz-transform: translateY(-50%) scale(0.99);
    -webkit-transform: translateY(-50%) scale(0.99);
    transform: translateY(-50%) scale(0.99);
  }
  to {
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes tooltip-horizontal {
  0% {
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
  50% {
    -ms-transform: translateY(-50%) scale(0.99);
    -o-transform: translateY(-50%) scale(0.99);
    -moz-transform: translateY(-50%) scale(0.99);
    -webkit-transform: translateY(-50%) scale(0.99);
    transform: translateY(-50%) scale(0.99);
  }
  to {
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@-ms-keyframes tooltip-horizontal {
  0% {
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
  50% {
    -ms-transform: translateY(-50%) scale(0.99);
    -o-transform: translateY(-50%) scale(0.99);
    -moz-transform: translateY(-50%) scale(0.99);
    -webkit-transform: translateY(-50%) scale(0.99);
    transform: translateY(-50%) scale(0.99);
  }
  to {
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@-o-keyframes tooltip-horizontal {
  0% {
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
  50% {
    -ms-transform: translateY(-50%) scale(0.99);
    -o-transform: translateY(-50%) scale(0.99);
    -moz-transform: translateY(-50%) scale(0.99);
    -webkit-transform: translateY(-50%) scale(0.99);
    transform: translateY(-50%) scale(0.99);
  }
  to {
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes tooltip-horizontal {
  0% {
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
  50% {
    -ms-transform: translateY(-50%) scale(0.99);
    -o-transform: translateY(-50%) scale(0.99);
    -moz-transform: translateY(-50%) scale(0.99);
    -webkit-transform: translateY(-50%) scale(0.99);
    transform: translateY(-50%) scale(0.99);
  }
  to {
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes tooltip-scale {
  0% {
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -ms-transform: scale(0.99);
    -o-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
  }
  to {
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes tooltip-scale {
  0% {
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -ms-transform: scale(0.99);
    -o-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
  }
  to {
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@-ms-keyframes tooltip-scale {
  0% {
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -ms-transform: scale(0.99);
    -o-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
  }
  to {
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@-o-keyframes tooltip-scale {
  0% {
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -ms-transform: scale(0.99);
    -o-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
  }
  to {
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes tooltip-scale {
  0% {
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -ms-transform: scale(0.99);
    -o-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
  }
  to {
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes pulse-live {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(60, 135, 8, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(60, 135, 8, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(60, 135, 8, 0);
  }
}
@-moz-keyframes pulse-live {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(60, 135, 8, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(60, 135, 8, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(60, 135, 8, 0);
  }
}
@-ms-keyframes pulse-live {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(60, 135, 8, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(60, 135, 8, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(60, 135, 8, 0);
  }
}
@-o-keyframes pulse-live {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(60, 135, 8, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(60, 135, 8, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(60, 135, 8, 0);
  }
}
@keyframes pulse-live {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(60, 135, 8, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(60, 135, 8, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(60, 135, 8, 0);
  }
}
@-webkit-keyframes pulse-down {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(230, 73, 73, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(230, 73, 73, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(230, 73, 73, 0);
  }
}
@-moz-keyframes pulse-down {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(230, 73, 73, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(230, 73, 73, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(230, 73, 73, 0);
  }
}
@-ms-keyframes pulse-down {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(230, 73, 73, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(230, 73, 73, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(230, 73, 73, 0);
  }
}
@-o-keyframes pulse-down {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(230, 73, 73, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(230, 73, 73, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(230, 73, 73, 0);
  }
}
@keyframes pulse-down {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(230, 73, 73, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(230, 73, 73, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(230, 73, 73, 0);
  }
}
@-webkit-keyframes pulse-experiencing-issues {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 136, 57, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 136, 57, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 136, 57, 0);
  }
}
@-moz-keyframes pulse-experiencing-issues {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 136, 57, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 136, 57, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 136, 57, 0);
  }
}
@-ms-keyframes pulse-experiencing-issues {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 136, 57, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 136, 57, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 136, 57, 0);
  }
}
@-o-keyframes pulse-experiencing-issues {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 136, 57, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 136, 57, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 136, 57, 0);
  }
}
@keyframes pulse-experiencing-issues {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 136, 57, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 136, 57, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 136, 57, 0);
  }
}
input[type=file] + label {
  display: block;
}
input[type=file] + label > span {
  display: block;
  text-align: center;
  font-size: 1.25rem;
}

input, textarea {
  font-size: 1.125rem;
}

body.ios .has-file-upload label {
  display: none;
}

input.ntx-input,
input[type=radio] + label.ntx-label,
select.ntx-input,
textarea.ntx-input {
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 15px 15px 15px 15px;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
}

input.ntx-input:focus,
select.ntx-input:focus,
textarea.ntx-input:focus {
  -moz-box-shadow: inset 0px 0px 5px 0px rgb(40, 40, 40);
  -webkit-box-shadow: inset 0px 0px 5px 0px rgb(40, 40, 40);
  box-shadow: inset 0px 0px 5px 0px rgb(40, 40, 40);
  border-color: rgb(67, 133, 245);
}

input.ntx-input[type=text]:focus:read-only,
textarea.ntx-input:focus:read-only {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=radio] + label.ntx-label {
  padding-left: 50px;
  cursor: pointer;
}
input[type=radio] + label.ntx-label:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: rgb(255, 255, 255);
  border-radius: 100%;
  border-width: 2px;
  left: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
input[type=radio] + label.ntx-label:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 15px;
  top: 50%;
  background-color: rgb(40, 40, 40);
  border-radius: 100%;
  z-index: 2;
  opacity: 0;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

input[type=radio]:required + label.ntx-label {
  background-color: rgb(255, 235, 232);
}
input[type=radio]:required:valid + label.ntx-label {
  background-color: #ffffff;
}
input[type=radio]:required:valid:checked + label.ntx-label {
  background-color: rgb(235, 255, 226);
}
input[type=radio]:required:valid:checked + label.ntx-label:after {
  opacity: 1;
  width: 10px;
  height: 10px;
  left: 15px;
}

label.ntx-label {
  float: left;
  width: 100%;
  vertical-align: middle;
  font-weight: 500;
  color: rgba(40, 40, 40, 0.75);
  word-break: break-word;
  margin-bottom: 5px;
  position: relative;
}
label.ntx-label:last-child {
  margin: 0;
}
label.ntx-label:not([class*=fs]), label.ntx-label:not([class*="fs *"]) {
  font-size: 1rem;
}

select.ntx-input {
  background-image: url(../img/misc/select-drop-down-icon.svg);
  background-position: right 10px center;
  background-size: 10px 10px;
  padding-right: 25px;
}
select.ntx-input:disabled {
  background-image: none;
  padding-right: 15px;
}
select.ntx-input:disabled:hover {
  text-decoration: none;
}

.ntx-checkbox input[type=checkbox] + label,
.ntx-checkbox input[type=checkbox] + input[type=hidden] + label {
  display: block;
  position: relative;
  padding-left: 40px;
  width: 100%;
}
.ntx-checkbox input[type=checkbox] + label:empty,
.ntx-checkbox input[type=checkbox] + input[type=hidden] + label:empty {
  width: 20px;
  height: 20px;
  padding: 0;
}
.ntx-checkbox input[type=checkbox] + label:hover,
.ntx-checkbox input[type=checkbox] + input[type=hidden] + label:hover {
  text-decoration: underline;
  cursor: pointer;
}
.ntx-checkbox input[type=checkbox] + label:before,
.ntx-checkbox input[type=checkbox] + input[type=hidden] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid rgb(40, 40, 40);
  text-align: center;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgb(255, 255, 255);
}
.ntx-checkbox input[type=checkbox] + label:after,
.ntx-checkbox input[type=checkbox] + input[type=hidden] + label:after {
  content: "";
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -ms-transform: rotate(-45deg) scale(0);
  -o-transform: rotate(-45deg) scale(0);
  -moz-transform: rotate(-45deg) scale(0);
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  top: 50%;
  left: 9px;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-width: 0 0 3px 3px;
  border-image: none;
  opacity: 0;
}
.ntx-checkbox input[type=checkbox]:checked + label:after,
.ntx-checkbox input[type=checkbox] + input[type=hidden]:checked + label:after {
  opacity: 1;
  -ms-transform: rotate(-45deg) scale(1);
  -o-transform: rotate(-45deg) scale(1);
  -moz-transform: rotate(-45deg) scale(1);
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}
.ntx-checkbox input[type=checkbox]:checked + label:before,
.ntx-checkbox input[type=checkbox] + input[type=hidden]:checked + label:before {
  -ms-animation: borderscale 200ms ease-in;
  -o-animation: borderscale 200ms ease-in;
  -moz-animation: borderscale 200ms ease-in;
  -webkit-animation: borderscale 200ms ease-in;
  animation: borderscale 200ms ease-in;
  background-color: rgb(60, 135, 8);
}
.ntx-checkbox input[type=checkbox]:checked + input[type=hidden] + label:after {
  opacity: 1;
  -ms-transform: rotate(-45deg) scale(1);
  -o-transform: rotate(-45deg) scale(1);
  -moz-transform: rotate(-45deg) scale(1);
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}
.ntx-checkbox input[type=checkbox]:checked + input[type=hidden] + label:before {
  -ms-animation: borderscale 200ms ease-in;
  -o-animation: borderscale 200ms ease-in;
  -moz-animation: borderscale 200ms ease-in;
  -webkit-animation: borderscale 200ms ease-in;
  animation: borderscale 200ms ease-in;
  background-color: rgb(60, 135, 8);
}

.ntx-checkbox-padded {
  padding: 5px 10px;
}

.ntx-switch input[type=checkbox] {
  display: none;
}
.ntx-switch input[type=checkbox] + label.track {
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  width: 47.5px;
  height: 27.5px;
  background-color: rgb(255, 255, 255);
  border-radius: 50px;
  border: 1px solid rgb(160, 160, 160);
  -moz-box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.25);
  padding: 0;
  cursor: pointer;
}
.ntx-switch input[type=checkbox] + label.track:before {
  content: "";
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  left: 5px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.5);
}
.ntx-switch input[type=checkbox] + label.track:after {
  display: none;
}
.ntx-switch input[type=checkbox] + label.track + label.name {
  margin-left: 10px;
  font-size: 16px;
  cursor: pointer;
}
.ntx-switch input[type=checkbox]:checked + label.track {
  background-color: rgb(60, 135, 8);
}
.ntx-switch input[type=checkbox]:checked + label.track:before {
  background-color: #ffffff;
  left: calc(100% - 22.5px);
}
.ntx-switch input[type=checkbox]:disabled + label.track {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
  opacity: 0.7;
}
.ntx-switch input[type=checkbox]:disabled + label.track:before {
  border: 1px solid rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, 0.4);
}
.ntx-switch.small input[type=checkbox] + label.track {
  width: 40px;
  height: 25px;
}
.ntx-switch.small input[type=checkbox] + label.track:before {
  width: 12.5px;
  height: 12.5px;
}
.ntx-switch.small input[type=checkbox]:checked + label.track:before {
  left: calc(100% - 20px);
}
.ntx-switch.large input[type=checkbox] + label.track {
  width: 70px;
  height: 35px;
}
.ntx-switch.large input[type=checkbox] + label.track:before {
  width: 24px;
  height: 24px;
}
.ntx-switch.large input[type=checkbox]:checked + label.track:before {
  left: calc(100% - 30px);
}

textarea.ntx-input {
  width: 100% !important;
  min-height: 200px;
}

.ntx-cand-button,
a.ntx-cand-button,
.addthis_inline_share_toolbox a.at-share-btn {
  padding: 10px 15px;
  border-radius: 5px;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgb(255, 255, 255);
  color: rgb(40, 40, 40);
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.ntx-cand-button:not(:last-of-type),
a.ntx-cand-button:not(:last-of-type),
.addthis_inline_share_toolbox a.at-share-btn:not(:last-of-type) {
  margin-right: 1rem;
}
.ntx-cand-button.safer-jobs-button,
a.ntx-cand-button.safer-jobs-button,
.addthis_inline_share_toolbox a.at-share-btn.safer-jobs-button {
  padding: 10px;
}
.ntx-cand-button:focus,
a.ntx-cand-button:focus,
.addthis_inline_share_toolbox a.at-share-btn:focus {
  -ms-transition: none;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
.ntx-cand-button:not(.flex),
a.ntx-cand-button:not(.flex),
.addthis_inline_share_toolbox a.at-share-btn:not(.flex) {
  display: inline-block;
}
.ntx-cand-button[aria-disabled=true], .ntx-cand-button.primary[aria-disabled=true], .ntx-cand-button.secondary[aria-disabled=true], .ntx-cand-button.tertiary[aria-disabled=true],
a.ntx-cand-button[aria-disabled=true],
a.ntx-cand-button.primary[aria-disabled=true],
a.ntx-cand-button.secondary[aria-disabled=true],
a.ntx-cand-button.tertiary[aria-disabled=true],
.addthis_inline_share_toolbox a.at-share-btn[aria-disabled=true],
.addthis_inline_share_toolbox a.at-share-btn.primary[aria-disabled=true],
.addthis_inline_share_toolbox a.at-share-btn.secondary[aria-disabled=true],
.addthis_inline_share_toolbox a.at-share-btn.tertiary[aria-disabled=true] {
  cursor: not-allowed;
  background-color: rgb(244, 244, 244);
  color: rgba(40, 40, 40, 0.5);
  border-width: 2px;
  text-decoration: none;
}
.ntx-cand-button[aria-disabled=true]:hover, .ntx-cand-button.primary[aria-disabled=true]:hover, .ntx-cand-button.secondary[aria-disabled=true]:hover, .ntx-cand-button.tertiary[aria-disabled=true]:hover,
a.ntx-cand-button[aria-disabled=true]:hover,
a.ntx-cand-button.primary[aria-disabled=true]:hover,
a.ntx-cand-button.secondary[aria-disabled=true]:hover,
a.ntx-cand-button.tertiary[aria-disabled=true]:hover,
.addthis_inline_share_toolbox a.at-share-btn[aria-disabled=true]:hover,
.addthis_inline_share_toolbox a.at-share-btn.primary[aria-disabled=true]:hover,
.addthis_inline_share_toolbox a.at-share-btn.secondary[aria-disabled=true]:hover,
.addthis_inline_share_toolbox a.at-share-btn.tertiary[aria-disabled=true]:hover {
  cursor: not-allowed;
  pointer-events: none;
  background-color: rgb(244, 244, 244);
  color: rgba(40, 40, 40, 0.5);
  text-decoration: none;
}
.ntx-cand-button[aria-disabled=true] span.ripple,
a.ntx-cand-button[aria-disabled=true] span.ripple,
.addthis_inline_share_toolbox a.at-share-btn[aria-disabled=true] span.ripple {
  display: none !important;
}
.ntx-cand-button svg.icon,
a.ntx-cand-button svg.icon,
.addthis_inline_share_toolbox a.at-share-btn svg.icon {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}
.ntx-cand-button:hover, .ntx-cand-button:focus,
a.ntx-cand-button:hover,
a.ntx-cand-button:focus,
.addthis_inline_share_toolbox a.at-share-btn:hover,
.addthis_inline_share_toolbox a.at-share-btn:focus {
  background-color: rgb(220, 220, 220);
  text-decoration: underline;
}
.ntx-cand-button:disabled, .ntx-cand-button:disabled:hover,
a.ntx-cand-button:disabled,
a.ntx-cand-button:disabled:hover,
.addthis_inline_share_toolbox a.at-share-btn:disabled,
.addthis_inline_share_toolbox a.at-share-btn:disabled:hover {
  background-color: #e4e4e4;
  text-decoration: none;
}
.ntx-cand-button.primary,
a.ntx-cand-button.primary,
.addthis_inline_share_toolbox a.at-share-btn.primary {
  background-color: rgb(60, 135, 8);
  color: #ffffff;
}
.ntx-cand-button.primary:hover, .ntx-cand-button.primary:focus,
a.ntx-cand-button.primary:hover,
a.ntx-cand-button.primary:focus,
.addthis_inline_share_toolbox a.at-share-btn.primary:hover,
.addthis_inline_share_toolbox a.at-share-btn.primary:focus {
  background-color: #275705;
}
.ntx-cand-button.primary:disabled, .ntx-cand-button.primary:disabled:hover,
a.ntx-cand-button.primary:disabled,
a.ntx-cand-button.primary:disabled:hover,
.addthis_inline_share_toolbox a.at-share-btn.primary:disabled,
.addthis_inline_share_toolbox a.at-share-btn.primary:disabled:hover {
  background-color: #e4e4e4;
}
.ntx-cand-button.secondary,
a.ntx-cand-button.secondary,
.addthis_inline_share_toolbox a.at-share-btn.secondary {
  background-color: rgb(18, 100, 243);
  color: #ffffff;
}
.ntx-cand-button.secondary:hover, .ntx-cand-button.secondary:focus,
a.ntx-cand-button.secondary:hover,
a.ntx-cand-button.secondary:focus,
.addthis_inline_share_toolbox a.at-share-btn.secondary:hover,
.addthis_inline_share_toolbox a.at-share-btn.secondary:focus {
  background-color: #0a4fc8;
}
.ntx-cand-button.secondary:disabled, .ntx-cand-button.secondary:disabled:hover,
a.ntx-cand-button.secondary:disabled,
a.ntx-cand-button.secondary:disabled:hover,
.addthis_inline_share_toolbox a.at-share-btn.secondary:disabled,
.addthis_inline_share_toolbox a.at-share-btn.secondary:disabled:hover {
  background-color: #e4e4e4;
}
.ntx-cand-button.tertiary,
a.ntx-cand-button.tertiary,
.addthis_inline_share_toolbox a.at-share-btn.tertiary {
  background-color: rgb(230, 73, 73);
  color: #ffffff;
}
.ntx-cand-button.tertiary:hover, .ntx-cand-button.tertiary:focus,
a.ntx-cand-button.tertiary:hover,
a.ntx-cand-button.tertiary:focus,
.addthis_inline_share_toolbox a.at-share-btn.tertiary:hover,
.addthis_inline_share_toolbox a.at-share-btn.tertiary:focus {
  background-color: #de1e1e;
}
.ntx-cand-button.tertiary:disabled, .ntx-cand-button.tertiary:disabled:hover,
a.ntx-cand-button.tertiary:disabled,
a.ntx-cand-button.tertiary:disabled:hover,
.addthis_inline_share_toolbox a.at-share-btn.tertiary:disabled,
.addthis_inline_share_toolbox a.at-share-btn.tertiary:disabled:hover {
  background-color: #e4e4e4;
}
.ntx-cand-button.close-button,
a.ntx-cand-button.close-button,
.addthis_inline_share_toolbox a.at-share-btn.close-button {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  border: 0 !important;
  background-color: transparent;
  color: #fff;
  border-color: #ffffff;
  padding: 0rem;
  z-index: 999;
  border: 0;
}
.ntx-cand-button.close-button svg,
a.ntx-cand-button.close-button svg,
.addthis_inline_share_toolbox a.at-share-btn.close-button svg {
  width: 100%;
  height: 100%;
  fill: rgb(255, 255, 255);
}
.ntx-cand-button.nav-toggle,
a.ntx-cand-button.nav-toggle,
.addthis_inline_share_toolbox a.at-share-btn.nav-toggle {
  position: absolute;
  border-radius: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 3;
  width: 42.25px;
  height: 42.25px;
  top: 7.5px;
  right: -22.5px;
  padding: 10px;
  -moz-box-shadow: 0px 0px 5px 1px rgba(40, 40, 40, 0.15);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(40, 40, 40, 0.15);
  box-shadow: 0px 0px 5px 1px rgba(40, 40, 40, 0.15);
  margin: 0;
  display: block;
  border: none;
  min-width: initial;
}
.ntx-cand-button.nav-toggle svg,
a.ntx-cand-button.nav-toggle svg,
.addthis_inline_share_toolbox a.at-share-btn.nav-toggle svg {
  display: block;
  width: 100%;
  height: 100%;
}
.ntx-cand-button.nav-toggle.mobile,
a.ntx-cand-button.nav-toggle.mobile,
.addthis_inline_share_toolbox a.at-share-btn.nav-toggle.mobile {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: static;
  border-radius: 0;
  width: 60px;
  height: 60px;
  border-left: none;
  border-top: none;
  border-bottom: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f8f8f8;
  padding: 15px 15px;
}
.ntx-cand-button.can-hide:not(.active),
a.ntx-cand-button.can-hide:not(.active),
.addthis_inline_share_toolbox a.at-share-btn.can-hide:not(.active) {
  display: none;
}
.ntx-cand-button + .ntx-options-dropdown-container,
a.ntx-cand-button + .ntx-options-dropdown-container,
.addthis_inline_share_toolbox a.at-share-btn + .ntx-options-dropdown-container {
  margin-left: 10px;
}
@media only screen and (max-width: 860px) {
  .ntx-cand-button + .ntx-options-dropdown-container,
  a.ntx-cand-button + .ntx-options-dropdown-container,
  .addthis_inline_share_toolbox a.at-share-btn + .ntx-options-dropdown-container {
    margin-left: 0;
    margin-top: 10px;
  }
}
.ntx-cand-button.full-button,
a.ntx-cand-button.full-button,
.addthis_inline_share_toolbox a.at-share-btn.full-button {
  display: block;
  width: 100%;
}
.ntx-cand-button.mb1,
a.ntx-cand-button.mb1,
.addthis_inline_share_toolbox a.at-share-btn.mb1 {
  margin-bottom: 1rem;
}
.ntx-cand-button.has-icon,
a.ntx-cand-button.has-icon,
.addthis_inline_share_toolbox a.at-share-btn.has-icon {
  text-align: left;
  padding-left: 40px;
}
.ntx-cand-button.has-icon:before,
a.ntx-cand-button.has-icon:before,
.addthis_inline_share_toolbox a.at-share-btn.has-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.ntx-cand-button.has-icon.save-icon:before,
a.ntx-cand-button.has-icon.save-icon:before,
.addthis_inline_share_toolbox a.at-share-btn.has-icon.save-icon:before {
  background-image: url(../img/icons/5e5e5e/Heart-Icon.svg);
}
.ntx-cand-button.has-icon.save-icon.saved:before,
a.ntx-cand-button.has-icon.save-icon.saved:before,
.addthis_inline_share_toolbox a.at-share-btn.has-icon.save-icon.saved:before {
  background-image: url(../img/icons/e11e1e/Heart-Icon.svg);
}
.ntx-cand-button.has-icon.job-alerts:before,
a.ntx-cand-button.has-icon.job-alerts:before,
.addthis_inline_share_toolbox a.at-share-btn.has-icon.job-alerts:before {
  background-image: url(../img/icons/5e5e5e/job-alerts-icon.svg);
}
.ntx-cand-button.has-icon.menu:before,
a.ntx-cand-button.has-icon.menu:before,
.addthis_inline_share_toolbox a.at-share-btn.has-icon.menu:before {
  background-image: url(../img/icons/5e5e5e/menu-icon.svg);
}
.ntx-cand-button.has-icon.login:before,
a.ntx-cand-button.has-icon.login:before,
.addthis_inline_share_toolbox a.at-share-btn.has-icon.login:before {
  background-image: url(../img/icons/5e5e5e/padlock.svg);
}
.ntx-cand-button.has-icon.download:before,
a.ntx-cand-button.has-icon.download:before,
.addthis_inline_share_toolbox a.at-share-btn.has-icon.download:before {
  background-image: url(../img/icons/5e5e5e/Download-Icon.svg);
}
.ntx-cand-button.has-icon.share:before,
a.ntx-cand-button.has-icon.share:before,
.addthis_inline_share_toolbox a.at-share-btn.has-icon.share:before {
  background-image: url(../img/icons/5e5e5e/Share-Icon.svg);
}
.ntx-cand-button.has-icon.documents:before,
a.ntx-cand-button.has-icon.documents:before,
.addthis_inline_share_toolbox a.at-share-btn.has-icon.documents:before {
  background-image: url(../img/icons/5e5e5e/Applications-Icon.svg);
}
.ntx-cand-button.has-icon.calendar,
a.ntx-cand-button.has-icon.calendar,
.addthis_inline_share_toolbox a.at-share-btn.has-icon.calendar {
  background-color: transparent;
  border: 0;
}
.ntx-cand-button.has-icon.calendar:hover,
a.ntx-cand-button.has-icon.calendar:hover,
.addthis_inline_share_toolbox a.at-share-btn.has-icon.calendar:hover {
  background-color: transparent;
}
.ntx-cand-button.has-icon.calendar:focus,
a.ntx-cand-button.has-icon.calendar:focus,
.addthis_inline_share_toolbox a.at-share-btn.has-icon.calendar:focus {
  background-color: transparent;
}
.ntx-cand-button.has-icon.calendar:active,
a.ntx-cand-button.has-icon.calendar:active,
.addthis_inline_share_toolbox a.at-share-btn.has-icon.calendar:active {
  background-color: transparent;
}
.ntx-cand-button.has-icon.calendar:before,
a.ntx-cand-button.has-icon.calendar:before,
.addthis_inline_share_toolbox a.at-share-btn.has-icon.calendar:before {
  background-image: url(../img/icons/5e5e5e/Calendar-Icon.svg);
}
.ntx-cand-button.has-icon.back:before,
a.ntx-cand-button.has-icon.back:before,
.addthis_inline_share_toolbox a.at-share-btn.has-icon.back:before {
  background-image: url(../img/icons/5e5e5e/Arrow-Left.svg);
}
.ntx-cand-button.has-icon.view-a_dvert:before,
a.ntx-cand-button.has-icon.view-a_dvert:before,
.addthis_inline_share_toolbox a.at-share-btn.has-icon.view-a_dvert:before {
  background-image: url(../img/icons/5e5e5e/Job-A-Icon.svg);
}
.ntx-cand-button svg.safer-jobs,
a.ntx-cand-button svg.safer-jobs,
.addthis_inline_share_toolbox a.at-share-btn svg.safer-jobs {
  width: auto;
  height: 1.3rem;
  margin: 0;
}
.ntx-cand-button.text-button,
a.ntx-cand-button.text-button,
.addthis_inline_share_toolbox a.at-share-btn.text-button {
  cursor: auto;
}
.ntx-cand-button.text-button:hover, .ntx-cand-button.text-button:focus,
a.ntx-cand-button.text-button:hover,
a.ntx-cand-button.text-button:focus,
.addthis_inline_share_toolbox a.at-share-btn.text-button:hover,
.addthis_inline_share_toolbox a.at-share-btn.text-button:focus {
  background-color: #ffffff;
  text-decoration: none;
}
.ntx-cand-button.text-button:focus,
a.ntx-cand-button.text-button:focus,
.addthis_inline_share_toolbox a.at-share-btn.text-button:focus {
  outline: none;
}
.ntx-cand-button.documents ul.documents-available-container,
.ntx-cand-button.documents + ul.documents-available-container,
.ntx-cand-button.documents + span + ul.documents-available-container,
a.ntx-cand-button.documents ul.documents-available-container,
a.ntx-cand-button.documents + ul.documents-available-container,
a.ntx-cand-button.documents + span + ul.documents-available-container,
.addthis_inline_share_toolbox a.at-share-btn.documents ul.documents-available-container,
.addthis_inline_share_toolbox a.at-share-btn.documents + ul.documents-available-container,
.addthis_inline_share_toolbox a.at-share-btn.documents + span + ul.documents-available-container {
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  min-width: 300px;
  left: 0;
  top: 100%;
  list-style: none;
  z-index: 1;
  border-radius: 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px -3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px -3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px -3px;
}
.ntx-cand-button.documents ul.documents-available-container li a,
.ntx-cand-button.documents + ul.documents-available-container li a,
.ntx-cand-button.documents + span + ul.documents-available-container li a,
a.ntx-cand-button.documents ul.documents-available-container li a,
a.ntx-cand-button.documents + ul.documents-available-container li a,
a.ntx-cand-button.documents + span + ul.documents-available-container li a,
.addthis_inline_share_toolbox a.at-share-btn.documents ul.documents-available-container li a,
.addthis_inline_share_toolbox a.at-share-btn.documents + ul.documents-available-container li a,
.addthis_inline_share_toolbox a.at-share-btn.documents + span + ul.documents-available-container li a {
  padding: 20px;
  background-color: #ffffff;
  display: -webkit-box;
  max-width: 270px;
}
.ntx-cand-button.documents ul.documents-available-container li .icon,
.ntx-cand-button.documents + ul.documents-available-container li .icon,
.ntx-cand-button.documents + span + ul.documents-available-container li .icon,
a.ntx-cand-button.documents ul.documents-available-container li .icon,
a.ntx-cand-button.documents + ul.documents-available-container li .icon,
a.ntx-cand-button.documents + span + ul.documents-available-container li .icon,
.addthis_inline_share_toolbox a.at-share-btn.documents ul.documents-available-container li .icon,
.addthis_inline_share_toolbox a.at-share-btn.documents + ul.documents-available-container li .icon,
.addthis_inline_share_toolbox a.at-share-btn.documents + span + ul.documents-available-container li .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.ntx-cand-button.documents ul.documents-available-container li.doc .icon, .ntx-cand-button.documents ul.documents-available-container li.docx .icon,
.ntx-cand-button.documents + ul.documents-available-container li.doc .icon,
.ntx-cand-button.documents + ul.documents-available-container li.docx .icon,
.ntx-cand-button.documents + span + ul.documents-available-container li.doc .icon,
.ntx-cand-button.documents + span + ul.documents-available-container li.docx .icon,
a.ntx-cand-button.documents ul.documents-available-container li.doc .icon,
a.ntx-cand-button.documents ul.documents-available-container li.docx .icon,
a.ntx-cand-button.documents + ul.documents-available-container li.doc .icon,
a.ntx-cand-button.documents + ul.documents-available-container li.docx .icon,
a.ntx-cand-button.documents + span + ul.documents-available-container li.doc .icon,
a.ntx-cand-button.documents + span + ul.documents-available-container li.docx .icon,
.addthis_inline_share_toolbox a.at-share-btn.documents ul.documents-available-container li.doc .icon,
.addthis_inline_share_toolbox a.at-share-btn.documents ul.documents-available-container li.docx .icon,
.addthis_inline_share_toolbox a.at-share-btn.documents + ul.documents-available-container li.doc .icon,
.addthis_inline_share_toolbox a.at-share-btn.documents + ul.documents-available-container li.docx .icon,
.addthis_inline_share_toolbox a.at-share-btn.documents + span + ul.documents-available-container li.doc .icon,
.addthis_inline_share_toolbox a.at-share-btn.documents + span + ul.documents-available-container li.docx .icon {
  background-image: url(../img/file-type-icons/doc.svg);
  background-size: contain;
}
.ntx-cand-button.documents ul.documents-available-container li.pdf .icon,
.ntx-cand-button.documents + ul.documents-available-container li.pdf .icon,
.ntx-cand-button.documents + span + ul.documents-available-container li.pdf .icon,
a.ntx-cand-button.documents ul.documents-available-container li.pdf .icon,
a.ntx-cand-button.documents + ul.documents-available-container li.pdf .icon,
a.ntx-cand-button.documents + span + ul.documents-available-container li.pdf .icon,
.addthis_inline_share_toolbox a.at-share-btn.documents ul.documents-available-container li.pdf .icon,
.addthis_inline_share_toolbox a.at-share-btn.documents + ul.documents-available-container li.pdf .icon,
.addthis_inline_share_toolbox a.at-share-btn.documents + span + ul.documents-available-container li.pdf .icon {
  background-image: url(../img/file-type-icons/pdf.svg);
  background-size: contain;
}
.ntx-cand-button.documents ul.documents-available-container li.xls .icon,
.ntx-cand-button.documents + ul.documents-available-container li.xls .icon,
.ntx-cand-button.documents + span + ul.documents-available-container li.xls .icon,
a.ntx-cand-button.documents ul.documents-available-container li.xls .icon,
a.ntx-cand-button.documents + ul.documents-available-container li.xls .icon,
a.ntx-cand-button.documents + span + ul.documents-available-container li.xls .icon,
.addthis_inline_share_toolbox a.at-share-btn.documents ul.documents-available-container li.xls .icon,
.addthis_inline_share_toolbox a.at-share-btn.documents + ul.documents-available-container li.xls .icon,
.addthis_inline_share_toolbox a.at-share-btn.documents + span + ul.documents-available-container li.xls .icon {
  background-image: url(../img/file-type-icons/xls.svg);
  background-size: contain;
}
.ntx-cand-button.documents:not(.active) + .documents-available-container, .ntx-cand-button.documents:not(.active) + span + .documents-available-container,
a.ntx-cand-button.documents:not(.active) + .documents-available-container,
a.ntx-cand-button.documents:not(.active) + span + .documents-available-container,
.addthis_inline_share_toolbox a.at-share-btn.documents:not(.active) + .documents-available-container,
.addthis_inline_share_toolbox a.at-share-btn.documents:not(.active) + span + .documents-available-container {
  display: none;
}

.ntx-cand-button.documents + span + ul.documents-available-container li * {
  display: inline-block;
  vertical-align: middle;
}

#NTXSideNavContents .ntx-cand-button, #NTXSideNavContents a.ntx-cand-button {
  padding: 10px 10px 10px 40px;
}

.a_dvert #NTXSideNavContents .login-bar .ad-login-alert .login-bar.login-bar-popup button.ntx-cand-button.primary.full-button {
  padding-left: 10px;
}

#NTXSideNavContents .ntx-cand-button.safer-jobs-button, #NTXSideNavContents .ntx-cand-button.safer-jobs-button {
  padding: 10px;
}

.at-share-btn {
  padding: 20px !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ntx-cand-button {
    border: 1px solid;
    border-color: #dddddd;
  }
  .addthis_inline_share_toolbox {
    border: 1px solid;
    border-color: #dddddd;
    width: 190px;
    border-radius: 5px;
  }
  .safer-jobs-button {
    width: 130px;
  }
  .fs-l {
    border-bottom: 1px solid;
    border-color: #dddddd;
  }
  .ad-login-alert input[type=email], .ad-login-alert input[type=text], .ad-login-alert input[type=password], body.login input[type=email], body.login input[type=text], body.login input[type=password] {
    border: 1px solid #ddd;
    border-radius: 5px;
  }
}
.has-tooltip {
  -ms-transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  position: relative;
}
.has-tooltip.disabled, .has-tooltip:disabled {
  cursor: not-allowed;
}
.has-tooltip span.ntx-tooltip[aria-hidden=false] {
  -ms-animation: tooltip 300ms cubic-bezier(0,0,.2,1) forwards;
  -o-animation: tooltip 300ms cubic-bezier(0,0,.2,1) forwards;
  -moz-animation: tooltip 300ms cubic-bezier(0,0,.2,1) forwards;
  -webkit-animation: tooltip 300ms cubic-bezier(0,0,.2,1) forwards;
  animation: tooltip 300ms cubic-bezier(0,0,.2,1) forwards;
  display: block;
}
.has-tooltip span.ntx-tooltip.left[aria-hidden=false], .has-tooltip span.ntx-tooltip.right[aria-hidden=false] {
  top: 50%;
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -ms-animation: tooltip-horizontal 300ms cubic-bezier(0,0,.2,1) forwards;
  -o-animation: tooltip-horizontal 300ms cubic-bezier(0,0,.2,1) forwards;
  -moz-animation: tooltip-horizontal 300ms cubic-bezier(0,0,.2,1) forwards;
  -webkit-animation: tooltip-horizontal 300ms cubic-bezier(0,0,.2,1) forwards;
  animation: tooltip-horizontal 300ms cubic-bezier(0,0,.2,1) forwards;
  display: block;
}
.has-tooltip span.ntx-tooltip.left[aria-hidden=false] {
  left: initial;
}
.has-tooltip span.ntx-tooltip.right[aria-hidden=false] {
  right: initial;
}
.has-tooltip span.ntx-tooltip.bottom-right[aria-hidden=false] {
  right: 0;
  left: initial;
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -ms-animation: tooltip-scale 300ms cubic-bezier(0,0,.2,1) forwards;
  -o-animation: tooltip-scale 300ms cubic-bezier(0,0,.2,1) forwards;
  -moz-animation: tooltip-scale 300ms cubic-bezier(0,0,.2,1) forwards;
  -webkit-animation: tooltip-scale 300ms cubic-bezier(0,0,.2,1) forwards;
  animation: tooltip-scale 300ms cubic-bezier(0,0,.2,1) forwards;
  display: block;
}
.has-tooltip:hover span.ntx-tooltip {
  -ms-animation: tooltip 300ms cubic-bezier(0,0,.2,1) forwards;
  -o-animation: tooltip 300ms cubic-bezier(0,0,.2,1) forwards;
  -moz-animation: tooltip 300ms cubic-bezier(0,0,.2,1) forwards;
  -webkit-animation: tooltip 300ms cubic-bezier(0,0,.2,1) forwards;
  animation: tooltip 300ms cubic-bezier(0,0,.2,1) forwards;
  display: block;
}
.has-tooltip:hover span.ntx-tooltip.left, .has-tooltip:hover span.ntx-tooltip.right {
  top: 50%;
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -ms-animation: tooltip-horizontal 300ms cubic-bezier(0,0,.2,1) forwards;
  -o-animation: tooltip-horizontal 300ms cubic-bezier(0,0,.2,1) forwards;
  -moz-animation: tooltip-horizontal 300ms cubic-bezier(0,0,.2,1) forwards;
  -webkit-animation: tooltip-horizontal 300ms cubic-bezier(0,0,.2,1) forwards;
  animation: tooltip-horizontal 300ms cubic-bezier(0,0,.2,1) forwards;
  display: block;
}
.has-tooltip:hover span.ntx-tooltip.left {
  left: initial;
}
.has-tooltip:hover span.ntx-tooltip.right {
  right: initial;
}
.has-tooltip:hover span.ntx-tooltip.bottom-right {
  right: 0;
  left: initial;
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -ms-animation: tooltip-scale 300ms cubic-bezier(0,0,.2,1) forwards;
  -o-animation: tooltip-scale 300ms cubic-bezier(0,0,.2,1) forwards;
  -moz-animation: tooltip-scale 300ms cubic-bezier(0,0,.2,1) forwards;
  -webkit-animation: tooltip-scale 300ms cubic-bezier(0,0,.2,1) forwards;
  animation: tooltip-scale 300ms cubic-bezier(0,0,.2,1) forwards;
  display: block;
}
.has-tooltip.show-tooltip-on-disabled:not(:disabled) span.ntx-tooltip {
  display: none;
}

span.ntx-tooltip {
  position: absolute;
  width: 250px;
  border-radius: 5px;
  padding: 15px 10px;
  text-align: center;
  background-color: rgba(97, 97, 97, 0.9);
  color: rgb(255, 255, 255);
  z-index: 20;
  font-weight: 400;
  -ms-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  left: 50%;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  -moz-transform-origin: top center;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -ms-transition: none;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
  font-size: 1rem;
  text-transform: none;
  text-indent: 0;
  white-space: normal;
}
span.ntx-tooltip:before, span.ntx-tooltip:after {
  content: "";
  position: absolute;
}
span.ntx-tooltip:after {
  background-color: transparent;
}
span.ntx-tooltip.top:after, span.ntx-tooltip.bottom:after {
  width: 100%;
  height: 10px;
  left: 0;
}
span.ntx-tooltip.left:after, span.ntx-tooltip.right:after {
  width: 10px;
  height: 100%;
  top: 0;
}
span.ntx-tooltip.top {
  bottom: calc(100% + 10px);
}
span.ntx-tooltip.top:before {
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(97, 97, 97, 0.9);
  border-bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
}
span.ntx-tooltip.top:after {
  bottom: -10px;
}
span.ntx-tooltip.bottom {
  top: calc(100% + 10px);
}
span.ntx-tooltip.bottom:before {
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(97, 97, 97, 0.9);
  border-top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -10px;
}
span.ntx-tooltip.bottom:after {
  top: -10px;
}
span.ntx-tooltip.right {
  left: calc(100% + 10px);
}
span.ntx-tooltip.right:before {
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(97, 97, 97, 0.9);
  left: -10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
span.ntx-tooltip.right:after {
  left: -10px;
}
span.ntx-tooltip.left {
  right: calc(100% + 10px);
}
span.ntx-tooltip.left:before {
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(97, 97, 97, 0.9);
  border-right: 0;
  left: initial;
  right: -10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
span.ntx-tooltip.left:after {
  right: -10px;
}
span.ntx-tooltip.bottom-right {
  top: calc(100% + 10px);
}
span.ntx-tooltip.bottom-right:before {
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(97, 97, 97, 0.9);
  border-top: 0;
  right: 20px;
  -ms-transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  top: -10px;
}
span.ntx-tooltip.bottom-right:after {
  top: -10px;
}

.new-response-button .has-tooltip:hover .button:not([aria-disabled=true]) + span.ntx-tooltip {
  display: none;
}

nav .ntx-navigation {
  width: 95%;
  max-width: 22rem;
  min-width: 300px;
  z-index: 1;
  position: absolute;
}
nav .ntx-navigation li:not(:last-of-type) {
  margin-bottom: 10px;
}
nav .ntx-navigation li a,
nav .ntx-navigation li button,
nav .ntx-navigation .ntx-navigation-bottom a,
nav .ntx-navigation .ntx-navigation-bottom button {
  color: #ffffff;
  display: inline-block;
  font-size: 1.275em;
  font-weight: normal;
  border: 0;
}
nav[aria-labelledby=CandidateUserNavigation] {
  background-color: #e4e4e4;
}
nav[aria-labelledby=CandidateUserNavigation] .user-navigation {
  float: none;
  background-color: transparent;
  height: auto;
  border: none;
  position: static;
}
nav[aria-labelledby=CandidateUserNavigation] form {
  display: none;
}

aside.candidate-account-navigation, aside.application-navigation {
  width: 100%;
  max-width: 300px;
  background-color: rgb(234, 234, 234);
  border-right: 1px solid rgb(221, 221, 221);
}
@media only screen and (max-width: 1366px) {
  aside.candidate-account-navigation, aside.application-navigation {
    max-width: 275px;
  }
}
@media only screen and (max-width: 1000px) {
  aside.candidate-account-navigation, aside.application-navigation {
    width: 100%;
    max-width: initial;
  }
}
aside.candidate-account-navigation nav ul, aside.application-navigation nav ul {
  list-style: none;
  position: relative;
  width: calc(100% + 1px);
}
@media only screen and (max-width: 1000px) {
  aside.candidate-account-navigation nav, aside.application-navigation nav {
    overflow: auto;
    white-space: nowrap;
    text-align: center;
    position: relative;
  }
}
aside.candidate-account-navigation nav li, aside.application-navigation nav li {
  padding: 0;
  border: 0;
  background: transparent;
  font-weight: normal;
  clear: initial;
}
@media only screen and (max-width: 1000px) {
  aside.candidate-account-navigation nav li, aside.application-navigation nav li {
    display: inline-flex;
  }
}
aside.candidate-account-navigation nav li.selected, aside.candidate-account-navigation nav li:hover, aside.application-navigation nav li.selected, aside.application-navigation nav li:hover {
  background-color: transparent;
}
aside.candidate-account-navigation nav li.selected a,
aside.candidate-account-navigation nav li.selected button, aside.candidate-account-navigation nav li:hover a,
aside.candidate-account-navigation nav li:hover button, aside.application-navigation nav li.selected a,
aside.application-navigation nav li.selected button, aside.application-navigation nav li:hover a,
aside.application-navigation nav li:hover button {
  background-color: #ffffff;
}
aside.candidate-account-navigation nav li a,
aside.candidate-account-navigation nav li button, aside.application-navigation nav li a,
aside.application-navigation nav li button {
  padding: 25px 25px;
  background-color: transparent;
  color: #282828;
  width: 100%;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #e4e4e4;
}
aside.candidate-account-navigation nav li a .icon,
aside.candidate-account-navigation nav li button .icon, aside.application-navigation nav li a .icon,
aside.application-navigation nav li button .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-size: contain;
}
aside.candidate-account-navigation nav li.how-to-apply .icon, aside.application-navigation nav li.how-to-apply .icon {
  background-image: url(../img/icons/5e5e5e/application-info.svg);
}
aside.candidate-account-navigation nav li.incomplete .icon, aside.application-navigation nav li.incomplete .icon {
  background-image: url(../img/icons/5e5e5e/incomplete.svg);
}
aside.candidate-account-navigation nav li.unanswered .icon, aside.application-navigation nav li.unanswered .icon {
  background-image: url(../img/icons/5e5e5e/unanswered.svg);
}
aside.candidate-account-navigation nav li.complete .icon, aside.application-navigation nav li.complete .icon {
  background-image: url(../img/icons/5e5e5e/answered.svg);
}
aside.candidate-account-navigation:empty, aside.application-navigation:empty {
  display: none;
}

header {
  background-color: #ffffff;
}
@media only screen and (max-width: 650px) {
  header > div.flex {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
header a {
  display: block;
}
@media only screen and (max-width: 650px) {
  header a {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin: 10px 0;
  }
}
header svg#networx-logo {
  height: 45px;
}
header .client-logo {
  width: 100%;
  height: 45px;
}

.cand-account header .client-logo {
  width: auto;
}

.login header a {
  display: inline-block;
  margin: 0 auto;
}

.is-homepage #skiplink-container a {
  display: block;
  position: absolute;
  left: -999px;
  top: -999px;
  color: #fff;
}

.is-homepage #skiplink-container a:focus {
  left: 0;
  top: 0;
  padding: 3px;
  outline: #ff8839 auto 5px;
}

#skiplink-container a {
  display: block;
  position: absolute;
  left: -999px;
  top: -999px;
  color: #000;
}

#skiplink-container a:focus {
  left: 0;
  top: 0;
  padding: 3px;
  outline: #ff8839 auto 5px;
}

.login-overlay {
  padding: 50px 0;
}
.login-overlay .is-container {
  position: relative;
}

.login-dialogue-box {
  -ms-transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  top: 0;
  width: 95%;
  max-width: 700px;
  height: auto;
}
.login-dialogue-box .login-opt:nth-of-type(2) {
  margin-left: 20px;
  margin-right: 20px;
}
.login-dialogue-box .login-bottom-section,
.login-dialogue-box .login-bottom-content {
  float: none;
  height: auto;
}
.login-dialogue-box .login-social-media-container p {
  padding-bottom: 20px;
}
.login-dialogue-box .login-social-media-container ul {
  list-style: none;
}
.login-dialogue-box .login-social-media-container ul li:not(:last-of-type) {
  margin-bottom: 20px;
}

.ad-login-alert .content {
  padding: 20px;
  position: relative;
}
.ad-login-alert .content > ul:not(.asm-dropdown) li {
  list-style: none;
}
.ad-login-alert .content > ul:not(.asm-dropdown) li:not(:last-of-type) {
  margin-bottom: 10px;
}
.ad-login-alert .content input[type=email] {
  padding: 15px;
  border-color: #e4e4e4;
  width: 100%;
  margin-bottom: 10px;
}

.ad-login-alert input[type=email],
.ad-login-alert input[type=text],
.ad-login-alert input[type=password],
body.login input[type=email],
body.login input[type=text],
body.login input[type=password] {
  padding: 15px;
  border-color: #e4e4e4;
  width: 100%;
}

body.login main {
  padding: 35px 0;
}
body.login main section.login-content {
  max-width: 720px;
  margin: 0 auto;
  background-color: #ffffff;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px -3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px -3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px -3px;
}
body.login main section.login-content aside {
  position: relative;
  height: 150px;
}
body.login main section.login-content aside .overlay,
body.login main section.login-content aside .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 1;
}
body.login main section.login-content aside .overlay {
  z-index: 2;
  background-color: rgba(40, 40, 40, 0.5);
}
body.login main section.login-content aside .image {
  background-image: url(../img/hero-images/recruiter/networx-recruitment-office.jpg);
  background-size: cover;
  background-position: center center;
}
body.login main section.login-content aside .user-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgb(255, 255, 255);
  border-radius: 5px 5px 5px 5px;
  z-index: 3;
}
body.login main section.login-content aside .user-icon:before {
  content: "";
  background-image: url(../img/icons/5e5e5e/blank-user.svg);
  width: 100%;
  height: 100%;
  background-position: 50% bottom;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
body.login main section.login-information {
  position: relative;
  padding: 60px 30px 30px 30px;
}
body.login main section.login-information .login-social-media-container ul {
  list-style: none;
}
body.login main section.login-information .login-social-media-container ul li:first-of-type {
  padding-right: 20px;
}
body.login main section.login-information .login-social-media-container ul li:nth-last-of-type(2) {
  padding-left: 10px;
  padding-right: 10px;
}
body.login main section.login-information .login-social-media-container ul li:last-of-type {
  padding-left: 20px;
}
body.login main section.login-information .login-options-main .input-container {
  margin-bottom: 20px;
}
body.login main section.login-information .login-options-main .has-show-password {
  position: relative;
}
body.login main section.login-information .login-options-main .has-show-password .show-hide {
  position: absolute;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
  background-color: transparent;
  cursor: pointer;
}
body.login main section.login-information .login-options-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1000px) {
  body.login main section.login-information .login-options-container {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
body.login main section.login-information .login-options-container button:nth-of-type(2) {
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 1000px) {
  body.login main section.login-information .login-options-container button:nth-of-type(2) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1000px) {
  body.login main section.login-information .login-options-container button:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.login-social-media-account {
  color: rgb(255, 255, 255);
  padding: 15px 15px 15px 40px;
  font-size: 11px;
  line-height: 17px;
  font-weight: bold;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 100%;
  text-align: left;
  position: relative;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.login-social-media-account:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-size: contain;
}
.login-social-media-account.facebook {
  background-color: rgb(55, 101, 163);
}
.login-social-media-account.facebook:hover {
  background-color: #2a4d7d;
}
.login-social-media-account.facebook:before {
  background-image: url(../img/icons/ffffff/Facebook-Icon.svg);
}
.login-social-media-account.linkedin {
  background-color: rgb(2, 116, 179);
}
.login-social-media-account.linkedin:hover {
  background-color: #015381;
}
.login-social-media-account.linkedin:before {
  background-image: url(../img/icons/ffffff/LinkedIn-Icon.svg);
}
.login-social-media-account.google-plus {
  color: transparent;
  text-indent: -99999rem;
  background-color: #4285f4;
}
.login-social-media-account.google-plus:before {
  width: 11rem;
  height: 2rem;
  background-image: url(../img/icons/misc/btn_google_signin_dark_normal_web.png);
  background-position: left center;
}
.login-social-media-account.google-plus:hover {
  background-color: #3367d6;
}
.login-social-media-account.google-plus:hover:before {
  background-image: url(../img/icons/misc/btn_google_signin_dark_pressed_web.png);
}

.asm-dropdown {
  background-color: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px -3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px -3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px -3px;
  width: calc(100% - 40px);
  background-color: rgb(236, 236, 236);
  border: 1px solid rgb(221, 221, 221);
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  padding: 0;
  overflow-x: hidden;
  z-index: 2;
}
.asm-dropdown li {
  padding: 20px;
}
.asm-dropdown li.is-highlighted {
  background-color: #ffffff;
}
.asm-dropdown li:not(.is-highlighted) {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

main .search-container,
div[role=main] .search-container {
  position: relative;
  background-color: #555555;
  min-height: 480px;
  max-height: 600px;
  height: 55vh;
}
main .search-container .is-container,
div[role=main] .search-container .is-container {
  position: relative;
  z-index: 2;
  padding: 50px 0;
  max-width: 880px;
}
@media only screen and (max-width: 860px) {
  main .search-container .is-container,
  div[role=main] .search-container .is-container {
    padding: 25px 15px;
  }
}
@media only screen and (max-width: 860px) {
  main .search-container .is-container .flex.mt-20,
  div[role=main] .search-container .is-container .flex.mt-20 {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  main .search-container .is-container .flex.mt-20 button:not(.primary),
  div[role=main] .search-container .is-container .flex.mt-20 button:not(.primary) {
    width: 100%;
    display: block;
    margin: 0;
  }
  main .search-container .is-container .flex.mt-20 button:not(.primary):not(:first-of-type),
  div[role=main] .search-container .is-container .flex.mt-20 button:not(.primary):not(:first-of-type) {
    margin-top: 15px;
  }
}
main .search-container .is-container form h1,
div[role=main] .search-container .is-container form h1 {
  text-align: center;
  color: rgb(255, 255, 255);
  margin-bottom: 25px;
  font-size: 3.5rem;
}
@media only screen and (max-width: 860px) {
  main .search-container .is-container form h1,
  div[role=main] .search-container .is-container form h1 {
    margin-bottom: 25px;
  }
}
main .search-container.contact,
div[role=main] .search-container.contact {
  min-height: initial;
}
main .search-container.contact .is-container,
div[role=main] .search-container.contact .is-container {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 50px 50px;
}
main .search-container .scroll-down-container,
div[role=main] .search-container .scroll-down-container {
  position: absolute;
  bottom: 20px;
  z-index: 2;
}
main .search-container .job-search-image,
div[role=main] .search-container .job-search-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}
main .search-container .overlay,
div[role=main] .search-container .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(40, 40, 40, 0.45);
  background: linear-gradient(130deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
  top: 0px;
  outline: 0px;
}
main .search-container .scroll-down-featured-recruiters,
div[role=main] .search-container .scroll-down-featured-recruiters {
  background-color: transparent;
  border: none;
  display: block;
}
main .search-container .ntx-cand-button.primary,
div[role=main] .search-container .ntx-cand-button.primary {
  width: 100%;
  padding: 15px;
}
@media only screen and (max-width: 860px) {
  main .search-container .ntx-cand-button.primary,
  div[role=main] .search-container .ntx-cand-button.primary {
    margin-top: 0;
  }
}
main .search-container .ntx-cand-button:not(.primary):nth-of-type(2),
div[role=main] .search-container .ntx-cand-button:not(.primary):nth-of-type(2) {
  margin-left: 20px;
  margin-right: 20px;
}
main .search-container input.keyword-search, main .search-container input.location-search,
div[role=main] .search-container input.keyword-search,
div[role=main] .search-container input.location-search {
  background-color: #ffffff;
}
@media only screen and (max-width: 860px) {
  main .search-container input.keyword-search, main .search-container input.location-search,
  div[role=main] .search-container input.keyword-search,
  div[role=main] .search-container input.location-search {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
}
main .additional-job-information .is-container,
div[role=main] .additional-job-information .is-container {
  padding: 30px 0;
}
main .additional-job-information > .flex > div,
div[role=main] .additional-job-information > .flex > div {
  padding: 10px;
}
main .additional-job-information .further-jobs-container,
div[role=main] .additional-job-information .further-jobs-container {
  width: 100%;
  min-height: 200px;
  position: relative;
}
main .additional-job-information .further-jobs-container:last-of-type,
div[role=main] .additional-job-information .further-jobs-container:last-of-type {
  float: none;
  margin-bottom: 0;
}
main .additional-job-information a,
div[role=main] .additional-job-information a {
  display: block;
}
main .additional-job-information .four .further-jobs-container,
div[role=main] .additional-job-information .four .further-jobs-container {
  width: 100%;
}
main .additional-job-information .further-jobs-image,
div[role=main] .additional-job-information .further-jobs-image {
  background-size: cover;
  min-height: 200px;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  position: absolute;
  top: 0;
  left: 0;
}
main .additional-job-information .further-jobs-content,
div[role=main] .additional-job-information .further-jobs-content {
  bottom: 20px;
  position: absolute;
  width: 100%;
  right: 0;
}
main .additional-job-information .further-jobs-image-overlay,
div[role=main] .additional-job-information .further-jobs-image-overlay {
  top: 0;
  left: 0;
}
main .additional-job-information .further-job-details-title,
div[role=main] .additional-job-information .further-job-details-title {
  font-size: 1.5rem;
}
main .additional-job-information .further-job-details-title, main .additional-job-information .further-job-details-view-jobs,
div[role=main] .additional-job-information .further-job-details-title,
div[role=main] .additional-job-information .further-job-details-view-jobs {
  z-index: 3;
  position: relative;
  text-align: right;
  padding: 0 20px;
  display: block;
  text-decoration: none;
}
main .advanced-search-options-overlay button.ntx-cand-button:not(.close-button),
main .refine-search-overlay button.ntx-cand-button:not(.close-button),
div[role=main] .advanced-search-options-overlay button.ntx-cand-button:not(.close-button),
div[role=main] .refine-search-overlay button.ntx-cand-button:not(.close-button) {
  width: 100%;
  display: block;
  font-size: 1.275em;
}
main .advanced-search-options-overlay .parent-search-criteria-container,
main .refine-search-overlay .parent-search-criteria-container,
div[role=main] .advanced-search-options-overlay .parent-search-criteria-container,
div[role=main] .refine-search-overlay .parent-search-criteria-container {
  padding: 50px 0;
}
main .is-container.full-container,
div[role=main] .is-container.full-container {
  padding: 20px 0;
}
@media only screen and (max-width: 1000px) {
  main .is-container.full-container.has-job-results,
  div[role=main] .is-container.full-container.has-job-results {
    padding: 25px 0;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1000px) {
  main .is-container.full-container.has-job-results > .job-search + .job-results-sponsored-jobs-container,
  div[role=main] .is-container.full-container.has-job-results > .job-search + .job-results-sponsored-jobs-container {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
}
main .is-container .job-results-container,
div[role=main] .is-container .job-results-container {
  width: auto;
}
main .is-container.background-with-border,
div[role=main] .is-container.background-with-border {
  background-color: #ffffff;
  padding: 50px;
}
main nav .is-container.full-container,
div[role=main] nav .is-container.full-container {
  padding: 10px 0;
}
main.cand-acc-container .candidate-account-information,
div[role=main].cand-acc-container .candidate-account-information {
  padding: 25px 25px;
}
main.cand-acc-container .h2,
div[role=main].cand-acc-container .h2 {
  text-align: left;
  font-size: 2.5rem;
  color: rgb(40, 40, 40);
  font-weight: 400;
  margin-bottom: 20px;
}
main.cand-acc-container .h3,
div[role=main].cand-acc-container .h3 {
  font-size: 1.4rem;
}
main.cand-acc-container .your-profile-header,
div[role=main].cand-acc-container .your-profile-header {
  padding-bottom: 20px;
}
main.cand-acc-container .your-profile-header h3,
div[role=main].cand-acc-container .your-profile-header h3 {
  padding: 0;
  margin-right: 20px;
}
main.cand-acc-container .your-profile-section .user-icon,
div[role=main].cand-acc-container .your-profile-section .user-icon {
  float: none;
  bottom: initial;
}
@media only screen and (max-width: 1000px) {
  main.cand-acc-container .job-a-main.flex,
  div[role=main].cand-acc-container .job-a-main.flex {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
main .candidate-profile-container .ntx-mdl-switch,
div[role=main] .candidate-profile-container .ntx-mdl-switch {
  float: none;
  margin: 0;
}
main .candidate-profile-container.flex .profile-container-icon + .flex-1,
div[role=main] .candidate-profile-container.flex .profile-container-icon + .flex-1 {
  margin-left: 20px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media only screen and (max-width: 1000px) {
  article.item {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
article.item:not(:last-of-type) {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
article.item aside.actions {
  width: 100%;
  max-width: 250px;
}
@media only screen and (max-width: 1000px) {
  article.item aside.actions {
    max-width: none;
  }
}
article.item aside.actions .logo {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
article.item aside.actions button {
  width: 100%;
}
article.item aside.actions button:not(:last-of-type) {
  margin-bottom: 10px;
}
article.item aside.actions button.has-icon {
  text-align: left;
}
article.item aside.client {
  position: relative;
  height: 125px;
}
article.item aside.client .logo-container {
  width: calc(100% - 30px);
  max-width: 200px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  left: 15px;
  height: 75%;
  bottom: -25px;
  z-index: 3;
  padding: 10px;
}
article.item aside.client .logo-container .logo {
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
article.item aside.client .image,
article.item aside.client .overlay {
  height: 100%;
  width: 100%;
}
article.item aside.client .overlay {
  background-color: rgba(44, 44, 44, 0.55);
  position: absolute;
  z-index: 1;
}
article.item aside.client .image {
  background-size: cover;
}
article.item section.details {
  width: auto;
  background-color: #ffffff;
}
@media only screen and (max-width: 1000px) {
  article.item section.details {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0;
  }
}
article.item section.details a.title,
article.item section.details button.title {
  display: block;
  font-weight: 700;
  padding-bottom: 10px;
  float: none;
  text-align: left;
  word-break: break-word;
}
article.item.featured {
  -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  padding-bottom: 0;
}
article.item.featured section.details {
  padding: 50px 15px 15px 15px;
}
article.item.featured section button.ntx-cand-button {
  margin-top: 20px;
}

.job-search section.count {
  padding: 15px 0;
  border-top: 0;
}
.job-search section.count h1 {
  padding-bottom: 0;
}
.job-search .results {
  padding: 0px 20px;
}
@media only screen and (max-width: 1000px) {
  .job-search .results {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.job-search .results-container {
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-top: 1px solid #ddd;
  border: none;
}
@media only screen and (max-width: 1000px) {
  .job-search .results-container {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.job-search .refine {
  background-color: rgb(245, 248, 250);
  background-color: #f9f9f9;
  padding: 20px;
  width: 18rem;
}
@media only screen and (max-width: 1000px) {
  .job-search .refine {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.job-search .refine button.ntx-cand-button {
  margin-bottom: 10px;
}
.job-search .refine .item:not(:last-of-type) {
  margin-bottom: 20px;
}
.job-search .refine > div:not(:last-of-type) {
  margin-bottom: 20px;
}

main .additional-job-information article.featured {
  width: auto;
  position: relative;
  margin-bottom: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 10px;
  min-height: 415px;
  width: 100%;
}
main .additional-job-information article.featured > div {
  -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .item:not(:last-of-type) {
    border-bottom: 1px solid rgb(221, 221, 221);
  }
}
body.a_dvert main, body.application main {
  padding: 20px 0px 20px 0;
}
body.a_dvert main .is-container, body.application main .is-container {
  background-color: #ffffff;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px -3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px -3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px -3px;
}
body.a_dvert main .is-container aside.details, body.application main .is-container aside.details {
  background-color: #f8f8f8;
  padding: 20px 25px;
  border-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  body.a_dvert main .is-container aside.details, body.application main .is-container aside.details {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
body.a_dvert main .is-container aside.details #LoadClientLogo .logo, body.application main .is-container aside.details #LoadClientLogo .logo {
  width: 210px;
  height: 75px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
body.a_dvert main .is-container aside.details #LoadClientLogo + div #NTXSideNavContents + #NTXTApplyButton, body.application main .is-container aside.details #LoadClientLogo + div #NTXSideNavContents + #NTXTApplyButton {
  padding: 5px 0;
}
body.a_dvert main .is-container aside.details #LoadClientLogo + div #NTXSideNavContents + #NTXTApplyButton button, body.application main .is-container aside.details #LoadClientLogo + div #NTXSideNavContents + #NTXTApplyButton button {
  padding: 0.5rem 0.5rem;
}
body.a_dvert main .is-container aside.details #LoadClientLogo + div #NTXSideNavContents button.ntx-cand-button, body.application main .is-container aside.details #LoadClientLogo + div #NTXSideNavContents button.ntx-cand-button {
  margin: 5px 5px 5px 0;
}
body.a_dvert main .is-container aside + section, body.application main .is-container aside + section {
  padding: 25px;
  overflow: inherit;
}
body.a_dvert main .is-container section p#NTXTitleSection, body.a_dvert main .is-container section p#NTXJobTitle, body.application main .is-container section p#NTXTitleSection, body.application main .is-container section p#NTXJobTitle {
  display: none;
}
body.a_dvert main .is-container section #NTXAdvert .AdvertParentContainer, body.application main .is-container section #NTXAdvert .AdvertParentContainer {
  margin: 0 auto;
}
body.a_dvert main .is-container section #NTXAdvert *, body.application main .is-container section #NTXAdvert * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-size: auto;
}
body.application main .is-container {
  padding: 0;
  border: none;
}
body.application main .is-container aside + section {
  padding: 0;
  overflow: initial;
}
body.a_dvert main .is-container {
  max-width: 1200px;
}

@media (min-width: 0px) and (max-width: 992px) {
  .details #LoadClientLogo {
    min-height: 100px !important;
  }
  .details > .row {
    min-height: 103px !important;
  }
}
@media (min-width: 0px) and (max-width: 992px) {
  #divSafeJobs, #btnSafeJobsLoad {
    display: none;
  }
  .ad-login-alert #adLoginDialog.active {
    min-width: unset !important;
    min-width: auto !important;
    right: 0;
    top: calc(-110px + 1.4rem);
  }
}
body.application #NTXAppFormQuestions ul {
  padding: 0;
  width: 100%;
}
body.application #NTXAppFormQuestions #PrivacyStatement ul {
  padding-left: 30px;
}
body.application #NTXAppFormQuestions #PrivacyStatement ul:not(:last-child) {
  padding-bottom: 10px;
}
body.application div.BusyBoxContainer.full-busy-box.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(40, 40, 40, 0.5);
}
body.application div.BusyBoxContainer.full-busy-box.active:not(.active) {
  display: none;
}
body.application div.BusyBoxContainer.full-busy-box.active #BusyBox {
  display: none;
  visibility: hidden;
  opacity: 0;
}
body.application div.BusyBoxContainer.full-busy-box.active .content {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px -3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px -3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px -3px;
}
body.application div.BusyBoxContainer.full-busy-box.active .content h2 {
  font-weight: normal;
}
body.application div.BusyBoxContainer.full-busy-box.active .content svg {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  display: block;
  position: relative;
}
body.application div.BusyBoxContainer.full-busy-box.active .content svg .loader-background-color,
body.application div.BusyBoxContainer.full-busy-box.active .content svg .horizontal-loader {
  stroke: rgb(207, 207, 207);
  background-color: rgb(207, 207, 207);
}
body.application div.BusyBoxContainer.full-busy-box.active .content svg .loader-main-color,
body.application div.BusyBoxContainer.full-busy-box.active .content svg .horizontal-loader:before {
  stroke: rgb(255, 136, 57);
  background-color: rgb(255, 136, 57);
}
body.application .app-form-questions.flex-1 {
  width: 100%;
}
body.application .app-form-questions.flex-1 .app-form-questions {
  width: 100%;
}
body.application .has-review label,
body.application .has-review input,
body.application .has-review textarea,
body.application .has-review .drop-down {
  cursor: auto;
  background-color: #ffffff !important;
  color: #000000;
}
body.application .has-review label:disabled,
body.application .has-review input:disabled,
body.application .has-review textarea:disabled,
body.application .has-review .drop-down:disabled {
  color: #000000;
}
body.application .has-review label:hover,
body.application .has-review input:hover,
body.application .has-review textarea:hover,
body.application .has-review .drop-down:hover {
  background-color: #ffffff;
}
body.application .submit-pre-text {
  padding-top: 25px;
  margin-top: 25px;
}
body.application .submit-pre-text p label {
  display: inline;
  cursor: auto;
  font-weight: bold;
}
body.application .submit-pre-text p:nth-of-type(2) {
  font-weight: bold;
}
@media only screen and (max-width: 1000px) {
  body.application .job-a-main.application {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
body.application #PrivacyStatement h1.bold {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.candidate-dialog-box[style*="height:1px"],
.candidate-dialog-box[style*="height: 1px"] {
  height: auto !important;
  width: 32rem !important;
  max-width: 95%;
}

body.cand-account .candidate-dialog#ViewAdvert_dialog .is-container {
  max-width: 1500px;
}
body.cand-account .candidate-dialog#ViewAdvert_dialog .is-container .app-form-container {
  border: 1px solid rgb(221, 221, 221) !important;
  overflow: auto;
}

.site-map #divSiteMapLocations {
  margin-left: -10px;
  margin-right: -10px;
}
.site-map #divSiteMapLocations h3 {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.site-map #divSiteMapLocations h3:not(:first-child) {
  padding-top: 20px;
}
.site-map #divSiteMapLocations article {
  margin: 10px;
  -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: auto;
}
.site-map #divSiteMapLocations article .image {
  height: 100px;
  position: relative;
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  background-image: url(../img/hero-images/locations/europe/Locations-1.jpg);
  background-size: cover;
}
.site-map #divSiteMapLocations article .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.25);
  z-index: 1;
}
.site-map #divSiteMapLocations article .image.east-anglia {
  background-image: url(../img/hero-images/locations/europe/uk/east-anglia/east-anglia-1.jpg);
}
.site-map #divSiteMapLocations article .image.east-midlands {
  background-image: url(../img/hero-images/locations/europe/uk/east-midlands/east-midlands-1.jpg);
}
.site-map #divSiteMapLocations article .image.east-of-england {
  background-image: url(../img/hero-images/locations/europe/uk/north-east/north-east-1.jpg);
}
.site-map #divSiteMapLocations article .image.home-based {
  background-image: url(../img/hero-images/disciplines/social-housing/social-housing-1.jpg);
}
.site-map #divSiteMapLocations article .image.london {
  background-image: url(../img/hero-images/locations/europe/uk/london/london-1.jpg);
}
.site-map #divSiteMapLocations article .image.nationwide {
  background-image: url(../img/hero-images/locations/europe/uk/north-east/cleveland-and-teeside/Saltburn-By-The-Sea/Saltburn-By-The-Sea-3.jpg);
}
.site-map #divSiteMapLocations article .image.north-east {
  background-image: url(../img/hero-images/locations/europe/uk/north-east/north-east-1.jpg);
}
.site-map #divSiteMapLocations article .image.north-west {
  background-image: url(../img/hero-images/locations/europe/uk/north-west/north-west-1.jpg);
}
.site-map #divSiteMapLocations article .image.northern-ireland {
  background-image: url(../img/hero-images/locations/europe/uk/northern-ireland/northern-ireland-1.jpg);
}
.site-map #divSiteMapLocations article .image.scotland {
  background-image: url(../img/hero-images/locations/europe/uk/scotland/scotland-1.jpg);
}
.site-map #divSiteMapLocations article .image.south-east {
  background-image: url(../img/hero-images/locations/europe/uk/south-east/south-east-1.jpg);
}
.site-map #divSiteMapLocations article .image.south-west {
  background-image: url(../img/hero-images/locations/europe/uk/south-west/south-west-1.jpg);
}
.site-map #divSiteMapLocations article .image.wales {
  background-image: url(../img/hero-images/locations/europe/uk/wales/wales-1.jpg);
}
.site-map #divSiteMapLocations article .image.west-midlands {
  background-image: url(../img/hero-images/locations/europe/uk/west-midlands/west-midlands-1.jpg);
}
.site-map #divSiteMapLocations article .image.yorkshire-and-humberside {
  background-image: url(../img/hero-images/locations/europe/uk/yorkshire-and-humberside/yorkshire-and-humberside-1.jpg);
}
.site-map #divSiteMapLocations article .image.yorkshire-and-humberside {
  background-image: url(../img/hero-images/locations/europe/uk/yorkshire-and-humberside/yorkshire-and-humberside-1.jpg);
}
.site-map #divSiteMapLocations article .image.accountancy, .site-map #divSiteMapLocations article .image.accounting-and-finance {
  background-image: url(../img/hero-images/disciplines/Accounting-and-Finance/Accounting-1.jpg);
}
.site-map #divSiteMapLocations article .image.administration {
  background-image: url(../img/hero-images/disciplines/Administration/Administration-1.jpg);
}
.site-map #divSiteMapLocations article .image.advertising-marketing {
  background-image: url(../img/hero-images/disciplines/Marketing-and-PR/Marketing-PR-1.jpg);
}
.site-map #divSiteMapLocations article .image.agriculture-fishing-forestry {
  background-image: url(../img/hero-images/disciplines/agriculture-fishing-forestry/Agriculture-1.jpg);
}
.site-map #divSiteMapLocations article .image.apprenticeships {
  background-image: url(../img/hero-images/disciplines/Apprenticeships/Apprenticeship-1.jpg);
}
.site-map #divSiteMapLocations article .image.aviation {
  background-image: url(../img/hero-images/disciplines/Transport-and-Logistics/Transport-and-Logistics-3.jpg);
}
.site-map #divSiteMapLocations article .image.banking {
  background-image: url(../img/hero-images/disciplines/Banking/Banking-1.jpg);
}
.site-map #divSiteMapLocations article .image.catering {
  background-image: url(../img/hero-images/disciplines/Hospitality-and-Catering/Hospitality-and-Catering-2.jpg);
}
.site-map #divSiteMapLocations article .image.charities, .site-map #divSiteMapLocations article .image.charity-voluntary {
  background-image: url(../img/hero-images/disciplines/Charity-and-Voluntary/Charity-1.jpg);
}
.site-map #divSiteMapLocations article .image.chemical-pharmaceuticals {
  background-image: url(../img/hero-images/disciplines/Health-and-Medicine/Health-Medicine-2.jpg);
}
.site-map #divSiteMapLocations article .image.communications {
  background-image: url(../img/hero-images/disciplines/IT-and-Telecoms/IT-Telecoms-1.jpg);
}
.site-map #divSiteMapLocations article .image.construction, .site-map #divSiteMapLocations article .image.construction-property {
  background-image: url(../img/hero-images/disciplines/Construction-and-Property/Construction-1.jpg);
}
.site-map #divSiteMapLocations article .image.distribution-warehousing {
  background-image: url(../img/hero-images/disciplines/Motoring-and-Automotive/Motoring-and-Automotive-1.jpg);
}
.site-map #divSiteMapLocations article .image.education-training, .site-map #divSiteMapLocations article .image.education {
  background-image: url(../img/hero-images/disciplines/education/education-1.jpg);
}
.site-map #divSiteMapLocations article .image.electrical {
  background-image: url(../img/hero-images/disciplines/Construction-and-Property/Electrician/electrician-1.jpg);
}
.site-map #divSiteMapLocations article .image.energy {
  background-image: url(../img/hero-images/disciplines/energy/energy-1.jpg);
}
.site-map #divSiteMapLocations article .image.engineering {
  background-image: url(../img/hero-images/disciplines/Engineering/Engineering-1.jpg);
}
.site-map #divSiteMapLocations article .image.estate-lettings-agency {
  background-image: url(../img/hero-images/disciplines/estate-agency/estate-agency-1.jpg);
}
.site-map #divSiteMapLocations article .image.executive {
  background-image: url(../img/hero-images/disciplines/executive/executive-1.jpg);
}
.site-map #divSiteMapLocations article .image.financial-services, .site-map #divSiteMapLocations article .image.finance {
  background-image: url(../img/hero-images/disciplines/Financial-Services/Finacial-Services-1.jpg);
}
.site-map #divSiteMapLocations article .image.fmcg {
  background-image: url(../img/hero-images/disciplines/fmcg/fmcg-2.jpg);
}
.site-map #divSiteMapLocations article .image.general-insurance {
  background-image: url(../img/hero-images/disciplines/Banking/Banking-2.jpg);
}
.site-map #divSiteMapLocations article .image.graduate {
  background-image: url(../img/hero-images/disciplines/graduate/graduate-1.jpg);
}
.site-map #divSiteMapLocations article .image.health, .site-map #divSiteMapLocations article .image.health-medicine {
  background-image: url(../img/hero-images/disciplines/Health-and-Medicine/Health-Medicine-3.jpg);
}
.site-map #divSiteMapLocations article .image.hospitality-catering-leisure, .site-map #divSiteMapLocations article .image.hospitality-catering {
  background-image: url(../img/hero-images/disciplines/Hospitality-and-Catering/Hospitality-and-Catering-1.jpg);
}
.site-map #divSiteMapLocations article .image.housing-association {
  background-image: url(../img/hero-images/disciplines/Social-Housing/Social-Housing-2.jpg);
}
.site-map #divSiteMapLocations article .image.it, .site-map #divSiteMapLocations article .image.it-telecoms {
  background-image: url(../img/hero-images/disciplines/IT-and-Telecoms/IT-Telecoms-1.jpg);
}
.site-map #divSiteMapLocations article .image.international-overseas {
  background-image: url(../img/hero-images/disciplines/international-overseas/international-overseas-1.jpg);
}
.site-map #divSiteMapLocations article .image.legal {
  background-image: url(../img/hero-images/disciplines/legal/legal-2.jpg);
}
.site-map #divSiteMapLocations article .image.leisure-tourism {
  background-image: url(../img/hero-images/disciplines/international-overseas/international-overseas-2.jpg);
}
.site-map #divSiteMapLocations article .image.manufacturing {
  background-image: url(../img/hero-images/disciplines/manufacturing/manufacturing-1.jpg);
}
.site-map #divSiteMapLocations article .image.media {
  background-image: url(../img/hero-images/disciplines/Marketing-and-PR/Marketing-PR-1.jpg);
}
.site-map #divSiteMapLocations article .image.motoring-automotive {
  background-image: url(../img/hero-images/disciplines/Motoring-and-Automotive/Motoring-and-Automotive-3.jpg);
}
.site-map #divSiteMapLocations article .image.nhs {
  background-image: url(../img/hero-images/disciplines/nhs/nhs-1.jpg);
}
.site-map #divSiteMapLocations article .image.non-executive {
  background-image: url(../img/hero-images/disciplines/Accounting-and-Finance/Accounting-1.jpg);
}
.site-map #divSiteMapLocations article .image.operations {
  background-image: url(../img/hero-images/disciplines/Human-Resources/Human-Resources-1.jpg);
}
.site-map #divSiteMapLocations article .image.organisations {
  background-image: url(../img/hero-images/disciplines/administration/Administration-1.jpg);
}
.site-map #divSiteMapLocations article .image.printing-publishing, .site-map #divSiteMapLocations article .image.marketing-pr {
  background-image: url(../img/hero-images/disciplines/Marketing-and-PR/Marketing-PR-3.jpg);
}
.site-map #divSiteMapLocations article .image.project-management {
  background-image: url(../img/hero-images/disciplines/media/media-1.jpg);
}
.site-map #divSiteMapLocations article .image.public-sector {
  background-image: url(../img/hero-images/disciplines/Social-Care/Social-Care-5.jpg);
}
.site-map #divSiteMapLocations article .image.purchasing {
  background-image: url(../img/hero-images/disciplines/purchasing/purchasing-1.jpg);
}
.site-map #divSiteMapLocations article .image.recruitment-consultancy {
  background-image: url(../img/hero-images/disciplines/recruitment-consultancy/recruitment-consultancy-1.jpg);
}
.site-map #divSiteMapLocations article .image.real-estate {
  background-image: url(../img/hero-images/disciplines/Social-Housing/Social-Housing-3.jpg);
}
.site-map #divSiteMapLocations article .image.recruitment {
  background-image: url(../img/hero-images/disciplines/Recruitment-Consultancy/Recruitment-Consultancy-1.jpg);
}
.site-map #divSiteMapLocations article .image.retail {
  background-image: url(../img/hero-images/disciplines/retail/retail-1.jpg);
}
.site-map #divSiteMapLocations article .image.sales {
  background-image: url(../img/hero-images/disciplines/sales/sales-2.jpg);
}
.site-map #divSiteMapLocations article .image.scientific {
  background-image: url(../img/hero-images/disciplines/Scientific/Scientific-1.jpg);
}
.site-map #divSiteMapLocations article .image.security-safety {
  background-image: url(../img/hero-images/disciplines/Security-and-Safety/Security-and-Safety-1.jpg);
}
.site-map #divSiteMapLocations article .image.service-industry {
  background-image: url(../img/hero-images/disciplines/Financial-Services/Finacial-Services-1.jpg);
}
.site-map #divSiteMapLocations article .image.support-services, .site-map #divSiteMapLocations article .image.customer-service {
  background-image: url(../img/hero-images/disciplines/Customer-Service/Customer-Service-1.jpg);
}
.site-map #divSiteMapLocations article .image.social-care {
  background-image: url(../img/hero-images/disciplines/Social-Housing/Social-Housing-6.jpg);
}
.site-map #divSiteMapLocations article .image.social-housing {
  background-image: url(../img/hero-images/disciplines/Social-Housing/Social-Housing-3.jpg);
}
.site-map #divSiteMapLocations article .image.strategy-consultancy {
  background-image: url(../img/hero-images/disciplines/Strategy-and-Consultancy/Strategy-Consultancy-1.jpg);
}
.site-map #divSiteMapLocations article .image.student {
  background-image: url(../img/hero-images/disciplines/education/education-1.jpg);
}
.site-map #divSiteMapLocations article .image.textiles {
  background-image: url(../img/hero-images/disciplines/student/student-5.jpg);
}
.site-map #divSiteMapLocations article .image.transport-logistics {
  background-image: url(../img/hero-images/disciplines/Motoring-and-Automotive/Motoring-and-Automotive-3.jpg);
}
.site-map #divSiteMapLocations article .image.training {
  background-image: url(../img/hero-images/disciplines/education/education-2.jpg);
}
.site-map #divSiteMapLocations article .image.transport-travel {
  background-image: url(../img/hero-images/disciplines/Transport-and-Logistics/Transport-and-Logistics-1.jpg);
}
.site-map #divSiteMapLocations article .image.utilities, .site-map #divSiteMapLocations article .image.human-resources {
  background-image: url(../img/hero-images/disciplines/Human-Resources/Human-Resources-2.jpg);
}
.site-map #divSiteMapLocations article .image.veterinary-services {
  background-image: url(../img/hero-images/disciplines/Vetinary-Services/Vetinary-Services-2.jpg);
}
.site-map #divSiteMapLocations article .has-inline-padding {
  padding: 15px;
}
.site-map #divSiteMapLocations article .has-inline-padding p {
  text-align: center;
  word-wrap: break-word;
}
.site-map #divSiteMapLocations article .has-inline-padding.has-button {
  background-color: #f8f8f8;
}
.site-map #divSiteMapLocations article:hover, .site-map #divSiteMapLocations article:focus-within {
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.08), 0 6px 12px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.08), 0 6px 12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08), 0 6px 12px rgba(0, 0, 0, 0.16);
}
.site-map #divSiteMapWebsite ul {
  list-style: none;
}
.site-map #divSiteMapWebsite ul li {
  padding: 15px 0;
}
.site-map #divSiteMapWebsite ul li a {
  font-weight: 500;
  display: inline-block;
}
.site-map #divSiteMapWebsite ul li:first-of-type {
  padding-top: 0;
}
.site-map #divSiteMapWebsite ul li:last-of-type {
  padding-bottom: 0;
}

footer {
  padding: 50px 0;
}
footer a[href*=http],
footer a[href*=mailto],
footer button.no-button {
  font-weight: normal;
}
@media only screen and (max-width: 650px) {
  footer .col.flex-justify-content-flex-end {
    -webkit-box-pack: initial;
    -moz-box-pack: initial;
    -ms-flex-pack: initial;
    -webkit-justify-content: initial;
    justify-content: initial;
  }
}
footer .flex:nth-of-type(1) .col:nth-of-type(3) > div {
  max-width: 250px;
  width: 100%;
}
footer .flex:nth-of-type(2) {
  border-top: 1px solid #ffffff;
  padding-top: 20px;
  margin-top: 20px;
}
footer .flex:nth-of-type(2) .col:nth-of-type(2) {
  text-align: right;
}
@media only screen and (max-width: 650px) {
  footer .flex:nth-of-type(2) .col:nth-of-type(2) {
    text-align: left;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 650px) {
  footer > .is-container > .flex {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
footer svg#networx-logo {
  width: 100%;
}
@media only screen and (max-width: 650px) {
  footer svg#networx-logo {
    margin-top: 20px;
  }
}
footer svg#networx-logo *[class^=networx-mark-innovate],
footer svg#networx-logo *[class^=networx-mark-recruitment],
footer svg#networx-logo *[class^=networx-mark-networx-worx-],
footer svg#networx-logo *[class^=networx-mark-networx-net] {
  fill: #ffffff;
}
footer ul li:not(:last-of-type) {
  padding-bottom: 20px;
}
footer ul,
footer ol {
  list-style: none;
}
footer:empty {
  display: none;
  padding: 0;
  background-color: transparent;
}
footer.ntx-footer {
  background-color: rgb(40, 40, 40);
}
footer.ntx-footer *,
footer.ntx-footer button.no-button {
  color: #ffffff;
}

svg#networx-logo-footer {
  fill: #fff;
}

/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');*/
/*General Styles*/ /*General Styles*/ /*General Styles*/ /*General Styles*/ /*General Styles*/
/*i hate scss*/
/*A*/
.addthis_inline_share_toolbox {
  margin: 5px 5px 5px 0;
}
.addthis_inline_share_toolbox .at-resp-share-element .at-share-btn-elements .at-icon-wrapper.at-share-btn {
  margin: 0;
  background-color: #ffffff !important;
  padding-left: 10px;
  position: static !important;
}
.addthis_inline_share_toolbox .at-resp-share-element .at-share-btn-elements .at-icon-wrapper.at-share-btn:focus {
  -ms-transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}
.addthis_inline_share_toolbox .at-resp-share-element .at-share-btn-elements .at-icon-wrapper.at-share-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/icons/5e5e5e/Share-Icon.svg);
}
.addthis_inline_share_toolbox .at-resp-share-element .at-share-btn-elements .at-icon-wrapper.at-share-btn:after {
  content: "";
  width: auto;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  color: initial;
}
.addthis_inline_share_toolbox .at-resp-share-element .at-share-btn-elements .at-icon-wrapper.at-share-btn .at-icon-wrapper,
.addthis_inline_share_toolbox .at-resp-share-element .at-share-btn-elements .at-icon-wrapper.at-share-btn .at-label {
  display: none;
}

/*A*/
/*B*/
/*B*/
/*C*/
@media only screen and (max-width: 1000px) {
  .candidate-dialog[role=dialog] button.candidate-dialog-close {
    right: 0;
    top: 0;
  }
}

.contact-us .step-count {
  text-align: center;
  position: relative;
  margin: 20px 0;
}
.contact-us .step-count span {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.contact-us .step-count:after {
  content: "";
  border-radius: 100%;
  background-color: #555555;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.contact-us .step-count:before {
  content: "";
  background-color: #555555;
  width: 100%;
  height: 2px;
  position: absolute;
}
.contact-us .step-count + h2 {
  text-align: center;
  margin-bottom: 20px;
}
.contact-us .contact-item {
  background-color: #ffffff;
  padding: 25px;
  text-align: center;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px -3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px -3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px -3px;
}
.contact-us .contact-item:nth-of-type(1) {
  margin-right: 20px;
}
.contact-us .contact-item:nth-of-type(2) {
  margin-left: 20px;
}
.contact-us .contact-item .icon-container {
  background-color: rgb(255, 255, 255);
  border-radius: 100%;
  padding: 4px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.contact-us .contact-item .icon-container .icon-inner {
  background-color: rgb(248, 248, 248);
  border-radius: 100%;
  padding: 15px;
  width: 100%;
  height: 100%;
}
.contact-us .contact-item .icon-container .icon-inner .icon {
  width: 100%;
  height: 100%;
}
.contact-us .contact-item .icon-container .icon-inner .icon.user {
  background-image: url(../img/icons/5e5e5e/Blank-User.svg);
}
.contact-us .contact-item .icon-container .icon-inner .icon.messages {
  background-image: url(../img/icons/5e5e5e/Message-Icon.svg);
}
.contact-us .contact-item button.ntx-cand-button,
.contact-us .contact-item a.ntx-cand-button {
  margin-top: 20px;
}

.close-candidate-intro {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

/*C*/
/*D*/
.dialog.safer-jobs h2 {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-weight: normal;
}
.dialog.safer-jobs h2:after {
  content: "";
  width: 100%;
  max-width: 75px;
  left: 50%;
  background-color: #282828;
  height: 1px;
  position: absolute;
  bottom: 0;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dialog-content {
  margin-top: 50px;
  margin-bottom: 25px;
  background-color: #ffffff;
  position: relative;
}
.dialog-content h1.candidate-dialog-title {
  padding: 15px 25px;
  background-color: rgb(248, 248, 248);
  border-bottom: 1px solid rgb(221, 221, 221);
  margin-bottom: 0;
}
.dialog-content .candidate-dialog-bottom-content {
  float: none;
}

/*D*/
/*E*/
.empty-state {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative;
  border-radius: 100%;
}
.empty-state:before, .empty-state:after {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background-color: rgb(67, 133, 245);
  opacity: 0.07;
  z-index: 0;
  border-radius: 100%;
}
.empty-state:after {
  width: 175%;
  height: 175%;
}
.empty-state .icon-container {
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 25px;
  -moz-box-shadow: 0px 5px 20px 3px rgba(40, 40, 40, 0.2);
  -webkit-box-shadow: 0px 5px 20px 3px rgba(40, 40, 40, 0.2);
  box-shadow: 0px 5px 20px 3px rgba(40, 40, 40, 0.2);
  position: relative;
  border-radius: 100%;
  background-color: rgb(255, 255, 255);
  padding: 20px;
}
.empty-state .icon-container .icon {
  position: relative;
  width: 100%;
  height: 100%;
}
.empty-state .icon-container .icon.search-roles {
  background-image: url(../img/icons/empty-states/search-roles.svg);
}

/*E*/
/*F*/
/*F*/
/*G*/
/*G*/
/*H*/
.has-divider {
  text-align: center;
  margin: 20px 0;
  position: relative;
  padding-bottom: 0;
}
.has-divider span {
  background-color: #ffffff;
  padding: 0 25px;
  z-index: 2;
  position: relative;
}
.has-divider:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  height: 1px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #282828;
  z-index: -1;
}

/*H*/
/*I*/
iframe {
  border: 0 none;
  overflow-y: auto;
}

.is-container {
  margin: 0 auto;
  width: 97.5%;
  max-width: 1200px;
  float: none;
}
.is-container.full-container {
  max-width: none;
}

/*I*/
/*J*/
/*J*/
/*K*/
/*K*/
/*L*/
.login-options-container {
  width: 100%;
  margin-top: 25px;
}

.login-social-media-container {
  width: 100%;
  padding-top: 20px;
  margin-top: 25px;
  border-top: 1px solid rgb(221, 221, 221);
}

/*L*/
/*M*/
.mt-20 {
  margin-top: 20px;
}

/*M*/
/*N*/
.no-results {
  padding: 50px 0;
  text-align: center;
}
.no-results h2 {
  font-weight: 700;
}
.no-results button.ntx-cand-button {
  margin-top: 20px;
}

.no-button {
  border: 0 none;
  background: transparent;
  cursor: pointer;
  color: #0c62ab;
  font-weight: 700;
}
.no-button:hover {
  text-decoration: underline;
}

.ntx-logo {
  background-image: url(../img/ntx-elements/networx-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  width: 185px;
  height: 45px;
  margin: 0 auto;
  display: block;
}

.ntx-checkbox {
  width: 100%;
  border: 1px solid #dddddd;
  background-color: #f8f8f8;
}

.ntx-checkbox input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
}

.ntx-checkbox label {
  display: block;
  position: relative;
  padding-left: 40px;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  padding: 15px 15px 15px 40px;
}

.ntx-checkbox input[type=checkbox] + label:before,
.ntx-checkbox label.inline-privacy-checkbox:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border: 2px solid rgb(40, 40, 40);
  text-align: center;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: rgb(255, 255, 255);
}

.ntx-checkbox input[type=checkbox]:checked + label:before,
.ntx-checkbox > label.inline-privacy-checkbox.is-checked:before {
  -moz-animation: borderscale 200ms ease-in;
  -webkit-animation: borderscale 200ms ease-in;
  animation: borderscale 200ms ease-in;
  background: rgb(77, 171, 13);
}

.ntx-checkbox input[type=checkbox] + label:after,
.ntx-checkbox > label.inline-privacy-checkbox:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -ms-transition: transform 200ms ease-out;
  -webkit-transition: transform 200ms ease-out;
  -moz-transition: transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  background-color: rgba(0, 0, 0, 0);
  top: 50%;
  left: 14px;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-width: 0 0 3px 3px;
  border-image: none;
  transform: rotate(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  -webkit-transform: rotate(-45deg) scale(0);
  -moz-transform: rotate(-45deg) scale(0);
  -o-transform: rotate(-45deg) scale(0);
}

.ntx-checkbox input[type=checkbox]:checked + label:after,
.ntx-checkbox > label.inline-privacy-checkbox.is-checked:after {
  content: "";
  transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  -webkit-transform: rotate(-45deg) scale(1);
  -moz-transform: rotate(-45deg) scale(1);
  -o-transform: rotate(-45deg) scale(1);
  -ms-transition: transform 200ms ease-out;
  -webkit-transition: transform 200ms ease-out;
  -moz-transition: transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
}

.ntx-checkbox input[type=checkbox]:checked + label:after,
.ntx-checkbox > label.inline-privacy-checkbox.is-checked:after {
  transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  -webkit-transform: rotate(-45deg) scale(1);
  -moz-transform: rotate(-45deg) scale(1);
  -o-transform: rotate(-45deg) scale(1);
}

/*N*/
/*O*/
/*O*/
/*P*/
/*P*/
/*Q*/
.qa-client-container {
  padding-bottom: 20px;
  position: relative;
}
.qa-client-container img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  width: 100%;
  max-width: 250px;
}
.qa-client-container:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 75px;
  height: 1px;
  background-color: #282828;
}

/*Q*/
/*R*/
/*R*/
/*S*/
section.pre-footer {
  background-color: rgb(236, 236, 236);
  padding: 40px 0;
  border-top: 1px solid rgb(221, 221, 221);
}
section.pre-footer div {
  height: 75px;
}
section.pre-footer div:nth-of-type(2) {
  margin-left: 20px;
  margin-right: 20px;
}
section.pre-footer div.national-housing-federation {
  background-image: url(../img/misc/Sponsors-Of-National-Housing-Federation-Logo.svg);
}
section.pre-footer div.incensu {
  background-image: url(../img/misc/Incensu-Logo.svg);
}
section.pre-footer div.charity-people-culture {
  background-image: url(../img/misc/Sponsors-Of-Charity-People-And-Culture-Logo.svg);
}

/*S*/
/*T*/
.text-align-center {
  text-align: center;
}

/*T*/
/*U*/
ul.has-documents {
  list-style: none;
  padding: 0;
}
ul.has-documents li {
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px -3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px -3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px -3px;
  padding: 20px;
  background-color: #ffffff;
  margin: 10px;
}
ul.has-documents li button {
  margin-top: 10px;
}
ul.has-documents li .icon {
  width: 75px;
  height: 75px;
  margin-bottom: 10px;
}
ul.has-documents li.cv-builder .icon {
  background-image: url(../img/file-type-icons/generic.svg);
}
ul.has-documents li.doc .icon, ul.has-documents li.docx .icon {
  background-image: url(../img/file-type-icons/doc.svg);
}
ul.has-documents li.odt .icon {
  background-image: url(../img/file-type-icons/odt.svg);
}
ul.has-documents li.pdf .icon {
  background-image: url(../img/file-type-icons/pdf.svg);
}
ul.has-documents li.rtf .icon {
  background-image: url(../img/file-type-icons/rtf.svg);
}
ul.has-documents li.jpg .icon {
  background-image: url(../img/file-type-icons/jpg.svg);
}
ul.has-documents li.png .icon {
  background-image: url(../img/file-type-icons/png.svg);
}

/*U*/
/*V*/
.verification-alert {
  padding: 25px 25px;
  background-color: #e4e4e4;
}

.verification-container {
  position: static;
  float: none;
  -ms-transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  height: auto;
  max-height: calc(100% - 50px);
}
.verification-container .image-container {
  position: relative;
}
.verification-container .image-container .overlay,
.verification-container .image-container .verification-left-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.verification-container .image-container .overlay {
  background-color: rgba(255, 136, 57, 0.75);
  z-index: 2;
}
.verification-container .image-container .verification-left-image {
  z-index: 1;
  min-height: initial;
}
.verification-container .verification-details {
  overflow: auto;
}
.verification-container .verification-details .details {
  padding: 25px 25px;
}
.verification-container .verification-details .details input {
  margin-bottom: 0;
}

/*V*/
/*W*/
/*W*/
/*X*/
/*X*/
/*Y*/
/*Y*/
/*Z*/
/*Z*/

/*# sourceMappingURL=styles-2.25.css.map */

@charset "UTF-8";

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


.mdl-accordion, .mdl-button, .mdl-card, .mdl-checkbox, .mdl-dropdown-menu, .mdl-icon-toggle, .mdl-item, .mdl-radio, .mdl-slider, .mdl-switch, .mdl-tabs__tab {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}


.mdl-typography--display-4, .mdl-typography--display-4-color-contrast {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 112px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.04em;
}

.mdl-typography--display-4-color-contrast {
    opacity: .54;
}

.mdl-typography--display-3, .mdl-typography--display-3-color-contrast {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -.02em;
}

.mdl-typography--display-3-color-contrast {
    opacity: .54;
}

.mdl-typography--display-2, .mdl-typography--display-2-color-contrast {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 48px;
}

.mdl-typography--display-2-color-contrast {
    opacity: .54;
}

.mdl-typography--display-1, .mdl-typography--display-1-color-contrast {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
}

.mdl-typography--display-1-color-contrast {
    opacity: .54;
}

.mdl-typography--headline, .mdl-typography--headline-color-contrast {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    -moz-osx-font-smoothing: grayscale;
}

.mdl-typography--headline-color-contrast {
    opacity: .87;
}

.mdl-typography--title, .mdl-typography--title-color-contrast {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .02em;
}

.mdl-typography--title-color-contrast {
    opacity: .87;
}

.mdl-typography--subhead, .mdl-typography--subhead-color-contrast {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .04em;
}

.mdl-typography--subhead-color-contrast {
    opacity: .87;
}

.mdl-typography--body-2, .mdl-typography--body-2-color-contrast {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
}

.mdl-typography--body-2-color-contrast {
    opacity: .87;
}

.mdl-typography--body-1, .mdl-typography--body-1-color-contrast {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}

.mdl-typography--body-1-color-contrast {
    opacity: .87;
}

.mdl-typography--body-2-force-preferred-font, .mdl-typography--body-2-force-preferred-font-color-contrast {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
}

.mdl-typography--body-2-force-preferred-font-color-contrast {
    opacity: .87;
}

.mdl-typography--body-1-force-preferred-font, .mdl-typography--body-1-force-preferred-font-color-contrast {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}

.mdl-typography--body-1-force-preferred-font-color-contrast {
    opacity: .87;
}

.mdl-typography--caption, .mdl-typography--caption-force-preferred-font {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}

.mdl-typography--caption-force-preferred-font {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
}

.mdl-typography--caption-color-contrast, .mdl-typography--caption-force-preferred-font-color-contrast {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    opacity: .54;
}

.mdl-typography--caption-force-preferred-font-color-contrast {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
}

.mdl-typography--button, .mdl-typography--button-color-contrast, .mdl-typography--menu, .mdl-typography--menu-color-contrast {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

.mdl-typography--menu-color-contrast {
    opacity: .87;
}

.mdl-typography--button, .mdl-typography--button-color-contrast {
    text-transform: uppercase;
}

.mdl-typography--button-color-contrast {
    opacity: .87;
}

.mdl-typography--text-left {
    text-align: left;
}

.mdl-typography--text-right {
    text-align: right;
}

.mdl-typography--text-center {
    text-align: center;
}

.mdl-typography--text-justify {
    text-align: justify;
}

.mdl-typography--text-nowrap {
    white-space: nowrap;
}

.mdl-typography--text-lowercase {
    text-transform: lowercase;
}

.mdl-typography--text-uppercase {
    text-transform: uppercase;
}

.mdl-typography--text-capitalize {
    text-transform: capitalize;
}

.mdl-typography--font-thin {
    font-weight: 200 !important;
}

.mdl-typography--font-light {
    font-weight: 300 !important;
}

.mdl-typography--font-regular {
    font-weight: 400 !important;
}

.mdl-typography--font-medium {
    font-weight: 500 !important;
}

.mdl-typography--font-bold {
    font-weight: 700 !important;
}

.mdl-typography--font-black {
    font-weight: 900 !important;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.mdl-color-text--red {
    color: #f44336 !important;
}

.mdl-color--red {
    background-color: #f44336 !important;
}

.mdl-color-text--red-50 {
    color: #ffebee !important;
}

.mdl-color--red-50 {
    background-color: #ffebee !important;
}

.mdl-color-text--red-100 {
    color: #ffcdd2 !important;
}

.mdl-color--red-100 {
    background-color: #ffcdd2 !important;
}

.mdl-color-text--red-200 {
    color: #ef9a9a !important;
}

.mdl-color--red-200 {
    background-color: #ef9a9a !important;
}

.mdl-color-text--red-300 {
    color: #e57373 !important;
}

.mdl-color--red-300 {
    background-color: #e57373 !important;
}

.mdl-color-text--red-400 {
    color: #ef5350 !important;
}

.mdl-color--red-400 {
    background-color: #ef5350 !important;
}

.mdl-color-text--red-500 {
    color: #f44336 !important;
}

.mdl-color--red-500 {
    background-color: #f44336 !important;
}

.mdl-color-text--red-600 {
    color: #e53935 !important;
}

.mdl-color--red-600 {
    background-color: #e53935 !important;
}

.mdl-color-text--red-700 {
    color: #d32f2f !important;
}

.mdl-color--red-700 {
    background-color: #d32f2f !important;
}

.mdl-color-text--red-800 {
    color: #c62828 !important;
}

.mdl-color--red-800 {
    background-color: #c62828 !important;
}

.mdl-color-text--red-900 {
    color: #b71c1c !important;
}

.mdl-color--red-900 {
    background-color: #b71c1c !important;
}

.mdl-color-text--red-A100 {
    color: #ff8a80 !important;
}

.mdl-color--red-A100 {
    background-color: #ff8a80 !important;
}

.mdl-color-text--red-A200 {
    color: #ff5252 !important;
}

.mdl-color--red-A200 {
    background-color: #ff5252 !important;
}

.mdl-color-text--red-A400 {
    color: #ff1744 !important;
}

.mdl-color--red-A400 {
    background-color: #ff1744 !important;
}

.mdl-color-text--red-A700 {
    color: #d50000 !important;
}

.mdl-color--red-A700 {
    background-color: #d50000 !important;
}

.mdl-color-text--pink {
    color: #e91e63 !important;
}

.mdl-color--pink {
    background-color: #e91e63 !important;
}

.mdl-color-text--pink-50 {
    color: #fce4ec !important;
}

.mdl-color--pink-50 {
    background-color: #fce4ec !important;
}

.mdl-color-text--pink-100 {
    color: #f8bbd0 !important;
}

.mdl-color--pink-100 {
    background-color: #f8bbd0 !important;
}

.mdl-color-text--pink-200 {
    color: #f48fb1 !important;
}

.mdl-color--pink-200 {
    background-color: #f48fb1 !important;
}

.mdl-color-text--pink-300 {
    color: #f06292 !important;
}

.mdl-color--pink-300 {
    background-color: #f06292 !important;
}

.mdl-color-text--pink-400 {
    color: #ec407a !important;
}

.mdl-color--pink-400 {
    background-color: #ec407a !important;
}

.mdl-color-text--pink-500 {
    color: #e91e63 !important;
}

.mdl-color--pink-500 {
    background-color: #e91e63 !important;
}

.mdl-color-text--pink-600 {
    color: #d81b60 !important;
}

.mdl-color--pink-600 {
    background-color: #d81b60 !important;
}

.mdl-color-text--pink-700 {
    color: #c2185b !important;
}

.mdl-color--pink-700 {
    background-color: #c2185b !important;
}

.mdl-color-text--pink-800 {
    color: #ad1457 !important;
}

.mdl-color--pink-800 {
    background-color: #ad1457 !important;
}

.mdl-color-text--pink-900 {
    color: #880e4f !important;
}

.mdl-color--pink-900 {
    background-color: #880e4f !important;
}

.mdl-color-text--pink-A100 {
    color: #ff80ab !important;
}

.mdl-color--pink-A100 {
    background-color: #ff80ab !important;
}

.mdl-color-text--pink-A200 {
    color: #ff4081 !important;
}

.mdl-color--pink-A200 {
    background-color: #ff4081 !important;
}

.mdl-color-text--pink-A400 {
    color: #f50057 !important;
}

.mdl-color--pink-A400 {
    background-color: #f50057 !important;
}

.mdl-color-text--pink-A700 {
    color: #c51162 !important;
}

.mdl-color--pink-A700 {
    background-color: #c51162 !important;
}

.mdl-color-text--purple {
    color: #9c27b0 !important;
}

.mdl-color--purple {
    background-color: #9c27b0 !important;
}

.mdl-color-text--purple-50 {
    color: #f3e5f5 !important;
}

.mdl-color--purple-50 {
    background-color: #f3e5f5 !important;
}

.mdl-color-text--purple-100 {
    color: #e1bee7 !important;
}

.mdl-color--purple-100 {
    background-color: #e1bee7 !important;
}

.mdl-color-text--purple-200 {
    color: #ce93d8 !important;
}

.mdl-color--purple-200 {
    background-color: #ce93d8 !important;
}

.mdl-color-text--purple-300 {
    color: #ba68c8 !important;
}

.mdl-color--purple-300 {
    background-color: #ba68c8 !important;
}

.mdl-color-text--purple-400 {
    color: #ab47bc !important;
}

.mdl-color--purple-400 {
    background-color: #ab47bc !important;
}

.mdl-color-text--purple-500 {
    color: #9c27b0 !important;
}

.mdl-color--purple-500 {
    background-color: #9c27b0 !important;
}

.mdl-color-text--purple-600 {
    color: #8e24aa !important;
}

.mdl-color--purple-600 {
    background-color: #8e24aa !important;
}

.mdl-color-text--purple-700 {
    color: #7b1fa2 !important;
}

.mdl-color--purple-700 {
    background-color: #7b1fa2 !important;
}

.mdl-color-text--purple-800 {
    color: #6a1b9a !important;
}

.mdl-color--purple-800 {
    background-color: #6a1b9a !important;
}

.mdl-color-text--purple-900 {
    color: #4a148c !important;
}

.mdl-color--purple-900 {
    background-color: #4a148c !important;
}

.mdl-color-text--purple-A100 {
    color: #ea80fc !important;
}

.mdl-color--purple-A100 {
    background-color: #ea80fc !important;
}

.mdl-color-text--purple-A200 {
    color: #e040fb !important;
}

.mdl-color--purple-A200 {
    background-color: #e040fb !important;
}

.mdl-color-text--purple-A400 {
    color: #d500f9 !important;
}

.mdl-color--purple-A400 {
    background-color: #d500f9 !important;
}

.mdl-color-text--purple-A700 {
    color: #a0f !important;
}

.mdl-color--purple-A700 {
    background-color: #a0f !important;
}

.mdl-color-text--deep-purple {
    color: #673ab7 !important;
}

.mdl-color--deep-purple {
    background-color: #673ab7 !important;
}

.mdl-color-text--deep-purple-50 {
    color: #ede7f6 !important;
}

.mdl-color--deep-purple-50 {
    background-color: #ede7f6 !important;
}

.mdl-color-text--deep-purple-100 {
    color: #d1c4e9 !important;
}

.mdl-color--deep-purple-100 {
    background-color: #d1c4e9 !important;
}

.mdl-color-text--deep-purple-200 {
    color: #b39ddb !important;
}

.mdl-color--deep-purple-200 {
    background-color: #b39ddb !important;
}

.mdl-color-text--deep-purple-300 {
    color: #9575cd !important;
}

.mdl-color--deep-purple-300 {
    background-color: #9575cd !important;
}

.mdl-color-text--deep-purple-400 {
    color: #7e57c2 !important;
}

.mdl-color--deep-purple-400 {
    background-color: #7e57c2 !important;
}

.mdl-color-text--deep-purple-500 {
    color: #673ab7 !important;
}

.mdl-color--deep-purple-500 {
    background-color: #673ab7 !important;
}

.mdl-color-text--deep-purple-600 {
    color: #5e35b1 !important;
}

.mdl-color--deep-purple-600 {
    background-color: #5e35b1 !important;
}

.mdl-color-text--deep-purple-700 {
    color: #512da8 !important;
}

.mdl-color--deep-purple-700 {
    background-color: #512da8 !important;
}

.mdl-color-text--deep-purple-800 {
    color: #4527a0 !important;
}

.mdl-color--deep-purple-800 {
    background-color: #4527a0 !important;
}

.mdl-color-text--deep-purple-900 {
    color: #311b92 !important;
}

.mdl-color--deep-purple-900 {
    background-color: #311b92 !important;
}

.mdl-color-text--deep-purple-A100 {
    color: #b388ff !important;
}

.mdl-color--deep-purple-A100 {
    background-color: #b388ff !important;
}

.mdl-color-text--deep-purple-A200 {
    color: #7c4dff !important;
}

.mdl-color--deep-purple-A200 {
    background-color: #7c4dff !important;
}

.mdl-color-text--deep-purple-A400 {
    color: #651fff !important;
}

.mdl-color--deep-purple-A400 {
    background-color: #651fff !important;
}

.mdl-color-text--deep-purple-A700 {
    color: #6200ea !important;
}

.mdl-color--deep-purple-A700 {
    background-color: #6200ea !important;
}

.mdl-color-text--indigo {
    color: #3f51b5 !important;
}

.mdl-color--indigo {
    background-color: #3f51b5 !important;
}

.mdl-color-text--indigo-50 {
    color: #e8eaf6 !important;
}

.mdl-color--indigo-50 {
    background-color: #e8eaf6 !important;
}

.mdl-color-text--indigo-100 {
    color: #c5cae9 !important;
}

.mdl-color--indigo-100 {
    background-color: #c5cae9 !important;
}

.mdl-color-text--indigo-200 {
    color: #9fa8da !important;
}

.mdl-color--indigo-200 {
    background-color: #9fa8da !important;
}

.mdl-color-text--indigo-300 {
    color: #7986cb !important;
}

.mdl-color--indigo-300 {
    background-color: #7986cb !important;
}

.mdl-color-text--indigo-400 {
    color: #5c6bc0 !important;
}

.mdl-color--indigo-400 {
    background-color: #5c6bc0 !important;
}

.mdl-color-text--indigo-500 {
    color: #3f51b5 !important;
}

.mdl-color--indigo-500 {
    background-color: #3f51b5 !important;
}

.mdl-color-text--indigo-600 {
    color: #3949ab !important;
}

.mdl-color--indigo-600 {
    background-color: #3949ab !important;
}

.mdl-color-text--indigo-700 {
    color: #303f9f !important;
}

.mdl-color--indigo-700 {
    background-color: #303f9f !important;
}

.mdl-color-text--indigo-800 {
    color: #283593 !important;
}

.mdl-color--indigo-800 {
    background-color: #283593 !important;
}

.mdl-color-text--indigo-900 {
    color: #1a237e !important;
}

.mdl-color--indigo-900 {
    background-color: #1a237e !important;
}

.mdl-color-text--indigo-A100 {
    color: #8c9eff !important;
}

.mdl-color--indigo-A100 {
    background-color: #8c9eff !important;
}

.mdl-color-text--indigo-A200 {
    color: #536dfe !important;
}

.mdl-color--indigo-A200 {
    background-color: #536dfe !important;
}

.mdl-color-text--indigo-A400 {
    color: #3d5afe !important;
}

.mdl-color--indigo-A400 {
    background-color: #3d5afe !important;
}

.mdl-color-text--indigo-A700 {
    color: #304ffe !important;
}

.mdl-color--indigo-A700 {
    background-color: #304ffe !important;
}

.mdl-color-text--blue {
    color: #2196f3 !important;
}

.mdl-color--blue {
    background-color: #2196f3 !important;
}

.mdl-color-text--blue-50 {
    color: #e3f2fd !important;
}

.mdl-color--blue-50 {
    background-color: #e3f2fd !important;
}

.mdl-color-text--blue-100 {
    color: #bbdefb !important;
}

.mdl-color--blue-100 {
    background-color: #bbdefb !important;
}

.mdl-color-text--blue-200 {
    color: #90caf9 !important;
}

.mdl-color--blue-200 {
    background-color: #90caf9 !important;
}

.mdl-color-text--blue-300 {
    color: #64b5f6 !important;
}

.mdl-color--blue-300 {
    background-color: #64b5f6 !important;
}

.mdl-color-text--blue-400 {
    color: #42a5f5 !important;
}

.mdl-color--blue-400 {
    background-color: #42a5f5 !important;
}

.mdl-color-text--blue-500 {
    color: #2196f3 !important;
}

.mdl-color--blue-500 {
    background-color: #2196f3 !important;
}

.mdl-color-text--blue-600 {
    color: #1e88e5 !important;
}

.mdl-color--blue-600 {
    background-color: #1e88e5 !important;
}

.mdl-color-text--blue-700 {
    color: #1976d2 !important;
}

.mdl-color--blue-700 {
    background-color: #1976d2 !important;
}

.mdl-color-text--blue-800 {
    color: #1565c0 !important;
}

.mdl-color--blue-800 {
    background-color: #1565c0 !important;
}

.mdl-color-text--blue-900 {
    color: #0d47a1 !important;
}

.mdl-color--blue-900 {
    background-color: #0d47a1 !important;
}

.mdl-color-text--blue-A100 {
    color: #82b1ff !important;
}

.mdl-color--blue-A100 {
    background-color: #82b1ff !important;
}

.mdl-color-text--blue-A200 {
    color: #448aff !important;
}

.mdl-color--blue-A200 {
    background-color: #448aff !important;
}

.mdl-color-text--blue-A400 {
    color: #2979ff !important;
}

.mdl-color--blue-A400 {
    background-color: #2979ff !important;
}

.mdl-color-text--blue-A700 {
    color: #2962ff !important;
}

.mdl-color--blue-A700 {
    background-color: #2962ff !important;
}

.mdl-color-text--light-blue {
    color: #03a9f4 !important;
}

.mdl-color--light-blue {
    background-color: #03a9f4 !important;
}

.mdl-color-text--light-blue-50 {
    color: #e1f5fe !important;
}

.mdl-color--light-blue-50 {
    background-color: #e1f5fe !important;
}

.mdl-color-text--light-blue-100 {
    color: #b3e5fc !important;
}

.mdl-color--light-blue-100 {
    background-color: #b3e5fc !important;
}

.mdl-color-text--light-blue-200 {
    color: #81d4fa !important;
}

.mdl-color--light-blue-200 {
    background-color: #81d4fa !important;
}

.mdl-color-text--light-blue-300 {
    color: #4fc3f7 !important;
}

.mdl-color--light-blue-300 {
    background-color: #4fc3f7 !important;
}

.mdl-color-text--light-blue-400 {
    color: #29b6f6 !important;
}

.mdl-color--light-blue-400 {
    background-color: #29b6f6 !important;
}

.mdl-color-text--light-blue-500 {
    color: #03a9f4 !important;
}

.mdl-color--light-blue-500 {
    background-color: #03a9f4 !important;
}

.mdl-color-text--light-blue-600 {
    color: #039be5 !important;
}

.mdl-color--light-blue-600 {
    background-color: #039be5 !important;
}

.mdl-color-text--light-blue-700 {
    color: #0288d1 !important;
}

.mdl-color--light-blue-700 {
    background-color: #0288d1 !important;
}

.mdl-color-text--light-blue-800 {
    color: #0277bd !important;
}

.mdl-color--light-blue-800 {
    background-color: #0277bd !important;
}

.mdl-color-text--light-blue-900 {
    color: #01579b !important;
}

.mdl-color--light-blue-900 {
    background-color: #01579b !important;
}

.mdl-color-text--light-blue-A100 {
    color: #80d8ff !important;
}

.mdl-color--light-blue-A100 {
    background-color: #80d8ff !important;
}

.mdl-color-text--light-blue-A200 {
    color: #40c4ff !important;
}

.mdl-color--light-blue-A200 {
    background-color: #40c4ff !important;
}

.mdl-color-text--light-blue-A400 {
    color: #00b0ff !important;
}

.mdl-color--light-blue-A400 {
    background-color: #00b0ff !important;
}

.mdl-color-text--light-blue-A700 {
    color: #0091ea !important;
}

.mdl-color--light-blue-A700 {
    background-color: #0091ea !important;
}

.mdl-color-text--cyan {
    color: #00bcd4 !important;
}

.mdl-color--cyan {
    background-color: #00bcd4 !important;
}

.mdl-color-text--cyan-50 {
    color: #e0f7fa !important;
}

.mdl-color--cyan-50 {
    background-color: #e0f7fa !important;
}

.mdl-color-text--cyan-100 {
    color: #b2ebf2 !important;
}

.mdl-color--cyan-100 {
    background-color: #b2ebf2 !important;
}

.mdl-color-text--cyan-200 {
    color: #80deea !important;
}

.mdl-color--cyan-200 {
    background-color: #80deea !important;
}

.mdl-color-text--cyan-300 {
    color: #4dd0e1 !important;
}

.mdl-color--cyan-300 {
    background-color: #4dd0e1 !important;
}

.mdl-color-text--cyan-400 {
    color: #26c6da !important;
}

.mdl-color--cyan-400 {
    background-color: #26c6da !important;
}

.mdl-color-text--cyan-500 {
    color: #00bcd4 !important;
}

.mdl-color--cyan-500 {
    background-color: #00bcd4 !important;
}

.mdl-color-text--cyan-600 {
    color: #00acc1 !important;
}

.mdl-color--cyan-600 {
    background-color: #00acc1 !important;
}

.mdl-color-text--cyan-700 {
    color: #0097a7 !important;
}

.mdl-color--cyan-700 {
    background-color: #0097a7 !important;
}

.mdl-color-text--cyan-800 {
    color: #00838f !important;
}

.mdl-color--cyan-800 {
    background-color: #00838f !important;
}

.mdl-color-text--cyan-900 {
    color: #006064 !important;
}

.mdl-color--cyan-900 {
    background-color: #006064 !important;
}

.mdl-color-text--cyan-A100 {
    color: #84ffff !important;
}

.mdl-color--cyan-A100 {
    background-color: #84ffff !important;
}

.mdl-color-text--cyan-A200 {
    color: #18ffff !important;
}

.mdl-color--cyan-A200 {
    background-color: #18ffff !important;
}

.mdl-color-text--cyan-A400 {
    color: #00e5ff !important;
}

.mdl-color--cyan-A400 {
    background-color: #00e5ff !important;
}

.mdl-color-text--cyan-A700 {
    color: #00b8d4 !important;
}

.mdl-color--cyan-A700 {
    background-color: #00b8d4 !important;
}

.mdl-color-text--teal {
    color: #009688 !important;
}

.mdl-color--teal {
    background-color: #009688 !important;
}

.mdl-color-text--teal-50 {
    color: #e0f2f1 !important;
}

.mdl-color--teal-50 {
    background-color: #e0f2f1 !important;
}

.mdl-color-text--teal-100 {
    color: #b2dfdb !important;
}

.mdl-color--teal-100 {
    background-color: #b2dfdb !important;
}

.mdl-color-text--teal-200 {
    color: #80cbc4 !important;
}

.mdl-color--teal-200 {
    background-color: #80cbc4 !important;
}

.mdl-color-text--teal-300 {
    color: #4db6ac !important;
}

.mdl-color--teal-300 {
    background-color: #4db6ac !important;
}

.mdl-color-text--teal-400 {
    color: #26a69a !important;
}

.mdl-color--teal-400 {
    background-color: #26a69a !important;
}

.mdl-color-text--teal-500 {
    color: #009688 !important;
}

.mdl-color--teal-500 {
    background-color: #009688 !important;
}

.mdl-color-text--teal-600 {
    color: #00897b !important;
}

.mdl-color--teal-600 {
    background-color: #00897b !important;
}

.mdl-color-text--teal-700 {
    color: #00796b !important;
}

.mdl-color--teal-700 {
    background-color: #00796b !important;
}

.mdl-color-text--teal-800 {
    color: #00695c !important;
}

.mdl-color--teal-800 {
    background-color: #00695c !important;
}

.mdl-color-text--teal-900 {
    color: #004d40 !important;
}

.mdl-color--teal-900 {
    background-color: #004d40 !important;
}

.mdl-color-text--teal-A100 {
    color: #a7ffeb !important;
}

.mdl-color--teal-A100 {
    background-color: #a7ffeb !important;
}

.mdl-color-text--teal-A200 {
    color: #64ffda !important;
}

.mdl-color--teal-A200 {
    background-color: #64ffda !important;
}

.mdl-color-text--teal-A400 {
    color: #1de9b6 !important;
}

.mdl-color--teal-A400 {
    background-color: #1de9b6 !important;
}

.mdl-color-text--teal-A700 {
    color: #00bfa5 !important;
}

.mdl-color--teal-A700 {
    background-color: #00bfa5 !important;
}

.mdl-color-text--green {
    color: #4caf50 !important;
}

.mdl-color--green {
    background-color: #4caf50 !important;
}

.mdl-color-text--green-50 {
    color: #e8f5e9 !important;
}

.mdl-color--green-50 {
    background-color: #e8f5e9 !important;
}

.mdl-color-text--green-100 {
    color: #c8e6c9 !important;
}

.mdl-color--green-100 {
    background-color: #c8e6c9 !important;
}

.mdl-color-text--green-200 {
    color: #a5d6a7 !important;
}

.mdl-color--green-200 {
    background-color: #a5d6a7 !important;
}

.mdl-color-text--green-300 {
    color: #81c784 !important;
}

.mdl-color--green-300 {
    background-color: #81c784 !important;
}

.mdl-color-text--green-400 {
    color: #66bb6a !important;
}

.mdl-color--green-400 {
    background-color: #66bb6a !important;
}

.mdl-color-text--green-500 {
    color: #4caf50 !important;
}

.mdl-color--green-500 {
    background-color: #4caf50 !important;
}

.mdl-color-text--green-600 {
    color: #43a047 !important;
}

.mdl-color--green-600 {
    background-color: #43a047 !important;
}

.mdl-color-text--green-700 {
    color: #388e3c !important;
}

.mdl-color--green-700 {
    background-color: #388e3c !important;
}

.mdl-color-text--green-800 {
    color: #2e7d32 !important;
}

.mdl-color--green-800 {
    background-color: #2e7d32 !important;
}

.mdl-color-text--green-900 {
    color: #1b5e20 !important;
}

.mdl-color--green-900 {
    background-color: #1b5e20 !important;
}

.mdl-color-text--green-A100 {
    color: #b9f6ca !important;
}

.mdl-color--green-A100 {
    background-color: #b9f6ca !important;
}

.mdl-color-text--green-A200 {
    color: #69f0ae !important;
}

.mdl-color--green-A200 {
    background-color: #69f0ae !important;
}

.mdl-color-text--green-A400 {
    color: #00e676 !important;
}

.mdl-color--green-A400 {
    background-color: #00e676 !important;
}

.mdl-color-text--green-A700 {
    color: #00c853 !important;
}

.mdl-color--green-A700 {
    background-color: #00c853 !important;
}

.mdl-color-text--light-green {
    color: #8bc34a !important;
}

.mdl-color--light-green {
    background-color: #8bc34a !important;
}

.mdl-color-text--light-green-50 {
    color: #f1f8e9 !important;
}

.mdl-color--light-green-50 {
    background-color: #f1f8e9 !important;
}

.mdl-color-text--light-green-100 {
    color: #dcedc8 !important;
}

.mdl-color--light-green-100 {
    background-color: #dcedc8 !important;
}

.mdl-color-text--light-green-200 {
    color: #c5e1a5 !important;
}

.mdl-color--light-green-200 {
    background-color: #c5e1a5 !important;
}

.mdl-color-text--light-green-300 {
    color: #aed581 !important;
}

.mdl-color--light-green-300 {
    background-color: #aed581 !important;
}

.mdl-color-text--light-green-400 {
    color: #9ccc65 !important;
}

.mdl-color--light-green-400 {
    background-color: #9ccc65 !important;
}

.mdl-color-text--light-green-500 {
    color: #8bc34a !important;
}

.mdl-color--light-green-500 {
    background-color: #8bc34a !important;
}

.mdl-color-text--light-green-600 {
    color: #7cb342 !important;
}

.mdl-color--light-green-600 {
    background-color: #7cb342 !important;
}

.mdl-color-text--light-green-700 {
    color: #689f38 !important;
}

.mdl-color--light-green-700 {
    background-color: #689f38 !important;
}

.mdl-color-text--light-green-800 {
    color: #558b2f !important;
}

.mdl-color--light-green-800 {
    background-color: #558b2f !important;
}

.mdl-color-text--light-green-900 {
    color: #33691e !important;
}

.mdl-color--light-green-900 {
    background-color: #33691e !important;
}

.mdl-color-text--light-green-A100 {
    color: #ccff90 !important;
}

.mdl-color--light-green-A100 {
    background-color: #ccff90 !important;
}

.mdl-color-text--light-green-A200 {
    color: #b2ff59 !important;
}

.mdl-color--light-green-A200 {
    background-color: #b2ff59 !important;
}

.mdl-color-text--light-green-A400 {
    color: #76ff03 !important;
}

.mdl-color--light-green-A400 {
    background-color: #76ff03 !important;
}

.mdl-color-text--light-green-A700 {
    color: #64dd17 !important;
}

.mdl-color--light-green-A700 {
    background-color: #64dd17 !important;
}

.mdl-color-text--lime {
    color: #cddc39 !important;
}

.mdl-color--lime {
    background-color: #cddc39 !important;
}

.mdl-color-text--lime-50 {
    color: #f9fbe7 !important;
}

.mdl-color--lime-50 {
    background-color: #f9fbe7 !important;
}

.mdl-color-text--lime-100 {
    color: #f0f4c3 !important;
}

.mdl-color--lime-100 {
    background-color: #f0f4c3 !important;
}

.mdl-color-text--lime-200 {
    color: #e6ee9c !important;
}

.mdl-color--lime-200 {
    background-color: #e6ee9c !important;
}

.mdl-color-text--lime-300 {
    color: #dce775 !important;
}

.mdl-color--lime-300 {
    background-color: #dce775 !important;
}

.mdl-color-text--lime-400 {
    color: #d4e157 !important;
}

.mdl-color--lime-400 {
    background-color: #d4e157 !important;
}

.mdl-color-text--lime-500 {
    color: #cddc39 !important;
}

.mdl-color--lime-500 {
    background-color: #cddc39 !important;
}

.mdl-color-text--lime-600 {
    color: #c0ca33 !important;
}

.mdl-color--lime-600 {
    background-color: #c0ca33 !important;
}

.mdl-color-text--lime-700 {
    color: #afb42b !important;
}

.mdl-color--lime-700 {
    background-color: #afb42b !important;
}

.mdl-color-text--lime-800 {
    color: #9e9d24 !important;
}

.mdl-color--lime-800 {
    background-color: #9e9d24 !important;
}

.mdl-color-text--lime-900 {
    color: #827717 !important;
}

.mdl-color--lime-900 {
    background-color: #827717 !important;
}

.mdl-color-text--lime-A100 {
    color: #f4ff81 !important;
}

.mdl-color--lime-A100 {
    background-color: #f4ff81 !important;
}

.mdl-color-text--lime-A200 {
    color: #eeff41 !important;
}

.mdl-color--lime-A200 {
    background-color: #eeff41 !important;
}

.mdl-color-text--lime-A400 {
    color: #c6ff00 !important;
}

.mdl-color--lime-A400 {
    background-color: #c6ff00 !important;
}

.mdl-color-text--lime-A700 {
    color: #aeea00 !important;
}

.mdl-color--lime-A700 {
    background-color: #aeea00 !important;
}

.mdl-color-text--yellow {
    color: #ffeb3b !important;
}

.mdl-color--yellow {
    background-color: #ffeb3b !important;
}

.mdl-color-text--yellow-50 {
    color: #fffde7 !important;
}

.mdl-color--yellow-50 {
    background-color: #fffde7 !important;
}

.mdl-color-text--yellow-100 {
    color: #fff9c4 !important;
}

.mdl-color--yellow-100 {
    background-color: #fff9c4 !important;
}

.mdl-color-text--yellow-200 {
    color: #fff59d !important;
}

.mdl-color--yellow-200 {
    background-color: #fff59d !important;
}

.mdl-color-text--yellow-300 {
    color: #fff176 !important;
}

.mdl-color--yellow-300 {
    background-color: #fff176 !important;
}

.mdl-color-text--yellow-400 {
    color: #ffee58 !important;
}

.mdl-color--yellow-400 {
    background-color: #ffee58 !important;
}

.mdl-color-text--yellow-500 {
    color: #ffeb3b !important;
}

.mdl-color--yellow-500 {
    background-color: #ffeb3b !important;
}

.mdl-color-text--yellow-600 {
    color: #fdd835 !important;
}

.mdl-color--yellow-600 {
    background-color: #fdd835 !important;
}

.mdl-color-text--yellow-700 {
    color: #fbc02d !important;
}

.mdl-color--yellow-700 {
    background-color: #fbc02d !important;
}

.mdl-color-text--yellow-800 {
    color: #f9a825 !important;
}

.mdl-color--yellow-800 {
    background-color: #f9a825 !important;
}

.mdl-color-text--yellow-900 {
    color: #f57f17 !important;
}

.mdl-color--yellow-900 {
    background-color: #f57f17 !important;
}

.mdl-color-text--yellow-A100 {
    color: #ffff8d !important;
}

.mdl-color--yellow-A100 {
    background-color: #ffff8d !important;
}

.mdl-color-text--yellow-A200 {
    color: #ff0 !important;
}

.mdl-color--yellow-A200 {
    background-color: #ff0 !important;
}

.mdl-color-text--yellow-A400 {
    color: #ffea00 !important;
}

.mdl-color--yellow-A400 {
    background-color: #ffea00 !important;
}

.mdl-color-text--yellow-A700 {
    color: #ffd600 !important;
}

.mdl-color--yellow-A700 {
    background-color: #ffd600 !important;
}

.mdl-color-text--amber {
    color: #ffc107 !important;
}

.mdl-color--amber {
    background-color: #ffc107 !important;
}

.mdl-color-text--amber-50 {
    color: #fff8e1 !important;
}

.mdl-color--amber-50 {
    background-color: #fff8e1 !important;
}

.mdl-color-text--amber-100 {
    color: #ffecb3 !important;
}

.mdl-color--amber-100 {
    background-color: #ffecb3 !important;
}

.mdl-color-text--amber-200 {
    color: #ffe082 !important;
}

.mdl-color--amber-200 {
    background-color: #ffe082 !important;
}

.mdl-color-text--amber-300 {
    color: #ffd54f !important;
}

.mdl-color--amber-300 {
    background-color: #ffd54f !important;
}

.mdl-color-text--amber-400 {
    color: #ffca28 !important;
}

.mdl-color--amber-400 {
    background-color: #ffca28 !important;
}

.mdl-color-text--amber-500 {
    color: #ffc107 !important;
}

.mdl-color--amber-500 {
    background-color: #ffc107 !important;
}

.mdl-color-text--amber-600 {
    color: #ffb300 !important;
}

.mdl-color--amber-600 {
    background-color: #ffb300 !important;
}

.mdl-color-text--amber-700 {
    color: #ffa000 !important;
}

.mdl-color--amber-700 {
    background-color: #ffa000 !important;
}

.mdl-color-text--amber-800 {
    color: #ff8f00 !important;
}

.mdl-color--amber-800 {
    background-color: #ff8f00 !important;
}

.mdl-color-text--amber-900 {
    color: #ff6f00 !important;
}

.mdl-color--amber-900 {
    background-color: #ff6f00 !important;
}

.mdl-color-text--amber-A100 {
    color: #ffe57f !important;
}

.mdl-color--amber-A100 {
    background-color: #ffe57f !important;
}

.mdl-color-text--amber-A200 {
    color: #ffd740 !important;
}

.mdl-color--amber-A200 {
    background-color: #ffd740 !important;
}

.mdl-color-text--amber-A400 {
    color: #ffc400 !important;
}

.mdl-color--amber-A400 {
    background-color: #ffc400 !important;
}

.mdl-color-text--amber-A700 {
    color: #ffab00 !important;
}

.mdl-color--amber-A700 {
    background-color: #ffab00 !important;
}

.mdl-color-text--orange {
    color: #ff9800 !important;
}

.mdl-color--orange {
    background-color: #ff9800 !important;
}

.mdl-color-text--orange-50 {
    color: #fff3e0 !important;
}

.mdl-color--orange-50 {
    background-color: #fff3e0 !important;
}

.mdl-color-text--orange-100 {
    color: #ffe0b2 !important;
}

.mdl-color--orange-100 {
    background-color: #ffe0b2 !important;
}

.mdl-color-text--orange-200 {
    color: #ffcc80 !important;
}

.mdl-color--orange-200 {
    background-color: #ffcc80 !important;
}

.mdl-color-text--orange-300 {
    color: #ffb74d !important;
}

.mdl-color--orange-300 {
    background-color: #ffb74d !important;
}

.mdl-color-text--orange-400 {
    color: #ffa726 !important;
}

.mdl-color--orange-400 {
    background-color: #ffa726 !important;
}

.mdl-color-text--orange-500 {
    color: #ff9800 !important;
}

.mdl-color--orange-500 {
    background-color: #ff9800 !important;
}

.mdl-color-text--orange-600 {
    color: #fb8c00 !important;
}

.mdl-color--orange-600 {
    background-color: #fb8c00 !important;
}

.mdl-color-text--orange-700 {
    color: #f57c00 !important;
}

.mdl-color--orange-700 {
    background-color: #f57c00 !important;
}

.mdl-color-text--orange-800 {
    color: #ef6c00 !important;
}

.mdl-color--orange-800 {
    background-color: #ef6c00 !important;
}

.mdl-color-text--orange-900 {
    color: #e65100 !important;
}

.mdl-color--orange-900 {
    background-color: #e65100 !important;
}

.mdl-color-text--orange-A100 {
    color: #ffd180 !important;
}

.mdl-color--orange-A100 {
    background-color: #ffd180 !important;
}

.mdl-color-text--orange-A200 {
    color: #ffab40 !important;
}

.mdl-color--orange-A200 {
    background-color: #ffab40 !important;
}

.mdl-color-text--orange-A400 {
    color: #ff9100 !important;
}

.mdl-color--orange-A400 {
    background-color: #ff9100 !important;
}

.mdl-color-text--orange-A700 {
    color: #ff6d00 !important;
}

.mdl-color--orange-A700 {
    background-color: #ff6d00 !important;
}

.mdl-color-text--deep-orange {
    color: #ff5722 !important;
}

.mdl-color--deep-orange {
    background-color: #ff5722 !important;
}

.mdl-color-text--deep-orange-50 {
    color: #fbe9e7 !important;
}

.mdl-color--deep-orange-50 {
    background-color: #fbe9e7 !important;
}

.mdl-color-text--deep-orange-100 {
    color: #ffccbc !important;
}

.mdl-color--deep-orange-100 {
    background-color: #ffccbc !important;
}

.mdl-color-text--deep-orange-200 {
    color: #ffab91 !important;
}

.mdl-color--deep-orange-200 {
    background-color: #ffab91 !important;
}

.mdl-color-text--deep-orange-300 {
    color: #ff8a65 !important;
}

.mdl-color--deep-orange-300 {
    background-color: #ff8a65 !important;
}

.mdl-color-text--deep-orange-400 {
    color: #ff7043 !important;
}

.mdl-color--deep-orange-400 {
    background-color: #ff7043 !important;
}

.mdl-color-text--deep-orange-500 {
    color: #ff5722 !important;
}

.mdl-color--deep-orange-500 {
    background-color: #ff5722 !important;
}

.mdl-color-text--deep-orange-600 {
    color: #f4511e !important;
}

.mdl-color--deep-orange-600 {
    background-color: #f4511e !important;
}

.mdl-color-text--deep-orange-700 {
    color: #e64a19 !important;
}

.mdl-color--deep-orange-700 {
    background-color: #e64a19 !important;
}

.mdl-color-text--deep-orange-800 {
    color: #d84315 !important;
}

.mdl-color--deep-orange-800 {
    background-color: #d84315 !important;
}

.mdl-color-text--deep-orange-900 {
    color: #bf360c !important;
}

.mdl-color--deep-orange-900 {
    background-color: #bf360c !important;
}

.mdl-color-text--deep-orange-A100 {
    color: #ff9e80 !important;
}

.mdl-color--deep-orange-A100 {
    background-color: #ff9e80 !important;
}

.mdl-color-text--deep-orange-A200 {
    color: #ff6e40 !important;
}

.mdl-color--deep-orange-A200 {
    background-color: #ff6e40 !important;
}

.mdl-color-text--deep-orange-A400 {
    color: #ff3d00 !important;
}

.mdl-color--deep-orange-A400 {
    background-color: #ff3d00 !important;
}

.mdl-color-text--deep-orange-A700 {
    color: #dd2c00 !important;
}

.mdl-color--deep-orange-A700 {
    background-color: #dd2c00 !important;
}

.mdl-color-text--brown {
    color: #795548 !important;
}

.mdl-color--brown {
    background-color: #795548 !important;
}

.mdl-color-text--brown-50 {
    color: #efebe9 !important;
}

.mdl-color--brown-50 {
    background-color: #efebe9 !important;
}

.mdl-color-text--brown-100 {
    color: #d7ccc8 !important;
}

.mdl-color--brown-100 {
    background-color: #d7ccc8 !important;
}

.mdl-color-text--brown-200 {
    color: #bcaaa4 !important;
}

.mdl-color--brown-200 {
    background-color: #bcaaa4 !important;
}

.mdl-color-text--brown-300 {
    color: #a1887f !important;
}

.mdl-color--brown-300 {
    background-color: #a1887f !important;
}

.mdl-color-text--brown-400 {
    color: #8d6e63 !important;
}

.mdl-color--brown-400 {
    background-color: #8d6e63 !important;
}

.mdl-color-text--brown-500 {
    color: #795548 !important;
}

.mdl-color--brown-500 {
    background-color: #795548 !important;
}

.mdl-color-text--brown-600 {
    color: #6d4c41 !important;
}

.mdl-color--brown-600 {
    background-color: #6d4c41 !important;
}

.mdl-color-text--brown-700 {
    color: #5d4037 !important;
}

.mdl-color--brown-700 {
    background-color: #5d4037 !important;
}

.mdl-color-text--brown-800 {
    color: #4e342e !important;
}

.mdl-color--brown-800 {
    background-color: #4e342e !important;
}

.mdl-color-text--brown-900 {
    color: #3e2723 !important;
}

.mdl-color--brown-900 {
    background-color: #3e2723 !important;
}

.mdl-color-text--grey {
    color: #9e9e9e !important;
}

.mdl-color--grey {
    background-color: #9e9e9e !important;
}

.mdl-color-text--grey-50 {
    color: #fafafa !important;
}

.mdl-color--grey-50 {
    background-color: #fafafa !important;
}

.mdl-color-text--grey-100 {
    color: #f5f5f5 !important;
}

.mdl-color--grey-100 {
    background-color: #f5f5f5 !important;
}

.mdl-color-text--grey-200 {
    color: #eee !important;
}

.mdl-color--grey-200 {
    background-color: #eee !important;
}

.mdl-color-text--grey-300 {
    color: #e0e0e0 !important;
}

.mdl-color--grey-300 {
    background-color: #e0e0e0 !important;
}

.mdl-color-text--grey-400 {
    color: #bdbdbd !important;
}

.mdl-color--grey-400 {
    background-color: #bdbdbd !important;
}

.mdl-color-text--grey-500 {
    color: #9e9e9e !important;
}

.mdl-color--grey-500 {
    background-color: #9e9e9e !important;
}

.mdl-color-text--grey-600 {
    color: #757575 !important;
}

.mdl-color--grey-600 {
    background-color: #757575 !important;
}

.mdl-color-text--grey-700 {
    color: #616161 !important;
}

.mdl-color--grey-700 {
    background-color: #616161 !important;
}

.mdl-color-text--grey-800 {
    color: #424242 !important;
}

.mdl-color--grey-800 {
    background-color: #424242 !important;
}

.mdl-color-text--grey-900 {
    color: #212121 !important;
}

.mdl-color--grey-900 {
    background-color: #212121 !important;
}

.mdl-color-text--blue-grey {
    color: #607d8b !important;
}

.mdl-color--blue-grey {
    background-color: #607d8b !important;
}

.mdl-color-text--blue-grey-50 {
    color: #eceff1 !important;
}

.mdl-color--blue-grey-50 {
    background-color: #eceff1 !important;
}

.mdl-color-text--blue-grey-100 {
    color: #cfd8dc !important;
}

.mdl-color--blue-grey-100 {
    background-color: #cfd8dc !important;
}

.mdl-color-text--blue-grey-200 {
    color: #b0bec5 !important;
}

.mdl-color--blue-grey-200 {
    background-color: #b0bec5 !important;
}

.mdl-color-text--blue-grey-300 {
    color: #90a4ae !important;
}

.mdl-color--blue-grey-300 {
    background-color: #90a4ae !important;
}

.mdl-color-text--blue-grey-400 {
    color: #78909c !important;
}

.mdl-color--blue-grey-400 {
    background-color: #78909c !important;
}

.mdl-color-text--blue-grey-500 {
    color: #607d8b !important;
}

.mdl-color--blue-grey-500 {
    background-color: #607d8b !important;
}

.mdl-color-text--blue-grey-600 {
    color: #546e7a !important;
}

.mdl-color--blue-grey-600 {
    background-color: #546e7a !important;
}

.mdl-color-text--blue-grey-700 {
    color: #455a64 !important;
}

.mdl-color--blue-grey-700 {
    background-color: #455a64 !important;
}

.mdl-color-text--blue-grey-800 {
    color: #37474f !important;
}

.mdl-color--blue-grey-800 {
    background-color: #37474f !important;
}

.mdl-color-text--blue-grey-900 {
    color: #263238 !important;
}

.mdl-color--blue-grey-900 {
    background-color: #263238 !important;
}

.mdl-color--black {
    background-color: #000 !important;
}

.mdl-color-text--black {
    color: #000 !important;
}

.mdl-color--white {
    background-color: #fff !important;
}

.mdl-color-text--white {
    color: #fff !important;
}

.mdl-color--primary {
    background-color: rgb(63,81,181) !important;
}

.mdl-color--primary-contrast {
    background-color: rgb(255,255,255) !important;
}

.mdl-color--primary-dark {
    background-color: rgb(48,63,159) !important;
}

.mdl-color--accent {
    background-color: rgb(255,64,129) !important;
}

.mdl-color--accent-contrast {
    background-color: rgb(255,255,255) !important;
}

.mdl-color-text--primary {
    color: rgb(63,81,181) !important;
}

.mdl-color-text--primary-contrast {
    color: rgb(255,255,255) !important;
}

.mdl-color-text--primary-dark {
    color: rgb(48,63,159) !important;
}

.mdl-color-text--accent {
    color: rgb(255,64,129) !important;
}

.mdl-color-text--accent-contrast {
    color: rgb(255,255,255) !important;
}

.mdl-ripple {
    background: #000;
    border-radius: 50%;
    height: 50px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 50px;
    overflow: hidden;
}

    .mdl-ripple.is-animating {
        transition: transform .3s cubic-bezier(0,0,.2,1),width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1)!important;
        transition: transform .3s cubic-bezier(0,0,.2,1),width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1)!important;
    }

    .mdl-ripple.is-visible {
        opacity: .3;
    }

.mdl-animation--default, .mdl-animation--fast-out-slow-in {
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.mdl-animation--linear-out-slow-in {
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

.mdl-animation--fast-out-linear-in {
    transition-timing-function: cubic-bezier(.4,0,1,1);
}

.mdl-badge {
    position: relative;
    white-space: nowrap;
    margin-right: 24px;
}

    .mdl-badge:not([data-badge]) {
        margin-right: auto;
    }

    .mdl-badge[data-badge]:after {
        content: attr(data-badge);
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: -11px;
        right: -24px;
        font-family: "Roboto","Helvetica","Arial",sans-serif;
        font-weight: 600;
        font-size: 12px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: rgb(255,64,129);
        color: rgb(255,255,255);
    }

.mdl-button .mdl-badge[data-badge]:after {
    top: -10px;
    right: -5px;
}

.mdl-badge.mdl-badge--no-background[data-badge]:after {
    color: rgb(255,64,129);
    background: rgba(255,255,255,.2);
    box-shadow: 0 0 1px gray;
}

.mdl-badge.mdl-badge--overlap {
    margin-right: 10px;
}

    .mdl-badge.mdl-badge--overlap:after {
        right: -10px;
    }

.mdl-button {
    background: 0 0;
    border: none;
    border-radius: 2px;
    color: #000;
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
}

    .mdl-button::-moz-focus-inner {
        border: 0;
    }

    .mdl-button:hover {
        background-color: rgba(158,158,158,.2);
    }

    .mdl-button:focus:not(:active) {
        background-color: rgba(0,0,0,.12);
    }

    .mdl-button:active {
        background-color: rgba(158,158,158,.4);
    }

    .mdl-button.mdl-button--colored {
        color: rgb(63,81,181);
    }

        .mdl-button.mdl-button--colored:focus:not(:active) {
            background-color: rgba(0,0,0,.12);
        }

input.mdl-button[type=submit] {
    -webkit-appearance: none;
}

.mdl-button--raised {
    background: rgba(158,158,158,.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

    .mdl-button--raised:active {
        box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
        background-color: rgba(158,158,158,.4);
    }

    .mdl-button--raised:focus:not(:active) {
        box-shadow: 0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36);
        background-color: rgba(158,158,158,.4);
    }

    .mdl-button--raised.mdl-button--colored {
        background: rgb(63,81,181);
        color: rgb(255,255,255);
    }

        .mdl-button--raised.mdl-button--colored:active, .mdl-button--raised.mdl-button--colored:hover {
            background-color: rgb(63,81,181);
        }

        .mdl-button--raised.mdl-button--colored:focus:not(:active) {
            background-color: rgb(63,81,181);
        }

        .mdl-button--raised.mdl-button--colored .mdl-ripple {
            background: rgb(255,255,255);
        }

.mdl-button--fab {
    border-radius: 50%;
    font-size: 24px;
    height: 56px;
    margin: auto;
    min-width: 56px;
    width: 56px;
    padding: 0;
    overflow: hidden;
    background: rgba(158,158,158,.2);
    box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.24);
    position: relative;
    line-height: normal;
}

    .mdl-button--fab .material-icons {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-12px,-12px);
        transform: translate(-12px,-12px);
        line-height: 24px;
        width: 24px;
    }

    .mdl-button--fab.mdl-button--mini-fab {
        height: 40px;
        min-width: 40px;
        width: 40px;
    }

    .mdl-button--fab .mdl-button__ripple-container {
        border-radius: 50%;
        -webkit-mask-image: -webkit-radial-gradient(circle,white,black);
    }

    .mdl-button--fab:active {
        box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
        background-color: rgba(158,158,158,.4);
    }

    .mdl-button--fab:focus:not(:active) {
        box-shadow: 0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36);
        background-color: rgba(158,158,158,.4);
    }

    .mdl-button--fab.mdl-button--colored {
        background: rgb(255,64,129);
        color: rgb(255,255,255);
    }

        .mdl-button--fab.mdl-button--colored:hover {
            background-color: rgb(255,64,129);
        }

        .mdl-button--fab.mdl-button--colored:focus:not(:active) {
            background-color: rgb(255,64,129);
        }

        .mdl-button--fab.mdl-button--colored:active {
            background-color: rgb(255,64,129);
        }

        .mdl-button--fab.mdl-button--colored .mdl-ripple {
            background: rgb(255,255,255);
        }

.mdl-button--icon {
    border-radius: 50%;
    font-size: 24px;
    height: 32px;
    margin-left: 0;
    margin-right: 0;
    min-width: 32px;
    width: 32px;
    padding: 0;
    overflow: hidden;
    color: inherit;
    line-height: normal;
}

    .mdl-button--icon .material-icons {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-12px,-12px);
        transform: translate(-12px,-12px);
        line-height: 24px;
        width: 24px;
    }

    .mdl-button--icon.mdl-button--mini-icon {
        height: 24px;
        min-width: 24px;
        width: 24px;
    }

        .mdl-button--icon.mdl-button--mini-icon .material-icons {
            top: 0;
            left: 0;
        }

    .mdl-button--icon .mdl-button__ripple-container {
        border-radius: 50%;
        -webkit-mask-image: -webkit-radial-gradient(circle,white,black);
    }

.mdl-button__ripple-container {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.mdl-button.mdl-button--disabled .mdl-button__ripple-container .mdl-ripple, .mdl-button[disabled] .mdl-button__ripple-container .mdl-ripple {
    background-color: transparent;
}

.mdl-button--primary.mdl-button--primary {
    color: rgb(63,81,181);
}

    .mdl-button--primary.mdl-button--primary .mdl-ripple {
        background: rgb(255,255,255);
    }

    .mdl-button--primary.mdl-button--primary.mdl-button--fab, .mdl-button--primary.mdl-button--primary.mdl-button--raised {
        color: rgb(255,255,255);
        background-color: rgb(63,81,181);
    }

.mdl-button--accent.mdl-button--accent {
    color: rgb(255,64,129);
}

    .mdl-button--accent.mdl-button--accent .mdl-ripple {
        background: rgb(255,255,255);
    }

    .mdl-button--accent.mdl-button--accent.mdl-button--fab, .mdl-button--accent.mdl-button--accent.mdl-button--raised {
        color: rgb(255,255,255);
        background-color: rgb(255,64,129);
    }

.mdl-button.mdl-button--disabled.mdl-button--disabled, .mdl-button[disabled][disabled] {
    color: rgba(0,0,0,.26);
    cursor: default;
    background-color: transparent;
}

.mdl-button--fab.mdl-button--disabled.mdl-button--disabled, .mdl-button--fab[disabled][disabled] {
    background-color: rgba(0,0,0,.12);
    color: rgba(0,0,0,.26);
}

.mdl-button--raised.mdl-button--disabled.mdl-button--disabled, .mdl-button--raised[disabled][disabled] {
    background-color: rgba(0,0,0,.12);
    color: rgba(0,0,0,.26);
    box-shadow: none;
}

.mdl-button--colored.mdl-button--disabled.mdl-button--disabled, .mdl-button--colored[disabled][disabled] {
    color: rgba(0,0,0,.26);
}

.mdl-button .material-icons {
    vertical-align: middle;
}

.mdl-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    min-height: 200px;
    overflow: hidden;
    width: 330px;
    z-index: 1;
    position: relative;
    background: #fff;
    border-radius: 2px;
    box-sizing: border-box;
}

.mdl-card__media {
    background-color: rgb(255,64,129);
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-origin: padding-box;
    background-attachment: scroll;
    box-sizing: border-box;
}

.mdl-card__title, .mdl-card__title-text {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: normal;
}

.mdl-card__title {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    padding: 16px;
    -webkit-perspective-origin: 165px 56px;
    perspective-origin: 165px 56px;
    box-sizing: border-box;
    color: #000;
    -webkit-transform-origin: 165px 56px;
    transform-origin: 165px 56px;
}

    .mdl-card__title.mdl-card--border {
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

.mdl-card__title-text {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: inherit;
    font-size: 24px;
    font-weight: 400;
    overflow: hidden;
    -webkit-transform-origin: 149px 48px;
    transform-origin: 149px 48px;
    margin: 0;
}

.mdl-card__subtitle-text {
    font-size: 14px;
    color: rgba(0,0,0,.54);
    margin: 0;
}

.mdl-card__supporting-text {
    color: rgba(0,0,0,.54);
    font-size: 1rem;
    line-height: 18px;
    overflow: hidden;
    padding: 16px;
    width: 90%;
}

.mdl-card__actions {
    font-size: 16px;
    line-height: normal;
    width: 100%;
    background-color: transparent;
    padding: 8px;
    box-sizing: border-box;
}

    .mdl-card__actions.mdl-card--border {
        border-top: 1px solid rgba(0,0,0,.1);
    }

.mdl-card--expand {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.mdl-card__menu {
    position: absolute;
    right: 16px;
    top: 16px;
}

.mdl-checkbox {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 24px;
    margin: 0;
    padding: 0;
}

    .mdl-checkbox.is-upgraded {
        padding-left: 24px;
    }

.mdl-checkbox__input {
    line-height: 24px;
}

.mdl-checkbox.is-upgraded .mdl-checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
}

.mdl-checkbox__box-outline {
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid rgba(0,0,0,.54);
    border-radius: 2px;
    z-index: 2;
}

.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
    border: 2px solid rgb(63,81,181);
}

.mdl-checkbox.is-disabled .mdl-checkbox__box-outline, fieldset[disabled] .mdl-checkbox .mdl-checkbox__box-outline {
    border: 2px solid rgba(0,0,0,.26);
    cursor: auto;
}

.mdl-checkbox__focus-helper {
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: transparent;
}

.mdl-checkbox.is-focused .mdl-checkbox__focus-helper {
    box-shadow: 0 0 0 8px rgba(0,0,0,.1);
    background-color: rgba(0,0,0,.1);
}

.mdl-checkbox.is-focused.is-checked .mdl-checkbox__focus-helper {
    box-shadow: 0 0 0 8px rgba(63,81,181,.26);
    background-color: rgba(63,81,181,.26);
}

.mdl-checkbox__tick-outline {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==");
    mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==");
    background: 0 0;
    transition-duration: .28s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: background;
}

.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    background: rgb(63,81,181)url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");
}

.mdl-checkbox.is-checked.is-disabled .mdl-checkbox__tick-outline, fieldset[disabled] .mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    background: rgba(0,0,0,.26)url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");
}

.mdl-checkbox__label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.mdl-checkbox.is-disabled .mdl-checkbox__label, fieldset[disabled] .mdl-checkbox .mdl-checkbox__label {
    color: rgba(0,0,0,.26);
    cursor: auto;
}

.mdl-checkbox__ripple-container {
    position: absolute;
    z-index: 2;
    top: -6px;
    left: -10px;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle,white,black);
}

    .mdl-checkbox__ripple-container .mdl-ripple {
        background: rgb(63,81,181);
    }

.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container, fieldset[disabled] .mdl-checkbox .mdl-checkbox__ripple-container {
    cursor: auto;
}

    .mdl-checkbox.is-disabled .mdl-checkbox__ripple-container .mdl-ripple, fieldset[disabled] .mdl-checkbox .mdl-checkbox__ripple-container .mdl-ripple {
        background: 0 0;
    }

.mdl-data-table {
    position: relative;
    border: 1px solid rgba(0,0,0,.12);
    border-collapse: collapse;
    white-space: nowrap;
    font-size: 13px;
    background-color: #fff;
}

    .mdl-data-table thead {
        padding-bottom: 3px;
    }

        .mdl-data-table thead .mdl-data-table__select {
            margin-top: 0;
        }

    .mdl-data-table tbody tr {
        position: relative;
        height: 48px;
        transition-duration: .28s;
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        transition-property: background-color;
    }

        .mdl-data-table tbody tr.is-selected {
            background-color: #e0e0e0;
        }

        .mdl-data-table tbody tr:hover {
            background-color: #eee;
        }

    .mdl-data-table td, .mdl-data-table th {
        padding: 0 18px 12px;
        text-align: right;
    }

        .mdl-data-table td:first-of-type, .mdl-data-table th:first-of-type {
            padding-left: 24px;
        }

        .mdl-data-table td:last-of-type, .mdl-data-table th:last-of-type {
            padding-right: 24px;
        }

    .mdl-data-table td, .mdl-data-table th {
        position: relative;
        height: 48px;
        box-sizing: border-box;
    }

    .mdl-data-table td {
        border-top: 1px solid rgba(0,0,0,.12);
        border-bottom: 1px solid rgba(0,0,0,.12);
        padding-top: 12px;
        vertical-align: middle;
    }

        .mdl-data-table td .mdl-data-table__select {
            vertical-align: middle;
        }

    .mdl-data-table th {
        vertical-align: bottom;
        text-overflow: ellipsis;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0;
        font-size: 12px;
        color: rgba(0,0,0,.54);
        padding-bottom: 8px;
    }

        .mdl-data-table th .mdl-data-table__header--sorted-ascending, .mdl-data-table th .mdl-data-table__header--sorted-descending {
            color: rgba(0,0,0,.87);
        }

            .mdl-data-table th .mdl-data-table__header--sorted-ascending:before, .mdl-data-table th .mdl-data-table__header--sorted-descending:before {
                font-family: 'Material Icons';
                font-weight: 400;
                font-style: normal;
                font-size: 24px;
                line-height: 1;
                letter-spacing: normal;
                text-transform: none;
                display: inline-block;
                word-wrap: normal;
                -moz-font-feature-settings: 'liga';
                font-feature-settings: 'liga';
                -webkit-font-feature-settings: 'liga';
                -webkit-font-smoothing: antialiased;
            }

            .mdl-data-table th .mdl-data-table__header--sorted-ascending:before {
                content: "\e5d8";
            }

            .mdl-data-table th .mdl-data-table__header--sorted-descending:before {
                content: "\e5db";
            }

.mdl-data-table__select {
    width: 16px;
}

.mdl-data-table__cell--non-numeric.mdl-data-table__cell--non-numeric {
    text-align: left;
}

.mdl-dialog {
    border: none;
    box-shadow: 0 9px 46px 8px rgba(0,0,0,.14),0 11px 15px -7px rgba(0,0,0,.12),0 24px 38px 3px rgba(0,0,0,.2);
    width: 280px;
}

.mdl-dialog__title {
    padding: 24px 24px 0;
    margin: 0;
    font-size: 2.5rem;
}

.mdl-dialog__actions {
    padding: 8px 8px 8px 24px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .mdl-dialog__actions > * {
        margin-right: 8px;
        height: 36px;
    }

        .mdl-dialog__actions > *:first-child {
            margin-right: 0;
        }

.mdl-dialog__actions--full-width {
    padding: 0 0 8px;
}

    .mdl-dialog__actions--full-width > * {
        height: 48px;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 16px;
        margin-right: 0;
        text-align: right;
    }

.mdl-dialog__content {
    padding: 20px 24px 24px;
    color: rgba(0,0,0,.54);
}

.mdl-mega-footer {
    padding: 16px 40px;
    color: #9e9e9e;
    background-color: #424242;
}

.mdl-mega-footer--bottom-section:after, .mdl-mega-footer--middle-section:after, .mdl-mega-footer--top-section:after, .mdl-mega-footer__bottom-section:after, .mdl-mega-footer__middle-section:after, .mdl-mega-footer__top-section:after {
    content: '';
    display: block;
    clear: both;
}

.mdl-mega-footer--left-section, .mdl-mega-footer--right-section, .mdl-mega-footer__left-section, .mdl-mega-footer__right-section {
    margin-bottom: 16px;
}

    .mdl-mega-footer--right-section a, .mdl-mega-footer__right-section a {
        display: block;
        margin-bottom: 16px;
        color: inherit;
        text-decoration: none;
    }

@media screen and (min-width:760px) {
    .mdl-mega-footer--left-section, .mdl-mega-footer__left-section {
        float: left;
    }

    .mdl-mega-footer--right-section, .mdl-mega-footer__right-section {
        float: right;
    }

        .mdl-mega-footer--right-section a, .mdl-mega-footer__right-section a {
            display: inline-block;
            margin-left: 16px;
            line-height: 36px;
            vertical-align: middle;
        }
}

.mdl-mega-footer--social-btn, .mdl-mega-footer__social-btn {
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    background-color: #9e9e9e;
    border: none;
}

.mdl-mega-footer--drop-down-section, .mdl-mega-footer__drop-down-section {
    display: block;
    position: relative;
}

@media screen and (min-width:760px) {
    .mdl-mega-footer--drop-down-section, .mdl-mega-footer__drop-down-section {
        width: 33%;
    }

        .mdl-mega-footer--drop-down-section:nth-child(1), .mdl-mega-footer--drop-down-section:nth-child(2), .mdl-mega-footer__drop-down-section:nth-child(1), .mdl-mega-footer__drop-down-section:nth-child(2) {
            float: left;
        }

        .mdl-mega-footer--drop-down-section:nth-child(3), .mdl-mega-footer__drop-down-section:nth-child(3) {
            float: right;
        }

            .mdl-mega-footer--drop-down-section:nth-child(3):after, .mdl-mega-footer__drop-down-section:nth-child(3):after {
                clear: right;
            }

        .mdl-mega-footer--drop-down-section:nth-child(4), .mdl-mega-footer__drop-down-section:nth-child(4) {
            clear: right;
            float: right;
        }

    .mdl-mega-footer--middle-section:after, .mdl-mega-footer__middle-section:after {
        content: '';
        display: block;
        clear: both;
    }

    .mdl-mega-footer--bottom-section, .mdl-mega-footer__bottom-section {
        padding-top: 0;
    }
}

@media screen and (min-width:1024px) {
    .mdl-mega-footer--drop-down-section, .mdl-mega-footer--drop-down-section:nth-child(3), .mdl-mega-footer--drop-down-section:nth-child(4), .mdl-mega-footer__drop-down-section, .mdl-mega-footer__drop-down-section:nth-child(3), .mdl-mega-footer__drop-down-section:nth-child(4) {
        width: 24%;
        float: left;
    }
}

.mdl-mega-footer--heading-checkbox, .mdl-mega-footer__heading-checkbox {
    position: absolute;
    width: 100%;
    height: 55.8px;
    padding: 32px;
    margin: -16px 0 0;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
}

    .mdl-mega-footer--heading-checkbox + .mdl-mega-footer--heading:after, .mdl-mega-footer--heading-checkbox + .mdl-mega-footer__heading:after, .mdl-mega-footer__heading-checkbox + .mdl-mega-footer--heading:after, .mdl-mega-footer__heading-checkbox + .mdl-mega-footer__heading:after {
        font-family: 'Material Icons';
        content: '\E5CE';
    }

    .mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer--heading + .mdl-mega-footer--link-list, .mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer__heading + .mdl-mega-footer__link-list, .mdl-mega-footer--heading-checkbox:checked ~ .mdl-mega-footer--link-list, .mdl-mega-footer--heading-checkbox:checked ~ .mdl-mega-footer__link-list, .mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer--heading + .mdl-mega-footer--link-list, .mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer__heading + .mdl-mega-footer__link-list, .mdl-mega-footer__heading-checkbox:checked ~ .mdl-mega-footer--link-list, .mdl-mega-footer__heading-checkbox:checked ~ .mdl-mega-footer__link-list {
        display: none;
    }

    .mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer--heading:after, .mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer__heading:after, .mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer--heading:after, .mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer__heading:after {
        font-family: 'Material Icons';
        content: '\E5CF';
    }

.mdl-mega-footer--heading, .mdl-mega-footer__heading {
    position: relative;
    width: 100%;
    padding-right: 39.8px;
    margin-bottom: 16px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 23.8px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #e0e0e0;
}

    .mdl-mega-footer--heading:after, .mdl-mega-footer__heading:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 23.8px;
        height: 23.8px;
        background-size: cover;
    }

.mdl-mega-footer--link-list, .mdl-mega-footer__link-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

    .mdl-mega-footer--link-list:after, .mdl-mega-footer__link-list:after {
        clear: both;
        display: block;
        content: '';
    }

    .mdl-mega-footer--link-list li, .mdl-mega-footer__link-list li {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
    }

    .mdl-mega-footer--link-list a, .mdl-mega-footer__link-list a {
        color: inherit;
        text-decoration: none;
        white-space: nowrap;
    }

@media screen and (min-width:760px) {
    .mdl-mega-footer--heading-checkbox, .mdl-mega-footer__heading-checkbox {
        display: none;
    }

        .mdl-mega-footer--heading-checkbox + .mdl-mega-footer--heading:after, .mdl-mega-footer--heading-checkbox + .mdl-mega-footer__heading:after, .mdl-mega-footer__heading-checkbox + .mdl-mega-footer--heading:after, .mdl-mega-footer__heading-checkbox + .mdl-mega-footer__heading:after {
            content: '';
        }

        .mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer--heading + .mdl-mega-footer--link-list, .mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer__heading + .mdl-mega-footer__link-list, .mdl-mega-footer--heading-checkbox:checked ~ .mdl-mega-footer--link-list, .mdl-mega-footer--heading-checkbox:checked ~ .mdl-mega-footer__link-list, .mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer--heading + .mdl-mega-footer--link-list, .mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer__heading + .mdl-mega-footer__link-list, .mdl-mega-footer__heading-checkbox:checked ~ .mdl-mega-footer--link-list, .mdl-mega-footer__heading-checkbox:checked ~ .mdl-mega-footer__link-list {
            display: block;
        }

        .mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer--heading:after, .mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer__heading:after, .mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer--heading:after, .mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer__heading:after {
            content: '';
        }
}

.mdl-mega-footer--bottom-section, .mdl-mega-footer__bottom-section {
    padding-top: 16px;
    margin-bottom: 16px;
}

.mdl-logo {
    margin-bottom: 16px;
    color: #fff;
}

.mdl-mega-footer--bottom-section .mdl-mega-footer--link-list li, .mdl-mega-footer__bottom-section .mdl-mega-footer__link-list li {
    float: left;
    margin-bottom: 0;
    margin-right: 16px;
}

@media screen and (min-width:760px) {
    .mdl-logo {
        float: left;
        margin-bottom: 0;
        margin-right: 16px;
    }
}

.mdl-mini-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 16px;
    color: #9e9e9e;
    background-color: #424242;
}

    .mdl-mini-footer:after {
        content: '';
        display: block;
    }

    .mdl-mini-footer .mdl-logo {
        line-height: 36px;
    }

.mdl-mini-footer--link-list, .mdl-mini-footer__link-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .mdl-mini-footer--link-list li, .mdl-mini-footer__link-list li {
        margin-bottom: 0;
        margin-right: 16px;
    }

@media screen and (min-width:760px) {
    .mdl-mini-footer--link-list li, .mdl-mini-footer__link-list li {
        line-height: 36px;
    }
}

.mdl-mini-footer--link-list a, .mdl-mini-footer__link-list a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.mdl-mini-footer--left-section, .mdl-mini-footer__left-section {
    display: inline-block;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.mdl-mini-footer--right-section, .mdl-mini-footer__right-section {
    display: inline-block;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.mdl-mini-footer--social-btn, .mdl-mini-footer__social-btn {
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    background-color: #9e9e9e;
    border: none;
}

.mdl-icon-toggle {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    height: 32px;
    margin: 0;
    padding: 0;
}

.mdl-icon-toggle__input {
    line-height: 32px;
}

.mdl-icon-toggle.is-upgraded .mdl-icon-toggle__input {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
}

.mdl-icon-toggle__label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 32px;
    width: 32px;
    min-width: 32px;
    color: #616161;
    border-radius: 50%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    background-color: transparent;
    will-change: background-color;
    transition: background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
}

    .mdl-icon-toggle__label.material-icons {
        line-height: 32px;
        font-size: 24px;
    }

.mdl-icon-toggle.is-checked .mdl-icon-toggle__label {
    color: rgb(63,81,181);
}

.mdl-icon-toggle.is-disabled .mdl-icon-toggle__label {
    color: rgba(0,0,0,.26);
    cursor: auto;
    transition: none;
}

.mdl-icon-toggle.is-focused .mdl-icon-toggle__label {
    background-color: rgba(0,0,0,.12);
}

.mdl-icon-toggle.is-focused.is-checked .mdl-icon-toggle__label {
    background-color: rgba(63,81,181,.26);
}

.mdl-icon-toggle__ripple-container {
    position: absolute;
    z-index: 2;
    top: -2px;
    left: -2px;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle,white,black);
}

    .mdl-icon-toggle__ripple-container .mdl-ripple {
        background: #616161;
    }

.mdl-icon-toggle.is-disabled .mdl-icon-toggle__ripple-container {
    cursor: auto;
}

    .mdl-icon-toggle.is-disabled .mdl-icon-toggle__ripple-container .mdl-ripple {
        background: 0 0;
    }

.mdl-list {
    display: block;
    padding: 8px 0;
    list-style: none;
}

.mdl-list__item, .mdl-list__item .mdl-list__item-primary-content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mdl-list__item {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1;
    min-height: 48px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 16px;
    cursor: default;
    color: rgba(0,0,0,.87);
    overflow: hidden;
}

    .mdl-list__item .mdl-list__item-primary-content {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        text-decoration: none;
    }

        .mdl-list__item .mdl-list__item-primary-content .mdl-list__item-icon {
            margin-right: 32px;
        }

        .mdl-list__item .mdl-list__item-primary-content .mdl-list__item-avatar {
            margin-right: 16px;
        }

    .mdl-list__item .mdl-list__item-secondary-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-left: 16px;
    }

        .mdl-list__item .mdl-list__item-secondary-content .mdl-list__item-secondary-action label {
            display: inline;
        }

        .mdl-list__item .mdl-list__item-secondary-content .mdl-list__item-secondary-info {
            font-size: 12px;
            font-weight: 400;
            line-height: 1;
            letter-spacing: 0;
            color: rgba(0,0,0,.54);
        }

        .mdl-list__item .mdl-list__item-secondary-content .mdl-list__item-sub-header {
            padding: 0 0 0 16px;
        }

.mdl-list__item-icon, .mdl-list__item-icon.material-icons {
    height: 24px;
    width: 24px;
    font-size: 24px;
    box-sizing: border-box;
    color: #757575;
}

.mdl-list__item-avatar, .mdl-list__item-avatar.material-icons {
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #757575;
    font-size: 40px;
    color: #fff;
}

.mdl-list__item--two-line {
    height: 72px;
}

    .mdl-list__item--two-line .mdl-list__item-primary-content {
        height: 36px;
        line-height: 20px;
        display: block;
    }

        .mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-avatar {
            float: left;
        }

        .mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-icon {
            float: left;
            margin-top: 6px;
        }

        .mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-secondary-content {
            height: 36px;
        }

        .mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-sub-title {
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 0;
            line-height: 18px;
            color: rgba(0,0,0,.54);
            display: block;
            padding: 0;
        }

.mdl-list__item--three-line {
    height: 88px;
}

    .mdl-list__item--three-line .mdl-list__item-primary-content {
        height: 52px;
        line-height: 20px;
        display: block;
    }

        .mdl-list__item--three-line .mdl-list__item-primary-content .mdl-list__item-avatar, .mdl-list__item--three-line .mdl-list__item-primary-content .mdl-list__item-icon {
            float: left;
        }

    .mdl-list__item--three-line .mdl-list__item-secondary-content {
        height: 52px;
    }

    .mdl-list__item--three-line .mdl-list__item-text-body {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 18px;
        height: 52px;
        color: rgba(0,0,0,.54);
        display: block;
        padding: 0;
    }

.mdl-menu__container, .mdl-menu__outline {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    z-index: -1;
}

.mdl-menu__container {
    height: 0;
    width: 0;
    visibility: hidden;
    overflow: visible;
}

    .mdl-menu__container.is-animating, .mdl-menu__container.is-visible {
        z-index: 999;
        visibility: visible;
    }

.mdl-menu__outline {
    background: #fff;
    border-radius: 2px;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    will-change: transform;
    transition: transform .3s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1);
    transition: transform .3s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);
}

.mdl-menu__container.is-visible .mdl-menu__outline {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 999;
}

.mdl-menu__outline.mdl-menu--bottom-right {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.mdl-menu__outline.mdl-menu--top-left {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.mdl-menu__outline.mdl-menu--top-right {
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.mdl-menu {
    position: absolute;
    list-style: none;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
    min-width: 124px;
    padding: 8px 0;
    margin: 0;
    opacity: 0;
    clip: rect(0 0 0 0);
    z-index: -1;
}

.mdl-menu__container.is-visible .mdl-menu {
    opacity: 1;
    z-index: 999;
}

.mdl-menu.is-animating {
    transition: opacity .2s cubic-bezier(.4,0,.2,1),clip .3s cubic-bezier(.4,0,.2,1);
}

.mdl-menu.mdl-menu--bottom-right {
    left: auto;
    right: 0;
}

.mdl-menu.mdl-menu--top-left {
    top: auto;
    bottom: 0;
}

.mdl-menu.mdl-menu--top-right {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}

.mdl-menu.mdl-menu--unaligned {
    top: auto;
    left: auto;
}

.mdl-menu__item {
    display: block;
    border: none;
    color: rgba(0,0,0,.87);
    background-color: transparent;
    text-align: left;
    margin: 0;
    padding: 0 16px;
    outline-color: #bdbdbd;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity .2s cubic-bezier(.4,0,.2,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mdl-menu__container.is-visible .mdl-menu__item {
    opacity: 1;
}

.mdl-menu__item::-moz-focus-inner {
    border: 0;
}

.mdl-menu__item--full-bleed-divider {
    border-bottom: 1px solid rgba(0,0,0,.12);
}

.mdl-menu__item[data-mdl-disabled], .mdl-menu__item[disabled] {
    color: #bdbdbd;
    background-color: transparent;
    cursor: auto;
}

    .mdl-menu__item[data-mdl-disabled]:hover, .mdl-menu__item[disabled]:hover {
        background-color: transparent;
    }

    .mdl-menu__item[data-mdl-disabled]:focus, .mdl-menu__item[disabled]:focus {
        background-color: transparent;
    }

    .mdl-menu__item[data-mdl-disabled] .mdl-ripple, .mdl-menu__item[disabled] .mdl-ripple {
        background: 0 0;
    }

.mdl-menu__item:hover {
    background-color: #eee;
}

.mdl-menu__item:focus {
    outline: none;
    background-color: #eee;
}

.mdl-menu__item:active {
    background-color: #e0e0e0;
}

.mdl-menu__item--ripple-container {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.mdl-progress {
    display: block;
    position: relative;
    height: 4px;
    width: 500px;
    max-width: 100%;
}

    .mdl-progress > .bar {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 0%;
        transition: width .2s cubic-bezier(.4,0,.2,1);
    }

    .mdl-progress > .progressbar {
        background-color: rgb(63,81,181);
        z-index: 1;
        left: 0;
    }

    .mdl-progress > .bufferbar {
        background-image: linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(to right,rgb(63,81,181),rgb(63,81,181));
        z-index: 0;
        left: 0;
    }

    .mdl-progress > .auxbar {
        right: 0;
    }

@supports (-webkit-appearance:none) {
    .mdl-progress:not(.mdl-progress--indeterminate):not(.mdl-progress--indeterminate) > .auxbar, .mdl-progress:not(.mdl-progress__indeterminate):not(.mdl-progress__indeterminate) > .auxbar {
        background-image: linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(to right,rgb(63,81,181),rgb(63,81,181));
        -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=");
        mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=");
    }
}

.mdl-progress:not(.mdl-progress--indeterminate) > .auxbar, .mdl-progress:not(.mdl-progress__indeterminate) > .auxbar {
    background-image: linear-gradient(to right,rgba(255,255,255,.9),rgba(255,255,255,.9)),linear-gradient(to right,rgb(63,81,181),rgb(63,81,181));
}

.mdl-progress.mdl-progress--indeterminate > .bar1, .mdl-progress.mdl-progress--indeterminate > .bar3, .mdl-progress.mdl-progress__indeterminate > .bar1, .mdl-progress.mdl-progress__indeterminate > .bar3 {
    background-color: rgb(63,81,181);
    -webkit-animation-name: indeterminate1;
    animation-name: indeterminate1;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.mdl-progress.mdl-progress--indeterminate > .bar3, .mdl-progress.mdl-progress__indeterminate > .bar3 {
    background-image: none;
    -webkit-animation-name: indeterminate2;
    animation-name: indeterminate2;
}

@-webkit-keyframes indeterminate1 {
    0% {
        left: 0%;
        width: 0%;
    }

    50% {
        left: 25%;
        width: 75%;
    }

    75% {
        left: 100%;
        width: 0%;
    }
}

@keyframes indeterminate1 {
    0% {
        left: 0%;
        width: 0%;
    }

    50% {
        left: 25%;
        width: 75%;
    }

    75% {
        left: 100%;
        width: 0%;
    }
}

@-webkit-keyframes indeterminate2 {
    0%,50% {
        left: 0%;
        width: 0%;
    }

    75% {
        left: 0%;
        width: 25%;
    }

    to {
        left: 100%;
        width: 0%;
    }
}

@keyframes indeterminate2 {
    0%,50% {
        left: 0%;
        width: 0%;
    }

    75% {
        left: 0%;
        width: 25%;
    }

    to {
        left: 100%;
        width: 0%;
    }
}

.mdl-navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    box-sizing: border-box;
}

.mdl-navigation__link {
    color: #424242;
    text-decoration: none;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    opacity: .87;
}

    .mdl-navigation__link .material-icons {
        vertical-align: middle;
    }

.mdl-layout {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

    .mdl-layout.is-small-screen .mdl-layout--large-screen-only, .mdl-layout:not(.is-small-screen) .mdl-layout--small-screen-only {
        display: none;
    }

.mdl-layout__container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.mdl-layout-title, .mdl-layout__title {
    display: block;
    position: relative;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: .02em;
    font-weight: 400;
    box-sizing: border-box;
}

.mdl-layout-spacer {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.mdl-layout__drawer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 240px;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-sizing: border-box;
    border-right: 1px solid #e0e0e0;
    background: #fafafa;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    color: #424242;
    overflow: visible;
    overflow-y: auto;
    z-index: 5;
}

    .mdl-layout__drawer.is-visible {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

        .mdl-layout__drawer.is-visible ~ .mdl-layout__content.mdl-layout__content {
            overflow: hidden;
        }

    .mdl-layout__drawer > * {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .mdl-layout__drawer > .mdl-layout-title, .mdl-layout__drawer > .mdl-layout__title {
        line-height: 64px;
        padding-left: 40px;
    }

@media screen and (max-width:1024px) {
    .mdl-layout__drawer > .mdl-layout-title, .mdl-layout__drawer > .mdl-layout__title {
        line-height: 56px;
        padding-left: 16px;
    }
}

.mdl-layout__drawer .mdl-navigation {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
    padding-top: 16px;
}

    .mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
        display: block;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 16px 40px;
        margin: 0;
        color: #757575;
    }

@media screen and (max-width:1024px) {
    .mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
        padding: 16px;
    }
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover {
    background-color: #e0e0e0;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link--current {
    background-color: #000;
    color: #e0e0e0;
}

@media screen and (min-width:1025px) {
    .mdl-layout--fixed-drawer > .mdl-layout__drawer {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.mdl-layout__drawer-button {
    display: block;
    position: absolute;
    height: 48px;
    width: 48px;
    border: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    font-size: 26px;
    line-height: 50px;
    font-family: Helvetica,Arial,sans-serif;
    margin: 10px 12px;
    top: 0;
    left: 0;
    color: rgb(255,255,255);
    z-index: 4;
}

.mdl-layout__header .mdl-layout__drawer-button {
    position: absolute;
    color: rgb(255,255,255);
    background-color: inherit;
}

@media screen and (max-width:1024px) {
    .mdl-layout__header .mdl-layout__drawer-button {
        margin: 4px;
    }

    .mdl-layout__drawer-button {
        margin: 4px;
        color: rgba(0,0,0,.5);
    }
}

@media screen and (min-width:1025px) {
    .mdl-layout--fixed-drawer > .mdl-layout__drawer-button, .mdl-layout--no-desktop-drawer-button .mdl-layout__drawer-button {
        display: none;
    }
}

.mdl-layout--no-drawer-button .mdl-layout__drawer-button {
    display: none;
}

.mdl-layout__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    min-height: 64px;
    max-height: 1000px;
    z-index: 3;
    background-color: rgb(63,81,181);
    color: rgb(255,255,255);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: max-height,box-shadow;
}

@media screen and (max-width:1024px) {
    .mdl-layout__header {
        min-height: 56px;
    }
}

.mdl-layout--fixed-drawer.is-upgraded:not(.is-small-screen) > .mdl-layout__header {
    margin-left: 240px;
    width: calc(100% - 240px);
}

@media screen and (min-width:1025px) {
    .mdl-layout--fixed-drawer > .mdl-layout__header .mdl-layout__header-row {
        padding-left: 40px;
    }
}

.mdl-layout__header > .mdl-layout-icon {
    position: absolute;
    left: 40px;
    top: 16px;
    height: 32px;
    width: 32px;
    overflow: hidden;
    z-index: 3;
    display: block;
}

@media screen and (max-width:1024px) {
    .mdl-layout__header > .mdl-layout-icon {
        left: 16px;
        top: 12px;
    }
}

.mdl-layout.has-drawer .mdl-layout__header > .mdl-layout-icon {
    display: none;
}

.mdl-layout__header.is-compact {
    max-height: 64px;
}

@media screen and (max-width:1024px) {
    .mdl-layout__header.is-compact {
        max-height: 56px;
    }
}

.mdl-layout__header.is-compact.has-tabs {
    height: 112px;
}

@media screen and (max-width:1024px) {
    .mdl-layout__header.is-compact.has-tabs {
        min-height: 104px;
    }

    .mdl-layout__header {
        display: none;
    }

    .mdl-layout--fixed-header > .mdl-layout__header {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.mdl-layout__header--transparent.mdl-layout__header--transparent {
    background-color: transparent;
    box-shadow: none;
}

.mdl-layout__header--scroll, .mdl-layout__header--seamed {
    box-shadow: none;
}

.mdl-layout__header--waterfall {
    box-shadow: none;
    overflow: hidden;
}

    .mdl-layout__header--waterfall.is-casting-shadow {
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    }

    .mdl-layout__header--waterfall.mdl-layout__header--waterfall-hide-top {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

.mdl-layout__header-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    margin: 0;
    padding: 0 40px 0 80px;
}

.mdl-layout--no-drawer-button .mdl-layout__header-row {
    padding-left: 40px;
}

@media screen and (min-width:1025px) {
    .mdl-layout--no-desktop-drawer-button .mdl-layout__header-row {
        padding-left: 40px;
    }
}

@media screen and (max-width:1024px) {
    .mdl-layout__header-row {
        height: 56px;
        padding: 0 16px 0 72px;
    }

    .mdl-layout--no-drawer-button .mdl-layout__header-row {
        padding-left: 16px;
    }
}

.mdl-layout__header-row > * {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.mdl-layout__header--scroll .mdl-layout__header-row {
    width: 100%;
}

.mdl-layout__header-row .mdl-navigation {
    margin: 0;
    padding: 0;
    height: 64px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

@media screen and (max-width:1024px) {
    .mdl-layout__header-row .mdl-navigation {
        height: 56px;
    }
}

.mdl-layout__header-row .mdl-navigation__link {
    display: block;
    color: rgb(255,255,255);
    line-height: 64px;
    padding: 0 24px;
}

@media screen and (max-width:1024px) {
    .mdl-layout__header-row .mdl-navigation__link {
        line-height: 56px;
        padding: 0 16px;
    }
}

.mdl-layout__obfuscator {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 4;
    visibility: hidden;
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

    .mdl-layout__obfuscator.is-visible {
        background-color: rgba(0,0,0,.5);
        visibility: visible;
    }

@supports (pointer-events:auto) {
    .mdl-layout__obfuscator {
        background-color: rgba(0,0,0,.5);
        opacity: 0;
        transition-property: opacity;
        visibility: visible;
        pointer-events: none;
    }

        .mdl-layout__obfuscator.is-visible {
            pointer-events: auto;
            opacity: 1;
        }
}

.mdl-layout__content {
    -ms-flex: 0 1 auto;
    position: relative;
    display: inline-block;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}

.mdl-layout--fixed-drawer > .mdl-layout__content {
    margin-left: 240px;
}

.mdl-layout__container.has-scrolling-header .mdl-layout__content {
    overflow: visible;
}

@media screen and (max-width:1024px) {
    .mdl-layout--fixed-drawer > .mdl-layout__content {
        margin-left: 0;
    }

    .mdl-layout__container.has-scrolling-header .mdl-layout__content {
        overflow-y: auto;
        overflow-x: hidden;
    }
}

.mdl-layout__tab-bar {
    height: 96px;
    margin: 0;
    width: calc(100% - 112px);
    padding: 0 0 0 56px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgb(63,81,181);
    overflow-y: hidden;
    overflow-x: scroll;
}

    .mdl-layout__tab-bar::-webkit-scrollbar {
        display: none;
    }

.mdl-layout--no-drawer-button .mdl-layout__tab-bar {
    padding-left: 16px;
    width: calc(100% - 32px);
}

@media screen and (min-width:1025px) {
    .mdl-layout--no-desktop-drawer-button .mdl-layout__tab-bar {
        padding-left: 16px;
        width: calc(100% - 32px);
    }
}

@media screen and (max-width:1024px) {
    .mdl-layout__tab-bar {
        width: calc(100% - 60px);
        padding: 0 0 0 60px;
    }

    .mdl-layout--no-drawer-button .mdl-layout__tab-bar {
        width: calc(100% - 8px);
        padding-left: 4px;
    }
}

.mdl-layout--fixed-tabs .mdl-layout__tab-bar {
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.mdl-layout__tab-bar-container {
    position: relative;
    height: 48px;
    width: 100%;
    border: none;
    margin: 0;
    z-index: 2;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}

.mdl-layout__container > .mdl-layout__tab-bar-container {
    position: absolute;
    top: 0;
    left: 0;
}

.mdl-layout__tab-bar-button {
    display: inline-block;
    position: absolute;
    top: 0;
    height: 48px;
    width: 56px;
    z-index: 4;
    text-align: center;
    background-color: rgb(63,81,181);
    color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mdl-layout--no-desktop-drawer-button .mdl-layout__tab-bar-button, .mdl-layout--no-drawer-button .mdl-layout__tab-bar-button {
    width: 16px;
}

    .mdl-layout--no-desktop-drawer-button .mdl-layout__tab-bar-button .material-icons, .mdl-layout--no-drawer-button .mdl-layout__tab-bar-button .material-icons {
        position: relative;
        left: -4px;
    }

@media screen and (max-width:1024px) {
    .mdl-layout__tab-bar-button {
        display: none;
        width: 60px;
    }
}

.mdl-layout--fixed-tabs .mdl-layout__tab-bar-button {
    display: none;
}

.mdl-layout__tab-bar-button .material-icons {
    line-height: 48px;
}

.mdl-layout__tab-bar-button.is-active {
    color: rgb(255,255,255);
}

.mdl-layout__tab-bar-left-button {
    left: 0;
}

.mdl-layout__tab-bar-right-button {
    right: 0;
}

.mdl-layout__tab {
    margin: 0;
    border: none;
    padding: 0 24px;
    float: left;
    position: relative;
    display: block;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-decoration: none;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255,255,255,.6);
    overflow: hidden;
}

@media screen and (max-width:1024px) {
    .mdl-layout__tab {
        padding: 0 12px;
    }
}

.mdl-layout--fixed-tabs .mdl-layout__tab {
    float: none;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
}

.mdl-layout.is-upgraded .mdl-layout__tab.is-active {
    color: rgb(255,255,255);
}

    .mdl-layout.is-upgraded .mdl-layout__tab.is-active::after {
        height: 2px;
        width: 100%;
        display: block;
        content: " ";
        bottom: 0;
        left: 0;
        position: absolute;
        background: rgb(255,64,129);
        -webkit-animation: border-expand .2s cubic-bezier(.4,0,.4,1).01s alternate forwards;
        animation: border-expand .2s cubic-bezier(.4,0,.4,1).01s alternate forwards;
        transition: all 1s cubic-bezier(.4,0,1,1);
    }

.mdl-layout__tab .mdl-layout__tab-ripple-container {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}

    .mdl-layout__tab .mdl-layout__tab-ripple-container .mdl-ripple {
        background-color: rgb(255,255,255);
    }

.mdl-layout.is-upgraded .mdl-layout__tab-panel.is-active, .mdl-layout__tab-panel {
    display: block;
}

.mdl-layout.is-upgraded .mdl-layout__tab-panel {
    display: none;
}

.mdl-radio {
    position: relative;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding-left: 0;
}

    .mdl-radio.is-upgraded {
        padding-left: 24px;
    }

.mdl-radio, .mdl-radio__button {
    line-height: 24px;
}

    .mdl-radio.is-upgraded .mdl-radio__button {
        position: absolute;
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
        opacity: 0;
        -ms-appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        border: none;
    }

.mdl-radio__outer-circle {
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    border: 2px solid rgba(0,0,0,.54);
    border-radius: 50%;
    z-index: 2;
}

.mdl-radio.is-checked .mdl-radio__outer-circle {
    border: 2px solid rgb(63,81,181);
}

.mdl-radio.is-disabled .mdl-radio__outer-circle, .mdl-radio__outer-circle fieldset[disabled] .mdl-radio {
    border: 2px solid rgba(0,0,0,.26);
    cursor: auto;
}

.mdl-radio__inner-circle {
    position: absolute;
    z-index: 1;
    margin: 0;
    top: 8px;
    left: 4px;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    cursor: pointer;
    transition-duration: .28s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transform: scale3d(0,0,0);
    transform: scale3d(0,0,0);
    border-radius: 50%;
    background: rgb(63,81,181);
}

.mdl-radio.is-checked .mdl-radio__inner-circle {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.mdl-radio.is-disabled .mdl-radio__inner-circle, fieldset[disabled] .mdl-radio .mdl-radio__inner-circle {
    background: rgba(0,0,0,.26);
    cursor: auto;
}

.mdl-radio.is-focused .mdl-radio__inner-circle {
    box-shadow: 0 0 0 10px rgba(0,0,0,.1);
}

.mdl-radio__label {
    cursor: pointer;
}

.mdl-radio.is-disabled .mdl-radio__label, fieldset[disabled] .mdl-radio .mdl-radio__label {
    color: rgba(0,0,0,.26);
    cursor: auto;
}

.mdl-radio__ripple-container {
    position: absolute;
    z-index: 2;
    top: -9px;
    left: -13px;
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle,white,black);
}

    .mdl-radio__ripple-container .mdl-ripple {
        background: rgb(63,81,181);
    }

.mdl-radio.is-disabled .mdl-radio__ripple-container, fieldset[disabled] .mdl-radio .mdl-radio__ripple-container {
    cursor: auto;
}

    .mdl-radio.is-disabled .mdl-radio__ripple-container .mdl-ripple, fieldset[disabled] .mdl-radio .mdl-radio__ripple-container .mdl-ripple {
        background: 0 0;
    }

:root .mdl-slider.mdl-slider.is-upgraded, :-ms-input-placeholder {
    -ms-appearance: none;
    height: auto;
    margin: 0;
}

.mdl-slider {
    width: calc(100% - 40px);
    margin: 0 20px;
}

    .mdl-slider.is-upgraded {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 2px;
        background: 0 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        outline: 0;
        padding: 0;
        color: rgb(63,81,181);
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        z-index: 1;
        cursor: pointer;
    }

        .mdl-slider.is-upgraded::-moz-focus-outer {
            border: 0;
        }

        .mdl-slider.is-upgraded::-ms-tooltip {
            display: none;
        }

        .mdl-slider.is-upgraded::-webkit-slider-runnable-track {
            background: 0 0;
        }

        .mdl-slider.is-upgraded::-moz-range-track {
            background: 0 0;
            border: none;
        }

        .mdl-slider.is-upgraded::-ms-track {
            background: 0 0;
            color: transparent;
            height: 2px;
            width: 100%;
            border: none;
        }

        .mdl-slider.is-upgraded::-ms-fill-lower {
            padding: 0;
            background: linear-gradient(to right,transparent,transparent 16px,rgb(63,81,181)16px,rgb(63,81,181)0);
        }

        .mdl-slider.is-upgraded::-ms-fill-upper {
            padding: 0;
            background: linear-gradient(to left,transparent,transparent 16px,rgba(0,0,0,.26)16px,rgba(0,0,0,.26)0);
        }

        .mdl-slider.is-upgraded::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 12px;
            height: 12px;
            box-sizing: border-box;
            border-radius: 50%;
            background: rgb(63,81,181);
            border: none;
            transition: transform .18s cubic-bezier(.4,0,.2,1),border .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1);
            transition: transform .18s cubic-bezier(.4,0,.2,1),border .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1);
        }

        .mdl-slider.is-upgraded::-moz-range-thumb {
            -moz-appearance: none;
            width: 12px;
            height: 12px;
            box-sizing: border-box;
            border-radius: 50%;
            background-image: none;
            background: rgb(63,81,181);
            border: none;
        }

        .mdl-slider.is-upgraded:focus:not(:active)::-webkit-slider-thumb {
            box-shadow: 0 0 0 10px rgba(63,81,181,.26);
        }

        .mdl-slider.is-upgraded:focus:not(:active)::-moz-range-thumb {
            box-shadow: 0 0 0 10px rgba(63,81,181,.26);
        }

        .mdl-slider.is-upgraded:active::-webkit-slider-thumb {
            background-image: none;
            background: rgb(63,81,181);
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
        }

        .mdl-slider.is-upgraded:active::-moz-range-thumb {
            background-image: none;
            background: rgb(63,81,181);
            transform: scale(1.5);
        }

        .mdl-slider.is-upgraded::-ms-thumb {
            width: 32px;
            height: 32px;
            border: none;
            border-radius: 50%;
            background: rgb(63,81,181);
            transform: scale(.375);
            transition: transform .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1);
            transition: transform .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1);
        }

        .mdl-slider.is-upgraded:focus:not(:active)::-ms-thumb {
            background: radial-gradient(circle closest-side,rgb(63,81,181)0%,rgb(63,81,181)37.5%,rgba(63,81,181,.26)37.5%,rgba(63,81,181,.26)100%);
            transform: scale(1);
        }

        .mdl-slider.is-upgraded:active::-ms-thumb {
            background: rgb(63,81,181);
            transform: scale(.5625);
        }

        .mdl-slider.is-upgraded.is-lowest-value::-webkit-slider-thumb {
            border: 2px solid rgba(0,0,0,.26);
            background: 0 0;
        }

        .mdl-slider.is-upgraded.is-lowest-value::-moz-range-thumb {
            border: 2px solid rgba(0,0,0,.26);
            background: 0 0;
        }

        .mdl-slider.is-upgraded.is-lowest-value + .mdl-slider__background-flex > .mdl-slider__background-upper {
            left: 6px;
        }

        .mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-webkit-slider-thumb {
            box-shadow: 0 0 0 10px rgba(0,0,0,.12);
            background: rgba(0,0,0,.12);
        }

        .mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-moz-range-thumb {
            box-shadow: 0 0 0 10px rgba(0,0,0,.12);
            background: rgba(0,0,0,.12);
        }

        .mdl-slider.is-upgraded.is-lowest-value:active::-webkit-slider-thumb {
            border: 1.6px solid rgba(0,0,0,.26);
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
        }

        .mdl-slider.is-upgraded.is-lowest-value:active + .mdl-slider__background-flex > .mdl-slider__background-upper {
            left: 9px;
        }

        .mdl-slider.is-upgraded.is-lowest-value:active::-moz-range-thumb {
            border: 1.5px solid rgba(0,0,0,.26);
            transform: scale(1.5);
        }

        .mdl-slider.is-upgraded.is-lowest-value::-ms-thumb {
            background: radial-gradient(circle closest-side,transparent 0%,transparent 66.67%,rgba(0,0,0,.26)66.67%,rgba(0,0,0,.26)100%);
        }

        .mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-ms-thumb {
            background: radial-gradient(circle closest-side,rgba(0,0,0,.12)0%,rgba(0,0,0,.12)25%,rgba(0,0,0,.26)25%,rgba(0,0,0,.26)37.5%,rgba(0,0,0,.12)37.5%,rgba(0,0,0,.12)100%);
            transform: scale(1);
        }

        .mdl-slider.is-upgraded.is-lowest-value:active::-ms-thumb {
            transform: scale(.5625);
            background: radial-gradient(circle closest-side,transparent 0%,transparent 77.78%,rgba(0,0,0,.26)77.78%,rgba(0,0,0,.26)100%);
        }

        .mdl-slider.is-upgraded.is-lowest-value::-ms-fill-lower {
            background: 0 0;
        }

        .mdl-slider.is-upgraded.is-lowest-value::-ms-fill-upper {
            margin-left: 6px;
        }

        .mdl-slider.is-upgraded.is-lowest-value:active::-ms-fill-upper {
            margin-left: 9px;
        }

        .mdl-slider.is-upgraded:disabled::-webkit-slider-thumb, .mdl-slider.is-upgraded:disabled:active::-webkit-slider-thumb, .mdl-slider.is-upgraded:disabled:focus::-webkit-slider-thumb {
            -webkit-transform: scale(.667);
            transform: scale(.667);
            background: rgba(0,0,0,.26);
        }

        .mdl-slider.is-upgraded:disabled::-moz-range-thumb, .mdl-slider.is-upgraded:disabled:active::-moz-range-thumb, .mdl-slider.is-upgraded:disabled:focus::-moz-range-thumb {
            transform: scale(.667);
            background: rgba(0,0,0,.26);
        }

        .mdl-slider.is-upgraded:disabled + .mdl-slider__background-flex > .mdl-slider__background-lower {
            background-color: rgba(0,0,0,.26);
            left: -6px;
        }

        .mdl-slider.is-upgraded:disabled + .mdl-slider__background-flex > .mdl-slider__background-upper {
            left: 6px;
        }

        .mdl-slider.is-upgraded.is-lowest-value:disabled::-webkit-slider-thumb, .mdl-slider.is-upgraded.is-lowest-value:disabled:active::-webkit-slider-thumb, .mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-webkit-slider-thumb {
            border: 3px solid rgba(0,0,0,.26);
            background: 0 0;
            -webkit-transform: scale(.667);
            transform: scale(.667);
        }

        .mdl-slider.is-upgraded.is-lowest-value:disabled::-moz-range-thumb, .mdl-slider.is-upgraded.is-lowest-value:disabled:active::-moz-range-thumb, .mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-moz-range-thumb {
            border: 3px solid rgba(0,0,0,.26);
            background: 0 0;
            transform: scale(.667);
        }

        .mdl-slider.is-upgraded.is-lowest-value:disabled:active + .mdl-slider__background-flex > .mdl-slider__background-upper {
            left: 6px;
        }

        .mdl-slider.is-upgraded:disabled::-ms-thumb, .mdl-slider.is-upgraded:disabled:active::-ms-thumb, .mdl-slider.is-upgraded:disabled:focus::-ms-thumb {
            transform: scale(.25);
            background: rgba(0,0,0,.26);
        }

        .mdl-slider.is-upgraded.is-lowest-value:disabled::-ms-thumb, .mdl-slider.is-upgraded.is-lowest-value:disabled:active::-ms-thumb, .mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-ms-thumb {
            transform: scale(.25);
            background: radial-gradient(circle closest-side,transparent 0%,transparent 50%,rgba(0,0,0,.26)50%,rgba(0,0,0,.26)100%);
        }

        .mdl-slider.is-upgraded:disabled::-ms-fill-lower {
            margin-right: 6px;
            background: linear-gradient(to right,transparent,transparent 25px,rgba(0,0,0,.26)25px,rgba(0,0,0,.26)0);
        }

        .mdl-slider.is-upgraded:disabled::-ms-fill-upper {
            margin-left: 6px;
        }

        .mdl-slider.is-upgraded.is-lowest-value:disabled:active::-ms-fill-upper {
            margin-left: 6px;
        }

.mdl-slider__ie-container {
    height: 18px;
    overflow: visible;
    border: none;
    margin: none;
    padding: none;
}

.mdl-slider__background-flex, .mdl-slider__container {
    background: 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mdl-slider__container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 18px;
    position: relative;
}

.mdl-slider__background-flex {
    position: absolute;
    height: 2px;
    width: calc(100% - 52px);
    top: 50%;
    left: 0;
    margin: 0 26px;
    overflow: hidden;
    border: 0;
    padding: 0;
    -webkit-transform: translate(0,-1px);
    transform: translate(0,-1px);
}

.mdl-slider__background-lower, .mdl-slider__background-upper {
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    position: relative;
    border: 0;
    padding: 0;
}

.mdl-slider__background-lower {
    background: rgb(63,81,181);
}

.mdl-slider__background-upper {
    background: rgba(0,0,0,.26);
    transition: left .18s cubic-bezier(.4,0,.2,1);
}

.mdl-snackbar {
    position: fixed;
    bottom: 0;
    left: calc( 50% - 140px );
    margin-right: -50%;
    cursor: default;
    background-color: #323232;
    z-index: 10000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    will-change: transform;
    -webkit-transform: translate(0,80px);
    transform: translate(0,80px);
    transition: transform .25s cubic-bezier(.4,0,1,1);
    transition: transform .25s cubic-bezier(.4,0,1,1),-webkit-transform .25s cubic-bezier(.4,0,1,1);
    pointer-events: none;
    box-shadow: 0 0 6px rgba(255,255,255,.5), 0 0 1px rgba(255,255,255,.9);
}

@media (max-width:479px) {
    .mdl-snackbar {
        width: 100%;
        left: 0;
        min-height: 48px;
        max-height: 80px;
    }
}

@media (min-width:480px) {
    .mdl-snackbar {
        min-width: 288px;
        max-width: 568px;
        border-radius: 2px;
    }
}

.mdl-snackbar--active {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    pointer-events: auto;
    transition: transform .25s cubic-bezier(0,0,.2,1);
    transition: transform .25s cubic-bezier(0,0,.2,1),-webkit-transform .25s cubic-bezier(0,0,.2,1);
}

.mdl-snackbar__text {
    padding: 14px 24px;
    vertical-align: middle;
    color: #fff;
    text-align:center;
}

.mdl-snackbar__action {
    background: 0 0;
    border: none;
    color: rgb(255,64,129);
    padding: 14px 24px;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    overflow: hidden;
    outline: none;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}

    .mdl-snackbar__action::-moz-focus-inner {
        border: 0;
    }

    .mdl-snackbar__action:not([aria-hidden]) {
        opacity: 1;
        pointer-events: auto;
    }

.mdl-spinner {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
}

    .mdl-spinner:not(.is-upgraded).is-active:after {
        content: "Loading...";
    }

    .mdl-spinner.is-upgraded.is-active {
        -webkit-animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
        animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
    }

@-webkit-keyframes mdl-spinner__container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes mdl-spinner__container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.mdl-spinner__layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mdl-spinner__layer-1 {
    border-color: #42a5f5;
}

.mdl-spinner--single-color .mdl-spinner__layer-1, .mdl-spinner--single-color .mdl-spinner__layer-2, .mdl-spinner--single-color .mdl-spinner__layer-3, .mdl-spinner--single-color .mdl-spinner__layer-4 {
    border-color: rgb(63,81,181);
}

.mdl-spinner.is-active .mdl-spinner__layer-1 {
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-2 {
    border-color: #f44336;
}

.mdl-spinner.is-active .mdl-spinner__layer-2 {
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-3 {
    border-color: #fdd835;
}

.mdl-spinner.is-active .mdl-spinner__layer-3 {
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__layer-4 {
    border-color: #4caf50;
}

.mdl-spinner.is-active .mdl-spinner__layer-4 {
    -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;
}

@-webkit-keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@keyframes mdl-spinner__fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes mdl-spinner__layer-1-fade-in-out {
    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

@keyframes mdl-spinner__layer-1-fade-in-out {
    0%,25%,90%,to {
        opacity: .99;
    }

    26%,89% {
        opacity: 0;
    }
}

@-webkit-keyframes mdl-spinner__layer-2-fade-in-out {
    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-2-fade-in-out {
    0%,15%,51% {
        opacity: 0;
    }

    25%,50% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-3-fade-in-out {
    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-3-fade-in-out {
    0%,40%,76% {
        opacity: 0;
    }

    50%,75% {
        opacity: .99;
    }
}

@-webkit-keyframes mdl-spinner__layer-4-fade-in-out {
    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

@keyframes mdl-spinner__layer-4-fade-in-out {
    0%,65%,to {
        opacity: 0;
    }

    75%,90% {
        opacity: .99;
    }
}

.mdl-spinner__gap-patch {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .mdl-spinner__gap-patch .mdl-spinner__circle {
        width: 1000%;
        left: -450%;
    }

.mdl-spinner__circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .mdl-spinner__circle-clipper .mdl-spinner__circle {
        width: 200%;
    }

.mdl-spinner__circle {
    box-sizing: border-box;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mdl-spinner__left .mdl-spinner__circle {
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg);
}

.mdl-spinner.is-active .mdl-spinner__left .mdl-spinner__circle {
    -webkit-animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
}

.mdl-spinner__right .mdl-spinner__circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg);
}

.mdl-spinner.is-active .mdl-spinner__right .mdl-spinner__circle {
    -webkit-animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
    animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;
}

@-webkit-keyframes mdl-spinner__left-spin {
    0%,to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@keyframes mdl-spinner__left-spin {
    0%,to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes mdl-spinner__right-spin {
    0%,to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@keyframes mdl-spinner__right-spin {
    0%,to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

.mdl-switch {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 24px;
    margin: 0;
    padding: 0;
    overflow: visible;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .mdl-switch.is-upgraded {
        padding-left: 28px;
    }

.mdl-switch__input {
    line-height: 24px;
}

.mdl-switch.is-upgraded .mdl-switch__input {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
}

.mdl-switch__track {
    background: rgba(0,0,0,.26);
    position: absolute;
    left: 0;
    top: 5px;
    height: 14px;
    width: 36px;
    border-radius: 14px;
    cursor: pointer;
}

.mdl-switch.is-checked .mdl-switch__track {
    background: rgba(63,81,181,.5);
}

.mdl-switch.is-disabled .mdl-switch__track, .mdl-switch__track fieldset[disabled] .mdl-switch {
    background: rgba(0,0,0,.12);
    cursor: auto;
}

.mdl-switch__thumb {
    background: #fafafa;
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    transition-duration: .28s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: left;
}

.mdl-switch.is-checked .mdl-switch__thumb {
    background: rgb(63,81,181);
    left: 16px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12);
}

.mdl-switch.is-disabled .mdl-switch__thumb, .mdl-switch__thumb fieldset[disabled] .mdl-switch {
    background: #bdbdbd;
    cursor: auto;
}

.mdl-switch__focus-helper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-4px,-4px);
    transform: translate(-4px,-4px);
    display: inline-block;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: transparent;
}

.mdl-switch.is-focused .mdl-switch__focus-helper {
    box-shadow: 0 0 0 20px rgba(0,0,0,.1);
    background-color: rgba(0,0,0,.1);
}

.mdl-switch.is-focused.is-checked .mdl-switch__focus-helper {
    box-shadow: 0 0 0 20px rgba(63,81,181,.26);
    background-color: rgba(63,81,181,.26);
}

.mdl-switch__label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    left: 24px;
}

    .mdl-switch.is-disabled .mdl-switch__label, .mdl-switch__label fieldset[disabled] .mdl-switch {
        color: #bdbdbd;
        cursor: auto;
    }

.mdl-switch__ripple-container {
    position: absolute;
    z-index: 2;
    top: -12px;
    left: -14px;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle,white,black);
    transition-duration: .4s;
    transition-timing-function: step-end;
    transition-property: left;
}

    .mdl-switch__ripple-container .mdl-ripple {
        background: rgb(63,81,181);
    }

    .mdl-switch.is-disabled .mdl-switch__ripple-container, .mdl-switch__ripple-container fieldset[disabled] .mdl-switch {
        cursor: auto;
    }

        .mdl-switch.is-disabled .mdl-switch__ripple-container .mdl-ripple, fieldset[disabled] .mdl-switch .mdl-switch__ripple-container .mdl-ripple {
            background: 0 0;
        }

.mdl-switch.is-checked .mdl-switch__ripple-container {
    left: 2px;
}

.mdl-tabs {
    display: block;
    width: 100%;
}

.mdl-tabs__tab-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 48px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #dddddd;
}

.mdl-tabs__tab {
    margin: 0;
    border: none;
    padding: 0 15px;
    float: left;
    position: relative;
    display: block;
    text-decoration: none;
    height: 48px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: rgba(0,0,0,.54);
    overflow: hidden;
    max-width: 200px;
    margin:0 10px;
}

.mdl-tabs__tab:first-child
{
    margin-left:0;
}

.mdl-tabs__tab:last-child
{
    margin-right:0;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
    color: rgba(0,0,0,.87);
}

    .mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
        height: 2px;
        width: 100%;
        display: block;
        content: " ";
        bottom: 0;
        left: 0;
        position: absolute;
        background: #ff8839;
        -webkit-animation: border-expand .2s cubic-bezier(.4,0,.4,1).01s alternate forwards;
        animation: border-expand .2s cubic-bezier(.4,0,.4,1).01s alternate forwards;
        transition: all 1s cubic-bezier(.4,0,1,1);
    }

.mdl-tabs__tab .mdl-tabs__ripple-container {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}

    .mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
        background: #ff8839;
    }

.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active, .mdl-tabs__panel {
    display: block;
}

.mdl-tabs.is-upgraded .mdl-tabs__panel {
    display: none;
    padding:30px 15px;
}

@-webkit-keyframes border-expand {
    0% {
        opacity: 0;
        width: 0;
    }

    to {
        opacity: 1;
        width: 100%;
    }
}

@keyframes border-expand {
    0% {
        opacity: 0;
        width: 0;
    }

    to {
        opacity: 1;
        width: 100%;
    }
}

.mdl-textfield {
    position: relative;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    width: 300px;
    max-width: 100%;
    margin: 0;
    padding: 20px 0;
}

    .mdl-textfield .mdl-button {
        position: absolute;
        bottom: 20px;
    }

.mdl-textfield--align-right {
    text-align: right;
}

.mdl-textfield--full-width {
    width: 100%;
}

.mdl-textfield--expandable {
    min-width: 32px;
    width: auto;
    min-height: 32px;
}

.mdl-textfield__input {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.12);
    display: block;
    font-size: 16px;
    font-family: "Helvetica","Arial",sans-serif;
    margin: 0;
    padding: 4px 0;
    width: 100%;
    background: 0 0;
    text-align: left;
    color: inherit;
}

    .mdl-textfield__input[type=number] {
        -moz-appearance: textfield;
    }

        .mdl-textfield__input[type=number]::-webkit-inner-spin-button, .mdl-textfield__input[type=number]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

.mdl-textfield.is-focused .mdl-textfield__input {
    outline: none;
}

.mdl-textfield.is-invalid .mdl-textfield__input {
    border-color: #d50000;
    box-shadow: none;
}

.mdl-textfield.is-disabled .mdl-textfield__input, fieldset[disabled] .mdl-textfield .mdl-textfield__input {
    background-color: transparent;
    border-bottom: 1px dotted rgba(0,0,0,.12);
    color: rgba(0,0,0,.26);
}

.mdl-textfield textarea.mdl-textfield__input {
    display: block;
}

.mdl-textfield__label {
    bottom: 0;
    font-size: 16px;
    left: 0;
    right: 0;
    pointer-events: none;
    position: absolute;
    display: block;
    top: 24px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.mdl-textfield.is-dirty .mdl-textfield__label {
    visibility: hidden;
}

.mdl-textfield--floating-label .mdl-textfield__label {
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.mdl-textfield.is-disabled.is-disabled .mdl-textfield__label, .mdl-textfield__label, fieldset[disabled] .mdl-textfield .mdl-textfield__label {
    color: rgba(0,0,0,.26);
}

.mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.is-focused .mdl-textfield__label {
    color: rgb(63,81,181);
    font-size: 12px;
    top: 4px;
    visibility: visible;
}

.mdl-textfield--floating-label.is-dirty .mdl-textfield__expandable-holder .mdl-textfield__label, .mdl-textfield--floating-label.is-focused .mdl-textfield__expandable-holder .mdl-textfield__label {
    top: -16px;
}

.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
    color: #d50000;
    font-size: 12px;
}

.mdl-textfield__label:after {
    background-color: rgb(63,81,181);
    bottom: 20px;
    content: '';
    height: 2px;
    left: 45%;
    position: absolute;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    visibility: hidden;
    width: 10px;
}

.mdl-textfield.is-focused .mdl-textfield__label:after {
    left: 0;
    visibility: visible;
    width: 100%;
}

.mdl-textfield.is-invalid .mdl-textfield__label:after {
    background-color: #d50000;
}

.mdl-textfield__error {
    color: #d50000;
    position: absolute;
    font-size: 12px;
    margin-top: 3px;
    visibility: hidden;
    display: block;
}

.mdl-textfield.is-invalid .mdl-textfield__error {
    visibility: visible;
}

.mdl-textfield__expandable-holder {
    position: relative;
    margin-left: 32px;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    display: inline-block;
    max-width: .1px;
}

.mdl-textfield.is-dirty .mdl-textfield__expandable-holder, .mdl-textfield.is-focused .mdl-textfield__expandable-holder {
    max-width: 600px;
}

.mdl-textfield__expandable-holder .mdl-textfield__label:after {
    bottom: 0;
}

.mdl-tooltip {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    z-index: 999;
    background: rgba(97,97,97,.9);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    max-width: 170px;
    position: fixed;
    top: -500px;
    left: -500px;
    text-align: center;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    padding:15px
}

    .mdl-tooltip.is-active {
        -webkit-animation: pulse 200ms cubic-bezier(0,0,.2,1)forwards;
        animation: pulse 200ms cubic-bezier(0,0,.2,1)forwards;
    }

.mdl-tooltip--large {
    line-height: 14px;
    font-size: 14px;
    padding: 16px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(.99);
        transform: scale(.99);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(.99);
        transform: scale(.99);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }
}

.mdl-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.mdl-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12);
}

.mdl-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
}

.mdl-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2);
}

.mdl-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);
}

.mdl-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
}

.mdl-shadow--24dp {
    box-shadow: 0 9px 46px 8px rgba(0,0,0,.14),0 11px 15px -7px rgba(0,0,0,.12),0 24px 38px 3px rgba(0,0,0,.2);
}

.mdl-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .mdl-grid.mdl-grid--no-spacing {
        padding: 0;
    }

.mdl-cell {
    box-sizing: border-box;
}

.mdl-cell--top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.mdl-cell--middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.mdl-cell--bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.mdl-cell--stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.mdl-grid.mdl-grid--no-spacing > .mdl-cell {
    margin: 0;
}

.mdl-cell--order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.mdl-cell--order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.mdl-cell--order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.mdl-cell--order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.mdl-cell--order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

.mdl-cell--order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}

.mdl-cell--order-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}

.mdl-cell--order-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}

.mdl-cell--order-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}

.mdl-cell--order-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}

.mdl-cell--order-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}

.mdl-cell--order-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}

@media (max-width:479px) {
    .mdl-grid {
        padding: 8px;
    }

    .mdl-cell {
        margin: 8px;
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell {
        width: 100%;
    }

    .mdl-cell--hide-phone {
        display: none !important;
    }

    .mdl-cell--order-1-phone.mdl-cell--order-1-phone {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .mdl-cell--order-2-phone.mdl-cell--order-2-phone {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .mdl-cell--order-3-phone.mdl-cell--order-3-phone {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .mdl-cell--order-4-phone.mdl-cell--order-4-phone {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .mdl-cell--order-5-phone.mdl-cell--order-5-phone {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .mdl-cell--order-6-phone.mdl-cell--order-6-phone {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .mdl-cell--order-7-phone.mdl-cell--order-7-phone {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .mdl-cell--order-8-phone.mdl-cell--order-8-phone {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .mdl-cell--order-9-phone.mdl-cell--order-9-phone {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .mdl-cell--order-10-phone.mdl-cell--order-10-phone {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .mdl-cell--order-11-phone.mdl-cell--order-11-phone {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .mdl-cell--order-12-phone.mdl-cell--order-12-phone {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .mdl-cell--1-col, .mdl-cell--1-col-phone.mdl-cell--1-col-phone {
        width: calc(25% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--1-col, .mdl-grid--no-spacing > .mdl-cell--1-col-phone.mdl-cell--1-col-phone {
        width: 25%;
    }

    .mdl-cell--2-col, .mdl-cell--2-col-phone.mdl-cell--2-col-phone {
        width: calc(50% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--2-col, .mdl-grid--no-spacing > .mdl-cell--2-col-phone.mdl-cell--2-col-phone {
        width: 50%;
    }

    .mdl-cell--3-col, .mdl-cell--3-col-phone.mdl-cell--3-col-phone {
        width: calc(75% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--3-col, .mdl-grid--no-spacing > .mdl-cell--3-col-phone.mdl-cell--3-col-phone {
        width: 75%;
    }

    .mdl-cell--4-col, .mdl-cell--4-col-phone.mdl-cell--4-col-phone, .mdl-cell--5-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--4-col, .mdl-grid--no-spacing > .mdl-cell--4-col-phone.mdl-cell--4-col-phone {
        width: 100%;
    }

    .mdl-cell--5-col-phone.mdl-cell--5-col-phone {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--5-col, .mdl-grid--no-spacing > .mdl-cell--5-col-phone.mdl-cell--5-col-phone {
        width: 100%;
    }

    .mdl-cell--6-col, .mdl-cell--6-col-phone.mdl-cell--6-col-phone, .mdl-cell--7-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--6-col, .mdl-grid--no-spacing > .mdl-cell--6-col-phone.mdl-cell--6-col-phone {
        width: 100%;
    }

    .mdl-cell--7-col-phone.mdl-cell--7-col-phone {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--7-col, .mdl-grid--no-spacing > .mdl-cell--7-col-phone.mdl-cell--7-col-phone {
        width: 100%;
    }

    .mdl-cell--8-col, .mdl-cell--8-col-phone.mdl-cell--8-col-phone, .mdl-cell--9-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--8-col, .mdl-grid--no-spacing > .mdl-cell--8-col-phone.mdl-cell--8-col-phone {
        width: 100%;
    }

    .mdl-cell--9-col-phone.mdl-cell--9-col-phone {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--9-col, .mdl-grid--no-spacing > .mdl-cell--9-col-phone.mdl-cell--9-col-phone {
        width: 100%;
    }

    .mdl-cell--10-col, .mdl-cell--10-col-phone.mdl-cell--10-col-phone, .mdl-cell--11-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--10-col, .mdl-grid--no-spacing > .mdl-cell--10-col-phone.mdl-cell--10-col-phone {
        width: 100%;
    }

    .mdl-cell--11-col-phone.mdl-cell--11-col-phone {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--11-col, .mdl-grid--no-spacing > .mdl-cell--11-col-phone.mdl-cell--11-col-phone {
        width: 100%;
    }

    .mdl-cell--12-col, .mdl-cell--12-col-phone.mdl-cell--12-col-phone {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--12-col, .mdl-grid--no-spacing > .mdl-cell--12-col-phone.mdl-cell--12-col-phone {
        width: 100%;
    }

    .mdl-cell--1-offset, .mdl-cell--1-offset-phone.mdl-cell--1-offset-phone {
        margin-left: calc(25% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--1-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--1-offset-phone.mdl-cell--1-offset-phone {
        margin-left: 25%;
    }

    .mdl-cell--2-offset, .mdl-cell--2-offset-phone.mdl-cell--2-offset-phone {
        margin-left: calc(50% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--2-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--2-offset-phone.mdl-cell--2-offset-phone {
        margin-left: 50%;
    }

    .mdl-cell--3-offset, .mdl-cell--3-offset-phone.mdl-cell--3-offset-phone {
        margin-left: calc(75% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--3-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--3-offset-phone.mdl-cell--3-offset-phone {
        margin-left: 75%;
    }
}

@media (min-width:480px) and (max-width:839px) {
    .mdl-grid {
        padding: 8px;
    }

    .mdl-cell {
        margin: 8px;
        width: calc(50% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell {
        width: 50%;
    }

    .mdl-cell--hide-tablet {
        display: none !important;
    }

    .mdl-cell--order-1-tablet.mdl-cell--order-1-tablet {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .mdl-cell--order-2-tablet.mdl-cell--order-2-tablet {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .mdl-cell--order-3-tablet.mdl-cell--order-3-tablet {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .mdl-cell--order-4-tablet.mdl-cell--order-4-tablet {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .mdl-cell--order-5-tablet.mdl-cell--order-5-tablet {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .mdl-cell--order-6-tablet.mdl-cell--order-6-tablet {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .mdl-cell--order-7-tablet.mdl-cell--order-7-tablet {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .mdl-cell--order-8-tablet.mdl-cell--order-8-tablet {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .mdl-cell--order-9-tablet.mdl-cell--order-9-tablet {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .mdl-cell--order-10-tablet.mdl-cell--order-10-tablet {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .mdl-cell--order-11-tablet.mdl-cell--order-11-tablet {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .mdl-cell--order-12-tablet.mdl-cell--order-12-tablet {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .mdl-cell--1-col, .mdl-cell--1-col-tablet.mdl-cell--1-col-tablet {
        width: calc(12.5% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--1-col, .mdl-grid--no-spacing > .mdl-cell--1-col-tablet.mdl-cell--1-col-tablet {
        width: 12.5%;
    }

    .mdl-cell--2-col, .mdl-cell--2-col-tablet.mdl-cell--2-col-tablet {
        width: calc(25% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--2-col, .mdl-grid--no-spacing > .mdl-cell--2-col-tablet.mdl-cell--2-col-tablet {
        width: 25%;
    }

    .mdl-cell--3-col, .mdl-cell--3-col-tablet.mdl-cell--3-col-tablet {
        width: calc(37.5% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--3-col, .mdl-grid--no-spacing > .mdl-cell--3-col-tablet.mdl-cell--3-col-tablet {
        width: 37.5%;
    }

    .mdl-cell--4-col, .mdl-cell--4-col-tablet.mdl-cell--4-col-tablet {
        width: calc(50% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--4-col, .mdl-grid--no-spacing > .mdl-cell--4-col-tablet.mdl-cell--4-col-tablet {
        width: 50%;
    }

    .mdl-cell--5-col, .mdl-cell--5-col-tablet.mdl-cell--5-col-tablet {
        width: calc(62.5% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--5-col, .mdl-grid--no-spacing > .mdl-cell--5-col-tablet.mdl-cell--5-col-tablet {
        width: 62.5%;
    }

    .mdl-cell--6-col, .mdl-cell--6-col-tablet.mdl-cell--6-col-tablet {
        width: calc(75% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--6-col, .mdl-grid--no-spacing > .mdl-cell--6-col-tablet.mdl-cell--6-col-tablet {
        width: 75%;
    }

    .mdl-cell--7-col, .mdl-cell--7-col-tablet.mdl-cell--7-col-tablet {
        width: calc(87.5% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--7-col, .mdl-grid--no-spacing > .mdl-cell--7-col-tablet.mdl-cell--7-col-tablet {
        width: 87.5%;
    }

    .mdl-cell--8-col, .mdl-cell--8-col-tablet.mdl-cell--8-col-tablet, .mdl-cell--9-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--8-col, .mdl-grid--no-spacing > .mdl-cell--8-col-tablet.mdl-cell--8-col-tablet {
        width: 100%;
    }

    .mdl-cell--9-col-tablet.mdl-cell--9-col-tablet {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--9-col, .mdl-grid--no-spacing > .mdl-cell--9-col-tablet.mdl-cell--9-col-tablet {
        width: 100%;
    }

    .mdl-cell--10-col, .mdl-cell--10-col-tablet.mdl-cell--10-col-tablet, .mdl-cell--11-col {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--10-col, .mdl-grid--no-spacing > .mdl-cell--10-col-tablet.mdl-cell--10-col-tablet {
        width: 100%;
    }

    .mdl-cell--11-col-tablet.mdl-cell--11-col-tablet {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--11-col, .mdl-grid--no-spacing > .mdl-cell--11-col-tablet.mdl-cell--11-col-tablet {
        width: 100%;
    }

    .mdl-cell--12-col, .mdl-cell--12-col-tablet.mdl-cell--12-col-tablet {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--12-col, .mdl-grid--no-spacing > .mdl-cell--12-col-tablet.mdl-cell--12-col-tablet {
        width: 100%;
    }

    .mdl-cell--1-offset, .mdl-cell--1-offset-tablet.mdl-cell--1-offset-tablet {
        margin-left: calc(12.5% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--1-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--1-offset-tablet.mdl-cell--1-offset-tablet {
        margin-left: 12.5%;
    }

    .mdl-cell--2-offset, .mdl-cell--2-offset-tablet.mdl-cell--2-offset-tablet {
        margin-left: calc(25% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--2-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--2-offset-tablet.mdl-cell--2-offset-tablet {
        margin-left: 25%;
    }

    .mdl-cell--3-offset, .mdl-cell--3-offset-tablet.mdl-cell--3-offset-tablet {
        margin-left: calc(37.5% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--3-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--3-offset-tablet.mdl-cell--3-offset-tablet {
        margin-left: 37.5%;
    }

    .mdl-cell--4-offset, .mdl-cell--4-offset-tablet.mdl-cell--4-offset-tablet {
        margin-left: calc(50% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--4-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--4-offset-tablet.mdl-cell--4-offset-tablet {
        margin-left: 50%;
    }

    .mdl-cell--5-offset, .mdl-cell--5-offset-tablet.mdl-cell--5-offset-tablet {
        margin-left: calc(62.5% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--5-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--5-offset-tablet.mdl-cell--5-offset-tablet {
        margin-left: 62.5%;
    }

    .mdl-cell--6-offset, .mdl-cell--6-offset-tablet.mdl-cell--6-offset-tablet {
        margin-left: calc(75% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--6-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--6-offset-tablet.mdl-cell--6-offset-tablet {
        margin-left: 75%;
    }

    .mdl-cell--7-offset, .mdl-cell--7-offset-tablet.mdl-cell--7-offset-tablet {
        margin-left: calc(87.5% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--7-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--7-offset-tablet.mdl-cell--7-offset-tablet {
        margin-left: 87.5%;
    }
}

@media (min-width:840px) {
    .mdl-grid {
        padding: 8px;
    }

    .mdl-cell {
        margin: 8px;
        width: calc(33.3333333333% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell {
        width: 33.3333333333%;
    }

    .mdl-cell--hide-desktop {
        display: none !important;
    }

    .mdl-cell--order-1-desktop.mdl-cell--order-1-desktop {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .mdl-cell--order-2-desktop.mdl-cell--order-2-desktop {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .mdl-cell--order-3-desktop.mdl-cell--order-3-desktop {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .mdl-cell--order-4-desktop.mdl-cell--order-4-desktop {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .mdl-cell--order-5-desktop.mdl-cell--order-5-desktop {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .mdl-cell--order-6-desktop.mdl-cell--order-6-desktop {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .mdl-cell--order-7-desktop.mdl-cell--order-7-desktop {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .mdl-cell--order-8-desktop.mdl-cell--order-8-desktop {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .mdl-cell--order-9-desktop.mdl-cell--order-9-desktop {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .mdl-cell--order-10-desktop.mdl-cell--order-10-desktop {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .mdl-cell--order-11-desktop.mdl-cell--order-11-desktop {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .mdl-cell--order-12-desktop.mdl-cell--order-12-desktop {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .mdl-cell--1-col, .mdl-cell--1-col-desktop.mdl-cell--1-col-desktop {
        width: calc(8.3333333333% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--1-col, .mdl-grid--no-spacing > .mdl-cell--1-col-desktop.mdl-cell--1-col-desktop {
        width: 8.3333333333%;
    }

    .mdl-cell--2-col, .mdl-cell--2-col-desktop.mdl-cell--2-col-desktop {
        width: calc(16.6666666667% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--2-col, .mdl-grid--no-spacing > .mdl-cell--2-col-desktop.mdl-cell--2-col-desktop {
        width: 16.6666666667%;
    }

    .mdl-cell--3-col, .mdl-cell--3-col-desktop.mdl-cell--3-col-desktop {
        width: calc(25% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--3-col, .mdl-grid--no-spacing > .mdl-cell--3-col-desktop.mdl-cell--3-col-desktop {
        width: 25%;
    }

    .mdl-cell--4-col, .mdl-cell--4-col-desktop.mdl-cell--4-col-desktop {
        width: calc(33.3333333333% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--4-col, .mdl-grid--no-spacing > .mdl-cell--4-col-desktop.mdl-cell--4-col-desktop {
        width: 33.3333333333%;
    }

    .mdl-cell--5-col, .mdl-cell--5-col-desktop.mdl-cell--5-col-desktop {
        width: calc(41.6666666667% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--5-col, .mdl-grid--no-spacing > .mdl-cell--5-col-desktop.mdl-cell--5-col-desktop {
        width: 41.6666666667%;
    }

    .mdl-cell--6-col, .mdl-cell--6-col-desktop.mdl-cell--6-col-desktop {
        width: calc(50% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--6-col, .mdl-grid--no-spacing > .mdl-cell--6-col-desktop.mdl-cell--6-col-desktop {
        width: 50%;
    }

    .mdl-cell--7-col, .mdl-cell--7-col-desktop.mdl-cell--7-col-desktop {
        width: calc(58.3333333333% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--7-col, .mdl-grid--no-spacing > .mdl-cell--7-col-desktop.mdl-cell--7-col-desktop {
        width: 58.3333333333%;
    }

    .mdl-cell--8-col, .mdl-cell--8-col-desktop.mdl-cell--8-col-desktop {
        width: calc(66.6666666667% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--8-col, .mdl-grid--no-spacing > .mdl-cell--8-col-desktop.mdl-cell--8-col-desktop {
        width: 66.6666666667%;
    }

    .mdl-cell--9-col, .mdl-cell--9-col-desktop.mdl-cell--9-col-desktop {
        width: calc(75% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--9-col, .mdl-grid--no-spacing > .mdl-cell--9-col-desktop.mdl-cell--9-col-desktop {
        width: 75%;
    }

    .mdl-cell--10-col, .mdl-cell--10-col-desktop.mdl-cell--10-col-desktop {
        width: calc(83.3333333333% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--10-col, .mdl-grid--no-spacing > .mdl-cell--10-col-desktop.mdl-cell--10-col-desktop {
        width: 83.3333333333%;
    }

    .mdl-cell--11-col, .mdl-cell--11-col-desktop.mdl-cell--11-col-desktop {
        width: calc(91.6666666667% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--11-col, .mdl-grid--no-spacing > .mdl-cell--11-col-desktop.mdl-cell--11-col-desktop {
        width: 91.6666666667%;
    }

    .mdl-cell--12-col, .mdl-cell--12-col-desktop.mdl-cell--12-col-desktop {
        width: calc(100% - 16px);
    }

    .mdl-grid--no-spacing > .mdl-cell--12-col, .mdl-grid--no-spacing > .mdl-cell--12-col-desktop.mdl-cell--12-col-desktop {
        width: 100%;
    }

    .mdl-cell--1-offset, .mdl-cell--1-offset-desktop.mdl-cell--1-offset-desktop {
        margin-left: calc(8.3333333333% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--1-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--1-offset-desktop.mdl-cell--1-offset-desktop {
        margin-left: 8.3333333333%;
    }

    .mdl-cell--2-offset, .mdl-cell--2-offset-desktop.mdl-cell--2-offset-desktop {
        margin-left: calc(16.6666666667% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--2-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--2-offset-desktop.mdl-cell--2-offset-desktop {
        margin-left: 16.6666666667%;
    }

    .mdl-cell--3-offset, .mdl-cell--3-offset-desktop.mdl-cell--3-offset-desktop {
        margin-left: calc(25% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--3-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--3-offset-desktop.mdl-cell--3-offset-desktop {
        margin-left: 25%;
    }

    .mdl-cell--4-offset, .mdl-cell--4-offset-desktop.mdl-cell--4-offset-desktop {
        margin-left: calc(33.3333333333% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--4-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--4-offset-desktop.mdl-cell--4-offset-desktop {
        margin-left: 33.3333333333%;
    }

    .mdl-cell--5-offset, .mdl-cell--5-offset-desktop.mdl-cell--5-offset-desktop {
        margin-left: calc(41.6666666667% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--5-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--5-offset-desktop.mdl-cell--5-offset-desktop {
        margin-left: 41.6666666667%;
    }

    .mdl-cell--6-offset, .mdl-cell--6-offset-desktop.mdl-cell--6-offset-desktop {
        margin-left: calc(50% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--6-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--6-offset-desktop.mdl-cell--6-offset-desktop {
        margin-left: 50%;
    }

    .mdl-cell--7-offset, .mdl-cell--7-offset-desktop.mdl-cell--7-offset-desktop {
        margin-left: calc(58.3333333333% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--7-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--7-offset-desktop.mdl-cell--7-offset-desktop {
        margin-left: 58.3333333333%;
    }

    .mdl-cell--8-offset, .mdl-cell--8-offset-desktop.mdl-cell--8-offset-desktop {
        margin-left: calc(66.6666666667% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--8-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--8-offset-desktop.mdl-cell--8-offset-desktop {
        margin-left: 66.6666666667%;
    }

    .mdl-cell--9-offset, .mdl-cell--9-offset-desktop.mdl-cell--9-offset-desktop {
        margin-left: calc(75% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--9-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--9-offset-desktop.mdl-cell--9-offset-desktop {
        margin-left: 75%;
    }

    .mdl-cell--10-offset, .mdl-cell--10-offset-desktop.mdl-cell--10-offset-desktop {
        margin-left: calc(83.3333333333% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--10-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--10-offset-desktop.mdl-cell--10-offset-desktop {
        margin-left: 83.3333333333%;
    }

    .mdl-cell--11-offset, .mdl-cell--11-offset-desktop.mdl-cell--11-offset-desktop {
        margin-left: calc(91.6666666667% + 8px);
    }

    .mdl-grid.mdl-grid--no-spacing > .mdl-cell--11-offset, .mdl-grid.mdl-grid--no-spacing > .mdl-cell--11-offset-desktop.mdl-cell--11-offset-desktop {
        margin-left: 91.6666666667%;
    }
}

body {
    margin: 0;
}

.styleguide-demo h1 {
    margin: 48px 24px 0;
}

    .styleguide-demo h1:after {
        content: '';
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(0,0,0,.5);
        margin-top: 24px;
    }

.styleguide-demo {
    opacity: 0;
    transition: opacity .6s ease;
}

.styleguide-masthead {
    height: 256px;
    background: #212121;
    padding: 115px 16px 0;
}

.styleguide-container {
    position: relative;
    max-width: 960px;
    width: 100%;
}

.styleguide-title {
    color: #fff;
    bottom: auto;
    position: relative;
    font-size: 56px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.02em;
}

    .styleguide-title:after {
        border-bottom: 0;
    }

    .styleguide-title span {
        font-weight: 400;
    }

.mdl-styleguide .mdl-layout__drawer .mdl-navigation__link {
    padding: 10px 24px;
}

.demosLoaded .styleguide-demo {
    opacity: 1;
}

iframe {
    display: block;
    width: 100%;
    border: none;
}

    iframe.heightSet {
        overflow: hidden;
    }

.demo-wrapper {
    margin: 24px;
}

    .demo-wrapper iframe {
        border: 1px solid rgba(0,0,0,.5);
    }

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ffd5b9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 136, 57, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #14854B;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(20, 133, 75, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #14854B;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2314854B' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #14854B;
  box-shadow: 0 0 0 0.2rem rgba(20, 133, 75, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #14854B;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2314854B' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #14854B;
  box-shadow: 0 0 0 0.2rem rgba(20, 133, 75, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #14854B;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #14854B;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #14854B;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #1bb164;
  background-color: #1bb164;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(20, 133, 75, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #14854B;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #14854B;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #14854B;
  box-shadow: 0 0 0 0.2rem rgba(20, 133, 75, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 500;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 136, 57, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #212529;
  background-color: #ff8839;
  border-color: #ff8839;
}
.btn-primary:hover {
  color: #fff;
  background-color: #ff7113;
  border-color: #ff6906;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 121, 55, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #ff8839;
  border-color: #ff8839;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff6906;
  border-color: #f86300;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 121, 55, 0.5);
}

.btn-blue {
  color: #fff;
  background-color: #0c62aa;
  border-color: #0c62aa;
}
.btn-blue:hover {
  color: #fff;
  background-color: #094d86;
  border-color: #09477a;
}
.btn-blue:focus, .btn-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 122, 183, 0.5);
}
.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #0c62aa;
  border-color: #0c62aa;
}
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #09477a;
  border-color: #08406e;
}
.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 122, 183, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #383d42;
  border-color: #32373b;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #32373b;
  border-color: #2c3034;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #14854B;
  border-color: #14854B;
}
.btn-success:hover {
  color: #fff;
  background-color: #0f6438;
  border-color: #0d5932;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 151, 102, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #14854B;
  border-color: #14854B;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #0d5932;
  border-color: #0c4e2c;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 151, 102, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-pink {
  color: #fff;
  background-color: #ff4081;
  border-color: #ff4081;
}
.btn-pink:hover {
  color: #fff;
  background-color: #ff1a68;
  border-color: #ff0d5f;
}
.btn-pink:focus, .btn-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 93, 148, 0.5);
}
.btn-pink.disabled, .btn-pink:disabled {
  color: #fff;
  background-color: #ff4081;
  border-color: #ff4081;
}
.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active, .show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #ff0d5f;
  border-color: #ff0057;
}
.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 93, 148, 0.5);
}

.btn-outline-primary {
  color: #ff8839;
  border-color: #ff8839;
}
.btn-outline-primary:hover {
  color: #212529;
  background-color: #ff8839;
  border-color: #ff8839;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 136, 57, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ff8839;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #ff8839;
  border-color: #ff8839;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 136, 57, 0.5);
}

.btn-outline-blue {
  color: #0c62aa;
  border-color: #0c62aa;
}
.btn-outline-blue:hover {
  color: #fff;
  background-color: #0c62aa;
  border-color: #0c62aa;
}
.btn-outline-blue:focus, .btn-outline-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 98, 170, 0.5);
}
.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #0c62aa;
  background-color: transparent;
}
.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #0c62aa;
  border-color: #0c62aa;
}
.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 98, 170, 0.5);
}

.btn-outline-secondary {
  color: #495057;
  border-color: #495057;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #495057;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}

.btn-outline-success {
  color: #14854B;
  border-color: #14854B;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #14854B;
  border-color: #14854B;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 133, 75, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #14854B;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #14854B;
  border-color: #14854B;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 133, 75, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-pink {
  color: #ff4081;
  border-color: #ff4081;
}
.btn-outline-pink:hover {
  color: #fff;
  background-color: #ff4081;
  border-color: #ff4081;
}
.btn-outline-pink:focus, .btn-outline-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 64, 129, 0.5);
}
.btn-outline-pink.disabled, .btn-outline-pink:disabled {
  color: #ff4081;
  background-color: transparent;
}
.btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-pink.dropdown-toggle {
  color: #fff;
  background-color: #ff4081;
  border-color: #ff4081;
}
.btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 64, 129, 0.5);
}

.btn-link {
  font-weight: 500;
  color: #ff8839;
  text-decoration: none;
}
.btn-link:hover {
  color: #ec5e00;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 500;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ff8839;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ff8839;
  background-color: #ff8839;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 136, 57, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ffd5b9;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fff3ec;
  border-color: #fff3ec;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #ff8839;
  background-color: #ff8839;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 136, 57, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 136, 57, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 136, 57, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 136, 57, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #ffd5b9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 136, 57, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #ffd5b9;
  box-shadow: 0 0 0 0.2rem rgba(255, 136, 57, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 136, 57, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 136, 57, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 136, 57, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ff8839;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #fff3ec;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ff8839;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #fff3ec;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #ff8839;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #fff3ec;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ff8839;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #212529;
  background-color: #ff8839;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #212529;
  background-color: #ff6906;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 136, 57, 0.5);
}

.badge-blue {
  color: #fff;
  background-color: #0c62aa;
}
a.badge-blue:hover, a.badge-blue:focus {
  color: #fff;
  background-color: #09477a;
}
a.badge-blue:focus, a.badge-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 98, 170, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #495057;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #32373b;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #14854B;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #0d5932;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(20, 133, 75, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-pink {
  color: #fff;
  background-color: #ff4081;
}
a.badge-pink:hover, a.badge-pink:focus {
  color: #fff;
  background-color: #ff0d5f;
}
a.badge-pink:focus, a.badge-pink.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 64, 129, 0.5);
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #85471e;
  background-color: #ffe7d7;
  border-color: #ffdec8;
}
.alert-primary hr {
  border-top-color: #ffcfaf;
}
.alert-primary .alert-link {
  color: #5b3115;
}

.alert-blue {
  color: #063358;
  background-color: #cee0ee;
  border-color: #bbd3e7;
}
.alert-blue hr {
  border-top-color: #a8c7e0;
}
.alert-blue .alert-link {
  color: #031728;
}

.alert-secondary {
  color: #262a2d;
  background-color: #dbdcdd;
  border-color: #ccced0;
}
.alert-secondary hr {
  border-top-color: #bfc1c4;
}
.alert-secondary .alert-link {
  color: #0f1011;
}

.alert-success {
  color: #0a4527;
  background-color: #d0e7db;
  border-color: #bdddcd;
}
.alert-success hr {
  border-top-color: #acd4c0;
}
.alert-success .alert-link {
  color: #04180e;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.alert-pink {
  color: #852143;
  background-color: #ffd9e6;
  border-color: #ffcadc;
}
.alert-pink hr {
  border-top-color: #ffb1cb;
}
.alert-pink .alert-link {
  color: #5c172e;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.bg-primary {
  background-color: #ff8839 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #ff6906 !important;
}

.bg-blue {
  background-color: #0c62aa !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #09477a !important;
}

.bg-secondary {
  background-color: #495057 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #32373b !important;
}

.bg-success {
  background-color: #14854B !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #0d5932 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-pink {
  background-color: #ff4081 !important;
}

a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #ff0d5f !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 500 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #ff8839 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #ec5e00 !important;
}

.text-blue {
  color: #0c62aa !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: #073963 !important;
}

.text-secondary {
  color: #495057 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #262a2d !important;
}

.text-success {
  color: #14854B !important;
}

a.text-success:hover, a.text-success:focus {
  color: #0a4326 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-pink {
  color: #ff4081 !important;
}

a.text-pink:hover, a.text-pink:focus {
  color: #f30053 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-abacus:before {
  content: "\f640";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acorn:before {
  content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-conditioner:before {
  content: "\f8f4";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-alarm-exclamation:before {
  content: "\f843";
}

.fa-alarm-plus:before {
  content: "\f844";
}

.fa-alarm-snooze:before {
  content: "\f845";
}

.fa-album:before {
  content: "\f89f";
}

.fa-album-collection:before {
  content: "\f8a0";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alicorn:before {
  content: "\f6b0";
}

.fa-alien:before {
  content: "\f8f5";
}

.fa-alien-monster:before {
  content: "\f8f6";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-slash:before {
  content: "\f846";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-amp-guitar:before {
  content: "\f8a1";
}

.fa-analytics:before {
  content: "\f643";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angel:before {
  content: "\f779";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-crate:before {
  content: "\f6b1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

.fa-arrow-alt-up:before {
  content: "\f357";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-square-down:before {
  content: "\f339";
}

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before {
  content: "\f33c";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badge-sheriff:before {
  content: "\f8a2";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-bags-shopping:before {
  content: "\f847";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

.fa-ballot-check:before {
  content: "\f733";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-banjo:before {
  content: "\f8a3";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-alt:before {
  content: "\f463";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-bed-alt:before {
  content: "\f8f7";
}

.fa-bed-bunk:before {
  content: "\f8f8";
}

.fa-bed-empty:before {
  content: "\f8f9";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-exclamation:before {
  content: "\f848";
}

.fa-bell-on:before {
  content: "\f8fa";
}

.fa-bell-plus:before {
  content: "\f849";
}

.fa-bell-school:before {
  content: "\f5d5";
}

.fa-bell-school-slash:before {
  content: "\f5d6";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bells:before {
  content: "\f77f";
}

.fa-betamax:before {
  content: "\f8a4";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-biking-mountain:before {
  content: "\f84b";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blinds:before {
  content: "\f8fb";
}

.fa-blinds-open:before {
  content: "\f8fc";
}

.fa-blinds-raised:before {
  content: "\f8fd";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-alt:before {
  content: "\f5d9";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-book-spells:before {
  content: "\f6b8";
}

.fa-book-user:before {
  content: "\f7e7";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-books:before {
  content: "\f5db";
}

.fa-books-medical:before {
  content: "\f7e8";
}

.fa-boombox:before {
  content: "\f8a5";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-bottom:before {
  content: "\f84d";
}

.fa-border-center-h:before {
  content: "\f89c";
}

.fa-border-center-v:before {
  content: "\f89d";
}

.fa-border-inner:before {
  content: "\f84e";
}

.fa-border-left:before {
  content: "\f84f";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-outer:before {
  content: "\f851";
}

.fa-border-right:before {
  content: "\f852";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-border-style-alt:before {
  content: "\f854";
}

.fa-border-top:before {
  content: "\f855";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-ballot:before {
  content: "\f735";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-brackets:before {
  content: "\f7e9";
}

.fa-brackets-curly:before {
  content: "\f7ea";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-loaf:before {
  content: "\f7eb";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-bring-forward:before {
  content: "\f856";
}

.fa-bring-front:before {
  content: "\f857";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bullseye-arrow:before {
  content: "\f648";
}

.fa-bullseye-pointer:before {
  content: "\f649";
}

.fa-burger-soda:before {
  content: "\f858";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-burrito:before {
  content: "\f7ed";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-bus-school:before {
  content: "\f5dd";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-cactus:before {
  content: "\f8a7";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calculator-alt:before {
  content: "\f64c";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-star:before {
  content: "\f736";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camcorder:before {
  content: "\f8a8";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

.fa-camera-home:before {
  content: "\f8fe";
}

.fa-camera-movie:before {
  content: "\f8a9";
}

.fa-camera-polaroid:before {
  content: "\f8aa";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-building:before {
  content: "\f859";
}

.fa-car-bump:before {
  content: "\f5e0";
}

.fa-car-bus:before {
  content: "\f85a";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mechanic:before {
  content: "\f5e3";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caravan-alt:before {
  content: "\e000";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cars:before {
  content: "\f85b";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cassette-tape:before {
  content: "\f8ab";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cat-space:before {
  content: "\e001";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cctv:before {
  content: "\f8ac";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-line-down:before {
  content: "\f64d";
}

.fa-chart-network:before {
  content: "\f78a";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-chart-pie-alt:before {
  content: "\f64e";
}

.fa-chart-scatter:before {
  content: "\f7ee";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-cheese-swiss:before {
  content: "\f7f0";
}

.fa-cheeseburger:before {
  content: "\f7f1";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chimney:before {
  content: "\f78b";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clarinet:before {
  content: "\f8ad";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

.fa-clipboard-user:before {
  content: "\f7f3";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-drizzle:before {
  content: "\f738";
}

.fa-cloud-hail:before {
  content: "\f739";
}

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-music:before {
  content: "\f8ae";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-rainbow:before {
  content: "\f73e";
}

.fa-cloud-showers:before {
  content: "\f73f";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sleet:before {
  content: "\f741";
}

.fa-cloud-snow:before {
  content: "\f742";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-coffee-pot:before {
  content: "\e002";
}

.fa-coffee-togo:before {
  content: "\f6c5";
}

.fa-coffin:before {
  content: "\f6c6";
}

.fa-coffin-cross:before {
  content: "\e051";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coin:before {
  content: "\f85c";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comet:before {
  content: "\e003";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-medical:before {
  content: "\f7f4";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-music:before {
  content: "\f8af";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-music:before {
  content: "\f8b0";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-comments-alt-dollar:before {
  content: "\f652";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compass-slash:before {
  content: "\f5e9";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-computer-classic:before {
  content: "\f8b1";
}

.fa-computer-speaker:before {
  content: "\f8b2";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-construction:before {
  content: "\f85d";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cowbell:before {
  content: "\f8b3";
}

.fa-cowbell-more:before {
  content: "\f8b4";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-croissant:before {
  content: "\f7f6";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-crutches:before {
  content: "\f7f8";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-debug:before {
  content: "\f7f9";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digging:before {
  content: "\f85e";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-disc-drive:before {
  content: "\f8b5";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-circle:before {
  content: "\f5ed";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-drone:before {
  content: "\f85f";
}

.fa-drone-alt:before {
  content: "\f860";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dryer:before {
  content: "\f861";
}

.fa-dryer-alt:before {
  content: "\f862";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-egg-fried:before {
  content: "\f7fc";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-evil:before {
  content: "\f6db";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fan-table:before {
  content: "\e004";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-farm:before {
  content: "\f864";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-faucet-drip:before {
  content: "\e006";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-certificate:before {
  content: "\f5f3";
}

.fa-file-chart-line:before {
  content: "\f659";
}

.fa-file-chart-pie:before {
  content: "\f65a";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-music:before {
  content: "\f8b6";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-search:before {
  content: "\f865";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-user:before {
  content: "\f65c";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-files-medical:before {
  content: "\f7fd";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-film-canister:before {
  content: "\f8b7";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-fireplace:before {
  content: "\f79a";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fish-cooked:before {
  content: "\f7fe";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-alt:before {
  content: "\f74c";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flame:before {
  content: "\f6df";
}

.fa-flashlight:before {
  content: "\f8b8";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flask-poison:before {
  content: "\f6e0";
}

.fa-flask-potion:before {
  content: "\f6e1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flower:before {
  content: "\f7ff";
}

.fa-flower-daffodil:before {
  content: "\f800";
}

.fa-flower-tulip:before {
  content: "\f801";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-flute:before {
  content: "\f8b9";
}

.fa-flux-capacitor:before {
  content: "\f8ba";
}

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-download:before {
  content: "\e053";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-folder-times:before {
  content: "\f65f";
}

.fa-folder-tree:before {
  content: "\f802";
}

.fa-folder-upload:before {
  content: "\e054";
}

.fa-folders:before {
  content: "\f660";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-font-case:before {
  content: "\f866";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-french-fries:before {
  content: "\f803";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frosty-head:before {
  content: "\f79b";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-galaxy:before {
  content: "\e008";
}

.fa-game-board:before {
  content: "\f867";
}

.fa-game-board-alt:before {
  content: "\f868";
}

.fa-game-console-handheld:before {
  content: "\f8bb";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gamepad-alt:before {
  content: "\f8bc";
}

.fa-garage:before {
  content: "\e009";
}

.fa-garage-car:before {
  content: "\e00a";
}

.fa-garage-open:before {
  content: "\e00b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass:before {
  content: "\f804";
}

.fa-glass-champagne:before {
  content: "\f79e";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-citrus:before {
  content: "\f869";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-globe-snow:before {
  content: "\f7a3";
}

.fa-globe-stand:before {
  content: "\f5f6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gramophone:before {
  content: "\f8bd";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-guitar-electric:before {
  content: "\f8be";
}

.fa-guitars:before {
  content: "\f8bf";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-h4:before {
  content: "\f86a";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-chef:before {
  content: "\f86b";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-headphones:before {
  content: "\f8c2";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-rate:before {
  content: "\f5f8";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-heat:before {
  content: "\e00c";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-alt:before {
  content: "\f80a";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-home-lg:before {
  content: "\f80b";
}

.fa-home-lg-alt:before {
  content: "\f80c";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-horizontal-rule:before {
  content: "\f86c";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-horse-saddle:before {
  content: "\f8c3";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hospitals:before {
  content: "\f80e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house:before {
  content: "\e00d";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-day:before {
  content: "\e00e";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-house-leave:before {
  content: "\e00f";
}

.fa-house-night:before {
  content: "\e010";
}

.fa-house-return:before {
  content: "\e011";
}

.fa-house-signal:before {
  content: "\e012";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-icons-alt:before {
  content: "\f86e";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-image-polaroid:before {
  content: "\f8c4";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-island-tropical:before {
  content: "\f811";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-joystick:before {
  content: "\f8c5";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-jug:before {
  content: "\f8c6";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-kazoo:before {
  content: "\f8c7";
}

.fa-kerning:before {
  content: "\f86f";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-lamp-desk:before {
  content: "\e014";
}

.fa-lamp-floor:before {
  content: "\e015";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lasso:before {
  content: "\f8c8";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-light-ceiling:before {
  content: "\e016";
}

.fa-light-switch:before {
  content: "\e017";
}

.fa-light-switch-off:before {
  content: "\e018";
}

.fa-light-switch-on:before {
  content: "\e019";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-line-columns:before {
  content: "\f870";
}

.fa-line-height:before {
  content: "\f871";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-music:before {
  content: "\f8c9";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location:before {
  content: "\f601";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-location-slash:before {
  content: "\f603";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-map-marker-times:before {
  content: "\f60e";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-meat:before {
  content: "\f814";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microphone-stand:before {
  content: "\f8cb";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-microwave:before {
  content: "\e01b";
}

.fa-mind-share:before {
  content: "\f677";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-money-check-edit:before {
  content: "\f872";
}

.fa-money-check-edit-alt:before {
  content: "\f873";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-moon-cloud:before {
  content: "\f754";
}

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-alt:before {
  content: "\f8cd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mp3-player:before {
  content: "\f8ce";
}

.fa-mug:before {
  content: "\f874";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-mug-tea:before {
  content: "\f875";
}

.fa-music:before {
  content: "\f001";
}

.fa-music-alt:before {
  content: "\f8cf";
}

.fa-music-alt-slash:before {
  content: "\f8d0";
}

.fa-music-slash:before {
  content: "\f8d1";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-outlet:before {
  content: "\e01c";
}

.fa-oven:before {
  content: "\e01d";
}

.fa-overline:before {
  content: "\f876";
}

.fa-page-break:before {
  content: "\f877";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paragraph-rtl:before {
  content: "\f878";
}

.fa-parking:before {
  content: "\f540";
}

.fa-parking-circle:before {
  content: "\f615";
}

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-laptop:before {
  content: "\f87a";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-rotary:before {
  content: "\f8d3";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-piano:before {
  content: "\f8d4";
}

.fa-piano-keyboard:before {
  content: "\f8d5";
}

.fa-pie:before {
  content: "\f705";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-planet-moon:before {
  content: "\e01f";
}

.fa-planet-ringed:before {
  content: "\e020";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-police-box:before {
  content: "\e021";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-portal-enter:before {
  content: "\e022";
}

.fa-portal-exit:before {
  content: "\e023";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-search:before {
  content: "\f81a";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-projector:before {
  content: "\f8d6";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radar:before {
  content: "\e024";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-radio:before {
  content: "\f8d7";
}

.fa-radio-alt:before {
  content: "\f8d8";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-raygun:before {
  content: "\e025";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-refrigerator:before {
  content: "\e026";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-rings-wedding:before {
  content: "\f81b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocket-launch:before {
  content: "\e027";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-router:before {
  content: "\f8da";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salad:before {
  content: "\f81e";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-sax-hot:before {
  content: "\f8db";
}

.fa-saxophone:before {
  content: "\f8dc";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-image:before {
  content: "\f8f3";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-send-back:before {
  content: "\f87e";
}

.fa-send-backward:before {
  content: "\f87f";
}

.fa-sensor:before {
  content: "\e028";
}

.fa-sensor-alert:before {
  content: "\e029";
}

.fa-sensor-fire:before {
  content: "\e02a";
}

.fa-sensor-on:before {
  content: "\e02b";
}

.fa-sensor-smoke:before {
  content: "\e02c";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal-alt:before {
  content: "\f690";
}

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signal-stream:before {
  content: "\f8dd";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-siren:before {
  content: "\e02d";
}

.fa-siren-on:before {
  content: "\e02e";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-cow:before {
  content: "\f8de";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snooze:before {
  content: "\f880";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-solar-system:before {
  content: "\e02f";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-alt:before {
  content: "\f883";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-circle:before {
  content: "\e030";
}

.fa-sort-circle-down:before {
  content: "\e031";
}

.fa-sort-circle-up:before {
  content: "\e032";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-shapes-down:before {
  content: "\f888";
}

.fa-sort-shapes-down-alt:before {
  content: "\f889";
}

.fa-sort-shapes-up:before {
  content: "\f88a";
}

.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}

.fa-sort-size-down:before {
  content: "\f88c";
}

.fa-sort-size-down-alt:before {
  content: "\f88d";
}

.fa-sort-size-up:before {
  content: "\f88e";
}

.fa-sort-size-up-alt:before {
  content: "\f88f";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-soup:before {
  content: "\f823";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-space-station-moon:before {
  content: "\e033";
}

.fa-space-station-moon-alt:before {
  content: "\e034";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-sparkles:before {
  content: "\f890";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker:before {
  content: "\f8df";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-speakers:before {
  content: "\f8e0";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-sprinkler:before {
  content: "\e035";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-star-shooting:before {
  content: "\e036";
}

.fa-starfighter:before {
  content: "\e037";
}

.fa-starfighter-alt:before {
  content: "\e038";
}

.fa-stars:before {
  content: "\f762";
}

.fa-starship:before {
  content: "\e039";
}

.fa-starship-freighter:before {
  content: "\e03a";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steak:before {
  content: "\f824";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-stretcher:before {
  content: "\f825";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunglasses:before {
  content: "\f892";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-sword-laser:before {
  content: "\e03b";
}

.fa-sword-laser-alt:before {
  content: "\e03c";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-swords-laser:before {
  content: "\e03d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-taco:before {
  content: "\f826";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tanakh:before {
  content: "\f827";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-tasks-alt:before {
  content: "\f828";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-telescope:before {
  content: "\e03e";
}

.fa-temperature-down:before {
  content: "\e03f";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-temperature-up:before {
  content: "\e040";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text:before {
  content: "\f893";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-size:before {
  content: "\f894";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-tilde:before {
  content: "\f69f";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-transporter:before {
  content: "\e042";
}

.fa-transporter-1:before {
  content: "\e043";
}

.fa-transporter-2:before {
  content: "\e044";
}

.fa-transporter-3:before {
  content: "\e045";
}

.fa-transporter-empty:before {
  content: "\e046";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-trash-undo:before {
  content: "\f895";
}

.fa-trash-undo-alt:before {
  content: "\f896";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-triangle-music:before {
  content: "\f8e2";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-trumpet:before {
  content: "\f8e3";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turntable:before {
  content: "\f8e4";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-alt:before {
  content: "\f8e5";
}

.fa-tv-music:before {
  content: "\f8e6";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typewriter:before {
  content: "\f8e7";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-ufo:before {
  content: "\e047";
}

.fa-ufo-beam:before {
  content: "\e048";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usb-drive:before {
  content: "\f8e9";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alien:before {
  content: "\e04a";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-cowboy:before {
  content: "\f8ea";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-hard-hat:before {
  content: "\f82c";
}

.fa-user-headset:before {
  content: "\f82d";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-md-chat:before {
  content: "\f82e";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-music:before {
  content: "\f8eb";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-robot:before {
  content: "\e04b";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-user-unlock:before {
  content: "\e058";
}

.fa-user-visor:before {
  content: "\e04c";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-users-medical:before {
  content: "\f830";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vacuum:before {
  content: "\e04d";
}

.fa-vacuum-robot:before {
  content: "\e04e";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-vhs:before {
  content: "\f8ec";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-violin:before {
  content: "\f8ed";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-wagon-covered:before {
  content: "\f8ee";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walkie-talkie:before {
  content: "\f8ef";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-washer:before {
  content: "\f898";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-calculator:before {
  content: "\f8f0";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-wave-sine:before {
  content: "\f899";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-wave-triangle:before {
  content: "\f89a";
}

.fa-waveform:before {
  content: "\f8f1";
}

.fa-waveform-path:before {
  content: "\f8f2";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-webcam:before {
  content: "\f832";
}

.fa-webcam-slash:before {
  content: "\f833";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-turbine:before {
  content: "\f89b";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-frame:before {
  content: "\e04f";
}

.fa-window-frame-open:before {
  content: "\e050";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../fontawesome/webfonts/fa-duotone-900.eot");
  src: url("../../fontawesome/webfonts/fa-duotone-900.eot?#iefix") format("embedded-opentype"), url("../../fontawesome/webfonts/fa-duotone-900.woff2") format("woff2"), url("../../fontawesome/webfonts/fa-duotone-900.woff") format("woff"), url("../../fontawesome/webfonts/fa-duotone-900.ttf") format("truetype"), url("../../fontawesome/webfonts/fa-duotone-900.svg#fontawesome") format("svg");
}
.fad {
  position: relative;
  font-family: "Font Awesome 5 Duotone";
  font-weight: 900;
}

.fad:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

.fad:after {
  color: var(--fa-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

.fad.fa-inverse {
  color: #fff;
}

.fad.fa-stack-1x, .fad.fa-stack-2x {
  position: absolute;
}

.fad.fa-stack-1x:before,
.fad.fa-stack-2x:before,
.fad.fa-fw:before {
  left: 50%;
  transform: translateX(-50%);
}

.fad.fa-abacus:after {
  content: "\10f640";
}

.fad.fa-acorn:after {
  content: "\10f6ae";
}

.fad.fa-ad:after {
  content: "\10f641";
}

.fad.fa-address-book:after {
  content: "\10f2b9";
}

.fad.fa-address-card:after {
  content: "\10f2bb";
}

.fad.fa-adjust:after {
  content: "\10f042";
}

.fad.fa-air-conditioner:after {
  content: "\10f8f4";
}

.fad.fa-air-freshener:after {
  content: "\10f5d0";
}

.fad.fa-alarm-clock:after {
  content: "\10f34e";
}

.fad.fa-alarm-exclamation:after {
  content: "\10f843";
}

.fad.fa-alarm-plus:after {
  content: "\10f844";
}

.fad.fa-alarm-snooze:after {
  content: "\10f845";
}

.fad.fa-album:after {
  content: "\10f89f";
}

.fad.fa-album-collection:after {
  content: "\10f8a0";
}

.fad.fa-alicorn:after {
  content: "\10f6b0";
}

.fad.fa-alien:after {
  content: "\10f8f5";
}

.fad.fa-alien-monster:after {
  content: "\10f8f6";
}

.fad.fa-align-center:after {
  content: "\10f037";
}

.fad.fa-align-justify:after {
  content: "\10f039";
}

.fad.fa-align-left:after {
  content: "\10f036";
}

.fad.fa-align-right:after {
  content: "\10f038";
}

.fad.fa-align-slash:after {
  content: "\10f846";
}

.fad.fa-allergies:after {
  content: "\10f461";
}

.fad.fa-ambulance:after {
  content: "\10f0f9";
}

.fad.fa-american-sign-language-interpreting:after {
  content: "\10f2a3";
}

.fad.fa-amp-guitar:after {
  content: "\10f8a1";
}

.fad.fa-analytics:after {
  content: "\10f643";
}

.fad.fa-anchor:after {
  content: "\10f13d";
}

.fad.fa-angel:after {
  content: "\10f779";
}

.fad.fa-angle-double-down:after {
  content: "\10f103";
}

.fad.fa-angle-double-left:after {
  content: "\10f100";
}

.fad.fa-angle-double-right:after {
  content: "\10f101";
}

.fad.fa-angle-double-up:after {
  content: "\10f102";
}

.fad.fa-angle-down:after {
  content: "\10f107";
}

.fad.fa-angle-left:after {
  content: "\10f104";
}

.fad.fa-angle-right:after {
  content: "\10f105";
}

.fad.fa-angle-up:after {
  content: "\10f106";
}

.fad.fa-angry:after {
  content: "\10f556";
}

.fad.fa-ankh:after {
  content: "\10f644";
}

.fad.fa-apple-alt:after {
  content: "\10f5d1";
}

.fad.fa-apple-crate:after {
  content: "\10f6b1";
}

.fad.fa-archive:after {
  content: "\10f187";
}

.fad.fa-archway:after {
  content: "\10f557";
}

.fad.fa-arrow-alt-circle-down:after {
  content: "\10f358";
}

.fad.fa-arrow-alt-circle-left:after {
  content: "\10f359";
}

.fad.fa-arrow-alt-circle-right:after {
  content: "\10f35a";
}

.fad.fa-arrow-alt-circle-up:after {
  content: "\10f35b";
}

.fad.fa-arrow-alt-down:after {
  content: "\10f354";
}

.fad.fa-arrow-alt-from-bottom:after {
  content: "\10f346";
}

.fad.fa-arrow-alt-from-left:after {
  content: "\10f347";
}

.fad.fa-arrow-alt-from-right:after {
  content: "\10f348";
}

.fad.fa-arrow-alt-from-top:after {
  content: "\10f349";
}

.fad.fa-arrow-alt-left:after {
  content: "\10f355";
}

.fad.fa-arrow-alt-right:after {
  content: "\10f356";
}

.fad.fa-arrow-alt-square-down:after {
  content: "\10f350";
}

.fad.fa-arrow-alt-square-left:after {
  content: "\10f351";
}

.fad.fa-arrow-alt-square-right:after {
  content: "\10f352";
}

.fad.fa-arrow-alt-square-up:after {
  content: "\10f353";
}

.fad.fa-arrow-alt-to-bottom:after {
  content: "\10f34a";
}

.fad.fa-arrow-alt-to-left:after {
  content: "\10f34b";
}

.fad.fa-arrow-alt-to-right:after {
  content: "\10f34c";
}

.fad.fa-arrow-alt-to-top:after {
  content: "\10f34d";
}

.fad.fa-arrow-alt-up:after {
  content: "\10f357";
}

.fad.fa-arrow-circle-down:after {
  content: "\10f0ab";
}

.fad.fa-arrow-circle-left:after {
  content: "\10f0a8";
}

.fad.fa-arrow-circle-right:after {
  content: "\10f0a9";
}

.fad.fa-arrow-circle-up:after {
  content: "\10f0aa";
}

.fad.fa-arrow-down:after {
  content: "\10f063";
}

.fad.fa-arrow-from-bottom:after {
  content: "\10f342";
}

.fad.fa-arrow-from-left:after {
  content: "\10f343";
}

.fad.fa-arrow-from-right:after {
  content: "\10f344";
}

.fad.fa-arrow-from-top:after {
  content: "\10f345";
}

.fad.fa-arrow-left:after {
  content: "\10f060";
}

.fad.fa-arrow-right:after {
  content: "\10f061";
}

.fad.fa-arrow-square-down:after {
  content: "\10f339";
}

.fad.fa-arrow-square-left:after {
  content: "\10f33a";
}

.fad.fa-arrow-square-right:after {
  content: "\10f33b";
}

.fad.fa-arrow-square-up:after {
  content: "\10f33c";
}

.fad.fa-arrow-to-bottom:after {
  content: "\10f33d";
}

.fad.fa-arrow-to-left:after {
  content: "\10f33e";
}

.fad.fa-arrow-to-right:after {
  content: "\10f340";
}

.fad.fa-arrow-to-top:after {
  content: "\10f341";
}

.fad.fa-arrow-up:after {
  content: "\10f062";
}

.fad.fa-arrows:after {
  content: "\10f047";
}

.fad.fa-arrows-alt:after {
  content: "\10f0b2";
}

.fad.fa-arrows-alt-h:after {
  content: "\10f337";
}

.fad.fa-arrows-alt-v:after {
  content: "\10f338";
}

.fad.fa-arrows-h:after {
  content: "\10f07e";
}

.fad.fa-arrows-v:after {
  content: "\10f07d";
}

.fad.fa-assistive-listening-systems:after {
  content: "\10f2a2";
}

.fad.fa-asterisk:after {
  content: "\10f069";
}

.fad.fa-at:after {
  content: "\10f1fa";
}

.fad.fa-atlas:after {
  content: "\10f558";
}

.fad.fa-atom:after {
  content: "\10f5d2";
}

.fad.fa-atom-alt:after {
  content: "\10f5d3";
}

.fad.fa-audio-description:after {
  content: "\10f29e";
}

.fad.fa-award:after {
  content: "\10f559";
}

.fad.fa-axe:after {
  content: "\10f6b2";
}

.fad.fa-axe-battle:after {
  content: "\10f6b3";
}

.fad.fa-baby:after {
  content: "\10f77c";
}

.fad.fa-baby-carriage:after {
  content: "\10f77d";
}

.fad.fa-backpack:after {
  content: "\10f5d4";
}

.fad.fa-backspace:after {
  content: "\10f55a";
}

.fad.fa-backward:after {
  content: "\10f04a";
}

.fad.fa-bacon:after {
  content: "\10f7e5";
}

.fad.fa-bacteria:after {
  content: "\10e059";
}

.fad.fa-bacterium:after {
  content: "\10e05a";
}

.fad.fa-badge:after {
  content: "\10f335";
}

.fad.fa-badge-check:after {
  content: "\10f336";
}

.fad.fa-badge-dollar:after {
  content: "\10f645";
}

.fad.fa-badge-percent:after {
  content: "\10f646";
}

.fad.fa-badge-sheriff:after {
  content: "\10f8a2";
}

.fad.fa-badger-honey:after {
  content: "\10f6b4";
}

.fad.fa-bags-shopping:after {
  content: "\10f847";
}

.fad.fa-bahai:after {
  content: "\10f666";
}

.fad.fa-balance-scale:after {
  content: "\10f24e";
}

.fad.fa-balance-scale-left:after {
  content: "\10f515";
}

.fad.fa-balance-scale-right:after {
  content: "\10f516";
}

.fad.fa-ball-pile:after {
  content: "\10f77e";
}

.fad.fa-ballot:after {
  content: "\10f732";
}

.fad.fa-ballot-check:after {
  content: "\10f733";
}

.fad.fa-ban:after {
  content: "\10f05e";
}

.fad.fa-band-aid:after {
  content: "\10f462";
}

.fad.fa-banjo:after {
  content: "\10f8a3";
}

.fad.fa-barcode:after {
  content: "\10f02a";
}

.fad.fa-barcode-alt:after {
  content: "\10f463";
}

.fad.fa-barcode-read:after {
  content: "\10f464";
}

.fad.fa-barcode-scan:after {
  content: "\10f465";
}

.fad.fa-bars:after {
  content: "\10f0c9";
}

.fad.fa-baseball:after {
  content: "\10f432";
}

.fad.fa-baseball-ball:after {
  content: "\10f433";
}

.fad.fa-basketball-ball:after {
  content: "\10f434";
}

.fad.fa-basketball-hoop:after {
  content: "\10f435";
}

.fad.fa-bat:after {
  content: "\10f6b5";
}

.fad.fa-bath:after {
  content: "\10f2cd";
}

.fad.fa-battery-bolt:after {
  content: "\10f376";
}

.fad.fa-battery-empty:after {
  content: "\10f244";
}

.fad.fa-battery-full:after {
  content: "\10f240";
}

.fad.fa-battery-half:after {
  content: "\10f242";
}

.fad.fa-battery-quarter:after {
  content: "\10f243";
}

.fad.fa-battery-slash:after {
  content: "\10f377";
}

.fad.fa-battery-three-quarters:after {
  content: "\10f241";
}

.fad.fa-bed:after {
  content: "\10f236";
}

.fad.fa-bed-alt:after {
  content: "\10f8f7";
}

.fad.fa-bed-bunk:after {
  content: "\10f8f8";
}

.fad.fa-bed-empty:after {
  content: "\10f8f9";
}

.fad.fa-beer:after {
  content: "\10f0fc";
}

.fad.fa-bell:after {
  content: "\10f0f3";
}

.fad.fa-bell-exclamation:after {
  content: "\10f848";
}

.fad.fa-bell-on:after {
  content: "\10f8fa";
}

.fad.fa-bell-plus:after {
  content: "\10f849";
}

.fad.fa-bell-school:after {
  content: "\10f5d5";
}

.fad.fa-bell-school-slash:after {
  content: "\10f5d6";
}

.fad.fa-bell-slash:after {
  content: "\10f1f6";
}

.fad.fa-bells:after {
  content: "\10f77f";
}

.fad.fa-betamax:after {
  content: "\10f8a4";
}

.fad.fa-bezier-curve:after {
  content: "\10f55b";
}

.fad.fa-bible:after {
  content: "\10f647";
}

.fad.fa-bicycle:after {
  content: "\10f206";
}

.fad.fa-biking:after {
  content: "\10f84a";
}

.fad.fa-biking-mountain:after {
  content: "\10f84b";
}

.fad.fa-binoculars:after {
  content: "\10f1e5";
}

.fad.fa-biohazard:after {
  content: "\10f780";
}

.fad.fa-birthday-cake:after {
  content: "\10f1fd";
}

.fad.fa-blanket:after {
  content: "\10f498";
}

.fad.fa-blender:after {
  content: "\10f517";
}

.fad.fa-blender-phone:after {
  content: "\10f6b6";
}

.fad.fa-blind:after {
  content: "\10f29d";
}

.fad.fa-blinds:after {
  content: "\10f8fb";
}

.fad.fa-blinds-open:after {
  content: "\10f8fc";
}

.fad.fa-blinds-raised:after {
  content: "\10f8fd";
}

.fad.fa-blog:after {
  content: "\10f781";
}

.fad.fa-bold:after {
  content: "\10f032";
}

.fad.fa-bolt:after {
  content: "\10f0e7";
}

.fad.fa-bomb:after {
  content: "\10f1e2";
}

.fad.fa-bone:after {
  content: "\10f5d7";
}

.fad.fa-bone-break:after {
  content: "\10f5d8";
}

.fad.fa-bong:after {
  content: "\10f55c";
}

.fad.fa-book:after {
  content: "\10f02d";
}

.fad.fa-book-alt:after {
  content: "\10f5d9";
}

.fad.fa-book-dead:after {
  content: "\10f6b7";
}

.fad.fa-book-heart:after {
  content: "\10f499";
}

.fad.fa-book-medical:after {
  content: "\10f7e6";
}

.fad.fa-book-open:after {
  content: "\10f518";
}

.fad.fa-book-reader:after {
  content: "\10f5da";
}

.fad.fa-book-spells:after {
  content: "\10f6b8";
}

.fad.fa-book-user:after {
  content: "\10f7e7";
}

.fad.fa-bookmark:after {
  content: "\10f02e";
}

.fad.fa-books:after {
  content: "\10f5db";
}

.fad.fa-books-medical:after {
  content: "\10f7e8";
}

.fad.fa-boombox:after {
  content: "\10f8a5";
}

.fad.fa-boot:after {
  content: "\10f782";
}

.fad.fa-booth-curtain:after {
  content: "\10f734";
}

.fad.fa-border-all:after {
  content: "\10f84c";
}

.fad.fa-border-bottom:after {
  content: "\10f84d";
}

.fad.fa-border-center-h:after {
  content: "\10f89c";
}

.fad.fa-border-center-v:after {
  content: "\10f89d";
}

.fad.fa-border-inner:after {
  content: "\10f84e";
}

.fad.fa-border-left:after {
  content: "\10f84f";
}

.fad.fa-border-none:after {
  content: "\10f850";
}

.fad.fa-border-outer:after {
  content: "\10f851";
}

.fad.fa-border-right:after {
  content: "\10f852";
}

.fad.fa-border-style:after {
  content: "\10f853";
}

.fad.fa-border-style-alt:after {
  content: "\10f854";
}

.fad.fa-border-top:after {
  content: "\10f855";
}

.fad.fa-bow-arrow:after {
  content: "\10f6b9";
}

.fad.fa-bowling-ball:after {
  content: "\10f436";
}

.fad.fa-bowling-pins:after {
  content: "\10f437";
}

.fad.fa-box:after {
  content: "\10f466";
}

.fad.fa-box-alt:after {
  content: "\10f49a";
}

.fad.fa-box-ballot:after {
  content: "\10f735";
}

.fad.fa-box-check:after {
  content: "\10f467";
}

.fad.fa-box-fragile:after {
  content: "\10f49b";
}

.fad.fa-box-full:after {
  content: "\10f49c";
}

.fad.fa-box-heart:after {
  content: "\10f49d";
}

.fad.fa-box-open:after {
  content: "\10f49e";
}

.fad.fa-box-tissue:after {
  content: "\10e05b";
}

.fad.fa-box-up:after {
  content: "\10f49f";
}

.fad.fa-box-usd:after {
  content: "\10f4a0";
}

.fad.fa-boxes:after {
  content: "\10f468";
}

.fad.fa-boxes-alt:after {
  content: "\10f4a1";
}

.fad.fa-boxing-glove:after {
  content: "\10f438";
}

.fad.fa-brackets:after {
  content: "\10f7e9";
}

.fad.fa-brackets-curly:after {
  content: "\10f7ea";
}

.fad.fa-braille:after {
  content: "\10f2a1";
}

.fad.fa-brain:after {
  content: "\10f5dc";
}

.fad.fa-bread-loaf:after {
  content: "\10f7eb";
}

.fad.fa-bread-slice:after {
  content: "\10f7ec";
}

.fad.fa-briefcase:after {
  content: "\10f0b1";
}

.fad.fa-briefcase-medical:after {
  content: "\10f469";
}

.fad.fa-bring-forward:after {
  content: "\10f856";
}

.fad.fa-bring-front:after {
  content: "\10f857";
}

.fad.fa-broadcast-tower:after {
  content: "\10f519";
}

.fad.fa-broom:after {
  content: "\10f51a";
}

.fad.fa-browser:after {
  content: "\10f37e";
}

.fad.fa-brush:after {
  content: "\10f55d";
}

.fad.fa-bug:after {
  content: "\10f188";
}

.fad.fa-building:after {
  content: "\10f1ad";
}

.fad.fa-bullhorn:after {
  content: "\10f0a1";
}

.fad.fa-bullseye:after {
  content: "\10f140";
}

.fad.fa-bullseye-arrow:after {
  content: "\10f648";
}

.fad.fa-bullseye-pointer:after {
  content: "\10f649";
}

.fad.fa-burger-soda:after {
  content: "\10f858";
}

.fad.fa-burn:after {
  content: "\10f46a";
}

.fad.fa-burrito:after {
  content: "\10f7ed";
}

.fad.fa-bus:after {
  content: "\10f207";
}

.fad.fa-bus-alt:after {
  content: "\10f55e";
}

.fad.fa-bus-school:after {
  content: "\10f5dd";
}

.fad.fa-business-time:after {
  content: "\10f64a";
}

.fad.fa-cabinet-filing:after {
  content: "\10f64b";
}

.fad.fa-cactus:after {
  content: "\10f8a7";
}

.fad.fa-calculator:after {
  content: "\10f1ec";
}

.fad.fa-calculator-alt:after {
  content: "\10f64c";
}

.fad.fa-calendar:after {
  content: "\10f133";
}

.fad.fa-calendar-alt:after {
  content: "\10f073";
}

.fad.fa-calendar-check:after {
  content: "\10f274";
}

.fad.fa-calendar-day:after {
  content: "\10f783";
}

.fad.fa-calendar-edit:after {
  content: "\10f333";
}

.fad.fa-calendar-exclamation:after {
  content: "\10f334";
}

.fad.fa-calendar-minus:after {
  content: "\10f272";
}

.fad.fa-calendar-plus:after {
  content: "\10f271";
}

.fad.fa-calendar-star:after {
  content: "\10f736";
}

.fad.fa-calendar-times:after {
  content: "\10f273";
}

.fad.fa-calendar-week:after {
  content: "\10f784";
}

.fad.fa-camcorder:after {
  content: "\10f8a8";
}

.fad.fa-camera:after {
  content: "\10f030";
}

.fad.fa-camera-alt:after {
  content: "\10f332";
}

.fad.fa-camera-home:after {
  content: "\10f8fe";
}

.fad.fa-camera-movie:after {
  content: "\10f8a9";
}

.fad.fa-camera-polaroid:after {
  content: "\10f8aa";
}

.fad.fa-camera-retro:after {
  content: "\10f083";
}

.fad.fa-campfire:after {
  content: "\10f6ba";
}

.fad.fa-campground:after {
  content: "\10f6bb";
}

.fad.fa-candle-holder:after {
  content: "\10f6bc";
}

.fad.fa-candy-cane:after {
  content: "\10f786";
}

.fad.fa-candy-corn:after {
  content: "\10f6bd";
}

.fad.fa-cannabis:after {
  content: "\10f55f";
}

.fad.fa-capsules:after {
  content: "\10f46b";
}

.fad.fa-car:after {
  content: "\10f1b9";
}

.fad.fa-car-alt:after {
  content: "\10f5de";
}

.fad.fa-car-battery:after {
  content: "\10f5df";
}

.fad.fa-car-building:after {
  content: "\10f859";
}

.fad.fa-car-bump:after {
  content: "\10f5e0";
}

.fad.fa-car-bus:after {
  content: "\10f85a";
}

.fad.fa-car-crash:after {
  content: "\10f5e1";
}

.fad.fa-car-garage:after {
  content: "\10f5e2";
}

.fad.fa-car-mechanic:after {
  content: "\10f5e3";
}

.fad.fa-car-side:after {
  content: "\10f5e4";
}

.fad.fa-car-tilt:after {
  content: "\10f5e5";
}

.fad.fa-car-wash:after {
  content: "\10f5e6";
}

.fad.fa-caravan:after {
  content: "\10f8ff";
}

.fad.fa-caravan-alt:after {
  content: "\10e000";
}

.fad.fa-caret-circle-down:after {
  content: "\10f32d";
}

.fad.fa-caret-circle-left:after {
  content: "\10f32e";
}

.fad.fa-caret-circle-right:after {
  content: "\10f330";
}

.fad.fa-caret-circle-up:after {
  content: "\10f331";
}

.fad.fa-caret-down:after {
  content: "\10f0d7";
}

.fad.fa-caret-left:after {
  content: "\10f0d9";
}

.fad.fa-caret-right:after {
  content: "\10f0da";
}

.fad.fa-caret-square-down:after {
  content: "\10f150";
}

.fad.fa-caret-square-left:after {
  content: "\10f191";
}

.fad.fa-caret-square-right:after {
  content: "\10f152";
}

.fad.fa-caret-square-up:after {
  content: "\10f151";
}

.fad.fa-caret-up:after {
  content: "\10f0d8";
}

.fad.fa-carrot:after {
  content: "\10f787";
}

.fad.fa-cars:after {
  content: "\10f85b";
}

.fad.fa-cart-arrow-down:after {
  content: "\10f218";
}

.fad.fa-cart-plus:after {
  content: "\10f217";
}

.fad.fa-cash-register:after {
  content: "\10f788";
}

.fad.fa-cassette-tape:after {
  content: "\10f8ab";
}

.fad.fa-cat:after {
  content: "\10f6be";
}

.fad.fa-cat-space:after {
  content: "\10e001";
}

.fad.fa-cauldron:after {
  content: "\10f6bf";
}

.fad.fa-cctv:after {
  content: "\10f8ac";
}

.fad.fa-certificate:after {
  content: "\10f0a3";
}

.fad.fa-chair:after {
  content: "\10f6c0";
}

.fad.fa-chair-office:after {
  content: "\10f6c1";
}

.fad.fa-chalkboard:after {
  content: "\10f51b";
}

.fad.fa-chalkboard-teacher:after {
  content: "\10f51c";
}

.fad.fa-charging-station:after {
  content: "\10f5e7";
}

.fad.fa-chart-area:after {
  content: "\10f1fe";
}

.fad.fa-chart-bar:after {
  content: "\10f080";
}

.fad.fa-chart-line:after {
  content: "\10f201";
}

.fad.fa-chart-line-down:after {
  content: "\10f64d";
}

.fad.fa-chart-network:after {
  content: "\10f78a";
}

.fad.fa-chart-pie:after {
  content: "\10f200";
}

.fad.fa-chart-pie-alt:after {
  content: "\10f64e";
}

.fad.fa-chart-scatter:after {
  content: "\10f7ee";
}

.fad.fa-check:after {
  content: "\10f00c";
}

.fad.fa-check-circle:after {
  content: "\10f058";
}

.fad.fa-check-double:after {
  content: "\10f560";
}

.fad.fa-check-square:after {
  content: "\10f14a";
}

.fad.fa-cheese:after {
  content: "\10f7ef";
}

.fad.fa-cheese-swiss:after {
  content: "\10f7f0";
}

.fad.fa-cheeseburger:after {
  content: "\10f7f1";
}

.fad.fa-chess:after {
  content: "\10f439";
}

.fad.fa-chess-bishop:after {
  content: "\10f43a";
}

.fad.fa-chess-bishop-alt:after {
  content: "\10f43b";
}

.fad.fa-chess-board:after {
  content: "\10f43c";
}

.fad.fa-chess-clock:after {
  content: "\10f43d";
}

.fad.fa-chess-clock-alt:after {
  content: "\10f43e";
}

.fad.fa-chess-king:after {
  content: "\10f43f";
}

.fad.fa-chess-king-alt:after {
  content: "\10f440";
}

.fad.fa-chess-knight:after {
  content: "\10f441";
}

.fad.fa-chess-knight-alt:after {
  content: "\10f442";
}

.fad.fa-chess-pawn:after {
  content: "\10f443";
}

.fad.fa-chess-pawn-alt:after {
  content: "\10f444";
}

.fad.fa-chess-queen:after {
  content: "\10f445";
}

.fad.fa-chess-queen-alt:after {
  content: "\10f446";
}

.fad.fa-chess-rook:after {
  content: "\10f447";
}

.fad.fa-chess-rook-alt:after {
  content: "\10f448";
}

.fad.fa-chevron-circle-down:after {
  content: "\10f13a";
}

.fad.fa-chevron-circle-left:after {
  content: "\10f137";
}

.fad.fa-chevron-circle-right:after {
  content: "\10f138";
}

.fad.fa-chevron-circle-up:after {
  content: "\10f139";
}

.fad.fa-chevron-double-down:after {
  content: "\10f322";
}

.fad.fa-chevron-double-left:after {
  content: "\10f323";
}

.fad.fa-chevron-double-right:after {
  content: "\10f324";
}

.fad.fa-chevron-double-up:after {
  content: "\10f325";
}

.fad.fa-chevron-down:after {
  content: "\10f078";
}

.fad.fa-chevron-left:after {
  content: "\10f053";
}

.fad.fa-chevron-right:after {
  content: "\10f054";
}

.fad.fa-chevron-square-down:after {
  content: "\10f329";
}

.fad.fa-chevron-square-left:after {
  content: "\10f32a";
}

.fad.fa-chevron-square-right:after {
  content: "\10f32b";
}

.fad.fa-chevron-square-up:after {
  content: "\10f32c";
}

.fad.fa-chevron-up:after {
  content: "\10f077";
}

.fad.fa-child:after {
  content: "\10f1ae";
}

.fad.fa-chimney:after {
  content: "\10f78b";
}

.fad.fa-church:after {
  content: "\10f51d";
}

.fad.fa-circle:after {
  content: "\10f111";
}

.fad.fa-circle-notch:after {
  content: "\10f1ce";
}

.fad.fa-city:after {
  content: "\10f64f";
}

.fad.fa-clarinet:after {
  content: "\10f8ad";
}

.fad.fa-claw-marks:after {
  content: "\10f6c2";
}

.fad.fa-clinic-medical:after {
  content: "\10f7f2";
}

.fad.fa-clipboard:after {
  content: "\10f328";
}

.fad.fa-clipboard-check:after {
  content: "\10f46c";
}

.fad.fa-clipboard-list:after {
  content: "\10f46d";
}

.fad.fa-clipboard-list-check:after {
  content: "\10f737";
}

.fad.fa-clipboard-prescription:after {
  content: "\10f5e8";
}

.fad.fa-clipboard-user:after {
  content: "\10f7f3";
}

.fad.fa-clock:after {
  content: "\10f017";
}

.fad.fa-clone:after {
  content: "\10f24d";
}

.fad.fa-closed-captioning:after {
  content: "\10f20a";
}

.fad.fa-cloud:after {
  content: "\10f0c2";
}

.fad.fa-cloud-download:after {
  content: "\10f0ed";
}

.fad.fa-cloud-download-alt:after {
  content: "\10f381";
}

.fad.fa-cloud-drizzle:after {
  content: "\10f738";
}

.fad.fa-cloud-hail:after {
  content: "\10f739";
}

.fad.fa-cloud-hail-mixed:after {
  content: "\10f73a";
}

.fad.fa-cloud-meatball:after {
  content: "\10f73b";
}

.fad.fa-cloud-moon:after {
  content: "\10f6c3";
}

.fad.fa-cloud-moon-rain:after {
  content: "\10f73c";
}

.fad.fa-cloud-music:after {
  content: "\10f8ae";
}

.fad.fa-cloud-rain:after {
  content: "\10f73d";
}

.fad.fa-cloud-rainbow:after {
  content: "\10f73e";
}

.fad.fa-cloud-showers:after {
  content: "\10f73f";
}

.fad.fa-cloud-showers-heavy:after {
  content: "\10f740";
}

.fad.fa-cloud-sleet:after {
  content: "\10f741";
}

.fad.fa-cloud-snow:after {
  content: "\10f742";
}

.fad.fa-cloud-sun:after {
  content: "\10f6c4";
}

.fad.fa-cloud-sun-rain:after {
  content: "\10f743";
}

.fad.fa-cloud-upload:after {
  content: "\10f0ee";
}

.fad.fa-cloud-upload-alt:after {
  content: "\10f382";
}

.fad.fa-clouds:after {
  content: "\10f744";
}

.fad.fa-clouds-moon:after {
  content: "\10f745";
}

.fad.fa-clouds-sun:after {
  content: "\10f746";
}

.fad.fa-club:after {
  content: "\10f327";
}

.fad.fa-cocktail:after {
  content: "\10f561";
}

.fad.fa-code:after {
  content: "\10f121";
}

.fad.fa-code-branch:after {
  content: "\10f126";
}

.fad.fa-code-commit:after {
  content: "\10f386";
}

.fad.fa-code-merge:after {
  content: "\10f387";
}

.fad.fa-coffee:after {
  content: "\10f0f4";
}

.fad.fa-coffee-pot:after {
  content: "\10e002";
}

.fad.fa-coffee-togo:after {
  content: "\10f6c5";
}

.fad.fa-coffin:after {
  content: "\10f6c6";
}

.fad.fa-coffin-cross:after {
  content: "\10e051";
}

.fad.fa-cog:after {
  content: "\10f013";
}

.fad.fa-cogs:after {
  content: "\10f085";
}

.fad.fa-coin:after {
  content: "\10f85c";
}

.fad.fa-coins:after {
  content: "\10f51e";
}

.fad.fa-columns:after {
  content: "\10f0db";
}

.fad.fa-comet:after {
  content: "\10e003";
}

.fad.fa-comment:after {
  content: "\10f075";
}

.fad.fa-comment-alt:after {
  content: "\10f27a";
}

.fad.fa-comment-alt-check:after {
  content: "\10f4a2";
}

.fad.fa-comment-alt-dollar:after {
  content: "\10f650";
}

.fad.fa-comment-alt-dots:after {
  content: "\10f4a3";
}

.fad.fa-comment-alt-edit:after {
  content: "\10f4a4";
}

.fad.fa-comment-alt-exclamation:after {
  content: "\10f4a5";
}

.fad.fa-comment-alt-lines:after {
  content: "\10f4a6";
}

.fad.fa-comment-alt-medical:after {
  content: "\10f7f4";
}

.fad.fa-comment-alt-minus:after {
  content: "\10f4a7";
}

.fad.fa-comment-alt-music:after {
  content: "\10f8af";
}

.fad.fa-comment-alt-plus:after {
  content: "\10f4a8";
}

.fad.fa-comment-alt-slash:after {
  content: "\10f4a9";
}

.fad.fa-comment-alt-smile:after {
  content: "\10f4aa";
}

.fad.fa-comment-alt-times:after {
  content: "\10f4ab";
}

.fad.fa-comment-check:after {
  content: "\10f4ac";
}

.fad.fa-comment-dollar:after {
  content: "\10f651";
}

.fad.fa-comment-dots:after {
  content: "\10f4ad";
}

.fad.fa-comment-edit:after {
  content: "\10f4ae";
}

.fad.fa-comment-exclamation:after {
  content: "\10f4af";
}

.fad.fa-comment-lines:after {
  content: "\10f4b0";
}

.fad.fa-comment-medical:after {
  content: "\10f7f5";
}

.fad.fa-comment-minus:after {
  content: "\10f4b1";
}

.fad.fa-comment-music:after {
  content: "\10f8b0";
}

.fad.fa-comment-plus:after {
  content: "\10f4b2";
}

.fad.fa-comment-slash:after {
  content: "\10f4b3";
}

.fad.fa-comment-smile:after {
  content: "\10f4b4";
}

.fad.fa-comment-times:after {
  content: "\10f4b5";
}

.fad.fa-comments:after {
  content: "\10f086";
}

.fad.fa-comments-alt:after {
  content: "\10f4b6";
}

.fad.fa-comments-alt-dollar:after {
  content: "\10f652";
}

.fad.fa-comments-dollar:after {
  content: "\10f653";
}

.fad.fa-compact-disc:after {
  content: "\10f51f";
}

.fad.fa-compass:after {
  content: "\10f14e";
}

.fad.fa-compass-slash:after {
  content: "\10f5e9";
}

.fad.fa-compress:after {
  content: "\10f066";
}

.fad.fa-compress-alt:after {
  content: "\10f422";
}

.fad.fa-compress-arrows-alt:after {
  content: "\10f78c";
}

.fad.fa-compress-wide:after {
  content: "\10f326";
}

.fad.fa-computer-classic:after {
  content: "\10f8b1";
}

.fad.fa-computer-speaker:after {
  content: "\10f8b2";
}

.fad.fa-concierge-bell:after {
  content: "\10f562";
}

.fad.fa-construction:after {
  content: "\10f85d";
}

.fad.fa-container-storage:after {
  content: "\10f4b7";
}

.fad.fa-conveyor-belt:after {
  content: "\10f46e";
}

.fad.fa-conveyor-belt-alt:after {
  content: "\10f46f";
}

.fad.fa-cookie:after {
  content: "\10f563";
}

.fad.fa-cookie-bite:after {
  content: "\10f564";
}

.fad.fa-copy:after {
  content: "\10f0c5";
}

.fad.fa-copyright:after {
  content: "\10f1f9";
}

.fad.fa-corn:after {
  content: "\10f6c7";
}

.fad.fa-couch:after {
  content: "\10f4b8";
}

.fad.fa-cow:after {
  content: "\10f6c8";
}

.fad.fa-cowbell:after {
  content: "\10f8b3";
}

.fad.fa-cowbell-more:after {
  content: "\10f8b4";
}

.fad.fa-credit-card:after {
  content: "\10f09d";
}

.fad.fa-credit-card-blank:after {
  content: "\10f389";
}

.fad.fa-credit-card-front:after {
  content: "\10f38a";
}

.fad.fa-cricket:after {
  content: "\10f449";
}

.fad.fa-croissant:after {
  content: "\10f7f6";
}

.fad.fa-crop:after {
  content: "\10f125";
}

.fad.fa-crop-alt:after {
  content: "\10f565";
}

.fad.fa-cross:after {
  content: "\10f654";
}

.fad.fa-crosshairs:after {
  content: "\10f05b";
}

.fad.fa-crow:after {
  content: "\10f520";
}

.fad.fa-crown:after {
  content: "\10f521";
}

.fad.fa-crutch:after {
  content: "\10f7f7";
}

.fad.fa-crutches:after {
  content: "\10f7f8";
}

.fad.fa-cube:after {
  content: "\10f1b2";
}

.fad.fa-cubes:after {
  content: "\10f1b3";
}

.fad.fa-curling:after {
  content: "\10f44a";
}

.fad.fa-cut:after {
  content: "\10f0c4";
}

.fad.fa-dagger:after {
  content: "\10f6cb";
}

.fad.fa-database:after {
  content: "\10f1c0";
}

.fad.fa-deaf:after {
  content: "\10f2a4";
}

.fad.fa-debug:after {
  content: "\10f7f9";
}

.fad.fa-deer:after {
  content: "\10f78e";
}

.fad.fa-deer-rudolph:after {
  content: "\10f78f";
}

.fad.fa-democrat:after {
  content: "\10f747";
}

.fad.fa-desktop:after {
  content: "\10f108";
}

.fad.fa-desktop-alt:after {
  content: "\10f390";
}

.fad.fa-dewpoint:after {
  content: "\10f748";
}

.fad.fa-dharmachakra:after {
  content: "\10f655";
}

.fad.fa-diagnoses:after {
  content: "\10f470";
}

.fad.fa-diamond:after {
  content: "\10f219";
}

.fad.fa-dice:after {
  content: "\10f522";
}

.fad.fa-dice-d10:after {
  content: "\10f6cd";
}

.fad.fa-dice-d12:after {
  content: "\10f6ce";
}

.fad.fa-dice-d20:after {
  content: "\10f6cf";
}

.fad.fa-dice-d4:after {
  content: "\10f6d0";
}

.fad.fa-dice-d6:after {
  content: "\10f6d1";
}

.fad.fa-dice-d8:after {
  content: "\10f6d2";
}

.fad.fa-dice-five:after {
  content: "\10f523";
}

.fad.fa-dice-four:after {
  content: "\10f524";
}

.fad.fa-dice-one:after {
  content: "\10f525";
}

.fad.fa-dice-six:after {
  content: "\10f526";
}

.fad.fa-dice-three:after {
  content: "\10f527";
}

.fad.fa-dice-two:after {
  content: "\10f528";
}

.fad.fa-digging:after {
  content: "\10f85e";
}

.fad.fa-digital-tachograph:after {
  content: "\10f566";
}

.fad.fa-diploma:after {
  content: "\10f5ea";
}

.fad.fa-directions:after {
  content: "\10f5eb";
}

.fad.fa-disc-drive:after {
  content: "\10f8b5";
}

.fad.fa-disease:after {
  content: "\10f7fa";
}

.fad.fa-divide:after {
  content: "\10f529";
}

.fad.fa-dizzy:after {
  content: "\10f567";
}

.fad.fa-dna:after {
  content: "\10f471";
}

.fad.fa-do-not-enter:after {
  content: "\10f5ec";
}

.fad.fa-dog:after {
  content: "\10f6d3";
}

.fad.fa-dog-leashed:after {
  content: "\10f6d4";
}

.fad.fa-dollar-sign:after {
  content: "\10f155";
}

.fad.fa-dolly:after {
  content: "\10f472";
}

.fad.fa-dolly-empty:after {
  content: "\10f473";
}

.fad.fa-dolly-flatbed:after {
  content: "\10f474";
}

.fad.fa-dolly-flatbed-alt:after {
  content: "\10f475";
}

.fad.fa-dolly-flatbed-empty:after {
  content: "\10f476";
}

.fad.fa-donate:after {
  content: "\10f4b9";
}

.fad.fa-door-closed:after {
  content: "\10f52a";
}

.fad.fa-door-open:after {
  content: "\10f52b";
}

.fad.fa-dot-circle:after {
  content: "\10f192";
}

.fad.fa-dove:after {
  content: "\10f4ba";
}

.fad.fa-download:after {
  content: "\10f019";
}

.fad.fa-drafting-compass:after {
  content: "\10f568";
}

.fad.fa-dragon:after {
  content: "\10f6d5";
}

.fad.fa-draw-circle:after {
  content: "\10f5ed";
}

.fad.fa-draw-polygon:after {
  content: "\10f5ee";
}

.fad.fa-draw-square:after {
  content: "\10f5ef";
}

.fad.fa-dreidel:after {
  content: "\10f792";
}

.fad.fa-drone:after {
  content: "\10f85f";
}

.fad.fa-drone-alt:after {
  content: "\10f860";
}

.fad.fa-drum:after {
  content: "\10f569";
}

.fad.fa-drum-steelpan:after {
  content: "\10f56a";
}

.fad.fa-drumstick:after {
  content: "\10f6d6";
}

.fad.fa-drumstick-bite:after {
  content: "\10f6d7";
}

.fad.fa-dryer:after {
  content: "\10f861";
}

.fad.fa-dryer-alt:after {
  content: "\10f862";
}

.fad.fa-duck:after {
  content: "\10f6d8";
}

.fad.fa-dumbbell:after {
  content: "\10f44b";
}

.fad.fa-dumpster:after {
  content: "\10f793";
}

.fad.fa-dumpster-fire:after {
  content: "\10f794";
}

.fad.fa-dungeon:after {
  content: "\10f6d9";
}

.fad.fa-ear:after {
  content: "\10f5f0";
}

.fad.fa-ear-muffs:after {
  content: "\10f795";
}

.fad.fa-eclipse:after {
  content: "\10f749";
}

.fad.fa-eclipse-alt:after {
  content: "\10f74a";
}

.fad.fa-edit:after {
  content: "\10f044";
}

.fad.fa-egg:after {
  content: "\10f7fb";
}

.fad.fa-egg-fried:after {
  content: "\10f7fc";
}

.fad.fa-eject:after {
  content: "\10f052";
}

.fad.fa-elephant:after {
  content: "\10f6da";
}

.fad.fa-ellipsis-h:after {
  content: "\10f141";
}

.fad.fa-ellipsis-h-alt:after {
  content: "\10f39b";
}

.fad.fa-ellipsis-v:after {
  content: "\10f142";
}

.fad.fa-ellipsis-v-alt:after {
  content: "\10f39c";
}

.fad.fa-empty-set:after {
  content: "\10f656";
}

.fad.fa-engine-warning:after {
  content: "\10f5f2";
}

.fad.fa-envelope:after {
  content: "\10f0e0";
}

.fad.fa-envelope-open:after {
  content: "\10f2b6";
}

.fad.fa-envelope-open-dollar:after {
  content: "\10f657";
}

.fad.fa-envelope-open-text:after {
  content: "\10f658";
}

.fad.fa-envelope-square:after {
  content: "\10f199";
}

.fad.fa-equals:after {
  content: "\10f52c";
}

.fad.fa-eraser:after {
  content: "\10f12d";
}

.fad.fa-ethernet:after {
  content: "\10f796";
}

.fad.fa-euro-sign:after {
  content: "\10f153";
}

.fad.fa-exchange:after {
  content: "\10f0ec";
}

.fad.fa-exchange-alt:after {
  content: "\10f362";
}

.fad.fa-exclamation:after {
  content: "\10f12a";
}

.fad.fa-exclamation-circle:after {
  content: "\10f06a";
}

.fad.fa-exclamation-square:after {
  content: "\10f321";
}

.fad.fa-exclamation-triangle:after {
  content: "\10f071";
}

.fad.fa-expand:after {
  content: "\10f065";
}

.fad.fa-expand-alt:after {
  content: "\10f424";
}

.fad.fa-expand-arrows:after {
  content: "\10f31d";
}

.fad.fa-expand-arrows-alt:after {
  content: "\10f31e";
}

.fad.fa-expand-wide:after {
  content: "\10f320";
}

.fad.fa-external-link:after {
  content: "\10f08e";
}

.fad.fa-external-link-alt:after {
  content: "\10f35d";
}

.fad.fa-external-link-square:after {
  content: "\10f14c";
}

.fad.fa-external-link-square-alt:after {
  content: "\10f360";
}

.fad.fa-eye:after {
  content: "\10f06e";
}

.fad.fa-eye-dropper:after {
  content: "\10f1fb";
}

.fad.fa-eye-evil:after {
  content: "\10f6db";
}

.fad.fa-eye-slash:after {
  content: "\10f070";
}

.fad.fa-fan:after {
  content: "\10f863";
}

.fad.fa-fan-table:after {
  content: "\10e004";
}

.fad.fa-farm:after {
  content: "\10f864";
}

.fad.fa-fast-backward:after {
  content: "\10f049";
}

.fad.fa-fast-forward:after {
  content: "\10f050";
}

.fad.fa-faucet:after {
  content: "\10e005";
}

.fad.fa-faucet-drip:after {
  content: "\10e006";
}

.fad.fa-fax:after {
  content: "\10f1ac";
}

.fad.fa-feather:after {
  content: "\10f52d";
}

.fad.fa-feather-alt:after {
  content: "\10f56b";
}

.fad.fa-female:after {
  content: "\10f182";
}

.fad.fa-field-hockey:after {
  content: "\10f44c";
}

.fad.fa-fighter-jet:after {
  content: "\10f0fb";
}

.fad.fa-file:after {
  content: "\10f15b";
}

.fad.fa-file-alt:after {
  content: "\10f15c";
}

.fad.fa-file-archive:after {
  content: "\10f1c6";
}

.fad.fa-file-audio:after {
  content: "\10f1c7";
}

.fad.fa-file-certificate:after {
  content: "\10f5f3";
}

.fad.fa-file-chart-line:after {
  content: "\10f659";
}

.fad.fa-file-chart-pie:after {
  content: "\10f65a";
}

.fad.fa-file-check:after {
  content: "\10f316";
}

.fad.fa-file-code:after {
  content: "\10f1c9";
}

.fad.fa-file-contract:after {
  content: "\10f56c";
}

.fad.fa-file-csv:after {
  content: "\10f6dd";
}

.fad.fa-file-download:after {
  content: "\10f56d";
}

.fad.fa-file-edit:after {
  content: "\10f31c";
}

.fad.fa-file-excel:after {
  content: "\10f1c3";
}

.fad.fa-file-exclamation:after {
  content: "\10f31a";
}

.fad.fa-file-export:after {
  content: "\10f56e";
}

.fad.fa-file-image:after {
  content: "\10f1c5";
}

.fad.fa-file-import:after {
  content: "\10f56f";
}

.fad.fa-file-invoice:after {
  content: "\10f570";
}

.fad.fa-file-invoice-dollar:after {
  content: "\10f571";
}

.fad.fa-file-medical:after {
  content: "\10f477";
}

.fad.fa-file-medical-alt:after {
  content: "\10f478";
}

.fad.fa-file-minus:after {
  content: "\10f318";
}

.fad.fa-file-music:after {
  content: "\10f8b6";
}

.fad.fa-file-pdf:after {
  content: "\10f1c1";
}

.fad.fa-file-plus:after {
  content: "\10f319";
}

.fad.fa-file-powerpoint:after {
  content: "\10f1c4";
}

.fad.fa-file-prescription:after {
  content: "\10f572";
}

.fad.fa-file-search:after {
  content: "\10f865";
}

.fad.fa-file-signature:after {
  content: "\10f573";
}

.fad.fa-file-spreadsheet:after {
  content: "\10f65b";
}

.fad.fa-file-times:after {
  content: "\10f317";
}

.fad.fa-file-upload:after {
  content: "\10f574";
}

.fad.fa-file-user:after {
  content: "\10f65c";
}

.fad.fa-file-video:after {
  content: "\10f1c8";
}

.fad.fa-file-word:after {
  content: "\10f1c2";
}

.fad.fa-files-medical:after {
  content: "\10f7fd";
}

.fad.fa-fill:after {
  content: "\10f575";
}

.fad.fa-fill-drip:after {
  content: "\10f576";
}

.fad.fa-film:after {
  content: "\10f008";
}

.fad.fa-film-alt:after {
  content: "\10f3a0";
}

.fad.fa-film-canister:after {
  content: "\10f8b7";
}

.fad.fa-filter:after {
  content: "\10f0b0";
}

.fad.fa-fingerprint:after {
  content: "\10f577";
}

.fad.fa-fire:after {
  content: "\10f06d";
}

.fad.fa-fire-alt:after {
  content: "\10f7e4";
}

.fad.fa-fire-extinguisher:after {
  content: "\10f134";
}

.fad.fa-fire-smoke:after {
  content: "\10f74b";
}

.fad.fa-fireplace:after {
  content: "\10f79a";
}

.fad.fa-first-aid:after {
  content: "\10f479";
}

.fad.fa-fish:after {
  content: "\10f578";
}

.fad.fa-fish-cooked:after {
  content: "\10f7fe";
}

.fad.fa-fist-raised:after {
  content: "\10f6de";
}

.fad.fa-flag:after {
  content: "\10f024";
}

.fad.fa-flag-alt:after {
  content: "\10f74c";
}

.fad.fa-flag-checkered:after {
  content: "\10f11e";
}

.fad.fa-flag-usa:after {
  content: "\10f74d";
}

.fad.fa-flame:after {
  content: "\10f6df";
}

.fad.fa-flashlight:after {
  content: "\10f8b8";
}

.fad.fa-flask:after {
  content: "\10f0c3";
}

.fad.fa-flask-poison:after {
  content: "\10f6e0";
}

.fad.fa-flask-potion:after {
  content: "\10f6e1";
}

.fad.fa-flower:after {
  content: "\10f7ff";
}

.fad.fa-flower-daffodil:after {
  content: "\10f800";
}

.fad.fa-flower-tulip:after {
  content: "\10f801";
}

.fad.fa-flushed:after {
  content: "\10f579";
}

.fad.fa-flute:after {
  content: "\10f8b9";
}

.fad.fa-flux-capacitor:after {
  content: "\10f8ba";
}

.fad.fa-fog:after {
  content: "\10f74e";
}

.fad.fa-folder:after {
  content: "\10f07b";
}

.fad.fa-folder-download:after {
  content: "\10e053";
}

.fad.fa-folder-minus:after {
  content: "\10f65d";
}

.fad.fa-folder-open:after {
  content: "\10f07c";
}

.fad.fa-folder-plus:after {
  content: "\10f65e";
}

.fad.fa-folder-times:after {
  content: "\10f65f";
}

.fad.fa-folder-tree:after {
  content: "\10f802";
}

.fad.fa-folder-upload:after {
  content: "\10e054";
}

.fad.fa-folders:after {
  content: "\10f660";
}

.fad.fa-font:after {
  content: "\10f031";
}

.fad.fa-font-awesome-logo-full:after {
  content: "\10f4e6";
}

.fad.fa-font-case:after {
  content: "\10f866";
}

.fad.fa-football-ball:after {
  content: "\10f44e";
}

.fad.fa-football-helmet:after {
  content: "\10f44f";
}

.fad.fa-forklift:after {
  content: "\10f47a";
}

.fad.fa-forward:after {
  content: "\10f04e";
}

.fad.fa-fragile:after {
  content: "\10f4bb";
}

.fad.fa-french-fries:after {
  content: "\10f803";
}

.fad.fa-frog:after {
  content: "\10f52e";
}

.fad.fa-frosty-head:after {
  content: "\10f79b";
}

.fad.fa-frown:after {
  content: "\10f119";
}

.fad.fa-frown-open:after {
  content: "\10f57a";
}

.fad.fa-function:after {
  content: "\10f661";
}

.fad.fa-funnel-dollar:after {
  content: "\10f662";
}

.fad.fa-futbol:after {
  content: "\10f1e3";
}

.fad.fa-galaxy:after {
  content: "\10e008";
}

.fad.fa-game-board:after {
  content: "\10f867";
}

.fad.fa-game-board-alt:after {
  content: "\10f868";
}

.fad.fa-game-console-handheld:after {
  content: "\10f8bb";
}

.fad.fa-gamepad:after {
  content: "\10f11b";
}

.fad.fa-gamepad-alt:after {
  content: "\10f8bc";
}

.fad.fa-garage:after {
  content: "\10e009";
}

.fad.fa-garage-car:after {
  content: "\10e00a";
}

.fad.fa-garage-open:after {
  content: "\10e00b";
}

.fad.fa-gas-pump:after {
  content: "\10f52f";
}

.fad.fa-gas-pump-slash:after {
  content: "\10f5f4";
}

.fad.fa-gavel:after {
  content: "\10f0e3";
}

.fad.fa-gem:after {
  content: "\10f3a5";
}

.fad.fa-genderless:after {
  content: "\10f22d";
}

.fad.fa-ghost:after {
  content: "\10f6e2";
}

.fad.fa-gift:after {
  content: "\10f06b";
}

.fad.fa-gift-card:after {
  content: "\10f663";
}

.fad.fa-gifts:after {
  content: "\10f79c";
}

.fad.fa-gingerbread-man:after {
  content: "\10f79d";
}

.fad.fa-glass:after {
  content: "\10f804";
}

.fad.fa-glass-champagne:after {
  content: "\10f79e";
}

.fad.fa-glass-cheers:after {
  content: "\10f79f";
}

.fad.fa-glass-citrus:after {
  content: "\10f869";
}

.fad.fa-glass-martini:after {
  content: "\10f000";
}

.fad.fa-glass-martini-alt:after {
  content: "\10f57b";
}

.fad.fa-glass-whiskey:after {
  content: "\10f7a0";
}

.fad.fa-glass-whiskey-rocks:after {
  content: "\10f7a1";
}

.fad.fa-glasses:after {
  content: "\10f530";
}

.fad.fa-glasses-alt:after {
  content: "\10f5f5";
}

.fad.fa-globe:after {
  content: "\10f0ac";
}

.fad.fa-globe-africa:after {
  content: "\10f57c";
}

.fad.fa-globe-americas:after {
  content: "\10f57d";
}

.fad.fa-globe-asia:after {
  content: "\10f57e";
}

.fad.fa-globe-europe:after {
  content: "\10f7a2";
}

.fad.fa-globe-snow:after {
  content: "\10f7a3";
}

.fad.fa-globe-stand:after {
  content: "\10f5f6";
}

.fad.fa-golf-ball:after {
  content: "\10f450";
}

.fad.fa-golf-club:after {
  content: "\10f451";
}

.fad.fa-gopuram:after {
  content: "\10f664";
}

.fad.fa-graduation-cap:after {
  content: "\10f19d";
}

.fad.fa-gramophone:after {
  content: "\10f8bd";
}

.fad.fa-greater-than:after {
  content: "\10f531";
}

.fad.fa-greater-than-equal:after {
  content: "\10f532";
}

.fad.fa-grimace:after {
  content: "\10f57f";
}

.fad.fa-grin:after {
  content: "\10f580";
}

.fad.fa-grin-alt:after {
  content: "\10f581";
}

.fad.fa-grin-beam:after {
  content: "\10f582";
}

.fad.fa-grin-beam-sweat:after {
  content: "\10f583";
}

.fad.fa-grin-hearts:after {
  content: "\10f584";
}

.fad.fa-grin-squint:after {
  content: "\10f585";
}

.fad.fa-grin-squint-tears:after {
  content: "\10f586";
}

.fad.fa-grin-stars:after {
  content: "\10f587";
}

.fad.fa-grin-tears:after {
  content: "\10f588";
}

.fad.fa-grin-tongue:after {
  content: "\10f589";
}

.fad.fa-grin-tongue-squint:after {
  content: "\10f58a";
}

.fad.fa-grin-tongue-wink:after {
  content: "\10f58b";
}

.fad.fa-grin-wink:after {
  content: "\10f58c";
}

.fad.fa-grip-horizontal:after {
  content: "\10f58d";
}

.fad.fa-grip-lines:after {
  content: "\10f7a4";
}

.fad.fa-grip-lines-vertical:after {
  content: "\10f7a5";
}

.fad.fa-grip-vertical:after {
  content: "\10f58e";
}

.fad.fa-guitar:after {
  content: "\10f7a6";
}

.fad.fa-guitar-electric:after {
  content: "\10f8be";
}

.fad.fa-guitars:after {
  content: "\10f8bf";
}

.fad.fa-h-square:after {
  content: "\10f0fd";
}

.fad.fa-h1:after {
  content: "\10f313";
}

.fad.fa-h2:after {
  content: "\10f314";
}

.fad.fa-h3:after {
  content: "\10f315";
}

.fad.fa-h4:after {
  content: "\10f86a";
}

.fad.fa-hamburger:after {
  content: "\10f805";
}

.fad.fa-hammer:after {
  content: "\10f6e3";
}

.fad.fa-hammer-war:after {
  content: "\10f6e4";
}

.fad.fa-hamsa:after {
  content: "\10f665";
}

.fad.fa-hand-heart:after {
  content: "\10f4bc";
}

.fad.fa-hand-holding:after {
  content: "\10f4bd";
}

.fad.fa-hand-holding-box:after {
  content: "\10f47b";
}

.fad.fa-hand-holding-heart:after {
  content: "\10f4be";
}

.fad.fa-hand-holding-magic:after {
  content: "\10f6e5";
}

.fad.fa-hand-holding-medical:after {
  content: "\10e05c";
}

.fad.fa-hand-holding-seedling:after {
  content: "\10f4bf";
}

.fad.fa-hand-holding-usd:after {
  content: "\10f4c0";
}

.fad.fa-hand-holding-water:after {
  content: "\10f4c1";
}

.fad.fa-hand-lizard:after {
  content: "\10f258";
}

.fad.fa-hand-middle-finger:after {
  content: "\10f806";
}

.fad.fa-hand-paper:after {
  content: "\10f256";
}

.fad.fa-hand-peace:after {
  content: "\10f25b";
}

.fad.fa-hand-point-down:after {
  content: "\10f0a7";
}

.fad.fa-hand-point-left:after {
  content: "\10f0a5";
}

.fad.fa-hand-point-right:after {
  content: "\10f0a4";
}

.fad.fa-hand-point-up:after {
  content: "\10f0a6";
}

.fad.fa-hand-pointer:after {
  content: "\10f25a";
}

.fad.fa-hand-receiving:after {
  content: "\10f47c";
}

.fad.fa-hand-rock:after {
  content: "\10f255";
}

.fad.fa-hand-scissors:after {
  content: "\10f257";
}

.fad.fa-hand-sparkles:after {
  content: "\10e05d";
}

.fad.fa-hand-spock:after {
  content: "\10f259";
}

.fad.fa-hands:after {
  content: "\10f4c2";
}

.fad.fa-hands-heart:after {
  content: "\10f4c3";
}

.fad.fa-hands-helping:after {
  content: "\10f4c4";
}

.fad.fa-hands-usd:after {
  content: "\10f4c5";
}

.fad.fa-hands-wash:after {
  content: "\10e05e";
}

.fad.fa-handshake:after {
  content: "\10f2b5";
}

.fad.fa-handshake-alt:after {
  content: "\10f4c6";
}

.fad.fa-handshake-alt-slash:after {
  content: "\10e05f";
}

.fad.fa-handshake-slash:after {
  content: "\10e060";
}

.fad.fa-hanukiah:after {
  content: "\10f6e6";
}

.fad.fa-hard-hat:after {
  content: "\10f807";
}

.fad.fa-hashtag:after {
  content: "\10f292";
}

.fad.fa-hat-chef:after {
  content: "\10f86b";
}

.fad.fa-hat-cowboy:after {
  content: "\10f8c0";
}

.fad.fa-hat-cowboy-side:after {
  content: "\10f8c1";
}

.fad.fa-hat-santa:after {
  content: "\10f7a7";
}

.fad.fa-hat-winter:after {
  content: "\10f7a8";
}

.fad.fa-hat-witch:after {
  content: "\10f6e7";
}

.fad.fa-hat-wizard:after {
  content: "\10f6e8";
}

.fad.fa-hdd:after {
  content: "\10f0a0";
}

.fad.fa-head-side:after {
  content: "\10f6e9";
}

.fad.fa-head-side-brain:after {
  content: "\10f808";
}

.fad.fa-head-side-cough:after {
  content: "\10e061";
}

.fad.fa-head-side-cough-slash:after {
  content: "\10e062";
}

.fad.fa-head-side-headphones:after {
  content: "\10f8c2";
}

.fad.fa-head-side-mask:after {
  content: "\10e063";
}

.fad.fa-head-side-medical:after {
  content: "\10f809";
}

.fad.fa-head-side-virus:after {
  content: "\10e064";
}

.fad.fa-head-vr:after {
  content: "\10f6ea";
}

.fad.fa-heading:after {
  content: "\10f1dc";
}

.fad.fa-headphones:after {
  content: "\10f025";
}

.fad.fa-headphones-alt:after {
  content: "\10f58f";
}

.fad.fa-headset:after {
  content: "\10f590";
}

.fad.fa-heart:after {
  content: "\10f004";
}

.fad.fa-heart-broken:after {
  content: "\10f7a9";
}

.fad.fa-heart-circle:after {
  content: "\10f4c7";
}

.fad.fa-heart-rate:after {
  content: "\10f5f8";
}

.fad.fa-heart-square:after {
  content: "\10f4c8";
}

.fad.fa-heartbeat:after {
  content: "\10f21e";
}

.fad.fa-heat:after {
  content: "\10e00c";
}

.fad.fa-helicopter:after {
  content: "\10f533";
}

.fad.fa-helmet-battle:after {
  content: "\10f6eb";
}

.fad.fa-hexagon:after {
  content: "\10f312";
}

.fad.fa-highlighter:after {
  content: "\10f591";
}

.fad.fa-hiking:after {
  content: "\10f6ec";
}

.fad.fa-hippo:after {
  content: "\10f6ed";
}

.fad.fa-history:after {
  content: "\10f1da";
}

.fad.fa-hockey-mask:after {
  content: "\10f6ee";
}

.fad.fa-hockey-puck:after {
  content: "\10f453";
}

.fad.fa-hockey-sticks:after {
  content: "\10f454";
}

.fad.fa-holly-berry:after {
  content: "\10f7aa";
}

.fad.fa-home:after {
  content: "\10f015";
}

.fad.fa-home-alt:after {
  content: "\10f80a";
}

.fad.fa-home-heart:after {
  content: "\10f4c9";
}

.fad.fa-home-lg:after {
  content: "\10f80b";
}

.fad.fa-home-lg-alt:after {
  content: "\10f80c";
}

.fad.fa-hood-cloak:after {
  content: "\10f6ef";
}

.fad.fa-horizontal-rule:after {
  content: "\10f86c";
}

.fad.fa-horse:after {
  content: "\10f6f0";
}

.fad.fa-horse-head:after {
  content: "\10f7ab";
}

.fad.fa-horse-saddle:after {
  content: "\10f8c3";
}

.fad.fa-hospital:after {
  content: "\10f0f8";
}

.fad.fa-hospital-alt:after {
  content: "\10f47d";
}

.fad.fa-hospital-symbol:after {
  content: "\10f47e";
}

.fad.fa-hospital-user:after {
  content: "\10f80d";
}

.fad.fa-hospitals:after {
  content: "\10f80e";
}

.fad.fa-hot-tub:after {
  content: "\10f593";
}

.fad.fa-hotdog:after {
  content: "\10f80f";
}

.fad.fa-hotel:after {
  content: "\10f594";
}

.fad.fa-hourglass:after {
  content: "\10f254";
}

.fad.fa-hourglass-end:after {
  content: "\10f253";
}

.fad.fa-hourglass-half:after {
  content: "\10f252";
}

.fad.fa-hourglass-start:after {
  content: "\10f251";
}

.fad.fa-house:after {
  content: "\10e00d";
}

.fad.fa-house-damage:after {
  content: "\10f6f1";
}

.fad.fa-house-day:after {
  content: "\10e00e";
}

.fad.fa-house-flood:after {
  content: "\10f74f";
}

.fad.fa-house-leave:after {
  content: "\10e00f";
}

.fad.fa-house-night:after {
  content: "\10e010";
}

.fad.fa-house-return:after {
  content: "\10e011";
}

.fad.fa-house-signal:after {
  content: "\10e012";
}

.fad.fa-house-user:after {
  content: "\10e065";
}

.fad.fa-hryvnia:after {
  content: "\10f6f2";
}

.fad.fa-humidity:after {
  content: "\10f750";
}

.fad.fa-hurricane:after {
  content: "\10f751";
}

.fad.fa-i-cursor:after {
  content: "\10f246";
}

.fad.fa-ice-cream:after {
  content: "\10f810";
}

.fad.fa-ice-skate:after {
  content: "\10f7ac";
}

.fad.fa-icicles:after {
  content: "\10f7ad";
}

.fad.fa-icons:after {
  content: "\10f86d";
}

.fad.fa-icons-alt:after {
  content: "\10f86e";
}

.fad.fa-id-badge:after {
  content: "\10f2c1";
}

.fad.fa-id-card:after {
  content: "\10f2c2";
}

.fad.fa-id-card-alt:after {
  content: "\10f47f";
}

.fad.fa-igloo:after {
  content: "\10f7ae";
}

.fad.fa-image:after {
  content: "\10f03e";
}

.fad.fa-image-polaroid:after {
  content: "\10f8c4";
}

.fad.fa-images:after {
  content: "\10f302";
}

.fad.fa-inbox:after {
  content: "\10f01c";
}

.fad.fa-inbox-in:after {
  content: "\10f310";
}

.fad.fa-inbox-out:after {
  content: "\10f311";
}

.fad.fa-indent:after {
  content: "\10f03c";
}

.fad.fa-industry:after {
  content: "\10f275";
}

.fad.fa-industry-alt:after {
  content: "\10f3b3";
}

.fad.fa-infinity:after {
  content: "\10f534";
}

.fad.fa-info:after {
  content: "\10f129";
}

.fad.fa-info-circle:after {
  content: "\10f05a";
}

.fad.fa-info-square:after {
  content: "\10f30f";
}

.fad.fa-inhaler:after {
  content: "\10f5f9";
}

.fad.fa-integral:after {
  content: "\10f667";
}

.fad.fa-intersection:after {
  content: "\10f668";
}

.fad.fa-inventory:after {
  content: "\10f480";
}

.fad.fa-island-tropical:after {
  content: "\10f811";
}

.fad.fa-italic:after {
  content: "\10f033";
}

.fad.fa-jack-o-lantern:after {
  content: "\10f30e";
}

.fad.fa-jedi:after {
  content: "\10f669";
}

.fad.fa-joint:after {
  content: "\10f595";
}

.fad.fa-journal-whills:after {
  content: "\10f66a";
}

.fad.fa-joystick:after {
  content: "\10f8c5";
}

.fad.fa-jug:after {
  content: "\10f8c6";
}

.fad.fa-kaaba:after {
  content: "\10f66b";
}

.fad.fa-kazoo:after {
  content: "\10f8c7";
}

.fad.fa-kerning:after {
  content: "\10f86f";
}

.fad.fa-key:after {
  content: "\10f084";
}

.fad.fa-key-skeleton:after {
  content: "\10f6f3";
}

.fad.fa-keyboard:after {
  content: "\10f11c";
}

.fad.fa-keynote:after {
  content: "\10f66c";
}

.fad.fa-khanda:after {
  content: "\10f66d";
}

.fad.fa-kidneys:after {
  content: "\10f5fb";
}

.fad.fa-kiss:after {
  content: "\10f596";
}

.fad.fa-kiss-beam:after {
  content: "\10f597";
}

.fad.fa-kiss-wink-heart:after {
  content: "\10f598";
}

.fad.fa-kite:after {
  content: "\10f6f4";
}

.fad.fa-kiwi-bird:after {
  content: "\10f535";
}

.fad.fa-knife-kitchen:after {
  content: "\10f6f5";
}

.fad.fa-lambda:after {
  content: "\10f66e";
}

.fad.fa-lamp:after {
  content: "\10f4ca";
}

.fad.fa-lamp-desk:after {
  content: "\10e014";
}

.fad.fa-lamp-floor:after {
  content: "\10e015";
}

.fad.fa-landmark:after {
  content: "\10f66f";
}

.fad.fa-landmark-alt:after {
  content: "\10f752";
}

.fad.fa-language:after {
  content: "\10f1ab";
}

.fad.fa-laptop:after {
  content: "\10f109";
}

.fad.fa-laptop-code:after {
  content: "\10f5fc";
}

.fad.fa-laptop-house:after {
  content: "\10e066";
}

.fad.fa-laptop-medical:after {
  content: "\10f812";
}

.fad.fa-lasso:after {
  content: "\10f8c8";
}

.fad.fa-laugh:after {
  content: "\10f599";
}

.fad.fa-laugh-beam:after {
  content: "\10f59a";
}

.fad.fa-laugh-squint:after {
  content: "\10f59b";
}

.fad.fa-laugh-wink:after {
  content: "\10f59c";
}

.fad.fa-layer-group:after {
  content: "\10f5fd";
}

.fad.fa-layer-minus:after {
  content: "\10f5fe";
}

.fad.fa-layer-plus:after {
  content: "\10f5ff";
}

.fad.fa-leaf:after {
  content: "\10f06c";
}

.fad.fa-leaf-heart:after {
  content: "\10f4cb";
}

.fad.fa-leaf-maple:after {
  content: "\10f6f6";
}

.fad.fa-leaf-oak:after {
  content: "\10f6f7";
}

.fad.fa-lemon:after {
  content: "\10f094";
}

.fad.fa-less-than:after {
  content: "\10f536";
}

.fad.fa-less-than-equal:after {
  content: "\10f537";
}

.fad.fa-level-down:after {
  content: "\10f149";
}

.fad.fa-level-down-alt:after {
  content: "\10f3be";
}

.fad.fa-level-up:after {
  content: "\10f148";
}

.fad.fa-level-up-alt:after {
  content: "\10f3bf";
}

.fad.fa-life-ring:after {
  content: "\10f1cd";
}

.fad.fa-light-ceiling:after {
  content: "\10e016";
}

.fad.fa-light-switch:after {
  content: "\10e017";
}

.fad.fa-light-switch-off:after {
  content: "\10e018";
}

.fad.fa-light-switch-on:after {
  content: "\10e019";
}

.fad.fa-lightbulb:after {
  content: "\10f0eb";
}

.fad.fa-lightbulb-dollar:after {
  content: "\10f670";
}

.fad.fa-lightbulb-exclamation:after {
  content: "\10f671";
}

.fad.fa-lightbulb-on:after {
  content: "\10f672";
}

.fad.fa-lightbulb-slash:after {
  content: "\10f673";
}

.fad.fa-lights-holiday:after {
  content: "\10f7b2";
}

.fad.fa-line-columns:after {
  content: "\10f870";
}

.fad.fa-line-height:after {
  content: "\10f871";
}

.fad.fa-link:after {
  content: "\10f0c1";
}

.fad.fa-lips:after {
  content: "\10f600";
}

.fad.fa-lira-sign:after {
  content: "\10f195";
}

.fad.fa-list:after {
  content: "\10f03a";
}

.fad.fa-list-alt:after {
  content: "\10f022";
}

.fad.fa-list-music:after {
  content: "\10f8c9";
}

.fad.fa-list-ol:after {
  content: "\10f0cb";
}

.fad.fa-list-ul:after {
  content: "\10f0ca";
}

.fad.fa-location:after {
  content: "\10f601";
}

.fad.fa-location-arrow:after {
  content: "\10f124";
}

.fad.fa-location-circle:after {
  content: "\10f602";
}

.fad.fa-location-slash:after {
  content: "\10f603";
}

.fad.fa-lock:after {
  content: "\10f023";
}

.fad.fa-lock-alt:after {
  content: "\10f30d";
}

.fad.fa-lock-open:after {
  content: "\10f3c1";
}

.fad.fa-lock-open-alt:after {
  content: "\10f3c2";
}

.fad.fa-long-arrow-alt-down:after {
  content: "\10f309";
}

.fad.fa-long-arrow-alt-left:after {
  content: "\10f30a";
}

.fad.fa-long-arrow-alt-right:after {
  content: "\10f30b";
}

.fad.fa-long-arrow-alt-up:after {
  content: "\10f30c";
}

.fad.fa-long-arrow-down:after {
  content: "\10f175";
}

.fad.fa-long-arrow-left:after {
  content: "\10f177";
}

.fad.fa-long-arrow-right:after {
  content: "\10f178";
}

.fad.fa-long-arrow-up:after {
  content: "\10f176";
}

.fad.fa-loveseat:after {
  content: "\10f4cc";
}

.fad.fa-low-vision:after {
  content: "\10f2a8";
}

.fad.fa-luchador:after {
  content: "\10f455";
}

.fad.fa-luggage-cart:after {
  content: "\10f59d";
}

.fad.fa-lungs:after {
  content: "\10f604";
}

.fad.fa-lungs-virus:after {
  content: "\10e067";
}

.fad.fa-mace:after {
  content: "\10f6f8";
}

.fad.fa-magic:after {
  content: "\10f0d0";
}

.fad.fa-magnet:after {
  content: "\10f076";
}

.fad.fa-mail-bulk:after {
  content: "\10f674";
}

.fad.fa-mailbox:after {
  content: "\10f813";
}

.fad.fa-male:after {
  content: "\10f183";
}

.fad.fa-mandolin:after {
  content: "\10f6f9";
}

.fad.fa-map:after {
  content: "\10f279";
}

.fad.fa-map-marked:after {
  content: "\10f59f";
}

.fad.fa-map-marked-alt:after {
  content: "\10f5a0";
}

.fad.fa-map-marker:after {
  content: "\10f041";
}

.fad.fa-map-marker-alt:after {
  content: "\10f3c5";
}

.fad.fa-map-marker-alt-slash:after {
  content: "\10f605";
}

.fad.fa-map-marker-check:after {
  content: "\10f606";
}

.fad.fa-map-marker-edit:after {
  content: "\10f607";
}

.fad.fa-map-marker-exclamation:after {
  content: "\10f608";
}

.fad.fa-map-marker-minus:after {
  content: "\10f609";
}

.fad.fa-map-marker-plus:after {
  content: "\10f60a";
}

.fad.fa-map-marker-question:after {
  content: "\10f60b";
}

.fad.fa-map-marker-slash:after {
  content: "\10f60c";
}

.fad.fa-map-marker-smile:after {
  content: "\10f60d";
}

.fad.fa-map-marker-times:after {
  content: "\10f60e";
}

.fad.fa-map-pin:after {
  content: "\10f276";
}

.fad.fa-map-signs:after {
  content: "\10f277";
}

.fad.fa-marker:after {
  content: "\10f5a1";
}

.fad.fa-mars:after {
  content: "\10f222";
}

.fad.fa-mars-double:after {
  content: "\10f227";
}

.fad.fa-mars-stroke:after {
  content: "\10f229";
}

.fad.fa-mars-stroke-h:after {
  content: "\10f22b";
}

.fad.fa-mars-stroke-v:after {
  content: "\10f22a";
}

.fad.fa-mask:after {
  content: "\10f6fa";
}

.fad.fa-meat:after {
  content: "\10f814";
}

.fad.fa-medal:after {
  content: "\10f5a2";
}

.fad.fa-medkit:after {
  content: "\10f0fa";
}

.fad.fa-megaphone:after {
  content: "\10f675";
}

.fad.fa-meh:after {
  content: "\10f11a";
}

.fad.fa-meh-blank:after {
  content: "\10f5a4";
}

.fad.fa-meh-rolling-eyes:after {
  content: "\10f5a5";
}

.fad.fa-memory:after {
  content: "\10f538";
}

.fad.fa-menorah:after {
  content: "\10f676";
}

.fad.fa-mercury:after {
  content: "\10f223";
}

.fad.fa-meteor:after {
  content: "\10f753";
}

.fad.fa-microchip:after {
  content: "\10f2db";
}

.fad.fa-microphone:after {
  content: "\10f130";
}

.fad.fa-microphone-alt:after {
  content: "\10f3c9";
}

.fad.fa-microphone-alt-slash:after {
  content: "\10f539";
}

.fad.fa-microphone-slash:after {
  content: "\10f131";
}

.fad.fa-microphone-stand:after {
  content: "\10f8cb";
}

.fad.fa-microscope:after {
  content: "\10f610";
}

.fad.fa-microwave:after {
  content: "\10e01b";
}

.fad.fa-mind-share:after {
  content: "\10f677";
}

.fad.fa-minus:after {
  content: "\10f068";
}

.fad.fa-minus-circle:after {
  content: "\10f056";
}

.fad.fa-minus-hexagon:after {
  content: "\10f307";
}

.fad.fa-minus-octagon:after {
  content: "\10f308";
}

.fad.fa-minus-square:after {
  content: "\10f146";
}

.fad.fa-mistletoe:after {
  content: "\10f7b4";
}

.fad.fa-mitten:after {
  content: "\10f7b5";
}

.fad.fa-mobile:after {
  content: "\10f10b";
}

.fad.fa-mobile-alt:after {
  content: "\10f3cd";
}

.fad.fa-mobile-android:after {
  content: "\10f3ce";
}

.fad.fa-mobile-android-alt:after {
  content: "\10f3cf";
}

.fad.fa-money-bill:after {
  content: "\10f0d6";
}

.fad.fa-money-bill-alt:after {
  content: "\10f3d1";
}

.fad.fa-money-bill-wave:after {
  content: "\10f53a";
}

.fad.fa-money-bill-wave-alt:after {
  content: "\10f53b";
}

.fad.fa-money-check:after {
  content: "\10f53c";
}

.fad.fa-money-check-alt:after {
  content: "\10f53d";
}

.fad.fa-money-check-edit:after {
  content: "\10f872";
}

.fad.fa-money-check-edit-alt:after {
  content: "\10f873";
}

.fad.fa-monitor-heart-rate:after {
  content: "\10f611";
}

.fad.fa-monkey:after {
  content: "\10f6fb";
}

.fad.fa-monument:after {
  content: "\10f5a6";
}

.fad.fa-moon:after {
  content: "\10f186";
}

.fad.fa-moon-cloud:after {
  content: "\10f754";
}

.fad.fa-moon-stars:after {
  content: "\10f755";
}

.fad.fa-mortar-pestle:after {
  content: "\10f5a7";
}

.fad.fa-mosque:after {
  content: "\10f678";
}

.fad.fa-motorcycle:after {
  content: "\10f21c";
}

.fad.fa-mountain:after {
  content: "\10f6fc";
}

.fad.fa-mountains:after {
  content: "\10f6fd";
}

.fad.fa-mouse:after {
  content: "\10f8cc";
}

.fad.fa-mouse-alt:after {
  content: "\10f8cd";
}

.fad.fa-mouse-pointer:after {
  content: "\10f245";
}

.fad.fa-mp3-player:after {
  content: "\10f8ce";
}

.fad.fa-mug:after {
  content: "\10f874";
}

.fad.fa-mug-hot:after {
  content: "\10f7b6";
}

.fad.fa-mug-marshmallows:after {
  content: "\10f7b7";
}

.fad.fa-mug-tea:after {
  content: "\10f875";
}

.fad.fa-music:after {
  content: "\10f001";
}

.fad.fa-music-alt:after {
  content: "\10f8cf";
}

.fad.fa-music-alt-slash:after {
  content: "\10f8d0";
}

.fad.fa-music-slash:after {
  content: "\10f8d1";
}

.fad.fa-narwhal:after {
  content: "\10f6fe";
}

.fad.fa-network-wired:after {
  content: "\10f6ff";
}

.fad.fa-neuter:after {
  content: "\10f22c";
}

.fad.fa-newspaper:after {
  content: "\10f1ea";
}

.fad.fa-not-equal:after {
  content: "\10f53e";
}

.fad.fa-notes-medical:after {
  content: "\10f481";
}

.fad.fa-object-group:after {
  content: "\10f247";
}

.fad.fa-object-ungroup:after {
  content: "\10f248";
}

.fad.fa-octagon:after {
  content: "\10f306";
}

.fad.fa-oil-can:after {
  content: "\10f613";
}

.fad.fa-oil-temp:after {
  content: "\10f614";
}

.fad.fa-om:after {
  content: "\10f679";
}

.fad.fa-omega:after {
  content: "\10f67a";
}

.fad.fa-ornament:after {
  content: "\10f7b8";
}

.fad.fa-otter:after {
  content: "\10f700";
}

.fad.fa-outdent:after {
  content: "\10f03b";
}

.fad.fa-outlet:after {
  content: "\10e01c";
}

.fad.fa-oven:after {
  content: "\10e01d";
}

.fad.fa-overline:after {
  content: "\10f876";
}

.fad.fa-page-break:after {
  content: "\10f877";
}

.fad.fa-pager:after {
  content: "\10f815";
}

.fad.fa-paint-brush:after {
  content: "\10f1fc";
}

.fad.fa-paint-brush-alt:after {
  content: "\10f5a9";
}

.fad.fa-paint-roller:after {
  content: "\10f5aa";
}

.fad.fa-palette:after {
  content: "\10f53f";
}

.fad.fa-pallet:after {
  content: "\10f482";
}

.fad.fa-pallet-alt:after {
  content: "\10f483";
}

.fad.fa-paper-plane:after {
  content: "\10f1d8";
}

.fad.fa-paperclip:after {
  content: "\10f0c6";
}

.fad.fa-parachute-box:after {
  content: "\10f4cd";
}

.fad.fa-paragraph:after {
  content: "\10f1dd";
}

.fad.fa-paragraph-rtl:after {
  content: "\10f878";
}

.fad.fa-parking:after {
  content: "\10f540";
}

.fad.fa-parking-circle:after {
  content: "\10f615";
}

.fad.fa-parking-circle-slash:after {
  content: "\10f616";
}

.fad.fa-parking-slash:after {
  content: "\10f617";
}

.fad.fa-passport:after {
  content: "\10f5ab";
}

.fad.fa-pastafarianism:after {
  content: "\10f67b";
}

.fad.fa-paste:after {
  content: "\10f0ea";
}

.fad.fa-pause:after {
  content: "\10f04c";
}

.fad.fa-pause-circle:after {
  content: "\10f28b";
}

.fad.fa-paw:after {
  content: "\10f1b0";
}

.fad.fa-paw-alt:after {
  content: "\10f701";
}

.fad.fa-paw-claws:after {
  content: "\10f702";
}

.fad.fa-peace:after {
  content: "\10f67c";
}

.fad.fa-pegasus:after {
  content: "\10f703";
}

.fad.fa-pen:after {
  content: "\10f304";
}

.fad.fa-pen-alt:after {
  content: "\10f305";
}

.fad.fa-pen-fancy:after {
  content: "\10f5ac";
}

.fad.fa-pen-nib:after {
  content: "\10f5ad";
}

.fad.fa-pen-square:after {
  content: "\10f14b";
}

.fad.fa-pencil:after {
  content: "\10f040";
}

.fad.fa-pencil-alt:after {
  content: "\10f303";
}

.fad.fa-pencil-paintbrush:after {
  content: "\10f618";
}

.fad.fa-pencil-ruler:after {
  content: "\10f5ae";
}

.fad.fa-pennant:after {
  content: "\10f456";
}

.fad.fa-people-arrows:after {
  content: "\10e068";
}

.fad.fa-people-carry:after {
  content: "\10f4ce";
}

.fad.fa-pepper-hot:after {
  content: "\10f816";
}

.fad.fa-percent:after {
  content: "\10f295";
}

.fad.fa-percentage:after {
  content: "\10f541";
}

.fad.fa-person-booth:after {
  content: "\10f756";
}

.fad.fa-person-carry:after {
  content: "\10f4cf";
}

.fad.fa-person-dolly:after {
  content: "\10f4d0";
}

.fad.fa-person-dolly-empty:after {
  content: "\10f4d1";
}

.fad.fa-person-sign:after {
  content: "\10f757";
}

.fad.fa-phone:after {
  content: "\10f095";
}

.fad.fa-phone-alt:after {
  content: "\10f879";
}

.fad.fa-phone-laptop:after {
  content: "\10f87a";
}

.fad.fa-phone-office:after {
  content: "\10f67d";
}

.fad.fa-phone-plus:after {
  content: "\10f4d2";
}

.fad.fa-phone-rotary:after {
  content: "\10f8d3";
}

.fad.fa-phone-slash:after {
  content: "\10f3dd";
}

.fad.fa-phone-square:after {
  content: "\10f098";
}

.fad.fa-phone-square-alt:after {
  content: "\10f87b";
}

.fad.fa-phone-volume:after {
  content: "\10f2a0";
}

.fad.fa-photo-video:after {
  content: "\10f87c";
}

.fad.fa-pi:after {
  content: "\10f67e";
}

.fad.fa-piano:after {
  content: "\10f8d4";
}

.fad.fa-piano-keyboard:after {
  content: "\10f8d5";
}

.fad.fa-pie:after {
  content: "\10f705";
}

.fad.fa-pig:after {
  content: "\10f706";
}

.fad.fa-piggy-bank:after {
  content: "\10f4d3";
}

.fad.fa-pills:after {
  content: "\10f484";
}

.fad.fa-pizza:after {
  content: "\10f817";
}

.fad.fa-pizza-slice:after {
  content: "\10f818";
}

.fad.fa-place-of-worship:after {
  content: "\10f67f";
}

.fad.fa-plane:after {
  content: "\10f072";
}

.fad.fa-plane-alt:after {
  content: "\10f3de";
}

.fad.fa-plane-arrival:after {
  content: "\10f5af";
}

.fad.fa-plane-departure:after {
  content: "\10f5b0";
}

.fad.fa-plane-slash:after {
  content: "\10e069";
}

.fad.fa-planet-moon:after {
  content: "\10e01f";
}

.fad.fa-planet-ringed:after {
  content: "\10e020";
}

.fad.fa-play:after {
  content: "\10f04b";
}

.fad.fa-play-circle:after {
  content: "\10f144";
}

.fad.fa-plug:after {
  content: "\10f1e6";
}

.fad.fa-plus:after {
  content: "\10f067";
}

.fad.fa-plus-circle:after {
  content: "\10f055";
}

.fad.fa-plus-hexagon:after {
  content: "\10f300";
}

.fad.fa-plus-octagon:after {
  content: "\10f301";
}

.fad.fa-plus-square:after {
  content: "\10f0fe";
}

.fad.fa-podcast:after {
  content: "\10f2ce";
}

.fad.fa-podium:after {
  content: "\10f680";
}

.fad.fa-podium-star:after {
  content: "\10f758";
}

.fad.fa-police-box:after {
  content: "\10e021";
}

.fad.fa-poll:after {
  content: "\10f681";
}

.fad.fa-poll-h:after {
  content: "\10f682";
}

.fad.fa-poll-people:after {
  content: "\10f759";
}

.fad.fa-poo:after {
  content: "\10f2fe";
}

.fad.fa-poo-storm:after {
  content: "\10f75a";
}

.fad.fa-poop:after {
  content: "\10f619";
}

.fad.fa-popcorn:after {
  content: "\10f819";
}

.fad.fa-portal-enter:after {
  content: "\10e022";
}

.fad.fa-portal-exit:after {
  content: "\10e023";
}

.fad.fa-portrait:after {
  content: "\10f3e0";
}

.fad.fa-pound-sign:after {
  content: "\10f154";
}

.fad.fa-power-off:after {
  content: "\10f011";
}

.fad.fa-pray:after {
  content: "\10f683";
}

.fad.fa-praying-hands:after {
  content: "\10f684";
}

.fad.fa-prescription:after {
  content: "\10f5b1";
}

.fad.fa-prescription-bottle:after {
  content: "\10f485";
}

.fad.fa-prescription-bottle-alt:after {
  content: "\10f486";
}

.fad.fa-presentation:after {
  content: "\10f685";
}

.fad.fa-print:after {
  content: "\10f02f";
}

.fad.fa-print-search:after {
  content: "\10f81a";
}

.fad.fa-print-slash:after {
  content: "\10f686";
}

.fad.fa-procedures:after {
  content: "\10f487";
}

.fad.fa-project-diagram:after {
  content: "\10f542";
}

.fad.fa-projector:after {
  content: "\10f8d6";
}

.fad.fa-pump-medical:after {
  content: "\10e06a";
}

.fad.fa-pump-soap:after {
  content: "\10e06b";
}

.fad.fa-pumpkin:after {
  content: "\10f707";
}

.fad.fa-puzzle-piece:after {
  content: "\10f12e";
}

.fad.fa-qrcode:after {
  content: "\10f029";
}

.fad.fa-question:after {
  content: "\10f128";
}

.fad.fa-question-circle:after {
  content: "\10f059";
}

.fad.fa-question-square:after {
  content: "\10f2fd";
}

.fad.fa-quidditch:after {
  content: "\10f458";
}

.fad.fa-quote-left:after {
  content: "\10f10d";
}

.fad.fa-quote-right:after {
  content: "\10f10e";
}

.fad.fa-quran:after {
  content: "\10f687";
}

.fad.fa-rabbit:after {
  content: "\10f708";
}

.fad.fa-rabbit-fast:after {
  content: "\10f709";
}

.fad.fa-racquet:after {
  content: "\10f45a";
}

.fad.fa-radar:after {
  content: "\10e024";
}

.fad.fa-radiation:after {
  content: "\10f7b9";
}

.fad.fa-radiation-alt:after {
  content: "\10f7ba";
}

.fad.fa-radio:after {
  content: "\10f8d7";
}

.fad.fa-radio-alt:after {
  content: "\10f8d8";
}

.fad.fa-rainbow:after {
  content: "\10f75b";
}

.fad.fa-raindrops:after {
  content: "\10f75c";
}

.fad.fa-ram:after {
  content: "\10f70a";
}

.fad.fa-ramp-loading:after {
  content: "\10f4d4";
}

.fad.fa-random:after {
  content: "\10f074";
}

.fad.fa-raygun:after {
  content: "\10e025";
}

.fad.fa-receipt:after {
  content: "\10f543";
}

.fad.fa-record-vinyl:after {
  content: "\10f8d9";
}

.fad.fa-rectangle-landscape:after {
  content: "\10f2fa";
}

.fad.fa-rectangle-portrait:after {
  content: "\10f2fb";
}

.fad.fa-rectangle-wide:after {
  content: "\10f2fc";
}

.fad.fa-recycle:after {
  content: "\10f1b8";
}

.fad.fa-redo:after {
  content: "\10f01e";
}

.fad.fa-redo-alt:after {
  content: "\10f2f9";
}

.fad.fa-refrigerator:after {
  content: "\10e026";
}

.fad.fa-registered:after {
  content: "\10f25d";
}

.fad.fa-remove-format:after {
  content: "\10f87d";
}

.fad.fa-repeat:after {
  content: "\10f363";
}

.fad.fa-repeat-1:after {
  content: "\10f365";
}

.fad.fa-repeat-1-alt:after {
  content: "\10f366";
}

.fad.fa-repeat-alt:after {
  content: "\10f364";
}

.fad.fa-reply:after {
  content: "\10f3e5";
}

.fad.fa-reply-all:after {
  content: "\10f122";
}

.fad.fa-republican:after {
  content: "\10f75e";
}

.fad.fa-restroom:after {
  content: "\10f7bd";
}

.fad.fa-retweet:after {
  content: "\10f079";
}

.fad.fa-retweet-alt:after {
  content: "\10f361";
}

.fad.fa-ribbon:after {
  content: "\10f4d6";
}

.fad.fa-ring:after {
  content: "\10f70b";
}

.fad.fa-rings-wedding:after {
  content: "\10f81b";
}

.fad.fa-road:after {
  content: "\10f018";
}

.fad.fa-robot:after {
  content: "\10f544";
}

.fad.fa-rocket:after {
  content: "\10f135";
}

.fad.fa-rocket-launch:after {
  content: "\10e027";
}

.fad.fa-route:after {
  content: "\10f4d7";
}

.fad.fa-route-highway:after {
  content: "\10f61a";
}

.fad.fa-route-interstate:after {
  content: "\10f61b";
}

.fad.fa-router:after {
  content: "\10f8da";
}

.fad.fa-rss:after {
  content: "\10f09e";
}

.fad.fa-rss-square:after {
  content: "\10f143";
}

.fad.fa-ruble-sign:after {
  content: "\10f158";
}

.fad.fa-ruler:after {
  content: "\10f545";
}

.fad.fa-ruler-combined:after {
  content: "\10f546";
}

.fad.fa-ruler-horizontal:after {
  content: "\10f547";
}

.fad.fa-ruler-triangle:after {
  content: "\10f61c";
}

.fad.fa-ruler-vertical:after {
  content: "\10f548";
}

.fad.fa-running:after {
  content: "\10f70c";
}

.fad.fa-rupee-sign:after {
  content: "\10f156";
}

.fad.fa-rv:after {
  content: "\10f7be";
}

.fad.fa-sack:after {
  content: "\10f81c";
}

.fad.fa-sack-dollar:after {
  content: "\10f81d";
}

.fad.fa-sad-cry:after {
  content: "\10f5b3";
}

.fad.fa-sad-tear:after {
  content: "\10f5b4";
}

.fad.fa-salad:after {
  content: "\10f81e";
}

.fad.fa-sandwich:after {
  content: "\10f81f";
}

.fad.fa-satellite:after {
  content: "\10f7bf";
}

.fad.fa-satellite-dish:after {
  content: "\10f7c0";
}

.fad.fa-sausage:after {
  content: "\10f820";
}

.fad.fa-save:after {
  content: "\10f0c7";
}

.fad.fa-sax-hot:after {
  content: "\10f8db";
}

.fad.fa-saxophone:after {
  content: "\10f8dc";
}

.fad.fa-scalpel:after {
  content: "\10f61d";
}

.fad.fa-scalpel-path:after {
  content: "\10f61e";
}

.fad.fa-scanner:after {
  content: "\10f488";
}

.fad.fa-scanner-image:after {
  content: "\10f8f3";
}

.fad.fa-scanner-keyboard:after {
  content: "\10f489";
}

.fad.fa-scanner-touchscreen:after {
  content: "\10f48a";
}

.fad.fa-scarecrow:after {
  content: "\10f70d";
}

.fad.fa-scarf:after {
  content: "\10f7c1";
}

.fad.fa-school:after {
  content: "\10f549";
}

.fad.fa-screwdriver:after {
  content: "\10f54a";
}

.fad.fa-scroll:after {
  content: "\10f70e";
}

.fad.fa-scroll-old:after {
  content: "\10f70f";
}

.fad.fa-scrubber:after {
  content: "\10f2f8";
}

.fad.fa-scythe:after {
  content: "\10f710";
}

.fad.fa-sd-card:after {
  content: "\10f7c2";
}

.fad.fa-search:after {
  content: "\10f002";
}

.fad.fa-search-dollar:after {
  content: "\10f688";
}

.fad.fa-search-location:after {
  content: "\10f689";
}

.fad.fa-search-minus:after {
  content: "\10f010";
}

.fad.fa-search-plus:after {
  content: "\10f00e";
}

.fad.fa-seedling:after {
  content: "\10f4d8";
}

.fad.fa-send-back:after {
  content: "\10f87e";
}

.fad.fa-send-backward:after {
  content: "\10f87f";
}

.fad.fa-sensor:after {
  content: "\10e028";
}

.fad.fa-sensor-alert:after {
  content: "\10e029";
}

.fad.fa-sensor-fire:after {
  content: "\10e02a";
}

.fad.fa-sensor-on:after {
  content: "\10e02b";
}

.fad.fa-sensor-smoke:after {
  content: "\10e02c";
}

.fad.fa-server:after {
  content: "\10f233";
}

.fad.fa-shapes:after {
  content: "\10f61f";
}

.fad.fa-share:after {
  content: "\10f064";
}

.fad.fa-share-all:after {
  content: "\10f367";
}

.fad.fa-share-alt:after {
  content: "\10f1e0";
}

.fad.fa-share-alt-square:after {
  content: "\10f1e1";
}

.fad.fa-share-square:after {
  content: "\10f14d";
}

.fad.fa-sheep:after {
  content: "\10f711";
}

.fad.fa-shekel-sign:after {
  content: "\10f20b";
}

.fad.fa-shield:after {
  content: "\10f132";
}

.fad.fa-shield-alt:after {
  content: "\10f3ed";
}

.fad.fa-shield-check:after {
  content: "\10f2f7";
}

.fad.fa-shield-cross:after {
  content: "\10f712";
}

.fad.fa-shield-virus:after {
  content: "\10e06c";
}

.fad.fa-ship:after {
  content: "\10f21a";
}

.fad.fa-shipping-fast:after {
  content: "\10f48b";
}

.fad.fa-shipping-timed:after {
  content: "\10f48c";
}

.fad.fa-shish-kebab:after {
  content: "\10f821";
}

.fad.fa-shoe-prints:after {
  content: "\10f54b";
}

.fad.fa-shopping-bag:after {
  content: "\10f290";
}

.fad.fa-shopping-basket:after {
  content: "\10f291";
}

.fad.fa-shopping-cart:after {
  content: "\10f07a";
}

.fad.fa-shovel:after {
  content: "\10f713";
}

.fad.fa-shovel-snow:after {
  content: "\10f7c3";
}

.fad.fa-shower:after {
  content: "\10f2cc";
}

.fad.fa-shredder:after {
  content: "\10f68a";
}

.fad.fa-shuttle-van:after {
  content: "\10f5b6";
}

.fad.fa-shuttlecock:after {
  content: "\10f45b";
}

.fad.fa-sickle:after {
  content: "\10f822";
}

.fad.fa-sigma:after {
  content: "\10f68b";
}

.fad.fa-sign:after {
  content: "\10f4d9";
}

.fad.fa-sign-in:after {
  content: "\10f090";
}

.fad.fa-sign-in-alt:after {
  content: "\10f2f6";
}

.fad.fa-sign-language:after {
  content: "\10f2a7";
}

.fad.fa-sign-out:after {
  content: "\10f08b";
}

.fad.fa-sign-out-alt:after {
  content: "\10f2f5";
}

.fad.fa-signal:after {
  content: "\10f012";
}

.fad.fa-signal-1:after {
  content: "\10f68c";
}

.fad.fa-signal-2:after {
  content: "\10f68d";
}

.fad.fa-signal-3:after {
  content: "\10f68e";
}

.fad.fa-signal-4:after {
  content: "\10f68f";
}

.fad.fa-signal-alt:after {
  content: "\10f690";
}

.fad.fa-signal-alt-1:after {
  content: "\10f691";
}

.fad.fa-signal-alt-2:after {
  content: "\10f692";
}

.fad.fa-signal-alt-3:after {
  content: "\10f693";
}

.fad.fa-signal-alt-slash:after {
  content: "\10f694";
}

.fad.fa-signal-slash:after {
  content: "\10f695";
}

.fad.fa-signal-stream:after {
  content: "\10f8dd";
}

.fad.fa-signature:after {
  content: "\10f5b7";
}

.fad.fa-sim-card:after {
  content: "\10f7c4";
}

.fad.fa-sink:after {
  content: "\10e06d";
}

.fad.fa-siren:after {
  content: "\10e02d";
}

.fad.fa-siren-on:after {
  content: "\10e02e";
}

.fad.fa-sitemap:after {
  content: "\10f0e8";
}

.fad.fa-skating:after {
  content: "\10f7c5";
}

.fad.fa-skeleton:after {
  content: "\10f620";
}

.fad.fa-ski-jump:after {
  content: "\10f7c7";
}

.fad.fa-ski-lift:after {
  content: "\10f7c8";
}

.fad.fa-skiing:after {
  content: "\10f7c9";
}

.fad.fa-skiing-nordic:after {
  content: "\10f7ca";
}

.fad.fa-skull:after {
  content: "\10f54c";
}

.fad.fa-skull-cow:after {
  content: "\10f8de";
}

.fad.fa-skull-crossbones:after {
  content: "\10f714";
}

.fad.fa-slash:after {
  content: "\10f715";
}

.fad.fa-sledding:after {
  content: "\10f7cb";
}

.fad.fa-sleigh:after {
  content: "\10f7cc";
}

.fad.fa-sliders-h:after {
  content: "\10f1de";
}

.fad.fa-sliders-h-square:after {
  content: "\10f3f0";
}

.fad.fa-sliders-v:after {
  content: "\10f3f1";
}

.fad.fa-sliders-v-square:after {
  content: "\10f3f2";
}

.fad.fa-smile:after {
  content: "\10f118";
}

.fad.fa-smile-beam:after {
  content: "\10f5b8";
}

.fad.fa-smile-plus:after {
  content: "\10f5b9";
}

.fad.fa-smile-wink:after {
  content: "\10f4da";
}

.fad.fa-smog:after {
  content: "\10f75f";
}

.fad.fa-smoke:after {
  content: "\10f760";
}

.fad.fa-smoking:after {
  content: "\10f48d";
}

.fad.fa-smoking-ban:after {
  content: "\10f54d";
}

.fad.fa-sms:after {
  content: "\10f7cd";
}

.fad.fa-snake:after {
  content: "\10f716";
}

.fad.fa-snooze:after {
  content: "\10f880";
}

.fad.fa-snow-blowing:after {
  content: "\10f761";
}

.fad.fa-snowboarding:after {
  content: "\10f7ce";
}

.fad.fa-snowflake:after {
  content: "\10f2dc";
}

.fad.fa-snowflakes:after {
  content: "\10f7cf";
}

.fad.fa-snowman:after {
  content: "\10f7d0";
}

.fad.fa-snowmobile:after {
  content: "\10f7d1";
}

.fad.fa-snowplow:after {
  content: "\10f7d2";
}

.fad.fa-soap:after {
  content: "\10e06e";
}

.fad.fa-socks:after {
  content: "\10f696";
}

.fad.fa-solar-panel:after {
  content: "\10f5ba";
}

.fad.fa-solar-system:after {
  content: "\10e02f";
}

.fad.fa-sort:after {
  content: "\10f0dc";
}

.fad.fa-sort-alpha-down:after {
  content: "\10f15d";
}

.fad.fa-sort-alpha-down-alt:after {
  content: "\10f881";
}

.fad.fa-sort-alpha-up:after {
  content: "\10f15e";
}

.fad.fa-sort-alpha-up-alt:after {
  content: "\10f882";
}

.fad.fa-sort-alt:after {
  content: "\10f883";
}

.fad.fa-sort-amount-down:after {
  content: "\10f160";
}

.fad.fa-sort-amount-down-alt:after {
  content: "\10f884";
}

.fad.fa-sort-amount-up:after {
  content: "\10f161";
}

.fad.fa-sort-amount-up-alt:after {
  content: "\10f885";
}

.fad.fa-sort-circle:after {
  content: "\10e030";
}

.fad.fa-sort-circle-down:after {
  content: "\10e031";
}

.fad.fa-sort-circle-up:after {
  content: "\10e032";
}

.fad.fa-sort-down:after {
  content: "\10f0dd";
}

.fad.fa-sort-numeric-down:after {
  content: "\10f162";
}

.fad.fa-sort-numeric-down-alt:after {
  content: "\10f886";
}

.fad.fa-sort-numeric-up:after {
  content: "\10f163";
}

.fad.fa-sort-numeric-up-alt:after {
  content: "\10f887";
}

.fad.fa-sort-shapes-down:after {
  content: "\10f888";
}

.fad.fa-sort-shapes-down-alt:after {
  content: "\10f889";
}

.fad.fa-sort-shapes-up:after {
  content: "\10f88a";
}

.fad.fa-sort-shapes-up-alt:after {
  content: "\10f88b";
}

.fad.fa-sort-size-down:after {
  content: "\10f88c";
}

.fad.fa-sort-size-down-alt:after {
  content: "\10f88d";
}

.fad.fa-sort-size-up:after {
  content: "\10f88e";
}

.fad.fa-sort-size-up-alt:after {
  content: "\10f88f";
}

.fad.fa-sort-up:after {
  content: "\10f0de";
}

.fad.fa-soup:after {
  content: "\10f823";
}

.fad.fa-spa:after {
  content: "\10f5bb";
}

.fad.fa-space-shuttle:after {
  content: "\10f197";
}

.fad.fa-space-station-moon:after {
  content: "\10e033";
}

.fad.fa-space-station-moon-alt:after {
  content: "\10e034";
}

.fad.fa-spade:after {
  content: "\10f2f4";
}

.fad.fa-sparkles:after {
  content: "\10f890";
}

.fad.fa-speaker:after {
  content: "\10f8df";
}

.fad.fa-speakers:after {
  content: "\10f8e0";
}

.fad.fa-spell-check:after {
  content: "\10f891";
}

.fad.fa-spider:after {
  content: "\10f717";
}

.fad.fa-spider-black-widow:after {
  content: "\10f718";
}

.fad.fa-spider-web:after {
  content: "\10f719";
}

.fad.fa-spinner:after {
  content: "\10f110";
}

.fad.fa-spinner-third:after {
  content: "\10f3f4";
}

.fad.fa-splotch:after {
  content: "\10f5bc";
}

.fad.fa-spray-can:after {
  content: "\10f5bd";
}

.fad.fa-sprinkler:after {
  content: "\10e035";
}

.fad.fa-square:after {
  content: "\10f0c8";
}

.fad.fa-square-full:after {
  content: "\10f45c";
}

.fad.fa-square-root:after {
  content: "\10f697";
}

.fad.fa-square-root-alt:after {
  content: "\10f698";
}

.fad.fa-squirrel:after {
  content: "\10f71a";
}

.fad.fa-staff:after {
  content: "\10f71b";
}

.fad.fa-stamp:after {
  content: "\10f5bf";
}

.fad.fa-star:after {
  content: "\10f005";
}

.fad.fa-star-and-crescent:after {
  content: "\10f699";
}

.fad.fa-star-christmas:after {
  content: "\10f7d4";
}

.fad.fa-star-exclamation:after {
  content: "\10f2f3";
}

.fad.fa-star-half:after {
  content: "\10f089";
}

.fad.fa-star-half-alt:after {
  content: "\10f5c0";
}

.fad.fa-star-of-david:after {
  content: "\10f69a";
}

.fad.fa-star-of-life:after {
  content: "\10f621";
}

.fad.fa-star-shooting:after {
  content: "\10e036";
}

.fad.fa-starfighter:after {
  content: "\10e037";
}

.fad.fa-starfighter-alt:after {
  content: "\10e038";
}

.fad.fa-stars:after {
  content: "\10f762";
}

.fad.fa-starship:after {
  content: "\10e039";
}

.fad.fa-starship-freighter:after {
  content: "\10e03a";
}

.fad.fa-steak:after {
  content: "\10f824";
}

.fad.fa-steering-wheel:after {
  content: "\10f622";
}

.fad.fa-step-backward:after {
  content: "\10f048";
}

.fad.fa-step-forward:after {
  content: "\10f051";
}

.fad.fa-stethoscope:after {
  content: "\10f0f1";
}

.fad.fa-sticky-note:after {
  content: "\10f249";
}

.fad.fa-stocking:after {
  content: "\10f7d5";
}

.fad.fa-stomach:after {
  content: "\10f623";
}

.fad.fa-stop:after {
  content: "\10f04d";
}

.fad.fa-stop-circle:after {
  content: "\10f28d";
}

.fad.fa-stopwatch:after {
  content: "\10f2f2";
}

.fad.fa-stopwatch-20:after {
  content: "\10e06f";
}

.fad.fa-store:after {
  content: "\10f54e";
}

.fad.fa-store-alt:after {
  content: "\10f54f";
}

.fad.fa-store-alt-slash:after {
  content: "\10e070";
}

.fad.fa-store-slash:after {
  content: "\10e071";
}

.fad.fa-stream:after {
  content: "\10f550";
}

.fad.fa-street-view:after {
  content: "\10f21d";
}

.fad.fa-stretcher:after {
  content: "\10f825";
}

.fad.fa-strikethrough:after {
  content: "\10f0cc";
}

.fad.fa-stroopwafel:after {
  content: "\10f551";
}

.fad.fa-subscript:after {
  content: "\10f12c";
}

.fad.fa-subway:after {
  content: "\10f239";
}

.fad.fa-suitcase:after {
  content: "\10f0f2";
}

.fad.fa-suitcase-rolling:after {
  content: "\10f5c1";
}

.fad.fa-sun:after {
  content: "\10f185";
}

.fad.fa-sun-cloud:after {
  content: "\10f763";
}

.fad.fa-sun-dust:after {
  content: "\10f764";
}

.fad.fa-sun-haze:after {
  content: "\10f765";
}

.fad.fa-sunglasses:after {
  content: "\10f892";
}

.fad.fa-sunrise:after {
  content: "\10f766";
}

.fad.fa-sunset:after {
  content: "\10f767";
}

.fad.fa-superscript:after {
  content: "\10f12b";
}

.fad.fa-surprise:after {
  content: "\10f5c2";
}

.fad.fa-swatchbook:after {
  content: "\10f5c3";
}

.fad.fa-swimmer:after {
  content: "\10f5c4";
}

.fad.fa-swimming-pool:after {
  content: "\10f5c5";
}

.fad.fa-sword:after {
  content: "\10f71c";
}

.fad.fa-sword-laser:after {
  content: "\10e03b";
}

.fad.fa-sword-laser-alt:after {
  content: "\10e03c";
}

.fad.fa-swords:after {
  content: "\10f71d";
}

.fad.fa-swords-laser:after {
  content: "\10e03d";
}

.fad.fa-synagogue:after {
  content: "\10f69b";
}

.fad.fa-sync:after {
  content: "\10f021";
}

.fad.fa-sync-alt:after {
  content: "\10f2f1";
}

.fad.fa-syringe:after {
  content: "\10f48e";
}

.fad.fa-table:after {
  content: "\10f0ce";
}

.fad.fa-table-tennis:after {
  content: "\10f45d";
}

.fad.fa-tablet:after {
  content: "\10f10a";
}

.fad.fa-tablet-alt:after {
  content: "\10f3fa";
}

.fad.fa-tablet-android:after {
  content: "\10f3fb";
}

.fad.fa-tablet-android-alt:after {
  content: "\10f3fc";
}

.fad.fa-tablet-rugged:after {
  content: "\10f48f";
}

.fad.fa-tablets:after {
  content: "\10f490";
}

.fad.fa-tachometer:after {
  content: "\10f0e4";
}

.fad.fa-tachometer-alt:after {
  content: "\10f3fd";
}

.fad.fa-tachometer-alt-average:after {
  content: "\10f624";
}

.fad.fa-tachometer-alt-fast:after {
  content: "\10f625";
}

.fad.fa-tachometer-alt-fastest:after {
  content: "\10f626";
}

.fad.fa-tachometer-alt-slow:after {
  content: "\10f627";
}

.fad.fa-tachometer-alt-slowest:after {
  content: "\10f628";
}

.fad.fa-tachometer-average:after {
  content: "\10f629";
}

.fad.fa-tachometer-fast:after {
  content: "\10f62a";
}

.fad.fa-tachometer-fastest:after {
  content: "\10f62b";
}

.fad.fa-tachometer-slow:after {
  content: "\10f62c";
}

.fad.fa-tachometer-slowest:after {
  content: "\10f62d";
}

.fad.fa-taco:after {
  content: "\10f826";
}

.fad.fa-tag:after {
  content: "\10f02b";
}

.fad.fa-tags:after {
  content: "\10f02c";
}

.fad.fa-tally:after {
  content: "\10f69c";
}

.fad.fa-tanakh:after {
  content: "\10f827";
}

.fad.fa-tape:after {
  content: "\10f4db";
}

.fad.fa-tasks:after {
  content: "\10f0ae";
}

.fad.fa-tasks-alt:after {
  content: "\10f828";
}

.fad.fa-taxi:after {
  content: "\10f1ba";
}

.fad.fa-teeth:after {
  content: "\10f62e";
}

.fad.fa-teeth-open:after {
  content: "\10f62f";
}

.fad.fa-telescope:after {
  content: "\10e03e";
}

.fad.fa-temperature-down:after {
  content: "\10e03f";
}

.fad.fa-temperature-frigid:after {
  content: "\10f768";
}

.fad.fa-temperature-high:after {
  content: "\10f769";
}

.fad.fa-temperature-hot:after {
  content: "\10f76a";
}

.fad.fa-temperature-low:after {
  content: "\10f76b";
}

.fad.fa-temperature-up:after {
  content: "\10e040";
}

.fad.fa-tenge:after {
  content: "\10f7d7";
}

.fad.fa-tennis-ball:after {
  content: "\10f45e";
}

.fad.fa-terminal:after {
  content: "\10f120";
}

.fad.fa-text:after {
  content: "\10f893";
}

.fad.fa-text-height:after {
  content: "\10f034";
}

.fad.fa-text-size:after {
  content: "\10f894";
}

.fad.fa-text-width:after {
  content: "\10f035";
}

.fad.fa-th:after {
  content: "\10f00a";
}

.fad.fa-th-large:after {
  content: "\10f009";
}

.fad.fa-th-list:after {
  content: "\10f00b";
}

.fad.fa-theater-masks:after {
  content: "\10f630";
}

.fad.fa-thermometer:after {
  content: "\10f491";
}

.fad.fa-thermometer-empty:after {
  content: "\10f2cb";
}

.fad.fa-thermometer-full:after {
  content: "\10f2c7";
}

.fad.fa-thermometer-half:after {
  content: "\10f2c9";
}

.fad.fa-thermometer-quarter:after {
  content: "\10f2ca";
}

.fad.fa-thermometer-three-quarters:after {
  content: "\10f2c8";
}

.fad.fa-theta:after {
  content: "\10f69e";
}

.fad.fa-thumbs-down:after {
  content: "\10f165";
}

.fad.fa-thumbs-up:after {
  content: "\10f164";
}

.fad.fa-thumbtack:after {
  content: "\10f08d";
}

.fad.fa-thunderstorm:after {
  content: "\10f76c";
}

.fad.fa-thunderstorm-moon:after {
  content: "\10f76d";
}

.fad.fa-thunderstorm-sun:after {
  content: "\10f76e";
}

.fad.fa-ticket:after {
  content: "\10f145";
}

.fad.fa-ticket-alt:after {
  content: "\10f3ff";
}

.fad.fa-tilde:after {
  content: "\10f69f";
}

.fad.fa-times:after {
  content: "\10f00d";
}

.fad.fa-times-circle:after {
  content: "\10f057";
}

.fad.fa-times-hexagon:after {
  content: "\10f2ee";
}

.fad.fa-times-octagon:after {
  content: "\10f2f0";
}

.fad.fa-times-square:after {
  content: "\10f2d3";
}

.fad.fa-tint:after {
  content: "\10f043";
}

.fad.fa-tint-slash:after {
  content: "\10f5c7";
}

.fad.fa-tire:after {
  content: "\10f631";
}

.fad.fa-tire-flat:after {
  content: "\10f632";
}

.fad.fa-tire-pressure-warning:after {
  content: "\10f633";
}

.fad.fa-tire-rugged:after {
  content: "\10f634";
}

.fad.fa-tired:after {
  content: "\10f5c8";
}

.fad.fa-toggle-off:after {
  content: "\10f204";
}

.fad.fa-toggle-on:after {
  content: "\10f205";
}

.fad.fa-toilet:after {
  content: "\10f7d8";
}

.fad.fa-toilet-paper:after {
  content: "\10f71e";
}

.fad.fa-toilet-paper-alt:after {
  content: "\10f71f";
}

.fad.fa-toilet-paper-slash:after {
  content: "\10e072";
}

.fad.fa-tombstone:after {
  content: "\10f720";
}

.fad.fa-tombstone-alt:after {
  content: "\10f721";
}

.fad.fa-toolbox:after {
  content: "\10f552";
}

.fad.fa-tools:after {
  content: "\10f7d9";
}

.fad.fa-tooth:after {
  content: "\10f5c9";
}

.fad.fa-toothbrush:after {
  content: "\10f635";
}

.fad.fa-torah:after {
  content: "\10f6a0";
}

.fad.fa-torii-gate:after {
  content: "\10f6a1";
}

.fad.fa-tornado:after {
  content: "\10f76f";
}

.fad.fa-tractor:after {
  content: "\10f722";
}

.fad.fa-trademark:after {
  content: "\10f25c";
}

.fad.fa-traffic-cone:after {
  content: "\10f636";
}

.fad.fa-traffic-light:after {
  content: "\10f637";
}

.fad.fa-traffic-light-go:after {
  content: "\10f638";
}

.fad.fa-traffic-light-slow:after {
  content: "\10f639";
}

.fad.fa-traffic-light-stop:after {
  content: "\10f63a";
}

.fad.fa-trailer:after {
  content: "\10e041";
}

.fad.fa-train:after {
  content: "\10f238";
}

.fad.fa-tram:after {
  content: "\10f7da";
}

.fad.fa-transgender:after {
  content: "\10f224";
}

.fad.fa-transgender-alt:after {
  content: "\10f225";
}

.fad.fa-transporter:after {
  content: "\10e042";
}

.fad.fa-transporter-1:after {
  content: "\10e043";
}

.fad.fa-transporter-2:after {
  content: "\10e044";
}

.fad.fa-transporter-3:after {
  content: "\10e045";
}

.fad.fa-transporter-empty:after {
  content: "\10e046";
}

.fad.fa-trash:after {
  content: "\10f1f8";
}

.fad.fa-trash-alt:after {
  content: "\10f2ed";
}

.fad.fa-trash-restore:after {
  content: "\10f829";
}

.fad.fa-trash-restore-alt:after {
  content: "\10f82a";
}

.fad.fa-trash-undo:after {
  content: "\10f895";
}

.fad.fa-trash-undo-alt:after {
  content: "\10f896";
}

.fad.fa-treasure-chest:after {
  content: "\10f723";
}

.fad.fa-tree:after {
  content: "\10f1bb";
}

.fad.fa-tree-alt:after {
  content: "\10f400";
}

.fad.fa-tree-christmas:after {
  content: "\10f7db";
}

.fad.fa-tree-decorated:after {
  content: "\10f7dc";
}

.fad.fa-tree-large:after {
  content: "\10f7dd";
}

.fad.fa-tree-palm:after {
  content: "\10f82b";
}

.fad.fa-trees:after {
  content: "\10f724";
}

.fad.fa-triangle:after {
  content: "\10f2ec";
}

.fad.fa-triangle-music:after {
  content: "\10f8e2";
}

.fad.fa-trophy:after {
  content: "\10f091";
}

.fad.fa-trophy-alt:after {
  content: "\10f2eb";
}

.fad.fa-truck:after {
  content: "\10f0d1";
}

.fad.fa-truck-container:after {
  content: "\10f4dc";
}

.fad.fa-truck-couch:after {
  content: "\10f4dd";
}

.fad.fa-truck-loading:after {
  content: "\10f4de";
}

.fad.fa-truck-monster:after {
  content: "\10f63b";
}

.fad.fa-truck-moving:after {
  content: "\10f4df";
}

.fad.fa-truck-pickup:after {
  content: "\10f63c";
}

.fad.fa-truck-plow:after {
  content: "\10f7de";
}

.fad.fa-truck-ramp:after {
  content: "\10f4e0";
}

.fad.fa-trumpet:after {
  content: "\10f8e3";
}

.fad.fa-tshirt:after {
  content: "\10f553";
}

.fad.fa-tty:after {
  content: "\10f1e4";
}

.fad.fa-turkey:after {
  content: "\10f725";
}

.fad.fa-turntable:after {
  content: "\10f8e4";
}

.fad.fa-turtle:after {
  content: "\10f726";
}

.fad.fa-tv:after {
  content: "\10f26c";
}

.fad.fa-tv-alt:after {
  content: "\10f8e5";
}

.fad.fa-tv-music:after {
  content: "\10f8e6";
}

.fad.fa-tv-retro:after {
  content: "\10f401";
}

.fad.fa-typewriter:after {
  content: "\10f8e7";
}

.fad.fa-ufo:after {
  content: "\10e047";
}

.fad.fa-ufo-beam:after {
  content: "\10e048";
}

.fad.fa-umbrella:after {
  content: "\10f0e9";
}

.fad.fa-umbrella-beach:after {
  content: "\10f5ca";
}

.fad.fa-underline:after {
  content: "\10f0cd";
}

.fad.fa-undo:after {
  content: "\10f0e2";
}

.fad.fa-undo-alt:after {
  content: "\10f2ea";
}

.fad.fa-unicorn:after {
  content: "\10f727";
}

.fad.fa-union:after {
  content: "\10f6a2";
}

.fad.fa-universal-access:after {
  content: "\10f29a";
}

.fad.fa-university:after {
  content: "\10f19c";
}

.fad.fa-unlink:after {
  content: "\10f127";
}

.fad.fa-unlock:after {
  content: "\10f09c";
}

.fad.fa-unlock-alt:after {
  content: "\10f13e";
}

.fad.fa-upload:after {
  content: "\10f093";
}

.fad.fa-usb-drive:after {
  content: "\10f8e9";
}

.fad.fa-usd-circle:after {
  content: "\10f2e8";
}

.fad.fa-usd-square:after {
  content: "\10f2e9";
}

.fad.fa-user:after {
  content: "\10f007";
}

.fad.fa-user-alien:after {
  content: "\10e04a";
}

.fad.fa-user-alt:after {
  content: "\10f406";
}

.fad.fa-user-alt-slash:after {
  content: "\10f4fa";
}

.fad.fa-user-astronaut:after {
  content: "\10f4fb";
}

.fad.fa-user-chart:after {
  content: "\10f6a3";
}

.fad.fa-user-check:after {
  content: "\10f4fc";
}

.fad.fa-user-circle:after {
  content: "\10f2bd";
}

.fad.fa-user-clock:after {
  content: "\10f4fd";
}

.fad.fa-user-cog:after {
  content: "\10f4fe";
}

.fad.fa-user-cowboy:after {
  content: "\10f8ea";
}

.fad.fa-user-crown:after {
  content: "\10f6a4";
}

.fad.fa-user-edit:after {
  content: "\10f4ff";
}

.fad.fa-user-friends:after {
  content: "\10f500";
}

.fad.fa-user-graduate:after {
  content: "\10f501";
}

.fad.fa-user-hard-hat:after {
  content: "\10f82c";
}

.fad.fa-user-headset:after {
  content: "\10f82d";
}

.fad.fa-user-injured:after {
  content: "\10f728";
}

.fad.fa-user-lock:after {
  content: "\10f502";
}

.fad.fa-user-md:after {
  content: "\10f0f0";
}

.fad.fa-user-md-chat:after {
  content: "\10f82e";
}

.fad.fa-user-minus:after {
  content: "\10f503";
}

.fad.fa-user-music:after {
  content: "\10f8eb";
}

.fad.fa-user-ninja:after {
  content: "\10f504";
}

.fad.fa-user-nurse:after {
  content: "\10f82f";
}

.fad.fa-user-plus:after {
  content: "\10f234";
}

.fad.fa-user-robot:after {
  content: "\10e04b";
}

.fad.fa-user-secret:after {
  content: "\10f21b";
}

.fad.fa-user-shield:after {
  content: "\10f505";
}

.fad.fa-user-slash:after {
  content: "\10f506";
}

.fad.fa-user-tag:after {
  content: "\10f507";
}

.fad.fa-user-tie:after {
  content: "\10f508";
}

.fad.fa-user-times:after {
  content: "\10f235";
}

.fad.fa-user-unlock:after {
  content: "\10e058";
}

.fad.fa-user-visor:after {
  content: "\10e04c";
}

.fad.fa-users:after {
  content: "\10f0c0";
}

.fad.fa-users-class:after {
  content: "\10f63d";
}

.fad.fa-users-cog:after {
  content: "\10f509";
}

.fad.fa-users-crown:after {
  content: "\10f6a5";
}

.fad.fa-users-medical:after {
  content: "\10f830";
}

.fad.fa-users-slash:after {
  content: "\10e073";
}

.fad.fa-utensil-fork:after {
  content: "\10f2e3";
}

.fad.fa-utensil-knife:after {
  content: "\10f2e4";
}

.fad.fa-utensil-spoon:after {
  content: "\10f2e5";
}

.fad.fa-utensils:after {
  content: "\10f2e7";
}

.fad.fa-utensils-alt:after {
  content: "\10f2e6";
}

.fad.fa-vacuum:after {
  content: "\10e04d";
}

.fad.fa-vacuum-robot:after {
  content: "\10e04e";
}

.fad.fa-value-absolute:after {
  content: "\10f6a6";
}

.fad.fa-vector-square:after {
  content: "\10f5cb";
}

.fad.fa-venus:after {
  content: "\10f221";
}

.fad.fa-venus-double:after {
  content: "\10f226";
}

.fad.fa-venus-mars:after {
  content: "\10f228";
}

.fad.fa-vest:after {
  content: "\10e085";
}

.fad.fa-vest-patches:after {
  content: "\10e086";
}

.fad.fa-vhs:after {
  content: "\10f8ec";
}

.fad.fa-vial:after {
  content: "\10f492";
}

.fad.fa-vials:after {
  content: "\10f493";
}

.fad.fa-video:after {
  content: "\10f03d";
}

.fad.fa-video-plus:after {
  content: "\10f4e1";
}

.fad.fa-video-slash:after {
  content: "\10f4e2";
}

.fad.fa-vihara:after {
  content: "\10f6a7";
}

.fad.fa-violin:after {
  content: "\10f8ed";
}

.fad.fa-virus:after {
  content: "\10e074";
}

.fad.fa-virus-slash:after {
  content: "\10e075";
}

.fad.fa-viruses:after {
  content: "\10e076";
}

.fad.fa-voicemail:after {
  content: "\10f897";
}

.fad.fa-volcano:after {
  content: "\10f770";
}

.fad.fa-volleyball-ball:after {
  content: "\10f45f";
}

.fad.fa-volume:after {
  content: "\10f6a8";
}

.fad.fa-volume-down:after {
  content: "\10f027";
}

.fad.fa-volume-mute:after {
  content: "\10f6a9";
}

.fad.fa-volume-off:after {
  content: "\10f026";
}

.fad.fa-volume-slash:after {
  content: "\10f2e2";
}

.fad.fa-volume-up:after {
  content: "\10f028";
}

.fad.fa-vote-nay:after {
  content: "\10f771";
}

.fad.fa-vote-yea:after {
  content: "\10f772";
}

.fad.fa-vr-cardboard:after {
  content: "\10f729";
}

.fad.fa-wagon-covered:after {
  content: "\10f8ee";
}

.fad.fa-walker:after {
  content: "\10f831";
}

.fad.fa-walkie-talkie:after {
  content: "\10f8ef";
}

.fad.fa-walking:after {
  content: "\10f554";
}

.fad.fa-wallet:after {
  content: "\10f555";
}

.fad.fa-wand:after {
  content: "\10f72a";
}

.fad.fa-wand-magic:after {
  content: "\10f72b";
}

.fad.fa-warehouse:after {
  content: "\10f494";
}

.fad.fa-warehouse-alt:after {
  content: "\10f495";
}

.fad.fa-washer:after {
  content: "\10f898";
}

.fad.fa-watch:after {
  content: "\10f2e1";
}

.fad.fa-watch-calculator:after {
  content: "\10f8f0";
}

.fad.fa-watch-fitness:after {
  content: "\10f63e";
}

.fad.fa-water:after {
  content: "\10f773";
}

.fad.fa-water-lower:after {
  content: "\10f774";
}

.fad.fa-water-rise:after {
  content: "\10f775";
}

.fad.fa-wave-sine:after {
  content: "\10f899";
}

.fad.fa-wave-square:after {
  content: "\10f83e";
}

.fad.fa-wave-triangle:after {
  content: "\10f89a";
}

.fad.fa-waveform:after {
  content: "\10f8f1";
}

.fad.fa-waveform-path:after {
  content: "\10f8f2";
}

.fad.fa-webcam:after {
  content: "\10f832";
}

.fad.fa-webcam-slash:after {
  content: "\10f833";
}

.fad.fa-weight:after {
  content: "\10f496";
}

.fad.fa-weight-hanging:after {
  content: "\10f5cd";
}

.fad.fa-whale:after {
  content: "\10f72c";
}

.fad.fa-wheat:after {
  content: "\10f72d";
}

.fad.fa-wheelchair:after {
  content: "\10f193";
}

.fad.fa-whistle:after {
  content: "\10f460";
}

.fad.fa-wifi:after {
  content: "\10f1eb";
}

.fad.fa-wifi-1:after {
  content: "\10f6aa";
}

.fad.fa-wifi-2:after {
  content: "\10f6ab";
}

.fad.fa-wifi-slash:after {
  content: "\10f6ac";
}

.fad.fa-wind:after {
  content: "\10f72e";
}

.fad.fa-wind-turbine:after {
  content: "\10f89b";
}

.fad.fa-wind-warning:after {
  content: "\10f776";
}

.fad.fa-window:after {
  content: "\10f40e";
}

.fad.fa-window-alt:after {
  content: "\10f40f";
}

.fad.fa-window-close:after {
  content: "\10f410";
}

.fad.fa-window-frame:after {
  content: "\10e04f";
}

.fad.fa-window-frame-open:after {
  content: "\10e050";
}

.fad.fa-window-maximize:after {
  content: "\10f2d0";
}

.fad.fa-window-minimize:after {
  content: "\10f2d1";
}

.fad.fa-window-restore:after {
  content: "\10f2d2";
}

.fad.fa-windsock:after {
  content: "\10f777";
}

.fad.fa-wine-bottle:after {
  content: "\10f72f";
}

.fad.fa-wine-glass:after {
  content: "\10f4e3";
}

.fad.fa-wine-glass-alt:after {
  content: "\10f5ce";
}

.fad.fa-won-sign:after {
  content: "\10f159";
}

.fad.fa-wreath:after {
  content: "\10f7e2";
}

.fad.fa-wrench:after {
  content: "\10f0ad";
}

.fad.fa-x-ray:after {
  content: "\10f497";
}

.fad.fa-yen-sign:after {
  content: "\10f157";
}

.fad.fa-yin-yang:after {
  content: "\10f6ad";
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../fontawesome/webfonts/fa-solid-900.eot");
  src: url("../../fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../../fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("../../fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../../fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../fontawesome/webfonts/fa-regular-400.eot");
  src: url("../../fontawesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../../fontawesome/webfonts/fa-regular-400.woff") format("woff"), url("../../fontawesome/webfonts/fa-regular-400.ttf") format("truetype"), url("../../fontawesome/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../../fontawesome/webfonts/fa-light-300.eot");
  src: url("../../fontawesome/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../../fontawesome/webfonts/fa-light-300.woff2") format("woff2"), url("../../fontawesome/webfonts/fa-light-300.woff") format("woff"), url("../../fontawesome/webfonts/fa-light-300.ttf") format("truetype"), url("../../fontawesome/webfonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../fontawesome/webfonts/fa-brands-400.eot");
  src: url("../../fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../../fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("../../fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("../../fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

#NTXAdvert a {
  word-break: break-all;
}

body.a_dvert main .is-container {
  border-top: 0;
}

.ie.a_dvert .details .row #NTXSideNavContents {
  margin-left: 0px !important;
}

@media (max-width: 991.98px) {
  .ie.a_dvert .is-container .details > .row {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  body .a_dvert main, body.application main {
    padding: 0px 0px 0px 0;
  }
  body.a_dvert main .is-container {
    margin: 0 !important;
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  body .a_dvert main .is-container aside.details {
    display: flex;
    min-height: 189px;
    padding: 20px 20px;
    border-bottom-width: 1px;
  }
  body .a_dvert #noticeHeader {
    border: 0;
  }
  .AdvertParentContainer * {
    width: 100% !important;
  }
  .AdvertParentContainer {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .btn {
    padding: 0.375rem 0.7rem !important;
  }
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  font-weight: 700;
}

.fa, .fas {
  font-family: "Font Awesome 5 Pro" !important;
}

.cc-theme-classic {
  background-color: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.cc-theme-classic span {
  padding-right: 40px;
  font-weight: 700;
}

.ntx-button-bottom i {
  margin-left: -45px !important;
}

.mobile-menu-button {
  border: 0;
}

.ntx-button-bottom.bottom-right {
  right: 0;
  width: 50%;
}

.ntx-button-bottom.bottom-left {
  left: 0;
  width: 50%;
}

.nav {
  flex-wrap: inherit;
}

.btn.fave, .btn.fave:active, .btn.fave:focus, .btn.fave:hover {
  color: #6c757d !important;
  border-color: #6c757d !important;
  background-color: transparent !important;
}

.fa-layers {
  position: relative;
}

.fa-layers > span {
  position: absolute;
  line-height: 21px;
  font-size: 14px;
  background: #ff8739;
  bottom: 3px;
  right: -3px;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  color: #3D3D3D;
  font-weight: bold;
  text-align: center;
  text-indent: 0px;
}

.a_dvert nav {
  display: none;
}

button {
  cursor: pointer;
}

.cc-link {
  color: #0c62aa !important;
}

.cc-btn.cc-dismiss {
  background-color: #14854B;
  border-color: #14854B;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem !important;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.cc-btn.cc-dismiss:hover {
  color: #fff;
  background-color: #218838 !important;
  border-color: #1e7e34 !important;
  text-decoration: none;
}

.cc-theme-classic span {
  padding-right: 0px;
  font-weight: 600;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 200px !important;
}

.aaa-checkbox {
  padding: 10px;
  background-color: #f1f1f1;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  position: relative;
}

.aaa-checkbox input.privacy-policy-checkbox {
  position: absolute;
  width: 20px;
  height: 20px;
}

.aaa-checkbox label.privacy-policy-checkbox {
  margin-left: 35px;
  position: relative;
  top: -2px;
}

@media (max-width: 991.98px) {
  #NTXSideNavContents button span {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .search-container > .is-container {
    margin-top: 60px;
  }
  header button.btn span {
    display: none;
  }
  header button.btn svg, header button.btn i {
    margin-right: 0 !important;
  }
  main .search-container .is-container form h1, div[role=main] .search-container .is-container form h1 {
    font-size: 3.1rem;
    padding: 10px 10px;
  }
  .scroll-down-container {
    display: none;
  }
}
@media (max-width: 320px) {
  header svg#networx-logo {
    height: 30px;
  }
  .btn.fave {
    font-size: 0.675rem;
  }
  .btn.fave, .btn.alerts {
    font-size: 0.675rem;
  }
}
/*.ntx-navigation-container .btn-outline-blue i, header .nav-item .btn-outline-blue i, header .nav-item .btn i {
    color: $blue;
}*/
header .nav-item .just-icon i {
  color: #0c62aa;
}

.ntx-navigation-container .close-button i, header .close-button i, .ntx-navigation-container .btn-blue i, header .nav-item .btn-blue i {
  color: #fff;
}

.ntx-navigation-container .col:first-of-type i.fa-bars, header i.fa-bars {
  color: #495057;
}

.is-container.shareButtons > div > div {
  margin: 0 !important;
}

.is-container.shareButtons > div > div > a > i {
  margin-right: 10px;
}

.is-container.shareButtons > div > div > a.whatsapp {
  color: #188842;
  border-color: #188842;
}
.is-container.shareButtons > div > div > a.whatsapp:hover {
  color: #fff;
  background-color: #188842;
}

.is-container.shareButtons > div > div > a.twitter {
  color: #0B7BC0;
  border-color: #0B7BC0;
}
.is-container.shareButtons > div > div > a.twitter:hover {
  color: #fff;
  background-color: #0B7BC0;
}

.is-container.shareButtons > div > div > a.facebook {
  color: #3b5998;
  border-color: #3b5998;
}
.is-container.shareButtons > div > div > a.facebook:hover {
  color: #fff;
  background-color: #3b5998;
}

.is-container.shareButtons > div > div > a.linkedin {
  color: #007bb5;
  border-color: #007bb5;
}
.is-container.shareButtons > div > div > a.linkedin:hover {
  color: #fff;
  background-color: #007bb5;
}

@media (max-width: 1199.98px) {
  .is-container.shareButtons > div > div > a span {
    display: none;
  }
  .is-container.shareButtons > div > div > a i {
    margin-right: 0;
  }
}
svg#networx-logo *[class^=networx-mark-innovate],
svg#networx-logo *[class^=networx-mark-recruitment] {
  fill: #495057;
}
svg#networx-logo *[class^=networx-mark-networx-net] {
  fill: #ff8839;
}
svg#networx-logo *[class^=networx-mark-networx-worx-] {
  fill: #0c62aa;
}

.is-homepage svg#networx-logo *[class^=networx-mark-innovate],
.is-homepage svg#networx-logo *[class^=networx-mark-recruitment],
.is-homepage svg#networx-logo *[class^=networx-mark-networx-net],
.is-homepage svg#networx-logo *[class^=networx-mark-networx-worx-] {
  fill: #fff;
}

.is-homepage svg#networx-logo-footer {
  fill: #fff;
}

.is-homepage .featured > div {
  padding: 0 !important;
}

.is-homepage header {
  position: absolute;
  z-index: 5;
  width: 100%;
  border: 0;
  background-color: transparent;
}

.is-homepage header .col:first-of-type i, .is-homepage .ntx-navigation-container i, .is-homepage header i, .is-homepage button.dropdown-toggle, .is-homepage header .nav-item .just-icon i {
  color: #fff;
}

.is-homepage header svg#networx-logo {
  top: 3px;
  position: relative;
}

.is-homepage .is-container.full-container {
  max-width: 1150px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .is-homepage header svg#networx-logo {
    top: unset;
    position: unset;
  }
}
.is-homepage header img#networx-logo {
  top: 3px;
  position: relative;
  background-image: url(../../../Website/img/networx-byIRIS-white-logo.png);
}

/*article.item.featured {
    width: auto;
    position: relative;
    margin-bottom: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 10px;
    min-height: 360px !important;
    width: 100%;
}

article.item.featured > div {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 1;
    border: 0;
}

article.item.featured .logo-container {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 1;
    border: 0;
}

article.item.featured .details {
    padding: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

article.item.featured .theDeets p span {
    display: none;
}

article.item.featured .badge {
    position: relative;
    z-index: 1;
    max-width: fit-content;
    margin: 10px 10px 0 auto;
    opacity: 0.8;
}

article.item.featured section.details {
    width: 100%;
    background-color: transparent;
    padding: 20px;
}

article.item.featured .logo {
    background-position: center;
    min-height: 120px;
    min-width: 100%;
    text-index: -9999999px;
    text-index: -9999999px;
}

article.item.featured .theFilter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

article.item.featured .theBack {
    border-radius: 5px !important;
    border: 1px solid rgba(255,255,255,0.9) !important;
}

article.item.featured .theBack:before {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: ' ';
    z-index: 0;
}

//
// Responsive Rules Below
//
@include media-breakpoint-down(sm) {
}*/
.mobileRefine {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  border-radius: 0;
}

.results {
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.05);
}

.count {
  color: #495057;
}

.my-filters-selected button i {
  position: absolute;
  right: 0;
  top: 3px;
}

.refine h2 {
  font-size: 1.25rem;
  color: #495057;
}

.refine a {
  font-weight: 500;
  cursor: pointer;
}

.refine hr {
  height: 1px;
  background-color: rgba(221, 221, 221, 0.9);
  margin-top: 20px;
  margin-bottom: 20px;
}

.advert {
  position: relative;
  border-bottom: 1px solid #dddddd;
  background-color: #fdfdfd;
  margin: 0 -20px;
  padding: 30px;
}

.row.advert:hover {
  background-color: #fff;
  position: relative;
  z-index: 3;
}

.advert .aLogo {
  width: 100%;
  height: 100%;
  display: inline-block;
  min-height: 40px;
  max-height: 80px;
}

.advert .aLogo .logo {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center right;
  margin: 0;
  background-repeat: no-repeat;
}

.advert .aFurtherInfo {
  color: #495057;
  font-size: 0.875rem;
}

.advert .aFurtherInfo p span {
  display: none !important;
}

.advert .aFurtherInfo span {
  font-weight: bold;
}

.advert .details .title {
  font-size: 1.25rem;
}

.advert .details p {
  line-height: 160%;
}

.advert .details > p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.advert .details > p:first-child {
  padding-top: 10px;
  padding-bottom: 10px;
}

.advert .actions button {
  margin-right: 20px;
  font-size: 90%;
  margin-top: 10px;
}

.is-homepage .ntx-navigation-container i, .is-homepage header i, .is-homepage button svg, .is-homepage button.dropdown-toggle {
  color: #fff;
}

.is-homepage header svg#networx-logo {
  top: 3px;
  position: relative;
}

.is-homepage .is-container.full-container {
  max-width: 1150px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .advert {
    padding: 30px 0px;
  }
}
@media (max-width: 575.98px) {
  .advert .details > a.title {
    max-width: 200px;
  }
  .advert .aLogo .logo {
    background-position: left;
  }
}
.user-icon {
  /*display:none;*/
}

body.login main section.login-content aside {
  /*height:0px !important;
  display:none;*/
}

body.login main section.login-information {
  padding: 60px 30px 30px 30px;
}

body.login main section.login-information img {
  max-width: 200px;
  max-height: 200px;
}

.login-options-main {
  padding: 0 20px;
}

.input-container label {
  font-weight: 500 !important;
}

@media (max-width: 767.98px) {
  body.login main {
    padding: 0;
  }
  body.login main section.login-information {
    padding: 60px 20px;
  }
  .login-options-main {
    padding: 0;
  }
  body.login .login-content {
    border: 0;
  }
  body.login .is-container {
    width: 100%;
  }
  body.login .login-information nav .nav-tabs .nav-link {
    padding: 0.8rem 1rem;
    font-size: 13px;
  }
  .input-container label {
    font-weight: 500 !important;
  }
}
@media (max-width: 320px) {
  body.login main section.login-information {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.login .login-information nav .nav-tabs .nav-link {
    padding: 0.8rem 1rem;
    font-size: 13px;
  }
}
div#analytics-cookie-options p {
  font-size: 1.1rem;
  line-height: 1.6rem;
}

#analytics-cookie-options {
  padding: 50px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  z-index: 20;
}

#manage-cookie-preferences p {
  color: rgb(40, 40, 40);
  font-size: 16px;
  padding: 0px;
  margin: 0 0 10px 0;
}

#manage-cookie-preferences a {
  cursor: pointer;
}

#manage-cookie-preferences-container {
  z-index: 6;
  max-width: 1200px;
}

#manage-cookie-preferences-container {
  overflow: hidden;
  overflow-y: auto;
}

#manage-cookie-preferences-container .login-close {
  top: 20px;
  right: 20px;
}

.altCookie:nth-child(odd) {
  background-color: #f6f6f6;
}

.modal div[class^=col-]:not(:last-of-type) {
  margin-right: inherit;
}

.visitor-type-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  background-color: #fff;
  z-index: 5;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 1000px;
}

.visitor-type-overlay h2 {
  color: #fff;
  font-size: 50px;
  padding: 0 110px;
  margin: 0 0 50px;
}

.visitor-type-overlay p {
  color: #fff;
  font-size: 30px;
  padding: 0 50px;
  margin: 0 0 50px 0;
}

.visitor-type-overlay .btn-success:focus {
  /*box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 1) !important;*/
}

/*.visitor-type-overlay:focus {    
    outline-style: solid;
    outline-color: white;
    outline-width: thick;
}*/
.firstBlock {
  background-image: url("../../../content/images/Recruitment-Services-1024x696.jpg");
  background-size: cover;
}

.firstBlock:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  content: " ";
  background-color: rgba(12, 98, 170, 0.8);
}

.secondBlock {
  background-image: url("../../../content/images/Recruitment-Software-1024x680.jpg");
  background-size: cover;
  background-position: top;
}

.secondBlock:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  content: " ";
  /*background-color: rgba(255, 136, 57, 0.8);*/
  background-color: rgba(202, 80, 0, 0.8);
}

.innerContent {
  position: relative;
  z-index: 5;
}

.h-100 {
  height: 100%;
}

@media (max-width: 1199.98px) {
  .visitor-type-overlay h2 {
    padding: 0 40px;
  }
  .visitor-type-overlay p {
    padding: 0 40px;
  }
}
@media (max-width: 991.98px) {
  .visitor-type-overlay h2 {
    font-size: 30px;
    padding: 0 50px;
    margin: 0 0 50px;
  }
  .visitor-type-overlay p {
    font-size: 20px;
    padding: 0 50px;
    margin: 0 0 50px 0;
  }
}
@media (max-width: 767.98px) {
  .visitor-type-overlay {
    width: 90%;
    height: 90%;
  }
}
@media (max-width: 320px) {
  .visitor-type-overlay h2 {
    font-size: 20px;
    padding: 0 20px;
    margin: 0 0 20px;
  }
  .visitor-type-overlay p {
    font-size: 18px;
    padding: 0 10px;
    margin: 0 0 20px 0;
  }
  .visitor-type-overlay button {
    font-size: 15px !important;
  }
  .visitor-type-overlay {
    width: 90%;
    height: 90%;
  }
}
.new-form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}

.new-form-check-toggle {
  position: relative;
  padding-left: 0;
  line-height: 30px;
  display: block;
}
.new-form-check-toggle input {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.new-form-check-toggle input + span {
  cursor: pointer;
  user-select: none;
  height: 30px;
  margin-left: 70px;
  display: block;
}
.new-form-check-toggle input + span:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 30px;
  width: 50px;
  background: #FFF;
  border: solid 1px #eff2f3;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  border-radius: 15px;
}
.new-form-check-toggle input + span:after {
  width: 28px;
  height: 28px;
  margin-top: 1px;
  margin-left: 1px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #FFF;
  transition: margin-left 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  text-align: center;
  font-weight: bold;
  content: "";
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.05);
}
.new-form-check-toggle input:checked + span:after {
  content: "";
  margin-left: 21px;
  box-shadow: none;
}
.new-form-check-toggle input:checked + span:before {
  background-color: #14854B;
  border-color: #14854B;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.login-information nav .nav-tabs .nav-link {
  padding: 0.8rem 1.5rem;
  text-decoration: none;
  outline: none;
}

header > .row {
  margin: 0 auto;
}

header > div {
  display: flex;
  align-items: center;
}

.is-container.applyNow {
  display: none;
  border-top: 0;
  background-color: #f8f8f8;
  padding: 20px 25px;
  position: relative;
  top: -2px;
}

.is-container.shareButtons {
  display: none;
  border-top: 0;
  background-color: #f8f8f8;
  padding: 20px 25px;
  position: relative;
  top: -1px;
}

img .quick-app-logo {
  max-width: 100%;
  max-height: 150px;
  min-height: 80px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  form .interview-feedback-container .publishing-wizard-content .quick-view-container .quick-view-answer table.layout-standard-table {
    max-width: 75vw;
  }
}
@media only screen and (max-width: 600px) {
  .is-homepage main .search-container .is-container {
    margin-top: 100px !important;
  }
}

/*# sourceMappingURL=styles-1.1.css.map */

