/**
 * Header
 */

@media screen{
	header{
		height: auto;
		min-height: 0 !important;
	}
}

/**
 * Landing page vars
 */
:root {
	--primary: #005776;
	--secondary: #e6331b;
	--blue: #002337;
	--gray: #69686c;
	--gray-light: #dad9da;
	--font-family-sans-serif: "BentonSansBook", sans-serif;
	--font-family-benton-sans-bold: "BentonSansBold", sans-serif;
}

body {
	font-family: var(--font-family-sans-serif);
}
.text-15 {
	font-size: 0.938rem !important;
}
.text-16 {
	font-size: 1rem !important;
}
.text-18 {
	font-size: 1.125rem !important;
}
.text-20 {
	font-size: 1.25rem !important;
}
.text-primary {
	color: var(--primary);
}
.text-secondary {
	color: var(--secondary);
}
.text-blue {
	color: var(--blue);
}
.text-gray {
	color: var(--gray);
}
.text-gray-light {
	color: var(--gray-light);
}
.bg-primary {
	background-color: var(--primary);
}
.bg-secondary {
	background-color: var(--secondary);
}
.bg-blue {
	color: white;
	background-color: var(--blue);
}
.bg-blue p {
	color: white;
}
.bg-gray {
	background-color: var(--gray);
}
.bg-gray-light {
	background-color: var(--gray-light);
}
.benton-sans-bold {
	font-family: var(--font-family-benton-sans-bold);
}

/**
 * Landing page
 */
.landing-page h1,
.landing-page h2,
.landing-page h3 {
	font-family: var(--font-family-sans-serif);
	font-size: 2rem;
	margin-top: 0;
}
.landing-page h1 {
	color: var(--secondary);
	margin-bottom: 2rem;
}
.landing-page h1::after {
	display: none;
}
.landing-page .btn {
	font-size: 0.875rem;
	padding: 0.9rem 1.5rem;
	text-transform: uppercase;
}
.landing-page .btn-primary {
	background-color: var(--primary);
  border-color: var(--primary);
	transition: all 0.3s;
}
.landing-page .btn-primary:hover {
	background-color: var(--secondary);
  border-color: var(--secondary);
}
@media (min-width: 1024px) {
	.landing-page h1 {
		font-size: 2.813rem;
	}
	.landing-page h2,
	.landing-page h3 {
		font-size: 2.5rem;
	}
}

/**
 * Landing page section intro
 */
.landing-intro {
	padding-top: 8rem;
	padding-bottom: 3rem;
}
.landing-intro p {
	font-size: 1.125rem;
}
.landing-intro-img {
	width: 100%;
	max-width: 300px;
	margin-bottom: 2rem;
}
@media (min-width: 1024px) {
	.landing-intro {
		padding-top: 16.25rem;
		padding-bottom: 5rem;
	}
	.landing-intro p {
		font-size: 1.25rem;
	}
	.landing-intro-img {
		max-width: 400px;
	}
	.landing-intro-btns {
		display: flex;
	}
	.landing-intro-btns a {
		flex-basis: 100%;
	}
}
@media (min-width: 1200px) {
	.landing-intro-img {
		position: absolute;
		right: -100px;
		width: 650px;
		max-width: initial;
	}
}

/**
 * Landing page section plans
 */
.landing-plans {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.landing-plans-title {
	margin-bottom: 3rem;
}
.landing-plans-table {
	background-color: white;
}
.landing-plans-item {
	padding-top:5rem;
	position: relative;
}
.landing-plans-item:not(:last-child) {
	border-bottom: 1px solid var(--gray-light);
}
.landing-plans-item ul {
	padding-top: 1rem;
	padding-left: 1.5rem;
	margin-bottom: 1.5rem;
}
.landing-plans-item ul li {
	margin-bottom: 0.5rem;
}
.landing-plans-item-price {
	font-family: var(--font-family-benton-sans-bold);
	font-size: 1.5rem;
	margin-bottom: 0;
}
.landing-plans-item-price strong {
	color: var(--secondary);
	font-size: 2rem;
	font-weight: 600;
}
.landing-plans-item-best-value {
	font-family: var(--font-family-benton-sans-bold);
	background-color: var(--secondary);
	color: white;
	padding: 0.8rem;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 0.938rem;
}
.landing-plans-item-more {
	font-family: var(--font-family-benton-sans-bold);
	text-decoration: underline;
	color: var(--secondary);
	display: inline-block;
}
@media (min-width: 1024px) {
	.landing-plans {
		padding-top: 8rem;
		padding-bottom: 10rem;
	}
	.landing-plans-title {
		margin-bottom: 4rem;
	}
	.landing-plans-item ul li {
		font-size: 1.063rem;
	}
	.landing-plans-item-inner {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.landing-plans-item:not(:last-child) {
		border-right: 1px solid var(--gray-light);
		border-bottom: none;
	}
}

/**
 * Landing page section testimonials
 */
.landing-testimonials-item {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.landing-testimonials-item-title {
	color: var(--secondary);
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	font-size: 1.5rem !important;
}
.landing-testimonials-item-photo {
	margin-bottom: 2rem;
	border-radius: 100%;
}
@media (min-width: 1024px) {
	.landing-testimonials-item p {
		font-size: 1.125rem;
	}
}
@media (min-width: 1200px) {
	.landing-testimonials-item {
		padding-top: 8rem;
		padding-bottom: 18rem;
	}
	.landing-testimonials-item-content {
		max-width: 680px;
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

/**
 * Landing page section video
 */
 .landing-video {
	padding-top: 4rem;
	padding-bottom: 10rem;
  background-size: cover;
	margin-bottom: -6rem;
}
@media (min-width: 1200px) {
	.landing-video {
		min-height: 1000px;
	}
	.landing-video .container {
		max-width: 1170px;
	}
	.landing-video .container {
		margin-top: -15rem;
	}
}

.iframe-responsive {
	position: relative;
   padding-bottom: 56.25%;
   height: 0;
   overflow: hidden;
}
.iframe-responsive iframe, 
.iframe-responsive object, 
.iframe-responsive embed,
.iframe-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}