/*# sourceMappingURL=style.css.map */

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(5%, 0, 0);
		transform: translate3d(5%, 0, 0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(5%, 0, 0);
		transform: translate3d(5%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 5%, 0);
		transform: translate3d(0, 5%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -5%, 0);
		transform: translate3d(0, -5%, 0);
	}
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(5%, 0, 0);
		transform: translate3d(5%, 0, 0);
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(5%, 0, 0);
		transform: translate3d(5%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 5%, 0);
		transform: translate3d(0, 5%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -5%, 0);
		transform: translate3d(0, -5%, 0);
	}
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, ol, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	margin: 0;
	min-height: 100%;
}

html {
	overflow-x: hidden;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

@media only screen and (min-width: 64em) {
	html {
		overflow-x: visible;
	}
}

body {
	font-family: "TTCommons-Regular", sans-serif;
	background: #fff;
	position: relative;
	overflow-x: hidden;
}

p {
	font-family: "TTCommons-Regular", sans-serif;
	color: #231f20;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 24px;
}

@media only screen and (min-width: 64em) {
	p {
		font-size: 19px;
		line-height: 25px;
		margin-bottom: 25px;
	}
}

@media only screen and (min-width: 64em) {
	li {
		font-size: 19px;
	}
}

*, *:after, *:before {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

* {
	-webkit-overflow-scrolling: touch;
}

a, a:visited {
	text-decoration: none;
	border: 0;
	color: #231f20;
	transition: color .75s ease, border-color 1s ease;
}

input, textarea, button, select, a, div {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5, h6 {
	font-family: "TTCommons-DemiBold", sans-serif;
	font-weight: normal;
	color: #231f20;
	margin-bottom: 5px;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: inline;
}

@media only screen and (min-width: 64em) {
	h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
		display: block;
	}
}

p b, li b {
	font-family: "TTCommons-DemiBold", sans-serif;
}

strong {
	font-family: "TTCommons-DemiBold", sans-serif;
	font-weight: normal;
	display: inline-block;
}

span.callout {
	display: inline !important;
	color: #f30;
	padding-left: 1px !important;
	padding-right: 1px !important;
}

body:not(.user-is-tabbing) a:focus, body:not(.user-is-tabbing) button:focus, body:not(.user-is-tabbing) input:focus, body:not(.user-is-tabbing) select:focus, body:not(.user-is-tabbing) textarea:focus {
	outline: none;
}

body.user-is-tabbing a:focus, body.user-is-tabbing button:focus, body.user-is-tabbing input:focus, body.user-is-tabbing select:focus, body.user-is-tabbing textarea:focus {
	border-bottom-color: #0099df;
	outline: none;
}

html.scroll--lock {
	height: 100vh !important;
	overflow: hidden !important;
}

html.scroll--lock body {
	height: 100vh !important;
	overflow: hidden !important;
}

body.error404 .four-oh-four h2.medium {
	margin-top: 20px;
	font-size: 20px;
}

@media only screen and (min-width: 64em) {
	body.error404 .four-oh-four h2.medium {
		margin-top: 0px;
		font-size: 26px;
	}
}

body.error404 .four-oh-four li {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 5px;
}

body.error404 .four-oh-four li a {
	color: #f30;
}

[class*=dcli-]:before {
	display: inline-block;
	font-family: "dcl_icon";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.dcli-C:before {
	content: "c";
}

.dcli-D:before {
	content: "d";
}

.dcli-L:before {
	content: "l";
}

.dcli-O:before {
	content: "o";
}

.dcli-home_1:before {
	content: "1";
}

.dcli-home_2:before {
	content: "2";
}

.dcli-home_3:before {
	content: "3";
}

.dcli-arrow_l:before {
	content: "(";
}

.dcli-arrow_r:before {
	content: ")";
}

.dcli-prev:before {
	content: "[";
}

.dcli-next:before {
	content: "]";
}

.dcli-check:before {
	content: "^";
}

.dcli-arrow_down:before {
	content: "_";
}

.dcli-arrow_up:before {
	content: "`";
}

.dcli-logo_DCL:before {
	content: "?";
}

a.btn {
	background-color: #0099df;
	border-radius: 3px;
	padding: 13px 40px 14px;
	color: #fff;
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 13px;
	letter-spacing: 0;
	text-align: center;
	min-width: 145px;
	display: inline-block;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNyA5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3IDk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojQjZFQzAwO30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC40LDBoMy4xbDMuMSw0LjVMMy41LDlIMC40bDMuMS00LjVMMC40LDB6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+");
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 7px 9px;
}

@media only screen and (min-width: 64em) {
	a.btn {
		font-size: 16px;
		padding: 15px 40px 16px;
		min-width: 180px;
		transition: all .5s ease;
	}
}

a.btn--outline {
	display: inline-block;
	color: #000;
	background-color: #f0f7fc;
	border: 1px solid #231f20;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNyA5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3IDk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDA5OURGO30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC40LDBoMy4xbDMuMSw0LjVMMy41LDlIMC40bDMuMS00LjVMMC40LDB6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+");
}

a.btn--outline.nitro-lazy {
	background-image: none !important;
}

a.btn--outline:hover {
	background-color: #231f20;
	color: #fff;
}

a.btn--underline {
	position: relative;
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 16px;
	color: #231f20;
	padding: 0 5px 3px;
	display: inline-block;
	letter-spacing: .3px;
	transition: all .5s ease;
	overflow: hidden;
	box-shadow: inset 0 -.6em 0 0 #b6ec00;
}

@media only screen and (min-width: 64em) {
	a.btn--underline {
		font-size: 20px;
	}
	
	a.btn--underline:hover {
		box-shadow: inset 0 -.15em 0 0 #b6ec00;
	}
}

a.btn.nitro-lazy {
	background-image: none !important;
}

a.btn--white {
	background-color: #fff;
	color: #231f20;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNyA5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3IDk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDA5OURGO30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC40LDBoMy4xbDMuMSw0LjVMMy41LDlIMC40bDMuMS00LjVMMC40LDB6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+");
}

a.btn--white.nitro-lazy {
	background-image: none !important;
}

.button__next, .button__prev {
	width: 36px;
	height: 36px;
	z-index: 10;
	margin-left: 6px;
	cursor: pointer;
	transition: all .5s ease-in-out;
}

@media only screen and (min-width: 64em) {
	.button__next, .button__prev {
		margin-left: 8px;
		display: block;
		width: 58px;
		height: 58px;
	}
	
	.button__next--small, .button__prev--small {
		width: 49px;
		height: 49px;
	}
}

.button__next svg, .button__prev svg {
	transition: all .5s ease-in-out;
}

.button__next svg polygon, .button__prev svg polygon {
	fill: #231f20;
	transition: all .5s ease-in-out;
}

.button__next svg rect, .button__prev svg rect {
	fill: #b6ec00;
}

.button__next:focus, .button__prev:focus {
	outline: none;
}

.button__next svg polygon {
	transform: rotate(180deg);
	transform-origin: center center;
}

.block-hero {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: auto;
	display: flex;
	align-items: flex-end;
}

@media only screen and (min-width: 64em) {
	.block-hero {
		background: #4a4748;
	}
}

.block-hero-short {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #231f20;
	padding-top: 70px;
}

@media only screen and (min-width: 64em) {
	.block-hero-short {
		padding-top: 0;
	}
}

.block-hero-short figure {
	height: 0;
	position: relative;
	height: 35vh;
}

@media only screen and (min-width: 64em) {
	.block-hero-short figure {
		height: 70vh;
	}
}

.block-hero-short img {
	object-fit: cover;
	z-index: 0;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}

.block-hero__black {
	background-color: #231f20;
}

.block-hero__black .b-lazy__loading {
	background-color: #231f20 !important;
}

.block-hero__blue {
	background-color: #0099df;
}

.block-hero__blue .b-lazy__loading {
	background-color: #0099df !important;
}

.block-hero__icons svg {
	height: 22px;
	fill: #231f20;
	margin-left: 5px;
}

@media only screen and (min-width: 64em) {
	.block-hero__icons svg {
		height: 29px;
	}
}

.block-hero__img {
	position: relative;
	width: 100%;
	display: block;
	height: 40vh;
	object-fit: cover;
}

@media only screen and (min-width: 64em) {
	.block-hero__img {
		position: absolute;
		height: 100%;
		object-fit: cover;
		z-index: 0;
	}
	
	body.single-location .block-hero__img {
		position: relative;
		height: auto;
	}
}

.block-hero__content {
	position: relative;
	padding: 22px 20px 40px 0px;
	z-index: 10;
}

@media only screen and (min-width: 64em) {
	.block-hero__content {
		padding: 22px 20px 40px;
		width: 100%;
		max-width: 1460px;
		height: 100%;
		display: flex;
		justify-content: flex-end;
		flex-direction: column;
		padding: 0 44px 10vh;
		margin: 0 auto;
		z-index: 10px;
	}
}

.block-hero__content .wrap {
	padding-left: 0;
}

@media only screen and (min-width: 64em) {
	.block-hero__content .wrap {
		padding-left: 44px;
	}
}

.block-hero__content h1 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 64em) {
	.block-hero__content h1 {
		font-size: 50px;
		letter-spacing: 0;
		line-height: 56px;
	}
}

.block-hero__content p {
	margin-bottom: 35px;
}

@media only screen and (min-width: 64em) {
	.block-hero__content p {
		margin-bottom: 45px;
	}
}

.block-hero__cta {
	background-color: #fff;
	border-right: 10px solid #b6ec00;
	padding: 45px 40px;
	margin-left: 18px !important;
}

@media only screen and (min-width: 64em) {
	.block-hero__cta {
		border-right: 16px solid #b6ec00;
		padding-top: 45px 40px 55px 44px;
		margin-left: 18px !important;
		min-height: 400px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}

.block-hero__cta a:first-child {
	margin-right: 10px;
}

.block-hero__cta div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}

.fullpage__video {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	height: 100vh;
	width: 100%;
}

.fullpage__video video {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
}

.fullpage__video--blue {
	background-color: #19a7ff;
}

.fullpage__video--black {
	background-color: #282223;
}

.fullpage__image {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	height: 100vh;
	width: 100%;
}

.fullpage__image img {
	position: relative;
	width: 100%;
	display: block;
	height: 100vh;
	object-fit: cover;
}

.block-overview {
	position: relative;
}

@media only screen and (min-width: 64em) {
	.block-overview {
		height: 384px;
	}
}

.block-overview .wrap {
	background-color: #231f20;
	border-top: 9px solid #b6ec00;
	z-index: 10;
	padding: 30px;
}

@media only screen and (min-width: 64em) {
	.block-overview .wrap {
		padding: 0 20px;
		border-top: 15px solid #b6ec00;
		margin-top: -192px;
	}
}

.block-overview .wrap .row {
	align-items: center;
}

@media only screen and (min-width: 64em) {
	.block-overview .wrap .row {
		height: 369px;
	}
}

.block-overview .wrap h1, .block-overview .wrap .h1 {
	font-size: 28px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 30px;
}

@media only screen and (min-width: 64em) {
	.block-overview .wrap h1, .block-overview .wrap .h1 {
		font-size: 50px;
		line-height: 56px;
	}
}

@media only screen and (min-width: 64em) {
	.block-overview .wrap .block-blog-overview-single h1 {
		font-size: 44px;
		line-height: 50px;
	}
}

.block-overview .wrap p {
	color: #fff;
}

.block-overview .wrap p a {
	box-shadow: inset 0 -.6em 0 0 #b6ec00;
	padding: 0 5px 3px;
}

.block-overview .wrap p a:hover {
	box-shadow: inset 0 -.15em 0 0 #b6ec00;
}

.block-overview .wrap a {
	font-family: "TTCommons-DemiBold", sans-serif;
	transition: all .5s ease;
}

.block-overview--background-blue {
	background: #f0f7fc;
	background: linear-gradient(0deg, #f0f7fc 0%, #f0f7fc 50%, rgba(240, 247, 252, 0) 50%);
}

.block-overview--background-blue .wrap {
	background-color: #fff;
}

.block-overview--background-blue .wrap h1, .block-overview--background-blue .wrap strong, .block-overview--background-blue .wrap p {
	color: #231f20;
}

.block-overview--background-black {
	background: #231f20;
	background: linear-gradient(0deg, #231f20 0%, #231f20 50%, rgba(35, 31, 32, 0) 50%);
}

body.tag .block-overview--background-black {
	background: #fff;
	background: linear-gradient(0deg, #fff 0%, #fff 50%, rgba(35, 31, 32, 0) 50%);
}

.block-overview--background-black .wrap {
	background-color: #fff;
}

.block-overview--background-black .wrap h1, .block-overview--background-black .wrap strong, .block-overview--background-black .wrap p {
	color: #231f20;
}

.hero-bg-container {
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	overflow: visible;
	height: 110vh;
	min-height: 100%;
}

.hero-bg-container > img, .hero-bg-container > video {
	width: 100%;
	height: auto;
}

.block-bg-placeholder {
	height: 100px;
}

@media only screen and (min-width: 64em) {
	.block-bg-placeholder {
		height: 230px;
	}
}

.block-overview-r3 {
	position: relative;
	font-size: 16px;
}

@media only screen and (min-width: 48em) {
	.block-overview-r3 {
		font-size: 18px;
	}
}

@media only screen and (min-width: 64em) {
	.block-overview-r3 {
		font-size: 19px;
	}
}

.block-overview-r3 a.btn {
	font-size: 1em;
	text-shadow: 0 0 3px #231f20;
}

.block-overview-r3 a.btn:hover {
	background-color: #19a7ff;
}

.block-overview-r3 h1, .block-overview-r3 h2, .block-overview-r3 strong {
	font-weight: 400;
	line-height: 1em;
	margin-bottom: .25em;
}

.block-overview-r3 h1, .block-overview-r3 .h1 {
	font-size: 2em;
}

@media only screen and (min-width: 64em) {
	.block-overview-r3 h1, .block-overview-r3 .h1 {
		font-size: 3em;
	}
}

.block-overview-r3 h2, .block-overview-r3 .h2 {
	font-size: 1.8em;
}

@media only screen and (min-width: 64em) {
	.block-overview-r3 h2, .block-overview-r3 .h2 {
		font-size: 3em;
	}
}

.block-overview-r3 h3, .block-overview-r3 .h3 {
	font-size: 1.66em;
}

.block-overview-r3 h4, .block-overview-r3 .h4 {
	font-size: 1.3em;
}

.block-overview-r3 h5, .block-overview-r3 .h5 {
	font-size: 1.125em;
}

.block-overview-r3 h6, .block-overview-r3 .h6 {
	font-size: 1em;
}

.block-overview-r3 .h1, .block-overview-r3 .h2, .block-overview-r3 .h3, .block-overview-r3 .h4, .block-overview-r3 .h5, .block-overview-r3 .h6 {
	font-family: "TTCommons-DemiBold", sans-serif;
}

@media only screen and (min-width: 64em) {
	.block-overview-r3 .h1 span, .block-overview-r3 .h2 span, .block-overview-r3 .h3 span, .block-overview-r3 .h4 span, .block-overview-r3 .h5 span, .block-overview-r3 .h6 span {
		display: block;
	}
}

.block-overview-r3 ul.related-posts {
	list-style: inside disc;
	color: #009adf;
}

.block-overview-r3 ul.related-posts li {
	padding: .3em 0 .3em 0;
}

.block-overview-r3 ul.related-posts li a {
	color: #009adf;
}

.block-overview-r3 ul.related-posts li a:hover {
	color: #f0f7fc;
	cursor: pointer;
}

.block-overview-r3 .block-font {
	font-size: 1em;
	line-height: 1.25em;
	margin-bottom: 1.25em;
}

.block-overview-r3 .block-font b {
	font-weight: 700;
}

.block-overview-r3 .block-font-sm {
	font-size: .8em;
}

.block-overview-r3 .block-font-md {
	font-size: 1.125em;
	line-height: 1.4em;
}

.block-overview-r3 .block-font-lg {
	font-size: 1.25em;
	line-height: 1.5;
}

.block-overview-r3 .block-font-xl {
	font-size: 1.5em;
}

.block-overview-r3 .block-font-xxl {
	font-size: 2.5em;
}

.block-overview-r3 .mb-sm {
	margin-bottom: .25em;
}

.block-overview-r3 .mb {
	margin-bottom: .4em;
}

.block-overview-r3 .mt-md, .block-overview-r3 .my-md {
	margin-top: .75em;
}

.block-overview-r3 .mb-md, .block-overview-r3 .my-md {
	margin-bottom: .75em;
}

.block-overview-r3 .mt-lg, .block-overview-r3 .my-lg {
	margin-top: 1.25em;
}

.block-overview-r3 .mb-lg, .block-overview-r3 .my-lg {
	margin-bottom: 1.25em;
}

.block-overview-r3 .mt-xl, .block-overview-r3 .my-xl {
	margin-top: 2em;
}

.block-overview-r3 .mb-xl, .block-overview-r3 .my-xl {
	margin-bottom: 2em;
}

.block-overview-r3 .mb-reset {
	margin-bottom: 0;
}

@media only screen and (min-width: 64em) {
	.block-overview-r3 .px-0__medium {
		padding-left: 0;
		padding-right: 0;
	}
}

.block-overview-r3 .pt, .block-overview-r3 .py {
	padding-top: 1em;
}

.block-overview-r3 .pb, .block-overview-r3 .py {
	padding-bottom: 1em;
}

.block-overview-r3 .pr, .block-overview-r3 .px {
	padding-right: 1em;
}

.block-overview-r3 .py-md {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
}

.block-overview-r3 .pl, .block-overview-r3 .px {
	padding-left: 1em;
}

.block-overview-r3 .pt-lg, .block-overview-r3 .py-lg {
	padding-top: 2em;
}

.block-overview-r3 .pb-lg, .block-overview-r3 .py-lg {
	padding-bottom: 2em;
}

.block-overview-r3 .pt-xl, .block-overview-r3 .py-xl {
	padding-top: 2em;
}

@media only screen and (min-width: 64em) {
	.block-overview-r3 .pt-xl, .block-overview-r3 .py-xl {
		padding-top: 3em;
	}
}

.block-overview-r3 .pb-xl, .block-overview-r3 .py-xl {
	padding-bottom: 2em;
}

@media only screen and (min-width: 64em) {
	.block-overview-r3 .pb-xl, .block-overview-r3 .py-xl {
		padding-bottom: 3em;
	}
}

.block-overview-r3 .lineheight-lg {
	line-height: 1.125;
}

.block-overview-r3 .wrap {
	z-index: 10;
}

.block-overview-r3 .block-overview-headline {
	color: #231f20;
	background-color: #fff;
	border-top: .75em solid #b6ec00;
	padding: 2.75em 3em;
}

.block-overview-r3 .block-overview-breadcrumbs li {
	display: inline-block;
	margin-right: .75em;
	color: #868686;
}

.block-overview-r3 .block-overview-breadcrumbs li::before {
	content: "❯";
	font-family: TTCommons-Regular;
	color: #a0cf00;
	padding-right: .25em;
	display: inline-block;
	transform: translateY(1px);
}

.block-overview-r3 .block-overview-breadcrumbs li.block-overview-breadcrumbs__arr-left::before {
	content: "❮";
}

.block-overview-r3 .block-overview-breadcrumbs li a {
	color: #5f5f5f;
	padding: 0 .125em;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	transition: all .5s .25s ease;
}

.block-overview-r3 .block-overview-breadcrumbs li a:hover {
	color: #535353;
	border-bottom-color: #a0cf00;
}

.block-overview-r3 .block-promotion-form {
	background-color: #cdefff;
	border-right: .75em solid #b6ec00;
	padding: 1.8em 1.7em;
}

.block-overview-r3 .block-overview-hero-content {
	background-color: rgba(0, 0, 0, .8);
	padding-top: 2em;
	padding-bottom: 2em;
}

.block-overview-r3 .block-overview-content {
	color: #fff;
}

.block-overview-r3 .block-overview-content p, .block-overview-r3 .block-overview-content h1, .block-overview-r3 .block-overview-content h2, .block-overview-r3 .block-overview-content h3, .block-overview-r3 .block-overview-content h4, .block-overview-r3 .block-overview-content h5 {
	color: #fff;
	text-wrap: pretty;
}

.block-overview-r3 .block-logos {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-top: 2em;
}

.block-overview-r3 .hs-form-field label {
	font-size: 1em !important;
	margin-top: .75em;
	margin-bottom: .125em;
}

.block-embed-body {
	width: 100%;
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.block-embed-body.ratio-1 {
	padding-bottom: 100%;
}

.block-embed-body.ratio-2 {
	padding-bottom: 75%;
}

.block-embed-body.ratio-3 {
	padding-bottom: 62.5%;
}

.block-embed-body > img, .block-embed-body > video, .block-embed-body > iframe, .block-embed-body > .block-embed-media {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	height: 100%;
	width: 100%;
}

.dcl-character {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.dcl-character::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.dcl-character__d {
	margin-left: -50% !important;
	right: 50% !important;
}

.dcl-character__d::after {
	background-color: #fff;
	border-radius: 0 100% 100% 0;
	right: 0;
	bottom: 0;
}

.dcl-character__c::after {
	background-color: #fff;
	border-radius: 100% 0 0 100%;
	margin-left: 50%;
	width: 100%;
	bottom: 0;
}

.dcl-character__l::after {
	content: "";
	width: 0;
	height: 0;
	background-color: rgba(0, 0, 0, 0) !important;
	border-right: 500px solid rgba(0, 0, 0, 0);
	border-bottom: 500px solid #fff;
}

.dcl-character__o::after {
	background-color: #fff;
	border-radius: 50%;
	right: 0;
	bottom: 0;
}

.theme-green .dcl-character::after {
	background-color: #85c2af;
	border-bottom-color: #85c2af;
}

.theme-blue .dcl-character::after {
	background-color: #009adf;
	border-bottom-color: #009adf;
}

.theme-orange .dcl-character::after {
	background-color: #f8ae85;
	border-bottom-color: #f8ae85;
}

.theme-gray .dcl-character::after {
	background-color: #535353;
	border-bottom-color: #535353;
}

a.txt-link {
	transition: all .5s ease;
	padding: 0 0 .1em;
	color: #fff;
	text-shadow: 0 1px #231f20;
}

.theme-blue a.txt-link {
	box-shadow: inset 0 -.4em 0 0 #005379;
}

.theme-blue a.txt-link:hover {
	box-shadow: inset 0 -.2em 0 0 #005379;
}

.theme-blue .h2 {
	color: #009adf;
}

.theme-green a.txt-link {
	box-shadow: inset 0 -.4em 0 0 #4b967e;
}

.theme-green a.txt-link:hover {
	box-shadow: inset 0 -.2em 0 0 #4b967e;
}

.theme-green .h2 {
	color: #85c2af;
}

.theme-gray a.txt-link {
	box-shadow: inset 0 -.4em 0 0 #535353;
}

.theme-gray a.txt-link:hover {
	box-shadow: inset 0 -.2em 0 0 #535353;
}

.theme-orange .h2 {
	color: #f8ae85;
}

.theme-orange a.txt-link {
	box-shadow: inset 0 -.4em 0 0 #f26d24;
}

.theme-orange a.txt-link:hover {
	box-shadow: inset 0 -.2em 0 0 #f26d24;
}

.d-flex {
	display: flex;
}

.d-flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.align-center {
	align-items: center;
}

.align-start {
	align-items: self-start;
}

.align-end {
	align-items: self-end;
}

.text-align-left {
	text-align: left;
}

.text-align-center {
	text-align: center;
}

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

.text-nowrap {
	white-space: nowrap;
}

.bg-black {
	background-color: #231f20;
}

.bg-blue {
	background-color: #19a7ff;
}

.bg-white {
	background-color: #fff;
}

.bg-dark {
	background-color: #000;
}

.border-radius-md {
	border-radius: 10px;
}

.border-bottom-1 {
	border-bottom: 1px solid #d9e1ed;
}

.block-thumb-container {
	margin: 0;
	max-width: 300px;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 64em) {
	.block-thumb-container {
		max-width: 500px;
	}
}

.block-thumb-container .block-thumb {
	width: 80%;
}

.block-thumb-container .block-thumb video {
	border-radius: 10px;
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 64em) {
	.block-overview-content__reverted > .row {
		flex-direction: row-reverse;
	}
}

.theme-gray .block-thumb {
	margin-top: 20%;
}

.swiper-logo__form {
	overflow: hidden;
}

.swiper-logo__form .swiper-slide img {
	width: 150px;
	margin: auto;
}

@media only screen and (max-width: 48em) {
	.display-none-sm {
		display: none;
	}
}

.block-loader {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	border: 6px solid;
	border-color: #fff #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

.block-loader::after, .block-loader::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 6px solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0099df #0099df;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	box-sizing: border-box;
	animation: rotationBack .5s linear infinite;
	transform-origin: center center;
}

.block-loader::before {
	width: 24px;
	height: 24px;
	border-color: #fff #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotationBack {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(-360deg);
	}
}

.block-logos {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	background: #231f20;
	padding-top: 50px;
	padding-bottom: 55px;
	margin-bottom: 15px;
}

@media only screen and (min-width: 64em) {
	.block-logos {
		padding-top: 70px;
		padding-bottom: 85px;
		margin-bottom: 95px;
	}
}

.block-logos h2 {
	font-family: "TTCommons-DemiBold", sans-serif;
	color: rgba(169, 169, 169, .7);
	font-size: 19px;
	line-height: 27px;
	margin-bottom: 30px;
}

@media only screen and (min-width: 64em) {
	.block-logos h2 {
		font-size: 30px;
		line-height: 36px;
	}
}

.block-logos__container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.block-logos__container a {
	position: relative;
}

.block-headline {
	display: block;
	position: relative;
	width: 100%;
}

body.single-location .block-headline p {
	font-size: 15px;
	line-height: 25px;
	color: #333;
	margin-bottom: 30px;
}

@media only screen and (min-width: 64em) {
	body.single-location .block-headline p {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 40px;
	}
}

body.single-location .block-headline h1.large {
	font-size: 44px;
	line-height: 48px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 64em) {
	body.single-location .block-headline h1.large {
		font-size: 70px;
		line-height: 60px;
		margin-bottom: 15px;
	}
}

body.single-location .block-headline li {
	font-size: 14px;
	color: #4a4748;
	line-height: 27px;
	margin-bottom: 5px;
}

@media only screen and (min-width: 64em) {
	body.single-location .block-headline li {
		margin-bottom: 10px;
	}
}

.block-feature-image {
	position: relative;
	margin-bottom: 70px;
}

@media only screen and (min-width: 64em) {
	.block-feature-image {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
		margin: 35px 0 110px;
		min-height: 590px;
		overflow: hidden;
	}
}

.block-feature-image .block-feature-image__image {
	position: relative;
	width: 100%;
	display: block;
}

@media only screen and (min-width: 64em) {
	.block-feature-image .block-feature-image__image {
		position: absolute;
		right: 0;
		top: 0;
		width: 73.62%;
		z-index: -1;
	}
}

.block-feature-image__text div {
	background: #231f20;
	border-right: 10px solid #b6ec00;
	color: #fff;
	padding: 20px 30px 45px 30px;
	margin-bottom: 30px;
}

@media only screen and (min-width: 64em) {
	.block-feature-image__text div {
		border-right: 16px solid #b6ec00;
		padding: 80px 100px 85px 60px;
		margin-bottom: 0;
	}
}

.block-feature-image__text div h3, .block-feature-image__text div h4, .block-feature-image__text div h5, .block-feature-image__text div h6, .block-feature-image__text div strong {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
	color: #fff;
}

@media only screen and (min-width: 64em) {
	.block-feature-image__text div h3, .block-feature-image__text div h4, .block-feature-image__text div h5, .block-feature-image__text div h6, .block-feature-image__text div strong {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 35px;
	}
}

.block-feature-image__text div p {
	color: #fff;
}

.block-feature-image__text div a {
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 16px;
	letter-spacing: .3px;
	color: #fff;
	transition: all .5s ease;
}

.block-feature-image__text div a:after {
	content: "›";
	font-size: 28px;
	line-height: .5;
	color: #b6ec00;
	padding-left: 8px;
	display: inline-block;
	transform: translateY(2px);
}

@media only screen and (min-width: 64em) {
	.block-feature-image__text div a:after {
		font-size: 34px;
		padding-left: 16px;
		transition: all .5s .25s ease;
	}
}

@media only screen and (min-width: 64em) {
	.block-feature-image__text div a {
		font-size: 20px;
	}
	
	.block-feature-image__text div a:hover {
		color: #b6ec00;
	}
	
	.block-feature-image__text div a:hover:after {
		color: #fff;
	}
}

.block-feature-image .wrap {
	z-index: 10;
	position: relative;
	min-height: 145vw;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center right;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	padding-left: 0px;
}

@media only screen and (min-width: 64em) {
	.block-feature-image .wrap {
		min-height: 590px;
		background-size: 72.1%;
		background-position: center right;
		padding-left: 0;
		align-items: center;
		max-width: 1162px;
	}
}

.block-feature-image span {
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 40px;
	color: #231f20;
	line-height: 48px;
	margin: 0 30px 22px;
	display: block;
}

.block-feature-image p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 22px;
}

@media only screen and (min-width: 64em) {
	.block-feature-image p {
		color: #fff;
		font-size: 20px;
		line-height: 30px;
	}
}

.block-feature-image h2, .block-feature-image h3, .block-feature-image h4, .block-feature-image h5, .block-feature-image h6, .block-feature-image strong {
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 22px;
	margin-top: 24px;
	display: block;
	color: #231f20;
}

@media only screen and (min-width: 64em) {
	.block-feature-image h2, .block-feature-image h3, .block-feature-image h4, .block-feature-image h5, .block-feature-image h6, .block-feature-image strong {
		color: #fff;
		font-size: 50px;
		line-height: 60px;
		margin-top: 0px;
	}
}

.block-feature-rounded {
	display: flex;
	position: relative;
	height: auto;
	flex-direction: column;
}

.block-feature-rounded--left {
	padding-top: 55px;
	padding-right: 22px;
	padding-bottom: 55px;
}

@media only screen and (min-width: 64em) {
	.block-feature-rounded--left {
		padding-right: 0;
		padding-bottom: 100px;
	}
}

.block-feature-rounded--right {
	padding-top: 55px;
	padding-left: 22px;
	padding-bottom: 55px;
}

@media only screen and (min-width: 64em) {
	.block-feature-rounded--right {
		padding-left: 0;
		padding-bottom: 100px;
	}
}

@media only screen and (min-width: 64em) {
	.block-feature-rounded {
		display: flex;
		width: 100%;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		height: 656px;
	}
}

.block-feature-rounded span {
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 28px;
	color: #231f20;
	line-height: 1;
	margin-bottom: 30px;
	display: inline-block;
	border-bottom: 4px solid #b6ec00;
	padding: 2px 3px 4px;
}

@media only screen and (min-width: 64em) {
	.block-feature-rounded span {
		font-size: 50px;
		border-bottom: 6px solid #b6ec00;
	}
}

.block-feature-rounded span.dates {
	color: #b6ec00;
	border-bottom: none;
	padding: 5px 0;
	font-size: 22px;
	line-height: 28px;
}

.block-feature-rounded h3 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 25px;
}

@media only screen and (min-width: 64em) {
	.block-feature-rounded h3 {
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 30px;
	}
}

.block-feature-rounded p {
	margin-bottom: 25px;
}

@media only screen and (min-width: 64em) {
	.block-feature-rounded p {
		margin-bottom: 50px;
	}
}

@media only screen and (min-width: 64em) {
	.block-feature-rounded__text {
		order: 1;
		width: 50%;
	}
}

.block-feature-rounded__img {
	position: relative;
	margin-bottom: 30px;
}

.block-feature-rounded__img .icon .one {
	width: 206px;
}

@media only screen and (min-width: 64em) {
	.block-feature-rounded__img .icon .one {
		width: 425px;
	}
}

.block-feature-rounded__img .icon .two {
	width: 242px;
}

@media only screen and (min-width: 64em) {
	.block-feature-rounded__img .icon .two {
		width: 499px;
	}
}

.block-feature-rounded__img .icon .three {
	width: 196px;
}

@media only screen and (min-width: 64em) {
	.block-feature-rounded__img .icon .three {
		width: 425px;
	}
}

.block-feature-rounded__img--right {
	width: 100%;
	overflow: hidden;
}

.block-feature-rounded__img--right .masker {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	height: 100%;
}

.block-feature-rounded__img--right .icon {
	position: absolute;
	top: 0;
	left: 76px;
	z-index: 2;
}

@media only screen and (min-width: 64em) {
	.block-feature-rounded__img--right .icon {
		left: 145px;
	}
}

.block-feature-rounded__img--right .icon svg path, .block-feature-rounded__img--right .icon svg rect, .block-feature-rounded__img--right .icon svg polygon {
	fill: #fff;
}

.block-feature-rounded__img--left {
	width: 100%;
	overflow: hidden;
}

.block-feature-rounded__img--left .masker {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	height: 100%;
	transform: rotate(180deg) translateX(-2px);
}

.block-feature-rounded__img--left .icon {
	position: absolute;
	top: 0;
	right: 55px;
	z-index: 2;
}

@media only screen and (min-width: 64em) {
	.block-feature-rounded__img--left .icon {
		right: 110px;
	}
}

.block-feature-rounded__img--left .icon svg path, .block-feature-rounded__img--left .icon svg rect, .block-feature-rounded__img--left .icon svg polygon {
	fill: #fff;
}

@media only screen and (min-width: 64em) {
	.block-feature-rounded__img {
		position: absolute;
		overflow: hidden;
	}
	
	.block-feature-rounded__img--right {
		left: 50%;
	}
	
	.block-feature-rounded__img--left {
		width: 50%;
		left: 0;
	}
}

.block-feature-rounded__img img, .block-feature-rounded__img svg {
	display: block;
	height: 240px;
}

@media only screen and (min-width: 64em) {
	.block-feature-rounded__img img, .block-feature-rounded__img svg {
		height: 500px;
	}
}

.masker svg {
	height: 100%;
	width: auto;
	fill: #fff;
	display: block;
}

.block-testimonials {
	position: relative;
	overflow: auto;
	background-image: url("https://cdn-ilejibe.nitrocdn.com/HUGRtsgRvPXzheLWVCjafBYBhJCHlmJb/assets/images/source/rev-c9d9a21/dclcorp.com/wp-content/themes/dcl-v2/img/svg/background_testimonials.svg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 550%;
	margin-top: 50px;
	margin-bottom: 60px;
}

.block-testimonials.nitro-lazy {
	background-image: none !important;
}

@media only screen and (min-width: 64em) {
	.block-testimonials {
		margin-top: 120px;
		margin-bottom: 120px;
		height: 711px;
		background-size: cover;
	}
}

.block-testimonials__bar {
	align-items: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

@media only screen and (min-width: 64em) {
	.block-testimonials__bar {
		margin-top: 0;
		margin-bottom: 40px;
	}
}

.block-testimonials__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	overflow: hidden;
	padding-top: 40px;
}

@media only screen and (min-width: 64em) {
	.block-testimonials__container {
		padding-top: 110px;
		padding-bottom: 74px;
	}
}

.block-testimonials__container .row > * {
	width: calc(50% - 20px);
}

@media only screen and (min-width: 64em) {
	.block-testimonials__container .row > * {
		width: calc(50% - 62px);
	}
}

.block-testimonials__title h4 {
	font-size: 24px;
	line-height: 1;
}

@media only screen and (min-width: 64em) {
	.block-testimonials__title h4 {
		font-size: 40px;
	}
}

.block-testimonials__nav {
	display: flex;
	justify-content: flex-end;
}

.block-testimonials__form .swiper-slide, .block-testimonials__container .swiper-slide {
	height: auto !important;
}

.block-testimonials__form .swiper-slide a, .block-testimonials__container .swiper-slide a {
	height: 90px;
}

.block-testimonials__form .swiper-slide blockquote, .block-testimonials__container .swiper-slide blockquote {
	flex-grow: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.block-testimonials__form .swiper-simple, .block-testimonials__container .swiper-simple {
	position: relative;
}

.block-testimonials__form .swiper-simple__buttons, .block-testimonials__container .swiper-simple__buttons {
	display: none;
	position: absolute;
	right: 44px;
	top: 0;
}

@media only screen and (min-width: 64em) {
	.block-testimonials__form .swiper-simple__buttons, .block-testimonials__container .swiper-simple__buttons {
		display: flex;
	}
}

.block-testimonials__form .swiper-simple__item, .block-testimonials__container .swiper-simple__item {
	padding: 30px 25px;
	background: #cdefff;
	margin-bottom: 10px;
	min-height: 316px;
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
}

@media only screen and (min-width: 64em) {
	.block-testimonials__form .swiper-simple__item, .block-testimonials__container .swiper-simple__item {
		padding: 50px 55px;
		min-height: 385px;
	}
}

.block-testimonials__form .swiper-simple__item a img, .block-testimonials__container .swiper-simple__item a img {
	width: 120px;
	margin-bottom: 30px;
	user-select: none;
}

.block-testimonials__form .swiper-simple__item blockquote p, .block-testimonials__container .swiper-simple__item blockquote p {
	margin-bottom: 40px;
}

.block-testimonials__form .swiper-simple__item blockquote p:before, .block-testimonials__container .swiper-simple__item blockquote p:before {
	content: "“";
}

.block-testimonials__form .swiper-simple__item blockquote p:after, .block-testimonials__container .swiper-simple__item blockquote p:after {
	content: "”";
}

.block-testimonials__form .swiper-simple__item blockquote footer, .block-testimonials__container .swiper-simple__item blockquote footer {
	margin-top: 0;
	background-color: rgba(0, 0, 0, 0);
	display: flex;
	flex-direction: row;
	align-items: center;
}

.block-testimonials__form .swiper-simple__item blockquote footer img, .block-testimonials__container .swiper-simple__item blockquote footer img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-right: 35px;
}

.block-testimonials__form .swiper-simple__item blockquote footer cite, .block-testimonials__container .swiper-simple__item blockquote footer cite {
	display: block;
}

.block-testimonials__form .swiper-simple__item blockquote footer cite.author, .block-testimonials__container .swiper-simple__item blockquote footer cite.author {
	font-family: "TTCommons-DemiBold", sans-serif;
	color: #231f20;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 3px;
}

@media only screen and (min-width: 64em) {
	.block-testimonials__form .swiper-simple__item blockquote footer cite.author, .block-testimonials__container .swiper-simple__item blockquote footer cite.author {
		font-size: 22px;
	}
}

.block-testimonials__form .swiper-simple__item blockquote footer cite.company, .block-testimonials__container .swiper-simple__item blockquote footer cite.company {
	font-family: "TTCommons-Regular", sans-serif;
	color: #231f20;
	font-size: 14px;
	line-height: 18px;
}

@media only screen and (min-width: 64em) {
	.block-testimonials__form .swiper-simple__item blockquote footer cite.company, .block-testimonials__container .swiper-simple__item blockquote footer cite.company {
		font-size: 18px;
		line-height: 21px;
	}
}

.block-team-list {
	padding-top: 20px;
}

.block-team-list .col-12 h2, .block-team-list .col-12 h3, .block-team-list .col-12 h4, .block-team-list .col-12 h5, .block-team-list .col-12 h6, .block-team-list .col-12 strong {
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 70px;
}

.block-team-list .col-4 {
	margin-bottom: 80px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.block-team-list .col-4 .img-ratio {
	margin-bottom: 45px;
}

.block-team-list .col-4 h2, .block-team-list .col-4 h3, .block-team-list .col-4 h4, .block-team-list .col-4 h5, .block-team-list .col-4 h6, .block-team-list .col-4 strong {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 10px;
}

.block-team-list .col-4 span {
	font-family: "TTCommons-DemiBold", sans-serif;
	display: inline-block;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 20px;
}

.block-team-list .col-4 a {
	display: inline-block;
	margin-right: 10px;
}

.block-overview.block-overview--background-white .wrap {
	background-color: #231f20;
}

.block-overview.block-overview--background-white .wrap h1, .block-overview.block-overview--background-white .wrap h2, .block-overview.block-overview--background-white .wrap h3, .block-overview.block-overview--background-white .wrap h4, .block-overview.block-overview--background-white .wrap h5, .block-overview.block-overview--background-white .wrap h6, .block-overview.block-overview--background-white .wrap strong, .block-overview.block-overview--background-white .wrap p {
	color: #fff;
}

.block-technology-partner-list {
	padding-top: 70px;
}

@media only screen and (min-width: 64em) {
	.block-technology-partner-list {
		padding-top: 150px;
	}
}

.block-technology-partner-list .col-12 h2, .block-technology-partner-list .col-12 h3, .block-technology-partner-list .col-12 h4, .block-technology-partner-list .col-12 h5, .block-technology-partner-list .col-12 h6, .block-technology-partner-list .col-12 strong {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 30px;
}

@media only screen and (min-width: 64em) {
	.block-technology-partner-list .col-12 h2, .block-technology-partner-list .col-12 h3, .block-technology-partner-list .col-12 h4, .block-technology-partner-list .col-12 h5, .block-technology-partner-list .col-12 h6, .block-technology-partner-list .col-12 strong {
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 70px;
	}
}

.block-technology-partner-list .col-4 {
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media only screen and (min-width: 64em) {
	.block-technology-partner-list .col-4 {
		margin-bottom: 80px;
	}
}

.block-technology-partner-list .col-4 h2, .block-technology-partner-list .col-4 h3, .block-technology-partner-list .col-4 h4, .block-technology-partner-list .col-4 h5, .block-technology-partner-list .col-4 h6 {
	font-size: 20px;
	line-height: 24px;
}

body.integrations .block-technology-partner-list .col-4 h2, body.integrations .block-technology-partner-list .col-4 h3, body.integrations .block-technology-partner-list .col-4 h4, body.integrations .block-technology-partner-list .col-4 h5, body.integrations .block-technology-partner-list .col-4 h6 {
	margin-bottom: 10px;
}

@media only screen and (min-width: 64em) {
	.block-technology-partner-list .col-4 h2, .block-technology-partner-list .col-4 h3, .block-technology-partner-list .col-4 h4, .block-technology-partner-list .col-4 h5, .block-technology-partner-list .col-4 h6 {
		font-size: 30px;
		line-height: 34px;
	}
}

.block-technology-partner-list .col-4 strong {
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 64em) {
	.block-technology-partner-list .col-4 strong {
		font-size: 20px;
		line-height: 24px;
	}
}

.block-technology-partner-list .col-4 span {
	font-family: "TTCommons-DemiBold", sans-serif;
	display: inline-block;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 20px;
}

.block-technology-partner-list .col-4 a {
	display: inline-block;
}

.block-edi-partner-list {
	padding-top: 70px;
}

@media only screen and (min-width: 64em) {
	.block-edi-partner-list {
		padding-top: 150px;
	}
}

.block-edi-partner-list .col-3 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media only screen and (min-width: 64em) {
	.block-edi-partner-list .col-3 {
		margin-bottom: 80px;
	}
}

.block-edi-partner-list .col-3 h2, .block-edi-partner-list .col-3 h3, .block-edi-partner-list .col-3 h4, .block-edi-partner-list .col-3 h5, .block-edi-partner-list .col-3 h6, .block-edi-partner-list .col-3 strong {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 64em) {
	.block-edi-partner-list .col-3 h2, .block-edi-partner-list .col-3 h3, .block-edi-partner-list .col-3 h4, .block-edi-partner-list .col-3 h5, .block-edi-partner-list .col-3 h6, .block-edi-partner-list .col-3 strong {
		font-size: 30px;
		line-height: 34px;
	}
}

.block-edi-partner-list .col-3 span {
	font-family: "TTCommons-DemiBold", sans-serif;
	display: inline-block;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 20px;
}

.block-edi-partner-list .col-3 a {
	display: inline-block;
}

.block-edi-partner-list .col-9 {
	columns: 3 240px;
	column-gap: 3.7em;
	padding-top: 6px;
}

.block-edi-partner-list .col-9 li {
	font-size: 18px;
	line-height: 30px;
}

@media only screen and (min-width: 64em) {
	.block-edi-partner-list .col-9 li {
		font-size: 21px;
		line-height: 28px;
	}
}

@media only screen and (min-width: 64em) {
	.block-edi-partner-list .col-9 li.offset {
		padding: 0 5px 3px;
	}
}

@media only screen and (min-width: 64em) {
	.block-edi-partner-list .col-9 li a {
		padding: 0 5px 3px;
		transition: all .5s ease;
		box-shadow: inset 0 0 0 0 #b6ec00;
	}
	
	.block-edi-partner-list .col-9 li a:hover {
		box-shadow: inset 0 -.6em 0 0 #b6ec00;
	}
}

.forohfour .col-12 {
	columns: 4 240px;
	column-gap: 3.7em;
	padding-top: 100px;
	padding-bottom: 100px;
}

.forohfour .col-12 div {
	break-inside: avoid-column;
	margin-bottom: 30px;
}

.forohfour .col-12 div strong {
	padding: 0 0 3px;
}

.forohfour .col-12 div li, .forohfour .col-12 div strong {
	font-size: 18px;
	line-height: 30px;
}

.forohfour .col-12 div li a, .forohfour .col-12 div strong a {
	padding: 0 0 3px;
	transition: all .5s ease;
	box-shadow: inset 0 0 0 0 #b6ec00;
}

.forohfour .col-12 div li a:hover, .forohfour .col-12 div strong a:hover {
	box-shadow: inset 0 -.6em 0 0 #b6ec00;
}

.block-text {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 30px;
}

@media only screen and (min-width: 64em) {
	.block-text {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	
	body.contact-us .block-text {
		padding-top: 30px;
		padding-bottom: 10px;
	}
}

.block-text a {
	color: #231f20;
	font-family: "TTCommons-DemiBold", sans-serif;
	box-shadow: inset 0 -.6em 0 0 #b6ec00;
	transition: all .5s ease;
	padding: 0 5px 3px;
}

.block-text a:hover {
	box-shadow: inset 0 -.15em 0 0 #b6ec00;
}

body.contact-us .block-text a {
	color: #fff;
	box-shadow: none;
	padding: 0;
}

body.page-template-template-form .block-text {
	padding-top: 0;
	padding-bottom: 20px;
}

.block-text h1, .block-text h2, .block-text h3, .block-text h4, .block-text h5, .block-text h6, .block-text strong {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 35px;
}

@media only screen and (min-width: 64em) {
	.block-text h1, .block-text h2, .block-text h3, .block-text h4, .block-text h5, .block-text h6, .block-text strong {
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 0;
	}
}

.block-quote {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
}

.block-quote blockquote {
	position: relative;
	display: inline-block;
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 26px;
	color: #231f20;
	line-height: 33px;
	padding: 50px 100px;
}

.block-column-text {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 60px;
	padding-top: 70px;
}

.block-column-text .col-4 h1, .block-column-text .col-4 h2, .block-column-text .col-4 h3, .block-column-text .col-4 h4, .block-column-text .col-4 h5, .block-column-text .col-4 h6 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 35px;
}

@media only screen and (min-width: 64em) {
	.block-column-text .col-4 h1, .block-column-text .col-4 h2, .block-column-text .col-4 h3, .block-column-text .col-4 h4, .block-column-text .col-4 h5, .block-column-text .col-4 h6 {
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 0;
	}
}

.block-column-text .col-7 h1, .block-column-text .col-7 h2, .block-column-text .col-7 h3, .block-column-text .col-7 h4, .block-column-text .col-7 h5, .block-column-text .col-7 h6 {
	font-size: 19px;
	line-height: 23px;
	margin-bottom: 15px;
}

@media only screen and (min-width: 64em) {
	.block-column-text .col-7 h1, .block-column-text .col-7 h2, .block-column-text .col-7 h3, .block-column-text .col-7 h4, .block-column-text .col-7 h5, .block-column-text .col-7 h6 {
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 25px;
	}
}

.block-column-text .col-7 p {
	margin-bottom: 40px;
}

.block-column-list {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 50px;
}

@media only screen and (min-width: 64em) {
	.block-column-list {
		padding-top: 120px;
	}
}

.block-column-list .col-4 h1, .block-column-list .col-4 h2 {
	font-size: 26px;
	margin-bottom: 35px;
}

@media only screen and (min-width: 64em) {
	.block-column-list .col-4 h1, .block-column-list .col-4 h2 {
		font-size: 40px;
		margin-bottom: 0;
	}
}

.block-column-list .col-4 h3, .block-column-list .col-4 h4, .block-column-list .col-4 h5, .block-column-list .col-4 h6 {
	font-size: 24px;
	margin-bottom: 35px;
}

@media only screen and (min-width: 64em) {
	.block-column-list .col-4 h3, .block-column-list .col-4 h4, .block-column-list .col-4 h5, .block-column-list .col-4 h6 {
		font-size: 40px;
		margin-bottom: 0;
	}
}

.block-column-list .col-8 h1, .block-column-list .col-8 h2, .block-column-list .col-8 h3, .block-column-list .col-8 h4, .block-column-list .col-8 h5, .block-column-list .col-8 h6, .block-column-list .col-8 strong {
	font-size: 19px;
	line-height: 23px;
	margin-bottom: 5px;
}

@media only screen and (min-width: 64em) {
	.block-column-list .col-8 h1, .block-column-list .col-8 h2, .block-column-list .col-8 h3, .block-column-list .col-8 h4, .block-column-list .col-8 h5, .block-column-list .col-8 h6, .block-column-list .col-8 strong {
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 25px;
	}
}

.block-column-list .col-8 p {
	margin-bottom: 40px;
}

.block-column-list .col-8 .wrap {
	padding-left: 0;
	padding-right: 0;
}

@media only screen and (min-width: 64em) {
	.block-column-list .col-8 .wrap .col-6 {
		margin-bottom: 20px;
	}
}

.block-column-list .col-8 .wrap .col-6:last-child p {
	margin-bottom: 0;
}

.block-column-list .col-8 .col__icons h1, .block-column-list .col-8 .col__icons h2, .block-column-list .col-8 .col__icons h3, .block-column-list .col-8 .col__icons h4, .block-column-list .col-8 .col__icons h5, .block-column-list .col-8 .col__icons h6, .block-column-list .col-8 .col__icons strong {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 25px;
	font-weight: normal;
}

.block-column-list .col-8 .col__icons .icon {
	display: block;
	margin-bottom: 15px;
	height: 46px;
}

.block-column-list .col-8 .col__facts h1, .block-column-list .col-8 .col__facts h2, .block-column-list .col-8 .col__facts h3, .block-column-list .col-8 .col__facts h4, .block-column-list .col-8 .col__facts h5, .block-column-list .col-8 .col__facts h6, .block-column-list .col-8 .col__facts strong {
	font-size: 50px;
	line-height: 34px;
	margin-bottom: 15px;
}

.block-image {
	margin-bottom: 60px;
}

.block-image img {
	max-width: 100%;
	display: block;
}

.block-image__caption {
	margin-top: 10px;
	margin-bottom: 35px;
	font-size: 12px;
	line-height: 24px;
	color: #333;
}

.block-image--full img {
	width: 100%;
}

.block-image--relative {
	position: relative;
}

.form {
	background: #f0f7fc;
	padding-top: 100px;
}

@media only screen and (min-width: 64em) {
	.form {
		padding-top: 150px;
	}
}

.form .swiper-simple__item {
	min-height: auto;
	margin-bottom: 30px;
}

.form .swiper-simple__item a {
	height: auto;
}

.form .swiper-simple__item blockquote p {
	margin-bottom: 20px;
}

.form .col-4 h1 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 30px;
}

@media only screen and (min-width: 64em) {
	.form .col-4 h1 {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 20px;
		width: 80%;
	}
}

.form .col-4 ul li {
	font-size: 16px;
	margin-bottom: 14px;
	line-height: 28px;
	list-style: disc;
	margin-left: 1.2rem;
}

.form .col-4 ul li strong {
	font-family: "TTCommons-DemiBold", sans-serif;
}

@media only screen and (min-width: 64em) {
	.form .col-4 ul li {
		font-size: 22px;
		margin-bottom: 20px;
	}
}

.form .col-4 ul.arrow {
	list-style: none;
	margin-bottom: 40px;
}

.form .col-4 ul.arrow li {
	list-style: none;
}

.form .col-4 ul.arrow li::before {
	height: 1em;
	width: 1em;
	display: block;
	content: "";
	float: left;
	margin-left: -1.2em;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNyA5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3IDk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojQjZFQzAwO30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC40LDBoMy4xbDMuMSw0LjVMMy41LDlIMC40bDMuMS00LjVMMC40LDB6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+");
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: center bottom;
}

@media only screen and (min-width: 64em) {
	.form .col-4 ul.arrow li::before {
		background-position: center 67%;
	}
}

.form .col-8 h2 {
	font-size: 24px;
	line-height: 28px;
	padding-top: 11px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 64em) {
	.form .col-8 h2 {
		font-size: 30px;
		line-height: 34px;
	}
}

.form-main block-text, .form-main p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.hs-form fieldset {
	max-width: none !important;
}

.hs-form-field label {
	font-family: "TTCommons-DemiBold", sans-serif !important;
	font-size: 16px !important;
	line-height: 20px !important;
	margin-top: 20px;
	margin-bottom: 5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

body.contact-us .hs-form-field label {
	color: #fff !important;
}

body.contact-us .hs-form-field label.hs-error-msg {
	color: red !important;
}

@media only screen and (min-width: 64em) {
	.hs-form-field label {
		font-size: 22px !important;
		line-height: 28px !important;
		margin-top: 35px;
	}
}

.hs-form-field label.hs-error-msg {
	font-family: "TTCommons-Regular", sans-serif !important;
	font-size: 15px !important;
	line-height: 16px !important;
	margin-top: 10px;
	margin-bottom: 0;
	color: red !important;
}

.hs-form-required {
	color: #0099df;
	margin-left: 2px;
}

.hs-button {
	background-color: #0099df;
	border-radius: 3px;
	padding: 9px 18px;
	color: #fff;
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 13px;
	letter-spacing: 0;
	text-align: center;
	min-width: 145px;
	display: inline-block;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNyA5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3IDk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojQjZFQzAwO30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC40LDBoMy4xbDMuMSw0LjVMMy41LDlIMC40bDMuMS00LjVMMC40LDB6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+");
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-size: 7px 9px;
	border: none;
	margin-top: 40px;
}

.hs-button.nitro-lazy {
	background-image: none !important;
}

@media only screen and (min-width: 64em) {
	.hs-button {
		font-size: 16px;
		padding: 15px 10px 16px 0;
		min-width: 196px;
		transition: all .5s ease;
	}
}

.hs-form input[type=text], .hs-form input[type=email], .hs-form input[type=tel], .hs-form input[type=number], .hs-form input[type=file], .hs-form select, .hs-form textarea {
	border: none;
	background-color: #fff;
	border: 1px solid #d8e1ee;
	border-radius: 4px;
	-webkit-appearance: none;
	font-size: 16px !important;
	padding: 8px !important;
	width: 90%;
}

@media only screen and (min-width: 64em) {
	.hs-form input[type=text], .hs-form input[type=email], .hs-form input[type=tel], .hs-form input[type=number], .hs-form input[type=file], .hs-form select, .hs-form textarea {
		font-size: 20px !important;
	}
}

body.contact-us .hs-form input[type=text], body.contact-us .hs-form input[type=email], body.contact-us .hs-form input[type=tel], body.contact-us .hs-form input[type=number], body.contact-us .hs-form input[type=file], body.contact-us .hs-form select, body.contact-us .hs-form textarea {
	color: #fff !important;
	background-color: #444 !important;
	border: 1px solid #444 !important;
}

body.contact-us .hs-form input[type=text].invalid, body.contact-us .hs-form input[type=text].error, body.contact-us .hs-form input[type=email].invalid, body.contact-us .hs-form input[type=email].error, body.contact-us .hs-form input[type=tel].invalid, body.contact-us .hs-form input[type=tel].error, body.contact-us .hs-form input[type=number].invalid, body.contact-us .hs-form input[type=number].error, body.contact-us .hs-form input[type=file].invalid, body.contact-us .hs-form input[type=file].error, body.contact-us .hs-form select.invalid, body.contact-us .hs-form select.error, body.contact-us .hs-form textarea.invalid, body.contact-us .hs-form textarea.error {
	border-color: red !important;
}

@media only screen and (min-width: 64em) {
	.hs-form input[type=text].hs-firstname, .hs-form input[type=email].hs-firstname, .hs-form input[type=tel].hs-firstname, .hs-form input[type=number].hs-firstname, .hs-form input[type=file].hs-firstname, .hs-form select.hs-firstname, .hs-form textarea.hs-firstname {
		width: 90%;
	}
}

.hs-form input[type=text].invalid, .hs-form input[type=text].error, .hs-form input[type=email].invalid, .hs-form input[type=email].error, .hs-form input[type=tel].invalid, .hs-form input[type=tel].error, .hs-form input[type=number].invalid, .hs-form input[type=number].error, .hs-form input[type=file].invalid, .hs-form input[type=file].error, .hs-form select.invalid, .hs-form select.error, .hs-form textarea.invalid, .hs-form textarea.error {
	border-color: red !important;
}

.hs-form input[type=file] {
	display: flex;
	align-content: center;
}

.hs-form textarea {
	height: 150px;
}

select.hs-input {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNyAxMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTcgMTE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMjMxRjIwO30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjguNSwxMC42IDAuMywxLjggMS43LDAuNCA4LjUsNy42IDE1LjMsMC40IDE2LjcsMS44IAkJIi8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==");
	background-repeat: no-repeat;
	background-size: 11px 7px;
	background-position: 97%;
	font-size: 16px !important;
	line-height: 20px !important;
}

select.hs-input.nitro-lazy {
	background-image: none !important;
}

body.contact-us select.hs-input {
	color: #fff !important;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNyAxMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTcgMTE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjguNSwxMC42IDAuMywxLjggMS43LDAuNCA4LjUsNy42IDE1LjMsMC40IDE2LjcsMS44IAkJIi8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==");
}

body.contact-us select.hs-input.nitro-lazy {
	background-image: none !important;
}

@media only screen and (min-width: 64em) {
	select.hs-input {
		background-size: 17px 11px;
		font-size: 20px !important;
		line-height: 28px !important;
		background-position: 98%;
	}
}

input[type=text]::placeholder, textarea::placeholder {
	color: #adadad;
	opacity: 1;
}

input[type=text]:-ms-input-placeholder, input[type=text]::-ms-input-placeholder, textarea:-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: #adadad;
}

.gfield_error textarea:-ms-input-placeholder, .gfield_error textarea::-ms-input-placeholder, .gfield_error input[type=text]::placeholder, .gfield_error textarea::placeholder {
	color: #f30 !important;
}

.gform_wrapper div.validation_error {
	display: none;
}

.hs-richtext p {
	background-color: rgba(0, 0, 0, 0) !important;
	margin-bottom: 24px !important;
}

@media only screen and (min-width: 64em) {
	.hs-richtext p {
		margin-bottom: 30px !important;
	}
}

.hs-richtext img {
	margin: 35px 0 5px;
}

label.hs-form-checkbox-display, label.hs-form-booleancheckbox-display, label.hs-form-radio-display {
	margin-top: 15px !important;
	margin-bottom: 0 !important;
}

.hs-form-booleancheckbox-display span, .hs-form-checkbox-display span, .hs-form-radio-display span {
	font-family: "TTCommons-Regular", sans-serif !important;
	margin-left: 10px;
	font-size: 16px !important;
	min-width: 90%;
}

@media only screen and (min-width: 64em) {
	.hs-form-booleancheckbox-display span, .hs-form-checkbox-display span, .hs-form-radio-display span {
		font-size: 20px !important;
	}
}

.hs-fieldtype-booleancheckbox {
	margin-top: 35px;
	margin-bottom: 5px;
}

.hs-form input[type=checkbox], .hs-form input[type=radio] {
	width: 16px !important;
	height: 16px !important;
}

.hs_error_rollup {
	margin: 30px 0 0;
	background-color: red;
	color: #fff;
	padding: 15px;
	border-radius: 3px;
}

#form-container h1:first-child, #form-container h2:first-child {
	margin-top: 0;
	padding-top: 0;
}

.sidebar-text .swiper-slide a {
	height: auto;
}

.sidebar-text .swiper-simple__item {
	margin-top: 40px;
	padding: 30px 35px 25px;
	min-height: auto;
	border-radius: 3px;
}

.sidebar-text .swiper-simple__item p {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 25px;
}

.sidebar-text .swiper-simple__item cite.author, .sidebar-text .swiper-simple__item cite.company {
	font-size: 15px;
	line-height: 19px;
}

.sidebar-text .swiper-simple__item blockquote footer img {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	margin-right: 15px;
}

.hs-input {
	font-family: "TTCommons-Regular", sans-serif !important;
}

.block-divider {
	position: relative;
	width: 100%;
	height: 185px;
	background-image: url("https://cdn-ilejibe.nitrocdn.com/HUGRtsgRvPXzheLWVCjafBYBhJCHlmJb/assets/images/source/rev-c9d9a21/dclcorp.com/wp-content/themes/dcl-v2/img/svg/divider.svg");
	background-repeat: no-repeat;
	background-size: 3500px 185px;
	background-position: 57.4% 50%;
	margin: 0 0 60px;
}

.block-divider.nitro-lazy {
	background-image: none !important;
}

.block-blog {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 60px;
	padding-top: 70px;
}

.block-blog-overview .wrap {
	background-color: #fff;
	color: #231f20;
}

.block-blog-overview .wrap h1, .block-blog-overview .wrap h2, .block-blog-overview .wrap h3, .block-blog-overview .wrap h4, .block-blog-overview .wrap h5, .block-blog-overview .wrap h6, .block-blog-overview .wrap p {
	color: #231f20;
}

@media only screen and (min-width: 64em) {
	.block-blog-overview .wrap {
		background-color: #231f20;
		color: #fff;
	}
	
	.block-blog-overview .wrap h1, .block-blog-overview .wrap h2, .block-blog-overview .wrap h3, .block-blog-overview .wrap h4, .block-blog-overview .wrap h5, .block-blog-overview .wrap h6, .block-blog-overview .wrap p {
		color: #fff;
	}
	
	body.blog .block-blog-overview .wrap, body.archive .block-blog-overview .wrap {
		background-color: #fff;
		color: #231f20;
	}
	
	body.blog .block-blog-overview .wrap h1, body.blog .block-blog-overview .wrap h2, body.blog .block-blog-overview .wrap h3, body.blog .block-blog-overview .wrap h4, body.blog .block-blog-overview .wrap h5, body.blog .block-blog-overview .wrap h6, body.blog .block-blog-overview .wrap p, body.archive .block-blog-overview .wrap h1, body.archive .block-blog-overview .wrap h2, body.archive .block-blog-overview .wrap h3, body.archive .block-blog-overview .wrap h4, body.archive .block-blog-overview .wrap h5, body.archive .block-blog-overview .wrap h6, body.archive .block-blog-overview .wrap p {
		color: #231f20;
	}
}

.block-blog-overview-single {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

@media only screen and (min-width: 64em) {
	.block-blog-overview-single {
		padding-top: 40px;
		padding-bottom: 44px;
	}
}

@media only screen and (min-width: 64em) {
	body.single-case-study .block-blog-overview-single {
		padding-top: 60px;
		padding-bottom: 64px;
	}
}

@media only screen and (min-width: 64em) {
	body.single-technology-partner .block-blog-overview-single, body.single-edi-partner .block-blog-overview-single, body.blog .block-blog-overview-single {
		padding-top: 80px;
		padding-bottom: 84px;
	}
}

.block-blog-overview-single__back {
	margin-bottom: 15px;
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 20px;
}

.block-blog-overview-single__back a {
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	transition: all .5s ease;
}

@media only screen and (min-width: 64em) {
	.block-blog-overview-single__back a {
		font-size: 20px;
	}
}

.block-blog-overview-single__back a:before {
	content: "‹";
	font-size: 34px;
	line-height: .5;
	color: #b6ec00;
	padding-right: 16px;
	display: inline-block;
	transform: translateY(1px);
	transition: all .5s .25s ease;
}

.block-blog-overview-single__back a:hover {
	color: #b6ec00;
}

.block-blog-overview-single__back a:hover:before {
	color: #fff;
}

.block-blog-overview-single__author, .block-blog-overview-single__tags {
	color: #fff;
	font-size: 14px;
	line-height: 14px;
}

@media only screen and (min-width: 64em) {
	.block-blog-overview-single__author, .block-blog-overview-single__tags {
		font-size: 20px;
		line-height: 20px;
	}
}

.block-blog-overview-single__author a, .block-blog-overview-single__tags a {
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	border-bottom: 2px solid #b6ec00;
	padding-bottom: 2px;
	transition: all .75s ease;
	display: inline-block;
	margin-left: 8px;
}

@media only screen and (min-width: 64em) {
	.block-blog-overview-single__author a, .block-blog-overview-single__tags a {
		font-size: 20px;
		line-height: 20px;
	}
	
	.block-blog-overview-single__author a:hover, .block-blog-overview-single__tags a:hover {
		color: #b6ec00;
	}
}

.block-blog-overview-single__author {
	margin-bottom: 14px;
}

.block-blog-article {
	padding-top: 50px;
}

@media only screen and (min-width: 64em) {
	.block-blog-article {
		padding-top: 90px;
	}
}

.block-blog-article a {
	color: #231f20 !important;
	font-family: "TTCommons-DemiBold", sans-serif;
	box-shadow: inset 0 -.6em 0 0 #b6ec00;
	transition: all .5s ease;
	padding: 0 5px 3px;
}

.block-blog-article a:hover {
	box-shadow: inset 0 -.15em 0 0 #b6ec00;
}

.block-blog-article a.btn {
	padding: 15px 40px 16px;
	box-shadow: none;
	color: #fff !important;
}

.block-blog-article a span {
	color: #231f20 !important;
}

.block-blog-article a.cta_button {
	font-family: "TTCommons-DemiBold", sans-serif !important;
	font-weight: normal !important;
	padding: 7px 40px 5px !important;
	box-shadow: none;
	color: #fff !important;
	font-size: 16px !important;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNyA5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3IDk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojQjZFQzAwO30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC40LDBoMy4xbDMuMSw0LjVMMy41LDlIMC40bDMuMS00LjVMMC40LDB6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+") !important;
	background-repeat: no-repeat !important;
	background-position: 90% 50% !important;
	background-size: 7px 9px !important;
}

.block-blog-article a.cta_button.nitro-lazy {
	background-image: none !important;
}

.block-blog-article a.cta_button span {
	color: #b6ec00 !important;
	display: none;
}

.block-blog-article .nav-page__menu ul {
	margin-bottom: 15px;
	padding-bottom: 40px;
	border-bottom: 1px solid #d8d8d8;
}

@media only screen and (min-width: 64em) {
	.block-blog-article .nav-page__menu ul {
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}
}

.block-blog-article .nav-page__menu a {
	padding: 0 0 3px;
}

@media only screen and (min-width: 64em) {
	.block-blog-article .nav-page__menu a {
		box-shadow: inset 0 0 0 0 #b6ec00;
	}
	
	.block-blog-article .nav-page__menu a:hover {
		box-shadow: inset 0 -.6em 0 0 #b6ec00;
	}
	
	.block-blog-article .nav-page__menu a.active {
		box-shadow: inset 0 -.6em 0 0 #b6ec00;
	}
}

.block-blog-article .nav-page__menu li {
	margin-left: 0;
	margin-bottom: 1em;
}

@media only screen and (min-width: 64em) {
	.block-blog-article .nav-page__menu li {
		margin-bottom: .6em;
	}
}

.block-blog-article .nav-page__menu li.chapter-nav__sub {
	margin-left: 1.5rem;
}

.block-blog-article .nav-page__menu li.chapter-nav__sub a {
	font-family: "TTCommons-Regular", sans-serif;
}

.block-blog-article .nav-page__menu li.chapter-nav__sub:before {
	content: "–";
	font-family: "TTCommons-Regular", sans-serif;
	left: -1.2rem;
	display: inline-block;
}

.block-blog-article .nav-page__menu li:before {
	content: none;
}

.block-blog-article .nav-page__menu h2 {
	margin-top: 0;
	margin-bottom: 40px;
}

.block-blog-article h2, .block-blog-article h3, .block-blog-article h4, .block-blog-article h5, .block-blog-article h6 {
	color: #231f20;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
	margin-top: 40px;
}

@media only screen and (min-width: 64em) {
	.block-blog-article h2, .block-blog-article h3, .block-blog-article h4, .block-blog-article h5, .block-blog-article h6 {
		font-size: 30px;
		line-height: 34px;
	}
}

.block-blog-article h3 {
	font-size: 20px;
	line-height: 24px;
}

@media only screen and (min-width: 64em) {
	.block-blog-article h3 {
		font-size: 24px;
		line-height: 30px;
	}
}

.block-blog-article h4, .block-blog-article h5, .block-blog-article h6 {
	font-size: 16px;
	line-height: 20px;
}

@media only screen and (min-width: 64em) {
	.block-blog-article h4, .block-blog-article h5, .block-blog-article h6 {
		font-size: 19px;
		line-height: 25px;
	}
}

.block-blog-article li {
	font-size: 16px;
	line-height: 20px;
	list-style-type: none;
	position: relative;
	margin-left: 2em;
	margin-bottom: 1em;
}

@media only screen and (min-width: 64em) {
	.block-blog-article li {
		font-size: 19px;
		line-height: 25px;
	}
}

.block-blog-article li:before {
	content: "•";
	position: absolute;
	left: -1em;
	font-size: 1.2em;
}

.block-blog-article blockquote {
	position: relative;
	display: inline-block;
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 26px;
	color: #231f20;
	line-height: 33px;
	padding: 10px 30px 20px;
}

@media only screen and (min-width: 64em) {
	.block-blog-article blockquote {
		padding: 20px 100px 70px;
	}
}

.block-blog-article blockquote span {
	color: #231f20 !important;
}

.block-blog-article blockquote footer {
	background: rgba(0, 0, 0, 0);
	display: flex;
	justify-content: flex-end;
}

.block-blog-article blockquote footer cite {
	display: block;
	line-height: 24px;
}

.block-blog-article blockquote footer cite.author {
	font-size: 16px;
}

@media only screen and (min-width: 64em) {
	.block-blog-article blockquote footer cite.author {
		font-size: 24px;
		margin-bottom: 3px;
	}
}

.block-blog-article blockquote footer cite.author:before {
	content: "–";
	margin-right: 5px;
	width: 15px;
}

.block-blog-article blockquote footer cite.company {
	font-family: "TTCommons-Regular", sans-serif;
	font-size: 16px;
	padding-left: 1em;
}

.block-blog-article b, .block-blog-article strong {
	font-family: "TTCommons-DemiBold", sans-serif;
	font-weight: normal !important;
	color: #231f20 !important;
}

.block-blog-article time {
	font-family: "TTCommons-Regular", sans-serif;
	color: #231f20;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
	display: inline-block;
}

@media only screen and (min-width: 64em) {
	.block-blog-article time {
		font-size: 19px;
		line-height: 25px;
		margin-bottom: 40px;
	}
}

.block-blog-article .img-ratio {
	margin-top: 50px;
	margin-bottom: 30px;
}

@media only screen and (min-width: 64em) {
	.block-blog-article .img-ratio {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

.block-blog-article pre {
	background: #f0f7fc;
	padding: 30px;
	line-height: 1.5;
	font-size: 18px;
	font-family: "TTCommons-Regular", sans-serif;
	color: #231f20;
}

.block-blog-article__share {
	padding-top: 60px;
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 20px;
	color: #231f20;
	display: flex;
	flex-direction: row;
	align-items: baseline;
}

.block-blog-article__share span {
	margin-left: 14px;
	font-size: 16px;
	box-shadow: inset 0 0 0 0 #b6ec00;
	transition: all .5s ease;
	padding: 0 5px;
	cursor: pointer;
}

.block-blog-article__share span:hover {
	box-shadow: inset 0 -.6em 0 0 #b6ec00;
}

.block-blog-article__share span svg {
	display: inline-block;
	height: 18px;
}

.block-blog-search {
	background-color: #231f20;
	color: #fff;
	display: flex;
	justify-content: center;
	padding: 50px 20px 60px;
	flex-direction: column;
}

@media only screen and (min-width: 64em) {
	.block-blog-search {
		align-items: center;
		padding: 80px 0px 90px;
	}
}

body.search-results .block-blog-search, body.search-no-results .block-blog-search {
	padding-top: 170px;
}

.block-blog-search__container {
	margin-bottom: 20px;
	text-align: center;
}

.block-blog-search__container h2 {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 25px;
}

.block-blog-search__container h2.results--none {
	margin-bottom: 15px;
}

@media only screen and (min-width: 64em) {
	.block-blog-search__container h2 {
		font-size: 40px;
		line-height: 40px;
	}
}

.block-blog-search__container h2 span {
	color: #b6ec00;
	display: inline;
}

body.search-no-results .block-blog-search__container h2 span {
	color: #a9a9a9;
}

.block-blog-search__container span.alert {
	color: #b6ec00;
	display: block;
	margin-bottom: 15px;
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 20px;
}

.block-blog-search ul {
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width: 64em) {
	.block-blog-search ul {
		flex-direction: row;
	}
}

.block-blog-search ul li {
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 18px;
	color: #adadad;
	margin: 8px 6px;
	padding-bottom: 2px;
}

@media only screen and (min-width: 64em) {
	.block-blog-search ul li {
		margin: 0 6px;
	}
}

.block-blog-search ul li:first-child {
	margin-right: 12px;
}

.block-blog-search ul li a {
	font-family: "TTCommons-DemiBold", sans-serif;
	color: #fff;
	border-bottom: 2px solid #b6ec00;
}

.block-blog-search ul li a:hover {
	color: #b6ec00;
}

.block-blog-search .search-form {
	width: 100%;
	box-sizing: border-box;
}

@media only screen and (min-width: 64em) {
	.block-blog-search .search-form {
		min-width: 740px;
		padding: 0 20px;
	}
}

.block-blog-search .search-form .screen-reader-text {
	display: none;
}

.block-blog-search .search-form .search-field {
	-webkit-appearance: none;
	margin: 0 auto;
	width: 100%;
	height: 54px;
	padding: 0 15px;
	font-size: 18px;
	border-radius: 6px;
	border: 2px solid #231f20;
	outline: none;
	box-sizing: border-box;
}

@media only screen and (min-width: 64em) {
	.block-blog-search .search-form .search-field {
		font-size: 19px;
	}
}

.block-blog-search .search-form .search-field:focus {
	border: 2px solid #b6ec00;
	transition: .35s ease;
	color: #0099df;
}

.block-blog-search .search-form .search-field:focus::-webkit-input-placeholder {
	transition: opacity .45s ease;
	opacity: 0;
}

.block-blog-search .search-form .search-field:focus::-moz-placeholder {
	transition: opacity .45s ease;
	opacity: 0;
}

.block-blog-search .search-form .search-field:focus:-ms-placeholder {
	transition: opacity .45s ease;
	opacity: 0;
}

.block-blog-search .search-form .search-submit {
	-webkit-appearance: none;
	position: relative;
	float: right;
	height: 25px;
	width: 25px;
	right: 15px;
	top: -40px;
	border: none;
	outline: none;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4,15.1c0.9-1.5,1.4-3.3,1.5-5c0-5.5-4.5-10-10-10.1C4.4,0,0,4.5,0,10l0,0c0,5.4,4.3,9.9,9.7,9.9h0.1 c1.9,0,3.8-0.6,5.5-1.6l6.5,6.7l3.2-3.2L18.4,15.1z M10.2,16.2c-3.5,0.1-6.4-2.7-6.4-6.2V9.9c0-3.6,2.9-6.4,6.4-6.5 c3.5,0,6.3,2.9,6.3,6.4v0.1c0,1.4-0.4,2.8-1.3,3.9c-0.2,0.4-0.6,0.7-1,1C13.1,15.8,11.7,16.3,10.2,16.2L10.2,16.2z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px 25px;
}

.block-blog-posts {
	padding-top: 50px;
}

@media only screen and (min-width: 64em) {
	.block-blog-posts {
		padding-top: 100px;
	}
}

.block-blog-posts h3 {
	color: #231f20;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 25px;
}

@media only screen and (min-width: 64em) {
	.block-blog-posts h3 {
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 70px;
	}
}

.block-blog-posts__post {
	margin-bottom: 40px;
}

@media only screen and (min-width: 64em) {
	.block-blog-posts__post {
		margin-bottom: 80px;
	}
}

.block-blog-posts__post-content span {
	display: inline-block;
	font-family: "TTCommons-Regular", sans-serif;
	color: #231f20;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 64em) {
	.block-blog-posts__post-content span {
		font-size: 18px;
		line-height: 24px;
	}
}

.block-blog-posts__post-content h4 {
	margin-bottom: 0;
}

.block-blog-posts__post-content h4 a {
	display: inline-block;
	font-family: "TTCommons-DemiBold", sans-serif;
	color: #231f20;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 18px;
}

@media only screen and (min-width: 64em) {
	.block-blog-posts__post-content h4 a {
		transition: all .75s ease;
		font-size: 24px;
		line-height: 28px;
	}
}

.block-blog-posts__post-image {
	position: relative;
	margin-bottom: 22px;
}

.block-blog-posts__post-type {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	color: #fff;
	padding: 5px 10px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: "TTCommons-DemiBold", sans-serif;
	letter-spacing: .075em;
	line-height: 1;
}

.block-blog-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	padding-top: 20px;
}

.block-blog-navigation li {
	display: inline;
}

.block-blog-navigation li a, .block-blog-navigation li a:hover {
	text-decoration: none;
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 19px;
	color: #231f20;
	text-align: center;
	padding: 6px 5px;
}

.block-blog-navigation li.active a, .block-blog-navigation li a:hover {
	color: #0099df;
}

.block-blog-navigation li.arrows a {
	font-size: 28px;
	color: #0099df;
	padding: 6px 14px;
}

.block-related {
	position: relative;
	padding-top: 60px;
}

@media only screen and (min-width: 64em) {
	.block-related {
		padding-top: 115px;
		padding-bottom: 60px;
	}
}

.block-related h2, .block-related h3, .block-related h4, .block-related h5, .block-related h6, .block-related strong {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 25px;
}

@media only screen and (min-width: 64em) {
	.block-related h2, .block-related h3, .block-related h4, .block-related h5, .block-related h6, .block-related strong {
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 50px;
	}
}

.block-related .col-4 {
	margin-bottom: 50px;
}

.block-related__content span {
	display: block;
	font-family: "TTCommons-Regular", sans-serif;
	font-size: 18px;
	color: #231f20;
	line-height: 24px;
	margin-bottom: 10px;
}

.block-related__content a.header {
	display: block;
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 18px;
}

@media only screen and (min-width: 64em) {
	.block-related__content a.header {
		font-size: 24px;
		line-height: 28px;
	}
}

.block-related__content a:last-child {
	display: inline-block;
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 18px;
	letter-spacing: .3px;
}

@media only screen and (min-width: 64em) {
	.block-related__content a:last-child {
		font-size: 20px;
	}
}

body.parent-pageid-57 .block-related__content a:last-child {
	padding-bottom: 3px;
	border-bottom: 2px solid #b6ec00;
}

.block-related__content p {
	margin-bottom: 24px;
}

.block-related--background-blue {
	background: #f0f7fc;
	padding-bottom: 120px;
}

.block-related--background-blue .wrap h2, .block-related--background-blue .wrap h3, .block-related--background-blue .wrap h4, .block-related--background-blue .wrap h5, .block-related--background-blue .wrap h6, .block-related--background-blue .wrap strong, .block-related--background-blue .wrap p {
	color: #231f20;
}

.block-related--background-blue .wrap a {
	color: #231f20;
}

.block-related--background-black {
	background: #231f20;
	padding-bottom: 40px;
}

.block-related--background-black .wrap h2, .block-related--background-black .wrap h3, .block-related--background-black .wrap h4, .block-related--background-black .wrap h5, .block-related--background-black .wrap h6, .block-related--background-black .wrap strong, .block-related--background-black .wrap p {
	color: #fff;
}

.block-related--background-black .wrap a {
	color: #fff;
}

.block-related--background-black .wrap a:last-child:hover {
	color: #b6ec00;
}

.block-case-studies {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 60px;
	padding-top: 20px;
}

.block-case-studies .col-6 .img-ratio {
	margin-bottom: 25px;
}

.block-case-studies .col-4 h2, .block-case-studies .col-4 h3, .block-case-studies .col-4 h4, .block-case-studies .col-4 h5, .block-case-studies .col-4 h6, .block-case-studies .col-4 strong {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
}

@media only screen and (min-width: 64em) {
	.block-case-studies .col-4 h2, .block-case-studies .col-4 h3, .block-case-studies .col-4 h4, .block-case-studies .col-4 h5, .block-case-studies .col-4 h6, .block-case-studies .col-4 strong {
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 25px;
	}
}

.block-case-studies .col-8 {
	margin-bottom: 65px;
}

.block-case-studies .col-8 p {
	margin-bottom: 25px;
}

.block-single {
	padding-top: 210px;
}

.block-single-embed {
	margin-bottom: 35px;
}

@media only screen and (min-width: 64em) {
	.block-single-embed {
		line-height: 56px;
	}
}

body.contact-us .block-single {
	padding-top: 140px;
}

body.author .block-single {
	padding-bottom: 100px;
}

.block-single h1 {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 35px;
}

@media only screen and (min-width: 64em) {
	.block-single h1 {
		font-size: 50px;
		line-height: 56px;
	}
}

.block-single time {
	display: block;
	font-family: "TTCommons-Regular", sans-serif;
	color: #231f20;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 24px;
}

@media only screen and (min-width: 64em) {
	.block-single time {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 40px;
	}
}

.block-single-text {
	margin-bottom: 60px;
}

.block-single-text a {
	font-family: "TTCommons-DemiBold", sans-serif;
	box-shadow: inset 0 -.6em 0 0 #b6ec00;
	transition: all .5s ease;
	padding: 0 5px 3px;
}

.block-single-text a:hover {
	box-shadow: inset 0 -.15em 0 0 #b6ec00;
}

.block-single-text h1, .block-single-text h2, .block-single-text h3, .block-single-text h4, .block-single-text h5, .block-single-text h6, .block-single-text strong {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 64em) {
	.block-single-text h1, .block-single-text h2, .block-single-text h3, .block-single-text h4, .block-single-text h5, .block-single-text h6, .block-single-text strong {
		font-size: 30px;
		line-height: 34px;
	}
}

.block-single-text p {
	margin-bottom: 1.27em;
}

.block-single-text span {
	font-size: 22px;
	line-height: 28px;
	color: #0099df;
	font-family: "TTCommons-DemiBold", sans-serif;
	font-weight: normal;
	display: block;
}

.block-single-list {
	margin-bottom: 60px;
}

.block-single-list h1, .block-single-list h2, .block-single-list h3, .block-single-list h4, .block-single-list h5, .block-single-list h6, .block-single-list strong {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 64em) {
	.block-single-list h1, .block-single-list h2, .block-single-list h3, .block-single-list h4, .block-single-list h5, .block-single-list h6, .block-single-list strong {
		font-size: 22px;
		line-height: 28px;
	}
}

.block-single-list ul li {
	font-size: 16px;
	line-height: 22px;
	list-style-type: none;
	position: relative;
	margin-left: 2em;
	margin-bottom: 1em;
}

@media only screen and (min-width: 64em) {
	.block-single-list ul li {
		font-size: 22px;
		line-height: 28px;
	}
}

.block-single-list ul li a {
	letter-spacing: 0;
}

.block-single-list ul li a--underline {
	line-height: 1;
}

.block-single-list ul li strong {
	margin-bottom: auto;
}

.block-single-list ul li:before {
	content: "•";
	position: absolute;
	left: -1em;
	font-size: 1.2em;
}

.block-single-list ol {
	list-style-type: decimal;
	list-style-position: inside;
	counter-reset: ol-counter;
}

.block-single-list ol li {
	font-size: 22px;
	line-height: 28px;
	list-style-type: none;
	position: relative;
	margin-left: 2em;
	margin-bottom: 1em;
	counter-increment: ol-counter;
}

.block-single-list ol li a {
	letter-spacing: 0;
}

.block-single-list ol li a--underline {
	line-height: 1;
}

.block-single-list ol li:before {
	content: counter(ol-counter) ". ";
	font-family: "TTCommons-Regular", sans-serif;
	position: absolute;
	left: -1em;
	font-size: .9em;
}

.block-single-list__links ul li, .block-single-list__links ol li {
	line-height: 1;
}

.block-single-guest {
	background: #f0f7fc;
	padding: 30px;
	margin-bottom: 60px;
	border: 1px solid #cdefff;
}

.block-single-guest strong {
	font-size: 22px;
	display: block;
	margin-bottom: 5px;
}

.block-single-guest em {
	font-style: italic;
}

.block-single-guest p {
	line-height: 1.5;
	font-size: 18px;
	margin-bottom: 0;
}

.block-single-guest p strong {
	display: inline-block;
	line-height: 1.5;
	font-size: 18px;
	margin-bottom: 0;
}

.block-single-guest a {
	color: #231f20 !important;
	font-family: "TTCommons-DemiBold", sans-serif;
	box-shadow: inset 0 -.6em 0 0 #b6ec00;
	transition: all .5s ease;
	padding: 0 5px 3px;
}

.block-single-guest a:hover {
	box-shadow: inset 0 -.15em 0 0 #b6ec00;
}

.block-single-guest a.btn {
	padding: 15px 40px 16px;
	box-shadow: none;
	color: #fff !important;
}

.block-single-guest a span {
	color: #231f20 !important;
}

.block-single-details {
	margin-bottom: 70px;
}

.block-single-details h2, .block-single-details h3, .block-single-details h4, .block-single-details h5, .block-single-details h6, .block-single-details strong, .block-single-details p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
}

@media only screen and (min-width: 64em) {
	.block-single-details h2, .block-single-details h3, .block-single-details h4, .block-single-details h5, .block-single-details h6, .block-single-details strong, .block-single-details p {
		font-size: 22px;
		line-height: 28px;
	}
}

.block-single-details .btn {
	margin-top: 30px;
}

.block-single-details .col-8 {
	order: 1;
	margin-bottom: 20px;
}

@media only screen and (min-width: 64em) {
	.block-single-details .col-8 {
		order: 2;
	}
}

.block-single-details .col-4 {
	order: 2;
}

@media only screen and (min-width: 64em) {
	.block-single-details .col-4 {
		order: 1;
	}
}

.video-container {
	position: relative;
	padding-bottom: 53.8%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 60px;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dcl-embed {
	height: 65vh;
}

@media only screen and (min-width: 64em) {
	.dcl-embed-400 {
		height: 400px;
	}
	
	.dcl-embed-500 {
		height: 500px;
	}
	
	.dcl-embed-600 {
		height: 600px;
	}
	
	.dcl-embed-700 {
		height: 700px;
	}
	
	.dcl-embed-800 {
		height: 800px;
	}
	
	.dcl-embed-900 {
		height: 900px;
	}
	
	.dcl-embed-1000 {
		height: 1000px;
	}
}

.block-gallery-grid {
	padding-top: 90px;
}

.block-gallery-grid h2, .block-gallery-grid h3, .block-gallery-grid h4, .block-gallery-grid h5, .block-gallery-grid h6, .block-gallery-grid strong {
	font-size: 40px;
	line-height: 34px;
	margin-bottom: 55px;
}

.block-gallery-grid__image {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

@media only screen and (min-width: 64em) {
	.block-gallery-grid__image {
		flex-direction: row;
		justify-content: space-between;
	}
}

@media only screen and (min-width: 64em) {
	.block-gallery-grid__left, .block-gallery-grid__right {
		width: calc(50% - 10px);
	}
}

.block-key-features {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
}

@media only screen and (min-width: 64em) {
	.block-key-features {
		padding-top: 110px;
	}
}

.block-key-features__header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.block-key-features__header .col-6 {
	width: 40%;
}

.block-key-features__header .col-6:last-child {
	margin-left: 0;
	width: calc(60% - 20px);
}

@media only screen and (min-width: 64em) {
	.block-key-features__header .col-6 {
		width: calc(50% - 62px);
	}
	
	.block-key-features__header .col-6:last-child {
		width: calc(50% - 62px);
	}
}

.block-key-features__header h1, .block-key-features__header h2, .block-key-features__header h3, .block-key-features__header h4, .block-key-features__header h5, .block-key-features__header h6, .block-key-features__header strong {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 0;
}

@media only screen and (min-width: 64em) {
	.block-key-features__header h1, .block-key-features__header h2, .block-key-features__header h3, .block-key-features__header h4, .block-key-features__header h5, .block-key-features__header h6, .block-key-features__header strong {
		font-size: 40px;
	}
}

.block-key-features__nav {
	display: flex;
	justify-content: flex-end;
}

.block-key-features__nav span {
	text-align: center;
	background: #b6ec00;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 74px;
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 20px;
	color: #231f20;
	margin-left: 6px;
}

@media only screen and (min-width: 64em) {
	.block-key-features__nav span {
		margin-left: 10px;
		font-size: 22px;
		height: 49px;
		line-height: 28px;
	}
}

.block-key-features__tabs {
	padding-top: 35px;
}

.block-key-features__tabs ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.block-key-features__tabs ul li a {
	overflow: hidden;
	display: inline-block;
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 22px;
	color: #a9a9a9;
	line-height: 28px;
	box-shadow: inset 0 0 0 0 #231f20;
	transition: all .5s ease;
	padding-bottom: 5px;
}

.block-key-features__tabs ul li a:hover {
	color: #231f20;
}

.block-key-features__tabs ul li a.active {
	color: #231f20;
	box-shadow: inset 0 -.15em 0 0 #231f20;
}

.block-key-features__content {
	min-height: 500px;
	padding-top: 50px;
}

.block-key-features__content .row {
	display: flex;
	align-items: center;
}

.block-key-features__text {
	padding-left: 20px;
	padding-right: 20px;
}

@media only screen and (min-width: 64em) {
	.block-key-features__text {
		padding-left: 0;
		padding-right: 40px;
	}
}

.block-key-features__text h4 {
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 19px;
	line-height: 23px;
	margin-bottom: 25px;
}

@media only screen and (min-width: 64em) {
	.block-key-features__text h4 {
		font-size: 30px;
		line-height: 34px;
	}
}

.block-key-features__text strong {
	display: block;
	font-family: "TTCommons-DemiBold", sans-serif;
	color: #231f20;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
}

@media only screen and (min-width: 64em) {
	.block-key-features__text strong {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 25px;
	}
}

.block--background-white {
	background-color: #fff;
}

.block--background-white .wrap h1, .block--background-white .wrap h2, .block--background-white .wrap h3, .block--background-white .wrap h4, .block--background-white .wrap h5, .block--background-white .wrap h6, .block--background-white .wrap strong, .block--background-white .wrap p {
	color: #231f20;
}

.block--background-white .masker svg {
	fill: #fff;
}

.block--background-blue {
	background-color: #f0f7fc;
}

.block--background-blue .wrap h1, .block--background-blue .wrap h2, .block--background-blue .wrap h3, .block--background-blue .wrap h4, .block--background-blue .wrap h5, .block--background-blue .wrap h6, .block--background-blue .wrap strong, .block--background-blue .wrap p {
	color: #231f20;
}

.block--background-blue .masker svg {
	fill: #f0f7fc;
}

.block--background-key_blue {
	background-color: #cdefff;
}

.block--background-key_blue .wrap h1, .block--background-key_blue .wrap h2, .block--background-key_blue .wrap h3, .block--background-key_blue .wrap h4, .block--background-key_blue .wrap h5, .block--background-key_blue .wrap h6, .block--background-key_blue .wrap strong, .block--background-key_blue .wrap p {
	color: #231f20;
}

.block--background-key_blue .masker svg {
	fill: #cdefff;
}

.block--background-black {
	background-color: #231f20;
}

.block--background-black .wrap h1, .block--background-black .wrap h2, .block--background-black .wrap h3, .block--background-black .wrap h4, .block--background-black .wrap h5, .block--background-black .wrap h6, .block--background-black .wrap strong, .block--background-black .wrap p {
	color: #fff;
}

.block--background-black .masker svg {
	fill: #231f20;
}

.block--background-black .block-related__content span, .block--background-black .block-related__content a {
	color: #fff;
}

.block--background-black .block-related__content span.btn--underline, .block--background-black .block-related__content a.btn--underline {
	box-shadow: inset 0 -.15em 0 0 #b6ec00;
	padding: 0 0 4px;
}

.block--background-black .block-related__content span.btn--underline:hover, .block--background-black .block-related__content a.btn--underline:hover {
	color: #b6ec00;
}

.img-ratio img.b-lazy {
	width: 100%;
}

.b-lazy__loading {
	background: url("https://cdn-ilejibe.nitrocdn.com/HUGRtsgRvPXzheLWVCjafBYBhJCHlmJb/assets/images/optimized/rev-c9d9a21/dclcorp.com/wp-content/themes/dcl-v2/css/img/loading.svg") center center no-repeat;
	background-color: #f6f6f6;
	transition: all .4s ease-in-out;
}

.b-lazy__loading.nitro-lazy {
	background: none !important;
}

body.floor-plans .b-lazy__loading {
	background: #fff;
}

body.home .b-lazy__loading {
	background: rgba(0, 0, 0, 0);
}

.b-lazy {
	padding: 0;
	box-sizing: border-box;
	transition: all .5s ease-in-out;
	transform: scale(1.025);
	will-change: transform;
	opacity: 0;
	max-width: 100%;
}

.b-lazy.rounded {
	max-width: none;
}

.b-loaded, .b-error {
	opacity: 1;
	transform: scale(1);
	display: flex;
}

.b-loaded.b-active, .b-error.b-active {
	transform: scale(1);
}

@media only screen and (min-width: 64em) {
	a:hover .b-active.b-loaded {
		transform: scale(1.025);
	}
}

@media only screen and (min-width: 64em) {
	a:hover .b-active.b-guide.b-loaded {
		transform: scale(1.1);
	}
}

@media only screen and (min-width: 64em) {
	a:hover .img-ratio--hover {
		transform: scale(.975);
	}
}

@media only screen and (min-width: 64em) {
	a:hover .img-ratio--square .b-active.b-loaded {
		transform: scale(1);
	}
}

@media only screen and (min-width: 64em) {
	a:hover .img-ratio--square.img-ratio--hover {
		transform: scale(.95);
	}
}

.swiper-lazy {
	transform: scale(1.05);
	transition: all .5s ease-in-out;
	will-change: transform;
	opacity: 0;
}

@media only screen and (min-width: 64em) {
	.swiper-lazy:hover {
		transform: scale(1.1);
	}
}

.swiper-lazy-loaded {
	opacity: 1;
	transform: scale(1);
}

.img-ratio {
	height: 0;
	overflow: hidden;
}

.img-ratio--hover {
	transition: all .5s ease-in-out;
}

.img-ratio--columns {
	padding-bottom: 115.384615%;
}

.img-ratio--full {
	padding-bottom: 61.5385%;
}

.img-ratio--hero {
	padding-bottom: 142.857%;
}

img[width="1"][height="1"] {
	display: none;
}

.overlay {
	visibility: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	transition: visibility 0s .5s ease;
}

body.calendly-list--on .overlay, body.calendly-tour--on .overlay {
	visibility: visible;
	transition: visibility 0s 0s ease;
}

.overlay-video__background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100vh;
}

.overlay-video__container {
	position: relative;
	z-index: 10;
}

.overlay-video__close {
	position: fixed;
	right: 12px;
	top: 13px;
	width: 44px;
	height: 44px;
	border-radius: 25px;
	background-color: #09f;
	opacity: 1;
	z-index: 99999999;
	cursor: pointer;
}

@media only screen and (min-width: 901px) {
	.overlay-video__close {
		right: 22px;
		top: 25px;
		width: 50px;
		height: 50px;
	}
}

.overlay-video__close:hover {
	opacity: 1;
}

.overlay-video__close:before, .overlay-video__close:after {
	position: absolute;
	left: 21px;
	top: 9px;
	content: " ";
	height: 25px;
	width: 2px;
	background-color: #fff;
}

@media only screen and (min-width: 901px) {
	.overlay-video__close:before, .overlay-video__close:after {
		height: 28px;
		left: 24px;
		top: 10px;
	}
}

.overlay-video__close:before {
	transform: rotate(45deg);
}

.overlay-video__close:after {
	transform: rotate(-45deg);
}

.overlay__background {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, .75);
	z-index: 11;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	visibility: hidden;
	opacity: 0;
	transition: opacity .5s ease, visibility 0s .5s ease;
}

.overlay__background--video {
	opacity: 1;
	visibility: visible;
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.overlay__background--video .video_wrapper {
	position: relative;
	height: 0;
}

.overlay__background--video .video_wrapper.standard {
	width: 90vw;
	padding-bottom: 56.25%;
}

@media only screen and (min-width: 901px) {
	.overlay__background--video .video_wrapper.standard {
		width: 80vw;
	}
}

.overlay__background--video .video_wrapper.interview {
	width: 90vw;
	padding-bottom: 100%;
}

@media only screen and (min-width: 901px) {
	.overlay__background--video .video_wrapper.interview {
		width: 50vw;
	}
}

.overlay__background--video .video_wrapper video, .overlay__background--video .video_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body.calendly-list--on .overlay__background, body.calendly-tour--on .overlay__background {
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	transition: opacity .75s 0s ease, visibility 0s 0s ease;
}

body.sub-nav--on .overlay__background {
	cursor: normal;
	opacity: 1;
	visibility: visible;
	transition: opacity .75s 0s ease, visibility 0s 0s ease;
}

.overlay__calendly {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transition: opacity .5s ease, visibility 0s .5s ease;
	overflow-y: scroll;
}

@media only screen and (min-width: 901px) {
	.overlay__calendly {
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 80%;
		min-width: 900px;
		max-width: 1000px;
		max-height: 680px;
		height: 100vh;
		overflow: hidden;
	}
}

body.calendly-tour--on .overlay__calendly {
	opacity: 1;
	visibility: visible;
	transition: opacity .75s .5s ease, visibility 0s 0s ease;
}

.overlay__calendly-content {
	height: 100%;
	min-height: 1300px;
	overflow: hidden;
}

@media only screen and (min-width: 901px) {
	.overlay__calendly-content {
		min-height: 680px;
	}
}

.overlay__calendly-list {
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	top: 0;
	transition: opacity .5s ease, visibility 0s .5s ease;
}

@media only screen and (min-width: 901px) {
	.overlay__calendly-list {
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 80%;
		min-width: 900px;
		max-width: 1000px;
		overflow: hidden;
		max-height: 680px;
	}
}

body.calendly-list--on .overlay__calendly-list {
	opacity: 1;
	visibility: visible;
	transition: opacity .75s .5s ease, visibility 0s 0s ease;
}

.overlay__calendly-list-content {
	height: 100%;
	min-height: 680px;
	overflow: hidden;
	overflow-y: scroll;
}

@media only screen and (min-width: 64em) {
	.overlay__calendly-list-content {
		overflow-y: hidden;
		overflow: hidden;
	}
}

.overlay__close {
	position: absolute;
	top: 13px;
	right: 9px;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
	visibility: hidden;
	opacity: 0;
	transition: opacity .5s ease, visibility 0s .5s ease;
}

body.calendly-list--on .overlay__close, body.calendly-tour--on .overlay__close {
	opacity: 1;
	visibility: visible;
	transition: opacity .75s .5s ease, visibility 0s 0s ease;
}

@media only screen and (min-width: 64em) {
	.overlay__close {
		width: 64px;
		height: 64px;
	}
}

.overlay__close:before, .overlay__close:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background: #f30;
	transform-origin: 50% 50%;
	transition: all .4s ease-in-out;
}

@media only screen and (min-width: 64em) {
	.overlay__close:before, .overlay__close:after {
		width: 22px;
		background: #fff;
	}
}

.overlay__close:before {
	transform: rotate(45deg);
}

.overlay__close:after {
	transform: rotate(-45deg);
}

.overlay__close:hover {
	cursor: pointer;
}

.body__popup-overlay--open {
	overflow: hidden;
}

.overlay__calendly-list .booking-layout {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.overlay__calendly-list .booking-container {
	display: flex;
	max-width: 680px;
	transition: all .22s ease-out;
	width: 100%;
	border: 1px solid var(--text-color-level3);
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .08);
	background-color: #fff;
	flex-direction: column;
	align-items: center;
}

@media only screen and (min-width: 680px) {
	.overlay__calendly-list .booking-container {
		border-radius: 8px;
		margin-top: 40px;
		margin-bottom: 30px;
		height: auto;
	}
}

@media only screen and (min-width: 1250px) {
	.overlay__calendly-list .booking-container {
		border-radius: 8px;
		width: 90%;
		flex-direction: row;
		max-width: 800px;
		align-items: flex-start;
	}
}

.overlay__calendly-list .booking-overview {
	padding: 25px 31px 40px;
	text-align: center;
}

@media only screen and (min-width: 1250px) {
	.overlay__calendly-list .booking-overview {
		width: 50%;
		text-align: left;
	}
}

.overlay__calendly-list .booking-overview strong {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	font-weight: normal;
	display: inline-block;
	margin-bottom: 6px;
	margin-top: 6px;
}

.overlay__calendly-list .booking-overview h5 {
	font-family: "TTCommons-Regular", sans-serif;
	font-size: 32px;
	margin-bottom: 15px;
	color: #4d5055;
}

.overlay__calendly-list .booking-overview img {
	width: 75px;
	height: 75px;
	margin-bottom: 10px;
	border-radius: 50%;
}

.overlay__calendly-list .booking-overview .avatar {
	display: block;
}

.overlay__calendly-list .booking-overview span {
	margin-bottom: 28px;
	display: block;
}

.overlay__calendly-list .booking-overview span:before {
	content: "";
	background-image: url("https://dclcorp.com/wp-content/themes/dcl-v2/css/img/svg/tour-clock.svg");
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 9px;
	transform: translateY(4px);
}

.overlay__calendly-list .booking-list {
	padding: 28px 30px 100px;
	border-top: 1px solid #efefef;
	width: 100%;
}

@media only screen and (min-width: 1250px) {
	.overlay__calendly-list .booking-list {
		padding: 28px 30px 40px;
		width: 50%;
		border-left: 1px solid #efefef;
		border-top: none;
		max-height: 600px;
		overflow-y: scroll;
	}
}

.overlay__calendly-list .booking-list h2 {
	font-family: "TTCommons-Regular", sans-serif;
	font-size: 20px;
	margin-bottom: 27px;
	color: #4d5055;
}

.overlay__calendly-list .booking-list ul {
	margin-bottom: 60px;
}

@media only screen and (min-width: 1250px) {
	.overlay__calendly-list .booking-list ul {
		margin-bottom: 0px;
	}
}

.overlay__calendly-list .booking-list ul li {
	color: #231f20;
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 1250px) {
	.overlay__calendly-list .booking-list ul li {
		margin-bottom: 0;
	}
}

.overlay__calendly-list .booking-list ul li.header {
	margin-top: 30px;
}

@media only screen and (min-width: 1250px) {
	.overlay__calendly-list .booking-list ul li.header {
		margin-top: 16px;
	}
}

.overlay__calendly-list .booking-list ul li.offline {
	font-family: "TTCommons-Regular", sans-serif;
	color: #333;
	cursor: not-allowed;
}

.overlay__calendly-list .booking-list ul li a {
	font-family: "TTCommons-Regular", sans-serif;
	color: #333;
}

.overlay__calendly-list .booking-list ul li a:hover {
	color: #f30;
}

.fade-enter-active {
	transition: all 1s 0s ease;
}

.fade-leave-active {
	transition: all 0s 0s ease;
}

@media only screen and (min-width: 64em) {
	.fade-enter {
		opacity: 0;
	}
}

@media only screen and (min-width: 64em) {
	.fade-leave-to {
		opacity: 0;
	}
}

.fade-enter-to {
	opacity: 1;
}

.hubspot-cta__container {
	position: absolute;
	top: 0;
	z-index: 10;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.hubspot-cta__content {
	background-color: #fff;
	border-right: 8px solid #b6ec00;
	text-align: center;
	padding: 10px 30px 50px;
	max-width: 86%;
}

@media only screen and (min-width: 64em) {
	.hubspot-cta__content {
		border-right: 16px solid #b6ec00;
		max-width: 550px;
		padding: 20px 50px 60px;
	}
}

.hubspot-cta__content h4 {
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 1.2;
}

.hubspot-cta__content h4 span {
	display: block;
}

@media only screen and (min-width: 64em) {
	.hubspot-cta__content h4 {
		font-size: 28px;
		margin-bottom: 25px;
	}
	
	.hubspot-cta__content h4 span {
		display: inline-block;
	}
}

.hubspot-cta__content p {
	font-size: 16px;
	line-height: 22px;
}

@media only screen and (min-width: 64em) {
	.hubspot-cta__content p {
		font-size: 20px;
		line-height: 26px;
	}
}

.hubspot-cta__content a {
	border-bottom: none;
}

.hubspot-cta__image {
	position: relative;
	height: 75vh;
	padding: auto;
}

@media only screen and (min-width: 64em) {
	.hubspot-cta__image {
		height: auto;
		max-height: 480px;
	}
}

.hubspot-cta__image img {
	object-fit: cover;
	object-position: center center;
	height: 100vh;
}

@media only screen and (min-width: 64em) {
	.hubspot-cta__image img {
		max-height: 480px;
	}
}

.hubspot-cta__image--chaptered {
	display: flex;
	flex-direction: column;
	padding-bottom: 0;
	height: auto;
}

@media only screen and (min-width: 64em) {
	.hubspot-cta__image--chaptered {
		flex-direction: row;
	}
}

.hubspot-cta__image--chaptered img {
	width: 100%;
	height: 30vh;
}

@media only screen and (min-width: 64em) {
	.hubspot-cta__image--chaptered img {
		width: 40%;
		height: auto;
	}
}

.hubspot-cta__image--chaptered .hubspot-cta__container {
	position: relative;
	width: 100%;
}

@media only screen and (min-width: 64em) {
	.hubspot-cta__image--chaptered .hubspot-cta__container {
		width: 60%;
	}
}

.hubspot-cta__image--chaptered .hubspot-cta__content {
	background: #231f20;
	max-width: 100%;
	border-right: none;
	padding: 0 20px 40px;
}

@media only screen and (min-width: 64em) {
	.hubspot-cta__image--chaptered .hubspot-cta__content {
		padding: 10px 30px 50px;
		border-right: 8px solid #b6ec00;
	}
}

.hubspot-cta__image--chaptered .hubspot-cta__content h4, .hubspot-cta__image--chaptered .hubspot-cta__content p {
	color: #fff;
}

.block-newsletter-inline {
	background: #231f20;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 20px 36px;
	border-right: 8px solid #b6ec00;
}

@media only screen and (min-width: 64em) {
	.block-newsletter-inline {
		border-right: 16px solid #b6ec00;
		padding: 60px 12px 66px;
	}
}

@media only screen and (min-width: 64em) {
	.block-newsletter-inline__content {
		width: 75%;
	}
}

.block-newsletter-inline__content h5 {
	font-size: 19px;
	line-height: 24px;
	color: #adadad;
	font-family: "TTCommons-Regular", sans-serif;
	margin: 0 0 20px;
}

@media only screen and (min-width: 64em) {
	.block-newsletter-inline__content h5 {
		font-size: 30px;
		line-height: 36px;
	}
}

.block-newsletter-inline__content h5 span {
	color: #fff;
	font-family: "TTCommons-DemiBold", sans-serif;
	display: inline;
}

.block-newsletter-inline__content .hbspt-form form {
	display: flex;
	flex-direction: row;
}

.block-newsletter-inline__content .hbspt-form form .hs_email {
	flex-grow: 1;
}

.block-newsletter-inline__content .hbspt-form form .hs_email label {
	display: none;
}

.block-newsletter-inline__content .hbspt-form form .hs_email .hs-input {
	width: 100%;
	background: #fff;
	border: none;
	padding: 7px 8px 8px 12px !important;
	border-radius: 3px;
	font-size: 16px !important;
}

@media only screen and (min-width: 64em) {
	.block-newsletter-inline__content .hbspt-form form .hs_email .hs-input {
		font-size: 20px !important;
	}
}

.block-newsletter-inline__content .hbspt-form form .hs-button {
	margin-left: 6px;
	margin-top: 0;
	font-size: 15px;
	padding: 7px 10px 8px 0;
	min-width: 115px;
	transition: all .5s ease;
}

@media only screen and (min-width: 64em) {
	.block-newsletter-inline__content .hbspt-form form .hs-button {
		min-width: 145px;
		margin-left: 10px;
		padding: 9px 10px 11px 0;
		margin-top: 0;
	}
}

.block-newsletter-inline__content .hbspt-form .submitted-message {
	color: #b6ec00;
	font-size: 18px;
	font-family: "TTCommons-DemiBold", sans-serif;
}

@media only screen and (min-width: 64em) {
	.block-newsletter-inline__content .hbspt-form .submitted-message {
		font-size: 22px;
	}
}

.dcl-history {
	background-color: #231f20;
	padding: 150px 0;
}

.dcl-history__container strong {
	font-size: 24px;
	font-family: "TTCommons-DemiBold", sans-serif;
	margin-bottom: 6px;
	color: #b6ec00;
}

.dcl-history__container p {
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 18px;
}

.dcl-history__container a {
	color: #fff;
	border-bottom: 2px solid #b6ec00;
	padding-bottom: 2px;
	font-family: "TTCommons-DemiBold", sans-serif;
	transition: color .75s ease;
}

.dcl-history__media span {
	display: block;
	margin-top: 6px;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 12px;
}

.dcl-history__image {
	width: 100%;
	height: 190px;
	object-fit: cover;
	background: #fff;
	object-position: center center;
	margin-bottom: 12px;
}

.dcl-history__image--video {
	margin-bottom: 2px;
}

.dcl-history__video {
	position: relative;
}

.dcl-history__play {
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
}

.dcl-history__year {
	padding-top: 12px;
	border-top: 3px solid #b6ec00;
}

.dcl-history__year span {
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 38px;
	color: #fff;
	padding-bottom: 12px;
	display: block;
}

.dcl-history__container {
	position: relative;
	margin: 0 0 70px;
}

@media only screen and (min-width: 1250px) {
	.dcl-history__row {
		display: grid;
		grid-template-columns: 130px 1fr;
	}
	
	.dcl-history__media span {
		margin-bottom: 0;
	}
	
	.dcl-history__year {
		border-top: none;
		border-left: 2px solid #b6ec00;
		padding-top: 0;
	}
	
	.dcl-history__year span {
		padding-left: 24px;
		transition: opacity .5s .25s ease;
		padding-bottom: 0;
		display: inline;
	}
	
	.dcl-history__year span.view-out {
		opacity: 0;
	}
	
	.dcl-history__year span.view-in {
		opacity: 1;
	}
	
	.dcl-history__year span::before {
		position: absolute;
		height: 2px;
		width: 16px;
		content: "";
		display: block;
		background-color: #b6ec00;
		transform: translateY(20px);
		transition: width .5s ease;
	}
	
	.dcl-history__year span.view-out::before {
		width: 0;
	}
	
	.dcl-history__year span.view-in::before {
		width: 16px;
	}
	
	.dcl-history__container {
		margin: 0 0 90px;
		display: grid;
		grid-template-columns: 240px 1fr;
		transition: all .75s .15s ease;
		gap: 30px;
	}
	
	.dcl-history__container:last-child {
		margin: 0;
	}
	
	.dcl-history__container.view-out {
		transform: translateY(100px);
		opacity: 0;
	}
	
	.dcl-history__container.view-in {
		transform: translateY(0);
		opacity: 1;
	}
	
	.dcl-history__container strong {
		line-height: 1.2;
	}
	
	.dcl-history__container p {
		font-size: 18px;
		line-height: 1.4;
	}
	
	.dcl-history__container a:hover {
		color: #b6ec00;
	}
	
	.dcl-history__text {
		transform: translateY(-5px);
	}
}

.app {
	position: relative;
}

[v-cloak] {
	display: none;
}

main section:last-child {
	padding-bottom: 60px;
}

@media only screen and (min-width: 64em) {
	main section:last-child {
		padding-bottom: 120px;
	}
}

body.error404 main section:last-child {
	padding-bottom: 0;
}

.wrap {
	box-sizing: border-box;
	max-width: calc(1162px + 88px);
	margin: 0 auto;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

@media only screen and (min-width: 64em) {
	.wrap {
		padding-left: 44px;
		padding-right: 44px;
	}
}

.row {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	flex-direction: row;
}

.row > * {
	margin-left: 20px;
	box-sizing: border-box;
}

.row > * {
	width: calc(100% - 20px);
}

@media only screen and (min-width: 64em) {
	.row {
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		margin-left: -62px;
		flex-direction: row;
	}
	
	.row > * {
		margin-left: 62px;
		box-sizing: border-box;
	}
	
	.row > * {
		width: calc(100% - 62px);
	}
	
	.row-centered {
		justify-content: center;
	}
	
	.row-top {
		padding-top: 100px;
	}
	
	.row-bottom {
		padding-bottom: 50px;
	}
}

@media only screen and (min-width: 64em) {
	.col-1 {
		width: calc(8.3333333333% - 62px);
	}
}

@media only screen and (min-width: 64em) {
	.col-2 {
		width: calc(16.6666666667% - 62px);
	}
}

@media only screen and (min-width: 64em) {
	.col-3 {
		width: calc(25% - 62px);
	}
}

@media only screen and (min-width: 64em) {
	.col-4 {
		width: calc(33.3333333333% - 62px);
	}
}

@media only screen and (min-width: 64em) {
	.col-5 {
		width: calc(41.6666666667% - 62px);
	}
}

@media only screen and (min-width: 64em) {
	.col-6 {
		width: calc(50% - 62px);
	}
}

@media only screen and (min-width: 64em) {
	.col-7 {
		width: calc(58.3333333333% - 62px);
	}
}

@media only screen and (min-width: 64em) {
	.col-8 {
		width: calc(66.6666666667% - 62px);
	}
}

@media only screen and (min-width: 64em) {
	.col-9 {
		width: calc(75% - 62px);
	}
}

@media only screen and (min-width: 64em) {
	.col-10 {
		width: calc(83.3333333333% - 62px);
	}
}

@media only screen and (min-width: 64em) {
	.col-11 {
		width: calc(91.6666666667% - 62px);
	}
}

@media only screen and (min-width: 64em) {
	.col-12 {
		width: calc(100% - 62px);
	}
}

.d-flex {
	display: flex !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-between .col {
	flex: 1;
}

.justify-content-around {
	justify-content: space-around !important;
}

.justify-content-evenly {
	justify-content: space-evenly !important;
}

header {
	position: fixed;
	width: 100%;
	overflow: hidden;
	z-index: 999;
	transition: all .5s ease;
	height: 70px;
}

body.overlay-nav--on header {
	height: 100vh;
}

@media only screen and (min-width: 64em) {
	header {
		height: 100px;
	}
	
	body.sub-nav--on header {
		height: 470px;
		transition: all .75s ease;
	}
}

@media only screen and (max-width: 1340px) {
	header nav {
		padding: 0 20px;
	}
}

@media only screen and (min-width: 64em) {
	header nav {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 70px;
		margin: 0 auto;
		transition: all .5s ease;
		background: #fff;
		z-index: 10;
		max-width: 1250px;
		height: 100px;
		padding: 0 44px;
	}
	
	header nav.nav__fulllwidth {
		max-width: unset;
	}
}

.header__mobile-get-started {
	position: fixed;
	top: 28px;
	right: 70px;
	z-index: 9999;
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 17px;
	color: #231f20;
	padding: 0 5px 2px;
	display: inline-block;
	letter-spacing: .3px;
	transition: all .5s ease;
	overflow: hidden;
	color: #0099df;
	height: 36px;
	top: 17px;
	background-color: #0099df;
	border-radius: 4px;
	padding: 10px 18px 11px 12px;
	color: #fff;
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	text-align: center;
	min-width: 125px;
	display: inline-block;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNyA5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3IDk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojQjZFQzAwO30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC40LDBoMy4xbDMuMSw0LjVMMy41LDlIMC40bDMuMS00LjVMMC40LDB6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+");
	background-repeat: no-repeat;
	background-position: 107px 13px;
	background-size: 7px 9px;
}

.header__mobile-get-started.nitro-lazy {
	background-image: none !important;
}

.header__logo {
	position: fixed;
	top: 22px;
	left: 20px;
	z-index: 10;
}

@media only screen and (min-width: 64em) {
	.header__logo {
		position: relative;
		top: auto;
		left: auto;
		transition: all .5s ease;
		flex-grow: 0;
	}
}

.header__logo svg {
	display: block;
	width: 92px;
	height: 26px;
}

@media only screen and (min-width: 64em) {
	.header__logo svg {
		width: 106px;
		height: 29px;
	}
}

.header__logo svg path {
	fill: #231f20;
	transition: all .5s ease;
}

.header__logo.black svg path {
	fill: #231f20;
}

.header-mobile__nav {
	position: absolute;
	bottom: 40px;
	z-index: 10;
}

.header-mobile__nav a {
	letter-spacing: .53px;
	font-size: 16px;
}

.header__nav {
	display: flex;
	flex-direction: column;
	list-style-type: none;
}

@media only screen and (min-width: 64em) {
	.header__nav {
		align-items: center;
		flex-direction: row;
	}
}

.header__nav li {
	transition: all .5s ease;
}

@media only screen and (min-width: 64em) {
	.header__nav li {
		padding: 0 12px;
	}
}

.header__nav li:first-child {
	padding-left: 0px;
}

.header__nav li:last-child {
	padding-right: 0px;
}

@media only screen and (max-width: 1135px) {
	.header__nav li:last-child {
		display: none;
	}
}

.header__nav li a {
	letter-spacing: .53px;
	font-size: 16px;
}

.header__nav li a:hover {
	color: #0099df;
}

.header__nav li a.btn {
	display: none;
}

@media only screen and (min-width: 64em) {
	.header__nav li a.btn {
		display: inline-block;
		padding: 13px 10px 14px 0;
		width: 145px;
		min-width: 145px;
	}
	
	.header__nav li a.btn:hover {
		color: #fff;
	}
}

body.parent-pageid-6 .header__nav li a.why-dcl {
	color: #0099df;
}

body.single-service .header__nav li a.services {
	color: #0099df;
}

body.customers .header__nav li a.customers, body.single-case-study .header__nav li a.customers {
	color: #0099df;
}

body.blog .header__nav li a.blog, body.post-template-default .header__nav li a.blog, body.archive.category .header__nav li a.blog, body.archive.tag .header__nav li a.blog, body.search .header__nav li a.blog, body.post-template-template-blog-chapters .header__nav li a.blog {
	color: #0099df;
}

body.parent-pageid-6813 .header__nav li a.resources, body.single-technology-partner .header__nav li a.resources, body.single-edi-partner .header__nav li a.resources, body.single-faq .header__nav li a.resources, body.post-type-archive .header__nav li a.resources {
	color: #0099df;
}

body.parent-pageid-15 .header__nav li a.company, body.single-location .header__nav li a.company, body.single-career-opportunity .header__nav li a.company, body.post-type-archive-career-opportunity .header__nav li a.company {
	color: #0099df;
}

.header__main {
	position: fixed;
	padding-top: 110px;
	top: 0;
	left: 20px;
	z-index: 2;
	transition: all .5s ease;
	height: 0;
	overflow: hidden;
	list-style-type: none;
}

@media only screen and (min-width: 64em) {
	.header__main {
		padding-top: 0;
		position: relative;
		top: auto;
		left: auto;
		height: auto;
	}
	
	.header__main-link-svg {
		width: 10px;
		margin-left: 4px;
		transform: translateY(-1px);
	}
	
	.header__main-link-svg-path {
		fill: #09f;
		transition: all .5s ease;
		transform-origin: 50% 50%;
	}
}

.header__main li {
	margin-bottom: 15px;
}

@media only screen and (min-width: 64em) {
	.header__main li {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 1135px) {
	.header__main li:last-child {
		display: inline;
	}
}

.header__main li a {
	font-family: "TTCommons-DemiBold", sans-serif;
	box-shadow: inset 0 0 0 0 #231f20;
	display: inline-block;
	font-size: 23px;
}

.header__main li a:after {
	content: "›";
	font-size: 30px;
	color: #0099df;
	padding-left: 16px;
}

.header__main li a.customers:after, .header__main li a.blog:after {
	color: #fff;
}

@media only screen and (min-width: 64em) {
	.header__main li a {
		font-size: 16px;
		line-height: 34px;
		transition: all .5s ease;
		padding: 0 4px;
	}
	
	.header__main li a:after {
		content: none;
	}
	
	.header__main li a:hover {
		color: #231f20;
		box-shadow: inset 0 -.15em 0 0 #231f20;
	}
	
	body.sub-nav--on .header__main li a:hover {
		color: #231f20 !important;
		box-shadow: inset 0 0 0 0 #231f20;
	}
}

.header__hamburger {
	position: fixed;
	display: inline-block;
	width: 24px;
	height: 14px;
	top: 28px;
	right: 20px;
	z-index: 10;
	width: 36px;
	top: 17px;
	padding: 10px;
	height: 36px;
	border: 1px solid #a9a9a9;
	border-radius: 4px;
}

@media only screen and (min-width: 64em) {
	.header__hamburger {
		display: none;
	}
}

.header__hamburger div {
	background: #231f20;
	height: 2px;
	width: 22px;
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -1px;
	transition: all .25s .25s ease;
	left: 6px;
}

.header__hamburger div:before, .header__hamburger div:after {
	content: "";
	background: #231f20;
	height: 2px;
	width: 22px;
	position: absolute;
	transition: top .25s .25s ease, transform .25s 0s ease, background .25s .25s ease;
}

.header__hamburger div:before {
	top: 6px;
	transform: rotate(0deg);
	background: #231f20;
}

.header__hamburger div:after {
	top: -6px;
	transform: rotate(0deg);
	background: #231f20;
}

.header__panel {
	top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 370px;
	margin: 0 auto;
	transition: all .5s ease;
	background: #fff;
}

@media only screen and (max-width: 1340px) {
	.header__panel {
		padding: 0 20px;
	}
}

@media only screen and (min-width: 64em) {
	.header__panel {
		max-width: 1250px;
		height: 400px;
		padding: 0 44px;
	}
}

body.overlay-nav--on .header__main {
	height: 100vh;
}

body.sub-nav--on .header__main {
	transform: translateX(-110vw);
}

@media only screen and (min-width: 64em) {
	body.sub-nav--on .header__main {
		transform: translateX(0);
	}
}

@media only screen and (min-width: 64em) {
	body.sub-nav--on .header__main.why-dcl li a {
		color: #a9a9a9 !important;
	}
	
	body.sub-nav--on .header__main.why-dcl li a.why-dcl {
		color: #231f20 !important;
		box-shadow: inset 0 -.15em 0 0 #231f20 !important;
	}
	
	body.sub-nav--on .header__main.services li a {
		color: #a9a9a9 !important;
	}
	
	body.sub-nav--on .header__main.services li a.services {
		color: #231f20 !important;
		box-shadow: inset 0 -.15em 0 0 #231f20 !important;
	}
	
	body.sub-nav--on .header__main.customers li a {
		color: #a9a9a9 !important;
	}
	
	body.sub-nav--on .header__main.customers li a.customers {
		color: #231f20 !important;
		box-shadow: inset 0 -.15em 0 0 #231f20 !important;
	}
	
	body.sub-nav--on .header__main.resources li a {
		color: #a9a9a9 !important;
	}
	
	body.sub-nav--on .header__main.resources li a.resources {
		color: #231f20 !important;
		box-shadow: inset 0 -.15em 0 0 #231f20 !important;
	}
	
	body.sub-nav--on .header__main.company li a {
		color: #a9a9a9 !important;
	}
	
	body.sub-nav--on .header__main.company li a.company {
		color: #231f20 !important;
		box-shadow: inset 0 -.15em 0 0 #231f20 !important;
	}
}

body.overlay-nav--on .header__hamburger div {
	transition: all .25s .25s ease;
	background: #fff;
}

body.overlay-nav--on .header__hamburger div:before, body.overlay-nav--on .header__hamburger div:after {
	transition: top .25s 0s ease, transform .25s .25s ease, background .25s .25s ease;
}

body.overlay-nav--on .header__hamburger div:before {
	top: 0;
	transform: rotate(45deg);
	background: #231f20;
}

body.overlay-nav--on .header__hamburger div:after {
	top: 0;
	transform: rotate(-45deg);
	background: #231f20;
}

.header__footer {
	position: fixed;
	bottom: 10px;
	z-index: 2;
	border-top: 1px solid #a9a9a9;
	width: calc(100% - 40px);
	overflow: hidden;
	transition: opacity .25s ease, transform .5s ease;
	transform: translateY(50vh);
	opacity: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

body.overlay-nav--on .header__footer {
	transform: translateY(0);
	opacity: 1;
	transition: opacity .25s ease, transform .75s .25s ease;
}

.header__footer-nav li {
	margin: 12px 0;
}

.header__footer-nav li a {
	font-size: 19px;
	color: #231f20;
	background-color: #fff;
	border-radius: 4px;
	padding: 10px 18px 11px 12px;
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	text-align: center;
	min-width: 125px;
	display: inline-block;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDcgOSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzAwMDsKICAgICAgICBzdHJva2Utd2lkdGg6IDBweDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMy4xLDQuNUwwLDBoMy41bDMuMSw0LjUtMy4xLDQuNUgwbDMuMS00LjVaIi8+Cjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-position: 107px 13px;
	background-size: 7px 9px;
	border: 1px solid #a9a9a9;
}

.header__footer-nav li a.nitro-lazy {
	background-image: none !important;
}

.header__footer-nav li:first-child a {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNyA5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3IDk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojQjZFQzAwO30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC40LDBoMy4xbDMuMSw0LjVMMy41LDlIMC40bDMuMS00LjVMMC40LDB6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+");
	background-color: #0099df;
	color: #fff;
	border: 1px solid #0099df;
}

.header__footer-nav li:first-child a.nitro-lazy {
	background-image: none !important;
}

.header__subnav {
	position: fixed;
	top: 0;
	transform: translateX(110vw);
	z-index: 2;
	transition: all .5s 0s ease;
	width: 100%;
}

body.sub-nav--on .header__subnav {
	transform: translateX(0);
}

@media only screen and (min-width: 64em) {
	.header__subnav {
		width: auto;
		position: relative;
		top: auto;
		transform: translateX(0);
	}
}

.header__subnav .wrap {
	padding-top: 110px;
	padding-bottom: 50px;
}

@media only screen and (min-width: 64em) {
	.header__subnav .wrap {
		background: #fff;
		padding-top: 35px;
	}
}

.header__subnav li {
	font-family: "TTCommons-DemiBold", sans-serif;
	color: #231f20;
	list-style: none;
	margin-bottom: 5px;
}

.header__subnav li.header {
	margin-top: 20px;
}

.header__subnav li.header:first-child {
	margin-top: 0;
}

.header__subnav li a:hover {
	color: #0099df;
}

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

.header__subnav-overview {
	font-family: "TTCommons-Medium", sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 22px;
}

.header__subnav-nav h4 {
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 23px;
	color: #231f20;
	line-height: 1;
	margin-bottom: 40px;
}

.header__subnav-nav h4:before {
	content: "‹";
	font-size: 30px;
	color: #0099df;
	padding-right: 16px;
}

@media only screen and (min-width: 64em) {
	.header__subnav-nav h4 {
		font-size: 40px;
		margin-bottom: 38px;
	}
	
	.header__subnav-nav h4:before {
		content: none;
	}
}

.header__subnav-nav li {
	margin-bottom: 20px;
}

@media only screen and (min-width: 64em) {
	.header__subnav-nav li {
		margin-bottom: 14px;
	}
}

.header__subnav-nav li a {
	font-family: "TTCommons-Regular", sans-serif;
	font-size: 19px;
	color: #231f20;
	font-family: TTCommons-Regular;
	margin-left: 27px;
}

@media only screen and (min-width: 64em) {
	.header__subnav-nav li a {
		font-size: 16px;
		margin-left: 0;
	}
}

.header__subnav-social {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	font-family: "TTCommons-DemiBold", sans-serif;
}

.header__subnav-social a svg {
	display: inline-block;
	height: 18px;
	fill: #231f20;
	margin-left: 20px;
	transition: all .5s ease;
}

.header__subnav-social a:hover svg {
	fill: #0099df;
}

.header__subnav-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 70px;
	background-color: #fff;
	pointer-events: none;
	z-index: 1;
	transition: opacity .5s ease, height .5s ease;
}

body.overlay-nav--on .header__subnav-bg {
	height: 100vh;
}

.embed-content {
	padding-top: 70px;
}

@media only screen and (min-width: 64em) {
	.embed-content {
		padding-top: 100px;
	}
}

.content {
	width: 100%;
	background-color: #fff;
	color: #231f20;
}

.content .wrap {
	padding-top: 150px;
	padding-bottom: 40px;
}

@media only screen and (min-width: 64em) {
	.content .wrap {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.section__overview .wrap {
	padding-top: 50px;
}

@media only screen and (min-width: 64em) {
	.section__overview .wrap {
		padding-top: 100px;
	}
}

.section__overview .wrap .col-6 {
	margin-bottom: 30px;
}

@media only screen and (min-width: 64em) {
	.section__overview .wrap .col-6 {
		margin-bottom: 0;
	}
}

.section__title .wrap {
	padding-top: 10px;
	padding-bottom: 50px;
}

body.residences .section__title .wrap, body.neighborhood .section__title .wrap {
	padding-top: 64px;
}

@media only screen and (min-width: 64em) {
	.section__title .wrap {
		padding-top: 160px;
		padding-bottom: 160px;
	}
}

.section__text .wrap {
	padding-top: 100px;
	padding-bottom: 0px;
}

@media only screen and (min-width: 64em) {
	.section__text .wrap {
		padding-top: 160px;
		padding-bottom: 0px;
	}
}

.section__image .wrap {
	padding-top: 30px;
	padding-bottom: 0px;
}

@media only screen and (min-width: 64em) {
	.section__image .wrap {
		padding-top: 70px;
		padding-bottom: 0px;
	}
}

.section__text-black {
	background: #231f20;
}

.section__text-black .wrap {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media only screen and (min-width: 64em) {
	.section__text-black .wrap {
		padding-top: 160px;
		padding-bottom: 160px;
	}
}

.section__text-black .col-8 {
	margin-bottom: 30px;
}

@media only screen and (min-width: 64em) {
	.section__text-black .row-top {
		padding-top: 40px;
	}
}

.section__text-black .col-6 {
	margin-bottom: 30px;
}

@media only screen and (min-width: 64em) {
	.section__text-black .col-6 {
		margin-bottom: 0;
	}
}

.section__text-black .col-6 .btn {
	margin-top: 26px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 64em) {
	.section__text-black .col-6 .btn {
		margin-top: 44px;
		margin-bottom: 0px;
	}
}

.section__text-black p, .section__text-black h3, .section__text-black h4, .section__text-black h5 {
	color: #fff !important;
}

.section__text-black ul li {
	color: #fff !important;
}

.section__text-black ul li:before {
	background-image: url("https://dclcorp.com/wp-content/themes/dcl-v2/css/img/li-white.svg") !important;
}

footer {
	background: #231f20;
}

footer.footer--related {
	margin-top: 0;
}

.footer {
	font-family: "TTCommons-Regular", sans-serif;
	font-size: 18px;
	color: #a9a9a9;
	line-height: 26px;
}

.footer strong {
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	font-weight: normal;
}

.footer ul {
	margin-bottom: 20px;
}

.footer ul:last-child {
	margin-bottom: 0;
}

.footer p {
	margin-bottom: 5px;
	color: #a9a9a9;
}

@media only screen and (min-width: 64em) {
	.footer p {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 30px;
	}
}

.footer .col-3 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 30px;
}

.footer .col-3:nth-child(3) {
	justify-content: flex-start;
}

.footer .col-3:nth-child(3) div:first-child {
	margin-bottom: 30px;
}

@media only screen and (min-width: 64em) {
	.footer .col-3 {
		margin-bottom: 0;
	}
}

.footer__newsletter {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 44px;
	background: #231f20;
	border-top: 1px solid #4a4748;
	border-bottom: 1px solid #4a4748;
	margin-top: 60px;
}

body.page-template-template-form .footer__newsletter, body.contact-us .footer__newsletter {
	margin-top: 0;
}

.footer__newsletter h5 {
	font-family: "TTCommons-Regular", sans-serif;
	color: #a9a9a9;
	font-size: 22px;
	margin-bottom: 14px;
}

@media only screen and (min-width: 64em) {
	.footer__newsletter h5 {
		font-size: 30px;
		margin-bottom: 0;
	}
}

.footer__newsletter h5 span {
	font-family: "TTCommons-DemiBold", sans-serif;
	display: inline;
	color: #fff;
}

.footer__newsletter-text {
	display: flex;
	align-items: center;
}

.footer__newsletter .hbspt-form form {
	display: flex;
	flex-direction: row;
}

.footer__newsletter .hbspt-form form .hs_email {
	flex-grow: 1;
}

.footer__newsletter .hbspt-form form .hs_email label {
	display: none;
}

.footer__newsletter .hbspt-form form .hs_email .hs-input {
	width: 100%;
	background: #fff !important;
	border: none;
	padding: 7px 8px 8px 12px !important;
	border-radius: 4px;
}

.footer__newsletter .hbspt-form form .hs-button {
	margin-left: 10px;
	margin-top: 0;
	font-size: 16px;
	padding: 6px 10px 8px 0;
	min-width: 115px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

@media only screen and (min-width: 64em) {
	.footer__newsletter .hbspt-form form .hs-button {
		min-width: 145px;
		padding: 9px 10px 10px 0;
	}
}

.footer__newsletter .hbspt-form .submitted-message, .footer__newsletter .hbspt-form .submitted-message p {
	color: #b6ec00;
	font-size: 18px;
	font-family: "TTCommons-DemiBold", sans-serif;
	line-height: 1;
}

@media only screen and (min-width: 64em) {
	.footer__newsletter .hbspt-form .submitted-message, .footer__newsletter .hbspt-form .submitted-message p {
		font-size: 22px;
		line-height: 1;
		margin-bottom: 0;
	}
}

.footer__social {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	font-size: 16px;
}

.footer__social a svg {
	display: inline-block;
	height: 18px;
	fill: #fff;
	margin-left: 20px;
	transition: all .5s ease;
}

@media only screen and (min-width: 64em) {
	.footer__social a svg {
		margin-left: 24px;
	}
}

.footer__social a:hover svg {
	fill: #b6ec00;
}

.footer__navigation {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media only screen and (min-width: 64em) {
	.footer__navigation {
		padding-bottom: 110px;
	}
}

.footer__copyright {
	margin-top: 30px;
}

@media only screen and (min-width: 64em) {
	.footer__copyright {
		margin-top: 80px;
	}
}

.footer__copyright p {
	font-size: 13px;
	line-height: 18px;
	color: #a9a9a9;
}

@media only screen and (min-width: 64em) {
	.footer__copyright p {
		font-size: 12px;
		line-height: 14px;
	}
}

.footer__copyright p span {
	padding: 0 10px;
}

.footer a {
	color: #a9a9a9;
	text-decoration: none;
}

.footer a:hover {
	color: #b6ec00;
}

.footer a.btn {
	color: #231f20;
}

.footer a.btn:hover {
	color: #0099df;
}

.footer__started {
	background: #231f20;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #fff;
}

@media only screen and (min-width: 64em) {
	.footer__started {
		padding-top: 95px;
		padding-bottom: 50px;
	}
}

.footer__started .wrap {
	position: relative;
}

@media only screen and (min-width: 64em) {
	.footer__started .wrap {
		padding-top: 70px;
		padding-bottom: 73px;
		height: 390px;
		overflow: hidden;
	}
}

.footer__started .wrap .row {
	position: relative;
	z-index: 1;
}

.footer__started h5 {
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
}

@media only screen and (min-width: 64em) {
	.footer__started h5 {
		font-size: 40px;
		line-height: 46px;
		margin-bottom: 25px;
	}
}

.footer__started p {
	color: #fff;
	margin-bottom: 25px;
}

.footer__started-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 1250px;
	z-index: 0;
	background-color: #36a5ff;
}

.footer__started-video video {
	width: 100%;
}

.footer__started-image {
	margin-bottom: 30px;
}

.gravity-form--hidden {
	visibility: hidden !important;
	height: 0;
}

.location {
	background: #f0f7fc;
	padding-top: 110px;
}

.location .col-4 {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 40px;
	margin-bottom: 30px;
}

@media only screen and (min-width: 64em) {
	.location .col-4 {
		border: none;
	}
}

.location .col-4 h2 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 40px;
}

@media only screen and (min-width: 64em) {
	.location .col-4 h2 {
		font-size: 40px;
		line-height: 48px;
	}
}

.location .col-4 ul li {
	margin-bottom: 22px;
}

.location .col-4 ul li a {
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	padding: 0 5px 3px;
	transition: all .75s ease;
	font-family: "TTCommons-DemiBold", sans-serif;
	box-shadow: inset 0 -.6em 0 0 #b6ec00;
}

@media only screen and (min-width: 64em) {
	.location .col-4 ul li a {
		font-family: "TTCommons-Regular", sans-serif;
		font-size: 22px;
		line-height: 22px;
		box-shadow: inset 0 0 0 0 #f0f7fc;
	}
}

.location .col-4 ul li.active a {
	box-shadow: inset 0 0 0 0 #f0f7fc;
}

@media only screen and (min-width: 64em) {
	.location .col-4 ul li.active a {
		font-family: "TTCommons-DemiBold", sans-serif;
	}
}

.location .col-4 ul li ul {
	display: none;
}

.location .col-4 ul li.active ul {
	margin-top: 12px;
	display: block;
}

.location .col-4 ul li.active ul li a {
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	box-shadow: inset 0 0 0 0 #b6ec00;
	transition: all .5s ease;
	padding: 0 5px 3px;
}

@media only screen and (min-width: 64em) {
	.location .col-4 ul li.active ul li a {
		font-size: 22px;
		line-height: 22px;
	}
	
	.location .col-4 ul li.active ul li a.scrollactive-item.active {
		box-shadow: inset 0 -.6em 0 0 #b6ec00;
	}
	
	.location .col-4 ul li.active ul li a.scrollactive-item.active:hover {
		box-shadow: inset 0 -.15em 0 0 #b6ec00;
	}
	
	.location .col-4 ul li.active ul li a:hover {
		box-shadow: inset 0 -.6em 0 0 #b6ec00;
	}
}

.location .col-4 ul li.active ul li a:before {
	content: "– ";
	padding-right: 20px;
}

.careers {
	background: #f0f7fc;
	padding-top: 60px;
}

@media only screen and (min-width: 64em) {
	.careers {
		padding-top: 150px;
	}
}

.careers .col-4 {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 40px;
	margin-bottom: 30px;
}

@media only screen and (min-width: 64em) {
	.careers .col-4 {
		border: none;
	}
}

.careers .col-4 h2 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 40px;
}

@media only screen and (min-width: 64em) {
	.careers .col-4 h2 {
		font-size: 40px;
		line-height: 48px;
	}
}

.careers .col-4 ul li {
	margin-bottom: 22px;
}

.careers .col-4 ul li a {
	font-family: "TTCommons-DemiBold", sans-serif;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	padding: 0 5px 3px;
	transition: all .75s ease;
	box-shadow: inset 0 -.6em 0 0 #b6ec00;
}

@media only screen and (min-width: 64em) {
	.careers .col-4 ul li a {
		font-family: "TTCommons-Regular", sans-serif;
		font-size: 22px;
		line-height: 22px;
		box-shadow: inset 0 0 0 0 #f0f7fc;
	}
}

.careers .col-4 ul li a span {
	display: block;
	font-family: "TTCommons-Regular", sans-serif;
	font-size: 18px;
}

.careers .col-4 ul li a.active {
	font-family: "TTCommons-DemiBold", sans-serif;
	box-shadow: inset 0 -.6em 0 0 #b6ec00;
	box-shadow: inset 0 0 0 0 #f0f7fc;
}

@media only screen and (min-width: 64em) {
	.careers .col-4 ul li a.active {
		box-shadow: inset 0 -.6em 0 0 #b6ec00;
	}
	
	.careers .col-4 ul li a.active:hover {
		box-shadow: inset 0 -.15em 0 0 #b6ec00;
	}
}

@media only screen and (min-width: 64em) {
	.careers .col-4 ul li a:hover {
		box-shadow: inset 0 -.6em 0 0 #b6ec00;
	}
}

.careers .col-4 ul li span {
	display: block;
	padding: 3px 5px;
}

.careers-content h1 {
	padding-top: 11px;
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 20px;
}

.careers-content h2, .careers-content h3, .careers-content h4, .careers-content h5, .careers-content h6 {
	color: #231f20;
	margin-bottom: 15px;
	margin-top: 40px;
}

.careers-content h2 {
	font-size: 28px;
	list-style: 32px;
}

.careers-content h3 {
	font-size: 24px;
	line-height: 28px;
}

.careers-content h4, .careers-content h5, .careers-content h6 {
	font-size: 20px;
	line-height: 24px;
}

.careers-content li h4 {
	margin-bottom: 4px;
}

.careers-content__location {
	display: block;
	font-family: "TTCommons-DemiBold", sans-serif;
	font-size: 22px;
	line-height: 28px;
}

.careers-content em {
	font-style: italic;
}

.careers-content a {
	color: #231f20 !important;
	font-family: "TTCommons-DemiBold", sans-serif;
	box-shadow: inset 0 -.6em 0 0 #b6ec00;
	transition: all .5s ease;
	padding: 0 5px 3px;
}

.careers-content a:hover {
	box-shadow: inset 0 -.15em 0 0 #b6ec00;
}

.careers-content a.btn {
	padding: 15px 40px 16px;
	box-shadow: none;
	color: #fff !important;
}

.careers-content a span {
	color: #231f20 !important;
}

.careers-content ul, .careers-content ol {
	margin-left: 1em;
}

.careers-content ul li, .careers-content ol li {
	line-height: 1.5;
}

.careers-content ul {
	list-style: disc;
}

.careers-content ol {
	list-style: decimal;
}

.careers-content .block-single-guest {
	background-color: #cdefff;
}
