* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	box-sizing: border-box;
}

html{
	scroll-behavior: smooth;
    scroll-padding: 150px;
}

html, body {
	font-family: "Montserrat", Arial, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
}
.content-wrapper {
    overflow: hidden;
}
.flex {
  display: -webkit-flex; /* NEW */
}
.flex-wrap {
  -webkit-flex-wrap: wrap; /* NEW */
}

body {
	overflow-x: hidden;
}
#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob {
    background-color: #171e49 !important;
}

h2.headings {
    font-size: 40px;
    line-height: 1.1;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.h3.headings {
    font-size: 30px;
    line-height: 1.1;
    color: #000;
    text-transform: uppercase;
}
{!-- V2 UPDATES --}
.mobileDropdown {
	width: 300px !important;
	background: #fff!important;
}

.navLinkSpace {
    padding-left: 1.25rem;
    padding-right: 0.25rem;
}

._pageHeaderBg {
	height: 550px;
    max-height: 520px;
    padding-top: 120px;
    position: relative;
}

._pageHeaderBg ._bgImg {
	width: 104vw;
    max-width: none;
	position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

h1._newH1 {
	font-size: 56px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    color: #ed6437;
}

._pageHeaderBg #nav_categories { position: relative; z-index:2; }

._pageHeaderBg #nav_categories, 
._pageHeaderBg #nav_categories ul {
	margin: 0;
    padding: 0;
}

._pageHeaderBg #nav_categories li {
	max-width: none;
}

._pageHeaderBg #nav_categories ul {
	background: #F5F6F7;
	display: flex;
    border-radius: 8px;
    overflow: hidden;
}
@media(max-width:767px) {
	._pageHeaderBg #nav_categories ul {
      flex-direction: column;
  }
}
._pageHeaderBg #nav_categories ul li a {
	display: block;
	padding: 10px 30px;
}

._pageHeaderBg #nav_categories ul li a.active {
	background: #ED6437;
	color: #fff;
    border-radius: 8px;
}

#mainHeader #mobile-toggle .icon-wrap span{
	background: #000;
}

#mainHeader { background: #fff; }

#mainHeader .headerWrapper {
    width: 92%;
    max-width: 1920px;
    padding: 10px 0;
    margin: 0 auto;
}

#mainHeader .headerWrapper .mainLogo {
	height: 24px;
    width: auto;
}

#mainHeader .headerWrapper .mainNavigation {
	color: #1E1E1F;
    gap: 20px;
}

#mainHeader .headerWrapper .mainNavigation .contactBtn,
#mainHeader .headerWrapper .mainNavigation .supportBtn{
    display: flex;
    justify-content: flex-end;
	align-items: center;
}

#mainHeader .headerWrapper .mainNavigation .supportBtn{
	flex: 1;
}

#mainHeader .headerWrapper .mainNavigation .contactBtn a,
._carouselWrapper._darkBg ._carouselBtn,
._darkBg ._carouselBtn,
._newCarouselWrapper ._carouselBtn,
footer._mainFooter ._footerBtn {
    background: #ED6437;
    color: #fff;
    font-weight: 600;
    padding: 8px 24px;
    border-radius: 4px;
    transition: all 300ms ease-in-out;
}

#mainHeader .headerWrapper .mainNavigation .contactBtn.supportBtn a,
footer._mainFooter ._footerBtn._getSupport {
	background: transparent;
    color: #ED6437 !important;
	border: 2px solid #ED6437;
    padding: 6px 24px;
}


#mainHeader .headerWrapper .mainNavigation .contactBtn a:hover,
._carouselWrapper._darkBg ._carouselBtn:hover,._darkBg ._carouselBtn:hover, .lmbutton,
footer._mainFooter ._footerBtn:hover {
	opacity: 0.75!important;
}

#homepageHero.inner-hero {
    width: 92%;
    max-width: 1920px;
    height: 84vh;
    max-height: none;
    margin: 0 auto;
    border-radius: 12px;
    position: relative;
}

#homepageHero.inner-hero .innerContent {
	width: 100%;
    height: 70%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.675) 30%, transparent );
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px;
}

#homepageHero.inner-hero:before { display:none!important; }

#homepageHero.inner-hero .innerContent h1 {
	font-size: 56px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

#homepageHero.inner-hero .innerContent h2 {
	font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    line-height: 1.1;
}

._2ColWrapper, ._2ColWrapper_Video {
	width: 92%;
    max-width: 1920px;
    margin: 120px auto;
}

.__containedWrapper.__v2Pages ._2ColWrapper,
.__containedWrapper.__v2Pages ._2ColWrapper_Video{
    margin: 0 auto;
}

._2ColWrapper .left,
._2ColWrapper_Video .left { padding-right: 40px; }

._2ColWrapper .left img {
	border-radius: 14px;
    width: 100%;
    min-height: 450px;
    max-height: 460px;
    object-fit: cover;
    object-position: center;
}

._2ColWrapper .right,
._2ColWrapper_Video .right{
	display:flex;
    flex-direction: column;
    justify-content: center;
}

._2ColWrapper .right h2,
._2ColWrapper .left h2,
._2ColWrapper_Video h2,
._h2_header{
	font-size: 40px;
	line-height: 1.1;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

._2ColWrapper .right h3,
._2ColWrapper .left h3,
._2ColWrapper_Video h3,
._h3_header {
	font-size: 30px;
    line-height: 1.1;
    color: #000;
    text-transform: uppercase;
    width: 98%;
}

._2ColWrapper .right .mainText {
	padding-left: 20px;
    margin-top: 10px;
    border-left: 2px solid #ED6437;
}

._2ColWrapper .right .mainText p,
._2ColWrapper .right .mainText ul,
._2ColWrapper .right .mainText ul li{
	font-size: 20px;
	margin-bottom: 10px;
}

._2ColWrapper._bannerWrapper {
	background: radial-gradient(ellipse at left bottom, #34366d 1%, #1C1E4B 15%, #000000);
	flex-direction: row-reverse;
    align-items: stretch;
    border-radius: 14px;
    margin: 20px auto 0 auto;
    padding: 0;
    overflow: hidden;
}

._2ColWrapper._bannerWrapper .left {
	padding-right: 0;
    padding-left: 40px;
}

._2ColWrapper._bannerWrapper .left img {
	height: 100%;
    min-height: 0;
    width: 100%;
    object-fit: cover;
    border-radius: 0px;
    object-position: center;
}

._2ColWrapper._bannerWrapper .right {
	padding: 50px!important;
    justify-content: flex-start;
}

._2ColWrapper._bannerWrapper .right h2,
._2ColWrapper._bannerWrapper .right p {
	color: #fff!important;
}

._2ColWrapper._bannerWrapper .right p {
	opacity: .8;
}

._2ColWrapper._bannerWrapper .right .mainText {
	border: none!important;
    padding-left: 0px !important;
}

._carouselWrapper {
    max-width: 1920px;
    margin: 10px auto;
}

._carouselWrapper h2 {
	font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 50px;
    padding: 0 4vw;
}

._carouselWrapper._darkBg h2,._carouselWrapper.innerPages h2 {
	padding: 0;
    margin-bottom: 10px;
}

._carouselWrapper p {
	max-width: none!important;
}

._carouselWrapper .imgVid {
	width: 100%;
	display: flex;
    justify-content: space-between;
{!--     margin-left: -10%; --}
}

._carouselWrapper .imgVid ._multipleImgs {
	width: 31.5%;
}

._carouselWrapper .imgVid img {
	width: 100%;
	min-width: 25%;
    height: auto;
	border-radius: 12px;
    object-fit: cover;
}

._carouselWrapper._darkBg {
	background:#171e49;
    color: #fff!important;
    padding: 70px 4vw;
    max-width: none;
    width: 100%;
    margin: 120px auto 0 auto;
}

._carouselWrapper._darkBg ._carouselBtn {
	margin-left: 40px;
    white-space: nowrap;
}

._carouselWrapper._darkBg .imgVid {
	width: 100%;
	text-align: center!important;
	gap: 30px;
    margin-left: 0px;
    margin-top: 50px;
}

._carouselWrapper._darkBg .imgVid p {
	font-size: 20px;
    line-height: 1.1;
}

._carouselWrapper._darkBg .imgVid ._multipleImgs img {
	width: 100%;
    min-width: 25%;
    height: 90%;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 10px;
    border: 1px solid #333;
}
.image_summary {
    padding: 15px;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
}
._slickWrapper_media_text ._slickImgWrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
._slickImgWrapper img {
    border-radius: 15px;
}
.__containedWrapper._darkBg {
	background:#171e49;
    color: #fff!important;
    padding: 70px 4vw;
    max-width: none;
    width: 100%;
    margin: 120px auto 0 auto;
}

.__containedWrapper._darkBg ._carouselBtn {
	margin-left: 40px;
    white-space: nowrap;
}

.__containedWrapper._darkBg .imgVid {
	width: 100%;
	text-align: center!important;
	gap: 30px;
    margin-left: 0px;
    margin-top: 50px;
}

.__containedWrapper._darkBg .imgVid p {
	font-size: 20px;
    line-height: 1.1;
}

.__containedWrapper._darkBg .imgVid ._multipleImgs img {
	width: 100%;
    min-width: 25%;
    height: 90%;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 10px;
    border: 1px solid #333;
}

section._3ColBoxes {
    width: 100%;
    max-width: none;
    padding: 120px 4vw;
    margin: 0 auto;
    background-size: 100%;
    background-position: -140px -10px;
    background-repeat: no-repeat;
}

section._3ColBoxes h2 {
    font-size: 40px;
    line-height: 1.1;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

section._3ColBoxes p {
	font-size: 20px;
	max-width: none;
    margin-bottom: 20px;
}

section._3ColBoxes h4 {
	font-size: 24px;
	color: #000;
}

section._3ColBoxes .text-black p {
	color: #474A73;
    font-size: 14px;
    margin-bottom: 10px;
}

section._3ColBoxes ._3ColBoxesArrow {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 20px;
    height: auto;
}

section._3ColBoxes ._3ColBoxBtn,
.news-box ._3ColBoxBtn{
	color: #ED6437;
    text-align: center;
    font-weight: 600;
	border: 1px solid #ED6437;
    padding: 6px;
    margin-top: 20px;
    border-radius: 4px;
    transition: all 300ms ease-in-out;
}

section._3ColBoxes ._3ColBoxBtn:hover,
.news-box ._3ColBoxBtn:hover {
	color: #000;
    border: 1px solid #000;
}

footer._mainFooter {
	background: radial-gradient(ellipse at left bottom, #34366d 1%, #1C1E4B 15%, #000000);
    color: #fff!important;
    padding: 70px 4vw;
    max-width: none;
    width: 100%;
    margin: 0 auto;
}
.slick-list.draggable { height: auto!important; }

._slickWrapper .slick-slide, .__slickWrapper .slick-slide {
	padding: 0 15px;
}
._slickWrapper .slick-slide img { border-radius: 14px; }
._carouselWrapper ._slickBtnWrapper {
	width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: -95px;
    padding: 0 4vw;
}
._carouselWrapper.innerPages ._slickBtnWrapper {
	margin-top: 0px;
}
._carouselWrapper.innerPages.isCarousel ._slickBtnWrapper {
    margin-top: -50px;
    position: relative;
}
@media(max-width: 1024px) {
	._carouselWrapper.innerPages.isCarousel ._slickBtnWrapper {
      margin-top: 0px;
      position: relative;
  }
}
._carouselWrapper .slick-prev::before,
._carouselWrapper .slick-next::before {
	display: none!important;
}
._carouselWrapper ._slickBtn {
	position: unset!important;
    width: 50px!important;
    height: 50px!important;
    transform: none!important;
    margin: 0 5px;
}
._carouselWrapper .slick-dotted.slick-slider {
	margin-top: 50px;
}
._slickWrapper_media_text ._slickImgWrapper {
    padding: 0 15px;
}
._carouselWrapper .slick-dots li {
    width: 36px!important;
    height: 6px!important;
    margin: 0 4px!important;
    padding: 0!important;
    cursor: pointer!important;
}
._carouselWrapper .slick-dots li button {
	width: 36px!important;
    height: 6px!important;
    background: #ddd!important;
    padding: 0!important;
    border-radius: 20px!important;
}

._carouselWrapper .slick-dots { bottom: -35px!important; }
._carouselWrapper .slick-dots li.slick-active { width: 64px!important; } 
._carouselWrapper .slick-dots li.slick-active button { width: 64px!important; background: #ED6437!important; }
._carouselWrapper .slick-dots li button:before { display:none!important; }

@media(max-width: 767px) {
   ._carouselWrapper .slick-dots li button { width: 20px!important; }
	._carouselWrapper .slick-dots li { width: 20px!important; }
	._carouselWrapper .slick-dots li.slick-active { width: 32px!important; } 
    ._carouselWrapper .slick-dots li.slick-active button { width: 32px!important; background: #ED6437!important; }
    ._carouselWrapper .slick-dots li button:before { display:none!important; }
}
.__containedWrapper h1.__pageH1 {
	color: #ED6437;
	font-size: 56px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 40px 0 0 0;
    padding: 0;
    text-align: left;
}

.__containedWrapper h2.__pageH2 {
	color: #000;
	font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
    margin: 75px 0 0 0;
    padding: 0;
}

.__containedWrapper .__pageDesc {
	font-size: 20px!important;
    margin-bottom: 10px;
}

.__carouselWrapper .slick-track,
.__carouselWrapper .slick-track img {
	max-height: 600px;
    object-fit: cover;
}

.__carouselWrapper .slick-dots {
	margin: 0 0 50px 0;
}

.__carouselWrapper .slick-dots li button {
  width: 36px !important;
  height: 6px !important;
  background: #fff !important;
  padding: 0 !important;
  border-radius: 20px !important;
  opacity: 0.5;
}
.__carouselWrapper .slick-dots li {
  width: 36px !important;
  height: 6px !important;
  margin: 0 4px !important;
  padding: 0 !important;
  cursor: pointer !important;
}

.__carouselWrapper .slick-dots li.slick-active {
  width: 64px !important;
}

.__carouselWrapper .slick-dots li.slick-active button {
  width: 64px !important;
  opacity: 1;
}

.__carouselWrapper .slick-prev::before,
.__carouselWrapper .slick-next::before,
.__carouselWrapper .slick-dots li button:before {
	display: none!important;
}
.__carouselWrapper .__slickImgWrapper {
	border-radius: 12px;
    overflow: hidden;
}

.__carouselWrapper .__slickBtnWrapper {
	height: 50% !important;
    top: 25% !important;
}

.__slickBtnWrapper {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10;
}

.__slickBtnWrapper ._slickBtn2 {
	width: 56px;
	position: unset;
}

.__containedWrapper .__eventsWrapper {
	background: #F5F6F7;
    border-radius: 16px;
    margin-bottom: 24px;
    overflow: hidden;
}

.__containedWrapper .__eventsWrapper img {
	width: 40%;
}

.__containedWrapper .__eventsWrapper .__content {
	width: 60%;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
}

.__containedWrapper .__eventsWrapper .__content h3 {
	font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.__containedWrapper .__eventsWrapper .__content .__catWrapper {
	margin: 50px 0 0 0;
}

.__containedWrapper .__eventsWrapper .__content .__catWrapper .__cat {
	color: #ED6437;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.__containedWrapper .__eventsWrapper .__content .__cat:after { content: " | "; margin: 0 6px; }
.__containedWrapper .__eventsWrapper .__content .__cat:last-child:after { content: ""; }

.__containedWrapper {
	width: 100%;
    padding: 0 4vw;
}

.__containedWrapper.active {
	display: block!important;
}

.__resourcesWrapper h2,
.__resourcesWrapper h4 {
	color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.__resourcesWrapper h2 { font-size: 40px; margin-bottom: 40px; }
.__resourcesWrapper h4 { font-size: 30px; margin-bottom: 20px;}

.__resourcesWrapper .__row { border-bottom: 1px solid #474A7333; }

.__resourcesWrapper .__row:not(.__faqToggler) a:before { 
	content: "";
    background: #ED6437;
    width: calc(100% + 40px);
    height: 100%;
    border-radius: 8px;
    position: absolute;
    top:0;
    left: -20px;
    bottom: 0;
    opacity: 0;
    z-index: -1;
}

.__resourcesWrapper .__row:not(.__faqToggler):hover { border-bottom: 1px solid transparent; }

.__resourcesWrapper .__row:hover a:before { opacity: 1; }

.__resourcesWrapper .__row a,
.__resourcesWrapper .__row a:before,
.__resourcesWrapper .__row:hover ._fileIcon,
.__resourcesWrapper .__row:hover ._downloadIcon,
.__resourcesWrapper .__row:hover ._link1Icon,
.__resourcesWrapper .__row:hover ._link2Icon,
.__resourcesWrapper .__row:hover p { transition: all 300ms ease-in-out; }

.__resourcesWrapper .__row:hover ._fileIcon,
.__resourcesWrapper .__row:hover ._downloadIcon,
.__resourcesWrapper .__row:hover ._link1Icon,
.__resourcesWrapper .__row:hover ._link2Icon,
.__resourcesWrapper .__row:not(.__faqToggler):hover p { color: #fff; filter: brightness(999999%); }

.__resourcesWrapper .__row p { margin: 0; padding: 0; }

.__resourcesWrapper .__row.__faqToggler p {  max-width: 900px; font-size:16px; line-height: 1.3; padding: 0 0 20px 0; }
.__resourcesWrapper .__row.__faqToggler .__faqAnswer { transition: all 300ms ease-in-out; }

.__resourcesWrapper .__row.__faqToggler .__faqQuestion .__close {
	font-size: 22px;
    font-weight: 600;
    color: #BA4F2B;
    padding: 0 10px;
    transform: rotate(45deg);
    transition: all 300ms ease-in-out;
}

.__resourcesWrapper .__row.__faqToggler .__faqQuestion .__close.active {
	transform: rotate(0deg);
}

.__containedWrapper .__fpWrapper .__card {
	background: #F5F6F7;
	border-radius: 16px;
    overflow: hidden;
}
.__containedWrapper .__fpWrapper .__card img {
	width: 100%;
    height: 300px;
    object-fit: cover;
}

.__containedWrapper .__fpWrapper .__card .__content h3 {
	color: #000;
	font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.__containedWrapper .__fpWrapper .__card .__content p {
	max-width: none;
    margin: 10px 0 30px 0;
    padding: 0;
}

.__containedWrapper .__fpWrapper .__card .__content a {
	width: 100%;
	color: #ED6437;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
	border: 1px solid #ED6437;
    border-radius: 4px;
    display: block;
    padding: 4px 10px;
    transition: all 300ms ease-in-out;
}

.__containedWrapper .__fpWrapper .__card .__content a:hover {
	opacity: 0.75;
}

.__containedWrapper.__v2Pages {
	padding-top: 50px;
    padding-bottom: 50px;
   
}

.__containedWrapper.__v2Pages.__textBoxes {
	padding-top: 5px;
	margin: 0 0 5px 0;
    padding-bottom: 5px !important;
}

.__2Elements .__customTextWrapper,
.__3Elements .__customTextWrapper,
.__4Elements .__customTextWrapper{
	padding: 4px 0 6px 20px;
    margin: 0 0 0 20px;
    border-left: 2px solid #ed6437;
}
.__2Elements,
.__3Elements, 
.__4Elements {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.__2Elements .__customTextWrapper { 
    width: calc(50% - 16px); 
    margin-bottom: 50px;
}

.__3Elements .__customTextWrapper { 
    width: calc(33.33% - 16px); 
    margin-bottom: 50px;
}

.__4Elements .__customTextWrapper { 
    width: calc(25% - 16px); 
    margin-bottom: 50px;
}

.__2Elements .__customTextWrapper:first-child,
.__3Elements .__customTextWrapper:first-child,
.__4Elements .__customTextWrapper:first-child {
    border: none!important;
    padding: 4px 0 6px 0px;
    margin: 0 0 0 0px;
}

.__containedWrapper.__v2Pages.__textBoxes .__2Elements .__customTextWrapper:first-child,
.__containedWrapper.__v2Pages.__textBoxes .__3Elements .__customTextWrapper:first-child {
    margin-left: 0;
    padding-left: 0;
}

.__containedWrapper.__v2Pages.__textBoxes .__2Elements h3,
.__containedWrapper.__v2Pages.__textBoxes .__3Elements h3,
.__containedWrapper.__v2Pages.__textBoxes .__4Elements h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.1;
}

.__containedWrapper.__v2Pages.__linksFiles{
	margin-bottom: 5px;
}
.__containedWrapper.__v2Pages.__orangeBar {
	margin: 0;
    margin-top: -5px;
    padding: 25px 4vw;
}
.__containedWrapper.__v2Pages.__orangeBar a {
	background: #fff;
	color: #ED6437;
}

.__containedWrapper.__v2Pages.__orangeBar h4 {
	color: #fff;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
}





{!-- V2 UPDATES --}


.max-w-1920 {
    max-width: 1920px;
}
.z-99 {z-index:99;}
.mr-\[72px\] {
	margin-right: 72px;
}
a.arrow-link:after {
    content: "";
    width: 37px;
    height: 16px;
    display: inline-block;
    background: url(/assets/images/arrow-teal.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

a.arrow-link {
    color: #171e49 !important;
    text-decoration: none !important;
    position: relative;
    transition: all .4s;
}
a.arrow-link:hover {
 opacity: .6;
}


a.arrow-link-white:after {
    content: "";
    width: 37px;
    height: 16px;
    display: inline-block;
    background: url(/assets/images/arrow-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

a.arrow-link-white {
    color: #171e49 !important;
    text-decoration: none !important;
    position: relative;
    transition: all .4s;
}
a.arrow-link-white:hover {
 opacity: .6;
}

a.arrow-link-blue:after {
    content: "";
    width: 37px;
    height: 16px;
    display: inline-block;
    background: url(/assets/images/arrow-blue.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

a.arrow-link-blue {
    color: #171e49 !important;
    text-decoration: none !important;
    position: relative;
    transition: all .4s;
}
a.arrow-link-blue:hover {
 opacity: .6;
}

a.arrow-link-orange:after {
    content: "";
    width: 37px;
    height: 16px;
    display: inline-block;
    background: url(/assets/images/arrow-orange.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

a.arrow-link-orange {
    color: #171e49 !important;
    text-decoration: none !important;
    position: relative;
    transition: all .4s;
}
a.arrow-link-orange:hover {
 opacity: .6;
}
.navIcon {
    flex-basis: 40px;
    width: 40px !important;
    height: 40px !important;
    flex-shrink: 0;
}
@media(max-width:1279px) {
  nav a.active {
      position: relative;
      opacity: .7;
  }

  nav li.active > span a {
      position: relative;
      opacity: .7;
  }
  nav a.active:before {
      content: "";
      position: absolute;
      left: -12px;
      width: 6px;
      height: 6px;
      background: #fff;
      border-radius: 50%;
      top: 50%;
      transform: translateY(-50%);
  }
  nav li.active > span a:before {
      content: "";
      position: absolute;
      left: -12px;
      width: 6px;
      height: 6px;
      background: #fff;
      border-radius: 50%;
      top: 50%;
      transform: translateY(-50%);
  }
 }
.m-contact #form-input-newsletter-email {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
    line-height: 1.25;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-width: 1px;
    border-color: #e5e7eb;
    border-radius: 1.5rem;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.font-light { font-family: "Montserrat", Arial, sans-serif; font-weight: 300 }
.font-normal { font-family: "Montserrat", Arial, sans-serif; font-weight: 400 }
.font-bold { font-family: "Montserrat", Arial, sans-serif; font-weight: 700; }

.primary-bg { background: #31346D; }
.primary-color { color: #31346D; }
.primary-border { border-color: #31346D; }

@media (min-width: 1280px) {
  .xl\:primary-color {
    color: #31346D !important;
  }
}

.primaryD-bg { background: #171E49; }
.primaryD-color { color: #171E49; }
.primaryD-border { border-color: #171E49; }

.secondary-bg { background: #5f64cc; }
.secondary-color { color: #5f64cc; }
.secondary-border { border-color: #5f64cc; }

.purple-bg { background: #5B64D9; }
.purple-color { color: #5B64D9; }
.purple-border { border-color: #5B64D9; }

.light-purple-bg { background: #727690; }
.light-purple-color { color: #727690; }
.light-purple-border { border-color: #727690; }

.hover\:purple-bg:hover { background: #5B64D9; }
.hover\:purple-color:hover { color: #5B64D9; }
.hover\:purple-border:hover { border-color: #5B64D9; }

.hover\:orange-border:hover { border-color: #ef613b; }

@media (min-width: 1280px) {
  .hover\:xl\:purple-color:hover { color: #5B64D9 !important; }
}
.hover\:thin-line:hover {
   text-decoration-thickness: 1px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: rgba(255,255,255,.4);
    text-underline-offset: 2px;
}
.mainContainer.contained {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	//overflow-x: hidden;
}
.icon-button {
	min-height:132px;
}
:root {
	--white: #fff;
    --off-white: #f9f9f9;
    --dark-blue: #31346D;
    --light-blue: #5f64cc;
    --news-h1: 1.35rem;
	--news-h2: 1.25rem;
	--news-h3: 1.20rem;
	--news-h4: 1.15rem;
	--news-h5: 1.1rem;
}
@media(min-width: 1024px) {
  :root {
	--news-h1: 1.5rem;
	--news-h2: 1.4rem;
	--news-h3: 1.3rem;
	--news-h4: 1.2rem;
	--news-h5: 1.1rem;
  }
}
@media(min-width: 1600px) {
  :root {
	--news-h1: 1.875rem;
	--news-h2: 1.6rem;
	--news-h3: 1.5rem;
	--news-h4: 1.3rem;
	--news-h5: 1.1rem;
  }
}
.bg-dark-blue, button.bg-dark-blue {
	background-color: #31346D;
}
.hover\:bg-dark-blue:hover {
	background-color: #31346D;
}
.news h1 {
	font-size: var(--news-h1);
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 30px;
}
.news h2,
#privacy-notice-policy h2,
#cookie-notice-policy h2 {
	font-size: var(--news-h2);
    line-height: 1.1;
    margin: 0 0 10px;
    font-weight: bold;
    padding-top: 10px;
}
.news h3,
#privacy-notice-policy h3,
#cookie-notice-policy h3 {
	font-size: var(--news-h3);
    line-height: 1.1;
    font-weight: bold;
    margin: 0 0 15px;
    padding-top: 10px;
}
.news h4 {
	font-size: var(--news-h4);
    line-height: 1.1;
    font-weight: bold;
    margin: 0 0 15px;
    padding-top: 10px;
}
.news h5 {
	font-size: var(--news-h5);
    line-height: 1.1;
    margin: 0 0 15px;
    font-weight: bold;
    padding-top: 10px;
}

.header-spacer {
    display: block;
    height: 64px;
}
.header-spacer.banner-visible {
    display: block;
    height: 159px;
}
@media(min-width:1279px) {
  .header-spacer {
      display: block;
      height: 88px;
  }
  .header-spacer.banner-visible {
      display: block;
      height: 183px;
  }
}
.content-wrapper ul:not(.slick-dots), .content-wrapper ol {
    list-style: none;
    margin-left: 30px;
    margin-bottom: 20px;
}
.content-wrapper ul.mx-0 {
	margin-left: 0;
}
.content-wrapper .hbspt-form ul {
	margin-left: 0;
    margin-bottom: 5px;
}
.content-wrapper .hbspt-form ul li.hs-form-checkbox label > span {
	margin-left: 8px;
}
.content-wrapper li {
    line-height: 27px;
    font-size: 18px;
    max-width: 700px;
    list-style: none;
    position: relative;
}
.content-wrapper .news li:before {
    content: "\00BB";
    position: absolute;
    left: -20px;
    line-height: 24px;
    top: 0;
    color: #5b64d9;
}
.content-wrapper ul.arrow-list {
  margin-left: 35px;
}
.content-wrapper ul.arrow-list li:before {
	content: "";
    background: url('/assets/images/arrow-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    left: -30px;
}
@media(min-width:1280px) {
  .underline-link, .sub-underline-link .text-underline {
      position: relative;
  }
  .sub-underline-link .text-underline:before {
      content: "";
      width: 100%;
      height: 3px;
      left: 0;
      position: absolute;
      right: 0;
      bottom: 15px;
      transform: translateY(20px) scaleX(0);
      transition: transform .3s ease-in-out;
      transform-origin: right;
  }
  .underline-link:before {
      content: "";
      width: 100%;
      height: 3px;
      left: 0;
      position: absolute;
      right: 0;
      bottom: 50%;
      transform: translateY(20px) scaleX(0);
      transition: transform .3s ease-in-out;
      transform-origin: right;
      display:none!important;
  }
  .underline-link:hover:before,.underline-link.active:before, .sub-underline-link:hover .text-underline:before, .sub-underline-link.active .text-underline:before  {
      transform: translateY(20px) scale(1);
      transform-origin: left;
  }
  .underline-white:before {
      background: var(--white);
  }
  .underline-dark-blue:before, .sub-underline-link.sub-underline-dark-blue .text-underline:before {
      background: var(--dark-blue);
  }
}
.button-shadow {
	filter: drop-shadow(3.90381px 3.90381px 3.90381px rgba(0, 0, 0, 0.25));
}
.hover\:button-shadow:hover {
	filter: drop-shadow(3.90381px 3.90381px 3.90381px rgba(0, 0, 0, 0.25));
}
.band-light {
	background-color: var(--white);
}
.band-light-alt, .bg-color-off-white {
	background-color: var(--off-white);
}
.band-pattern-bg {
	background-image: url(/assets/images/logo-pattern-background.png);
    background-size: cover;
    background-position: center;
}
.text-dark-blue {
	color: var(--dark-blue);
}
.text-light-blue {
	color: var(--light-blue);
}
.content-wrapper p, p {
	margin: 0 0 20px;
    font-size: 18px;
    max-width: 700px;
}
.content-wrapper ul, ul {
	font-size: 18px;
}
.content-wrapper p:last-child {
    margin: 0;
}
p a:not(.no-underline), .content-wrapper ul a:not(.no-underline) {
	color: var(--light-blue);
    text-decoration: underline;
}
p a:hover,  .content-wrapper ul a:hover {
	color: var(--dark-blue);
}
/* CUSTOM –– NAVIGATION*/
.searchField > input {
	width: 0%;
}
.searchField:hover > input,
.searchField input:active,
.searchField input:focus {
	width: 100%;
	padding: 0 15px;
}

/* CUSTOM –– HOMEPAGE */
.dynamicProdContent {
	opacity: 0;
	visibility: hidden;
}

.dynamicProdContent.active {
	opacity: 1;
	visibility: visible;
}

.dynamicProdContent h2,
.dynamicProdContent figure,
.dynamicProdContent p,
.dynamicProdContent a {
	opacity: 0;
	visibility: hidden;
}

.dynamicProdContent figure,
.dynamicProdContent p,
.dynamicProdContent a {
	transform: scale(.75);
	transform-origin: top left;
	transition: all 650ms ease-in-out;
}

.dynamicProdContent.active h2,
.dynamicProdContent.active figure,
.dynamicProdContent.active p,
.dynamicProdContent.active a {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.carouselDot {
	transition: all 500ms ease-in-out;
}

.carouselDot.active {
   background: #171e49;
}
.scanGraphic {
	position: absolute;
	top: -340px;
    right: -300px;
	animation: rotateGraphic 60s linear infinite;
}
@keyframes rotateGraphic {
  1% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


@media(min-width: 768px) {
  .productWrapper {
	  background: url('/assets/images/team-award-background.jpg');
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-color: var(--dark-blue);
  }
  #product-overview-simplify-the-workflow-demo h2 {line-height:1.2em;}
  #product-overview-simplify-the-workflow-demo h2 b {display:block; font-weight:900}
}
.productWrapper {
	background-color: var(--dark-blue);
}
@media(max-width:1023px) {
  nav.mobile-menu {
	  transform: translateX(-100%);
	  background: var(--dark-blue);
  }
}
.responsive-video iframe,
.responsive-video video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.responsive-video:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.responsive-video.ratio-4-3:before {
    content: "";
    display: block;
    padding-top: 75%;
}
.responsive-video {
    position: relative;
    width: 100%;
}
blockquote footer {
    font-size: 16px;
    margin: 10px 0;
    font-style: italic;
}

blockquote p:after {
    content: "”";
    color: #5f64cc;
    font-size: 40px;
    line-height: 18px;
    vertical-align: bottom;
    display: inline;
    margin-left: 3px;
}
blockquote p:before {
    content: "“";
    position: absolute;
    left: -20px;
    top: 0;
    font-size: 40px;
    line-height: 1;
    color: #5f64cc;
}
blockquote p {
    position: relative;
    margin: 0;
    font-size: 20px;
}
blockquote {
    padding: 0 20px 20px;
}
@media(min-width:1201px) {
  .inner-hero {
      height: 50vh;
      min-height: 450px;
      max-height: 500px;
      position:relative;
  }
  #productVideo
    .inner-hero {
      height: 65vh;
      min-height: 500px;
      max-height: 600px;
      position:relative;
  }
}
@media(min-width:1024px) and (max-width:1200px){
  .inner-hero {
      height: 40vh;
      min-height: 350px;
      max-height: 400px;
      position:relative;
  }
  #productVideo
    .inner-hero {
      height: 50vh;
      min-height: 400px;
      max-height: 450px;
      position:relative;
  }
}
.inner-hero > div {
	z-index: 10;
	position:relative;
}

.inner-hero:not(.videoWrapper):before {
	content: "";
	z-index: 1;
	position:absolute;
	width: 100%;
	height: 100%;
	inset: 0;
    left:0;
    top: 0;
	background-color: rgba(23,30,73,0.65);
}




{!-- HERE --}





/* Literature page css added by MUZI */

.hover-box:hover {
	background:#727690;
	transition:.5s;
	color:#fff;
	cursor: pointer;
}

.hover-box:hover span {
	display:none;
}

.hover-box:hover h5 {
	color:#fff;
}
.readmore {
	display:none;
}

.hover-box:hover .readmore {
	display:block;
}
li::marker{
	color:#ed6437;
}
@media (min-width: 1024px){
#boxesContainer .lg\:w-1\/3 {width: 31.333%;min-height: 450px;}
}
@media (max-width: 1279px){
  .m-nav {
	transform: translateX(-100%);
	transition: all .4s;
	background: #161e49;
	overflow-y: auto;
    width: 100%;
    z-index: 100000;
    display: block;
  }
  nav .navIcon { display: none; }
  .m-nav.active {
    left: 0;
  	-moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #mobile-toggle .icon-wrap span {
  	transition: all .4s;
  }
  #mobile-toggle.active .icon-wrap span:nth-of-type(1) {
  	transform: translate(0px, 10px) rotate(45deg);
  }
  #mobile-toggle.active .icon-wrap span:nth-of-type(2) {
  	opacity: 0;
  }
  #mobile-toggle.active .icon-wrap span:nth-of-type(3) {
  	transform: translate(0px, -6px) rotate(-45deg);
  }
}
.slick-track {display:flex !important;}
.slick-track .slick-slide {height: inherit !important;}
.slider-controls {
    text-align: center;
    margin-top: 20px;
}
.slider-controls button {
    display: inline-block;
    position: relative;
    left: initial;
    right: initial;
    width: auto;
    vertical-align: middle;
}
.slider-controls .slide-dots {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.slide-dots ul.slick-dots {
    position: relative;
    bottom: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}
.slide-dots .slick-dots li {
    height: 24px;
    width: 24px;
    margin: 0;
    text-align: center;
}
/*** Freeform Styles and  Hubspot Form Styles and Login ***/

.hbspt-form {
    margin-bottom: 10px;
}
.freeform-row .freeform-column label,
.hbspt-form label,
.login-form label{
     margin: 0px 0 10px 0px;
     display: block;
     font-weight: bold;
     font-size: 16px;
}
.hs-form-required {
  color: red;
}
.hbspt-form fieldset.form-columns-2 {
    display: flex;
}
.hbspt-form fieldset.form-columns-2 .hs-form-field:nth-of-type(1) {
    padding: 10px 0;
    margin: 0 15px 0 0;
    box-sizing: border-box;
}
.hbspt-form fieldset.form-columns-2 .hs-form-field:nth-of-type(2) {
    padding: 10px 0;
    margin: 0 0 0 15px;
    box-sizing: border-box;
}
@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  .hbspt-form fieldset.form-columns-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .hbspt-form fieldset.form-columns-2 .hs-form-field:nth-of-type(1),
  .hbspt-form fieldset.form-columns-2 .hs-form-field:nth-of-type(2) {
      margin: 0;
  }
}
.hs-form-field {
    padding: 10px 0;
    margin: 0 0;
    box-sizing: border-box;
}
.hbspt-form ul.no-list.hs-error-msgs.inputs-list {
    margin: 5px 0 0;
}
.hs-richtext {
    margin: 0 0 30px;
}
.hs-richtext p {
    font-size: 14px;
    max-width: 100%;
    display: block;
}
.freeform-row input[type=text],
.freeform-row input[type=email],
.freeform-row select,
.hbspt-form input[type=text],
.hbspt-form input[type=email],
.hbspt-form select,
.login-form input[type=text],
.login-form input[type=password],
.login-form input[type=email],
.login-form select {
    padding: 12px !important;
    border-radius: 10px;
    background-color: #fff;
    background: #fff;
    color: #4e4e4e;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    height: 48px;
    -webkit-appearance:none;
    width: 100% !important;
}
.freeform-row select,
.hbspt-form select,
.login-form select{
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
}
.freeform-row textarea,
.hbspt-form textarea{
    padding: 12px !important;
    border-radius: 10px;
    background-color: #fff;
    color: #4e4e4e;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 10px  rgba(0, 0, 0, 0.2);
    width: 100% !important;
    min-height: 200px;
}
.freeform-row button[type=submit],
.hbspt-form input[type=submit]{
    background: #161e49;
    color: #fff;
    line-height: 2.5rem;
    padding: 0 20px;
    border-radius: 10px;
    margin: 10px 0 0 0;
    opacity: 1;
    transition: all 200ms ease-in-out;
    cursor: pointer;
}
.subscribe-form .hbspt-form .field>label,
.input-arrow .hbspt-form .field>label {
	display:none;
}
.input-arrow .hbspt-form input[type=submit] {
	position: absolute;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    --tw-translate-y: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    width: 46px;
    top: 50%;
    right: 4px;
    z-index:20;
    padding:0;
    margin:0;
    background-color: transparent;
	background-image: none;
    overflow: hidden;
	text-indent: 56px;
}
.subscribe-form .hbspt-form input[type=submit] {
	line-height: inherit;
    margin: 0;
}
.freeform-row button[type=submit]:hover,
.hbspt-form  input[type=submit]:hover {
    opacity: .75; 
}
.freeform-row .freeform-input.error,
#form-input-newsletter-email.error {border: 1px solid red;}

.hbspt-form fieldset.form-columns-2, .hbspt-form fieldset.form-columns-1 {
    max-width: 100%;
}

.card-desc {
  overflow-y: auto;
}
.card-desc::-webkit-scrollbar {
  width: 5px;
  background: rgba(255,255,255,.5);
  margin-right: 0px;
}
.card-desc::-webkit-scrollbar-thumb {
  background: #171E49;
}

{!-- SUPPORT FORM --}
#supportForm .fieldsWrapper { display:flex; flex-wrap: wrap; align-items: end;}
#supportForm .fieldsWrapper label { 
    width: 50%;
    font-weight: bold;
    display: block;
    flex-direction: column;
    padding: 0 30px 0 0;
    margin: 15px 0;
}
@media(max-width:767px) {
  #supportForm .fieldsWrapper { display:flex; flex-wrap: wrap; }
  #supportForm .fieldsWrapper label { 
      width: 100%;
      padding: 0;
  }
}
#supportForm .fieldsWrapper label.w-full { 
    width: 100%;
}
#supportForm input[type=text],
#supportForm input[type=email],
#supportForm select {
    width: 100%;
    padding: 10px 12px !important;
    border-radius: 10px;
    background-color: #fff;
    color: #4e4e4e;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    height: 48px;
    -webkit-appearance: none;
}
#supportForm select {
    -webkit-appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
}
#supportForm label span { width: auto; display: inline-block; margin: 0 0 10px 0px; }
#supportForm label sup { color: red; font-weight: bold; text-decoration: none; }
#supportForm textarea {
    width: 100%;
    padding: 10px 12px !important;
    border-radius: 10px;
    background-color: #fff;
    color: #4e4e4e;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
}

#supportForm input[type=submit] {
    background: #161e49;
    color: #fff;
    line-height: 2.5rem;
    padding: 0 20px;
    border-radius: 10px;
    margin: 10px 0 0 0;
    opacity: 1;
    transition: all 200ms ease-in-out;
    cursor: pointer;
}
#supportForm input[type=submit]:hover {
    opacity: .75; 
}
/* Tooltip  */
/* START TOOLTIP STYLES */
[tooltip] {
  position: relative;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 4px;
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; 
  font-size: .9em; 
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  width: 1000%;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  color: #000000;
  z-index: 1000;
  border: 1px solid #171e49;
  z-index: 1000;
}

/* Make the tooltips respond to hover */
[tooltip]:hover:before,
[tooltip]:hover:after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']:before,
[tooltip='']:after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
  left: 10px;
  transform: translate(0%, -.5em);
}
[tooltip]:after {
  bottom: calc(100% + 5px);
  left: 0;
  transform: translate(0%, -.5em);
}
/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(0%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:hover::before,
[tooltip]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}
form .freeform-row .freeform-column .freeform-label.freeform-required:after {
    content: "*";
    margin-left: 0px;
    color: red;
}
@media(max-width:767px) {
  .wrapper .freeform-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0px;
    flex-wrap: wrap;
  }
  .wrapper .freeform-row .freeform-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: none;
    padding: 10px 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
  }
}
input[type='submit'].orange-subscribe {
    background: #ef613b;
    color: #fff;
    transition: all .4s;
}
input[type='submit'].orange-subscribe:hover {
    background: #171e49;
    color: #fff;
}
.square {
    position: relative;
}
@media(min-width: 1024px) {
  .square:before {
      content: "";
      position: relative;
      display: block;
      width: 100%;
      padding-top: 88%;
  }
}
.m-rect {
    position: relative;
}
@media(max-width:1023px) {
  .m-rect:before {
    content: "";
    padding-top: 50%;
    display: block;
  }
}
.blog-overlay {
    position: relative;
}
.blog-overlay:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 80%;
    background: #222;
    background: rgba(0,0,0,0.8);
    background: linear-gradient(0deg, rgba(0,0,0,0.90) 0%, rgba(0,0,0,0) 100%);
}
.border-blue {
    border-color: #171e49;
}

div#scroll-indicator {
    height: 8px;
    position: fixed;
    width: 100%;
    top: 64px;
    z-index: 5;
    max-width: 1920px;
    overflow: hidden;
}
#scroll-indicator span{
   position: absolute;
   width: 0%;
   height: 100%;
   left: 0;
   top: 0;
   background: #53c0dc;
}
@media(min-width: 1280px) {
  div#scroll-indicator {
      height: 10px;
      top: 90px;
  }
}
.blog-cats {
    max-width: 890px;
    margin: 0 0 0 auto;
}
.blog-cats button.slick-next {
    width: 30px;
    height: 30px;
    right: 0;
}
.blog-cats button.slick-prev {
    width: 30px;
    height: 30px;
    left: 0;
}
.blog-cats button.slick-next:before,
.blog-cats button.slick-prev:before{
    display: none;
}
.blog-cats button.slick-next svg,
.blog-cats button.slick-prev svg{
    width: 30px;
    height: 30px;
}
.blog-cats .slick-disabled {
    opacity: 0.2;
    pointer-events:none;
}
.blog-cats .slick-slide {
    display: none;
    min-height: 1px;
    height: inherit;
}
.blog-cats .slick-track {
  display: flex;
    align-content: center;
    align-items: center;
}
@media(max-width:980px) {
  .blog-cats {
    padding: 0 15px;
    max-width: 560px;
    margin: 0 auto 0 auto;
  }
  .blog-cats button.slick-next {
    width: 30px;
    height: 30px;
    right: -15px;
  }
  .blog-cats button.slick-prev {
      width: 30px;
      height: 30px;
      left: -15px;
  }
}
.animated-circle, .single-animated-circle {
    background-image: url(/assets/images/scan-graphic-scaled.svg);
    background-position: -300px -300px;
    background-size: 800px;
    background-repeat: no-repeat;
    background-color: #f9fafb;
    position: relative;
}
.animated-circle > * {
   z-index: 10;
   position: relative;
}
.animated-circle:before {
    content: "";
    width: 800px;
    height: 800px;
    position: absolute;
    right: -300px;
    top: 20%;
    background-image: url(/assets/images/scan-graphic-scaled.svg);
    background-position: center;
    background-size: cover;
    display: block;
    z-index: 1;
}
.animated-circle:after {
    content: "";
    width: 800px;
    height: 800px;
    position: absolute;
    left: -300px;
    bottom: 5%;
    background-image: url(/assets/images/scan-graphic-scaled.svg);
    background-position: center;
    background-size: cover;
    display: block;
    z-index: 1;
}
.subscribe-form.right {
   max-width: 450px;
   margin: 0 0 0 auto;
}
.subscribe-form.center {
   max-width: 450px;
   margin: 0 auto 0 auto;
}
.subscribe-form {
    position: relative;
}
.subscribe-form .hbspt-form input[type='email'],
.subscribe-form input[type='email'] {
    width: 100%;
    padding: 16px 20px !important;
    border-radius: 100px;
    height: auto;
    line-height: 1.25;
    border: 1px solid rgb(229,231,235);
    box-shadow: rgb(0 0 0 / 0%) 0 0 0 0, rgb(0 0 0 / 0%) 0 0 0 0, rgb(0 0 0 / 10%) 0 10px 15px -3px, rgb(0 0 0 / 10%) 0 4px 6px -3px;
}
.subscribe-form .hs-error-msgs {
    margin: 10px 20px 0;
}
.subscribe-form .hs-error-msgs label {
    font-size: 14px;
}
.subscribe-form input[type='submit'] {
    position: absolute;
    top: 19px;
    right: 11px;
    padding: 8px 16px;
    border-radius: 100px;
    cursor: pointer;
    font-size: .875rem;
    text-transform: uppercase;
    color: #fff;
    background: #ef613b;
    z-index: 20;
    transform: translateY(0%);
    transition: all .4s;
}
.subscribe-form input[type='submit']:hover {
    background: #222;
}
.subscribe-form .submitted-message {
    text-align: center;
}
.thankyou-pop-wrap {
    position: fixed;
    inset: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
    align-items: center;
    align-content: center;
}
.thankyou-pop-wrap.active {
    display: flex;
}
.thankyou-pop {
    position: relative;
    padding: 20px;
    background: #fff;
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.tp-heading {
    font-size: 24px;
    font-weight: 800;
}
button#close-thankyou {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: all .4s;
}
button#close-thankyou:hover {
    opacity: .5;
}
#showChangePW {
  position: absolute;
  width: 1px;
  height: 1px;
}
#changePW-wrap {
  display: none;
}
label.showChangePWLabel {
    background: #171e49;
    position: relative;
    display: inline-block;
    width: 80px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 30px;
    margin: 0;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: top;
}
label.showChangePWLabel:before {
    content: "";
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #52c0dc;
    height: 30px;
    display: block;
    z-index: 1;
    transition: all .4s;
}
label.showChangePWLabel span {
    width: 40px;
    text-align: center;
    display: block;
    float: left;
    position: relative;
    z-index: 10;
}
#showChangePW:checked ~ label.showChangePWLabel:before {
  left: 40px;
}
#changePW-wrap.active {
  display: block;
}
.content-wrapper ul.w-bullets, .content-wrapper ul.w-bullets li {
    list-style: disc;
}
.content-wrapper ul.w-alpha, .content-wrapper ul.w-alpha li {
    list-style: lower-alpha;
}
.content-wrapper ul.w-dash, .content-wrapper ul.w-dash li {
    list-style: '-';
}
#privacy-notice-policy li,
#cookie-notice-policy li{margin-bottom: 0.5em;}
.content-wrapper ul.w-two-digit, .content-wrapper ul.w-two-digit li,
.content-wrapper ol.w-two-digit, .content-wrapper ol.w-two-digit li {
    list-style: decimal-leading-zero;
}
table.bordered-table {border:1px solid black; border-collapse:collapse; margin-bottom: 1em;}
table.bordered-table td {border: 1px solid black; border-collapse:collapse; padding: 5px;}
div#results ul {
    margin: 0;
}
div#results ul li {
    margin: 0 0 10px;
}
.processing.login-form:before {
    content: "";
    border-top: 4px solid #171e49;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    animation: .8s spinner linear infinite;
    z-index: 10;
}
@keyframes spinner {
	0% {
    	transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
   	transform: translate(-50%, -50%) rotate(360deg);
  }
}
.processing.login-form form {
    opacity: .5;
    z-index: 1;
}
.processing.login-form {
    position: relative;
}
.processing.login-form button, .processing.login-form form {
    pointer-events: none;
}
[class*="hs_LEGAL_CONSENT"] ul {
	margin: 0;
}
[class*="hs_LEGAL_CONSENT"] ul input {
	vertical-align: middle;
	display: inline-block;
	margin: 6px 0 0;
}
#memberlist .memberlistHead {font-weight:bold; font-size: 1.1em; line-height:1em; padding-top:5px;padding-bottom:15px; border-bottom: 1px solid #31346D;}
.complete-profile #result {font-family:"Montserrat", Arial, sans-serif; font-size: 1.5rem; font-weight: bold; color: #31346D}

@media(min-width: 1024px) { 
  #about-global-health-our-impact {
    padding-top: 250px !important; 
    padding-bottom: 250px !important;  
  }
}
@media only screen and (max-width: 640px	) {
	.slider-controls .slide-dots {display:none;}
	.slick-arrow {min-width: 48px;}
	.slick-arrow img.h-6 {height: 48px; margin:0 auto;}
}
#cookieConsentFormWrapper {
  background: #fff;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100000000 !important;
  border-bottom: 1px solid #cbd6e2;
  border-top: 1px solid #cbd6e2;
  box-shadow: 0 1px 5px #eaf0f6;
  color: #33475b;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400 !important;
  line-height: inherit;
  text-align: left;
  text-shadow: none !important;
  font-size: 12px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  line-height: 18px;
}
#cookieConsentFormWrapper form {
  background: #fff;
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px;
}
#cookieConsentFormWrapper p {
  margin: 0 72px 12px;
  color: #33475b;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400 !important;
  line-height: inherit;
  text-align: left;
  text-shadow: none !important;
}
#cookieConsentFormWrapper input[type=submit],
#cookieConsentFormWrapper button,
#cookieConsentFormWrapper input[type=button] {
background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #0091ae;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400 !important;
  line-height: inherit;
  text-align: left;
  text-shadow: none !important;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 16px !important;
  margin: 6px !important;
  text-decoration: none !important;
}
#cookieConsentFormWrapper input[type=submit] {
  background-color: #425b76 !important;
  border: 1px solid #425b76 !important;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400 !important;
  line-height: inherit;
  text-align: left;
  text-shadow: none !important;
}
#cookieConsentFormWrapper button,
#cookieConsentFormWrapper input[type=button] {
  border: 1px solid #425b76 !important;
  color: #425b76;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400 !important;
  line-height: inherit;
  text-align: left;
  text-shadow: none !important;
}
#cookieConsentFormWrapper a {
    background: none!important;
    border: none!important;
    box-shadow: none!important;
    color: #0091ae;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400!important;
    line-height: inherit;
    text-align: left;
    text-shadow: none!important;
    text-decoration: none!important;
}
#cookieConsentFormWrapper a:hover {
    text-decoration: underline!important;
}
@media screen and (max-width:800px) {
	#cookieConsentFormWrapper p {
    	margin: 0 20px 12px
    }
    #cookieConsentFormWrapper .flex.justify-end.mr\-\[72px\] {
    	justify-content: center;
        margin-right: 0;
    }
}
@media screen and (max-width:480px) {
	#cookieConsentFormWrapper form {
    	padding: 8px 14px 14px !important;
    }
    #cookieConsentFormWrapper p {
    	font-size: 12px !important;
    	margin-bottom: 12px !important;
    	line-height: 15px !important;
    }
}


#_form_7 ._form_7._inline-form {width: 100% !important;background:transparent !important; padding: 0; margin: 10px 0;}
#_form_7 ._form_7._inline-form ._form-label {display:none !important;}
#_form_7 ._form_7._inline-form ._form_element {margin: 0 !important;  width: 100% !important;  float: none !important;}
#_form_7 ._form_7._inline-form ._form_element input#email {width: 100% !important;}
#_form_7 ._form_7._inline-form ._button-wrapper {margin: 0;  width: 50px;  height: 100%;  position: absolute;  right: 0;  top: 0;  z-index: 99;}
#_form_7 ._form_7._inline-form ._button-wrapper #_form_7_submit {position: absolute;  top: 0;  right: 0;  bottom: 0;  background: transparent !important;  color: transparent !important;  opacity: 0.1;}

#_form_5_top ._form_5._inline-form {width: 100% !important;background:transparent !important; padding: 0; margin: 0;}
#_form_5_top ._form_5._inline-form ._form-label {display:none !important;}
#_form_5_top ._form_5._inline-form ._form_element {margin: 0 !important;  width: 100% !important;  float: none !important;}
#_form_5_top ._form_5._inline-form ._form_element input#email {width: 100%;  padding: 16px 20px !important;  border-radius: 100px;  height: auto;  line-height: 1.25;  border: 1px solid rgb(229,231,235);  box-shadow: rgb(0 0 0 / 0%) 0 0 0 0, rgb(0 0 0 / 0%) 0 0 0 0, rgb(0 0 0 / 10%) 0 10px 15px -3px, rgb(0 0 0 / 10%) 0 4px 6px -3px;}
#_form_5_top ._form_5._inline-form ._button-wrapper {margin: 0;  width: 50px;  height: 100%;  position: absolute;  right: 0;  top: 0;  z-index: 99;}
#_form_5_top ._form_5._inline-form ._button-wrapper #_form_5_submit {position: absolute;  top: 7px;  right: 11px;  padding: 8px 16px !important;  border-radius: 100px !important;  cursor: pointer;  font-size: .875rem;  text-transform: uppercase;  color: #fff !important;  background: #ef613b !important;  z-index: 20;  transform: translateY(0%);  transition: all .4s;}
#_form_5_top ._form_5._inline-form ._button-wrapper #_form_5_submit:hover {background:#222 !important;}

#_form_5_bottom ._form_5._inline-form {width: 100% !important;background:transparent !important; padding: 0; margin: 0;}
#_form_5_bottom ._form_5._inline-form ._form-label {display:none !important;}
#_form_5_bottom ._form_5._inline-form ._form_element {margin: 0 !important;  width: 100% !important;  float: none !important;}
#_form_5_bottom ._form_5._inline-form ._form_element input#email {width: 100%;  padding: 16px 20px !important;  border-radius: 100px;  height: auto;  line-height: 1.25;  border: 1px solid rgb(229,231,235);  box-shadow: rgb(0 0 0 / 0%) 0 0 0 0, rgb(0 0 0 / 0%) 0 0 0 0, rgb(0 0 0 / 10%) 0 10px 15px -3px, rgb(0 0 0 / 10%) 0 4px 6px -3px;}
#_form_5_bottom ._form_5._inline-form ._button-wrapper {margin: 0;  width: 50px;  height: 100%;  position: absolute;  right: 0;  top: 0;  z-index: 99;}
#_form_5_bottom ._form_5._inline-form ._button-wrapper #_form_5_submit {position: absolute;  top: 7px;  right: 11px;  padding: 8px 16px !important;  border-radius: 100px !important;  cursor: pointer;  font-size: .875rem;  text-transform: uppercase;  color: #fff !important;  background: #ef613b !important;  z-index: 20;  transform: translateY(0%);  transition: all .4s;}
#_form_5_bottom ._form_5._inline-form ._button-wrapper #_form_5_submit:hover {background:#222 !important;}

.viewSpecialties {
	cursor:pointer;
}

#copyToClipboardSuccess {
	position: absolute;
    bottom: 100%;
	right: -2em;
    left: -2em;
    background: white;
	border: 1px solid #171e49;
    border-radius: 1em;
	padding: .5em .5em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2em;
	text-align: center;
    color: #31346D;
    opacity:0;
    transition: all .25s linear;
}
.share-text, .shareBtn, .share-link {transition: all 0s linear;}
.center-image {position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%);}
.mw-800 {max-width: 800px;}
#product-overview-simplify-the-workflow-demo h2 {font-size: }


.navLinkSpace {
    padding-left: 1.25rem;
    padding-right: 0.25rem;
}
.mobileDropdown {
	max-height: auto;
}
.mobileDropdown.activate {
    max-height: 0px;
}
@media screen and (max-width:1279px){
    .navLinkSpace {
    	padding-left: 0;
    	padding-right: 0;
	}
	.mobileDropdown {
		max-height: 0;
        overflow: hidden;
        transition: all 350ms ease-in-out;
	}
    .mobileDropdown.activate {
		max-height: 500px
	}
    .navExpandIcon {
    	margin-left: 20px!important;
    }
}

@media (max-width: 1280px ){
	.m-nav.active { background: #fff; height: calc(100% - 64px); }
    .m-nav.active .text-white { color: #000!important; }
	.m-nav.active ul li span.flex, .m-nav.active ul li .mobileDropdown div div div a  { justify-content: center; }
    .m-nav.active ul li span.flex a { padding: 8px 0;}
	.m-nav.active .mobileDropdown.activate { border-bottom: 1px solid #eee; border-top: 1px solid #eee; padding: 5px 0; }
    #mainHeader .headerWrapper .mainNavigation .contactBtn { justify-content: center; }
    #mainHeader .headerWrapper .mainNavigation .contactBtn span { width: 100%; text-align: center; }
    .m-nav.active > div.block.w-full.bg-gray-50 { display: none!important; }
}

@media (max-width: 1080px ){
   	#homepageHero.inner-hero, ._carouselWrapper .imgVid img { height: 50vh; }
    #homepageHero.inner-hero .innerContent { padding: 30px 40px 0px; }
    ._2ColWrapper, ._2ColWrapper_Video { margin: 60px auto; width: 100%;}
    ._2ColWrapper .right, ._2ColWrapper_Video .right { padding-left: 0 !important;}
	._2ColWrapper .left, ._2ColWrapper_Video .left { padding-right: 20px; }
    ._2ColWrapper .right .mainText p, ._carouselWrapper._darkBg .imgVid p,
    ._2ColWrapper .right .mainText ul,
	._2ColWrapper .right .mainText ul li { font-size: 16px; }
    ._2ColWrapper .left img { min-height: inherit; }
    ._2ColWrapper._bannerWrapper .left { padding-left: 20px; }
    ._2ColWrapper._bannerWrapper .right { padding: 40px !important;}
    ._2ColWrapper._bannerWrapper .right h2 { font-size: 30px; }
    ._carouselWrapper { margin: 60px auto 100px auto; width: 100% !important;}
    ._carouselWrapper._darkBg {
        background: radial-gradient(ellipse at left bottom, #34366d 1%, #1C1E4B 15%, #000000);
        color: #fff !important;
        padding: 70px 4vw;
        margin: 60px auto 0 auto; 
      }
      section._3ColBoxes {
        padding: 60px 4vw;
        background-position: -90px 0px;
    }
    ._pageHeaderBg { height: 80vh; }
    ._pageHeaderBg ._bgImg { top: 12vh; }
}

@media (max-width: 768px ){
	._2ColWrapper { flex-direction: column-reverse!important; }
	._2ColWrapper .left, ._2ColWrapper_Video .left { width:100%!important; padding-right: 0px; }
	._2ColWrapper .right, ._2ColWrapper_Video .right { width:100%!important; margin-bottom: 20px; }
    ._2ColWrapper .left img { width: 100%; }
    ._2ColWrapper .aiImage { max-height: 50vh; }
	._2ColWrapper._bannerWrapper .left { padding-left: 0px; }
    ._2ColWrapper._bannerWrapper .left img { max-height: 25vh; }
    ._2ColWrapper._bannerWrapper .right { margin-bottom: 0px; }
    ._carouselWrapper._darkBg ._mainContent { flex-direction: column; }
    ._carouselWrapper._darkBg ._mainContent .w-full { width: 100%; }
    ._carouselWrapper._darkBg ._mainContent .w-full { width: 100%; }
    ._carouselWrapper._darkBg ._mainContent .w-full.justify-end { justify-content: flex-start; }
    ._carouselWrapper._darkBg ._mainContent .w-full.justify-end a { margin-left: 0px; margin-top: 30px; }
    
    section._3ColBoxes .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
    
    ._carouselWrapper._darkBg .imgVid { flex-wrap: wrap; justify-content: space-between; gap: 0; }
    ._carouselWrapper._darkBg .imgVid ._multipleImgs { width: 46%; margin-bottom: 20px; }
    section._3ColBoxes { background-position: right -60px; background-size: 200%; }
    section._3ColBoxes .bg-gray-100 img { max-height: 30vh; object-fit: cover; }
    ._carouselWrapper ._slickBtnWrapper { justify-content: flex-start; margin-top: -40px; }
    ._slickWrapper .slick-slide { padding: 0 6px;}

	._pageHeaderBg { height: auto; }
    ._pageHeaderBg ._bgImg { width:100%; position:relative; top: 0;}
    
    .__containedWrapper .__eventsWrapper { flex-direction: column; }
    .__containedWrapper .__eventsWrapper img,
    .__containedWrapper .__eventsWrapper .__content { width: 100%; }
    .__containedWrapper .__eventsWrapper .__content .__catWrapper { margin: 0px 0 0 0; }
    
    
	.__3Elements .__customTextWrapper:nth-child(odd),
    .__4Elements .__customTextWrapper:nth-child(odd){
    	border: none !important;
        padding: 4px 0 6px 0px;
        margin: 0 0 20px 0px;
    } 
    .__3Elements { margin-bottom: 10px; }
    .__containedWrapper.__v2Pages ._2ColWrapper { flex-direction: column!important; }
    .__containedWrapper.__v2Pages ._2ColWrapper img { margin-bottom: 40px; }
    .__containedWrapper.__v2Pages.__textBoxes { padding-top: 0px; }
    .__3Elements .__customTextWrapper { width: calc(50% - 16px); margin-bottom: 20px; }
    .__2Elements .__customTextWrapper { width: calc(100% - 16px); margin-bottom: 20px; }
    
    .__containedWrapper.__v2Pages.__orangeBar ._mainContent .w-full:nth-child(2) { flex:1; }
}
@media (max-width: 1024px ){
	.__containedWrapper h1.__pageH1 { font-size: 56px; }
	._2ColWrapper .right h2,._2ColWrapper .left h2, ._carouselWrapper h2, section._3ColBoxes h2 { font-size: 40px; }
    .__containedWrapper .__pageDesc { margin-bottom: 20px;}
    .__containedWrapper.__v2Pages { padding-top: 20px; padding-bottom: 20px; }
}

@media (max-width: 767px ){
	.__containedWrapper.__v2Pages { padding-top: 20px; padding-bottom: 20px; }
	.__containedWrapper h1.__pageH1 { font-size: 40px; }
	#homepageHero.inner-hero { background-position: -40vw center!important; }
	#homepageHero.inner-hero .innerContent { padding: 20px 20px 10px; }
	#homepageHero.inner-hero .innerContent h1 { font-size: 40px; }
	._2ColWrapper { margin: 40px auto; }
    ._2ColWrapper .right h2,._2ColWrapper .left h2, ._carouselWrapper h2, section._3ColBoxes h2 { font-size: 30px; }
	._2ColWrapper .right h3 { font-size: 24px; }
    ._2ColWrapper._bannerWrapper .right { padding: 20px !important; }
    ._2ColWrapper._bannerWrapper .left img { max-height: 30vh; }
    ._carouselWrapper { margin: 40px auto 80px auto; }
    ._carouselWrapper .imgVid img { height: 40vh; }
    ._carouselWrapper._darkBg { padding: 40px 4vw; }
    ._carouselWrapper._darkBg ._mainContent { flex-direction: column!important; } 
    ._carouselWrapper._darkBg ._mainContent div { width: 100%!important; }
    ._carouselWrapper._darkBg ._carouselBtn { width: 100%; margin: 20px 0 0 0; text-align:center; }
    ._carouselWrapper._darkBg .imgVid ._multipleImgs { width: 98%; margin: 0 1% 20px 1% }
    section._3ColBoxes { padding: 40px 4vw; background-position: 90% -10px; background-size: 300%; }
    section._3ColBoxes p { font-size: 16px; margin-bottom: 80px; } 
    section._3ColBoxes .gap-y-12 { row-gap: 18px; }
    footer._mainFooter { padding: 40px 4vw; }
    footer._mainFooter .top { flex-direction: column; align-items: flex-start; }
    footer._mainFooter .top a { margin-bottom: 30px; }
    footer._mainFooter .bottom { flex-direction: column-reverse; margin-top: 0px; padding-top: 20px; }
    footer._mainFooter .bottom .socialLinks { justify-content: flex-start; padding-left: 0; margin-bottom: 30px; }

    .__3Elements .__customTextWrapper,
    .__2Elements .__customTextWrapper,
    .__4Elements .__customTextWrapper { width: calc(100% - 16px); border:none;padding: 0; margin: 0 0 20px 0; }

    .__containedWrapper.__v2Pages.__orangeBar ._mainContent { flex-direction: column; }
    .__containedWrapper.__v2Pages.__orangeBar ._mainContent { width:100%; margin-top:20px; }
    .__containedWrapper.__v2Pages.__orangeBar ._mainContent a { width:100%; text-align:center; margin-top:20px; }
    
    .__slickBtnWrapper ._slickBtn2, .__slickBtnWrapper ._slickBtn2 img { width: 30px; min-width: 0px; }
    .__carouselWrapper .slick-dots { margin: 0 0 35px 0; }
    .__carouselWrapper .slick-dots li, .__carouselWrapper .slick-dots li button { width: 20px !important; }
    .__carouselWrapper .slick-dots li.slick-active, .__carouselWrapper .slick-dots li.slick-active button { width: 45px !important; }
}

.mobileDropdown > div {
    border: 1px solid rgba(71, 74, 115, 0.2);
    border-radius: 8px;
    overflow: hidden;
    padding: 6px;
    background: #fff;
}
.mobileDropdown a {
    border-radius: 8px;
}
.mobileDropdown .flex-col a {
	margin-bottom: 6px;
}
.mobileDropdown .flex-col a:nth-last-of-type(1) {
	margin-bottom: 0px;
}
.mobileDropdown a.active, .mobileDropdown a:hover {
    background: #ed6437;
    color: #fff;
}

