/*--------------------------------------------------------------
>>> GLOBAL - TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Typography
2.0 Elements
3.0 Header
4.0 Content
5.0 Footer
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 Typography
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100..900&display=swap');

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Extrabld.eot');
	src: local('Proxima Nova Extrabold'), local('ProximaNova-Extrabld'),
		url('../fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Extrabld.woff') format('woff'),
		url('../fonts/ProximaNova-Extrabld.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Regular.eot');
	src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
		url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Regular.woff') format('woff'),
		url('../fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Semibold.eot');
	src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'),
		url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Semibold.woff') format('woff'),
		url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Black.eot');
	src: local('Proxima Nova Black'), local('ProximaNova-Black'),
		url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Black.woff') format('woff'),
		url('../fonts/ProximaNova-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Bold.eot');
	src: local('Proxima Nova Bold'), local('ProximaNova-Bold'),
		url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Bold.woff') format('woff'),
		url('../fonts/ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNovaT-Thin.eot');
	src: local('Proxima Nova Thin'), local('ProximaNovaT-Thin'),
		url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNovaT-Thin.woff') format('woff'),
		url('../fonts/ProximaNovaT-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Light.eot');
	src: local('Proxima Nova Light'), local('ProximaNova-Light'),
		url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Light.woff') format('woff'),
		url('../fonts/ProximaNova-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	font-family: "Proxima Nova"; 
}

h1,
.h1 {
	font-size: 3.125em;/*50px*/
	font-weight: 600;
	line-height: 1.15;
}

.h1::before {
	content: none;
}

h2,
.h2 {
	font-size: 3.429em; /*48px*/
	font-weight: 700;
	line-height: 1.06;
	position: relative;
	margin-top: 0;
	margin-bottom: 0.58em;
}

h2::before,
.h2::before {
	content: "";
	display: block;
	width: 72px;
	height: 25px;
	background-image: url("data:image/svg+xml,%3Csvg width='73' height='26' viewBox='0 0 73 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.252197' y='0.381836' width='52' height='17' fill='%232B66C2' fill-opacity='0.7'/%3E%3Crect x='20.6536' y='8.88184' width='52' height='17' fill='%2349A166' fill-opacity='0.8'/%3E%3Crect x='21.2522' y='10.1113' width='31' height='7.27051' fill='%232B66C2'/%3E%3C/svg%3E");
	margin-bottom: 8px;
}

h3,
.h3 {
	font-size: 3em; /*42px*/
	font-weight: 600;
	line-height: 1.2;
}

h4,
.h4 {
	font-size: 1.57em; /*22px*/
	font-weight: 600;
	line-height: 1.2;
}

a {
	text-decoration: none;
	color: #00B085;
}



/*--------------------------------------------------------------
2.0 Elements
--------------------------------------------------------------*/
html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Proxima Nova"; 
	font-size: 16px;
	color: #0D0D0D;
	font-weight: 600;
	line-height: 173.3%;
}

img{
	max-width: 100%
}

.button {
	display: inline-block;
	padding: 14px 18px;
	letter-spacing: -0.32px;
	border-radius: 5px;
	background: #007CC2;
	color: #FFF;
	text-align: center;
	font-family: "Work Sans";
	font-size: 14px;
	font-weight: 500;
}

.button:hover {
	opacity: 0.9;
}

.button.green {
	background: #00B085;
}

.button:not(.menu-item) {
	max-width: 189px;
	width: 100%;
}

.button.button-outline {
	border-radius: 5px;
	border: 1.25px solid #FFF;
	background: transparent;
}

.link {
	display: flex;
	align-items: center;
	color: #007CC2;
	font-family: "Work Sans";
	font-size: 14px;
	font-weight: 700;
	line-height: 180.3%; /* 25.242px */
	letter-spacing: 1.12px;
	text-transform: uppercase;
}

.link.link-green {
	color: #00B085;
}

.link-col .link {
	justify-content: flex-end;
}

.search-field {
	border: none;
	background: transparent;
	color: #161616;
	font-family: "Proxima Nova";
	font-size: 14px;
	font-weight: 600;
}

.search-form label {
	display: flex;
}

.search-form svg {
	margin-right: 4px;
}


/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
header {
	background: #F6F6F9;
	position: sticky;
	top: 0;
	z-index: 10;
}

#logo {
	display: flex;
	align-items: center;
}

#logo a {
	display: flex;
	align-items: center;
}

#logo img {
	mix-blend-mode: multiply;
	max-width: 152px;
}

#navigation .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	height: 100%;
}

#mobile-header {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#mobile-header .button {
	margin-left: 40px;
}

.menu, 
.menu .sub-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.top-header {
	border-bottom: 1px solid #CCC;
}

.top-social {
	height: 100%;
	display: flex;
	align-items: center;
	border-right: 1px solid #CBCBCB;
}

.top-social a {
	margin-right: 10px;
	padding: 10px 0;
}

.top-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-header-menu .menu {
	display: flex;
	align-items: center;
	padding: 10px 0;
}

.top-header-menu .menu a {
	color: #1B1B1B;
	text-align: center;
	padding: 0 29px;
}

.top-header-menu .menu .button a {
	color: #FFF; 
}

.search-submit {
	display: none;
}

#navigation .menu {
	display: flex;
	align-items: center;
}

#navigation .menu .sub-menu {
	display: none;
}

#navigation .menu > li {
	position: relative;
}

#navigation .menu > li:not(:last-child) {
	margin-right: 52px;
}

#navigation .menu > .menu-item-has-children > a {
	padding-right: 16px;
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
}

#navigation .menu > .menu-item-has-children::after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.12425 0.90141C5.12425 0.745739 5.06241 0.596444 4.95233 0.486369C4.84226 0.376293 4.69296 0.314453 4.53729 0.314453C4.38162 0.314453 4.23233 0.376293 4.12225 0.486369C4.01218 0.596444 3.95034 0.745739 3.95034 0.90141V4.2275H0.624249C0.468578 4.2275 0.319284 4.28934 0.209208 4.39941C0.0991323 4.50949 0.0372925 4.65878 0.0372925 4.81445C0.0372925 4.97012 0.0991323 5.11942 0.209208 5.22949C0.319284 5.33957 0.468578 5.40141 0.624249 5.40141H3.95034V8.7275C3.95034 8.88317 4.01218 9.03246 4.12225 9.14254C4.23233 9.25261 4.38162 9.31445 4.53729 9.31445C4.69296 9.31445 4.84226 9.25261 4.95233 9.14254C5.06241 9.03246 5.12425 8.88317 5.12425 8.7275V5.40141H8.45034C8.60601 5.40141 8.7553 5.33957 8.86538 5.22949C8.97545 5.11942 9.03729 4.97012 9.03729 4.81445C9.03729 4.65878 8.97545 4.50949 8.86538 4.39941C8.7553 4.28934 8.60601 4.2275 8.45034 4.2275H5.12425V0.90141Z' fill='%23007CC2'/%3E%3C/svg%3E");
	position: absolute;
	right: 0;
	top: 45%;
}

#navigation .menu a {
	font-family: "Work Sans";
	font-weight: 600;
	color: #0D0D0D;
}

#navigation .menu > .menu-item-has-children:hover .sub-menu {
	display: block;
	position: absolute;
	background: #FFF;
	padding: 2px 30px 20px;
	left: -50px;
	width: calc(100px + 100%);
	z-index: 2;
}

#navigation .menu > .menu-item-has-children:hover > .sub-menu .sub-menu {
	position: static;
	padding: 0;
	display: inline-block;
	width: 100%;
	padding-left: 15px;
}

#navigation .menu > .menu-item-has-children:hover > .sub-menu .sub-menu a {
	padding: 3px 0;
	display: block;
}

#modal-header .menu .menu-item.menu-item-has-children.active .sub-menu a {
	font-weight: 400 !important;
	font-size: 14px;
	padding: 8px;
}

#navigation .menu > .menu-item-has-children:hover > .sub-menu > li:not(:last-child) {
	border-bottom: 1px solid #858585;
}

#navigation .menu > .menu-item-has-children.mega-menu > .sub-menu {
	width: calc(120px + 200%);
	padding: 2px 50px 20px;
	column-count: 2;
	z-index: 2;
}

#navigation .menu > .menu-item-has-children:hover > .sub-menu > li > a{
	padding: 12px 0;
	display: block;
}

#navigation .menu > .menu-item-has-children.mega-menu > .sub-menu::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: white;
	position: absolute;
	left: 0;
	top: calc(100% - 22px);
}

#navigation .menu > .menu-item-has-children:last-child .sub-menu {
	right: -50px;
	left: unset;
}

#navigation .search-form {
	display: none;
}

#responsive-menu-button {
	display: none;
}

#modal-header .menu .menu-item-has-children.active > .sub-menu {
	display: block;
	padding: 10px 0 20px;
}


/*--------------------------------------------------------------
4.0 Content
--------------------------------------------------------------*/
#subheader {
	height: 404px;
	display: flex;
	align-items: center;
	color: #fff;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#subheader::before {
	content: "";
	display: block;
	width: 62%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.71) 0.07%, rgba(0, 0, 0, 0.00) 99.93%);
}

#subheader > * {
	position: relative;
	z-index: 1
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal.open {
  display: block;
  visibility:visible;
  opacity:1;
  transition-delay:0s
}

.modal-bg {
  position:absolute;
  background:rgba(0,0,0,.5);
  width:100%;
  height:100%
}

.modal-container {
  background:#fff;
  position:relative;
  padding:30px;
  max-width: 500px;
  margin: auto;
  top: 15%;
}

.modal-close {
	position: absolute;
	right: -32px;
	top: -32px;
	outline: none;
	appearance: none;
	background: 0 0;
	border: 0;
	font-weight: 700;
	cursor: pointer;
}

.modal-video .modal-container {
	padding: 0;
	max-width: 800px;
}

.modal-video video, .modal-video iframe {
	width: 100%;
	display: block;
	height: 32em;
}

.glide__slides {
	white-space: unset;
}

.nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-numbers {
	padding: 10px;
	color: #1A1A1A;
	font-family: "Work Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
}

.page-numbers:not(.current) {
	color: #979797;
}

body.error404 main {
	min-height: 92vh;
	position: relative;
	background-size: cover;
	background-position: top center;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	padding-bottom: 15vh;
	box-sizing: border-box;
}

body.error404 .entry-title {
	color: #FFF;
	text-align: center;
	font-family: "Proxima Nova";
	font-size: 160px;
	font-weight: 700;
	margin: 0;
	line-height: 1;
}

body.error404 .entry-content > p:first-child {
	color: #FFF;
	text-align: center;
	font-family: "Proxima Nova";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

body.error404 .entry-content p:last-of-type {
	color: #FFF;
	text-align: center;
	font-family: "Proxima Nova";
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 2.6em;
}

body.error404  .button.green {
	font-family: "Proxima Nova";
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

body.error404 #main::before {
	content: "";
	display: block;
	height: 100%;
	width: 89%;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.71) 0.07%, rgba(0, 0, 0, 0.00) 99.93%);
	position: absolute;
	top: 0;
	left: 0;
}

body.error404 #main>* {
	position: relative;
}

.jobs .search-form {
	display: flex;
	margin-bottom: 20px;
}

.press-filters .search-form {
	display: flex;
}

.press-filters .row {
	align-items: end;
}

.jobs .search-field,
.press-filters .search-field  {
	width: calc(100% - 9px);
	border-radius: 5px;
	border: 1px solid #00B085;
	background: #FFF;
	padding: 12px 12px 12px 40px;
}

.jobs .search-form label,
.press-filters .search-form label {
	position: relative;
	flex-grow: 1;
}

.jobs .search-form label svg,
.press-filters .search-form label svg {
	position: absolute;
	left: 11px;
	top: 16px;
}

.jobs .button.search-submit,
.press-filters .button.search-submit {
	display: block;
	border-color: transparent;
	max-width: 100px;
	font-weight: 400;
}

.filterby select {
	border-radius: 5px;
	border: 1px solid #007CC2;
	background: #FFF;
	width: 100%;
	height: 48px;
	padding: 10px;
	color: #000;
	font-family: "Work Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 173.8%;
}

.filterby-title {
	margin-bottom: 4px;
}

.single .site-main {
	padding-top: 106px; 
	padding-bottom: 70px;
}

/* Section Accordion */
/* Accordion */
[data-accordion] > [data-control]:after {
    content: "";
    position: absolute;
    right: 0;
    height: 36px;
    width: 36px;
    background: url(/wp-content/themes/maxcanvas_child/img/accordion-plus.svg) center center no-repeat;
}

[data-accordion].open > [data-control]:after {
    background: url('/wp-content/themes/maxcanvas_child/img/accordion-minus.svg') center center no-repeat;
}

[data-accordion] [data-content] {
    overflow: hidden;
    max-height: 0;
    max-width: 93%;
}

.fac-inner-block {
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 20px;
    padding-top: 20px;
}

.fac-inner-block:last-child {
    margin-bottom: 0;
}

.fac-inner-block:first-child {
    border-top: 1px solid #D2D2D2;
}

.faq-question .item-title {
    color: #111;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
}

.faq-answer p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.32px;
}

.faq-answer ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.32px;
}

.faq-answer ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.32px;
}


.section-accordion .section-title-wrap {
    margin-bottom: 30px;
}

.gf_step_number {
	width: 36px;
	height: 36px;
	background: #007CC2;
	text-align: center;
	padding: 7px 5px;
	border-radius: 50%;
	color: #FFF;
	font-style: normal;
	font-weight: 500;
	line-height: 22.5px;
}

.gf_step_label {
	color: #262626;
	font-family: "Work Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22.5px;
	letter-spacing: 0.91px;
	text-transform: uppercase;
}

.gfield_radio {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 12px;
}

.gfield_radio .gform-field-label {
	border-radius: 5px;
	border: 1px solid #00B085;
	background: #FFF;
	height: 50px;
	padding: 10px !important;
	color: #7D7D7D;
	font-family: "Work Sans";
	font-size: 16px !important;
	font-style: normal;
	font-weight: 600;
	line-height: 173.8% !important;
}

.gfield_radio input {
	display: none!important;
}

.gfield_radio input:checked+.gform-field-label {
	background: #00B085;
	color: #fff;
	font-weight: 600!important; 
}

.gform_legacy_markup_wrapper .gfield_radio li label {
	margin: 0!important;
	max-width: 100%!important;
}

.gform_legacy_markup_wrapper .gf_page_steps {
	border-bottom: unset!important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
.gform-theme--foundation input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	border-radius: 5px;
	border: 1px solid #00B085;
	background: #FFF;
	height: 50px;
	padding: 10px;
}

.gfield_checkbox .gform-field-label {
	color: #0A0A0A;
	font-family: "Work Sans";
	font-weight: 500;
	line-height: 22.5px !important;
	position: relative;
	padding-left: 28px !important;
}

.gfield_checkbox .gform-field-label::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: 1px solid #A9A9A9;
	background: #FFF;
	position: absolute;
	left: 0;
}

.gfield-choice-input {
	display: none!important;
}

.gfield-choice-input:checked + label::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%2300B085' d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");
	background-size: 86%;
	background-repeat: no-repeat;
	background-position: center;
}

.gfield-choice-input:checked + label {
	font-weight: 500!important;
}

.gform-grid-row select,
.gfield--input-type-address select,
.gfield_select {
	height: 50px !important;
	border-radius: 5px;
	border: 1px solid #00B085 !important;
	background: #FFF;
}

.gform_button {
	border-radius: 5px;
	background: #007CC2 !important;
	border: none;
	width: 100% !important;
	font-family: "Work Sans" !important;
	padding: 14px 18px !important;
	font-size: 1em !important;
}

.gform_next_button,
.gform_previous_button {
	border-radius: 5px;
	background: #007CC2 !important;
	border: none;
	font-family: "Work Sans" !important;
	padding: 14px 18px !important;
	font-size: 1em !important;
}

.gform_legacy_markup_wrapper .gform_page_footer {
	border: none;
	padding: 0;
}

.gform_legacy_markup_wrapper textarea {
	border-radius: 5px;
	border: 1px solid #00B085;
	background: #FFF;
}

.gfield_label.gform-field-label {
	color: #0A0A0A;
	text-align: center;
	font-family: "Work Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 22.5px;
}

.gform-field-label.gform-field-label--type-sub {
	text-align: left;
}

.ginput_container.ginput_container_email #input_2_1 {
  width: 100%;
  margin-top: 0;
}

#gform_2 .gfield {
	margin: 0;
}

#gform_2 .ginput_container {
	margin-top: 0 !important;
}

#gform_2 .gform_footer.top_label {
	justify-content: center;
	display: flex;
	margin-top: 0;
}

#gform_submit_button_2 {
  border-radius: 5px;
  background: #00B085 !important;
  font-size: 14px !important;
  font-weight: 600;
  padding: 19px !important;
}

#gform_wrapper_2 .gform_heading {
	display: none;
}

.gform_legacy_markup_wrapper .top_label .gfield_label, 
.gform_legacy_markup_wrapper legend.gfield_label {
	color: #0A0A0A;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.info-content ul {
	padding-left: 20px;
}

.info-content ul li::marker {
  color: #00B085;
}


/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/
#cta {
	background: #F6F6F9;
	padding: 85px 0;
	text-align: center;
}

#cta .title {
	text-align: center;
	font-family: "Proxima Nova";
	font-size: 28px;
	font-weight: 600;
	line-height: 122.1%;
	margin-bottom: 15px;
}

#cta .subtitle {
	color: #000;
	text-align: center;
	font-family: "Work Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 151.8%;
	max-width: 425px;
	margin: auto;
}

#cta .col-md-6:first-child {
	border-right: 1px solid #CFD1D1;
}

.site-footer {
	background: #F6F6F9;
	position: relative;
}

#site-info {
	background: #000000;
	color: #fff;
}

footer nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.site-footer > .container {
	border-top: 1px solid rgba(74, 74, 74, 0.20);
	padding-bottom: 48px;
}

.site-footer .container .text-center {
	text-align: center;
	padding: 39px 15px;
}

.menu-title {
	color: #007CC2;
	font-size: 16px;
	font-weight: 700;
	line-height: 147.791%;
	margin-bottom: 17px;
}

.site-footer .text-center a img {
	mix-blend-mode: multiply;
	max-width: 162px;
}

#footer5 .top-social {
	border-right: none;
	height: auto;
}

.contact-us a {
	color: #000;
	font-family: "Proxima Nova";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 156%;
	display: flex;
	align-items: center;
}

.contact-us a .wp-image-62 {
	margin-right: 7px;
}


.site-footer .menu a {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 15px;
	display: inline-block;
}

.site-footer .top-social svg path{
	fill: #007CC2;
}

.site-footer .social-label {
	margin-top: 40px;
	color: #000;
	font-family: 'Proxima Nova';
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}

.gform_legacy_markup_wrapper {
	display: block !important
}

@media (max-width: 1199px){
	.top-header-menu .menu a {
		padding: 0 19px;
	}

	#navigation .menu > .menu-item-has-children:last-child .sub-menu {
		right: -15px;
	}



}

@media (max-width: 991px){
	.top-header-menu .menu a {
		padding: 0 9px;
		font-size: 12px;
	}

	.top-menu input {
	  width: 100px;
	}

	.top-header-menu .button {
	 	padding: 0;
	 }	

	.top-header-menu .button a {
		display: block;
		padding: 7px 10px;
	}
}

@media (max-width: 767px){
	* {
	  box-sizing: border-box;
	}

	.top-header {
		display: none;
	}

	#navigation {
		display: none;
	}

	#responsive-menu-button {
		display: flex;
	}

	#header {
		padding: 5px 0;
	}

	#modal-header .modal-container {
		max-width: 100%;
		top: 0;
		padding: 15px 15px 30px;
		max-height: 100%;
		overflow: auto;
	}

	#modal-header .modal-container .modal-exit {
		margin-top: 15px;
	}

	#modal-header .search-form {
		display: flex;
		margin-bottom: 25px;
		margin-top: 30px;
	}

	#modal-header .search-form label {
		flex-grow: 1;
		align-items: center;
		border: 2px solid #00B085;
		border-radius: 6px;
		margin-right: 6px;
		position: relative;
	}

	#modal-header .search-form label svg {
		position: absolute;
		left: 13px;
	}

	#modal-header .search-field {
		padding: 11px 11px 11px 40px;
	}

	#modal-header .top-social {
		justify-content: center;
		margin-top: 35px;
		border-right: none;
		margin-bottom: 20px;
	}

	#modal-header .modal-container .menu {
		max-width: 220px;
		margin: auto;
		text-align: center;
	}

	#modal-header .button {
		display: block;
		border: none;
	}

	#modal-header .menu .sub-menu {
		display: none;
	}

	#modal-header .menu .menu-item > a {
		color: #0D0D0D;
		font-family: "Work Sans";
		font-size: 16px;
		font-weight: 500;
		padding: 10px;
		display: block;
	}

	#modal-header .button {
		display: block;
	}

	#modal-header .menu .button {
		padding: 0;
		margin-top: 20px;
	}

	#modal-header .menu .menu-item.button > a {
		padding: 15px;
		color: #fff;
	}

	#modal-header .menu-item-has-children {
	  position: relative;
	}

	#modal-header .menu-item-has-children::before {
		content: "";
		width: 11px;
		height: 11px;
		display: block;
		background-image: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.21739 1.40245C6.21739 1.21219 6.14181 1.02971 6.00727 0.895178C5.87274 0.760641 5.69026 0.685059 5.5 0.685059C5.30974 0.685059 5.12726 0.760641 4.99273 0.895178C4.85819 1.02971 4.78261 1.21219 4.78261 1.40245V5.46767H0.717391C0.527127 5.46767 0.344656 5.54325 0.210119 5.67779C0.075582 5.81232 0 5.99479 0 6.18506C0 6.37532 0.075582 6.55779 0.210119 6.69233C0.344656 6.82687 0.527127 6.90245 0.717391 6.90245H4.78261V10.9677C4.78261 11.1579 4.85819 11.3404 4.99273 11.4749C5.12726 11.6095 5.30974 11.6851 5.5 11.6851C5.69026 11.6851 5.87274 11.6095 6.00727 11.4749C6.14181 11.3404 6.21739 11.1579 6.21739 10.9677V6.90245H10.2826C10.4729 6.90245 10.6553 6.82687 10.7899 6.69233C10.9244 6.55779 11 6.37532 11 6.18506C11 5.99479 10.9244 5.81232 10.7899 5.67779C10.6553 5.54325 10.4729 5.46767 10.2826 5.46767H6.21739V1.40245Z' fill='%23007CC2'/%3E%3C/svg%3E");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 17px;
		right: 0;
	}
	#modal-header .menu-item-has-children.active::before {
		background-image: url('data:image/svg+xml,<svg width="11" height="3" viewBox="0 0 11 3" fill="none" xmlns="http://www.w3.org/2000/svg"><line y1="1.49902" x2="11" y2="1.49902" stroke="%23007CC2" stroke-width="2"/></svg>');
	}

	#modal-header .menu .menu-item.current-menu-item:not(.button) a,
	#modal-header .menu .current-menu-parent:not(.button) a {
		color: #007CC2;
	}

	.site-footer .top-social {
		justify-content: center;
	}
	.social-label {
		display: none
	}


}

@media (max-width: 480px){
	h1, .h1 {
		font-size: 32px;
	}

	h2, .h2 {
		font-size: 30px;
	}

	#logo img {
		max-width: 136px;
	}

	#subheader {
		height: 220px;
		text-align: center;
	}

	.button {
		padding: 12px 18px;
	}

	#cta {
		padding: 40px 0 10px;
	}
		
	.site-footer .widget-area {
		margin-bottom: 25px;
	}

	.top-social {
		height: auto;
		align-items: center;
	}

	body.error404 .entry-title {
		font-size: 100px;
	}
}
