/* @import url('https://fonts.googleapis.com/css?family=Archivo+Black|Lato:300,400,700,700i,900,900i&display=swap'); */
@font-face {
    font-family: 'Roobert-Bold';
    src: url('/assets/fonts/Roobert-Bold.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/Roobert-Bold.woff') format('woff'), 
    url('/assets/fonts/Roobert-Bold.ttf')  format('truetype'), 
    url('/assets/fonts/Roobert-Bold.svg#Roobert-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roobert-SemiBold';
    src: url('/assets/fonts/Roobert-SemiBold.eot?#iefix') format('embedded-opentype'),  
    url('/assets/fonts/Roobert-SemiBold.otf')  format('opentype'),
    url('/assets/fonts/Roobert-SemiBold.woff') format('woff'), 
    url('/assets/fonts/Roobert-SemiBold.ttf')  format('truetype'), 
    url('/assets/fonts/Roobert-SemiBold.svg#Roobert-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
@font-face {
    font-family: 'Roobert-Regular';
    src: url('/assets/fonts/Roobert-Regular.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/Roobert-Regular.woff') format('woff'), 
    url('/assets/fonts/Roobert-Regular.ttf')  format('truetype'), 
    url('/assets/fonts/Roobert-Regular.svg#Roobert-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roobert-Regular';
    color: #3C3C3B;
    font-weight: 400;
    overflow-x: hidden;
    
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roobert-Regular';
}

/* p,h2{
    margin: 0;
} */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
ul,ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}
input, button{
    outline: none;
    -webkit-appearance: none;
}
input[type="submit"]{
    cursor: pointer;
    /*border: none;*/
}
.archivo {
    font-family: 'Roobert-Bold';
}

/* App Promo */
.app-promo {
    display: flex;
    width: 100vw;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    transition: height 0.4s ease;
    height: 0px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999999;
    background: white;
}
.app-promo.show {
    height: 72px;
}
a.app-promo-close {
    font-size: 16px;
    color: #B7B7B7;
    width: 28px;
    text-align: center;
}

a.app-promo-icon, a.app-promo-icon img {
    width: 62px;
}

a.app-promo-text {
    flex-grow: 1;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 11px;
    line-height: 1.2;
    color: #707070;
}

a.app-promo-text strong {
    font-size: 13px;
}

a.app-promo-view-container {
    width: 60px;
}

.app-promo-view {
    width: 48px;
    height: 18px;
    background: #E9E9E9;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #7347FD;
}

/* App Popup */

.app-popup {
    position: fixed !important;
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}
.app-popup.show {
    opacity: 1;
    pointer-events: all;
}

img.app-popup-background {
    width: 98vw;
    max-width: 327px;
}

a.app-popup-close {
    position: absolute;
    top: 19px;
    right: 19px;
}

a.app-popup-ios {
    position: absolute;
    right: 54px;
    bottom: 150px;
}

a.app-popup-android {
    position: absolute;
    bottom: 70px;
    right: 54px;
}

/* New Hirer Signup */
.nhs-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background: rgba(15,15,15,0.61);
    z-index: 99999;
    padding: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nhs-container {
    width: 850px;
    background: white;
    max-height: 90vh;
    border-radius: 10px;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.44);
    position: relative;
    height: 710px;
    font-size: 20px;
    color: #3c3c3b;
}

.nhs-container-content {
    padding: 4rem 0;
    overflow: auto;
    height: 100%;
}

a.nhs-close-icon {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4FDFCB;
    border-radius: 100%;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
    color: white;
    font-size: 15px;
}
.nhs-step {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0px;
    display: none;
    flex-direction: column;
    height: 100%;
}
.nhs-step.show {
    display: flex;
}

h1.nhs-h1 {
    text-align: center;
    font-size: 55px;
    line-height: 1;
    font-family: 'Roobert-Bold';
    font-style: italic;
    color: #7347FF;
    margin: 0 0 2rem 0;
}
.nhs-state-list {
    margin-top: 2em;
    display: flex;
    flex-wrap: wrap;
    width: 575px;
    justify-content: space-between;
}

.nhs-state {
    width: 270px;
    height: 55px;
    border: 2px solid #7448FF;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
    color: #7347FF;
    font-size: 16px;
    font-weight: 900;
    transition: all 0.4s ease;
    cursor: pointer;
}

.nhs-state.selected {
    background: #7347FF;
    color: white;
}

a.nhs-back-button {
    position: absolute;
    left: 34px;
    top: 34px;
}
.nhs-input-two {
    display: flex;
}

.nhs-input-two input.nhs-input {
    width: 280px;
}

.nhs-input-two input.nhs-input:first-child {
    margin-right: 15px;
}

input.nhs-input {
    height: 45px;
    width: 575px;
    padding-left: 19px;
    padding-right: 19px;
    border: 1px solid #CECECE;
    border-radius: 5px;
    outline: none;
    font-size: 18px;
    color: #545757;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 15px;
}
input.nhs-input::placeholder{
    color: #A3A3A3;
}

.nhs-signup-form {
    margin-top: 1em;
    display: flex;
    flex-direction: column;
}
.nhs-password-terms {
    width: 575px;
    display: flex;
    justify-content: space-between;
}

label[for="nhsshowpassword"] {
    display: flex;
    align-items: center;
    cursor: pointer;
}

span.nhs-switch-text {
    font-size: 16px;
    /* color: #9C9C9C; */
    margin-right: 25px;
}

span.nhs-switch {
    position: relative;
    height: 27px;
}

span.nhs-switch-knob {
    border-radius: 100%;
    width: 27px;
    height: 27px;
    background: #020202;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 14px;
    line-height: 27px;
    font-weight: 900;
    z-index: 3;
}

span.nhs-switch-bar {
    width: 45px;
    height: 16px;
    display: block;
    background: #545757;
    border-radius: 16px;
    position: absolute;
    top: 6px;
    z-index: 2;
}

.nhs-switch.active span.nhs-switch-knob {
    left: 18px;
    background: #7347ff;
}

.nhs-switch.active span.nhs-switch-bar {
    background: #7347ff;
}

label[for="nhstermsinput"] {
    display: flex;
    align-items: center;
    cursor: pointer;
}

span.nhs-checkbox {
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    border: 2px solid #545757;
    border-radius: 100%;
    margin-right: 14px;
}

span.nhs-checkbox-fill {
    display: none;
    width: 10px;
    height: 10px;
    background: #545757;
    border-radius: 100%;
    flex-grow: 0;
}

.nhs-checkbox.active span.nhs-checkbox-fill {
    display: flex;
}

span.nhs-checkbox-text {
    font-size: 16px;
    color: #545757;
}

span.nhs-checkbox-text a {
    color: inherit;
    font-weight: bold;
}

.nhs-signup-form input.nhs-input:last-child {
    margin-bottom: 10px;
}

.nhs-submit-btn,
a.nhs-a-btn,
.nhs-form-submit-btn {
    width: 575px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #7347FF;
    border-radius: 5px;
    color: white;
    margin-top: 24px;
    font-size: 18px;
    /* font-weight: 900; */
    font-family: 'Roobert-SemiBold';
    cursor: pointer;
}

a.btn-hollow {
    background-color: transparent;
    color: #7347FF;
    border: 3px solid #7347FF;
}

.btn-container {
    margin-top: auto;
}

.nhs-container p {
    margin-bottom: 1em;
    max-width: 575px;
}
.nhs-container p a {
    color: #555353;
    font-weight: bold;
}
.nhs-hirer-cancel-step p {
    text-align: center;
}

a.nhs-a-btn + p {
    margin-bottom: 20px;
    text-align: center;
}
.nhs-container .nhs-hirer-completed-step p {
    text-align: center;
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
    h1.nhs-h1 {
        font-size: 60px;
        margin: 30px 0;
    }
    .nhs-state {
        height: 50px;
        margin-bottom: 18px;
    }
    .nhs-submit-btn {
        height: 50px;
        margin-bottom: 22px;
        font-size: 16px;
        margin-top: 25px;
    }
    input.nhs-input {
        height: 50px;
        border-radius: 10px;
        font-size: 20px;
        margin-bottom: 20px;
    }
    span.nhs-switch-text {
        font-size: 18px;
        margin-right: 20px;
    }
    span.nhs-checkbox-text {
        font-size: 14px;
    }
    .nhs-form-submit-btn,a.nhs-a-btn {
        height: 50px;
        border-radius: 10px;
        margin-top: 20px;
        font-size: 20px;
    }
    .nhs-container p {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .nhs-hirer-cancel-step a.nhs-a-btn.b {
        margin-top: 50px;
    }
}
/* End New Hirer Signup */