/* DEVICE WIDTHS

XS                        (max-width: 575.98px)
SM (min-width: 576px) and (max-width: 767.98px)
MD (min-width: 768px) and (max-width: 991.98px)
LG (min-width: 992px) and (max-width: 1199.98px)
XL (min-width: 1200px)

*/

/* COLOR PALETTE

Liquid Horizon
http://www.color-hex.com/color-palette/11491

#bbdefb	(187,222,251)
#2196f3	(33,150,243)
#1976d2	(25,118,210)
#ffa726	(255,167,38)
#fb8c00	(251,140,0)

*/

/* DEFAULT CUSTOM STYLES - MOBILE (XS) FIRST */

body {
	font-size: 1.0rem;
	line-height: 1.5;
	background-color: #FFF;
	color: #222; 
}

a {
	color: #0863BB;
	color: #044BC4;
	border: 0;
}

a:hover {
	color: #1565c0;
}

.caps {
	text-transform: uppercase !important;
}

.bold {
	font-weight: bold;
}

.job-cards .job-item .title {
	color: #0863BB !important;
	color: #044BC4 !important;
}

.job-cards .job-item .title:hover {
	color: #0863BB !important;
	color: #044BC4 !important;
}

.btn {
	min-width: 80px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA8CAQAAAAN+BhxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEpJREFUCJmVjjEKgDAUxV5zGO9/J3exalsL9T8X3RVCyBg8If3B9ISMzOk3RMTjJq6gihHsZphsiijBIXKwiWaqmU02q4nE4u8PN51uLoZ/jrKZAAAAAElFTkSuQmCC');
	background-position: center center;
	background-repeat: repeat-x;
}

.btn:hover {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 4px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.3);
}

.btn-primary {
	background-color: #1976d2;
}

.btn-primary:hover, .btn-primary:focus {
	background-color: #1565c0;
}

.btn-secondary {
	background-color: #888;
	border-color: #777;
}

.btn-secondary:hover, .btn-secondary:focus {
	background-color: #777;
	border-color: #666;
}

.btn-light {
	background-color: #fff;
	border-color: #dfdfdf;
    text-shadow: 1px 1px 2px #FFF;
}

.btn-light:hover, .btn-light:focus {
    background-color: #f3f3f3;
	border-color: #d3d3d3;
}

nav.navbar {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAYAAAAp8ov1AAAAeUlEQVQoke2QwRHCMBADV7p8SS+8KIE66SYtpApKSB6YmBjfDHwz+Wikk+7kMZf7Y3FE8ALbfMjB4CHAYYocb1cMwggMvGVlamZgpO+wems1knaApf35bHaocDE2xp6lxuaqOZW5bU7JWtr7X/mPkfqMaX72P+eELqwnTwcZ2ues/QAAAABJRU5ErkJggg==');
	background-repeat: repeat-x;
	background-position: center;
	background-size: 1px 50px;
	height: 50px;
}

.navbar-nav {
	font-size: 1.2rem;
	line-height: 2.0rem;
	font-weight: 500;
	margin: 15px;
}

.navbar-brand {
	margin: 0;
	padding: 0;
	background-image: url(https://cj.shm1.com/images/screen-logo.png);
	width: 200px;
	height: 50px;
	background-size: 200px 50px;
}

a.navbar-brand {
	margin-left: 14px !important;
}

.navbar-toggler {
	padding: 1px 3px !important;
	margin-right: 15px !important;
	background-color: #fff !important;
}

.nav-tabs, .nav-tabs .nav-link {
	border-width: 0 !important;
}

.nav-tabs .nav-link:hover {
	text-decoration: underline;
}

.nav-tabs .active {
	text-decoration: none !important;
	color: #222 !important;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

nav.employer {
	background: #eee;
	margin-top: 6px;
}

nav.employer div {
	line-height: 1 !important;
}

/* SEARCH FORM */

#search-form {
	padding-top: 16px;
	background: #eee;
}

#search-submit {
	width: 100%;
}

/* OTHER FORMS */

label {
	margin-bottom: 0.1rem;
}

.form-control, .alert {
	color: #222 !important;
}

.form-control:focus {
	color: #000 !important;
}

#whyupgrade {
	cursor: default;
}

#salary, #wage {
	display: none;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}

input[type=number] {
    -moz-appearance:textfield;
}

/* JOB LIST ITEMS */

.job-item a {margin: 0px -15px; padding: 0;}

.job-item a {
	display: block;
	padding: 9px 15px;
}

.job-item span {
	color: #222;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
}

.job-item a:hover, .job-item a:active {
	text-decoration: none;
	color: #222;
	background: #f9f9f9;
}

.job-item .age {
	display: none;
}

.job-item a {
	border-style: solid;
	border-color: #f3f3f3;
	border-top-width: 1px;
}

.job-item:first-child a {
	border-top-width: 0;
}

.job-item:last-child a {
	border-bottom-width: 1px;
}

.job-item.premium a {
	border-left: 7px solid #2196f3;
	padding-left: 8px;
}

.job-item.premium .title {
	font-weight: bold !important;
}

.job-item.premium .title:before {
	content: '\2605\00A0';
}

.job-cards .job-item a {
	line-height: 1.3;
}

.job-cards .job-item .title {
	font-weight: 600;
	padding-bottom: 2px;
}

.job-cards .job-item .company, .job-cards .job-item .location, .job-cards .job-item .age {
	font-size: 0.875rem;
}

.job-cards .job-item .company, .job-cards .job-item .location {
	color: #393939;
}

.job-cards .job-item .posted {
	display: none;
}

.job-cards .job-item .location {
	width: 70%;
}

.job-cards .job-item .age {
	display: inline-block;
	width: 30%;
	text-align: right;
	color: #555;
}

.employer-item {
	border-style: solid; 
	border-color: #f3f3f3; 
	border-width: 1px 0 0 0; 
	padding: 3px 0;
	font-size: 0.875rem;
}

.employer-item-icons {
	padding-right: 10px;
	white-space: nowrap;
}

h1, h2, h3 {
	font-weight: 600;
	display: block;
	width: 100%;
	margin: 2rem 0 1rem 0;
}

h1 {
	font-size: 2rem;
	font-weight: 700;
	color: #262626;
	margin-bottom: 1.25rem;
	letter-spacing: -0.5px;
}

h1.jobtitle {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: -0.25px;
}

h1.logo, h2.logo {
	margin: 0;
	width: 220px;
}

h2 {
	font-size: 1rem;
	margin: 0;
}

h3 {
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: -0.25px;
}

#mailto-link, #mailto-link-bottom {
	font-weight: 600;
}

.category-list, .state-list div {
	margin: 2px 0;
	font-weight: 600;
}

.state-list {
	margin-left: 0;
	margin-right: 0;
}

.state-list div {
	display: inline-block;
	width: 25%;
}

.job-list-header {
	display: none;
}

#job-seeker-warning {
	font-size: 0.875rem;
	background-color: #f3f3f3;
	margin: 1.5rem -15px 0 -15px;
	padding: 15px;
}

#st-1 .st-btn {
	background-color: #337dfb !important;
}

#st-1 .st-btn[data-network='sharethis'] {
	/* background-color: #2196f3 !important; */
}

footer {
	font-size: 0.875rem;
	background-color: #eee;
	padding-bottom: 48px;
}

a.seal {
	display: inline-block;
	background-image: url(https://cj.shm1.com/images/seals.png);
	background-position-x: center;
	background-position-y: center;	
	background-repeat: no-repeat;
	height: 72px;
	cursor:pointer;
	cursor:hand;
}

a.seal1 {width:160px; background-position-x: left;}
a.seal2 {width:90px; background-position-x: center;}
a.seal3 {width:131px; background-position-x: right;}

.soc {
	min-width: 48px !important;
	margin-top: 5px;
	padding: 8px 0 4px 0;
	width: 48px;
	height: 48px;
}

.soc span {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(https://cj.shm1.com/images/icon-footer.png);
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	filter: invert(1) drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}

span.soc1 {background-position-y: top;}
span.soc2 {background-position-y: center;}
span.soc3 {background-position-y: bottom;}

img.icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-top: -3px;
	margin-right: 10px;
	filter: invert(0.75);
}

a img.icon {
	filter: invert(.6);
}

img.icon.quote {
	height: 48px;
	width: auto;
	padding: 0;
	margin-right: 10px;
	float: left;
}

img.icon.testimonial {
	height: 50px;
	width: auto;
	padding: 0;
	margin: 0;
	padding-top: 6px;
	float: right;
	filter: none;
}

div.testimonial {
	margin-top: 16px;
	font-size: 14px;
    line-height: 18px;
    color: #757575;
    letter-spacing: .5px;
}


#cta-banner {
	background-image: url(https://cj.shm1.com/images/interview.png);
	margin-left: -15px;
	padding: 0;
	background-size: 760px;
	background-repeat: no-repeat;
	background-position-y: center;
	z-index: 0;
}

#cta-text {
	text-align: center;
}

#cta-text h1, #cta-text h2, #cta-text h3 {
	margin: 0;
	font-weight: 700;
	text-shadow: 0 1px 2px #FFF;
	color: #222;
}

#cta-text span {
	display: block;
	margin: 0.25rem 0;
	font-size: 1.1rem;
	font-weight: 600;
}

#cta-text img.icon {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-top: -5px;
	margin-right: 10px;
	filter: invert(.4) sepia(1) saturate(5) hue-rotate(180deg) drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.9));
}

.squared {
	padding-left: 0;
}

.squared li {
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAAA1BMVEWqqqoRfvv5AAAAFElEQVR4Xi3AIQEAAACAIP+vtkAMAAgAAYAbWg4AAAAASUVORK5CYII=') left center no-repeat;
	list-style: none;
	list-style-image: none;
	padding-left: 15px;
	white-space: nowrap;
	overflow: visible;
	/* border-bottom: 1px #ddd dotted; */
}

sup{font-size:50%;font-weight:600;top:-0.7em;letter-spacing:0}

.dotted {
	border: 2px dotted #ccc;
	border-width: 2px 0;
	padding: 7px 0;
}

.pricing {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	padding: 0 25px;
}

.pricing .d-flex {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -0.5px;
	line-height: 1;
	text-transform: uppercase;
}

.slashed{
	background-image: url('https://cj.shm1.com/images/slash.png');
	opacity: 0.5;
	width: 2.25rem;
	height: 3.25rem;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 2px;
}

.gray-text {
	color: #AAA;
}


/* CHANGE STYLES BASED ON DEVICE WIDTH */


/* (XS) EXTRA SMALL DEVICES (PHONES) */
@media (max-width: 575.98px) {
	h3 {
		margin: 1.5rem 0 1.5rem 0;
	}
	.seperator::before {
		content: "\2013\00A0\00A0";
	}
	.seperator::after {
		content: "\00A0\00A0\2013";
	}
	.hidden-xs, .hidden-sm {
		display: none !important;
	}
	.uppercase-xs {
		text-transform: uppercase;
	}
	.text-center-xs {
		text-align: center !important;
	}
	.category-list a {
		display: inline-block;
		padding: 2px 0;
		min-width: 33%;
	}
	.pagination-sm {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.pagination-sm .page-link {
	    padding: .5rem 1rem;
	    font-size: 1rem;
	    line-height: 1.5;
	}
	footer {
		padding-bottom: 16px;
	}
	#cta-text {
		margin-top: 16px;
	}
	.employer-list {
		/* width: 54%;
		margin: 0 23%; */
	}
	#job-search-engines img {
		margin: 6px 25%;
		width: 50% !important;
	}
	.slashed{
		top:-1px;
		width: 2.5rem;
	}
	.dotted {
		padding: 6px 0 5px 0;
	}
	#whyupgrade {
		display: block;
	}
	.col-xs-6-print-only {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.state-list div {
		display: inline-block;
		width: 33.33%;
	}
}

/* (SM) SMALL DEVICES (LANDSCAPE PHONES) */
@media (min-width: 576px) and (max-width: 767.98px) {
	h3 {
		margin: 1.5rem 0 1.5rem 0;
	}
	a.navbar-brand {
		margin-left: 9px !important;
	}
	.hidden-sm {
		display: none !important;
	}
	.col-sm-6-print-only {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* (SM) SMALL DEVICES (LANDSCAPE PHONES) AND SMALLER */
@media (max-width: 767.98px) {
	h1 {
		font-size: 1.8rem;
		font-weight: 600;
		color: #262626;
		margin-bottom: 1.25rem;
		letter-spacing: -0.25px;
	}
	.job-item a {
		border-color: #e9e9e9;
	}
}


/* (SM) SMALL DEVICES (LANDSCAPE PHONES) AND LARGER */
@media (min-width: 576px) {
	nav.navbar {
		background-size: 2px 100px;
		height: 100px;
	}
	a.navbar-brand {
		width: 400px;
		height: 100px;
		background-size: 400px 100px;
	}
	#job-seeker-warning {
		border-radius: 0.25rem;
		margin: 2rem 0 0 0;
	}
	#cta-text {
		border: 5px solid #ffa726;
		border-radius: 23px;
		box-shadow: 0px 3px 14px rgba(0,0,0,0.3);
		padding: 32px 10px;
		background: #f6f6f6;
		background: linear-gradient(180deg, rgba(250,250,250,1) 0%, rgba(235,235,235,1) 100%);
	}
	.condense-xs {
		display: inline;
	}
	.condense-xs:before {
		content: ' ';
		display: block;
	}
}


/* (MD) MEDIUM DEVICES (TABLETS) */
@media (min-width: 768px) and (max-width: 991.98px) {
	#search-submit span {
		display: none;
	}
	#cta-banner {
		background-size: 640px;
		background-repeat: no-repeat;
		background-position-y: center;
		background-position-x: -56px;
	}
	#history {
		margin-top: 1.5rem;
	}
	.hidden-md {
		display: none !important;
	}
	.uppercase-md {
		text-transform: uppercase;
	}
}


/* (MD) MEDIUM DEVICES (TABLETS) AND SMALLER */
@media (max-width: 767.98px) {
	.job-item a {
		padding: 15px 15px;
	}
	.job-cards .job-item:first-child a {
		border-top-width: 1px;
	}
	.job-cards .job-item .title {
		color: #222 !important;
	}
	.job-cards .job-item .title:hover {
		color: #222 !important;
	}
}


/* (MD) MEDIUM DEVICES (TABLETS) AND LARGER */
@media (min-width: 768px) {
	h1.logo, h2.logo {
		width: 440px;
		margin: 0;
	}
	/* EMPLOYER DROPDOWN MENU */
	#dropdown {
		display: block;
		float: right;
		width: auto;
		min-height: auto;
		text-align: center;
		cursor: pointer;
	}
	.dropdown-menu {min-width: 100%;}
	#dropdown-button {
		display: block;
		text-align: center;
		width: 210px;
		height: 100px;
		padding-top: 24px;
		color: #fff;
		letter-spacing: 1px;
		text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
		background: #ffa726; /* 600 */
		background: #fb8c00; /* Liquid Horizon */
		background-image: linear-gradient(to bottom, #fb8c00, #ffa726);
		border-left: 6px solid #f5f5f5;
		border-right: 6px solid #f5f5f5;
	}
	#dropdown-button .h3 {
		letter-spacing: 2px;
	}
	#dropdown-button:hover {
		text-decoration: none;
		background: #ffa726;
	}
	#dropdown-button:after {display:none !important}
	#search-form {
		margin-top: 6px;
		border-width: 1px 0 1px 0;
		border-style: solid;
		border-color: #ddd;
	}
	a.navbar-brand {
		margin-left: -5px !important;
	}
	.job-cards .job-item a {
		border: 0;
	}
	.state-list div {
		width: 7.6923%;
	}
	ul.pagination {
		margin-top: 32px !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	#payment {
		margin: 2rem 0 1rem;
		padding: 1rem;
		box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
		border: 1px solid #eee;
		border-radius: .5rem;
	}
}


/* (LG) LARGE DEVICES (DESKTOPS) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	#cta-banner {
		background-size: 640px;
		background-repeat: no-repeat;
		background-position-y: center;
		background-position-x: -55px;
	}
	.lg-pr {
		padding-right: 30px;
	}
	.hidden-lg {
		display: none !important;
	}
}


/* (LG) LARGE DEVICES (DESKTOPS) AND SMALLER */
@media (max-width: 991.98px) {
	.job-item a {
		line-height: 1.3;
	}
	.job-item .title {
		font-weight: 600;
		color: #222;
		padding-bottom: 2px;
	}
	.job-item .company, .job-item .location, .job-item .age {
		font-size: 0.875rem;
	}
	.job-item .company, .job-item .location {
		color: #393939;
	}
	.job-item .posted {
		display: none;
	}
	.job-item .location {
		width: 68%;
	}
	.job-item .age {
		display: inline-block;
		width: 32%;
		text-align: right;
		color: #555;
	}
	.pricing {
		padding: 0 15px !important;
	}
}


/* (LG) LARGE DEVICES (DESKTOPS) AND LARGER */
@media (min-width: 992px) {
	.job-list .job-item a {
		padding: 8px 15px;
	}
	.job-list .premium a {
		padding: 8px 15px 8px 8px;
	}	
	.job-list .job-item span {
		display: inline-block;
		padding-right: 8px
	}
	.job-list .job-item .posted {
		display: inline-block;
		width: 4.8%;
		padding-right: 0;
		text-align: right;
		text-overflow: clip;
	}
	.job-list .job-item .title {
		width: 45%;
	}
	.job-list .job-item .company {
		width: 34%;
	}
	.job-list .job-item .location {
		width: 16.2%;
	}
	.job-list .job-item .age {
		display: none;
	}
	.job-list-header {
		display: block;
	}
	.job-list-header span {
		font-weight: 600 !important;
		font-variant: small-caps;
	}
	.category-list, .state-list div {
		margin: 0px 0;
	}
}


/* (XL) EXTRA LARGE DEVICES (LARGE DESKTOPS) */
@media (min-width: 1200px) {
	#cta-banner {
		background-size: 680px;
		background-repeat: no-repeat;
		background-position-y: center;
	}
	.lg-pr {
		padding-right: 45px;
	}
	.hidden-xl {
		display: none !important;
	}
}

/* CHROME ONLY STYLES */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
	.navbar-brand {background-image: url(https://cj.shm1.com/images/screen-logo.webp)}
	a.seal {background-image: url(https://cj.shm1.com/images/seals.webp)}
	.soc span {background-image: url(https://cj.shm1.com/images/icon-footer.webp)}
	#cta-banner {background-image: url(https://cj.shm1.com/images/interview.webp)}
}

/* PRINT STYLESHEET */
.print-logo {display: none}
@media print {
	.screen-only,.screen-only>*,header,header>*,nav,nav>*,.btn,.btn>*,#search-form{display:none !important;}
	.print-logo {content:url(https://cj.shm1.com/images/print-logo.png);display:block !important;width:400px;height:100px;margin: 0 auto;}
	h1,h2,h3,h4,h5,h6,a {text-shadow:none;padding:0;background:none !important;background-image:none !important;}
	h1 {display: block !important}
	.col-lg-6 {text-align: center;flex: 0 0 100%;max-width: 100%;}
	.hidden-xs {display: inline-block !important;}
	.container {margin:0;padding:0;}
	a {text-decoration: none !important;}
	.col-xs-6-print-only, col-sm-6-print-only {flex: 0 0 50%;max-width: 50%;}
}

