/* Cookie Modal */
.cookie-msg {
	position: fixed;
	top: 1rem;
	right: 1rem;
	background-color: #fff;
	max-width: 220px;
	color: #333;
	padding: 1rem 0.75rem;
	font-size: 80%;
	z-index: 99999;
	border-radius: 3px;
	text-align: center;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.20);
}

.cookie-box {
	font: 500 100% 'roboto', sans-serif;
	position: relative;
    top: 0;
    background-color: #DCDCDC;
    width: 100%;
    height: 50px;
    color: #9C8280;
    font-size: 80%;
    z-index: 99999;
    text-align: center;
    padding: 1em;
   -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.cookie-box a {
	color: #9C8280;
}

.cookie-button {
	width: 120px;
	background-color: #4C9EAD;
	display: inline-block;
	cursor: pointer;
	border: 0;
	color: #fff;
	text-align: center;
	padding: .3em;
	border-radius: 2px;
    -webkit-transition: ease-in-out all 0.2s;
    -moz-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s;
}

.cookie-button a {
	color: #fff;
}

.cookie-button:hover {
	background-color: #46919E;
}

.cookie-msg a:first-of-type {
	color: #4C9EAD;
	text-decoration: underline;
}
.cookie-msg .accept {
	padding: 0.5rem 1rem;
	display: block;
	margin-top: 0.5rem;
	text-align: center;
	text-decoration: none;
	background-color: #4C9EAD;
	border-radius: 3px;
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.cookie-msg .accept:hover {
	background-color: #62C7DA;
}

/* Introduction */
.introduction:before, .about:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #21272D;
	background: rgba(33,39,45,0.85);
}
.introduction {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	background: url('../images/bg-intro.jpg') no-repeat center center;
	background-size: cover;
	background-position: cover;
	background-color: #21272D;
	overflow: hidden;
	background-attachment: fixed;
}
header,
.intro-text,
.arrow-down {
	position: relative;
	color: #fff;
	z-index: 100;
}
header {
	position: absolute;
	width: 100%;
	height: 80px;
	padding: 0 1rem;
	line-height: 80px;
	z-index: 200;
	-webkit-transition: all .3s;
	transition: all .3s;
}
header  h1 {
	display: inline-block;
}
header h1 a {
	display: block;
}
.logo {
	height: auto;
	vertical-align: middle;
	max-width: 180px;
}
.cta {
	position: absolute;
	top: 1.25rem;
	right: 1rem;
}
.contact-modal-btn {
	font-size: 80%;
	padding: 0 .75rem;
	height: 40px;
	line-height: 37px;
	border: 2px solid #fff;
}
.contact-modal-btn:hover {
	background-color: #4D5256;
	background-color: rgba(255,255,255,.2);
}
.intro-text {
	display: table-cell;
	width: 100%;
	margin: 0 auto;
	padding: 4rem;
	vertical-align: middle;
}
.intro-text,
.intro-text h2,
.intro-textp,
.btn-cta {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.intro-text h2 {
	text-align: center;
	font-size: 200%;
}
.intro-text h2 span {
	font-weight: 600;
}
.intro-text p {
	font-size: 140%;
}
.btn-cta {
	max-width: 240px;
	margin-top: 2rem;
	padding: .75rem 0;
	font-weight: 600;
	border: 2px solid #fff;
}
.btn-cta:hover {
	background-color: #4A9EAD;
	border-color: #4A9EAD;
}
.line {
	height: 1px;
	width: 60px;
	margin: 2rem 0;
	background-color: #fff;
}
.arrow-down {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 5%;
	height: 20px;
	width: 40px;

	padding-top: .5625rem;
	text-align: center;
	z-index: 100;
	-webkit-animation: bounce 0.75s infinite;
	animation: bounce 0.75s infinite;
}
.icon-arrow-down {
	font-size: 250%;
}
b {
	font-weight: bold;
}

/* Nav-Home */
.nav-home {
	float: right;
}
.lang-nav {
	display: inline-block;
	position: relative;
	font-size: 80%;
}
.lang-nav-btn {
	padding: .5rem 1rem;
	padding-right: .5rem;
	border: 2px solid #fff;
	border-radius: 3px;
	line-height: normal;
}
.nav-home ul li a {
	display: block;
	padding: .25rem 1rem;
	line-height: normal;
}
.lang-nav-btn:hover,
.contact-btn:hover,
.nav-home ul li a:hover {
	background-color: rgba(255,255,255,.2);
}
.flag {
	display: inline-block;
	margin-right: .5rem;
	background: url('../images/flags.png') no-repeat;
	width: 21px;
	height: 11px;
}
.us {
	background-position: 0 0;
}
.uk {
	background-position: 0 -14px;
}
.mx {
	background-position: 0 -28px;
}
.sp {
	background-position: 0 -42px;
}
.au {
	background-position: 0 -84px;
}
.ita {
	background-position: 0 -98px;
}
.icon-arrow-down {
	font-size: 110%;
	vertical-align: middle;
	padding-left: .25rem;
}
.lang-nav-list {
	display: none;
	border: 2px solid #fff;
	border-radius: 2px;
	position: absolute;
	top: 4rem;
	right: 0;
	left: 0;
}
.contact-btn {
	display: inline-block;
	padding: .5rem 1rem;
	border: 2px solid #fff;
	border-radius: 3px;
	line-height: normal;
	margin-left: .25rem;
	font-size: 80%;
	font-weight: 600;
}

@-webkit-keyframes bounce {
	0% {
		-moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	    -o-transform: translate3d(0, 0, 0);
		-webkit-transform:translate3d(0,0,0);
		-webkit-animation-timing-function:ease-out;
	}
	50% {
		-moz-transform: translate3d(0, -10px, 0);
	    -ms-transform: translate3d(0, -10px, 0);
	    -o-transform: translate3d(0, -10px, 0);
		-webkit-transform:translate3d(0,-10px,0);
		-webkit-animation-timing-function:ease-in;
	}
	100% {
		-moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	    -o-transform: translate3d(0, 0, 0);
		-webkit-transform:translate3d(0,0,0);
	}
}
.sticky {
	background-color: #21272D;
}

/* Services */
.services, .partners {
	padding: 5rem 0;
}
.services h2, .partners h2 {
	padding: 0 1rem 4rem;
	text-align: center;
}
.services h2 span {
	opacity: .7;
}
.services-container {
	display: table;
	width: 100%;
}
.services-container section {
	display: table-cell;
	width: 33.33%;
	vertical-align: top;
}
.services-container section:nth-child(2) {
	border-right: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
}
.services-container .container {
	padding: 3rem;
	text-align: center;
}
.services-container .container h3 {
	margin: .5rem 0 1rem;
	font-size: 150%;
}
.services-container .container p {
	display: block;
	text-align: left;
	opacity: .6;
}

/* Home Search */

.home-search {
	width: 100%;
	max-width: 800px;
	margin: 4rem auto 0;
	font-size: 18px;
}
.home-search fieldset:not(:last-child) {
	padding-right: 2rem;
	float: left;
	width: 40%;
}
.home-search fieldset:last-child {
	float: left;
	width: 20%;
}
.home-search input {
	background-color: transparent;
	border-radius: 0;
	border: 0;
	border-bottom: 2px solid #aaa;
	margin: 0;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.home-search input:focus {
	border-color: #fff;
}
.home-search button {
	width: 100%;
	background: transparent;
	color: #fff;
	font-weight: 600;
    border: 2px solid #fff;
    -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.home-search button:hover {
	background-color: #4a9ead;
	border-color: #4a9ead;
}

/* About */
.about {
	background: url('../images/bg-about.jpg') no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding: 5rem 1rem;
	background-color: #21272D;
	color: #fff;
	text-align: center;
}
.about .container {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 120%;
	line-height: 160%;
	z-index: 100;
}
.about .container p {
	display: block;
	margin-bottom: 2rem;
}
.about .btn-cta {
	margin-top: 2rem;
	margin: 0 auto;
	font-size: 85%;
}

/* Partners */
.partners {
	text-align: center;
}
.partners h2 {
	padding-bottom: 2rem;
}
.partners ul {
	margin: 0 1rem;
}
.partners ul li {
	display: inline-block;
	margin: 1rem 2rem;
	vertical-align: middle;
}
.partners ul li:first-of-type {
	margin-left: 0;
}
.partners ul li:last-of-type {
	margin-right: 0;
}

/* Job Matches Header */
.rjobs-header, .privacy-header, .cookies-header, .unsub-header {
	position: relative;
	background-color: #21272D;
}
.rjobs-header h4 {
	display: inline-block;
	position: absolute;
	top: 1.9rem;
	right: 0;
	color: #A5A5A5;
	color: rgba(255,255,255,.8);
	font-size: 90%;
	font-weight: 400;
}
.rjobs-header h4 span {
	color: #fff;
	font-weight: 600;
}
.main-search,
.input-container,
.keyword-input-container,
.location-input-container,
.find-button-container {
	display: inline-block;
}
.main-search {
	position: absolute;
	top: 0;
	right: 0;
}
.main-search > div {
	position: relative;
}
.keyword-input-container,
.location-input-container {
	width: 200px;
	margin-right: .25rem;
	vertical-align: top;
}
.find-button-container {
	vertical-align: middle;
	width: 100px;
}
.form-inline {
	width: 518px;
}
.form-inline input {
	width: 100%;
	height: auto;
	padding: .75rem 1rem;
	background-color: #41474C;
	background-color: rgba(255,255,255,.1);
	color: #fff;
	border: 0;
	margin: 0;
}
.ie8 .form-inline input {
	vertical-align: middle;
}
.form-inline input:focus {
	background-color: #41474C;
	background-color: rgba(255,255,255,.15);
}
.btn-jobs-primary {
	width: 100%;
	height: auto;
	padding: .6rem;
	background-color: transparent;
	color: #fff;
	font-size: 90%;
	font-weight: 400;
	border: 2px solid #fff;
	-webkit-transition:background-color 0.3s;
	-moz-transition:background-color 0.3s;
	transition:background-color 0.3s;
}
.btn-jobs-primary:hover {
	background-color: #4D5256;
	background-color: rgba(255,255,255,.2);
	border: 2px solid #fff;
}
.mobile-toggle {
	display: none;
	position: absolute;
	top: 2rem;
	right: 0;
	width: 30px;
	font-size: 20px;
	cursor: pointer;
}
.mobile-toggle span {
	width: 20px;
	height: 2px;
	margin-bottom: 6px;
	border-radius: 1000px;
	background: #fff;
	display: block;
}

/* Save Search Tooltip */
.tooltip:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: -.3rem;
	font-size: 0;
	line-height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #4A9EAD;
}
.tooltip {
	position: absolute;
	top: 4.5rem;
	padding: .25rem .5rem;
	border-radius: 2px;
	background-color: #4A9EAD;
	font-size: 80%;
	opacity: 0;
	display: none;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.tooltip.show {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.tooltip ul, .tooltip p {
	line-height: normal;
}
.tooltip ul li {
	display: inline-block;
}
.tooltip ul li:first-of-type {
	margin-right: .25rem;
}
.tooltip a {
	display: block;
	padding: .25rem 1rem;
	border-radius: 2px;
}
.tooltip a:hover {
	background-color: #428C99;
}

/* Keywords */
.keywords {
	background-color: #3A444F;
	color: #fff;
	padding: .5rem 1rem 1rem;
	overflow: hidden;
}
.rjobs-header .container,
.kw-container {
	max-width: 1570px;
	position: relative;
	margin: 0 auto;
}
.kw-list h3 {
	margin-bottom: .5rem;
	/*font-size: 90%;*/
	opacity: .8;
	display: inline-block;
	vertical-align: top;
}
.kw-loader {
	display: inline-block;
	margin-top: -2px;
	margin-left: .9rem;
}
svg rect {
	fill: #fff;
}
.kw-errors {
	display: inline-block;
	margin-left: 1rem;
	margin-top: -1px;
	vertical-align: top;
	opacity: 0;
	-webkit-transform: translate(-1rem, 0);
	-ms-transform: translate(-1rem, 0);
	transform: translate(-1rem, 0);
	-webkit-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
}
.kw-errors.show {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.va-kw .icon-search,
.add-kw .icon-plus {
	font-size: 100%;
	margin-right: .5rem;
}
.add-kw .icon-plus {
	font-size: 80%;
}
.keyword, .kw-btn{
	position: relative;
	display: inline-block;
	min-width: 160px;
	height: 42px;
	margin: .5rem .5rem 0 0;
	padding: 0 2.5rem 0 1rem;
	background-color: #536272;
	font-size: 80%;
	line-height: 42px;
	vertical-align: bottom;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}
.kw-btn {
	padding: 0 1rem;
	text-align: center;
	border-radius: 3px;
	font-size: 70%;
	border-top: 2px solid transparent;
}
.add-kw {
	margin-right: .25rem;
}
.back-btn {
	background-color: #428C99;
	font-weight: 600;
}
.keyword:hover, .kw-btn:hover {
	background-color: #5A6C7D;
}
.back-btn:hover {
	background-color: #4A9EAD;
}
.kw-btn a {
	display: block;
}
.loc {
	font-size: 85%;
	opacity: .6;
	padding-left: .5rem;
}
.keyword-close {
	display: block;
	position: absolute;
	top: .5rem;
	right: .5rem;
	font-size: 80%;
	opacity: .4;
	padding: .5rem;
}
.keyword-close:hover {
	opacity: 1;
}
.keyword.only .keyword-close {
	display: none;
}
.keyword {
	border-top: 2px solid #536272;
	-webkit-transition: all .3s, -webkit-transform .25s ease-in;
	-ms-transition: all .3s, -ms-transform .25s ease-in;
	transition: all .3s, transform .25s ease-in;
}
.keyword.remove {
	opacity: 0;
	-webkit-transform: translate(0, 200%);
	-ms-transform: translate(0, 200%);
	transform: translate(0, 200%);
}
.keyword[data-color=green]:hover {
	border-top: 2px solid #28D877;
}
.keyword[data-color=blue]:hover {
	border-top: 2px solid #2295E1;
}
.keyword[data-color=purple]:hover {
	border-top: 2px solid #9D52BA;
}
.keyword[data-color=orange]:hover {
	border-top: 2px solid #EA7E00;
}
.keyword[data-color=yellow]:hover {
	border-top: 2px solid #F3C600;
}
.keyword:last-of-type {
	margin-right: 0;
}
.keyword.selected[data-color=green], .jobroll[data-color=green] .job {
	border-top: 2px solid #28D877;
}
.keyword.selected[data-color=blue], .jobroll[data-color=blue] .job {
	border-top: 2px solid #2295E1;
}
.keyword.selected[data-color=purple], .jobroll[data-color=purple] .job {
	border-top: 2px solid #9D52BA;
}
.keyword.selected[data-color=orange], .jobroll[data-color=orange] .job {
	border-top: 2px solid #EA7E00;
}
.keyword.selected[data-color=yellow], .jobroll[data-color=yellow] .job {
	border-top: 2px solid #F3C600;
}
.rec-jobs-btn {
	position: relative;
	padding: 0 2rem;
	border-top: 2px solid #FDBD3D;
	border-radius: 0;
	font-size: 80%;
}

.subscribe-btn {
    position: relative;
    padding: 0 2rem;
    border-top: 2px solid #ADADAD;
    border-radius: 0;
    font-size: 80%;
}

.subscribe-btn-rjp {
	float: right;
    margin: 0 10px;
    border-radius: 3px;
    font-size: 80%;
    border-top: 2px solid #ADADAD;

}

.rec-jobs-btn .icon-bookmark {
	position: absolute;
	top: 0;
	right: .5rem;
	color: #FDBD3D;
	font-size: 110%;
}

/* Indeed Jobs */
.job-container {
	display: table;
	width: 100%;
	max-width: 1598px;
	margin: 0 auto;
	padding: 1rem 1rem 1rem 0;
}
.right {
	display: table-cell;
	width: 300px;
	height: 100%;
	vertical-align: top;
	padding-top: .5rem;
}

.job-grid {
	display: table-cell;
	width: 100%;
	margin: 0 auto;
	padding-left: .5rem;
}
.job br {
	display: none;
}
.job {
	position: relative;
	display: inline-block;
	width: 300px;
	margin: .5rem;
	background-color: #FCFCFC;
	border-top: 2px solid #4C9EAD;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	vertical-align: top;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.job:hover .jobtitle {
	color: #8193A5;
}
.jobtitle {
	display: block;
	padding: 1rem;
	padding-right: 2.5rem;
	background-color: #fff;
	font-size: 110%;
	font-weight: 600;
	color: #566B85;
	border-bottom: 1px solid #EBEBEB;
}
.company_location {
	display: block;
	padding: .75rem 1rem;
	font-size: 90%;
}
.company_location.notjobroll {
	padding: .5rem 1rem;
	/*padding-bottom: 1.5rem;*/
}
.company_location, .location {
	color: #8193A5;
}
.location {
	opacity: .7;
}
.clicked,
.clicked .jobtitle,
.clicked .company,
.clicked .location,
.clicked .viewmore {
	color: #cccccc !important;
	border-top-color: #cccccc !important;
}
.viewmore {
	position: relative;
	bottom: 0rem;
	left: 0rem;
}
.viewmore i, .viewmore span {
	display: inline-block;
	font-size: .85rem;
}
.viewmore i {
	margin-right: .25rem;
}
.viewmore span {
	overflow: hidden;
	vertical-align: bottom;
	width: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	white-space: nowrap;
}
.job:hover .viewmore span {
	margin-right: .25rem;
}
.job:hover .viewmore span.new {
	width: 32px;
}
.job:hover .viewmore span.details {
	width: 68px;
}
.job:hover .viewmore span.salary {
	width: 38px;
}
.full-width .job-grid {
	display: block;
	width: auto;
	margin: 0;
	padding-left: 0;
}
/* Featured Job */
.featured-job {
	border: 2px solid #30BCDD;
}
.featured-job:hover .jobtitle {
	color: #30BCDD;
}

/* Recommended Jobs Page */
.rj-wrapper {
	height: auto;
	background-color: #fff;
}
.recjobs-header {
	height: 90px;
	line-height: 90px;
}
.recjobs-header h1 {
	line-height: 85px;
}
.recjobs-header a {
	position: relative;
}
.recjobs-header a span {
	position: absolute;
	top: 22px;
	left: 56px;
	font-size: 90%;
	color: #FDBD3D;
}
.recjobs .job {
	border-top-color: #FDBD3D;
}
/*.recjobs {
	padding: 1rem 0;
	padding-left: .7%;
}
.recjobs .job-grid {
	padding-left: 0;
}
.recjobs .job {
	width: 18.8%;
	border-top-color: #FDBD3D;
}*/
.recjobs .jobtitle:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: .5rem;
	height: 26px;
	width: 16px;
	background: url('../images/ribbon.png');
}
.recjobs .jobtitle {
	position: relative;
}
/*.recjobs .jobtitle {
	position: relative;
	padding: 1rem;
}
.recjobs .jobtitle:hover {
	padding-left: 2rem;
	background-color: #FDBD3D;
	background-color: rgba(255,190,41,.1);
	color: #FDBD3D;
}*/
.recjobs .right {
	padding-top: 0;
}
.recjobs-nav {
	padding: 1rem;
}
.recjobs-nav h3 {
	margin-bottom: 0;
	vertical-align: middle;
}
.nav-title h3 {
	float: left;
	line-height: 42px;
}
.back-btn {
	float: right;
	margin: 0;
}
.hp {
	display: none;
}
/* Job grid mobile layout */
@media only screen and (max-width : 1611px) {
	.job-container {
		max-width: 1284px;
	}
	/*.recjobs {
		max-width: none;
	}*/
	.full-width {
		padding-left: 1rem;
		padding-right: 0;
	}
}
/*@media only screen and (max-width : 1345px) {
	.recjobs .job {
		width: 23.5%;
	}
}*/
@media only screen and (max-width : 1297px) {
	.job {
		width: 31.5%;
	}
}
@media only screen and (max-width : 1198px) {
	.job-container {
		max-width: 966px;
	}
	.job {
		width: 300px;
	}
	/*.recjobs {
		max-width: none;
	}*/
}
/*@media only screen and (max-width : 1075px) {
	.recjobs {
		padding-left: 1.5%;
	}
	.recjobs .job {
		width: 23%;
	}
}*/
@media only screen and (max-width : 979px) {
	.job-container {
		padding-left: 2%;
	}
	.full-width {
		padding-right: 2%;
	}
	/*.recjobs {
		padding-left: 1.5%;
	}
	.recjobs .job {
		width: 31%;
	}*/
	.right {
		display: none;
	}
	.job-grid {
		padding-left: 0;
	}
	.job {
		width: 48%;
	}
}
@media only screen and (max-width : 831px) {
	.job, .recjobs .job {
		width: 47.5%;
	}
	/*.recjobs {
		padding-left: 1%;
	}*/
}
@media only screen and (max-width : 668px) {
	.job-container, .job-grid {
		display: block;
	}
	.job-container {
		padding: 1rem;
	}
	.medianet-ad1 {
		display: none;
	}
	.job, .recjobs .job {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

/* Ads */
.ad-block {
	padding: .5rem 1rem 0;
	background-color: #fff;
	border-top: 1px solid #EBEBEB !important;
	z-index: 9999;
	min-height: 100px;
}
.ad-block, .ad-right {
	position: relative;
}
.ad-block .sponsored,
.ad-right .sponsored {
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	font-size: 60%;
	padding: 0 .5rem;
	background-color: #F0F0F0;
	color: #A7A7A7;
}
.ad-block .row {
	margin-top: .625rem;
}
.ad-block .row.csa {
	margin-top: .5rem;
}
.ad-right,
.medianet-ad1 {
	width: 302px;
	margin-bottom: 1rem;
	padding: 1rem;
	padding-bottom: 0;
	background-color: #fff;
	border: 1px solid #EBEBEB;
}
.medianet-ad1 {
	margin: 1rem 0 0;
}
.medianet-ad1,
.medianet-ad {
	padding: 0;
	background-color: transparent;
	border: none;
}
@media only screen and (max-width : 650px) {
	.medianet-ad1 {
		display: none;
	}
}

/* Privacy/Cookies Page */
.privacy-header, .cookies-header {
	position: relative;
	height: 80px;
	padding: 0;
}
.max-width-header {
	text-align: left;
	padding: 0 1rem;
}
.max-width-header h1 {
	display: inline-block;
	color: #fff;
	line-height: 79px;
}
.max-width-header h1 {
	float: left;
}
.max-width-header h2 {
	float: right;
	font-size: 120%;
	line-height: 80px;
}
.privacy-container, .cookies-container {
	display:table;
	padding: 80px 0 0;
	height:100%;
}
.privacy-container .primary, .cookies-container .primary {
	background-color: #fff;
}
.privacy-container article, .cookies-container article {
	padding: 2.5rem 1rem;
}
.privacy-container article h2:not(:first-child),
.cookies-container article h2:not(:first-child) {
	margin-top: 2rem;
}
.privacy-container h1, .privacy-container h2,
.cookies-container h1, .cookies-container h2  {
	font-weight:300;
	margin:0 0 1rem;
}
.privacy-container .header-container h1, .privacy-container  h1,
.cookies-container .header-container h1, .cookies-container  h1 {
	font-size:140%;
}
.privacy-container  h2,
.cookies-container  h2 {
	font-size:120%;
}
.privacy-container p,
.cookies-container p {
	font-size: 90%;
	margin:0 0 1rem;
}
.privacy-container a,
.cookies-container a {
	color: #4C9EAD;
}
.privacy-container a :hover,
.cookies-container a :hover  {
	color: #62C7DA;
}

/* Unsubscribe */
.unsub-form {
	margin-bottom: 2rem;
}
.unsub-header {
	padding: 0;
}
.unsub-container {
	position: relative;
	padding: 0 1rem;
}
.unsub-form-content header {
	line-height: normal;
}
.unsub-form header {
	position: relative;
	height: auto;
	padding: 2rem 0 1.5rem;
	background-color: #fff;
}
.unsubscribe-form {
	padding: 0 0 2rem;
}
.unsubscribe-form input,
.unsubscribe-form select {
	margin: 0;
}
.unsubscribe-form select {
	background-color: #fff;
}
.unsubscribe-error {
	display: none;
	width: 100%;
	background-color: #e74c3c;
	padding: 0.5rem;
	margin-bottom: 0.5rem;
	border-radius: 2px;
	color: #fff;
	font-size: 75%;
}
.unsubscribe-error span {
	padding: 2px 4px;
}
.unsub-address {
	font-size: 85%;
	color: #A8A8A8;
}
.unsub-address p:first-of-type {
	display: block;
	margin-bottom: .5rem;
}
.unsub-address p a {
	color: #4C9EAD;
}

/* Footer */
.home-footer, .jobs-footer {
	background-color: #21272D;
	color: #fff;
	text-align: center;
}
.home-footer ul li, .jobs-footer ul li {
	display: inline-block;
	vertical-align: middle;
}
.copyright {
	background-color: #21272D;
	padding: 4rem 1rem 2rem;
}
.copyright li {
	margin-right: 1rem;
}
.copyright li:nth-child(3) {
	opacity: .4;
}
.copyright li:last-of-type {
	margin-right: 0;
}
.copyright > li img {
	width: 50px;
}
.home-footer p {
	display: block;
	margin-bottom: 0;
}
.footer-links {
	background-color: #21272D;
	display: block;
	padding: 2rem 0;
	border-top: 1px solid #2B333A;
}
.footer-links li {
	margin-right: 1.5rem;
	font-size: 80%;
}
.footer-links li:first-of-type {
	font-size: 120%;
}
.footer-links li:last-of-type {
	margin-right: 0;
}
.footer-links li:first-of-type a {
	display: inline-block;
	vertical-align: middle;
}
.footer-links li a {
	opacity: .4;
}
.footer-links li a:hover {
	opacity: 1;
}
.footer-links .icon-arrow-down {
	font-weight: 600;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#indeed_link, #simplyhired_link {
	text-align: center;
	font-size: 80%;
}
#indeed_link a, #simplyhired_link a {
	color: #fff;
	color: rgba(255,255,255,.4);
}

#simplyhired_link img {
	width: auto;
	height: 15px;
}

/* Mobile CSA */

.mobile-csa {
	display: none;
	max-width: 1598px;
	margin: 0 auto;

	padding: 1rem 1rem 0;
}
.mobile-csa .inner {
	padding: 1rem;
	position: relative;
	background-color: #fff;
	border-top: 2px solid #FDBD3D;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
}
.mobile-csa .sponsored {
	position: absolute;
	color: #aaa;
	font-size: 60%;
	top: 5px;
	right: 10px;
}
@media only screen and (max-width:800px) {
	.mobile-csa {
		display: block;
	}
}

/* Contact / Subscribe Modal / Save Keyword Tooltip */
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: scroll;
	background-color: #21272D;
	background: rgba(33, 39, 45, 0.8);
	z-index: 10000;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-overflow-scrolling: touch;
}
.modal>div {
	max-width: 500px;
	margin: 80px auto 0;
	background-color: #eee;
	border-radius: 6px;
	color: #333;
}
.modal.exit-modal>div {
	max-width: 600px;
}
.modal-content {
	z-index: 999;
	-webkit-overflow-scrolling: touch;
}
.modal input,
.unsubscribe-form input,
.unsubscribe-form select {
	background-color: #fff;
	display: block;
	margin: 0;
	padding: 1rem;
	width: 100%;
	height: 50px;
	border-radius: 2px;
}
.modal textarea, .unsubscribe-form textarea {
	overflow: auto;
	vertical-align: top;
	width: 100%;
	min-height: 120px;
	border-radius: 2px;
	margin-bottom: 0.5rem;
	padding: 1rem;
	font-size: 80%;
}
.modal-content header {
	height: auto;
	padding: 2rem 2.5rem 1.5rem;
	background-color: #fff;
	position: relative;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-align: left;
	line-height: normal;
}
.modal h1, .unsub-form h1 {
	margin-bottom: 1rem;
	color: #394451;
	font-size: 190%;
	line-height: 125%;
}
.modal h2, .unsub-form h2 {
	margin: 0;
	font-size: 100%;
	color: #999;
}
.modal.exit-modal h2 {
	font-size: 1.1em;
}
.modal-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	cursor: pointer;
}
.modal-close .icon-close {
	color: #394451;
}
.modal form {
	max-width: 500px;
	margin: 0 auto;
	padding: 1.5rem 2rem;
}
.modal.exit-modal form {
	max-width: 600px;
}
.savekw-btn {
	padding-top: 0;
	background-color: #fff;
}
.subscribe-modal form h2{
	margin: 1.5rem 0 1rem;
	font-size: 85%;
}
.add-kw-modal form h2,
.no-kw-modal form h2 {
	margin-top: 0;
}
.modal-error {
	display: none;
	width: 100%;
	clear: both;
	background-color: #e74c3c;
	padding: 0.5rem;
	margin-bottom: 0.5rem;
	border-radius: 2px;
	color: #fff;
	font-size: 75%;
}
.modal-error span {
	padding: 2px 4px;
}
.modal button, .unsub-form button {
	width: 100%;
	height: 52px;
	background-color: #4C9EAD;
	border: none;
	color: #fff;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}
.modal button:hover, .unsub-form button:hover {
	background-color: #62C7DA;
}
.modal-success {
	display: none;
	color: #4C9EAD;
	margin-top: 1rem;
	font-weight: bold;
	font-size: 90%;
}
.noscroll {
	overflow: hidden;
}
.modal.active {
	display: block !important;
}
.contact-address {
	padding: 0 2rem 2rem;
	font-size: 80%;
	line-height: 150%;
	color: #999;
}
.contact-address a {
	color: #4C9EAD;
}

/* Exit Modal Jobs */
.em-job-list {
	font-size: 0;
}
.em-job {
	position: relative;
	display: inline-block;
	width: 48%;
	vertical-align: top;
	margin-bottom: 2%;
	background-color: #FCFCFC;
	border: 1px solid #EBEBEB;
	border-top: 2px solid #4C9EAD;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-size: 1rem;
}
.em-job br {
	display: none;
}
.em-job:nth-child(2n) {
	margin-left: 4%;
}
.em-job:hover .em-jobtitle {
	color: #8193A5;
}
.em-jobtitle {
	overflow: hidden;
	display: block;
	padding: 1rem;
	padding-right: 2.5rem;
	background-color: #fff;
	font-size: 110%;
	color: #566B85;
	border-bottom: 1px solid #EBEBEB;
	text-overflow: ellipsis;
}
.em-company_location {
	display: block;
	padding: .75rem 1rem;
	font-size: 90%;
}
.em-company_location.notjobroll {
	padding: .5rem 1rem;
	padding-bottom: 1.5rem;
}
.em-company_location, .em-location {
	color: #8193A5;
}
.em-location {
	opacity: .7;
}
.clicked, 
.clicked .em-jobtitle,
.clicked .em-company,
.clicked .em-location {
	color: #cccccc !important;
	border-top-color: #cccccc !important;
}
.jobs-by {
	text-align: center;
	margin-bottom: -1rem;
}
/* Twitter Typeahead */
.twitter-typeahead {
	width: 100%;
	line-height: 1;
	vertical-align: middle;
}
.tt-dropdown-menu {
	font-size: 85%;
	background-color: #fff;
	line-height: 40px;
	color: #555;
	width: 100%;
	text-align: left;
	margin-top: .5rem;
	border-radius: 2px;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 8px -2px rgba(0,0,0,.2);
	box-shadow: 0 1px 8px -2px rgba(0,0,0,.2);
}
span.tt-suggestions {
	padding: 0 !important;
	margin: 0 !important;
}
.tt-suggestion {
	margin: 0 !important;
	padding: 0rem 1rem;
}
.tt-cursor {
    background-color: #4A9EAD;
    color: #fff;
}
.tt-suggestion p {
	margin: 0;
}
.no-q-jobs-bg {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
@media only screen and (min-width: 901px) {
	.keywords {
		display: block !important;
	}
}

@media only screen and (max-width: 900px) {
	/* Introduction */
	.intro-text {
		padding-left: 2rem;
	}
	.intro-text h2 {
		font-size: 150%;
	}
	.intro-text p {
		font-size: 120%;
	}
	.arrow-down {
		display: none;
	}

	/* Services */
	.services, .partners {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.services h2 {
		padding-bottom: 2rem;
	}
	.services-container section {
		display: block;
		width: 100%;
	}
	.services-container section:nth-child(2) {
		border: none;
		border-top: 1px solid #EBEBEB;
		border-bottom: 1px solid #EBEBEB;
	}
	.services-container .container {
		padding: 3rem 2rem;
	}

	/* Partners */
	.partners ul li {
		margin: 1rem .5rem;
	}
	.partners ul li img {
		width: 70%;
	}

	/* Job Matches Header */
	.rjobs-header {
		height: auto;
		padding-bottom: 1rem;
	}
	.rjobs-header h4 {
		display: block;
		position: static;
		font-size: 80%;
	}
	.main-search {
		display: block;
		position: static;
	}
	.form-inline {
		line-height: normal;
	}
	.btn-jobs-primary {
		margin-top: 0;
	}
	.input-container {
		display: table;
		width: 100%;
	}
	.keyword-input-container,
	.location-input-container {
		display: table-cell;
		width: 50%;
	}
	.keyword-input-container {
		padding-right: .25rem;
	}
	.location-input-container {
		padding-left: .25rem;
	}
	.find-button-container {
		display: block;
		width: 100%;
	}
	.form-inline {
		width: 100%;
	}
	.form-inline input {
		margin-bottom: .5rem;
	}
	.mobile-toggle {
		display: block;
	}

	.max-width-header h1 {
		float: none;
	}

	/* Recommended Jobs Page */
	.nav-title h3, .back-btn {
		float: none;
	}
	.nav-title h3 {
		line-height: normal;
	}
	.back-btn-container {
		padding: 0 1rem 1rem;
	}

	/* Save Keyword Tooltip */
	.tooltip {
		top: 3rem;
	}

	/* Keywords */
	.keywords {
		padding: 0;
	}
	.keywords li {
		margin-right: 0;
	}
	.kw-list {
		padding: 1rem;
	}
	.kw-list {
		display: block;
		margin-right: 0;
		border-right: 0;
	}
	.keyword {
		display: table;
		width: 100%;
	}
	.kw-btn {
		font-size: 70%;
		width: 100%;
	}
	
	.subscribe-btn-rjp {
    float: right;
    margin: 10px auto 15px;
    border-radius: 3px;
    font-size: 80%;
    border-top: 2px solid #ADADAD;
    width: 100%;
	}

	
	.add-kw {
		margin: 0;
	}

	/* Contact / Subscribe Modal / Save Keyword Tooltip */
	.modal>div, .modal.exit-modal>div {
		max-width: 100%;
		margin: 0 auto;
		border-radius: 0;
		height: 100%;
	}
	.contact-modal-content header,
	.subscribe-modal-content header {
		border-radius: 0;
	}
	.modal h1, .unsub-form h1 {
		font-size: 140%;
	}
	.modal h2, .unsub-form h2 {
		font-size: 90%;
	}
	.modal form, .modal.exit-modal form {
		max-width: 100%;
		background-color: #eee;
	}
}

@media only screen and (max-width:800px) {
	/* Privacy/Cookies Page */
	.privacy-header, .cookies-header {
		position: relative;
	}
	.max-width-header h2 {
		float: none;
	}
	.header-container .logo {
		display: none;
	}
	.privacy-container, .cookies-container {
		padding-top:0;
	}
	.privacy-container, .cookies-container {
		padding-left:0;
		padding-right:0;
	}
	.privacy-container article h2, .cookies-container article h2 {
		font-size:120%;
	}
	.home-search {
		margin-top: 2rem;
	}
	.home-search fieldset:last-child {
		margin-top: 1rem;
		
	}
	.home-search fieldset:not(:last-child) {
		padding-right: 0;
		float: none;
		width: 100%;
		margin-bottom: 1rem
	}
	.home-search button span {
		display: none;
	}
	/* Recommended Jobs Page */
	.recjobs-header h2 {
		float: right;
	}

}

@media only screen and (max-width: 768px) {
	.kw-errors {
		margin-left: 0;
		margin-bottom: .5rem;
		-webkit-transform: translate(0, -25%);
		-ms-transform: translate(0, -25%);
		transform: translate(0, -25%);
	}
}

@media only screen and (max-width: 480px) {
	h2 {
		font-size: 160%;
	}

	.introduction, .about {
		background-attachment: initial;
	}

	/* Introduction */
	.logo {
		width: 140px;
	}
	.intro-text {
		padding-left: 1rem;
		padding-right: 1rem;
		padding-bottom: 4rem;
	}
	.intro-text p {
		font-size: 100%;
	}
	.line {
		margin: 1.5rem 0;
	}
	.btn-cta {
		max-width: 100%;
		margin-top: 1.5rem;
	}
	.contact-btn {
		display: none;
	}

	/* Services */
	.services h2 {
		padding-bottom: 0;
	}
	.services-container .container h3 {
		font-size: 130%;
	}
	.services-container .container p {
		font-size: 90%;
	}

	/* About */
	.about .container p {
		font-size: 85%;
		line-height: 160%;
	}

	/* Partners */
	.partners ul li:last-of-type {
		margin-left: 0;
	}

	/* Job Matches Header */
	.rjobs-header h4 {
		font-size: 70%;
	}

	/* Recommended Jobs Page */
	.recjobs-header a span {
		font-size: 80%;
		line-height: normal;
		width: 200px !important;
		top: 50px;
		left: 39px;
	}
	.recjobs-header h2 {
		display: none;
	}
	.ad-block {
		min-height: 132px;
	}
	.ad-mobile {
		min-height: 241px;
	}

	/* Save Keyword Tooltip */
	.tooltip {
		width: 100%;
		padding: .5rem;
	}
	/* job viewmore icons */
	.viewmore span {
		width: auto;
	}

	/* Exit Modal */
	.em-job {
		width:100%;
		margin-bottom: .5rem;
	}
	.em-job:nth-child(2n) {
		margin-left:0;
	}

	/* Footer */
	.copyright li:nth-child(2) {
		margin-bottom: 1rem;
	}
}
@media only screen and (max-width: 320px) {
	.tooltip ul li:first-of-type {
		display: block;
		margin-bottom: .5rem;
	}
}

/* Icon Fonts */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?8jskxa');
	src:url('../fonts/icomoon.eot?#iefix8jskxa') format('embedded-opentype'),
		url('../fonts/icomoon.woff?8jskxa') format('woff'),
		url('../fonts/icomoon.ttf?8jskxa') format('truetype'),
		url('../fonts/icomoon.svg?8jskxa#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-dollar:before {
	content: "\e606";
}
.icon-file:before {
	content: "\e607";
}
.icon-search:before {
	content: "\e601";
}
.icon-bookmark:before {
	content: "\e608";
}
.icon-close:before {
	content: "\e605";
}
.icon-plus:before {
	content: "\e602";
}
.icon-star:before {
	content: "\e604";
}
.icon-new:before {
	content: "\e60a";
}
.icon-arrow-up:before {
	content: "\e603";
}
.icon-arrow-down:before {
	content: "\e600";
}
.icon-arrow-down2:before {
	content: "\e60b";
}
