
/* Font family for icons */
@font-face {
	font-family: "icomoon";
	src: url("../eot/icomoond439.eot?6sqo02");
	src: url("../eot/icomoond439.eot?6sqo02#iefix")
			format("embedded-opentype"),
		url("../ttf/icomoond439.ttf?6sqo02") format("truetype"),
		url("../woff/icomoond439.woff?6sqo02") format("woff"),
		url("../svg/icomoond439.svg?6sqo02#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	line-height: 160%;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-variant-ligatures: no-common-ligatures;
}

a {
	text-decoration: none;
	cursor: pointer;
}

p a, ul a, ol a, td a, tr a{
	color: var(--primary-palette-blue-300);
	font-family: var(--primary-font-family);
	font-weight: var(--primary-font-weight-bold);
}

a:hover {
	text-decoration: none;
}

button:focus {
	outline: 0;
}

.btn:focus,
.btn.focus {
	box-shadow: none;
}

/* Start Global Typography CSS Here */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

.jumbotron {
	font-size: 70px;
	line-height: 100%;
	font-family: var(--secondary-font-family);
	font-weight: var(--secondary-font-weight-bold);
	color: var(--secondary-palette-dark-grey);
	font-variant-ligatures: no-common-ligatures;
}

h1,
.h1 {
	font-size: 50px;
	line-height: 106%;
	font-family: var(--secondary-font-family);
	font-weight: var(--secondary-font-weight-semi-bold);
	color: var(--secondary-palette-dark-grey);
	margin-bottom: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-variant-ligatures: no-common-ligatures;
}

h2,
.h2{
	font-size: 35px;
	line-height: 116%;
	font-family: var(--primary-font-family);
	font-weight: var(--primary-font-weight-regular);
	margin-bottom: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-variant-ligatures: no-common-ligatures;
}

h3,
.h3 {
	font-size: 26px;
	line-height: 120%;
	font-family: var(--primary-font-family);
	font-weight: var(--primary-font-weight-regular);
	color: var(--secondary-palette-dark-grey);
	margin-bottom: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-variant-ligatures: no-common-ligatures;
}

h4,
.h4 {
	font-size: 20px;
	line-height: 130%;
	font-family: var(--primary-font-family);
	font-weight: var(--primary-font-weight-bold);
	color: var(--secondary-palette-dark-grey);
	margin-bottom: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-variant-ligatures: no-common-ligatures;
}

h5,
.h5 {
	font-size: 16px;
	line-height: 134%;
	font-family: var(--primary-font-family);
	font-weight: var(--primary-font-weight-bold);
	color: var(--secondary-palette-dark-grey);
	margin-bottom: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-variant-ligatures: no-common-ligatures;
}

.sophia-pro {
	font-family: var(--primary-font-family) !important;
	font-weight: var(--primary-font-weight-regular) !important;;
}

.archivo-narrow {
	font-family: var(--secondary-font-family) !important;
	font-weight: var(--secondary-font-weight-semi-bold) !important;;
}

.sophia-pro-bold {
	font-family: var(--primary-font-family) !important;
	font-weight: var(--primary-font-weight-bold) !important;
}

.fs-13 {
	font-size: 13px !important;
}

.pricing-card__label {
	font-size: 38px;
	line-height: 100%;
	font-family: var(--primary-font-family);
	font-weight: var(--primary-font-weight-bold);
	color: var(--secondary-palette-dark-grey-400);
}

p,
ul,
ol {
	font-size: 16px;
	line-height: 160%;
	font-family: var(--primary-font-family);
	font-weight: var(--primary-font-weight-light);
	color: var(--secondary-palette-dark-grey-300);
	font-variant-ligatures: no-common-ligatures;
}

.para--big {
	font-size: 18px;
	line-height: 160%;
	font-family: var(--primary-font-family);
	font-weight: var(--primary-font-weight-regular);
	color: var(--secondary-palette-dark-grey-300);
}

.infobox__cta--link {
	font-size: 15px;
	line-height: 120%;
	font-family: var(--primary-font-family);
	font-weight: var(--primary-font-weight-bold);
}

.pricing-card_title {
	font-size: 50px;
	line-height: 53px;
	font-family: var(--secondary-font-family);
	font-weight: var(--secondary-font-weight-semi-bold);
	color: var(--secondary-palette-dark-grey);
	margin-bottom: 0;
}

p a {
	color: var(--primary-palette-blue-300);
}

.primary-blue-300 {
	color: var(--primary-palette-blue-300);
}

.bg-dark-400 {
	background-color: var(--secondary-palette-dark-grey-400)
}

.bg-grey-100{
    background-color: var(--secondary-palette-cool-grey-100)
}

.bg-grey-200{
    background-color: var(--secondary-palette-cool-grey-200)
}

.bg-blue-200{
    background-color: var(--primary-palette-blue-200);
}

.chevron::after{
	content: "»";
    position: absolute;
    top: -2px;
    display: block;
    right: 11px;
    font-size: 16px;
}

/* Start Button Variant Styles CSS Here */
.primary__cta--link,
.secondary__cta--link,
.transparent__cta--link,
li.primary__cta>a,
.white__cta--link,
.default__cta--text,
.dark-bg__cta--link,
.tertiary__cta--link,
.tertiary-slim__cta--link,
.tertiary-gray__cta--link,
.orange__cta--link,
.blue__cta--link,
.secondary__arrow__cta--link {
	font-family: var(--primary-font-family);
	font-weight: var(--primary-font-weight-bold);
    font-size: 15px;
    line-height: 120%;
}

/* Primary Button */
.primary__cta--link, li.primary__cta>a {
	background-color: var(--secondary-palette-dark-grey);
	color: var(--secondary-palette-white);
	border: 3px solid transparent;
	padding: 0 30px;
	min-height: 45px;
	height: auto;
	box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.16);
	display: inline-flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.primary__cta--link:hover, li.primary__cta>a:hover {
	transition: background-color 0.3s ease-in;
	background-color: var(--secondary-palette-dark-grey-200);
	color: white !important;
}

.store-rating__review--link.primary__cta--link {
	padding: 0 !important;
}

.primary__cta--large {
	font-family: var(--primary-font-family);
	font-weight: var(--primary-font-weight-bold);
	font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	background-color: var(--secondary-palette-dark-grey);
	color: var(--secondary-palette-white);
	border: 3px solid transparent;
	padding:0 123px 0;
	min-height: 52px;
	box-shadow: 5px 4px 0px 0px rgba(0, 0, 0, 0.16);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.primary__cta--large:hover {
	transition: background-color 0.3s ease-in;
	background-color: var(--secondary-palette-dark-grey-200);
}
/* Secondary Button */

.secondary__cta--link, li.secondary__cta>a {
	background-color: var(--secondary-palette-white);
	color: var(--primary-palette-blue-300);
	border: 3px solid var(--primary-palette-blue);
	padding: 0 30px;
	min-height: 52px;
	box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.16);
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.secondary__cta--link:hover, li.secondary__cta>a:hover {
	background-color: var(--primary-palette-blue-200);
	transition: all 0.3s ease-in;
	color: var(--secondary-palette-white);
}

.orange__cta--link {
	background-color: var(--secondary-palette-white);
	color: var(--primary-palette-blue-300);
	border: 3px solid var(--primary-palette-yellow-100);
	padding: 0 30px;
	min-height: 52px;
	box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.16);
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.orange__cta--link:hover {
	background-color: var(--primary-palette-blue-200);
	transition: all 0.3s ease-in;
	color: var(--secondary-palette-white);
}

.blue__cta--link {
	background-color: var(--primary-palette-blue-200);
	color: var(--secondary-palette-white);
	border: 3px solid transparent;
	padding: 0 30px;
	min-height: 52px;
	box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.16);
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.blue__cta--link:hover {
	background-color: var(--primary-palette-blue-300);
	transition: all 0.3s ease-in;
	color: var(--secondary-palette-white);
}

.secondary__arrow__cta--link {
	background-color: var(--secondary-palette-white);
	color: var(--primary-palette-blue-300);
	border: 3px solid var(--primary-palette-blue);
	padding: 0px 30px;
	height: 52px;
	box-shadow: 5px 4px 0px 0px rgba(0, 0, 0, 0.16);
	position: relative;
	display: inline-flex;
	align-items: center;
}

.secondary__arrow__cta--link:hover {
	color: var(--secondary-palette-white);
	background-color: var(--primary-palette-blue-200);
	transition: background-color 0.3s ease-in;
}

.secondary__arrow__cta--link::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	content: "";
	background-image: url("../svg/select-down-arrow.svg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	transition: transform 0.2s ease-in-out;
}

/* Transparent Button */
.transparent__cta--link {
	background-color: rgba(255, 255, 255, 0.01);
	color: var(--secondary-palette-white);
	border: 3px solid var(--secondary-palette-white);
	padding: 0px 30px;
	height: 52px;
	box-shadow: 5px 4px 0px 0px rgba(0, 0, 0, 0.16);
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.transparent__cta--link:hover {
	background-color: var(--secondary-palette-white);
	color: var(--secondary-palette-dark-grey-400);
	transition: background-color 0.3s ease-in;
}

/* Tertiary Default No BG Button */
.tertiary__cta--link, li.tertiary__cta>a {
	color: var(--primary-palette-blue-300);
	text-decoration: none;
	padding: 16px 0;
	display: inline-flex;
	justify-content: center;
	position: relative;
}

.tertiary__cta--link:hover, li.tertiary__cta>a:hover  {
	color: var(--primary-palette-blue);
}

.tertiary__cta--link::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	content: "";
	background-image: url("../svg/dark-blue-arrow-icon.svg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	transition: transform 0.2s ease-in-out;
	margin-top: -1px;
}

.tertiary__cta--link:hover::after {
	background-image: url("../svg/arrow-icon.svg");
}

/* Tertiary Slim No BG Button */
.tertiary-slim__cta--link {
	color: var(--primary-palette-blue-300);
	text-decoration: none;
	padding: 8px 0;
	position: relative;
	display: inline-flex;
	justify-content: center;
}

.tertiary-slim__cta--link:hover {
	color: var(--primary-palette-blue) !important;
}

.tertiary-slim__cta--link::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	content: "";
	background-image: url("../svg/dark-blue-arrow-icon.svg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	transition: transform 0.2s ease-in-out;
	margin-top: 1px;
}

.tertiary-slim__cta--link:hover::after {
	margin-top: 1px;
	background-image: url("../svg/arrow-icon.svg");
}

/* Tertiary Gray No BG Button */
.tertiary-gray__cta--link {
	color: var(--secondary-palette-dark-grey-300);
	text-decoration: none;
	padding: 8px 0;
	position: relative;
	display: inline-flex;
	justify-content: center;
}

.tertiary-gray__cta--link:hover {
	color: var(--secondary-palette-dark-grey-100) !important;
}

.tertiary-gray__cta--link::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	content: "";
	background-image: url("../svg/arrow-dark-300.svg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	transition: transform 0.2s ease-in-out;
	margin-top: -1px;
}

.tertiary-gray__cta--link:hover::after {
	margin-top: -1px;
	background-image: url("../svg/arrow-dark-100.svg");
}

.white__cta--link {
	border: 3px solid var(--secondary-palette-white);
	padding: 16px 30px;
	color: var(--secondary-palette-white);
}

.white__cta--link:hover {
	background-color: var(--secondary-palette-white);
	color: var(--secondary-palette-dark-grey-400);
	transition: background-color 0.3s ease-in;
}

.dark-bg__cta--link {
	color: var(--primary-palette-blue-300);
	text-decoration: none;
	padding: 8px 0 8px 0;
	position: relative;
	display: inline-flex;
	justify-content: center;
}

.dark-bg__cta--link:hover {
	color: var(--primary-palette-blue) !important;
}

.dark-bg__cta--link::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	content: "";
	background-image: url("../svg/blue-arrow-icon.svg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	transition: transform 0.2s ease-in-out;
	margin-top: -1px;
}

.dark-bg__cta--link:hover::after {
	background-image: url("../svg/blue-arrow-icon.svg");
}

/* Tab Buttons  */
.tab__buttons {
	width: fit-content;
	border-radius: 4px;
}

.tab__button {
	background-color: var(--secondary-palette-warm-grey-200);
	color: var(--secondary-palette-dark-grey);
	font-weight: 400;
	padding: 10px 34px;
	border: none;
	border-radius: 4px;
	font-family: var(--primary-font-family);
	font-weight: var(--primary-font-weight-bold);
	font-size: 15px;
	line-height: 120%;
}

.tab__button:hover {
	background-color: var(--secondary-palette-warm-grey-300);
}

.tab__button.active {
	background-color: var(--secondary-palette-dark-grey);
	color: white;
}

/* End Button Variant Styles CSS Here */

.z-1000{
	z-index: 1000 !important;
}

/* Start Border Radius CSS Here */
.rounded--top-start {
	border-top-left-radius: 120px;
}

.rounded--top-end {
	border-top-right-radius: 120px;
}

.rounded--bottom-start {
	border-bottom-left-radius: 120px;
}

.rounded--bottom-end {
	border-bottom-right-radius: 120px;
	overflow: hidden;
}

.rounded--top-start__60 {
	border-top-left-radius: 60px;
}

.rounded--top-end__60 {
	border-top-right-radius: 60px;
}

.rounded--bottom-start__60 {
	border-bottom-left-radius: 60px;
}

.rounded--bottom-end__60 {
	border-bottom-right-radius: 60px;
	overflow: hidden;
}

/* End Border Radius CSS Here */

.hide-scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;

	&::-webkit-scrollbar {
		display: none;
	}
}

.box-shadow {
	box-shadow: 0 4px 4px 0 rgb(0 0 0 / 15%);
}

.lh-0 {
	line-height: 0px !important;
}

.mt-n100 {
	margin-top: -100px;
}

.mb-n100 {
	margin-bottom: -100px;
}

@media only screen and (min-width: 1200px) {
	.text-lg-nowrap {
		white-space: nowrap;
	}
}


/* Extra letter spacing for bold text */
b,
strong {
	letter-spacing: 0.5px;
}

/* Gradient colors */
.warm-gray-with-white-zero-deg{
	background: linear-gradient(0deg, var(--secondary-palette-warm-grey-100) 0%, var(--secondary-palette-white) 113%);
}

.warm-gray-with-white{
	background: linear-gradient(180deg, var(--secondary-palette-warm-grey-100) 0%, var(--secondary-palette-white) 100%);
}

.warm-gray-with-light-gray{
	background: linear-gradient(180deg, var(--secondary-palette-warm-grey-100) 0%, rgba(252 248 242 / 0%) 91.9%);
}

.light-gray-with-warm-gray {
	background: linear-gradient(180deg, rgba(252 248 242 / 0%) 0%, var(--secondary-palette-warm-grey-100) 91.9%);
}

.cool-with-light-cool {
	background: linear-gradient(180deg, var(--secondary-palette-cool-grey-100) 0%, #E0E1E9 100%);
}

.dark-bg--inner-link p a {
	color: var(--primary-palette-blue-100)
}

@media only screen and (min-width: 992px) {
	.bg-dark-slashes::before {
		content: "";
		background-image: url("../svg/code-slashes.svg");
	    background-position: bottom right;
	    background-repeat: no-repeat;
	    position: absolute;
	    height: 100%;
	    z-index: 0;
	    width: 35%;
	    bottom: -55px;
	    left: 0;
	}
}

.remove-pseudo__classes::before,
.remove-pseudo__classes::after {
    content: none !important;
}

.bg-gradient-secondary-white {
    background: linear-gradient(270.03deg, rgb(252, 247, 242) 6.06%, var(--secondary-palette-white) 75.79%);
}

.clickable-box{
	cursor: pointer;
}

.w-fit-content {
    width: fit-content;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.daexthefu-container{
	border:1px solid #FFC46A !important;
	border-bottom-right-radius: 120px;
	background-image: url("../svg/feedback_pattern.svg") !important;
	background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
	box-shadow: 0px 4px 4px 0px #00000026 !important;
}

.daexthefu-feedback{
	flex-wrap: wrap !important;
	align-items: center;
}

.daexthefu-successful-submission-text, .daexthefu-title{
	font-size: calc(26px + (30 - 26) * ((100vw - 320px) / (1920 - 320))) !important;
	line-height: calc(31px + (36 - 31) * ((100vw - 320px) / (1920 - 320))) !important;
	font-family: "SofiaProRegular" !important;
	color: var(--secondary-palette-dark-grey) !important;
	margin: 0 !important;
	text-align: center !important;
	font-weight: 300 !important;
}

.daexthefu-comment-label{
	font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320))) !important;
	line-height: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320))) !important;
	font-family: "SofiaProBold" !important;
	color: var(--secondary-palette-dark-grey) !important;
}

.daexthefu-comment-textarea{
	font-size: calc(16px + (16 - 16) * ((100vw - 320px) / (1920 - 320))) !important;
	line-height: calc(24px + (24 - 24) * ((100vw - 320px) / (1920 - 320))) !important;
	font-family: "SofiaProRegular" !important;
	color: var(--secondary-palette-dark-grey-300) !important;
}

.daexthefu-comment-textarea:focus{
	border: 1px solid #FFC46A !important;
}

.daexthefu-comment-submit{
	font-family: "SofiaProBold" !important;
	font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320))) !important;
	background-color: var(--secondary-palette-white) !important;
	color: var(--primary-palette-blue-300) !important;
	border: 3px solid var(--primary-palette-blue) !important;
	padding: 0 30px !important;
	min-height: 52px !important;
	box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.16) !important;
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-decoration: none !important;
}

.daexthefu-comment-submit:hover{
	background-color: var(--primary-palette-blue-200) !important;
	transition: all 0.3s ease-in !important;
	color: var(--secondary-palette-white) !important;
	opacity: 1 !important;
}

.daexthefu-comment-cancel{
	font-family: "SofiaProBold" !important;
    font-size: calc(14px +(15 - 14)*((100vw - 320px) /(1920 - 320))) !important;
    line-height: 46px !important;
    background-color: var(--secondary-palette-dark-grey) !important;
    color: var(--secondary-palette-white) !important;
    border: 3px solid transparent !important;
    padding: 0 30px !important;
    min-height: 52px !important;
    height: auto !important;
    box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.16) !important;
    display: inline-flex !important;
    text-align: center !important;
    justify-content: center !important;
    text-decoration: none !important;
}

.daexthefu-comment-cancel:hover{
	transition: background-color 0.3s ease-in !important;
	background-color: var(--secondary-palette-dark-grey-200) !important;
	opacity: 1 !important;
}

@media only screen and (width <= 575.98px) {
	.primary__cta--link,
	.secondary__cta--link,
	.secondary__arrow__cta--link,
	.white__cta--link,
	.transparent__cta--link,
	.orange__cta--link {
		width: 100%;
	}

	.primary__cta--large {
		width: 100%;
		padding:0;
	}

	.rounded--top-start {
		border-top-left-radius: 60px;
	}

	.rounded--top-end {
		border-top-right-radius: 50px;
	}

	.rounded--bottom-start {
		border-bottom-left-radius: 60px;
	}

	.rounded--bottom-end {
		border-bottom-right-radius: 60px;
	}

	.primary__cta--link, .secondary__cta--link, .transparent__cta--link, .white__cta--link{
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: auto;
	}

}

@media only screen and (max-width: 767.98px) {
	header.paid__media-header-body img.custom-sub-logo {
		max-width: 190px;
	}
}

header.paid__media-header-body .vr {
	background: #000;
	opacity: 1;
}
.error-section::after{
	content: "";
	background-image: url('../svg/error-sand-dune-pattern.svg');
	background-size: auto;
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
}

section {
	scroll-margin-top: 5em;
}

.viewheight-100 {
	height: 100vh;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

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

/* -------------- Modal Popup Styles --------- */
.modal,
.newsletter-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    max-height: min-content;
    
    box-sizing: border-box;
    z-index: 1050;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.newsletter-modal{
	background: url("../background-sand-dunes-newsletter.html");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	box-shadow: 0px 4px 4px #00000042;
	min-height: 100vh;
	min-width: 100vw; 
}

.newsletter-modal .gform_wrapper.gravity-theme .gform_footer input{
	min-width: 200px;
	font-family: var(--primary-font-family-bold);
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 46px;
    background-color: var(--secondary-palette-dark-grey);
    color: var(--secondary-palette-white);
    border: 3px solid transparent;
    padding: 0 30px;
    min-height: 52px !important;
    height: auto;
    box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.16);
    display: inline-flex;
    text-align: center;
}

.newsletter-modal .gform_wrapper input[type="text"] {
    border-bottom: 2px solid #FFC46A !important;
}

.modal-bg,
.newsletter-modal-bg {
    border-radius: 11px;
}

.modal__close-modal,
.newsletter-modal__close-modal {
    right: -10px;
    top: -17px;
}

.modal__overlay,
.newsletter-modal__overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: #ffffff94;
    display: none;
    opacity: 0;
    z-index: 1040;
    transition: opacity 0.5s ease-in-out;
}

.modal.visible,
.newsletter-modal.visible {
    display: block;
    opacity: 1;
}

.modal__overlay.visible,
.newsletter-modal__overlay.visible {
    opacity: 1;
}

.modal__overlay.hidden,
.newsletter-modal__overlay.hidden {
    display: none;
}

.modal-background-image,
.modal-background-image-mobile,
.newsletter-modal-background-image,
.newsletter-modal-background-image-mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-size: cover;
    border-radius: 20px;
}

@media (min-width: 992px) {
	.jumbotron {
		font-size: 101px; 
	}

	h1,.h1{
		font-size: 63px;
	}

	h2,.h2{
		font-size: 45px; 
	}

	h3,.h3{
		font-size: 30px;
	}

	h4,.h4{
		font-size: 22px; 
	}

	h5,.h5{
		font-size: 18px;
	}

    .modal,
    .newsletter-modal {
        max-width: 1230px;
		min-width: 670px;
		min-height: 40vh;
    }

    .modal-bg,
    .newsletter-modal-bg {
        border-radius: 22px;
    }

	.newsletter-modal__close-modal {
    right: -50px;
    top: -17px;
}
}

/* Bootstrap Modal Overrides */

.modal.show,
.newsletter-modal.show {
    z-index: 1060;
    opacity: 1; /* Visible state */
}

.modal-header,
.modal-footer,
.newsletter-modal-header,
.newsletter-modal-footer {
    border: 0;
}

.fade:not(.show) {
    display: none !important;
}

.modal-backdrop.show {
    background-color: white;
}

.modal-content,
.newsletter-modal-content {
    border-radius: 20px;
    border: 1px solid var(--secondary-palette-cool-grey-200);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
}

.modal-header .btn-close,
.newsletter-modal-header .btn-close {
    box-sizing: content-box;
    padding: 0;
    color: #000;
    background: transparent;
    border: 0;
}

/* Icons for CTAs  */
.ico-newwindow::after {
	background-image: url("../svg/icon-new-window.svg") !important;
	background-size: 1rem;
    background-repeat: no-repeat;
    content: "";
    flex-shrink: 0;
    height: 1rem;
    margin-left: 15px;
    width: 1rem;
}

.ico-efax-swirl::before {
	background-image: url("../svg/icon-efax-swirl.svg") !important;
	background-size: 1.25rem;
    background-repeat: no-repeat;
    content: "";
    flex-shrink: 0;
    height: 1rem;
    margin-right: 10px;
    width: 1.25rem;
}


.sticky-banner{
	min-height: 26px;
	background-color: var(--secondary-palette-dark-grey-400);
	/* border-top: solid 1px var(--bs-yellow); */
	border-bottom: solid 1px var(--bs-yellow);
}

.sticky-banner--fade-in {
	/*opacity: 0;
	animation: fadeIn 1.5s ease-in forwards; */
}

.sticky-banner__close {
	top: 0;
}

/* Keyframes for fade-in animation 
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}*/

@media (min-width: 992px){
	.sticky-banner{
		min-height: 26px;
	}
	.sticky-banner__close {
		top: auto;
}
}

@media only screen and (width >= 1200px) {
    .sticky-column {
        position: sticky;
        top: 8em;
        height: fit-content;
    }
}

@media only screen and (min-width: 992px) {
	section {
		scroll-margin-top: 6em;
	}
}

.custom-width-60{
	width: 60%;
}

.padding-bottom-230{
	padding-bottom: 230px !important;
}

@media only screen and (width <=1133px){
	.padding-bottom-230{
		padding-bottom: 200px !important;
	}
}

@media only screen and (width <=768px){
	.padding-bottom-230{
		padding-bottom: 50px !important;
	}
}

@media only screen and (width <=991px) {
	.custom-width-60 {
		width: 100%;
	}

	.padding-bottom-230{
		padding-bottom: 200px !important;
	}
}

@media only screen and (width >=991.98px) {
	.mt-md-n100 {
		margin-top:-100px;
	}
}
