
.message, .pre-loader {
	text-align: center;
	font-size: 20px;
	font-family: 'Roboto Slab', serif;
}

.employer-directory-wrap {
    margin-top: 40px;
}

.text-yellow {
	color: #FDB813;
}


.employer-directory-wrap .location {
	font-size: 16px;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 15px;
}

.entry-content .employer-directory-wrap  p {
	font-family: "Lato", serif;
	margin-bottom: 20px
}

.employer-directory-wrap .items-wrap .button {
	text-transform: uppercase;
	font-size: 15px;
}

.employer-directory-wrap .em-header {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 0px;
}

.collection-items .items-wrap {
	list-style: none;
	border-bottom: 1px solid rgba(3, 78, 162, 0.15);
	margin-bottom: 36px;
	padding-bottom: 36px;
}

.collection-items .items-wrap > .inner {
	position: relative;

}

	.logo-wrap {
		background-repeat: no-repeat;
		background-position: top center;
		display: block;		
		width: 200px;
		height: 113px;
	}



.filter-items {
	margin-bottom: 0px;
}

.filter-items li {
	list-style: none;
}

.filter-items label {
	cursor: pointer;
}


.md-overlay {
	opacity: 0;
	transition: opacity .25s ease-out;
}

.modal-on .md-overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.47);
	z-index: 999;
	top: 0px;
	left: 0px;
}


.hi-fs-modal {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: transparent;
	padding: 10px;
	z-index: -2;
	border-radius: 3px;	
	top: 0px;
	left: 0px;
	display:table;
}

.hi-fs-modal.md-active {
	z-index: 1200;
}

.inner-fs-modal {
	display: table-cell;	
	vertical-align: middle;
	text-align: center;
	
}

.inner-fs-modal .fs-content {
	background-color: #FFF;
	display: inline-block;
	max-width: 512px;
	width: 100%;
	text-align: left;
	padding: 15px 16px;
	border-radius: 5px;
	box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.22);
	position: relative;
}



.close.modal-on-btn{
	position: absolute;
	right: 8px;
	top: 7px;
	font-size: 17px;
	border: 1px solid #B3B3B3;
	display: block;
	border-radius: 100%;
	height: 24px;
	width: 24px;
	line-height: 1;
	text-align: center;
	color: #B3B3B3;
	cursor: pointer;
} 



.filter-option-wrap {
	border: 1px solid rgba(3, 78, 162, 0.15);
	font-family: 'Roboto Slab', serif;
	margin-bottom: 30px;
}

.filter-option-wrap h4,
.filter-option-wrap h2 {
	font-family: 'Roboto Slab', serif;	
}

.filter-option-wrap h4 {
	text-transform: uppercase;
	font-size: 16px;
}

.entry-content  .filter-option-wrap h2 {
	background-color: rgba(3, 78, 162, 0.20);
	padding: 10px 13px;
	color: #0B2348;
	font-size: 20px;
	margin: 0px;
}

.filter-option-wrap .filter-items-wrap {
	padding: 10px 15px
}

.search-filter-options[type="checkbox"]:not(:checked),
.search-filter-options[type="checkbox"]:checked,
.search-filter-options[type="radio"]:not(:checked),
.search-filter-options[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.search-filter-options[type="checkbox"]:not(:checked) + label,
.search-filter-options[type="checkbox"]:checked + label,
.search-filter-options[type="radio"]:not(:checked) + label,
.search-filter-options[type="radio"]:checked + label { 
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	margin-left: 0px;
	color: #111111;
	font-weight: 400;
}

/* checkbox aspect */
.search-filter-options[type="checkbox"]:not(:checked) + label:before,
.search-filter-options[type="checkbox"]:checked + label:before,
.search-filter-options[type="radio"]:not(:checked) + label:before,
.search-filter-options[type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left:0; top: 2px;
	width: 17px; height: 17px;	
	background: rgba(3, 78, 162, 0.15);   
}

.search-filter-options[type="checkbox"]:not(:checked) + label:after,
.search-filter-options[type="checkbox"]:checked + label:after,
.search-filter-options[type="radio"]:not(:checked) + label:after,
.search-filter-options[type="radio"]:checked + label:after {
	content: '✔';
	position: absolute;
	top: -3px;
	left: 2px;
	font-size: 23px;
	line-height: 0.8;
	color: #111;
	transition: all .2s;
}
/* checked mark aspect changes */
.search-filter-options[type="checkbox"]:not(:checked) + label:after,
.search-filter-options[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.search-filter-options[type="checkbox"]:checked + label:after,
.search-filter-options[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

	.collection-items .items-wrap > .inner {
	
		min-height: 120px;
	}

/*Medium*/
@media (min-width: 641px) {

}

/*Large*/
@media (min-width: 768px) {
	.collection-items .items-wrap > .inner {
		padding-left: 223px;
		min-height: 120px;
	}
	.logo-wrap {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 200px;
		width: 200px;

	}
}