/* START: CAREERS PAGE - JN 10/5/21 */
.display-flex {
	display: flex;
}

#making-it-work-collage img {
	width: 100%;
}

#making-it-work-collage .avia-image-container-inner {
	padding: 4px;
}	

#our-values h3 em {
	font-style: normal;
	text-transform: uppercase;
}

#making-it-work-collage .making-it-work img {
	width: 257px;
	max-width: 87%;
	margin: 22px 20px 20px 20px;
}

.five-stars-employee img {
	width: 108px;
	max-width: 100%;
}

#why-ninjas-love-ninja h2 em {
	color: #50acc3;
}

@media only screen and (min-width: 990px) {
	:root {
		--filter-group-f: 0 1 320px;
	}
	#why-ninjas-love-ninja div .av_one_fourth {
		margin-left: 1%;
		width: 23.5%;
	}
}

.employee-review-header p strong {
	color: #3ba1c4 !important;
}

.hh-list, .hh-group, .hh-wrapper {
	padding: 0;
	margin: 0;
	margin: 1em auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
}

.hh-list-row {
	display: block;
  font-weight: bold;
  text-align: center;
  margin: .5em;
  flex: 1 1 auto;
  background: #fff;
  border-radius: 3px;
  box-shadow: 3px 3px 8px rgba(93,133,130,.14);
  border: none;
  text-decoration: none !important;
  padding: 20px 24px;
}

.hh-list-title {
	color: #50acc3;
	line-height: 1.2;
	margin-bottom: 12px;
	font-size: 14px;
}

.hh-list-title, .hh-job-details, .hh-job-details > span {
	display: block;
	width: 100%;
	text-align: left;
	margin-left: 0;
}

.hh-job-details > span {
	font-size: 14px;
	font-weight: normal;
	padding: 4px 0 4px 24px;
}

.hh-list-location {
	background: url(images/job-location-icon.svg) 2px 4px no-repeat;
	background-size: 12px 18px;
}

.hh-list-type {
	background: url(images/job-full-time-icon.svg) left 4px no-repeat;
	background-size: 16px 19px;	
}

@media screen and (min-width: 320px) {
	.hh-list-row {
		width: 100vw;
	}
}
  
@media screen and (min-width: 640px) {   
	.hh-list-row {
		width: calc(50% - 2em);
	}
}

@media screen and (min-width: 960px) {
	.hh-list-row {
		width: calc(25% - 2em);
	}
} 
/* END: CAREERS PAGE */



/* FILTERS NEW DESIGN 8/18/21 */

[data-js="filters"] {
	/* opacity: 0; */
	transition: opacity .25s ease;
}

.resource-block {
	width: 14%;
	margin: 20px 1.3%;
	border: solid 1px #eee;
	text-decoration: none !important;
	position: relative;
}

@media only screen and (max-width: 1200px) {
	.resource-block {
		width: 22.4%;
	}
}

@media only screen and (max-width: 860px) {
	.resource-block {
		width: 47.4%;
	}
}

.resource-content {
	padding: 8px 12px 40px 12px;
	font-weight: bold;
	color: #2b4259;
	line-height: 1.4;
	max-height: 100%;
	overflow: hidden;
}

.faux-link-arrow {
	color: #ce2043;
	text-transform: uppercase;
	font-size: 13px;
	position: absolute;
	right: 12px;
	bottom: 12px;
	vertical-align: middle;
}

.faux-link-arrow svg {
	transform: scale(.8);
	vertical-align: middle;
	margin-top: -2px;
}

.faux-link-arrow svg path {
	fill: #bd3447;	
}

a.resource-block.hidden {
	display: none !important;
}

.resource-filter.story_topics label {
	white-space: normal !important;
	display: inline-block !important;
}

.resource-block h3 {
	font-size: 16px;
}

.careers-filter .filter-group {
	margin-left: 25px;
}

.content, .sidebar{
	z-index: 10 !important;
}

hirehive-job-listing {
	float: left;
	clear: left;
	width: 100%;
}

.hh-group {
	width: 100%;
}

@media screen and (min-width: 960px) {
	.hh-list-row {
		max-width: calc(25% - 1em);
	}
}

h3.hh-group-title {
	display: none;
}

/* .hh-list-row:not(.active) {
	display: none;
} */

.hh-wrapper {
	min-height: 140px;
	max-width: 100%;
	/* padding-left: 18px !important;
	padding-right: 18px !important; */
}

.no-positions {
	display: none;
	width: 100%;
	margin-top: 40px;
	justify-content: center;
}