@import url(https://fonts.googleapis.com/css?family=Hind+Madurai:400,300,600,700);

@font-face {
    font-family: "Bookman Old Style";
    src: url('https://d3dtv5n1opweh6.cloudfront.net/assets/fonts/bookman-old-style-min.ttf') format('truetype');
}

@font-face {
    font-family: "Bookman Old Style Bold";
    src: url('https://d3dtv5n1opweh6.cloudfront.net/assets/fonts/bookman-old-style-bold-min.ttf') format('truetype');
}

/* OVERRIDING WEBFLOW */
.w-container {
    padding-left: 15px;
    padding-right: 15px;
}

.w-container .w-row {
    margin-left: -15px;
    margin-right: -15px;
}

.w-col {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 767px) {
    .w-row, .w-container .w-row {
        margin-left: 0;
        margin-right: 0;
    }

    .w-row > div {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 479px) {
    .w-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.w-background-video {
    position: relative;
    overflow: hidden;
    color: white;
}

.w-background-video > video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
}

/* END OF OVERRIDING WEBFLOW */

body {
    font-family: 'Hind Madurai', sans-serif !important;
    color: #415155;
    font-size: 18px;
    line-height: 1.67;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: normal;
    /*line-height: 1.11;*/
    text-decoration: none;
    background-color: #f6fbfd;
}

b, strong {
    font-weight: 600;
}

small {
    font-size: 14px;
    line-height: 1.71;
}

h1, h2, h3, h4, h5 {
    color: #2b2b2b;
    margin: 0 auto;
    font-weight: bold;
}

h1 {
    font-size: 44px;
    line-height: 1.1;
}

h2 {
    font-size: 38px;
    line-height: 1.32;
}

h3 {
    font-size: 24px;
    line-height: 1.25;
}

h4 {
    font-size: 20px;
    line-height: 1.2;
}

h5 {
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    font-weight: 600;
}

h6 {
    margin: 10px 0px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

p {
    margin: 0 0;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
    line-height: 1.67;
}

hr {
    margin: 30px auto;
    border: 0;
    border-bottom: 1px solid #dee8ea;
}

footer#footer {
    padding-bottom: 30px;
}

footer.footer-light {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0;
}

footer.footer-light hr {
    max-width: 1200px;
    border-color: #ced6d8;
    margin-top: 15px;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    margin: 10px auto;
}

footer a, .link-default {
    text-decoration: none;
    color: #415155;
}

footer a:hover, .link-default:hover {
    text-decoration: underline;
}

a.link-default > b {
    font-size: 16px;
}

/* FORMS */
form {
    font-size: 16px;
}

textarea, input {
    border-radius: 2px;
    border: solid 1px #93a9ae;
    background-color: #ffffff;
    padding: 20px 15px 5px 15px;
    color: #415155;
    line-height: 1.25;
}

textarea.no-label, input.no-label {
    padding-top: 15px;
    padding-bottom: 15px;
}

textarea.no-label ~ label.floating-label,
select.no-label ~ label.floating-label,
input.no-label ~ label.floating-label {
    display: none;
}

input[disabled] {
    background-color: rgba(234, 241, 243, 0.666);
}

/* FLOATING LABEL */
.form-field {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.form-field:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 12px;
}

.form-field.valid:after {
    content: '\f058';
    color: green;
}

.form-field.invalid {
    margin-bottom: 15px;
}

.form-field.invalid:after {
    content: '\f057';
    color: red;
}

.form-field.invalid input:invalid,
.form-field.invalid > textarea:invalid,
.form-field.invalid > .select2 {
    border: 1px solid red;
}

.form-field.invalid > .select2 {
    padding-top: 1px;
}

.form-field.invalid > .select2 .select2-selection.select2-selection--single {
    border: none;
}

.select2-results__option.select2-results__message {
    padding: 0;
}

.form-field.invalid > .select2 .select2-selection__arrow,
.form-field.valid > .select2 .select2-selection__arrow {
    display: none;
}

.form-field.invalid > .view-pass,
.form-field.valid > .view-pass {
    display: none;
}

.error-msg {
    display: none;
}

.form-field.invalid > .error-msg {
    display: inline-block;
    padding: 0 5px;
    border-radius: 2px;
    background: red;
    color: white;
    position: relative;
    float: left;
}

#signup-agencies-img {
    max-width: 300px;
}

/*input:-webkit-autofill ~ .floating-label,*/
select[not-empty] ~ .floating-label,
input[not-empty] ~ .floating-label,
input:focus ~ .floating-label,
.form-field.valid > .select2 ~ .floating-label {
    top: 8px;
    bottom: 10px;
    left: 16px;
    font-size: 10px;
    opacity: 1;
    text-transform: uppercase;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 16px;
    top: 12px;
    transition: 0.1s ease all;
    font-weight: normal;
    color: #415155;
}

/* END OF FLOATING LABEL */

/* CUSTOM SELECT DROPDOWN */
.intl-tel-input {
    display: block;
}

.select2-selection.select2-selection--single,
.select2-selection.select2-selection--multiple {
    border-radius: 2px;
    border: solid 1px #93a9ae;
    background-color: #ffffff;
    padding: 20px 15px 5px;
    height: 20px;
    text-align: left;
    margin-top: -1px;
    color: #415155;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.select2-selection.select2-selection--multiple {
    height: inherit;
}

select.no-label ~ .select2 .select2-selection.select2-selection--single {
    padding-top: 15px;
    padding-bottom: 15px;
}

select.no-label ~ .select2 .select2-selection.select2-selection--multiple {
    padding-top: 9px;
    padding-bottom: 9px;
}

.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-selection__rendered {
    padding: 0 !important;
    line-height: 1.25 !important;
}

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

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f6fbfd !important;
}

.select2-selection__placeholder {
    color: #415155 !important;
}

.select2-search--dropdown:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 13px;
    top: 5px;
    content: '\f002';
}

.no-arrow ~ .select2 .select2-selection__arrow {
    display: none !important;
}

.select2-selection__arrow {
    height: 48px !important;
    right: -4px !important;
    top: -2px !important;
}

.select2-selection__arrow b {
    border-color: #000 transparent transparent transparent !important;
    border-width: 8px 8px 0 8px !important;
    margin-left: -25px !important;
}

.select2-results__option--highlighted {
    color: black !important;
    font-weight: bold !important;
    background-color: #f6fbfd !important;
}

div.mobile-select {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

/* END OF CUSTOM SELECT DROPDOWN */

input#hero-email {
    margin-right: -10px;
    width: 400px;
    padding-bottom: 18px;
}

/* END OF FORMS */

/* CUSTOM STYLES FOR CV UPLOADER */
.ajax-file-upload-filename {
    width: auto;
}

.ajax-upload-dragdrop {
    padding: 0;
    border: 0;
    width: 100% !important;
}

.ajax-file-upload {
    font-family: "Hind Madurai", sans-serif;
    color: black;
    text-align: center;
    padding: 35px 15px;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 2px dashed #93a9ae;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    background-color: #f7f7f7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ajax-file-upload:hover {
    background-color: #93a9ae;
    box-shadow: none;
}

.ajax-file-upload-error {
    text-align: center;
    color: white;
    background: #f54323;
    display: block;
    padding: 5px;
    margin: 15px auto;
}

.ajax-file-upload-error p {
    text-align: center;
}

.ajax-file-upload-progress {
    background-color: #dfe6e7;
    padding: unset;
    border: 0;
    margin-top: 15px;
}

.ajax-file-upload-bar {
    background-color: #3ebff1;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
}

.ajax-file-upload-statusbar {
    padding: 0;
    border: 0;
    margin: 0 auto;
    width: 100%;
}

/* END OF CUSTOM STYLES FOR CB UPLOADER */

/* UNIVERSAL HEADER */
#universal-header {
    background-color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dee4e5;
}

#universal-header .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 15px;
    color: #415155;
}

#universal-header .nav-link.nav-link-left {
    border-left: 1px solid #dee4e5;
    padding-left: 15px;
    position: relative;
}

#universal-header .nav-link.nav-link-left.nav-link-active:after {
    position: absolute;
    height: 5px;
    margin: 0 auto;
    content: '';
    left: 15px;
    right: 0;
    width: calc(100% - 15px);
    color: #000;
    background-color: #f26354;
    bottom: -20px;
}

#universal-header a.nav-link:hover {
    text-decoration: underline;
}

#universal-header .nav-link.nav-link-boxed {
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #415155;
    margin-right: 0;
    background: white;
}

#universal-header .nav-link.nav-link-boxed:hover {
    background-color: #eaf1f3;
    text-decoration: none;
}

#universal-header .nav-link.nav-link-boxed.nav-link-boxed-small {
    text-transform: uppercase;
    font-size: 9px;
    padding: 4px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0;
}

#universal-header .nav-link.nav-link-boxed.cta-header {
    color: #FFFFFF;
    background-color: #f26354;
    border: none;
}

#universal-header .nav-link.nav-link-boxed.cta-header:hover {
    background-color: #d54e40;
}

#nav-links-mobile {
    display: none;
}

#mobile-background {
    display: none;
}

.user-icon {
    display: inline-block;
    background-color: #c9d3d5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    padding: 5px;
    margin-right: 15px;
}

.user-name {
    font-size: 16px;
    line-height: 1.13;
}

button#mobile-nav {
    display: none;
    border: none;
    background: transparent;
}

/* END OF UNIVERSAL HEADER */

/* HOMEPAGE */
.homepage-section {
    padding: 60px 0;
    text-align: center;
}

.homepage-section > h2, .homepage-section > .w-container > h2 {
    margin: 0 auto 30px auto;
    max-width: 770px;
}

.homepage-section .how-it-works {
    margin: -60px auto 60px;
    padding-bottom: 30px;
}

.homepage-section .how-it-works p {
    max-width: 770px;
}

#reach-recruitment-agencies {
    text-align: left;
}

/* END OF HOMEPAGE */

/* PRICING PAGE */

.whats-included-icon {
    float: left;
    text-align: left;
    font-size: 25px;
    color: #f26354;
    margin-right: 15px
}

.whats-included-text {
    float: right;
    text-align: left;
    width: calc(100% - 40px);
}

/* END OF PRICING PAGE */

/* GENERAL CLASSES */
.no-border {
    border: 0 !important;
}

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

.margin-top {
    margin-top: 15px !important;
}

.margin-top-big {
    margin-top: 30px !important;
}

.margin-top-huge {
    margin-top: 60px !important;
}

.margin-bottom {
    margin-bottom: 15px !important;
}

.margin-bottom-big {
    margin-bottom: 30px !important;
}

.margin-bottom-huge {
    margin-bottom: 60px !important;
}

.margin-left {
    margin-left: 15px !important;
}

.margin-right {
    margin-right: 15px !important;
}

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

.padding-normal {
    padding: 15px !important;
}

.padding-bottom {
    padding-bottom: 30px !important;
}

.padding-top {
    padding-top: 30px !important;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

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

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

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

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

.text-dark-gray {
    color: #415155 !important;
}

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

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
    color: white !important;
}

.text-gray {
    color: #93a9ae !important;
}

.text-red {
    color: #f26354 !important;
}

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

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

.bg-gray {
    background-color: #93a9ae !important;
}

.bg-gray-blue {
    background-color: #eaf1f3 !important;
}

.bg-dark-gray {
    background-color: #415155 !important;
}

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

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

.fullwidth {
    width: 100%;
}

.jn-btn {
    padding: 15px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    line-height: 1.11;
}

.main-container {
    margin-top: 60px;
}

.jn-btn-small-padding {
    padding: 10px 20px;
}

.jn-container {
    margin-bottom: 30px;
    padding: 30px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.26);
    overflow: auto;
}

.jn-container h2, .jn-container h3 {
    margin-top: 0;
}

.jn-container > :last-child {
    margin-bottom: 0;
}

.jn-container .content-right {
    float: right;
    text-align: right;
}

.jn-container-small {
    padding: 15px;
    margin-bottom: 0;
}

.jn-container.jn-container-pricing {
    padding: 0 15px;
}

.red-button {
    color: #FFFFFF !important;
    background-color: #f26354 !important;
    border: none !important;
}

.white-button {
    color: #415155;
    background-color: #FFFFFF !important;
    border: 1px solid #415155 !important;
}

.white-button:hover {
    background-color: #eaf1f3 !important;
}

.red-button:hover {
    background-color: #d54e40 !important;
}

/* END OF GENERAL CLASSES */

.alert-error {
    border: 1px solid #f54323;
}

.alert-success {
    border: 1px solid #4cb051;
}

.alert-warning {
    border: 1px solid #ffb302;
}

.alert-info {
    border: 1px solid #3ebff1;
}

.alert-heading {
    color: white;
    text-align: center;
    font-weight: bold;
}

.alert-description {
    background: white;
    color: #415155;
    padding: 10px 15px;
}

.alert-error .alert-heading {
    background-color: #f54323;
}

.alert-success .alert-heading {
    background: #4cb051;
}

.alert-warning .alert-heading {
    background: #ffb302;
}

.alert-info .alert-heading {
    background: #3ebff1;
}

.button {
    display: block;
    margin: 19px 68px 42px;
    padding: 8px 14px;
    border-radius: 5px;
    background-color: #f26354;
    box-shadow: none;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.button:hover {
    background-color: #f55847;
    box-shadow: none;
}

.button.nav {
    margin-left: 18px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.button.nav:hover {
    background-color: #9299ad;
}

.button.big-green {
    margin-top: 191px;
    padding: 25px 22px;
    background-color: #32ac97;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 29px;
    text-transform: capitalize;
}

.button.big-green:hover {
    background-color: #258575;
}

.button.sign-up {
    background-color: #f26354;
}

.button.sign-up:hover {
    background-color: #f27263;
}

.button.btn-course1 {
    margin: 20px 382px;
    padding: 10px;
    box-shadow: none;
}

.button.low-hero {
    position: static;
    display: inline-block;
    overflow: visible;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 4px;
    padding: 10px 50px;
    clear: none;
    border: 1px solid #fff;
    background-color: rgba(242, 99, 84, 0);
    box-shadow: none;
    font-size: 18px;
}

.company {
    margin-top: 11px;
    float: left;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
}

.nav-link {
    -webkit-transition: color 300ms ease, background-color 300ms ease;
    transition: color 300ms ease, background-color 300ms ease;
    color: hsla(0, 0%, 100%, .81);
    text-decoration: none;
}

.nav-link:hover {
    color: #fff;
}

.nav-link.nav-link-boxed {
    padding: 15px 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: bold;
    line-height: 1.11;
}

.nav-link.nav-link-boxed:hover {
    border-style: solid;
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.21);
}

/* LOGO */
.logo {
    height: 48px;
}

.logo-icon {
    float: left;
    margin-right: 10px;
    background-image: url("../img/logo/logo.svg");
    width: 40px;
    height: 46px;
}

.logo-jobnexus {
    float: left;
    font-family: "Bookman Old Style", serif;
    font-size: 30px;
    letter-spacing: 0.2px;
    color: #000000;
    line-height: 1;
}

.logo-jobnexus.logo-jobnexus-country {
    font-size: 27px;
}

.logo-job {
    color: #df5849;
    font-family: "Bookman Old Style Bold", serif;
}

.logo-jso {
    color: #808080;
    font-size: 15px;;
    float: left;
    clear: left;
    letter-spacing: 0.2px;
    line-height: 1;
}

.course-img-bg {
    height: 230px;
    border-radius: 5px;
    background-image: url(../img/cards-bird.png), linear-gradient(174deg, rgba(224, 209, 67, .75), hsla(54, 80%, 75%, .5)), url(../img/online_keyboard_news.jpg);
    background-position: 0% 100%, 0% 0%, 0% 0%;
    background-size: contain, auto, cover;
    background-repeat: no-repeat, repeat, repeat-x;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    padding: 15px;
}

.course-img-bg2 {
    background-image: url(../img/cards-bird.png), linear-gradient(180deg, rgba(89, 186, 67, .7), rgba(89, 186, 67, .7)), url(../img/curriculum-vitae-007.jpg);
    background-position: 50% 100%, 35% 100%, left top;;
}

.course-img-bg3 {
    background-image: url(../img/cards-bird.png), linear-gradient(180deg, rgba(219, 127, 205, .7), rgba(219, 127, 205, .7)), url(../img/course-img-bg3.jpg);
    background-position: 50% 100%, 35% 100%, 0% 0%;

}

/* WHITE LOGO */
.logo-white .logo-icon {
    background-image: url("../img/logo/logo-white.svg");
}

.logo-white .logo-jobnexus {
    color: white;
}

.logo-white .logo-job {
    color: white;
}

.logo-white .logo-jso {
    color: white;
}

/* GRAY LOGO */
.logo-gray .logo-icon {
    background-image: url("../img/logo/logo-gray.svg");
}

.logo-gray .logo-jobnexus {
    color: #415155;
}

.logo-gray .logo-job {
    color: #415155;
}

.logo-gray .logo-jso {
    color: #415155;
}

/* LOGO END */

.hero-content p {
    color: #FFFFFF;
    /*text-align: center;*/
}

.hero-above-title {
    margin: 80px auto 5px auto;
    line-height: 1.11;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 15px;
}

.hero-title {
    margin: 0 auto 15px auto;
    padding-bottom: 0;
    font-size: 54px;
    font-weight: bold;
    max-width: 770px;
}

.hero-subtitle {
    margin-top: 0;
    margin-bottom: 32px;
}

.hero-benefits {
    margin: 32px auto;
}

.hero-benefits div {
    display: inline-block;
}

.hero-benefits div img {
    margin-right: 10px;
}

.hero-benefits-mobile {
    display: none;
}

.responsive-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#cvupload-back-link {
    margin-top: 5px;
}

.grey-icon {
    margin-right: 9px;
}

.recruiter-list li {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    padding: 5px 0;
}

.recruiter-item {
    padding: 10px;
    border-radius: 2px;
    border: solid 1px #c0cdd0;
    background-color: #ffffff;
    margin: 15px auto;
    /*cursor: pointer;*/
}

.num-recruiters-mobile {
    display: none;
}

.content-column {
    padding-top: 47px;
    text-align: left;
}

.circle {
    height: 303px;
    margin-bottom: 25px;
    padding-top: 21px;
    border-radius: 190px;
    background-color: #f7f8fa;
}

.aligned-text {
    float: left;
    max-width: calc(100% - var(--icon-padding));
}

.frames {
    position: relative;
    left: 26%;
    top: 33px;
    right: 0px;
    bottom: 0px;
    text-align: left;
}

.icons {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: 30px;
    padding-top: 12px;
    border-radius: 40px;
    background-color: #eff1f4;
}

.quote-box {
    padding: 34px 40px 34px 98px;
    border-radius: 8px;
    background-color: #fff;
    background-image: url('../img/12-quotes.png');
    background-position: 8% 22%;
    background-size: 50px;
    background-repeat: no-repeat;
    text-align: left;
}

.quote {
    color: #2d303b;
    font-size: 15px;
    line-height: 24px;
}

.quote-thingy {
    display: block;
    margin-top: -2px;
    margin-right: auto;
    margin-left: 45px;
}

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

.person-icon {
    margin-right: 15px;
    float: left;
}

.logo-bottom {
    margin-right: 14px;
    float: left;
}

.social-icon {
    width: 40px;
    height: 40px;
    margin-right: 7px;
    margin-left: 7px;
    padding-top: 9px;
    border-radius: 40px;
    background-color: #787878;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: center;
}

.social-icon:hover {
    background-color: #7f89a3;
}

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

.image-crop {
    overflow: hidden;
    height: 302px;
    box-shadow: inset 0 -11px 0 0 red;
    -webkit-transition: height 300ms ease;
    transition: height 300ms ease;
}

.image-crop:hover {
    height: 372px;
}

.button-group {
    margin-top: 46px;
    margin-bottom: 46px;
}

.center {
    top: 45px;
    text-align: left;
}

.how-it-works-item-text {
    text-align: center;
}

.recruitment-agencies {
    background: #415155;
    background-image: url("https://d3dtv5n1opweh6.cloudfront.net/assets/img/logos.jpg");
    background-size: 1200px;
    background-repeat: no-repeat;
    background-position-x: center;
    padding-top: 130px;
    padding-bottom: 60px;
    text-align: center;
    color: #ffffff;
}

.recruitment-agencies h2 {
    margin: 0 auto;
}

.recruitment-agencies p {
    text-align: center;
}

.reasons {
    max-width: 730px;
    margin: auto;
}

.single-reason {
    float: left;
    color: #415155;
    text-align: left;
    margin-bottom: 30px;
    width: 100%;
}

.single-reason:last-child {
    margin-bottom: 0;
}

.circle-number {
    height: 60px;
    width: 60px;
    border: 3px solid #f26354;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #f26354;
    font-weight: bold;
    margin-right: 20px;
    float: left;
    text-align: center;
}

.circle-number > span {
    line-height: 60px;
    vertical-align: middle;
}

.circle-number.circle-number-small {
    height: 34px;
    width: 34px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    margin-right: 10px;
    float: left;
}

.circle-number.circle-number-small.circle-number-small-gray {
    color: #93a9ae;
    border-color: #93a9ae;
}

.htw1 {
    display: block;
    width: 14.286%;
    max-width: 139px;
    padding-right: 0px;
    float: left;
}

.arrow {
    display: inline-block;
}

.middlehow {
    position: relative;
    left: 27%;
    top: 50%;
}

.step-div {
    width: 20%;
    float: left;
}

.step-txt-div {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.img-step1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.recruitment-agencies-logos {
    padding-top: 35px;
    padding-bottom: 35px;
}

.mac {
    padding-bottom: 50px;
}

.testimonials {
    padding-bottom: 60px;
    text-align: left;
}

.testimonials h2 {
    text-align: center;
    margin: 0 auto 30px auto;
}

.testimonials h3 {
    margin-top: 0;
}

.testimonials p {
    color: #415155;
}

#testimonials-radio-buttons {
    display: none;
}

#world-map {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

a.country-item-link {
    text-decoration: none;
    color: inherit;
}

.country-item {
    text-align: left;
    padding: 10px;
    border-radius: 10px;
    line-height: 1;
}

.country-item:hover {
    box-shadow: 0 0 12px 0 rgba(186, 186, 186, 0.5);
}

.country-item img {
    margin-right: 15px;
    width: 29px;
    height: 21px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-hero {
    padding: 15px 30px;
    background-color: #f26354;
    font-weight: bold;
    font-size: 20px;
    height: 60px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.btn-hero:hover {
    background-color: #d54e40;
}

.main-button {
    display: inline-block;
    padding: 25px 80px;
    border-radius: 5px;
    background-color: #f26354;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: bold;
    box-shadow: none;
    line-height: 1.07;
}

.main-button:hover {
    background-color: #d54e40;
}

.main-button.inside {
    display: inline-block;
    margin-top: 10px;
    margin-left: -25px;
    padding: 15px 25px;
    background-color: #fff;
    box-shadow: inset 0 -20px 0 -13px hsla(0, 0%, 97%, .5);
    color: #93a9ae;
    font-size: 16px;
    text-align: right;
}

.main-button.inside:hover {
    border: 1px solid #fff;
    border-radius: 7px;
    background-color: hsla(0, 0%, 100%, 0);
    box-shadow: none;
    color: #fff;
}

.main-button.recru {
    margin-top: 19px;
    padding: 16px 43px;
}

.main-button.recru:hover {
    border: 1px solid #f26354;
}

.main-button.in-list-button {
    margin-top: 20px;
    padding-right: 35px;
    padding-left: 35px;
    font-size: 21px;
}

.main-button.in-list-button:hover {
    border: 1px solid #f26354;
}

.main-button.pricing {
    margin-top: 35px;
    border: 1px solid #f26354;
}

.gray-button {
    display: block;
    border-radius: 4px;
    background-color: #93a9ae;
    text-align: center;
}

.gray-button:hover {
    box-shadow: 0 0 14px 0 rgba(147, 164, 168, 0.42);
    background-color: #758c91;
}

.btn-inline {
    display: inline;
}

.btn-red {
    background-color: #f26354;
}

.btn-red:hover {
    background-color: #d54e40;
}

#notifyMe {
    background: #000000;
    margin-left: 15px;
    color: white;
}

#textareaExpand {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 20px;
    padding: 2px 3px;
    line-height: 9px;
    border-radius: 2px;
}

.form-field.invalid > textarea:invalid ~ #textareaExpand {
    bottom: 33px;
}

.page-title {
    margin-top: -29px;
    padding-top: 0px;
    font-size: 45px;
}

.contact {
    margin-top: 50px;
    margin-bottom: 8px;
    text-align: center;
}

.cv-image {
    position: relative;
}

.cv-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.5);
    padding-top: 75%;
}

.cv-hover:hover, .cv-hover:active {
    opacity: 1;
}

.cv-btn-holder {
    display: block;
    font-size: 50px;
    text-align: center;
}

.cv-btn-holder a {
    text-decoration: none;
    color: inherit;
    margin: 0 5px;
}

.cv-btn-holder a:hover {
    opacity: 0.5;
}

.submit {
    text-align: center;
}

.course-container {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}

.list-courses {
    padding-top: 50px;
}

.cta {
    display: block;
    padding-top: 15px;
    padding-bottom: 0px;
    border-top: 1px none #f7f7f7;
    background-color: #a8a8a8;
    box-shadow: none;
    font-size: 24px;
    text-align: left;
}

.course1 {
    height: 400px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 25px;
    background-image: -webkit-linear-gradient(270deg, rgba(224, 209, 67, .75), hsla(54, 80%, 75%, .5)), url('../img/online_keyboard_news.jpg');
    background-image: linear-gradient(180deg, rgba(224, 209, 67, .75), hsla(54, 80%, 75%, .5)), url('../img/online_keyboard_news.jpg');
    background-position: 0% 0%, 50% 50%;
    background-size: auto, cover;
}

.course1.cv {
    padding-top: 60px;
    background-image: -webkit-linear-gradient(270deg, rgba(89, 186, 67, .7), rgba(89, 186, 67, .35)), url('../img/curriculum-vitae-007.jpg'), url('../img/online_keyboard_news.jpg');
    background-image: linear-gradient(180deg, rgba(89, 186, 67, .7), rgba(89, 186, 67, .35)), url('../img/curriculum-vitae-007.jpg'), url('../img/online_keyboard_news.jpg');
    background-position: 0% 0%, 0% 0%, 50% 50%;
    background-size: auto, cover, cover;
}

.course1.cv.dream {
    background-image: -webkit-linear-gradient(270deg, rgba(219, 127, 205, .7), rgba(219, 127, 205, .31)), url('../img/5499dd1f835241ad63657776_il_340x270.497793181_ngzu.jpg');
    background-image: linear-gradient(180deg, rgba(219, 127, 205, .7), rgba(219, 127, 205, .31)), url('../img/5499dd1f835241ad63657776_il_340x270.497793181_ngzu.jpg');
    background-position: 0% 0%, 50% 70%;
    background-size: auto, cover;
}

.form-inline {
    display: inline-block;
    width: 200px;
}

.namefield {
    width: 290px;
    height: 45px;
    margin-right: 10px;
    float: left;
    border-radius: 5px;
}

.emailfield {
    width: 290px;
    height: 45px;
    margin-right: 10px;
    float: left;
    border-radius: 5px;
}

.submitbottun {
    display: block;
    width: 163px;
    height: 45px;
    margin: 0px 70px 0px 60px;
    padding: 12px 20px;
    box-shadow: none;
}

.linkedinform {
    display: block;
    padding-top: 50px;
    padding-bottom: 25px;
    padding-left: 85px;
    float: none;
    background-color: rgba(255, 0, 0, 0);
}

.successsubmission {
    background-color: rgba(255, 0, 0, 0);
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.success-formtext {
    margin-top: 16px;
    color: #fff;
    font-size: 19px;
    line-height: 44px;
    text-align: center;
}

.successlink {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
}

.report-image {
    display: none;
    margin-bottom: -50px;
    padding-bottom: 0px;
    border-style: none;
    border-width: 1px;
    border-color: #ebebeb #ebebeb #e7e7e7;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .11);
    color: #fff;
}

.square-price {
    margin-right: 0px;
    padding: 0px 0px 104px;
    border-radius: 7px;
    background-color: rgba(242, 99, 84, 0);
}

.square-price.price {
    display: inline;
    float: none;
    -webkit-transform: translate(-34px, 59px);
    -ms-transform: translate(-34px, 59px);
    transform: translate(-34px, 59px);
}

.list-item {
    font-size: 13px;
}

.fl {
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.vidbg {
    padding-bottom: 260px;
    background-color: rgba(40, 40, 40, .7);
}

span.footer-social {
    width: 20px;
    text-align: center;
    font-size: 20px;
    margin: 0 8px;
}

a.share-social {
    color: white;
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    border-radius: 4px;
    margin: 0 7.5px;
    padding-top: 2px;
}

a.share-social > span {
    font-size: 20px;
}

#modal {
    display: none;
    z-index: 100;
    background-color: rgba(65, 81, 85, 0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#modal-dialog {
    background: #FFFFFF;
    padding: 30px 60px;
    text-align: center;
    max-width: 600px;
    top: 50%;
    left: 50%;
    position: relative;
    overflow: auto;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    box-shadow: 0 0 10px 0 #3b3b3b;
}

#auth-modal {
    display: none;
    z-index: 100;
    background-color: rgba(65, 81, 85, 0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#auth-modal-login-dialog {
    background: #FFFFFF;
    text-align: center;
    max-width: 535px;
    top: 50%;
    left: 50%;
    position: relative;
    overflow: auto;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    box-shadow: 0 0 10px 0 #3b3b3b;
}

@media screen and (max-width: 375px) {
    #auth-modal-login-dialog {
        max-width: 330px;
    }

    #auth-modal-signup-dialog {
        overflow: scroll;
        height: 800px;
    }
}

#auth-modal-signup-dialog {
    background: #FFFFFF;
    text-align: center;
    max-width: 700px;
    top: 50%;
    left: 50%;
    position: relative;
    overflow: auto;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    box-shadow: 0 0 10px 0 #3b3b3b;
    height: 720px;
}

@media screen and (min-width: 376px) and (max-width: 765px) {
    #auth-modal-login-dialog {
        max-width: 360px;
    }

    #auth-modal-signup-dialog {
        overflow-y: scroll;
        height: 720px;
    }
}

@media screen and (max-width: 375px) and (max-height: 812px) {
    #auth-modal-signup-dialog {
        overflow-y: scroll;
        height: 675px;
    }
}

/* PAY PAGE CUSTOM FORM ELEMENTS */
label.jn-checkbox,
label.jn-radio {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #415155;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-size: 15px;
}

label.jn-radio {
    border-radius: 50%;
    font-size: 12px;
}

label.jn-checkbox > i:first-child {
    color: white;
    line-height: 23px;
    vertical-align: top;
}

label.jn-radio:after {
    font-family: "Font Awesome 5 Free", serif;
    content: '\f111';
    color: white;
    line-height: 23px;
    vertical-align: top;
    margin-left: 1px;
}

input[type="checkbox"].jn-checkbox-input,
input[type="radio"].jn-radio-input {
    position: absolute;
    z-index: -1;
}

input[type="checkbox"].jn-checkbox-input:not(:checked) ~ label,
input[type="radio"].jn-radio-input:not(:checked) ~ label {
    background-color: white;
    cursor: pointer;
}

input[type="checkbox"].jn-checkbox-input:checked ~ label,
input[type="radio"].jn-radio-input:checked ~ label {
    background-color: #415155;
}

label#testimonials-radio-1,
label#testimonials-radio-2 {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #415155;
}

input[type="radio"]#s0, input[type="radio"]#s1 {
    position: absolute;
    visibility: hidden;
}

input[type="radio"]#s0:checked ~ label#testimonials-radio-1,
input[type="radio"]#s1:checked ~ label#testimonials-radio-2 {
    background: #415155;
}

#example4-card {
    border-radius: 2px;
    border: solid 1px #93a9ae;
    background-color: #ffffff;
    padding: 14px;
    color: #415155;
    line-height: 1.25;
}

#example4-card iframe {
    /*min-height: 48px;*/
}

#example4-card iframe .InputContainer {
    margin: 15px 0;
}

#example4-card iframe .InputContainer:before {
    position: absolute;
    height: 58px;
    margin: -15px 0;
    content: '';
    width: 3px;
    color: #000;
    background-color: #f26354;
    bottom: -1px;
}

#cookie-allow {
    bottom: 0;
    top: unset;
}

/* SPINNER - LOADER */
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 0 auto;
    font-size: 5px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(242, 99, 84, 1);
    border-right: 1.1em solid rgba(242, 99, 84, 1);
    border-bottom: 1.1em solid rgba(242, 99, 84, 1);
    border-left: 1.1em solid transparent;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* END OF SPINNER / LOADER */
.sku {
    border-radius: 10px;
    border: 1px solid #415155;
    padding: 15px;
}

.sku.sku-selected {
    border: 3px solid #f26354;
    /*margin-top: -15px;*/
    background-color: #93a9ae;
    /*background-color: #eaf1f3;*/
    background-color: rgba(242, 99, 84, 0.1);

}

ul.sku-list {
    padding-left: 19px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .button.nav {
        margin-left: 11px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .button.big-green {
        margin-top: 148px;
    }

    .hero-above-title {
        margin-top: 50px;
    }

    .hero-title {
        margin-bottom: 15px;
        line-height: 54px;
    }

    .hero-subtitle {
        font-size: 18px;
        text-align: center;
    }

    .grey-icon {
        margin-top: 19px;
    }

    .content-column {
        padding-top: 0px;
    }

    .circle {
        height: 226px;
    }

    .frames {
        width: 75%;
    }

    #subscribeEmail {
        margin: auto;
        margin-bottom: 15px;
    }

    button#notifyMe {
        margin: 15px auto 0;
        float: none;
        display: block;
    }

    .number {
        width: 30px;
        height: 30px;
        margin-bottom: 10px;
        padding-top: 4px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 28px;
        line-height: 1.29;
    }

    h2 {
        font-size: 24px;
        line-height: 1.33;
    }

    h3 {
        font-size: 20px;
        line-height: 1.5;
    }

    h4 {
        font-size: 18px;
        line-height: 1.67;
    }

    .margin-left-mobile {
        margin-left: 15px !important;
    }

    .questions-footer {
        text-align: center;
    }

    /* UNIVERSAL HEADER (mobile) */
    .header-button {
        padding: 11px 15px;
        font-size: 14px;
    }

    #universal-header a.nav-link.nav-link-boxed,
    #universal-header button.nav-link.nav-link-boxed {
        font-size: 14px;
        padding: 10px 15px;
    }

    #universal-header span.nav-link {
        display: none;
    }

    button#mobile-nav {
        display: block;
    }

    button#mobile-nav > span {
        display: inline-block;
        vertical-align: middle;
        line-height: 39px;
        font-size: 26px;
    }

    #universal-header .nav-link.nav-link-left {
        display: none;
    }

    .nav-links-desktop {
        display: none;
    }

    #signup-agencies-headline {
        text-align: center;
        max-width: 70%;
        margin: auto;
    }

    #signup-agencies-img {
        max-width: inherit;
    }

    /* todo remove these nav links mobile styles */
    #nav-links-mobile {
        overflow: auto;
        background-color: #FFFFFF;
        border-bottom: 1px solid #dee8ea;
    }

    #nav-links-mobile .nav-link {
        color: #415155;
        padding: 0;
        margin: 15px 0;
    }

    #nav-links-mobile .nav-link.nav-link-boxed {
        width: 165px;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        font-weight: 600;
        border-color: #415155;
        background-color: #ffffff;
    }

    #cvupload-back-link {
        margin-top: -15px;
    }

    #nav-links-mobile .auth-buttons {
        text-align: center;
        overflow: auto;
        margin: 0 -15px;
        padding: 15px 0;
    }

    .user-icon {
        width: 29px;
        height: 29px;
        margin-right: 10px;
    }

    .user-name {
        margin-bottom: 0;
        line-height: 30px;
    }

    #nav-links-mobile .nav-link.nav-link-boxed.nav-link-boxed-small {
        text-transform: uppercase;
        font-size: 9px;
        padding: 4px 10px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        margin: 0 0 0 10px;
        width: initial;
    }

    /* END OF UNIVERSAL HEADER (mobile)*/
    #mobile-background {
        display: block;
        background-position: 0 center;
        left: 0;
        position: absolute;
        right: -100%;
        bottom: -100%;
        top: -100%;
        margin: auto;
        /*min-width: 100%;*/
        height: 100%;
        z-index: -100;
    }

    @media (max-width: 479px) {
        #mobile-background {
            background-size: cover;
        }

        .homepage-signup-container {
            border-radius: 5px;
        }
    }

    /* DASHBOARD PAGE */
    #useful-links > div.w-row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-container {
        margin-top: 30px;
    }

    /* END OF DASHBOARD PAGE */
    .jn-container {
        margin: 0 -15px 15px -15px;
        /*padding: 15px;*/
        padding: 30px 15px;
    }

    .jn-container.jn-container-small {
        padding: 15px;
    }

    .jn-container.jn-container-pricing {
        margin: 0;
        padding: 0;
    }

    .jn-container.jn-container-pricing > div {
        margin-top: 30px;
    }

    #pricing-main-container {
        padding: 0;
    }

    .jn-container .w-row {
        padding-left: 0;
        padding-right: 0;
    }

    .jn-container .content-right {
        float: left;
        text-align: initial;
        margin-top: 15px;
    }

    select:not([disabled]) ~ div.mobile-select {
        display: block;
    }

    div.mobile-select-option {
        background: white;
        border-bottom: 1px solid #eaf1f3;
        padding: 15px;
    }

    footer ul li {
        margin: 10px auto;
    }

    footer#footer {
        padding-bottom: 76px;
    }

    .homepage-section {
        padding: 40px 0;
    }

    .homepage-section .how-it-works {
        margin: -40px auto 40px auto;
    }

    #reach-recruitment-agencies {
        text-align: center;
    }

    #reach-recruitment-agencies p {
        text-align: center;
    }

    .button {
        margin-bottom: 10px;
    }

    .button.nav {
        display: block;
        width: 60%;
        margin: 23px auto 17px;
    }

    .button.big-green {
        margin-top: 86px;
        margin-bottom: 62px;
    }

    .company {
        display: inline-block;
        float: none;
    }

    .nav-link.nav-link-boxed {
        font-weight: bold;
        padding: 10px 15px;
    }

    .nav-link.nav-link-boxed.homepage-header-link {
        font-size: 14px;
    }

    .recruitment-agencies {
        padding-top: 90px;
    }

    .how-it-works-item {
        margin-bottom: 25px;
    }

    .how-it-works-item:last-child {
        margin-bottom: 0;
    }

    .how-it-works-item-text {
        text-align: left;
    }

    .how-it-works-item-text b {
        font-weight: normal;
    }

    .company-column {
        margin-top: 35px;
        margin-bottom: 23px;
        text-align: center;
    }

    .hero-title {
        font-size: 28px;
        line-height: 34px;
    }

    .num-recruiters-mobile {
        display: inline;
    }

    .grey-icon {
        margin-top: 28px;
    }

    .content-column {
        padding-left: 0px;
    }

    .circle {
        display: inline-block;
        height: auto;
        border-radius: 10px;
    }

    .single-reason p {
        text-align: center;
        font-weight: 600;
    }

    .circle-number {
        float: none;
        margin: auto;
        margin-bottom: 10px;
    }

    .testimonials {
        display: block;
        padding-top: 46px;
    }

    .swipe-container {
        --n: 1;
        display: flex;
        align-items: center;
        width: 200%;
        max-width: 200%;
        overflow-y: hidden;
        transform: translate(calc(var(--i, 0) / var(--n) * -100%));
        transition: transform .5s ease-out;
    }

    .testimonial-item {
        text-align: center;
        margin-bottom: 30px;
    }

    .testimonial-item:last-child {
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .testimonial-item p {
        text-align: center;
    }

    #testimonials-radio-buttons {
        display: block;
        text-align: center;
        margin-top: 15px;
    }

    #subscribeEmail {
        width: 100%;
    }

    .frames {
        width: 55%;
        margin-bottom: 19px;
    }

    .number {
        margin-bottom: 20px;
    }

    .quote-box {
        background-image: url('../img/12-quotes.png');
    }

    .by-section.first {
        margin-bottom: 35px;
    }

    .logo-bottom {
        margin-right: -1px;
        margin-bottom: 37px;
        float: none;
    }

    .footer-text {
        margin-bottom: 22px;
    }

    .social-icon.first {
        margin-left: 1px;
    }

    .right-footer-col {
        text-align: center;
    }

    .logo-icon {
        width: 30px;
        height: 36px;
        background-image: url("../img/logo/logo-mobile.svg");
    }

    .logo-white .logo-icon {
        background-image: url("../img/logo/logo-white-mobile.svg");
    }

    .logo-gray .logo-icon {
        background-image: url("../img/logo/logo-gray-mobile.svg");
    }

    .logo-jobnexus {
        font-size: 24px;
    }

    .logo-jobnexus.logo-jobnexus-country {
        font-size: 18px;
        line-height: 1.25;
    }

    .logo-jso {
        font-size: 12px;
    }

    #cta-footer {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin: 0;
        box-shadow: 0 -3px 9px 0 rgba(136, 136, 136, 0.5);
        padding: 25px 0;
    }

    #cookie-allow {
        bottom: unset;
        top: 0;
    }

    /* TOGGLE CV EDITING EXPLANATION */
    input[type="radio"].jn-radio-input:not(:checked) ~ .jn-radio-info {
        display: none;
    }

    input[type="radio"].jn-radio-input:checked ~ .jn-radio-info {
        display: block;
    }
}

@media (max-width: 479px) {
    .button {
        display: block;
    }

    .button.nav {
        width: 80%;
    }

    .button.big-green {
        margin-top: 0px;
        margin-right: 16px;
        margin-left: 16px;
    }

    .section {
        padding-right: 11px;
    }

    .nav-link {
        display: block;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .logo {
        height: 41px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .hero-title {
        margin-top: 5px;
    }

    .hero-subtitle {
        margin-bottom: 34px;
        padding-right: 0px;
        padding-left: 0px;
        font-size: 14px;
        line-height: 1.29;
        text-align: center;
    }

    .hero-benefits {
        display: none;
    }

    .hero-benefits-mobile {
        display: block;
        line-height: 1;
    }

    .hero-benefits-mobile img {
        width: 22px;
        height: 22px;
        display: block;
        margin: 10px auto;
    }

    input#hero-email {
        margin: 10px auto;
        width: 100%;
    }

    input#hero-email::-webkit-input-placeholder {
        text-align: center;
    }

    input#hero-email:-moz-placeholder { /* Firefox 18- */
        text-align: center;
    }

    input#hero-email::-moz-placeholder { /* Firefox 19+ */
        text-align: center;
    }

    input#hero-email:-ms-input-placeholder {
        text-align: center;
    }

    .btn-hero {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        width: 100%;
        font-size: 24px;
        padding: 10px 0;
    }

    .grey-icon {
        margin-top: 34px;
    }

    .content-column {
        text-align: center;
    }

    .frames {
        width: 75%;
    }

    .quote-box {
        padding-left: 75px;
        background-image: url('../img/12-quotes.png');
        background-position: 8% 17%;
    }

    .main-button {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 24px;
        line-height: 24px;
        width: 100%;
    }

    .main-button.inside {
        margin-top: 5px;
        margin-bottom: 46px;
        margin-left: 10px;
    }

    #world-map {
        opacity: 0.5;
    }

    .country-item {
        padding: 10px 0;
    }

    .country-item-name {
        max-width: calc(100% - 45px);
    }

    #notifyMeForm {
        width: 100%;
    }

    #subscribeEmail {
        margin-bottom: 15px;
        margin-right: 15px;
    }

    #dropdownCountry {
        width: 100%;
        margin-bottom: 15px;
    }

    button#notifyMe {
        margin-top: 15px;
        width: 50%;
        float: right;
    }

    .faq {
        text-align: center;
    }

    .hiw._12 {
        display: block;
        text-align: center;
    }

    .see-all {
        display: block;
        margin-top: 32px;
        margin-right: auto;
        margin-left: auto;
        float: none;
        text-align: center;
    }

    .vidbg {
        padding-bottom: 40px;
    }

    #modal {
        background-color: #FFFFFF;
    }

    #modal-dialog {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 5px;
    }
}

.world-map-country-icons-wrapper {
    padding-left: 50px;
}

@media screen and (max-width: 767px) {
    .world-map-country-icons-wrapper {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .blog-posts-container {
        display: block !important;
    }

    .single-blog-post {
        margin-bottom: 15px;
    }

    .blog-phone-separator {
        display: block !important;
    }
}

.blog-posts-wrapper {
    border-bottom: 0.5px solid grey;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .blog-bottom-separator {
        margin-top: 100px !important;
    }
}

.resume-download-icon:hover {
    color: #3b4249;
}

