html {
	background-color: #f5f7fa;
}
body {
	font-family: inherit;
	/*background-color: #f5f7fa;*/
	background-color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
	color: #00171f
}
a {
	color: #197bbd;
	transition: none
}
a:hover {
	color: #145fa9;
	text-decoration: underline
}
p {
	margin-top: 0;
	margin-bottom: 1rem
}
.small, small {font-size:85%; font-weight:400;}

.loader-logo {width:22%; margin-bottom: 1rem;}

@media (max-width:767.98px) {
.loader-logo {width:60%; margin-bottom: 1rem;}
}

@media (max-width:767.98px) {
.mobile-padding-no {
	padding-left: 0;
	padding-right: 0
}
}
.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin: 1rem 0;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem
}
.alert-warning {
	color: #d58512;
	background-color: rgba(240,173,78,.1);
	border-color: #f0ad4e
}
.alert-warning span {
	vertical-align: middle
}
.alert-warning i {
	font-size: 1.25rem;
	vertical-align: middle
}
.alert-borderless {
	border-color: transparent!important;
	border-bottom-left-radius: 0!important;
	border-bottom-right-radius: 0!important
}
.alert-warning .small {
	font-size: 1rem;
	color: inherit
}
.bg-highlight-yellow {background:rgba(240, 173, 78, 0.2);}
.js-cookie-consent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    padding: 1rem 2rem;
    margin: 0;
    color: #fff;
    font-size: 0.875rem;
    background: rgba(0,0,0,0.85);
}
.js-cookie-consent button{background:none; border: none; color: #fff; font-size: 14px; padding: 0; border-radius: 5px; display: inline-block; font-weight:600; float:right;}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	margin-top: 0;
	margin-bottom: 0
}
.h1, h1 {
	font-size: 45px
}
.h2, h2 {
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: -1px
}
h3 {
	font-size: 1rem
}
h4 {
	font-size: 20px
}
h5 {
	font-size: 18px
}
h6 {
	font-size: 1rem
}
.home-sub-title {
	font-size: .9375rem;
	font-weight: 400;
	color: #6c757d
}

/* Lists */
#cms-content .cms-ul {list-style-type: none; margin-left: 1.75rem; margin-top: 1.5rem; padding-left: 0;}
#cms-content .cms-ul > li {position: relative; margin-bottom:0.5rem; padding-left: 0.25rem;}
#cms-content .cms-li {left: -2rem; position: absolute; text-align: center; width: 2rem; line-height: 20px; font-size:1.5rem; font-weight:400; color:#15af6a;}
#cms-content .cms-li i {font-size: 1.5rem; color:#0074cc;}

#cms-content .cms-ul-disc {list-style: disc; margin-left: 1.75rem; margin-top: 1.5rem; padding-left: 0;}
#cms-content .cms-ul-disc > li {position: relative; margin-bottom:0.5rem; padding-left: 0.25rem;}
#cms-content .cms-li {left: -2rem; position: absolute; text-align: center; width: 2rem; line-height: 20px; font-size:1.5rem; font-weight:400; color:#15af6a;}
#cms-content .cms-li i {font-size: 1.5rem; color:#0074cc;}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 10px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 30px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #0074cc;
    left: 0px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

/* Loaders */
#myDiv {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: 139px;
        margin-top: -19px;
	z-index: 100;    }
	#myDiv img {width:80px; height:80px; margin:30px 0px;}
    #myDiv_rel {z-index: 1000;}
	#myDiv_rel img {width:40px; height:40px; margin:30px 0px;}
    #myDivb {
        z-index: 1000;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: 139px;
        margin-top: -19px;
    }
    #myOverlay_rel {
        margin-left: -17px;
        position: fixed;
        height: 100%;
        /* width: 22%; */
        width: 291px
    }

    #myOverlay {
        position: fixed;
        height: 100%;
        width: 100%;
    }

    #myOverlayb {
        position: fixed;
        height: 100%;
        width: 100%;
    }

    #myOverlay {
        background: #f5f7fa;
        z-index: 2;
        display: none;
    }

    #myOverlayb {
        background: black;
        opacity: .7;
        z-index: 2;
        display: none;
    }

@media (max-width:767.98px) {
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	margin-top: 0;
	margin-bottom: 0
}
.h1, h1 {
	font-size: 45px
}
.h2, h2 {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -1px
}
h3 {
	font-size: 1rem
}
h4 {
	font-size: 20px
}
h5 {
	font-size: 18px
}
h6 {
	font-size: 1rem
}
.home-sub-title {
	font-size: .9375rem;
	font-weight: 400;
	color: #6c757d
}
}

@media (min-width:1200px) {
.container {
	max-width: 1280px;
}
}

@media (max-width:767.98px) {
.mobile-padding-no {
	padding-left: 0;
	padding-right: 0
}
}
/* Buttons - Main */
.btn {
	display: inline-block;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	line-height: 2.225rem;
	-webkit-border-radius: 0.3125rem;
	-moz-border-radius: 0.3125rem;
	border-radius: 0.3125rem;
	transition: none;
	padding: 0rem 1rem;
	border: none;
}

/* Buttons - Login  */
.btn-register, .btn-register:hover {
    background-color: #0ead69;
    color: #fff!important;
	min-width: 160px;
	font-size: 1rem;
	letter-spacing: -1px;
	font-weight: 600;
	height: 2.875rem;
	line-height: 2.875rem;
}
@media (max-width:767.98px) {
	.btn-register, .btn-register:hover {
    background-color: #0ead69;
    color: #fff!important;
	min-width: 100%;
	font-size: 1.125rem;
	letter-spacing: -1px;
	font-weight: 600;
	height: 2.875rem;
	line-height: 2.875rem;
}
}

/* Buttons - General  */
.btn-green, .btn-green:hover {
    background-color: #0ead69;
    color: #fff!important;
	min-width: 180px;
	font-size: 1rem;
	letter-spacing: -1px;
	font-weight: 600;
	height: 2.75rem;
	line-height: 2.75rem;
}

/* Buttons - Companies  */
.btn-find-company, .btn-find-company:hover {
    color: #f46036!important;
    border: 1px solid #f46036;
	min-width: 180px;
	font-size: 1rem;
	letter-spacing: -1px;
	font-weight: 600;
	line-height: 2.625rem;
	height: 2.625rem;
}

.btn-blue-ghost {
	background-color: transparent;
	color: #197bbd;
	border: 1px solid #197bbd;
	min-width: 200px;
	font-size: .9375rem;
	padding: 0rem 1rem;
	letter-spacing: -1px;
	font-weight: 600;
	line-height: 2.875rem;
	height: 2.875rem;
}
.btn-blue-ghost:hover {
	background-color: transparent;
	color: #197bbd;
	border: 1px solid #197bbd;
	min-width: 200px;
	font-size: .9375rem;
	padding: 0rem 1rem;
	letter-spacing: -1px;
	font-weight: 600;
	line-height: 2.875rem;
	height: 2.875rem;
}
.btn-blue-ghost a {
	color: #197bbd;
}
.btn-blue-ghost a:hover {
	color: #197bbd
}
.btn-white-ghost, .btn-white-ghost:hover {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	min-width: 200px;
	font-size: .9375rem;
	padding: 0rem 1rem;
	letter-spacing: -1px;
	font-weight: 600;
	line-height: 2.75rem;
	height: 2.75rem;
}
.btn-white-ghost a {
	color: #fff
}

.btn-blue{
	border: 1px solid #3177b5;
	transition: .5s;
    color: #3177b5;
    margin: 10px 0px;
    width: 100%;
}
.btn-blue:hover{
	color: #fff ! important;
	background: #3177b5;
	transition: .5s;
}

@media (prefers-reduced-motion:reduce) {
.btn {
	transition: none
}
}
.btn:hover {
	color: #212529;
	text-decoration: none
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}
.btn.disabled, .btn:disabled {
	opacity: .65
}
a.btn.disabled, fieldset:disabled a.btn {
	pointer-events: none
}

@media (max-width:767.98px) {
.btn {
	display: inline-block;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	height: 2.75rem;
	line-height: 2.75rem;
	-webkit-border-radius: 0.3125rem;
	-moz-border-radius: 0.3125rem;
	border-radius: 0.3125rem;
	transition: none;
	padding: 0rem 1rem;
}
.btn-blue-ghost {
	background-color: transparent;
	color: #197bbd;
	border: 1px solid #197bbd;
	max-width: 260px;
	font-size: 1rem;
	padding: 0rem 1rem;
	letter-spacing: -1px;
	font-weight: 600;
	line-height: 2.75rem;
	height: 2.75rem;
}
.btn-blue-ghost:hover {
	background-color: transparent;
	color: #197bbd;
	border: 1px solid #197bbd;
	max-width: 260px;
	font-size: 1rem;
	padding: 0rem 1rem;
	letter-spacing: -1px;
	font-weight: 600;
	line-height: 2.75rem;
	height: 2.75rem;
}
.btn-blue-ghost a {
	color: #197bbd;
}
.btn-blue-ghost a:hover {
	color: #197bbd
}
.btn-white-ghost, .btn-white-ghost:hover {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	max-width: 260px;
	font-size: 1rem;
	padding: 0rem 1rem;
	letter-spacing: -1px;
	font-weight: 600
}
.btn-white-ghost a {
	color: #fff
}
}
form {
	margin: 0
}
.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #aaa;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #bbb;
	border-radius: 0.3125rem;
	-webkit-border-radius: 0.3125rem;
	-moz-border-radius: 0.3125rem;
	transition: none;
	min-height: calc(2.25rem + 10px);
}
.form-control:focus {
	color: #00171f;
	background-color: #fff;
	border-color: #313638;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.175);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.175)
}
.form-control::-webkit-input-placeholder {
color:#aaa;
opacity:1
}
.form-control::-moz-placeholder {
color:#aaa;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#aaa;
opacity:1
}
.form-control::-ms-input-placeholder {
color:#aaa;
opacity:1
}
.form-control::placeholder {
color:#aaa;
opacity:1
}
.form-group.required label:after {
	color: #dd1c1a;
	content: "*";
	position: absolute;
	font-size: 1.25rem;
	font-size: 300px;
}
.form-group h4 {
	font-size: 1.125rem;
	font-weight: 600
}
.form-control-divider {
	background: #d5d5d5;
	margin: 1.5rem 0;
	height: 1px
}
.pass_show {position: relative}
.pass_show .ptxt {
position: relative;
z-index: 1;
color: #197bbd;
margin-top: -30px;
cursor: pointer;
float: right;
vertical-align: middle;
padding-right: 15px;
}
.pass_show .ptxt:hover {color: #145fa9;}
label {
	display: inline-block;
	margin-bottom: .3rem;
	text-align: left
}
.uploadcv {
	margin: 5px 0 0 0;
	border: 1px solid #197bbd;
	padding: 1.25rem;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem
}
.checkbox {
	padding-left: 6px
}
.checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 5px
}
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #bbb;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
	-o-transition: border .15s ease-in-out, color .15s ease-in-out;
	transition: border .15s ease-in-out, color .15s ease-in-out
}
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 0;
	font-size: 14px;
	color: #555
}
.checkbox input[type=checkbox] {
	opacity: 0
}
.checkbox input[type=checkbox]:focus+label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.checkbox input[type=checkbox]:checked+label::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f00c"
}
.checkbox input[type=checkbox]:disabled+label {
	opacity: .65
}
.checkbox input[type=checkbox]:disabled+label::before {
	background-color: #eee;
	cursor: not-allowed
}
.checkbox.checkbox-circle label::before {
	border-radius: 50%
}
.checkbox.checkbox-inline {
	margin-top: 0
}
.checkbox-primary input[type=checkbox]:checked+label::before {
	background-color: #0ead69;
	border-color: #0ead69
}
.checkbox-primary input[type=checkbox]:checked+label::after {
	color: #fff
}
.checkbox-danger input[type=checkbox]:checked+label::before {
	background-color: #d9534f;
	border-color: #d9534f
}
.checkbox-danger input[type=checkbox]:checked+label::after {
	color: #fff
}
.checkbox-info input[type=checkbox]:checked+label::before {
	background-color: #197bbd;
	border-color: #197bbd
}
.checkbox-info input[type=checkbox]:checked+label::after {
	color: #fff
}
.checkbox-warning input[type=checkbox]:checked+label::before {
	background-color: #f0ad4e;
	border-color: #f0ad4e
}
.checkbox-warning input[type=checkbox]:checked+label::after {
	color: #fff
}
.checkbox-success input[type=checkbox]:checked+label::before {
	background-color: #5cb85c;
	border-color: #5cb85c
}
.checkbox-success input[type=checkbox]:checked+label::after {
	color: #fff
}
.radio {
	padding-left: 6px
}
.radio label {
	display: inline-block;
	position: relative;
	padding: 0 25px 0 5px
}
.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #999;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border .15s ease-in-out;
	-o-transition: border .15s ease-in-out;
	transition: border .15s ease-in-out
}
.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 12px;
	height: 12px;
	left: 4px;
	top: 4px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
	-moz-transition: -moz-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
	-o-transition: -o-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
	transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33)
}
.radio input[type=radio] {
	opacity: 0
}
.radio input[type=radio]:focus+label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.radio input[type=radio]:checked+label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1)
}
.radio input[type=radio]:disabled+label {
	opacity: .65
}
.radio input[type=radio]:disabled+label::before {
	cursor: not-allowed
}
.radio.radio-inline {
	margin-top: 0
}
.radio-primary input[type=radio]+label::after {
	background-color: #197bbd
}
.radio-primary input[type=radio]:checked+label::before {
	border-color: #197bbd
}
.radio-primary input[type=radio]:checked+label::after {
	background-color: #197bbd
}
.radio-danger input[type=radio]+label::after {
	background-color: #d9534f
}
.radio-danger input[type=radio]:checked+label::before {
	border-color: #d9534f
}
.radio-danger input[type=radio]:checked+label::after {
	background-color: #d9534f
}
.radio-info input[type=radio]+label::after {
	background-color: #5bc0de
}
.radio-info input[type=radio]:checked+label::before {
	border-color: #5bc0de
}
.radio-info input[type=radio]:checked+label::after {
	background-color: #5bc0de
}
.radio-warning input[type=radio]+label::after {
	background-color: #f0ad4e
}
.radio-warning input[type=radio]:checked+label::before {
	border-color: #f0ad4e
}
.radio-warning input[type=radio]:checked+label::after {
	background-color: #f0ad4e
}
.radio-success input[type=radio]+label::after {
	background-color: #5cb85c
}
.radio-success input[type=radio]:checked+label::before {
	border-color: #5cb85c
}
.radio-success input[type=radio]:checked+label::after {
	background-color: #5cb85c
}
.custom-search {
	display: inline-block;
	background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNMzQ0LjUsMjk4YzE1LTIzLjYsMjMuOC01MS42LDIzLjgtODEuN2MwLTg0LjEtNjguMS0xNTIuMy0xNTIuMS0xNTIuM0MxMzIuMSw2NCw2NCwxMzIuMiw2NCwyMTYuMyAgYzAsODQuMSw2OC4xLDE1Mi4zLDE1Mi4xLDE1Mi4zYzMwLjUsMCw1OC45LTksODIuNy0yNC40bDYuOS00LjhMNDE0LjMsNDQ4bDMzLjctMzQuM0wzMzkuNSwzMDUuMUwzNDQuNSwyOTh6IE0zMDEuNCwxMzEuMiAgYzIyLjcsMjIuNywzNS4yLDUyLjksMzUuMiw4NWMwLDMyLjEtMTIuNSw2Mi4zLTM1LjIsODVjLTIyLjcsMjIuNy01Mi45LDM1LjItODUsMzUuMmMtMzIuMSwwLTYyLjMtMTIuNS04NS0zNS4yICBjLTIyLjctMjIuNy0zNS4yLTUyLjktMzUuMi04NWMwLTMyLjEsMTIuNS02Mi4zLDM1LjItODVjMjIuNy0yMi43LDUyLjktMzUuMiw4NS0zNS4yQzI0OC41LDk2LDI3OC43LDEwOC41LDMwMS40LDEzMS4yeiIvPjwvc3ZnPg==) no-repeat right center;
	background-size: 30px 30px
}
.custom-select {
	display: inline-block;
	background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjgzIDE2LjQybDkuMTcgOS4xNyA5LjE3LTkuMTcgMi44MyAyLjgzLTEyIDEyLTEyLTEyeiIvPjxwYXRoIGQ9Ik0wLS43NWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIi8+PC9zdmc+) no-repeat right center;
	background-size: 30px 30px
}
.header {
	padding: 0;
	background-color: #fff;
	border-bottom: 1px solid #0c5088
}
.navbar-dark {z-index:100;}
.bg-dark {background-color:#197bbd!important; border-bottom:1px solid #255084; height:58px;}
.navbar-dark .navbar-nav .nav-link {color:#fff; background-color:transparent; border:0; cursor:pointer; font-size:0.9375rem;}

.navbar-dark .navbar-nav .nav-link .white-border {border:1px solid #fff; padding:10px 16px; border-radius:0.3125rem; -webkit-border-radius:0.3125rem; -moz-border-radius:0.3125rem;}
.navbar-dark .navbar-nav .nav-link .pink-solid {background:#ea5c90; color:#fff; padding:10px 16px; border-radius:0.3125rem; -webkit-border-radius:0.3125rem; -moz-border-radius:0.3125rem;}
.navbar-dark .navbar-nav .nav-link .green-solid {background:#0ead69; color:#fff; padding:10px 16px; border-radius:0.3125rem; -webkit-border-radius:0.3125rem; -moz-border-radius:0.3125rem;}

.navbar-dark .navbar-nav .nav-link .count {
    background: #ed457d;
    color: #fff;
    border-radius: 50%;
    border: 0px;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    margin: 0px 0px 0px 3px;
    font-size: 0.8125rem;
    line-height: 22px;
}
.navbar-dark .navbar-nav .nav-link .events-badge {
	font-size: 9px;
	background: #e83f6f;
	color: #fff;
	padding: 3px;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem;
	vertical-align: middle
}
.navbar-dark .navbar-nav .border-right {border-right-color:#064685!important; padding-right:10px; margin-right:10px;}
.nav-link {display:block; padding:18px 1rem;}
.dropdown-toggle::after {
    display:none;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0rem;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: 0;
    white-space: nowrap;
}
.mobile-search-icon {display:none;}
.mobile-basket-icon {display:none;}
.homelogo {width:110px;}
.vertical-divider {width:1px; background:rgba(255,255,255,.75); margin:10px 0px;}

@media (max-width:767.98px) {
	.homelogo-mobile {width:28px;}
	.bg-dark {background-color:#0077b5!important; border-bottom:1px solid #255084; height:60px;}
	.navbar-dark .navbar-nav .nav-link {color:#2166a4; background-color:transparent; border:0; cursor:pointer; font-size:1rem;}
	.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {color: #2166a4;}
	.navbar-dark .navbar-nav .nav-link .white-border {border:none; padding:inherit; border-radius:0;}
	.navbar-dark .navbar-nav .border-right {border-right:none!important;}
	.navbar-dark .navbar-nav .border-bottom-mmenu {border-bottom:1px solid rgb(203, 210, 214)!important; padding-bottom:20px; margin-bottom:20px;}
	.nav-link {display:block; padding:5px 1rem;}
	.offcanvas-collapse {
		position: fixed;
		top: 0px; /* Height of navbar */
		bottom: 0;
		left: 100%;
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		visibility: hidden;
		background-color: #fff;
		transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}
	.offcanvas-collapse.open {
		visibility: visible;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.navbar-dark .navbar-toggler span {
		font-size: 1.875rem;
		color: #2166a4;
		vertical-align: middle;
	}
	.navbar-dark .navbar-toggler span.signregister {
		font-size: 0.9375rem;
		color: #fff;
		border: 1px solid #fff;
		border-radius: 0.3125rem;
		-webkit-border-radius: 0.3125rem;
		-moz-border-radius: 0.3125rem;
		padding: 6px 10px;
	}
	.navbar-dark .navbar-toggler .mobile-signin {
		font-size:0.9375rem; color:#fff; border:1px solid #fff; -webkit-border-radius: 500px; -moz-border-radius: 500px; border-radius: 500px; padding:8px 16px; vertical-align: middle;
	}
	.navbar-dark .navbar-nav {
		margin-left: 0px;
		width: 100%;
	}
	.mobile-icons {color:#fff;}
	.mobile-search-icon {font-size:1.5rem; color:#fff; line-height:1; display:block;}
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 16rem;
  padding: 0.5rem 0;
  margin: -4px 0 0;
  font-size: 1rem;
  color: #00171f;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.dropdown-menu:before {
  content: '';
  position: absolute;
  top: -10px;
  right: 10px;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-radius:10px;
}
.dropdown-menu > li > a {
    font-weight: 400;
    color: #00171f;
    padding: 4px 20px;
    display: block;
    font-size: 14px;
}

.navbar-nav > li:hover .dropdown-menu {
	display: block
}
.navbar-nav > li.userbtn .dropdown-menu {
	left: auto;
	right: 0;
}
.dropdown-menu > li > a {
	font-weight: 400;
	padding: 4px 20px;
	display: block;
	font-size: 14px;
}
.dropdown-menu > li > a:hover {
	color: #197bbd;
}
.navbar-collapse.in {
	overflow: inherit;
	height: auto;
	padding: 0 15px
}
.navbar-nav > li.userbtn img {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 2px solid #fff;
}
.navbar-nav > li.userbtn > a {
	padding: 0;
	border: none;
	padding-top: 5px
}

header #hero {
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
header #hero .overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.1);
	z-index: 2;
	cursor: auto
}
header #hero .overlay-35 {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.35);
	z-index: 2;
	cursor: auto
}
header #hero .overlay-dark {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.25);
	z-index: 2;
	cursor: auto
}
header #hero .wrapper {
	height: 400px
}
header #hero .wrapper-200 {
	height: 200px
}
header #hero .wrapper-300 {
	height: 300px
}
header #hero .wrapper-450 {
	height: 450px
}
header #hero .wrapper-480 {
	height: 480px
}
header #hero .wrapper-500 {
	height: 500px
}
header #hero .margin-50 {
	margin: -71px 0 0 0
}
header #hero .section-info {
	width: 100%;
	padding: 120px 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
header #hero h1 {
	color: #fff;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: -2px;
	margin: 0px 0px 6px 0px;
}
header #hero h3 {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: -1px
}
header #hero p {
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	padding: 0px 16px;
}
header #hero .aboutus {
	background: url(../images/custom/aboutus-hero.jpg) no-repeat center center;
	background-size: cover
}
header #hero .cvrates {
	background: url(../img/cvrates-hero.html) no-repeat center center;
	background-size: cover
}
header #hero .advertise {
	background: url(../images/custom/advertise-hero.jpg) no-repeat center center;
	background-size: cover
}
header #hero .events {
	background: url(../images/custom/events-hero.jpg) no-repeat center center;
	background-size: cover
}
header #hero .courses {
	background: url(../images/custom/courses-hero.html) no-repeat center top;
	background-size: cover
}
header #hero .home {
	background: url(../images/custom/cover2020.jpg) no-repeat center center;
	background-size: cover
}

/* Header - Search */
#header-search {
	background: #fff;
    padding: 20px 0 20px 0px;
	border-bottom: 1px solid rgb(203, 210, 214);
}
#header-search form {
	width:100%;
}
#header-search .search-label {
    font-size: 0.9375rem;
    margin: 10px 0 0px 0px;
    padding-bottom: 10px;
    color: #00171f;
	font-weight: 700;
}
#header-search .find-label {
    font-size: 1.125rem;
    color: #00171f;
	font-weight: 700;
	display: block;
	margin: 2.5rem 0 0 0;
}
#header-search .custom-field {
    height: 42px!important;
    font-size: 1rem!important;
}
#header-search .custom-search {
    display: inline-block;
}
#header-search .custom-select {
  display: inline-block;
}
#header-search .btn-custom-internal {
    background-color: #fff!important;
	border: 1px solid #0ead69!important;
    color: #0ead69!important;
    padding: 0 1rem;
    margin: 0 0 0 0;
	font-size: 1rem;
	letter-spacing: -1px;
	font-weight: 600;
	width:100%;
	height:2.625rem;
	line-height:2.625rem;
}
#header-search .search-content {
    max-width: 1240px;
    margin: 0px auto 0 auto;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
#header-search .browse-jobs {
    line-height: 42px;
    position: relative;
    font-size: 0.9375rem;
    font-weight: 700;
}
#header-search .browse-jobs:before {
    bottom: -10px;
    left: -50px;
    content: "";
    height: 38px;
    position: absolute;
    border-right: 1px solid rgb(203, 210, 214);
}

@media (max-width:767.98px) {
	header #hero h1 {
		color: #fff;
		font-size: 1.375rem;
		font-weight: 700;
		letter-spacing: -1px
	}
	header #hero h3 {
		color: #fff;
		font-size: 1.125rem;
		font-weight: 700;
		letter-spacing: -1px
	}
	header #hero .wrapper-450-mobile {
		height: 70vh;
	}
	header #hero .cv-text, header #hero .cv-text a {font-size:1rem; color:#fff; margin:10px 0px 0px 0px;}
}

/* Header - Recruiter */
#header-recruiter-usp {
	background: #fff;
    padding: 10px 0 10px 0px;
	border-bottom: 1px solid rgb(203, 210, 214);
}

.searchbar {
	margin: 0;
	margin-top: 20px
}
.srchbox {
	background: rgba(0,0,0,.5);
	border-radius: 0.3125rem;
	padding: 20px 25px;
	box-shadow: none
}
.additional_fields .form-control {
	margin-bottom: 15px
}
.searchbar .form-control {
	height: 48px;
	padding: 10px 15px;
	border: none;
	font-size: 18px
}
.searchbar .btn {
	background-color: #0ead69!important;
	border: none;
	color: #fff!important;
	padding: 0rem 1rem;
	height: 3rem;
	line-height: 3rem;
	margin: 55px 0 0 0;
	font-size: 1.125rem;
	letter-spacing: -1px;
	font-weight: 600;
	text-transform: capitalize;
	width: 100%;
}
.keywords-container label {
	font-size: 0.875rem;
	margin-left: 2px;
	width: 100%;
	text-align: left;
	margin-bottom: 4px;
	color: #fff;
	opacity: 0.8;
}
.main-keywords-header {
	font-size: 1.125rem;
	margin-left: 2px;
	width: 100%;
	text-align: left;
	margin-bottom: 4px;
	color: #fff;
	opacity: 0.8;
	font-weight:600;
}
.location-container label {
	font-size: 0.875rem;
	margin-left: 2px;
	width: 100%;
	text-align: left;
	margin-bottom: 4px;
	color: #fff;
	opacity: 0.8;
}
.location-keywords-header {
	font-size: 1.125rem;
	margin-left: 2px;
	width: 100%;
	text-align: left;
	margin-bottom: 4px;
	color: #fff;
	opacity: 0.8;
	font-weight:600;
}
.location-container .icon {
	right: 15px;
	top: 62px;
	position: absolute;
	font-size: 1.5rem;
	color: inherit
}
.location-container-inner .icon {
	right: 15px;
	top: 5px;
	position: absolute;
	font-size: 1.375rem;
	color: inherit
}
.browse-jobs-container {
	margin-top: 13px
}
.browse-jobs-container a {
	color: #fff
}
.tt-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	margin: -6px 0 0;
	border: none;
	-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.tt-menu a {
	display: block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	border-top: 1px solid #b9b9b9;
	left: 0;
	padding: 8px 20px 8px 10px;
	text-decoration: none
}
.tt-suggestion:hover a {
	color: #fff;
	background: #007bff;
	text-decoration: none
}
.tt-menu a i {
	content: '';
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	width: 7px;
	height: 13px;
	background-position: -930px -780px;
	position: absolute;
	right: 3px;
	top: 50%;
	margin-top: -7px
}
.group-recent-searches {
	font-size: .9333333333rem;
	padding: 10px;
	margin: 0;
	border-top: 1px solid #d6d6d6;
	text-align: left
}

@media (max-width:767.98px) {
	.tt-menu {
		display:none!important;
	}
	.searchbar {
		padding: 20px 0px 5px 0px;
	}
	.searchbar .btn {
		background-color: #0ead69!important;
		color: #fff!important;
		padding: 0rem 1rem;
		margin: 24px auto 0 auto;
		font-size: 1.25rem;
		letter-spacing: -1px;
		font-weight: 600;
		height: 2.875rem;
		line-height: 2.875rem;
		text-transform: capitalize;
		-webkit-border-radius: 0.25rem;
		-moz-border-radius: 0.25rem;
		border-radius: 0.25rem;
		width:100%;
	}
	.main-keywords-header {
		font-size: 1.125rem;
		margin-left: 2px;
		width: 100%;
		text-align: left;
		margin-bottom: 0px;
		color: #fff;
		opacity: 0.8;
		font-weight:600;
	}
	.location-container .icon {
		right: 15px;
		top: 71px;
		position: absolute;
		font-size: 1.5rem;
		color: inherit
	}
	.location-keywords-header {
		font-size: 1.125rem;
		margin-left: 2px;
		width: 100%;
		text-align: left;
		margin-bottom: 0px;
		color: #fff;
		opacity: 0.8;
		font-weight: 600;
		margin-top: 14px;
	}
}

#joblisting-headerwrap {
	padding: 20px 0px 0px 0px;
}
#joblisting-header, #blog-header {
	max-width: 1240px;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	min-height: 100%
}
#joblisting-header h1, #blog-header h1 {font-size: 1.375rem; font-weight: 700; letter-spacing: -1px;}
#blog-headerwrap {
	background: #f5f7fa;
	padding: 30px 0;
}

.label {
	display: inline;
	padding: 0.20rem 0.3125rem 0.15rem 0.3125rem;
	font-size: 100%;
	font-weight: 900;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle
}
.label:empty {
	display: none
}
.btn .label {
	position: relative;
	top: -1px
}
a.label:focus, a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}
.label-default {
	background-color: #777
}
.label-default[href]:focus, .label-default[href]:hover {
	background-color: #5e5d5d
}
.label-primary {
	background-color: #337ab7
}
.label-primary[href]:focus, .label-primary[href]:hover {
	background-color: #286090
}
.label-success {
	background-color: #5cb85c
}
.label-success[href]:focus, .label-success[href]:hover {
	background-color: #449d44
}
.label-info {
	background-color: #5bc0de
}
.label-info[href]:focus, .label-info[href]:hover {
	background-color: #31b0d5
}
.label-warning {
	background-color: #f0ad4e
}
.label-warning[href]:focus, .label-warning[href]:hover {
	background-color: #ec971f
}
.badge, .label {
	border: 0 solid #fff;
	font-size: 0.70rem;
	font-weight: 400;
	text-transform: capitalize;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: baseline
}
.badge.badge-ads, .badge.label-ads, .label.badge-ads, .label.label-ads {
	border-color: #fa7921;
	color: #fa7921;
	letter-spacing: 0
}
.badge.badge-draft, .badge.badge-new, .badge.label-draft, .badge.label-new, .label.badge-draft, .label.badge-new, .label.label-draft, .label.label-new {
	background: #4691a3;
	color: #fff
}
.badge.badge-featured, .badge.label-featured, .label.badge-featured, .label.label-featured {
	background: #ea5c90;
	color: #fff;
}
.badge.badge-ending, .badge.label-ending, .label.badge-ending, .label.label-ending {
	color: #fa7921;
	border-color: #fa7921
}
.badge.badge-applied, .badge.label-applied, .label.badge-applied, .label.label-applied {
	border-color: #937959;
	color: #937959
}
.badge.badge-ended, .badge.label-ended, .label.badge-ended, .label.label-ended {
	border-color: #a4a4a4;
	color: #a4a4a4
}
.badge.badge-following, .badge.label-following, .label.badge-following, .label.label-following {
	background-color: #005a9f;
	color: #fff
}
.badge.badge-draft-saved, .badge.label-draft-saved, .label.badge-draft-saved, .label.label-draft-saved {
	border-color: #61937d;
	color: #61937d
}
.badge.badge-draft-not-saved, .badge.label-draft-not-saved, .label.badge-draft-not-saved, .label.label-draft-not-saved {
	border-color: #d23a34;
	color: #d23a34
}
.badge.badge-easyapply, .badge.label-easyapply, .label.badge-easyapply, .label.label-easyapply {
	border-color: #377ea8;
	color: #377ea8
}
.badge.badge-promoted, .badge.label-promoted, .label.badge-promoted, .label.label-promoted {
	border-color: #00171f;
	color: #00171f;
}
.circle-badge {
	text-align: center;
	position: absolute;
	width: 56px;
	height: 56px;
	background: #e83f6f;
	border-radius: 50%;
	top: 2px;
	right: 2px;
	display: flex;
	align-items: center;
	color: #fff
}
.circle-badge span {
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	letter-spacing: 0;
	padding: 5px
}
.cta-badge-nofinders {
	background: #fff;
	color: #e83f6f;
	padding: 1.125rem;
	font-size: 1rem;
	border-bottom: 2px solid #e83f6f
}

@media (max-width:767.98px) {
.label {
	display: inline;
	padding: 0.20rem 0.3125rem 0.15rem 0.3125rem;
	font-size: 100%;
	font-weight: 900;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle
}
.badge, .label {
	border: 0 solid #fff;
	font-size: 0.70rem;
	font-weight: 400;
	text-transform: capitalize;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: baseline
}
}
h1.home-title {
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 0.25rem;
}
h2.home-title {
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 0.25rem;
}
h3.home-sub-title {
	font-size: .9375rem;
	font-weight: 400;
	color: #6c757d
}
#prime-jobs .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgb(203, 210, 214);
	border-radius: .25rem;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem
}
#prime-jobs h4.card-title, #prime-jobs h4.card-title a {
	margin: 0 0 4px 0;
	font-size: .9375rem;
	color: #00171f;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
#prime-jobs h4.card-title a:hover {
	color: #197bbd;
	text-decoration: underline
}
#prime-jobs p.card-text {
	font-size: .875rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #494f5e
}
#prime-jobs .card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}
#cta-home-help .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0px solid rgb(203, 210, 214);
	border-radius: 0;
}
#trending-employers .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgb(203, 210, 214);
	border-radius: .25rem;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem
}
#trending-employers .card-logo {
	margin: 0
}
#trending-employers .card-logo img {
	width: 90px
}
#trending-employers .card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem 1.25rem
}
#trending-employers .card-link {
	font-size: .875rem;
	width: 100%
}
#trending-employers .advert-text {
    color: #6c757d;
    font-weight: 600;
    font-size: 13px;
    margin: 0 0 6px 0;
    background: none;
    border: none;
}
#industries ul {list-style:none;}
#industries li a {
	display: block;
	margin: 5px 0;
	position: relative;
	color: #00171f;
	font-weight: 400
}
#industries li a:hover {
	color: #197bbd
}
#industries li span {
	color: #197bbd
}

@media (max-width:767.98px) {
h1.home-title {
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: .5rem
}
h2.home-title {
	font-size: 1.375rem!important;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: .5rem
}
h3.home-sub-title {
	font-size: .875rem;
	font-weight: 400;
	color: #6c757d
}
#prime-jobs .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: rgb(203, 210, 214);
	border-radius: 0
}
#prime-jobs .card:last {
position:relative;
display:-ms-flexbox;
display:flex;
-ms-flex-direction:column;
flex-direction:column;
min-width:0;
word-wrap:break-word;
background-color:#fff;
background-clip:border-box;
border-width:0 0 1px 0;
border-style:solid;
border-color:rgb(203, 210, 214);
border-radius:0
}
#prime-jobs h4.card-title, #prime-jobs h4.card-title a {
	margin: 0 0 4px 0;
	font-size: 1rem;
	color: #00171f;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
#prime-jobs h4.card-title a:hover {
	color: #197bbd;
	text-decoration: underline
}
#prime-jobs p.card-text {
	font-size: .875rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #494f5e
}
#prime-jobs .card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}
#cta-home-help .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgb(203, 210, 214);
	border-radius: .1875rem;
	-webkit-border-radius: .1875rem;
	-moz-border-radius: .1875rem
}
#cta-home-help .button, #cta-home-help .button:hover {
	background-color: transparent;
	color: #197bbd;
	border: 1px solid #197bbd;
	font-size: 1rem;
	padding: .5rem 1rem;
	letter-spacing: -1px;
	font-weight: 600;
	width: 100%
}
#cta-home-help {
	overflow: auto;
	padding: 0px 20px;
	white-space: nowrap
}
#cta-home-help .row {
	width: 100%;
	display: block;
	margin-left: 0
}
#cta-home-help .container-box {
	display: inline-block;
	text-align: center;
	padding: 0 20px 20px 0;
	text-decoration: none;
	vertical-align: bottom!important
}
#cta-home-help .container-box .content {
	border: 0px solid rgb(203, 210, 214);
	display: block;
	white-space: normal;
	border-radius:0;
}
#trending-employers {
	overflow: auto;
	white-space: nowrap;
	padding: 0 20px
}
#trending-employers .row {
	width: 100%;
	display: block;
	margin-left: 0
}
#trending-employers .container-box {
	display: inline-block;
	text-align: center;
	padding: 0 20px 20px 0;
	text-decoration: none;
	vertical-align: bottom!important
}
#trending-employers .container-box .content {
	border: 1px solid rgb(203, 210, 214);
	display: block;
	white-space: normal;
	-webkit-border-radius: .1875rem;
	-moz-border-radius: .1875rem;
	border-radius: .1875rem
}
#trending-employers .container-box .card-logo {
	margin: 16px 0 0 0
}
#trending-employers .container-box .card-logo img {
	width: 110px
}
#trending-employers .card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0
}
#trending-employers .container-box .card-link {
	font-size: .875rem;
	margin: 0 0 16px 0
}
}
#cms-content h1 {
	font-size: 1.375rem;
	letter-spacing: -1px;
	color: #00171f;
	font-weight: 700;
	margin: 0 0 20px 0
}
#cms-content h2 {
	font-size: 1.25rem;
	letter-spacing: -1px;
	color: #00171f;
	font-weight: 700;
	margin: 0 0 20px 0
}
#cms-content h3 {
	font-size: 1rem;
	letter-spacing: 0;
	color: #00171f;
	font-weight: 700;
	margin: 0 0 5px 0
}
#cms-content h4 {
	font-size: .9375rem;
	letter-spacing: 0;
	color: #00171f;
	font-weight: 700;
	margin: 0 0 5px 0
}
#cms-content h2.landing-title {
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: -1px
}
#cms-content h3.landing-title {
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: -1px
}
#cms-content h4.landing-sub-title {
	font-size: .9375rem;
	font-weight: 400;
	color: #6c757d
}

@media (max-width:767.98px) {
#cms-content h1 {
	font-size: 1.375rem;
	letter-spacing: -1px;
	color: #00171f;
	font-weight: 700;
	margin: 0 0 20px 0
}
#cms-content h2 {
	font-size: 1.25rem!important;
	letter-spacing: -1px;
	color: #00171f;
	font-weight: 700;
	margin: 0 0 20px 0
}
#cms-content h3 {
	font-size: 1rem;
	letter-spacing: 0;
	color: #00171f;
	font-weight: 700;
	margin: 0 0 5px 0
}
#cms-content h4 {
	font-size: .9375rem;
	letter-spacing: 0;
	color: #00171f;
	font-weight: 700;
	margin: 0 0 5px 0
}
#cms-content h2.landing-title {
	font-size: 1.375rem!important;
	font-weight: 700;
	letter-spacing: -1px
}
#cms-content h3.landing-title {
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: -1px
}
#cms-content h4.landing-sub-title {
	font-size: .875rem;
	font-weight: 400;
	color: #6c757d
}
}
#advertise-brands-scroller .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgb(203, 210, 214);
	border-radius: .25rem;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem
}
#advertise-brands-scroller .card-logo {
	margin: 0
}
#advertise-brands-scroller .card-logo img {
	width: 100px
}
#advertise-brands-scroller .card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem 1.25rem
}
#advertise-brands-scroller .card-link {
	font-size: .875rem;
	width: 100%
}
#advertise-brands-scroller .button, #advertise-brands-scroller .button:hover {
	background-color: transparent;
	color: #197bbd;
	border: 1px solid #197bbd;
	min-width: 200px;
	font-size: .9375rem;
	padding: .5rem 1rem;
	letter-spacing: -1px;
	font-weight: 600
}
#advertise-plans .box {
	padding: 25px 25px 25px 25px;
	border: 1px solid rgb(203, 210, 214);
	flex-shrink: 0;
	display: block;
	margin: 0 auto;
	min-height: 0;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem
}
.plan {
	background: #fff;
	box-sizing: border-box;
	text-align: center
}
.plan .titleContainer {
	background-color: #f5f7fa;
	padding: 1em
}
.plan .titleContainer .title {
	font-size: 1.45em;
	text-transform: uppercase;
	color: #155a9f;
	font-weight: 700
}
.plan .infoContainer {
	padding: 16px 0;
	color: #2d3b48;
	box-sizing: border-box
}
.plan .infoContainer .price {
	font-size: 1.35em;
	padding: 10px 0;
	font-weight: 600;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid #f3f3f3
}
.plan .infoContainer .price p {
	font-size: 1.35em;
	display: inline-block;
	margin: 0
}
.plan .infoContainer .price span {
	font-size: 1.0125em;
	display: inline-block
}
.plan .infoContainer .features {
	font-size: 1em;
	list-style: none;
	padding-left: 0
}
.plan .infoContainer .features li {
	padding: 8px 16px
}
.plan .infoContainer .selectPlan {
	border: 1px solid #e83f6f;
	padding: 0rem 1rem;
	margin: 1rem auto 0 auto;
	box-sizing: border-box;
	max-width: 220px;
	display: block;
	font-weight: 700;
	color: #e83f6f
}

@media screen and (max-width:25em) {
.planContainer {
	margin: 0
}
.planContainer .plan {
	width: 100%;
	margin: 1em 0
}
}

@media (max-width:767.98px) {
#advertise-brands-scroller {
	overflow: auto;
	white-space: nowrap;
	padding: 0 20px
}
#advertise-brands-scroller .row {
	width: 100%;
	display: block;
	margin-left: 0
}
#advertise-brands-scroller .container-box {
	display: inline-block;
	text-align: center;
	padding: 0 20px 20px 0;
	text-decoration: none;
	vertical-align: bottom!important
}
#advertise-brands-scroller .container-box .content {
	border: 1px solid rgb(203, 210, 214);
	display: block;
	white-space: normal;
	-webkit-border-radius: .1875rem;
	-moz-border-radius: .1875rem;
	border-radius: .1875rem
}
#advertise-brands-scroller .container-box .card-logo {
	margin: 16px 0 16px 0
}
#advertise-brands-scroller .container-box .card-logo img {
	width: 110px
}
#advertise-brands-scroller .card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0
}
#advertise-plans .box {
	padding: 25px 25px 25px 25px;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: rgb(203, 210, 214);
	flex-shrink: 0;
	display: block;
	margin: 0 auto;
	min-height: 0;
	border-radius: 0
}
}

/* Login */
.login-box-wrapper {
	background: #fff;
	padding: 50px;
	border-bottom: 1px solid rgb(203, 210, 214);
    border-left: 1px solid rgb(203, 210, 214);
    border-right: 1px solid rgb(203, 210, 214);
    border-top: 3px solid #0ead69;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
}
.loginhead {font-size:1.375rem;padding:0 0 15px 0; font-weight:700; letter-spacing:-1px;}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background: #fff;
    box-shadow: none;
    border-bottom: 1px solid transparent;
    border-left: 1px solid rgb(203, 210, 214);
    border-right: 1px solid rgb(203, 210, 214);
    border-top: 4px solid #0ead69;
    color: #00171f;
    font-weight: 600;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link {
    background: #f5f7fa;
    border-top: 4px solid transparent;
    border-bottom: 1px solid rgb(203, 210, 214);
    font-size: 16px;
    font-weight: 400;
    padding: 15px 7.5px;
    text-align: center;
	color: #333;
}
.socialLogin {
	margin: 20px 0px;
	text-align: center;
	border-bottom: none;
	padding: 0px 0px 10px 0px;
}
.socialLogin a {
	display: inline-block;
	width: 36px;
	height: 36px;
	color: #fff;
	font-size: 18px;
	margin: 0 5px;
	line-height: 36px
}
.socialLogin a.fb {
	background: #3b5998
}
.socialLogin a.gp {
	background: #dd4b39
}
.socialLogin a.tw {
	background: #00aced
}

@media (max-width:767.98px) {
/* Login - Mobile*/
.login-box-wrapper {
	background: #fff;
	padding: 50px 20px;
	border-bottom: 1px solid rgb(203, 210, 214);
    border-left: none;
    border-right: none;
    border-top: 3px solid #0ead69;
	border-radius: 0;
}
}

/* Register */
.register-box-wrapper {
	background: #fff;
	padding: 50px;
	border-bottom: 1px solid rgb(203, 210, 214);
    border-left: 1px solid rgb(203, 210, 214);
    border-right: 1px solid rgb(203, 210, 214);
    border-top: 3px solid #0ead69;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
}
.register-box-wrapper .title { }
.loginhead {font-size:1.375rem;padding:0 0 15px 0; font-weight:700; letter-spacing:-1px;}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background: #fff;
    box-shadow: none;
    border-bottom: 1px solid transparent;
    border-left: 1px solid rgb(203, 210, 214);
    border-right: 1px solid rgb(203, 210, 214);
    border-top: 4px solid #0ead69;
    color: #00171f;
    font-weight: 600;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link {
    background: #f5f7fa;
    border-top: 4px solid transparent;
    border-bottom: 1px solid rgb(203, 210, 214);
    font-size: 16px;
    font-weight: 400;
    padding: 15px 7.5px;
    text-align: center;
	color: #333;
}

@media (max-width:767.98px) {
/* Register - Mobile*/
.register-box-wrapper {
	background: #fff;
	padding: 50px 20px;
	border-bottom: 1px solid rgb(203, 210, 214);
    border-left: none;
    border-right: none;
    border-top: 3px solid #0ead69;
	border-radius: 0;
}
}

#jobdetail-content, #joblisting-content, #jobseeker-content, #employer-content, #cms-content, #companieslisting-content, #companydetail-content, #blog-content {padding: 20px 0;}

.section {
	padding: 0;
	overflow: hidden
}
.section-white {
	background: #fff
}
.section-blue {
	background: #2166a4;
}
.section-lightblue {
	background: #f5f7fa;
}
.section-page-end {
	padding-bottom: 100px
}
.section-inner-box {
	background: #fff;
	padding: 35px 30px 30px 0px;
	border: 0px solid rgb(203, 210, 214);
	flex-shrink: 0;
	display: block;
	margin: 0 auto;
	min-height: 0;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem;
	box-sizing: border-box
}

@media (max-width:767.98px) {
.section-inner-box {
	background: #fff;
	padding: 35px 15px 35px 15px;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: rgb(203, 210, 214);
	flex-shrink: 0;
	display: block;
	margin: 0 auto;
	min-height: 0;
	border-radius: 0;
	box-sizing: border-box
}
}

#job-results li {
	padding: 0 0;
	margin: 0 0 18px 0;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: rgb(203, 210, 214);
	width: 100%;
	background: #fff;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem;
	transition: 0.3s ease;
	list-style:none;
}
#job-results li.jbfeatured {border-left: 2px solid #0ead69; box-shadow: none;}

#job-results li .left-content {
	padding: 30px 35px 40px 25px;
}
#job-results li .left-content h3 {
	font-weight: 600;
	letter-spacing: 0;
	font-size: 1.0625rem;
}
#job-results li .left-content h3 a.job-title, #job-results li .left-content h3 a.company-title {
	color: #00171f;
}
#job-results li .left-content h3 a.job-title:hover, #job-results li .left-content h3 a.company-title:hover {
	color: #197bbd;
}
#job-results li .left-content .metadata {
	padding: 0;
	margin: 8px 0 10px 0
}
#job-results li .left-content .metadata .content i {
	font-size: 1rem;
	width: 18px;
	text-align: center;
}
#job-results li .left-content .posted-by, #job-results li .left-content .posted-by a {
	font-size: .875rem;
	margin: 5px 0 0 0;
	line-height: 1.25rem;
	color: #6c757d
}
#job-results li .right-content {
	padding: 30px 25px 0 0
}
#job-results li .right-content .company {
	border: 1px solid #ced4da;
	text-align: center;
	padding: 5px 10px;
	min-height: 80px;
	height: 80px;
	-webkit-border-radius: 0.3125rem;
	-moz-border-radius: 0.3125rem;
	border-radius: 0.3125rem;
	box-sizing: border-box;
}
#job-results li .right-content .company img {
	max-height: 100%;
	padding: 5px;
}
#job-results li .right-content .btn-save-blue a {
	background: 0 0;
	color: #197bbd;
	border: 1px solid #197bbd;
	height: 2.625rem;
	line-height: 2.75rem;
	box-sizing: border-box;
	margin: 12px auto 12px;
	display: block;
	text-align: center;
	width: 100%;
	max-width: 320px;
	-webkit-border-radius: 0.3125rem;
	-moz-border-radius: 0.3125rem;
	border-radius: 0.3125rem;
}
#job-results li .right-content .btn-save-blue a:hover{}
#job-results .advert-text {color: #6c757d; font-weight:600; font-size:12px; margin:0; background:none; border:none;}
#job-results .advert-text i {font-size:1rem;}
#job-results .getfeedback {background-color: #f1f8ff !important; border: 1px solid #197bbd !important; padding:15px 15px 15px 65px !important; position: relative; font-weight: 400; font-size: 15px;}
#job-results .getfeedback:before {
    content: '\f086';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 24px;
	top: 9px;
    font-size: 24px;
    font-weight: 300;
    color: #197bbd;
}
#job-results .prologos .probx {padding: 25px 15px; border-right: 1px solid #ddd;}
#job-results .prologos .probx img {width:60%;}
#job-results .prologos .probx.last {border-right: none;}

#job-results-alert .wrapper {background:#f1f8ff; padding:20px; position: relative; border-radius: .25rem; border:1px solid #197bbd;}
#job-results-alert .wrapper i {font-size:35px; color:#197bbd;}
#job-results-alert .btn-alert {background: #197bbd; border: none; color: #fff; padding: 12px 30px; height: auto; line-height: 1;}


#new_alert .alert-feedback {background-color: #f1f8ff;border: 1px solid #197bbd;padding: 10px 15px;margin-bottom: 10px;border-top-left-radius: 7px;border-bottom-left-radius: 7px;}
#new_alert .alert-container {padding: 0!important;}
#new_alert .alert-container .btn {display: inline;max-width: 240px;margin-right: 15px;font-weight: 700;border-top-right-radius: 0;border-bottom-right-radius: 0;line-height: 50px;padding: 17px 2rem;cursor: pointer;}
#new_alert .alert-container .btn:hover{color:#fff;}
#new_alert .alert-container .btn-secondary {background-color: #197bbd;color: #fff;border: 0;-webkit-transition: background-color .3s ease-in;transition: background-color .3s ease-in;}
#new_alert .email-jobs-center {margin: 0;background-color: #0079d1;}
#show_alert .modal-content{padding-bottom: 20px;}
#show_alert .modal-header{border: none;padding: 5px 10px;}
#show_alert .fa-bells{font-size:1.125rem;margin-top: 15px;}
#show_alert label{font-weight: bold}
#show_alert .btn-primary{padding: 2px 50px;color: #fff;background: #3177b5;}

#company-results li {
	margin: 0 0 18px 0;
	list-style:none;
}
#company-results li .wrapper {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: rgb(203, 210, 214);
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem;
	transition: 0.3s ease;
	background: #fff;
}
#company-results li .left-content {
	padding: 0 20px 30px 20px;
}
#company-results li .left-content h3 {
	font-weight: 600;
	letter-spacing: 0;
	font-size: 0.9375rem;
}
#company-results li .left-content h3 a.job-title, #company-results li .left-content h3 a.company-title {
	color: #00171f;
}
#company-results li .left-content h3 a.job-title:hover, #company-results li .left-content h3 a.company-title:hover {
	color: #197bbd;
}
#company-results li .left-content .metadata {
	padding: 0;
	margin: 8px 0 10px 0
}
#company-results li .left-content .metadata .content i {
	font-size: 1rem;
	width: 18px;
	text-align: center;
}
#company-results li .left-content .posted-by, #company-results li .left-content .posted-by a {
	font-size: .875rem;
	margin: 5px 0 0 0;
	line-height: 1.25rem;
	color: #6c757d
}
#company-results li .right-content {
	padding: 10px 0 0 0
}
#company-results li .right-content .company {
	border: 0 solid rgb(203, 210, 214);
	padding: 0 20px;
	box-sizing: border-box;
	min-height: 90px;
}
#company-results li .right-content .company img {
	max-width: 50%;
}
#company-results li .right-content .company .no-logo {
	color:#0074cc; font-size:0.875rem;
}
#company-results li .right-content .btn-save-blue a {
	background: 0 0;
	color: #005a9f;
	border: 1px solid #005a9f;
	height: 2.625rem;
	line-height: 2.75rem;
	box-sizing: border-box;
	margin: 12px auto 12px;
	display: block;
	text-align: center;
	width: 100%;
	max-width: 320px;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
}
#company-results li .right-content .btn-save-blue a:hover{}
#company-results .advert-text {color: #6c757d; font-weight:600; font-size:12px; margin:0; background:none; border:none;}
#company-results .advert-text i {font-size:1rem;}
#company-results .getfeedback {background-color: #f1f8ff !important; border: 1px solid #197bbd !important; padding:15px 15px 15px 65px !important; position: relative; font-weight: 400; font-size: 15px; -webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem;}
#company-results .getfeedback:before {
    content: '\f086';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 24px;
	top: 9px;
    font-size: 24px;
    font-weight: 300;
    color: #197bbd;
}
#company-results .prologos {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: rgb(203, 210, 214);
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem;
	transition: 0.3s ease;
	background: #fff;
}
#company-results .prologos .probx {padding: 25px 15px; border-right: 1px solid #ddd;}
#company-results .prologos .probx img {width:60%;}
#company-results .prologos .probx.last {border-right: none;}

#footer-container {
	width: 100%;
	border: 1px solid rgb(203, 210, 214);
	margin: 20px 0 100px 0;
	padding: 40px 20px;
	background: #fff;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem
}

@media (max-width:767.98px) {
#job-results li {
	padding: 0 0;
	margin: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: rgb(203, 210, 214);
	width: 100%;
	background: #fff;
	border-radius: 0
}
#job-results li .left-content .metadata {
	padding: 0;
	margin: 5px 0 5px 0
}
#job-results li .left-content h3 {
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: 0
}
#job-results li .left-content {
	padding: 20px 15px;
	font-size: .9375rem
}
#job-results li .right-content {
	padding: 0
}
#job-results li .right-content .btn-save-blue a {
	color: inherit!important;
	border: none;
	font-size: 1.375rem;
	display: block;
	text-align: center;
	border-radius: 0
}
#job-results li .right-content .btn-save-blue a i {
	color:#197bbd;
}
#job-results li .left-content .posted-by, #job-results li .left-content .posted-by a {
	font-size: .8125rem;
	margin: 5px 0 0 0;
	line-height: 1.25rem;
	color: #6c757d
}
#job-results .getfeedback {background-color: #f1f8ff !important; border-width: 1px 0px 1px 0!important; border-style: solid!important; border-color: #197bbd!important; padding:15px 15px 15px 55px !important; position: relative; font-weight: 400; font-size: 14px;}
#job-results .getfeedback:before {
    content: '\f086';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 15px;
	top: 16px;
    font-size: 24px;
    font-weight: 300;
    color: #197bbd;
}
#job-results .prologos .probx {padding: 15px; border-right: 1px solid #ddd;}
#job-results .prologos .probx img {width:60%;}
#job-results .prologos .probx.last {border-right: none;}

#job-results-alert .wrapper {background:#f1f8ff; padding:30px 0; position: relative; border-radius:0; border-width:1px 0 1px 0; border-style:solid; border-color:#197bbd;}
#job-results-alert .wrapper i {font-size:35px; color:#197bbd;}
#job-results-alert .btn-alert {background: #197bbd; border: none; color: #fff; padding: 12px 30px; height: auto; margin-top: 15px; width:100%;}

#footer-container {
	width: 100%;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: rgb(203, 210, 214);
	margin: 0 0 75px 0;
	background: #fff;
	border-radius: 0
}
#company-results li {
	padding: 0 0;
	margin: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: rgb(203, 210, 214);
	width: 100%;
	background: #fff;
	border-radius: 0
}
#company-results li .wrapper {
	border-width: 0;
	border-style: solid;
	border-color: rgb(203, 210, 214);
	border-radius: 0;
	transition: 0.3s ease;
	background: #fff;
}
#company-results li .left-content .metadata {
	padding: 0;
	margin: 5px 0 5px 0
}
#company-results li .left-content h3 {
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: 0
}
#company-results li .left-content {
	padding: 30px 15px;
	font-size: .9375rem
}
#company-results li .right-content {
	padding: 30px 15px 0 0;
}
#company-results li .right-content .company {
	border: 1px solid #ced4da;
	text-align: center;
	padding: 5px 10px;
	min-height: 70px;
	height: 70px;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem;
	box-sizing: border-box;
}
#company-results li .right-content .company img {
	max-height: 100%;
	padding: 0;
}
#company-results li .right-content .company .no-logo {
	color:#0074cc; font-size:0.8125rem; line-height:1.25; white-space:normal;
}
#company-results li .right-content .btn-save-blue a {
	color: inherit!important;
	border: none;
	font-size: 1.375rem;
	display: block;
	text-align: center;
	border-radius: 0
}
#company-results li .left-content .posted-by, #company-results li .left-content .posted-by a {
	font-size: .8125rem;
	margin: 5px 0 0 0;
	line-height: 1.25rem;
	color: #6c757d
}
#company-results .getfeedback {background-color: #f1f8ff !important; border-width: 1px 0 1px 0!important; border-style: solid!important; border-color: #197bbd!important; padding:15px 15px 15px 55px !important; position: relative; font-weight: 400; font-size: 14px; border-radius:0;}
#company-results .getfeedback:before {
    content: '\f086';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 15px;
	top: 16px;
    font-size: 24px;
    font-weight: 300;
    color: #197bbd;
}
#company-results .prologos {
	border-width: 0;
	border-style: solid;
	border-color: rgb(203, 210, 214);
	border-radius: 0;
	transition: 0.3s ease;
	background: #fff;
}
#company-results .prologos .probx {padding: 15px; border-right: 1px solid #ddd;}
#company-results .prologos .probx img {width:60%;}
#company-results .prologos .probx.last {border-right: none;}
}

/* Pagination */
.pagination {
	background:#f5f7fa;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem;
}
.page-link {
	position: relative;
	display: block;
	padding: 0rem 0.625rem;
	margin-left: -1px;
	line-height: 4rem;
	color: #313638;
	background-color: #f5f7fa;
	border: 0 solid rgb(203, 210, 214);
	font-size: 1rem
}
.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}
.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}
.page-item.active .page-link {
	z-index: 1;
	color: #e83f6f;
	background-color: #f5f7fa;
	font-weight: bolder;
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #f5f7fa;
	border-color: rgb(203, 210, 214)
}
.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #f5f7fa;
	border-color: #f5f7fa
}

/* Blog */
#blog-content .blogwrapper {}
#blog-content .blogwrapper ul {}
#blog-content .blogwrapper ul li {}

#job-results-sidebar-wrapper {
	background: #fff;
	border-width: 0px 0px 0px 0;
	border-style: solid;
	border-color: rgb(203, 210, 214);
	-webkit-border-top-right-radius: .25rem;
	-webkit-border-bottom-right-radius: .25rem;
	-moz-border-radius-topright: .25rem;
	-moz-border-radius-bottomright: .25rem;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	flex-shrink: 0
}
#job-results-sidebar-wrapper .widget {
	border-bottom: 1px solid rgb(203, 210, 214);
	flex-shrink: 0;
	display: block;
	margin: 0 auto;
	min-height: 0;
	padding: 20px 16px 20px 16px;
	color: #494f5e;
}
#job-results-sidebar-wrapper .widget-last {
	flex-shrink: 0;
	display: block;
	margin: 0 auto;
	min-height: 0;
	padding: 20px 20px 20px 20px;
	color: #494f5e;
}
#job-results-sidebar-wrapper .widget-scroll {
	border-bottom: 1px solid rgb(203, 210, 214);
	flex-shrink: 0;
	display: block;
	margin: 0 auto;
	min-height: 0;
	padding: 20px 0 15px 20px;
	color: #494f5e;
}
#job-results-sidebar-wrapper .block {
	border-bottom: 1px solid rgb(203, 210, 214);
	flex-shrink: 0;
	display: block;
	margin: 0 auto;
	min-height: 0
}
#job-results-sidebar-wrapper h3 {
	text-align: left;
	color: #494f5e;
	font-size: .9375rem!important;
	font-weight: 600;
	padding: 10px 0 0 0;
	margin: 0 0 5px 0
}
#job-results-sidebar-wrapper h4 {
	text-align: left;
	font-size: .9375rem!important;
	font-weight: 600;
	padding: 0;
	margin: 0 0 5px 0;
	color:#494f5e;
}
#job-results-sidebar-wrapper .optionlist {
	list-style: none
}
#job-results-sidebar-wrapper .optionlist li {
	margin-bottom: 0;
	padding: 2px 0 2px 0;
	position: relative;
	padding-left: 22px;
	word-break: break-word;
	font-size: .875rem;
	color:#494f5e;
	text-transform: capitalize;
}
#job-results-sidebar-wrapper .optionlist li span {
	position: relative;
	right: 0;
	top: 0;
	color: #197bbd;
	font-size: .8125rem
}
#job-results-sidebar-wrapper .optionlist li input[type=checkbox] {
	display: none
}
#job-results-sidebar-wrapper .optionlist li input[type=checkbox]+label {
	width: 16px;
	height: 16px;
	border: 1px solid #bbb;
	background: #fff;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 3px;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem
}
#job-results-sidebar-wrapper .optionlist li input[type=checkbox]:checked+label:before {
	content: '\f00c';
	font-family: 'Font Awesome 5 Pro';
	color: #0ead69;
	padding-left: 2px;
	position: relative;
	top: -2px
}
#job-results-sidebar-wrapper .reset span a {
	border: 1px solid #197bbd;
	padding: 5px 8px;
	-webkit-border-radius: 0.3125rem;
	-moz-border-radius: 0.3125rem;
	border-radius: 0.3125rem;
	font-weight: 400;
	color: #197bbd;
	font-size: 13px
}

#company-results-sidebar-wrapper {
	background: #fff;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: rgb(203, 210, 214);
	-webkit-border-top-right-radius: .25rem;
	-webkit-border-bottom-right-radius: .25rem;
	-moz-border-radius-topright: .25rem;
	-moz-border-radius-bottomright: .25rem;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	flex-shrink: 0
}
#company-results-sidebar-wrapper .widget {
	border-bottom: 1px solid rgb(203, 210, 214);
	flex-shrink: 0;
	display: block;
	margin: 0 auto;
	min-height: 0;
	padding: 20px 40px 20px 16px;
}
#company-results-sidebar-wrapper .widget-last {
	border-bottom: 0 solid rgb(203, 210, 214);
	flex-shrink: 0;
	display: block;
	margin: 0 auto;
	min-height: 0;
	padding: 20px 20px 25px 20px;
}
#company-results-sidebar-wrapper .block {
	border-bottom: 1px solid rgb(203, 210, 214);
	flex-shrink: 0;
	display: block;
	margin: 0 auto;
	min-height: 0
}
#company-results-sidebar-wrapper .reset span a {
	border: 1px solid #197bbd;
	padding: 5px 8px;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
	font-weight: 400;
	color: #197bbd;
	font-size: 13px
}
#company-results-sidebar-wrapper h3 {
	text-align: left;
	color: #494f5e;
	font-size: .9375rem!important;
	font-weight: 600;
	padding: 10px 0 0 0;
	margin: 0 0 5px 0
}
#company-results-sidebar-wrapper h4 {
	text-align: left;
	font-size: .9375rem!important;
	font-weight: 600;
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;
	color: #494f5e;
}
#company-results-sidebar-wrapper .optionlist {
	list-style: none
}
#company-results-sidebar-wrapper .optionlist li {
	margin-bottom: 0;
	padding: 2px 0 2px 0;
	position: relative;
	padding-left: 22px;
	word-break: break-word;
	font-size: .875rem;
	color:#494f5e;
}
#company-results-sidebar-wrapper .optionlist li span {
	position: relative;
	right: 0;
	top: 0;
	color: #197bbd;
	font-size: .8125rem
}
#company-results-sidebar-wrapper .optionlist li input[type=checkbox] {
	display: none
}
#company-results-sidebar-wrapper .optionlist li input[type=checkbox]+label {
	width: 16px;
	height: 16px;
	border: 1px solid #bbb;
	background: #fff;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 3px;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem
}
#company-results-sidebar-wrapper .optionlist li input[type=checkbox]:checked+label:before {
	content: '\f00c';
	font-family: 'Font Awesome 5 Pro';
	color: #0ead69;
	padding-left: 2px;
	position: relative;
	top: -2px
}
#company-results-sidebar-wrapper ul.atoz {text-align:left;}
#company-results-sidebar-wrapper ul.atoz li {
    display: inline-block;
    font-size: 0.9375rem;
    background: #f7f7f7;
    color: #fff;
    padding: 2px 0;
    width: 33px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #3177b5;
    margin: 5px 2px;
}
#company-results-sidebar-wrapper ul.atoz li a {color:#494f5e;}

#top-filter .mobile-filter-btn {
	display: none;
}
#top-filter .btn-job-alert, #top-filter .btn-job-alert:hover {
	color: #197bbd!important;
	border: 1px solid #197bbd;
	font-size: 0.9375rem;
	height: 2.625rem;
	line-height: 2.625rem;
	letter-spacing: 0;
	font-weight: 400;
}

#top-filter .btn-job-alert-disabled, #top-filter .btn-job-alert-disabled:hover {
	color: #bbb!important;
	border: 1px solid #bbb;
	font-size: 0.9375rem;
	height: 2.625rem;
	line-height: 2.625rem;
	letter-spacing: 0;
	font-weight: 400;
}
#top-filter .job-alerts-btn {
	background: #fff;
	color: #0ead69!important;
	border: 1px solid #0ead69;
	height: 2.5rem;
	line-height: 2.5rem;
	box-sizing: border-box;
	display: block;
	text-align: center;
	width: 100%;
	-webkit-border-radius: .1875rem;
	-moz-border-radius: .1875rem;
	border-radius: .1875rem
}
#top-filter .job-alerts-btn a {
	color: #0ead69;
	font-weight: 700
}

@media screen and (max-width:767px) {
#top-filter .btn-job-alert, #top-filter .btn-job-alert:hover {
	color: #197bbd!important;
	border: 0 solid #197bbd;
	font-size: 1rem;
	height: 3.125rem;
	line-height: 3.125rem;
	letter-spacing: 0;
	font-weight: 700;
	width: 100%;
	border-right:1px solid rgb(203, 210, 214);
	border-radius: 0;
}
#top-filter .btn-job-alert-disabled, #top-filter .btn-job-alert-disabled:hover {
	color: #bbb!important;
	border: 0 solid #bbb;
	font-size: 1rem;
	height: 3.125rem;
	line-height: 3.125rem;
	letter-spacing: 0;
	font-weight: 400;
	width: 100%;
	border-right:1px solid rgb(203, 210, 214);
	border-radius: 0;
}
#top-filter .mobile-filter-btn {
	height: 3.125rem;
	line-height: 3.125rem;
	color: #197bbd;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	display: block;
}
#top-filter .mobile-filter-count {
	border-bottom: 1px solid rgb(203, 210, 214);
	padding: 0 0 16px 0;
	font-size: 0.9375rem;
}
#job-results-sidebar-wrapper .optionlist li input[type=checkbox]+label {
	width: 18px;
	height: 18px;
	border: 1px solid #999;
	background: #fff;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 4px;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem
}
#job-results-sidebar-wrapper .radio label {
    display: inline-block;
    position: relative;
    padding: 0 25px 0 5px;
    font-size: 0.9375rem;
}
#job-results-sidebar-wrapper .radio {
    display: inline-block;
}
#job-results-sidebar-wrapper .widget {
	border-bottom: 1px solid rgb(203, 210, 214);
	flex-shrink: 0;
	display: block;
	margin: 0 auto;
	min-height: 0;
	padding: 20px 40px 25px 40px;
	color: #494f5e;
}
#job-results-sidebar-wrapper .widget-scroll {
	border-bottom: 0 solid rgb(203, 210, 214);
	flex-shrink: 0;
	display: block;
	margin: 0 auto;
	min-height: 0;
	padding: 20px 40px 15px 40px;
}
#company-results-sidebar-wrapper {
	display: block;
}
#job-results-sidebar-wrapper h4 {
	text-align: left;
	font-size: 1rem!important;
	font-weight: 600;
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;
}
#job-results-sidebar-wrapper .optionlist li {
	margin-bottom: 0;
	padding: 2px 0 2px 24px;
	position: relative;
	word-break: break-word;
	font-size: 0.9375rem;
	line-height: 24px;
}
/* Off Canvas */
.mbjobsfilter{position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    overflow-y: auto;
    visibility: hidden;
    background-color: #2166a4;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	z-index: 100;

}
.mbjobsfilter.show {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}


.mbjobsfilter .navbar-toggler{color: #333; border-color: rgba(255,255,255,.1);}
.mbjobsfilter .navbar-toggler span{font-size: 1.75rem;  color: #2166a4;}
}
/* Sidebar End */

/* Job Detail Start */
.job-detail-wrapper {
	background: #fff;
	border: 0px solid rgb(203, 210, 214);
	margin-bottom: 30px;
	padding: 10px 30px 40px 0px;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem
}
.job-detail-wrapper .jobinfo h1 {
	font-size: 1.25rem;
	padding: 0;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: .1rem
}
.job-detail-wrapper .jobinfo .subtext {
	color: #6c757d;
	padding: 0 0 10px 0;
}
.job-detail-wrapper .jobinfo .salary {
	font-size: 16px;
	font-weight: 700;
	color: #888
}
.job-detail-wrapper .jobinfo .salary strong {
	color: #000
}
.job-detail-wrapper .metadata {
	padding: 0 0 16px 0;
	margin: 0 0 20px 0;
}
.job-detail-wrapper .metadata .content {
	margin: 0 0 3px 0
}
.job-detail-wrapper .contentbox h3 {
	font-size: .9375rem!important;
	font-weight: 600;
	font-family: inherit
}
.job-detail-wrapper .contentbox p strong {
	font-weight: 700
}
.job-detail-wrapper .contentbox p em {
	font-style: italic
}
.job-detail-wrapper .contentbox p u {
	text-decoration: underline
}
.job-detail-wrapper .contentbox ul {
	margin-bottom: 30px;
	padding: 0 0 0 12px;
	list-style: inherit;
	list-style-position: outside;

}
.job-detail-wrapper .contentbox ul li {
	position: relative;
}

ul.skillslist {
	margin-bottom: 0!important
}
ul.skillslist li:before {
	display: none
}
ul.skillslist li {
	display: inline-block;
	padding: 0!important
}
ul.skillslist li a {
	display: inline-block;
	background: #f0f0f0;
	font-size: .75rem;
	font-weight: 400;
	color: inherit;
	padding: 6px 15px;
	margin: 7px 7px 0 0;
	border-radius: 500px
}
ul.skillslist li a:hover {
	text-decoration: none;
	background: #f0f0f0;
	color: inherit
}
ul.jobfooter {
	margin-bottom: 0!important
}
ul.jobfooter li:before {
	display: none
}
ul.jobfooter li {
	display: inline-block;
	padding: 0!important
}
ul.jobfooter li a {
	display: inline-block
}
ul.jobfooter li a:hover {
	text-decoration: none;
	color: inherit;
}
#job-detail-alert {}
#job-detail-alert .wrapper {background:#f5f7fa; margin:0 0 24px 0; padding:24px; -webkit-border-radius: 0.3125rem; -moz-border-radius: 0.3125rem; border-radius: 0.3125rem;}
#job-detail-alert .btn-alert {
	background-color: transparent;
	color: #197bbd;
	border: 1px solid #197bbd;
	min-width: 100%;
	font-size: .9375rem;
	padding: 0rem 1rem;
	letter-spacing: -1px;
	font-weight: 600;
	line-height: 2.625rem;
	height: 2.625rem;
}
#job-detail-alert .btn-alert:hover {
	background-color: transparent;
	color: #197bbd;
	border: 1px solid #197bbd;
	min-width: 100%;
	font-size: .9375rem;
	padding: 0rem 1rem;
	letter-spacing: -1px;
	font-weight: 600;
	line-height: 2.625rem;
	height: 2.625rem;
}
#job-detail-alert .job-detail-alert-terms {font-size:0.75rem; margin:15px 0 0 0;}

.right-side-block .apply-options .btn-solid-green {
	color: #fff;
	background-color: #0ead69;
	font-size: 1rem;
	height: 2.875rem;
	line-height: 2.875rem;
	font-weight: 600;
}
.right-side-block .apply-options .btn-ghost-blue {
	color: #197bbd;
	background-color: #fff;
	border: 1px solid #197bbd;
	font-size: 0.875rem;
	height: 2.75rem;
	line-height: 2.75rem;
	margin: 0 0 10px 0;
	width: 100%;
}
.job-detail-wrapper .jobButtons .jbexpire {
	background: #ff7c69;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 5px;
	cursor: not-allowed
}
.job-detail-wrapper .jobButtons a:hover {
	background: #222;
	color: #fff
}
.job-detail-security {padding:0 0 0 0; font-size:12px;}
.right-side-block .logo-block {
	background: #fff;
	border: 1px solid rgb(203, 210, 214);
	-webkit-border-radius: 0.3125rem;
	-moz-border-radius: 0.3125rem;
	border-radius: 0.3125rem;
	text-align: center;
	margin: 20px 0;
	min-height: 70px;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 15px
}
.right-side-block .logo-block a {
	text-align: center;
	margin-bottom: 10px;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: block
}
.right-side-block .logo-block img {
	max-width: 130px
}
.job-detail-sidebar {
	background: #fff;
	border: 1px solid rgb(203, 210, 214);
	padding: 15px;
	flex-shrink: 0;
	display: block;
	margin: 0 auto;
	min-height: 0;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem
}
.job-detail-sidebar h3 {
	text-align: left;
	font-size: 1rem!important;
	font-weight: 600;
	padding: 16px 0 0px 0;
	margin: 0 0 5px 0;
	font-family: inherit
}
.job-detail-sidebar .similar-jobs {
	padding: 10px 0;
	border-bottom: 1px solid rgb(203, 210, 214);
	width: 100%
}
.job-detail-sidebar .similar-jobs a.jobtitle {
	font-size: 0.9375rem;
	line-height: 1;
}
.job-detail-sidebar .similar-jobs .location {
	font-size: 0.875rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.job-detail-sidebar .similar-jobs .salary {
	font-size: 0.875rem;
}
#jobdetail-content .advert-text {color: #6c757d; font-weight:600; font-size:12px; margin:0; padding:0 0; background:none; border:none;}
#jobdetail-content .advert-text i {font-size:1rem;}

@media (max-width:767.98px) {
#myDiv{top:5%; left:60%; margin-left:-100px; margin-top:0; width:100px; height:100px; position:absolute;}

.job-detail-wrapper {
	background: #fff;
	border-width: 1px 0;
	border-style: solid;
	border-color: rgb(203, 210, 214);
	margin-bottom: 30px;
	padding: 30px 15px 40px 15px;
	border-radius: 0
}
.job-detail-wrapper .metadata {
	padding: 0 0;
	margin: 10px 0 30px 0;
}
.job-detail-wrapper .metadata .content {
	margin: 0 0 5px 0;
	font-size: 0.9375rem;
}
.job-detail-security {padding:0; font-size:11px;}

.right-side-block .apply-options .mobile-wrapper {border-top: 1px solid #197bbd; border-bottom: 1px solid #197bbd; float:left; width:100%;}
.right-side-block .apply-options .btn-solid-green {
	color: #fff;
	background-color: #0ead69;
	font-size: 1.125rem;
	height: 3.25rem;
	line-height: 3.25rem;
	font-weight: 600;
	border-radius: 0;
}
.right-side-block .apply-options .btn-ghost-blue {
	color: #197bbd;
	background-color: transparent;
	border: 0px solid #197bbd;
	font-size: 0.875rem;
	height: 3rem;
	line-height: 3rem;
	float: left;
	max-width: 33%;
	margin: 0;
}
.right-side-block .apply-options .btn-ghost-blue:last {
	border-left: 1px solid #197bbd !important;
}
.job-detail-wrapper .logo-block {
	background: #fff;
	border: 0;
	border-radius: .25rem;
	text-align: center;
	margin: 0 0 20px 0px;
	min-height: 70px;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 15px;
	border: 1px solid #ced4da;
}
.right-side-block .logo-block img {
	max-width: 100px
}
.job-detail-sidebar {
	background: #fff;
	border-width: 1px 0;
	border-style: solid;
	border-color: rgb(203, 210, 214);
	padding: 10px 15px 30px 15px;
	flex-shrink: 0;
	display: block;
	margin: 0 auto;
	min-height: 0;
	border-radius: 0
}
#jobdetail-content .advert-text {color: #6c757d; font-weight:600; font-size:12px; margin:0; padding: 0px 15px; background:none; border:none;}
#jobdetail-content .advert-text i {font-size:1rem;}
}

/* Jobseeker Account */

#jobseeker-content {}

/* Employer Account */

#employer-content {}

.largebanner {
	text-align: left;
	margin: 30px auto;
	max-width: 748px;
	position: relative;
	background: 0 0;
	border: 0 solid #fff;
	padding: 10px;
	border-radius: 5px
}
.subscribe {
	padding: 30px 0 18px 0;
	background-color: #2166a4;
	text-align: center
}
.subscribe h6 {
	font-size: 30px;
	color: #fff
}
.subscribe p {
	color: #fff;
	margin: 0 0 15px 0
}
.subscribe .form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #999;
	background-color: #fff;
	background-clip: padding-box;
	border: 0 solid #aaa;
	border-radius: .25rem;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	transition: none;
	min-height: calc(2.25rem + 4px)
}
.subscribe .btn {
	background-color: #2166a4!important;
	color: #fff!important;
	font-size: 1rem;
	letter-spacing: -1px;
	font-weight: 600;
	border: 1px solid #fff;
	width: 100%;
	padding: 0rem 1rem
}
.footerWrap {
	background: #20262c;
	padding: 50px 0 20px 0
}
.footerWrap h6 {
	color: rgba(203, 210, 214, 0.9);
	font-weight: 600;
	margin-bottom: 10px;
	font-size: .875rem
}
.footerWrap .quicklinks {
	list-style: none
}
.footerWrap .quicklinks li a {
	display: block;
	color: rgba(203, 210, 214, 0.8);
	padding: 1px 0 1px 0;
	font-size: .8125rem
}
.footerWrap .quicklinks li a:before {
	content: '';
	font-family: '';
	margin-right: 0
}
.footerWrap .quicklinks li a:hover {
	color: #fff;
	text-decoration: underline
}
.footerTerms {
	background: #20262c
}
.footerTerms .legal {
	padding: 20px 0 0px 0;
	color: rgba(203, 210, 214, 0.6);
	border-top: 1px solid rgba(203, 210, 214, 0.2);
}
.footerTerms .legal a {
	font-size: .8125rem;
	color: rgba(203, 210, 214, 0.6);
	display: inline-block
}
.footerTerms .legal a:hover {
	color: #fff
}
.footerTerms .countries {
	padding: 20px 0 0px 0;
	margin: 0px 0px 20px 0px;
	color: rgba(203, 210, 214, 0.6);
	border-top: 0px solid rgba(203, 210, 214, 0.2);
}
.footerTerms .countries a {
	font-size: .8125rem;
	color: rgba(203, 210, 214, 0.6);
	display: inline-block
}
.footerTerms .countries a:hover {
	color: #fff
}
.footerTerms .countries img {
	width:22px;
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
}
.footerWrap .social {
	margin-top: 5px
}
.footerWrap .social a {
	color: rgba(203, 210, 214, 0.8);
	font-size: .8125rem;
	display: block;
	margin-right: 5px;
	margin-bottom: 6px
}
.footerWrap .social a:hover {
	color: #fff;
	text-decoration: none
}
.footerWrap .social .text {
	margin-left: 5px
}
.footerWrap .circle-icon {
	background: #20262c;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 26px;
	vertical-align: middle;
	padding: 0;
	font-size: 14px;
	border: 0px solid
}
.copyright {
	padding: 20px 0px 20px 0px;
	color: rgba(203, 210, 214, 0.6);
	background: #20262c;
	font-size: .8125rem
}
.copyright ul li {
	display: inline
}
.copyright ul li a {
	color: #555;
	padding: 0 5px;
	display: inline-block;
	margin: 5px
}
.copyright a:hover {
	color: #fff
}
.paylogos {
	text-align: right
}
#scroll {
    position:fixed;
    right:10px;
    bottom:40px;
    cursor:pointer;
    width:40px;
    height:40px;
    background-color:#fff;
	border:2px solid #197bbd;
    display:none;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
	text-align:center;
}
#scroll span svg {
    color:#197bbd;
	font-size:35px;
	padding: 7px 0px;
}

@media (max-width:767.98px) {
.footerWrap {
	background: #20262c;
	padding: 20px 0 10px 0
}
.footerWrap h6 {
	color: rgba(203, 210, 214, 0.9);
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 1rem
}
.footerWrap .quicklinks {
	list-style: none;
	padding: 15px;
}
.footerWrap .quicklinks li a {
	display: block;
	color: rgba(203, 210, 214, 0.8);
	padding: 0;
	font-size: 0.875rem
}
.footerTerms .legal {
	padding: 10px 0 0px 0;
	color: rgba(203, 210, 214, 0.8);
	border-top: 0px solid rgba(203, 210, 214, 0.2);
}
.footerTerms .countries {
	padding: 10px 0 0px 0;
	color: rgba(203, 210, 214, 0.8);
	border-top: 0px solid rgba(203, 210, 214, 0.2);
	margin: 0px 0px 10px 0px;
}
.footerTerms .countries img {
	width:22px;
}
.footerWrap h6.nvft{font-size:1rem; cursor: pointer; border-style:solid; border-width:0px 0px 1px 0px; border-color:rgba(255, 255, 255, 0.2); padding: 15px 15px; border-radius: 0; margin-bottom: 0 !important; position: relative;}
/*.footerWrap h6.nvft:after{position: absolute; right: 15px; content: '\f078'; font-size: 1.25rem; color: rgba(203, 210, 214, 0.9); font-family: "Font Awesome 5 Pro"; font-weight: 300;}*/
.footerWrap .social {
	text-align: center;
}
.footerWrap .social a {
	color: rgba(203, 210, 214, 0.8);
	font-size: .8125rem;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 6px
}
.footerWrap .social .text {
	margin-left: 5px;
	display:none;
}
}

/* Trustpilot */
.tp-widget-wrapper {text-align:left ;}
            .tabs{padding-top:30px;padding-bottom:30px;}
            .tabs ul{background: #fff;padding: 0px ! important;display: block ! important;}
            .tabs .tab-pane{margin-left:20px;}
            .tabs h3{font-size:20px;margin-top:10px;margin-bottom:21px;}
            .tabs p{font-size:14px;}
            .tabs a{font-size:15px;color:#626262;padding:0px;text-decoration: none;}
            .tabs .nav-pills li{background-color: #fff;margin-bottom: 5px;text-align: left;height: 42px;width: 100%;padding: 10px 10px;-webkit-border-radius: 3px;border-radius: 0px;border-left:5px solid #fff;}
            .tabs .nav-pills li i{margin-right: 10px;color:#626262}
            .tabs .nav-pills li.active{text-align: left;padding: 10px 10px;-webkit-font-smoothing: subpixel-antialiased;border-radius: 0px;color: #0077b5;cursor: pointer;font-weight: 500;border-left:5px solid #5db2de;}
            .tabs .nav-pills li.active i{color:#0077b5}
            .tabs .nav-pills li.active a{color:#0077b5}
            .tabs .select2-search{padding:7px 15px;border-left: 0px solid #fff;margin-bottom: 0px; }
            .tabs .select2-search input{padding: 0px;font-size: 13px ! important}
            .profile-form {width: 100%;margin: 0px auto;position: relative;}
            .profile-form label{font-size: 14px;}
            .profile-form fieldset {background: white;border: 0 none;border-radius: 3px;padding: 20px 15px;box-sizing: border-box;width: 100%;margin: 0 0%;text-align: left;position: relative;}
            .profile-form fieldset:not(:first-of-type) {display: none;}
            .profile-form fieldset .section-title{margin-bottom: 0px;}
            .profile-form fieldset .section-title h1 {position: relative;z-index: 1;font-size: 18px;text-transform: uppercase;display: inline-block;background: #fff;font-weight: 600;}
            .profile-form input, #msform textarea {padding: 12px;border: 1px solid #ccc;border-radius: 3px;margin-bottom: 0px;width: 100%;box-sizing: border-box;font-family: montserrat;color: #2C3E50;font-size: 13px;}
            .profile-form .action-button {width: auto;background: #0077b5;color: white;border: 0 none;border-radius: 4px;cursor: pointer;padding: 10px 15px;margin: 10px 5px;font-weight: 200;font-size: 14px;}
            .profile-form .action-button:hover, .profile-form .action-button:focus {box-shadow: 0 0 0 2px white, 0 0 0 3px #0077b5;}
            .profile-form label{font-size: 14px;}
            .profile-form .formrow{margin-bottom: 15px;text-align: left}
            .profile-form .form-control{font-size: 13px;}
            .profile-form select.form-control:not([size]):not([multiple]) {height: 45px;}
            .fs-title {font-size: 18px;text-transform: uppercase;color: #2C3E50;margin-bottom: 10px;text-align: center;}
            .fs-subtitle {font-weight: normal;font-size: 16px;color: #666;margin-bottom: 20px;text-align: center;}
            .mobile-logo-header{visibility: hidden}
            @media (max-width:640px){
                .profile-form{width:100%;}
                .desktop-logo-header{display: none;}
                .mobile-logo-header{visibility: visible}
            }
/**  Range slider start */
.range-slider {
	position: relative;
	width: 100%;
	height: 50px;
	text-align: center;
	margin-bottom: 20px;
}
.range-slider .rangeValues{font-weight: 600}
.range-slider input[type="range"] {
	pointer-events: none;
	position: absolute;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	border: none;
	border-radius: 14px;
	background: #F1EFEF;
	box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;
	-webkit-box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;
	overflow: hidden;
	left: 0;
	top: 30px;
	width: 100%;
	outline: none;
	height: 20px;
	margin: 0;
	padding: 0;
}
.range-slider input[type="range"]::-webkit-slider-thumb {
	pointer-events: all;
	position: relative;
	z-index: 1;
	outline: 0;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: none;
	border-radius: 14px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dad8da), color-stop(100%, #413F41));
	/* android <= 2.2 */
	background-image: -webkit-linear-gradient(top, #3177b5 0, #3177b5 100%);
	/* older mobile safari and android > 2.2 */
	background-image: linear-gradient(to bottom, #3177b5 0, #3177b5 100%);
	/* W3C */
}
.range-slider input[type="range"]::-moz-range-thumb {
	pointer-events: all;
	position: relative;
	z-index: 10;
	-moz-appearance: none;
	width: 20px;
	height: 20px;
	border: none;
	border-radius: 14px;
	background-image: linear-gradient(to bottom, #3177b5 0, #3177b5 100%);
	/* W3C */
}
.range-slider input[type="range"]::-ms-thumb {
	pointer-events: all;
	position: relative;
	z-index: 10;
	-ms-appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 14px;
	border: 0;
	background-image: linear-gradient(to bottom, #3177b5 0, #3177b5 100%);
	/* W3C */
}
.range-slider input[type=range]::-moz-range-track {
	position: relative;
	z-index: -1;
	background-color: #3177b5;
	border: 0;
}
.range-slider input[type=range]:last-of-type::-moz-range-track {
	-moz-appearance: none;
	background: none transparent;
	border: 0;
}
.range-slider input[type=range]::-moz-focus-outer {
	border: 0;
}
.mobile-fal-icon .svg-inline--fa.fa-w-14 {
    display:none;
}
.location-field { position: relative; vertical-align: top; }
@media (max-width: 767px){
    .svg-inline--fa.fa-w-8{
        width:auto !important;
    }
    .mobile-fal-icon .svg-inline--fa.fa-w-14 {
        display:block;
    }

}

/** end */


/* PACKAGE RELATED CSS */
#job-types {
    margin-top: 72px;
    /*#0ead69!important*/
}
.basket-controller-input-minus.button-disabled, .basket-controller-input-plus.button-disabled {
    background: #d8d8d8;
    border: 1px solid #979797;
}
.basket-controller-input-plus {
    right: 0;
}
.basket-controller-input-minus, .basket-controller-input-plus {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 34px;
    height: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #0079d1 !important;
    background: #FFF;
    border-radius: 20px;
}
.basket-controller-input-plus:before {
    top: 50%;
    left: 50%;
    width: 15px;
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #0079d1;
    transform: translate(-50%,-50%);
}
.adverstise-basket-controller {
    position: relative;
    max-width: 150px;
    width: 100%;
    margin: 0 auto 20px;
}
.basket-controller-input-plus:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 15px;
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #0079d1;
}
.page_container {
    z-index: 1;
    overflow-x: hidden;
    transition: transform .2s;
    -moz-transition: transform .2s;
    -webkit-transition: transform .2s;
}
.advertise-job-content {
    display: flex;
}
.advertise-job-col-top {
    background: #fff;
    padding: 32px 20px 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 1px solid #cfddf3;
    border-left: 1px solid #cfddf3;
    border-right: 1px solid #cfddf3;
    overflow: hidden;
}
.advertise-job-col-alternative {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}
.advertise-job-col {
    width: 33%;
    background: #367BBD;
    text-align: center;
    padding-bottom: 32px;
    border-radius: 5px;
}
.jobads-content-copy h3 {
    font-size: 26px;
    font-family: "Montserrat",Arial,sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}
.jobads-content-subtext {
    padding-left: 25px;
    padding-right: 25px;
}
.jobads-content-btn-container .advertise-buy-button {
    background: #0ead69;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 16px;
    width: 100%;
    max-width: 240px;
    margin-bottom: 0;
    height: 46px;
    line-height: 46px;
    color: #FFF;
}

.button {
    outline: 0;
    color: #333;
    width: 100%;
    height: 42px;
    -webkit-appearance: none;
    display: block;
    font-size: 18px;
    cursor: pointer;
    max-width: 400px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background: #eaeaea;
    margin: 0 auto 20px;
    vertical-align: middle;
    -webkit-appearance: none;
    border: 1px solid #d6d6d6;
}
.jobads-content-btn-container .wrapper {
    padding-bottom: 30px;
}

.advertise-features {
    text-align: left;
    padding-top: 55px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    display: flex;
    flex-flow: column;
}
.advertise-features-heading {
    cursor: pointer;
    font-size: 16px;
    color: #0079d1;
    display: none;
    position: relative;
    z-index: 1;
}
ul {
    padding: 0;
    list-style: none;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
.jobads-price-text {
    font-size: 26px;
}
.jobads-full-col .jobads-full-taxes {
    font-size: 18px;
}
.jobads-full-col {
    width: 100%;
    display: block;
}
.jobads-saving-text span {
    font-size: 16px;
    font-family: "Montserrat",Arial,sans-serif;
    font-weight: 700;
    letter-spacing: .3px;
    color: #0ead69;/*#e25188;*/
    margin-left: 10px;
}
.jobads-saving-text {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 6px;
}
.advertise-features:before {
    content: '';
    display: block;
    width: 37px;
    height: 37px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: -18px;
    transform: translateX(-50%) rotate(45deg);
}
.advertise-features-item {
    padding-top: 15px;
    padding-bottom: 15px;
}
.advertise-features-item p {
    font-size: 16px;
    line-height: 1.25;
    background-image: url(../../../www.reed.co.uk/recruiter/resources/images/marketing/tick.png);
    background-repeat: no-repeat;
    background-position-y: 3px;
    padding-left: 24px;
    color: #fff;
}
.resume-features h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}
.basket-controller-input {
    position: relative;
    border: solid 1px #979797;
    max-width: 280px;
    width: 150px;
    height: 41px;
    text-align: center;
    font-family: "Montserrat",Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    border-radius: 96px;
}
.jobads-content-copy h3 {
    font-size: 26px;
    font-family: "Montserrat",Arial,sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}
.jobads-content-subtext span {
    font-size: 22px;
    font-family: "Montserrat",Arial,sans-serif;
    font-weight: 600;
}
.jobads-content-total {
    font-family: "Montserrat",Arial,sans-serif;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}
.circle-badge {
    font-family: "Montserrat",Arial,sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.42;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #EA5C90;
    border-radius: 50%;
    position: absolute;
    top: -35px;
    right: 15px;
    display: flex;
    align-items: center;
    color: #fff;
}

/*  TOP BAR CONTENT  */
.banner-ribbon {
    margin-top: 50px;
    margin-bottom: 72px;
}
.banner-ribbon .banner-ribbon-container {
    padding: 18px 80px;
    background: #367BBD;
    color: #FFF;
    position: relative;
}
.banner-ribbon-price {
    font-size: 20px;
    font-weight: 700;
    font-family: "Montserrat",Arial,sans-serif;
}
.banner-ribbon .text-bold {
    font-size: 20px;
    font-family: "Montserrat",Arial,sans-serif;
    font-weight: 700;
}
.banner-ribbon-old-price {
    font-weight: 400;
    color: #FFF;
    position: relative;
    margin-left: 15px;
    font-size: 16px;
    white-space: nowrap;
}
.banner-ribbon-old-price:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    display: block;
    background-color: #777;
    left: -5px;
    right: -5px;
    color: #FFF;
}
.banner-ribbon-old-price-vat {
    font-size: 10px;
}
.banner-ribbon .button {
    height: 45px;
    line-height: 45px;
    background: #EA5C90;
    color: #FFF;
    border-radius: 4px;
    border: 1px solid #0ead69;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    max-width: 153px;
    margin: 0;
    margin-left: 2%;
}
.button-primary {
    -webkit-transition: background-color 200ms ease-in;
}
.banner-ribbon .banner-ribbon-content:before {
    left: 0;
    border-width: 18px 0 0 25px;
}
.banner-ribbon-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.advertise-table-types {
    padding-bottom: 50px;
}
@media(max-width: 768px){
    .banner-ribbon .banner-ribbon-container{ padding: 18px 15px;}
}
@media(max-width:767px){
    .advertise-job-col{width:100%;margin-bottom: 20px;}
    .advertise-job-content{flex-direction: column;}
    .advertise-job-col-alternative{margin-left: 0;  margin-right: 0;}
    .banner-ribbon-flex{ flex-wrap: wrap;}
    .banner-ribbon .banner-ribbon-container{padding: 18px 15px;}
    .advertise-features{padding-left: 25px; padding-right: 25px;}
    .advertise-features-item{padding: 0;}
    /*.container {padding-left: 0px; padding-right: 0px;}*/
    .job_option {padding-left: 0px; padding-right: 0px;}
    .tp-widget-wrapper {text-align: center;}
    .tp-widget-rating{color: #000000;}
    .tp-widget-logo { width: 80px; }
    .tp-widget-rating, .tp-widget-logo {
        display: inline-block;
        font-size: 14px;
        line-height: 15px;
        margin: 0 4px 3px;
        vertical-align: bottom;
    }
}
.tp-widget-wrapper {text-align: center;}
.tp-widget-rating{color: #000000;}
.tp-widget-logo { width: 80px; }
.tp-widget-rating, .tp-widget-logo {
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    margin: 0 4px 3px;
    vertical-align: bottom;
}


/*

if (iOS5) {*/
.col-10 {
    max-width: 94% !important;
}
/*
}
*/
/*.text-center{
    height: 63px;
}*/
@media(max-width:767px){
  .feturejob {
    float: right;
    position: absolute;text-align: -webkit-right;
  }
  a.btn.btn-ghost-blue.emailjmob {
    /*margin-left: 126px;*/
  }
  .btn-save-blue {
    width: 25px !important;
    overflow: hidden;
    position: absolute;
  }
}
@media(max-width:768px){
    .feturejob {
        float: right;
        position: absolute;text-align: -webkit-right;
    }
    a.btn.btn-ghost-blue.emailjmob {
        /*margin-left: 126px;*/
    }
    .btn-save-blue {
        width: 25px !important;
        overflow: hidden;
        position: absolute;
    }
}


.btn-save-blue-new {
    width: 25px !important;
    overflow: hidden;
    position: absolute;
    margin-top: 26px;
    font-size: 1.375rem;
    display: block;
    text-align: center;
}
@media (max-width: 385px){
    .right-side-block .apply-options .btn-ghost-blue {
        /*line-height: 18px !important;
        min-width: 130px !important;*/
    }
}
