@font-face {
  	font-family: 'Tequila-and-Tacos';
  	src: url(/wp-content/themes/veit/library/fonts/Tequila-and-Tacos.otf);
}

#content .bg-dark {
	background-color: #152217 !important;
}

#content {
	font-family: 'Nunito Sans';
	font-weight: 300;
}

#content h1 {
	font-family: "prohibition", sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #ffffff;
	line-height: 109.375%;
	font-size: 3.5em;
	letter-spacing: 0;
	margin-bottom: 0.25em;
}

#content h2 {
	font-family: "prohibition", sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #141414;
	line-height: 109.375%;
	font-size: 3.5em;
	letter-spacing: 0;
	margin-bottom: 0.5em;
}

#content h3, #content .h3 {
	font-size: 2.9em;
}

#content h4, #content .h4 {
	color: #03FFA3;
	font-family: "Nunito Sans";
	font-size: 0.7em;
	font-style: normal;
	font-weight: 700;
	line-height: 166.667%;
	text-transform: uppercase;
	letter-spacing: 2.4px;
	margin-bottom: 1.5em;
}

#content h5 {
	font-size: 1.5em;
}

#content h6 {
	font-family: "prohibition", sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #141414;
	line-height: 109.375%;
	font-size: 1.5em;
	letter-spacing: 0;
}

#content .handwriting {
	font-family: 'Tequila-and-Tacos', sans-serif;
}

#content h1 .handwriting,
#content h2 .handwriting {
	font-size: 1.7em;
	color: #03FFA3;
}

#content .btn-primary, #content .btn-tertiary {
	color: #0D190F;
	padding: 14px 20px;
	letter-spacing: 0;
	border: unset;
	line-height: 24px;
	text-decoration: none;
	font-size: 1em;
    transition: 0.5s all;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    font-family: 'Nunito Sans';
}

#content .btn-primary {
	background: #03FFA3;
}

#content .btn-primary:hover, #content .btn-primary:focus, #content .btn-primary:active {
	background: #03EB96;
	color: #0D190F;
	border: unset;
}

#content .btn-primary img, #content .btn-tertiary img {
	height: 28px;
	width: 28px;
	transition: filter 0s, left 0.5s;
	margin-left: 0.5em;
	position: relative;
	left: 0;
}

#content .btn-tertiary {
	background: #006444;
	color: #ffffff;
	text-decoration: none;
}

#content .btn-tertiary:hover, #content .btn-tertiary:focus, #content .btn-tertiary:active {
	background: #015A3E;
	color: #ffffff;
	border: unset;
	text-decoration: none;
}

#content .btn-primary:hover img, #content .btn-primary:active img, #content .btn-primary:focus img,
#content .btn-tertiary:hover img, #content .btn-tertiary:active img, #content .btn-tertiary:focus img {
    left: 5px;
}

#content .btn-secondary {
	background: unset;
	color: #ffffff;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	padding-bottom: 16px;
	padding-top: 8px;
}

#content .btn-secondary:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #03FFA3;
}

#content .btn-secondary img {
	height: 18px;
	width: 9px;
	margin-left: 0.5em;
}

#content .btn-secondary:hover, #content .btn-secondary:focus, #content .btn-secondary:active {
	background: transparent;
	color: #ffffff;
}

#content .btn-primary + .separator-1 + .btn-secondary {
	margin-left: 2em;
}

#content .number {
	color: #03FFA3;
	text-align: center;
	font-family: Prohibition;
	font-style: italic;
	font-size: 4em;
	font-weight: 400;
	line-height: 103.333%;
	text-transform: uppercase;
	margin-bottom: 0.15em;
	margin-right: 0;
}

#content .stat {
	color: #ffffff;
	font-size: 1.3em;
	line-height: 133.333%;
	font-family: 'Nunito Sans';
	font-weight: 300;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 4em;
	padding-bottom: 4em;
	border-right: 1px solid #006444;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#content .stat:first-of-type ,
#content .quality:first-of-type {
	border-left: 1px solid #006444;
}

#content .quality {
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 6em;
	padding-bottom: 6em;
	border-right: 1px solid #006444;
}

#content .qualities .copy,
#content .quality .copy,
#content .images .copy,
#content .cta .copy {
	font-size: 1.3em;
}

blockquote {
	font-size: 1.3em;
	margin-top: 1em;
}

/* Helpers */

#content .color-white {
	color: #ffffff;
}

#content .color-green {
	color: #03FFA3;
}

#content .bg-dark-green {
	background: #0D190F;
	color: rgba(255,255,255,0.65);
}

#content .bg-light-gray {
	background: #EBEBEB;
}

#content .bg-lighter-gray {
	background: #F3F4F6;
}

/* Quiz */

#quiz {
	margin-top: 90px;
	display: flex;
	align-items: center;
}

#quiz #loading {
	position: absolute;
	opacity: 0;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

#quiz #loading .circle {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	border: 5px dashed #FFDD33;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

#quiz .page {
	position: relative;
	transition: 0.5s all;
}

#quiz .page.hidden {
	opacity: 0;
	position: absolute;
	width: 100%;
	left: 0;
	transition: 0s all;
	pointer-events: none;
}

#quiz .answer {
	border: 1px solid #339173;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #ffffff;
	font-weight: 600;
	padding: 13px 20px;
	transition: 0.5s all;
	cursor: pointer;
	display: flex;
	align-items: center;
}

#quiz .answer:hover {
	background: rgba(255,255,255, 0.15);
}

#quiz .answer.selected {
	background: #03FFA3;
	color: #0D190F;
	border: 1px solid #03FFA3;
}

#quiz .answer.selected:after {
	content: '';
	height: 30px;
	width: 30px;
	background-size: cover;
	background-image: url(/wp-content/themes/veit/images/icon-selected.svg);
	display: inline-flex;
	position: absolute;
	right: -3em;
}

#quiz .next.disabled {
	pointer-events: none;
	opacity: 0.5;
}

#quiz .progress-bar {
	background: #006444;
	height: 8px;
	margin-bottom: 2em;
	border-radius: 0;
}

#quiz .progress {
	background: #03FFA3;
	height: 100%;
	border-radius: 0;
}

/* Special Layouts */

#header {
	height: 750px;
}

.page-template-landing-page-careers #header .row {
	padding-top: 0;
}

#header:after {
	content: '';
	height: 150px;
	width: 100%;
	background-image: url(/wp-content/themes/veit/images/rip-white.svg);
	background-size: cover;
	background-position: top;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 4;
}

.page-template-culture #header:after,
.page-template-training-development #header:after,
.page-template-landing-page-careers #header:after {
	background-image: url(/wp-content/themes/veit/images/rip-lighter-gray.svg);
}

#header .overlay {
	background: linear-gradient(180deg, rgba(13, 25, 15, 0.00) 0%, #0D190F 79.5%), linear-gradient(0deg, rgba(13, 25, 15, 0.40) 0%, rgba(13, 25, 15, 0.40) 100%);
}

.bg-video .video {
    height: 100%;
    z-index: -1;
    overflow: hidden;
    position: absolute;
    width: calc(100% + 15px);
    left: -15px;
}

.bg-video .video video {
    width: 100%;
	height: 100%;
 	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.video-section .overlay {
	background: linear-gradient(0deg, rgba(13, 25, 15, 0.80) 0%, rgba(13, 25, 15, 0.80) 100%);
}

.video-section .texture {
	background: url(/wp-content/themes/veit/images/graphic-texture.png);
	position: absolute;
	z-index: 3;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.video-section a {
	border: 1px solid #03FFA3;
}

.video-section a span {
	padding-left: 1em;
	padding-top: 4px;
}

.video .btn-text .icon {
	background-image: url(/wp-content/themes/veit/images/icon-play-green.svg);
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 4px;
	position: relative;
	background-color: #03FFA3;
}

.video .btn-text:hover .icon {
	background-color: #03EB96;
}

.video-section .graphic {
	position: absolute;
	bottom: 2em;
	right: 2em;
	width: 33%;
	z-index: 3;
}

.box .text {
	padding-top: 8em !important;
	padding-bottom: 8em !important;
}

.section {
	width: calc(100% - 15px);
}

.testimonials .text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.cta {
	padding-bottom: 250px;
}

.cta:after {
	content: '';
	height: 250px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/wp-content/themes/veit/images/rip-cta.svg);
	background-size: cover;
	background-position: top left;
}

.testimonials .overlay {
	background: #0D190F;
	opacity: 0.8;
}

/* Cards */

.card.border-bottom,
.card.border-bottom:hover {
	height: 100%;
	border-color: #006444 !important;
	padding-top: 3em;
	padding-bottom: 4em;
	padding-left: 2em;
	padding-right: 2em;
}

.card.border-bottom .card-body {
	margin-top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.card.border-bottom .card-img + .card-body {
	margin-top: 2em;
}

a.card.border-bottom,
a.card.border-bottom:hover {
	background: #006444;
	color: rgba(255,255,255,0.6);
	padding-bottom: 0;
	padding-top: 0;
	border-bottom: unset !important;
}

a.card.border-bottom .card-body {
	padding-top: 0;
	color: #ffffff;
}

a.card.border-bottom h8{
	color: #ffffff !important;
}

.card .card-footer.right {
	bottom: 0;
	right: -3em;
}

#content .card .card-footer.right .btn-primary img {
	filter: brightness(0) saturate(100%) invert(26%) sepia(52%) saturate(868%) hue-rotate(114deg) brightness(100%) contrast(101%);
}

.card.hover {
	border: 0;
}

.card.hover .card-footer {
	border-radius: 0;
}

.page-template-training-development .card.hover .card-footer {
	padding: 0;
}

.card.green {
	background: #006444;
	color: #ffffff;
	height: 100%;
}

.card.green h8 {
	color: #ffffff;
}

.card.green.border-bottom,
.card.border-bottom.green:hover {
	border-color: #000000 !important;
}

.bg-dark-green.box .text {
	background: #122214;
	color: rgba(255,255,255,0.8);
}

.bg-dark-green.box h2 {
	color: #ffffff;
}

.card h5 {
	color: #0D190F;
	margin-bottom: 0.5em;
}

.card.hover:hover {
	background: #ffffff;
	color: #21353C;
	border: 2px solid #F0F0F0;
}

.page-template-training-development .card.hover:hover {
	border: 0;
}

a.card.hover:hover {
	background: #0D190F;
	color: #ffffff;
	border: unset;
}

.card.hover:hover img {
	transform: scale(1);
}

.card.hover:hover h5, .card.hover:hover h7, .card.hover:hover .h7 {
	color: #0D190F;
}

a.card.hover:hover h5, a.card.hover:hover h7, a.card.hover:hover .h7 {
	color: #ffffff;
}

a.card.hover:hover img {
	transform: scale(1.2);
}

.card.hover .card-footer .icon, .accordion h5 .icon, .card.img-hover .icon {
	background-image: url(/wp-content/themes/veit/images/icon-plus-dark.svg);
	background-size: 50%;
}

.card.hover:hover .card-footer .icon, .card.img-hover .icon:hover {
	background-color: #03FFA3;
	background-image: url(/wp-content/themes/veit/images/icon-plus-dark.svg);
}

.card.hover .card-footer {
	font-weight: 500;
	padding-top: 0;
}

/* Slick */

.quotes-dots .slick-dots li button {
	background: #006444;
	opacity: 1;
	height: 8px;
	width: 8px;
}

.quotes-dots .slick-dots li.slick-active button {
	background: #ffffff;
	height: 12px;
	width: 12px;
}

.slick-track {    
	display: flex !important;
	align-items: unset;
}

.slick-slide {
    height: auto !important;
}

/* Swiper */

.images-swiper {
	margin-left: -25%;
}

.images .swiper-wrapper {
   	-webkit-transition-timing-function:linear!important;
   	-o-transition-timing-function:linear!important;
   	transition-timing-function:linear!important;
}

/* Lists */

.box ul li:before {
	display: none;
}

.box ul li {
	list-style-type: disc;
	color: #ffffff;
	font-weight: 500;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 1em;
}

.bg-lighter-gray.box ul li {
	color: #21353C;
}

/* Accordion */

.accordion li {
	transition: 0.5s all;
}

.accordion li:not(.open) h5 {
	color: #ffffff;
}

.accordion li h5 .icon {
	background-color: #03FFA3;
	background-image: url(/wp-content/themes/veit/images/icon-plus-dark.svg);
	background-size: 50%;
}

.accordion li.open h5 .icon {
	background-image: url(/wp-content/themes/veit/images/icon-minus-dark.svg);
	background-color: #E0E0E0;
}

.accordion .answer {
	font-family: 'Nunito Sans';
	width: 60%;
	font-weight: 300;
	margin-top: -1em;
	color: transparent;
}

.accordion li.open .answer {
	color: #21353C;
}

.values .answer {
	width: 80%;
}

.values .accordion li {
	background: #ffffff;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    border: 0;
    transition: 0.5s all;
}

.values .accordion li:first-child {
	margin-top: 0;
}

.values .accordion li:not(.open) h5 {
	color: #006444;
}

.values li h5 .icon {
	background-color: #006444;
	background-image: url(/wp-content/themes/veit/images/icon-plus-white.svg);
}

/* Filtering */

#category_select {
    background-image: url(/wp-content/themes/veit/images/icon-select-dropdown-gray.svg);
    padding: 0.8em 1.5em;
    background-size: 10px;
    background-position: 90% center;
    background-repeat: no-repeat;
    background-color: #F4F4F4;
    border: 1px solid #ACB5BD;
    font-family: "Nunito Sans";
    color: #495057;
    -webkit-appearance: none;
    width: 100%;
}

.grid-item {
	margin: 0;
}

.row .grid-item a {
	text-decoration: none;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #EBEBEB;
	position: relative;
	transition: 0.5s background;
}

.row .grid-item a:hover {
	background: #EBEBEB;
}

@media only screen and (min-width: 2000px) {
	#header:after {
		height: 200px;
	}
}

@media only screen and (max-width: 1600px) {
	#header {
		height: 700px;
	}
}

@media only screen and (max-width: 1440px) {
	#content .btn-primary, #content .btn-tertiary {
		padding: 10px 16px;
	}

	#content .btn-primary img, #content .btn-tertiary imgV {
		height: 24px;
		width: 24px;
	}

	#content .btn-secondary {
		padding-bottom: 12px;
		padding-top: 6px;
	}

	#content .btn-secondary img {
		height: 16px;
		width: 8px;
	}

	#header {
		height: 650px;
	}

	.video .btn-text .icon {
		height: 60px;
		width: 60px;
	}

	/* Quiz */

	#quiz .answer.selected:after {
		height: 20px;
		width: 20px;
		right: -4em;
	}
}

@media only screen and (max-width: 1400px) {
	#quiz {
		margin-top: 70px;
	}
}

@media only screen and (max-width: 1300px) {
	#content .btn-primary, #content .btn-tertiary {
		font-size: 1.2em;
	}

	#content .btn-primary img, #content .btn-tertiary img {
		height: 20px;
		width: 20px;
	}

	#content .btn-secondary {
		padding-bottom: 10px;
		padding-top: 5px;
	}

	#header {
		height: 600px;
	}

	#quiz {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 1200px) {
	#content .btn-primary, #content .btn-tertiary {
		padding: 8px 16px;
		font-size: 1.2em;
	}

	#content .btn-primary + .separator-1 + .btn-secondary {
		padding-bottom: 10px;
	}

	#content .btn-tertiary img, #content .btn-tertiary:hover img, #content .btn-tertiary:focus img, #content .btn-tertiary:active img,
	#content .btn-primary img, #content .btn-tertiary img {
		height: 20px;
		width: 20px;
	}

	#content .btn-secondary img {
		height: 12px;
		width: 6px;
	}

	#header {
		height: 550px;
	}

	.video .btn-text .icon {
		height: 50px;
		width: 50px;
	}
}

@media only screen and (max-width: 1024px) {
	#content .btn-primary, #content .btn-tertiary, #content .btn-secondary {
		font-size: 1em;
	}

	#content .bg-white h2 {
		font-size: 2.8em;
	}

	#content .stat {
		padding: 2em 1em;
	}

	#header {
		height: 700px;
	}

	.box .text {
		padding-top: 6em !important;
		padding-bottom: 6em !important;
	}

	#content .quality:nth-of-type(1),
	#content .quality:nth-of-type(2) {
		border-bottom: 1px solid #006444;
	}

	#content .quality:nth-of-type(3) {
		border-left: 1px solid #006444;
	}

	.card.border-bottom, .card.border-bottom:hover {
		padding: 4em 2em;
	}

	.card .card-footer.right {
		right: -2em;
	}

	.card.hover:hover .card-footer .icon, .card.img-hover .icon:hover {
		background-color: transparent;
    	background-image: url(/wp-content/themes/veit/images/icon-plus-dark.svg);
	}

	.card.hover:hover .card-footer {
		padding-top: 0;
	}

	a.card.hover:hover {
		border: 2px solid #F0F0F0;
	}

	/* Quiz */

	#quiz .answer.selected:after {
		right: -3em;
	}

	/* Filtering */

	.row .grid-item a:hover {
	    background: transparent;
	}
}

@media only screen and (max-width: 992px) {
	#content .bg-white h2 {
		font-size: 2.3em;
	}

	#content .btn-primary + .separator-1 + .btn-secondary {
		margin-left: 0;
	}

	#content #header .btn-primary + .separator-1 + .btn-secondary {
		margin-left: 2em;
	}

	#header {
		height: 600px;
	}

	.cta {
		padding-bottom: 175px;
	}

	.cta:after {
		height: 175px;
	}

	#quiz {
		margin-top: 70px;
	}
}

@media only screen and (max-width: 767px) {
	#header br {
		display: none;
	}

	#content h1 {
		font-size: 2em;
	}

	#content h2 {
		font-size: 2.3em;
	}

	#content h2 br {
		display: none;
	}

	#content h2 br {
		display: none;
	}

	#content h3, 
	#content .h3 {
		font-size: 2.5em;
	}

	#content .btn-primary, #content .btn-tertiary {
		padding: 14px 20px;
		font-size: 1.2em;
	}

	#content .btn-secondary {
		font-size: 1.2em;
	}

	#content .btn-tertiary img, #content .btn-tertiary:hover img, #content .btn-tertiary:focus img, #content .btn-tertiary:active img, #content .btn-primary img, #content .btn-tertiary img {
		height: 24px;
		width: 24px;
	}

	#content .btn-secondary img {
		height: 18px;
		width: 9px;
	}

	#content .btn-primary + .separator-1 + .btn-secondary,
	#content #header .btn-primary + .separator-1 + .btn-secondary {
		margin-left: 0;
	}

	#content .stat {
		border-right: 0;
		border-bottom: 1px solid #006444;
		align-items: flex-start;
		padding-left: calc(1em + 15px);
		padding-right: calc(1em + 15px);
	}

	#content .col-md-4:first-of-type .stat {
		border-left: 0;
	}

	#content .quality,
	#content .stat {
		padding-top: 3em;
		padding-bottom: 2em;
	}

	#content .quality:nth-of-type(2),
	#content .quality:nth-of-type(4) {
		border-left: 1px solid #006444;
	}

	#content .quality:nth-of-type(4) {
		border-top: 1px solid #006444;
	}

	#content .number {
		text-align: left;
	}

	/* Quiz */

	#quiz .answer.selected:after {
		right: -2em;
	}

	.back, .next, #submit {
		width: auto;
	}

	#header {
		height: auto;
		padding-bottom: 50px;
	}

	#header:after {
		height: 50px;
	}

	.video-section {
		height: calc(100vh - 70px);
	}

	.video-section .row {
		padding-left: 15px;
		padding-right: 15px;
	}

	.video video {
		display: block;
	}
	
	.video {
		height: 100%;
		text-align: left;
	}

	.video-section img:not(.graphic) {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	.video .btn-text .icon {
		margin-left: 4px;
	}

	.video-section .graphic {
		right: 0;
		left: 0;
		margin: 0 auto;
		bottom: 1em;
		width: 90%;
	}

	.stats, .stats .container, .stats .row {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.accordion li {
		padding: 1em;
		padding-bottom: 0;
	}

	.accordion li.open, .accordion.bg-black li.open {
		background: #ffffff;
		padding-bottom: 1em;
	}

	.accordion .answer {
		width: 100%;
	}

	.values .accordion li {
		padding-top: 0;
		border: 0;
		margin-top: 0;
		margin-bottom: 0;
	}

	.values .accordion li.open {
		padding-top: 1em;
	}

	#content .accordion h5 {
		font-size: 1.3em;
	}

	.accordion .answer {
		margin-top: 0;
	}

	.changer .accordion {
		margin-bottom: 1.5em;
	}

	.section, .section.selected {
		width: calc(100% - 15px);
	}

	.box .text {
		background: transparent;
		padding-bottom: 3em !important;
		padding-top: 3em !important;
	}

	.testimonials .container > .row {
		padding-bottom: 3em;
	}

	.quotes-dots {
		position: relative;
		top: unset;
		height: auto;
		right: unset;
		width: 100%;
		margin-top: 2em;
	}

	.quotes-dots .slick-dots {
		position: relative;
		flex-direction: row;
		justify-content: flex-start;
	}

	.quotes-dots .slick-dots li {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 0.25em;
		margin-right: 0.25em;
	}

	a.card.border-bottom .card-body {
		padding-top: 3em;
		padding-bottom: 3em;
	}

	.card-carousel .slick-track, .mobile-card-carousel .slick-track {
		align-items: unset;
	}

	.cta:after {
        background-position: -58px center;
    }

    .card.border-bottom:not(.green):hover {
    	background: #ffffff;
    }

    a.card.border-bottom:not(.green):hover {
    	background: #006444;
    }
    
    .author {
    	display: flex;
    	align-items: center;
    }

    .author img {
    	width: 40%;
    	float: left;
    	margin-right: 1em;
    }

    .quotes-slider .author .color-white {
    	font-size: 1em;
    }

    .video-section .btn-text {
    	font-size: 1.3em;
    }
    
    .video-section a span {
    	padding-right: 0.5em;
    }

    /* Filtering */

    .row .grid-item a {
    	padding-top: 2em;
    	padding-bottom: 2em;
    }

}