body {
	font-family: proxima-nova, arial, sans-serif;
}

#welcome {
	scroll-margin-top: 60px;
}	

@media (max-width: 1100px) {

	#welcome {
		scroll-margin-top: 50px;
	}

	
	body {
		margin-top: 95px;
	}
}

@media (min-width: 1101px) {
	.post-type-archive-careers #header {
		background: rgba(0,0,0,.6);
	}
}


.object-fit-cover img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

#footer .copyright {
	padding-bottom: 0;
}

.article a {
	color: #00c7b2;
}

.article p {
	padding-bottom: 0;
	margin-bottom: 1em;
}

.article ul {
	list-style-type: unset;
	padding-left: 1.4em;
	margin-bottom: 1.4em;
}

.article ul li {
	margin-bottom: .5em;
}

.button-drawn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 4.7em;
	width: 4.7em;
	text-align: center;
	font-family: 'HandOfSeanPro-Regular', cursive;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	line-height: 1em;
	font-size: 2rem;	
	transition: all .3s;
}

.button-drawn.orange-mod {
	background-image: url(images/button-outline-orange.svg);
	color: #f9461c;
}

.button-drawn.teal-mod {
	background-image: url(images/button-outline-grey.svg);
	color: #00c7b2;
}

@media (min-width: 992px) {
	.button-drawn {
		font-size: 2.3rem;
	}
}

.careers-list--view-all-wrap {
	text-align: center;
	margin-bottom: 40px;
}

.button-with-arrow {
	display: inline-block;
	margin-bottom: .8em;
	transition: all .3s;
	font-size: 1.5rem;
	font-weight: 400;
	color: #e1e13d;
}

.button-with-arrow:after {
	content: "";
	display: inline-block;
	height: 2em;
	width: 2em;
	margin-bottom: -.7em;
	margin-left: 1em;
	background-image: url(images/yellow-arrow.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.button-with-arrow.teal {
	color: #3cbfb0;
}
.teal.button-with-arrow:after {
	background-image: url(../images/go_t.png);
}

.button-with-arrow.notext-mod {
	width: 2em;
	height: 2em;
	text-indent: 3em;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(images/yellow-arrow.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.button-with-arrow.text-above-mod:after {
	margin-left: 0;
}

.button-with-arrow.text-above-mod span {
	display: block;
	margin-bottom: 40px;
}

.button-with-arrow.notext-mod:after {
	content: none;
}

@media (min-width: 768px) {
	.button-with-arrow {
		font-size: 1.875rem;
	}
}

.large-copy {
	font-size: 1.25rem;
}

@media (min-width: 992px) {
	.large-copy {
		font-size: 1.5rem;
	}
}

.small-title {
	text-transform: uppercase;
	font-family: din-condensed-web, sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
}

.medium-title {
	font-size: 1.875rem;
	font-weight: 700;
}

.giant-title {
	font-family: din-condensed-web, sans-serif;
	font-weight: 400;
	font-size: 3rem;
	margin-bottom: .5em;
}

@media (min-width: 992px) {
	.giant-title {
		font-size: 4.375rem;
	}
}

#searchform {
	width: 280px;
	background-size: 140px auto;
}

.mainNav a:hover {
	color: #f9461c;
	transition: color .3s;
}

.searchform--social {
	text-align: right;
}

.searchform--social a {
	box-sizing: border-box;
	display: inline-block;
	width: 23px;
	height: 23px;
	line-height: 0;
	padding: 4px;
	margin: 1px;
	background: #bcbdbc;
	color: rgb(35,35,35);
	border-radius: 50%;	
}

.searchform--social svg {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: center;
}

.mobilemenu--social {
	text-align: center;
	box-sizing: border-box;
	padding: 10px 20px;
}

.mobilemenu--social a {
	display: inline-block;
	height: 25px;
	width: 25px;
	margin: 3px;
	background: #bcbdbc;
	color: rgb(35,35,35);
	border-radius: 50%;
	padding: 4px;
	box-sizing: border-box;
	line-height: 0;
	transition: opacity .3s;
}

.mobilemenu--social svg {
	box-sizing: border-box;
	object-fit:contain;
	object-position: center;
	width: 100%;
	height: 100%;
}

#header.active .mobilemenu--social {
	display: block;
}

@media (min-width: 1101px) {
	#header.active .mobilemenu--social,
	.mobilemenu--social {
		display: none;
	}
}

.copy-cta--container {
	padding: 60px 20px 44px;
}

.bullets-title--container {
	padding: 60px 20px 44px;
}

.bullets-title--title {
	color: #f9461c;
}

.styled-bullets {
	padding-bottom: 0 !important;
}

.styled-bullets li {
	list-style-type: none;
	margin-bottom: 1.5em;
	padding-bottom: 0 !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	position: relative;
	font-size: 1.26rem;
}

.styled-bullets li:before {
	content: "+";
	position: absolute;
	top: 0;
	left: 0;
}

.testimonials--section {
	background: conic-gradient(from 90deg at 1px 1px, #fff 90deg,#f4f4f4 0) -1px -1px/20px 20px;
}


.testimonials--section .owl-stage {
	display: flex;
}

.testimonials--section .owl-item {
	align-self: center;
}

.testimonials--container {
	padding: 60px 20px;
}

.testimonials--section .single_testimonial .inside {
	padding-top: 0;
	padding-bottom: 0;
}

.testimonials--section .testimonial_author {
	padding-bottom: 0;
	margin-bottom: 0;
}

.testimonials--title {
	color: #d5d6d2;
	margin-bottom: 30px;
}

.single-careers--container {
	padding: 60px 20px 30px;
}

@media (min-width: 1100px) {
	.single-careers--container {
		padding-top: calc(60px + 95px);
	}
}

.single-careers--crumbs {
	display: inline-block;
	margin-bottom: 40px;
}

.single-careers--title {
	color: #3ebdac;
	margin-bottom: 30px;
	font-weight: 700;
}

.hero--section {
	position: relative;
	color: #fff;
	text-align: center;
}

.hero--wistia-target,
.hero--image {
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



.hero--image-overlay {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero--container {
	position: relative;
	padding: 120px 20px;
}

@media (min-width: 768px) {
	.hero--container {
		padding: 180px 20px;
	}	
}

@media (min-width: 1100px) {
	.hero--container {
		min-height: 100vh;
	}
}

.hero--copy {
	font-size: 1.8rem;
	line-height: 1em;
	max-width: 800px;
	margin: 0 auto;
}

@media (min-width: 1101px) {
	.hero--copy {
		font-size: 2.125rem;
	}
}

.hero--copy p {
	line-height: 1.25em;
}

.hero--copy :last-child {
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}

.openings--container {
	padding: 60px 20px 40px;
}

.career-card {
	border: 1px solid #aeaeae;
	color: #aeaeae;
	margin-bottom: 20px;
}

.career_type-current-opening.career-card {
	color: rgb(33, 37, 41);
	border: 1px solid #00c7b2;
}

.career-card--inside {
	padding: 20px;
}

.career-card--title {
	
}

.career-card--excerpt a {
	display: none;
}

.career-card--excerpt :last-child {
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}

.career-card--button {
	padding: .5em;
}

.careers-list--section {
	position: relative;
}

.careers-list--image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.careers-list--image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
}

.careers-list--container {
	position: relative;
	color: #fff;
	padding: 60px 20px;
}

.careers-list--copy {
	color: #f9461c;
}

.careers-list--card {
	margin-bottom: 40px;
}

.careers-list--excerpt a {
	display: none;
}

.single-post--navigation-inside {
	font-family: 'din-condensed-web', sans-serif;
	font-size: 1.3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.single-post--navigation-inside a {
	transition: opacity .3s;
}

.cta-col--section {
	position: relative;
	color: #fff;
}

.cta-col--image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.cta-col--container {
	position: relative;
    padding: 60px 20px;
}

.cta-col--image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.green-overlay-mod .cta-col--image:after {
	background-color: rgb(0 199 178 / 50%);
}

.grey-overlay-mod .cta-col--image:after {
	background-color: rgba(0,0,0,0.7);
}

.cta-col--small-title {
	text-align: center;
	margin-bottom: 40px;
}

.cta-col--large-title {
	text-align: center;
}

.cta-col--cta-wrap {
	margin-top: 15px;
}

.cta-col--section-cta-wrap,
.cta-col--cta-wrap {
	text-align: center;
	margin-bottom: 40px
}

.cta-col--col-title {
	color: #000;
	margin-bottom: 15px;
}

.grey-overlay-mod .cta-col--col-title {
	color: #eadf00;
}

.cta-col--col-copy {
	border-top: 5px solid #fff;
	padding-top: 30px;
}

@media (min-width: 992px) {
	.cta-col--col-copy {
		border-top: 10px solid #fff;
	}	
}

.people-slider--section {
	position: relative;
}

.people-slider--image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.people-slider--image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--ppl-slider-overlay);
}

.people-slider--container {
	position: relative;
	padding: 80px 30px 20px;
	color: #fff;
}

.people-slider--container a {
	color: #fff;
}

.people-slider--title {
	color: #d5d6d2;
	margin-bottom: 30px;
}