/*
 Theme Name:     Open Technology Solutions 2023
 Theme URI:      https://www.fifteen4.com/
 Description:    Open Technology Solutions 2023 Theme
 Author:         Fifteen4
 Author URI:     https://www.fifteen4.com/
 Template:       Divi
 Version:        1.0.0
*/
@import url("../Divi/style.css");

body {
	font-family: elza,sans-serif;
	font-weight: 400;
	font-style: normal;
}

*:focus {
	outline: 2px solid #97EFE9;
}

/* Common Elements */
.disable-lightbox a {
pointer-events: none;
}
 
.disable-lightbox .et_overlay {
display: none !important;
}

/* Header */
header.et-l.et-l--header {
	position: relative;
	z-index: 5;
}

.home .header-logo img,
.home .header-logo .et_pb_image .et_pb_image_wrap img[src*=".svg"] {
	width: 100% !important;
}

header ul.nav li a:hover {
	color: #667877 !important;
	opacity: 1 !important;
}

/* Mobile Nav */
.mobile-nav-trigger-section {
	padding: 0;
	height: 0;
}
nav#mobile-nav-trigger {
	position: relative;
	z-index: 99999;
	display: block;
	padding: 0 !important;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
	background: transparent;
}

@media screen and (min-width: 981px) {
	.mobile-nav-trigger-section {
		display: none;
	}
}

nav#mobile-nav-trigger button {
	position: absolute;
	top: .3rem;
	right: 0;
	border: 0;
	background: transparent;
	padding: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	-webkit-transform: translateY(36px);
		-ms-transform: translateY(36px);
			transform: translateY(36px);
}

@media screen and (min-width: 768px) {
	nav#mobile-nav-trigger button {
		top: 1.3rem;
	}
}

nav#mobile-nav-trigger span:before,
nav#mobile-nav-trigger span:after {
	content: '';
}

nav#mobile-nav-trigger span,
nav#mobile-nav-trigger span:before,
nav#mobile-nav-trigger span:after {
	display: block;
	width: 38px;
	height: 3px;
	background-color: #AFAFAF;
	border-radius: 3px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

nav#mobile-nav-trigger span {
	top: 8px;
}

nav#mobile-nav-trigger span:before {
	top: 11px;
}

nav#mobile-nav-trigger span:after {
	top: 22px;
}

nav#mobile-nav-trigger button.clicked span,
nav#mobile-nav-trigger button.clicked span:before,
nav#mobile-nav-trigger button.clicked span:after {
	background-color: #fff;
}

nav#mobile-nav-trigger button.clicked span {
	-webkit-transform: translate(0px, 11px) rotate(45deg);
		-ms-transform: translate(0px, 11px) rotate(45deg);
			transform: translate(0px, 11px) rotate(45deg);
}

nav#mobile-nav-trigger button.clicked span:before {
	left: 50%;
	width: 0%;
	-webkit-transform: translate(0px, -10px) rotate(-45deg);
		-ms-transform: translate(0px, -10px) rotate(-45deg);
			transform: translate(0px, -10px) rotate(-45deg);
}

nav#mobile-nav-trigger button.clicked span:after {
	-webkit-transform: translate(0px, -22px) rotate(-90deg);
		-ms-transform: translate(0px, -22px) rotate(-90deg);
			transform: translate(0px, -22px) rotate(-90deg);
}

.mobile-menus-wrap {
	padding: 5.35rem 1rem 0;
}

.mobile-menus-wrap hr {
	margin: 1.52rem 0 1.62rem;
	background: transparent;
	border: 1px solid #fff;
}

nav#mobile-nav {
	position: fixed;
	z-index: 5555;
	top: 0;
	left: 0;
	right: 0;
	min-height: 100vh;
	background-color: #482254;
	overflow: auto;
	padding: 2rem 0rem 3rem;
	text-align: left;
	text-transform: uppercase;
}

nav#mobile-nav ul:not(.sub-menu) > li {
	margin-bottom: 1.2rem;
}

nav#mobile-nav ul.sub-menu > li:not(:last-child) {
	margin-bottom: .1rem;
}

nav#mobile-nav ul li.menu-item-has-children > a {
	position: relative;
	padding-right: 35px;
}

nav#mobile-nav ul li.menu-item-has-children > a:after {
	content: '';
	width: 21px;
	height: 13px;
	display: block;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='15' viewBox='0 0 23 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999999 1L11.5 14L22 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 11px;
	right: 0;
	-webkit-transform: rotateX(0deg);
			transform: rotateX(0deg);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

nav#mobile-nav ul li.menu-item-has-children.clicked > a:after {
	-webkit-transform: rotateX(180deg);
			transform: rotateX(180deg);
}

nav#mobile-nav ul li a {
	color: #fff;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: .02em;
}

nav#mobile-nav ul li.current-menu-item >  a,
nav#mobile-nav ul li.current-menu-parent > a {
	color: #97EFE9;
}

nav#mobile-nav ul li.current-menu-item >  a:after,
nav#mobile-nav ul li.current-menu-parent > a:after {
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='15' viewBox='0 0 23 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 14L11.5 1L1 14' stroke='%2397EFE9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

nav#mobile-nav ul li .sub-menu {
	padding: 0.72rem 2.52rem 0;
}

nav#mobile-nav ul li .sub-menu a {
	font-size: 20px;
}

button#mobile-nav-menu-search-trigger {
	color: #fff;
	font-weight: 600;
	margin-left: 0;
	margin-bottom: 0;
}

.mobile-search-wrap form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

input#mobile-nav-menu-search-trigger {
	border: 0;
	background: transparent;
	font-size: 0;
	border: 0;
	background: transparent;
	font-size: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	display: block;
	height: 25px;
	position: relative;
	z-index: 1;
}

.mobile-search-submit-wrap {
	position: relative;
	width: 31px;
	padding-right: 6px;
}

.mobile-search-submit-wrap:after {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-weight: 600;
	content: 'U';
	font-family: ETmodules;
	font-size: 17px;
}

input.mobile-search-input {
	background: #694375;
	border: 0;
	min-width: 252px;
	height: 25px;
	color: #fff;
	padding: 0 .2rem 0 .3rem;
}

input.mobile-search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  border-radius: 50em;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='701px' height='705px' viewBox='0 0 701 705' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eclose-button%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='close-button' transform='translate(2.967908, 3.510721)'%3E%3Cpath d='M694.455233,349.186199 C695.152059,473.703303 629.125947,589.063561 521.406509,651.525753 C413.687071,713.987945 280.768162,713.987945 173.048724,651.525753 C65.3292857,589.063561 -0.69682631,473.703303 0,349.186199 C-0.69682631,224.669094 65.3292857,109.308836 173.048724,46.846644 C280.768162,-15.615548 413.687071,-15.615548 521.406509,46.846644 C629.125947,109.308836 695.152059,224.669094 694.455233,349.186199 Z' id='path2989' stroke='%23ffffff' stroke-width='5.524' fill='%23ffffff' fill-rule='nonzero'%3E%3C/path%3E%3Cg id='g3763' stroke-linecap='round' transform='translate(183.720581, 185.682201)' stroke='%23694375' stroke-width='122.942192'%3E%3Cline x1='0' y1='1.04406581e-13' x2='327.059108' y2='327.059108' id='path2991'%3E%3C/line%3E%3Cline x1='327.059108' y1='1.04406581e-13' x2='0' y2='327.059108' id='path2993'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");

  background-size: contain;
}

nav#mobile-nav .et_pb_menu .et_pb_menu__search-container {
	color: #fff;
}

nav#mobile-nav .et_pb_menu .et_pb_menu__close-search-button {
	color: #fff;
}

nav#mobile-nav .et_pb_menu .et_pb_menu__search-input {
	background-color: #fff;
	color: #000;
	padding-left: 6px;
}

/* Desktop Navigation */

.nav li ul {
	-webkit-box-shadow: 1px 4px 6px 1px rgb(0 0 0 / 25%);
			box-shadow: 1px 4px 6px 1px rgb(0 0 0 / 25%);
}

.nav li ul a { 
	position: relative;
	font-size: 16px;
	line-height: .75;
	padding: 0;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.nav li ul li a:after { 
	content: '';
	display: block;
}

.nav li ul li {
	margin-bottom: .8rem;
}

.nav li ul li:not(:last-child) a:after { 
	content: '';
	display: block;
	border-bottom: 2px solid #482254;
	margin: 11px 0;
}

.et-menu .menu-item-has-children>a:first-child:after {
	content: "";
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
	width: 12px;
	height: 8px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 9L13 1' stroke='%23482254' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.secondary-menu.et_pb_menu .et_pb_menu__wrap {
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	justify-content: end;
}

/* Typography */
#page-container h1,
#page-container h2,
h5.et_pb_toggle_title,
h3.chiac-title,
.chiac_divi_accordions .chiac-title {
	color: #482254;
	font-weight: 600 !important;
}


#page-container h1,
.blog #page-container h2.entry-title,
.search #page-container  h2.post-title {
	font-size: 32px !important;
	line-height: 1.31 !important;
}

#page-container h2,
h5.et_pb_toggle_title,
h3.chiac-title {
	font-size: 32px !important;
	line-height: 1.31 !important;
	margin-bottom: 0.48em !important;
	color: #482254;
}

@media screen and (min-width: 768px) {
	#page-container h2,
	h3.chiac-title {
		font-size: 48px !important;
		line-height: 1.12 !important;
	}
}

#page-container h3:not(.et_pb_gallery_title):not(.chiac-title) {
	font-weight: 700 !important;
	font-size: 24px !important;
	line-height: 1.083 !important;
}

#page-container h4:not(.chiac-subtitle) {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.25;
}

#page-container h5 {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.25;
}

#page-container .thin-gray-text,
#page-container .thin-gray-text h2,
#page-container .thin-gray-text h3,
h4.chiac-subtitle {
	font-weight: 300 !important;
	font-size: 20px !important;
	line-height: 30px !important;
	color: #667877 !important;
}

@media screen and (min-width: 768px) {
	#page-container h1,
	.blog #page-container h2.entry-title,
	.search #page-container  h2.post-title {
		font-size: 48px !important;
		line-height: 1.12 !important;
	}
	#page-container .thin-gray-text,
	#page-container .thin-gray-text h2,
	#page-container .thin-gray-text h3,
	h4.chiac-subtitle {
		font-size: 28px !important;
		line-height: 1.36 !important;
	}
}

@media screen and (max-width: 980px) {
	.reverse {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
			-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
	}
}

/* Workspace Award */
.workspace-award {
	overflow: hidden;
}
.workspace-award .et_pb_image {
	position: relative;
}

.workspace-award .et_pb_image:before,
.workspace-award .et_pb_image:after {
	content: '';
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
}

.workspace-award .et_pb_image img {
	position: relative;
	z-index: 1;
}

.workspace-award .et_pb_image:before {
	height: 14px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='380' height='14' viewBox='0 0 380 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M68.3842 13.6494H48.2524C44.5463 13.6494 41.542 10.5939 41.542 6.82467C41.542 3.05548 44.5463 -8.2016e-05 48.2524 -8.2016e-05H68.3842C72.0902 -8.2016e-05 75.0946 3.05548 75.0946 6.82467C75.0946 10.5939 72.0902 13.6494 68.3842 13.6494Z' fill='%23A7C4C2'/%3E%3Cpath d='M26.8422 13.6494H6.71038C3.00436 13.6494 0 10.5939 0 6.82467C0 3.05548 3.00436 -8.2016e-05 6.71038 -8.2016e-05H26.8422C30.5482 -8.2016e-05 33.5526 3.05548 33.5526 6.82467C33.5526 10.5939 30.5475 13.6494 26.8422 13.6494Z' fill='%23A7C4C2'/%3E%3Cpath d='M110.107 13.6494H89.975C86.269 13.6494 83.2646 10.5939 83.2646 6.82467C83.2646 3.05548 86.269 -8.2016e-05 89.975 -8.2016e-05H110.107C113.813 -8.2016e-05 116.817 3.05548 116.817 6.82467C116.817 10.5939 113.813 13.6494 110.107 13.6494Z' fill='%23A7C4C2'/%3E%3Cpath d='M169.363 14L189.495 14C193.201 14 196.205 10.9444 196.205 7.17525C196.205 3.40606 193.201 0.350504 189.495 0.350505L169.363 0.350507C165.657 0.350507 162.652 3.40607 162.652 7.17526C162.652 10.9444 165.657 14 169.363 14Z' fill='%23A7C4C2'/%3E%3Cpath d='M210.367 14L230.499 14C234.205 14 237.209 10.9444 237.209 7.17525C237.209 3.40606 234.205 0.350504 230.499 0.350505L210.367 0.350507C206.661 0.350507 203.656 3.40607 203.656 7.17526C203.656 10.9444 206.661 14 210.367 14Z' fill='%23A7C4C2'/%3E%3Cpath d='M331.682 13.834L351.814 13.834C355.52 13.834 358.524 10.7784 358.524 7.00924C358.524 3.24005 355.52 0.184489 351.814 0.184489L331.682 0.184491C327.976 0.184491 324.972 3.24005 324.972 7.00924C324.972 10.7784 327.977 13.834 331.682 13.834Z' fill='%23A7C4C2'/%3E%3Cpath d='M148.425 14C152.131 14 155.136 10.9444 155.136 7.17525C155.136 3.40606 152.131 0.350504 148.425 0.350505C144.719 0.350505 141.715 3.40606 141.715 7.17525C141.715 10.9444 144.72 14 148.425 14Z' fill='%23A7C4C2'/%3E%3Cpath d='M251.36 14C255.066 14 258.071 10.9444 258.071 7.17525C258.071 3.40606 255.066 0.350504 251.36 0.350505C247.654 0.350505 244.65 3.40606 244.65 7.17525C244.65 10.9444 247.655 14 251.36 14Z' fill='%23A7C4C2'/%3E%3Cpath d='M372.675 13.834C376.381 13.834 379.386 10.7784 379.386 7.00924C379.386 3.24005 376.381 0.184489 372.675 0.184489C368.969 0.184489 365.965 3.24005 365.965 7.00924C365.965 10.7784 368.97 13.834 372.675 13.834Z' fill='%23A7C4C2'/%3E%3C/svg%3E");
	background-position: 100% 50%;
	-webkit-transform: translate(14%, -48px);
		-ms-transform: translate(14%, -48px);
			transform: translate(14%, -48px);
}

.workspace-award .et_pb_image:after {
	height: 23px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='518' height='27' viewBox='0 0 518 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72.8887 24.4241H39.8152C33.7267 24.4241 28.791 19.4043 28.791 13.212C28.791 7.01984 33.7267 2.00002 39.8152 2.00002H72.8887C78.9772 2.00002 83.9128 7.01984 83.9128 13.212C83.9128 19.4043 78.9772 24.4241 72.8887 24.4241Z' stroke='%23A7C4C2' stroke-width='4' stroke-miterlimit='10'/%3E%3Cpath d='M170.238 25L203.312 25C209.4 25 214.336 19.9802 214.336 13.788C214.336 7.59577 209.4 2.57595 203.312 2.57595L170.238 2.57596C164.15 2.57596 159.214 7.59578 159.214 13.788C159.214 19.9802 164.15 25 170.238 25Z' stroke='%23A7C4C2' stroke-width='4' stroke-miterlimit='10'/%3E%3Cpath d='M237.601 25L270.674 25C276.763 25 281.698 19.9802 281.698 13.788C281.698 7.59577 276.763 2.57595 270.674 2.57595L237.601 2.57596C231.512 2.57596 226.576 7.59578 226.576 13.788C226.576 19.9802 231.513 25 237.601 25Z' stroke='%23A7C4C2' stroke-width='4' stroke-miterlimit='10'/%3E%3Cpath d='M436.903 24.7271L469.977 24.7271C476.065 24.7271 481.001 19.7072 481.001 13.515C481.001 7.32282 476.065 2.303 469.977 2.303L436.903 2.30301C430.815 2.30301 425.879 7.32283 425.879 13.515C425.879 19.7072 430.816 24.7271 436.903 24.7271Z' stroke='%23A7C4C2' stroke-width='4' stroke-miterlimit='10'/%3E%3Cpath d='M135.841 25C141.929 25 146.865 19.9802 146.865 13.788C146.865 7.59577 141.929 2.57595 135.841 2.57595C129.752 2.57595 124.817 7.59577 124.817 13.788C124.817 19.9802 129.753 25 135.841 25Z' stroke='%23A7C4C2' stroke-width='4' stroke-miterlimit='10'/%3E%3Cpath d='M304.947 25C311.035 25 315.971 19.9802 315.971 13.788C315.971 7.59577 311.035 2.57595 304.947 2.57595C298.858 2.57595 293.922 7.59577 293.922 13.788C293.922 19.9802 298.859 25 304.947 25Z' stroke='%23A7C4C2' stroke-width='4' stroke-miterlimit='10'/%3E%3Cpath d='M504.249 24.7271C510.338 24.7271 515.273 19.7072 515.273 13.515C515.273 7.32282 510.338 2.303 504.249 2.303C498.161 2.303 493.225 7.32282 493.225 13.515C493.225 19.7072 498.162 24.7271 504.249 24.7271Z' stroke='%23A7C4C2' stroke-width='4' stroke-miterlimit='10'/%3E%3Cpath d='M362.45 25C368.538 25 373.474 19.9802 373.474 13.788C373.474 7.59577 368.538 2.57595 362.45 2.57595C356.361 2.57595 351.425 7.59577 351.425 13.788C351.425 19.9802 356.362 25 362.45 25Z' stroke='%23A7C4C2' stroke-width='4' stroke-miterlimit='10'/%3E%3C/svg%3E");
	background-position: 0% 50%;
	-webkit-transform: translate(-30%, 35px);
		-ms-transform: translate(-30%, 35px);
			transform: translate(-30%, 35px);
}

@media screen and (min-width: 768px) {
	.workspace-award .et_pb_image:before {
		-webkit-transform: translate(0, 35px);
			-ms-transform: translate(0, 35px);
				transform: translate(0, 35px);
	}
	.workspace-award .et_pb_image:after {
		-webkit-transform: translate(-14%, -35px);
			-ms-transform: translate(-14%, -35px);
				transform: translate(-14%, -35px);
	}
}

/* Jobs Feed */
.job-post {
	margin-left: -1rem;
	margin-right: -1rem;
	padding: 2.55rem 0 1.05rem;
}
.job-post a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	font-weight: 600;
	font-size: 28px;
	line-height: 38px;
	color: #482254;
}

.job-post a strong,
.job-post a span {
	width: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

.job-post a strong {
	font-weight: 600;
	font-size: 28px;
	line-height: 1.4;
	padding-bottom: 1rem;
}

.job-post span {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.75;
	color: #252B2B;
}

.job-post a strong {
	-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
			flex: 1 1 0;
}

.job-post a span {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
			flex: 0 0 auto;
}

@media screen and (min-width: 768px) {
	.job-post a {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
			-ms-flex-direction: row;
				flex-direction: row;
		font-size: 28px;
		line-height: 38px;
	}
	.job-post span {
		font-size: 18px;
		line-height: 1.56;
	}
}

/* Timeline Plus */
body .et_pb_module.dtlp_vertical_timeline {
	position: relative;
}
body .et_pb_module.dtlp_vertical_timeline:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #482254;
	width: 5px;
	border-radius: 5px;
}
body .dtlp_vertical_timeline .dtlp_vertical_timeline_child_0 {
	display: none;
}

body .dtlp-vt-content {
	padding-top: 46px;
}

body .dtlp_vertical_timeline .dtlp-vt-content .dtlp-vt-content-inner {
	background: transparent !important;
}

body .dtlp_vertical_timeline_0 .dtlp-vt-content .dtlp-vt-content-inner {
	padding-top: 0;
}

body #page-container .dtlp-vt-title h4 {
	font-size: 36px !important;
	line-height: 1 !important;
}

body .dtlp-vt-desc {
	font-size: 14px;
	line-height: 1.714;
}

body .dtlp-vt-date-time {
	display: none;
}

body .dtlp_vertical_timeline_0 .dtlp_vertical_timeline_child .dtlp-vt-scroll {
	display: none;
	background: #482254 !important;
	width: 5px!important;
	border-radius: 5px;
}

body .template-1 .dtlp_vertical_timeline_child .dtlp-vt-circle {
	background: #482254 !important;
	position: relative;
	-webkit-transform: translateX(0) !important;
		-ms-transform: translateX(0) !important;
			transform: translateX(0) !important;
	width: 100%;
	height: 5px;
	border-radius: 0;
	width: 100%;
	-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
			flex: 0 0 100%;
	top: -8px !important;
}

body .template-1 .dtlp_vertical_timeline_child {
	margin-bottom: -75px !important;
}

body .template-1 .dtlp_vertical_timeline_child:nth-child(odd) .dtlp-vt-circle {
	right: auto;
	left: auto;
}

body .template-1 .dtlp_vertical_timeline_child:nth-child(even) .dtlp-vt-circle {
	right: auto;
	left: auto;
}

body .dtlp_vertical_timeline_0 .dtlp_vertical_timeline_child .dtlp-vt-content {
	padding-bottom: 0px!important;
}

body .template-1 .dtlp_vertical_timeline_child:nth-child(odd) .dtlp-vt-content {
	margin-top: -100px;
}

body .template-1 .dtlp_vertical_timeline_child:nth-child(even) .dtlp-vt-content .dtlp-vt-content-inner {
	padding-left: 13px;
	padding-right: 0;
	padding-bottom: 0;
}

body .template-1 .dtlp_vertical_timeline_child:nth-child(odd) .dtlp-vt-content .dtlp-vt-content-inner {
	padding-left: 0;
	padding-right: 13px;
}


body .template-1 .dtlp_vertical_timeline_child .dtlp-vt-circle:after {
	content: '';
	width: 14px;
	height: 14px;
	background: #482254;
	border-radius: 100%;
	position: absolute;
	right: 0;
}

body .template-1 .dtlp_vertical_timeline_child:nth-child(odd) .dtlp-vt-circle:after {
	right: auto;
	left: 0;
}

/* Culture Slider */
.culture-slider {
	overflow: visible !important;
}
.culture-slider .et_pb_slide {
	border-radius: 37px;	
}

.culture-slider-mobile .et_pb_slide {
	min-height: 127.055vw;
}

.culture-slider-desktop .et_pb_slide {
	min-height: 65.2vw;
}

.culture-slider .et-pb-slider-arrows > a {
	-webkit-transform: translateY(calc(-50% + 20px));
		-ms-transform: translateY(calc(-50% + 20px));
			transform: translateY(calc(-50% + 20px));
	visibility: hidden;
	opacity: 0;
}

.culture-slider:hover .et-pb-slider-arrows > a {
	visibility: visible;
	opacity: 1;
}

.template-1 .dtlp_vertical_timeline_child:nth-child(2n) .dtlp-vt-scroll {
	left: auto !important;
	-webkit-transform: translateX(-50%)!important;
		-ms-transform: translateX(-50%)!important;
			transform: translateX(-50%)!important;
	right: auto!important;
}

.template-1 .dtlp_vertical_timeline_child:nth-child(2n) {
	margin: 0 0 0 50% !important;
}

@media screen and (max-width: 767px) {
	body .culture-slider .et-pb-controllers {
		bottom: 0;
		-webkit-transform: translateY(calc(100% + 17px));
			-ms-transform: translateY(calc(100% + 17px));
				transform: translateY(calc(100% + 17px));
	}
	body .et_pb_module.dtlp_vertical_timeline_child:nth-child(odd) {
		padding-right: 50%;
	}
	body .dtlp-vertical-timeline.template-1 .dtlp-vt-scroll {
		left: 100% !important;
		-webkit-transform: translateX(-50%)!important;
			-ms-transform: translateX(-50%)!important;
				transform: translateX(-50%)!important;
	}
	body .template-1 .dtlp_vertical_timeline_child .dtlp-vt-circle {
		top: -8px !important;
	}
	body .template-1 .dtlp_vertical_timeline_child:nth-child(7n+1) .dtlp-vt-circle {
		max-width: 84px;
		left: calc(100% - 84px) !important;
	}
	
	body .template-1 .dtlp_vertical_timeline_child:nth-child(7n+2) .dtlp-vt-circle {
		max-width: 121px;
	}
	
	body .template-1 .dtlp_vertical_timeline_child:nth-child(7n+3) .dtlp-vt-circle {
		max-width: 72px;
		left: calc(100% - 72px) !important;
	}
	
	body .template-1 .dtlp_vertical_timeline_child:nth-child(7n+4) .dtlp-vt-circle {
		max-width: 67px;
	}
	
	body .template-1 .dtlp_vertical_timeline_child:nth-child(7n+5) .dtlp-vt-circle {
		max-width: 119px;
		left: calc(100% - 119px) !important;
	}
	
	body .template-1 .dtlp_vertical_timeline_child:nth-child(7n+6) .dtlp-vt-circle {
		max-width: 121px;
	}
	
	body .template-1 .dtlp_vertical_timeline_child:nth-child(7n+7) .dtlp-vt-circle {
		max-width: 72px;
		left: calc(100% - 72px) !important;
	}
	
	body .template-1 .dtlp_vertical_timeline_child:nth-child(even) .dtlp-vt-circle {
		-webkit-transform: translateX(0%) translateY(-50%)!important;
			-ms-transform: translateX(0%) translateY(-50%)!important;
				transform: translateX(0%) translateY(-50%)!important;
		left: auto !important;
	}
	
}

@media screen and (min-width: 768px) {
	body .culture-slider .et-pb-controllers {
		bottom: 0;
		-webkit-transform: translateY(calc(100% + 17px));
			-ms-transform: translateY(calc(100% + 17px));
				transform: translateY(calc(100% + 17px));
	}
	.template-1 .dtlp_vertical_timeline_child:nth-child(2n) {
		padding-bottom: 30px;
	}
	body .template-1 .dtlp_vertical_timeline_child .dtlp-vt-circle {
		top: 16px !important;
	}
	body .template-1 .dtlp_vertical_timeline_child:nth-child(odd) .dtlp-vt-content .dtlp-vt-content-inner {
		padding-right: 43px;
		padding-left: 0;
		padding-bottom: 0;
	}
	body .template-1 .dtlp_vertical_timeline_child:nth-child(even) .dtlp-vt-content .dtlp-vt-content-inner {
		padding-left: 43px;
		padding-right: 0;
		padding-bottom: 0;
	}
	body .template-1 .dtlp_vertical_timeline_child .dtlp-vt-circle:after {
		width: 26px;
		height: 26px;
	}
	body .dtlp_vertical_timeline_0 .dtlp_vertical_timeline_child .dtlp-vt-scroll {
		background: #482254 !important;
		width: 5px!important;
		border-radius: 5px;
	}
	
	body .dtlp_vertical_timeline .dtlp_vertical_timeline_child .dtlp-vt-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	
	}
	
	body .dtlp_vertical_timeline .dtlp-vt-content .dtlp-vt-content-inner {
		width: 100%;
	}
	
	body .dtlp_vertical_timeline .dtlp_vertical_timeline_child:nth-child(odd) .dtlp-vt-content {
		margin-left: 0;
		margin-right: 0!important;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
			-ms-flex-direction: row-reverse;
				flex-direction: row-reverse;
	}
	
	body .dtlp_vertical_timeline .dtlp_vertical_timeline_child:nth-child(even) .dtlp-vt-content {
		margin-left: 0;
		margin-right: 0!important;
		-webkit-transform: translate(0, 0) !important;
			-ms-transform: translate(0, 0) !important;
				transform: translate(0, 0) !important;
		padding-bottom: 0 !important;
	}
	
	body .dtlp_vertical_timeline .dtlp-vt-content .dtlp-vt-content-inner {
		background: transparent !important;
	}
	body .template-1 .dtlp_vertical_timeline_child .dtlp-vt-circle {
		max-width: 25%;
	}
	.culture-slider .et_pb_slide {
		min-height: 37.5715vw;	
	}
}

@media screen and (min-width: 1024px) {
	body .template-1 .dtlp_vertical_timeline_child .dtlp-vt-circle {
		top: 21px !important;
	}
	template-1 .dtlp_vertical_timeline_child:nth-child(2n) {
		padding-bottom: 0px;
	}
	body #page-container .dtlp-vt-title h4 {
		font-size: 44.8px !important;
		line-height: 1 !important;
	}
	body .dtlp-vt-desc {
		font-size: 19.2px;
		line-height: 1.58333;
	}
	body .template-1 .dtlp_vertical_timeline_child:nth-child(7n+1) .dtlp-vt-circle {
		max-width: 106px;
	}
	
	body .template-1 .dtlp_vertical_timeline_child:nth-child(7n+2) .dtlp-vt-circle {
		max-width: 207px;
	}
	
	body .template-1 .dtlp_vertical_timeline_child:nth-child(7n+3) .dtlp-vt-circle {
		max-width: 113px;
	}
	
	body .template-1 .dtlp_vertical_timeline_child:nth-child(7n+4) .dtlp-vt-circle {
		max-width: 106px;
	}
	
	body .template-1 .dtlp_vertical_timeline_child:nth-child(7n+5) .dtlp-vt-circle {
		max-width: 204px;
	}
	
	body .template-1 .dtlp_vertical_timeline_child:nth-child(7n+6) .dtlp-vt-circle {
		max-width: 207px;
	}
	
	body .template-1 .dtlp_vertical_timeline_child:nth-child(7n+7) .dtlp-vt-circle {
		max-width: 113px;
	}
}

@media screen and (min-width: 1250px) {
	body .template-1 .dtlp_vertical_timeline_child .dtlp-vt-circle {
		top: 26px !important;
	}
	body #page-container .dtlp-vt-title h4 {
		font-size: 56px !important;
		line-height: 1 !important;
	}
	body .dtlp-vt-desc {
		font-size: 24px;
		line-height: 1.58333;
	}
	.culture-slider .et_pb_slide {
		min-height: 526px;
	}
}

/* Forms */
.gform_wrapper.gravity-theme .gfield_label {
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	color: #482254;
	margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
	.gform_wrapper.gravity-theme .gfield_label {
		font-size: 28px;
		margin-bottom: 1.8rem;
	}
}

body form.et_pb_menu__search-form input:not(.mobile-search-input):not(#mobile-nav-menu-search-trigger),
body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
	height: 48px;
	background: #FFFFFF;
	border: 2px solid #A7C4C2 !important;
	margin-bottom: 0.55rem;
}

body form.et_pb_menu__search-form input:not(.mobile-search-input) {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 0;
}

body form.et_pb_menu__search-form input:not(.mobile-search-input)::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  border-radius: 50em;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='701px' height='705px' viewBox='0 0 701 705' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eclose-button%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='close-button' transform='translate(2.967908, 3.510721)'%3E%3Cpath d='M694.455233,349.186199 C695.152059,473.703303 629.125947,589.063561 521.406509,651.525753 C413.687071,713.987945 280.768162,713.987945 173.048724,651.525753 C65.3292857,589.063561 -0.69682631,473.703303 0,349.186199 C-0.69682631,224.669094 65.3292857,109.308836 173.048724,46.846644 C280.768162,-15.615548 413.687071,-15.615548 521.406509,46.846644 C629.125947,109.308836 695.152059,224.669094 694.455233,349.186199 Z' id='path2989' stroke='%23252b2b' stroke-width='5.524' fill='%23252b2b' fill-rule='nonzero'%3E%3C/path%3E%3Cg id='g3763' stroke-linecap='round' transform='translate(183.720581, 185.682201)' stroke='%23ffffff' stroke-width='122.942192'%3E%3Cline x1='0' y1='1.04406581e-13' x2='327.059108' y2='327.059108' id='path2991'%3E%3C/line%3E%3Cline x1='327.059108' y1='1.04406581e-13' x2='0' y2='327.059108' id='path2993'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}

.gform_wrapper.gravity-theme .gform_footer {
	margin-top: 1rem;
}

/* button:not(.et-fb-settings-option-upload-button):not(id^="mceu_"), 
.button, */
body.single-post .nav-links a,
body .alm-btn-wrap .alm-load-more-btn,
body .alm-btn-wrap .alm-load-more-btn.loading,
.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button,
.et_button_no_icon .et_pb_button,
body .et_pb_button_module_wrapper.et_pb_button_0_wrapper.et_pb_module a.et_pb_button.et_pb_button_0.et_pb_bg_layout_light,
body .et_pb_button,
body .et_button_no_icon .et_pb_button,
.gform_button.button {
	border: 0;
	background-color: #482254;
	color: #fff !important;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.42 !important;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 1.0667rem 2.399rem !important;
	height: auto;
}

a.et_pb_button:hover,
a.et_pb_button:active {
	background-color: #667877 !important;
}

@media screen and (min-width: 768px) {
	.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button,
	.et_button_no_icon.et_button_left .et_pb_button:hover,
	.et_button_no_icon .et_pb_button,
	.et_button_no_icon .et_pb_button:hover,
	body .et_pb_button_module_wrapper.et_pb_button_0_wrapper.et_pb_module a.et_pb_button.et_pb_button_0.et_pb_bg_layout_light,
	body .et_pb_button,
	body .et_button_no_icon .et_pb_button,
	.gform_button.button {
		font-size: 14px;
		line-height: 20px;
		font-size: 16px;
		line-height: 1.25 !important;
		padding: 1.25rem 2.739rem !important;
	}
}

/* Global Page Banners */

.page-banner .banner-copy {
	position: relative;
}

#page-container .page-banner .thin-gray-text,
#page-container .page-banner .thin-gray-text p,
#page-container .page-banner .thin-gray-text h2,
#page-container .page-banner .thin-gray-text h3 {
	padding-bottom: 5px;
	margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
	.page-banner {
		padding-top: 24.5px !important;
	}
}

@media screen and (min-width: 768px) {
	#page-container .page-banner .thin-gray-text,
	#page-container .page-banner .thin-gray-text p,
	#page-container .page-banner .thin-gray-text h2,
	#page-container .page-banner .thin-gray-text h3 {
		padding-bottom: 15.5px;
		margin-bottom: 0 !important;
	}
}

.contact-banner .page-banner .banner-copy:after,
.page-banner .banner-copy:after {
	display: none;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -37px;
	right: 37px;
	bottom: 0;
}

.page-banner .banner-copy.gray-dots:after {
	height: 10.83px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='294' height='11' viewBox='0 0 294 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cpath d='M52.9121 10.5613H37.3352C34.4677 10.5613 32.1431 8.19706 32.1431 5.28066C32.1431 2.36427 34.4677 4.86374e-05 37.3352 4.86374e-05H52.9121C55.7796 4.86374e-05 58.1042 2.36427 58.1042 5.28066C58.1042 8.19706 55.7796 10.5613 52.9121 10.5613Z' fill='%23A7C4C2'/%3E%3Cpath d='M20.769 10.5613H5.19212C2.32461 10.5613 0 8.19706 0 5.28066C0 2.36427 2.32461 4.86374e-05 5.19212 4.86374e-05H20.769C23.6366 4.86374e-05 25.9612 2.36427 25.9612 5.28066C25.9612 8.19706 23.636 10.5613 20.769 10.5613Z' fill='%23A7C4C2'/%3E%3Cpath d='M85.1948 10.5613H69.6179C66.7504 10.5613 64.4258 8.19706 64.4258 5.28066C64.4258 2.36427 66.7504 4.86374e-05 69.6179 4.86374e-05H85.1948C88.0623 4.86374e-05 90.3869 2.36427 90.3869 5.28066C90.3869 8.19706 88.0623 10.5613 85.1948 10.5613Z' fill='%23A7C4C2'/%3E%3Cpath d='M131.044 10.8325L146.621 10.8325C149.488 10.8325 151.813 8.4683 151.813 5.5519C151.813 2.63551 149.488 0.271289 146.621 0.271289L131.044 0.271291C128.176 0.271291 125.852 2.63552 125.852 5.55191C125.852 8.4683 128.176 10.8325 131.044 10.8325Z' fill='%23A7C4C2'/%3E%3Cpath d='M162.771 10.8325L178.347 10.8325C181.215 10.8325 183.54 8.4683 183.54 5.5519C183.54 2.63551 181.215 0.271289 178.347 0.271289L162.771 0.271291C159.903 0.271291 157.578 2.63552 157.578 5.55191C157.578 8.4683 159.904 10.8325 162.771 10.8325Z' fill='%23A7C4C2'/%3E%3Cpath d='M256.637 10.704L272.214 10.704C275.082 10.704 277.406 8.33976 277.406 5.42336C277.406 2.50697 275.082 0.142749 272.214 0.142749L256.637 0.142751C253.77 0.142751 251.445 2.50698 251.445 5.42337C251.445 8.33976 253.77 10.704 256.637 10.704Z' fill='%23A7C4C2'/%3E%3Cpath d='M114.843 10.8325C117.711 10.8325 120.036 8.4683 120.036 5.5519C120.036 2.63551 117.711 0.271289 114.843 0.271289C111.976 0.27129 109.651 2.63551 109.651 5.55191C109.651 8.4683 111.976 10.8325 114.843 10.8325Z' fill='%23A7C4C2'/%3E%3Cpath d='M194.489 10.8325C197.357 10.8325 199.682 8.4683 199.682 5.5519C199.682 2.63551 197.357 0.271289 194.489 0.271289C191.622 0.27129 189.297 2.63551 189.297 5.55191C189.297 8.4683 191.622 10.8325 194.489 10.8325Z' fill='%23A7C4C2'/%3E%3Cpath d='M288.356 10.704C291.223 10.704 293.548 8.33976 293.548 5.42336C293.548 2.50697 291.223 0.142749 288.356 0.142749C285.488 0.14275 283.163 2.50697 283.163 5.42337C283.163 8.33976 285.489 10.704 288.356 10.704Z' fill='%23A7C4C2'/%3E%3Cpath d='M221.572 10.8325C224.44 10.8325 226.764 8.4683 226.764 5.5519C226.764 2.63551 224.44 0.271289 221.572 0.271289C218.704 0.27129 216.38 2.63551 216.38 5.55191C216.38 8.4683 218.705 10.8325 221.572 10.8325Z' fill='%23A7C4C2'/%3E%3C/g%3E%3C/svg%3E");

}

.page-banner .banner-copy.gray-borders:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='270' height='35' viewBox='0 0 270 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M157.31 33H111.587C103.171 33 96.3473 26.0604 96.3473 17.5C96.3473 8.93965 103.171 2.00004 111.587 2.00004H157.31C165.727 2.00004 172.55 8.93965 172.55 17.5C172.55 26.0604 165.727 33 157.31 33Z' stroke='%23D3E1E0' stroke-width='4' stroke-miterlimit='10'/%3E%3Cpath d='M62.9625 33H17.2402C8.82332 33 2 26.0604 2 17.5C2 8.93965 8.82332 2.00004 17.2402 2.00004H62.9625C71.3794 2.00004 78.2028 8.93965 78.2028 17.5C78.2028 26.0604 71.3778 33 62.9625 33Z' stroke='%23D3E1E0' stroke-width='4' stroke-miterlimit='10'/%3E%3Cpath d='M252.069 33H206.347C197.93 33 191.106 26.0604 191.106 17.5C191.106 8.93965 197.93 2.00004 206.347 2.00004H252.069C260.486 2.00004 267.309 8.93965 267.309 17.5C267.309 26.0604 260.486 33 252.069 33Z' stroke='%23D3E1E0' stroke-width='4' stroke-miterlimit='10'/%3E%3C/svg%3E");
	height: 31px;
}


.page-banner .et_pb_image .et_pb_image_wrap {
	max-width: none;
	width: 90vw;
	position: relative;
	padding-top: 37px;
	padding-bottom: 27px;
}

.page-banner .careers-banner-img .et_pb_image_wrap:before {
	content: '';
	position: absolute;
	height: 56.42px;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='448' height='61' viewBox='0 0 448 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M265.258 57.5447H181.709C166.328 57.5447 153.86 45.1105 153.86 29.7723C153.86 14.4342 166.328 1.99999 181.709 1.99999H265.258C280.638 1.99999 293.106 14.4342 293.106 29.7723C293.106 45.1105 280.638 57.5447 265.258 57.5447Z' stroke='%2397EFE9' stroke-width='4' stroke-miterlimit='10'/%3E%3Cpath d='M418.151 58.4185H334.602C319.222 58.4185 306.753 45.9843 306.753 30.6461C306.753 15.3079 319.222 2.87377 334.602 2.87377H418.151C433.532 2.87377 446 15.3079 446 30.6461C446 45.9843 433.532 58.4185 418.151 58.4185Z' stroke='%2397EFE9' stroke-width='4' stroke-miterlimit='10'/%3E%3Cpath d='M113.398 57.5447H29.8487C14.4684 57.5447 2 45.1105 2 29.7723C2 14.4342 14.4684 1.99999 29.8487 1.99999H113.398C128.778 1.99999 141.246 14.4342 141.246 29.7723C141.246 45.1105 128.775 57.5447 113.398 57.5447Z' stroke='%2397EFE9' stroke-width='4' stroke-miterlimit='10'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}

.page-banner .careers-banner-img .et_pb_image_wrap:after {
	content: '';
	position: absolute;
	height: 14px;
	left: -5.5%;
	right: 0;
	top: 0;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='380' height='14' viewBox='0 0 380 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cpath d='M68.3842 13.6495H48.2524C44.5463 13.6495 41.542 10.594 41.542 6.82479C41.542 3.0556 44.5463 4.00543e-05 48.2524 4.00543e-05H68.3842C72.0902 4.00543e-05 75.0946 3.0556 75.0946 6.82479C75.0946 10.594 72.0902 13.6495 68.3842 13.6495Z' fill='%23A7C4C2'/%3E%3Cpath d='M26.8422 13.6495H6.71038C3.00436 13.6495 0 10.594 0 6.82479C0 3.0556 3.00436 4.00543e-05 6.71038 4.00543e-05H26.8422C30.5482 4.00543e-05 33.5526 3.0556 33.5526 6.82479C33.5526 10.594 30.5475 13.6495 26.8422 13.6495Z' fill='%23A7C4C2'/%3E%3Cpath d='M110.107 13.6495H89.975C86.269 13.6495 83.2646 10.594 83.2646 6.82479C83.2646 3.0556 86.269 4.00543e-05 89.975 4.00543e-05H110.107C113.813 4.00543e-05 116.817 3.0556 116.817 6.82479C116.817 10.594 113.813 13.6495 110.107 13.6495Z' fill='%23A7C4C2'/%3E%3Cpath d='M169.363 14.0001L189.495 14.0001C193.201 14.0001 196.206 10.9446 196.206 7.17537C196.206 3.40619 193.201 0.350626 189.495 0.350627L169.363 0.350629C165.657 0.350629 162.653 3.40619 162.653 7.17538C162.653 10.9446 165.657 14.0001 169.363 14.0001Z' fill='%23A7C4C2'/%3E%3Cpath d='M210.367 14.0001L230.499 14.0001C234.205 14.0001 237.209 10.9446 237.209 7.17537C237.209 3.40619 234.205 0.350626 230.499 0.350627L210.367 0.350629C206.661 0.350629 203.656 3.40619 203.656 7.17538C203.656 10.9446 206.661 14.0001 210.367 14.0001Z' fill='%23A7C4C2'/%3E%3Cpath d='M331.682 13.834L351.814 13.834C355.52 13.834 358.524 10.7784 358.524 7.00924C358.524 3.24005 355.52 0.184489 351.814 0.184489L331.682 0.184491C327.976 0.184491 324.972 3.24005 324.972 7.00924C324.972 10.7784 327.977 13.834 331.682 13.834Z' fill='%23A7C4C2'/%3E%3Cpath d='M148.426 14.0001C152.132 14.0001 155.136 10.9446 155.136 7.17537C155.136 3.40619 152.132 0.350626 148.426 0.350627C144.72 0.350627 141.715 3.40619 141.715 7.17538C141.715 10.9446 144.72 14.0001 148.426 14.0001Z' fill='%23A7C4C2'/%3E%3Cpath d='M251.36 14.0001C255.066 14.0001 258.071 10.9446 258.071 7.17537C258.071 3.40619 255.066 0.350626 251.36 0.350627C247.654 0.350627 244.65 3.40619 244.65 7.17538C244.65 10.9446 247.655 14.0001 251.36 14.0001Z' fill='%23A7C4C2'/%3E%3Cpath d='M372.675 13.834C376.381 13.834 379.386 10.7784 379.386 7.00924C379.386 3.24005 376.381 0.184489 372.675 0.184489C368.969 0.184489 365.965 3.24005 365.965 7.00924C365.965 10.7784 368.97 13.834 372.675 13.834Z' fill='%23A7C4C2'/%3E%3Cpath d='M286.362 14.0001C290.068 14.0001 293.073 10.9446 293.073 7.17537C293.073 3.40619 290.068 0.350626 286.362 0.350627C282.656 0.350627 279.652 3.40619 279.652 7.17538C279.652 10.9446 282.657 14.0001 286.362 14.0001Z' fill='%23A7C4C2'/%3E%3C/g%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-size: contain;
}


.page-banner .et_pb_image.orange-border-bg .et_pb_image_wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='478' height='240' viewBox='0 0 478 240' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M467.39 233.773H118.763C54.5854 233.773 2.55835 181.888 2.55835 117.886C2.55835 53.8844 54.5854 2.00003 118.763 2.00003H467.39C531.568 2.00003 583.595 53.8844 583.595 117.886C583.595 181.888 531.556 233.773 467.39 233.773Z' stroke='%23F08700' stroke-width='4' stroke-miterlimit='10'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}

.page-banner .et_pb_image.teal-borders-bg .et_pb_image_wrap:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='1582' height='205' viewBox='0 0 1582 205' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M937.186 199.315H640.39C585.753 199.315 541.461 155.144 541.461 100.657C541.461 46.1706 585.753 1.99997 640.39 1.99997H937.186C991.822 1.99997 1036.11 46.1706 1036.11 100.657C1036.11 155.144 991.822 199.315 937.186 199.315Z' stroke='%2397EFE9' stroke-width='4' stroke-miterlimit='10'/%3E%3Cpath d='M1480.32 202.419H1183.52C1128.89 202.419 1084.59 158.248 1084.59 103.761C1084.59 49.2746 1128.89 5.10398 1183.52 5.10398H1480.32C1534.96 5.10398 1579.25 49.2746 1579.25 103.761C1579.25 158.248 1534.96 202.419 1480.32 202.419Z' stroke='%2397EFE9' stroke-width='4' stroke-miterlimit='10'/%3E%3Cpath d='M397.725 199.315H100.929C46.2921 199.315 2 155.144 2 100.657C2 46.1706 46.2921 1.99997 100.929 1.99997H397.725C452.362 1.99997 496.654 46.1706 496.654 100.657C496.654 155.144 452.351 199.315 397.725 199.315Z' stroke='%2397EFE9' stroke-width='4' stroke-miterlimit='10'/%3E%3C/svg%3E");

}

.page-banner .et_pb_image.teal-borders-bg.teal-borders-top .et_pb_image_wrap:before {
	top: 0;
}

.page-banner .et_pb_image.gray-borders-bg .et_pb_image_wrap:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 101px;
	background-size: contain;
	background-position: 100% 50%;
	background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='805' height='106' viewBox='0 0 805 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cpath d='M476.38 102.089H325.828C298.113 102.089 275.646 79.6835 275.646 52.0447C275.646 24.4058 298.113 1.99996 325.828 1.99996H476.38C504.095 1.99996 526.562 24.4058 526.562 52.0447C526.562 79.6835 504.095 102.089 476.38 102.089Z' stroke='%23A7C4C2' stroke-width='4' stroke-miterlimit='10'/%3E%3Cpath d='M751.889 103.664H601.337C573.622 103.664 551.154 81.2582 551.154 53.6194C551.154 25.9806 573.622 3.57467 601.337 3.57467H751.889C779.604 3.57467 802.071 25.9806 802.071 53.6194C802.071 81.2582 779.604 103.664 751.889 103.664Z' stroke='%23A7C4C2' stroke-width='4' stroke-miterlimit='10'/%3E%3Cpath d='M202.734 102.089H52.1823C24.4675 102.089 2 79.6835 2 52.0447C2 24.4058 24.4675 1.99996 52.1823 1.99996H202.734C230.449 1.99996 252.917 24.4058 252.917 52.0447C252.917 79.6835 230.444 102.089 202.734 102.089Z' stroke='%23A7C4C2' stroke-width='4' stroke-miterlimit='10'/%3E%3C/g%3E%3C/svg%3E");
}

.page-banner .et_pb_image.orange-dots,
.page-banner .et_pb_image.gray-dots {
	position: relative;
}

.page-banner .et_pb_image.orange-dots:before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 13.65px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='117' height='14' viewBox='0 0 117 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M68.3839 13.6495H48.252C44.546 13.6495 41.5417 10.594 41.5417 6.82479C41.5417 3.0556 44.546 4.00543e-05 48.252 4.00543e-05H68.3839C72.0899 4.00543e-05 75.0943 3.0556 75.0943 6.82479C75.0943 10.594 72.0899 13.6495 68.3839 13.6495Z' fill='%23F08700'/%3E%3Cpath d='M26.8422 13.6495H6.71038C3.00436 13.6495 0 10.594 0 6.82479C0 3.0556 3.00436 4.00543e-05 6.71038 4.00543e-05H26.8422C30.5482 4.00543e-05 33.5526 3.0556 33.5526 6.82479C33.5526 10.594 30.5475 13.6495 26.8422 13.6495Z' fill='%23F08700'/%3E%3Cpath d='M110.107 13.6495H89.9753C86.2693 13.6495 83.265 10.594 83.265 6.82479C83.265 3.0556 86.2693 4.00543e-05 89.9753 4.00543e-05H110.107C113.813 4.00543e-05 116.818 3.0556 116.818 6.82479C116.818 10.594 113.813 13.6495 110.107 13.6495Z' fill='%23F08700'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
 }
 
.page-banner .et_pb_image.orange-dots.orange-dots-top:before {
	top: 30%;
}

.page-banner .et_pb_image.orange-dots.orange-dots-bottom:before {
	bottom: 62px;
	width: 127%;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='214' height='13' viewBox='0 0 214 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M61.8255 0.316895H43.6244C40.2738 0.316895 37.5576 3.0794 37.5576 6.4871C37.5576 9.8948 40.2738 12.6573 43.6244 12.6573H61.8255C65.1761 12.6573 67.8923 9.8948 67.8923 6.4871C67.8923 3.0794 65.1761 0.316895 61.8255 0.316895Z' fill='%23F08700'/%3E%3Cpath d='M24.2679 0.316895H6.06681C2.71622 0.316895 0 3.0794 0 6.4871C0 9.8948 2.71622 12.6573 6.06681 12.6573H24.2679C27.6185 12.6573 30.3347 9.8948 30.3347 6.4871C30.3347 3.0794 27.6178 0.316895 24.2679 0.316895Z' fill='%23F08700'/%3E%3Cpath d='M99.5472 0.316895H81.3461C77.9955 0.316895 75.2793 3.0794 75.2793 6.4871C75.2793 9.8948 77.9955 12.6573 81.3461 12.6573H99.5472C102.898 12.6573 105.614 9.8948 105.614 6.4871C105.614 3.0794 102.898 0.316895 99.5472 0.316895Z' fill='%23F08700'/%3E%3Cpath d='M153.12 -2.30712e-06L171.321 -5.76766e-07C174.671 -2.58228e-07 177.388 2.76251 177.388 6.17021C177.388 9.5779 174.671 12.3404 171.321 12.3404L153.12 12.3404C149.769 12.3404 147.053 9.5779 147.053 6.1702C147.053 2.76251 149.769 -2.62566e-06 153.12 -2.30712e-06Z' fill='%23F08700'/%3E%3Cpath d='M190.191 -2.30712e-06L208.392 -5.76766e-07C211.743 -2.58228e-07 214.459 2.76251 214.459 6.17021C214.459 9.5779 211.743 12.3404 208.392 12.3404L190.191 12.3404C186.841 12.3404 184.124 9.5779 184.124 6.1702C184.124 2.76251 186.841 -2.6256e-06 190.191 -2.30712e-06Z' fill='%23F08700'/%3E%3Cpath d='M134.19 -5.76778e-07C137.541 -2.58234e-07 140.257 2.76251 140.257 6.17021C140.257 9.5779 137.541 12.3404 134.19 12.3404C130.84 12.3404 128.123 9.5779 128.123 6.1702C128.123 2.76251 130.84 -8.95262e-07 134.19 -5.76778e-07Z' fill='%23F08700'/%3E%3C/svg%3E");
	background-position: 100% 50%;
}

.page-banner .et_pb_image.teal-borders-bg.teal-borders-top .et_pb_image_wrap:before {
	top: 0;
}

.page-banner .et_pb_image.gray-borders-bg.gray-borders-bottom .et_pb_image_wrap:before,
.page-banner .et_pb_image.teal-borders-bg.teal-borders-bottom .et_pb_image_wrap:before {
	bottom: 0;
}

.contact-banner .page-banner .banner-copy:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='448' height='61' viewBox='0 0 448 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M265.258 57.5447H181.709C166.328 57.5447 153.86 45.1105 153.86 29.7723C153.86 14.4342 166.328 1.99999 181.709 1.99999H265.258C280.638 1.99999 293.106 14.4342 293.106 29.7723C293.106 45.1105 280.638 57.5447 265.258 57.5447Z' stroke='%2397EFE9' stroke-width='4' stroke-miterlimit='10'/%3E%3Cpath d='M418.151 58.4185H334.602C319.222 58.4185 306.753 45.9843 306.753 30.6461C306.753 15.3079 319.222 2.87377 334.602 2.87377H418.151C433.532 2.87377 446 15.3079 446 30.6461C446 45.9843 433.532 58.4185 418.151 58.4185Z' stroke='%2397EFE9' stroke-width='4' stroke-miterlimit='10'/%3E%3Cpath d='M113.398 57.5447H29.8487C14.4684 57.5447 2 45.1105 2 29.7723C2 14.4342 14.4684 1.99999 29.8487 1.99999H113.398C128.778 1.99999 141.246 14.4342 141.246 29.7723C141.246 45.1105 128.775 57.5447 113.398 57.5447Z' stroke='%2397EFE9' stroke-width='4' stroke-miterlimit='10'/%3E%3C/svg%3E");
	height: 56.24px;

}

@media screen and (min-width: 981px) {
	.leadership-banner .page-banner .et_pb_image.orange-dots.orange-dots-top:before {
		background-position: 24% 50%;	
	}
	
	.leadership-banner .page-banner .et_pb_image.teal-borders-bg.teal-borders-top .et_pb_image_wrap:before {
		top: 2rem;
		background-position: -35% 50%;
		background-size: cover;
		height: 128px;
	}
	
}

/* Careers Page Banner */
.careers-banner:after {
	content: '';
	height: 13.46px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='364' height='14' viewBox='0 0 364 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M64.7543 0.337036H45.3967C41.8332 0.337036 38.9443 3.27509 38.9443 6.89933C38.9443 10.5236 41.8332 13.4616 45.3967 13.4616H64.7543C68.3178 13.4616 71.2066 10.5236 71.2066 6.89933C71.2066 3.27509 68.3178 0.337036 64.7543 0.337036Z' fill='%23F08700'/%3E%3Cpath d='M24.81 0.337036H5.45233C1.88882 0.337036 -1 3.27509 -1 6.89933C-1 10.5236 1.88882 13.4616 5.45233 13.4616H24.81C28.3735 13.4616 31.2623 10.5236 31.2623 6.89933C31.2623 3.27509 28.3728 0.337036 24.81 0.337036Z' fill='%23F08700'/%3E%3Cpath d='M104.873 0.337036H85.5153C81.9518 0.337036 79.063 3.27509 79.063 6.89933C79.063 10.5236 81.9518 13.4616 85.5153 13.4616H104.873C108.436 13.4616 111.325 10.5236 111.325 6.89933C111.325 3.27509 108.436 0.337036 104.873 0.337036Z' fill='%23F08700'/%3E%3Cpath d='M161.85 -2.92948e-06L181.208 -7.3235e-07C184.771 -3.27886e-07 187.66 2.93806 187.66 6.5623C187.66 10.1865 184.771 13.1246 181.208 13.1246L161.85 13.1246C158.287 13.1246 155.398 10.1865 155.398 6.56229C155.398 2.93805 158.287 -3.33394e-06 161.85 -2.92948e-06Z' fill='%23F08700'/%3E%3Cpath d='M201.277 -2.92948e-06L220.635 -7.3235e-07C224.198 -3.27886e-07 227.087 2.93806 227.087 6.5623C227.087 10.1865 224.198 13.1246 220.635 13.1246L201.277 13.1246C197.713 13.1246 194.825 10.1865 194.825 6.56229C194.825 2.93805 197.714 -3.33386e-06 201.277 -2.92948e-06Z' fill='%23F08700'/%3E%3Cpath d='M317.927 0.159666L337.284 0.159667C340.848 0.159668 343.737 3.09772 343.737 6.72197C343.737 10.3462 340.848 13.2843 337.284 13.2843L317.927 13.2843C314.363 13.2843 311.475 10.3462 311.475 6.72196C311.475 3.09772 314.364 0.159665 317.927 0.159666Z' fill='%23F08700'/%3E%3Cpath d='M141.717 -7.32366e-07C145.281 -3.27893e-07 148.17 2.93806 148.17 6.5623C148.17 10.1865 145.281 13.1246 141.717 13.1246C138.154 13.1246 135.265 10.1865 135.265 6.5623C135.265 2.93805 138.155 -1.13676e-06 141.717 -7.32366e-07Z' fill='%23F08700'/%3E%3Cpath d='M240.694 -7.32366e-07C244.258 -3.27893e-07 247.146 2.93806 247.146 6.5623C247.146 10.1865 244.258 13.1246 240.694 13.1246C237.13 13.1246 234.242 10.1865 234.242 6.5623C234.242 2.93805 237.131 -1.13676e-06 240.694 -7.32366e-07Z' fill='%23F08700'/%3E%3Cpath d='M357.344 0.159667C360.908 0.159668 363.796 3.09772 363.796 6.72197C363.796 10.3462 360.908 13.2843 357.344 13.2843C353.78 13.2843 350.891 10.3462 350.891 6.72196C350.891 3.09772 353.781 0.159667 357.344 0.159667Z' fill='%23F08700'/%3E%3Cpath d='M274.35 -7.32366e-07C277.913 -3.27893e-07 280.802 2.93806 280.802 6.5623C280.802 10.1865 277.913 13.1246 274.35 13.1246C270.786 13.1246 267.897 10.1865 267.897 6.5623C267.897 2.93805 270.787 -1.13676e-06 274.35 -7.32366e-07Z' fill='%23F08700'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	display: none;
	clear: both;
	width: 100%;
	visibility: visible;
} 

@media screen and (min-width: 768px) {
	.page-banner .careers-banner-img .et_pb_image_wrap:after {
		top: 44px;
		background-position: 50px 50%;
	}
	
	.page-banner .careers-banner-img .et_pb_image_wrap:before {
		left: -100px;
	}
	
	.careers-banner:after {
		display: block;
	}
}

.contact-banner .page-banner .et_pb_image.orange-border-bg .et_pb_image_wrap:before {	
	top: 10px;
	right: 50px;
	left: -50px;
	background-position: 100% 0;
	height: 172px;
}

.contact-banner .page-banner .et_pb_image .et_pb_image_wrap:after,
.page-banner .et_pb_image.dots .et_pb_image_wrap:after {
	content: '';
	position: absolute;
	height: 7px;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: contain;
}

.contact-banner .page-banner .et_pb_image .et_pb_image_wrap:after,
.page-banner .et_pb_image.dots.bottom-dots .et_pb_image_wrap:after {
	bottom: 0;
}

.contact-banner .page-banner .et_pb_image .et_pb_image_wrap:after {
	bottom: 0;
	background-position: 0% 50%;
}

.page-banner .et_pb_image.dots.top-dots .et_pb_image_wrap:after {
	top: 2px;
	bottom: auto;
	background-position: 100% 50%;
}

.page-banner .et_pb_image.bottom-dots.teal-dots .et_pb_image_wrap:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='380' height='14' viewBox='0 0 380 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M68.3842 13.6495H48.2524C44.5463 13.6495 41.542 10.594 41.542 6.82479C41.542 3.0556 44.5463 4.00543e-05 48.2524 4.00543e-05H68.3842C72.0902 4.00543e-05 75.0946 3.0556 75.0946 6.82479C75.0946 10.594 72.0902 13.6495 68.3842 13.6495Z' fill='%2397EFE9'/%3E%3Cpath d='M26.8422 13.6495H6.71038C3.00436 13.6495 0 10.594 0 6.82479C0 3.0556 3.00436 4.00543e-05 6.71038 4.00543e-05H26.8422C30.5482 4.00543e-05 33.5526 3.0556 33.5526 6.82479C33.5526 10.594 30.5475 13.6495 26.8422 13.6495Z' fill='%2397EFE9'/%3E%3Cpath d='M110.107 13.6495H89.975C86.269 13.6495 83.2646 10.594 83.2646 6.82479C83.2646 3.0556 86.269 4.00543e-05 89.975 4.00543e-05H110.107C113.813 4.00543e-05 116.817 3.0556 116.817 6.82479C116.817 10.594 113.813 13.6495 110.107 13.6495Z' fill='%2397EFE9'/%3E%3Cpath d='M169.363 14.0001L189.495 14.0001C193.201 14.0001 196.205 10.9446 196.205 7.17537C196.205 3.40619 193.201 0.350626 189.495 0.350627L169.363 0.350628C165.657 0.350629 162.652 3.40619 162.652 7.17538C162.652 10.9446 165.657 14.0001 169.363 14.0001Z' fill='%2397EFE9'/%3E%3Cpath d='M210.367 14.0001L230.499 14.0001C234.205 14.0001 237.209 10.9446 237.209 7.17537C237.209 3.40619 234.205 0.350626 230.499 0.350627L210.367 0.350628C206.661 0.350629 203.657 3.40619 203.657 7.17538C203.657 10.9446 206.662 14.0001 210.367 14.0001Z' fill='%2397EFE9'/%3E%3Cpath d='M331.682 13.834L351.814 13.834C355.52 13.834 358.524 10.7784 358.524 7.00924C358.524 3.24005 355.52 0.184489 351.814 0.184489L331.682 0.184491C327.976 0.184491 324.972 3.24005 324.972 7.00924C324.972 10.7784 327.977 13.834 331.682 13.834Z' fill='%2397EFE9'/%3E%3Cpath d='M148.425 14.0001C152.131 14.0001 155.136 10.9446 155.136 7.17537C155.136 3.40619 152.131 0.350626 148.425 0.350627C144.719 0.350627 141.715 3.40619 141.715 7.17538C141.715 10.9446 144.72 14.0001 148.425 14.0001Z' fill='%2397EFE9'/%3E%3Cpath d='M251.361 14.0001C255.067 14.0001 258.071 10.9446 258.071 7.17537C258.071 3.40619 255.067 0.350626 251.361 0.350627C247.655 0.350627 244.65 3.40619 244.65 7.17538C244.65 10.9446 247.655 14.0001 251.361 14.0001Z' fill='%2397EFE9'/%3E%3Cpath d='M372.675 13.834C376.381 13.834 379.386 10.7784 379.386 7.00924C379.386 3.24005 376.381 0.184489 372.675 0.184489C368.969 0.184489 365.965 3.24005 365.965 7.00924C365.965 10.7784 368.97 13.834 372.675 13.834Z' fill='%2397EFE9'/%3E%3Cpath d='M286.363 14.0001C290.069 14.0001 293.073 10.9446 293.073 7.17537C293.073 3.40619 290.069 0.350626 286.363 0.350627C282.657 0.350627 279.652 3.40619 279.652 7.17538C279.652 10.9446 282.657 14.0001 286.363 14.0001Z' fill='%2397EFE9'/%3E%3C/svg%3E");
}

.page-banner .et_pb_image.top-dots.teal-dots .et_pb_image_wrap:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='387' height='22' viewBox='0 0 387 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cpath d='M102.922 20.5433H72.6225C67.0447 20.5433 62.5229 15.9445 62.5229 10.2717C62.5229 4.59878 67.0447 -3.24249e-05 72.6225 -3.24249e-05H102.922C108.5 -3.24249e-05 113.022 4.59878 113.022 10.2717C113.022 15.9445 108.5 20.5433 102.922 20.5433Z' fill='%2397EFE9'/%3E%3Cpath d='M40.3993 20.5433H10.0996C4.52175 20.5433 0 15.9445 0 10.2717C0 4.59878 4.52175 -3.24249e-05 10.0996 -3.24249e-05H40.3993C45.9771 -3.24249e-05 50.4988 4.59878 50.4988 10.2717C50.4988 15.9445 45.976 20.5433 40.3993 20.5433Z' fill='%2397EFE9'/%3E%3Cpath d='M165.718 20.5433H135.418C129.841 20.5433 125.319 15.9445 125.319 10.2717C125.319 4.59878 129.841 -3.24249e-05 135.418 -3.24249e-05H165.718C171.296 -3.24249e-05 175.818 4.59878 175.818 10.2717C175.818 15.9445 171.296 20.5433 165.718 20.5433Z' fill='%2397EFE9'/%3E%3Cpath d='M254.902 21.071L285.202 21.071C290.78 21.071 295.302 16.4722 295.302 10.7994C295.302 5.12649 290.78 0.527678 285.202 0.527678L254.902 0.527681C249.324 0.527682 244.803 5.1265 244.803 10.7994C244.803 16.4722 249.324 21.071 254.902 21.071Z' fill='%2397EFE9'/%3E%3Cpath d='M316.616 21.071L346.915 21.071C352.493 21.071 357.015 16.4722 357.015 10.7994C357.015 5.12649 352.493 0.527678 346.915 0.527678L316.616 0.527681C311.038 0.527682 306.516 5.1265 306.516 10.7994C306.516 16.4722 311.039 21.071 316.616 21.071Z' fill='%2397EFE9'/%3E%3Cpath d='M223.39 21.071C228.968 21.071 233.49 16.4722 233.49 10.7994C233.49 5.12649 228.968 0.527678 223.39 0.527678C217.812 0.527679 213.29 5.12649 213.29 10.7994C213.29 16.4722 217.813 21.071 223.39 21.071Z' fill='%2397EFE9'/%3E%3Cpath d='M378.313 21.071C383.891 21.071 388.413 16.4722 388.413 10.7994C388.413 5.12649 383.891 0.527678 378.313 0.527678C372.735 0.527679 368.214 5.12649 368.214 10.7994C368.214 16.4722 372.736 21.071 378.313 21.071Z' fill='%2397EFE9'/%3E%3C/g%3E%3C/svg%3E");
	height: 21px;

}

.page-banner .et_pb_image.top-dots.gray-dots .et_pb_image_wrap:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='387' height='22' viewBox='0 0 387 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cpath d='M102.922 20.5433H72.6225C67.0447 20.5433 62.5229 15.9445 62.5229 10.2717C62.5229 4.59878 67.0447 -3.24249e-05 72.6225 -3.24249e-05H102.922C108.5 -3.24249e-05 113.022 4.59878 113.022 10.2717C113.022 15.9445 108.5 20.5433 102.922 20.5433Z' fill='%2397EFE9'/%3E%3Cpath d='M40.3993 20.5433H10.0996C4.52175 20.5433 0 15.9445 0 10.2717C0 4.59878 4.52175 -3.24249e-05 10.0996 -3.24249e-05H40.3993C45.9771 -3.24249e-05 50.4988 4.59878 50.4988 10.2717C50.4988 15.9445 45.976 20.5433 40.3993 20.5433Z' fill='%2397EFE9'/%3E%3Cpath d='M165.718 20.5433H135.418C129.841 20.5433 125.319 15.9445 125.319 10.2717C125.319 4.59878 129.841 -3.24249e-05 135.418 -3.24249e-05H165.718C171.296 -3.24249e-05 175.818 4.59878 175.818 10.2717C175.818 15.9445 171.296 20.5433 165.718 20.5433Z' fill='%2397EFE9'/%3E%3Cpath d='M254.902 21.071L285.202 21.071C290.78 21.071 295.302 16.4722 295.302 10.7994C295.302 5.12649 290.78 0.527678 285.202 0.527678L254.902 0.527681C249.324 0.527682 244.803 5.1265 244.803 10.7994C244.803 16.4722 249.324 21.071 254.902 21.071Z' fill='%2397EFE9'/%3E%3Cpath d='M316.616 21.071L346.915 21.071C352.493 21.071 357.015 16.4722 357.015 10.7994C357.015 5.12649 352.493 0.527678 346.915 0.527678L316.616 0.527681C311.038 0.527682 306.516 5.1265 306.516 10.7994C306.516 16.4722 311.039 21.071 316.616 21.071Z' fill='%2397EFE9'/%3E%3Cpath d='M223.39 21.071C228.968 21.071 233.49 16.4722 233.49 10.7994C233.49 5.12649 228.968 0.527678 223.39 0.527678C217.812 0.527679 213.29 5.12649 213.29 10.7994C213.29 16.4722 217.813 21.071 223.39 21.071Z' fill='%2397EFE9'/%3E%3Cpath d='M378.313 21.071C383.891 21.071 388.413 16.4722 388.413 10.7994C388.413 5.12649 383.891 0.527678 378.313 0.527678C372.735 0.527679 368.214 5.12649 368.214 10.7994C368.214 16.4722 372.736 21.071 378.313 21.071Z' fill='%2397EFE9'/%3E%3C/g%3E%3C/svg%3E");
}

.contact-banner .page-banner .et_pb_image .et_pb_image_wrap:after,
.page-banner .et_pb_image.dots.top-dots.gray-dots .et_pb_image_wrap:after,
.page-banner .et_pb_image.dots.bottom-dots.gray-dots .et_pb_image_wrap:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='259' height='14' viewBox='0 0 259 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cpath d='M68.3842 13.6495H48.2524C44.5463 13.6495 41.542 10.594 41.542 6.82479C41.542 3.0556 44.5463 4.00543e-05 48.2524 4.00543e-05H68.3842C72.0902 4.00543e-05 75.0946 3.0556 75.0946 6.82479C75.0946 10.594 72.0902 13.6495 68.3842 13.6495Z' fill='%23A7C4C2'/%3E%3Cpath d='M26.8422 13.6495H6.71038C3.00436 13.6495 0 10.594 0 6.82479C0 3.0556 3.00436 4.00543e-05 6.71038 4.00543e-05H26.8422C30.5482 4.00543e-05 33.5526 3.0556 33.5526 6.82479C33.5526 10.594 30.5475 13.6495 26.8422 13.6495Z' fill='%23A7C4C2'/%3E%3Cpath d='M110.107 13.6495H89.975C86.269 13.6495 83.2646 10.594 83.2646 6.82479C83.2646 3.0556 86.269 4.00543e-05 89.975 4.00543e-05H110.107C113.813 4.00543e-05 116.817 3.0556 116.817 6.82479C116.817 10.594 113.813 13.6495 110.107 13.6495Z' fill='%23A7C4C2'/%3E%3Cpath d='M169.363 14.0001L189.495 14.0001C193.201 14.0001 196.205 10.9446 196.205 7.17537C196.205 3.40619 193.201 0.350626 189.495 0.350627L169.363 0.350629C165.657 0.350629 162.652 3.40619 162.652 7.17538C162.652 10.9446 165.657 14.0001 169.363 14.0001Z' fill='%23A7C4C2'/%3E%3Cpath d='M210.367 14.0001L230.499 14.0001C234.205 14.0001 237.209 10.9446 237.209 7.17537C237.209 3.40619 234.205 0.350626 230.499 0.350627L210.367 0.350629C206.661 0.350629 203.657 3.40619 203.657 7.17538C203.657 10.9446 206.662 14.0001 210.367 14.0001Z' fill='%23A7C4C2'/%3E%3Cpath d='M148.425 14.0001C152.131 14.0001 155.136 10.9446 155.136 7.17537C155.136 3.40619 152.131 0.350626 148.425 0.350627C144.719 0.350627 141.715 3.40619 141.715 7.17538C141.715 10.9446 144.72 14.0001 148.425 14.0001Z' fill='%23A7C4C2'/%3E%3Cpath d='M251.361 14.0001C255.067 14.0001 258.071 10.9446 258.071 7.17537C258.071 3.40619 255.067 0.350626 251.361 0.350627C247.655 0.350627 244.65 3.40619 244.65 7.17538C244.65 10.9446 247.655 14.0001 251.361 14.0001Z' fill='%23A7C4C2'/%3E%3C/g%3E%3C/svg%3E");
}

.leadership-banner .page-banner .et_pb_image.dots.bottom-dots.gray-dots .et_pb_image_wrap:after {
	height: 12px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='515' height='19' viewBox='0 0 515 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cpath d='M92.8058 18.5242H65.4842C60.4546 18.5242 56.3773 14.3774 56.3773 9.26208C56.3773 4.1468 60.4546 0 65.4842 0H92.8058C97.8353 0 101.913 4.1468 101.913 9.26208C101.913 14.3774 97.8353 18.5242 92.8058 18.5242Z' fill='%23A7C4C2'/%3E%3Cpath d='M36.4284 18.5242H9.10687C4.07731 18.5242 0 14.3774 0 9.26208C0 4.1468 4.07731 0 9.10687 0H36.4284C41.458 0 45.5353 4.1468 45.5353 9.26208C45.5353 14.3774 41.4571 18.5242 36.4284 18.5242Z' fill='%23A7C4C2'/%3E%3Cpath d='M149.43 18.5242H122.109C117.079 18.5242 113.002 14.3774 113.002 9.26208C113.002 4.1468 117.079 0 122.109 0H149.43C154.46 0 158.537 4.1468 158.537 9.26208C158.537 14.3774 154.46 18.5242 149.43 18.5242Z' fill='%23A7C4C2'/%3E%3Cpath d='M229.848 19L257.17 19C262.2 19 266.277 14.8532 266.277 9.73792C266.277 4.62263 262.2 0.47583 257.17 0.475831L229.848 0.475833C224.819 0.475834 220.742 4.62263 220.742 9.73792C220.742 14.8532 224.819 19 229.848 19Z' fill='%23A7C4C2'/%3E%3Cpath d='M285.496 19L312.817 19C317.847 19 321.924 14.8532 321.924 9.73792C321.924 4.62263 317.847 0.47583 312.817 0.475831L285.496 0.475833C280.466 0.475834 276.389 4.62263 276.389 9.73792C276.389 14.8532 280.467 19 285.496 19Z' fill='%23A7C4C2'/%3E%3Cpath d='M450.137 18.7745L477.459 18.7745C482.488 18.7745 486.565 14.6277 486.565 9.51245C486.565 4.39716 482.488 0.250367 477.459 0.250367L450.137 0.250369C445.107 0.25037 441.03 4.39717 441.03 9.51246C441.03 14.6277 445.108 18.7745 450.137 18.7745Z' fill='%23A7C4C2'/%3E%3Cpath d='M201.433 19C206.463 19 210.54 14.8532 210.54 9.73792C210.54 4.62263 206.463 0.47583 201.433 0.475831C196.404 0.475831 192.326 4.62263 192.326 9.73792C192.326 14.8532 196.405 19 201.433 19Z' fill='%23A7C4C2'/%3E%3Cpath d='M341.129 19C346.159 19 350.236 14.8532 350.236 9.73792C350.236 4.62263 346.159 0.47583 341.129 0.475831C336.099 0.475831 332.022 4.62263 332.022 9.73792C332.022 14.8532 336.1 19 341.129 19Z' fill='%23A7C4C2'/%3E%3Cpath d='M505.77 18.7745C510.8 18.7745 514.877 14.6277 514.877 9.51245C514.877 4.39716 510.8 0.250367 505.77 0.250367C500.74 0.250367 496.663 4.39717 496.663 9.51245C496.663 14.6277 500.741 18.7745 505.77 18.7745Z' fill='%23A7C4C2'/%3E%3Cpath d='M388.631 19C393.661 19 397.738 14.8532 397.738 9.73792C397.738 4.62263 393.661 0.47583 388.631 0.475831C383.602 0.475831 379.524 4.62263 379.524 9.73792C379.524 14.8532 383.603 19 388.631 19Z' fill='%23A7C4C2'/%3E%3C/g%3E%3C/svg%3E");
}

.contact-banner .page-banner .et_pb_image .et_pb_image_wrap:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='380' height='14' viewBox='0 0 380 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M68.3837 13.6495H48.2519C44.5459 13.6495 41.5415 10.594 41.5415 6.82479C41.5415 3.0556 44.5459 3.96095e-05 48.2519 3.96095e-05H68.3837C72.0898 3.96095e-05 75.0941 3.0556 75.0941 6.82479C75.0941 10.594 72.0898 13.6495 68.3837 13.6495Z' fill='%23A7C4C2'/%3E%3Cpath d='M26.8422 13.6495H6.71038C3.00436 13.6495 0 10.594 0 6.82479C0 3.0556 3.00436 3.96095e-05 6.71038 3.96095e-05H26.8422C30.5482 3.96095e-05 33.5526 3.0556 33.5526 6.82479C33.5526 10.594 30.5475 13.6495 26.8422 13.6495Z' fill='%23A7C4C2'/%3E%3Cpath d='M110.107 13.6495H89.9755C86.2695 13.6495 83.2651 10.594 83.2651 6.82479C83.2651 3.0556 86.2695 3.96095e-05 89.9755 3.96095e-05H110.107C113.813 3.96095e-05 116.818 3.0556 116.818 6.82479C116.818 10.594 113.813 13.6495 110.107 13.6495Z' fill='%23A7C4C2'/%3E%3Cpath d='M169.363 14.0001L189.495 14.0001C193.201 14.0001 196.206 10.9446 196.206 7.17537C196.206 3.40619 193.201 0.350626 189.495 0.350626L169.363 0.350628C165.657 0.350628 162.653 3.40619 162.653 7.17538C162.653 10.9446 165.657 14.0001 169.363 14.0001Z' fill='%23A7C4C2'/%3E%3Cpath d='M210.367 14.0001L230.499 14.0001C234.205 14.0001 237.209 10.9446 237.209 7.17537C237.209 3.40619 234.205 0.350626 230.499 0.350626L210.367 0.350628C206.661 0.350628 203.656 3.40619 203.656 7.17538C203.656 10.9446 206.661 14.0001 210.367 14.0001Z' fill='%23A7C4C2'/%3E%3Cpath d='M331.682 13.834L351.814 13.834C355.52 13.834 358.524 10.7784 358.524 7.00924C358.524 3.24005 355.52 0.184488 351.814 0.184488L331.682 0.18449C327.976 0.184491 324.972 3.24005 324.972 7.00924C324.972 10.7784 327.977 13.834 331.682 13.834Z' fill='%23A7C4C2'/%3E%3Cpath d='M148.426 14.0001C152.132 14.0001 155.136 10.9446 155.136 7.17537C155.136 3.40619 152.132 0.350626 148.426 0.350626C144.72 0.350626 141.715 3.40619 141.715 7.17537C141.715 10.9446 144.72 14.0001 148.426 14.0001Z' fill='%23A7C4C2'/%3E%3Cpath d='M251.36 14.0001C255.066 14.0001 258.071 10.9446 258.071 7.17537C258.071 3.40619 255.066 0.350626 251.36 0.350626C247.654 0.350626 244.65 3.40619 244.65 7.17537C244.65 10.9446 247.655 14.0001 251.36 14.0001Z' fill='%23A7C4C2'/%3E%3Cpath d='M372.675 13.834C376.381 13.834 379.386 10.7784 379.386 7.00924C379.386 3.24005 376.381 0.184488 372.675 0.184488C368.969 0.184489 365.965 3.24005 365.965 7.00924C365.965 10.7784 368.97 13.834 372.675 13.834Z' fill='%23A7C4C2'/%3E%3Cpath d='M286.362 14.0001C290.068 14.0001 293.073 10.9446 293.073 7.17537C293.073 3.40619 290.068 0.350626 286.362 0.350626C282.656 0.350626 279.652 3.40619 279.652 7.17537C279.652 10.9446 282.657 14.0001 286.362 14.0001Z' fill='%23A7C4C2'/%3E%3C/svg%3E");

}

@media screen and (min-width: 981px) {
	.contact-banner .page-banner .et_pb_image.orange-border-bg .et_pb_image_wrap:before {
		height: auto;
		top: 28px;
		left: -27px;
		background-position: 100% 0%;
	}
	.page-banner .et_pb_image.dots.top-dots .et_pb_image_wrap:after {
		top: 45px;
	}
	.leadership-banner .page-banner .et_pb_image.dots.bottom-dots.gray-dots .et_pb_image_wrap:after {
		background-position: 50% 50%;
	}
}

/* Sliders */
.et-pb-arrow-next:before,
.et-pb-arrow-prev:before {
	font-size: 54px !important;
}

.et_pb_slides h2.et_pb_slide_title {
	text-shadow: 0 0 0 !important;
}

.et-pb-controllers a {
	opacity: 1 !important;
	width: 14px !important;
	height: 14px !important;
	background-color: #A7C4C2 !important;
}

.et-pb-controllers a.et-pb-active-control {
	background-color: #482254 !important;
}

.page-banner .et_pb_image .et_pb_image_wrap {
	/* max-width: 390px;
	right: calc(-85px - 5.5%); */
	right: -5.5%;
	width: 100vw;
}

.text-left-slider-right h3 {
	margin: 0.35em 0 0.75em;
}

.text-left-slider-right .et_pb_slider_fullwidth_off .et_pb_slide_description {
	padding-left: 12%;
	padding-right: 12%;
}

#page-container .text-left-slider-right .et_pb_slider_fullwidth_off .et_pb_slide_description h2 {
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

@media screen and (max-width: 980px) {
	.text-left-slider-right .et_pb_column.et_pb_column_1_2.et_pb_column_2 {
		background: #E9F0F0;
		border: 4px solid #E9F0F0;
		border-radius: 37px 37px 0 0;
		padding: 46px 5.5% 46px;
		margin-bottom: 0;
	}
	.text-left-slider-right .et_pb_column.et_pb_column_1_2.et_pb_column_3 {
		border: 0px solid #E9F0F0;
		border-radius: 0 0 37px 37px;
		padding: 46px 30px 46px;
	}
	.text-left-slider-right.bg-img-slider .et_pb_column.et_pb_column_1_2.et_pb_column_3,
	.text-left-slider-right.bg-img-slider .et_pb_column.et_pb_column_1_2.et_pb_column_3 > div,
	.text-left-slider-right.bg-img-slider .et_pb_column.et_pb_column_1_2.et_pb_column_3 > div > div:not(.et-pb-controllers):not(.et-pb-slider-arrows),
	.text-left-slider-right.bg-img-slider .et_pb_column.et_pb_column_1_2.et_pb_column_3 > div > div > div {
		padding: 0;
		overflow: hidden;
		min-height: 100vw;
	}
	.text-left-slider-right.bg-img-slider .et_pb_column.et_pb_column_1_2.et_pb_column_3 {
		width: 110% !important;
		margin-left: -5%;
		margin-right: -5% !important;
	}
}

.et-pb-arrow-next,
.et-pb-arrow-prev {
	opacity: 1;
	font-size: 50px;
}

.et_pb_slider .et-pb-arrow-prev {
	left: 0 !important;
}

.et_pb_slider .et-pb-arrow-next {
	right: 0 !important;
}

@media screen and (min-width: 768px) {
	
	.text-left-slider-right .et-pb-arrow-next,
	.text-left-slider-right .et-pb-arrow-prev {
		top: 40%;
	}
	
	
	
	.text-left-slider-right .et_pb_slider_fullwidth_off .et_pb_slide_description {
		padding-left: 18%;
		padding-right: 18%;
	}
}

@media screen and (min-width: 981px) {
	.page-banner .et_pb_image .et_pb_image_wrap {
		padding-top: 99px;
		padding-bottom: 45px;
		width: calc(50vw - 5.5%);
		max-width: 588px;
		margin-right: 0;
		
		width: calc(50vw - 5.5%);
		max-width: 749px;
		right: -100px;
		right: -7.25vw;
	}

	.text-left-slider-right .et-pb-arrow-next,
	.text-left-slider-right .et-pb-arrow-prev {
		top: 25%;
		top: 45%;
	}
	
	.text-left-slider-right .et-pb-arrow-next:before,
	.text-left-slider-right .et-pb-arrow-prev:before {
		font-size: 54px !important;
	}
	
	.text-left-slider-right .et_pb_slider_fullwidth_off .et_pb_slide_description {
		/* padding: 5% 18% 5%;
		padding: 12% 18% 30%; */
		padding-left: 18%;
		padding-right: 18%;
	}
	
	.text-left-slider-right .et-pb-controllers {
		bottom: 0;
	}
	
	.page-banner .banner-copy {
		padding-bottom: 117px;
	}
	
	.contact-banner .page-banner .banner-copy:after,
	.page-banner .banner-copy:after {
		display: block;
	}
		
	.contact-banner .page-banner .et_pb_image .et_pb_image_wrap:after,
	.page-banner .et_pb_image.dots .et_pb_image_wrap:after {
		height: 14px;
		left: -100px;
		right: 100px;
	}
	
	.text-left-slider-right .et-pb-arrow-next,
	.text-left-slider-right .et-pb-arrow-prev {
		font-size: 50px !important;
	}
	
	.text-left-slider-right {
		position: relative;
		padding: 80px 0;
	}
	
	.text-left-slider-right:before,
	.text-left-slider-right:after {
		content: '';
		position: absolute;
	}
	
	.text-left-slider-right.bg-img-slider > div{
		width: calc(80% + 50px);
	}
	
	.text-left-slider-right.bg-img-slider .et_pb_row.et_pb_row_1 {
		position: static;
	}
	
	.text-left-slider-right.bg-img-slider .et_pb_column.et_pb_column_1_2.et_pb_column_3 {
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 4px;
		width: calc(50% - 25px);
		height: 100%;
		border-radius: 0 33px 33px 0;
	}
	
	.text-left-slider-right.bg-img-slider .et_pb_column.et_pb_column_1_2.et_pb_column_3 div:not(.et-pb-controllers) {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		border-radius: 0 33px 33px 0;
	}
	
	.text-left-slider-right:before {
		top: 0;
		left: 27px;
		right: 27px;
		bottom: 0;
		border-radius: 37px;
	}
	
	.text-left-slider-right:after {
		top: 4px;
		left: 31px;
		right: 50%;
		bottom: 4px;
		background: #E9F0F0;
		border-radius: 33px 0 0 33px;
	}
}

@media screen and (min-width: 1024px) {
	.text-left-slider-right .et-pb-arrow-next:before,
	.text-left-slider-right .et-pb-arrow-prev:before {
		font-size: 108px !important;
	}

}

@media screen and (min-width: 1400px) {
	.page-banner .et_pb_image .et_pb_image_wrap {
		right: -100px
	}
}

/* CTA */
.cta {
	position: relative;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}


.cta p a {
	color: #482254;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.03);
			box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.03);
	border-radius: 30px;
	display: inline-block;
	padding: 1.0756rem 1.8824rem;
	margin-top: .75rem;
	-webkit-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}
.cta p a:hover,
.cta p a:active {
	background-color: #97EFE9;
}

.cta .et_pb_module.et_pb_text {
	overflow: visible;
	position: relative;
}

.cta .et_pb_text_inner {
	position: relative;
	padding: 2.1255rem 2.1255rem 2.55rem 5.5%;
}

.cta .et_pb_module.et_pb_text .left-curve {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 265px;
	border-radius: 147px 0 0 147px;
	background-color: #482254;
}

@media screen and (min-width: 981px) {
	.cta:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		left: 65%;
		bottom: 0;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='545' height='146' viewBox='0 0 545 146' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M277.709 60.1718H190.208C174.1 60.1718 161.042 47.1495 161.042 31.0859C161.042 15.0223 174.1 2 190.208 2H277.709C293.816 2 306.874 15.0223 306.874 31.0859C306.874 47.1495 293.816 60.1718 277.709 60.1718Z' stroke='%23F08700' stroke-width='4' stroke-miterlimit='10'/%3E%3Cpath d='M437.835 61.0869H350.334C334.226 61.0869 321.168 48.0646 321.168 32.001C321.168 15.9374 334.226 2.9151 350.334 2.9151H437.835C453.942 2.9151 467 15.9374 467 32.001C467 48.0646 453.942 61.0869 437.835 61.0869Z' stroke='%23F08700' stroke-width='4' stroke-miterlimit='10'/%3E%3Cpath d='M118.667 60.1718H31.1659C15.0581 60.1718 2 47.1495 2 31.0859C2 15.0223 15.0581 2 31.1659 2H118.667C134.774 2 147.832 15.0223 147.832 31.0859C147.832 47.1495 134.771 60.1718 118.667 60.1718Z' stroke='%23F08700' stroke-width='4' stroke-miterlimit='10'/%3E%3Cg opacity='0.5'%3E%3Cpath d='M272.062 126.487H244.076C238.924 126.487 234.748 130.735 234.748 135.974C234.748 141.214 238.924 145.462 244.076 145.462H272.062C277.214 145.462 281.39 141.214 281.39 135.974C281.39 130.735 277.214 126.487 272.062 126.487Z' fill='%23A7C4C2'/%3E%3Cpath d='M214.314 126.487H186.328C181.176 126.487 177 130.735 177 135.974C177 141.214 181.176 145.462 186.328 145.462H214.314C219.466 145.462 223.642 141.214 223.642 135.974C223.642 130.735 219.465 126.487 214.314 126.487Z' fill='%23A7C4C2'/%3E%3Cpath d='M330.062 126.487H302.076C296.924 126.487 292.748 130.735 292.748 135.974C292.748 141.214 296.924 145.462 302.076 145.462H330.062C335.214 145.462 339.39 141.214 339.39 135.974C339.39 130.735 335.214 126.487 330.062 126.487Z' fill='%23A7C4C2'/%3E%3Cpath d='M412.434 126L440.42 126C445.572 126 449.748 130.248 449.748 135.487C449.748 140.727 445.572 144.974 440.42 144.974L412.434 144.974C407.282 144.974 403.106 140.727 403.106 135.487C403.106 130.248 407.282 126 412.434 126Z' fill='%23A7C4C2'/%3E%3Cpath d='M469.434 126L497.42 126C502.572 126 506.748 130.248 506.748 135.487C506.748 140.727 502.572 144.974 497.42 144.974L469.434 144.974C464.282 144.974 460.106 140.727 460.106 135.487C460.106 130.248 464.283 126 469.434 126Z' fill='%23A7C4C2'/%3E%3Cpath d='M383.328 126C388.48 126 392.656 130.248 392.656 135.487C392.656 140.727 388.48 144.974 383.328 144.974C378.176 144.974 373.999 140.727 373.999 135.487C373.999 130.248 378.177 126 383.328 126Z' fill='%23A7C4C2'/%3E%3Cpath d='M526.42 126C531.572 126 535.748 130.248 535.748 135.487C535.748 140.727 531.572 144.974 526.42 144.974C521.268 144.974 517.091 140.727 517.091 135.487C517.091 130.248 521.269 126 526.42 126Z' fill='%23A7C4C2'/%3E%3C/g%3E%3C/svg%3E");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
}

/* Team Accordion */
.team-accordion .chiac_divi_accordions_item {
	border: 0;	
}

.team-accordion .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_open {
	background-color: #E9F0F0;
}

.team-accordion .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_close {
	background-color: #A7C4C2;
}

.team-accordion .chiac_divi_accordions_item {
	border-radius: 37px;
	overflow: hidden;
}

.team-accordion .chiac-title {
	margin-bottom: 8px !important;
}

.team-accordion .chiac_heading_container,
.team-accordion .chiac-content {
	padding-left: 32px;
	padding-right: 32px;
}

.team-accordion .chiac_heading_container {
	padding-top: 49px;
	padding-bottom: 51px;
	border-radius: 37px;
}

.team-accordion .chiac_heading_container h4 {
	font-weight: 300;
}

.team-accordion .chiac-content {
	position: relative;
}

.team-accordion .chiac-content:after {
	content: '';
	position: absolute;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='402' height='15' viewBox='0 0 402 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.2'%3E%3Cpath d='M72.4599 14.4631H51.128C47.201 14.4631 44.0176 11.2254 44.0176 7.23151C44.0176 3.23765 47.201 -5.14984e-05 51.128 -5.14984e-05H72.4599C76.3868 -5.14984e-05 79.5702 3.23765 79.5702 7.23151C79.5702 11.2254 76.3868 14.4631 72.4599 14.4631Z' fill='%23482254'/%3E%3Cpath d='M28.4422 14.4631H7.11038C3.18344 14.4631 0 11.2254 0 7.23151C0 3.23765 3.18344 -5.14984e-05 7.11038 -5.14984e-05H28.4422C32.3692 -5.14984e-05 35.5526 3.23765 35.5526 7.23151C35.5526 11.2254 32.3684 14.4631 28.4422 14.4631Z' fill='%23482254'/%3E%3Cpath d='M116.671 14.4631H95.3387C91.4117 14.4631 88.2283 11.2254 88.2283 7.23151C88.2283 3.23765 91.4117 -5.14984e-05 95.3387 -5.14984e-05H116.671C120.597 -5.14984e-05 123.781 3.23765 123.781 7.23151C123.781 11.2254 120.597 14.4631 116.671 14.4631Z' fill='%23482254'/%3E%3Cpath d='M179.459 14.8346L200.791 14.8346C204.718 14.8346 207.901 11.5969 207.901 7.60303C207.901 3.60917 204.718 0.37147 200.791 0.37147L179.459 0.371472C175.532 0.371472 172.348 3.60917 172.348 7.60304C172.348 11.5969 175.532 14.8346 179.459 14.8346Z' fill='%23482254'/%3E%3Cpath d='M222.906 14.8346L244.238 14.8346C248.165 14.8346 251.349 11.5969 251.349 7.60303C251.349 3.60917 248.165 0.37147 244.238 0.37147L222.906 0.371472C218.979 0.371472 215.796 3.60917 215.796 7.60304C215.796 11.5969 218.98 14.8346 222.906 14.8346Z' fill='%23482254'/%3E%3Cpath d='M351.454 14.6586L372.785 14.6586C376.712 14.6586 379.896 11.4209 379.896 7.42707C379.896 3.4332 376.712 0.195505 372.785 0.195506L351.454 0.195508C347.527 0.195508 344.343 3.43321 344.343 7.42707C344.343 11.4209 347.527 14.6586 351.454 14.6586Z' fill='%23482254'/%3E%3Cpath d='M157.273 14.8346C161.2 14.8346 164.384 11.5969 164.384 7.60303C164.384 3.60917 161.2 0.37147 157.273 0.37147C153.346 0.37147 150.163 3.60917 150.163 7.60303C150.163 11.5969 153.347 14.8346 157.273 14.8346Z' fill='%23482254'/%3E%3Cpath d='M266.344 14.8346C270.271 14.8346 273.454 11.5969 273.454 7.60303C273.454 3.60917 270.271 0.37147 266.344 0.37147C262.417 0.37147 259.233 3.60917 259.233 7.60303C259.233 11.5969 262.418 14.8346 266.344 14.8346Z' fill='%23482254'/%3E%3Cpath d='M394.889 14.6586C398.816 14.6586 402 11.4209 402 7.42707C402 3.4332 398.816 0.195505 394.889 0.195506C390.962 0.195506 387.779 3.4332 387.779 7.42707C387.779 11.4209 390.963 14.6586 394.889 14.6586Z' fill='%23482254'/%3E%3Cpath d='M303.432 14.8346C307.359 14.8346 310.542 11.5969 310.542 7.60303C310.542 3.60917 307.359 0.37147 303.432 0.37147C299.505 0.37147 296.321 3.60917 296.321 7.60303C296.321 11.5969 299.506 14.8346 303.432 14.8346Z' fill='%23482254'/%3E%3C/g%3E%3C/svg%3E");
	width: 290px;
	height: 10px;
	bottom: 22px;
	right: 24px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: contain;

}

.team-accordion .chiac-content p {
	padding-bottom: 1.55em;
}

.team-accordion .chiac-content a:not(.close-accordion) {
	position: relative;
	font-size: 0;
	height: 44px;
	width: 44px;
	border-radius: 100%;
	background-color: #0072b1;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	margin-right: 29px;
}

.team-accordion .chiac-content a:not(.close-accordion) .et-pb-icon {
	font-size: 17px;
	font-weight: 400!important;
}

.team-accordion p.content-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding-top: 1.5rem;
}

.team-accordion p.content-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

.team-accordion p.content-links a.close-accordion {
	color: #482254;
}

.team-accordion .et_pb_toggle {
	border: 0;
	border-radius: 37px;
}

@media screen and (min-width: 981px) {
	.team-accordion .chiac_heading_container,
	.team-accordion .chiac-content {
		padding-left: 107px;
		padding-right: 107px;
	}
	.team-accordion .chiac_closed .chiac_heading_container {
		padding-bottom: 44px;
	}
	.team-accordion .chiac-content {
		padding-bottom: 40px;
	}
	.team-accordion .chiac-content:after {
		width: 402px;
		height: 14.83px;
		bottom: 38px;
		right: 124px;
	}
}

/* Solution Cards */
.solution-cards.solution-cards-slider .et_pb_gallery_item.et_pb_grid_item.slick-slide {
	margin: 0 7.5px !important;
	margin: 0 12.5px !important;
}

.solution-cards.solution-cards-slider .et_pb_grid_item.et_pb_gallery_item.first_in_row {
	clear: none;
}

#page-container .home-numbers-slider .et-pb-arrow-next,
#page-container .home-numbers-slider .et-pb-arrow-prev {
	-webkit-transform: translateY(-100%) translateX(0);
		-ms-transform: translateY(-100%) translateX(0);
			transform: translateY(-100%) translateX(0);
}

/* #page-container .home-numbers-slider .et-pb-arrow-next {
	transform: translateY(-100%) translateX(100px);
}

#page-container .home-numbers-slider .et-pb-arrow-prev {
	transform: translateY(-100%) translateX(-100px);
} */

.solution-cards.solution-cards-slider .slick-arrow {
	background: transparent;
	border: 0;
	font-size: 0;
	width: 13px;
	height: 26px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='37' height='66' viewBox='0 0 37 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.99999 62L33 33L4 4' stroke='%23482254' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	left: -28px;
	/* top: 50%; */
	/* transform: translateY(-27px); */
	cursor: pointer;
}



.solution-cards.solution-cards-slider .slick-arrow.slick-prev {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='37' height='66' viewBox='0 0 37 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33 4L4 33L33 62' stroke='%23482254' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.solution-cards.solution-cards-slider .slick-arrow.slick-next {
	left: auto;
	right: -28px;
}

.solution-cards.solution-cards-slider .slick-arrow.slick-disabled {
	opacity: .5;
	cursor: default;
}

.solution-cards .et_pb_gallery_item.et_pb_grid_item .et_pb_gallery_image {
	padding: 10px;
	background-color: #fff;
	border-radius: 66px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
}

.solution-cards .et_pb_gallery_item.et_pb_grid_item .et_pb_gallery_image img {
	max-width: 108px;
}

.solution-cards .et_pb_gallery_item.et_pb_grid_item .et_pb_gallery_title {
	margin-top: 19.5px;
}

.solution-cards:not(.solution-cards-slider) .et_pb_gallery_items.et_post_gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

/* @media screen and (max-width: 980px) {
	.solution-cards .et_pb_gallery_items.et_post_gallery {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
} */

.solution-cards.solution-cards-slider.et_pb_gallery_grid .et_pb_gallery_item {
	opacity: 1 !important;
	display: block !important;
	-webkit-animation: none !important;
	animation: none !important;
}

.solution-cards:not(.solution-cards-slider) .et_pb_gallery_item.et_pb_grid_item:not(.slick-slide) {
	margin: 0 12.5px 42px !important;
	width: calc(100% - 25px) !important;
	max-width: 202.46px;
}

@media screen and (min-width: 640px) {

	.solution-cards:not(.solution-cards-slider) .et_pb_gallery_items.et_post_gallery {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
			-ms-flex-direction: row;
				flex-direction: row;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-webkit-box-align: start;
			-ms-flex-align: start;
				align-items: flex-start;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
	}
	.solution-cards:not(.solution-cards-slider)  .et_pb_gallery_item.et_pb_grid_item:not(.slick-slide) {
		margin: 0 12.5px 30px !important;
		max-width: none;
		width: calc(50% - 25px) !important;
	}
	.solution-cards:not(.solution-cards-slider) .et_pb_gallery_item.et_pb_grid_item .et_pb_gallery_title {
		margin-top: 30.5px;
	}

}

@media screen and (min-width: 768px) {
	.solution-cards.solution-cards-slider .slick-arrow {
		left: -47px;
		width: 29px;
		height: 58px;
		-webkit-transform: translateY(-20px);
			-ms-transform: translateY(-20px);
				transform: translateY(-20px);
	}
	.solution-cards.solution-cards-slider .slick-arrow.slick-next {
		left: auto;
		right: -47px;
	}
	.et-pb-arrow-next:before,
	.et-pb-arrow-prev:before {
		font-size: 108px !important;
	}
	.solution-cards:not(.solution-cards-slider) .et_pb_gallery_item.et_pb_grid_item:not(.slick-slide) {
		margin: 0 12.5px 50px !important;
		width: calc(33.333% - 25px) !important;
	}
}

@media screen and (max-width: 980px) {
	.solution-cards .et_pb_gallery_item.et_pb_grid_item:not(.slick-slide) {
		margin: 0 12.5px !important;
		width: calc(50% - 25px) !important;
	}
}

@media screen and (max-width: 639px) {
	.solution-cards.solution-cards-slider {
		max-width: 227px;
		margin: auto;
	}
}

@media screen and (min-width: 992px) {
	.solution-cards:not(.solution-cards-slider) .et_pb_gallery_item.et_pb_grid_item:not(.slick-slide) {
		margin: 0 12.5px 70px !important;
		width: calc(25% - 25px) !important;
	}
}

@media screen and (min-width: 1400px) {
	.solution-cards:not(.solution-cards-slider) .et_pb_gallery_item.et_pb_grid_item:not(.slick-slide) {
		margin: 0 12.5px 90px !important;
	}
}

/* Rounded Corner BG */
.wide-round-cornered-bg {
	position: relative;
	max-width: 1400px;
	margin-left: 32px;
	margin-right: 32px;
	background: #E9F0F0;
	border-radius: 37px;
	overflow: hidden;
	/* display: flex;
	align-items: center; */
}

.wide-round-cornered-bg.purple-bg {
	background-color: #482254;
}

@media screen and (min-width: 1464px) {
	.wide-round-cornered-bg {
		margin-left: auto;
		margin-right: auto;
	}
}

/* Home Page */
.centered-intro #page-container h2 {
	margin-bottom: 0.16em !important;
}

.home-two-images-wrap,
.home-left-right-images .et_pb_image_wrap {
	position: relative;
}

.home-two-images-wrap {
	overflow: hidden;
}

.home-two-images-wrap:after,
.home-left-right-images .et_pb_image_wrap:before,
.home-left-right-images .et_pb_image_wrap:after {
	content: '';
	display: block;
	position: absolute;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100%;
}

.home-left-right-images .et_pb_column_1 .et_pb_image_wrap:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='448' height='61' viewBox='0 0 448 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M265.258 57.5447H181.709C166.328 57.5447 153.86 45.1105 153.86 29.7723C153.86 14.4342 166.328 1.99999 181.709 1.99999H265.258C280.638 1.99999 293.106 14.4342 293.106 29.7723C293.106 45.1105 280.638 57.5447 265.258 57.5447Z' stroke='%2397EFE9' stroke-width='4' stroke-miterlimit='10'/%3E%3Cpath d='M418.151 58.4185H334.602C319.222 58.4185 306.753 45.9843 306.753 30.6461C306.753 15.3079 319.222 2.87377 334.602 2.87377H418.151C433.532 2.87377 446 15.3079 446 30.6461C446 45.9843 433.532 58.4185 418.151 58.4185Z' stroke='%2397EFE9' stroke-width='4' stroke-miterlimit='10'/%3E%3Cpath d='M113.398 57.5447H29.8487C14.4684 57.5447 2 45.1105 2 29.7723C2 14.4342 14.4684 1.99999 29.8487 1.99999H113.398C128.778 1.99999 141.246 14.4342 141.246 29.7723C141.246 45.1105 128.775 57.5447 113.398 57.5447Z' stroke='%2397EFE9' stroke-width='4' stroke-miterlimit='10'/%3E%3C/svg%3E");
	height: 34.56px;
	top: -19px;
	right: -23vw;
	background-repeat: no-repeat;
}

.home-two-images-wrap:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='378' height='14' viewBox='0 0 378 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cpath d='M66.3837 13.6495H46.2519C42.5459 13.6495 39.5415 10.594 39.5415 6.82479C39.5415 3.0556 42.5459 3.96095e-05 46.2519 3.96095e-05H66.3837C70.0898 3.96095e-05 73.0941 3.0556 73.0941 6.82479C73.0941 10.594 70.0898 13.6495 66.3837 13.6495Z' fill='%23A7C4C2'/%3E%3Cpath d='M24.8422 13.6495H4.71038C1.00436 13.6495 -2 10.594 -2 6.82479C-2 3.0556 1.00436 3.96095e-05 4.71038 3.96095e-05H24.8422C28.5482 3.96095e-05 31.5526 3.0556 31.5526 6.82479C31.5526 10.594 28.5475 13.6495 24.8422 13.6495Z' fill='%23A7C4C2'/%3E%3Cpath d='M108.107 13.6495H87.9755C84.2695 13.6495 81.2651 10.594 81.2651 6.82479C81.2651 3.0556 84.2695 3.96095e-05 87.9755 3.96095e-05H108.107C111.813 3.96095e-05 114.818 3.0556 114.818 6.82479C114.818 10.594 111.813 13.6495 108.107 13.6495Z' fill='%23A7C4C2'/%3E%3Cpath d='M167.363 14.0001L187.495 14.0001C191.201 14.0001 194.206 10.9446 194.206 7.17537C194.206 3.40619 191.201 0.350626 187.495 0.350626L167.363 0.350628C163.657 0.350628 160.653 3.40619 160.653 7.17538C160.653 10.9446 163.657 14.0001 167.363 14.0001Z' fill='%23A7C4C2'/%3E%3Cpath d='M208.367 14.0001L228.499 14.0001C232.205 14.0001 235.209 10.9446 235.209 7.17537C235.209 3.40619 232.205 0.350626 228.499 0.350626L208.367 0.350628C204.661 0.350628 201.656 3.40619 201.656 7.17538C201.656 10.9446 204.661 14.0001 208.367 14.0001Z' fill='%23A7C4C2'/%3E%3Cpath d='M329.682 13.834L349.814 13.834C353.52 13.834 356.524 10.7784 356.524 7.00924C356.524 3.24005 353.52 0.184488 349.814 0.184488L329.682 0.18449C325.976 0.184491 322.972 3.24005 322.972 7.00924C322.972 10.7784 325.977 13.834 329.682 13.834Z' fill='%23A7C4C2'/%3E%3Cpath d='M146.426 14.0001C150.132 14.0001 153.136 10.9446 153.136 7.17537C153.136 3.40619 150.132 0.350626 146.426 0.350626C142.72 0.350626 139.715 3.40619 139.715 7.17537C139.715 10.9446 142.72 14.0001 146.426 14.0001Z' fill='%23A7C4C2'/%3E%3Cpath d='M249.36 14.0001C253.066 14.0001 256.071 10.9446 256.071 7.17537C256.071 3.40619 253.066 0.350626 249.36 0.350626C245.654 0.350626 242.65 3.40619 242.65 7.17537C242.65 10.9446 245.655 14.0001 249.36 14.0001Z' fill='%23A7C4C2'/%3E%3Cpath d='M370.675 13.834C374.381 13.834 377.386 10.7784 377.386 7.00924C377.386 3.24005 374.381 0.184488 370.675 0.184488C366.969 0.184489 363.965 3.24005 363.965 7.00924C363.965 10.7784 366.97 13.834 370.675 13.834Z' fill='%23A7C4C2'/%3E%3Cpath d='M284.362 14.0001C288.068 14.0001 291.073 10.9446 291.073 7.17537C291.073 3.40619 288.068 0.350626 284.362 0.350626C280.656 0.350626 277.652 3.40619 277.652 7.17537C277.652 10.9446 280.657 14.0001 284.362 14.0001Z' fill='%23A7C4C2'/%3E%3C/g%3E%3C/svg%3E");
	height: 8.82px;
	bottom: 54px;
	left: 0;
	right: 0;
	max-width: 1400px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.home-left-right-images .et_pb_column_2 .et_pb_image_wrap img {
	-webkit-transform: translateX(30%);
		-ms-transform: translateX(30%);
			transform: translateX(30%);
}

.home-left-right-images .et_pb_column_2 .et_pb_image_wrap:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='417' height='23' viewBox='0 0 417 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M97.0618 2.4873H69.0762C63.9244 2.4873 59.748 6.73488 59.748 11.9745C59.748 17.2141 63.9244 21.4617 69.0762 21.4617H97.0618C102.214 21.4617 106.39 17.2141 106.39 11.9745C106.39 6.73488 102.214 2.4873 97.0618 2.4873Z' stroke='%2397EFE9' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M39.3138 2.4873H11.3282C6.1764 2.4873 2 6.73488 2 11.9745C2 17.2141 6.1764 21.4617 11.3282 21.4617H39.3138C44.4656 21.4617 48.6419 17.2141 48.6419 11.9745C48.6419 6.73488 44.4646 2.4873 39.3138 2.4873Z' stroke='%2397EFE9' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M155.062 2.4873H127.076C121.924 2.4873 117.748 6.73488 117.748 11.9745C117.748 17.2141 121.924 21.4617 127.076 21.4617H155.062C160.214 21.4617 164.39 17.2141 164.39 11.9745C164.39 6.73488 160.214 2.4873 155.062 2.4873Z' stroke='%2397EFE9' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M237.434 2L265.42 2C270.572 2 274.748 6.24758 274.748 11.4872C274.748 16.7268 270.572 20.9744 265.42 20.9744L237.434 20.9744C232.282 20.9744 228.106 16.7268 228.106 11.4872C228.106 6.24757 232.282 2 237.434 2Z' stroke='%2397EFE9' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M294.434 2L322.42 2C327.572 2 331.748 6.24758 331.748 11.4872C331.748 16.7268 327.572 20.9744 322.42 20.9744L294.434 20.9744C289.282 20.9744 285.106 16.7268 285.106 11.4872C285.106 6.24757 289.283 2 294.434 2Z' stroke='%2397EFE9' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M208.328 2C213.48 2 217.657 6.24758 217.657 11.4872C217.657 16.7268 213.48 20.9744 208.328 20.9744C203.176 20.9744 199 16.7268 199 11.4872C199 6.24758 203.177 2 208.328 2Z' stroke='%2397EFE9' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M351.42 2C356.572 2 360.748 6.24758 360.748 11.4872C360.748 16.7268 356.572 20.9744 351.42 20.9744C346.268 20.9744 342.091 16.7268 342.091 11.4872C342.091 6.24758 346.269 2 351.42 2Z' stroke='%2397EFE9' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M400.076 2C405.228 2 409.404 6.24758 409.404 11.4872C409.404 16.7268 405.228 20.9744 400.076 20.9744C394.924 20.9744 390.748 16.7268 390.748 11.4872C390.748 6.24758 394.925 2 400.076 2Z' stroke='%2397EFE9' stroke-width='3' stroke-miterlimit='10'/%3E%3C/svg%3E");
	height: 19.46px;
	display: none;
	top: -58px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.home-left-right-images .et_pb_column_2 .et_pb_image_wrap:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='365' height='14' viewBox='0 0 365 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M65.7543 0.337036H46.3967C42.8332 0.337036 39.9443 3.27509 39.9443 6.89933C39.9443 10.5236 42.8332 13.4616 46.3967 13.4616H65.7543C69.3178 13.4616 72.2066 10.5236 72.2066 6.89933C72.2066 3.27509 69.3178 0.337036 65.7543 0.337036Z' fill='%2397EFE9'/%3E%3Cpath d='M25.81 0.337036H6.45233C2.88882 0.337036 0 3.27509 0 6.89933C0 10.5236 2.88882 13.4616 6.45233 13.4616H25.81C29.3735 13.4616 32.2623 10.5236 32.2623 6.89933C32.2623 3.27509 29.3728 0.337036 25.81 0.337036Z' fill='%2397EFE9'/%3E%3Cpath d='M105.873 0.337036H86.5153C82.9518 0.337036 80.063 3.27509 80.063 6.89933C80.063 10.5236 82.9518 13.4616 86.5153 13.4616H105.873C109.436 13.4616 112.325 10.5236 112.325 6.89933C112.325 3.27509 109.436 0.337036 105.873 0.337036Z' fill='%2397EFE9'/%3E%3Cpath d='M162.85 -2.25638e-06L182.208 -5.6408e-07C185.771 -2.52549e-07 188.66 2.93806 188.66 6.5623C188.66 10.1865 185.771 13.1246 182.208 13.1246L162.85 13.1246C159.287 13.1246 156.398 10.1865 156.398 6.5623C156.398 2.93805 159.287 -2.56791e-06 162.85 -2.25638e-06Z' fill='%2397EFE9'/%3E%3Cpath d='M202.277 -2.25638e-06L221.635 -5.6408e-07C225.198 -2.52549e-07 228.087 2.93806 228.087 6.5623C228.087 10.1865 225.198 13.1246 221.635 13.1246L202.277 13.1246C198.713 13.1246 195.825 10.1865 195.825 6.5623C195.825 2.93805 198.714 -2.56785e-06 202.277 -2.25638e-06Z' fill='%2397EFE9'/%3E%3Cpath d='M318.927 0.159666L338.284 0.159667C341.848 0.159668 344.737 3.09772 344.737 6.72197C344.737 10.3462 341.848 13.2843 338.284 13.2843L318.927 13.2843C315.363 13.2843 312.475 10.3462 312.475 6.72196C312.475 3.09772 315.364 0.159665 318.927 0.159666Z' fill='%2397EFE9'/%3E%3Cpath d='M142.717 -5.64092e-07C146.281 -2.52554e-07 149.17 2.93806 149.17 6.5623C149.17 10.1865 146.281 13.1246 142.717 13.1246C139.154 13.1246 136.265 10.1865 136.265 6.5623C136.265 2.93805 139.155 -8.75572e-07 142.717 -5.64092e-07Z' fill='%2397EFE9'/%3E%3Cpath d='M241.694 -5.64092e-07C245.258 -2.52554e-07 248.146 2.93806 248.146 6.5623C248.146 10.1865 245.258 13.1246 241.694 13.1246C238.13 13.1246 235.242 10.1865 235.242 6.5623C235.242 2.93805 238.131 -8.75572e-07 241.694 -5.64092e-07Z' fill='%2397EFE9'/%3E%3Cpath d='M358.344 0.159667C361.908 0.159668 364.796 3.09772 364.796 6.72197C364.796 10.3462 361.908 13.2843 358.344 13.2843C354.78 13.2843 351.891 10.3462 351.891 6.72196C351.891 3.09772 354.781 0.159667 358.344 0.159667Z' fill='%2397EFE9'/%3E%3Cpath d='M275.35 -5.64092e-07C278.913 -2.52554e-07 281.802 2.93806 281.802 6.5623C281.802 10.1865 278.913 13.1246 275.35 13.1246C271.786 13.1246 268.897 10.1865 268.897 6.5623C268.897 2.93805 271.787 -8.75572e-07 275.35 -5.64092e-07Z' fill='%2397EFE9'/%3E%3C/svg%3E");
	height: 8.82px;
	bottom: -34px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.home-our-services .et_pb_row,
.home-our-services .et_pb_column.et_pb_column_1_2,
.home-our-careers .et_pb_row,
.home-our-careers .et_pb_column.et_pb_column_1_2 {
	position: static;
}

.home-our-services.wide-round-cornered-bg {
	border-radius: 37px 37px 0 0;
}

.home-our-services-slider.wide-round-cornered-bg {
	border-radius: 0 0 37px 37px;
}

.page-banner.our-services .et_pb_image.gray-borders-bg .et_pb_image_wrap:before {
	height: 106px;
	height: 140px;
	background-position: 100% 100%;
	width: 120%;
	left: -20%;
}

.wide-round-cornered-bg.home-arrow-links {
	border-radius: 0 0 37px 37px;
}

.wide-round-cornered-bg.home-careers {
	border-radius: 37px 37px 0 0;
}


.wide-round-cornered-bg.home-arrow-links {
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	display: block;
	position: relative;
	color: #fff;
}

.wide-round-cornered-bg.home-arrow-links .home-arrow-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

.wide-round-cornered-bg.home-arrow-links .home-arrow-link .et_pb_text_inner {
	text-align: left;
	-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
			flex: 1 1 0;
	width: auto;
	padding-right: 1rem;
}

.wide-round-cornered-bg.home-arrow-links .home-arrow-link .et_pb_text_inner p {
	margin-bottom: 0;
}

.wide-round-cornered-bg.home-arrow-links .home-arrow-link:after {
	content: '';
	width: 28px;
	height: 16px;
	display: block;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='28' height='16' viewBox='0 0 28 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.7071 8.70711C28.0976 8.31658 28.0976 7.68342 27.7071 7.29289L21.3431 0.928932C20.9526 0.538408 20.3195 0.538408 19.9289 0.928932C19.5384 1.31946 19.5384 1.95262 19.9289 2.34315L25.5858 8L19.9289 13.6569C19.5384 14.0474 19.5384 14.6805 19.9289 15.0711C20.3195 15.4616 20.9526 15.4616 21.3431 15.0711L27.7071 8.70711ZM0 9L27 9V7L0 7L0 9Z' fill='white'/%3E%3C/svg%3E");
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-webkit-box-flex: 0;
		-ms-flex: 0 0 28px;
			flex: 0 0 28px;
}

.wide-round-cornered-bg.home-arrow-links .home-arrow-link:hover:after {
	-webkit-transform: translateX(12px);
		-ms-transform: translateX(12px);
			transform: translateX(12px);
}

@media screen and (min-width: 768px) {
	.page-banner.our-mission .et_pb_image.teal-borders-bg .et_pb_image_wrap:before {
		height: 106px;
		height: 140px;
		background-position: 100% 100%;
		width: 120%;
		left: -20%;
	}
	
	.page-banner.our-services .et_pb_image.gray-borders-bg .et_pb_image_wrap:before {
		height: 106px;
		height: 140px;
		background-position: 100% 100%;
		width: 120%;
		left: -20%;
	}
	
	.wide-round-cornered-bg.home-arrow-links {
		font-size: 20px;
		line-height: 30px;
	}

	.wide-round-cornered-bg.home-arrow-links .home-arrow-link {
		display: block;
	}
	
	.wide-round-cornered-bg.home-arrow-links .home-arrow-link:after {
		margin-top: 21px;
	}
	
	.wide-round-cornered-bg.home-arrow-links .home-arrow-link .et_pb_text_inner { 
		padding-right: 0;
	}
	
	.wide-round-cornered-bg.home-arrow-links .home-arrow-link .et_pb_text_inner p {
		text-align: center;
	}
	
}

.home-service-images-right img {
	z-index: 1;
}

@media screen and (max-width: 980px) {
	.home-service-images-right .et_pb_image_wrap {
		-webkit-transform: translateX(calc(10% + 32px));
			-ms-transform: translateX(calc(10% + 32px));
				transform: translateX(calc(10% + 32px));
	}
	.home-careers .et_pb_image_wrap {
		-webkit-transform: translateX(calc(-10% - 32px));
			-ms-transform: translateX(calc(-10% - 32px));
				transform: translateX(calc(-10% - 32px));
	}
}

@media screen and (min-width: 981px) {
	.home-two-images-wrap:after {
		height: 14px;
		bottom: 87px;
		background-position: 0 50%;
	}
	.home-service-images-right {
		position: absolute;
		right: 0;
		left: 0;
		right: 32px;
		left: 32px;
		max-width: 1400px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.home-our-services .et_pb_image.home-service-images-right .et_pb_image_wrap,
	.home-careers .et_pb_image .et_pb_image_wrap {
		max-width: none;
		width: 90vw;
		position: relative;
	}
	.page-banner.our-mission .et_pb_image.teal-borders-bg .et_pb_image_wrap:before {
		height: 128px;
		top: 0;
		-webkit-transform: translateY(25%);
			-ms-transform: translateY(25%);
				transform: translateY(25%);
		left: auto;
		width: 100%;
	}
	.page-banner.our-mission .et_pb_image.dots .et_pb_image_wrap:after {
		background-position: 100% 50%;
	}
	.page-banner.our-mission .et_pb_image.orange-dots.orange-dots-top:before {
		top: 35%;
		left: 18%;
	}
}

.home-service-images-right .et_pb_image_wrap:before {
	content: '';
	position: absolute;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='505' height='122' viewBox='0 0 505 122' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M505.077 119.673H339.994C309.605 119.673 284.969 93.3536 284.969 60.8874C284.969 28.4212 309.605 2.10188 339.994 2.10188H505.077C535.467 2.10188 560.103 28.4212 560.103 60.8874C560.103 93.3536 535.467 119.673 505.077 119.673Z' stroke='%23F08700' stroke-width='4' stroke-miterlimit='10'/%3E%3Cpath d='M222.258 119.673H57.175C26.7854 119.673 2.14941 93.3536 2.14941 60.8874C2.14941 28.4212 26.7854 2.10188 57.175 2.10188H222.258C252.647 2.10188 277.283 28.4212 277.283 60.8874C277.283 93.3536 252.642 119.673 222.258 119.673Z' stroke='%23F08700' stroke-width='4' stroke-miterlimit='10'/%3E%3C/svg%3E");
	width: 100%;
	height: 68.99px;
	background-size: contain;
	background-position: 100% 50%;
	top: -39px;
	background-repeat: no-repeat;
}

.home-service-images-right .et_pb_image_wrap:after {
	content: '';
	position: absolute;
	z-index: 0;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='724' height='312' viewBox='0 0 724 312' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M578.003 309.676H145.997C66.47 309.676 2 240.823 2 155.891C2 70.958 66.47 2.10574 145.997 2.10574H578.003C657.53 2.10574 722 70.958 722 155.891C722 240.823 657.515 309.676 578.003 309.676Z' stroke='%2397EFE9' stroke-width='4' stroke-miterlimit='10'/%3E%3C/svg%3E");
	height: 180px;
	width: 100%;
	bottom: -20px;
	left: -26px;
	background-size: contain;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

.home-career-image-left .et_pb_image_wrap:before {
	content: '';
	position: absolute;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='293' height='43' viewBox='0 0 293 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M271.6 43C283.429 43 293 33.3643 293 21.5C293 9.63567 283.429 0 271.6 0H213.4C201.571 0 192 9.63567 192 21.5C192 33.3645 201.573 43 213.4 43H271.6ZM289 21.5C289 31.1747 281.2 39 271.6 39H213.4C203.802 39 196 31.1745 196 21.5C196 11.8253 203.8 4 213.4 4H271.6C281.2 4 289 11.8253 289 21.5ZM184 21.5C184 33.3643 174.429 43 162.6 43H104.4C92.5734 43 83 33.3645 83 21.5C83 9.63567 92.5713 0 104.4 0H162.6C174.429 0 184 9.63567 184 21.5ZM162.6 39C172.2 39 180 31.1747 180 21.5C180 11.8253 172.2 4 162.6 4H104.4C94.7998 4 87 11.8253 87 21.5C87 31.1745 94.8017 39 104.4 39H162.6ZM75 21.5C75 33.3643 65.4288 43 53.6004 43H-4.6004C-16.4288 43 -26 33.3643 -26 21.5C-26 9.63567 -16.4288 0 -4.6004 0H53.6004C65.4288 0 75 9.63567 75 21.5ZM53.6004 39C63.2002 39 71 31.1747 71 21.5C71 11.8253 63.2002 4 53.6004 4H-4.6004C-14.2002 4 -22 11.8253 -22 21.5C-22 31.1747 -14.2002 39 -4.6004 39H53.6004Z' fill='%23F08700'/%3E%3C/svg%3E");
	height: 30.21px;
	width: 100%;
	background-size: contain;
	background-position: 0% 0%;
	top: -20px;
	background-repeat: no-repeat;
}

.home-career-image-left .et_pb_module.et_pb_image:after {
	position: absolute;
	content: '';
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='172' height='31' viewBox='0 0 172 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M172 15.5C172 24.0604 165.06 31 156.5 31C147.941 31 141 24.0605 141 15.5C141 6.93962 147.94 0 156.5 0C165.06 0 172 6.93962 172 15.5ZM156.5 27C162.851 27 168 21.8512 168 15.5C168 9.14876 162.851 4 156.5 4C150.149 4 145 9.14876 145 15.5C145 21.8511 150.15 27 156.5 27ZM136 15.5C136 24.0463 129.119 31 120.6 31H80.3997C71.8807 31 65 24.0463 65 15.5C65 6.9537 71.8807 0 80.3997 0H120.6C129.119 0 136 6.9537 136 15.5ZM120.6 27C126.882 27 132 21.8653 132 15.5C132 9.13467 126.882 4 120.6 4H80.3997C74.1179 4 69 9.13467 69 15.5C69 21.8653 74.1179 27 80.3997 27H120.6ZM15.5 31C24.0604 31 31 24.0604 31 15.5C31 6.93962 24.0604 0 15.5 0C6.93961 0 0 6.93962 0 15.5C0 24.0605 6.94116 31 15.5 31ZM27 15.5C27 21.8512 21.8512 27 15.5 27C9.15002 27 4 21.8511 4 15.5C4 9.14876 9.14876 4 15.5 4C21.8512 4 27 9.14876 27 15.5Z' fill='%23D7D7D7'/%3E%3C/svg%3E");
	background-position: 50% 50%;
	background-size: contain;
	width: 100%;
	height: 21.48px;
	top: calc(100% - 12px);
	right: 25px;
	background-repeat: no-repeat;
}

.home-career-image-left img {
	width: 100% !important;
}

.home-career-image-left .et_pb_image_wrap:before { 
	
}

.home-career-image-left .et_pb_image_wrap {
	width: 100%;
	max-width: 505px;
}

.home-career-image-left .et_pb_image .et_pb_image_wrap:after {
	content: '';
	position: absolute;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='165' height='20' viewBox='0 0 165 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M125.134 18.9744H97.1482C91.9973 18.9744 87.82 14.7268 87.82 9.48718C87.82 4.24758 91.9964 0 97.1482 0H125.134C130.286 0 134.462 4.24758 134.462 9.48718C134.462 14.7268 130.286 18.9744 125.134 18.9744ZM67.2314 19.2051H39.2458C34.094 19.2051 29.9176 14.9575 29.9176 9.71789C29.9176 4.47829 34.094 0.230714 39.2458 0.230714H67.2314C72.3832 0.230714 76.5596 4.47829 76.5596 9.71789C76.5596 14.9575 72.3832 19.2051 67.2314 19.2051ZM9.32834 19.2051C14.4803 19.2051 18.6567 14.9575 18.6567 9.71789C18.6567 4.47829 14.4803 0.230713 9.32834 0.230713C4.17644 0.230713 -4.57764e-05 4.47829 -4.57764e-05 9.71789C-4.57764e-05 14.9575 4.17741 19.2051 9.32834 19.2051ZM164.371 9.71789C164.371 14.9575 160.194 19.2051 155.042 19.2051C149.891 19.2051 145.714 14.9575 145.714 9.71789C145.714 4.47829 149.89 0.230713 155.042 0.230713C160.194 0.230713 164.371 4.47829 164.371 9.71789Z' fill='%2397EFE9'/%3E%3C/svg%3E");
	width: 100%;
	height: 9.46px;
	top: 16px;
	background-position: 100% 50%;
	background-size: contain;
	right: -25px;
	background-repeat: no-repeat;
}

#page-container .home-numbers-slider h2.et_pb_slide_title {
	font-size: 20px !important;
	line-height: 1.5 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

#page-container .home-numbers-slider .et_pb_slide_description {
	padding: 2% 50px 106px;
}

@media screen and (min-width: 768px) {
	#page-container .home-numbers-slider .et_pb_slide_description {
		padding: 2% 85px 164px;
	}
	#page-container .home-numbers-slider h2.et_pb_slide_title {
		font-size: 40px !important;
		line-height: 1.25 !important;
	}
}

@media screen and (min-width: 981px) {
	.home-career-image-left .et_pb_image .et_pb_image_wrap:after {	
		top: 47px;
	}
	.home-career-image-left .et_pb_module.et_pb_image:after {
		background-position: 90% 50%;
		height: 31px;
		top: calc(100% - 16px);
	}
	.home-career-image-left .et_pb_image .et_pb_image_wrap:after {
		right: 25px;
	}
	#page-container .home-numbers-slider .et_pb_slide_description {
		padding: 2% 50px 166px;
	}
	.home-service-images-right .et_pb_image_wrap:before {
		height: 117.57px;
	}
	.home-left-right-images .et_pb_column_1 .et_pb_image_wrap:before {
		height: 56.42px;
	}
	.home-left-right-images .et_pb_column_1 .et_pb_image_wrap:after {
		height: 14px;
	}
	.home-left-right-images .et_pb_column_2 .et_pb_image_wrap:before {
		display: block;
		right: -157px;
	}
	.home-left-right-images .et_pb_column_2 .et_pb_image_wrap:after {
		height: 13.46px;
		bottom: -50px;
	}
	.home-service-images-right .et_pb_image_wrap:before,
	.home-service-images-right .et_pb_image_wrap:after,
	.home-our-services .et_pb_image.home-service-images-right .et_pb_image_wrap,
	.home-career-image-left .et_pb_image_wrap:before,
	.home-career-image-left .et_pb_image_wrap:after,
	.home-career-image-left .et_pb_image .et_pb_image_wrap {
		position: absolute;
		width: calc(50vw - 5.5%);
		max-width: 720px;
		max-width: 588px;
		margin-right: 0;
		background-size: contain;
	}
	.home-career-image-left .et_pb_image_wrap:before,
	.home-career-image-left .et_pb_image_wrap:after,
	.home-career-image-left .et_pb_image .et_pb_image_wrap {
		max-width: 505px;
	}
	.home-career-image-left .et_pb_image .et_pb_image_wrap {
		position: relative;
	}
	.home-careers .et_pb_image .et_pb_image_wrap:before,
	.home-careers .et_pb_image .et_pb_image_wrap:after,
	.home-service-images-right .et_pb_image_wrap:before,
	.home-service-images-right .et_pb_image_wrap:after {
		content: '';
		position: absolute;
		right: 0;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.home-career-image-left {
		position: static;
	}
	.home-service-images-right .et_pb_image_wrap:before,
	.home-service-images-right .et_pb_image_wrap:after,
	.home-our-services .et_pb_image .et_pb_image_wrap {
		right: -32px;
	}
	.home-service-images-right .et_pb_image_wrap:after {
		background-position: 0 50%;
		height: 307.57px;
		bottom: -55px;
		left: -60px;
		right: auto;
	}
	.home-service-images-right .et_pb_image .et_pb_image_wrap:before {
		top: -47px;
		height: 117.57px;
	}
	.home-career-image-left .et_pb_image .et_pb_image_wrap:before {
		height: 43px;
		top: -30px;
		background-position: 0% 50%;
	}
	.home-career-image-left .et_pb_image .et_pb_image_wrap:after {
		height: 19.21px;
		top: 47px;
		background-position: 100% 50%;
		right: -14%;
	}
	.home-career-image-left > .et_pb_column:nth-child(1) {
		position: absolute;
		width: 100%;
		max-width: 1400px;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	.home-career-image-left > .et_pb_column:nth-child(2) {
		margin-left: 58%;
	}
		
	.home-our-services .et_pb_image .et_pb_image_wrap img {
		z-index: 1;
	}
	.home-careers {
		min-height: 36vw;
	}
	@media screen and (min-width: 1220px) {
		.home-careers {
			min-height: 0;
		}
	}
	.home-service-images-right .et_pb_image_wrap {
		padding-top: 50px;
	}
}

/* Contact Page */
.contact-info {
	margin-bottom: 43px;
}

.contact-info a {
	color: #252b2b;
}	

/* Careers Page */
.open-positions-feed a strong{
	font-weight: 600;
	font-size: 28px;
	line-height: 1.36;
	color: #482254 !important;
}

.testimonial-slider .et_pb_slider .et_pb_slide {
	padding-left: 0;
	padding-right: 0;
}

/* .testimonial-slider .et_pb_slides .et_pb_slider_container_inner {
	vertical-align: top;
} */

.testimonial-slider h2.et_pb_slide_title {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	font-size: 25px;
	line-height: 35px;
}

#page-container .testimonial-slider .et_pb_slide_content h2 {
	font-size: 25px !important;
	line-height: 35px !important;
}

.testimonial-slider .et_pb_slide_content img {
	max-width: 132px;
	overflow: hidden;
	border-radius: 100%;
}

.testimonial-slider .et_pb_slide_content p {
	font-family: Elza;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.testimonial-slider .et_pb_slide_content img {
		max-width: 174px;
	}
	#page-container .testimonial-slider .et_pb_slide_content h2 {
		font-size: 38px !important;
		line-height: 48px !important;
	}
	.testimonial-slider .et_pb_slide_content p {
		font-size: 28px;
		line-height: 1.36;
	}
}

/* Our History */
.page-banner.our-history .et_pb_image.orange-border-bg .et_pb_image_wrap:before {
	height: 133.64px;
	background-position: 100% 50%;
}

@media screen and (min-width: 981px) {
	.page-banner.our-history .et_pb_image.orange-border-bg .et_pb_image_wrap:before {
		height: 235.42px;
	}
}

/* Our Mission */
.page-banner.our-mission .et_pb_image.teal-borders-bg .et_pb_image_wrap:before {
	height: 106px;
	background-position: 0% 0%;
	background-size: contain;
	top: auto;
	bottom: 0;
	width: 150vw;
	left: 0;
}

.page-banner.our-mission .et_pb_image.dots.top-dots .et_pb_image_wrap:after {
	right: 12%;

}

@media screen and (min-width: 981px) {
	.page-banner.our-mission .et_pb_image.teal-borders-bg .et_pb_image_wrap:before {
		height: 200px;
		width: 200%;
		left: -10%;
	}
}

/* Blog & Search */
.blog article,
.search article {
	margin-bottom: 2.75rem;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.blog article,
.search article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
		-ms-flex-direction: column;
			flex-direction: column;
}

@media screen and (min-width: 981px) {

}

.blog #page-container article h2.post-title,
.search #page-container  article h2.post-title {
	margin-bottom: 0 !important;
}

.blog article a.more-link,
.search article a.more-link,
.pagination a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	position: relative;
	font-size: 16px;
	font-weight: 300;
	line-height: 38px;
	color: #482254;
	opacity: 0.8;
	margin-top: 1rem;
}

.blog .pagination,
.search .pagination {
	opacity: 0;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.blog article a.more-link:after,
.search article a.more-link:after,
.pagination a:after {
	content: '';
	display: block;
	width: 21px;
	height: 16px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8' d='M20.7071 8.70711C21.0976 8.31658 21.0976 7.68342 20.7071 7.29289L14.3431 0.928932C13.9526 0.538408 13.3195 0.538408 12.9289 0.928932C12.5384 1.31946 12.5384 1.95262 12.9289 2.34315L18.5858 8L12.9289 13.6569C12.5384 14.0474 12.5384 14.6805 12.9289 15.0711C13.3195 15.4616 13.9526 15.4616 14.3431 15.0711L20.7071 8.70711ZM0 9L20 9V7L0 7L0 9Z' fill='%23482254'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.blog article a.more-link:after,
.search article a.more-link:after,
.pagination a:after {
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.blog .pagination .alignleft a,
.search .pagination .alignleft a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
}

.blog article a.more-link:after,
.search article a.more-link:after,
.pagination a:after {
	margin-left: 6px;
}

.blog article a.more-link:hover:after,
.search article a.more-link:hover:after,
.pagination a:hover:after {
	-webkit-transform: rotate(0deg) translateX(12px);
		-ms-transform: rotate(0deg) translateX(12px);
			transform: rotate(0deg) translateX(12px);
}

.blog .pagination .alignleft a:after,
.search .pagination .alignleft a:after {
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
	margin-left: 0;
	margin-right: 6px;
}

.blog .pagination .alignleft a:hover:after,
.search .pagination .alignleft a:hover:after {
	-webkit-transform: rotate(180deg) translateX(12px);
	-ms-transform: rotate(180deg) translateX(12px);
		transform: rotate(180deg) translateX(12px);
}

.blog .alm-btn-wrap,
.search .alm-btn-wrap {
	text-align: left;
}

body #main-content .container:before {
	display: none !important;
}

body.single-post .container,
body.single-post .et_pb_row,
body.search-results .container,
body.search-results .et_pb_row  {
	max-width: 1220px;
}

body.single-post #main-content .container,
body.single-post #main-content .container {
	padding-top: 7px;
}

body.single-post .thumb-wrap {
	position: relative;
	overflow: hidden;
	height: 381px;
	border-radius: 37px;
	margin-bottom: 1.92rem;
}

body.single-post .thumb-wrap img {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

body.error404 #full-width-area,
body.single-post #full-width-area {
	float: none;
	width: 100%;
	padding: 0 !important;
}

body.error404 #content-area {
	text-align: center;
	padding: 0rem 0 .35rem;
}

body.error404 #content-area h1 {
	margin-bottom: 1.7rem;
	margin-bottom: .458em;
}

body.single-post .entry-content .et_pb_section,
body.single-post .entry-content .et_pb_section .et_pb_row {
	padding: 0 0 0.58rem;
}

.single-post #sidebar {
	display: none;
}

body.single-post .nav-links {
	display: none;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	padding-top: 4.52rem;
	margin-left: -1rem;
	margin-right: -1rem;
}

body.single-post .nav-links > div {
	float: none;
	padding: 0 1rem;
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
}

body.single-post .nav-links .nav-next {
	text-align: right;
}

body.single-post .nav-links a {
	display: inline-block;
}

.search-results-header {
	-webkit-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

@media screen and (max-width: 767px) {
	body.search #main-content .container {
		padding-top: 0;
	}
}

@media screen and (min-width: 768px) {
	body.single-post #full-width-area {
		padding: 4.8rem 0 3.1rem !important;
	}
	.blog article,
	.search article {
		margin-bottom: 4.75rem;
	}
	.blog article a.more-link,
	.search article a.more-link {
		font-size: 20px;
		line-height: 38px;
	}
	body.single-post .thumb-wrap {
		margin-bottom: 4.92rem;
	}
	body.single-post .et_pb_pagebuilder_layout .entry-content,
	body.single-post .et_pb_pagebuilder_layout .et_pb_post .entry-content {
		padding-top: 29px !important;
	}
	body.single-post .nav-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	body.error404 #content-area {
		text-align: center;
		padding: 5.1rem 0 6.35rem;
	}
}

@media screen and (max-width: 980px) {
	body.error404 #main-content .container {
		padding-top: 20px;
	}
		
	body.search #main-content .et_pb_column {
		margin-bottom: 0;
	}
	
	body.search #main-content #page-container .et_pb_column .et_pb_module.thin-gray-text {
		margin-bottom: 24px;
	}
	
	body.search #main-content .et_pb_section {
		padding-top: 7px;
	}
	
	.blog article .entry-featured-image-url,
	.search article .entry-featured-image-url {
		padding-top: 2.2rem;
	}
}

@media screen and (min-width: 981px) {
	.blog article,
	.search article {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
			-ms-flex-direction: row-reverse;
				flex-direction: row-reverse;
		margin-left: -1rem;
		margin-right: -1rem;
	}
	
	.blog article header.article-header,
	.search article header.article-header {
		-webkit-box-flex: 0;
			-ms-flex: 0 0 44.8223%;
				flex: 0 0 44.8223%;
	}
	
	.blog article header.article-header,
	.blog article .entry-featured-image-url,
	.search article header.article-header,
	.search article .entry-featured-image-url {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

/* Footer */
footer.et-l.et-l--footer {
	position: relative;
	padding-top: 14px;
}

footer.et-l.et-l--footer:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 1400px;
	margin: auto;
	height: 7px;
	width: 100%;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='380' height='14' viewBox='0 0 380 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M68.3842 13.6495H48.2524C44.5463 13.6495 41.542 10.5939 41.542 6.82476C41.542 3.05557 44.5463 9.53674e-06 48.2524 9.53674e-06H68.3842C72.0902 9.53674e-06 75.0946 3.05557 75.0946 6.82476C75.0946 10.5939 72.0902 13.6495 68.3842 13.6495Z' fill='%2397EFE9'/%3E%3Cpath d='M26.8422 13.6495H6.71038C3.00436 13.6495 0 10.5939 0 6.82476C0 3.05557 3.00436 9.53674e-06 6.71038 9.53674e-06H26.8422C30.5482 9.53674e-06 33.5526 3.05557 33.5526 6.82476C33.5526 10.5939 30.5475 13.6495 26.8422 13.6495Z' fill='%2397EFE9'/%3E%3Cpath d='M110.107 13.6495H89.975C86.269 13.6495 83.2646 10.5939 83.2646 6.82476C83.2646 3.05557 86.269 9.53674e-06 89.975 9.53674e-06H110.107C113.813 9.53674e-06 116.817 3.05557 116.817 6.82476C116.817 10.5939 113.813 13.6495 110.107 13.6495Z' fill='%2397EFE9'/%3E%3Cpath d='M169.363 14.0001L189.495 14.0001C193.201 14.0001 196.205 10.9445 196.205 7.17533C196.205 3.40614 193.201 0.350581 189.495 0.350581L169.363 0.350583C165.657 0.350584 162.652 3.40614 162.652 7.17533C162.652 10.9445 165.657 14.0001 169.363 14.0001Z' fill='%2397EFE9'/%3E%3Cpath d='M210.367 14.0001L230.499 14.0001C234.205 14.0001 237.209 10.9445 237.209 7.17533C237.209 3.40614 234.205 0.350581 230.499 0.350581L210.367 0.350583C206.661 0.350584 203.656 3.40614 203.656 7.17533C203.656 10.9445 206.661 14.0001 210.367 14.0001Z' fill='%2397EFE9'/%3E%3Cpath d='M331.682 13.8341L351.814 13.8341C355.52 13.8341 358.524 10.7785 358.524 7.00933C358.524 3.24014 355.52 0.18458 351.814 0.18458L331.682 0.184582C327.976 0.184583 324.972 3.24014 324.972 7.00933C324.972 10.7785 327.977 13.8341 331.682 13.8341Z' fill='%2397EFE9'/%3E%3Cpath d='M148.425 14.0001C152.131 14.0001 155.136 10.9445 155.136 7.17533C155.136 3.40614 152.131 0.350581 148.425 0.350581C144.719 0.350581 141.715 3.40614 141.715 7.17533C141.715 10.9445 144.72 14.0001 148.425 14.0001Z' fill='%2397EFE9'/%3E%3Cpath d='M251.36 14.0001C255.066 14.0001 258.07 10.9445 258.07 7.17534C258.07 3.40615 255.066 0.350596 251.36 0.350596C247.654 0.350596 244.649 3.40616 244.649 7.17534C244.649 10.9445 247.654 14.0001 251.36 14.0001Z' fill='%2397EFE9'/%3E%3Cpath d='M372.675 13.8341C376.381 13.8341 379.386 10.7785 379.386 7.00933C379.386 3.24014 376.381 0.18458 372.675 0.18458C368.969 0.184581 365.965 3.24014 365.965 7.00933C365.965 10.7785 368.97 13.8341 372.675 13.8341Z' fill='%2397EFE9'/%3E%3Cpath d='M286.362 14.0001C290.068 14.0001 293.072 10.9445 293.072 7.17534C293.072 3.40615 290.068 0.350596 286.362 0.350596C282.656 0.350596 279.651 3.40616 279.651 7.17534C279.651 10.9445 282.656 14.0001 286.362 14.0001Z' fill='%2397EFE9'/%3E%3C/svg%3E");

	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0% 50%;

}

footer.et-l.et-l--footer h3 {
	margin-bottom: 0.89em;
}

footer.et-l.et-l--footer p,
footer.et-l.et-l--footer p a {
	color: #252b2b;
	display: inline-block;
	margin-bottom: 0.55rem;
}

@media screen and (max-width: 767px) {
	#page-container footer.et-l.et-l--footer h3:not(.et_pb_gallery_title):not(.chiac-title) {
		font-size: 18px !important;
	}
	footer.et-l.et-l--footer p,
	footer.et-l.et-l--footer p a {
		font-size: 14px;
	}
}

@media screen and (min-width: 768px) {
	footer.et-l.et-l--footer:before {
		height: 14px;
	}
}








