:root{
	--main-purple: #2a0c54;
	--main-orange: #f78f21;
	--body-text: #222;
	--light-gray:  #ecebf0;
	--purple-gray:  #998ea9;
	--light-purple:  #50307c;
}

/*  TOS page */


#page-16 p{
	margin-bottom: 25px;
}

#page-16 ol{
	padding: 0;
}


iframe#q-messenger-frame[title="Qualified Messenger"] {
	bottom: 110px !important;      
	pointer-events: auto !important;  
	-webkit-transition: right .1s ease-out !important;  
	transition: right .1s ease-out !important;
	z-index: 100;
}

@media (min-width: 500px) {

	iframe#q-messenger-frame[title="Qualified Messenger"] {
		bottom: 95px !important;      
		pointer-events: auto !important;  
		-webkit-transition: right .1s ease-out !important;  
		transition: right .1s ease-out !important;
		z-index: 100;
	}
}

iframe#q-messenger-frame[title="Qualified Messenger"].maximized {
	right: 0 !important;  
	z-index: 100;  
}

/*  OneTrust cookie button in footer */




@media print, screen and (min-width: 64em)
{
	html #onetrust-banner-sdk .ot-sdk-container {
		padding: 10px 0!important;
	}
}

	#onetrust-consent-sdk{
		position: relative;
		z-index: 10;
	}

	.cookie-button{
		margin: 3px 0;
		background-color: transparent!important;
		padding: 2px 5px 4px!important;
		font-size:  .8rem!important;
	}




html #onetrust-consent-sdk #onetrust-banner-sdk {
		width: 100%;
	}


html #onetrust-banner-sdk #onetrust-policy-title{
	font-size: .9rem;
	margin-bottom: 5px;

}


	html #onetrust-banner-sdk #onetrust-policy-text {
    font-size: .9em !important;
    line-height: 1.5 !important;
    padding-right: 15px!important;
}

html #onetrust-banner-sdk #onetrust-policy-text * {
    color: #f48e22 !important;
}


html #onetrust-banner-sdk #onetrust-policy {
    margin: 1.25em 0 1.15em 2em;
    overflow: hidden;
}


@media only screen and (min-width: 900px) {

	   html #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 71%;
    }

		html #onetrust-consent-sdk #onetrust-banner-sdk {
		width: 71%;
    background-color: #2a0d54;

    border-radius: 0 8px 0 0;
}

    html #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
        width: fit-content;
    }

    html #onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent {
        position: absolute;
        left: 71%;
    }
}

/*  End OneTrust cookie button in footer */


/*  OneTrust cookie banner overrides 
html #onetrust-banner-sdk .ot-sdk-container {
   padding: 0 0!important;
}

@media only screen and (min-width: 426px) and (max-width: 896px){
html #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
    width: 100%;
}
}

@media only screen and (min-width: 1280px){
html #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
    width: 65%;
}
}

html #onetrust-consent-sdk #onetrust-accept-btn-handler {
    padding: 20px 30px!important;
}
  End OneTrust cookie banner overrides */


  .dropShadow {
  	-webkit-box-shadow: -1px 4px 12px -1px rgba(0, 0, 0, 0.24);
  	-moz-box-shadow: -1px 4px 12px -1px rgba(0, 0, 0, 0.24);
  	box-shadow: -1px 4px 12px -1px rgba(0, 0, 0, 0.24);
  }

  @media (max-width: 1000px) {
  	.no-dropshadow{
  		box-shadow:none;
  	}
  }

  .main-v2 {
  	padding-top:  25px;
  	font-size:  1.4rem;
  }

  .text-align-center{
  	text-align: center;
  }

  .flex-align-self-center{
  	align-self: center;
  }

  .btn-primary{
  	color:  var(--main-purple);
  }

  .btn-primary:hover{
  	color:  var(--main-orange);
  }

  .margin-center{
  	margin:  0 auto;
  }

  .end{
  	margin-bottom:  0!important;
  }

  .spacer25{
  	height: 35px;
  	border:  none;
  }

  .spacer35{
  	height: 35px;
  	border:  none;
  }

  .spacer45{
  	height: 45px;
  	border:  none;
  }

  .spacer55{
  	height: 55px;
  	border:  none;
  }

  .spacer75{
  	height: 75px;
  	border:  none;
  }


  .no-vertical-padding{
  	padding-top:  0!important;
  	padding-bottom:  0!important;
  }

  .top-margin-45{
  	margin-top: 25px;
  }

  hr.line{
  	width: 65%;
  	margin: 0 auto 35px;
  	padding: 0;
  	background: none;
  	display: block;
  	border-bottom: Solid 1px #ddd;
  }

  .fine-print{
  	font-size: 15px;
  }

  @media (min-width: 1000px) {
  	.top-margin-45{
  		margin-top: 45px;
  	}
  }

  .basic-title{
  	margin-bottom:  45px;
  }

  .basic-title p{
  	width:  95%;
  	margin:  0 auto;
  }

  @media (min-width: 1000px) {
  	.basic-title p{
  		width:  62%;
  	}
  }

  .basic-title h2{
  	margin-bottom:  10px;
  	font-size:  28px;
  	color:  var(--main-purple);
  }

  @media only screen and (min-width: 1000px) and (max-width: 1600px) {
  	.basic-title h2{
  		font-size:  40px;
  	}
  }

  @media (min-width: 1601px) {
  	.basic-title h2{
  		font-size:  50px;
  	}
  }

/*** NEW HOMEPAGE ***/

@media (min-width: 1000px) {
	.main-v2{
		padding-top:  100px;
	}
}

.you-tube-video-responsive{
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

.you-tube-video-responsive iframe{
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}


/* SECTION TITLE */
.section-title{
	margin-top:  35px;
	margin-bottom:  25px;
}

.section-title h2{
	margin-bottom:  15px;
	color:  var(--main-purple);
}

@media (min-width: 1000px) {
	.section-title{
		margin-top:  75px;
		margin-bottom:  35px;
	}

	.extra-bottom-margin{
		margin-bottom:  50px;
	}
}

@media (max-width: 900px) {
	.homepage-v2 .flex{
		display: block;
	}
	}

/* HERO */
.homepage-v2 .homepage-hero .hero-text{
	flex-basis:  51%;
	padding:  70px 25px 0 10%;
	order: 0;
}

.homepage-v2 .homepage-hero .hero-img{
	flex-basis:  45%;
	order: 1;
}

.homepage-v2 .homepage-hero .hero-img img{
	width:  70%;
	max-width: 530px;
	margin:  0;
	margin: 0 60px;
	padding-top: 20px;
}

@media (max-width: 900px) {
	.homepage-v2 .homepage-hero .hero-img img{
		width:  95%;
		margin: 0 auto;
	}
}

.homepage-v2 .homepage-hero h1{
	margin-bottom:  10px;
	font-size:  2.2rem;
	line-height: 1.1;
	font-weight: 500;
	color:  var(--main-purple);
}

.homepage-v2 .homepage-hero p{
	margin-bottom:  15px;
	font-size:  1.3rem;
	line-height: 1.5;
	color:  var(--body-text);
}

.homepage-v2 .homepage-hero p.webinar-details{
	margin-bottom: 35px;
	padding-top: 20px;
	color:  var(--main-orange);
	font-size: 1.1rem;
	border-top: solid 1px #aaa;
}

.homepage-v2 .homepage-hero p.hero-eyebrow{
	margin-bottom: 5px;
	font-size: 1rem;
	color: var(--main-purple);
	font-weight: 600;
}



@media (min-width: 1000px) {

	.homepage-v2 .homepage-hero p{
		margin-bottom:  35px;
	}

	.homepage-v2 .homepage-hero h1{
		margin-bottom:  7px;
		font-size:  2.6rem;
		line-height: 1.3;
	}

	.homepage-v2 .homepage-hero .webinar-hero h1{
		margin-bottom:  15px;
		font-size:  3.1rem;
		line-height: 1;
		font-weight: 700;
		color:  var(--main-purple);
	}

	.homepage-v2 .homepage-hero p{
		width:  99%;
		font-size: 1.5rem;
		color: #222;
	}

	.homepage-v2 .homepage-hero p.webinar-details{
		font-size: 1.3rem;
	}
}

.homepage-hero .dual-cta-container div{
	margin-top: 0;
	margin-bottom:  5px;
	display: inline-block;
}

.homepage-hero .btn-outline{
	padding-top: 15px;
	padding-bottom:  15px;
	padding-right:  65px;
	border-color:  #ff9203;
	background:  url(../png/play-button-cta-orange_lhzs2j.png) right top no-repeat;
	background-size: contain;
	color:  var(--main-purple);

}

.homepage-hero .btn-outline:hover{
	background:  url(../png/play-button-cta-orange-hover_kwdxjf.png) right top no-repeat;
	background-size: contain;
	
}


@media (max-width: 1000px) {

	.homepage-v2 .homepage-hero .hero-text{
		padding-right:  5%;
		padding-left:  5%;
	}

	.dual-cta-container div{
		width:  100%;
	}

	.homepage-v2 .btn{
		width:  100%;
	}
}

/* CARDS */

.services-card-container{
	margin-bottom:  35px;
	gap:  20px;
	display: flex;
	justify-content:  center;
	flex-direction: column!important;
}

.services-card{
	height:  100%;
	flex-basis:  23%;
	padding:  35px;
	background-color: var(--main-purple);
	border-radius: 10px;
	text-align: left;
	color:  #fff;
	position: relative;
	transition: transform .4s;
	cursor:  pointer;
}

img.services-card-icon{
	width:  65px;
	margin:  0;
	margin-bottom: 15px;
	display: block;
}

.services-card .card-title{
	font-size:  1.5rem;
	color:  var(--main-orange);
	font-weight: bold;
	line-height: 1.3;
}

.services-card .card-text{
	padding-bottom:  55px;
}

img.services-card-button{
	margin:  0;
	display: block;
	position:  absolute;
	bottom:  20px;
	right:  20px;
}

.services-card:hover{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-backface-visibility: hidden;
}

@media (min-width: 1000px) {
	.services-card-container{
		flex-direction: row!important;
	}
}


/* 3-STATS */

.stats-card-container{
	margin-bottom:  25px;
	display: flex;
	justify-content: center;
	
}
.stats-card-container .stat-card{
	padding:  0 25px;
	border:  none;
	border-right:  solid 3px #ddd;
}



@media (max-width: 1000px) {

	.stats-card-container{
		flex-direction: column!important;
	}


	.stats-card-container .stat-card{
		flex-basis:  30%;
		padding:  15px 0;
		border: none;	
	}
}
.stats-card-container .stat-card:first-child{
	padding-top:  0;
}

.stats-card-container .stat-card:last-child{
	border:none;
	padding-bottom:  0;
}

.stat-card-giant-text{
	font-size:  3.5rem;
	line-height: 1.2;
	font-weight: 900;
	color:  var(--main-orange);
}

.stat-card-title{
	margin-bottom:  5px;
	font-size:  1.8rem;
	font-weight:  800;
	color:  var(--main-purple);
	text-transform: uppercase;
}

@media (max-width: 1000px) {

	.stat-card-title{
	font-size:  1.5rem;

}
}


.stat-card p{
	margin-bottom:  5px;
}

.stat-card-fine-print{
	margin-top: 10px;
	font-size:  .8rem;
}



/* VIDEO WITH TESTIMONIAL */

.video-with-testimonial-container{
	background: url(../png/quotes_yerflx.png) 0 0 no-repeat;
	background-size: 50px;
}

.video-with-testimonial-quote{
	flex-basis:  40%;
	padding:  50px 15px 0 0;
	text-align: left;
}

.video-with-testimonial-quote p{
	margin-bottom:  15px;
	font-size:  1.3rem;
	font-weight: 400;
	font-style: italic;
	color:  var(--main-purple);
}

p.quote-author{
	margin-bottom:  25px;
	font-size:  1.1rem;
	font-weight: bold;
	font-style: normal;
}

p.quote-author-info{
	font-size:  1rem;
	font-weight: normal;
	font-style: normal;
}

.video-with-testimonial-video{
	flex-basis:  60%;

}





@media (min-width: 1000px) {
	.video-with-testimonial-container{
		background-position:  0 50px;
	}
}


@media (min-width: 1000px) {
	.video-with-testimonial-quote{
		padding:  100px 50px 0 0;
	}
}

/* BRAND LOGOS MARQUEE */
.marquee {
	padding:  25px 0 20px;
	margin-bottom:  65px;
	overflow: hidden;
	background: var(--light-gray);
}

.marquee img{
	width:  150px;
	display: inline-block;
	mix-blend-mode: multiply;
}


/* TWO COLUMN CALL OUT BANNER */

.two-col-call-out-banner-container{
	width:  100%;
	margin:  0 auto 65px;
	background: var(--light-gray);
	border-radius:  10px;
}

.two-col-call-out-banner-left{
	flex-basis:  60%;
	padding:  45px 25px 45px 25px;
	background:  #25164a;
	border-radius:  10px;
}

.two-col-call-out-banner-right{
	flex-basis:  40%;
	padding:  25px 0;
	align-self: center;
	text-align: center;
}

.two-col-call-out-banner-left p{
	width:  100%;
	margin-right: auto;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: bold;
	color:  #fff;
}

@media (max-width: 700px) {

	.two-col-call-out-banner-left{
		border-radius:  10px 10px 0 0;
	}
}

@media (min-width: 1100px) {
	.two-col-call-out-banner-container{
		width:  70%;
	}

	.two-col-call-out-banner-left p{
		width:  75%;
		font-size: 2.1rem;
	}

	.two-col-call-out-banner-left{
		padding:  45px 85px 45px 85px;
		border-radius:  10px;
		
		clip-path: polygon(-1px -1px,77.1489361702% 0,98.954787234% 44.003125%,99.1941489362% 44.465625%,99.4361702128% 45.0875%,99.6316489362% 45.734375%,99.795212766% 46.49375%,99.9255319149% 47.446875%,99.9906914894% 48.440625%,100% 49.309375%,99.9255319149% 50.4%,99.8071808511% 51.278125%,99.670212766% 51.946875%,99.5% 52.5875%,99.272606383% 53.259375%,81.1170212766% 100%,-1px calc(100% + 1px));
	}
}


/*EXPANDING BUTTON*/
button.expand-button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	border: 0;
	vertical-align: middle;
	text-decoration: none;
	background: var(--main-orange);
	border-radius:  75px;
	padding: 0;
	font-size: 1rem;
	font-family: inherit;
}

button.expand-button {
	width: 16rem;
	height: auto;
}

button.expand-button .circle {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: relative;
	display: block;
	margin: 0;
	width: 3rem;
	height: 3rem;
	background: var(--main-purple);
	border-radius: 1.625rem;
}

button.expand-button .circle .icon {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}

button.expand-button .circle .icon.arrow {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	left: 0.625rem;
	width: 1.125rem;
	height: 0.125rem;
	background: none;
}

button.expand-button .circle .icon.arrow::before {
	position: absolute;
	content: '';
	top: -0.3rem;
	right: 0.0625rem;
	width: 0.625rem;
	height: 0.625rem;
	height: 0px; width: 0px;
	border: 6px solid;
	border-color: 
	#fff
	#fff
	transparent
	transparent;
	transform: rotate(45deg);
}

button.expand-button .button-text {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.75rem 0;
	margin: 0 0 0 1.85rem;
	color: #282936;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	text-transform: uppercase;
}

button:hover .circle {
	width: 100%;
}

button:hover .circle .icon.arrow {
	background: #fff;
	transform: translate(1rem, 0);
}

button:hover .button-text {
	color: var(--main-orange);
}

/*UBERFLIP RESOURCES*/

.uberflip header{
	position: initial;
}

.uf-resource-container{
	width:  100%;
	display:  flex;
	justify-content: center;
}

.hubs-embedded #collection-items .tile.single{
	transition: transform .4s!important;
}

.tile.single:hover{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

@media (min-width: 700px) {
	.uf-resource-container #collection-items{
		width: initial!important;
	}
}


/*** END NEW HOMEPAGE ***/


/*** NEW RETENTION ***/
.retention-page h2{
	margin:  35px 0 10px;
	font-size:  1.5rem;
	line-height:  1.3;
	color:  var(--purple-gray);
}

.retention-page h2 div{
	font-size:  1.7rem;
	line-height:  1.2;
}
.retention-page h2.main-header{
	margin-bottom: 10px;
	font-size:  2rem;
	line-height: 1.2;
}

.retention-page p.sub-header{
	margin:  0 0 10px;
	font-size:  1.3rem;
	line-height:  1.5;
}

img.purchase.img{
	width:  100%;
	max-width:  350px;
}

@media (min-width: 700px) {

	.retention-page .text-image-container{
		margin-top:  60px;
	}


	.retention-page h2.main-header{
		font-size:  3.2rem;
	}

	.retention-page h2{
		margin:  0 0 15px;
		font-size:  2rem;
		line-height:  1.3;
	}

	.retention-page h2 div{
		font-size:  2.2rem;
		line-height:  1.2;
	}

	.retention-page p.sub-header{
		margin:  0 0 10px;
		font-size:  1.8rem;
	}

	img.purchase.img{
		width:  100%;
		max-width:  1000px;
		margin-bottom:  15px;
	}
}

/* MEET THE FOLKS */

.meet-customers-img{
	display: none;
}

.mobile-bill, .mobile-denise{
	width:  80%;
	max-width:  242px;
	margin:  25px auto 25px auto;
}

.meet-customers-info ul.normal-checklist{
	width:  85%;
	padding:  0 0 0 0;
	margin:  0 0 25px 50px;
	list-style:  none;
	font-size:  21px;
}

.meet-customers-info ul li{
	font-weight:  bold;
	padding-bottom:  5px;
}


@media (min-width: 700px) {

	.mobile-bill, .mobile-denise{
		display: none;
	}

	.meet-customers-bg{
		width:  90%;
		margin: 35px auto 0 auto;
		background:  #fff;
	}

	.meet-customers-img{
		margin-bottom:  15px;
		display: flex;
		align-items:  center;
	}

	.meet-customers-img p{
		padding:  0 10px;
		font-size:  3.5rem;
		line-height: 1.1;
		color: var(--main-purple);
		text-align: center;
		font-weight:  900;
	}

	.meet-customers-img div{
		flex-basis:  33%;
	}

	.meet-customers-img div img{
		width:  100%;
		max-width:  250px;
		float:  right;
	}

	.meet-customers-img div img.left{
		float:  left;
	}

	.meet-customers-info{
		margin-bottom: 45px;
		display: flex;
	}

	.meet-customers-info div{
		flex-basis:  50%;
		padding:  0 75px 0;
		margin:  15px 0 25px;
		border-right:  solid 2px #9ad700;
	}

	.meet-customers-info div:last-child{
		border-right:  none;
	}

	.meet-customers-info ul.normal-checklist{
		width:  100%;
		margin-left:  0;
	}
}

@media (min-width: 1000px) {
	.meet-customers-info ul.normal-checklist{
		width:  60%;
		padding:  0 0 0 0;
		margin:  0 0 25px 140px;
		list-style:  none;
		font-size:  21px;

	}

	.meet-customers-info ul li{
		font-weight:  bold;
		padding-bottom:  3px;
	}
}


/* SIDE BY SIDE IMAGES */

.double-image{
	margin:  35px auto;
	display: block;
}

.double-image div img{
	margin-top:  15px;
	margin-bottom:  15px;
	width:  80%;
	max-width: 250px;
}

.double-image div p{
	font-size: 24px;
	font-weight:  bold;
	text-align: center;
	color: var(--purple-gray);
}

@media (min-width: 700px) {
	.double-image{
		width:  55%;
		margin:  35px auto;
		display: flex;
	}

	.double-image div{
		flex-basis: 50%;
		border-right:  solid 2px #9ad700;
	}

	.double-image div:last-child{
		border-right:  none;
	}

	.double-image div img{
		margin-bottom:  15px;
		width:  100%;
		max-width: 250px;
	}

	.double-image div p{
		font-size: 24px;
		font-weight:  bold;
		text-align: center;
		color: var(--purple-gray);
	} 
} 
/*2COL HEADSHOT AND COPY*/

.bps-headshot img{
	width:  80%;
	max-width: 350px;
	margin-bottom:  25px;
}

@media (min-width: 700px) {
	.month3-split{
		display:  flex;
		align-items: center;
	}

	.month3-split div{
		flex-basis:  70%;
	}
	.month3-split div.bps-headshot{
		flex-basis:  22%;
		margin-right:  25px;
	}

	.bps-headshot img{
		width:  100%;
		max-width: 250px;
		margin-top:  7px;
	}
}

/*BPS CALL OUT WITH IMAGE*/

p.bps-call-out{
	margin-top:  15px;
	padding:  0 25px 0 25px;
	display: inline-flex;
	align-items: center;
	font-size:  24px;
	color: var(--purple-gray);
	font-weight: 700;
	line-height: 1.3;
	background: var(--light-gray); 
}

p.bps-call-out span{
	display: contents;
}

.bps-call-out img{
	margin-left:  -15px;
	margin-top: -10px;
	padding-right:  25px;
	display: inline-block;
	box-sizing: content-box;
}

@media (min-width: 700px) {
	p.bps-call-out{
		margin-top:  25px;
		padding:  0 25px 0 0;
		display: inline-flex;
		align-items: center;
		font-size:  24px;
		color: var(--purple-gray);
		font-weight: 700;
		background: var(--light-gray); 
	}

	.bps-call-out img{
		padding-right:  5px;
		margin-left:  -15px;
		margin-top: -10px;
		display: inline;
	}
}

/*TWO COL LIST*/

.twocol-list{
	margin: 25px auto 25px;
	width:  98%;
	display:  block;
}

.retention-page .normal-checklist{
	margin-top:  0;
}

.retention-page .normal-checklist li{
	padding-bottom:  10px;
	color:  var(--light-purple);
	line-height: 1.5;
}

@media (min-width: 800px) {
	.twocol-list{
		margin: 15px auto 25px;
		width:  80%;
		display:  flex;
	}

	.twocol-list div{
		flex-basis: 50%
	}

	.retention-page .normal-checklist{
		margin-top:  25px;
		padding-right:  10px
	}

	.retention-page .normal-checklist li{
		color:  var(--light-purple);
		padding-bottom:  13px;
	}

}

/*** END NEW RETENTION ***/


/*** NEW WORK THE DRIVE ***/

.work-the-drive-v2 h2{
	margin:  0 0 20px;
	font-size:  2rem;
	color:  var(--purple-gray);
}

.work-the-drive-v2 h2.main-header{
	margin:  0 0 25px;
	font-size:  2rem;
}

@media (min-width: 700px) {
	.work-the-drive-v2 h2{
		margin:  0 0 20px;
		font-size:  3.2rem;
	}

	.work-the-drive-v2 h2.main-header{
		margin:  0 0 55px;
		font-size:  3.2rem;
		color:  var(--purple-gray);
	}
}

.text-image .bps{
	margin-top:  15px;
	color:  var(--purple-gray);
	font-weight:  900;
}

.bps-arrow{
	display: inline-block;
	width:  24px;
	margin-left: 15px;
}

@media (max-width: 700px) {
	.text-image p.bps{
		font-size:  17px;
	}

	.bps-arrow{
		display:  none;
	}
}

/*** END WORK THE DRIVE ***/

.header-margin{
	margin-top:  35px;
}

@media (min-width: 700px) {
	.header-margin{
		margin-top:  65px;
	}
}

.paragraph-text{
	font-size:  21px;
	line-height: 34px;
	margin-bottom:  10px;
}

ul.large-checklist{
	margin-left:  15px;
	font-size:  1.4rem;
	line-height: 1.6;
}

ul.large-checklist li{
	padding-left:  1px;
	padding-bottom:  2px;
	list-style-image: url('../png/list-dots_vghsip_r0k7k7.png');
	color:  var(--light-purple);
	font-weight: 300;
	line-height: 1.2;
}

ul.normal-checklist{
	margin-left:  35px;
	display: inline-grid;
}

ul.normal-checklist li{
	padding-left:  4px;
	padding-bottom:  10px;
	list-style-image: url('../png/check_invzil_ccbu6w.png');
	font-size:  21px;
	font-weight:  bold;
	text-align:  left;
}

ul.checked {
	margin-bottom: 35px;
	margin-left:  50px;
	display: inline-grid;
}

ul.checked li{
	padding-left:  4px;
	padding-bottom:  10px;
	list-style-image: url('../png/check_invzil_ccbu6w.png');
	font-size:  21px;
	text-align:  left;
}

ul.green-bullet li{
	list-style-image: url('../png/green-bullet_erxmu7.png');

}


@media (max-width: 700px) {
	ul.checked {
		margin-left:  20px;
	}
}


@media (min-width: 700px) {

	ul.large-checklist{
		xwidth: 85%;
		margin-left: 35px;
		font-size:  1.1rem;
		line-height: 1.4;
	}


	ul.normal-checklist{
		margin-top: 25px;
		font-size:  24px;
	}

	ul.normal-checklist li{
		padding-left:  4px;
	}
}

@media screen 
and (min-width: 700px) 
and (max-width: 1300px){
	ul.large-checklist{
		margin-left:  45px;
		font-size:  1.5rem;
		line-height: 1.4;
	}
}


/** split-text-image **/

.text-image-container{
	margin-top:  25px;
}

.text-image-intro{
	margin-bottom:  15px;
}

.text-image{
	margin-bottom:  30px;
}

.text-image h3{
	margin-bottom:  8px;
	font-size:  23px;
	line-height: 1.5;
	color:  var(--main-purple);
	text-transform:  uppercase;
}

.text-image p{
	font-size:  21px;
	line-height: 34px;
	margin-bottom:  12px;
}

.text-image-img{
	flex-basis:  50%;
}

.text-image-img img{
	width:  100%;
}

@media (max-width: 550px) {
	.text-image-img img{
		width:  85%;
		margin:  0 auto;
	}

	.text-image{
		display: grid;
	}

	.text-image-img{
		margin-top:  15px;
		margin-bottom:  20px;
		order: 0;
	}

	.text-image-txt{
		order:  1;
	}
}

.text-image-txt{
	padding:  25px 25px 0 0;
	flex-basis:  50%;
}

@media (min-width: 700px) {

	.text-image-container{
		margin-top:  75px;
	}

	.text-image{
		margin-bottom:  45px;
		display: flex;
	}

	.text-image-img img{
		width:  100%;
		max-width:  550px;
		margin-right:  55px;
	}

	.text-image-img img.left-align{
		margin-left:  35px;
	}
}

/** end split-text-image **/


/*** EVENTS ***/


.events-page .basic-title{
	margin-bottom: 0;
}

.events-page .basic-title p{
	width: 100%;
	margin-bottom: 15px;
	font-size: 1.3rem;
}



.events-page-top{
	padding-top:  65px;
}

.event-featured-container{
	width: 95%;
	margin:  15px auto 35px;
	font-size:  1.3rem;
}

.events-page .basic-title h2 {
	text-align: center;
}


@media (min-width: 1000px) {

	.events-page .basic-title h2 {
		margin-bottom: 15px;
		font-size: 1.9rem;
		font-weight: 600;
	}


	.event-featured-container{
		width: 85%;
	}
}

.future-event p{
	margin-bottom: 15px;
}

@media (min-width: 1601px) {
	.event-featured-container{
		width:  90%;
		margin:  0 auto 35px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1600px) {
	.event-featured-container{
		width:  85%;
		margin:  55px auto 35px;
	}
}

.event-featured-container h1{
	margin-bottom:  25px;
	font-size:  1.1rem;
	line-height: 1.5;
	color:  var(--main-purple);
	font-weight:  500;
}

@media (min-width: 1000px) {
	.event-featured-container h1{
		margin-bottom:  35px;
		font-size:  1.5rem;
		line-height: 1.3;
		font-weight: 700;
	}
}


.event-featured-logos{
	display: block;
	width: 100%
	max-width:  300px;
	margin-bottom:  25px;
}

.event-featured-eyebrow{
	margin-bottom:  3px;
	font-size: 1rem;
	color:  #f78f20;
	display: block;
}

@media (min-width: 1000px) {
	.event-featured-eyebrow{
		font-size: .9rem;
		font-weight: 600;
	}
}

.event-featured-title{
	display: inline-block;
	margin-bottom:  5px;
}

.event-featured-title h2{
	margin-bottom:  2px;
	font-size:  2.1rem;
	line-height: 1.3;
	color:  var(--main-purple);
	font-weight:  700;
}

.event-featured-headshot-container-background h5{
	margin-bottom: 25px;
	font-size: 1.8rem;
	color: #fff;
}

@media only screen and (min-width: 1000px) and (max-width: 1600px) {
	.event-featured-title h2{
		font-size:  2.8rem;
	}
}

@media (min-width: 1600px) {
	.event-featured-title h2{
		font-size:  2rem;
		line-height: 1.3;
	}
}



.event-featured-description{
	margin-bottom: 15px;
	font-size: 1.3rem;
	line-height: 1.6;
}


.event-featured-date{
	margin: 0 auto 0;
	padding: 0 0 15px;
	font-size:  1.1rem;
	font-weight: 600;
	color:  var(--main-purple);
}

@media (min-width: 1000px){
	.event-featured-date{
		font-size:  1.3rem;
	}
}

.event-featured-headshot-container-background{
	width:  100%;
	margin:  0 auto;
}

@media (min-width: 1000px){

	.event-featured-headshot-container{
		width:  97%;
	}
	.event-featured-headshot-container-background-pad{
		padding-left:  85px;
	}
}

.event-featured-headshot-container-background div{
	flex-basis: 50%;
	margin-bottom: 15px;
}

.event-featured-headshot-container{
	width:  99%;
	padding:  20px 0 20px 0;
	margin:  0 0 55px;
	background: var(--main-purple);
	background: url(../png/cars_tdxwby.png)-420px 0 no-repeat;
	background-size: cover;
	text-align:  left;
	border-radius: 6px;
}

@media only screen and (min-width: 1000px) and (max-width: 1600px) {
	.event-featured-headshot-container{
		width:  100%;
		padding:  15px 0;
	}
}

@media (min-width: 1601px){
	.event-featured-headshot-container{
		width:  83%;
		padding:  30px 20px 30px 40px;
	}
}

.event-side-button{
	display: grid;
	place-items: center;
}

.event-featured-headshot-container img{
	width:  100%;
	max-width:  150px;
	display:  block;
	
}
@media (min-width: 1000px){
	.event-featured-headshot-container img{
		max-width:  125px;
		float:  left;
	}
}

.event-featured-headshot-container p{
	padding-top:  10px;
	padding-bottom:  20px;
	padding-left:  0px;
	font-size:  17px;
	line-height: 1.3;
	color: #fff;
	text-align: center;
}

.event-featured-headshot-container p span{
	font-size:  15px;
}

p.event-title{
	margin-bottom:  5px;
	font-size:  1.5rem;
	font-weight: 700;
	color: var(--main-purple);
}

@media (min-width: 1000px){
	.event-featured-headshot-container p{
		width: 66%;
		padding-top:  25px;
		padding-left:  15px;
		float:  left;
		text-align: left;
		color: #fff;
	}

	.future-event{
		margin-inline: auto;
		padding:  0 45px 0 45px;
	}

	p.event-title{
		margin-bottom:  5px;
		font-size:  2rem;
		font-weight: 700;
		color: var(--main-purple);
	}
}

.future-event-container{
	max-width: 1600px;
	flex-wrap: wrap;
	font-size:  1.3rem;
}

.future-event-title-container{
	display:  inline-block;

}

.future-event-eyebrow{
	margin-top: 25px;
	font-size:  .9rem;
	color:  #f78f20;
	font-weight:  600;
	display: block;
}

.future-event{
	flex-basis: 50%;
	margin: 0 0 45px;
	padding:  0 15px 0 0;
}

/*.future-event:nth-child(even){
	border:  none;
}*/




.event-description{
	margin-top:  10px;
	margin-bottom: 5px;
}

.event-date{
	margin-bottom:  15px;
	color:  var(--main-purple);
	font-weight: 600;
}

.event-bottom-line{
	width:  90%;
	margin:  55px auto 45px;
	height: 1px;
	border: none;
	border-top: solid 1px #bbb;
}

.future-event .btn{
	margin-top: 20px;
	color: #fff;
}

/*** END EVENTS ***/

/*** NADASHOW ***/

.nadalogo{
	width: 90%;
	min-width: 275px;
	margin-inline: auto;
	margin-bottom: 35px;
	display: block;
}

.nadashow-hero{
	padding-top: 75px;
	background: url(../png/vegas-bg2_cp1wgx.png) 0 0 no-repeat;
	background-size: cover;
	border-bottom: solid 4px var(--main-purple);
}

.nadashow-hero-text{
	padding-right: 5px;
}

.nadashow-hero-form form{
	margin-bottom: 15px;
}

.nadashow-hero-form form label{
	padding-bottom: 2px;
	font-size: 1rem;
	color: #fff;
}

.nadashow-hero h1{
	margin-bottom: 25px;
	font-size: 2.1rem;
	font-weight: 700;
	color: #fff;
}

.nadashow-hero h2{
	margin-bottom: 25px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1.2px;
}

.nadashow-hero p, .nadashow-hero ul{
	margin-bottom: 25px;
	font-size: 20px;
	color: #fff;
}

.nadashow-hero h1 span, .nadashow-hero h2 span{
	color: var(--main-orange);
}

.nadashow-hero ul{
	width: 90%;
	margin-left: 35px;
}

.nadashow-hero ul li{
	padding: 0 10px 15px 0;
	list-style-image: url(../png/green-arrow_xp6mc8.png);
}

.nadashow-hero ul li span{
	color: var(--main-orange);
	font-weight: 500;
	letter-spacing: 1.2px;
}

.nadashow-cards-container{
	margin-top: 35px;
	margin-bottom: 35px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.nadashow-card{
	padding: 35px;
	background: #fff;
	border: solid 1px #aaa;
	border-radius: 8px;
	position: relative;
	text-align: center;
}

.nadashow-card h2{
	margin-bottom: 5px;
	font-size: 95px;
	font-weight: 800;
	color: var(--main-orange);
}

.nadashow-card h3{
	margin-bottom: 18px;
	font-size: 27px;
	color: var(--main-purple);
	text-transform: uppercase;
}

.nadashow-card p{
	margin-bottom: 35px;
	font-size: 24px;
	color: var(--main-purple);
}

.nadashow-card img.card-icon{
	max-width: 100px;
	margin-inline-start: 0;
	margin-bottom: 35px;
	display: block;
}

.nadashow-card .cta{
	max-width: 55px;
	margin-inline-end: 0;
	display: block;
	position: absolute;
	right: 25px;
	bottom: 25px;
}

.nadashow-video h4, .nada-styles h4{
	margin-bottom: 20px;;
	font-size: 1.5rem;
	font-weight: 900;
	color: var(--main-purple);
	text-align: center;
}

.nadashow-hero-form form .form-element-layout{
	padding: 0 0 10px;
}

.nadashow-hero-form form{
	width: 95%;
	margin-inline: auto;
}

.nadashow-hero-form form .submit-button-style{
	width: 225px;
	margin-inline: auto;
	margin-top: 10px;
	padding: 10px 15px;
	background-color: #f48d38;
	color: #fff;
	border-radius: 35px;
	display: block;
}

.nadashow-hero-form form .elq-form button, .elq-form input, .elq-form select, .elq-form textarea{
	padding: 3px 10px 3px;
	min-height: 40px;
	border: none;
	border-radius: 4px;
}

.nada-ads{
	margin: 0 auto 25px;
}

.nada-ads div{
	width: 100%;
	margin-bottom: 15px;
} 

.nada-ads div img{
	border: solid 1px #aaa;
}

@media (min-width: 1000px){
	.nadalogo{
		max-width: 460px;
		margin-inline-start: 0;
		margin-bottom: 35px;
	}

	.nadashow-hero{
		padding-top: 150px;
	}

	.nadashow-hero-container{
		display: flex;
	}

	.nadashow-hero-text{
		flex-basis: 70%;
		padding-right: 35px;
	}

	.nadashow-hero-form{
		flex-basis: 30%;
	}

	.nadashow-hero h1{
		margin-bottom: 5px;
		font-size: 38px;
	}

	.nadashow-hero h2{
		margin-bottom: 25px;
		font-size: 30px;
	}

	.nadashow-hero h1 span, .nadashow-hero h2 span{
		color: var(--main-orange);
	}

	.nadashow-hero p, .nadashow-hero ul{
		margin-bottom: 30px;
		font-size: 24px;
	}

	.nadashow-hero ul{
		width: 100%;
		margin-left: 30px;
		margin-bottom: 75px;
	}

	.nada-ads{
		justify-content: center;
		gap: 25px;
	}

	.nada-ads div{
		width: auto;
	} 

	.nada-ads div img{
		border: solid 1px #aaa;
	}

	.nadashow-cards-container{
		display: flex;
		width: 95%;
		margin-bottom: 65px;
		margin-inline: auto;
		justify-content: center;
		flex-direction: row;
		gap: 25px;
	}

	.nadashow-card{
		flex-basis: 30%;
		padding: 35px 55px 25px;
		background: #fff;
		border: solid 1px #aaa;
		border-radius: 8px;
		transition: transform .4s;
		position: relative;
	}

	.nadashow-card:hover{
		-webkit-transform: scale(1.03);
		-ms-transform: scale(1.03);
		transform: scale(1.03);
		-webkit-backface-visibility: hidden;
		cursor: pointer;
	}

	.nadashow-video{
		max-width: 75%;
		margin-inline: auto;
		text-align: center;
	}

	.nadashow-video h4, .nada-styles h4{
		margin-bottom: 20px;
		font-size: 50px;
		font-weight: 900;
	}

	.nadashow-hero-form form{
		width: 75%;
		margin-inline: auto;
		margin-top: 35px;
	}
}



/*** END NADASHOW ***/


/*** YOU TUBE VIDEO WITH THUMBNAILS ***/

.embed__conttainer {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed__container {
	position: relative;
	padding-bottom: 56%;
	width: 100%;
	text-align: left;
	background-color: #000000;
}

.embed__container iframe {
	width: 100%;
	position: absolute;
	height: 100%;
	overflow: hidden;
}

#player {
	width: 100%;
}




.video-thumb:not(.active):hover:before {
	background: rgba(247, 148, 30, 0.30);
}

.video-thumb:after {
	content: "\f144";
	font-family: "Font Awesome 5 Free";
	top: 50%;
	left: 50%;
	margin: -0.458em 0 0 -0.500em;
	color: rgba(255, 255, 255, 0);
	font-size: 2em;
	line-height: 1;
	position: absolute;
	font-weight: 900;
}

.video-thumb.active:after {
	color: rgba(255, 255, 255, 1);
}



#player .ytp-expand-pause-overlay .ytp-pause-overlay {
	display: none !important;
}

#playerWrap {
	display: inline-block;
	position: relative;
}

#playerWrap.shown::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	cursor: pointer;
	background-color: black;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 64px 64px;
	background-image: url(../png/green-arrow_xp6mc8.png);
}

.loading__text__player {
	left: 50%;
	top: 50%
}



/*** END YOU TUBE VIDEO WITH THUMBNAILS ***/



/*** INTEGRATIONS PAGE ***/

.featured-integrations, .other-integrations{
	gap: 15px 15px;
	margin-inline: auto;
	margin-bottom: 105px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.other-integrations{
	flex-direction: row;
}

.featured-integrations div{
	width: 100%;
	padding: 15px 15px 5px;
	text-align: center;
}

.other-integrations div{
	width: 45%;
	padding: 15px 15px 5px;
}

.featured-integrations p{
	margin-bottom: 0;
}


.featured-integrations figure, .other-integrations figure{
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.other-integrations figure{
	padding-bottom: 0;
}

.featured-integrations div img{
	width: 175px;
	margin: 0;
	display: inline-block;
	align-self: flex-end;
}
.featured-integrations div img.round{
	width: 125px;
}

.other-integrations div img{
	width: 100%;
	margin: 0;
	max-width: 225px;
	display: block;
}


.featured-integrations div span{
	display: block;
	margin-bottom: 7px;
	font-size: 120%;
	font-weight: bold;
}

.gray-background-text{
	padding: 25px;
	margin-bottom: 35px;
	text-align: center;
	background-color: var(--light-purple);
}

.gray-background-text h3{
	margin: 0 0 15px;
	font-size: 1.8rem;
	font-weight: 800;
}

.gray-background-text p{
	width: 100%;
	margin: 0 auto;
}

.integrations h5{
	margin: 0 0 25px;
	font-size: 22px;
	color: var(--main-purple);
	font-weight: 800;
}

@media (min-width: 600px) {

	.gray-background-text{
		padding: 45px;
		margin-bottom: 55px;
	}
	.gray-background-text p{
		width: 85%;
		margin: 0 auto;
	}

	.integrations h5{
		font-size: 30px;
	}

	.featured-integrations, .other-integrations{
		flex-direction: row;
	}

	.featured-integrations p{
		padding: 0;
	}

	.featured-integrations div, .other-integrations div	{
		width: 24%;
		text-align: left;
	}

	.featured-integrations figure{
		height: 175px;
		padding-bottom: 20px;
		margin: 0;
		justify-content: left;
	}

	.featured-integrations div img{
		
	}
}
/*** END INTEGRATIONS PAGE ***/

/*** DIGITAL AUDIENCES PAGE ***/

.digital-audience-cards-container{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 15px 30px;
	color: #fff;
	font-size: 1.3rem; 
}

.digital-audience-cards-container div{
	width: 100%;
	min-height: 300px;
	padding: 0 40px;
	text-align: center;
	border-radius: 8px;
	transition: transform .4s;
	cursor: pointer;
}

.digital-audience-cards-container div:hover{
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-backface-visibility: hidden;
}

.digital-audience-cards-container div img{
	width: 100%;
	min-width: 100px;
	max-width: 130px;
	display: block;
	margin: 0 auto 25px;
}



@media (min-width: 700px) {

	.digital-audience-cards-container{
		width: 75%;
		margin: 0 auto 45px;
		flex-direction: row;
	}

	.digital-audience-cards-container div{
		width: 33%;
	}
}


/*** END DIGITAL AUDIENCES PAGE ***/



/*** START RECALL CONNECT PAGE ***/

.recall-connect-cards-container{
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 15px;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.4;
}

.recall-connect-cards-container div{
	width: 100%;
	min-height: 300px;
	padding: 0 40px;
	text-align: center;
	background: #2f1655;
	border-radius: 8px;
	transition: transform .4s;
	cursor: pointer;
}

.recall-connect-cards-container div:hover{
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-backface-visibility: hidden;
}

.recall-connect-cards-container div img{
	width: 100%;
	min-width: 100px;
	max-width: 125px;
	display: block;
	margin: 25px auto 15px;
}

@media (min-width: 700px) {

	.recall-connect-cards-container{
		width: 70%;
		margin: 0 auto 45px;
		flex-direction: row;
	}

	.recall-connect-cards-container div{
		width: 33%;
		min-width: 250px;
	}
}

/*** END RECALL CONNECT PAGE ***/

/*** CALL OUT STRIP ***/

section.call-out-strip-container{
	margin: 0 0 55px;
	padding: 45px 0;
	background:  var(--light-gray);
}

div.call-out-strip{
	display: flex;
	width: 85%;
	margin: 0 auto;
}

div.call-out-strip-image{
	width: 20%;
	align-self: flex-start;
}

div.call-out-strip-text{
	width: 80%;
	padding: 0 25px;
}

div.call-out-strip-text p{
	font-size: 1.4rem;
}

@media (min-width: 700px) {

	div.call-out-strip{
		width: 75%;
	}

	div.call-out-strip-image{
		width: 12%;
	}

	div.call-out-strip-text{
		width: 88%;
		padding: 0 0 0 15px;

	}
}

/*** SHARED  ***/

.solutions-header{
	margin-bottom: 35px;
}

.solutions-header h2{
	margin: 0 0 10px;
	font-size: clamp(1.8rem, 2.5vw, 2.6rem);
	color: var(--purple-gray);
}

@media (min-width: 700px) {
	.solutions-header .subheader{
		max-width: 87%;
		margin: 0 auto;
		font-size: 1.3rem;
	}
}

.rotating-text-image-container{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 15px;
	color: #111;
	font-size: 1.2rem;
}

.rotating-text-image-container div{
	padding: 15px 15px 0 15px;
}

.rotating-text-image-container-text p.section-header{
	margin-bottom: 5px;
	font-size: 1.5rem;
	line-height: 1.3;
	color: var(--purple-gray);
	font-weight: 800;
}

.rotating-text-image-container-text p{
	margin-bottom: 15px;
}

.rotating-text-image-container div img{
	width: 100%;
}

.flex-vertical-align{
	align-self: center;
}

.flex-order{
	order: 1;
}


@media (min-width: 700px) {

	.rotating-text-image-container{
		width: 85%;
		margin: 0 auto 35px;
		flex-direction: row;
	}

	.rotating-text-image-container div{
		padding: 15px;
	}

	.rotating-text-image-container div img{
		width: 87%;
	}

	div.rotating-text-image-container-text{
		width: 60%;
	}

	div.rotating-text-image-container-image{
		width: 40%;
	}

	.rotating-text-image-container-text p.section-header{
		margin-bottom: 10px;
		font-size: 1.8rem;
		color: var(--purple-gray);
		font-weight: 800;
	}

	p.rotating-text-image-subheader{
		width: 85%;
		font-size: 105%;
		line-height: 1.5;
	}

	.flex-order{
		order: 0;
	}
}


/* FULL WIDTH QUOTE */

.full-width-quote p{
	margin-bottom: 10px;
	font-size: 1.4rem!important;
}


/* ARROW AD  */

.arrow-callout{
	display: block;
	margin: 0 auto;
	background-color: #290c54;
}

.arrow-callout-left{
	width: 100%;
	padding: 25px;
	box-sizing: border-box;
}

.arrow-callout-left p{
	margin: 0 0 2px;
	font-size: 1.3rem;
	line-height: 1.5;
	color: #fff;
}

.arrow-callout-left h3{
	margin: 0 0 3px;
	font-size: 2rem;
	line-height: 1.4;
	color: #f48d38;
}


.arrow-callout-right{
	width: 100%;
	padding: 0 25px 0 25px;
	background-color: #290c54;
	box-sizing: border-box;
}

.arrow-callout-right p{
	margin: 0 0 18px;
	font-size: 1.7rem;
	text-align: center;
	color: #290c54;
	line-height: 1.3;
}

.arrow-callout img{
	width: 75px;
	margin: 0 0 5px;
}

.arrow-callout-right img{
	width: 93%;
	margin: 0;
}

@media (min-width: 900px) {
	.arrow-callout{
		display: flex;
		background-color: #290c54;
		padding: 2px;
		border-radius: 4px;
	}

	.arrow-callout-left{
		flex-basis: 44%;
		padding: 40px 25px 25px 40px;
		x-webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
		xclip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
	}

	.arrow-callout-right{
		flex-basis: 56%;
		align-self: flex-end;
		padding: 25px 40px 0 45px;
		background-color: #290c54;
	}
}

/* LEADERSHIP TEAM */




		.team-ad-grid{
			width: 100%;
			padding: 35px 15px;
			display: grid;
			grid-template-areas: 
				'text'
				'one'
				'two'
				'three';
			background: #290c54;
			font-size: 1.5rem;
			color: #fff;
			font-family: sans-serif;
		}

		.team-ad-text-intro{
			margin-bottom: 25px;
			align-self: center;
			text-align: center;
		}

		.team-ad-text-intro h3{
			margin-bottom: 5px;
			font-size: clamp(2.2rem, 2.4vw, 2.5rem);
			font-weight: 700;
			line-height: 1.3;
			color: #fff;
		}

		.team-ad-text-intro p{
			margin-bottom: 35px;
			font-size: 1.6rem;
			line-height: 1.5;
		}

		.team-ad-team-member{
			padding: 25px;
			text-align: center;
			xborder: solid 1px red;
		}

		.team-ad-team-member img{
			width: 100%;
			max-width: 250px;
			margin-bottom: 15px;
		}

		.team-ad-team-member h4{
			margin-bottom: 5px;
			font-size: 1.5rem;
			font-weight: 700;
		}

		.team-ad-team-member p{
			font-size: 1.2rem;
			line-height: 1.4;
		}

		.team-ad-text-intro:nth-child(1){
			grid-area: text;
		}
		.team-ad-team-member:nth-child(2){
			grid-area: one;
		}
		.team-ad-team-member:nth-child(3){
			grid-area: two;
		}
		.team-ad-team-member:nth-child(4){
			grid-area: three;
		}


		@media(min-width: 1000px){
		.team-ad-grid{
			padding: 25px 10%;
			grid-template-columns: 21% 21% repeat(3, 19%);
			grid-template-areas: 
			'text text one two three'
		}


		.grid-col-span-2{
			grid-column: span 2;
		}

		.team-ad-text-intro{
			text-align: left;
		}


		.team-ad-text-intro{
			margin-bottom: 0;
			align-self: center;
		}

			}


			.youtubeVideo iframe{
				display: inline;
			}

			.privacy-policy p{
				margin-bottom: 15px;
				margin-top: 15px;
			}


.signup-wrapper .mktoLabel {
	width: fit-content!important;
	color: #fff;
	margin-bottom: 5px;
}