/* Fonts */ 
* {
  box-sizing: border-box;
}
:root {
  --black: #151516;
  --white: #FDFDFD;
  --blue: #1E5D9E;
  --orange: #FF6955;
  --grey: #F1F2F5;
  --font-size-1: 80px;
  --line-height-1: 100%;
  --font-size-2: 80px;
  --line-height-2: 80px;
  --font-size-3: 48px;
  --line-height-3: 56px;
  --font-size-4: 32px;
  --line-height-4: 40px;
  --font-size-5: 24px;
  --line-height-5: 28px;
  --font-size-6: 18px;
  --line-height-6: 22px;
  --font-size-7: 16px;
  --line-height-7: 28px;
  --font-size-8: 20px;
  --line-height-8: 25px;
  --font-size-9: 18px;
  --line-height-9: 28px;
  --font-size-10: 14px;
  --line-height-10: 20px;
  --font-size-11: 12px;
  --line-height-11: 18px;
  --font-size-12: 16px;
  --line-height-12: 20px;
}
@font-face {
  font-family: AeonikRegular;
  src: url("/source/0a67302fea5e11bbb0316c9fa8ef6ae5/Aeonik-Regular.otf");
  font-style: normal;
}
@font-face {
  font-family: AeonikRegularItalic;
  src: url("/source/ed500f3f55565b60db81ef8352f4ccc3/Aeonik-RegularItalic.otf");
  font-style: italic;
}
@font-face {
  font-family: AeonikMedium;
  src: url("/source/61b61ea18230b7d379c662ac4be7fb07/Aeonik-Medium.ttf");
  font-style: normal;
}
@font-face {
  font-family: AeonikMediumItalic;
  src: url("/source/9a9b390eed088160072a84292b4ecc12/Aeonik-MediumItalic.otf");
  font-style: italic;
}
@font-face {
  font-family: AeonikBold;
  src: url("/source/257576556b42c764827ce84364a6783b/Aeonik-Bold.otf");
  font-style: normal;
}
@font-face {
  font-family: AeonikBoldItalic;
  src: url("/source/035cca92d74f0cce6204a254fb256d0c/Aeonik-BoldItalic.otf");
  font-style: italic;
}
a {
  color: inherit;
}
.page-wrap {
	min-height: 100vh;
}
body.mob-search-open,
body.mob-menu-open {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
.search-bar.news-search input[type="search"]::placeholder,
.search-bar.news-search input[type="search"],
.search-bar.hdr-search input[type="search"]::placeholder,
.search-bar.hdr-search input[type="search"],
h3.h1,
h2.h1,
body,
h1, p {
  font-family: AeonikRegular;
  font-weight: 400;
  color: var(--black);
}
ul#menu-main-menu > li > ul > li > a,
.search-bar input[type="search"]::placeholder,
.search-bar input[type="search"],
p.h3,
h2, h3, h4, h5, h6, .btn, .btn span {
  font-family: AeonikMedium;
  font-weight: 400;
  color: var(--black);
}
h1, p, span, .btn, h2, h3, h4, h5, h6 {
  margin-top: 0;
}
.bold,
strong {
  font-family: AeonikBold;
	font-weight: 700;
	font-synthesis: none
}
.fifty-fifty-scrolling h3,
h3.h1,
h2.h1,
h1 {
  font-size: var(--font-size-2);
  line-height: var(--line-height-2);
  margin: 0 0 24px;
  color: var(--white);
}
.home-hero h1 {
  font-size: var(--font-size-2);
  line-height: var(--line-height-2);
}
.home-hero .bg-container {
	opacity: 0;
	transition: opacity .2s ease;
}
.hdr-ini .home-hero .bg-container {
	opacity: 1;
}
.home-hero .mob-btn-container,
.home-hero h1,
.home-hero .body,
.home-hero .hero-bottom {
	opacity: 0;
	transform: translateX(-20px);
	transition: all .4s ease .2s;
}
.hdr-ini .home-hero .mob-btn-container,
.hdr-ini .home-hero h1,
.hdr-ini .home-hero .body,
.hdr-ini .home-hero .hero-bottom {
	opacity: 1;
	transform: translateX(0);
}
.home-hero .body {
	transition: all .4s ease .25s;
}
.hdr-ini .home-hero .mob-btn-container,
.home-hero .hero-bottom {
	transition: all .4s ease .3s;
}
p.h2,
h2 {
  font-size: var(--font-size-4);
  line-height: var(--line-height-4);
	font-family: AeonikRegular;
}
.large-text-section .body h3,
.large-text-section .body p,
.pb-inner-section .facts-grid-section h2,
h2.h3,
h1.h3,
p.h3,
h3 {
  font-size: var(--font-size-4);
  line-height: var(--line-height-4);
}
.fifty-fifty-scrolling .body p,
p.h4,
h4 {
  font-size: var(--font-size-5);
  line-height: var(--line-height-5);
}
h5 {
  font-size: var(--font-size-6);
  line-height: var(--line-height-6);
}
h6 {
  font-size: var(--font-size-6);
  line-height: var(--line-height-6);
}
li,
.search-bar.news-search input[type="search"],
.sp-cats .news-cat-tag p,
ul#menu-main-menu > li > ul > li ul a,
.footer-bottom .middle ul li a,
p {
  font-size: var(--font-size-7);
  line-height: var(--line-height-7);
  color: var(--black);
}
.white,
p.white,
.white p {
  color: var(--white);
}
h1.h3.dark,
.dark,
h2.h1.dark {
  color: var(--black);
}
.page-top.inner-section h4,
.body-xlarge p,
p.xlarge {
  font-size: var(--font-size-8);
  line-height: var(--line-height-8);
}
.article-content p,
ul#menu-main-menu > li > ul > li > a,
.search-bar input[type="search"]::placeholder,
.search-bar input[type="search"],
.body-large p,
p.large {
  font-size: var(--font-size-9);
  line-height: var(--line-height-9);
}
.news-cat-tag p,
.sticky-sidebar-inner ul li a,
.search-bar.hdr-search input[type="search"]::placeholder,
.search-bar.hdr-search input[type="search"],
.footer-bottom .right ul li a,
.btn.small,
ul#menu-main-menu > li > a,
.body-small p,
p.small {
  font-size: var(--font-size-10);
  line-height: var(--line-height-10);
}
.search-bar input[type="search"] {
  line-height: 37px;
}
ul#menu-main-menu > li > ul > li > a,
.search-bar.hdr-search input[type="search"] {
  line-height: 22px;
}
.body-xsmall p,
p.xsmall {
  font-size: var(--font-size-11);
  line-height: var(--line-height-11);
}
a.news-cat-filter,
.btn {
  font-size: var(--font-size-12);
  line-height: var(--line-height-12);
}
/* End Fonts */

.large-text-section .body h3 {
	color: #ffffff;
}
.boxed-inner-section h4{
	margin-bottom: 12px;
}
body {
  margin: 0;
  font-size: 100%;
  background: var(--white);
  max-width: 100vw;
	-webkit-font-smoothing: antialiased;
   	-moz-osx-font-smoothing: grayscale;
}
html {
  background: var(--white);
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.jcsb {
  justify-content: space-between;
}
.jcc {
  justify-content: normal;
}
.aisb {
  align-items: space-between;
}
.aic {
  align-items: center;
}
.wrap {
  flex-wrap: wrap;
}

img:not([width]) {
  width: 100%;
  height: auto;
}
.body img {
	max-width: 100%;
}
.article-content img {
  max-width: 100%;
}
/* Header */
header {
  position: fixed;
  top: -30px;
  left: 0;
  width: 100%;
  z-index: 99999;
  transition: transform .4s ease;
  opacity: 0;
}
header.hdr-ini {
  top: 0;
  opacity: 1;
  transition: opacity .4s ease .2s, top .4s ease .2s, transform .4s ease;
}
header::after {
  background: linear-gradient(180deg, rgba(253, 253, 253,1) 50%, rgba(253, 253, 253,0) 50%);
  background-size: 100% 200%;
  background-position: bottom;
  transition: all .4s ease;
  z-index: 50;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.constant-nav-bg header::after,
.sub-menu-open header::after,
.nav-bg header::after {
  background-position: top;
}
header .hdr-right,
header .hdr-left {
  width: calc(50% - 101px);
  min-width: calc(50% - 101px);
  max-width: calc(50% - 101px);
}
header .hdr-center {
  width: 202px;
  height: 56px;
  position: relative;
}
header .hdr-center svg {
	width: 100%;
	height: auto;
}
header .main-site-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 110%;
  height: 110%;
  transition: visibility .4s ease, opacity .4s ease;
  opacity: 1;
}
header .main-site-logo svg path {
	transition: all .2s ease;
}
header .main-site-logo a:hover svg path {
	fill: var(--orange);
}
ul#menu-main-menu {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
ul#menu-main-menu a {
  text-decoration: none;
}
ul#menu-main-menu > li {
  margin-right: 24px;
}
ul#menu-main-menu > li > a  {
  color: var(--white);
  transition: color .4s ease;
  position: relative;
  z-index: 100;
}
.constant-nav-bg ul#menu-main-menu > li > a,
.sub-menu-open ul#menu-main-menu > li > a,
.nav-bg ul#menu-main-menu > li > a {
  color: var(--black);
  position: relative;
}
.constant-nav-bg header .main-site-logo.light,
.sub-menu-open header .main-site-logo.light,
.nav-bg header .main-site-logo.light,
header .main-site-logo.dark {
  visibility: hidden;
  opacity: 0;
}
.constant-nav-bg header .main-site-logo.dark,
.sub-menu-open header .main-site-logo.dark,
.nav-bg header .main-site-logo.dark {
  visibility: visible;
  opacity: 1;
}
header .main-nav {
  padding: 16px 0;
}
.hdr-right .flex-row {
  justify-content: flex-end;
}
.hdr-right svg {
  display: block;
}
.hdr-right .hdr-icon {
  margin-left: 16px;
}
.mob-nav-toggle .hamburger-container {
	position: relative;
	top: 1px;
}
.mob-nav-toggle path,
.hdr-right .hdr-icon svg path {
  transition: all .4s ease;
}
.constant-nav-bg .hdr-right .hdr-icon:hover svg path,
.sub-menu-open .hdr-right .hdr-icon:hover svg path,
.nav-bg .hdr-right .hdr-icon:hover svg path,
.hdr-right .hdr-icon:hover svg path {
	fill: var(--orange);
	transition: all .2s ease;
}
header .hdr-right,
header .logo-container {
  position: relative;
  z-index: 100;
}
.mob-nav-toggle path {
  fill: var(--white);
}
.mob-search-anim {
	display: none !important;
}
.mob-menu-open .mob-nav-toggle path,
.constant-nav-bg .mob-nav-toggle path,
.sub-menu-open .mob-nav-toggle path,
.nav-bg .mob-nav-toggle path {
  fill: var(--black);
}
.constant-nav-bg .hdr-right .hdr-icon svg path,
.sub-menu-open .hdr-right .hdr-icon svg path,
.nav-bg .hdr-right .hdr-icon svg path {
  fill: var(--black);
}
.container {
  padding: 0 64px;
}
.sidebar-layout > .container {
  max-width: 1228px;
  margin: 0 auto;
}
.sidebar-layout.contact-template > .container {
  max-width: none;
}
.nav-hide header {
  transform: translateY(-100%);
}
.nav-hide.mob-menu-open header {
	transform: translateY(0);
}
ul#menu-main-menu > li ul {
  list-style: none;
}
ul#menu-main-menu > li.menu-item-has-children > a {
  padding-right: 11px;
}
ul#menu-main-menu > li.menu-item-has-children > a::after {
  content: '';
  background: var(--wpr-bg-739ccd48-b87c-4a65-89ae-2b24c6ab20b9);
  background-size: contain;
  width: 7px;
  height: 4px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  filter: invert(1);
  transition: filter .4s ease,transform .3s ease;
}
.constant-nav-bg ul#menu-main-menu > li.menu-item-has-children > a::after,
.sub-menu-open ul#menu-main-menu > li.menu-item-has-children > a::after,
.nav-bg ul#menu-main-menu > li.menu-item-has-children > a::after {
  filter: invert(0);
}
.constant-nav-bg ul#menu-main-menu > li.menu-item-has-children > a:hover::after,
.sub-menu-open ul#menu-main-menu > li.menu-item-has-children > a:hover::after,
.nav-bg ul#menu-main-menu > li.menu-item-has-children > a:hover::after {
	filter: invert(49%) sepia(32%) saturate(2392%) hue-rotate(329deg) brightness(108%) contrast(101%);
}

ul#menu-main-menu > li.menu-item-has-children.menu-open > a::after {
  transform: translateY(-50%) rotate(-180deg);
}
ul#menu-main-menu > li > ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 114px 40px 40px 64px;
  background: var(--white);
  transform: translateY(-100%);
  transition: all .6s ease;
  z-index: 1;
}
@media all and (min-width: 1200px) {
	.has-top-banner ul#menu-main-menu > li > ul {
		padding: 134px 40px 40px 64px;
	}
}

ul#menu-main-menu > li.menu-open > ul > li:not:nth-of-type(7) {
  transition: all .6s ease;
}
ul#menu-main-menu > li.menu-open > ul > li:not:nth-of-type(6) {
  transition: all .6s ease .1s;
}
ul#menu-main-menu > li.menu-open > ul > li:not:nth-of-type(5) {
  transition: all .6s ease .2s;
}
ul#menu-main-menu > li.menu-open > ul > li:not:nth-of-type(4) {
  transition: all .6s ease .3s;
}
ul#menu-main-menu > li.menu-open > ul > li:not:nth-of-type(3) {
  transition: all .6s ease .4s;
}
ul#menu-main-menu > li.menu-open > ul > li:not:nth-of-type(2) {
  transition: all .6s ease .5s;
}
ul#menu-main-menu > li > ul > li {
  transform: translateY(-100px);
  opacity: 0;
}
ul#menu-main-menu > li.mob-menu-open > ul > li,
ul#menu-main-menu > li.menu-open > ul > li {
  transform: translateY(0);
  opacity: 1;
}
ul#menu-main-menu > li > ul > li:nth-of-type(7) {
	transition: all .6s ease .5s;
}
ul#menu-main-menu > li > ul > li:nth-of-type(6) {
  transition: all .6s ease .4s;
}
ul#menu-main-menu > li > ul > li:nth-of-type(5) {
  transition: all .6s ease .3s;
}
ul#menu-main-menu > li > ul > li:nth-of-type(4) {
  transition: all .6s ease .2s;
}
ul#menu-main-menu > li > ul > li:nth-of-type(3) {
  transition: all .6s ease .1s;
}
ul#menu-main-menu > li > ul > li:nth-of-type(2) {
  transition: all .6s ease;
}
ul#menu-main-menu > li.menu-item-has-children.menu-open > ul {
  transform: translateY(0);
  
}
ul#menu-main-menu > li > ul > li {
  flex: 1 1 0px;
  padding-right: 24px;
}
ul#menu-main-menu > li > ul > li > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 13px;
	position: relative;
}
ul#menu-main-menu > li > ul > li > a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(90deg, var(--orange) 50%, #B1B6BB 50%);
	background-size: 200% 100%;
	background-position: right;
	transition: all .5s ease;
}
ul#menu-main-menu > li > ul > li > a:hover::before {
	background-position: left;
}
ul#menu-main-menu > li > ul > li > a svg,
ul#menu-main-menu > li > ul > li > a img {
  display: block;
  margin-right: 10px;
}
ul#menu-main-menu > li > ul > li ul {
  padding: 0;
  margin-top: 2px;
}
ul#menu-main-menu > li > ul > li ul > li {
  padding-top: 8px;
}
ul#menu-main-menu > li > ul > li ul a {
  color: #626467;
}
.nav-item-icon {
  height: 24px;
  width: 24px;
  object-fit: contain;
}
.sub-menu-bg {
  position: absolute;
  height: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all .6s ease;
  background: var(--white);
  box-shadow: 0px 0px 20px 5px rgba(78, 78, 78, 0.15);
}

footer {
  padding: 40px 0;
  border-radius: 24px 24px 0 0;
  position: relative;
}
.footer-contacts {
  min-width: 444px;
}
.contact-top .footer-contacts {
  min-width: 1px;
}
.contact-top .footer-contact .flex-row > p:nth-of-type(1) {
  margin-right: 8px;
} 
.footer-contacts a {
  text-decoration: none;
}
.footer-contacts p {
  margin: 0;
}
.contact-top .footer-contact {
  margin-bottom: 18px;
}
.contact-top h1 {
  margin: 0;
}
.footer-contacts > div:last-of-type {
  margin: 0;
}
.footer-contact {
  padding-bottom: 8px;
  margin-bottom: 32px;
  position: relative;
}
.footer-contact::after {
  position: absolute;
  width: 100%;
  content: '';
  height: 2px;
  background: linear-gradient(90deg, var(--orange) 50%, var(--white) 50%);
  background-size: 200% 100%;
  background-position: right;
  bottom: 0;
  left: 0;
  transition: all .4s ease;
}
.footer-contact:hover::after {
  background-position: left;
}
.contact-top .footer-contact::after {
  background-image: linear-gradient(90deg, var(--orange) 50%, var(--black) 50%);
}
.contact-template .footer-contact p {
	transition: all .2s ease;
}
.contact-template .footer-contact a:hover p {
	color: var(--orange);
}
.footer-contact .icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-middle .left a {
  color: var(--white);
}
.footer-middle .left a:hover,
.footer-bottom .right ul li a:hover, .footer-bottom .middle ul li a:hover {
  text-decoration: underline;
}
.footer-top .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
footer .container {
  position: relative;
  z-index: 5;
}
.footer-bg-container {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 46%;
  overflow: hidden;
  z-index: 1;
}
.footer-bg-container img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.footer-top .left .body {
  max-width: 260px;
  margin-right: auto;
  margin-left: 0;
}
.footer-top .left h2 {
  margin: 0 0 8px;
}
.footer-top .left .body p {
  line-height: 32px;
}
.footer-middle {
  margin: 53px 0;
}
.footer-middle .left p {
  margin-bottom: 0;
  color: var(--white);
}
.footer-middle .left a {
  text-decoration: none;
}
.footer-middle .left,
.footer-middle .right {
  width: 40%;
  min-width: 40%;
  max-width: 40%;
}
.footer-middle .right {
  text-align: right;
}
.footer-middle .right img {
  width: 38px;
}
.footer-bottom {
  padding-top: 32px;
  border-top: 1px solid var(--white);
}
.footer-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.footer-bottom ul li {
  margin: 0 12px;
}
.footer-bottom .right ul li a,
.footer-bottom .middle ul li a {
  text-decoration: none;
  color: var(--white);
}
.footer-bottom p.small {
  margin: 0;
}
.socials-row a {
  margin: 0 6px;
}
.hero-section {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 85);
  justify-content: flex-end;
  padding: 24px 0;
  margin: 0;
}
.hero-bg .bg-container {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-bg .bg-container video,
.hero-bg .bg-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-bg .overlay-container {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) -1.92%, rgba(0, 0, 0, 0.00) 57.04%), linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.full-screen-media-text .container,
.hero-section .container {
  position: relative;
  z-index: 10;
}
.hero-section .body {
  max-width: 600px;
  margin-right: auto;
  margin-left: 0;
}
.hero-section.no-body-mx .body {
	max-width: none;
}
.hero-section.large-body-mx .body {
	max-width: 1000px;
}
.hero-section .hero-bottom {
  margin-top: 24px;
}
.hero-section .hero-bottom .btn-container {
  margin-right: 24px;
}
.btn {
  display: inline-flex;
  text-decoration: none;
  flex-direction: row;
  align-items: center;
}
.btn span {
  transition: all .1s ease;
}
.btn .svg-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all .1s ease;
}
.btn svg {
  display: block;
}
.btn-blue span,
.btn-blue {
  color: var(--blue);
}
.btn-light span,
.btn-light {
  color: var(--white);
}
.btn-dark span,
.btn-dark {
  color: var(--block);
}
.btn span {
  margin-right: 8px;
}
.btn-outline {
  padding: 10px 16px;
  border-radius: 32px;
  transition: all .1s ease;
}
.btn-fill {
	padding: 16px 32px;
	border-radius: 32px;
	outline: none;
	border: none;
}
.btn-fill.btn-blue {
	background: var(--blue);
	color: var(--white);
	transition: all .2s ease;
}
.btn-fill.btn-blue:hover {
	background: var(--orange);
}
.btn-fill.btn-blue:active {
	box-shadow: 0px 0px 0px 5px #DFC6BB40;
}
.btn-fill.btn-blue span {
	color: var(--white);
}
.btn-fill.btn-light {
	background: var(--white);
}
.btn-fill.btn-light span {
	color: var(--black);
}
.btn-fill.btn-dark {
	background: var(--black);
}
.btn-fill.btn-dark span {
	color: var(--white);
}
.btn-outline.btn-light {
  border: 1px solid var(--white);
}
.btn-outline.btn-light:hover {
  border: 1px solid var(--orange);
}
.btn-outline.btn-light:active {
	box-shadow: 0px 0px 0px 5px #DFC6BB40;
}
.btn-outline.btn-dark {
  border: 1px solid var(--black);
}
.btn-outline.btn-dark:hover {
	border: 1px solid var(--orange);
	color: var(--orange);
}
.btn-outline.btn-dark:active {
	box-shadow: 0px 0px 0px 5px #DFC6BB40;
}
.btn-outline.btn-blue {
  border: 1px solid var(--blue);
}
.btn-outline.btn-blue:hover {
  border: 1px solid var(--orange);
}
.btn-outline.btn-blue:active {
  box-shadow: 0px 0px 0px 5px #DFC6BB40;
}
.btn-no-outline .svg-wrap {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.btn-no-outline.btn-dark .svg-wrap {
  background: var(--black);
}
.btn-no-outline.btn-blue .svg-wrap {
  background: var(--blue);
}
.btn-no-outline.btn-dark:hover .svg-wrap,
.btn-no-outline.btn-light:hover .svg-wrap,
.btn-no-outline.btn-blue:hover .svg-wrap {
  background: var(--orange);
}
.btn-no-outline.btn-dark:active .svg-wrap,
.btn-no-outline.btn-light:active .svg-wrap,
.btn-no-outline.btn-blue:active .svg-wrap {
  box-shadow: 0px 0px 0px 5px #DFC6BB40;
}
.btn-no-outline.btn-dark:hover span,
.btn-no-outline.btn-light:hover span,
.btn-no-outline.btn-blue:hover span {
  color: var(--orange);
}
.btn-no-outline.btn-light .svg-wrap {
  background: var(--white);
}
.btn-outline.btn-dark .svg-wrap svg path,
.btn-no-outline.btn-light .svg-wrap svg path {
  fill: var(--black);
	transition: all .2s ease;
}
.btn-outline.btn-dark:hover .svg-wrap svg path {
	fill: var(--orange);
}
.sidebar-menu-container ul li {
	font-family: AeonikMedium;
	font-weight: 500;
	color: #343537;
}
.sidebar-menu-container ul li.current-menu-item {
	font-family: AeonikBold;
	font-weight: 700;
	color: var(--black);
}
section {
  margin: 35px 0;
  position: relative;
}
section.faq-main {
  margin: 16px 0 80px;
}
section.nm {
  margin: 0;
}
section.testimonials-carousel-section {
  margin: 120px 0;
}
section.inner-section {
  margin: 30px 0;
}
section.inner-section.page-top {
  margin-top: 0;
}
section.hero-section-simple {
  margin: 85px 0 40px;
}
.has-top-banner section.hero-section-simple {
	padding-top: 40px;
}
.hero-section-simple .container {
  max-width: 1164px;
  margin-left: 0;
  margin-right: auto;
}
.two-cols .right,
.two-cols .left {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}

.boxed-content-inner {
  border-radius: 24px;
  padding: 40px;
}
.boxed-content-inner.bg-blue {
  background: var(--blue);
}
.home .boxed-content-inner.bg-blue .body p {
	opacity: 0.8;
}
.boxed-content-inner.bg-blue h2.h1,
.boxed-content-inner.bg-dark h2.h1,
.boxed-content-inner.bg-blue p,
.boxed-content-inner.bg-dark p {
  color: var(--white);
}
.boxed-content-inner.bg-light h2.h1,
.boxed-content-inner.bg-light p {
  color: var(--black);
}
.boxed-content-inner .left {
  max-width: 838px;
}
.boxed-content-inner .right {
  justify-content: flex-end;
}
.boxed-content-inner .media-container {
  border-radius: 16px;
  overflow: hidden;
  margin-top: 40px;
}

.services-grid-section {
  background: var(--grey);
  padding: 80px 0;
}
.services-grid-section.background-white {
  background: var(--white);
  padding: 0;
}
.title-btn-row {
  margin: 0 0 8px;
  align-items: flex-end;
  flex-wrap: wrap;
}
.title-btn-row .btn-container {
  margin: 16px 0;
}
.title-btn-row.aic {
  align-items: center;
}
.title-btn-row h3,
.title-btn-row h1,
.title-btn-row h2 {
  margin: 0;
}
.title-btn-row .body > p:last-of-type {
  margin: 0;
}
.title-btn-row .body {
  margin-top: 16px;
}
.title-btn-row .left {
  max-width: 750px;
  margin-right: 32px;
}
.fifty-fifty-inner .btn-container {
  margin-top: 24px;
}
.background-blue .fifty-fifty-inner,
.background-grey .fifty-fifty-inner {
  padding: 40px;
  border-radius: 24px;
}
.background-blue .fifty-fifty-inner {
  background: var(--blue);
}
.background-blue .fifty-fifty-inner li,
.background-blue .fifty-fifty-inner h1,
.background-blue .fifty-fifty-inner h2,
.background-blue .fifty-fifty-inner h3,
.background-blue .fifty-fifty-inner h4,
.background-blue .fifty-fifty-inner h5,
.background-blue .fifty-fifty-inner h6,
.background-blue .fifty-fifty-inner p {
  color: var(--white);
}
.background-grey .fifty-fifty-inner {
  background: var(--grey);
}
.pb-inner-section.background-grey .fifty-fifty-inner {
  padding: 0;
}
.ofc {
  object-fit: cover;
  display: block;
  height: 100%;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 12px));
  grid-column-gap: 24px;
  grid-row-gap: 80px;
}
.service-grid-item .img-container img {
  border-radius: 16px;
  height: 300px;
}
.simple-card-grid .img-container img {
	height: 100%;
}
.service-grid-item a.main-link {
  text-decoration: none;
}
.has-box-on-hover {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.has-box-on-hover.featured-article-container::after,
.has-box-on-hover.products-slide-inner::after {
	border-radius: 24px;
}
.products-slide a {
	display: block;
	border-radius: 24px;
	height: 100%;
}
.products-slide a:active {
	box-shadow: 0px 0px 0px 5px #DFC6BB40;
}
.has-box-on-hover::after {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 3px solid var(--orange);
  border-radius: 16px;
  z-index: 5;
  content: '';
  opacity: 0;
  transition: all .3s ease;
	pointer-events: none;
}
.featured-article-container .has-box-on-hover::after,
.news-item .has-box-on-hover::after {
  border-radius: 24px;
}
.has-box-on-hover-svg {
  position: absolute;
  top: 24px;
  right: 24px;
  opacity: 0;
  transition: all .3s ease;
  z-index: 5;
  transform: translate(48px,-48px);
}
.has-box-on-hover-link:hover .has-box-on-hover::after {
  opacity: 1;
}
.has-box-on-hover-link:hover .has-box-on-hover-svg {
  opacity: 1;
  transform: translate(0,0);
}
.service-grid-item .body,
.service-grid-item .title,
.service-grid-item .img-container {
  margin-bottom: 16px;
}
.service-grid-item .icon-container img {
  width: 34px;
}
.service-grid-item .icon-container {
  margin-right: 8px;
}
.service-grid-item h3 {
  margin: 0;
}
.service-grid-item .btn-container {
  margin-right: 8px;
  margin-bottom: 8px;
}
.service-grid-item .btn {
  padding: 4px 12px;
  outline: 1px solid #B1B6BB;
  border-radius: 32px;
  transition: all .1s ease;
}
.service-grid-item .btn:active {
	box-shadow: 0px 0px 0px 5px #DFC6BB40;
}
.service-grid-item .btn:hover {
  outline: 1px solid var(--orange);
  transition: all .1s ease;
}
.service-grid-item .btn span {
  margin-right: 4px;
}
.service-grid-item .btn:hover span {
  color: var(--orange);
}
.service-grid-item .btn svg path {
  fill: #626467;
  transition: all .1s ease;
}
.service-grid-item .btn:hover svg path {
  fill: var(--orange);
}
.search-bar {
  position: relative;
  min-width: 366px;
}
.search-bar.hdr-search {
  max-width: 232px;
  width: 100%;
  min-width: 1px;
  margin-left: 24px;
}
.search-bar input[type="search"] {
  padding: 7px;
  padding-left: 61px;
  appearance: none;
  border-radius: 32px;
  background: rgba(0, 0, 0, 0.50);
  backdrop-filter: blur(5px);
  outline: none;
  border: 1px solid transparent;
  color: #ffffff;
  width: 100%;
}
.search-bar.hdr-search input[type="search"] {
  padding: 3px;
  border: 1px solid rgba(0, 0, 0, 0.50);
  padding-left: 34px;
  transition: all .4s ease;
}
.search-bar.hdr-search input[type="search"]::placeholder,
.search-bar input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.50);
  transition: all .4s ease;
}
.search-bar.hdr-search input[type="search"] {
	color: #ffffff;
}
.mob-search-open .search-bar.hdr-search input[type="search"]::placeholder,
.constant-nav-bg .search-bar.hdr-search input[type="search"]::placeholder,
.sub-menu-open .search-bar.hdr-search input[type="search"]::placeholder,
.nav-bg .search-bar.hdr-search input[type="search"]::placeholder {
  color: #B1B6BB;
}
.search-bar button {
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 5;
  outline: none;
  border: none;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  border-radius: 50%;
  padding: 0;
  width: 37px;
  height: 37px;
}
.search-bar button svg {
  display: block;
  width: 17px;
  height: 17px;
}
.search-bar.hdr-search button svg {
  width: 14px;
  height: 14px;
}
.search-bar.hdr-search button {
  width: 22px;
  height: 22px;
  left: 4px;
  top: 4px;
}
.mob-search-open .search-bar.hdr-search input[type="search"],
.constant-nav-bg .search-bar.hdr-search input[type="search"],
.sub-menu-open .search-bar.hdr-search input[type="search"],
.nav-bg .search-bar.hdr-search input[type="search"] {
  background: var(--white);
  border: 1px solid #D7DBDD;
	color: var(--black);
}
.full-screen-media-text {
  margin: 0;
  padding: 64px 0;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 65);
  justify-content: flex-end;
}
.full-screen-media-text .right {
  padding-left: 17%;
}
.full-screen-media-text .right {
  justify-content: flex-end;
}
.full-screen-media-text .right .body p:last-of-type {
  margin: 0;
}

.testimonials-swiper {
  border-radius: 24px;
  overflow: hidden;
  margin-top: 40px;
}
.testimonials-swiper .swiper-slide {
  height: auto;
}
.testimonial-inner {
  padding: 24px;
  background: var(--grey);
  border-radius: 24px;
  min-height: 325px;
  height: 100%;
}
.testimonial-inner .flex-column {
  height: 100%;
}
.testimonial-inner {
  padding: 24px;
  background: var(--grey);
  border-radius: 24px;
  min-height: 325px;
  height: 100%;
}
.testimonial-inner .bottom {
  margin-top: auto;
}
.testimonial-inner .bottom p {
  margin: 0;
}
.testimonial-pag-wrap {
  margin-top: 40px;
}
.testimonial-pag-wrap .swiper-pagination-progressbar.testimoinal-swiper-pag {
  position: relative;
  top: 0;
  left: 0;
  height: 2px;
  background: #E1E1E1;
}
.testimonial-pag-wrap .swiper-pagination-progressbar.testimoinal-swiper-pag .swiper-pagination-progressbar-fill {
  background: var(--orange);
}
.testimonials-btn {
  width: 32px;
  height: 32px;
  margin-left: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--black);
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  transition: all .2s ease;
}
.testimonials-btn:not(.swiper-button-disabled):active {
	box-shadow: 0px 0px 0px 5px #DFC6BB40;
}
.swiper-button-disabled.testimonials-btn {
  opacity: 0.4;
}
.testimonials-btn:not(.swiper-button-disabled):hover {
  border: 1px solid var(--orange);
}
.testimonial-pag-wrap .arrows-row {
  margin-left: 10px;
}
.testimonials-btn svg {
  display: block;
}
.testimonials-btn svg path {
  transition: all .2s ease;
}
.testimonials-btn:not(.swiper-button-disabled):hover svg path {
  stroke: var(--orange);
}
.testimonials-btn.testimonials-right svg {
  margin-left: 1px;
}
.testimonials-btn.testimonials-left svg {
  margin-right: 2px;
}
.pbcta-wrap {
  padding: 28px 24px 38px;
  background: var(--grey);
  border-radius: 16px;
}
.pbcta-wrap .right {
  justify-content: flex-end;
	flex-shrink: 0;
	margin-left: 0px;
}
.pbcta-wrap .left p {
  margin: 0;
}
.grid-5 {
  display: grid;
  grid-template-columns: repeat(5,calc(20% - 19.2px));
  grid-column-gap: 24px;
	grid-row-gap: 24px;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4,calc(25% - 18px));
  grid-column-gap: 24px;
	grid-row-gap: 24px;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3,calc(33.33% - 16px));
  grid-column-gap: 24px;
	grid-row-gap: 24px;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2,calc(50% - 12px));
  grid-column-gap: 24px;
	grid-row-gap: 24px;
}
.simple-card-grid {
  margin-top: 40px;
}
.simple-card-grid .img-container {
  height: 312px;
}
.simple-card-grid img {
  height: 100%;
  max-height: 100%;
}
.simple-card-grid a {
  text-decoration: none;
}
.simple-card-grid h4 {
  margin-bottom: 0;
}
.side-page-grid {
  display: grid;
  grid-template-columns: 310px 1fr;
  grid-column-gap: 24px;
  max-width: 100%;
}
.faqs-template .side-page-grid {
  grid-template-columns: 533px 1fr;
}
.faqs-template .side-page-grid .title-btn-row .left {
  margin-right: 0;
}
.faqs-template .faq-sidebar-inner .body {
  max-width: 420px;
  margin-right: auto;
  margin-bottom: 24px;
}
.faqs-main-wrap h3 {
  margin-top: 56px;
  margin-bottom: 24px;
}
.faqs-main-wrap h3:first-of-type {
  margin-top: 0;
}
.sidebar-column {
  height: 100%;
  position: relative;
}
.plain-text-page,
.sidebar-layout {
  padding-top: 114px;
}
.has-top-banner .plain-text-page,
.has-top-banner .sidebar-layout {
	padding-top: 150px;
}
.has-top-banner .resources-template .news-page-top {
	padding-top: 60px;
}
.plain-text-page h3 {
  margin-top: 80px;
}
.plain-text-page .container {
  max-width: 875px;
  margin: auto;
}
.plain-text-page table {
  border-collapse: collapse;
  border: none;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.plain-text-page table tr:first-of-type {
  background: #E2E6EA;
}
.plain-text-page table tr:first-of-type td {
  border-top: none;
}
.plain-text-page table td {
  padding: 16px 24px;
}
.plain-text-page table tr td {
  border: 1px solid #D7DBDD;
}
.plain-text-page table tr td:first-of-type {
  border-left: none;
}
.plain-text-page table tr td:last-of-type {
  border-right: none;
}
.plain-text-page table tr:last-of-type td {
  border-bottom: none;
}
.sticky-sidebar {
  position: sticky;
  top: 97px;
  left: 0;
  border: 1px solid #D7DBDD;
  border-radius: 16px;
  transition: top .4s ease;
}
.has-top-banner .sticky-sidebar {
	top: 137px;
}
.news-grid .news-item .featured-img-container::before,
.featured-news-grid-item .featured-img-container::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.03);
	z-index: 2;
}

.sticky-sidebar.no-border {
  border: none;
  border-radius: none;
}
.nav-hide .sticky-sidebar {
  top: 24px;
}
.sticky-sidebar-inner {
  padding: 16px;
}
.sticky-sidebar-inner a {
  text-decoration: none;
}
.sticky-sidebar-inner h4 a {
  color: inherit;
}
.sticky-sidebar-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sticky-sidebar-inner ul.sub-menu {
  height: 0;
  overflow: hidden;
  transition: all .5s ease;
}
.sticky-sidebar-inner .sidebar-menu > li,
.sticky-sidebar-inner li.menu-item-has-children {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}
.sticky-sidebar-inner li.menu-item-has-children > a:hover,
.sticky-sidebar-inner li.menu-item-has-children li:hover {
	background: #F1F2F5;
}
sticky-sidebar-inner li.menu-item-has-children > a,
.sticky-sidebar-inner li.menu-item-has-children li {
	transition: background .2s ease;
}
.sticky-sidebar-inner li.menu-item-has-children a {
	padding-right: 40px !important;
}
.sticky-sidebar-inner li.menu-item-has-children::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 16px;
  background: var(--wpr-bg-9bec4403-b33a-42de-98b8-5ff70b123122);
  width: 11px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s ease;
}
.sticky-sidebar-inner .sidebar-menu > li.current_page_item > a {
  background: #F5F6F8;
}
.sticky-sidebar-inner .sidebar-menu > li > a,
.sticky-sidebar-inner li.menu-item-has-children > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  border-radius: 8px;
  transition: all .3s ease;
}
.sticky-sidebar-inner .sidebar-menu > li > a svg,
.sticky-sidebar-inner li.menu-item-has-children > a svg,
.sticky-sidebar-inner .sidebar-menu > li > a img,
.sticky-sidebar-inner li.menu-item-has-children > a img {
  margin-right: 8px;
  display: block;
  width: 20px;
  min-width: 20px;
}
.sticky-sidebar-inner li.menu-item-has-children > ul > li {
  padding: 8px 8px 8px 36px;
	border-radius: 8px;
}
.sticky-sidebar-inner li.menu-item-has-children > ul > li.current-menu-item {
	background: #F1F2F5;
}
.sticky-sidebar-inner h4 {
  margin: 0;
}
.sticky-sidebar-inner ul.sub-menu a {
	display: block;
}
.sticky-sidebar-inner li.menu-open::after {
  transform: rotate(-180deg);
}
section.inner-section.page-top {
  padding: 20px 24px;
  background: var(--grey);
  border-radius: 24px;
}
.free-text-section.inner-section h1,
.free-text-section.inner-section h2,
.free-text-section.inner-section h3,
.free-text-section.inner-section h4,
.free-text-section.inner-section h5,
.free-text-section.inner-section h6,
.free-text-section.inner-section a {
  color: #e3671c;
}
.free-text-section.inner-section p {
  margin-top: 0;
  margin-bottom: 16px;
}
.inner-section .container {
  padding: 0;
}
.image-carousel-container {
  background: var(--grey);
  padding: 24px;
  border-radius: 24px;
}
.image-carousel-swiper {
  overflow: hidden;
  max-width: 100%;
}
.image-carousel-swiper .swiper-slide img {
  max-width: 100%;
  width: auto;
}
.image-carousel-inner {
  display: grid;
}
.image-slide-inner {
  min-height: 178px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--white);
  overflow: hidden;
  border-radius: 16px;
}
.page-main > section:last-of-type {
  margin-bottom: 0;
}
.accordion-item {
  margin-bottom: 8px;
  background: var(--grey);
  border-radius: 8px;
}
.accordion-inner {
  padding: 0 24px 16px;
}
.accordion-content {
  height: 0;
  overflow: hidden;
  transition: height .5s ease;
}
.accordion-title {
  padding: 16px 24px;
  cursor: pointer;
}
.accordion-title p {
  margin: 0;
  margin-right: 32px;
}
.accordion-item .accordion-title svg {
  transition: all .3s ease;
  min-width: 15px;
}
.accordion-item.active .accordion-title svg {
  transform: rotate(-180deg);
}
.accordion-inner .btn-container {
  margin-top: 16px;
}
.large-links-section h3.h1 {
  color: var(--black);
}
.large-links-section a {
  text-decoration: none;
}
.large-links-container {
  padding: 40px;
  background: var(--grey);
  border-radius: 24px;
}
.large-links-grid {
  display: grid;
  grid-template-columns: 60% 38%;
  grid-column-gap: 2%; 
}
.large-links-links {
  padding-bottom: 240px;
  overflow: hidden;
}
.large-link-imgs-container {
  width: 100%;
  position: relative;
  height: 100%;
}
.large-link-imgs-container .img-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  opacity: 0;
  transition: all .3s ease;
}
.large-link-imgs-container .img-container.active {
  opacity: 1;
}
.large-link-imgs-container .img-container img {
  border-radius: 16px;
}
.large-link-body-container {
  position: relative;
  max-width: 305px;
}
.large-links-section h3.h1 {
  transition: all .2s ease;
	color: #7C7F83;
}
.large-links-section h3.h1.active {
	color: var(--black);
}
.large-links-section .interacted h3.h1:hover {
	color: var(--orange);
}
.large-link-body-container .body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all .3s ease;
}
.large-link-body-container .body p {
  margin: 0;
}
.large-link-body-container .body.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.large-link-trigger a {
  position: relative;
}
.large-link-trigger a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--black);
  transform: translateX(-100%);
  transition: all .3s ease;
}
.interacted .large-link-trigger a::after {
  background: var(--black);
}

.large-link-trigger svg {
  margin-left: 8px;
  margin-bottom: 6px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: all .3s ease;
}
.large-link-trigger svg path {
  transition: all .2s ease;
}
.large-link-trigger.active svg {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.interacted .large-link-trigger svg path {
	fill: var(--black);
}
.interacted .large-link-trigger:hover svg path {
  fill: var(--orange);
}
.interacted .large-link-trigger:hover a::after {
	background: var(--orange);
}
.large-link-trigger.active a::after {
  transform: translateX(0);
}
.nav-hide .check_in_view.normal-anim {
  transform: translateY(30px);
}
.check_in_view.normal-anim {
  transform: translateY(-30px);
  opacity: 0;
}
.check_in_view.normal-anim.in-view {
  transform: translateY(0);
  opacity: 1;
  transition: all .4s ease;
}
.check_in_view.normal-anim-delay-1.in-view {
  transition: all .4s ease;
}
.check_in_view.normal-anim-delay-2.in-view {
  transition: all .4s ease .1s;
}
.check_in_view.normal-anim-delay-3.in-view {
  transition: all .4s ease .3s;
}
.check_in_view.normal-anim-delay-4.in-view {
  transition: all .4s ease .4s;
}
.check_in_view.normal-anim-delay-5.in-view {
  transition: all .4s ease .5s;
}
.two-cols.media-pos-left {
  flex-direction: row-reverse;
}
.fifty-fifty-section .two-cols .left {
  padding-right: 70px;
}
.fifty-fifty-section .two-cols .right {
  padding-left: 70px;
}
.fifty-fifty-section.inner-section .img-container {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.fifty-fifty-section.inner-section .img-container img {
	height: 100%;
	object-fit: cover;
}
.fifty-fifty-section.inner-section .two-cols .left {
  padding-right: 12px;
}
.fifty-fifty-section.inner-section .two-cols .right {
  padding-left: 12px;
}
.fifty-fifty-section.inner-section .two-cols.media-pos-left .right {
	padding-left: 0;
	padding-right: 12px;
}
.fifty-fifty-section.inner-section .two-cols.media-pos-left .left {
	padding-right: 0;
	padding-left: 12px;
}
.fifty-fifty-section.inner-section.background-blue .fifty-fifty-inner {
  padding: 24px;
}
.fifty-fifty-section .two-cols.media-pos-left .right {
  padding-left: 0;
  padding-right: 70px;
}
.fifty-fifty-section .two-cols.media-pos-left .left {
  padding-left: 70px;
  padding-right: 0;
}
.fifty-fifty-section h3 {
  margin-bottom: 16px;
}
.fifty-fifty-section img {
  border-radius: 16px;
}
.text-center {
  text-align: center;
}
p.img-caption {
  margin: 8px 0 0;
}
.pb-inner-section {
  padding: 40px 0;
}
.pb-inner-section.background-grey {
  background: var(--grey);
}
.breadcrumbs {
  margin-bottom: 16px;
}
.breadcrumbs p {
  margin: 0;
}
.single-post-wrap .breadcrumbs p:last-of-type {
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs span.separator {
  display: block;
  margin: 0 8px;
}
.breadcrumbs span.separator svg {
  display: block;
}
.contact-top,
.news-page-top {
  padding-top: 75px;
}
.has-top-banner .contact-top,
.has-top-banner .news-page-top {
  padding-top: 60px;
}
.news-page-top {
	margin-bottom: 20px;
}
section.news-filters {
	margin: 40px 0;
}
section#news-main-container {
	margin-top: 0;
}
a.news-cat-filter {
  display: block;
  margin: 8px 0;
  margin-right: 8px;
  padding: 4px 16px;
  display: block;
  text-decoration: none;
  border-radius: 32px;
  border: 1px solid #DFDFDF;
  transition: all .2s ease;
  white-space: nowrap;
  background-color: #DFDFDF;
}
a.news-cat-filter:hover {
  border-color: var(--orange);
}
.news-cats.flex-row {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
	width: calc(100% + 16px);
}
.news-cats.flex-row::-webkit-scrollbar {
  display: none;
}
a.news-cat-filter.active {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}
.videos .grid-item,
.featured-article-container,
.news-item {
  opacity: 0;
  transform: translateY(80px);
  transition: all .5s ease;
}
.videos > div.grid-item:nth-of-type(2n),
.news-grid > div.news-item:nth-of-type(3n + 2) {
  transition: all .5s ease .1s;
}
.news-grid > div.news-item:nth-of-type(3n + 1) {
  transition: all .5s ease .2s;
}
.anim .videos .grid-item,
.no-featured-anim .featured-article-container,
.anim .featured-article-container,
.anim .news-item {
  opacity: 1;
  transform: translateY(0);
}
.featured-news-grid-item.check_in_view.in-view {
  opacity: 1;
  transform: translateY(0);
}
.news-item a {
  text-decoration: none;
}
.news-item h3 {
  margin-bottom: 8px;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3,calc(33.33% - 16px));
  grid-column-gap: 24px;
  grid-row-gap: 96px;
}
.news-item-cats > div.news-cat-tag:last-of-type span {
  display: none;
}
.news-item-cats {
  margin: 16px 0 8px;
}
.news-cat-tag p.white {
  color: var(--white);
}
.news-cat-tag p {
  text-transform: uppercase;
  color: var(--blue);
  margin: 0;
  margin-right: 4px;
}
.news-item .featured-img-container {
  border-radius: 24px;
  background: #ffffff;
}
.news-item .featured-img-container img {
  border-radius: 24px;
  display: block;
  width: 100%;
  object-fit: cover;
}
.featured-news-grid.grid-2 .featured-img-container img,
.featured-news-grid.grid-1 .featured-img-container img,
.news-grid .featured-img-container img {
  height: 150px;
}
.news-grid .featured-img-container img {
	height: 200px;
}
.inner-section .featured-news-grid.grid-2 .featured-img-container img {
  height: 240px;
}
.section-bg--grey {
  background: #F5F6F8;
  padding: 80px 0;
}
.featured-article-container {
  padding: 24px;
  border-radius: 24px;
  background: var(--blue);
  margin: 0 0 40px;
}
.featured-article-container a {
  text-decoration: none;
}
.featured-article-container img {
  height: 300px;
	width: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.featured-article-container .left {
  padding-right: 47px;
}
.featured-article-container .right {
  padding-left: 47px;
}
.featured-article-container .news-item-cats {
  margin: 16px 0;
}
.featured-article-container h3 {
  margin: 0 0 16px;
}
.pagination {
  margin-top: 40px;
}
.pagination ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  margin: 0 2px;
}
.pagination ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all .1s ease;
}
.pagination ul li a:hover {
  background: var(--grey);
}
.pagination ul li a.prev:hover,
.pagination ul li a.next:hover {
  border: 1px solid var(--orange);
}
.pagination ul li.active a {
  border-color: var(--black);
}
.pagination ul li a.prev,
.pagination ul li a.next {
  border-color: #D7DBDD;
  margin: 0 14px;
  cursor: pointer;
}
.pagination ul li svg {
  display: block;
}
.pagination ul a {
  text-decoration: none;
}
.single-post-page-top {
  padding-top: 50px;
}
.has-top-banner .single-post-page-top {
	padding-top: 85px;
}
.search-bar.news-search input[type="search"] {
  background: var(--white);
  border-radius: 8px;
  border: 1px solid #B1B6BB;
  color: #4D4E50;
  padding-left: 42px;
}
.search-bar.news-search input[type="search"]::placeholder {
  color: #4D4E50;
}
.search-bar.news-search button {
  background: var(--white);
  width: 21px;
  height: 21px;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.search-bar.news-search button svg {
  width: 20px;
  height: 21px;
}
.search-bar-dropdown-row {
  margin-top: 24px;
}
.article-grid {
  display: grid;
  grid-template-columns: 1fr 421px;
  grid-column-gap: 136px;
}
.article-main-content {
  margin-top: 40px;
}
p.sp-meta-title {
  color: #7C7F83;
  margin-bottom: 0;
}
.sp-cats .news-item-cats {
  margin: 0;
}
.sp-cats .news-cat-tag p {
  color: var(--black);
  text-transform: unset;
}
.sp-cats {
  margin-right: 48px;
}
.article-main .featured-img-container img {
  display: block;
  border-radius: 16px;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.article-sidebar {
  padding: 40px 24px;
}
.article-sidebar h5 {
  margin: 0;
  padding-top: 10px;
}
.article-main p.wp-caption-text {
  text-align: center;
}
.body > p:last-of-type {
  margin-bottom: 0;
}
.share-title {
  margin: 0;
}
.share-row a {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #D7DBDD;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 4px;
}
.share-current-link {
  background: transparent;
  transition: all .5s ease;
}
.share-current-link.worked {
  background: #27ae60;
  border-color: #27ae60;
  transition: all .1s ease;
}
.share-current-link svg path {
  transition: all .5s ease;
}
.share-current-link.worked svg path {
  fill: var(--white);
  transition: all .1s ease;
}
.share-container {
  margin-top: 40px;
}
.form-section.inner-section {
  padding: 10px 40px;
  background: var(--grey);
  border-radius: 24px;
}
.form-section.inner-section h2 {
  margin: 0;
}
.form-section.inner-section .body p {
  color: #626467;
}
.form-section:not(.inner-section) .form-container {
  background: var(--grey);
  padding: 10px 32px;
  border-radius: 24px;
}
.form-section:not(.inner-section) h2 {
  margin: 0;
}
.form-section:not(.inner-section) .body ul li,
.form-section:not(.inner-section) .body p {
  color: #626467;
}
.form-section:not(.inner-section) .form-inner-container {
  max-width: 800px;
  margin: auto;
}
.facts-grid-section h2 {
  margin-bottom: 16px;
}
.media-container .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
  cursor: pointer;
}
.facts-grid {
  display: grid;
  grid-template-columns: repeat(6, calc(16.67% - 20px));
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 16px;
}
.facts-grid > .grid-item:nth-of-type(5n + 3),
.facts-grid > .grid-item:nth-of-type(5n + 1),
.facts-grid > .grid-item:nth-of-type(5n + 2) {
  grid-column: span 2;
}
.facts-grid > .grid-item:nth-of-type(5n),
.facts-grid > .grid-item:nth-of-type(5n + 4) {
  grid-column: span 3;
}
.facts-grid.layout-2_2 > .grid-item:nth-of-type(5n + 3),
.facts-grid.layout-2_2 > .grid-item:nth-of-type(5n + 1),
.facts-grid.layout-2_2 > .grid-item:nth-of-type(5n + 2) {
  grid-column: span 3;
}
.facts-grid.layout-2_2 > .grid-item:nth-of-type(5n),
.facts-grid.layout-2_2 > .grid-item:nth-of-type(5n + 4) {
  grid-column: span 3;
}
.grey-bg.facts-grid-section .facts-grid-inner {
  padding: 24px;
  border-radius: 16px;
  background: var(--grey);
}
.grey-bg.facts-grid-section .facts-grid-inner .facts-grid-item {
  background: var(--white);
}
.pb-inner-section.background-grey .facts-grid-item {
  background: var(--white);
}
.facts-grid-item {
  height: 100%;
  background: var(--grey);
  border-radius: 8px;
  padding: 16px;
}
.facts-grid-item .icon-container img {
  height: 24px;
  width: auto;
  display: block;
  margin-bottom: 16px;
}
.facts-grid-item p.h2 {
  margin-bottom: 16px;
}
header ul#menu-main-menu > li {
	font-family: AeonikMedium;
	font-weight: 500;
}
header ul#menu-main-menu > li ul li{
	font-family: AeonikRegular;
	font-weight: 400;
}
.iframe-wrap {
  height: 666px;
}
.iframe-wrap iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.media-container video {
  max-width: 100%;
  width: 100%;
  border-radius: 16px;
  display: block;
}
.media-container.hide-play .play-btn {
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.media-container img {
  border-radius: 16px;
}
.faqs-template {
  padding-top: 114px;
}
.has-top-banner .faqs-template {
	padding-top: 150px;
}
.contact-main-inner {
  padding: 24px;
  border-radius: 16px;
  background: var(--grey);
}
.contact-main-grid {
  display: grid;
  grid-template-columns: repeat(3, calc(33.33% - 16px));
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.contact-main-item a:hover .contact-main-item-inner {
	border-color: var(--orange);
}
.contact-main-item-inner .icon-container img {
  display: block;
  margin: 0 auto;
  width: 44px;
}
.contact-main-item-inner {
  padding: 44px 40px;
  background: var(--white);
  border: 1px solid #D7DBDD;
  border-radius: 16px;
  height: 100%;
	transition: all .2s ease;
}
.contact-main-item-inner .icon-container {
  margin-bottom: 4px;
}
.contact-main-item-inner h4 {
  margin-bottom: 8px;
}
.contact-main-item-inner .body p {
  margin: 0;
}
.contact-main-item a {
  text-decoration: none;
}
table.resource-list-view p {
  margin: 0;
}
table.resource-list-view a {
  text-decoration: none;
}
table.resource-list-view a:hover {
  text-decoration: underline;
}
table.resource-list-view,
table.resource-list-view td,
table.resource-list-view tr,
table.resource-list-view th {
  border: none;
  border-collapse: collapse;
  text-align: left;
}
table.resource-list-view thead tr {
  background: #E2E6EA !important;
}
table.resource-list-view {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
table.resource-list-view th,
table.resource-list-view td {
  padding: 16px 24px;
}
table.resource-list-view tr {
  transition: background .1s ease;
}
table.resource-list-view tr:hover {
  background: #f7f7f7;
}
table.resource-list-view tbody tr td {
  transform: translateY(80px);
  transition: all .6s ease;
  opacity: 0;
}
.anim table.resource-list-view tbody tr td {
  transform: translateY(0);
  opacity: 1;
}
table.resource-list-view tbody tr:nth-of-type(1) td {
  transition: all .5s ease .45s;
}
table.resource-list-view tbody tr:nth-of-type(2) td {
  transition: all .5s ease .4s;
}
table.resource-list-view tbody tr:nth-of-type(3) td {
  transition: all .5s ease .35s;
}
table.resource-list-view tbody tr:nth-of-type(4) td {
  transition: all .5s ease .3s;
}
table.resource-list-view tbody tr:nth-of-type(5) td {
  transition: all .5s ease .25s;
}
table.resource-list-view tbody tr:nth-of-type(6) td {
  transition: all .5s ease .2s;
}
table.resource-list-view tbody tr:nth-of-type(7) td {
  transition: all .5s ease .15s;
}
table.resource-list-view tbody tr:nth-of-type(8) td {
  transition: all .5s ease .1s;
}
table.resource-list-view tbody tr:nth-of-type(9) td {
  transition: all .5s ease .05s;
}
table.resource-list-view tbody tr:nth-of-type(10) td {
  transition: all .5s ease;
}
.anim table.resource-list-view tbody tr:nth-of-type(10) td {
  transition: all .5s ease .45s;
}
.anim table.resource-list-view tbody tr:nth-of-type(9) td {
  transition: all .5s ease .4s;
}
.anim table.resource-list-view tbody tr:nth-of-type(8) td {
  transition: all .5s ease .35s;
}
.anim table.resource-list-view tbody tr:nth-of-type(7) td {
  transition: all .5s ease .3s;
}
.anim table.resource-list-view tbody tr:nth-of-type(6) td {
  transition: all .5s ease .25s;
}
.anim table.resource-list-view tbody tr:nth-of-type(5) td {
  transition: all .5s ease .2s;
}
.anim table.resource-list-view tbody tr:nth-of-type(4) td {
  transition: all .5s ease .15s;
}
.anim table.resource-list-view tbody tr:nth-of-type(3) td {
  transition: all .5s ease .1s;
}
.anim table.resource-list-view tbody tr:nth-of-type(2) td {
  transition: all .5s ease .05s;
}
.anim table.resource-list-view tbody tr:nth-of-type(1) td {
  transition: all .5s ease;
}
.uppercase {
  text-transform: uppercase;
}
.current-resource--videos .search-bar,
.current-resource--procedures .search-bar {
  max-width: 600px;
  margin-bottom: 16px;
}
.resources-template section {
  margin: 40px 0;
}
.resources-template section.page-top {
  margin: 30px 0 40px;
}
section.resource-top-filters {
  margin-top: 20px;
}
.side-page-grid .page-main > section:first-of-type {
  margin-top: 0;
}
.sidebar-list li a {
  display: flex;
  flex-direction: row;
  padding: 8px;
  margin: 16px 0;
  border-radius: 8px;
}
.sidebar-list li.active a {
  background: #F5F6F8;
}
.sidebar-list li a img {
  width: 20px;
  display: block;
  margin-right: 8px;
}
.faqs-section .side-page-grid .title-btn-row {
  display: block;
}
.show--tab,
.show--mob {
  display: none;
}
.mob-nav-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}
.page-top.inner-section .img-container.just-img {
  margin-top: 15px;
}
.page-top.inner-section .img-container img {
  display: block;
  border-radius: 16px;
}
.footer-bottom .left {
  margin-right: 24px;
}
.footer-bottom .right {
  margin-left: 24px;
}
.table-wrap.resrouce-list-view--procedure {
	padding: 1px;
}
table.resrouce-list-view--procedure {
	outline: 1px solid #D7DBDD;
	border-radius: 16px;
}
.resrouce-grid-view--videos .video-container {
  height: 412px;
  margin-bottom: 8px;
}
.resrouce-grid-view--videos h4 {
  margin-bottom: 8px;
}
.resrouce-grid-view--videos iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.resrouce-grid-view--videos p.date {
  margin: 0;
}
.resrouce-grid-view--videos .grid-2 {
  grid-row-gap: 88px;
}
.map-wrap {
  position: relative;
}
#map {
  height: 500px;
  width: 100%;
  border-radius: 16px;
}
.map-box h4 {
  margin-bottom: 16px;
}
.map-box {
  background: var(--white);
  padding: 24px;
  border-radius: 16px;
  position: absolute;
  left: 118px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  max-width: 367px;
}
.map-box a {
  text-decoration: none;
}
.map-detail p.small {
  color: #343537;
}
.map-detail {
  margin-bottom: 16px;
}
.map-detail img {
  width: 44px;
  display: block;
  margin-right: 16px;
}
.map-detail p {
  margin: 0;
}
.boxed-content-inner .btn-container {
  margin-top: 32px;
}
.boxed-content-inner img {
  min-height: 220px;
  object-fit: cover;
}
.table-wrap {
  overflow-x: auto;
}
.table-wrap table {
  min-width: 800px;
}
.fifty-fifty-scrolling .two-cols .left {
  padding: 40px 0;
  padding-right: 20px; 
}
.fifty-fifty-scrolling .fifty-fifty-inner {
  overflow: hidden;
  padding: 0 40px;
}
.fifty-fifty-scrolling .fifty-fifty-inner .right {
  padding-left: 60px;
  max-height: 476px;
  overflow: hidden;
}
.fifty-fifty-scrolling .fifty-fifty-inner .right .image-scroller.left-scroller {
  margin-right: 40px;
}
.fifty-fifty-scrolling .fifty-fifty-inner .right .image-scroller {
  width: 36%;
  max-width: 36%;
  min-width: 36%;
}
.fifty-fifty-scrolling .fifty-fifty-inner .right .image-scroller img {
  border-radius: 24px;
  margin: 0;
  display: block;
  margin-bottom: 24px;
}
.fifty-fifty-inner p.small {
  margin: 0;
}
.inner-section .fifty-fifty-inner .btn-container {
  margin-top: 16px;
}
.large-text-section {
  border-radius: 24px;
  background: var(--blue);
}
.large-text-section .large-text-inner {
  padding: 120px 40px;
  max-width: 675px;
  margin: auto;
}
.boxed-inner-section {
  padding: 40px;
  border-radius: 24px;
  background: var(--grey);
}
.boxed-inner-section img {
  border-radius: 16px;
}
.boxed-inner-section .btn-container,
.boxed-inner-section .body,
.boxed-inner-section h3 {
  margin-bottom: 16px;
}
.large-image-section .bg-blue {
  background: var(--blue);
  border-radius: 24px;
  padding: 24px;
}
.large-image-section .bg-grey {
  background: var(--grey);
  border-radius: 24px;
  padding: 24px;
}
.large-image-section .img-container img {
  display: block;
  border-radius: 16px;
}
.search-filter-row {
  align-items: flex-start;
}
.sort-wrap {
  position: relative;
  border: 1px solid #B1B6BB;
  cursor: pointer;
  border-radius: 8px;
  min-width: 125px;
}
.sort-wrap.active svg {
  transform: translateY(-50%) rotate(-180deg);
}
#sort-active-text {
  padding: 12px 34px 12px 14px;
}
.sort-wrap svg {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  transition: all .2s ease;
}
.sort-wrap p {
  margin: 0;
  line-height: 100%;
}
.sort-wrap .sort-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all .4s ease;
  background: var(--white);
  border-radius: 8px;
  z-index: 100000;
}
.sort-wrap .sort-options-inner {
  border: 1px solid #B1B6BB;
  border-radius: 8px;
}
.sort-wrap .sort-options p {
  padding: 12px 12px;
}
.mob-nav-toggle-close {
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translate(50px,-50%);
	z-index: 999999;
	transition: all .6s ease;
}
header ul li a svg path {
	transition: all .2s ease;
}
header ul li a:hover svg path {
	fill: var(--orange);
}
header ul li a:hover {
	color: var(--orange) !important;
	transition: color .2s ease !important;
}
.featured-news-section.inner-section .title-btn-row,
.image-carousel-section.inner-section .title-btn-row {
	margin-bottom: 24px;
}
input[type="search"]:focus {
	border: 1px solid #FF6955 !important;
	box-shadow: 0px 0px 0px 4px #FF69551A !important;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  background: var(--wpr-bg-8ff14068-16a0-4d95-a97a-efa0f6cbe35f) no-repeat 50% 50%;
  background-size: contain;
  opacity: 1;
}
header input[type="search"]::-webkit-search-cancel-button {
	width: 12px;
	height: 12px;
}
.constant-nav-bg header input[type="search"]::-webkit-search-cancel-button,
.sub-menu-open header input[type="search"]::-webkit-search-cancel-button,
.nav-bg header input[type="search"]::-webkit-search-cancel-button {
	filter: invert(1);
}
.constant-nav-bg header input[type="search"]
.sub-menu-open header input[type="search"]
.nav-bg header input[type="search"] {
	color: #151516;
}
.featured-news-section .title-btn-row {
	margin: 0 0 24px;
}
.products-carousel-container {
	overflow: hidden;
	border-radius: 24px;
	padding: 16px 0 24px;
}
.products-carousel-section.inner-section .swiper-container {
	display: grid;
}
.side-page-grid {
	min-width: 0;
}
.products-carousel-section.inner-section .swiper-slide {
  width: auto;
  flex-shrink: 0;
  display: block;
  height: 100%;
  max-height: 100%;
}
.products-carousel-section.inner-section .swiper-wrapper {
  max-height: 100%;
  height: 100%;
  display: flex;
	min-width: 0;
}
.products-slide a {
	text-decoration: none;
}
.products-slide-inner {
	border-radius: 24px;
	background: #F7F7F7;
	padding: 24px;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.products-slide {
	height: auto !important;
}
.products-slide-inner img {
	mix-blend-mode: multiply;
}
.product-info {
	margin-top: 40px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.product-info p {
	margin: 0 0 8px;
}
.product-info p:last-of-type {
	margin-bottom: 16px;
}
p.pr-name {
	font-size: var(--font-size-5);
	line-height: var(--font-size-5);
	font-family: AeonikMedium;
	font-weight: 500;
}
p.pr-price {
	font-family: AeonikMedium;
	font-weight: 500;
}
.product-info .btn-container {
	margin-top: auto;
}
.home .products-carousel-section {
	margin-bottom: 0px;
}
.products-carousel-section  .testimonial-pag-wrap {
	margin-top: 24px;
}
.product-info a.btn {
	display: flex;
	justify-content: center;
}
.sticky-sidebar li.current-menu-item.menu-item-has-children ul.sub-menu,
.sticky-sidebar li.current-menu-parent.menu-item-has-children ul.sub-menu {
	height: auto;
}
.sticky-sidebar.interacted li.current-menu-item.menu-item-has-children ul.sub-menu,
.sticky-sidebar.interacted li.current-menu-parent.menu-item-has-children ul.sub-menu {
	height: 0;
}
.contact-banner .pbcta-wrap {
	background: var(--blue);
}
.contact-banner .pbcta-wrap h2,
.contact-banner .pbcta-wrap p {
	color: var(--white);
}
.contact-banner .pbcta-wrap .btn-container {
	margin-left: 16px;
}
.contact-banner .pbcta-wrap h2 {
	margin-bottom: 24px;
}
.contact-banner {
	margin-top: 40px;
}
.body img.alignright {
	float: right;
	margin-left: 12px;
}
.body img.alignleft {
	float: left;
	margin-right: 25px;
}
.body img.aligncenter {
	display: block;
	margin: 12px auto;
  width: auto;
}
.sort-option.active-option {
	background: rgba(226, 230, 234 ,0.7);
}
.current-resource--procedures .search-bar {
	margin-bottom: 0 !important;
	margin-right: 16px;
}
.current-resource--procedures .search-filter-row {
	margin-bottom: 16px;
}
.current-resource--procedures #sort-active-text {
	padding: 14px 34px 14px 14px;
}
@media all and (max-width: 768px) {
	.body img.alignright {
		float: none;
		margin-left: 0;
	}
	.body img.alignleft {
		float: none;
		margin-right: 0;
	}
	.current-resource--procedures .sort-wrap {
		margin-top: 16px;
	}
}
@media all and (min-width:1800px) {
  :root {
    --font-size-1: 4.4vw;
    --line-height-1: 100%;
    --font-size-2: 5.5vw;
    --line-height-2: 5vw;
    --font-size-3: 2.7vw;
    --line-height-3: 3.1vw;
    --font-size-4: 1.8vw;
    --line-height-4: 2.2vw;
    --font-size-5: 1.3vw;
    --line-height-5: 1.6vw;
    --font-size-6: 1vw;
    --line-height-6: 1.2vw;
    --font-size-7: 0.89vw;
    --line-height-7: 1.6vw;
    --font-size-8: 1.1vw;
    --line-height-8: 1.4vw;
    --font-size-9: 1vw;
    --line-height-9: 1.6vw;
    --font-size-10: 0.78vw;
    --line-height-10: 1.1vw;
    --font-size-11: 0.67vw;
    --line-height-11: 1vw;
    --font-size-12: 0.89vw;
    --line-height-12: 1.1vw;
  }
  #sort-active-text {
    padding: 0.67vw 1.8vw 0.67vw 0.78vw;
  }
  .sort-wrap svg {
    right: 0.67vw;
    width: 0.78vw;
    height: auto;
  }
  .sort-wrap .sort-options p {
    padding: 0.67vw;
  }
  .sort-wrap {
    min-width: 6.9vw;
  }
  .large-text-section .large-text-inner {
    max-width: 37.5vw;
    padding: 6.7vw 2.2vw;
  }
  .boxed-inner-section .btn-container, .boxed-inner-section .body, .boxed-inner-section h3 {
    margin-bottom: 0.88vw;
  }
  .fifty-fifty-scrolling .fifty-fifty-inner .right {
    max-height: 26.4vw;
  }
  .fifty-fifty-section h3 {
    margin-bottom: 0.88vw;
  }
  .fifty-fifty-inner .btn-container {
    margin-top: 0.88vw;
  }
  .hero-section .body {
    max-width: 33.3vw;
  }
  .search-bar input[type="search"] {
    line-height: 2.1vw;
    padding: 0.39vw;
    padding-left: 3.4vw;
    border-radius: 1.8vw;
  }
  header .hdr-center {
    width: 9.3vw;
    height: 2.3vw;
  }
  header .hdr-right, header .hdr-left {
    width: calc(50% - 4.65vw);
    min-width: calc(50% - 4.65vw);
    max-width: calc(50% - 4.65vw);
  }
  ul#menu-main-menu > li > ul > li > a, .search-bar.hdr-search input[type="search"] {
    line-height: 1.2vw;
  }
  .search-bar.hdr-search input[type="search"] {
    padding: 0.17vw;
    padding-left: 1.9vw;
    border-radius: 1.8vw;
  }
  .search-bar.hdr-search button svg {
    width: 0.78vw;
    height: 0.78vw;
  }
  .search-bar.hdr-search button {
    width: 1.2vw;
    height: 1.2vw;
    top: 0.22vw;
    left: 0.22vw;
  }
  .search-bar {
    min-width: 20.3vw;
  }
  .search-bar.hdr-search {
    min-width: 12.9vw;
  }
  .search-bar button {
    width: 2.1vw;
    height: 2.1vw;
    top: 0.44vw;
    left: 0.44vw;
  }
  .search-bar button svg {
    width: 0.94vw;
    height: 0.94vw;
  }
  .btn-outline {
    padding: 0.56vw 0.89vw;
    border-radius: 1.8vw;
  }
  .btn svg {
    width: 0.67vw;
    height: 0.67vw;
  }
  .boxed-content-inner .left {
    max-width: 46.6vw;
  }
  .container {
    padding: 0 3vw;
  }
  .hdr-right svg {
    width: 1.1vw;
    height: 1.1vw;
  }
  .btn-no-outline .svg-wrap {
    width: 2vw;
    height: 2vw;
  }
  .btn span {
    margin-right: 0.44vw;
  }
  ul#menu-main-menu > li.menu-item-has-children > a {
    padding-right: 0.61vw;
  }
  ul#menu-main-menu > li {
    margin-right: 1.3vw;
  }
  ul#menu-main-menu > li.menu-item-has-children > a::after {
    width: 0.39vw;
    height: 0.22vw;
  }
  .hdr-right .hdr-icon {
    margin-left: 1.3vw;
  }
	ul#menu-main-menu > li > ul > li > a svg,
  .nav-item-icon {
    width: 1.3vw;
    height: 1.3vw;
    margin-right: 0.56vw;
  }
	ul#menu-main-menu > li > ul > li > a svg,
  ul#menu-main-menu > li > ul > li > a img {
    margin-right: 0.56vw;
  }
  ul#menu-main-menu > li > ul > li > a {
    padding-bottom: 0.72vw;
  }
  ul#menu-main-menu > li > ul > li ul {
    margin-top: 0.11vw;
  }
  ul#menu-main-menu > li > ul > li ul > li {
    padding-top: 0.44vw;
  }
  ul#menu-main-menu > li > ul {
    padding: 6.3vw 2.2vw 2.2vw 3vw;
  }
  ul#menu-main-menu > li > ul > li {
    padding-right: 0.8vw;
  }
  .contact-main-item-inner {
    padding: 2.5vw 40px;
  }
  .side-page-grid {
    grid-template-columns: 17.2vw 1fr;
    grid-column-gap: 1.4vw;
  }
  .sidebar-list li a img {
    width: 1.1vw;
    margin-right: 0.44vw;
  }
  .footer-top .left .body {
    max-width: 14.4vw;
  }
  .socials-row svg {
    width: 1.3vw;
    height: auto;
  }
  .socials-row a {
    margin: 0 0.33vw;
  }
  .contact-top, .news-page-top {
    padding-top: 1.2vw;
  }
  .accordion-item .accordion-title svg {
    width: 0.9vw;
    height: auto;
  }
  section {
    margin: 4.4vw 0;
  }
  .footer-middle .right img {
    width: 2.1vw;
  }
  .footer-contact .icon-wrap {
    width: 2vw;
    height: 2vw;
  }
  .footer-contact .icon-wrap svg {
    width: 1.9vw;
    height: auto;
  }
  .footer-contacts {
    min-width: 25vw;
  }
  .facts-grid-item .icon-container img {
    height: 1.3vw;
    margin-bottom: 0.8vw;
  }
  .iframe-wrap {
    height: 37vw;
  }
  #map {
    height: 27vw;
  }
  .facts-grid {
    margin-top: 0.9vw;
  }
  .search-bar-dropdown-row,
  .hero-section .hero-bottom {
    margin-top: 1.33vw;
  }
  h3.h1, h2.h1, h1 {
    margin-bottom: 1.33vw;
  }
  .featured-article-container img {
    height: 16vw;
	width: 28vw;
	float: right;
  }
  .featured-news-grid.grid-2 .featured-img-container img, .featured-news-grid.grid-1 .featured-img-container img, .news-grid .featured-img-container img {
    height: 15.4vw;
  }
  .pagination ul li a {
    width: 2.2vw;
    height: 2.2vw;
  }
  .pagination ul li {
    margin: 0 0.11vw;
  }
  .service-grid-item .img-container img {
    height: 24.8vw;
  }
  .service-grid-item .icon-container img {
    width: 1.9vw;
  }
  .service-grid-item .icon-container {
    margin-right: 0.44vw;
  }
  .simple-card-grid .img-container {
    height: 17.33vw;
  }
  .large-link-body-container {
    max-width: 16.9vw;
  }
  .large-link-trigger svg {
    margin-left: 0.44vw;
    margin-bottom: 0.33vw;
    width: 2vw;
    height: auto;
  }
  .testimonials-btn {
    width: 1.8vw;
    height: 1.8vw;
  }
  .testimonials-btn svg {
    width: 0.5vw;
    height: auto;
  }
  .hero-section-simple .container {
    max-width: 85vw;
  }
  .sidebar-layout > .container {
    max-width: 68.2vw;
  }
  .sticky-sidebar-inner li.menu-item-has-children::after {
    width: 0.61vw;
    height: 0.44vw;
    top: 0.7vw;
  }
  .title-btn-row .left {
    max-width: 42vw;
  }
  .title-btn-row {
    margin: 0 0 0.44vw;
  }
  section.inner-section {
    margin: 2.0vw 0;
  }
  .plain-text-page, .sidebar-layout {
    padding-top: 6.3vw;
  }
  .sticky-sidebar {
    top: 5.4vw;
  }
  .nav-hide .sticky-sidebar {
    top: 1.3vw;
  }
  section.hero-section-simple {
    margin: 6.3vw 0 4.4vw;
  }
  .resources-template section {
    margin: 2.2vw 0;
  }
  .resources-template section.page-top {
    margin: 3.3vw 0 2.2vw;
  }
  .breadcrumbs {
    margin-bottom: 0.89vw;
  }
  .resrouce-grid-view--videos .video-container {
    height: 22.9vw;
    margin-bottom: 0.89vw;
  }
  .pagination {
    margin-top: 2.2vw;
  }
  .form-section:not(.inner-section) .form-inner-container {
    max-width: 44.4vw;
  }
  .faqs-template .side-page-grid {
    grid-template-columns: 29.6vw 1fr;

  }
  .faqs-template .faq-sidebar-inner .body {
    max-width: 23.3vw;
    margin-bottom: 1.3vw;
  }
  .pbcta-wrap {
    padding: 1.66vw 1.33vw;
  }
  .search-bar.news-search input[type="search"] {
    padding-left: 2.3vw;
  }
  a.news-cat-filter {
    margin: 0.44vw;
    margin-right: 0.44vw;
    padding: 0.22vw 0.88vw;
  }
  .search-bar.news-search button,
  .search-bar.news-search button svg {
    width: 1.1vw;
    height: 1.15vw;
  }
  .inner-section .featured-news-grid.grid-2 .featured-img-container img {
    height: 13.3vw;
  }
  .sticky-sidebar-inner .sidebar-menu > li > a img, .sticky-sidebar-inner li.menu-item-has-children > a img {
    min-width: 1.11vw;
    width: 1.11vw;
    margin-right: 0.44vw;
    
  }
  .sticky-sidebar-inner li.menu-item-has-children > ul > li {
    padding: 0.44vw 0.44vw 0.44vw 2vw;
  }
  .faqs-template {
    padding-top: 6.33vw;
  }
  .accordion-item {
    margin-bottom: 0.44vw;
  }
}
@media all and (max-width: 1500px) {
  .fifty-fifty-scrolling .fifty-fifty-inner .right {
    padding-left: 40px;
  }
  .fifty-fifty-scrolling .two-cols .left {
    padding-right: 40px;
  }
}
@media all and (max-width: 1400px) {
  .fifty-fifty-scrolling h3,
  .large-links-links h3 {
    font-size: 5.5vw;
  }
}
@media all and (max-width: 1300px) {
  .container {
    padding: 0 32px;
  }
  ul#menu-main-menu > li > ul {
    padding-left: 32px;
    padding-right: 8px;
  }
	.article-grid {
		grid-template-columns: 1fr 321px;
		grid-column-gap: 32px;
	}
}
@media all and (max-width: 1200px) {
  .side-page-grid {
    grid-template-columns: 250px 1fr;
  }
}
@media all and (max-width: 1200px) {
	.sub-menu-bg {
		display: none !important;
		height: 0 !important;
	}
	.mob-menu-closing header ul#menu-main-menu > li.store-link,
	.mob-sub-meu-open header ul#menu-main-menu > li.store-link {
		opacity: 0;
	}
	ul#menu-main-menu > li > ul,
	ul#menu-main-menu > li > ul > li > ul {
		transform: translateY(0);
	}
	ul#menu-main-menu > li > ul > li > a::before {
		display: none;
	}
	header .menu-main-menu-container {
    position: absolute;
    background: #ffffff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    max-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
    padding-top: 71px;
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 1;
    transition: all 0s ease;
  }
	.has-top-banner header .menu-main-menu-container {
		padding-top: 101px;
	}
  .mob-nav-toggle {
    position: relative;
    transition: all .6s ease;
  }
  .mob-nav-toggle .arc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid var(--black);
    opacity: 0;
    transition: opacity .2s ease;
  }
  ul#menu-main-menu > li > a {
    display: block;
    padding-right: 32px;
    font-size: 24px;
    line-height: 28px;
    font-family: AeonikMedium;
  }
  header ul#menu-main-menu ul.sub-menu > li:first-of-type a {
    font-size: 24px;
    line-height: 28px;
    font-family: AeonikMedium;
   }
  ul#menu-main-menu > li.menu-item-has-children > a::after {
    background: url("/source/c468f440be41a0c091784e49fe8577cf/mob-nav-arrow.png");
    width: 24px;
    height: 24px;
    background-size: contain;
  }
  .mob-menu-open .arc {
    opacity: 1;
    transition: opacity .3s ease .5s;
  }  
  .mob-menu header .menu-main-menu-container {
    transition: all .6s ease;
  }
  .mob-menu-open header .mob-nav-header,
  .mob-menu-open header .menu-main-menu-container {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  header .hdr-icon,
  header .logo-container {
    transition: all .5s ease;
    transform: translateY(0);
    opacity: 1;
  }
  .mob-menu-open header .hdr-icon,
  .mob-menu-open header .logo-container {
    transform: translateY(-30px);
    opacity: 0;
  }
  header .mob-nav-header {
    height: 61px;
    width: 100%;
    background: #ffffff;
    transition: all .5s ease;
    transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
    border-bottom: 1px solid #D7DBDD;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  header .main-nav {
    padding: 12px 0;
  }
  header ul#menu-main-menu > li.store-link {
    position: absolute;
    z-index: 100000;
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
    border-radius: 50px;
    background: var(--blue);
    text-align: center;
  }
  header ul#menu-main-menu > li.store-link a {
    color: var(--white) !important;
    display: inline-block;
    position: relative;
  }
  header ul#menu-main-menu > li.store-link a::after {
    background: var(--wpr-bg-b8ba9e66-e33c-4920-bb71-c863d4073394);
    width: 20px;
    height: 20px;
    background-size: contain;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    right: 0;
    content: '';
    display: block;
  }
  ul#menu-main-menu > li.menu-item-has-children.menu-open > a::after {
    transform: translateY(-50%) rotate(0);
  }
  ul#menu-main-menu > li.mob-menu-open > ul > li {
    transform: none;
  }
  header ul#menu-main-menu > li {
    padding: 16px;
    margin: 0;
    transition: all .6s ease;
  }
  header ul#menu-main-menu > li > ul > li > ul,
  header ul#menu-main-menu > li > ul {
    position: absolute;
    top: 0;
    left: 100%;
    flex-direction: column;
    padding: 0;
    transition: transform .6s ease;
    display: none;
    width: 100%;
  }
  header ul#menu-main-menu > li > ul > li > ul li {
    padding: 15px 16px;
  }
  header ul#menu-main-menu > li.menu-item-has-children.mob-menu-open > ul > li.menu-item-has-children.mob-menu-open > ul,
  header ul#menu-main-menu > li.menu-item-has-children.mob-menu-open > ul {
    display: block;
  }
  .sub-menu-bg {
    display: none !important;
  }
  header ul#menu-main-menu > li > ul > li {
    transform: translateY(0);
    opacity: 1;
  }
  header ul#menu-main-menu {
    height: 100%;
    transition: transform .6s ease;
  }
  .mob-sub-meu-open header ul#menu-main-menu {
    transform: translateX(-100%);
  }
  .mob-sub-sub-meu-open header ul#menu-main-menu {
    transform: translateX(-200%);
  }
	ul#menu-main-menu > li > ul > li > a svg,
  ul#menu-main-menu > li > ul > li > a img {
    display: none;
  }
  ul#menu-main-menu > li > ul > li {
    padding: 15px 16px;
  }
  .mob-nav-back {
    position: absolute;
    left: 12px;
    top: 70%;
    z-index: 100000;
    padding-left: 24px;
    font-size: 18px;
    line-height: 26px;
    font-family: AeonikRegular;
    transform: translate(-100px,-50%);
    opacity: 0;
    transition: all .6s ease;
  }
  .mob-sub-meu-open .mob-nav-back {
    opacity: 1;
    transform: translate(0, -50%);
    transition: all .4s ease .2s;
  }
  .mob-nav-back::after,
  header ul#menu-main-menu > li > ul > li.menu-item-has-children > a::after {
    content: '';
    background: var(--wpr-bg-924214ae-a734-40cb-abb9-479cabf061c2);
    width: 24px;
    height: 24px;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .mob-nav-back span {
    position: relative;
    bottom: 1px;
  }
  .mob-nav-back::after {
    top: 0;
    left: 0;
    right: auto;
    transform: rotate(-180deg);
  }
  .mob-menu-open .mob-nav-toggle {
    transform: translateX(-60px);
  }
	.mob-search-open .mob-nav-toggle-close,
	.mob-menu-open .mob-nav-toggle-close {
    transform: translate(0,-50%);
		transition: all .6s ease .3s;
  }
  header ul#menu-main-menu > li > ul > li a {
    font-size: 18px;
    line-height: 28px;
    font-family: AeonikRegular;
  }
  ul#menu-main-menu > li > ul > li > a {
    padding: 0;
    display: block;
    position: relative;
    border: none;
  }
  ul#menu-main-menu > li > ul > li ul {
    position: absolute;
    top: 0;
    left: 100%;
  }
  header ul#menu-main-menu li a {
    color: var(--black) !important;
  }
  header ul#menu-main-menu {
    flex-direction: column;
  }
  .search-bar.hdr-search:not(.mob-search) {
    display: none;
  }
	.mob-search-container {
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: var(--white);
		z-index: 10000;
		opacity: 0;
		visibility: hidden;
		transition: all .3s ease;
	}
	.mob-search-container .search-bar.hdr-search {
		margin-top: 22px;
		margin-left: 16px;
		width: calc(100% - 72px);
		max-width: 500px;
		opacity: 0;
		transition: all .2s ease;
	}
	.mob-search-open .mob-search-container .search-bar.hdr-search {
		transition: all .2s ease .3s;
	}
	.mob-search-anim {
		width: 24px;
		height: 24px;
		border: 1px solid #FDFDFD;
		position: absolute;
		top: 14px;
		left: 100%;
		opacity: 0;
		max-width: 500px;
		z-index: 20;
		border-radius: 32px;
	}
	.mob-search-open .mob-search-anim {
		animation: mobsearchanim .5s ease forwards;
	}
	@keyframes mobsearchanim {
		0% {opacity: 0;left: 100%;width: 24px;height: 24px;border: 1px solid #FDFDFD;}
		20% {opacity: 1;left: 100%;width: 24px;height: 24px;border: 1px solid #FDFDFD;}
		80% {left: 16px;width: calc(100% - 72px);height: 30px;border: 1px solid #D7DBDD;}
		100% {opacity: 0;left: 16px;width: calc(100% - 72px);height: 30px;border: 1px solid #D7DBDD;}
	}
	.mob-search-open .mob-search-container .search-bar.hdr-search {
		opacity: 1;
	}
	.mob-search-open .mob-search-container {
		opacity: 1;
		visibility: visible;
	}
	.mob-nav-toggle {
    position: relative;
    z-index: 10000;
    cursor: pointer;
    width: 30px;
    height: 30px;
    overflow: hidden; 
  }
	header .show--tab {
		display: block;
	}
}
@media all and (max-width: 992px) {
	.hero-section {
		min-height: 600px;
		height: 85vh;
		height: calc(var(--vh, 1vh) * 85);
	}
	.article-grid {
		grid-template-columns: 100%;
		grid-row-gap: 40px;
	}
	.single-post-page-top {
		margin-top: 59px;
	}
	.large-link-imgs-container .img-container {
		width: 100%;
	}
	.large-links-section .interacted h3.h1:hover {
  		color: #7C7F83;
	}
	.interacted .large-link-trigger:hover svg path {
		fill: #7C7F83;
	}
	.large-links-section .interacted h3.h1.active {
  		color: var(--orange);
	}
	.interacted .large-link-trigger.active svg path {
  		fill: var(--orange);
	}
	.interacted .large-link-trigger.active a::after {
		background: var(--orange);
	}
	
	.boxed-inner-section {
		padding: 24px 16px;
	}
	.pbcta-wrap .right {
		margin-left: 0;
	}
  .img-scroller-row {
    flex-direction: column;
  }
  .image-scroller-inner {
    display: flex;
    flex-direction: row;
  }
  .fifty-fifty-scrolling .fifty-fifty-inner .right .image-scroller {
    width: 200%;
    max-width: 200%;
    min-width: 200%;
  }
  .fifty-fifty-scrolling .fifty-fifty-inner {
    padding: 40px 0;
  }
	/*
  .fifty-fifty-section .two-cols.flex-row.tc .left {
    padding: 0 24px !important;
  }
	*/
  .fifty-fifty-scrolling .fifty-fifty-inner .right .image-scroller img {
    margin-bottom: 0;
  }
  .fifty-fifty-scrolling .fifty-fifty-inner .right .image-scroller .img-container {
    margin-right: 16px;
  }
  .fifty-fifty-scrolling .fifty-fifty-inner .right .image-scroller.left-scroller {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .contact-main-grid {
    grid-template-columns: repeat(2, calc(50% - 12px));
  }
  .featured-article-container .right {
    margin-top: 20px;
  }
  .flex-row.tc,
  .two-cols.tc {
    flex-direction: column;
  }
  .flex-row.tc .right,
  .flex-row.tc .left {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .fifty-fifty-section .two-cols .left {
    margin-bottom: 24px;
  }
  .footer-contacts {
    width: 100%;
    min-width: 1px;
    margin-top: 40px;
  }
  .side-page-grid {
    grid-template-columns: 100%;
  }
  .side-page-grid .sticky-sidebar {
    display: none;
  }
  .faq-main .side-page-grid .sticky-sidebar {
    display: block;
  }
  .faqs-template .side-page-grid {
    grid-template-columns: 100%;
    grid-row-gap: 64px;
  }
  .services-grid {
    grid-template-columns: 100%;
    grid-row-gap: 40px;
  }
  .grid-5 {
    grid-template-columns: repeat(3,calc(33% - 16px));
    grid-row-gap: 24px;
  }
  .container {
    padding: 0 16px;
  }
  .show--tab {
    display: block;
  }
  .footer-middle .right {
    display: none;
  }
  .footer-bottom .left {
    margin-right: 0;
  }
  .footer-bottom .right {
    margin-left: 0;
  }
  .footer-bottom .flex-row {
    flex-direction: column;
  }
  .footer-bottom .middle {
    margin: 40px 0;
  }
  .footer-bottom .flex-row {
    align-items: flex-start;
  }
  .footer-bottom ul > li:first-of-type {
    margin-left: 0;
  }
  .pbcta-wrap .btn-container {
    margin-top: 16px;
  }
  .featured-news-grid.grid-2 {
    grid-template-columns: 100%;
    grid-row-gap: 24px;
    grid-column-gap: 0;
  }
  .full-screen-media-text .container {
    flex-grow: 1;
    display: flex;
  }
  .full-screen-media-text .flex-row {
    flex-grow: 1;
    justify-content: space-between;
  }
  .full-screen-media-text .flex-row .left {
    margin-bottom: 32px;
  }
  .large-link-body-container {
    max-width: none;
  }
  .large-links-links {
    padding-bottom: 100px;
  }
  .large-links-grid {
    grid-template-columns: 100%;
    grid-row-gap: 40px;
  }
  .large-link-imgs-container {
    height: 420px;
  }
  .grid-4 {
    grid-template-columns: repeat(2, calc(50% - 12px));
    grid-row-gap: 24px;
  }
  .news-grid,
  .resrouce-grid-view--videos .grid-2 {
    grid-template-columns: 100%;
    grid-row-gap: 24px;
  }
	.simple-gard-grid-section .simple-card-grid {
		margin-top: 0;
	}
	.contact-banner .pbcta-wrap .btn-row {
		margin-top: 16px;
	}
	.contact-banner .pbcta-wrap .btn-row {
		flex-wrap: wrap;
	}
	.contact-banner .pbcta-wrap .btn-container {
		margin-left: 0;
		margin-right: 16px;
		margin-top: 16px;
	}
}
@media all and (max-width: 768px) {
  :root {
    --font-size-1: 48px;
    --line-height-1: 56px;
    --font-size-2: 40px;
    --line-height-2: 48px;
    --font-size-3: 24px;
    --line-height-3: 32px;
    --font-size-4: 20px;
    --line-height-4: 24px;
    --font-size-5: 24px;
    --line-height-5: 28px;
    --font-size-6: 18px;
    --line-height-6: 22px;
    --font-size-7: 16px;
    --line-height-7: 28px;
    --font-size-8: 20px;
    --line-height-8: 25px;
    --font-size-9: 18px;
    --line-height-9: 28px;
    --font-size-10: 14px;
    --line-height-10: 20px;
    --font-size-11: 12px;
    --line-height-11: 18px;
    --font-size-12: 16px;
    --line-height-12: 20px;
  }
	.mob-search-container .search-bar.hdr-search {
		margin-top: 12px;
	}
	.sort-wrap p.small {
		font-size: 16px;
		line-height: normal;
	}
	.news-page-top {
		margin-top: 30px;
	}f
	.products-carousel-container {
		overflow: unset;
	}
	.home .products-carousel-section {
		margin-bottom: 64px;
	}
	.products-slide-inner {
		padding: 16px;
	}
	.products-carousel-section {
		overflow: hidden;
	}
	.products-carousel-section.inner-section {
		overflow: unset;
	}
	.sidebar-layout {
		overflow: hidden;
	}
	.hero-section.home-hero {
		justify-content: center;
		padding: 124px 0 64px;
	}
	.hero-section.home-hero .hero-bottom .btn-container {
		display: none;
	}
	.hero-section.home-hero .mob-btn-container {
		position: absolute;
		bottom: 64px;
		left: 16px;
		z-index: 10;
	}
  .page-top.inner-section h1.h3 {
    font-size: 32px;
    line-height: 36px;
  }
  .hero-bottom .btn-container {
    margin-bottom: 24px;
  }
  .grid-5 {
    grid-template-columns: repeat(2,calc(50% - 12px));
    grid-row-gap: 24px;
  }
  .container {
    padding: 0 16px;
  }
  header .hdr-center {
    width: 130px;
    height: 35px;
  }
  header .hdr-right, header .hdr-left {
    width: calc(50% - 65px);
    min-width: calc(50% - 65px);
    max-width: calc(50% - 65px);
  }
  .show--mob {
    display: block;
  }
  .hdr-right .hdr-icon {
    display: none;
  }
  .hdr-right .hdr-icon:last-of-type,
  .hdr-right .hdr-icon.search-icon {
    display: block;
  }
  footer {
    padding: 120px 0 80px;
  }
  .footer-middle > .flex-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-middle .socials-row {
    margin-top: 40px;
  }
  .flex-row.mc {
    flex-direction: column;
  }
  .hero-section .hero-bottom {
    align-items: flex-start;
  }
  .facts-grid {
    grid-template-columns: 100%;
  }
  .facts-grid > .grid-item {
    grid-column: span 1 !important;
  }
  .boxed-content-inner {
    padding: 40px 16px;
  }
  .simple-card-grid .img-container,
  .service-grid-item .img-container img {
    height: 220px;
  }
  section {
    margin: 64px 0;
  }
  .section-bg--grey,
  .services-grid-section {
    padding: 64px 0;
  }
  section.testimonials-carousel-section {
    margin: 64px 0;
  }
  .featured-news-grid.grid-2 .featured-img-container img, .featured-news-grid.grid-1 .featured-img-container img, .news-grid .featured-img-container img {
    height: 200px;
  }
  .boxed-content-inner h2.h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .large-links-links h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    margin-right: 24px;
	  font-weight: 500;
	  font-family: AeonikMedium;
  }
	.large-links-links a {
		padding: 10px 0;
		display: inline-block;
	}
  .large-links-links h3 svg {
    width: 20px;
    height: 20px;
    margin-bottom: 0;
    transform: translate(0,0) !important;
    opacity: 1;
    visibility: visible;
    position: relative;
    top: 2px;
  }
  .interacted .large-link-trigger.active svg path {
    fill: var(--orange);
  }
  .large-links-container {
    padding: 40px 16px;
  }
  .large-link-imgs-container {
    height: 320px;
  }
	.large-link-trigger svg path,
  .interacted .large-link-trigger svg path {
    fill: #7C7F83;
  }
	.large-link-trigger.active svg path {
		fill: var(--black);
	}
	.large-links-left h2 {
		margin-bottom: 16px;
	}
  .large-links-links {
    display: flex;
    flex-direction: column;
  }
  section.hero-section-simple {
    margin: 99px 0 64px;
  }
  section.inner-section {
    margin: 64px 0;
  }
  .grid-3 {
    grid-template-columns: repeat(2, calc(50% - 12px));
    grid-row-gap: 24px;
  }
  section.inner-section.page-top {
    padding: 20px 16px;
  }
  .form-section.inner-section {
    padding: 64px 16px;
  }
  .fifty-fifty-section.inner-section.background-blue .fifty-fifty-inner,
  .background-blue .fifty-fifty-inner {
    padding: 24px 16px;
  }
  .search-bar {
    min-width: 1px;
    width: 100%;
    max-width: 366px;
  }
  .map-box {
    top: 14px;
    left: 14px;
    width: calc(100% - 28px);
    transform: translateY(0);
    max-width: none;
  }
  .iframe-wrap {
    height: 300px;
  }
  .pagination ul li a {
    width: 32px;
    height: 32px;
  }
  #menu-footer-main-menu {
    flex-wrap: wrap;
  }
  #menu-footer-main-menu li {
    margin-left: 0;
    margin-right: 24px;
  }
  .contact-main-item-inner .body {
    display: none;
  }
  .contact-main-grid {
    grid-template-columns: repeat(2, calc(50% - 8px));
    grid-row-gap: 16px;
    grid-column-gap: 16px;
  }
  .contact-main-item-inner {
    padding: 32px 16px;
  }
  .contact-top .container > .flex-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .fifty-fifty-scrolling h3 {
    font-size: 32px;
    line-height: 36px;
  }
  .fifty-fifty-scrolling .body p {
    font-size: 16px;
    line-height: 24px;
  }
  .fifty-fifty-section.fifty-fifty-scrolling .fifty-fifty-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .fifty-fifty-scrolling .fifty-fifty-inner .right .image-scroller img {
    border-radius: 16px;
  }
  .fifty-fifty-scrolling .fifty-fifty-inner .right .image-scroller {
    width: 250%;
    max-width: 250%;
    min-width: 250%;
  }
  .search-filter-row {
    margin-bottom: 16px;
  }
  .resources-template section.page-top {
    margin: 30px 0 40px;
  }
	.featured-news-section .title-btn-row {
		margin: 0 0 8px;
	}
}
@media all and (max-width: 520px) {
  .featured-article-container img,
  .resrouce-grid-view--videos .video-container {
    height: 200px;
  }
  .pagination ul li {
    margin: 0 1px;
  }
  .pagination ul li a.prev, .pagination ul li a.next {
    margin: 0 3px;
  }
  .contact-main-item-inner h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .contact-main-inner {
    padding: 16px;
  }
}
@media all and (max-width: 380px) {
  .contact-main-grid {
    grid-template-columns: 100%;
  }
  .grid-4,
  .grid-3,
  .grid-2,
  .grid-5 {
    grid-template-columns: 100%;
  }
}

#concentration-calculator-instructions {
    width: 400px;
}