/* Theme Name: Barebones */
/* === Global === */
html,
body {
	font-family: var(--font_body);
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 50px;
}
h3 {
	font-size: 28px;
}
a {
	color: var(--color-2);
}
a:hover,
a:focus {
	color: var(--color-3);
}
[id] {
	scroll-margin-top: 100px;
}
.btn,
body .gform_wrapper.gravity-theme .button {
	background-color: var(--color-3);
	text-transform: none;
	font-weight: 700;
	font-size: 17px;
	border-radius: 5px;
	color: #fff;
	border: none;
	letter-spacing: 1px;
	padding: 0.4em 1.3em;
	transition: all ease 0.3s;
}
.btn:hover,
.btn:focus,
body .gform_wrapper.gravity-theme .button:hover,
body .gform_wrapper.gravity-theme .button:focus {
	background-color: var(--color-2);
}

/* === Header/Nav === */
.cta-section {
	background-color: var(--color-2);
	color: #fff;
	padding: 10px 0;
	font-weight: 800;
	margin-bottom: 10px;
}
.cta-section .cta-row {
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	transition: all ease 0.3s;
}
.cta-section a {
	color: #fff;
	font-weight: 800;
}
.cta-section a:hover,
.cta-section a:focus {
	color: var(--color-4);
}
.cta-section .contact-info .icon {
	display: inline-block;
	margin-right: 0.5em;
}
.cta-section .social {
	font-size: 18px;
	column-gap: 0.33em;
}
.cta-section .social a {
	background-color: #fff;
	border-radius: 50%;
	color: var(--color-2);
	width: 30px;
	height: 29px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cta-section .social a:hover,
.cta-section .social a:focus {
	background-color: var(--color-3);
	color: #fff;
}
.cta-section .address {
	margin-left: -22px;
}
.primary-header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	background-color: var(--color-1);
	padding: 0 0 10px;
	font-size: 19px;
	z-index: 11;
	white-space: nowrap;
}
.primary-header .header-row {
	align-items: center;
	justify-content: center;
	column-gap: 110px;
	max-width: 100%;
	margin: 0 auto 0 0;
}
.primary-header .nav-col {
	flex-grow: 0;
}
.primary-header .logo-col img {
	transition: all ease 0.2s;
}
.primary-header .cta-section {
	transition: all ease 0.2s;
}
.primary-header .link .btn{
	min-width: 250px;
}
.main-nav a {
	border-bottom: 4px solid transparent;
}
.main-nav .menu {
	column-gap: 45px;
	align-items: center;
}
.main-nav .menu li {
	margin: 0;
}
.main-nav .menu li a {
	color: #fff;
	padding: 14px 0 10px;
}
.main-nav .menu li.nav-btn > a {
	background-color: var(--color-3);
	padding: 0.35em 0.5em;
	border-radius: 5px;
	border: none;
}
.main-nav .menu li.nav-btn > a:hover,
.main-nav .menu li.nav-btn > a:focus {
	background-color: var(--color-2);
	border: none;
}
.main-nav .current_page_item > a,
.main-nav a:hover,
.main-nav a:focus {
	border-color: var(--color-3);
	color: #fff;
}

/* === Footer === */
.primary-footer {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 83.76%, rgba(0, 0, 0, 0.39) 100%), var(--color-1);
	color: #fff;
}
.primary-footer a {
	color: #fff;
	font-weight: 400;
}
.primary-footer a:hover,
.primary-footer a:focus {
	color: var(--color-3);
}
.primary-footer .footer-row {
	flex-wrap: wrap;
	column-gap: 30px;
	justify-content: space-between;
	row-gap: 20px;
}
.primary-footer .logo-col {
	flex: 0 1 340px;
}
.primary-footer .social {
	font-size: 20px;
	column-gap: 0.5em;
	margin-top: 35px;
}
.primary-footer h3 {
	font-size: 24px;
	font-style: italic;
	font-weight: 800;
	margin-bottom: 25px;
}
.primary-footer .menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.primary-footer .contact-col .inner {
	display: flex;
	flex-direction: column;
	row-gap: 25px;
}
.primary-footer .contact-info a {
	display: flex;
	column-gap: 10px;
}
.primary-footer .copyright {
	border-top: 1px solid #fff;
	padding-top: 35px;
	margin-top: 35px;
	padding-bottom: 35px;
}
.primary-footer .copyright a {
	font-weight: 800;
	font-style: italic;
}

/* === Home Page === */
.acf-media.media__file .inner .wp-video,
.acf-media.media__file .inner .wp-video .mejs-container {
	width: 100% !important;
}
.banner-section {
	position: relative;
	background-color: var(--color-1);
}
.banner-section .bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg, var(--color-1) 0, rgba(0, 0, 0, 0) 150px);
	z-index: 3;
	pointer-events: none;
}
.banner-section .carousel .acf-media {
	height: 100%;
	position: relative;
	z-index: -1;
}
.banner-section .carousel .acf-media.media__image .inner {
	height: 100%;
}
.banner-section .carousel .acf-media video,
.banner-section .carousel .acf-media img {
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	height: 100%;
}
.banner-section .carousel .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner-section .carousel .image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.21) 0%, rgba(0, 0, 0, 0.21) 100%);
}
.banner-section .carousel .image video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 25%;
}
.banner-section .carousel .content-wrap {
	position: relative;
	z-index: 4;
	padding: 140px 0 180px;
	color: #fff;
	min-height: 30vw;
	display: flex;
	align-items: center;
}
.banner-section .carousel .content-wrap p:last-child {
	margin-bottom: 0;
}
.banner-section .carousel .banner-nav {
	position: absolute;
	bottom: 130px;
	left: 0;
	right: 0;
	z-index: 4;
}
.banner-section .carousel .carousel-indicators {
	position: static;
	margin: 0;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: left;
	display: flex;
	column-gap: 10px;
}
.banner-section .carousel .carousel-indicators li {
	border: none;
	background-color: #fff;
	margin: 0;
}
.banner-section .carousel .carousel-indicators .active {
	width: 10px;
	height: 10px;
	background-color: var(--color-3);
	border: none;
	margin: 0;
}
.banner-section .feature-section {
	color: #fff;
	position: relative;
	z-index: 3;
	padding-bottom: 15px;
}
.feature-section .features {
	margin-top: -150px;
	flex-wrap: wrap;
	gap: 30px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.feature-section .feature {
	flex: 1 1 calc(33.33% - 20px);
	background: linear-gradient(180deg, var(--color-5) 45%, var(--color-1) 100%);
	border-radius: 5px;
	padding: 30px;
}
.feature-section .feature a {
	color: #fff;
	font-weight: 400;
}
.feature-section .feature h3 {
	margin-bottom: 10px;
}
.feature-section .feature .image {
	margin-bottom: 20px;
}
.feature-section .feature .image img {
	max-height: 40px;
	width: auto;
}
.main-section {
	background-color: var(--color-1);
	padding: 50px 0 30px;
	color: #fff;
}
.main-section .btn {
	background: transparent;
	border: 2px solid var(--color-4);
}
.main-section .btn:hover,
.main-section .btn:focus {
	background-color: var(--color-2);
}
.main-section .content-row {
	align-items: center;
}
.main-section .image-col {
	flex: 1 1 60%;
	position: relative;
	z-index: 1;
}
.main-section .image-col .inner {
	margin-right: -100px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.main-section .image-col .inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgba(0, 32, 84, 0) 66.35%, var(--color-1) 94.71%);
}
.main-section .content-col {
	flex: 1 1 40%;
	position: relative;
	z-index: 2;
}
.brands-section {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 80%, var(--color-1) 100%), linear-gradient(90deg, var(--color-1) 0%, rgba(0, 0, 0, 0) 20%), #fff;
	padding: 15px 0;
}
.brands-section .brands {
	border-radius: 5px;
	padding: 20px;
}
.brands-section .owl-stage {
	display: flex;
	align-items: center;
}
.brands-section .owl-carousel .image img {
	max-height: 60px;
	width: auto;
}
.services-section {
	background-color: var(--color-1);
	padding: 30px 0;
}
.services-section .services {
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
}
.services-section .service {
	flex: 1 1 calc(25% - 15px);
	background-color: var(--color-2);
	border-radius: 5px;
	position: relative;
	min-height: 19vw;
	z-index: 2;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
}
.services-section .service .link-inner {
	height: 100%;
	padding: 30px 20px;
	display: flex;
	flex-direction: column;
}
.services-section .service:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.37%, #002054 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
	z-index: 0;
	display: none;
	transition: all ease 0.3s;
	height: 100%;
}
.services-section .service:before {
	overflow: hidden;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--color-2);
	transition: all ease 0.3s;
	height: 0;
	z-index: 1;
}
.services-section .service:hover:before {
	height: 100%;
}
.services-section .service .content {
	max-height: 0;
	overflow: hidden;
	transition: all ease 0.3s 0s;
	opacity: 0;
}
.services-section .service:hover .content {
	max-height: 400px;
	opacity: 1;
	transition: all ease 0.6s;
}
.services-section .service .content p:last-child {
	margin-bottom: 0;
}
.services-section .service .inner {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.services-section .service a {
	color: #fff;
	font-weight: 400;
	height: 100%;
}
.services-section .service .content-wrap {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.services-section .service .heading {
	font-weight: 700;
}
.services-section .service .link-icon {
	margin-top: 20px;
	border-radius: 50%;
	border: 3px solid #fff;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.services-section .service.has-bg:after {
	display: block;
}
.services-section .service.has-bg .link-icon {
	border-color: var(--color-3);
	color: var(--color-3);
	transition: all ease 0.3s;
}
.services-section .service.has-bg:hover .link-icon {
	border-color: #fff;
	color: #fff;
}
.reviews-section {
	background-color: var(--color-1);
	color: #fff;
	padding: 30px 0;
}
.reviews-section .heading_underline {
	position: relative;
	padding-bottom: 15px;
	display: block;
}
.reviews-section .heading_underline:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 280px;
	height: 3px;
	background-color: var(--color-3);
}
.coupons-section {
	background-size: cover;
	background-position: 50% 50%;
	padding: 50px 0;
	position: relative;
	z-index: 1;
	background-color: var(--color-1);
}
.coupons-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 32, 84, 0) 88.06%, #002054 100%), linear-gradient(0deg, rgba(0, 32, 84, 0.3) 0%, rgba(0, 32, 84, 0.3) 100%);
	z-index: -1;
}
.coupons-section .coupons {
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
}
.coupons-section .coupon {
	flex: 1 1 calc(25% - 15px);
	position: relative;
	padding: 4px;
	border-radius: 5px;
	overflow: hidden;
	z-index: 1;
}
.coupons-section .coupon .inner {
	background-color: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.coupons-section .coupon:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 4px dashed #fff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	pointer-events: none;
}
.coupons-section .coupon h3 {
	font-size: 24px;
}
.coupons-section .coupon .price {
	background: var(--color-3);
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
	font-family: var(--font_heading);
	font-size: 52px;
}
.coupons-section .coupon .content-wrap {
	flex: 1 1 auto;
	padding: 15px;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.coupons-section .coupon .link {
	flex: 1 1 auto;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-top: 20px;
}
.coupons-section .coupon .content p:last-child {
	margin-bottom: 0;
}
.coupons-section .coupon .btn {
	background-color: var(--color-2);
}
.coupons-section .coupon .btn:hover,
.coupons-section .coupon .btn:focus {
	background-color: var(--color-3);
}
.home .coupons-section {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 80%, var(--color-1) 100%), linear-gradient(90deg, var(--color-1) 0%, rgba(0, 0, 0, 0) 20%), #fff;
}
.content-section {
	background-color: var(--color-1);
	color: #fff;
}
.content-section .content-row {
	flex-wrap: wrap;
	align-items: center;
}
.content-section .image-col {
	flex: 1 1 60%;
	max-width: 60%;
	border: 8px solid #fff;
	align-self: stretch;
}
.content-section .image-col .owl-carousel,
.content-section .image-col .owl-carousel .owl-stage-outer,
.content-section .image-col .owl-carousel .owl-stage,
.content-section .image-col .owl-carousel .owl-item,
.content-section .image-col .owl-carousel .item,
.content-section .image-col .owl-carousel .item img {
	height: 100%;
}
.content-section .image-col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 30vw;
	min-height: 100%;
}
.content-section .content-col {
	flex: 1 1 40%;
	padding: 50px;
}
.content-section .owl-carousel .owl-dots {
	display: flex;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	z-index: 3;
}
.content-section .owl-carousel .owl-dot {
	flex: 1 1 auto;
	height: 8px;
	background-color: #fff;
	border-right: 8px solid #000;
	position: relative;
}
.content-section .owl-carousel .owl-dot:last-child {
	border-right: none;
}
.content-section .owl-carousel .owl-dot.active {
	background-color: var(--color-4);
}
.content-section .owl-carousel .owl-dot.active:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background-color: #fff;
	animation: progressBar 5s linear;
}
.content-section .owl-carousel .owl-dot.active ~ .owl-dot {
	background-color: var(--color-4);
}
.content-section .owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #000;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.content-section .owl-carousel .owl-nav button.owl-prev {
	left: 10%;
}
.content-section .owl-carousel .owl-nav button.owl-next {
	right: 10%;
}
.map-section {
	position: relative;
	padding-bottom: 150px;
	background-color: var(--color-1);
}
.map-section .map {
	display: flex;
	position: relative;
    z-index: 2;
}
.map-section .map iframe {
	width: 100%;
	height: 550px;
}
.map-section .form-wrap {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
}
.map-section .form-wrap .form {
	margin-left: auto;
	background-color: #fff;
	width: 500px;
	padding: 47px 30px;
	border-radius: 10px;
	box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.4);
	max-width: 100%;
	margin-right: -100px;
	position: relative;
    z-index: 3;
}
.map-section .form-wrap h2 {
	color: var(--color-2);
	margin-bottom: 15px;
}
.map-section .gform_wrapper.gravity-theme input::placeholder,
.map-section .gform_wrapper.gravity-theme textarea::placeholder {
	color: var(--color-6);
	opacity: 1;
}
.map-section .gform_wrapper.gravity-theme select {
	opacity: 1;
	color: var(--color-6);
}
.map-section .gform_wrapper.gravity-theme select.selected {
	color: var(--color-text);
}
.map-section .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 15px;
}
.map-section .gform_wrapper.gravity-theme .gform_footer {
	padding: 0;
	margin: 15px 0 0;
}
.map-section .gform_wrapper.gravity-theme .button {
	background-color: var(--color-4);
	color: var(--color-text);
	padding: 0.6em 1.4em;
}
.map-section .gform_wrapper.gravity-theme .button:hover,
.map-section .gform_wrapper.gravity-theme .button:focus {
	background-color: var(--color-2);
	color: #fff;
}
.map-section .gform_wrapper.gravity-theme .ginput_container_consent {
	display: flex;
	align-items: center;
	font-size: 32px;
	column-gap: 0.25em;
}
.map-section .gform_wrapper.gravity-theme .ginput_container_consent input {
	padding: 0;
	margin: 0;
	font-size: 32px;
}
.map-section .gform_wrapper.gravity-theme .ginput_container_consent label {
	font-size: 12px;
	padding: 0;
	margin: 0;
	font-weight: 400;
}
.map-section .gform_wrapper.gravity-theme .ginput_container_consent label a {
	text-decoration: underline;
	font-weight: 400;
}
.banner-section .carousel-control {
	width: 50px;
}
.banner-section .container {
	max-width: calc(100% - 100px);
	margin: 0 auto;
}
.map-section .gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
	background: #fff;
	color: var(--color-6);
	font-weight: 400;
}
.map-section .gform_wrapper.gravity-theme .gfield.selected .chosen-container-single .chosen-single {
	color: var(--color-text);
}
.mobile-form {
	display: none;
	text-align: center;
}
.mobile-form .btn {
	font-size: 1.2em;
}
.mobile-section {
	display: none;
}
.mobile-section .owl-carousel .owl-stage {
	display: flex;
}
.mobile-section .owl-carousel .item {
	height: 100%;
}
.mobile-section .owl-carousel .owl-nav {
	font-size: 22px;
}
.mobile-section .owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: var(--color-3);
	border: 2px solid var(--color-3);
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile-section .owl-carousel .owl-nav button.owl-prev {
	left: 15px;
}
.mobile-section .owl-carousel .owl-nav button.owl-next {
	right: 15px;
}
.mobile-header {
	background-color: var(--color-1);
	position: sticky;
	max-height: 100vh;
	display: none;
	flex-direction: column;
}
.mobile-header .nav-wrap {
	flex: 1 1 auto;
	max-height: 0;
}
.mobile-header .mobile-row {
	flex-wrap: wrap;
}
.mobile-header .logo-col {
	flex: 1 1 calc(100% - 100px);
	margin-right: 0;
}
.mobile-header .toggle-nav {
	display: none;
}
.mobile-header .links {
	justify-content: space-around;
	column-gap: 25px;
	margin-top: 15px;
}
.mobile-header .link {
	flex: 1 1 50%;
}
.mobile-header .link .btn {
	width: 100%;
	padding: 0.4em;
	font-size: 15px;
	background-color: #fff;
	color: var(--color-1);
}
.mobile-header .link .btn:hover,
.mobile-header .link .btn:focus {
	background-color: var(--color-3);
	color: #fff;
}
.mobile-header .background {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 90vw;
	pointer-events: none;
}
.mobile-header .social {
	font-size: 22px;
	justify-content: center;
	column-gap: 0.75em;
	flex: 1 1 auto;
	align-items: flex-end;
	margin-bottom: 30px;
}
.mobile-header .social .link {
	flex: 0 1 auto;
}
.mobile-header .social a {
	color: #fff;
}
.mobile-header .social a:hover,
.mobile-header .social a:focus {
	color: var(--color-3);
}
body.mobile-menu .mobile-header .nav-wrap {
	max-height: calc(100vh - var(--headerHeight) + 10px);
	height: 100vh;
	display: flex;
	flex-direction: column;
}
body.mobile-menu .logo-col {
	margin-right: 50px;
}
body.mobile-menu .mobile-row .toggle-nav {
	display: block;
}
.mobile-header .mobile-row .toggle-nav .fas {
	color: #fff;
}
.mobile-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 11;
	background-color: var(--color-1);
	justify-content: space-around;
	padding: 10px;
	text-align: center;
}
.mobile-nav a {
	color: #fff;
	font-weight: 400;
}
.mobile-nav a:hover,
.mobile-nav a:focus {
	color: var(--color-3);
}
.mobile-nav .icon {
	font-size: 28px;
}
.mobile-header .menu {
	border-left: 3px solid var(--color-2);
	margin-left: 30px;
	padding-left: 25px;
	text-transform: none;
	font-size: 19px;
}
.mobile-menu .menu-item-has-children .sub-menu {
	font-size: 17px;
	border-left: 2px solid var(--color-2);
	margin-left: 10px;
	padding-left: 10px;
}
.mobile-menu .menu-item-has-children .sub-menu > li,
.mobile-header .menu > li,
.mobile-header .mobile-menu {
	border: none;
}
.mobile-header .menu > li.menu-item-has-children > a {
	position: relative;
	width: fit-content;
	padding-right: 30px;
}
.mobile-menu .menu-item-has-children > a:after {
	right: 0;
	color: var(--color-2);
	content: "\f107";
	font-size: 20px;
}
.mobile-menu .menu-item-has-children .sub-menu > li > a {
	padding: 8px 0;
}
.mobile-nav {
	display: none;
}
.banner-section .mobile {
	display: none;
}
.banner-section .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.banner-section .carousel .content-wrap {
	padding: 200px 0 320px;
}
.toggle-item {
	border: 2px solid var(--color-1);
	margin-bottom: 5px;
}
.toggle-item .toggle-heading {
	display: flex;
	justify-content: space-between;
	padding: 8px 15px;
	cursor: pointer;
}
.toggle-item .icon {
	transition: transform ease-in-out 0.4s;
	margin-top: 0.4em;
}
.toggle-item > .toggle-content {
	display: none;
	border-top: 1px solid var(--color-1);
	padding: 5px 15px;
}
.toggle-item.active > .toggle-content {
	display: block;
}
.toggle-item .toggle-content p {
	margin: 10px 0;
}
.toggle-item .icon.active {
	transform: rotate(90deg);
}
.menu-item-has-children .sub-menu {
	background-color: var(--color-1);
	padding: 15px 20px 10px;
	text-align: left;
}
.mobile-menu .menu-item-has-children.active > a:after {
	transform: translateY(-50%) rotate(180deg);
}
.main-nav .sub-menu a {
	border-bottom-width: 3px;
}
.menu-item-has-children > a {
	position: relative;
}
.main-nav .menu li.menu-item-has-children > a {
	padding-right: 10px;
}
.menu-item-has-children > a:after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
}
body.ip .banner-section .carousel .image {
	position: relative;
}
body.ip .banner-section .carousel .image img {
	min-height: 250px;
}
body.ip .item .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	width: max-content;
	max-width: calc(100% - 30px);
}
body.ip .item .content h1 {
	border-bottom: 5px solid var(--color-3);
	font-size: 71px;
	padding-bottom: 5px;
}
body.ip .item .image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(1, 13, 33, 0.5) 64.45%), linear-gradient(0deg, rgba(0, 32, 84, 0.3) 0%, rgba(0, 32, 84, 0.3) 100%);
}
body.ip .feature-section {
	background-color: var(--color-1);
	padding: 50px 0;
}
body.ip .feature-section .features {
	column-gap: 22px;
	row-gap: 22px;
	margin-top: 0;
	max-width: 100%;
}
body.ip .feature-section .feature {
	flex-basis: calc(25% - 16.5px);
	color: #fff;
}
.cont-section {
	margin: 60px 0;
}
.service-section {
	margin: 50px 0;
	color: #fff;
}
.service-section .service-row {
	background-color: var(--color-1);
}
.service-section .image-col {
	flex: 1 1 35%;
	position: relative;
}
.service-section .image-col:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 74.52%, rgba(0, 32, 84, 0.5) 100%);
}
.service-section .image-col img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.service-section .content-col {
	flex: 1 1 65%;
	display: flex;
	align-items: center;
	padding: 50px;
}
.service-section.img-right .service-row {
	flex-direction: row-reverse;
}
.service-section.img-right .image-col:after {
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 74.52%, rgba(0, 32, 84, 0.5) 100%);
}
.faq-section {
	padding: 50px 0;
	background-color: var(--color-8);
	color: #fff;
}
.faq-section h2 {
	font-size: 36px;
}
.faq-section .toggle-item {
	border: none;
	border-top: 1px solid #fff;
}
.faq-section .toggle-item h3 {
	margin-bottom: 0;
	font-size: 25px;
}
.faq-section .toggle-item .toggle-heading {
	padding: 15px 0;
}
.faq-section .toggle-item .toggle-content {
	border: none;
	padding: 0;
	margin-bottom: 15px;
}
.faq-section .toggle-item .icon.active {
	transform: none;
}
.faq-section .toggle-item .icon.active .fas:before {
	content: "\f068";
}
.coupon-page {
	background-color: var(--color-4);
	padding: 50px 0;
}
.coupon-page .btn {
	background-color: var(--color-2);
}
.coupon-page .btn:hover,
.coupon-page .btn:focus {
	background-color: var(--color-3);
}
.coupon-page .sec-content {
	margin-bottom: 25px;
}
.coupon-page .sec-content-wrap {
	display: flex;
	gap: 4px;
	justify-content: center;
}
.coupon-page .bottom-content {
	margin-top: 50px;
}
.coupon-page .container {
	width: 1370px;
	margin: 0 auto;
	max-width: 100%;
}
.coupon-page .coupons {
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
	justify-content: center;
}
.coupon-page .coupon {
	flex: 0 1 calc(50% - 10px);
	position: relative;
	padding: 4px;
	border-radius: 5px;
	overflow: hidden;
	z-index: 1;
}
.coupon-page .coupon:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 4px dashed #fff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	pointer-events: none;
}
.coupon-page .coupon .contact-col {
	flex: 1 1 45%;
	background-color: var(--color-1);
	padding: 40px 15px;
}
.coupon-page .coupon .contact-col a {
	color: #fff;
}
.coupon-page .coupon .content-col {
	flex: 1 1 55%;
	background-color: #fff;
	padding: 20px;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
}
.coupon-page .coupon .price {
	font-size: 48px;
	color: var(--color-2);
	font-family: var(--font_heading);
}
.coupon-page .coupon h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
.coupon-page .coupon .logo {
	max-width: 300px;
	margin: 0 auto 25px;
}
.coupon-page .coupon .info {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
	width: fit-content;
	margin: 0 auto;
	padding-right: 15px;
}
.coupon-page .coupon .contact-info {
	font-size: 24px;
}
.coupon-page .coupon .contact-info a {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.coupon-page .coupon .contact-info .icon {
	font-size: 20px;
}
.coupon-page .coupon .contact-info .text {
	flex: 0 1 auto;
}
.coupon-page .tooltip-wrap {
	flex: 1 1 auto;
	justify-content: flex-end;
	display: flex;
	flex-direction: column;
}
.coupon-page .tooltip-heading {
	width: fit-content;
	cursor: pointer;
	color: var(--color-9);
	border-bottom: 1px solid var(--color-9);
	font-weight: 400;
	padding-bottom: 3px;
}
.coupon-page .tooltip-inner {
	max-width: 270px;
	padding: 10px;
}
.coupon-page .tooltip-inner p:last-child {
	margin-bottom: 0;
}
.coupon-page .coupon .contact-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.text-banner {
	padding: 100px 0;
	background-image: linear-gradient(90deg, var(--color-1) 0%, var(--color-2) 100%);
	color: #fff;
}
.text-banner p:last-child {
	margin-bottom: 0;
}
.service-section h2 {
	font-size: 38px;
}
.gallery-section {
	padding: 50px 0;
}
.gallery-section .content {
	margin-bottom: 40px;
}
.gallery-section h2 {
	font-size: 38px;
}
.gallery-section .gallery-mobile {
	display: none;
}
.gallery-section .gallery {
	column-gap: 20px;
	row-gap: 20px;
	flex-wrap: wrap;
}
.gallery-section .gallery .image-col {
	display: flex;
	flex-direction: column;
	flex: 1 1 calc(33.33% - 23.33px);
	min-width: 150px;
}
.gallery-section .gallery .image-col .image:last-child {
	flex: 1 0 auto;
}
.gallery-section .gallery .image-col .image:last-child .media {
	height: 100%;
}
.gallery-section .gallery .image-col .image:last-child img {
	height: 100%;
	object-fit: cover;
}
.gallery-section .gallery .image {
	margin-bottom: 20px;
}
.gallery-section .gallery .image:last-child {
	margin-bottom: 0;
}
.call-us-shortcode .icon {
	display: inline-block;
	padding-right: 0.35em;
	font-size: 0.9em;
}
body.ip {
	background-color: var(--color-10);
}
.text-banner h4 {
	margin-bottom: 5px;
	font-size: 20px;
}
.text-banner .shortcode_row {
	row-gap: 0;
	max-width: 850px;
	margin: 0 auto;
}
.text-banner .shortcode_row .shortcode_col {
	flex-grow: 1;
}
.text-banner .shortcode_row ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
}
.text-banner .shortcode_row ul li {
	margin-bottom: 20px;
	padding-left: 30px;
	position: relative;
}
.text-banner .shortcode_row ul li:last-child {
	margin-bottom: 0;
}
.text-banner .shortcode_row ul li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	color: #fff;
	top: 1px;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}
.text-banner .shortcode_row ul li b {
	font-size: 1.2em;
	display: block;
	margin-bottom: 5px;
}
.cont-section p:last-child {
	margin-bottom: 0;
}
body.ip .main-section h2 {
	font-size: 42px;
}
body.ip .main-section.img_pos-right .content-row {
	flex-direction: row-reverse;
}
body.ip .main-section.img_pos-right .image-col .inner {
	margin-right: 0;
	margin-left: -100px;
}
body.ip .main-section.img_pos-right .image-col .inner:after {
	background: linear-gradient(270deg, rgba(0, 32, 84, 0) 66.35%, var(--color-1) 94.71%);
}
.team-section {
	padding: 50px 0;
}
.team-section .members {
	flex-wrap: wrap;
	column-gap: 100px;
	row-gap: 75px;
	margin-top: 50px;
}
.team-section .member {
	flex: 0 1 calc(50% - 50px);
}
.team-section .member .image {
	margin-bottom: 30px;
}
.team-section .member .image img {
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.team-section .member h3 {
	margin-bottom: 5px;
}
.team-section .member h4 {
	margin-bottom: 30px;
}
.blog-section {
	padding: 50px 0;
}
.blog-section .search {
	text-align: right;
	margin-bottom: 50px;
}
.blog-section .search form {
	position: relative;
	width: 250px;
	margin-left: auto;
}
.blog-section .search form input {
	width: 100%;
	background: none;
	border: none;
	border-bottom: 1px solid var(--color-1);
	padding: 6px 35px 6px 6px;
	outline-color: var(--color-2);
}
.blog-section .search form button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: none;
	border: none;
	color: var(--color-2);
}
.blog-section .posts {
	flex-wrap: wrap;
	column-gap: 75px;
	row-gap: 75px;
}
.blog-section .post {
	flex: 0 1 calc(50% - 37.5px);
	position: relative;
	box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.blog-section .post .image {
	background-color: var(--color-1);
}
.blog-section .post .image img {
	opacity: 0.5;
	transition: all ease 0.3s;
	width: 100%;
}
.blog-section .post a {
	color: #fff;
}
.blog-section .post .heading {
	position: absolute;
	bottom: 50px;
	left: 15px;
	right: 15px;
	font-weight: 300;
	border-bottom: 2px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 0;
}
.blog-section .post .date {
	position: absolute;
	top: 15px;
	right: 15px;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 2px;
}
.blog-section .post:hover .image img,
.blog-section .post:focus .image img {
	opacity: 0.35;
}
.blog-section .posts-navigation {
	margin-top: 65px;
}
.blog-section .posts-navigation .nav-links {
	display: flex;
	justify-content: center;
}
.blog-section .posts-navigation .nav-links > * {
	margin: 0 20px;
}
.blog-section .posts-navigation .nav-links > *:not(:last-child) {
	position: relative;
}
.blog-section .posts-navigation .nav-links > *:not(:last-child):after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: var(--color-1);
	right: -23px;
}
.blog-section .posts-navigation .nav-links a {
	font-weight: 300;
	font-size: 30px;
	display: flex;
	column-gap: 0.5em;
	align-items: center;
}
body:not(.page-template-page-ip):not(.home) .main-section,
.single .main-section {
	background-color: var(--color-10);
	padding: 0;
	margin: 50px 0;
	color: var(--color-text);
}
.form-section {
	padding: 60px 0;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	z-index: 1;
}
.form-section:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: -1;
	opacity: 0.75;
}
.form-section .content {
	max-width: 900px;
	margin: 0 auto;
	font-size: 18px;
}
.form-section .content h2 {
	font-size: 32px;
	margin-bottom: 10px;
}
.cont-section .content-row {
	flex-wrap: wrap;
	gap: 30px;
}
.cont-section .content-row > .col {
	flex: 1 1 calc(50% - 15px);
}
body .gform-theme--foundation .chosen-container {
	max-width: 100%;
	min-width: 100%;
}
.big-btn {
	font-size: 20px;
	white-space: break-spaces;
}
.main-nav .menu .mega-menu-item > a {
	position: relative;
	padding-right: 10px;
	display: block;
}
.main-nav .menu .mega-menu-item > a:before {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
}
.main-nav .menu .mega-menu a {
	color: var(--color-text);
	padding: 0;
	border: none;
}
.mega-menu {
	left: 0;
	right: 0;
	transform: none;
}
.mega-menu:after {
	background-color: #fff;
	opacity: 1;
}
.mega-menu .heading {
	color: var(--color-3);
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: 20px;
}
.mega-menu .menu-row {
	gap: 50px;
}
.mega-menu .links-col {
	flex: 0 1 calc(33.33% - 25px);
}
.mega-menu .featured-col {
	flex: 0 1 calc(66.66% - 25px);
}
.mega-menu .sub-links {
	font-size: 0.9em;
	gap: 1em;
}
.main-nav .mega-menu .sub-links a {
	font-weight: 400;
	text-decoration: underline;
	color: var(--color-2);
}
.main-nav .mega-menu .sub-links a:hover,
.main-nav .mega-menu .sub-links a:focus {
	color: var(--color-3);
}
.mega-menu .main-links {
	margin-bottom: 1em;
}
.main-nav .mega-menu .main-links a {
	padding: 5px 0;
}
.main-nav .mega-menu .main-links a:hover,
.main-nav .mega-menu .main-links a:focus {
	text-decoration: underline;
	text-decoration-color: var(--color-3);
	text-decoration-thickness: 3px;
	text-underline-offset: 5px;
}
.mega-menu .featured-links {
	flex-wrap: wrap;
	gap: 25px;
	font-size: 0.9em;
}
.mega-menu .featured-links .link {
	flex: 0 1 calc(50% - 12.5px);
}
.mega-menu .featured-links .link a:hover .link-heading,
.mega-menu .featured-links .link a:focus .link-heading {
	text-decoration: underline;
	text-decoration-color: var(--color-3);
	text-decoration-thickness: 3px;
	text-underline-offset: 5px;
}
.mega-menu .featured-links .link .image {
	margin-bottom: 15px;
}
.mega-menu .featured-links .link .image img {
	aspect-ratio: 5 / 4;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 5px;
	width: 100%;
}
.mega-menu .featured-links .link .price-row {
	flex-wrap: wrap;
	gap: 0.5em;
	align-items: center;
	margin-top: 8px;
}
.mega-menu .featured-links .link .price {
	color: var(--color-2);
	font-weight: 700;
}
.mega-menu .featured-links .link .price.old {
	color: var(--color-3);
	text-decoration: line-through;
	font-weight: 400;
}
.modal-backdrop {
    z-index: 4;
}
.mobile-header{
	z-index: 1000;
}
/* === Interior Pages === */
/* === Media Queries === */
@media screen and (max-width: 1599px) {
    .primary-header .header-row {
        column-gap: 60px;
    }
}
@media screen and (max-width: 1499px) {
    .primary-header .header-row {
        column-gap: 50px;
    }
		.primary-header .link .btn{
			min-width: 200px;
		}
}
@media screen and (max-width: 1399px) {
	.primary-header {
		font-size: 18px;
		white-space: nowrap;
	}
	.primary-header .header-row {
		column-gap: 30px;
	}
	.map-section .form-wrap .form {
		margin-right: -50px;
	}
	.main-nav .menu {
		gap: 20px;
	}
}
@media screen and (max-width: 1299px) {
	.primary-header .header-row {
		column-gap: 35px;
	}
	.services-section .service {
		min-height: 300px;
	}
	.map-section .form-wrap .form {
		margin-right: -15px;
	}
	.coupon-page .coupon .contact-info {
		font-size: 20px;
	}
	.coupon-page .coupon .content-col {
		padding: 20px 10px;
	}
	.coupon-page .coupon .contact-col {
		padding: 30px 10px;
	}
}
@media screen and (max-width: 1199px) {
	.primary-header {
		font-size: 16px;
	}
	.primary-header .header-row {
		column-gap: 15px;
	}
	.main-nav .menu {
		gap: 12px;
	}
	.services-section .service {
		flex-basis: calc(50% - 10px);
		aspect-ratio: 5/4;
	}
	.map-section .form {
		display: none;
	}
	.mobile-form {
		display: block;
	}
	.map-section {
		padding-bottom: 0;
	}
	.primary-footer {
		padding-top: 50px;
	}
	.brands-section {
		background: linear-gradient(90deg, rgba(0, 0, 0, 0) 90%, var(--color-1) 100%), linear-gradient(90deg, var(--color-1) 0%, rgba(0, 0, 0, 0) 10%), #fff;
	}
	.coupon-page .coupon {
		flex-basis: 100%;
		max-width: 700px;
		margin: 0 auto;
	}
	.coupon-page .coupon .contact-info {
		font-size: 24px;
	}
	.coupon-page .coupon .content-col {
		padding: 20px 15px;
	}
	.coupon-page .coupon .contact-col {
		padding: 30px 15px;
	}
	body.ip .feature-section .feature {
		flex-basis: calc(50% - 11.5px);
	}
	body.ip .item .content h1 {
		font-size: 52px;
	}
	.gallery-section .gallery {
		column-gap: 20px;
		row-gap: 20px;
	}
	.gallery-section .gallery .image {
		margin-bottom: 20px;
	}
	.primary-header {
		font-size: 15px;
	}
	.primary-header .btn {
		font-size: 15px;
		padding: 0.4em 1em;
	}
	.mobile-form {
		display: block;
		position: relative;
		z-index: 1001;
	}
}
@media screen and (max-width: 991px) {
	body.home #carousel-slider .content-wrap .content {
		background: rgba(0, 32, 84, 0.68);
		padding: 20px;
	}
	.mobile-nav {
		display: flex;
	}
	body {
		margin-top: 0;
	}
	.mobile-header {
		display: flex;
	}
	.cta-section {
		display: none;
	}
	.mobile-header .menu a:hover,
	.mobile-header .menu a:focus {
		color: var(--color-3);
	}
	.banner-section .features {
		gap: 20px;
	}
	.banner-section .feature {
		padding: 20px;
	}
	.main-section .image-col,
	.main-section .content-col {
		flex-basis: 50%;
	}
	body.home .main-section .image-col {
		display: none;
	}
	.coupons-section .coupon {
		flex-basis: calc(50% - 10px);
	}
	.content-section .content-row > .col {
		flex-basis: 100%;
		max-width: 100%;
	}
	.content-section .image-col img {
		max-height: none;
	}
	.content-section .content-col {
		padding: 50px 15px;
	}
	.primary-footer .logo-col {
		flex-basis: 100%;
	}
	.primary-footer .logo-col .social {
		margin-bottom: 10px;
	}
	.primary-footer .logo-col .logo {
		max-width: 400px;
	}
	.service-section:nth-child(n) .service-row {
		flex-direction: column;
	}
	.service-section:nth-child(n) .image-col:after {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 74.52%, rgba(0, 32, 84, 0.5) 100%);
	}
	.gallery-section .gallery {
		column-gap: 10px;
		row-gap: 10px;
	}
	.gallery-section .gallery .image {
		margin-bottom: 10px;
	}
	.team-section .members,
	.blog-section .posts {
		gap: 50px;
	}
	.team-section .member,
	.blog-section .post {
		flex-basis: calc(50% - 25px);
	}
	body {
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 767px) {
	.banner-section .feature {
		flex-basis: 100%;
	}
	.main-section .content-row {
		flex-wrap: wrap;
		row-gap: 20px;
	}
	.main-section .content-row > .col {
		flex-basis: 100%;
	}
	.main-section .image-col .inner,
	body.ip .main-section.img_pos-right .image-col .inner {
		margin-right: 0;
		margin-left: 0;
	}
	.services-section .service {
		flex-basis: 100%;
		min-height: 330px;
		aspect-ratio: auto;
	}
	.coupons-section .coupon {
		flex-basis: 100%;
	}
	body.ip .main-section.img_pos-right .image-col .inner:after,
	.main-section .image-col .inner:after {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, var(--color-1) 100%);
	}
	.primary-footer .footer-row {
		justify-content: center;
	}
	.primary-footer .footer-row > .col {
		flex-basis: 100%;
	}
	.banner-section .carousel-control {
		display: none;
	}
	.banner-section .container {
		max-width: 100%;
	}
	.banner-section .carousel .content-wrap {
		padding-top: 100px;
	}
	.banner-section .carousel .banner-nav {
		bottom: 95px;
	}
	.content-section .owl-carousel .owl-nav {
		display: none;
	}
	.desktop-section {
		display: none;
	}
	.mobile-section {
		display: block;
	}
	.mobile-section .container {
		padding: 0;
	}
	.banner-section .mobile {
		display: block;
	}
	.banner-section .desktop {
		display: none;
	}
	.banner-section .carousel .content-wrap {
		padding: 100px 0 175px;
	}
	.banner-section .video {
		margin-top: 50px;
	}
	.coupon-page .coupon {
		flex-direction: column;
		max-width: 400px;
		text-align: center;
	}
	.coupon-page .tooltip-wrap {
		align-items: center;
	}
	body.ip .feature-section .feature {
		flex-basis: 100%;
	}
	.gallery-section .gallery-desktop {
		display: none;
	}
	.gallery-section .gallery-mobile {
		display: flex;
	}
	.gallery-section .gallery-mobile .image-col {
		flex: 1 1 calc(50% - 5px);
	}
	.team-section .member,
	.blog-section .post {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 641px) {
	.map-section .form-wrap {
		margin-right: 0;
	}
	.map-section .form-wrap .form {
		padding: 30px 15px;
		width: 100%;
		margin-right: 0;
	}
	.map-section .map iframe {
		height: 275px;
	}
	.map-section .gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b {
		top: 0;
	}
}
@media screen and (max-width: 450px) {
	h2 {
		font-size: 42px;
	}
	body.ip .item .content h1 {
		font-size: 42px;
	}
}
@keyframes progressBar {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
.print-only {
	display: none !important;
}
@media print {
	body.page-id-312 > *,
	body.page-id-312 .sec-content,
	body.page-id-312 > .sections > * {
		display: none;
	}
	body.page-id-312 > .sections,
	body.page-id-312 > .sections > .coupon-page {
		display: block;
	}
	body.page-id-312 .coupon-page .coupon {
		flex-basis: 100%;
	}
	.print-only {
		display: block !important;
	}
	.web-only {
		display: none !important;
	}
	.coupon-page .coupon .restrictions .heading {
		border-bottom: 1px solid #000;
		margin-bottom: 5px;
		font-weight: 700;
	}
	.coupon-page .coupon .restrictions {
		font-size: 0.7em;
	}
	.coupon-page .coupon .restrictions .content p:last-child {
		margin-bottom: 0;
	}
	.coupon-page .coupon:after {
		border-color: #000;
	}
	.coupon-page .coupon {
		page-break-inside: avoid;
	}
	.coupon-page .coupon .contact-info {
		margin-bottom: 20px;
	}
	.coupon-page .coupon .contact-info .icon {
		margin-right: 0.25em;
	}
	.coupon-page .coupon .content-col,
	.coupon-page .coupon .contact-col {
		padding: 10px;
	}
	.coupon-page .coupon .contact-col {
		background-color: #f1f1f1;
	}
	.coupon-page .coupon .content-col p:last-child,
	.coupon-page .coupon h3 {
		margin-bottom: 5px;
	}
	.coupon-page .coupon .price {
		font-size: 38px;
	}
}
