/* $Id: home.css 64318 2024-12-04 19:25:36Z chrisl $ */

/* Home Banner */
#home-banner {
	background-image: url(https://images.higheredjobs.com/assets/hej/img/banners/img_home_21.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	overflow: visible;
}
#home-banner .row {
	margin-left: 0;
	margin-right: 0;
}

/* Header "Your HE Job is Here" */
#home-banner #hero-tag {
	min-height: 267px;
}
#hero-tag H1 {
	font-weight: normal;
	color: white;
	font-size: 35px;
	margin-top: 0;
	margin-bottom: 0;
}
#hero-tag H1:nth-of-type(2) {
	margin-top: 5px;
	margin-left: 40px;
}


/* Divided Link Row */
#home-banner #link-row {
	background-color: #48494d;
	opacity: 0.95;
}
#home-banner #link-row h5 {
	font-family: 'Figtree Light', Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-top: 5px;
}
#home-banner #link-row A {
	color: white;
	font-family: 'Figtree Light', Helvetica, Arial, sans-serif;
}
#home-banner #link-row .divided-col {
	margin-top: 20px;
	border-color: #666;
	min-height: 125px;
}

/* Divided Link Row - Counts */
#home-banner #link-row #count-col {
	padding: 0;
	margin: 0;
}
#home-banner #link-row #count-col #count-div {
	padding: 41px 0 41px 50px;
	margin: 0;
	background-color: #f0ab00;
	color: #4c4c52;
	font-size: 16px;
	text-align: center;
	position: relative;
}
#home-banner #link-row #count-col #count-div A {
	color: #4c4c52;
	font-weight: normal;
}
#home-banner #link-row #count-col #count-div H2 {
	font-size: 30px;
	color: white;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 5px 0;
}

@media (min-width: 767px) {
	#home-banner #link-row #count-col {
		padding-right: 50px;
	}
	#home-banner #link-row #count-col #count-div {
		text-align: left;
	}

	/* Divided Link Row - Count Solid Arrows */
	#home-banner #link-row #count-col #count-div:after {
		z-index: 999;
		left: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-left-color: #f0ab00;
		border-width: 85px 0 85px 15px;
		margin-top: -85px;
	}
}

/* Divided Link Row - Faded Arrow */
#home-banner #link-row #count-col #arrow-div {
	position: absolute;
	top: 0;
	right: 20px;
	width: 30px;
	background-color: #f0ab00;
	opacity: 0.1;
	height: 166px;
}
#home-banner #link-row #count-col #arrow-div:after {
	z-index: 999;
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #f0ab00;
	border-width: 85px 0 85px 15px;
	margin-top: -85px;
}

@media (max-width: 767px) {
	#browse-col {
		background-image: url(https://images.higheredjobs.com/assets/hej/img/banners/img_home_21_mobile.jpg);
		background-repeat: no-repeat;
		background-position: left top;
	}
}

#browse-col h2 {
	margin-bottom: 20px;
	text-transform: uppercase;
	color: white;
	font-family: 'Figtree', Helvetica, Arial, sans-serif;
	text-align: center;
}

/* Browse Jobs Accordion */
#browse-accordion .card {
	background-color: #333;
	border-color: #888;
	opacity: .9;
	margin-bottom: 1rem;
	margin-left: 1rem;
	margin-right: 1rem;
}

#browse-accordion .card-header {
	padding: .25rem .5rem;
	background-color: inherit;
	border-bottom: 0;
}

#home-banner #browse-accordion .card-header h5 {
	margin-top: 0;
	margin-bottom: 0;
}

#browse-accordion .card-header .btn {
	width: 100%;
	white-space: normal;
	text-align: left;
	font-size: 18px;
}

#browse-accordion .card-header .btn-link,
#browse-accordion .card-header .btn-link:hover {
	border: 0;
	color: #f0ab00;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#browse-accordion .more-less {
	float: right;
	color: #fff;
}
#browse-accordion .fas {
	margin-top: .3rem;
}

#browse-accordion .card-body {
	padding-top: 0;
}

#browse-accordion .card-body ul:last-child,
#browse-accordion .card-body p:last-child {
	margin-bottom: 0;
}

/* Search Bar */
#home-banner #search-row {
	background-color: #323232;
	padding: 17px 35px 5px 35px;
}
#home-banner #search-row INPUT {
	border: 1px solid #656565;
	background-color: #323232;
	color: #cccccc;
}
#home-banner #search-row #advanced-btn {
	margin-bottom: 10px;
}
#home-banner #search-row .input-group > .twitter-typeahead {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
}

/* Article Display section */
@media (min-width: 1200px) {
	.main .sidebar {
		padding-top: 66px;
	}
}

.content #promoted {
	margin-bottom: 0;
}
.main .content .article {
	margin-top: 0;
	margin-bottom: 30px;
}
.content .article .articleTextContent {
	height: 80px;
	overflow: hidden;

	/* weird webkit code for ellipsis */
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
}


/* Job Seeker Promo Banner */
#search-account {
	background-color: #222;
	background-image: url('https://images.higheredjobs.com/assets/hej/img/banners/homepage-promo.jpg');
	background-repeat: no-repeat;
	padding: 10px 30px;
	margin-bottom: 30px;
}
#search-account h2 {
	font-size: 28px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#search-account h2,
#search-account small {
	color: white;
}
#search-account small a {
	color: #f0ab00;
}
#search-account .btn-block{
	margin-top: 28px;
	margin-bottom: 5px;
}

.content h5 {
	margin-top: 30px;
	line-height: 20px;
	padding-bottom: 10px;
}
.content h5 small {
	font-size: 85%;
	text-transform: none;
}
.content h5 small a {
	font-weight: normal;
}

#articles-header {
	margin-top: 0;
	margin-bottom: 20px;
}

#resources-header {
	margin-top: 15px;
	margin-bottom: 20px;
}

.article .articleTextContent {
	margin-top: 2px;
}

/* widgets */
.main .sidebar .col > .widget {
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1200px) {
	.main .sidebar .col:first-child .widget {
		margin-top: 0;
	}
}

@media (max-width: 1199px) {
	#home-banner H1 {
		display: none;
	}
}

@media (max-width: 991px) {/* ipad size - down to 768 */
	#home-banner {
		background-position: left top;
		background-size: 120% auto;
		-webkit-background-size: 120% auto;
		-moz-background-size: 120% auto;
		-o-background-size: 120% auto;
	}

	#home-banner #hero-tag {
		min-height: 200px;
	}
	#home-banner #link-row {
		opacity: 1;
	}
	
	#home-banner #link-row #count-col #count-div {
		padding-top: 21px;
		padding-bottom: 21px;
	}
	/* Divided Link Row - Count Solid Arrows */
	#home-banner #link-row #count-col #count-div:after {
		border-width: 65px 0 65px 15px;
		margin-top: -65px;
	}
	/* Divided Link Row - Faded Arrow */
	#home-banner #link-row #count-col #arrow-div {
		width: 30px;
		height: 126px;
	}
	#home-banner #link-row #count-col #arrow-div:after {
		border-width: 65px 0 65px 15px;
		margin-top: -65px;
	}
}

@media (max-width: 767px) {/* small pad size - down to 560 */
	#home-banner {
		background-position: -200px -33px;
		min-height: inherit;
	}
	#home-banner H1 {
		margin-left: 20px;
	}
	#home-banner H1:nth-of-type(2) {
		margin-left: 50px;
	}
	#home-banner #link-row {
		margin-top: 0;
	}
	#home-banner #link-row #count-col #count-div {
		padding-left: 20px;
		padding-right: 20px;
	}
	#home-banner #link-row .divided-col {
		padding-right: 0;
	}
	#home-banner #link-row .divided-cols > .divided-col:nth-child(2) {
		border-right: 0;
	}
	#home-banner #search-row {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.content .row {
		margin-bottom: 5px;
	}
}

@media (max-width: 559px) {/* mobile phone size - down to 320 or lower */
	#search-account h2 {
		margin-top: 10px;
		margin-bottom: 0;
	}
}

@media (max-width: 350px) {/* definitely mobile phone size */
}

@media print {
}
