/* 1. Global - Set up the things
/* ---------------------------------------------------------- */

/* Import CSS reset and base styles */
@import 'global.css';

:root {
	/* Fonts */
	--main-font: 'Montserrat', sans-serif;
	--second-font: 'Montserrat', sans-serif;
	--third-font: 'Montserrat', sans-serif;
	--fourth-font: 'Montserrat', sans-serif;
	--fifth-font: 'Open Sans', sans-serif;

	/* Colours */
	--color-white: #FFFFFF;
	--color-green: #a4d037;
	--color-yellow: #fecd35;
	--color-red: #f05230;
	--color-darkgrey: #15171a;
	--color-midgrey: #738a94;
	--color-lightgrey: #c5d2d9;
	--color-wash: #e5eff5;
	--color-darkmode: #151719;
	--color-apocalyptic-orange: #f57920;

	/* Arrows */
	--arrow-light-fill-color: #ffffff;
	--arrow-dark-fill-color: #f5e320;

	--vsl-accent-color: #ffffff;
}

body {
	color: #212121;
	font-family: var(--main-font);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6 {
	color: #212121;
  font-family: var(--third-font);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.4em;
	padding-bottom: 10px;
}

p {
	font-family: var(--main-font);
	line-height: 2em;
	font-size: 1.8rem;
	padding-bottom: 1em;
}

.light {
	font-weight: 300;
}

.t30 {
	font-size: 3rem;
}

/* 2. Layout - Page building blocks
/* ---------------------------------------------------------- */

.viewport {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.site-content {
	flex-grow: 1;
}

/* Full width page blocks */
.outer {
	position: relative;
	padding: 0 4vmin;
}

/* Centered content container blocks */
.inner {
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
}

.inner-95p {
	margin: 0 auto;
	max-width: 95%;
	width: 100%;
}

.inner-500 {
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
}

.inner-550 {
  margin: 0 auto;
	max-width: 550px;
	width: 100%;
}

.inner-700 {
	margin: 0 auto;
	max-width: 700px;
	width: 100%;
}

.inner-850 {
	margin: 0 auto;
	max-width: 850px;
	width: 100%;
}

.inner-950 {
	margin: 0 auto;
	max-width: 950px;
	width: 100%;
}

.inner-1100 {
	margin: 0 auto;
	max-width: 1100px;
	padding: 30px;
	width: 100%;
}

.inner-1160 {
	margin: 0 auto;
	max-width: 1160px;
	width: 100%;
}

@media (max-width: 1080px) {
	.dtr-responsive-header {
		text-align: center;
	}
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.mobile-only { display: none; }
.desktop-only { display: block; }
@media (max-width: 994px) {
	.mobile-only { display: block; }
	.desktop-only { display: none; }
}

.logo-wrap {
	border: 0 solid #333;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
	border-width: 5px;
	border-color: rgba(255,255,255,0.25);
	max-width: 413px;
	margin: 0 auto;
}

#open-form-popup {
	background: #5cb85c;
	color: var(--color-white);
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.35em;
	border-radius: 5px;
	border: 2px solid rgba(0, 0, 0, 0.1);
	display: block;
	padding: 1.25rem 4rem 1.5rem;
	text-shadow: 2px 1px 4px rgb(33,33,33);
	margin: 0 auto;
	transition: 0.33s ease-out;
	width: 100%;
	text-align: center;
	/* text-transform: uppercase; */
}

#open-form-popup-sm {
	color: #FFFFFF !important;
	border-color: #5cb85c;
	border-radius: 5px;
	font-size: 43px;
	font-family: var(--third-font);
	font-weight: 500 !important;
	text-transform: uppercase !important;
	padding: 2rem 4rem 3rem;
	background-color: #5cb85c;
	border: 2px solid;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	/* box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3); */
	margin: 0 auto;
	width: 100%;
	transition: 0.33s ease-out;
}

#submit-btn {
	background-color: #1a2c46;
	color: #FFFFFF !important;
	border-color: #1a2c46;
	border-radius: 5px;
	font-size: 40px;
	font-family: var(--third-font);
	font-weight: 700 !important;
	margin-bottom: 10px;
	padding: 1.5rem 1rem 2.5rem;
	width: 100%;
	transition: 0.33s ease-out;
}

#open-form-popup:hover,
#open-form-popup-sm:hover,
#submit-btn:hover {
	color: #1a2c46 !important;
	border-color: #26b2fc !important;
	background-image: initial;
	background-color: #26b2fc;
}


@media (max-width: 600px) {
	.logo-wrap {
		margin-bottom: 2rem;
	}
	#open-form-popup,
	#open-form-popup-sm,
	#submit-btn {
		font-size: 2rem;
		line-height: 1em;
		padding-top: 1rem;
		padding-bottom: 1.5rem;
		padding-inline: 4rem;
	}
	#open-form-popup img,
	#open-form-popup-sm img,
	#submit-btn img {
		max-width: 25px !important;
	}
}

.its-time {
	font-family: 'Caveat', handwriting;
	font-weight: 700;
	font-size: 44px;
	color: #003876 !important;
	letter-spacing: -1px;
	text-align: center;
	text-shadow: 1px 1.01px 3px rgba(0,0,0,0.4);
	margin: 2rem auto 0rem;
}

@media (max-width: 600px) {
	.its-time {
		font-size: 25px;
	}
}

/* 4. Site Header
/* ---------------------------------------------------------- */

.site-header {
	position: relative;
	color: #fff;
	background: var(--vsl-accent-color);
}

.site-header-cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.site-header-content {
	position: relative;
	z-index: 100;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 6vw 3vw;
	min-height: 200px;
}

.main-quote {
	color: #003876;
	font-size: 1.85rem;
	font-weight: 400;
	margin: -15px 0 25px;
	max-width: 70rem;
	text-align: center;
	z-index: 25;
	letter-spacing: -0.5px;
}

.sub-head {
	color: var(--color-apocalyptic-orange);
	display: block;
	line-height: 1.35;
	margin: 2vmin 0 1vmin;
	padding: 0;
	text-align: center;
	z-index: 10;
}

@media (max-width: 600px) {
	.sub-head {
		font-size: 1.67rem;
	}
}

.site-title {
  font-family: 'Kaushan Script',handwriting;
  font-size: 48px;
  color: #0f387a !important;
  line-height: 1.4em;
	padding-inline: 30px;
  text-align: center;
}

.sub-title {
	position: relative;
	text-align: center;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: 0;
	font-weight: 400;
	max-width: 700px;
	margin: 1.5rem auto 1rem;
	z-index: 10;
}

.vid-player {
	margin: 0 0 2vmin;
}

.site-logo {
	max-height: 55px;
}

.content-box {
	background-color: rgba(255,255,255,0.25);
	border-radius: 10px;
	position: relative;
	border: 5px solid #0f387a;
}

.inner-content-box {
	background-color: rgba(157,216,255,0.5);
	border-radius: 10px 10px 10px 10px;
	border: 5px solid rgba(255,255,255,0.25);
	padding: 10px 20px;
	position: relative;
}

.inner-content-box ul {
	font-size: 1.2rem;
	margin-bottom: 2rem;
}

.inner-content-box ul li {
	letter-spacing: -1px;
	list-style: none;
  list-style-position: outside;
	list-style-position: inside;
	line-height: 1.4;
	font-family: var(--main-font);
	font-size: 2.2rem;
	padding-left: 4.4rem;
	background-image: url(../img/checked2.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	background-size: 26px;
	font-weight: 500;
}

@media (max-width: 994px) {
	.content-box {
		padding: 3rem 12px 3rem;
	}
	.inner-content-box {
		margin-bottom: 2rem;
		}
	.inner-content-box ul {
		padding-inline: 0;
	}
	.inner-content-box ul li {
		background-size: 22px;
		font-size: 1.7rem;
		padding-left: 3.4rem;
	}
}

/* 4.1 Welcome Feed
/* ---------------------------------------------------------- */
.welcome-feed {
	position: relative;
	display: grid;
	grid-gap: 4vmin;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 4rem 0 0rem;
}

@media (max-width: 1000px) {
	.welcome-feed {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 700px) {
	.welcome-feed {
		grid-template-columns: 1fr;
		grid-gap: 40px;
		padding-top: 2rem;
	}
}

.welcome-card {
	position: relative;
	flex: 1 1 301px;
	display: flex;
	flex-direction: column;
	min-height: 220px;
	background-size: cover;
	word-break: break-word;
}

.welcome-card-media-link {
	position: relative;
	display: block;
	overflow: hidden;
}

@media (max-width: 994px) {
	.welcome-card-media-link {
		margin: 0;
	}
}

.welcome-card-media-link p {
	font-family: var(--main-font);
}

.welcome-card-image {
	width: 100%;
	height: 200px;
	background: var(--color-lightgrey) no-repeat center center;
	object-fit: cover;
}

.welcome-card-content-link {
	position: relative;
	display: block;
	color: var(--color-darkgrey);
}

.welcome-card-content-link:hover {
	text-decoration: none;
}

.welcome-card-header {
	margin: 20px 0 0;
}

.welcome-feed .no-image .welcome-card-content-link {
	padding: 0;
}

.no-image .welcome-card-header {
	margin-top: 0;
}

.welcome-card-primary-tag {
	margin: 0 0 0.2em;
	color: var(--vsl-accent-color);
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}

.welcome-card-title {
	margin: 0 0 0.4em;
	font-size: 2.4rem;
	transition: color 0.2s ease-in-out;
}

.no-image .welcome-card-title {
	margin-top: 0;
}

.welcome-card-content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	grid-column: 8 / span 21;
}

.welcome-card-excerpt {
	max-width: 56em;
	color: var(--color-midgrey);
}

.welcome-card-excerpt p {
	margin-bottom: 1em;
	display: -webkit-box;
	overflow-y: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-word;
}

.welcome-card-meta {
	display: flex;
	align-items: center;
	padding: 0;
}

.site-header-content p {
	font-size: 1.75rem;
	letter-spacing: 0.5px;
	line-height: 1.35;
	margin: 0 2rem 2vmin 0.5vmin;
	opacity: 1;
	z-index: 10;
}

@media (max-width: 1000px) {
	.welcome-feed {
		grid-template-columns: 1fr;
	}
	.site-header-content p {
		margin-bottom: 3vmin;
	}
}
@media (max-width: 700px) {
	.welcome-feed {
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}
}

@media (max-width: 600px) {
	.main-quote {
		font-size: 1.35rem;
		line-height: 1.3;
	}
	.site-title {
		font-size: 3.25rem;
	}
	.site-header-content p {
		font-size: 1.25rem;
		line-height: 1.35;
		margin-bottom: 4vmin;
	}
}

/* 4.1 Home header
/* ---------------------------------------------------------- */
#top-header-highlight {
	background-color: #000;
	padding: 12px 0 12px;
}

#top-header-highlight h3 {
	color: #fff;
	text-align: center;
	font-weight: 800;
	font-size: 3.5rem;
	line-height: 1.15;
	margin: 0;
	padding: 0;
	word-spacing: 3px;
}

@media (max-width: 994px) {
	#top-header-highlight h3 {
		color: #fff;
		text-align: center;
		font-weight: 800;
		font-size: 2.4rem;
		line-height: 1.15;
		margin: 0;
		padding: 0 12px;
		word-spacing: 2px;
	}
}

.site-home-header {
	position: relative;
	z-index: 1000;
	overflow: hidden;
}

.site-header-content {
	padding: 1rem 4vmin 8rem;
	font-size: 2.5rem;
	font-weight: 400;
	color: #003876;
	background-image: linear-gradient(180deg,#ffffff 15%,rgba(35,34,32,0.13) 100%);
	background-repeat: no-repeat;
	background-size: cover;
}

.form-wrapper {
	color: var(--color-white);
	border-radius: 4px;
	padding: 0 0 2rem;
}

.form-heading {
	margin-top: 1rem;
	margin-bottom: 2rem;
	color: #201d1d;
	word-wrap: break-word !important;
	word-break: normal !important;
	font-size: 2rem;
	letter-spacing: 0em;
	line-height: 1.35;
	font-weight: 600;
	text-align: center;
}

.we-will-never {
	font-family: var(--fifth-font);
	font-size: 12px;
	color: #828282 !important;
	line-height: 1.35;
	margin: 0 auto 1em;
	text-align: center;
}

@media (max-width: 1000px) {
	.form-wrapper {
		max-width: 570px;
		margin: 0 auto;
		padding: 2vmin 5vmin 5vmin;
	}
}

/* 4.2 Form Controller
/* ---------------------------------------------------------- */
.fieldContainerFirst,
.fieldContainer {
	clear: both;
	position: relative;
}

.fieldContainerFirst > label,
.fieldContainer > label {
	position: absolute;
	display: inline-block;
	top: -12px;
	left: 7px;
	background: #fff;
	color: #444444;
	padding: 0 8px;
	font-size: 13px;
	z-index: 1;
}

.form-label-outside {
	font-weight: 700;
	font-size: 1.5rem;
}


#inf_field_FirstName,
#inf_field_Email,
#inf_field_Phone1 {
	padding: 12px 18px;
	color: #4e4e4e;
	background: #f1f1f1;
	width: 100%;
	border: 1px solid rgba(0,0,0,0.13);
	border-bottom: 3px solid rgba(0,0,0,0.13);
	border-radius: 5px;
	box-sizing: border-box;
	min-height: 60px;
	font-size: 2.3rem;
	font-weight: 400;
	margin-bottom: 15px;
	-webkit-appearance: none;
	transition: border 250ms ease;
}

@media (max-width: 994px) {
	#inf_field_FirstName,
	#inf_field_Email,
	#inf_field_Phone1 {
		font-size: 1.7rem;
		min-height: 50px;
	}
	.form-wrapper {
		padding-inline: 0 !important;
	}
}

#inf_field_FirstName:focus,
#inf_field_Email:focus,
#inf_field_Phone1:focus {
	border-color: #2d3940;
	color: #3e3e3e;
}

.dl-report {
	color: #fff !important;
	background-color: #c0133b;
  border-color: #c0133b;
	border-radius: 50px;
	cursor: pointer;
	display: inline-block;
	font-size: 22px !important;
	line-height: 1;
	font-weight: 700 !important;
	padding: 16px 24px 16px !important;
	text-align: center;
	text-transform: uppercase;
	border: 0px;
	transition: all .4s ease-in-out;
}

@media (min-width: 981px) {
	.dl-report:hover {
    color: #FFFFFF !important;
    border-color: #032462 !important;
    background-image: initial;
    background-color: #032462;
	}
}

@media (max-width: 994px) {
  .navbar {
    padding: 0 1rem 0 !important;
  }
  .dtr-responsive-header {
    padding-bottom: 3px !important;
  }
	.dl-report {
		margin: 0;
    font-size: 18px !important;
    padding: 14px 20px 14px !important;
	}
	.nav-item {
		margin-top: 0;
	}
}

.get-checklist {
	background-color: #ffcc33;
	border: 2px solid;
	border-color: #ffffff;
	border-radius: 8px;
	color: #1a2c46 !important;
	cursor: pointer;
	display: inline-block;
	font-size: 28px;
	font-family: var(--third-font);
	font-weight: 500;
	line-height: 1.7em;
	padding: 0.3em 1em !important;
	transition: all 300ms ease 0ms;
	margin: 1.5rem 0 4.5rem;
}

.get-checklist:hover {
	border-color: #26b2fc !important;
	background-image: initial;
	background-color: rgba(38,178,252,0.5);
	color: #FFFFFF !important;
}


.cta-bg-dark {
	background-color: #1a2c46;
	border-color: #1a2c46;
	border-radius: 8px;
	display: inline-block;
	color: #FFFFFF !important;
	cursor: pointer;
	font-size: 28px;
	font-family: var(--third-font);
	font-weight: 500;
	line-height: 1.7em;
	padding: 1rem 1rem 1.25rem !important;
	transition: background-color 300ms ease 0ms,border 300ms ease 0ms;
	text-align: center;
	width: 90%;
}

.cta-bg-dark:hover {
	border-color: #990000 !important;
	background-image: initial;
	background-color: #990000;
}

@media (max-width: 994px) {
	.get-checklist,
	.cta-bg-dark {
		font-size: 21px;
	}
}

.submit-registration-btn {
	overflow: hidden;
	letter-spacing: 0em;
	line-height: 100%;
	max-width: none;
	height: auto;
}

.submit-registration-btn:hover,
.submit-registration-btn:focus,
.submit-registration-btn:active {
	color: #fff;
}


.get-insta-access-now {
	background: rgb(245, 121, 32);
	color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	box-shadow: 5px 5px #414141;
	display: block;
	font-size: 2rem;
	font-weight: 700;
	margin: 0 auto;
	outline: 0;
	padding: 20px 5px;
	text-decoration: none;
	text-align: center;
	text-transform: none;
	width: 100%;
	max-width: 685px;
	transition: all 120ms ease 0s;
}

.get-insta-access-now:hover {
	background-color: #438e43 !important;
	color: var(--arrow-dark-fill-color);
	box-shadow: 0 0 #b7b7b7;
	transform: translate(2px, 2px);
	outline: 0;
}

.get-insta-access-now #light-arrow,
.get-insta-access-now #dark-arrow {
	transition: all 1s ease 100ms;
}

.get-insta-access-now #dark-arrow {
	opacity: 0;
	transform: translateX(-120%);
}
.get-insta-access-now:hover #light-arrow {
	opacity: 0;
	transform: translateX(35%);
}
.get-insta-access-now:hover #dark-arrow {
	opacity: 1;
	transform: translateX(0%);
}

.get-insta-access-now > svg,
.get-insta-access-now > div {
	display: inline;
	vertical-align: middle;
}

/* 4.3 Author
/* ---------------------------------------------------------- */
.site-author-cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.site-author-content {
	position: relative;
	z-index: 100;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 6vw 3vw;
	min-height: 200px;
}

.author-feed {
	position: relative;
	display: grid;
	grid-gap: 4vmin;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 4vmin 0 1vmin;
}

@media (max-width: 1000px) {
	.author-feed {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 700px) {
	.author-feed {
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}
}

.author-card {
	position: relative;
	flex: 1 1 301px;
	display: flex;
	flex-direction: column;
	min-height: 220px;
	background-size: cover;
	word-break: break-word;
}

.author-card-media-link {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 3px;
}

.author-card-media-link p {
	font-family: var(--main-font);
}

.author-card-image {
	width: 100%;
	height: 200px;
	background: var(--color-lightgrey) no-repeat center center;
	object-fit: cover;
}

.author-card-content-link {
	position: relative;
	display: block;
	color: var(--color-darkgrey);
}

.author-card-content-link:hover {
	text-decoration: none;
}

.author-card-header {
	margin: 20px 0 0;
}

.author-feed .no-image .author-card-content-link {
	padding: 0;
}

.no-image .author-card-header {
	margin-top: 0;
}

.author-card-primary-tag {
	margin: 0 0 0.2em;
	color: var(--vsl-accent-color);
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}

.author-card-title {
	margin: 0 0 0.4em;
	font-size: 2.4rem;
	transition: color 0.2s ease-in-out;
}

.no-image .author-card-title {
	margin-top: 0;
}

.author-card-content {
	color: #fff;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	font-family: var(--second-font);
	font-size: 2.5rem;
	line-height: 1.35;
}

.author-card-excerpt {
	max-width: 56em;
	color: var(--color-midgrey);
}

.author-card-excerpt p {
	margin-bottom: 1em;
	display: -webkit-box;
	overflow-y: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-word;
}

.author-card-meta {
	display: flex;
	align-items: center;
	padding: 0;
}

h3.accessgroup {
	color: #003876 !important;
	font-family: var(--third-font);
	font-size: 30px;
	letter-spacing: 2px;
	line-height: 1;
	margin: 0 0 2rem;
	text-align: left;
	text-transform: uppercase;
}

.site-header-content p {
	font-size: 3rem;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin: 0 0 1rem;
	opacity: 1;
}

@media (max-width: 1000px) {
	.author-feed {
		grid-template-columns: 1fr;
		max-width: 85vw;
		margin: 0 auto 3rem;
	}
	.author-card-media-link {
		max-width: 30vw;
		margin: 0 auto 2rem;
	}
	.author-card-content {
		font-size: 1.75rem;
	}
	.get-insta-access-now {
		max-width: 85vw;
	}
	.site-header-content p {
		margin-bottom: 3vmin;
	}
}
@media (max-width: 700px) {
	.author-feed {
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}
}

@media (max-width: 600px) {
	.main-quote {
		font-size: 1.65rem;
		line-height: 1.3;
		margin: 0 0 25px;
	}
	.site-title {
		font-size: 3.25rem;
	}
	h3.accessgroup {
		font-size: 2.75rem;
	}
	.site-header-content p {
		font-size: 2rem;
		letter-spacing: 0;
		line-height: 1.35;
		margin-bottom: 4vmin;
	}
}

/* 5. Site Navigation
/* ---------------------------------------------------------- */

.gh-head {
	padding: 1vmin 4vmin;
	font-size: 1.6rem;
	line-height: 1.3em;
	color: #fff;
	background: var(--vsl-accent-color);
}

.gh-head a {
	color: inherit;
	text-decoration: none;
}

.gh-head-inner {
	display: grid;
	grid-gap: 2.5vmin;
	grid-template-columns: auto auto 1fr;
	grid-auto-flow: row dense;
}

/* 6. Post Feed
/* ---------------------------------------------------------- */

.post-feed {
	display: grid;
	justify-items: center;
	grid-gap: 4vmin;
	grid-template-columns: 1fr;
	padding: 10vmin 0;
	position: relative;
}

@media (max-width: 1000px) {
	.post-feed {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 700px) {
	.post-feed {
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}
}

.post-card {
	position: relative;
	flex: 1 1 301px;
	display: flex;
	flex-direction: column;
	min-height: 220px;
	background-size: cover;
	word-break: break-word;
}

.post-card-image-link {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 3px;
}

.post-card-image {
	width: 100%;
	height: 200px;
	background: var(--color-lightgrey) no-repeat center center;

	object-fit: cover;
}

.post-card-content-link {
	position: relative;
	display: block;
	color: var(--color-darkgrey);
}

.post-card-content-link:hover {
	text-decoration: none;
}

.post-card-header {
	margin: 20px 0 0;
}

.post-feed .no-image .post-card-content-link {
	padding: 0;
}

.no-image .post-card-header {
	margin-top: 0;
}

.post-card-primary-tag {
	margin: 0 0 0.4em;
	color: var(--vsl-accent-color);
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}

.post-card-title {
	margin: 0 0 4rem;
	font-size: 3.7rem;
	transition: color 0.2s ease-in-out;
}

.no-image .post-card-title {
	margin-top: 0;
}

.post-card-content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.post-card-excerpt {
	max-width: 56em;
	color: var(--color-midgrey);
}

.post-card-excerpt p {
	margin-bottom: 1em;
	display: -webkit-box;
	overflow-y: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-word;
}

.post-card-meta {
	display: flex;
	align-items: center;
	padding: 0;
}

.author-profile-image,
.avatar-wrapper {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--color-lightgrey);
	border-radius: 100%;

	object-fit: cover;
}

.post-card-meta .profile-image-wrapper,
.post-card-meta .avatar-wrapper {
	position: relative;
}

.author-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 4px;
	padding: 0;
	list-style: none;
}

.author-list-item {
	position: relative;
	flex-shrink: 0;
	margin: 0;
	padding: 0;
}

.static-avatar {
	display: block;
	overflow: hidden;
	margin: 0 0 0 -6px;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.post-card-byline-content {
	flex: 1 1 50%;
	display: flex;
	flex-direction: column;
	margin: 0 0 0 8px;
	color: var(--color-midgrey);
	font-size: 1.4rem;
	line-height: 1.2em;
	font-weight: 400;
}

.post-card-byline-content span {
	margin: 0;
}

.post-card-byline-content a {
	color: var(--color-darkgrey);
	font-weight: 600;
}

.post-card-byline-date {
	font-size: 1.3rem;
	line-height: 1.5em;
}

.post-card-byline-date .bull {
	display: inline-block;
	margin: 0 2px;
	opacity: 0.6;
}

.single-author-byline {
	display: flex;
	flex-direction: column;
	margin-left: 5px;
	color: var(--color-midgrey);
	font-size: 1.3rem;
	line-height: 1.4em;
	font-weight: 500;
}

.single-author {
	display: flex;
	align-items: center;
}

.single-author .static-avatar {
	margin-left: -2px;
}

.single-author-name {
	display: inline-block;
}

ul#reveal-points {
	font-size: 1.2rem;
	margin-bottom: 4.5rem;
}

ul#reveal-points li {
	color: var(--color-darkgrey);
	list-style: none;
	line-height: 1.6;
	font-family: var(--main-font);
	font-size: 2.25rem;
	padding-left: 3rem;
	background-image: url('../img/bullets.svg');
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

ul#reveal-points li:nth-child(odd) {
	font-weight: 700;
}

/* Sections */
.pb-sections {
	position: relative;
	background-color: #fff;
	background-position: 50%;
	background-size: 100%;
	background-size: cover;
}

@media (max-width: 994px) {
	.pb-sections {
		padding: 2rem;
	}
}

.pb-text-align-left {
	text-align: left;
}

.pb-sections h1 {
  color: inherit;
	/* color: rgb(33,33,33);
	font-size: 6.0rem;
	font-weight: 800;
	line-height: 1.15em;
	margin-bottom: 0.5rem; */
	/* text-shadow: 0.02em 0.03em 0.02em rgba(255,255,255,0.4); */
	/* transform: scale(0.8);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
	opacity: 0;
	transform-origin: top; */
}

#section-numero-uno h2 {
	color: #fff;
	font-family: var(--third-font);
	font-weight: 700;
	font-size: 42px;
	line-height: 1.25em;
	margin-top: 0;
	margin-bottom: 1rem;
}

@media (max-width: 994px) {
	#section-numero-uno h2 {
		font-size: 27px;
	}
	#section-numero-uno h2 br {
		display: none;
	}
}

#section-numero-uno h3 {
	color: #fff;
	font-family: var(--third-font);
	font-weight: 500;
	font-size: 28px;
	line-height: 1.25em;
	margin-bottom: 1.5rem;
}

@media (max-width: 994px) {
	#section-numero-uno h3 {
		font-size: 22px;
	}
}

#section-numero-uno p {
	color: #fff;
	font-family: var(--main-font);
	font-weight: 500;
	font-style: italic;
	font-size: 21px;
	line-height: 1.4em;
}

@media (max-width: 994px) {
	#section-numero-uno p {
		font-size: 16px;
	}
}

.pb-sections h3,
.pb-sections h3 a {
	color: #212121;
	font-size: 2.7rem;
	font-weight: 500;
	line-height: 1.15em;
	margin-bottom: 1.5rem;
	margin-top: 0;
	/* text-shadow: 0.02em 0.03em 0.02em rgba(255,255,255,0.4); */
	opacity: 1;
}

@keyframes scale {
	20% {
		-webkit-transform:scale(0.9);
		transform:scale(0.9);
		opacity: 0;
	}
	to {
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity: 1;
	}
}

@media (max-width: 994px) {
	.content-wrapper {
		padding: 2rem 0 0.5rem !important;
	}
	.pb-sections h1 {
		font-size: 4rem;
	}
	.pb-sections h3,
	.pb-sections h3 a {
		font-size: 2rem;
	}
}

.pb-sections p {
	line-height: 1.5em;
	padding-bottom: 1em;
}

.pb-sections .inner h2 {
	color: #212121;
	font-size: 4.8rem;
	font-weight: 500;
	line-height: 1em;
	padding-bottom: 10px;
}

.pb-sections .inner h4 {
	text-transform: uppercase;
	font-family: var(--third-font);
	font-size: 2rem;
	color: rgba(0,0,0,0.4) !important;
}

.pb-sections .inner h5 {
	color: #212121;
	font-size: 4.2rem;
	font-weight: 500;
	line-height: 1.5em;
	margin: 0;
	padding-bottom: 10px;
}

.bottom_inside_divider {
	display: block;
	height: 100%;
	position: absolute;
	pointer-events: none;
	width: 100%;
	left: 0;
	right: 0;
	margin-bottom: -1px;
}

.pb-sections-0 .bottom_inside_divider {
	background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDB2MTQwaDEyODBMMCAweiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik0wIDQydjk4aDEyODBMMCA0MnoiLz48L2c+PC9zdmc+);
	background-size: 100% 100px;
	bottom: 0;
	height: 100px;
	z-index: 1;
	transform: scale(-1,1);
}

.pb-sections-2 .top_inside_divider {
	background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xMjgwIDE0MFYwSDBsMTI4MCAxNDB6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTEyODAgOThWMEgwbDEyODAgOTh6Ii8+PC9nPjwvc3ZnPg==);
	background-size: 100% 100px;
	top: 0;
	height: 100px;
	z-index: 1;
	transform: scale(-1,1);
}

.pb-sections-video::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.45);
	z-index: 2;
}

.pb-sections-video {
	background-color: rgba(0,0,0,0.5) !important;
}

.pb-section-video-bg {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  pointer-events: none;
  -webkit-transition: display .3s;
  transition: display .3s;
}

.mejs-offscreen {
	border:0;
	clip:rect(1px,1px,1px,1px);
	-webkit-clip-path:inset(50%);
	clip-path:inset(50%);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
	word-wrap:normal
}

.mejs-mediaelement {
	height:100%;
	width:100%;
	z-index:0
 }

.pb-section-video-bg .mejs-video {
	left:50%;
	position:absolute;
	max-width:none;
	/* top: 10%; */
}

#section-numero-uno {
	background-color: #000;
	padding: 100px 0px 0;
}

#section-numero-dos {
  background-blend-mode: overlay;
  background-image: linear-gradient(90deg,rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.4) 15%,rgba(255,255,255,0.95) 35%,#ffffff 50%,rgba(255,255,255,0.95) 65%,rgba(255,255,255,0.4) 85%,rgba(255,255,255,0.26) 100%),url('../img/flagbg1.jpg') !important;
  background-color: transparent;
	padding-top: 100px;
	padding-bottom: 7.5rem;
}

ul.faws {
  padding: 0 !important;
  margin: 30px auto 3rem;
  max-width: 475px;
}

.faws li {
  list-style: none;
  line-height: 1.35;
  color: #1f1f1f;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.faws li span {
  color: #2c539e;
  font-weight: 700;
  font-size: 24px;
  padding-right: 15px;
}

.faws li span .list-icon {
  position: absolute;
  top: 4px;
  left: 0;
  width: 24px;
}

@media (max-width: 994px) {
	#section-numero-dos {
		padding: inherit 2rem 5rem;
	}
}

	#section-numero-dos strong {
		font-weight: 700;
	}

	#section-numero-dos .splash-cta {
		border: 1px solid rgba(0, 0, 0, 0.1);
		padding-top: 1.5rem; 
		padding-bottom: 1.75rem;
		text-transform: capitalize;
	}

	#section-numero-dos p {
		line-height: 1.4em;
		font-weight: 500;
		font-size: 20px;
	}
		
	@media (max-width: 994px) {
		#section-numero-dos p {
			font-size: 16px;
			font-weight: 400;
		}
		.get-report-now,
		.book-a-call-now {
			margin-bottom: 4rem !important;
			margin-top: 0 !important;
		}
	}

	#section-numero-dos h5 {
    line-height: 1.15em;
    font-family: var(--fifth-font);
    font-size: 22px;
    font-weight: 600;
    margin: 1rem auto;
    padding: 0;
    text-align: center;
    letter-spacing: -1px;
	}

	@media (max-width: 994px) {
		#section-numero-dos h5 {
			margin-top: 3rem;
		}
	}

	#section-numero-dos h2 {
		font-family: var(--third-font);
		font-weight: 700;
		font-size: 48px;
    letter-spacing: -1px;
		line-height: 1.2em;
		margin: 4.5rem auto 4rem;
    padding-bottom: 0;
	}

	@media (max-width: 994px) {
		#section-numero-dos h2 {
			font-size: 34px;
			margin-bottom: 4rem;
			margin-top: 4rem;
		}
	}

	#section-numero-dos h3 {
		font-family: var(--third-font);
		font-weight: 600;
		font-size: 32px;
    letter-spacing: -1px;
		line-height: 1;
		margin-top: 0;
		margin-bottom: 4rem;
    padding-bottom: 0;
	}

	@media (max-width: 994px) {
		#section-numero-dos h3 {
			font-size: 28px;
		}
	}

  #section-numero-dos .survey {
    border: 0;
    background-size: contain;
    background-position: right 0px top;
    background-color: #ffffff;
    background-repeat: no-repeat;
  }
  
  #section-numero-dos .survey .survey-wrapper {
    text-align: center;
    padding: 0;
  }
  
  @media (max-width: 994px) { 
    #section-numero-dos .survey .survey-wrapper { 
      margin-left: 0;
      padding: 0;
    }
  }

	/* #section-numero-dos img {
		box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.3);
	} */

	#section-numero-dos .news-card {
		margin-bottom: 1em;
	}

	#section-numero-dos .news-card__title {
		font-family: var(--third-font);
		letter-spacing: 3px;
		font-size: 2rem;
		text-transform: uppercase;
		margin: 0.75rem auto 1rem;
	}

	#section-numero-dos .news-card__text-wrapper {
		background: #0f387a;
		position: relative;
		z-index: 11;
	}

#section-numero-tres {
	background: rgba(204,204,204,0.35) !important;
	padding: 5.5rem 2rem 3rem;
}

	#section-numero-tres h4 {
    color: #212121 !important;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    text-transform: initial;
    margin: 22px auto 5px;
    padding-bottom: 0;
	}

	#section-numero-tres h2 {
    font-family: var(--third-font);
    font-weight: 600;
    font-size: 48px;
    letter-spacing: -1px;
    line-height: 1.2em;
    margin: 0 auto 4rem;
    padding-bottom: 0;
	}
	
	#section-numero-tres h3 {
		font-family: var(--third-font);
		font-weight: 600;
		font-size: 36px;
		line-height: 1.25em;
		text-align: left;
	}

	#section-numero-tres h6 {
		font-family: var(--main-font);
		font-weight: 500;
		font-size: 2.2rem;
		line-height: 1.5em;
		margin: 0 auto 3rem;
		max-width: 800px;
	}

	#section-numero-tres p {
    font-family: 	var(--fifth-font);
    color: #212121;
    font-size: 16px;
		font-weight: 400;
		line-height: 1.7;
	}
	
	#section-numero-tres .bullets {
		max-width: 550px;
		margin: 0 auto;
		position: relative;
		word-wrap: break-word;
	}

	#section-numero-tres .bullets p.highlights {
		font-family: var(--main-font);
		font-weight: 200;
		font-size: 2rem;
		color: #fff;
		margin-bottom: 1rem;
		line-height: 1.5em;
	}

	#section-numero-tres .bullets p.highlights.pb-5 {
		padding-bottom: 5px;
	}

	@media (min-width: 994px) {
		#section-numero-tres .bullets p.highlights {
			background: url(../icons/much-gt-icon.png) 20px 7px no-repeat;
			background-size: auto;
			background-size: 15px;
		}
		#section-numero-tres .bullets p {
			padding-left: 47px;
		}
	}

	@media (max-width: 994px) {
		#section-numero-tres h2 {
			font-size: 2.8rem;
		}
		#section-numero-tres h6 {
			font-size: 1.7rem;
		}
		#section-numero-tres img.on-stage {
			display: block;
			max-width: 100% !important;
			margin-bottom: 3rem !important;
		}
		#section-numero-tres p {
			font-size: 16px;
			font-weight: 400;
		}
		#section-numero-tres .bullets p.highlights {
			background: url(../icons/much-gt-icon.png) 3px 2px no-repeat;
			background-size: 15px;
			font-size: 1.7rem !important;
			padding-left: 3rem;
			line-height: 1.15em;
		}
	}


#section-numero-quatro {
	padding: 7.5rem 2rem;
}

#section-numero-quatro h2 {
  font-family: var(--third-font);
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -1px;
  line-height: 1.2em;
  margin: 0 auto 4rem;
  padding-bottom: 0;
}

.patient-special {
	background: transparent;
}

	#section-numero-quatro .flamebox,
	.patient-special .flamebox {
		/* background-color: #ff4e26; */
		background-color: #d2a23e;
		border-radius: 8px 8px 8px 8px;
		color: rgb(33,33,33);
		font-weight: 500;
		overflow: hidden;
		box-shadow: 0px 110px 80px -80px rgba(0,0,0,0.12);
		padding: 3.4rem 5rem 3rem;
	}

	#section-numero-quatro .flamebox ul li,
	.patient-special .flamebox ul li {
		font-size: 1.7rem;
	}

	#section-numero-quatro .flamebox ul li + li,
	.patient-special .flamebox ul li + li {
		margin-top: 0.15em;
	}

	@media (max-width: 994px) {
		#section-numero-quatro .flamebox,
		.patient-special .flamebox {
			padding: 3rem 2rem 1rem;
		}
	}

	#section-numero-quatro .flamebox h4,
	.patient-special .flamebox h4 {
		color: rgba(33,33,33,0.7);
		text-align: center;
		text-transform: uppercase;
		font-family: var(--third-font);
		font-size: 2rem;
		font-weight: 700;
		margin-top: 0;
		font-style: italic;
	}

	#section-numero-quatro .flamebox h2,
	.patient-special .flamebox h2 {
		color: #FFF;
		text-align: left;
		font-size: 4.2rem;
		font-weight: 500;
		line-height: 1.5em;
		margin: 0 0 2rem;
		padding-bottom: 10px;
	}

	#section-numero-quatro .flamebox p.highlight,
	.patient-special .flamebox p.highlight {
		color: #000;
		font-size: 2.5rem;
		font-weight: 800;
		line-height: 1.35em !important;
		padding-bottom: 0;
		margin-bottom: 5px !important;
	}

	#section-numero-quatro .box h5,
	.patient-special .box h5 {
		font-size: 2.2rem;
		margin-bottom: 5px;
		margin-top: 0;
	}

	#section-numero-quatro .box,
	.patient-special .box {
		/* background: #fff; */
		border: 4px dashed #000;
		padding: 2rem 5rem 2rem;
		margin-bottom: 5px;
		word-wrap: break-word;
	}

	#section-numero-quatro .box p,
	.patient-special .box p {
		font-family: var(--fourth-font);
		font-size: 2rem;
		line-height: 1.5em !important;
	}

	#section-numero-quatro .bullets,
	.patient-special .bullets {
		max-width: 550px;
		margin: 0 auto;
		position: relative;
		word-wrap: break-word;
	}

	#section-numero-quatro .bullets p.highlights,
	.patient-special .bullets p.highlights {
		font-family: var(--main-font);
		font-weight: 500;
		font-size: 2.1rem;
		color: #fff;
		margin-bottom: 2rem;
		line-height: 1.5em;
	}

	#section-numero-quatro .bullets p.highlights.pb-5,
	.patient-special .bullets p.highlights.pb-5 {
		padding-bottom: 5px;
	}

	@media (min-width: 994px) {
		#section-numero-quatro .bullets p.highlights,
		.patient-special .bullets p.highlights {
			background: url(../icons/much-gt-icon.png) 3px 2px no-repeat;
			background-size: auto;
			background-size: 27px;
		}
		#section-numero-quatro .bullets p,
		.patient-specia .bullets p {
			padding-left: 47px;
		}
	}

	@media (max-width: 994px) {
		#section-numero-quatro .box,
		.patient-special .box {
			border: 3px dashed #000;
			padding: 2rem 2rem 2rem
		}
		#section-numero-quatro .flamebox h4,
		.patient-special .flamebox h4 {
			font-size: 1.7rem;
		}
	}

#section-numero-cinco {
	padding: 5rem 2rem 15rem;
}

#section-numero-cinco h2 {
	color: rgb(33,33,33);
	font-size: 4rem;
	font-weight: 800;
	line-height: 1.15em;
	padding-bottom: 0;
	margin-bottom: 4rem;
	margin-top: 2rem;
	text-transform: uppercase;
	text-align: center;
}

#section-numero-cinco h5 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.15em;
	padding-bottom: 2rem;
}

#section-numero-cinco .box img {
	display: block;
	margin-bottom: 3rem;
	box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.3);
}

@media (max-width: 994px) {
	#section-numero-cinco {
		padding: 2rem 2rem 0;
	}
	#section-numero-cinco h2 {
		font-size: 2.8rem;
	}
}

.divider {
	display: block;
	margin: 30px auto;
}

/* Special Styling for home page grid (below):

The first post in the list is styled to be bigger than the others and take over
the full width of the grid to give it more emphasis. Wrapped in a media query to
make sure this only happens on large viewports / desktop-ish devices.

 */

@media (min-width: 1001px) {
	.welcome-card-large {
		grid-column: 1 / span 12;
		display: grid;
		grid-gap: 1rem;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
		min-height: 280px;
		border-top: 0;
	}

	.author-card-large {
		border-top: 0;
		grid-column: 1 / span 3;
		display: grid;
		grid-gap: 4vmin;
		grid-template-columns: 1fr 2fr;
		justify-items: center;
		min-height: 280px;
		margin-bottom: 3rem;
	}

	.welcome-card-large:not(.no-image) .welcome-card-header,
	.author-card-large:not(.no-image) .author-card-header {
		margin-top: 0;
	}

	.welcome-card-large .welcome-card-media-link {
		position: relative;
		grid-column: 1 / span 6;
		margin-bottom: 0;
		min-height: 380px;
	}

	.author-card-large .author-card-media-link {
		position: relative;
		grid-column: 1 / 1;
		margin-bottom: 0;
		max-width: 29rem;
	}

	.welcome-card-large .welcome-card-image,
	.author-card-large .author-card-image {
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.welcome-card-large .welcome-card-content,
	.author-card-large .author-card-content {
		justify-content: start;
	}

	.welcome-card-large .welcome-card-title,
	.author-card-large .author-card-title {
		margin-top: 0;
		font-size: 3.2rem;
	}

	.welcome-card-large .welcome-card-excerpt p,
	.author-card-large .author-card-excerpt p {
		margin-bottom: 1.5em;
		font-size: 1.7rem;
		line-height: 1.55em;
		-webkit-line-clamp: 8;
	}

	.post-card-large {
		grid-column: 1 / span 3;
		display: grid;
		grid-gap: 4vmin;
		grid-template-columns: 1fr 1fr 1fr;
		min-height: 280px;
		border-top: 0;
	}

	.post-card-large:not(.no-image) .post-card-header {
		margin-top: 0;
	}

	.post-card-large .post-card-image-link {
		position: relative;
		grid-column: 1 / span 2;
		margin-bottom: 0;
		min-height: 380px;
	}

	.post-card-large .post-card-image {
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.post-card-large .post-card-content {
		justify-content: center;
	}

	.post-card-large .post-card-title {
		margin-top: 0;
		font-size: 3.2rem;
	}

	.post-card-large .post-card-excerpt p {
		margin-bottom: 1.5em;
		font-size: 1.7rem;
		line-height: 1.55em;
		-webkit-line-clamp: 8;
	}
}

@media (max-width: 500px) {
	.post-card-title {
		font-size: 2.9rem;
	}

	.post-card-excerpt {
		font-size: 1.6rem;
	}

	ul#reveal-points li {
		font-size: 1.7rem;
	}
}


.banner-rows {
  background-color: rgba(17,47,78,0.6) !important;
  background-blend-mode: multiply;
  background-image: url('../img/flagbg2.jpg') !important;
  padding: 96px 0 106px;
}

#banner-row-1 h2,
#banner-row-2 h2 {
  color: #FFFFFF !important;
  font-family: var(--third-font);
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -1px;
  line-height: 1.2em;
  margin: 0 auto 1.4rem;
  padding-bottom: 0;
}

#banner-row-1 h3,
#banner-row-2 h3 {
  color: #FFFFFF;
  font-family: var(--third-font);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.15em;
  margin-bottom: 4rem;
  margin-top: 0;
}

.banner-call {
  color: #FFFFFF !important;
  border-width: 2px !important;
  border-color: #FFFFFF;
  border-radius: 30px;
  font-size: 26px;
  font-family: var(--third-font);
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-right: 18px !important;
  padding-left: 52px !important;
  font-weight: 500;
  line-height: 1.7em !important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
	transition: all .4s ease-in-out;
}

.phone-icon {
  position: absolute;
  top: 13px;
  left: 17px;
  width: 29px;
}

@media (min-width: 981px) {
	.banner-call:hover {
    color: #FFFFFF !important;
    background-image: initial;
    background-color: #2c539e;
    border-color: rgba(44,83,158,0) !important;
	}
}

@media (max-width: 994px) {
	.banner-call {
		margin: 10px auto;
	}
}



/* 6.1 Trusted Block
/* ---------------------------------------------------------- */
.trusted-icons {
	position: relative;
	display: grid;
	grid-gap: 6vmin 12rem;
	grid-template-columns: repeat(6, minmax(45px, 99px));
	padding: 4vmin 0;
	margin-bottom: 2rem;
	justify-content: center;
}

@media (max-width: 1200px) {
	.trusted-icons {
		grid-template-columns: repeat(auto-fill, minmax(99px, 1fr));
		grid-gap: 6vmin 12vmin;
	}
}

/* 7. Single Post
/* ---------------------------------------------------------- */

.article {
	padding: 8vmin 0;
	word-break: break-word;
}

.article-header {
	padding: 0 0 6vmin 0;
}

.article-tag {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 0.5rem;
	color: var(--color-midgrey);
	font-size: 1.3rem;
	line-height: 1.4em;
	letter-spacing: 0.02em;
	font-weight: 600;
	text-transform: uppercase;
}

.article-tag a {
	color: var(--vsl-accent-color);
}

.article-title {
	color: var(--color-darkgrey);
}

.article-excerpt {
	margin: 0 0 1rem;
	font-size: 2rem;
	line-height: 1.4em;
	opacity: 0.6;
}

.gh-canvas .article-image {
	grid-column: wide-start / wide-end;
	width: 100%;
	margin: 6vmin 0 0;
}

.gh-canvas .article-image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

@media (max-width: 600px) {
	.article-excerpt {
		font-size: 1.8rem;
	}
}

/* 8. Author Template
/* ---------------------------------------------------------- */

.author-template .posts {
	position: relative;
	height: 100%;
	display: grid;
	grid-template-columns: 200px 1fr 1fr;
	grid-gap: 4vmin;
}

.author-template .posts .post-feed {
	grid-column: 2 / 4;
	grid-template-columns: 1fr 1fr;
}

.author-profile {
	padding: 4vmin 0;
}

.author-profile-content {
	height: auto;
	position: sticky;
	top: 4vmin;
	font-size: 1.4rem;
	line-height: 1.4em;
}

.author-profile-pic {
	display: block;
	width: 150px;
	height: 150px;
	object-fit: cover;
	margin: 0 0 2rem;
	background: var(--color-lightgrey);
	border-radius: 50%;
}

.author-profile h1 {
	margin: 0 0 0.3em;
	font-size: 2rem;
}

.author-profile p {
	margin: 0 0 1.5em;
	color: var(--color-midgrey);
}

.author-profile-location {
	margin: 0 0 1.5em;
	font-weight: 700;
}

.author-profile-social-link {
	display: block;
	padding: 0 0 5px;
	font-size: 1.3rem;
	color: var(--color-midgrey);
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
	white-space: nowrap;
}

.author-profile-social-link:hover {
	color: var(--color-darkgrey);
}

@media (max-width: 900px) {
	.author-template .posts .post-feed {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 650px) {
	.author-template .posts {
		grid-template-columns: 1fr;
		grid-gap: 0;
	}
	.author-template .posts .post-feed {
		grid-column: 1 / auto;
	}
	.author-profile {
		padding-right: 0;
	}
	.author-profile-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

/* 8. Tag Template
/* ---------------------------------------------------------- */

.tag-template .post-card-large .post-card-image-link {
	grid-column: 2 / span 2;
	order: 2;
}

.tag-template .post-card-large .post-card-content {
	order: 1;
}

/* 9. Error Template
/* ---------------------------------------------------------- */

.error-content {
	padding: 14vw 4vw 6vw;
}

.error-message {
	padding-bottom: 10vw;
	text-align: center;
}

.error-code {
	margin: 0;
	color: var(--vsl-accent-color);
	font-size: 12vw;
	line-height: 1em;
	letter-spacing: -5px;
}

.error-description {
	margin: 0;
	color: var(--color-midgrey);
	font-size: 3.2rem;
	line-height: 1.3em;
	font-weight: 400;
}

.error-link {
	display: inline-block;
	margin-top: 5px;
}

@media (min-width: 940px) {
	.error-content .post-card {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
}

@media (max-width: 994px) {
	.error-content {
		padding-top: 24vw;
	}
	.error-code {
		font-size: 11.2rem;
	}
	.error-message {
		padding-bottom: 16vw;
	}
	.error-description {
		margin: 5px 0 0 0;
		font-size: 1.8rem;
	}
}

@media (max-width: 500px) {
	.error-content {
		padding-top: 28vw;
	}
	.error-message {
		padding-bottom: 14vw;
	}
}

/* 11. Site Footer
/* ---------------------------------------------------------- */

.site-footer {
	color: rgba(255,255,255,0.89);
	position: relative;
	margin: 0;
	font-family: var(--fourth-font);
	font-size: 1.4rem;
	text-align: center;
	padding: 7rem 1rem;
	line-height: 1.4;
}

.site-footer .inner {
	display: grid;
	grid-gap: 0;
	grid-template-columns: auto;
	font-size: 1.5rem;
	justify-content: center;
}

/* .site-footer .copyright { } */

.site-footer .copyright a {
	color: #2c539e;
	letter-spacing: -0.015em;
	font-weight: 500;
	line-height: 1.4;
}

.site-footer h4 {
  color: #212121;
  font-family: var(--fourth-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
  text-align: center;
  padding-bottom: 0;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

.site-footer p,
.site-footer a {
	font-family: var(--fourth-font);
	font-size: 12px;
  font-weight: 500;
	color: #212121;
}

.site-footer p {
	line-height: 1.3em;
}

.site-footer a:hover {
	text-decoration: none;
}

.site-footer-nav ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.site-footer-nav li {
	display: inline-flex;
	align-items: center;
	padding: 0;
	margin: 0;
	line-height: 2em;
}

.site-footer-nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-left: 10px;
}

.site-footer-nav li:not(:first-child) a:before {
	content: '';
	display: block;
	width: 2px;
	height: 2px;
	margin: 0 10px 0 0;
	background: #fff;
	border-radius: 100%;
}

@media (max-width: 994px) {
	.site-footer .inner {
		max-width: 500px;
		grid-template-columns: 1fr;
		grid-gap: 0;
		text-align: center;
	}
	.site-footer .copyright,
	.site-footer .copyright a {
		padding: 0.5rem;
	}
	.welcome-card-form img,
	footer img {
		max-width: 100% !important;
		display: block;
		margin: 0 auto;
	}
}

/* Footer */
.block-wrap-list {
	padding: 0 30px 0 5px;
}

.block-wrap {
  display: inline-block;
  text-align: center;
}

.block-wrap-list li {
  margin-top: 15px;
  margin-left: 25px;
}

.block-wrap span {
  display: block;
	font-size: 15px;
}

.block-wrap span + span {
  margin-top: -2px;
	font-weight: 300;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* + hr {
  margin-top: 18px;
}

hr + * {
	margin-top: 18px;
}

hr {
  box-sizing: content-box;
	margin: 0 auto;
	border: 0;
	border-bottom: 1px solid #616873;
}

@media (max-width: 994px) {
	.site-footer .box {
		margin-bottom: 4rem;
	}
}

@media (min-width: 1200px) {
	hr + * {
		margin-top: 30px;
	}
	hr + * {
		margin-top: 18px;
	}
}

.contact-info-list .unit span,
.contact-info-list .unit span a {
	color: #fff;
  display: block;
	font-weight: 200;
  text-align: left;
}

.contact-info-list li + li {
  margin-top: 14px;
}

.section-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.bg-ebony-clay {
  background: #282e3a;
  fill: #282e3a;
}

.bg-ebony-blue {
  background: #1a2c46;
  fill: #1a2c46;
}

.copyright {
	display: inline-block;
	margin: 0;
	line-height: 1.4;
	font-weight: 400;
}

.copyright > div {
  color: #2c539e;
}

.icon-picton-blue {
  color: #44bef1 !important;
}

.icon-sm {
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 22px;
}

ul, ol {
  list-style: disc;
  padding: 0;
  margin: 0;
}

@media (min-width: 480px) {
	.hr-variant-1 {
		width: 70%;
	}
}

@media (min-width: 768px) {
	.hr-variant-1 {
		display: block;
		width: auto;
		margin-right: 70px;
	}
}

.unit-horizontal {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.unit {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex: 0 1 100%;
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.unit-body {
	-ms-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

.unit-left,
.unit-right {
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
}

.unit-top {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.unit-middle {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.unit-bottom {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.unit-horizontal {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.unit-horizontal > .unit-left + .unit-right,
.unit-horizontal > .unit-left + .unit-body {
	padding-top: 0;
	padding-left: 18px;
}

.unit-horizontal > .unit-body + .unit-right {
	padding-top: 0;
	padding-left: 18px;
}

.unit-spacing-sm.unit > .unit-left + .unit-right,
.unit-spacing-sm.unit > .unit-left + .unit-body,
.unit-spacing-sm.unit-vertical > .unit-left + .unit-right,
.unit-spacing-sm.unit-vertical > .unit-left + .unit-body {
	padding-left: 0;
	padding-top: 14px;
}

@media (min-width: 768px) {
	.unit-spacing-sm.unit-sm-horizontal > .unit-left + .unit-right, .unit-spacing-sm.unit-sm-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 14px;
	}
	.unit-sm-horizontal {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.block-wrap {
		text-align: left;
	}
	.block-wrap-list li {
		margin-top: 0;
	}
}

.text-bold {
  font-weight: 700 !important;
}

/* We need to set the widths used on floated items back to auto, and remove the bottom margin as when we have grid we have gaps. */
@supports (display: grid) {
}
