h1, h2, h3, h4 {
    font-weight: 700;
}
.btn {
    font-weight: 400;
    padding: 9px 25px;
    border-radius: 6px;
    min-width: 150px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn__square{
    min-width: 18px ;
    padding: 0px 18px !important;
    font-size: 27px;
    font-weight: bold;
}
.btn:hover,
.btn:focus,
.btn:focus:active,
.btn:active {
    outline: none;
}
.btn:active,
.btn:focus,
.btn:active:focus {
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn__red {
    background: #da2032;
    border-color: #da2032;
    color: #fff;
    text-transform: capitalize;
    padding: 9px 25px;
}
.btn__red:hover {
    background: #ec5e6b;
    color: #fff;
}
.btn__red:focus,
.btn__red:active:focus {
    color: #fff;
    background: #da2032;
}

.red-text {
	color: #da2032;
}
.btn__blue {
    background: #208fda;
    border-color: #208fda;
    color: #fff;
}
.btn__blue:hover {
    background: rgba(65, 157, 212, 0.7);
    color: #fff;
}
.btn__blue:active,
.btn__blue:focus,
.btn__blue:active:focus {
    color: #fff;
    background: #2a83b8;
    border-color: #2a83b8;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn__yellow {
    background: #f39c11;
    color: #fff;
    border-color: #f39c11;
}
.btn__yellow:hover {
    background: rgba(255, 225, 94, 0.7);
}
.btn__yellow:active,
.btn__yellow:focus,
.btn__yellow:active:focus {
    color: #fff;
    background: #f1b554;
	border-color: #f1b554;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn__bold {
    font-weight: bold;
    text-transform: uppercase;
}
.form-control {
    text-align: left;
    height: auto;
    padding: 8px 12px;
    color: #000;
    font-weight: 300;
    display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border color 0.3s ease-in-out;
    -moz-transition: border color 0.3s ease-in-out;
    -o-transition: border color 0.3s ease-in-out;
    transition: border color 0.3s ease-in-out;
}
.form-control::-webkit-input-placeholder {
    text-align: center;
    color: rgba(33, 52, 74, 0.34);
    font-weight: 400;
}
.form-control:-moz-placeholder {
    text-align: center;
    color: rgba(33, 52, 74, 0.34);
    font-weight: 400;
}
.form-control::-moz-placeholder {
    text-align: center;
    color: rgba(33, 52, 74, 0.34);
    font-weight: 400;
}
.form-control:-ms-input-placeholder {
    text-align: center;
    color: rgba(33, 52, 74, 0.34);
    font-weight: 400;
}
.form-control__centered {
    background: #fbfbfb;
    font-size: 14px;
}
.form-control__centered::-webkit-input-placeholder {
    text-align: center;
}
.form-control__centered:-moz-placeholder {
    text-align: center;
}
.form-control__centered::-moz-placeholder {
    text-align: center;
}
.form-control__centered:-ms-input-placeholder {
    text-align: center;
}
.form-control[type=file]:focus {
    outline: none;
}
.form-label {
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    font-size: 14px;
    text-align: left;
    display: block;
}
.form {
    max-width: 700px;
    width: 100%;
    margin: 15px auto 0;
    /* Multiselect */
}
.form-width-max{
    max-width: 100%;
    width: 100%;
}
.form:after,
.form:before {
    content: '';
    display: table;
}
.form:after {
    clear: both;
}
.form .form-group {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    display: block;
    padding: 0 15px;
}
@media all and (min-width: 767px) {
    .form .form-group {
        float: left;
    }
}
.form .form-group__btns {
    padding-top: 15px;
    margin-bottom: 75px;
}
.form .form-group__btns .btn {
    margin: 0 10px 15px;
}
.form .form-group__half {
    width: 50%;
}
.form .form-group__half:first-child {
    float: left;
}
@media all and (max-width: 767px) {
    .form .form-group__half:first-child {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 767px) {
    .form .form-group__half {
        width: 100%;
        float: none !important;
    }
}
.form .form-group .checkbox-field {
    padding-right: 5px;
}
.form .form-group .checkbox-field input[type=checkbox] {
    margin: 0;
    vertical-align: middle;
}
.form .form-label {
    display: inline-block;
    width: 97%;
    vertical-align: middle;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form .form-label:hover {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
}
@media all and (max-width: 480px) {
    .form--move-left,
    .form .form-control {
        width: 100%;
    }
}
.form .form--move-left {
    vertical-align: middle;
}
.form .form--move-left .form-label {
    display: inline-block;
}
.form .form--move-left.profile-logo {
    vertical-align: top;
}
.form-message__error {
    color: #ff2e2e;
}
.form-group textarea {
    max-width: 100%;
	min-height: 200px;
	resize: vertical;
}
/*Datepicker*/
.title__primary {
    color: #000;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 40px!important;
}
@media all and (max-width: 767px) {
    .title__primary {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.title__primary-small {
    font-size: 20px;
    line-height: 30px;
}
.title__centered {
    text-align: center;
    text-transform: uppercase;
}
.title__bordered {
    border-bottom: 1px solid rgba(216, 216, 216, 0.7);
    padding-bottom: 25px;
    margin-bottom: 45px;
}
.title__margin {
    padding-bottom: 35px;
}

.title__red {
	color: #da2032;
}
/* START:Listings
 ********************************************************************************* */

@media all and (max-width: 767px) {
    .listing__latest .container {
        padding: 0 10px;
    }
}
.listing__title {
    text-align: center;
}

.listing-item, .classified-native-banner {
	padding: 14px 25px;
    min-height: 160px;
    background-color: #fff;
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #e3e3e3;
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    -o-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
}
.listing-item:last-child {
    margin-bottom: 0;
}
.listing-item:hover {
    -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
}
@media all and (max-width: 767px) {
    .listing-item {
        padding: 19px 15px;
    }
}
.listing-item__logo {
    width: 120px;
	height: 120px;
    text-align: center;
    position: relative;
	padding-right: 20px;
    padding-top:10px;
}

.listing-item__logo a {
    width: 120px;
	height: 150px;
	display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.listing-item__logo.logo-main a {
    width: 145px;
	height: 180px;
	background-repeat: no-repeat;
	background-size: cover;
}
@media all and (max-width: 992px) {
    .listing-item__logo {
        min-width: 170px;
        width: 170px;
    }
}
@media all and (max-width: 767px) {
    .listing-item__logo {
        display: none;
    }
}
.listing-item__employment-type {
    white-space: nowrap;
    margin-bottom: 5px;
    font-size: 12px;
}
.listing-item__date {
    margin-bottom: 5px;
    font-size: 14px;
    white-space: nowrap;
}
@media all and (max-width: 767px) {
    .listing-item__date {
        font-size: 14px;
    }
}
.listing-item__ribbon{
    text-align: center;
    display: inline-block;
    width: 142px;
    background: linear-gradient(to bottom, #ff3e3e, #b20000);
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
    position: relative;
    margin-bottom: 1px;
    overflow: hidden;
}
.listing-item__ribbon::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 35px 18px;
    border-color: transparent #FFFFFF transparent transparent;
}
.listing-item__title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}
@media all and (max-width: 767px) {
    .listing-item__title {
        font-size: 16px;
    }
}
.listing-item__title a {
    color: #000;
    display: inline-block;
    word-break: break-word;
	font-size: 16px;
	text-decoration: none !important;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.listing-item__title a:hover {
	color: #da2032;
}

.listing-item__title.resume-listing-item__title a {
	color: #da2032;
	font-size: 18px;
}

.listing-item__title.resume-listing-item__title a:hover {
	color: #696969;
}

.listing-item__info--item {
    position: relative;
    margin: 4px 0;
    display: inline-block;
    float: left;
	font-size: 14px;
}

.listing-item__info--item:nth-child(2n+1) {
	width: 40%;
}

.listing-item__info--item:nth-child(2n) {
	width: 60%;
}

.listing-item__info--item:nth-child(4n),
.listing-item__info--item:nth-child(4n-1) {
	margin-top: 2px;
}

.listing-item__info--item:nth-child(4n-2):not(:last-child),
.listing-item__info--item:nth-child(4n-3):not(:last-child) {
	margin-bottom: 2px;
}

.search-results__resumes .listing-item__info--item:nth-child(6n-1),
.search-results__resumes .listing-item__info--item:nth-child(6n) {
	margin-top: 2px;
	margin-bottom: 4px;
}

.search-results__resumes .listing-item__info--item:nth-child(6n-3),
.search-results__resumes .listing-item__info--item:nth-child(6n-2) {
	margin-top: 2px;
	margin-bottom: 2px;
}

.search-results__resumes .listing-item__info--item:nth-child(6n-5),
.search-results__resumes .listing-item__info--item:nth-child(6n-4) {
	margin-bottom: 2px;
	margin-top: 4px;
}

@media all and (min-width: 992px) {
	.search-results__resumes .listing-item__info--item:nth-child(6n-2),
	.search-results__resumes .listing-item__info--item:nth-child(6n-1),
	.search-results__resumes .listing-item__info--item:nth-child(6n) {
		margin-top: 2px;
		margin-bottom: 4px;
	}

	.search-results__resumes .listing-item__info--item:nth-child(6n-3),
	.search-results__resumes .listing-item__info--item:nth-child(6n-4),
	.search-results__resumes .listing-item__info--item:nth-child(6n-5) {
		margin-bottom: 2px;
		margin-top: 4px;
	}

	.search-results__resumes .listing-item__info--item {
		width: 33%;
		font-size: 12px;
	}
}
.main-listing .listing-item__info--item {
    word-break: break-all;
}
@media all and (min-width: 992px) {
	.main-listing .listing-item__info--item,
	.main-listing .listing-item__info--item:nth-child(4n-2):not(:last-child),
	.main-listing .listing-item__info--item:nth-child(4n-3):not(:last-child) {
		margin: 5px 10px;
		width: calc(33% - 20px);
	}

	.main-listing .listing-item__info--item:first-child {
		margin-left: 0;
		width: calc(33% - 10px);
	}

	.main-listing .listing-item__info--item:last-child {
		margin-right: 0;
		width: calc(33% - 10px);
	}
}

@media all and (max-width: 564px) {
	.main-listing .listing-item__info--item,
	.main-listing .listing-item__info--item:nth-child(4n-2):not(:last-child),
	.main-listing .listing-item__info--item:nth-child(4n-3):not(:last-child) {
		margin: 8px;
		width: 100%;
	}
}

@media all and (max-width: 767px) {
    .listing-item__info--item {
        margin-right: 0;
        font-size: 14px;
		margin-top: 8px;
    }
}
.listing-item__info--item:last-child {
    padding-right: 0;
    margin-right: 0;
}
.listing-item__info--item:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    position: relative;
    top: 2px;
    background-size: contain;
	background-position: center;
    background-repeat: no-repeat;
    margin-right: 2px;
}
.listing-item__desc {
    text-overflow: ellipsis;
    margin-top: 8px;
    padding-right: 21px;
    line-height: 24px;
    margin-bottom: 6px;
    overflow: hidden;
    /*max-width: 700px;*/
    word-break: break-word;
}

.resume-listing-item__desc {
	margin-top: 2px;
}

@media all and (max-width: 992px) {
    .listing-item__desc {
        overflow: hidden;
        max-width: auto;
    }
}

.listing-item__desc .listing-item__more-detials {
	font-size: 14px;
	color: #da2032;
	text-decoration: none !important;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.listing-item__desc .listing-item__more-detials:hover,
.listing-item__desc .listing-item__more-detials:focus {
	color: #7e7e7e;
}

@media all and (max-width: 767px) {
    .listing-item__desc {
        padding-left: 0;
    }
}
.load-more {
    display: block;
    margin: 0 auto;
    opacity: 1;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    padding: 0 26px;
    width: 100%;
    max-width: 228px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.view-all {
    background: #fff;
    padding: 30px 0 70px;
}

.view-all__link {
	color: #da2032;
	font-size: 15px;
	text-decoration: none !important;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.view-all__link:hover,
.view-all__link:focus {
	color: #7e7e7e;
}
.search-results__title {
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 12px;
    margin-bottom: 0;
}
@media all and (max-width: 480px) {
    .search-results__title {
        width: 100%;
        display: block;
    }
}
.search-results__top {
    margin-bottom: 25px;
    overflow: hidden;
    padding: 0 15px;
}
@media all and (max-width: 767px) {
    .search-results .listing-item__logo {
        display: none;
    }
}
.toggle--refine-search {
    width: 100%;
    padding: 10px 15px;
    background-color: #fbfbfb;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.4);
    display: block;
    text-align: center;
    position: relative;
}
.toggle--refine-search:after,
.toggle--refine-search:before {
    content: "";
    position: absolute;
}
.toggle--refine-search:before {
    border-style: solid;
    border-width: 1px 1px 0 0;
    height: 6px;
    width: 6px;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.toggle--refine-search:focus,
.toggle--refine-search:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.4);
}
.toggle--refine-search:not(.collapsed):focus,
.toggle--refine-search:not(.collapsed):active:focus,
.toggle--refine-search:not(.collapsed):hover {
    border: 1px solid rgba(44, 62, 80, 0.6);
    -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
}
.refine-search {
    margin-bottom: 25px;
}
@media all and (min-width: 767px) {
    .refine-search {
        position: relative;
        top: -60px;
    }
}
.refine-search__wrapper {
    min-height: 100px;
    padding-top: 10px;
}
@media all and (max-width: 767px) {
    .refine-search__wrapper {
        display: none;
        background: #fff;
        padding: 10px 15px 0;
        border-right: 1px solid rgba(44, 62, 80, 0.6);
        border-left: 1px solid rgba(44, 62, 80, 0.6);
        border-bottom: 1px solid rgba(44, 62, 80, 0.6);
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }
}
.refine-search__block {
    margin-bottom: 25px;
}
.refine-search .btn__refine-search {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.refine-search .btn__refine-search:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    margin-right: 8px;
    position: relative;
    left: 3px;
    top: 1px;
    min-width: 12px;
}
.refine-search .btn__refine-search[aria-expanded="true"]:before {
    top: -1px;
    left: 0;
}
.refine-search__item {
    display: block;
    line-height: 40px;
    margin-left: 25px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.refine-search__item:hover {
    text-decoration: none;
}
.refine-search__value {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    max-width: 75%;
}
.refine-search__count {
    color: #419dd4;
    line-height: 40px;
    position: relative;
    left: -3px;
}
@media (min-width: 768px)  and (max-width: 992px){
    .navbar-collapsed.collapse {
        display:none !important;
        height:1px !important;
    }
    .navbar-collapsed.collapse.in {
        display:block !important;
        height:auto !important;
    }
}
@media all and (min-width: 992px) {
    .navbar-collapsed {
        position: relative;
        padding-top: 28px;
    }
}
@media all and (max-width: 992px) {
    .navbar-collapsed {
        border-top: 1px solid transparent;
        background: #fff;
        float: left;
        width: 100%;
        padding: 0;
        -webkit-box-shadow: 0 2px 9px -1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 2px 9px -1px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0 2px 9px -1px rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 9px -1px rgba(0, 0, 0, 0.3);
        margin: 0 !important;
        position: absolute;
        top: 85px;
    }
}
@media all and (max-width: 992px) {
    .navbar-collapse.collapsed {
        display: none !important;
    }
}
.navbar {
    min-height: 90px;
    font-size: 14px;
    border: none;
    background: none;
    z-index: 20;
    background: #fff;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-box-shadow: 0 2px 9px -4px rgba(0, 0, 0, 0.3);
    -mz-box-shadow: 0 2px 9px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 9px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 9px -4px rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 992px) {
    .navbar {
        min-height: 70px;
    }
}
.navbar .container {
    position: relative;
}
@media all and (max-width: 992px) {
    .navbar .container {
        width: 100%;
        padding: 0;
    }
}
.navbar .navbar-left {
    display: inline-block;
}
@media all and (min-width: 992px) {
    .navbar .navbar-left {
        padding: 46px 0 0;
        margin: -15px 0 0 -15px;
        float: none !important;
    }
}
@media all and (max-width: 992px) {
    .navbar .navbar-left {
        margin: 0;
        padding: 15px 0 0;
    }
}
.navbar .navbar-left > .navbar__item {
    padding: 10px 25px 10px 0;
}
@media all and (min-width: 992px) {
    .navbar .navbar-left > .navbar__item {
        padding-top: 0;
        padding-bottom: 10px;
    }
}
@media all and (max-width: 992px) {
    .navbar .navbar-left .navbar__item {
        padding-left: 10px;
    }
}
@media all and (min-width: 992px) {
    .navbar .navbar-left .navbar__item:first-child {
        padding-left: 0;
    }
}
.navbar .navbar-left .navbar__item .navbar__link {
    padding: 0;
    color: #262626;
}
.navbar .navbar-left .navbar__item .navbar__link span {
    display: inline-block;
    text-transform: uppercase;
}
.navbar .navbar-left .navbar__item .navbar__link:hover {
    background: none;
    color: #da2032;
}
@media all and (min-width: 992px) {
    .navbar .visible-md.visible-lg {
        margin-top: -10px;
    }
}
.navbar .navbar-right {
    margin-top: 10px;
    padding: 0;
}
@media all and (max-width: 992px) {
    .navbar .navbar-right {
        padding: 15px 0;
        margin: 15px 0 0;
        border-top: 1px solid #ddd;
    }
}
.navbar .navbar-right .navbar__item {
    font-size: 14px;
}
.navbar .navbar-right .navbar__item:first-child .navbar__link {
    font-size: 14px;
}
@media all and (min-width: 992px) {
    .container-not-registered .navbar-right .navbar__item:nth-child(4) .navbar__link {
        padding-bottom: 10px;
        color: #da2032;
        text-transform: uppercase;
    }
    .container-large .navbar-right .navbar__item:nth-child(2) .navbar__link {
        padding-bottom: 10px;
        color: #da2032;
        text-transform: uppercase;
    }
}
@media all and (max-width: 992px) {
    .container-not-registered .navbar-right .navbar__item:nth-child(4) .navbar__link {
        color: #da2032;
        text-transform: uppercase;
    }
    .container-large .navbar-right .navbar__item:nth-child(2) .navbar__link {
        color: #da2032;
        text-transform: uppercase;
    }
}
.navbar .navbar-right .navbar__item:first-child .navbar__link:hover {
    color: #7e7e7e;
}
@media all and (max-width: 992px) {
    .navbar .navbar-right .navbar__item:first-child .navbar__link:hover {
        color: #7e7e7e;
    }
}
@media all and (max-width: 992px) {
    .navbar .navbar-right .navbar__item {
        padding: 10px;
    }
}
@media all and (max-width: 992px) {
    .navbar .navbar-right .navbar__item .navbar__link {
        padding: 0 0 4px;
        color: #262626;
        font-size: 16px;
    }
}
@media all and (min-width: 992px) {
    .navbar .navbar-right .navbar__item:not(.navbar__item__filled) {
        margin-top: -4px;
    }
}
@media all and (max-width: 992px) {
    .navbar .navbar-nav {
        float: none !important;
        width: 100%;
    }
}
@media all and (max-width: 992px) {
    .navbar .navbar-nav .navbar__item {
        display: block;
        padding: 0;
        float: left;
        width: 100%;
    }
}

.navbar .navbar-nav .navbar__item .navbar__link {
    width: 100%;
    display: inline-block;
	padding-right: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.navbar .navbar-left .navbar__item .navbar__link {
    font-size: 14px;
    font-weight: 700;
}

.navbar .navbar-nav .navbar__item .navbar__link-active {
	color: #da2032;
}

@media all and (max-width: 992px) {
    .navbar .navbar-nav .navbar__item .navbar__link {
        padding: 10px 15px;
    }
    .navbar .navbar-nav .navbar__item .navbar__link:hover,
    .navbar .navbar-nav .navbar__item .navbar__link:active,
    .navbar .navbar-nav .navbar__item .navbar__link:active:focus,
    .navbar .navbar-nav .navbar__item .navbar__link:focus {
        background: rgba(0, 0, 0, 0.05);
        outline: none;
    }
}
.burger-button {
    height: 2px;
    width: 100%;
    background: #c2c2c2;
    position: relative;
}
.burger-button:after,
.burger-button:before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 100%;
    background: #c2c2c2;
}
.burger-button:before {
    top: -7px;
}
.burger-button:after {
    bottom: -7px;
}
.burger-button__wrapper {
    width: 40px;
    height: 36px;
    margin-top: 42px;
    padding: 0 10px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 999;
}
.logo {
    padding-top: 18px;
    padding-bottom: 18px;
    position: relative;
    z-index: 9;
}
@media all and (min-width: 992px) {
    .logo {
        margin-right: 35px !important;
        margin-bottom: -25px;
        padding-bottom: 25px;
    }
}
@media all and (max-width: 992px) {
    .logo {
        margin-bottom: 0;
        float: left;
        width: 100%;
        padding-left: 15px;
    }
}
@media all and (max-width: 768px) {
    .logo {
        padding-left: 0;
        margin-left: 0 !important;
    }
}
.logo .logo__text {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 0.5px;
    padding: 0 15px;
    vertical-align: middle;
}
.logo .logo__text img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
@media all and (max-width: 767px) {
    .logo .logo__text img {
        max-width: 225px;
    }
}
.logo .logo__text:hover {
    color: #000;
    text-decoration: none;
}
/* START:Quick search
 ********************************************************************************* */

.quick-search {
    background-color: #f7f7f7;
    padding-bottom: 0;
    position: relative;
    z-index: 9;
}
.quick-search .row {
    text-align: center;
}
.quick-search__wrapper {
    margin: -60px auto 0;
    background: #fff;
    padding: 40px;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.18);
}

.main-listing__wrapper {
    margin: -60px auto 0;
    background: #fff;
    padding: 20px 30px;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.18);
}

@media all and (min-width: 992px) {
    .quick-search__wrapper {
        max-width: 1050px;
    }
}
@media all and (max-width: 767px) {
    .quick-search__wrapper {
        padding: 50px 50px 40px;
    }
}
@media all and (max-width: 620px) {
    .quick-search__wrapper {
        padding: 25px 25px 15px;
    }
}
@media all and (max-width: 480px) {
    .quick-search .form-group {
        width: 100%;
        margin-left: 0;
    }
}
.quick-search .form-group__btn {
    width: 17.6%;
    padding-left: 10px;
    padding-right: 10px;
}
@media all and (max-width: 1200px) {
    .quick-search .form-group__btn {
        width: 21.6%;
    }
}
@media all and (max-width: 992px) {
    .quick-search .form-group__btn {
        padding-left: 10px;
        margin-bottom: 10px;
    }
    .quick-search .form-group__btn .btn {
        min-width: auto;
    }
}
.quick-search .form-group__input {
    width: 16%;
    padding: 0 10px;
}
@media all and (max-width: 1200px) {
    .quick-search .form-group__input {
        width: 45%;
        margin-bottom: 10px;
    }
}
@media all and (max-width: 767px) {
    .quick-search .form-group__btn,
    .quick-search .form-group__input {
        width: 100%;
        padding: 0 15px;
    }
}
.quick-search .form-control,
.quick-search__find {
    width: 100%;
    height: 38px;
    text-align: center;
}
.quick-search .form-control {
    padding: 3px 12px 0;
}
.quick-search__find {
    padding: 8px 12px;
}
/* START:Job details
 ********************************************************************************* */
.details-body {
    margin-top: 38px;
}
.details-body__search {
    margin-top: 45px;
    padding-bottom: 70px;
}
@media all and (max-width: 767px) {
    .details-body__search {
        margin-top: 35px;
    }
}
.details-body__left {
    padding: 0 15px 70px;
}
@media all and (min-width: 992px) {
    .details-body__left {
        padding-right: 64px;
    }
}
@media all and (min-width: 767px) {
    .details-body__left {
        width: calc(100% - 306px);
    }
}
.details-body .listing-item__desc {
    color: rgba(0, 0, 0, 0.4);
}

.resume-listing-item__short-desc {
	color: #696969;
	font-size: 15px;
}

.details-body__title {
    margin: 16px 0 18px;
    min-height: 30px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
.details-body__title:not(:first-child) {
    margin-top: 46px;
}
.details-body__content {
    padding-left: 35px;
}
@media all and (max-width: 767px) {
    .details-body__content {
        padding-left: 0;
    }
}
.create-job-alert {
	margin-top: 7px;
    padding: 10px 0 10px 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.create-job-alert:before {
    content: "";
    display: inline-block;
    background: url("../images/envelope-icon.png") no-repeat 0 0;
    width: 22px;
    height: 18px;
    margin-right: 3px;
    vertical-align: middle;
}
@media all and (min-width: 480px) {
    .create-job-alert {
        float: right;
    }
}
@media all and (max-width: 480px) {
    .create-job-alert {
        margin-top: 18px;
        width: 100%;
    }
}
/* START:Footer
 ********************************************************************************* */

.footer {
    color: #fff;
}
.footer .container > div {
    margin: 0 -15px;
    text-align: center;
    color: #7e7e7e;
    font-size: 12px;
}
.footer .container > div:not(:last-child) {
    margin-bottom: 35px;
}
.footer .container > div:before,
.footer .container > div:after {
    display: table;
    content: '';
}
.footer .container > div:after {
    clear: both;
}
.footer .container > div > div {
    padding: 0 15px;
    width: 100%;
    float: left;
    text-align: left;
}
@media (min-width: 768px) {
    .footer .container > div > div {
        width: 25%;
    }
}
.footer ul {
    padding-left: 0;
    list-style: none;
    font-size: 14px;
}
.footer ul li {
    color: #fff;
    font-size: 16px;
}
@media all and (max-width: 767px) {
    .footer ul li {
        text-align: center;
    }
}
.footer ul a {
    text-transform: none;
}
@media all and (max-width: 767px) {
    .footer ul {
        margin-bottom: 30px;
    }
}
.footer-nav__link {
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.footer-nav__link:hover {
    color: #da2032;
    text-decoration: none;
}
.footer-nav__link-social {
    position: relative;
}
.footer-nav__link-social:before {
    content: '';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}
.footer-nav__link-facebook:before {
    background-image: url('../images/facebook.png');
    background-repeat: no-repeat;
}

.footer-nav__link-instagram:before {
    background-image: url('../images/instagram.png');
    background-repeat: no-repeat;
    background-size: 24px 24px;
}
.main-sections {
    padding: 45px 0 0;
}
.main-sections__listing__latest {
    background: #f7f7f7;
}
.main-sections__listing__latest {
    background: #f7f7f7;
}
/* START:Main banner
 ********************************************************************************* */

.main-banner {
    position: relative;
    height: 440px;
    background-size: cover;
	background-position-x: center;
}

.main-banner.non-homepage-banner {
    height: 185px;
}

.main-banner.non-homepage-banner.no-search-bar {
    height: 135px;
}

.main-banner.non-homepage-banner.details-page-banner {
    height: 225px;
}

@media all and (max-width: 420px) {
    .main-banner {
        height: 280px;
    }
}
.main-banner__wrapper {
    height: 100%;
}
.main-banner__head h1 {
    padding-top: 8px;
    font-size: 60px;
}

.non-homepage-banner .main-banner__head h1 {
    font-size: 30px;
}

@media all and (max-width: 992px) {
    .main-banner__head h1 {
        font-size: 46px;
    }
}
@media all and (max-width: 767px) {
    .main-banner__head h1 {
        font-size: 40px;
    }
}
@media all and (max-width: 420px) {
    .main-banner__head h1 {
        font-size: 28px;
    }
}
/* START:Post a job
 ********************************************************************************* */
/* START:Featured companies
 ********************************************************************************* */
/* START:Jobs by
 ********************************************************************************* */
/* START:Browse by
 ********************************************************************************* */
/* START:Subscribe
 ********************************************************************************* */
.product-items-wrapper {
    max-width: 938px;
    margin: 0 auto 70px;
    display: flex;
    flex-wrap:wrap;
}
@media all and (min-width: 680px) {
    .product-items-wrapper {
        max-width: 700px;
    }
}
@media all and (max-width: 680px) {
    .product-items-wrapper {
        width: 100%;
        text-align: center;
    }
}
.product-item {
    display: table;
    background: #fff;
    margin-right: 40px;
    margin-bottom: 40px;
    width: 310px;
    float: left;
    padding-bottom: 125px;
    position: relative;
    text-align: initial;
	padding: 0;
    -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    -o-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
}
@media all and (min-width: 680px) {
    .product-item:nth-child(2n) {
        margin-right: 0;
    }
}
@media all and (max-width: 680px) {
    .product-item {
        margin: 0 auto 40px;
        float: none;
    }
}
.product-item:hover {
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
}

.well.product-item .product-item__description.content-text ul {
    font-size: 14px;
    line-height: 18px;
    color: rgb(51,51,51);
    font-family: "Lato";
    list-style: none;
    padding-left: 30px;
}
.well.product-item .product-item__description.content-text ul li{
    margin-bottom: 10px;
}

.well.product-item .product-item__description.content-text ul li:before {
    background-color: #2091db;
    position: absolute;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
    height: 6px;
    width: 6px;
    margin-left: -11px;
    margin-top: 7px;
}

.well.product-item .product-item__description.content-text .rem {
    font-family: "Lato";
    font-size: 13px;
    padding: 10px 30px 0;
    line-height: 20px;
}
.well.product-item .product-item__description.content-text .rem:before {
    content: '*';
    font-size: 18px;
    font-weight: 700;
    color: #e7ea07;
    position: absolute;
    margin-left: -11px;
    margin-top: 2px;
}
.well.product-item .product-item__description.content-text .rem .star{
    color: #f0e253;
}
.product-item__content {
    overflow: hidden;
    padding-bottom: 70px;
}
.product-item__title,
.product-item__price {
    font-weight: bold;
    margin-bottom: 0px;
    text-align: center;
}
.product-item__title {
    margin-top: 0;
    font-size: 20px;
	background-color: #f2f2f2;
	padding: 25px 20px 10px;
	font-weight: 400;
}

.product-item__title .plan-name {
    font-family: "Lato Black";
    color: #FFF;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 22px;
}

.product-item__title .plan-name.standard-plan-name {
	color: #208fda;
}

.product-item__title .plan-name.featured-plan-name {
	color: #f39c11;
}

.product-item__price {
    color: #da2032;
    padding-top: 30px;
}
.product-item__description {
    color: rgba(0, 0, 0, 0.4);
    height: 100%;
    overflow: hidden;
	padding: 10px 25px 10px 10px;
}
.product-item .form {
    position: absolute;
    bottom: 25px;
    left: 0;
    margin-top: 30px;
}
.product-item .form .form-group {
    margin-bottom: 15px;
}
.product-item .form .form-group:last-child {
    margin-bottom: 0;
}

.product-item .form .form-group .btn__purchase {
	text-transform: uppercase;
	font-weight: 500;
}
/* START:My Account
 *********************************************************************************/
.container--small {
    position: relative;
}
@media all and (min-width: 1120px) {
    .with-banner__products {
        width: 100% !important;
    }
}
@font-face {
    font-family: 'footer-social';
    src: url('../fonts/footer-social.eot?fxg2qk');
    src: url('../fonts/footer-social.eot?fxg2qk#iefix') format('embedded-opentype'), url('../fonts/footer-social.ttf?fxg2qk') format('truetype'), url('../fonts/footer-social.woff?fxg2qk') format('woff'), url('../fonts/footer-social.svg?fxg2qk#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
    overflow-y: auto;
}
html,
body {
    height: 100%;
}
body {
    background: #f7f7f7;
    padding-right: 0 !important;
    min-width: 300px;
    -webkit-overflow-scrolling: touch;
}
@media all and (min-width: 767px) {
    body {
        display: table;
        width: 100%;
    }
}
@media all and (min-width: 767px) {
    .page-row {
        display: table-row;
        height: 1px;
    }
    .page-row-expanded {
        height: 100%;
    }
}
.inline-block {
    display: inline-block !important;
}
.inline {
    display: inline !important;
}
.well {
    border-radius: 6px;
}
.complex-block:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(225, 225, 225, 0.6);
}
.content-text {
    font-size: 15px;
    line-height: 26px;
}
.container {
    max-width: 1050px;
}
.container--small {
    margin-top: 20px;
}
.link {
    color: #419dd4;
    cursor: pointer;
}
.link:hover,
.link:focus {
    color: #419dd4;
    text-decoration: underline;
}

.red-link {
	color: #3e3e3e;
}

.link.red-link {
	color: #aaa;
}

.red-link:hover,
.red-link:focus {
    color: #da2032;
    text-decoration: none;
}
@media all and (max-width: 480px) {
    .hidden-xs-480 {
        display: none !important;
    }
}
.cloud {
    max-width: 700px;
    margin: 0 auto 45px;
    width: 100%;
    padding: 19px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.4);
    line-height: 24px;
    -moz-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.03);
    -ms-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.03);
}
@media all and (max-width: 767px) {
    .cloud {
        margin-bottom: 35px;
        padding: 35px 15px;
    }
}
/* START:Social Plugins
 ********************************************************************************* */
body {
    font-family: "Lato", sans-serif;
}
.link,
a {
    color: #419dd4;
}
.main-banner__head {
    margin-top: 90px;
}

.non-homepage-banner .main-banner__head {
	margin-top: 45px;
}

@media all and (max-width: 420px) {
    .main-banner__head {
        margin-top: 50px;
    }
}
.main-banner__head h1 {
    padding-bottom: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.main-banner__head p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.listing__title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 45px;
}
.listing__latest .listing__title {
    color: #da2032;
}
@media all and (min-width: 992px) {
    .listing__latest .listing-item {
        display: block;
        width: 49%;
        margin: 0 5px 16px 5px;
		float: left;
    }

    /*.listing__latest .listing-item:nth-child(2n+1) {*/
        /*margin-right: 10px;*/
    /*}*/
	/**/
	/*.listing__latest .listing-item:nth-child(2n) {*/
        /*margin-left: 10px;*/
    /*}*/
}

@media all and (min-width: 992px) and (max-width: 1200px) {
    .navbar .navbar-nav .navbar__item {
        padding-right: 20px;
    }

	.navbar .navbar-nav .navbar__item .navbar__link,
    .navbar .navbar-right .navbar__item:first-child .navbar__link {
        font-size: 13px;
    }

	.navbar .navbar-right .navbar__item {
		padding-right: 0;
	}

	.listing__latest .listing-item {
		width: 48.8%;
	}

	.listing-item__info--item {
		font-size: 13px;
	}
}
.listing-item__date {
    color: rgba(62, 62, 62, 0.3);
    font-weight: 400;
	display: inline-block;
	margin: 0 10px;
}
.listing-item__info {
    color: #3e3e3e;
    font-size: 16px;
	border-top: 1px solid #c5c5d6;
	border-bottom: 1px solid #c5c5d6;
}

.resume-details  .listing-item__info {
	border: none;
}

.listing-item__info--item-location:before {
    background-image: url("../images/location-icon.png");
}

.listing-item__info--item-family:before {
    background-image: url("../images/family.png");
}

.listing-item__info--item-location:before {
    background-image: url("../images/location-icon.png");
}
.listing-item__info--item-date:before {
    background-image: url("../images/calendar-new-icon.png");
    background-size: contain;
}
.listing-item__info--item-company:before {
    background-image: url("../images/employer-icon.png");
}

.listing-item__info--item-phone:before {
    background-image: url("../images/phone-icon.png");
}

.listing-item__info--item-phone-red:before {
    background-color: #da2032;
    -webkit-mask-image: url("../images/icon-phone.svg");
    mask-image: url("../images/icon-phone.svg");
}

.listing-item__info--item-email:before {
    background-image: url("../images/envelope-icon-gray.png");
}

.listing-item__info--item-email-red:before {
    background-image: url("../images/envelope-icon.png");
}
.listing-item__info--item-nationality:before {
    background-image: url("../images/flag-icon.png");
    background-size: contain;
}

.listing-item__info--item-childcare:before {
    background-image: url("../images/childcare-icon.png");
    background-size: contain;
}

.listing-item__info--item-education:before {
    background-image: url("../images/education-icon.png");
    background-size: contain;
}

.listing-item__info--item-experience:before {
    background-image: url("../images/experience-icon.png");
    background-size: contain;
}
.listing-item__info--item-cooking:before {
    background-image: url("../images/cooking-icon.png?v=2");
    background-size: contain;
}

.listing-item__info--item-education,
.listing-item__info--item-cooking
{
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
}

.listing-item__desc {
    color: #b7b7b7;
}
.main-listing .listing-item__desc {
    color: #3e3e3e;
}
.skills-header {
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0;
}

.resume-listing-item__skills-header {
	font-size: 16px;
	margin: 10px 0 0;
	line-height: 16px;
}

.listing-item__employment-type {
    display: inline-block;
    color: #ebc20e;
	float: right;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	position: relative;
	top: 4px;
}

@media all and (max-width: 767px) {
	.listing-item__employment-type {
    	top: 2px;
	}
}

.main-listing .listing-item__employment-type {
	top: 10px;
}

.view-all {
    background: #f7f7f7;
    padding: 30px 0 70px;
}
.footer {
    background-color: #25323f;
    padding: 30px 0 20px;
}
.footer ul li {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer ul a {
    font-size: 14px;
    color: #7e7e7e;
}
.footer a {
    color: #7e7e7e;
}
.footer-nav__link {
    color: #7e7e7e;
    font-weight: 500;
}
/* Inner */

.refine-search .btn__refine-search {
    color: #9f9b9b;
}
.refine-search .btn__refine-search:hover {
    color: #da2032;
}
.refine-search .btn__refine-search:hover:before {
    border-color: transparent transparent transparent #da2032;
}
.refine-search .btn__refine-search:before {
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #9f9b9b;
}
.refine-search .btn__refine-search[aria-expanded="true"] {
    color: #272727;
}
.refine-search .btn__refine-search[aria-expanded="true"]:hover {
    color: #da2032;
}
.refine-search .btn__refine-search[aria-expanded="true"]:hover:before {
    border-color: transparent transparent #da2032 transparent;
}
.refine-search .btn__refine-search[aria-expanded="true"]:before {
    border-width: 0 0 11px 11px;
    border-color: transparent transparent #aaa transparent;
}
.refine-search__item {
    color: #363636;
}
.refine-search__item:hover,
.refine-search__item:focus {
    color: #da2032;
	text-decoration: none;
}
.refine-search__count {
    color: #aaa;
}
.details-body__content .complex-block .listing-item__info,
.details-body__content.content-text {
    color: rgba(0, 0, 0, 0.5);
}
.form .form-label {
    color: #000;
}
.form-control {
    background-color: #fbfbfb;
    border: 1px solid rgba(44, 62, 80, 0.4);
    border-radius: 6px;
}

.fb-sign-in-btn {
	color: #fff;
	background-color: #4965b5;
	background-image: url('../images/facebook-btn-white.png');
	background-repeat: no-repeat;
	border-radius: 2px;
    padding: 8px 12px 8px 24px;
    background-position-y: 50%;
    background-position-x: 15px;
	width: 215px;
	height: 40px;
	display: inline-block;
	line-height: 26px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	margin-bottom: 20px;
}

.fb-sign-in-btn:hover {
    background-image: url('../images/facebook-btn.png');
	color: #4965b5;
	background-color: #fff;
	text-decoration: none;
}

.desc-text-wrapper {
	width: 70%;
	margin: 0 auto 45px;
}

.desc-text {
	margin: 12px 0;
	color: #777;
}

.desc-image img {
	width: 100%;
}

.desc-text-title {
	font-weight: 600;
	line-height: 24px;
}

.desc-text-content {
	font-weight: 300;
	line-height: 24px;
}

.resume-details-title {
	display: inline-block;
	font-weight: 300;
	margin-bottom: 10px;
}

.resume-details-name {
	font-weight: 600;
	color: #da2032;
	font-size: 22px;
}
.resume-ribbon-container{
    position: relative;
    display: inline-block;
}
.resume-details-ribbon {
	text-align: center;
    display: inline-block;
    width: 142px;
    background: linear-gradient(to bottom, #ff3e3e, #b20000);
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
    position: relative;
    margin-bottom: 1px;
    overflow: hidden;
}
.resume-details-ribbon::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 35px 18px;
    border-color: transparent #FFFFFF transparent transparent;
}
.resume-back-link {
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
}

.resume-back-link:hover,
.resume-back-link:focus {
	text-decoration: none;
	color: #ccc;
}

.details-page-banner .main-banner__head h2 {
	margin-top: 10px;
}

form#login-form {
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    margin: 60px auto 80px;
    max-width: 510px;
}

.my-account-list .nav.nav-pills li a {
    color: #da2032;
}

.my-account-list .nav.nav-pills li.active a {
    color: #fff;
    background-color: #da2032;
}

.my-account-list {
    margin-bottom: 20px;
}

.listing-item__trash {
    display: none;
}
.listing-item:hover .listing-item__trash {
    display: block;
    width: 25px;
    height: 25px;
    background: transparent url("../images/icon-trash.svg");
    border: none;
    float: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.latest__resume {
    font-size: 26px;
	margin-top: 45px;
}

.sitemap-list {
    padding-bottom: 25px;
    margin-bottom: 45px;
}

.details-body__resume {
	margin-top: 5px;
}

.resume-details-wrapper {
	width: 100%;
	margin-bottom: 40px;
}

.resume-details-section {
    margin-top: 40px;
}

.resume-details-section-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid #3e3e3e;
    color: #000;
	margin-top: 0;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.resume-work-experience-list .complex-block {
    max-width: 550px;
}

.resume-work-experience-list .listing-item__title {
    font-size: 16px;
    margin-bottom: 15px;
}

.resume-work-experience-main-info {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
}

.resume-work-experience-list  .complex-block:not(:last-child) {
	margin-bottom: 20px;
    border-bottom: 1px solid #c5c5d6;
}

.resume-details-item {
    line-height: 28px;
}

.resume-details-item  .listing-item__info--item-education {
	font-size: 14px;
	font-weight: 500;
	margin-top: -5px;
}

@media all and (min-width: 904px) {
    .two-cols .resume-details-item:nth-child(2n) {
        float: left;
    }
    .two-cols .resume-details-item:nth-child(2n+1) {
        float: right;
    }
	.two-cols .resume-details-item {
		width: 50%;
        padding-right: 25px;
	}
}

.resume-details-item-title {
    font-weight: 700;
}
.ui-multiselect-menu{
    font-family: inherit !important;
    color: #797979 !important;
}
.form-horizontal .ui-multiselect,.form-group .ui-multiselect {
    width: 100% !important;
    min-height: 34px;
    height: 38px;
    line-height:17px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    border-radius: 6px;
    text-align: center;
    background: #fafafa !important;
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(44, 62, 80, 0.4);
    font-weight: 300; }
.form-horizontal .ui-multiselect:focus,.form-group .ui-multiselect:focus {
    outline: none; }
.form-horizontal .ui-multiselect.ui-state-active, .form-group .ui-multiselect.ui-state-active{
    border: 1px solid #e0e0e0;
    background: #fff !important;
    box-shadow: none; }

.ui-multiselect-menu .ui-widget-header {
    background: #eaeaea;
    padding: 5px 6px; }

.ui-multiselect-checkboxes .ui-state-hover {
    background: #f2f2f2 !important;
    border: 1px solid #e3e4e4 !important;
    border-radius: 2px; }

.pagination-pages .current-page,.pagination-pages .hr-disabled{
    color: #333;
    text-decoration: none !important;
    cursor: default;
}
.pagination-pages{
    text-align:center;
}
.page-button{
    padding:0 5px 0 5px;
    display: inline;
    text-decoration: underline !important;
    cursor:pointer;
}

.page-button{
    border: none;
    background: none;
}

.no-border-select select:-moz-focusring
{
    color: transparent;
    text-shadow: 0px 0px 0px #000;
}

.contact_button .listing-item__info--item{
    margin-left:10px !important;
}

#registr-form .companydescription #mceu_12{
    width:100% !important;
}

@media all and (min-width: 1200px) {
    .childcare-experience button.ui-multiselect {
        padding: 0;
    }
}

.navbar__item .navbar__logout{
    color: #da2032 !important;
    font-size: 14px !important;
    text-transform:uppercase;
}

.container-large{
    max-width:1520px;
    width: 1520px;
    font-size: 13px;
}

.container-not-registered{
    max-width:1520px;
    width: 1520px;
    font-size: 13px;
}

.navbar .navbar-right .navbar__item, .navbar .navbar-right .navbar__item:first-child .navbar__link,
.navbar .navbar-right .navbar__item .navbar__link{
    font-size:13px !important;
}

@media (min-width: 992px) and (max-width: 1366px) {
    .container-large,.container-not-registered{
        font-size:10px;
        width:100%;
        max-width:100%;
        margin: 0;
    }
    .navbar .navbar-right .navbar__item, .navbar .navbar-right .navbar__item:first-child .navbar__link,
    .navbar .navbar-right .navbar__item .navbar__link{
        font-size:10px !important;
    }
    .logo.navbar-header{
        width:130px;
    }
}

@media (min-width: 1366px) and (max-width: 1600px) {
    .container-large,.container-not-registered{
        font-size:9px;
        width:100%;
        max-width:100%;
        margin: 0;
    }
    .navbar .navbar-right .navbar__item, .navbar .navbar-right .navbar__item:first-child .navbar__link,
    .navbar .navbar-right .navbar__item .navbar__link{
        font-size:12px !important;
    }

    .logo.navbar-header{
        width:180px;
    }
}

@media (min-width: 1600px) {

    .header-container-shortlist{
        max-width: 1630px !important;
        width: 1630px !important;
        font-size: 12px;
    }
    .container-large,.container-not-registered{
        max-width: 1600px !important;
        width: 1600px !important;
        font-size: 12px;
    }
}

@media (min-width: 992px) {

    .navbar .navbar-nav .navbar__item .headerdivider{
        display:inline-block;
        padding-right:25px;

    }
    .headerdivider:after{
        content:"";
        height: 20px;
        width:2px;
        background:#777f8f;
        display: block;
        position:absolute;
        right:0;
        top:15px;
    }
}

@media (min-width: 992px) and (max-width: 1270px) {
    .logo.navbar-header{
        display:none;
    }
    .container-large,.container-not-registered{
        font-size:9px;
    }
    .navbar .navbar-nav .navbar__item .navbar__link,
    .navbar .navbar-right .navbar__item:first-child .navbar__link {
        font-size: 12px !important;
    }

}

.link-unstyle{
    color: inherit;
    text-decoration:none;
}

select.gateway-select{
    height:34px;
    padding:0 12px;
}
.add-to-shortlist, .remove-from-shortlist {
    margin-left:10px;
    line-height: 37px;
}

.add-to-shortlist a, .remove-from-shortlist a {
    text-align: left;
}

.add-to-shortlist-link, .remove-from-shortlist-link {
    font-size: 14px;
    color: #da2032;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    cursor: pointer;
}

.add-to-shortlist-link:hover, .remove-from-shortlist-link:hover,
.add-to-shortlist-link:focus, .remove-from-shortlist-link:focus {
    color: #7e7e7e;
}

.search-list-resume-bottom-links {
    margin-top: 10px;
}

@media all and (max-width: 767px) {
    .listing-item__logo,.search-results .listing-item__logo {
        display: block;
        min-width: 100%;
        width: 100%;
        height: 100%;
        padding-right: 0;
    }

    .add-to-shortlist-red{
        display:block !important;
        margin-left:8px !important;
    }
}

@media all and (max-width: 486px) {
    .mce-btn button{
        padding: 4px 5px !important;
    }
}

@media all and (max-width: 395px) {
    .mce-btn button{
        padding: 4px 2px !important;
    }
}

@media all and (max-width: 325px) {
    .mce-btn button{
        padding: 4px 0px !important;
    }
}

.checkmark{
    margin-bottom:15px;
}
.checkmark span {
    font-size: 28px;
    margin-bottom: 1em;
    list-style-type: none;
    padding: 0.25em 0 0 2.5em;
    position: relative;
}
.checkmark span:before {
    content: " ";
    display: block;
    border: solid 0.8em #da2032;
    border-radius: 0.8em;
    height: 0;
    width: 0;
    position: absolute;
    left: 0.5em;
    top: 40%;
    margin-top: -0.5em;
}
.checkmark span:after {
    content: " ";
    display: block;
    width: 0.5em;
    height: 0.9em;
    border: solid #fff;
    border-width: 0 0.2em 0.2em 0;
    position: absolute;
    left: 1em;
    top: 40%;
    margin-top: -0.2em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sides-line {
    font: 25px sans-serif;
    margin-top: 30px;
    text-align: center;

    position: relative;
    z-index: 1;
    margin-bottom:10px;
}
.sides-line:before {
    border-top: 1px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}
.sides-line span {
    background: #f7f7f7;
    padding: 0 15px;
    color:#da2032;
}

.success-posted{
    display:inline-block;
    background:#da2032;
    padding:6px 28px;
    border:none;
    outline:none;
    font-weight:600;
    color:#fff;
    text-transform:uppercase;
    margin:15px 0;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.success-posted:hover{
    text-decoration:none;
    color:#fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.navbar__item.empl-registration a{
    padding-bottom: 10px;
    color: #da2032 !important;
}

.navbar__item.welcome-back a{
    padding-bottom: 10px;
    color: #da2032 !important;
}

.table-payment-summary>thead>tr>td, .table-payment-summary>thead>tr>th, .table-payment-summary>tbody>tr>td, .table-payment-summary>tbody>tr>th {
    border: 1px solid #d0cece;
}
.table-payment-summary>thead {
    background-color:#d9e2f4;
}
.table-payment-summary th:nth-child(2), .table-payment-summary td:nth-child(2){
    text-align:right;
}
.table-payment-summary{
    max-width:700px;
}
.table-payment-summary th, .table-payment-summary td {
    width:50%;
}

a.btn__back {
    color: #da2032;
}

.standard-listing-block .product-item__title{
    font-family: 'Lato Black', sans-serif;
    font-size: 20px;
    color:#fff;
    background-color:#a1a1a1;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.featured-listing-block .product-item__title{
    font-family: 'Lato Black', sans-serif;
    font-size: 20px;
    color:#fff;
    background-color:#2091db;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.featured-listing-block .popular-product-under-title{
    font-family: 'Lato Black', sans-serif;
    text-align: center;
    font-size: 18px;
    color:#fff;
    background-color:#2091db;
    border-top: 1px solid rgb(181, 206, 227);
    padding: 10px;
}

.standard-listing-block .popular-product-under-title{
    font-family: 'Lato Black', sans-serif;
    text-align: center;
    font-size: 18px;
    color:#fff;
    background-color:rgb(161, 161, 161);
    border-top: 1px solid rgb(221, 210, 210);
    padding: 10px;
}

.product-item__title p.membership{
    font-family: 'Lato Medium', sans-serif;
    font-size: 17px;
    line-height: 7px;
}

.standard-listing-block .plan-name.standard-plan-name{
    color:#fff;
}

.standard-listing-block .btn__purchase{
    background-color:#efefef;
    border-color:#efefef;
    color: #000;
}
.standard-listing-block .btn__purchase:hover{
    background-color: #d5d5d5;
}

.featured-listing-block .btn__purchase{
    background-color:#2091db;
    border-color:#2091db;
    color: #FFF;
}
.featured-listing-block .btn__purchase:hover{
    background-color: #1c669c;
}

.details__btn-apply{
    float:right;
}

.listing-item__desc-apply{
    text-overflow: ellipsis;
    margin-top: 8px;
    line-height: 24px;
    margin-bottom: 6px;
    overflow: hidden;
    word-break: break-word;
}

.removeExpButton{
    z-index:100;
    position:relative;
    top:70px;
}

.listing-item__info .resume-details-item{
    font-size: 14px;
}

.listing-item__info--item.item-bold{
    font-weight:600;
}

.registration-callback-text{
    font-weight:800;
    font-size:18px;
    text-align: left;
    max-width: 700px;
    margin: auto;
}

.sortby-resumes{
    float:right;
    margin-top:12px;
    font-size:16px;
}

.sortby-resumes > select{
    display:inline-block;
    width:auto;
}

.sortby-resumes-icon-desc {
    background: url("../images/sort-by-attributes-24.png") no-repeat;
    display:inline-block;
    float: right;
    height: 34px;
    width:24px;
    margin: 3px 5px 0;
}

.sortby-resumes-icon-asc{
    background: url("../images/sort-by-attributes-interface-button-option-24.png") no-repeat;
    display:inline-block;
    float: right;
    height: 34px;
    width:24px;
    margin: 3px 5px 0;
}

.title__primary-empl{
    color: #000;
    font-weight: bold
}

.migrated_postjob{
    background-color:#2bb04e;
    margin-right:100px;
}

.modal-title{
    font-size:22px;
}

.form .form-group.job-apply-text{
    font-size:20px;
    font-weight:600;
    margin-bottom:40px;
    padding-left:0;
}

.title-returned-empl{
    height:40px;
    font-weight: bold;
    line-height: 24px;
}

.link-returned-empl{
    margin:0;
}

.block-returned-empl{
    width:50%;
    display:inline-block;
    text-align:center;
    float: left;
    padding-bottom: 40px;
}

.block-returned-empl:first-child{
    float:left;
    border-right:1px solid #e5e5e5;
}

.add-position-very-top {
    font-size: 18px;
    margin-bottom: 45px;
    margin-top: 20px;
    text-align: center;
}

@media all and (min-width: 1120px) {
    .listing__latest .modal-lg {
        width: 1100px;
    }
}

@media all and (max-width: 1000px) {
    .block-button-popup{
        float:none;
        padding-bottom:0;
        width:100%;
    }
    .block-button-popup h3{
        font-size: 20px;
    }
    .title-returned-empl{
        height:auto;
    }
}

.welcome-message-popup{
    line-height:120%;
}

.welcome-popup-body{
    overflow:hidden;
}

.welcome-popup-image{
    width:100%;
    text-align:center;
    font-weight:600;
    font-size:16px;
}

.welcome-popup-family-image{
    background-image:url("../images/Family-Popup.png");
    width: 128px;
    height: 128px;
    margin: auto;
}

.welcome-popup-helper-image{
    background-image:url("../images/Maid.png");
    width: 128px;
    height: 128px;
    background-size: cover;
    margin: auto;
}

.not-show-again{
    float:left;
    padding: 9px 25px;
}

.cr-styled {
    display: inline-block;
    margin: 0 2px;
    line-height: 20px;
    font-weight: normal;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.cr-styled__radio {
    margin-bottom: 5px;
}
.cr-styled .fa {
    display: inline-block;
    height: 18px;
    width: 18px;
    cursor: pointer;
    vertical-align: middle;
    border: 2px solid #ccc;
    border-radius: 3px;
    text-align: center;
    padding-top: 1px;
    margin-top: -4px;
    margin-right: 3px;
    font-size: 12px;
}
.cr-styled input {
    position: fixed;
    z-index: -1;
    left: -9999px;
}
.cr-styled input[type=checkbox]:checked + .fa:before {
    content: "\f00c";
}
.cr-styled input[type=radio] + .fa {
    border-radius: 18px;
    font-size: 11px;
    line-height: 13px;
}
.cr-styled input[type=radio]:checked + .fa:before {
    content: "\f111";
}
.cr-styled input[type=checkbox]:checked + .fa,
.cr-styled input[type=radio]:checked + .fa {
    border-color: #6e8cd7;
    color: #6e8cd7;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-left: 0;
}

.memberships-title, .thank-you-title{
    margin-bottom:15px;
}

.memberships-desc{
    text-align:center;
    margin-bottom: 40px;
}

.standard-listing-block .product-item__title .plan-name{
    color: #fff;
}

.thank-you-button{
    font-size:20px;
    padding: 6px 38px;
    text-transform:none;
}

.thank-you-text{
    font-weight:600;
    font-size:18px;
}

.myaccount-article-title{
    text-transform:none;
}

.listing-title{
    font-weight:initial;
    font-size:14px;
}

.posted-expired-listing{
    float:right;
}

.listing-bottom-section{
    margin-top:30px;
}

.bottom-section-item{
    display:inline-block;
    padding-right:40px;
}

.view-listing-link{
    color:black;
}

.under-review{
    color:#da2032;
}

.helper-profile-label{
    margin-bottom:0;
    font-weight:600;
    text-transform:uppercase;
}

.memberships-desc{
    font-size:17px;
    font-weight: 500;
}

.resume-account-top{
    overflow:hidden;
}

.resume-account-title{
    float:left;
}

.resume-bottom-section{
    margin-top:10px;
    text-align: right;
}

.resume-bottom-section .bottom-section-item{
    padding-left:30px;
    padding-right:0px;
}

.resume-account .media-body{
    width:630px;
}

a.back-to-root-link {
    color: red;
    padding-left: 30px;
}

.ui-datepicker-trigger {
    position: absolute;
    right: 30px;
    top: 36px;
    cursor: pointer; }

.label-most-popular-product {
    position: absolute;
    background-image:url("../images/medal.png");
    top: 22px;
    right: 14px;
    width: 27px;
    height: 38px;

}

.product-item__price .currency {
    font-size: 18px;
    line-height: 22px;
    color: rgb(51,51,51);
    font-family: "Lato";
    text-align: center;
}

.product-item__price .price {
    font-size: 36px;
    line-height: 25px;
    color: rgb(51,51,51);
    font-family: "Lato";
    font-weight: bold;
    text-align: center;
}

.ad-items-block {
    padding-left: 10px;
    padding-right: 10px;
    display: flex !important;
    justify-content: space-around;
}
.ad-items-block .ad-item {
    width: 300px;
    height: 250px;
}


.modal-popup .modal-content {
    width: 700px;
}
@media all and (max-width: 1024px){
    .modal-popup .modal-content {
        width: unset;
    }
}
@media (max-width: 864px) {
    .dialogue_box {
        width: 270px !important;
        margin: auto auto;
        max-width: calc(100% - 1px);
    }
    .dialogue_box_body .content-first {
        font-size: 12px !important;
    }
    .dialogue_box_body .info__licensed::before {
        width: 9px !important;
        height: 9px !important;
    }
    .dialogue_box_body .info__located::before {
        width: 9px !important;
        height: 9px !important;
    }
    .dialogue_box_body .content-second {
        font-size: 21px !important;
    }
    .dialogue_box_body .dialogue_box_info {
        font-size: 9px !important;
    }
    .dialogue_box_footer .contact_Title {
        font-size: 18px !important;
    }
    .dialogue_box_footer .agency_contact {
        width: 21px !important;
        height: 21px !important;
        padding: 3px 3px !important;
        border: 1px solid black;
    }
}
.dialogue_box{
    width: 450px;
    border-width: 5px 0;
    border-style: solid;
    border-color: red;
    background-color: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.dialogue_box_header{
    padding: 0px 72px;
    margin: 0 12px;
    border-bottom: 2px solid black;
}
.dialogue_box_header img {
    width: 100%;
    height: 100%;
}
.dialogue_box_body{
    padding: 6px 0;
    margin:0 12px;
    text-align: center;
}
.dialogue_box_body .content-first {
    color:gray;
    font-size: 21px;
    font-weight: 500;
}
.dialogue_box_body .content-second {
    margin: 3px 0 ;
    font-size: 36px;
    font-weight: 300;
}
.dialogue_box_body .dialogue_box_info{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 24px;
}
.dialogue_box_body .info__licensed::before{
    content: "";
    background-image: url("../images//badge_6572534.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width : 15px;
    height: 15px;
}
.dialogue_box_body .info__located::before{
    content:"";
    background-image: url("../images//location_13881564.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width : 15px;
    height: 15px;
}
.dialogue_box_footer {
    background-color: rgb(143, 143, 143);
    padding: 12px 39px;
    display:flex ;
    color:white;
    justify-content: space-between;
    align-items: center;
}
.dialogue_box_footer .agency_contact {
    width: 36px;
    height: 36px;
    background-color: white;
    padding: 6px 6px;
    border-radius: 50%;
    border: 2px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dialogue_box_footer .agency_contact img {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.dialogue_box_footer .contact_Title{
    font-size: 30px;
    font-weight: 300;
}

.modal-popup .modal-header .title {
    font-size: 23px;
    font-weight: 700;
}
.modal-popup .modal-header {
    border: none;
}
.modal-popup .modal-header a {
    font-size: 50px;
    color: #000;
    font-weight: 300;
    line-height: 30px;
    text-decoration: none;
}
.modal-popup .modal-footer {
    border: none;
}
.modal-popup .modal-footer .submit {
    font-size: 16px;
    font-weight: 500;
}

.modal-popup .modal-footer .submit img {
    filter: invert(1);
    height: 23px;
    margin-left: 5px;
}

.modal-popup .modal-footer .logotip {
    margin-top: 5px;
}

.modal-popup label.error {
    font-size: 12px;
    color: red;
    font-weight: 500;
}
.modal-popup .form-group textarea {
    min-height: 150px;
}
.modal-popup .wizard-finish-message .wizard-finish-message-line-text {
    line-height: 16px;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 24px;
}

.modal-popup .wizard-finish-message .wizard-finish-message-line-text:before {
    content: '';
    background: linear-gradient(to right, transparent, #aaa, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.modal-popup .wizard-finish-message .wizard-finish-message-line-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 10px;
    line-height: 22px;
    font-size: 24px;
    color: #22b14c;
    background-color: #fff;
}

.modal-popup .wizard-finish-message .wizard-finish-message-image {
    background-image: url('../images/success-tick.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 64px;
    height: 84px;
    margin: 0 auto;
}

.modal-popup .exit-popup-content {
    display: flex;
    justify-content: flex-start;
    max-width: 500px;
    margin: auto;
    line-height: 28px;
}
.modal-popup .exit-popup-content img {
    margin-right: 15px;
}

.resume-search-text-ad {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.resume-search-text-ad .ad-item {
    width: 48%;
    padding: 10px;
    min-width: 300px;
    background-color: #FFF;
    margin-bottom: 5px;
}
.resume-search-text-ad .ad-item a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
}
@media all and (max-width: 991px){
    .resume-search-text-ad {
        flex-direction: column;
    }
    .resume-search-text-ad .ad-item {
        width: 100%;
        min-width: unset;
    }
}

.resume-search-text-ad table tr {
    width: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}
.resume-search-text-ad table tr:nth-child(1), .resume-search-text-ad table tr:nth-child(2) {
    margin-bottom: 7px;
}

@media all and (max-width: 767px){
  .resume-search-text-ad table tr:nth-child(3) {
      margin-bottom: 7px;
  }
}
.resume-search-text-ad table tr:nth-child(odd) {
    padding-right: 10px;
}
.resume-search-text-ad table tr:nth-child(even) {
    padding-left: 10px;
}
.resume-search-text-ad table tr td {
    border-radius: 6px;
    min-height: 20px;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
    background-color: #FFF;
}
.resume-search-text-ad table tr td a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;

}
@media all and (max-width: 767px){
    .resume-search-text-ad table tr {
        width: 100%;
        padding: 0 !important;
    }
    #refine-search-ad-wrapper {
        display: none;
    }
}

#refine-search-ad-wrapper .AdBanner {
    height: auto;
    width: 160px;
    border: 1px solid #CCC;
    margin: 10px 0px;
    text-align: center;
    margin-bottom: 10px;
    min-height: 130px;
    background-color: white;
}

#refine-search-ad-wrapper .AdImage {
    max-width: 140px;
    max-height: 70px;
    padding: 5px 0px !important;
}
#refine-search-ad-wrapper .AdTitle {
    width: 150px;
    font-weight: bold;
    font-size: 13px;
    clear: both;
    text-align: left;
    padding: 10px 0px 0px 15px !important;
}
#refine-search-ad-wrapper .AdExerpt {
    clear: both;
    text-align: left;
    padding: 0px 5px 5px 15px !important;
    font-size: 11px;
    line-height: 15px;
    color: #000;
}

.home__title {
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.text-white {
    color: #FFF !important;
}

.f-16 {
    font-size: 16px !important;
}
.f-18 {
    font-size: 18px !important;
}

.mobile-float-banner {
    display: none;
    position: fixed;
    bottom: 0;
    height: auto;
    width: 300px;
    height: 94px;
    margin-right: auto;
    margin-left: auto;
    z-index: 9147483639;
    left:50%;
    transform: translateX(-50%);
    border: 1px solid #c7c7c7;
}
.mobile-float-banner iframe {
    border: 0;
}
.mobile-float-banner .close-button {
    display: none;
    position: absolute;
    top: -22px;
    right: 0;
    border: 0;
    border-radius: 5px 5px 0 0;
    color: #2d2d2d;
    background-color: rgba(191, 191, 191, 0.4);
    font-weight: bold;
}

/*Native banners*/
.classified-native-banner {
    padding-bottom: 45px;
}
.classified-native-banner .listing-summary-image-wrapper {
    width: 100%;
}
.classified-native-banner .classified-summary-info-wrapper{
    position: relative;
}
.classified-native-banner .classified-native-banner-image-block {
    height: 180px;
    max-width: 320px;
    margin: auto;
}
.classified-native-banner .classified-native-banner-image-block .classified-native-banner-image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.classified-native-banner .classified-summary-title {
    padding-top: 5px;
    padding-bottom: 5px;
}
.classified-native-banner .classified-summary-title a {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    color: black;
}
.classified-native-banner .classified-summary-info-list {
    color: #3e3e3e;
    font-size: 14px;
    border-top: 1px solid #c5c5d6;
    border-bottom: 1px solid #c5c5d6;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.classified-native-banner .classified-summary-info-column {
    width: 40%;
}
.classified-native-banner .classified-summary-info-column:last-child {
    width: 100%;
}
.classified-native-banner .classified-summary-info-column:last-child .classified-summary-info-item {
    width: 40%;
    display: inline-block;
}
.classified-native-banner .classified-summary-info-column .classified-summary-info-item {
    margin-bottom: 5px;
}
.classified-native-banner .classified-summary-info-column .classified-summary-info-item a {
    color: #3e3e3e;
}
.classified-native-banner .classified-summary-details-button-wrapper {
    float: left;
}
.classified-native-banner .classified-summary-details-button-wrapper .classified-summary-details-button {
    font-size: 14px;
    color: #da2032;
}
.classified-native-banner .classified-summary-views-count-wrapper {
    float: right;
    opacity: 0.4;
}
.classified-info-icon {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    position: relative;
    top: 2px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 3px;
    background-size: contain;
}
@media all and (max-width: 400px){
    .classified-native-banner .classified-summary-info-column {
        width: 100%;
    }
    .classified-native-banner .classified-summary-info-column .classified-summary-info-item,
    .classified-native-banner .classified-summary-info-column:last-child .classified-summary-info-item {
        width: 100%;
    }
}
@media all and (min-width: 768px){
    .classified-native-banner {
        display: flex;
        justify-content: left;
    }
    .classified-native-banner .listing-summary-image-wrapper{
        max-width: 320px;
        width: 100%;
        margin-right: 20px;
    }
    .classified-native-banner .classified-summary-info-wrapper{
        width: 100%;
    }
}
.classified-info-icon.classified-flag-icon {
    background-image: url("../images/flag-icon.png");
}
.classified-info-icon.classified-map-marker-icon {
    background-image: url("../images/location-icon.png");
}
.classified-info-icon.classified-user-icon {
    background-image: url("../images/employer-icon.png");
}
.classified-info-icon.classified-message-icon {
    background-image: url("../images/envelope-icon.png");
}
.classified-info-icon.classified-phone-icon {
    background-color: #da2032;
    -webkit-mask-image: url(../images/icon-phone.svg);
    mask-image: url(../images/icon-phone.svg);
}

@media all and (min-width: 992px) {
    .mobile-only {
        display: none !important;
    }
}

@media all and (max-width: 991px) {
    .desktop-only {
        display: none !important;
    }
}

.pt-30 {
    padding-top: 30px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.listing-form-wrapper .form-section .section-title {
    font-size: 28px;
    margin-bottom: 15px;
}

.listing-form-wrapper .form-section .form-group:not(.form-group__half) {
    padding: 0;
}

.listing-form-wrapper .form-section .horizontal-radios label:first-child {
    margin-right: 15px;
}

.listing-form-wrapper .form-section .form-group__half:first-child {
    padding-left: 0;
}
.listing-form-wrapper .form-section .form-group__half:last-child {
    padding-right: 0;
}

.form-checkboxes .checkbox-label {
    font-weight: unset;
}

.form-checkboxes .checkbox-label:last-child {
    margin-bottom: 0;
}

#complexFields_WorkExperience .complex-item:first-child .employnemt-period-title {
    display: none;
}

.label {
    color: #fff;
}
.label--pending {
    background-color: #f13c6e;
}
.label--active {
    background-color: #2eb398;
}
.label--inactive {
    background-color: #a1a1a1;
}
.label--expired {
    background-color: #007ef0;
}
.label--hidden {
    background-color: #f8f51b;
    color: #000
}

.listing-status-label {
    float:right;
}

/*Featured resumes slider*/
.featured-resumes-slider .featured-resumes-slider__body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-resumes-slider__arrow {
    height: 30px;
    width: 30px;
    min-width: 30px;
    border-radius: 50%;
    border: 2px solid #cecece;
    color: #cecece;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.featured-resumes-slider__arrow:hover,
.featured-resumes-slider__arrow:focus {
    text-decoration: none;
    color: #979797;
    border-color: #979797;
}

.featured-resumes-slider__list {
    position: relative;
    overflow-x: auto;
    max-width: 800px;
    margin: 0 10px;
}

.featured-resumes-slider__items-wrapper {
    position: relative;
    display: flex;
    justify-content: start;
    width: fit-content;
    overflow: visible;
}

.featured-resumes-slider__list::-webkit-scrollbar {
    width: 0;
}

.featured-resumes-slider__dot {
    font-size: 20px;
    cursor: pointer;
}

.featured-resumes-slider__dot.active {
    color: red;
}

.featured-resume__photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #c1c1c1;
}

.featured-resume__photo img {
    width: 100px;
}

.featured-resume {
    position: relative;
    min-width: 180px;
    height: 255px;
    border-radius: 15px;
    border: solid 1px #b4b4b4;
    margin: 0 10px;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

@media (max-width: 420px) {
    .featured-resumes-slider__list {
        max-width: 200px;
    }
}

.featured-resume__body {
    padding: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.featured-resume__name {
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.featured-resume__location {
    margin-bottom: 5px;
}

.featured-resume__title {
    margin-bottom: 5px;
}

.featured-resume__location:before {
    background-image: url("../images/location-icon.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
}

.featured-resume__footer {
    background-color: #da2032;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    text-decoration: none;
    font-weight: bold;
}

.featured-resume__footer:hover {
    text-decoration: none;
    color: #cecece;
}

.featured-resume__ribbon {
    background-color: #da2032;
    color: white;
    font-weight: bold;
    padding: 1px 36px;
    position: absolute;
    transform: rotate(-50deg);
    top: 20px;
    left: -39px;
}

.hey-wait-popup__email {
    margin-left: 10px;
}

.main-notices {
    display: flex;
    justify-content: stretch;
    margin-top: 15px;
}

.main-notices__item {
    flex-basis: 100%;
    flex-grow: 0;
    background-color: white;
    border-radius: 6px;
    padding: 20px;
    border: 1px solid #e3e3e3;
}

.main-notices__item:not(:first-child, :last-child) {
    margin-right: 10px;
    margin-left: 10px;
}

.main-notices__item-title {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 15px;
    text-align: center;
}

@media all and (max-width: 991px) {
    .main-notices {
        flex-direction: column;
    }

    .main-notices__item {
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 5px;
        margin-top: 5px;
    }
}
.readmore-toggler::after {
    content: 'Read more...';
}

.readmore-toggler[aria-expanded="true"]::after {
    content: 'Read less...';
}

.employers-call-out {
	border: 2px solid #666;
	padding: 15px;
	border-radius: 25px;
	background-color: #888;
	color: #fff;
    text-align: center;
}

.employers-call-out a{
	color: #fff;
    text-align: center;
}
