/* Landing Page Sept Style */

div#content {
	padding-top: 3.5em;
}

header#masthead, 
.site-footer, 
.certification-member {
	display: none;
}

.landing-page-header .container {
	display: flex;
	justify-content: space-between;
}

.platform-logos {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 18px;
}

.review-platform img:first-child {
	width: 220px;
}

.review-platform img:nth-child(2) {
	width: 135px;
	margin: 0 20px 0 25px;
}

.review-platform img:last-child {
	width: 170px;
}

.landing-page-logo {
	max-width: 280px;
}

.landing-page-video {
	position:relative;
	margin-bottom: 2em;
	padding-top:56.25%;
	overflow:hidden;
}

.main-landing-page .video-thumbnail a {
	display: inline-block;
	position: relative;
}

.main-landing-page .video-thumbnail a img.play-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    cursor: pointer;
}

.landing-page-section-1 .container {
	border-top: 1px solid #fc0083;
	padding-top: 4em;
}

section.landing-page-section-1 {
	padding: 1.5em;
}

h2 {
	font-size: 2.5rem;
}

.landing-page-section-1 ul {
	margin: 2.5em 0 3em;
	list-style: none;
}

.landing-page-section-1 ul li {
	font-size: 1.375rem;
	line-height: 2em;
	position: relative;
	padding-left: 30px;
}

.landing-page-section-1 ul li::before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #fc0083;
	top: calc(50% - 7px);
	left: 0;
}

.landing-page-section-1 .video-thumbnail {
	text-align: center;
	margin: 3em 0;
}

.apply-btn .btn {
	width: 100%;
	font-size: 1.25rem !important;
	border-radius: 0 !important;
	padding: 14px 0 !important;
}

.landing-page-section-1 .apply-btn {
	margin-top: 2em;
}

.landing-page-section-1 .review-platform img:first-child, 
.faqs .review-platform img:first-child {
	width: 400px;
}

.landing-page-section-1 .review-platform img:nth-child(2), 
.faqs .review-platform img:nth-child(2) {
	width: 230px;
	margin: 0 30px 0 40px;
}

.landing-page-section-1 .review-platform img:last-child, 
.faqs .review-platform img:last-child {
	width: 310px;
}

.landing-page-section-1 .platform-logos, 
.faqs .platform-logos {
	justify-content: space-between;
	margin-top: 6em;
	margin-bottom: 30px;
}

.landing-page-section-1 .review-platform, 
.faqs .review-platform {
	border-bottom: 1px solid #fc0083;
	padding-bottom: 1em;
}

.landing-page-section-2 {
	padding: 2em 0;
}

.landing-page-section-2 h2 {
	margin-bottom: 1.5em;
}

.img-txt-row {
	display: flex;
	align-items: center;
	margin-bottom: 5em;
}

.img-txt-row>div {
	flex: 1;
}

.img-txt-row:nth-child(even) .txt-col {
	order: 1;
}

.img-txt-row p {
	font-size: 1.375rem;
}

.img-txt-row .img-col {
	height: 240px;
	position: relative;
}

.img-txt-row .img-col a img.play-icon {
    position: absolute;
    width: 50px;
    height: 50px !important;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    cursor: pointer;
}

.img-txt-row .img-col img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.img-txt-row:nth-child(even) p {
	padding-left: 2.5em;
}

.img-txt-row:nth-child(odd) p {
	padding-right: 2.5em;
}

.img-txt-row:nth-child(odd) .img-col {
	padding-left: 2.5em;
	order: 1;
}

.faqs .container {
	border-top: 1px solid #fc0083;
}

.faqs {
	padding-top: 3em;
}

.faqs h2 {
	margin-top: 1.5em;
	margin-bottom: 1em;
}

.faqs h4 {
	color: #26a65b;
	font-size: 1.75rem;
	font-weight: 400;
	margin-bottom: 1em;
}

.faqs p {
	font-size: 1.375rem;
	margin-bottom: 1.5em;
}

.faqs .apply-btn {
	border-top: 1px solid #fc0083;
	margin-top: 6em;
	padding-top: 6em;
	margin-bottom: 6em;
}

.faqs .review-platform {
	padding-bottom: 4em;
    border-bottom: 0;
}

.faqs .review-platform p {
	font-size: 100%;
}


/* Booking Form */

.booking-form {
    padding: 2em 0 2.5em;
    margin-top: 4em;
}

section.landing-page-form {
    padding-top: 2em;
	padding-bottom: 2em;
}

.landing-page-form .container {
	position: relative;
}

.landing-page-form .container::before {
    content: '';
    border-top: 1px solid #fc0083;
    display: block;
    height: 1px;
    width: 100%;
    top: 0;
}

.booking-form h3 {
    margin-bottom: 35px;
}

button[type=submit] span {
	color: #fff;
}

.landing-page-form hr {
    border-color: #fc0083;
    margin-top: 3em;
    margin-bottom: 0;
}

.faqs.form-page .container {
    border-bottom: 1px solid #fc0083;
    padding-bottom: 3em;
    margin-bottom: 6em;
}

.landing-page-section-1.page-thank-you .container {
    padding-top: 5em;
    padding-bottom: 2em;
    border-bottom: 1px solid #fc0083;
}

.landing-page-section-1.page-thank-you h3 {
    margin: 1.5em 0;
}

.landing-page-section-1.page-thank-you .video-thumbnail {
    margin-bottom: 5em;
}

.faqs.page-thank-you .container {
    border-bottom: 1px solid #fc0083;
    padding-bottom: 3em;
    margin-bottom: 5em;
}

.calendly-inline-widget {
    border-radius: 5px;
}

section.testimonials {
    padding: 2em 0;
}

.testimonial-item:not(:last-child) {
  padding-bottom: 1em;
  margin-bottom: 4em;
  border-bottom: 1px solid #fc0083;
}

.testimonial-details {
    display: flex;
    margin: 4em 0 2em;
}

.testimonial-details .person-image {
    flex: 0 0 30%;
    margin-right: 2em;
}

.testimonial-details .person-image img {
    width: 80%;
}

.testimonial-logo-text .logo img {
    width: 470px;
    margin-bottom: 2em;
}

.quote-text {
    display: flex;
}

.quote-icon {
    flex: 0 0 14%;
}

.quote-icon img {
    width: 80px;
}

.list-image {
    display: flex;
    align-items: flex-start;
    margin-top: 2em;
    margin-bottom: 1em;
    justify-content: space-between;
}

.list-image li {
    font-size: 1.375rem;
    position: relative;
    padding-left: 30px;
    margin-bottom: 2.5em;
    list-style: none;
}

.list-image li::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fc0083;
    top: 6px;
    left: 0;
}

.list-image>div {
    flex: 1;
}

.list-image ul {
    width: 75%;
}

.list-image img {
    margin-top: 14px;
}

.faqs.main-landing-page {
	padding-top: 0;
}

section.testimonials.main-landing-page .container {
    margin-top: 1em;
    border-top: 1px solid #fc0083;
    padding-top: 4em;
    padding-bottom: 2em;
}

.testimonial-item:last-child {
    border-bottom: 0;
}

.faqs.main-landing-page .container {
    border-top: 0;
}

.landing-page-section-1.main-landing-page {
    padding-bottom: 1em;
}

.landing-page-section-1.main-landing-page .review-platform {
    padding-bottom: 3em;
}
	
.landing-page-section-1.main-landing-page h2 {
    margin-bottom: 1em;
}

@media (max-width: 992px) {
	
	div#content {
		padding-top: 2em;
	}
	
	.landing-page-logo {
		max-width: 200px;
	}
	
	.landing-page-header .container {
		flex-direction: column;
	}

	.review-platform img:first-child {
		width: 100px;
	}

	.review-platform img:nth-child(2) {
		width: 70px;
	}

	.review-platform img:last-child {
		width: 130px;
	}

	.header-logo {
		margin-bottom: 15px;
	}

	h2 {
		font-size: 2rem;
	}

	.landing-page-section-1 ul li {
		font-size: 1.25rem;
		line-height: 1.4em;
        margin-bottom: 15px;
	}
	
	.landing-page-section-1 ul li::before {
		top: 4px;
	}

	.landing-page-section-1 .platform-logos, .faqs .platform-logos {
		margin-top: 3.5em;
        margin-bottom: 15px;
	}

	.landing-page-section-1 .review-platform img:first-child, .faqs .review-platform img:first-child {
		width: 100px;
	}

	.landing-page-section-1 .review-platform img:nth-child(2), .faqs .review-platform img:nth-child(2) {
		width: 70px;
		margin: 0 12px;
	}

	.landing-page-section-1 .review-platform img:last-child, .faqs .review-platform img:last-child {
		width: 130px;
	}

	.img-txt-row {
		flex-direction: column;
	}

	.img-txt-row:nth-child(even) p {
		padding-left: 0;
	}

	.img-txt-row .img-col {
		margin-bottom: 20px;
		order: 0 !important;
	}

	.img-txt-row {
		margin-bottom: 1em;
	}

	.img-txt-row .txt-col {
		order: 1;
	}

	.img-txt-row:nth-child(odd) .img-col {
		padding-left: 0;
		margin-top: 20px;
	}

	.apply-btn .btn {
		font-size: 1.125rem !important;
		padding: 10px 10px !important;
		line-height: 1.4em;
	}
	
	.booking-form {
		padding: 2em 1em  1em;
	}
	
	.landing-page-section-1 .container {
		padding-left: 0;
		padding-right: 0;
	}
	
	.faqs .apply-btn {
		margin-top: 3em;
        padding-top: 3em;
        margin-bottom: 3.5em;
	}

	.faqs.main-landing-page {
		padding-bottom: 3em;
	}
	
	.faqs.form-page .container {
		margin-bottom: 2em;
	}
	
	.faqs.form-page {
		padding-top: 0;
	}
	
	.testimonial-details, .list-image {
		flex-direction: column;
	}

	.testimonial-details .person-image img {
		width: 50%;
	}

	.testimonial-details .person-image {
		margin-right: 0;
	}

	.testimonial-logo-text .logo img {
		width: 260px;
		margin-top: 2em;
	}

	.quote-icon {
		margin-right: 10px;
	}

	.list-image ul {
		margin-left: 0;
		margin-bottom: 0;
		width: 100%;
	}

	.list-image li:last-child {
		margin-bottom: 10px;
	}

	.list-image img {
		margin-bottom: 30px;
	}
}