@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*!
Theme Name: Strive
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: basetest
*/


.show-mobile {
	display: none ;
}	


.marquee-hero-logos .marquee-track[aria-hidden="true"] {
  display: none;
}

.page-id-491 #posts-grid .post-meta-author {
  display: none !important;
}

.single-case-studies .metadata {
  display: none !important;
}


/* ---- Fix Foundation Reveal gap on real devices (mobile only) ---- */
@media (max-width: 767px) {



  /* Make the overlay truly full-screen on mobiles */
  .reveal-overlay {
    position: fixed !important;
    inset: 0 !important;
    height: 100dvh !important;   /* uses the *dynamic* viewport height */
    min-height: 100dvh !important;
  }

  /* Keep the modal body inside the viewport with scroll if needed */
  .reveal {
    top: 0 !important;
    margin: 0 !important;
    transform: none !important;   /* avoid translateY centring quirks */
    max-height: calc(100dvh - 2rem - env(safe-area-inset-bottom, 0px));
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

 
}


.reveal .review-blocks {	
	border: none !important;
}

#main-banner.results-banner .wpcf7 {
	border-radius: 30px;
	background: rgba(217, 217, 217, 0.70);
	padding: 40px 40px;
	padding-bottom: 3px;
}

#main-banner.results-banner  .wpcf7-spinner {
	float: right;
	position: absolute;
	right: 0;
	bottom: -30px;
}

.slick-slide {
  user-select: text !important;
}


.cs-chips {
	line-height: 1.2;
}
.video-icon svg {
	margin-right: -7px;
}
#main-banner.authorxx {
	padding-top: 90px;
	margin-bottom: 50px;
	padding-bottom: 43px;
}
#posts-grid {
	margin-left: -0.875rem;
	margin-right: -0.875rem;
}
.page-title.titan {
	margin-bottom: 10px;
}
.gravt {
	width: 80px;
	margin: 0 auto;
	
}
	
	.gravt img {

	border-radius: 50%;
}

.about-x {
	width: 50%;
	text-align: center;
}

#main-banner.authorxx .cell.large-12 {
	text-align: center;
}

.answer {
	padding: 0 26px;
}
.mega-sub-menu {
	width: 100% !important;
}
.plus-x {
	cursor: pointer;
}
#contact-column a {
	color: #000 !important;
}
.page-form-banner .wpcf7-form .wpcf7-form-control.wpcf7-textarea {
	height: 100px !important;
	padding: 0 1rem;
	border: 1px solid #dadada;
	border-radius: 6px !important;
	font-size: 1rem;
	box-sizing: border-box;
	padding-top: 14px;
	padding-bottom: 14px; 
}

.show-label {display: block !important}

#posts-grid .post-meta-author {display: block !important}
.cell.large-12.fdc {
	border-top: 1px solid #f5f5f7;
	padding-top: 20px;
}
.cell.large-12.fdc p {
	margin: 0;
	font-size: 12px !important;
}
.page-form-banner .cell.medium-12 h2 {
	text-align: left;
	font-size: 30px;
}
.catclass-videos .author-avatar {
	display: none;
}
html body #strive-hero.strive-hero-2 {
	position: relative;
	padding-top: 70px;
}

html body #strive-hero.strive-hero-2.inner-used {
	padding-top: 130px;
}


.custom-modal-review iframe {
	width: 100%;
	margin: 0 !important;
	min-height: 480px;
	display: block;
}
.custom-modal-review p {
	margin: 0;
}
.with-image img {
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.wpcf7-form-control.wpcf7-text {
	height: 3.5rem;
	width: 100%;
	padding: 0 1rem;
	border: 1px solid #dadada;
	border-radius: 6px;
	font-size: 1rem;
	box-sizing: border-box;
}
/* Wrap created by JS – styled like your input fields */
.chip-select-wrap {
	position: relative;
    border: 1px solid #dcdcdc;
    border-radius: 14px;
    background: #fafafa;
    padding: 12px 14px;
    min-height: 54px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* gap: 8px; */
    /* height: 3.5rem; */
    width: 100%;
    padding: 0 1rem;
    border: 1px solid #dadada;
    border-radius: 6px;
    font-size: 1rem;
    box-sizing: border-box;
}

/* Hide native select but keep it accessible for CF7 */
select.js-chip-select[multiple] {
  position: absolute !important;
  left: -9999px !important;
}

/* Red chips */

.chip-select-wrap {
 display: flex;
    flex-wrap: wrap;
    /* gap: 8px; */
    /* padding: 10px; */
    border: 1px solid #dcdcdc;
   
    background: #fff;
   height: auto;
	 min-height: 54px;
}



.cs-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e53935;
color: #fff;
  font-size: 8px;
  line-height: 1;
  user-select: none;
}

.cs-chip button {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  margin-left: 10px;
  font-weight: 700;
  cursor: pointer;
}
.cell.medium-6.flexed-posl {
	position: relative;
	z-index: 999999 !important;
}
/* Placeholder “click to add” text */
.cs-placeholder {
  
  line-height: 1;
  cursor: default;
}

/* Dropdown list */
.cs-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 6px;
  max-height: 240px;
  overflow: auto;
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
  z-index: 20;
  display: none;
}

.cs-menu.open { display: block; }

.cs-option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3px 12px;
	border-radius: 8px;
	cursor: pointer;
}

.cs-option:hover { background: #f5f5f5; }

.cs-option[aria-checked="true"]::after {
  content: "✓";
  font-weight: 700;
}

/* Focus ring for accessibility */
.chip-select-wrap:focus-within { outline: 2px solid rgba(229,57,53,.3); outline-offset: 2px; }

.author-name-date a:hover {
	color: #ff4040 !important
}

.wpcf7-spinner {
   
    float: right;
}
.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.inter-BOLD {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.strive-custom-logo {
	position: relative;
	margin-right: -52px;
	transform: translateX(-70%);
}
#cf7cnc-result {
	border-radius: 30px;
	background: rgba(217, 217, 217, 0.70);
	padding: 30px 40px;
	background: #1e1e1e;
	color: #fff;
}
#cf7cnc-result h3 {
	color: #F74040 !important;
	font-size: 30px;
}
#cf7cnc-result p {
	color: #fff;
}

#cf7cnc-step1 .grid-x.grid-custom-x input {
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.20);
	background: #FFF;
	height: 50px;
	padding-left: 20px;
	box-shadow: none !important;
}
#cf7cnc-step1 .grid-x.grid-custom-x select {
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.20);
	background-color: #FFF;
	height: 50px;
	padding-left: 20px;
	box-shadow: none !important;
}
#cf7cnc-step1 {
	border-radius: 30px;
	background: rgba(217, 217, 217, 0.70);
	padding: 30px 40px;
}

#cf7cnc-step1 h3 {
	color: rgb(0, 0, 0);
	font-family: "Inter", sans-serif;
	font-size: 31px;
	font-style: normal;
	font-weight: 600;
	line-height: 136%;
}


html body .results-banner .wpcf7 form .wpcf7-response-output {
   
    border: none;
  
}

html body li {
	font-weight: 400 !important;
}
body { font-family: "Inter", sans-serif; }

html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html body li, html body p, .marquee-content a { font-family: "Inter", sans-serif; font-weight: lighter }
/*
.iframe {isolation: isolate;}
*/
.fullreview.extender {
	height: auto !important;
}


.slide-tabtop.slick-slide.slick-current {
	border-radius: 77.368px;
	background: #000;
	color: #FFF;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 11.18px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 1.453px;
	text-transform: uppercase;
	padding: 18px 0;
}
.slide-tabtop.slick-slide {
	border-radius: 77.368px;
	background: #fff;
	color: #000;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 11.18px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 1.453px;
	text-transform: uppercase;
	padding: 18px 0;
	margin: 5px 5px;
}

.popupavatar {
	width: 40%;
}
.popupcontents {
	width: 60%;
}

.about-x {
	color: #F74040;
	font-family: "Inter", sans-serif;
	font-size: 43px;
	font-style: normal;
	font-weight: 600;
	line-height: 136%;
}
.team-blurb-popup {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}
.team-blurb:hover {
	opacity: 0.7;
}

.team-blurb {
	width: 20%;
	cursor: pointer;
}
.team-group:nth-of-type(2n) .team-infos  {
	padding-right: 50px;
	padding-left: 0px;
}
.team-group:nth-of-type(2n) .team-infos {
	order: -1 !important;
	justify-content: end;
}
.team-infos {
	padding-left: 50px;
}


.cell.large-12.timeline-team {
	position: relative;
	overflow: hidden;
}
.cell.large-12.timeline-team::before {
	content: "";
	background: #FF4040;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
}

.circle-avatars img {
	width: 140px;
}


.name {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.1;
	margin: 0;
}
.position-title {
	color: #FF4040;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 136%;
	margin-top: 4px;
}

.logo-class img {
	height: 40px;
	padding: 0 20px;
	margin: 0px auto;
}

.popupavatar {width: 40%}
.popupcontents {width: 60%}

.logocr { width: 100% !important}
.cell.large-12.timeline-team::after {
	content: "";
	background: #FF4040;
	width: 9px;
	height: 9px;
	position: absolute;
	left: 50%;
	top: 0;
	border-radius: 50%;
	margin-left: -4.5px;
}
.team-blurb-popup {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
}
.popupavatar img {
	width: 80%;
}
.circle-avatars {
	margin-bottom: 10px;
}
.team-blurb-popup p {
	display: block;
	width: 100%;
}
.reveal .contentwrap p {
	font-size: 15.46px;

	line-height: 165%;
}
.reveal .name {
	
	font-size: 28px;

}

.team-blurb {
	cursor: pointer;
}
.contentwrap p {color: #000;
font-size: 19.46px;
font-style: normal;
font-weight: 400;
line-height: 165%; /* 32.109px */}

.team-infos {
	width: 50%;
	display: flex;
	flex-wrap: nowrap;
}
.team-group {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	padding: 30px 0px;
}
.team-gap {
	width: 50%;
}

.team-infos {
	width: 50%;
	gap: 6%;
}

.team-group:nth-of-type(2n) .team-blurb  {
	order:-1
}

.turnover-text {
	display: block !important;
	width: 100%;
}
.about-x {
	border-left: 1px solid rgba(255,255,255,0.5);
	padding-left: 30px;
}
.about-x:first-of-type {
	border-left: none;
	padding-left: 0px;
}

.subtxt, .number-x {
	display: inline-block;
}
.about-x div {
	color: #F74040;
	font-family: "Inter", sans-serif;
	font-size: 61px;
	font-style: normal;
	font-weight: 600;
	line-height: 136%;
}
.about-stats {
	display: flex;
	gap: 30px;
}
html body .turnover-text {
	color: #FFF;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 169%;
}

.about-stats {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px;
	z-index: 6;
}
.about-box::after {
	background: linear-gradient(0deg, #15172B 0%, rgba(21, 23, 43, 0.00) 100%);
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 350px;
	content: "";
}


.logo-class.slick-slider img { display:block; margin:0px auto}
.logo-class.slick-slider { text-align: center}
.cell.large-12.cntx.content-o-text ul {
	margin: 0;
	list-style: none;
	margin-bottom: 20px;
}
.about-box {
	height: 700px;
	border-radius: 23px;
	position: relative;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.cell.large-12.cntx.content-o-text ul li {
	background: url("images/ticker.svg") no-repeat 0 4px / 20px;
	font-weight: 300;
	padding-left: 30px;
	margin-bottom: 3px;
}

.bubbleclass .textstrive {
	width: 60%;
}
.bubbleclass .imgstrive {
	width: 40%;
	padding-right: 4%;
	padding-top: 20px;
}
.hide-block {display:none !important}

.tax-total .tax-value {
	font-size: 23px;
}
.white-x span {
	color: #fff;
}
.red-x span {
	color: #F74040 !important;
}
.black-x span {
	color: #000 !important;
}

.green-x span {
	color: #218747;
}
.ttls {
	text-align: right;
}
.grc svg {
	width: 90px;
	margin-right: 20px;
}

.saving-ban {
	position: relative;
}
.tax-box.uk h3 {
	color: #fff;
}

.title-approved p {
	background: #F74040;
	color: #fff;
	border-radius: 30px;
	color: #FFF;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	padding: 5px 20px;
	width: auto;
	display: inline-block;
}

#page-contents {
	padding: 60px 0;
}

html body #page-contents p, html body #page-contents li {
	color: rgba(0, 0, 0, 0.60);
	font-family: "Inter", sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 178%;
}

html body #page-contents h1 {
	color: #151719;
	font-family: "Inter", sans-serif;
	font-size: 51px;
	font-style: normal;
	font-weight: 700;
	line-height: 124%;
	text-align: left;
}
html body #page-contents h2 {
	color: #151719;
	font-family: "Inter", sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 124%;
	text-align: left;
}
html body #page-contents h3 {
	color: #151719;
	font-family: "Inter", sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	text-align: left;
	line-height: 124%;
}
html body #page-contents h4 {
	color: #151719;
	font-family: "Inter", sans-serif;
	font-size: 25px;
	font-style: normal;
	text-align: left;
	font-weight: 700;
	line-height: 124%;
}
html body #page-contents h5 {
	color: #151719;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-style: normal;
	text-align: left;
	font-weight: 700;
	line-height: 124%;
}
html body #page-contents h6 {
	color: #151719;
	font-family: "Inter", sans-serif;
	font-size: 17px;
	text-align: left;
	font-style: normal;
	font-weight: 700;
	line-height: 124%;
}
#mega-menu-item-453 {
	margin-left: 10px !important;
}
html body #mega-menu-wrap-menu-1 #mega-menu-menu-1 #mega-menu-item-453.mega-book-consultation a:hover { color: #fff !important}

.mega-sub-menu a::before {
	display: none !important;
}

/* Initial state */
.floted-list .list-x {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Animation trigger */
.floted-list.visible .list-x {
  opacity: 1;
  transform: scale(1);
}

/* Staggered effect using nth-child */
.floted-list.visible .list-x:nth-child(1) {
  transition-delay: 0s;
}
.floted-list.visible .list-x:nth-child(2) {
  transition-delay: 0.1s;
}
.floted-list.visible .list-x:nth-child(3) {
  transition-delay: 0.2s;
}
.floted-list.visible .list-x:nth-child(4) {
  transition-delay: 0.3s;
}
/* Add more as needed */

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
	background: #fff !important;
	box-shadow: 0 50px 30px -50px rgba(0,0,0,0.25);
}


.mega-sub-menu a:hover span {
	color: #f44336 !important;
}
.mega-menu-link {
	position: relative !important;
}
#mega-menu-item-453 a::before {
	content: "";
	display: none !important;
}
.mega-current-menu-item .mega-menu-link::before {
	content: "";
	background: #F74040 !important;
	width: 90% !important;
	height: 1px !important;
	position: absolute !important;
	left: 5% !important;
	bottom: 10px !important;
}
.cell.large-10.leftcontent iframe {
	width: 100%;
	height: 650px;
	margin-bottom: 30px;
}


.grc {
	display: flex;
	align-items: center;
}

.standardised-img img {
	max-width: 550px;
	margin: 0 auto;
	display: block;
	border-radius: 13px;
}
.cell.large-6.page-form-banner.blog-news-top-right {
	order: -3;
}
#main-banner {
	background-size: cover;
}
#page-contents a {
	color: #F74040;
}
.author-avatar {
	width: 30px;
}
.saving-ban svg {
	position: absolute;
	left: 0;
	width: 41px;
}
.saving-ban {
	padding-left: 60px;
	width: 60%;
}
.tax-savings-banner {
	display: flex;
	align-items: self-start;
}
.ttls {
	width: 40%;
}
.saving-ban h2 {
	color: #FFF;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -0.16px;
	text-align: left;
}

.saving-ban p {
	color: #FFF;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.16px;
}
.cell.large-6.pae-title-intro h3 {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 33px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cell.large-6.pae-title-intro {
	padding-right: 7%;
}
form#uk-tax-form .grid-x.grid-custom-x input {
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.20);
	background: #FFF;
	height: 50px;
	padding-left: 20px;
	box-shadow: none !important;
}


.disc {color: #5E5E5E;
font-family: "Inter", sans-serif;
	margin-bottom: 20px;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 21px */}
.grid-x.grid-custom-x .cell {
	padding-right: 20px;
}
.grid-x.grid-custom-x label {
	display: none;
}
#uk-tax-form h3 {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 31px;
	font-style: normal;
	font-weight: 600;
	line-height: 136%;
}
html body .orange-btnx {
	display: inline-block !important;
	background: #F74040;
	color: #fff !important;
	vertical-align: middle !important;
	border-radius: 30px;
	padding: 19px 40px;
	text-align: center;
	font-size: 11.9px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.65px;
	border:none !important
}


.reveal .fullreview::after {
	display:none
}

.author-avatar img {
	margin: 0 !important;
}
#uk-tax-form {
	border-radius: 30px;
	background: rgba(217, 217, 217, 0.70);
	padding: 30px 40px;
}
.homepage-slider .slide-slicker::after {
	background: url("images/shade.png") no-repeat top right / 100% 100%;
	position: absolute;
	left: auto;
	top: 0px;
	width: 80%;
	height: 100%;
	content: "";
	right: 0;
	z-index: 1;
}
.pae-title-intro .grid-container.grid-x.grid-margin-x.align-top {
	margin-left: -12px;
}
.cell.text-section .cell.large-12.button-cta {
	padding: 0;
	margin-top: 10px;
	text-align: left;
}
.mega-menu-item-type-widget {
	padding: 0 !important;
}

.herox-logos {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-top: 40px;
	gap: 30px;
}
.herox-logos .logo-item {
	flex: 0 0 auto;
	padding: 0;
}

.mega-book-consultation .mega-menu-link {
	color: #fff !important;
}
.cell.large-12.content-o-text p {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 165%;
}
.cell.text-section {
	padding: 0 40px;
}
.cell.large-12.content-o-text h6, .cell.large-12.content-o-text h2 {
	text-align: left;
}
.cell.iconflex p {
	color: rgba(0, 0, 0, 0.60);
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 178%;
}
.custom-video-social-proof {
	border-radius: 10px;
	background: #F8F8F8;
	height: 781px;
	width: 100%;
	position: relative;
}
.percent-animnate .percent-box {
	color: #F74040;
	font-family: "Inter", sans-serif;
	font-size: 61px;
	font-style: normal;
	font-weight: 600;
	line-height: 136%;
}
.floted-list {
	position: relative;
	margin-top: -340px;
	text-align: left;
	margin-left: 6%;
	margin-bottom: auto;
	width: 50%;
}
.listbox {
	text-align: center;
	margin-bottom: 50px;
}
.listbox img {
	border-radius: 20px;
	position: relative;
	z-index: -1;
}

.list-x.xlist-no .icon-list-text {
	opacity: 0.4;
}

.floted-list::before {
	background: linear-gradient(0deg, #fff 20%, rgba(255, 255, 255, 0.00) 100%);
	position: absolute;
	left: -10%;
	top: auto;
	width: 110%;
	height: 30%;
	content: "";
	bottom: -40px;
	z-index: 9;
}
.list-x {
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 14px 14px 0px rgba(0, 0, 0, 0.07);
	margin-bottom: 16px;
	padding: 18px 20px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.icon-list.active-yes img {
	width: 24px;
	display: inline-block;
	position: relative;
	z-index: 9;
}
.icon-list-text {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 136%;
}
.icon-list {
	width: 48px;
	height: 48px;
	background: #ccc;
	border-radius: 50%;
	margin-right: 20px;
}

.icon-list.active-yes {
	width: 48px;
	height: 48px;
	background: #F74040;
	border-radius: 50%;
	margin-right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}


#pct {
	color: #F74040;
	font-family: "Inter", sans-serif;
	font-size: 31px;
	font-style: normal;
	font-weight: 600;
	line-height: 136%;
}

.cell.large-12.cntx h6, .cell.large-12.cntx h2 {
	text-align: left;
}
.cell.large-12.button-cta a {
	display: inline-block !important;
	background: #F74040;
	color: #fff;
	vertical-align: middle !important;
	border-radius: 30px;
	padding: 19px 40px;
	text-align: center;
	font-family: Helvetica;
	font-size: 11.9px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.65px;
}

.bottom-align-text h6 {
	color: #FF4040;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 2.66px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 20px;
}

.bottom-align-text p {
	color: rgba(0, 0, 0, 0.60);
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 178%;
}
.sixty-block {
	height: 60%;
	border-radius: 40px;
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center center;
	display: inline-block;
}
#mosaic-column  h3 {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 31px;
	font-style: normal;
	font-weight: 600;
	line-height: 136%;
}
.top-align-text {
	padding: 0 40px;
	text-align: center;
	padding-top: 50px;
	text-align: left;
}
.top-align-text h6 {
	
	text-align: left;
	
}
.cell.large-4.medium-4.small-12.blog-post-home.post-column-grid-single {
	margin-bottom: 50px;
}

html body p {
	color: rgba(0, 0, 0, 0.60);
	font-family: "Inter", sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 178%;
}

.meet-approved img {
	height: 180px;
	display: block;
	margin: 0 auto;
}
.fourty-block {
	display: flex;
	align-items: center;
	padding: 0 30px;
}
.plus-bottom {
	width: 60px;
	height: 60px;
	background: #F74040 url("images/plus.svg") no-repeat center center / 60%;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.seventy-block {
	/* background: #FAFAFA; */
	border-radius: 40px;
	position: relative;
	height: 66%;
	display: inline-block;
	width: 100%;
	margin-top: 4%;
	text-align: center;
	padding-top: 32px;
	background-size: cover;
	background-position: center center;
}
.video-icon {
	border-radius: 900px;
	background: rgba(255, 64, 64, 0.80);
	backdrop-filter: blur(6.5px);
	width: 90px;
	height: 90px;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
}
.title-approved-abs h4 {
	color: #FFF;
	font-family: "Inter", sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 136%;
	margin-bottom: 60px;
}
.seventy-block.modal-trigger-focus {
	cursor: pointer;
}
.small.reveal {
	padding: 0 !important;
	border: 0;
}

.thirty-block {
	background: #FAFAFA;
	border-radius: 40px;
	position: relative;
	height: 30%;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-top: 32px;
}
.fourty-block {
	background: #FAFAFA;
	border-radius: 40px;
	position: relative;
	height: 36%;
	
	width: 100%;
	margin-top: 4%;
}

html body h3 {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 136%;
}
.bottom-align-text {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	padding: 40px 40px;
	text-align: left;
}
.full-block {
	height: 760px;
	width: 100%;
	border-radius: 40px;
	display: inline-block;
	position: relative;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
.cell.large-12.medium-12.small-12.filed-news {
	position: relative;
	overflow: hidden;
}
#home-video-xx .cell.large-6.home-caption-text h6,
#home-video-xx .cell.large-6.home-caption-text h2,
#home-video-xx .cell.large-6.home-caption-text {
	text-align: left;
}
#flex-marquee {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	z-index: 9;
}

.cell.large-12.medium-12.small-12.filed-news::before {
	background: linear-gradient(90deg, rgba(248, 248, 251, 0.70) 0%, rgba(248, 248, 251, 0.00) 92.39%);
	position: absolute;
	left: 0;
	top: 0px;
	width: 160px;
	height: 100%;
	content: "";
	z-index: 10;
}


.cell.large-12.medium-12.small-12.filed-news::after {
	background: linear-gradient(-90deg, rgba(248, 248, 251, 0.70) 0%, rgba(248, 248, 251, 0.00) 92.39%);
	position: absolute;
	right: 0;
	top: 0px;
	width: 160px;
	height: 100%;
	content: "";
	z-index: 10;
}


#review-column .slick-arrow {
	border-radius: 50%;
	background-size: 38px !important;
	margin: 0 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.article-post-home {
	margin: 0 30px;
}
.default-block-review.hasanimg .review-type-selection {
	position: absolute;
	left: 31px;
	bottom: 40px;
}
.cat-slugs {
	margin-bottom: 10px;
}
.author-avatar img {
	border-radius: 50%;
}
.article-intro h3 a {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 24.189px;
	font-style: normal;
	font-weight: 600;
	line-height: 136%;
}

.author-name-date a, .author-name-date span {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 14.479px;
	font-style: normal;
	font-weight: 600;
	line-height: 136%;
	text-transform: capitalize;
}
#articles-column {
	background: #e9e9e9;
	padding: 50px 0;
}
.news-carousel .slick-dots {
	position: static;
	margin-top: 40px;
}

#articles-column .cell.large-12.button-cta {
	padding-bottom: 15px;
}


.author-name-date {
	
	padding-left: 10px;
}

.author-avatar img {
	margin: 0;
}
.author-avatar {
	display: inline-block;
	vertical-align: middle;
}

.author-name-date {
	display: inline-block;
	vertical-align: middle;
}
.news-intro h3 a {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 24.189px;
	font-style: normal;
	font-weight: 600;
	line-height: 136%;
}


.blog-post-home img {
	border-radius: 20px;
	margin-bottom: 20px;
}
.cat-slugs a {
	color: #FFFFFF !important;
	font-family: "Inter", sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 0.621px;
	text-transform: uppercase;
	border-radius: 12.931px;
	background: #F74040;
	display: inline-block;
	padding: 5px 10px;
}
.blog-post-home {
	margin: 0 20px;
}
#news-column {
	padding: 60px 0;
}
#news-column {
	padding-bottom: 30px;
}
.default-block-review.hasanimg .fullreview {
	height: 117px;
}

.review-slider-x .slick-slide {
	height: inherit !important;
	
}
.review-type-selection {
	position: absolute;
	left: 47px;
	bottom: 40px;
}
.review-blocks {
	position: relative;
	text-align: left;
}

/*IF you want slick to be equal height slides, enable below
.slick-track
{
    display: flex !important;
}

.slick-slide {
	height: inherit !important;
	
}
*/
.cell.button-cta {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}


#review-column { background: url("images/review-bg.png") no-repeat center center / cover}
.social-p-default .review-type-selection {display: none}

#review-column {
	padding-top: 60px;
	padding-bottom: 20px;
}

.review-type-selection {
	width: 270px;
	display: inline-block;
}
.cell.large-8.medium-6.small-12.ve-emb div {
	overflow: hidden;
	border-radius: 13px;
}
.social-p-trustpilot .google {
	display: none;
}
.social-p-google  .trustpilot {
	display: none;
}

.review-blocker .slick-dots {
	display: none !important;
}
.fullreview {
	height: 130px;
	overflow: hidden;
	margin-bottom: 0;
	position: relative;
}
.default-block-review.fullrev {
	padding: 32px 50px;
}
.default-block-review {
	position: relative;
}
.rm {
	color: #151719;
	font-size: 13.9px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 1.1;
	text-transform: uppercase;
	height: auto;
	cursor: pointer;
	display: none !important
}


#review-column .slick-track
{
    display: flex !important;
}

#review-column .slick-slide {
	height: inherit !important;
	margin: 0 20px;
}
.review-blocks {
	border-radius: 9px;
	border: 1px solid rgba(0, 0, 0, 0.09);
	background: #FFF;
}
.review-flex {
	display: flex;
	flex-wrap: nowrap;
	height: 100%;
}

.default-block-review.fullrev {
	width: 100%;
}
.with-image {
	width: 40%;
}
.default-block-review {
	width: 60%;
}
.default-block-review.hasanimg {
	padding: 30px 30px;
	position: relative;
	text-align: left;
}
.review-name {
	color: #364B59;
	font-size: 14px;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 30px;
}

.fullreview::after {
	background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0.00) 100%);
	position: absolute;
	left: 0;
	top: auto;
	width: 100%;
	height: 80%;
	content: "";
	bottom: 0;
	display: none !important
}

.first-line {
	color: #000;
	font-size: 29px;
	font-style: normal;
	font-weight: 400;
		font-family: "Inter", sans-serif;
	line-height: 1.5;
	margin-bottom: 10px;
}
.fullreview p {
	color: #798B98;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
}
.video-clicker svg {
	margin-right: -3px;
}
.iconflex img {
	width: auto;
	height: 28px;
	margin-bottom: 15px;
}
.nvitem .cell.large-12 h6, .nvitem .cell.large-12 h2 {
	text-align: left;
}
.nvitem.slider-caption.text-style p {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 165%;
}
.nvitem.slider-caption.text-style .iconflex p {
	color: rgba(0, 0, 0, 0.60);
font-family: "Inter", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 178%; /* 26.7px */
}
.nvitem.vimeo.video-skin {
	
	left: -20% !important;
}
.bubble-strive {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}
.imgstrive {width: 30%}

.bubble-carousel {
  position: relative;
  height: 120px;
  width: 100%;
}


/* Default state (non-animated) */
.bubble-strive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
border-radius: 0px 26px 26px 26px;
background: #F74040;
  opacity: 1;
  transform: translateY(0) scale(1);
  z-index: 2;
}

/* Animate only if .animate is on parent */
.bubble-carousel.animate .bubble-strive {
  animation: rotateBubble 10s infinite;
  opacity: 0.5;
  transform: translateY(20px) scale(0.95);
  z-index: 1;
}

/* Slide 1 starts at 0s */
.bubble-carousel.animate .bubble-strive:nth-child(1) {
  animation-delay: 0s;
}

/* Slide 2 starts at 3s */
.bubble-carousel.animate .bubble-strive:nth-child(2) {
  animation-delay: 5s;
}
@keyframes rotateBubble {
  0% {
    opacity: 0.5;
    transform: translateY(20px) scale(0.95);
    z-index: 1;
  }
  5% {
    opacity: 1;
    transform: translateY(0px) scale(1);
    z-index: 2;
  }
  45% {
    opacity: 1;
    transform: translateY(0px) scale(1);
    z-index: 2;
  }
  55% {
    opacity: 0.5;
    transform: translateY(20px) scale(0.95);
    z-index: 1;
  }
  100% {
    opacity: 0.5;
    transform: translateY(20px) scale(0.95);
    z-index: 1;
  }
}

.block2 p {
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
.block2 p, .block2 p img {
	width: 100%;
}
.playbtn {
	border-radius: 900px;
	background: rgba(255, 64, 64, 0.80);
	backdrop-filter: blur(6.5px);
	position: absolute;
	right: 0;
	top: 0;
	width: 75px;
	height: 75px;
	margin: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}


.playbtn {
	border-radius: 900px;
	background: rgba(255, 64, 64, 0.80);
	backdrop-filter: blur(6.5px);
	position: absolute;
	right: 0;
	top: 0;
	width: 75px;
	height: 75px;
	margin: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	z-index: 3;
}
.block2 p {
	margin: 0;
}
.block2 img {
	width: 100% !important;
	height: 100%;
	display: flex;
	object-fit: cover;
	position: absolute !important;
}


.txt-pos-left .media-block {
	order: 3;
}


.percent-img {
	border-radius: 10px;
	background-size: cover;
	height: 781px;
	width: 100%;
	position: relative;
}


.block2 {
	width: 401px;
	height: 389px;
	border-radius: 13px;
	overflow: hidden;
	position: relative;
	z-index: 9;
	margin-top: -260px;
	margin-left: 36%;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	cursor: pointer;
}
.playbtn svg {
	margin-top: -4px;
}
.with-image img {
	border-radius: 10px;
}

.rm-view .with-image img {
	padding: 20px;
}
.video-clicker,
.block2 .playbtn {
  display: inline-block;
  animation: pulsePlayBtn 2s ease-in-out infinite;
  transform-origin: center center;
}

@keyframes pulsePlayBtn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}


.social-proof-text p {
	font-size: 19px;
}

.strive-custom-logo {
	position: relative;
	margin-right: -52px;
}
.circle-blocks {
    position: absolute;
    right: 12.5%;
    width: 60px;
    display: flex;
    bottom: 140px;
    align-items: initial;
    z-index: 10;
}
.social-proof-text {
	position: absolute;
	left: 4%;
	bottom: 20px;
}


.block1 {
	width: 401px;
	height: 389px;
	border-radius: 13px;
	margin-left: 15%;
	margin-top: 10%;
	display: inline-block;
	position: relative;
	z-index: 6;
	background-size: cover !important;
}
.textstrive {
	background: url("images/strive-logo-white.svg") no-repeat 30px 20px / 30px;
	padding-left: 90px;
	color: #FFF;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	text-align: left;
	font-style: normal;
	font-weight: 400;
	line-height: 139%;
	padding-top: 17px;
	padding-right: 20px;
	padding-bottom: 17px;
	
	min-height: 80px;
}
.cell.iconflex {
	border-left: 1px solid #eee;
	padding-left: 30px;
	padding-right: 10%;
	margin-bottom: 30px;
	margin-top: 10px;
}
.bubble-carousel {
	position: absolute;
	left: 17%;
	width: 26%;
	top: 450px;
	z-index: 9;
}
.nvitem.slider-caption.text-style {
	margin-top: 340px;
	width: 50%;
	margin-left: auto;
	margin-right: 0;
	text-align: left;
	padding: 0 3.5%;
	position: relative;
	z-index: 6;
}
.tabbed-top.slider-nav.slick-slider {
	cursor: pointer;
	padding: 0;
}
.slider-nav .slick-track {
	margin: 0 auto;
}

.cell.large-12.medium-12.small-12.title-intro {
	padding-bottom: 40px;
}


.nvitem.vimeo.video-skin {
	
	z-index: -1;
}
.tabbed-top.slider-nav.slick-slider {
	max-width: 1304px;
	margin: 0 auto;
	margin-top: 30px;
}
#mosaic-column {
	padding: 70px 0;
}
#hero {
	position: relative;
	overflow: hidden;
}
.tabbed-header {
	position: absolute;
	left: 0;
	z-index: 9;
	top: 40px;
	width: 100%;
	padding-top: 20px;
}


html body h6 {
	color: #FF4040;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 2.66px;
	text-transform: uppercase;
}

html body h2 {
	color: #000;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 51px;
	font-style: normal;
	font-weight: 600;
	line-height: 136%;
}
.tabbed-top.slider-nav {
	border-radius: 77.368px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: rgba(255, 255, 255, 0.90);
	backdrop-filter: blur(6.447368621826172px);
}

#home-video::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 0.00) 92.39%);
	position: absolute;
	left: 0;
	top: 0px;
	width: 60%;
	height: 100%;
	content: "";
	z-index: 3;
}
#home-video::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 0.00) 92.39%);
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 280px;
	content: "";
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* This is a 16:9 aspect ratio (height / width * 100) */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.marquee {
	background: #1c1c1c;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 5px;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll-left 30s linear infinite;
}

.marquee:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-content {
  display: flex;
}
.progress-wrapper {
	position: relative;
	width: 390px;
	height: 390px;
	margin: auto;
}
.percent-central {
	display: flex;
	justify-content: center;
	height: 100%;
	align-items: center;
}

.progress-ring {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}

.progress-ring__bg {
  fill: none;
  stroke: #eee;
  stroke-width: 2;
}
.percent {
	color: #F74040;
	font-family: "Inter", sans-serif;
	font-size: 68.154px !important;
	font-style: normal;
	font-weight: 600;
	line-height: 136%;
}
.progress-ring__circle {
  fill: none;
  stroke: red;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 339.292; /* 2πr */
  stroke-dashoffset: 339.292;
  transition: stroke-dashoffset 1s ease-out;
}

.progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.custom-grid.fill-grid-custom.grid-of-3 {
	width: 100%;
	padding: 0 3.5%;
	display: flex;
	flex-wrap: nowrap;
}
.plus-x {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	background: #fff;
	height: 30px;
	border-radius: 50%;
	margin: 20px;
	z-index: 6;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	padding-bottom: 3px;
}



.grid-of-3.active {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.grid-x-3.grid-xsx.active {
	width: 63.33%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.grid-xsx.active .bg-x {
	width: 50%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.cell.tw-c h2, .cell.tw-d {
	text-align: left !important;
}

.cell.tw-d p {
	text-align: left !important;
	color: #000;
font-family: "Inter", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 165%; /* 33px */
}

#two-column-icon-block h3 {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 136%;
}

.lm-btn {
	color: #000;
	font-family: Helvetica;
	font-size: 11.9px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: 0.65px;
}

.cell.xiconx {
	padding-right: 3%;
}
.cell.xiconx p {
	color: #000;
font-family: "Inter", sans-serif;
font-size: 18.286px;
font-style: normal;
font-weight: 400;
line-height: 165%; /* 30.171px */
}
.icon-top img {
	width: auto;
	height: 36px;
}
#two-column-icon-block h6 {
	text-align: left;
	margin-top: 40px;
}
.icon-top {
	display: inline-block;
	vertical-align: top;
	margin-top: 60px;
}

.grid-xsx.active .initial-overlay {display:none}


.grid-xsx.active .plus-x {
	transform: rotate(45deg);
}

.initial-overlay {
	position: absolute;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	left: 6%;
	text-align: left;
	bottom: 10px;
	width: 280px;
	z-index: 9;
}
.initial-overlay p {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 18.286px;
	font-style: normal;
	font-weight: 400;
	line-height: 165%;
}

.centraltext h3 {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 33px;
	font-style: normal;
	font-weight: 600;
	line-height: 126%;
}


.initial-overlay h3 {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 33px;
	font-style: normal;
	font-weight: 600;
	line-height: 126%;
}
.bg-x {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	z-index: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.grid-x-3 {
	width: 31.33%;
	display: inline-block;
	background: #f5f5f7;
	margin: 0 1%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	height: 529px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin-bottom: 30px;
	
}
.grid-xsx {
	overflow: hidden;
}
.margin-top { margin-top: 60px;}
.margin-bottom { margin-bottom: 60px;}


.text-outlay {
	width: 50%;
	position: absolute;
	text-align: left;
	left: 50%;
	border: 0;
	bottom: 0;
	margin: 40px;
	opacity: 0;
	transition: all 0s;
	-webkit-transition: all 0s;
}

.show-text  .text-outlay {opacity: 1; transition: all 0.5s;
	-webkit-transition: all 0.5s;}



.progress-text .percent {
  font-size: 32px;
  font-weight: bold;
  color: red;
}
.cell.large-12.medium-12.small-12.title-intro p {
	color: #000;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 165%;
}
.progress-text .label {
	
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 136%;
}
.main-logo {
	width: 150px;
}


html body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	color: #151719;
font-size: 13.9px;
font-style: normal;
font-weight: 700 !important;
line-height: 44px; /* 316.547% */
text-transform: uppercase;
}

.mega-book-consultation a {
	border-radius: 90px !important;
	background: #F74040 !important;
	height: auto !important;
	padding: 16px 29px !important;
}
.cell.large-6.medium-6.page-form-banner form .grid-container {
	border-radius: 30px;
	background: rgba(217, 217, 217, 0.70);
	padding: 40px 40px;
}
.mega-book-consultation a {
	
	color: #fff !important;
}

#strive-hero .slick-dots {
	bottom: 20px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: static;
	text-align: left;
	width: 100%;
	z-index: 5;
	left: 4.5%;
	width: auto;
	padding-left: 4.5%;
}
html body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, 
html body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
	background: transparent;
	color: #f44336 !important;
	font-weight: 700 !important;
}
html body #strive-hero {
	padding-top: 170px;
	padding-bottom: 70px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.circular-ion {
	width: 30px;
	height: 30px;
	background-size: 100% !important;
}
.answer p {
	color: rgba(0, 0, 0, 0.60);
	font-family: "Inter", sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 178%;
}

.question.active { color: #F74040;}

.faq-group-title {
	margin-bottom: 20px;
}
.question::after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 11px;
}
.question.active::after {
	content: "-";
	position: absolute;
	right: 20px;
	top: 11px;
}
.footer-bottom.lined-ui.grid-x.grid-margin-x {
	padding: 0 2.5%;
	margin-top: 30px;
}
.partnership-blocks {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 5%;
}
.footer-bottom.lined-ui.grid-x.grid-margin-x p {
	color: rgba(0, 0, 0, 0.50);
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 229.4%;
	
}
.footer-bottom.lined-ui.grid-x.grid-margin-x p a {
	color: rgba(0, 0, 0, 0.50);
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 229.4%;
}

.partnership-blocks .ft-img {
	width: 40%;
	margin-bottom: 30px;
}
.web, .web a {
	color: rgba(0, 0, 0, 0.50);
	text-align: right;
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 229.4%;
}

.footer-logos h5,
.footer-menu-items h5 {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 119.4%;
}




.footer-menu-items ul {
	list-style: none;
	margin: 0;
}
.footer-menu-items ul li a {
	color: rgba(0, 0, 0, 0.60);
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 12px;
	display: inline-block;
}

.footer-socials-block {
	margin: 20px 0;
}

.footer-logo .tp-embed {
	width: 70%;
}


#colophon {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 20px;
}
.cell.large-12.footer-grid {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}
.footer-logo {
	width: 15%;
}
.footer-menu-items {
	width: 20%;
}
.footer-logos {
	width: 25%;
}

.question {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 18.586px;
	font-style: normal;
	font-weight: 600;
	cursor: pointer;
	line-height: 136%;
	border-radius: 5.869px;
	border: 0.978px solid rgba(0, 0, 0, 0.09);
	background: #FFF;
	padding: 12px 30px;
	margin-bottom: 12px;
	position: relative;
}
.menu-subtitle {color: rgba(21, 23, 25, 0.50);
font-size: 14.9px;
font-style: normal;
	display: block;
font-weight: 400;
line-height: 44px; /* 295.302% */}
.mega-widget-custom li .mega-block-title {
	position: absolute;
	left: 28px;
	bottom: 20px;
}
.mega-widget-custom li {
	padding: 0 !important;
	margin-bottom: 30px !important;
	position: relative;
}

.mega-sub-menu .menu-image.menu-image-title-after {
	width: 55px;
	height: auto;
}
.mega-widget-custom {
	margin-top: -50px !important;
}
.mega-sub-menu .mega-sub-menu {
	padding: 0 2.5% !important;
	display: inline-block !important;
	margin-top: 20px !important;
	margin-bottom: 13px !important;
}
.mega-sub-menu .mega-sub-menu a {
	padding: 0 0 !important;
}
#mega-menu-15-0 {
	padding: 0 3.5% !important;
	margin-top: 40px !important;
	margin-bottom: -40px !important;
}
.mega-menu-link {
	padding: 21px 11px !important;
}
#mega-menu-15-0 ul, #mega-menu-15-0 li, #mega-menu-15-0 a {
	padding: 0 !important;
}

#primary-navigation,
#mega-menu-wrap-menu-1,
#mega-menu-menu-1 {
	position: static !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	background: transparent;
	color: #333;
	
}

.blog-post-home h3 a, .article-intro h3 a {
	color: #000 !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.blog-post-home:hover h3 a,
.article-intro:hover h3 a {color: #FF4040 !important;
transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.close-button {
	width: 40px;
	background: #fff;
	padding: 0 !important;
	height: 40px;
	display: flex;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
}

.full-block, .sixty-block, .fourty-block, .thirty-block, .seventy-block.modal-trigger-focus {
	box-shadow: 0 0 0px rgba(0,0,0,0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.full-block:hover, .sixty-block:hover, .fourty-block:hover, .thirty-block:hover, .seventy-block.modal-trigger-focus:hover {
	box-shadow: 0 0 16px rgba(0,0,0,0.15);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


#home-video-xx {
	height: 760px;
	position: relative;
	overflow: hidden;
}
#home-video-xx .video-wrapper iframe[data-v-ac5b272c] {
	width: 100vw;
	height: 46.25vw;
	min-height: 80vh;
	min-width: 167.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	pointer-events: none;
	opacity: 70%;
}

.faq-group-title div, .faq-group-title h3 {
	display: inline-block;
	vertical-align: middle;
	margin: 0
}
.faq-group-title h3 {
	color: #F74040;
	font-family: "Inter", sans-serif;
	padding-left: 10px;
	font-size: 22.59px;
	font-style: normal;
	font-weight: 600;
	line-height: 136%;
}
.faq-groups.cell.large-12 {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	padding: 0 3.5%;
	margin-top: 20px;
	margin-bottom: 30px;
	gap: 0 4%;
}
.header.full .grid-container {
	padding-bottom: 18px;
	padding-top: 18px;
}
html body #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	text-align: right;
}
html body #mega-menu-wrap-menu-1 {
	background: transparent;
	text-align: right;
}
.marquee-content a {
	color: white !important;
	font-weight: 600;
	padding: 0 20px;
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
}
.wpcf7 .input-field {
  height: 3.5rem;
  width: 100%;
  padding: 0 1rem;
  border: 1px solid #dadada;
  border-radius: 6px;
  font-size: 1rem;
  box-sizing: border-box;
}

.wpcf7 .button.alert {
  background: #f44336;
  border-radius: 50px;
  height: 3.5rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}

.form-disclaimer {
  font-size: 0.875rem;
  color: #6c6c6c;
  margin-top: 0.5rem;
}


/* Root‑level tweakables */
:root {
	--marquee-speed: 42s;      /* overall speed – lower = faster */
	--marquee-gap: 3rem;       /* gap between each logo */
	--logo-height: 60px;       /* max visible height of a logo */
}

/* Component wrapper */
.marquee-hero-logos {
	overflow: hidden;
	width: 100%;
	position: relative;
}

/* Scrolling strip */
.marquee-track {
	display: flex;
	gap: var(--marquee-gap);
	animation: scroll var(--marquee-speed) linear infinite;
	/* Let people pause motion if they hover or prefer‑reduced‑motion */
}
@media (hover: hover) {
	.marquee-hero-logos:hover .marquee-track { animation-play-state: paused; }
}
@media (prefers-reduced-motion: reduce) {
	.marquee-track { animation: none; }
}

/* Individual logos */
.logo-item {
	flex: 0 0 auto;
	display: inline-block;
}
.logo-item img {
	height: var(--logo-height);
	width: auto;
	vertical-align: middle;
	filter: grayscale(100%);
	transition: filter .3s ease;
}
.logo-item img:hover { filter: none; }

/* Keyframes for continuous scroll */
@keyframes scroll {
	0%   { transform: translateX(0); }
	100% { transform: translateX(-50%); } /* 50 % because we’ll clone the track once */
}

#home-video-xx .align-middle {
	height: 100%;
}
#home-video-xx .video-wrapper[data-v-ac5b272c] {
	left: 25%;
}
.rep-blocks {
	margin-top: 30px;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	gap: 40px;
	align-items: center;
}
.partner-titles {
	color: #FFF;
	font-family: "Inter", sans-serif;
	font-size: 23.72px;
	font-style: normal;
	font-weight: 600;
	line-height: 136%;
	padding: 0 30px;
	margin-bottom: 70px;
}
#home-video-xx .slick-dots button {
	background: #fff !important;
}
.faq-group {
	width: 50%;
}
#faq-content {
	background: rgba(250, 250, 250, 0.80);
	padding: 80px 0;
}

#home-video-xx .slick-dots {
	bottom: 30px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	width: 100%;
	z-index: 5;
	padding-left: 27px;
}


.partner-info {
	padding: 22px 30px;
	display: flex;
	align-items: initial;
}
#home-video-xx .partner-title p {
	color: #FFF !important;
	font-family: "Inter", sans-serif;
	font-size: 11.72px;
	font-style: normal;
	font-weight: 400;
	line-height: 136%;
	text-transform: uppercase;
	margin-left: 12px;
}
.partner-titles p {
	color: #FFF !important;
	font-family: "Inter", sans-serif;
	font-size: 23.72px;
	font-style: normal;
	font-weight: 600;
	line-height: 136%;
}
.partner-box-hover {
	border-radius: 0px 10.273px 10.273px 10.273px;
	background: rgba(255, 64, 64, 0.70);
	backdrop-filter: blur(12.1899995803833px);
	max-width: 360px;
	margin: 0 auto;
}

.mega-current-menu-item.mega-book-consultation .mega-menu-link {
	background: #ff5346 !important;
	color: #fff !important;
}

.video-clicker {
	display: none !important;
	cursor: pointer
}
.with-image.video-click .video-clicker {
	display: flex !important;
}
.video-clicker {
	border-radius: 900px;
	background: rgba(255, 64, 64, 0.80);
	backdrop-filter: blur(6.5px);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 17px;
	margin: 20px;
}



.cell.large-6.country-img img {
	height: 180px;
	margin: 0 auto;
	display: block;
}

.title-approved {
	width: 100%;
	text-align: right;
	display: block;
	padding-right: 27px;
}
.centraltext {
	width: 80%;
}

#contact-column h6 {
	text-align: left;
}
#contact-column h3 {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 33px;
	font-style: normal;
	font-weight: 600;
	line-height: 136%;
}
#contact-column {
	padding: 50px 0;
}
.blue-btn {
	display: inline-block !important;
	background: #F74040;
	color: #fff !important;
	vertical-align: middle !important;
	border-radius: 30px;
	padding: 19px 40px;
	text-align: center;
	font-family: Helvetica;
	font-size: 11.9px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.65px;
}

#home-video-xx::after {
	background: url("images/shade.png") no-repeat top right / 100% 100%;
	position: absolute;
	left: 0;
	top: 0px;
	width: 80%;
	height: 100%;
	content: "";
	right: 0;
	z-index: 1;
	transform: rotate(180deg);
}
#home-video-xx .cell {
	position: relative;
	z-index: 9;
}
#home-video-xx p {
	color: rgba(0, 0, 0, 0.60);
	font-family: "Inter", sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 178%;
}
.dot {
  color: white;
  padding: 0 10px;
  font-size: 20px;
  vertical-align: middle;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.logo-marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  padding: 20px 0;
}

.logo-marquee {
  display: flex;
  align-items: center;
}

.logo-track {
  display: flex;
  animation: scroll 40s linear infinite;
  will-change: transform;
}

.logo-marquee-wrapper:hover .logo-track {
  animation-play-state: paused;
}

.logo-item {
  flex: 0 0 auto;
  padding: 0 40px;
}

.logo-item img {
  max-height: 40px;
  width: auto;
  display: block;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.logo-item img:hover {
  opacity: 1;
  filter: grayscale(0%);
}


@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

html body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	color: #151719;
	font-size: 13px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 1.1;
	text-transform: uppercase;
	height: auto;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.button.alert.expanded {
	border: none;
}
.cell.large-6.pae-title-intro h1 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.cell.small-12.text-center.form-disclaimer {
	color: #5E5E5E;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-align: left;
}
.cell.small-12.text-center.form-disclaimer a {
	color: #5E5E5E !important;
	text-decoration: underline;
}
.cell.small-12.text-center.form-disclaimer a {
	color: #5E5E5E !important;
	
}
.mega-current-menu-item .mega-menu-link {
	background: transparent !important;
	color: #f44336 !important;
}
.mega-current-menu-item .mega-menu-link:hover {
	background: transparent !important;
	color: #f44336 !important;
}
.cell.large-6.pae-title-intro img {
	width: 310px;
}

.cell.large-6.pae-title-intro p {
	color: #151719;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 166.4%;
}


.cell.large-6.pae-title-intro h1 {
	color: #151719;
	font-family: "Inter", sans-serif;
	font-size: 51px;
	font-style: normal;
	font-weight: 700;
	line-height: 124%;
}
#main-banner {
	padding-top: 220px;
	padding-bottom: 90px;
}
.cell.large-6.pae-title-intro h6 {
	text-align: left;
}
.cell.large-12.contentx h6, .cell.large-12.contentx h2 {
	text-align: left;
}

.block2 p {
	height: 100%;
}

.results-banner .wpcf7 form .wpcf7-response-output {
    margin: 10px 0;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    width: 92%;
    display: block;
}


.block2 iframe, .block2 div {
	height: 100%;
	transform: scale(1.29);
	-webkit-transform: scale(1.29);
	pointer-events: none;
	max-width: none;
	margin-left: -50% !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 10px auto;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    width: 92%;
    display: block;
}
.wpcf7-response-output[aria-hidden="true"] {
  display: inline-block;
}


.overl-img img {
	max-width: 620px;
}

.overl-img {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 10;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	height: 100%;
}


.media-video-x {
	border-radius: 10px;
	background-size: cover;
	height: 781px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.videmo-hgher div, .videmo-hgher iframe {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
}

html body #strive-hero.strive-hero-2 { position: relative}
html body #strive-hero.strive-hero-2 .marquee-hero-logos {
	position: absolute;
	left: 0;
	bottom: 20px;
}

.cell.large-6.pae-title-intro h2 {
	text-align: left;
}

#main-banner::after {
	background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.00) 100%);
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 350px;
	content: "";
}

.cell.textal-x h6, .cell.textal-x h2 {
	text-align: left;
}

.cell.small-12.text-center.form-disclaimer {
	padding-left: 14px !important;
}
.cell.large-6.page-form-banner .wpcf7-form p {
	margin: 0 !important;
}


#main-banner .cell {
	position: relative;
	z-index: 5;
}
#strive-hero p {
	color: #151719;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 166.4%;
}
#strive-hero h1 {
	color: #151719;
	font-family: "Inter", sans-serif;
	font-size: 61px;
	font-style: normal;
	font-weight: 700;
	line-height: 124%;
	margin-top: 0;
	margin-bottom: 20px;
}

#main-banner {
	overflow: hidden;
	position: relative;
}
#home-video .grid-x {
	position: relative;
	z-index: 30;
}
#home-video .align-middle {
	height: 100%;
}
.video-wrapper[data-v-ac5b272c] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
	z-index: -1;
}

.video-wrapper iframe[data-v-ac5b272c] {
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	pointer-events: none;
	opacity: 70%;
}
#home-video {
	background-size: cover !important;
	background-position: center center !important;
}
.homeover {
	opacity: 0.65;
	background-color: #0A140D;
	border-radius: inherit;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: inherit;
	transition: inherit;
	width: 100%;
	will-change: opacity;
	z-index: 4;
}
#home-video {
	position: relative;
	overflow: hidden;
	height: 670px;
}
#home-video::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 0.00) 92.39%);
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 230px;
	content: "";
}

.box-central p {
	display: flex;
	height: 100%;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	max-width: 590px;
	margin: 0 auto;
}


.cell.large-6.home-caption-text h6, .cell.large-6.home-caption-text h2 {
	text-align: left;
}
.cell.large-6.home-caption-text {
	padding-right: 10%;
}
.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
	background: #ff4040 !important;
}
.cky-btn.cky-btn-accept {
	background: #ff4040 !important;
	border-color: #ff4040 !important;
	color: #fff !important
}
.cky-btn {
	border-color: #ff4040 !important;
	color: #ff4040 !important;
}
.cky-show-desc-btn {color: #ff4040 !important;}


.date-publ {color: #000;}
.blog-cap h3 {
	color: #000;	
	font-size: 30px;	
	line-height: 1.3;
}
.cell.blogger {
	margin-bottom: 30px;
}

.border-logo {
	padding: 10px;
	background: #fff;
	display: inline-block;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	width: 170px;
	position: relative;
	z-index: 99;
}
.cell.large-3.sidebar-right ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
html body .grecaptcha-badge {
	display: none !important;
}
.wpcf7-form input {
	box-shadow: none;
	background: #fafafa;
	height: 49px;
	padding-left: 20px;
	font-size: 17px;
	color: #000;
}
.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
	background: #fafafa;
	box-shadow: none;
	border-radius: 3px;
	margin-bottom: 20px;	
	font-size: 17px;
	color: #000;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important; opacity: 0.5 !important
}
::-moz-placeholder { /* Firefox 19+ */
   color: #000 !important; opacity: 0.5 !important
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000 !important; opacity: 0.5 !important
}
:-moz-placeholder { /* Firefox 18- */
  color: #000 !important; opacity: 0.5 !important
}
/*two col flex*/
.two-col-flex {	
	flex-wrap: wrap;
	display: flex;
	
}
.two-col-flex li {
	flex-wrap: nowrap;
	width: 50%;	
}
/*two col flex*/

.cell { text-align: left}

#page { overflow-x: hidden}

.grid-container {
	padding-right: 0;
	padding-left: 0;
	max-width: 93%;
	margin: 0 auto;
	width: 93%;
	
}


.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;  
  border-bottom: 5px solid black;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;  
  border-top: 20px solid #f00;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;  
  border-left: 60px solid green;
}

.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;   
  border-right:10px solid blue; 
}
.small-c .slick-dots {
	bottom: -70px !important;
	left: 0 !important;
}


.slick-dots {
  bottom: 20px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 5;
}
.slick-dots li {
  display: inline-block;
}

#strive-hero iframe {
	overflow: hidden;
	border-radius: 13px;
}
html body .slick-active button {
  background: #F74040;
	opacity: 1;
	width: 29px;
	height: 3px;
}
.slick-dots button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: none;
	border-radius: 3px;
	font-size: 0;
	height: 3px;
	margin: 0 7px;
	padding: 0;
	width: 20px;
	opacity: 0.2;
	background: #000;
}
.slick-arrow { font-size: 0;
  height: 60px; top: 35%;
  width: 60px;   padding: 0;
  position: absolute;   z-index: 10;}

.slick-prev.slick-arrow {
  background: #fff url("images/footer-left.svg") no-repeat scroll center center; 
  left: 0;
}
.slick-next.slick-arrow {
  background: #fff url("images/footer-right.svg") no-repeat scroll center center;
  right: 0; 
}

/*IF you want slick to be equal height slides, enable below
.slick-track
{
    display: flex !important;
}

.slick-slide {
	height: inherit !important;
	
}
*/


#primary-menu {
display: flex;
justify-content: stretch;
}
.menu > li {
	padding-bottom: 40px;
	position: relative;
	flex: 1;
}
.sub-menu::before {
  background: #00ddb9 none repeat scroll 0 0;
  content: "";
  height: 11px;
  left: 30px;
  position: absolute;
  top: -4px;
  transform: rotate(45deg);
  width: 11px;
}
.sub-menu {
  display: none;
}
.sub-menu {
  background: #00ddb9 none repeat scroll 0 0;
  border-radius: 5px;
  left: 0;
  list-style: outside none none;
  margin: 0;
  padding: 5px 0 10px;
  position: absolute;
  top: 40px;
  width: 270px;
  z-index: 999;
}
html body .sub-menu a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: white;
	float: left;
	padding-bottom: 7px;
	padding-top: 7px;
	width: 100%;
	border-right: none;
	text-align: left;
}
.sub-menu .plussy {
  display: none;
}



.AnimateIn { opacity:0;  transform: translate(0px,40px); -webkit-transform: translate(0px,40px); }

.active.AnimateIn, 
.visible.AnimateIn {  -webkit-animation: animteIn 0.7s 0.7s forwards; 
    animation: animteIn 0.7s 0.7s forwards;}


/* Standard syntax */
@keyframes animteIn {
    0 { opacity:0;  transform: translate(0px,40px);}
   100% { opacity:1;  transform: translate(0px,0px); }
} 

/* Chrome, Safari, Opera */
@-webkit-keyframes animteIn {
    0 { opacity:0;  -webkit-transform: translate(0px,40px);}
   100% { opacity:1;  -webkit-transform: translate(0px,0px); }
}


.AnimateIn2 { opacity:0;  transform: translate(0px,40px); -webkit-transform: translate(0px,40px); }

.active.AnimateIn2, 
.visible.AnimateIn2 {  -webkit-animation: animteIn2 0.7s 0.9s forwards; 
    animation: animteIn2 0.7s 0.9s forwards;}


/* Standard syntax */
@keyframes animteIn2 {
    0 { opacity:0;  transform: translate(0px,40px);}
   100% { opacity:1;  transform: translate(0px,0px); }
} 

/* Chrome, Safari, Opera */
@-webkit-keyframes animteIn2 {
    0 { opacity:0;  -webkit-transform: translate(0px,40px);}
   100% { opacity:1;  -webkit-transform: translate(0px,0px); }
}


/* Base styles for fade-in from left */
.AnimateInLeft {
  opacity: 0;
  transform: translate(-40px, 0px);
  -webkit-transform: translate(-40px, 0px);
}

.active.AnimateInLeft,
.visible.AnimateInLeft {
  -webkit-animation: animateInLeft 0.7s 0.7s forwards;
  animation: animateInLeft 0.7s 0.7s forwards;
}

/* Keyframes for left-in */
@keyframes animateInLeft {
  0% {
    opacity: 0;
    transform: translate(-40px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes animateInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-40px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}


/* Base styles for fade-in from right */
.AnimateInRight {
  opacity: 0;
  transform: translate(40px, 0px);
  -webkit-transform: translate(40px, 0px);
}

.active.AnimateInRight,
.visible.AnimateInRight {
  -webkit-animation: animateInRight 0.7s 0.7s forwards;
  animation: animateInRight 0.7s 0.7s forwards;
}

/* Keyframes for right-in */
@keyframes animateInRight {
  0% {
    opacity: 0;
    transform: translate(40px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes animateInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(40px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
}

a:visited {
	color:  #000;
}

a:hover, a:focus, a:active {
	color:  #000;
}

a:focus {
	outline: 0;
}

a:hover, a:active {
	outline: 0;
}

.aligncenter {
  display: flex;
  margin: 20px auto;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.cell.large-10.medium-6.menu-container {
	text-align: right;
}
.sandwichmenu .line {
	height: 2px;
	width: 32px;
	float: left;
	background: #000;
	clear: both;
	margin-bottom: 7px;
	border-radius: 7px;
}
.sandwichmenu {
  border: 1px solid white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 60px;
  margin-left: 50px;
  margin-top: 30px;
  width: 60px;
  padding-top: 17px;
  padding-left: 13px;
}

.sandwichmenu.active .line { 
-webkit-animation: removeal 0.7s forwards; /* Chrome, Safari, Opera */
animation: removeal 0.7s forwards;}
	
.sandwichmenu.active { position:relative}

/* Chrome, Safari, Opera */
@-webkit-keyframes removeal {
    from {width: 32px;}
    to {width: 0px;}
}

/* Standard syntax */
@keyframes removeal {
     from {width: 32px;}
    to {width: 0px;}
} 
.site-navigation {      
    width: 100%;
}
#primary-menu li:last-child a {
	border-right: none;
}
.menu .current_page_item a { color:red}
.menu a {
	border-right: 1px solid #efefef;
	color: #000;
	font-size: 17px;
	padding: 1px 5px;
	position: relative;
	text-align: center;
	width: 100%;
	display: inline-block;
}
.menu-main-container {   
    width: 100%;
}
ul.menu {    
    list-style: outside none none;
    margin: 0;
    width: 100%;
}
.sub-menu { display: none}

p { color:#000}

.header.full {
	background: transparent;
	display: inline-block;
	height: auto;
	text-align: center;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header.full.sticky {
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.review-box P {
	margin: 0;
}
.button-groups {
	margin-top: 30px;
}
.button-groups a, .button-groups div {
	display: inline-block;
	vertical-align: middle;
}

.menu-image-title-after.menu-image-title {
	display: inline-block;
	vertical-align: middle !important;
	color: #151719;
	font-size: 19.9px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
	text-transform: capitalize;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
	
	background: #fff !important;
	
}
.menu-subtitle {
	color: rgba(21, 23, 25, 0.50);
	font-size: 12.9px;
	font-style: normal;
	display: block;
	font-weight: 400;
	line-height: 1.1;
	margin-top: 7px;
}
.orange-btn {
	display: inline-block !important;
	background: #F74040;
	color: #fff !important;
	vertical-align: middle !important;
	border-radius: 30px;
	padding: 19px 40px;
	text-align: center;
	font-size: 11.9px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.65px;
}
.button-groups img {
	width: 318px;
	margin-left: 30px;
	display: inline-block;
	vertical-align: middle;
}


.full { width:100%; text-align:center; display:inline-block; vertical-align: top}

.fillwidth > .grid-x {
	width: 100%;
	max-width: 100%;
}

.pull-left { float:left}

.pull-right { float:right}

body, h1, h2, h3, h4, h5, h6 {
    color: #000;
}

.meta-nav { display:none}

.reveal-modal .close-reveal-modal {
  right: 0.5rem;
 
}
a:focus, a:hover {
    color: #000;
    outline: none;
}

.entry-title > a {
  color: #000;
  font-size: 48px;
  text-transform: uppercase;
}
.blog-post-home .post-meta-author {
	display: none;
}
h1.page-title {
  color: #000;
  font-size: 38px; line-height: 1.2;
  margin-top: 20px;
}

h1.page-title.titan {
	
	color: #151719;
	font-family: "Inter", sans-serif;
	font-size: 51px;
	font-style: normal;
	font-weight: 700;
	line-height: 124%;
}


.reveal-modal .close-reveal-modal {
  font-size: 1.222rem !important;
}

.reveal-modal-bg {
  background: rgba(0, 0, 0, 0.68) none repeat scroll 0 0 !important;
}
.reveal-modal h2 {
  color: #0c4498;
  font-size: 31px;
  font-weight: lighter !important;
  margin-top: -5px !important;
  text-align: left;
}

.reveal-modal p {
  margin-bottom: 0;
  text-align: left;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}



/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}


.footer-menu-items a:hover,
.marquee-content a:hover {
	color: #ff4040 !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link { color: #F74040 !important; background: transparent !important}


/*responsive*/

@media only screen and (min-width: 1671px) and (max-width: 7000px) {}		
	
@media only screen and (min-width: 1601px) and (max-width: 1670px) {
	
	
.button.hollow {	
	padding: 18px 25px !important;
	margin-left: 8px !important;
}	
.cell.large-6.pae-title-intro h1 {
	font-size: 46px;	
}	
.cell.iconflex {	
	padding-right: 5%;	
}	
html body h2 {
	font-size: 41px;	
	line-height: 136%;
}	
#mosaic-column {
	padding: 40px 0;
}
.fullreview p {	
	font-size: 14px;	
	line-height: 1.3;
}	
.first-line {
	font-size: 21px;	
	line-height: 1.3;
}	
.seventy-block {	
	height: 56%;	
}	
.thirty-block {
	height: 40%;
}	
.imglogo-align-text img {
	height: 30px;
	width: auto;
}	
	
.meet-approved img {
	height: 130px;

}	
.full-block {
	height: 590px;	
}	
.menu-image-title-after.menu-image-title {	
	font-size: 16.9px;	
}	
.tabbed-header {	
	padding-top: 40px;
}	
.vimeo iframe {	
	min-width: 209.77vh;	
}	
	
	
}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {
	
	
.button.hollow {	
	padding: 18px 25px !important;
	margin-left: 8px !important;
}	
.cell.large-6.pae-title-intro h1 {
	font-size: 46px;	
}	
.cell.iconflex {	
	padding-right: 5%;	
}	
html body h2 {
	font-size: 41px;	
	line-height: 136%;
}	
#mosaic-column {
	padding: 40px 0;
}
.fullreview p {	
	font-size: 14px;	
	line-height: 1.3;
}	
.first-line {
	font-size: 21px;	
	line-height: 1.3;
}	
.seventy-block {	
	height: 56%;	
}	
.thirty-block {
	height: 40%;
}	
	.block2,
.block1 {
	width: 311px;
	height: 329px;
	
}	
	.cell.large-12.content-o-text p {
	
	font-size: 18px;
	
}
.with-image img {
	height: 100%;
	object-fit: cover;
}	
.block2 iframe, .block2 div {
	transform: scale(1.19);
	-webkit-transform: scale(1.19);
	
	margin-left: -80% !important;
}	
	
.percent-img,	
.custom-video-social-proof {
	
	height: 691px;
	
}	
	
.dot {
	padding: 0 0px;
	font-size: 20px;
	display: inline-block;
	height: 17px;
	line-height: 1;
}	
.marquee-content a {
	
	font-size: 14px;
}	
#strive-hero h1 {	
	font-size: 51px;	
}
.imglogo-align-text img {
	height: 30px;
	width: auto;
}	
.bottom-align-text p {	
	width: 80%;
}
#mosaic-column h3 {
	font-size: 23px;	
	line-height: 136%;
}
.meet-approved img {
	height: 100px;
}
.full-block {
	height: 590px;	
}	
.menu-image-title-after.menu-image-title {	
	font-size: 16.9px;	
}	
.tabbed-header {	
	padding-top: 40px;
}	
.vimeo iframe {	
	min-width: 209.77vh;	
}		
	
}

@media only screen and (min-width: 1361px) and (max-width: 1500px) {
.nvitem .cell.large-12.button-cta {
	text-align: left;
	padding-top: 0;
}
	
	.mega-book-consultation a {
	
	padding: 16px 18px !important;
}
.mega-menu-link {
	padding: 21px 8px !important;
}
html body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-size: 12px;
	
}	
	html body h3 {
	
	font-size: 12px;
	
}
	.circle-blocks {
	
	bottom: 30%;
	
}
.circle-blocks {
	width: 60px;
}
	.overl-img img {
	max-width: 450px;
}
.button.hollow {
	padding: 18px 14px !important;
	margin-left: 8px !important;
}
.cell.large-6.pae-title-intro h1 {
	font-size: 46px;	
}	
.cell.iconflex {
	padding-right: 2%;
	padding-left: 2%;
}
html body h2 {
	font-size: 29px;
	line-height: 136%;
}
#mosaic-column {
	padding: 40px 0;
}
.fullreview p {	
	font-size: 14px;	
	line-height: 1.3;
}	
.first-line {
	font-size: 21px;	
	line-height: 1.3;
}	
.seventy-block {
	height: 49%;
}
.thirty-block {
	height: 46%;
}	
	.block2,
.block1 {
	width: 311px;
	height: 329px;
	
}	
	.cell.large-12.content-o-text p {
	
	font-size: 18px;
	
}
.with-image img {
	height: 100%;
	object-fit: cover;
}	
.block2 iframe, .block2 div {
	transform: scale(1.19);
	-webkit-transform: scale(1.19);
	
	margin-left: -80% !important;
}	
	
.percent-img,	
.custom-video-social-proof {
	
	height: 691px;
	
}	
	#strive-hero .slick-dots {
	bottom: -20px;
	
}
	
.vimeo iframe {
	
	min-width: 199.77vh;

	max-width: none;
}	
.dot {
	padding: 0 0px;
	font-size: 20px;
	display: inline-block;
	height: 17px;
	line-height: 1;
}	
.marquee-content a {
	
	font-size: 14px;
}	
#strive-hero h1 {
	font-size: 42px;
}
.imglogo-align-text img {
	height: 30px;
	width: auto;
}	
.bottom-align-text p {	
	width: 80%;
}
#mosaic-column h3 {
	font-size: 23px;	
	line-height: 136%;
}
.meet-approved img {
	height: 100px;
}
.full-block {
	height: 510px;
}
.menu-image-title-after.menu-image-title {	
	font-size: 16.9px;	
}	
.tabbed-header {
	padding-top: 90px;
}
.vimeo iframe {	
	min-width: 209.77vh;	
}		
.nvitem.slider-caption.text-style {
	margin-top: 370px;
	
}
.left-align-text {
	width: 50%;
}
	.meet-approved {
	width: 50%;
}
.video-align-text {
	margin-top: -40px;
}
.plus-bottom {
	width: 40px;
	height: 40px;
	
}	
.block2 {
	
	margin-left: 32%;
	
}	
#three-column-block {
	padding: 40px 0 !important;
}	
html body .tax-box {
	flex: 1 1;
	min-width: 0px !important;
}	
	
}

/* #Desktop (1366)

================================================== */
@media only screen and (min-width: 1280px) and (max-width: 1360px) {
	#strive-hero p {
	
	font-size: 16px;
	
}
	#three-column-block.margin-bottom {
	padding-top: 0 !important;
}
	#three-column-block.margin-top {
	padding-bottom: 0 !important;
}
html body .tax-box {
	flex: 1 1 !important;
	min-width: 0px !important;
}	
	.box-central {
	width: 60%;
	margin: 0 auto;
}
.nvitem .cell.large-12.button-cta {
	text-align: left;
	padding-top: 0;
}
	
	.mega-book-consultation a {
	
	padding: 16px 18px !important;
}
.mega-menu-link {
	padding: 21px 6px !important;
}
html body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-size: 12px;
	
}	
	html body h3 {
	
	font-size: 12px;
	
}
	.circle-blocks {
	
	bottom: 30%;
	
}
	.circle-blocks {
	
	width: 120px;
	
}
	.overl-img img {
	max-width: 450px;
}
.button.hollow {
	padding: 18px 14px !important;
	margin-left: 8px !important;
}
.cell.large-6.pae-title-intro h1 {
	font-size: 46px;	
}	
.cell.iconflex {
	padding-right: 2%;
	padding-left: 2%;
}
html body h2 {
	font-size: 29px;
	line-height: 136%;
}
#mosaic-column {
	padding: 40px 0;
}
.fullreview p {	
	font-size: 14px;	
	line-height: 1.3;
}	
.first-line {
	font-size: 21px;	
	line-height: 1.3;
}	
.seventy-block {
	height: 49%;
}
.thirty-block {
	height: 46%;
}	
	.block2,
.block1 {
	width: 311px;
	height: 329px;
	
}	
	.cell.large-12.content-o-text p {
	
	font-size: 18px;
	
}
.with-image img {
	height: 100%;
	object-fit: cover;
}	
.block2 iframe, .block2 div {
	transform: scale(1.19);
	-webkit-transform: scale(1.19);
	
	margin-left: -80% !important;
}	
	
.percent-img,	
.custom-video-social-proof {
	
	height: 691px;
	
}	
.nvitem.slider-caption.text-style {
	margin-top: 80px !important;
}
	.nvitem.vimeo.video-skin {
	position: absolute;
	top: -20% !important;
	width: 100%;
	left: 0;
	background: #fff;
	transform: scale(1.2);
}
.tabbed-header {
	position: static;
	left: 0;
	z-index: 9;
	top: 40px;
	width: 100%;
	padding-top: 20px;
	display: block;
}	
#strive-hero .slick-dots {
	bottom: -50px;
}
	
.vimeo iframe {
	
	min-width: 199.77vh;

	max-width: none;
}	
.dot {
	padding: 0 0px;
	font-size: 20px;
	display: inline-block;
	height: 17px;
	line-height: 1;
}	
.marquee-content a {
	
	font-size: 14px;
}	
#strive-hero h1 {
	font-size: 42px;
}
.imglogo-align-text img {
	height: 30px;
	width: auto;
}	
.bottom-align-text p {	
	width: 80%;
}
#mosaic-column h3 {
	font-size: 23px;	
	line-height: 136%;
}
.meet-approved img {
	height: 100px;
}
.full-block {
	height: 460px;
}
	.video-icon {
	
	width: 70px;
	height: 70px;
	
}
	.bottom-align-text {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	padding: 20px 20px;
	text-align: left;
}
	.top-align-text {
	padding: 0 20px;
	text-align: center;
	padding-top: 23px;
	text-align: left;
}
.menu-image-title-after.menu-image-title {	
	font-size: 16.9px;	
}	
.tabbed-header {
	padding-top: 90px;
}
.vimeo iframe {	
	min-width: 209.77vh;	
}		
.nvitem.slider-caption.text-style {
	margin-top: 370px;
	
}
.left-align-text {
	width: 50%;
}
	.meet-approved {
	width: 50%;
}
.video-align-text {
	margin-top: -40px;
}
.plus-bottom {
	width: 40px;
	height: 40px;
	
}	
.block2 {
	
	margin-left: 32%;
	
}	
#three-column-block {
	padding: 40px 0 !important;
}	


}



/* #Tablet (1024)

================================================== */
@media only screen and (min-width: 1001px) and (max-width: 1279px) {
	.team-blurb {
	width: 27%;
	cursor: pointer;
}
.team-infos {
	
	flex-wrap: wrap;
}	
	
	.initial-overlay h3, .centraltext h3 {
	
	font-size: 20px;
	
}
	.cell.xiconx p {
	
	font-size: 15.286px;

}
	#two-column-icon-block h3 {
	
	font-size: 19px;
	
}
	
	.text-outlay {
	width: 70%;
	
	left: 30%;
	
}
	
	.floted-list {
	
	margin-top: -280px;
	
	width: 60%;
}
	
	.icon-list-text {

	font-size: 13px;
	
}
	.icon-list.active-yes,
	.icon-list {
	width: 28px;
	height: 28px;
	
}
	
	.icon-list.active-yes img {
	width: 15px;
	
}
	.grid-xsx.active .bg-x {
	width: 33%;
	
}
	.centraltext p,
	.initial-overlay p {
	
	font-size: 15.286px;
	
}
.initial-overlay {
	width: 90%;
}
	
	
#two-column-img  .cell.large-6, 	
#home-video .cell.large-6, 		
#two-column-list .cell.large-6, 	
#two-column-percent	.cell.large-6, 
#two-column-video .cell.large-6 {
	width: 50%;
	margin: 0;
}	
	html body .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target {
	color: #F74040 !important;
}
.cell.large-6.home-caption-slider-carousel, .cell.large-6.home-caption-text {
	width: 50%;
}	
	
.cell.large-6.pae-title-intro {
	padding-right: 2%;
}	
	
	
	.footer-menu-items ul li a {
	
	font-size: 13px;
	
	line-height: 1.6;
	
}
	.footer-socials-block img {
	width: 22px;
}
	.footer-menu-items {
	padding-left: 30px;
}
	.footer-bottom.lined-ui.grid-x.grid-margin-x .cell {
	text-align: center;
}
	.question {
	
	font-size: 16.586px;
	
}
	.cell.large-12.footer-grid {
	flex-wrap: wrap;
}

.rep-blocks {
	
	width: 150%;
	
}	
	#home-video-xx {
	height: 650px;
	
}
.article-intro h3 a,	
.news-intro h3 a {	
	font-size: 18.189px;
	line-height: 136%;
}
.cell.large-4.medium-4.small-12.mosaic-2,
.cell.large-4.medium-4.small-12.mosaic-1 {
	width: calc(50% - 1.875rem);
}	
.seventy-block, .thirty-block {
	height: 280px;
}
	.seventy-block {
	margin: 0;
}
	.cell.large-4.medium-4.small-12.mosaic-3 {
	width: calc(100% - 1.875rem);
	margin-top: 20px;
	display: flex;
	flex-wrap: nowrap;
}
	.bubble-carousel {
	position: absolute;
	left: 10%;
	width: 36%;
	top: 270px;
	z-index: 9;
}
.nvitem.slider-caption.text-style p {
	
	font-size: 19px;
	
}	
	
.cell.large-6.medium-12.small-12.hero1-text {
	width: 45%;
}
.cell.large-6.medium-12.small-12.hero-1-video {
	width: 48%;
}
	
	.cell.large-6.medium-12.small-12.hero2-text {
	width: 45%;
}
.cell.large-6.medium-12.small-12.hero-2-video {
	width: 48%;
}
	
	html body #strive-hero {
	padding-top: 170px;
	padding-bottom: 90px;
	
}
.button-groups img {
	width: 278px;
	margin-left: 0;
	display: inline-block;
	vertical-align: middle;
	margin-top: 20px;
}	
	
#strive-hero p {
	font-size: 15px;
}
	#three-column-block.margin-bottom {
	padding-top: 0 !important;
}
	#three-column-block.margin-top {
	padding-bottom: 0 !important;
}
html body .tax-box {
	flex: 1 auto !important;
	min-width: 0px !important;
}
	.box-central {
	width: 60%;
	margin: 0 auto;
}
.nvitem .cell.large-12.button-cta {
	text-align: left;
	padding-top: 0;
}
	
	.mega-book-consultation a {
	
	padding: 16px 18px !important;
}
.mega-menu-link {
	padding: 21px 6px !important;
}
html body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-size: 12px;
	
}	
	html body h3 {
	
	font-size: 12px;
	
}
	.circle-blocks {
	
	bottom: 30%;
	
}
	.circle-blocks {
	
	width: 120px;
	
}
	.cell.large-6.pae-title-intro p {
	
	font-size: 16px;
	
}
	html body p {
	
	font-size: 16px;
	
}
.overl-img img {
	max-width: 320px;
}
.button.hollow {
	padding: 18px 14px !important;
	margin-left: 8px !important;
}
.cell.large-6.pae-title-intro h1 {
	font-size: 34px;
}
.cell.iconflex {
	padding-right: 2%;
	padding-left: 2%;
}
html body h2 {
	font-size: 29px;
	line-height: 136%;
}
#mosaic-column {
	padding: 40px 0;
}
.fullreview p {	
	font-size: 14px;	
	line-height: 1.3;
}	
.first-line {
	font-size: 21px;	
	line-height: 1.3;
}	

	.block2,
.block1 {
	width: 311px;
	height: 329px;
	
}	
	.tax-box {
	
	padding: 20px 20px;
	
}
.tax-savings-banner strong {
	font-size: 20px !important;
}
	.standardised-img img {
	max-width: 80%;
	
}
.cell.large-6.page-form-banner.blog-news-top-right, .cell.large-6.pae-title-intro.blog-news-top {
	width: 50%;
}	
	
.cell.large-12.content-o-text p {
	font-size: 15px;
}
.with-image img {
	height: 100%;
	object-fit: cover;
}	
.block2 iframe, .block2 div {
	transform: scale(1.19);
	-webkit-transform: scale(1.19);
	
	margin-left: -80% !important;
}	
	
.percent-img,	
.custom-video-social-proof {
	
	height: 691px;
	
}	
.nvitem.slider-caption.text-style {
	margin-top: 80px !important;
}
	.nvitem.vimeo.video-skin {
	position: absolute;
	top: -20% !important;
	width: 100%;
	left: 0;
	background: #fff;
	transform: scale(1.2);
}
.tabbed-header {
	position: static;
	left: 0;
	z-index: 9;
	top: 40px;
	width: 100%;
	padding-top: 20px;
	display: block;
}	
#strive-hero .slick-dots {
	bottom: -50px;
}
	
.vimeo iframe {
	
	min-width: 199.77vh;

	max-width: none;
}	
	
	
.dot {
	padding: 0 0px;
	font-size: 20px;
	display: inline-block;
	height: 17px;
	line-height: 1;
}	
.marquee-content a {
	
	font-size: 14px;
}	
#strive-hero h1 {
	font-size: 35px;
}
.imglogo-align-text img {
	height: 30px;
	width: auto;
}	
.bottom-align-text p {	
	width: 80%;
}
#mosaic-column h3 {
	font-size: 23px;	
	line-height: 136%;
}
.meet-approved img {
	height: 100px;
}
.full-block {
	height: 460px;
}
	.video-icon {
	
	width: 70px;
	height: 70px;
	
}
	.bottom-align-text {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	padding: 20px 20px;
	text-align: left;
}
	.top-align-text {
	padding: 0 20px;
	text-align: center;
	padding-top: 23px;
	text-align: left;
}
.menu-image-title-after.menu-image-title {	
	font-size: 16.9px;	
}	
.tabbed-header {
	padding-top: 90px;
}
.vimeo iframe {	
	min-width: 209.77vh;	
}		
.nvitem.slider-caption.text-style {
	margin-top: 370px;
	
}
.left-align-text {
	width: 50%;
}
	.meet-approved {
	width: 50%;
}
.video-align-text {
	margin-top: -40px;
}
.plus-bottom {
	width: 40px;
	height: 40px;
	
}	
.block2 {
	margin-left: 19%;
}
#three-column-block {
	padding: 40px 0 !important;
}	
#contact-column h3 {
	
	font-size: 26px;
	
}

}


.circle-avatars > img{
	border-radius:100%;
}

/* #Tablet (Portrait)

================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 1000px) {
.team-blurb {
	width: 27%;
	cursor: pointer;
}
.team-infos {
	
	flex-wrap: wrap;
}	
		
	
.nvitem.vimeo.video-skin {
	position: static;
	top: 0;
	width: 100%;
	left: 0;
	background: #fff;
	display: block;
}	
	
.bubbleclass .textstrive {
	width: 100%;
}
	.nvitem.slider-caption.text-style {
	width: 100%;
	
}
	.bubbleclass .imgstrive img {
	width: 90px;
	margin-left: auto;
}
	.bubbleclass .imgstrive {
	width: 100%;
	padding-right: 4%;
	padding-top: 0;
	margin-left: 7%;
	margin-bottom: 20px;
	text-align: center;
}
	
.bubble-strive {
	flex-wrap: wrap;
}	
	
.initial-overlay h3, .centraltext h3 {
	
	font-size: 20px;
	
}
	.cell.xiconx p {
	
	font-size: 15.286px;

}
	#two-column-icon-block h3 {
	
	font-size: 19px;
	
}
	
	.text-outlay {
	width: 70%;
	
	left: 30%;
	
}
	
	.floted-list {
	
	margin-top: -280px;
	
	width: 60%;
}
	
	.icon-list-text {

	font-size: 13px;
	
}
	.icon-list.active-yes,
	.icon-list {
	width: 28px;
	height: 28px;
	
}
	
	.icon-list.active-yes img {
	width: 15px;
	
}
	.grid-xsx.active .bg-x {
	width: 33%;
	
}
	.centraltext p,
	.initial-overlay p {
	
	font-size: 15.286px;
	
}
.initial-overlay {
	width: 90%;
}
	
	
#two-column-img  .cell.large-6, 	
#home-video .cell.large-6, 		
#two-column-list .cell.large-6, 	
#two-column-percent	.cell.large-6, 
#two-column-video .cell.large-6 {
	width: 100% ;
	margin: 0;
}	
	html body .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target {
	color: #F74040 !important;
}
.cell.large-6.home-caption-slider-carousel, .cell.large-6.home-caption-text {
	width: 50%;
}	
	
.cell.large-6.pae-title-intro {
	padding-right: 2%;
}	
	
	
	.footer-menu-items ul li a {
	
	font-size: 13px;
	
	line-height: 1.6;
	
}
	.footer-socials-block img {
	width: 22px;
}
	.footer-menu-items {
	padding-left: 30px;
}
	.footer-bottom.lined-ui.grid-x.grid-margin-x .cell {
	text-align: center;
}
.question {
	font-size: 14.586px;
}
	.cell.large-12.footer-grid {
	flex-wrap: wrap;
}

.rep-blocks {
	
	width: 150%;
	
}	
	.answer p {

	font-size: 15px;
	
}
	#main-banner {
	padding-top: 170px;
	padding-bottom: 50px;
}
	.cell.large-6.medium-6.page-form-banner .grid-container.grid-x.grid-margin-x.align-top .cell {
	width: 100% !important;
	margin: 0 !important;
}
	
	
	.partnership-blocks .ft-img {
	width: 12%;
	margin-bottom: 30px;
}
	.footer-logo {
	width: 50%;
}
	.footer-logos {
	width: 100%;
}
	.footer-menu-items {
	width: 50%;
	padding-left: 0;
	margin-bottom: 30px;
}
#home-video-xx {
	height: 650px;
	padding-bottom: 160px;
}
.article-intro h3 a,	
.news-intro h3 a {	
	font-size: 18.189px;
	line-height: 136%;
}
.cell.large-4.medium-4.small-12.mosaic-2,
.cell.large-4.medium-4.small-12.mosaic-1 {
	width: calc(50% - 1.875rem);
}	
.seventy-block, .thirty-block {
	height: 280px;
}
	.seventy-block {
	margin: 0;
}
	.cell.large-4.medium-4.small-12.mosaic-3 {
	width: calc(100% - 1.875rem);
	margin-top: 20px;
	display: flex;
	flex-wrap: nowrap;
}
	.homepage-slider .slide-slicker::after {
	display:none !important
}
.bubble-carousel {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0 3.5%;
	position: relative;
	z-index: 6;
	position: relative !important;
	top: -160px !important;
	width: 80%;
	left: 0;
}
.nvitem.slider-caption.text-style p {
	
	font-size: 19px;
	
}	
html body .cell.large-6.medium-12.small-12.hero-1-video {
	padding-top: 40px;
}	
.cell.large-6.medium-12.small-12.hero1-text {
	width: 100%;
	margin: 0 auto !important
}
.cell.large-6.medium-12.small-12.hero-1-video {
	width: 100%;
	margin: 0 auto !important
}
	
	.cell.large-6.medium-12.small-12.hero2-text {
	width: 100%;
		margin: 0 auto !important
}
.cell.large-6.medium-12.small-12.hero-2-video {
	width: 100%;
	margin: 0 auto !important
}
	.cell.large-6.medium-12.small-12.hero-2-video { padding-top: 30px !important}
	html body #strive-hero {
	padding-top: 170px;
	padding-bottom: 90px;
	
}
.button-groups img {
	width: 278px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 0;
}
	
#strive-hero p {
	font-size: 15px;
}
	#three-column-block.margin-bottom {
	padding-top: 0 !important;
}
	#three-column-block.margin-top {
	padding-bottom: 0 !important;
}
html body .tax-box {
	flex: 1 auto !important;
	min-width: 0px !important;
}
.box-central {
	width: 30%;
	margin: 0 auto;
}
	.faq-groups.cell.large-12 {
	
	flex-wrap: wrap;
	width: 100%;
	
}
	.faq-group {
	margin-bottom: 30px;
}
	
	.faq-group {
	width: 100%;
}
	
	
.nvitem .cell.large-12.button-cta {
	text-align: left;
	padding-top: 0;
}
	
	.mega-book-consultation a {
	
	padding: 16px 18px !important;
}
.mega-menu-link {
	padding: 21px 6px !important;
}
html body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-size: 12px;
	
}	
	html body h3 {
	
	font-size: 12px;
	
}
	.circle-blocks {
	
	bottom: 30%;
	
}
	.circle-blocks {
	
	width: 120px;
	
}
	.cell.large-6.pae-title-intro p {
	
	font-size: 16px;
	
}
	html body p {
	
	font-size: 16px;
	
}
.overl-img img {
	max-width: 320px;
}
.button.hollow {
	padding: 18px 14px !important;
	margin-left: 8px !important;
}
.cell.large-6.pae-title-intro h1 {
	font-size: 25px;
}
.cell.iconflex {
	padding-right: 2%;
	padding-left: 2%;
}
html body h2 {
	font-size: 29px;
	line-height: 136%;
}
#mosaic-column {
	padding: 40px 0;
}
.fullreview p {	
	font-size: 14px;	
	line-height: 1.3;
}	
.first-line {
	font-size: 21px;	
	line-height: 1.3;
}	

	.reveal.small {
	width: 90% !important;
}
	.block2,
.block1 {
	width: 311px;
	height: 329px;
	
}	
	.tax-box {
	
	padding: 20px 20px;
	
}
.tax-savings-banner strong {
	font-size: 20px !important;
}
	.standardised-img img {
	max-width: 80%;
	
}
.cell.large-6.page-form-banner.blog-news-top-right, .cell.large-6.pae-title-intro.blog-news-top {
	width: 50%;
}	
	
.cell.large-12.content-o-text p {
	font-size: 15px;
}
.with-image img {
	height: 100%;
	object-fit: cover;
}	
.block2 iframe, .block2 div {
	transform: scale(1.19);
	-webkit-transform: scale(1.19);
	
	margin-left: -80% !important;
}	
	
.percent-img,	
.custom-video-social-proof {
	
	height: 691px;
	
}	
	.nvitem.vimeo.video-skin {
	position: static !important;
	
}
	html body .bgimgsx { background: #fff !important}
	.nvitem.vimeo.video-skin, #hero .slick-list.draggable, .homepage-slider, #hero {
	height: inherit !important;
}
	.tax-savings-banner {
	
	flex-wrap: wrap;
}
	.saving-ban {
	padding-left: 60px;
	width: 100%;
}
	.results-banner#main-banner .wpcf7 .cell {
	width: 100%;
	margin: 0 !important;
}
	
	.grid-x.grid-custom-x .cell {
	padding-right: 0;
}
	
	
	#uk-tax-form {
	
	padding: 30px 20px;
}
	
	.grid-x-3 {

	height: 389px;
	
}
	html body .slide-image.xp {
	display: block !important;
		width: 100% !important
	height: 320px !important;
	object-fit: cover !important;
	object-position: center center !important;
}
	.nvitem.vimeo.video-skin {
	height: 320px !important;
	overflow: hidden;
}
.nvitem.slider-caption.text-style {
	margin-top: -20px !important;
}
	.nvitem.vimeo.video-skin {
	position: static;
	top: -20% !important;
	width: 100%;
	left: 0;
	background: #fff;
	transform: scale(1.2);
}
.tabbed-header {
	position: static;
	left: 0;
	z-index: 9;
	top: 40px;
	width: 100%;
	padding-top: 20px;
	display: block;
}	
#strive-hero .slick-dots {
	bottom: -50px;
}
	
.vimeo iframe {
	
	min-width: 199.77vh;

	max-width: none;
}	
	
	
.dot {
	padding: 0 0px;
	font-size: 20px;
	display: inline-block;
	height: 17px;
	line-height: 1;
}	
.marquee-content a {
	
	font-size: 14px;
}	
#strive-hero h1 {
	font-size: 35px;
}
.imglogo-align-text img {
	height: 30px;
	width: auto;
}	
.bottom-align-text p {	
	width: 80%;
}
#mosaic-column h3 {
	font-size: 20px;
	line-height: 120%;
}
.meet-approved img {
	height: 100px;
}
.full-block {
	height: 460px;
}
	.video-icon {
	
	width: 70px;
	height: 70px;
	
}
	.bottom-align-text {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	padding: 20px 20px;
	text-align: left;
}
	.top-align-text {
	padding: 0 20px;
	text-align: center;
	padding-top: 23px;
	text-align: left;
}
.menu-image-title-after.menu-image-title {	
	font-size: 16.9px;	
}	
.tabbed-header {
	padding-top: 30px;
}
	.tabbed-top.slider-nav.slick-slider {
	
	height: 60px;
}
.vimeo iframe {	
	min-width: 209.77vh;	
}		
.nvitem.slider-caption.text-style {
	margin-top: 370px;
	
}
.left-align-text {
	width: 50%;
}
	.meet-approved {
	width: 50%;
}
.video-align-text {
	margin-top: -40px;
}
.plus-bottom {
	width: 40px;
	height: 40px;
	
}	
	.cell.tw-d p {

	font-size: 17px;
	
}
	.default-block-review {
	padding-bottom: 110px !important;
}
	#two-column-list .cell.large-6.medium-12.small-12.media-block {
	padding-top: 40px;
}
#two-column-icon-block, #two-column-list,
	#two-column-video, #two-column-percent {
	padding: 20px 0 !important;
}
.cell.text-section {
	padding: 40px 0px;
}	
.block2 {
	margin-left: 35%;
}
#three-column-block {
	padding: 40px 0 !important;
}	
#contact-column h3 {
	
	font-size: 26px;
	
}
#posts-grid {
	margin-left: auto;
	margin-right: auto;
}

}




/*  #Mobile (Portrait)

================================================== */
/* Note: Design for a width of 320px */


@media only screen and (max-width: 767px) {
	
.initial-overlay h3, .initial-overlay p {
	text-align: center;
}	
.homepage-slider .slide-slicker.slick-slide {background: #e9e9e9 !important	}
	
.show-desktop {
	display: none;
}
.show-mobile {
	display: block !important;
}	
	
	.about-x {
	width: 50%;
	text-align: center;
	padding: 0;
}
	
	.about-stats {

	padding: 30px 0;

}
	
.tax-savings-banner {	
	margin-bottom: 20px !important;
}	
.ttls {
	width: 100%;
	text-align: left;
	border-top: 1px solid #ccc;
}	
#main-banner.results-banner .cell.large-6.medium-6.pae-title-intro {
	padding: 0;
	padding-top: 20px;
}	
	
.cell.large-12.cntx.content-o-text ul li::before {
	content: "";
	display: inline-block;
	margin-bottom: 6px;
	background: url("images/ticker.svg") no-repeat left center;
	background-size: 20px;
	height: 20px;
	width: 20px;
	vertical-align: top;
	margin-top: 2px;
	margin-right: 10px;
}
.cell.large-12.cntx.content-o-text ul li {
	display: block;
	margin-bottom: 6px;
	background:none !important;
	background-size: 20px;
	padding-left: 0px;
	width: auto;
	text-align: center;
}
.popupavatar {
	width: 40%;
	margin: 0px auto;
}
	.team-blurb-popup {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0px;
}
	#featured-column .cell.large-12.medium-12.small-12.title-intro {
	padding-bottom: 20px;
}
	#team-column {
	padding: 30px 0 !important;
}
	#featured-column {
	padding: 25px 0px !important;
	padding-bottom: 35px !important;
}
	.cs-chips {
	line-height: 1.2;
	margin: 10px 0px;
}
	.footer-menu-items ul li a {
	
	margin-bottom: 5px;
}
	.main-logo {
	margin-top: -8px;
}
	#contact-column {
	padding-bottom: 0px;
}
	.reveal .review-blocks.custom-review-type-video.social-p-default .default-block-review.hasanimg {
	padding: 8px 20px;
	
}
	
	.home #strive-hero.strive-hero-2 {
	padding-top: 25px !important;
}
.page-form-banner .cell.medium-12 h2 {
	font-size: 23px;
}	
	
	#contact-column .cell, #contact-column .cell h6 {
	text-align: center;
	margin: 6px auto;
	width: 100%;
}
#posts-grid {
	margin-left: auto;
	margin-right: auto;
}	
	
	.gravt {
	width: 80px;
	margin: 0 auto;
	
}
	
	.gravt img {

	border-radius: 50%;
}
.avatar.photo {
	width: 60px;
}	
	
h1.page-title.titan {
	
	font-size: 23px;
	
	line-height: 1.3;
}	
	
body.author .cell.blog-post-home.post-column-grid-single {
	margin: 0 !important;
	width: 100%;
	margin-bottom: 25px !important;
}	
	
button#toggle-filters {
	
	padding: 16px 10px !important;
}	
	
	
	#filter-options {
	margin-bottom: 0 !important;
}
#posts-column .grid-container.grid-x.grid-margin-x  .cell.large-12 {
	margin: 5px 0 !important;
	width: 100%;
}
	.filters-bar {
	margin-bottom: 10px !important;
}
.grid-margin-x.small-up-1 > .cell {
	width: 100% !important;
	margin: 25px 0 !important;
}
	
#posts-column {
	padding: 25px 0 !important;
}
	
#faq-content {
	padding: 25px 0 !important;
}
	.faq-groups.cell.large-12 {
	margin: 0;
}
#main-banner.used-twice {
	padding-top: 25px;
	padding-bottom: 25px;
}	
html body #strive-hero.strive-hero-2.inner-used {
	padding-top: 80px !important;
	padding-bottom: 90px !important;
}
	
.logo-item img {
	max-height: 40px;
	width: auto;
	
	opacity: 0.8;
	transition: opacity 0.3s ease;
	height: auto;
}	
.herox-logos .logo-item {
	flex: 50%;
	padding: 0;
}	
	
.home-caption-text ul {
	list-style-position: inside;
	margin: 0;
	margin-bottom: 20px;
}
.circle-blocks.logo1-not-uploaded {
	width: 20px !important;
}	
.cell.large-6.medium-6.page-form-banner {
	margin-top: 20px;
}
.cell.iconflex {
	text-align: center !important;
	border: 0;
}	
	
	.cell.large-3.medium-3.small-12.xiconx, .cell.large-3.medium-3.small-12.xiconx h6 {
	text-align: center !important;
}
	#two-column-icon-block .cell.large-6.medium-12.small-12.tw-c h6 {
	text-align: center;
}
	
.has-video-embed {
	background: #fff !important;
}	
#two-column-img {
	padding: 25px 0 !important;
}
	
	#two-column-img .cell.large-12.button-cta {
	text-align: center !important;
}
	
	
	#two-column-img .cell.large-6.medium-12.small-12.text-section h6, #two-column-img .cell.large-6.medium-12.small-12.text-section h2, #two-column-img .cell.large-6.medium-12.small-12.text-section p {
	text-align: center;
}
	
	
.cell.large-3.medium-3.small-12.iconflex {
	border: 0;
	text-align: center;
	margin-bottom: 5px;
}	
.circle-blocks {
	right: 5.5%;
	
}	
.wpcf7-spinner {
	position: absolute;
	right: 0;
	bottom: -70px;
}	
	
	
/* Only centre video modals when open */
body.is-reveal-open .reveal-overlay .reveal.has-video-embed {
  display: flex !important;        /* flexbox centring */
  align-items: center;
  justify-content: center;
  flex-direction: column;          /* stack video + close button */
  top: auto !important;            /* cancel Foundation's inline top */
  transform: none !important;      /* cancel translate positioning */
  margin: 0;
  width: min(720px, calc(100% - 32px));
  background: transparent;
  min-height: 100vh;
  min-height: 100dvh;              /* dynamic viewport for iOS */
  padding: 1rem;
}

/* Inner wrapper (video container) */
body.is-reveal-open .reveal-overlay .reveal.has-video-embed > div {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

/* Close button fixed at viewport top-right */
body.is-reveal-open .reveal-overlay .reveal.has-video-embed .close-button {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 10000;
}

/* Admin bar adjustment */
.admin-bar .reveal-overlay { top: 0 !important; }

.partner-titles {
	
	font-size: 16px;
	
}
	
	
html body #home-video-xx .cell.large-6.home-caption-text, #home-video-xx .cell.large-6.home-caption-text h6, #home-video-xx .cell.large-6.home-caption-text h2, #home-video-xx .cell.large-6.home-caption-text p {
	text-align: center !important;
}	
	
	
#two-column-video .content-o-text, #two-column-video .content-o-text h6, #two-column-video .content-o-text p  	 {
	text-align: center !important;
}	
	
	
	
	
#mosaic-column .cell.large-12.medium-12.small-12.title-intro {
	padding-bottom: 30px;
}	
	
.iconflex img {
	width: auto;
	height: 28px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
	
.cell.large-6.medium-6.small-12.iconflex {
	margin-bottom: 0;
}

	
#two-column-percent .cell.large-12.button-cta,
#two-column-video .cell.large-12.button-cta {
	text-align: center !important;
}
	
#two-column-percent  .cell.content-o-text p,	#two-column-percent  .cell.content-o-text h6, #two-column-percent  .cell.content-o-text h2,	
#two-column-video  .cell.content-o-text p,	#two-column-video  .cell.content-o-text h6, #two-column-video  .cell.content-o-text h2,	
.homepage-slider .nvitem.slider-caption.text-style .cell h6, .homepage-slider .nvitem.slider-caption.text-style .cell h2 {
	text-align: center !important;
}	
	
#two-column-percent .cell.large-6.medium-6.small-12.iconflex,	

#two-column-video .cell.large-6.medium-6.small-12.iconflex,	
.homepage-slider .nvitem.slider-caption.text-style .cell {
	text-align: center;
	border: 0;
}
	
	
	
.bubble-carousel.animate {
	display: none !important;
}
	
	.homepage-slider .nvitem.vimeo.video-skin {
	display: none;
}
	.cell.large-12.medium-12.small-12.title-intro p {
	
	font-size: 16px;

}
	.cell.large-6.medium-12.small-12.media-block {
	margin-bottom: 25px !important;
}
#faq-content {
	padding: 60px 0;
}
	.circle-blocks {
	width: 60px !important;
}
.circle-blocks {
	bottom: -4% !important;
}
	.centralised-videos {
	position: relative;
}
	
	
	.page-form-banner .cell.medium-12 h2
	#strive-hero.strive-hero-2 {
	padding-top: 0px !important;
}
	#faq-content .cell.large-12.medium-12.small-12.title-intro {
	padding-bottom: 20px;
}
	
.faq-group {
	margin-bottom: 0;
}	
	.news-carousel .slick-dots {
	margin-top: 20px;
}
	.custom-modal-review iframe {

	min-height: 280px;
	display: block;
}
	
	
	
	.cell.medium-6.flexed-posl {
	padding-bottom: 15px;
}
	
	.playbtn {
	border-radius: 900px;
	background: rgba(255, 64, 64, 0.80);
	backdrop-filter: blur(6.5px);
	position: absolute;
	right: -10px;
	top: -10px;
	width: 55px;
	height: 55px;
	margin: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	z-index: 3;
}
.strive-custom-logo {
	position: relative;
	
}	
	
	.cell.large-10.leftcontent iframe {
	width: 100%;
	height: 210px;
	margin-bottom: 30px;
}
#main-banner.results-banner .cell.large-6.medium-6.page-form-banner {
	order: -3 !important;
}	
	
	.contentwrap p {
	
	font-size: 15.46px;
	
}.cell.large-6.pae-title-intro img {
	width: 230px;
}
	
	.popupavatar {
	width: 100%;
	text-align: center;
}
	.popupcontents > p {
	font-size: 18px;
	text-align: center;
}
	
	
	.popupavatar {
	width: 100%;
}
	
	.popupcontents {
	width: 100%;
}
.about-box {
	height: 328px;
	
}
.about-box::after {
	height: 280px;
}
	
	.about-x div {
	
	font-size: 40px;
	
}
	.team-group:nth-of-type(2n) .team-infos {
	padding-right: 20px;
	padding-left: 0px;
}
	.team-infos {
	padding-left: 20px;
}
	.team-infos {

	flex-wrap: wrap;
}
	.name {
	
	font-size: 13px;
	
}
	.position-title {
	font-size: 11px;
}
.team-blurb {
	width: 50%;
}	
.team-infos {
	gap: 15%;
}	
	html body .turnover-text {
	
	font-size: 14px;
	
}
	.about-x {
	
	font-size: 18px;
	
}
	
	.name {
	
	font-size: 12px;
	
}
	.position-title {
	
	font-size: 11px;
	
}
	
	.team-group:nth-of-type(2n) .team-infos {
	padding-right: 30px;
	padding-left: 0px;
}
	.team-infos {
	padding-left: 30px;
}
.team-blurb {
	width: 42%;
	cursor: pointer;
}
.slide-slicker.slick-slide {
	overflow: hidden;
}	
/*html body .homepage-slider .slide-slicker.slick-slide  {
	height: inherit;
}	*/
	
html .page-form-banner .cell.medium-12 h2 {
	font-size: 22px !important;
}
	
.cell.large-12.contentx ul {
  list-style-position: inside; /* bullet aligns with text */
  text-align: center;
	margin-left: 0 !important
}
	
	.cell.large-12.contentx ul {
	text-align: center;
}
	
/* Let Slick control height */
	 html body .homepage-slider, #hero,  html body #hero .homepage-slider .slick-list.draggable,  html body .homepage-slider .slide-slicker.slick-slide,  html body .nvitem.vimeo.video-skin,
 html body  #hero,
  html body .homepage-slider,
 html body  .homepage-slider .slick-list,
 html body  .homepage-slider .slick-track,
 html body  .homepage-slider .slick-slide {
    height: auto ;
    min-height: 0 !important;
  }

  /* Make sure no flex on track */
 html body  .homepage-slider .slick-track {
    display: block !important;
  }

  /* Smooth transitions (optional) */
 html body  .homepage-slider .slick-list { transition: height 200ms ease; }


	
	
.cell.large-10.medium-6.small-8.menu-container {
	position: relative;
}	
#mosaic-column {
	border-top: 1px solid #ccc;
}	

.header.full .cell {
	margin: 0;
}
.cell.large-2.medium-6.small-4.logo-container {
	width: 30%;
}	
.cell.large-10.medium-6.small-8.menu-container {
	width: 70%;
}	
.sandwichmenu {
	border: 0 !important;
}
.nvitem.vimeo.video-skin {
	position: static;
	top: 0;
	width: 100%;
	left: 0;
	background: #fff;
	display: block;
}	
	
.bubbleclass .textstrive {
	width: 100%;
}
	.nvitem.slider-caption.text-style {
	width: 100%;
	
}
	.bubbleclass .imgstrive img {
	width: 90px;
	margin-left: auto;
}
	.bubbleclass .imgstrive {
	width: 100%;
	padding-right: 4%;
	padding-top: 0;
	margin-left: 7%;
	margin-bottom: 20px;
	text-align: center;
}
	
.bubble-strive {
	flex-wrap: wrap;
}	
	
.initial-overlay h3, .centraltext h3 {
	
	font-size: 20px;
	
}
	.cell.xiconx p {
	
	font-size: 15.286px;

}
	#two-column-icon-block h3 {
	
	font-size: 19px;
	
}
	.answer {
	padding: 0 30px !important;
}
	.percent-animnate .percent-box {
	
	font-size: 30px;
	}
#two-column-video .cell.large-6.medium-12.small-12.text-section {
	padding-bottom: 0;
}	
	
	#two-column-list .cell.large-12.cntx.content-o-text, #two-column-list .cell.large-12.cntx.content-o-text h6, #two-column-list .cell.large-12.cntx.content-o-text h2, #two-column-list .cell.large-12.cntx.content-o-text p {
	text-align: center !important;
}
	#two-column-list .cell.large-12.button-cta {
	text-align: center !important;
}
	#two-column-list .cell.large-6.medium-6.small-12.iconflex {
	text-align: center;
	border: 0;
}
	
	.text-outlay {
	width: 70%;
	
	left: 30%;
	
}
	
	
	.image-right-overlay .cell.large-6.home-caption-text {
	text-align: center !important;
}
	
	
	
	.image-right-overlay .cell.large-6.home-caption-text h6, .image-right-overlay .cell.large-6.home-caption-text h2, .image-right-overlay .cell.large-6.home-caption-text p {
	text-align: center;
}
.floted-list {
	margin-top: -110px;
	width: 80%;
}
	
	.icon-list-text {

	font-size: 13px;
	
}
	.icon-list.active-yes,
	.icon-list {
	width: 28px;
	height: 28px;
	
}
	
	.icon-list.active-yes img {
	width: 15px;
	
}
	.grid-xsx.active .bg-x {
	width: 33%;
	
}
	.centraltext p,
	.initial-overlay p {
	
	font-size: 15.286px;
	
}
.initial-overlay {
	width: 90%;
}
	
	.cell.large-6.home-caption-text {
	padding-right: 0;
	padding-top: 50px;
	padding-bottom: 40px;
}
#two-column-img  .cell.large-6, 	
#home-video .cell.large-6, 		
#two-column-list .cell.large-6, 	
#two-column-percent	.cell.large-6, 
#two-column-video .cell.large-6 {
	width: 100% ;
	margin: 0;
}	
	html body .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target {
	color: #F74040 !important;
}
.cell.large-6.home-caption-slider-carousel, .cell.large-6.home-caption-text {
	width: 100%;
}
.cell.large-6.pae-title-intro {
	padding-right: 2%;
}	
	#home-video-xx p {
	
	font-size: 15px;
	
	line-height: 170%;
}
	
	.footer-menu-items ul li a {
	
	font-size: 13px;
	
	line-height: 1.6;
	
}
	.footer-socials-block img {
	width: 22px;
}
	.footer-menu-items {
	padding-left: 30px;
}
	.footer-bottom.lined-ui.grid-x.grid-margin-x .cell {
	text-align: center;
}
	#home-video-xx .align-middle {
	height: auto;
}
.question {
	font-size: 14.586px;
}
	.cell.large-12.footer-grid {
	flex-wrap: wrap;
}
#review-column .slick-arrow {
	border-radius: 50%;
	background-size: 28px !important;
	margin: 0 0px;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	width: 40px;
	height: 40px;
}
	#home-video-xx::after {
	display:none !important
}
#home-video-xx .video-wrapper[data-v-ac5b272c], #home-video-xx .video-wrapper[data-v-ac5b272c] iframe {
	left: auto;
	position: static !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	transform: translate(0%,0%) scale(1.3);
	width: 100% !important;
	min-height: 300px !important;
	left: 0 !important;
	min-width: 100%;
	margin-top: 15px;
}
.cell.large-6.home-caption-slider-carousel {
	margin-bottom: -200px;
	transform: translateY(45%);
}
	#flex-marquee {
	position: static;
	bottom: 40px;
	left: 0;
	width: 100%;
	z-index: 9;
	display: block;
	margin-top: 60px;
}
	
.rep-blocks {
	width: 100%;
}
	.answer p {

	font-size: 15px;
	
}
#main-banner {
	padding-top: 120px;
	padding-bottom: 25px;
}
	.cell.large-6.medium-6.page-form-banner .grid-container.grid-x.grid-margin-x.align-top .cell {
	width: 100% !important;
	margin: 0 !important;
}
	.faq-group-title h3 {
	
	font-size: 18.59px;
	
}
	.block1 {
	
	margin-left: 7%;
	
}
	.wpcf7 .input-field {
	height: 48px;
	
}
	.cell.large-6.medium-6.page-form-banner .grid-container.grid-x.grid-margin-x.align-top {
	margin: 0;
	width: 100%;
	max-width: 100%;
}
	.footer-logo > a {
	display: block;
	margin: 0 auto;
	text-align: center;
}
	.footer-logo .tp-embed {
	width: 70%;
	margin: 0 auto;
}
	.footer-socials-block {
	margin: 20px 0;
	text-align: center;
}
	.web {
	text-align: center;
}
	.footer-logos {
	width: 100%;
}
	.ft-img img {
	width: auto;
	height: 32px;
}
	.partnership-blocks {
	padding-top: 10px;
}
	#faq-content {
	padding-bottom: 0;
}
	.partnership-blocks .ft-img {
	width: 43%;
	margin-bottom: 30px;
}
.footer-logo {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
	.footer-menu-items ul {
	display: flex;
	flex-wrap: wrap;
}
	.footer-menu-items ul li {
	width: 50%;
}
	.footer-menu-items {
	width: 100%;
	padding-left: 0;
	margin-bottom: 30px;
}
#home-video-xx {
	height: auto;
	padding-bottom: 30px;
}
.article-intro h3 a,	
.news-intro h3 a {	
	font-size: 18.189px;
	line-height: 136%;
}
	.imglogo-align-text p {
	padding: 0 40px;
}
	
.imglogo-align-text {
	padding-top: 20px;
}	
	
.fourty-block,	
.sixty-block {
	height: 260px;
	
}	
	.cell.large-4.medium-4.small-12.mosaic-3 {
	flex-wrap: wrap !important;
}
	.bottom-align-text p {

	font-size: 13px;
	
	line-height: 178%;
}
.bottom-align-text h6 {
	
	font-size: 10px;
	
	margin-bottom: 6px;
}	
	.fourty-block {
	
	margin-top: 20px;
}
	
	.fourty-block {

	flex-wrap: wrap;
}
	
	html .seventy-block {
	margin-top: 20px;
}
	
.cell.large-4.medium-4.small-12.mosaic-2, .cell.large-4.medium-4.small-12.mosaic-1 {
	width: calc(100% - 1.875rem);
	margin-bottom: 10px;
}
.seventy-block, .thirty-block {
	height: 280px;
}
	.seventy-block {
	margin: 0;
}
	.cell.large-4.medium-4.small-12.mosaic-3 {
	width: calc(100% - 1.875rem);
	margin-top: 20px;
	display: flex;
	flex-wrap: nowrap;
}
	.homepage-slider .slide-slicker::after {
	display:none !important
}
	
	html body h6 {	
	font-size: 12px;	
	line-height: 110%;
	
}
	.textstrive {
	
	font-size: 13px;
	
}
	
.bubble-carousel {
	margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 0 3.5%;
    position: relative;
    z-index: 6;
   
    top: 110px !important;
    width: 90%;
    left: 0;
    z-index: 999;
    left: 5%;
}
.nvitem.slider-caption.text-style p {
	font-size: 15px;
}
html body .cell.large-6.medium-12.small-12.hero-1-video {
	order: -2;
	padding: 0 !important;
	margin-top: 20px !important;
}
.cell.large-6.medium-12.small-12.hero1-text {
	width: 100%;
	margin: 0 auto !important
}
.cell.large-6.medium-12.small-12.hero-1-video {
	width: 100%;
	margin: 0 auto !important
}
	.slide-tabtop.slick-slide.slick-current,
	.slide-tabtop.slick-slide {
	
	font-size: 9.18px;	
	letter-spacing: 1px;
	
}
html body .vimeo iframe {
	width: 90vw;
	height: 90.25vw;
	min-height: auto;
	min-width: 110.77vh;
	position: static;
	top: 50%;
	left: 50%;
	transform: translate(-22%,-20%);
	-webkit-transform: translate(-22%,-20%);
	z-index: 1;
	pointer-events: none;
	top: 0px !important;
}
	
	.bubble-carousel {
	display: none !important;
}
.tabbed-top.slider-nav {
	border-radius: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.10);
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	height: 49px !important;
}
.cell.large-6.medium-12.small-12.hero-2-video {
	order: -2;
	padding: 0 !important;
	padding-bottom: 0px !important;
	margin-top: 20px !important;
}
	
	.cell.large-6.medium-12.small-12.hero2-text .slick-dots {
	position: static !important;
	display: block;
	text-align: left !important;
	margin: 13px 0 !important;
}
	.cell.large-6.medium-12.small-12.hero2-text {
	width: 100%;
	margin: 0 auto !important;
	padding-top: 10px;
}
.cell.large-6.medium-12.small-12.hero-2-video {
	width: 100%;
	margin: 0 auto !important
}
.cell.large-6.medium-12.small-12.hero-2-video {
	padding-top: 20px !important;
}
	
html body #strive-hero {
	padding-top: 90px;
	padding-bottom: 30px;
}
.button-groups img {
	width: 248px;
	margin-left: 0;
	display: inline-block;
	vertical-align: middle;
	margin-top: 20px;
}
	
#strive-hero p, #strive-hero li {
	font-size: 15px;
}
	#three-column-block.margin-bottom {
	padding-top: 0 !important;
}
	#three-column-block.margin-top {
	padding-bottom: 0 !important;
}
html body .tax-box {
	flex: 1 auto !important;
	min-width: 0px !important;
}
	#uk-tax-form h3 {
	
	font-size: 22px;
	
}
	.cell.large-6.home-caption-text {
	padding-bottom: 0;
}
	
	.cell.large-8.medium-6.small-12.ve-emb {
	margin-top: 50px;
}
.box-central {
	width: 40%;
	margin: 0 auto;
	margin-bottom: 50px;
}
	.faq-groups.cell.large-12 {
	
	flex-wrap: wrap;
	width: 100%;
	
}
	
	.block1 {
	background-size: cover;
}
	
	
.slide-tabtop.slick-slide {
	padding: 13px 10px !important;
}
.footer-bottom.lined-ui.grid-x.grid-margin-x p {
	
	line-height: 185.4%;
}	
.faq-group {
	margin-bottom: 0;
}
	
	.faq-group {
	width: 100%;
}
	

.nvitem .cell.large-12.button-cta {
	text-align: left;
	padding-top: 0;
}
	
	.mega-book-consultation a {
	
	padding: 16px 18px !important;
}
.mega-menu-link {
	padding: 21px 6px !important;
}
html body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-size: 12px;
	
}	
	.percent-img {
	padding: 40px 10px;
}
	
.custom-grid.fill-grid-custom.grid-of-3 {
	width: 100%;
	padding: 0 3.5%;
	display: flex;
	flex-wrap: wrap;
}	

	.grid-x-3.grid-xsx {
	height: 309px;
		width: 100% !important
}
	.progress-text .label {

	font-size: 14px;
	
	line-height: 136%;
}
	.progress-wrapper {
	width: 260px;
	height: 260px;	
}
	
.percent {	
	font-size: 49.154px !important;
}
html body h3 {
	font-size: 15px;
}
.circle-blocks {
	bottom: 30%;
}
	#filter-options a.button {
	margin-left: 0px !important;
	margin-right: 3px !important;
	padding: 10px 10px !important;
}
	.cell.large-6.country-img img {
	height: 80px;
	margin: 0 auto;
	display: block;
	margin-bottom: 10px;
}
	
	#contact-column .cell {
	margin: 0;
	margin-bottom: 10px;
}
	.circle-blocks {
	
	width: 120px;
	
}
	.cell.large-6.pae-title-intro p {
	
	font-size: 16px;
	
}
	html body p {
	
	font-size: 16px;
	
}
.overl-img img {
	max-width: 320px;
}
.button.hollow {
	padding: 18px 14px !important;
	margin-left: 8px !important;
}
.cell.large-6.pae-title-intro h1 {
	font-size: 25px;
}
	
	.block2 iframe, .block2 div {
	transform: scale(1.19);
	-webkit-transform: scale(1.19);
	margin-left: -177% !important;
}
	
	
.cell.iconflex {
	padding-right: 2%;
	padding-left: 2%;
}
	.icon-top img {
	width: auto;
	height: 16px;
}
.icon-top {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 18px;
}	
	
html body h2 {
	font-size: 22px;
	line-height: 136%;
}
#mosaic-column {
	padding: 40px 0;
}
.fullreview p {	
	font-size: 14px;	
	line-height: 1.3;
}	
	
.block2 {
	
	margin-top: -130px;

}	
.first-line {
	font-size: 17px;
	line-height: 1.3;
}
	.default-block-review.fullrev {
	padding: 22px 30px;
}

.reveal.small {
	width: 100% !important;
}
.block2, .block1 {
	width: 190px;
	height: 180px;
}
	.tax-box {
	
	padding: 20px 20px;
	
}
.cell.large-6.pae-title-intro h3 {
	
	font-size: 19px;
	
}	
	.cell.small-12.text-center.form-disclaimer {
	padding-bottom: 20px !important;
}
	.cell.small-12.text-center.form-disclaimer {
	padding-left: 0 !important;
}
	.tax-box p {
	
	font-size: 14px;
}
	.tax-results-wrap {
	margin-top: 40px;
}
	
	.tax-total .tax-value {
	font-size: 18px;
}
	.pae-title-intro .grid-container.grid-x.grid-margin-x.align-top {
	margin-left: 0;
	width: 100%;
	max-width: 100%;
}
.tax-savings-banner strong {
	font-size: 20px !important;
}
.standardised-img img {
	max-width: 100%;
	margin-bottom: 30px;
}
.cell.large-6.page-form-banner.blog-news-top-right, .cell.large-6.pae-title-intro.blog-news-top {
	width: 100%;
}
	html body #page-contents h4 {
	
	font-size: 19px;

}
	
	html body #page-contents h3 {
	
	font-size: 24px;
	
	line-height: 124%;
}
	#page-contents {
	padding: 20px 0;
}
	
	#page-contents p, #page-contents li {
	font-size: 16px !important;
}
	
	.social-proof-text {
	position: static;
	left: 4%;
	bottom: 20px;
	display: block;
	margin: 0 auto;
	padding: 0 20px;
}
	
.centralised-videos {
	margin-bottom: 24px;
}
	
	.social-proof-text p {
	font-size: 15px;
}
	
	.custom-video-social-proof {
	
	padding-bottom: 20px;
}
.cell.large-12.content-o-text p {
	font-size: 15px;
}
.with-image img {
	height: 100%;
	object-fit: cover;
}	
.media-video-x {
	
	height: 370px;
	
}
	.herox-logos {
	
	margin-top: 40px;
	margin-bottom: 40px;
}
.cell.button-cta {
	padding-top: 20px;
	padding-bottom: 20px;
}	
	/*.nvitem.vimeo.video-skin, #hero .slick-list.draggable, .homepage-slider, #hero {
	height: inherit !important;
}*/
	#two-column-icon-block h6 {
	margin-top: 10px;
}
.percent-img, .custom-video-social-proof {
	height: auto;
}
	
	
	
	.nvitem.vimeo.video-skin {
	position: static !important;
	
}
	html body .bgimgsx { background: #fff !important}
	
	.tax-savings-banner {
	
	flex-wrap: wrap;
}
	.saving-ban {
	padding-left: 60px;
	width: 100%;
}
	.results-banner#main-banner .wpcf7 .cell {
	width: 100%;
	margin: 0 !important;
}
	
	.grid-x.grid-custom-x .cell {
	padding-right: 0;
}
	
	
	#uk-tax-form {
	
	padding: 30px 20px;
}
	
	.grid-x-3 {

	height: 389px;
	
}
	html body .slide-image.xp {
	display: block !important;
		width: 100% !important
	height: 320px !important;
	object-fit: cover !important;
	object-position: center center !important;
}
	.nvitem.vimeo.video-skin {
	height: 320px !important;
	overflow: hidden;
}
.nvitem.slider-caption.text-style {
	margin-top: -20px !important;
}
	.nvitem.vimeo.video-skin {
	position: static;
	top: -20% !important;
	width: 100%;
	left: 0;
	background: #fff;
	transform: scale(1.2);
}
.tabbed-header {
	position: static;
	left: 0;
	z-index: 9;
	top: 40px;
	width: 100%;
	padding-top: 20px;
	display: block;
}	
#strive-hero .slick-dots {
	bottom: -50px;
}
	
.vimeo iframe {
	
	min-width: 199.77vh;

	max-width: none;
}	
	
	.orange-btn {
	
	padding: 14px 25px;
	
}
.dot {
	padding: 0 0px;
	font-size: 20px;
	display: inline-block;
	height: 17px;
	line-height: 1;
}	
.marquee-content a {
	
	font-size: 14px;
}	
#strive-hero h1 {
	font-size: 23px;
}
.imglogo-align-text img {
	height: 30px;
	width: auto;
}	
.bottom-align-text p {	
	width: 80%;
}
#mosaic-column h3 {
	font-size: 20px;
	line-height: 120%;
}
.meet-approved img {
	height: 100px;
}
.full-block {
	height: 460px;
}
	.video-icon {
	
	width: 70px;
	height: 70px;
	
}
	.bottom-align-text {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	padding: 20px 20px;
	text-align: left;
}
	.top-align-text {
	padding: 0 20px;
	text-align: center;
	padding-top: 23px;
	text-align: left;
}
.menu-image-title-after.menu-image-title {	
	font-size: 16.9px;	
}
	.articles-carousel .slick-dots {
	position: static;
	margin-top: 30px;
}
	.blog-post-home {
	margin: 0 0px;
}
	.cell.large-12.medium-12.small-12.filed-news::after, 
	.cell.large-12.medium-12.small-12.filed-news::before {
	display:none !important
}
.tabbed-header {
	padding-top: 30px;
}
	.tabbed-top.slider-nav.slick-slider {
	
	height: 60px;
}
	
	#news-column, #review-column {
	padding: 30px 0;
}
	
	
.vimeo iframe {	
	min-width: 209.77vh;	
}		
.nvitem.slider-caption.text-style {
	margin-top: 370px;
	
}
.left-align-text {
	width: 100%;
	padding-top: 10px;
}
	.meet-approved {
	width: 100%;
}
.video-align-text {
	margin-top: -40px;
}
.plus-bottom {
	width: 40px;
	height: 40px;
	
}
	
html body .video-clicker {
	border-radius: 900px;
	background: rgba(255, 64, 64, 0.80);
	backdrop-filter: blur(6.5px);
	position: absolute;
	left: auto;
	bottom: auto;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 17px;
	margin: 20px;
	top: -10px;
	right: -10px;
}	
	.rm-view .default-block-review {
	padding-bottom: 80px !important;
	padding-top: 0px !important;
}
.rm-view .with-image img {
	height: 120px !important;
	width: 120px !important;
	object-fit: cover !important;
	object-position: center;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 50%;
	margin-bottom: 0px !important;
}	
	.rm-view .with-image {
	position: relative;
	text-align: center;
}
	.with-image {
	
	position: relative;
}
	.default-block-review {
	width: 100%;
}
	.with-image img {
	width: 70px;
    height: 70px !important;
	object-fit: cover !important;
	object-position: center;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 50%;
}
	.with-image {
	width: 100%;
	height: auto;
}
	.review-flex {
	flex-wrap: wrap;
}
	
	
	.cell.tw-d p {

	font-size: 17px;
	
}
	.review-type-selection {
	left: 27px;
}
	.review-type-selection {
	width: 160px;
	display: inline-block;
}
	.default-block-review {
	padding-bottom: 80px !important;
}
#two-column-list .cell.large-6.medium-12.small-12.media-block {
	padding-top: 20px;
}
#two-column-icon-block, #two-column-list,
	#two-column-video, #two-column-percent {
	padding: 20px 0 !important;
}
	
	.cell.large-6.medium-6.page-form-banner form .grid-container {
	
	padding: 20px 20px;
}
	
	#two-column-icon-block .cell.large-6 h2, #two-column-icon-block .cell.large-6 p {
	text-align: center !important;
}
	
	.cell.large-4.medium-4.small-12.xiconx, .cell.large-4.medium-4.small-12.xiconx h6 {
	text-align: center !important;
}
.grid-x-3 {
	
	margin-bottom: 16px;
}	
.cell.large-6.medium-12.small-12.media-block {
	margin-bottom: 0 !important;
}	
.cell.text-section {
	padding: 30px 0px;
}
.block2 {
	margin-left: 35%;
}
#three-column-block {
	padding: 20px 0 !important;
}
#contact-column h3 {
	
	font-size: 26px;
	
}	
.grid-container {	
	max-width: 93%;
	width: 93%;
}	
	
	
	
}





/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */



@media only screen and (min-width: 480px) and (max-width: 767px) {


}


@media only screen and (min-width: 1279px) and (max-width: 9000px) {
.menu li:hover  .sub-menu { display:block}
}
@media only screen and (min-width: 0px) and (max-width: 1279px) {
	
.cell.large-10.medium-6.menu-container {
	text-align: right;
	position: relative;
}
	.enquiry-btn {
	display: inline-block !important;
	background: #F74040;
	color: #fff !important;
	vertical-align: middle !important;
	border-radius: 30px;
	padding: 10px 24px;
	text-align: center;
	font-size: 11.9px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.65px;
	position: absolute;
	right: 71px;
	top: 12px;
}
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item > .shiftnav-target,
.shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target {
	color: #000 !important;
	background: #fff !important;
	
}
html body #menu-item-453 a {
	display: inline-block !important;
	background: #F74040 !important;
	color: #fff !important;
	vertical-align: middle !important;
	border-radius: 30px;
	padding: 19px 30px;
	text-align: center;
	font-size: 11.9px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.65px;
	width: 85%;
}
	.shiftnav-target {
	font-family: "Inter", sans-serif;
	font-weight: 600 !important;
	text-transform: uppercase;
}
#menu-item-453 {
	text-align: center;
}
	
	.sub-menu.sub-menu-1 {
	background: rgba(217, 217, 217, 0.18) !important;
}
	
.shiftnav-nav a {
	color: #000;
	font-size: 13.9px;
	font-style: normal;
	font-weight: bold;
	
}	
	.shiftnav-inner {
	background: #fff !important;
}
	.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item .shiftnav-submenu-activation {
	background: #fff !important;
	color: #000  !important;
}
	
	.shiftnav .shiftnav-panel-close {
	
	background: #fff !important;
	
}
.shiftnav::after {
	display: none !important;
	
}	
#shiftnav-menu-image-shiftnav-main {
	width: 76px;
}
/*animatein*/

.AnimateIn { opacity:0;  transform: translate(0px,40px); -webkit-transform: translate(0px,40px); }

.active.AnimateIn, 
.visible.AnimateIn {  -webkit-animation: animteIn 0.2s 0.2s forwards; 
    animation: animteIn 0.2s 0.2s forwards;}


/* Standard syntax */
@keyframes animteIn {
    0 { opacity:0;  transform: translate(0px,40px);}
   100% { opacity:1;  transform: translate(0px,0px); }
} 

/* Chrome, Safari, Opera */
@-webkit-keyframes animteIn {
    0 { opacity:0;  -webkit-transform: translate(0px,40px);}
   100% { opacity:1;  -webkit-transform: translate(0px,0px); }
}


.AnimateIn2 { opacity:0;  transform: translate(0px,40px); -webkit-transform: translate(0px,40px); }

.active.AnimateIn2, 
.visible.AnimateIn2 {  -webkit-animation: animteIn2 0.4s 0.4s forwards; 
    animation: animteIn2 0.4s 0.4s forwards;}


/* Standard syntax */
@keyframes animteIn2 {
    0 { opacity:0;  transform: translate(0px,40px);}
   100% { opacity:1;  transform: translate(0px,0px); }
} 

/* Chrome, Safari, Opera */
@-webkit-keyframes animteIn2 {
    0 { opacity:0;  -webkit-transform: translate(0px,40px);}
   100% { opacity:1;  -webkit-transform: translate(0px,0px); }
}	
		
	
.site-navigation {
  background: white none repeat scroll 0 0;
  display: none;
  float: right;
  font-weight: lighter;
  left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-top: 3px;
  position: absolute;
  top: 160px;
  width: 100%;
  z-index: 999999;
}
html body .shiftnav-toggle-button:hover {
	padding-left: 13px;
	padding-top: 17px;
}
html body .shiftnav-toggle-button {
	display: inline-block;
	background: #444;
	color: #eee;
	width: 60px;
	height: 60px;
	padding-left: 13px;
	padding-top: 17px;
}
.shiftnav-toggle.shiftnav-toggle-button.showmobile {
	display: inline-block !important;
	padding: 0;
	background: no-repeat;
}
.sandwichmenu {
	background: #00ddb9 none repeat scroll 0 0;
	border: none !important;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block !important;
	float: right;
	height: 57px;
	margin-left: 20px;
	margin-top: 26px;
	padding-left: 11px !important;
	padding-top: 19px !important;
	width: 57px;
}
.menu > li {
  float: left;
  padding-bottom: 0;
  position: relative;
  width: 100%;
}
.plussy {
  display: block;
  font-size: 27px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 100%;
  z-index: 99;
  height:100%
}
	.menu-image.menu-image-title-after {
	height: auto;
	display: inline-block;
	width: 23px;
}
	.sub-menu .shiftnav-target span {
	font-size: 13px;
	line-height: 2;
}
	.menu-description {
	display: none !important;
}
.shiftnav-target {
	color: #000 !important;
	font-size: 15px !important;
}
.sub-menu .shiftnav-target {
	font-size: 13px !important;
	padding-left: 22px !important;
	background: transparent !important;
}

.sub-menu::before {
  display: none;  
}
html body .sub-menu a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000 !important;
  float: left;
  padding-bottom: 7px;
  padding-top: 7px;
  width: 100% !important;
  background: #efefef none repeat scroll 0 0 !important;
}
.menu > li {
  border-bottom: 1px solid #ccc; 
}
.sub-menu li {
  float: left;
  width: 100%;
}
.sub-menu {
  background: #00ddb9 none repeat scroll 0 0 !important;
  border-radius: 0;
  left: 0;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: static;
  top: 40px;
  width: 100%;
  z-index: 999;
}
.menu a {
  border: medium none;
  color: #333;
  float: left;
  font-size: 19px;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  text-indent: 20px;
  text-transform: uppercase;
  width: 100%;
}
.shiftnav-open #page {
	opacity: 0.2;
}

}



/*ajax posts*/

html body button#toggle-filters.active {
	background: #F5D5D5 !important;
}
#filter-options {margin-bottom: 50px;}
#ajax-post-search {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 1rem;
}

#filter-options h5 {
	color: rgba(34, 31, 31, 0.50);
	
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 118.4%;
	margin-bottom: 20px;
}

.button.hollow.small.active {
	background: #F5D5D5 !important;
}


.button.hollow.small {
	color: #F74040 !important;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.8px;
	border-radius: 10px;
	border: 1px solid #F74040 !important;
	background: rgba(217, 217, 217, 0.00);
	text-transform: uppercase;
}
#ajax-post-search {
	border-radius: 10px;
	border: 1px solid #BCC0E5;
	background: rgba(217, 217, 217, 0.00);
	height: 55px;
}

#posts-column {
	padding: 60px 0;
}
.filters-bar button {
	margin: 0;
}
.filters-bar {
	padding: 0 0;
	margin-bottom: 40px;
}
.button.hollow {
	border-radius: 10px;
	border: none !important;
	background: rgba(217, 217, 217, 0.00);
	color: #F74040 !important;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.8px;
	padding: 18px 30px;
	margin-left: 20px;
}
button#toggle-filters {
	border-radius: 10px;
	border: 1px solid #F74040;
	background: rgba(217, 217, 217, 0.00);
	color: #F74040;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.8px;
	padding: 16px 30px;
}
#toggle-filters svg, #toggle-filters span {
	display: inline-block;
	vertical-align: middle;
}
#toggle-filters svg {
	margin-right: 10px;
}
#search-results .blog-post-home {
  margin-bottom: 2rem;
}