<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.page-seperator{
	color: white;
	text-align: center;
	padding: 50px 0;
}

.long-splash-message{
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto-Thin', sans-serif;
	font-size: 1.5em;
	letter-spacing: 2px;
}

@media (max-width: 479px){ /*General mobile*/
	.page-seperator{
		padding: 20px 0;
	}
	
	.long-splash-message{
		font-size: 1.0em;
	}
}

@media (min-width: 1080px) { /* Desktop and other large screens only */
	
	/*
	Below added May 2023
	*/
	#content.alt{
		margin-top: 60px;
	}
	
	#content.alt.V2{
		margin-top: 50px;
	}
	
	.freepage-header-left.alt{
		margin-top: 40px;
	}
	
	.freepage-header-right.alt .hype-block-smaller{
		margin-top:300px;
	}
	
	.hype-block-smaller-upper.alt .hype-block-smaller-topline, .hype-block-smaller-upper.alt .hype-block-smaller-bottomline{
		font-size: 5em;
	}
	
	.hype-block-smaller-upper.alt .hype-block-smaller-tagline{
		font-size: 2.5em;
	}
	
	.V2 .hype-block-smaller-upper.alt .hype-block-smaller-topline, .hype-block-smaller-upper.alt .hype-block-smaller-bottomline{
		font-size: 7.5em;
	}
	
	.hype-block-smaller-upper.alt .hype-block-smaller-tagline.hype-block-smaller-taglineTop{
		font-size: 3.5em;
	}
	
	.hype-block-smaller-upper.alt .hype-block-smaller-tagline.hype-block-smaller-taglineBottom{
		font-size: 4.2em;
	}
}

.header-logo{
	/*
	background-image: url('../images/nav-logo-dkbg-3.png');
	background-size: 280px auto;
	*/
	
	background-image: url('../images/AM_Horizontal_DarkBkg.png');
	background-size: 260px auto;
	
	background-repeat: no-repeat;
	
	width: 300px;
	height: 30px;
	position: absolute;
	top: 47px;
	left: 0px;
	z-index: 1;
}

@media (max-width: 479px){ /*General Mobile*/
	.header-logo{
		background-size: 65vw auto;
		top: 20px;
		left: 20px;
	}
}

.splash-text{
	text-align: left;
	line-height: 1;
	color: white;
	margin-top: 125px;
}


.splash-text div:first-child{
	font-size: 3.85em;
	font-family: 'Roboto-Thin', sans-serif;
	text-transform: uppercase;
}

.splash-text div:first-child{
	margin-top: -6px;
}

.splash-text div:nth-child(2){
	font-size: 6.45em;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	margin: -12px 0px 0px 72px;
	font-weight: bold;
}


.above-splash-image{
	z-index: 1;
	position: relative;
}


@media (max-width: 411px) and (max-height: 823px){ /*iphoneX and pixel 2 xl*/
	.above-splash-image{
		margin-top: 37vh;
	}
}


@media (max-width: 412px) and (max-height: 915px){ /*iPhone12 Pro and Galaxy S20*/
	.above-splash-image{
		margin-top: 33vh;
	}
}

@media (max-width: 413px) and (max-height: 1000px){ /*Galaxy S23*/
	.above-splash-image{
		margin-top: 33vh;
	}
}

@media (max-width: 479px) and (max-height: 736px){ /*General Mobile*/
	.above-splash-image{
		margin-top: 40vh;
	}
}


.free_splash_image_container{
	width: 75%;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: -16.5%;
	z-index: 0;
	
	/*background: linear-gradient(to right, white, transparent 90%);*/
}
.free_splash_image_containerV2{
	width: 120%;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: -40.5%;
	z-index: 0;
	
	/*background: linear-gradient(to right, white, transparent 90%);*/
}

.free_splash_image_containerV2 img{
	width: 100%;
}

@media (max-width: 479px){ /*General Mobile*/
	.free_splash_image_container {
		width: 130vw;
		right: -50%;
	}
}

.free_splash_image_container img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.free_splash_image_container:after{
	content:'';
    top: 0;
    right: 0;
	height: 100%;
	width: 100%;
    z-index: 1;
    display: block;
    position: absolute; /* FF3.6-15 */
	background: rgb(0,0,0);
	/* Note: There are two gradient backgrounds defined for each first is the left/right edge fade, then the bottom fade */
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6277109621451105) 6%, rgba(0,0,0,0) 14%, rgba(0,0,0,0) 83%, rgba(0,0,0,0.6750295741324921) 91%, rgba(0,0,0,1) 100%), -webkit-linear-gradient(rgba(0,0,0,0) 80%, rgba(0,0,0,0.6750295741324921) 94%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6277109621451105) 6%, rgba(0,0,0,0) 14%, rgba(0,0,0,0) 83%, rgba(0,0,0,0.6750295741324921) 91%, rgba(0,0,0,1) 100%), -o-linear-gradient(rgba(0,0,0,0) 80%, rgba(0,0,0,0.6750295741324921) 94%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6277109621451105) 6%, rgba(0,0,0,0) 14%, rgba(0,0,0,0) 83%, rgba(0,0,0,0.6750295741324921) 91%, rgba(0,0,0,1) 100%), linear-gradient(180deg, rgba(0,0,0,0) 75%, rgba(0,0,0,0.6750295741324921) 90%, rgba(0,0,0,1) 100%), linear-gradient(rgba(0,0,0,0) 80%, rgba(0,0,0,0.6750295741324921) 94%, rgba(0,0,0,1) 100%);
}


@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 2) { /*iphone XR*/
	
		.V2 #freepage-header{
			height: 280px;
		}
}

@media only screen 
        and (device-width: 430px) 
        and (device-height: 932px) 
        and (-webkit-device-pixel-ratio: 3) { /*iphone 14 pro max*/
		
		.V2 #freepage-header{
			height: 280px;
		}
}

.freepage-header-left, .freepage-header-right{
	float: left;
	display: inline;
	width: 50%;
}

.V2 .freepage-header-right{
	width: 70%;
}

@media (max-width: 479px){ /*General Mobile*/
	.freepage-header-left{
		width: 100%;
		float: none;
		display: block;
	}
	
	.freepage-header-right {
		position: absolute;
		top: -45vw;
		left: 0px;
		width: 100%;
	}
	
	.V2 .freepage-header-right {
		top: -300px;
		position: absolute;
		left: 0px;
		width: 100%;
	}
}


@media (max-width: 411px) and (max-height: 823px){ /*iphoneX and pixel 2 xl*/
	.freepage-header-right {
		top: -40vw;
	}
	
	.V2 .freepage-header-right {
		top: -300px;
	}
}


@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 2) { /*iphone XR*/
	
	.V2 .freepage-header-right {
		top: 0px;
	}
}

@media only screen 
        and (device-width: 430px) 
        and (device-height: 932px) 
        and (-webkit-device-pixel-ratio: 3) { /*iphone 14 pro max*/
	.V2 .freepage-header-right {
		top: 0px;
	}
}

@media only screen 
        and (device-width: 360px) 
        and (device-height: 740px) { /*samsung galaxy s8+*/
	.V2 .freepage-header-right {
		top: -280px;
	}
}


.free-form-container{
	margin-top: 20px;
	margin-left: 78px; /*Align with .splash-text div:nth-child(2)*/
	width: 382px;
	background-color: white;
}

.V2 .free-form-container{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	width: 382px;
	background-color: white;
}


@media (max-width: 479px){ /*General Mobile*/
	.free-form-container{
		margin-top: 0px;
		margin-left: 0px;
		width: 100%;
	}
}

.formerror{
	border: red solid 1px !important;
}

.free-form-container-heading{
	color: black;
	font-family: 'Roboto-Light', sans-serif;
	padding-left: 0.5em;
	line-height: 46px;
	height: 46px;
	font-size: 1.875em;
	background: rgb(245,65,35);
	background: -webkit-linear-gradient(left,  0%, rgba(254,203,3,1) rgba(245,65,35,1) 80%);
	background: -o-linear-gradient(left, rgba(254,203,3,1) 0%, rgba(245,65,35,1) 80%);
	background: linear-gradient(to right, rgba(254,203,3,1) 0%, rgba(245,65,35,1) 80%);
}

@media (max-width: 479px){ /*General Mobile*/
	.free-form-container-heading{
		text-align: center;
		padding-left: 0px;
	}
}

@media (max-width: 320px){ /*iphone 5*/
	.free-form-container-heading{
		font-size: 1.5em;
	}
}

.featherlight-content #getstarted-3rdPartyLoginSelectAccountType-signupform-form{
	width: 400px;
}

@media (max-width: 400px){
	.featherlight-content #getstarted-3rdPartyLoginSelectAccountType-signupform-form{
		width: 100vw;
	}
}

.free-from-container-heading-free{
	text-transform: uppercase;
	font-family: 'Roboto-Black', sans-serif;
}

.free-form-container-social-media-loginbuttons ul{
	-webkit-padding-start: 0px !important;
	list-style-type: none;
	margin-top: 16px;
	width: 100%;
	min-height: 36px;
}

.free-form-container-social-media-loginbuttons li{
	float: left;
	display: inline;
	width: calc(50% - 18px);
	margin-left: 12px;
	padding-left: 12px;
	line-height: 36px;
	height: 36px;
	font-size: 0.585em;
	position: relative;
}

.free-form-container-social-media-loginbuttons li div:nth-child(2){
	position: absolute;
	left: 45px;
	top: 0px;
}

.free-form-container-signupform{
	margin: 8px 12px 12px 12px;
	width: calc(100% - 24px);
	border-top: thin solid #eee;
	padding-bottom: 12px;
}


.free-form-container-signupform form{
	width: 100%;
	color: black;
}

.free-form-column-left, .free-form-column-right{
	width: 50%;
	float: left;
	display: inline;
}

.free-form-column-right{
	padding-left: 12px;
}

.free-form-container input, .free-form-container select{
	background-color: #e6e6e6;
	border-color: #e6e6e6;
	color: black;
	height: 36px;
	width: 100%;
	margin-top: 8px;
	font-size: 12px;
	padding-left: 8px;
}

.free-form-container input{
	border: none;
}

.free-from-role-section-title{
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 3px;
	color: black;
}

.free-form-role-buttons{
	-webkit-padding-start: 0px !important;
	list-style-type: none;
	width: 100%;
	display: inline-block;
}

.free-form-role-buttons li{
	font-family: 'Roboto', sans-serif;
	width: calc(25% - 6px);
	display: inline;
	position: relative;
	float: left;
	margin-left: 8px;
	font-size: 11px;
	text-align: center;
}

.free-form-role-buttons li img{
	height: 55%;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.free-form-role-buttons li:first-child{
	margin-left: 0px;
}

.free-form-role-button-container-border{
}

.free-form-role-button-container{
	margin-top: 100%; /*Makes the width the same height as the body - we must absolute position content within now*/
	background-color: #e6e6e6;
}

.free-form-role-button-container div{
	position: absolute;
	top: 0;
	bottom: 17px; /*20 plus .free-form-role-button-label margin-top (which is negative, so we get 17)*/
	left: 0;
	right: 0;
	background-color: #e6e6e6;
	background-clip: padding-box;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	
	z-index: 0;
}

.free-form-role-button-container div:hover:before, .free-form-role-button-container div.selected:before{
	content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
    margin: 0px;
	background: rgb(245,65,35);
	background: -webkit-linear-gradient(left,  0%, rgba(254,203,3,1) rgba(245,65,35,1) 80%);
	background: -o-linear-gradient(left, rgba(254,203,3,1) 0%, rgba(245,65,35,1) 80%);
	background: linear-gradient(to right, rgba(254,203,3,1) 0%, rgba(245,65,35,1) 80%);
	clip-path: polygon(0% 0%, 0% 100%, 5% 100%, 5% 5%, 95% 5%, 95% 95%, 5% 95%, 5% 100%, 100% 100%, 100% 0%);
}

.free-form-role-button-label{
	margin-top: -3px;
	color: black;
}

.free-form-submit-button{
	color: black;
	font-family: 'Roboto-Black', sans-serif;
	font-style: italic;
	padding-left: 0.5em;
	line-height: 40px;
	height: 40px;
	font-size: 1.4em;
	text-align: right;
	text-transform: uppercase;
	margin-top: 8px;
	padding-right: 40px;
	background: rgb(245,65,35);
	background: -webkit-linear-gradient(left,  0%, rgba(254,203,3,1) rgba(245,65,35,1) 80%);
	background: -o-linear-gradient(left, rgba(254,203,3,1) 0%, rgba(245,65,35,1) 80%);
	background: linear-gradient(to right, rgba(254,203,3,1) 0%, rgba(245,65,35,1) 80%);
	position: relative;
}

.free-form-submit-button span img{
	height: 0.8em;
	position: absolute;
	right: 0.25em;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.hype-block-smaller{
	text-align: center;
	color: white;
	line-height: 1;
	padding-left: 20px;
	width: 100%;
	margin-top: 150px;
}

.hype-block-smallerV2{
	color: white;
	line-height: 1;
	padding-left: 20px;
	width: 100%;
	margin-top: 50px;
}

@media (max-width: 479px){ /*General Mobile*/
	.hype-block-smaller{
		margin-top: 0px;
		margin-left: -4.45em;
		padding-left: 0px;
		
	}
}

@media (max-width: 414px){ /*iphone 6/7/8 plus*/
	.hype-block-smaller{
		margin-top: 0px;
		margin-left: -5em;
		padding-left: 0px;
		
	}
}

@media (max-width: 320px){ /*iphone 5*/
	.hype-block-smaller{
		margin-top: 10px;
		margin-left: -3.9em;
		
	}
}

.hype-block-smaller-upper{
	display: inline-block;
	text-transform: uppercase;
}

.hype-block-smaller-topline{
	font-size: 3.85em;
	font-family: 'Roboto-Thin', sans-serif;
	letter-spacing: 0px;
}

.hype-block-smaller-bottomline{
	font-size: 3.85em;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	
	margin-top: -6px;
	margin-left: -4px;
}

@media (max-width: 479px){ /*General Mobile*/
	.hype-block-smaller-topline, .hype-block-smaller-bottomline{
		font-size: 2.55em;
	}
}

@media (max-width: 414px){ /*iphone 6/7/8 plus*/
	.hype-block-smaller-topline, .hype-block-smaller-bottomline{
		font-size: 2.8em;
	}
}

@media (max-width: 375px){ /*iphone 6/7/8*/
	.hype-block-smaller-topline, .hype-block-smaller-bottomline{
		font-size: 2.4em;
	}
}

@media (max-width: 320px){ /*iphone 5*/
	.hype-block-smaller-topline, .hype-block-smaller-bottomline{
		font-size: 2.1em;
	}
}

.hype-block-smaller-line{
	margin-left: 4px;
	
	width: calc(100% - 8px);
	height: 1px;
	background: rgb(41,108,243);
	background: -webkit-linear-gradient(left, rgba(146,39,143,1) 0%, rgba(41,108,243,1) 100%);
	background: -o-linear-gradient(left, rgba(146,39,143,1) 0%, rgba(41,108,243,1) 100%);
	background: linear-gradient(to right, rgba(146,39,143,1) 0%, rgba(41,108,243,1) 100%);
}

.hype-block-smaller-lineV2{
	margin-left: 6px;
	
	width: calc(100% - 12px);
	height: 4px;
	background: rgb(41,108,243);
	background: -webkit-linear-gradient(left, rgba(146,39,143,1) 0%, rgba(41,108,243,1) 100%);
	background: -o-linear-gradient(left, rgba(146,39,143,1) 0%, rgba(41,108,243,1) 100%);
	background: linear-gradient(to right, rgba(146,39,143,1) 0%, rgba(41,108,243,1) 100%);
}

@media (max-width: 479px){ /*General Mobile*/
	.hype-block-smaller-line{
		margin-left: 4px;

		width: calc(100% - 8px);
	}
	
	.hype-block-smaller-lineV2{
		margin-left: 0px;
		width: 200px;
	}
}
.hype-block-smaller-tagline{
	font-size: 1.95em;
	font-family: 'Roboto-Thin', sans-serif;
	letter-spacing: 3px;
	margin-top: 4px;
	margin-left: 2px;
}

.hype-block-smaller-taglineTop{
	font-size: 2.25em;
	letter-spacing: 1px;
}
.hype-block-smaller-taglineBottom{
	font-size: 2.0em;
}

@media (max-width: 479px){ /*General Mobile*/
	.hype-block-smaller-tagline{
		font-size: 1.25em;
	}
}

@media (max-width: 414px){ /*iphone 6/7/8 Plus*/
	.hype-block-smaller-tagline{
		font-size: 1.4em;
	}
	
	.V2 .hype-block-smaller-tagline{
		font-size: 1.2em;
	}
}

@media (max-width: 375px){ /*iphone 6/7/8 */
	.hype-block-smaller-tagline{
		font-size: 1.15em;
	}
}


@media (max-width: 320px){ /*iphone 5*/
	.hype-block-smaller-tagline{
		font-size: 1em;
	}
}

.hype-block-smaller-lower{
	margin-top: 2em;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	line-height: 2.0em;
}

@media (max-width: 479px){ /*General Mobile*/
	.hype-block-smaller-lower{
		width: 100%;
		position: absolute;
		top: 10vh;
		right: 0;
		left: 0;
		bottom: 0;
	}
}

.hype-block-smaller-message-topline{
	font-size: 1.65em;
	font-family: 'Roboto', sans-serif;
}

@media (max-width: 479px){ /*General Mobile*/
	.hype-block-smaller-message-topline br{
		display: none;
	}
}

.hype-block-smaller-message-bottomline{
	font-size: 1.65em;
	font-family: 'Roboto-Black', sans-serif;
	text-transform: uppercase;
}

.hype-block-smaller-message-bottomline span{
	font-family: 'Roboto', sans-serif;
}

@media (max-width: 479px){ /*General Mobile*/
	.hype-block-smaller-message-topline{
		margin-top: 5em;
   		font-size: 1em;
	}

	.hype-block-smaller-message-bottomline{
		margin-top: -0.5em;
		font-size: 1.15em;
	}
}

@media (max-width: 375px){ /*iphone 6/7/8*/
	.hype-block-smaller-message-topline{
		margin-top: 5em;
		font-size: 0.85em;
	}

	.hype-block-smaller-message-bottomline{
		margin-top: -0.75em;
		font-size: 1em;
	}
}

@media (max-width: 320px){ /*iphone 5*/
	.hype-block-smaller-message-topline{
		margin-top: 3em;
		font-size: 0.85em;
	}

	.hype-block-smaller-message-bottomline{
		margin-top: -0.75em;
		font-size: 1em;
	}
}

.hype-block-buttons-container ul{
	list-style: none;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.hype-block-buttons-container ul li{
	float: left;
	display: inline;
	width: 46%;
	padding: 11px;
	font-family: sans-serif;
	text-align: center;
	font-size: 1.25em;
	letter-spacing: 2px;
}

.hype-block-buttons-container ul li:first-child{
	margin-right: 4%;
}

.hype-block-buttons-container ul li:nth-child(2){
	margin-left: 4%;
}

@media (max-width: 479px){ /*General mobile*/
	.hype-block-buttons-container ul li{
		padding: 6px;
		font-size: 1em;
	}
}

.freepage-splash-message{
	text-align: center;
	font-size: 1.65em;
	font-family: 'Roboto-Thin', sans-serif;
	color: rgba(41,108,243,1);
	margin: 50px 0px;
	font-weight: bold;
}

@media (max-width: 479px){ /*General Mobile*/
	.freepage-splash-message{
		font-size: 1.25em;
		margin-top: 0px;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 30px;
	}
}

#free-page-section-numbers{
	padding-bottom: 60px;
}

.V2 #free-page-section-numbers{
	padding-bottom: 0px;
	margin-bottom: -20px;
}

@media (max-width: 479px){ /*General Mobile*/
	#free-page-section-numbers{
		background: black !important;
	}
}

.free-page-section-numbers-group{
	margin-top: 30px;
}

@media (max-width: 479px){ /*General Mobile*/
	.free-page-section-numbers-group{
		margin-top: 1em;
	}
}


.free-page-section-numbers-group-title{
	font-size: 1.65em;
	font-family: 'Roboto-Thin', sans-serif;
	color: white;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 30px;
}

.V2 .free-page-section-numbers-group-title{
	font-size: 3.2em;
	font-family: 'Roboto-Thin', sans-serif;
	color: white;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 30px;
	letter-spacing: 3px;
}

@media only screen 
  and (max-width: 1400px)
  and (-webkit-min-device-pixel-ratio: 2) { 
	  .V2 .free-page-section-numbers-group-title{
			font-size: 2.8em;
	  }	  
}

@media only screen 
  and (max-width: 800px)
  and (-webkit-min-device-pixel-ratio: 2) { /*tablets*/
	  .V2 .free-page-section-numbers-group-title{
			font-size: 1.5em;
	  }	  
	
}


@media (max-width: 479px){ /*General Mobile*/
	.free-page-section-numbers-group-title {
		font-size: 1.35em;
		margin-left: 15px;
		margin-bottom: 0.75em;
	}
	
	.V2 .free-page-section-numbers-group-title {
		font-size: 1.5em;
		margin-left: 15px;
		margin-bottom: 0.75em;
	}
}


.free-page-section-numbers-group-title span.highlighted{
	font-family: 'Roboto', sans-serif;
	font-size: 1.01em;
}

.V2 .free-page-section-numbers-group-title span.highlighted{
	font-family: 'Roboto-Thin', sans-serif;
	font-size: 1em;
	font-weight: bold;
}

@media (max-width: 479px){ /*General Mobile*/
	.V2 .free-page-section-numbers-group-title span.highlighted{
		display:block;
	}

}



.free-page-section-numbers-group-title div{
	float: left;
	display: inline;
}

.leftbar{
	margin-top: 3px;
	margin-right: 10px;
	width: 3px;
	height: 1.2em;
}

.V2 .leftbar{
	margin-top: 16px;
	margin-right: 10px;
	width: 6px;
	height: 0.85em;
}


@media only screen 
  and (max-width: 800px)
  and (-webkit-min-device-pixel-ratio: 2) { /*tablets*/	  
	  .V2 .leftbar{
		  margin-top: 8px;
		  float: left;
	  }
}

@media (max-width: 479px){ /*General Mobile*/
	.V2 .free-page-section-numbers-group-title .leftbar{
		height: 2.4em;
		margin-top: 6px;
	}
}

.free-page-section-numbers-group ul{
	-webkit-padding-start: 0px !important;
	list-style-type: none;
	color: white;
    width: 100%;
	display: flex;
    justify-content: space-between;
}

@media (max-width: 479px){ /*General Mobile*/
	.free-page-section-numbers-group ul{
		width: 85%;
		margin: auto;
	}
}


.free-page-section-numbers-group ul li{
	text-align: center;
	max-width: 160px;
	position: relative;
}

@media (max-width: 479px){ /*General Mobile*/
	.free-page-section-numbers-group ul li{
		max-width: 20%;
	}
}

.free-page-section-numbers-group ul li div:first-of-type{
	font-size: 5em;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
	line-height: 0.6em;
}

@media (max-width: 479px){ /*General Mobile*/
	.free-page-section-numbers-group ul li div:first-of-type{
		font-size: 3.5em;
	}
}

@media (max-width: 375px){ /*iphone X and iphone 5*/
	.free-page-section-numbers-group ul li div:first-of-type{
		font-size: 3.2em;
	}
}

.free-page-section-numbers-group:not(:first-of-type) ul li div:first-of-type{
	width: 90px;
	height: 90px;
	position: relative;
	border: 3px solid rgb(85,85,85);
	border-top-left-radius: 180px; /*2x height/width*/
	border-top-right-radius: 180px; /*2x height/width*/
	border-bottom-left-radius: 180px; /*2x height/width*/
	border-bottom-right-radius: 180px; /*2x height/width*/
}

@media (max-width: 479px){ /*General Mobile*/
	.free-page-section-numbers-group:not(:first-of-type) ul li div:first-of-type{
		width: 15vw;
		height: 15vw;
		border: 2px solid rgb(85,85,85);
	}
}

.free-page-section-numbers-group:not(:first-of-type) ul{
	padding-top: 30px;
}

@media (max-width: 479px){ /*General Mobile*/
	.free-page-section-numbers-group:not(:first-of-type) ul{
		padding-top: 0px;
	}
}
	
.free-page-section-numbers-group img{
	filter: invert(100%);
	height: 45%;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.free-page-section-numbers-group ul li div:not(:first-of-type){
	font-family: 'Roboto-Thin', sans-serif;
	font-size: 1.2em;
	margin-top: 0.5em;
}

@media (max-width: 479px){ /*General Mobile*/
	.free-page-section-numbers-group ul li div:not(:first-of-type){
		font-size: 0.6em;
		margin-top: 1em;
		text-align: center;
	}
	
	.free-page-section-numbers-group:not(:first-of-type) ul li div:not(:first-of-type){
		margin-top: 0.25em;
	}
	
	.free-page-section-numbers-group:not(:first-of-type) ul li:last-of-type div:last-of-type{
		margin-left: -0.5em;
	}
}

@media (max-width: 414px){ /*iphone 6/7/8 plus*/
	.free-page-section-numbers-group:not(:first-of-type) ul li div:not(:first-of-type){
		margin-top: 0.5em;
	}
}

.free-page-section-numbers-group:first-of-type ul li div:not(:first-of-type){
	text-transform: uppercase;
}


.free-page-section-category-labels{
	width: 100%;
}

.free-page-section-category-labels ul{
	list-style: none;
	width: 100%;
	-webkit-padding-start: 0px !important;
}

.free-page-section-category-labels ul li{
	display: inline;
	float: left;
	width: 33.3%;
	font-family: 'Roboto', sans-serif;
    font-size: 2.5em;
    font-weight: normal;
	text-transform: uppercase;
	color: white;
	text-align: center;
}

@media only screen 
  and (max-width: 800px)
  and (-webkit-min-device-pixel-ratio: 2) { /*tablets*/
	  .free-page-section-category-labels ul li{
		  text-align: left;
		  font-size: 1.5em;
	  }
}

@media (max-width: 479px){ /*General Mobile*/
	.free-page-section-category-labels ul li{
		width: 100%;
	}
}

.free-page-section-category-labels ul li div.category-label-underbar{
	height: 10px;
	width: 85%;
	margin: auto;
}

@media (max-width: 479px){ /*General Mobile*/
	.free-page-section-category-labels ul li{
		text-align: left;
	}
	
	.free-page-section-category-labels ul li div.leftbar{
		height: 36px;
		width: 6px;
		margin-top: 10px;
		margin-left: 15px;
		float: left;
    	display: inline;
	}

}

/* Solutions Section */

#free-page-section-solutions{
	padding-bottom: 60px;
	text-align: center;
}

@media (max-width: 479px){ /*General Mobile*/
	#free-page-section-solutions{
		background: black !important;
		padding-bottom: 40px;
	}
}

.free-page-section-solutions-group{
	margin-top: 30px;
}

@media (max-width: 479px){ /*General Mobile*/
	.free-page-section-solutions-group{
		margin-top: 1em;
	}
	
	.V2 .free-page-section-solutions-group{
		margin-top: 3em;
	}
}


.free-page-section-solutions-group-title{
	font-size: 1.65em;
	font-family: 'Roboto-Thin', sans-serif;
	color: white;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 30px;
}

.V2 .free-page-section-solutions-group-title{
	font-size: 3.2em;
	font-family: 'Roboto-Thin', sans-serif;
	color: white;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 0px;
	letter-spacing: 3px;
}

@media only screen and (max-width: 800px) and (-webkit-min-device-pixel-ratio: 2){/*General tablet*/
	.free-page-section-solutions-group .leftbar{
		margin-top: 16px;
	}
}

@media (max-width: 479px){ /*General Mobile*/
	.free-page-section-solutions-group-title {
		font-size: 1.35em;
		margin-left: 15px;
		margin-bottom: 0.75em;
	}
	
	.V2 .free-page-section-solutions-group-title {
		font-size: 1.5em;
		margin-left: 15px;
		margin-bottom: 0em;
		float: left;
	}
	
	.V2 .free-page-section-solutions-group-title .leftbar{
		width: 6px;
		margin-top: 8px;
	}
}

.free-page-section-solutions-group-title span.highlighted{
	font-family: 'Roboto', sans-serif;
	font-size: 1.01em;
}

.V2 .free-page-section-solutions-group-title span.highlighted{
	font-family: 'Roboto-Thin', sans-serif;
	font-size: 1.01em;
	font-weight: bold;
}

.free-page-section-solutions-group-title div{
	float: left;
	display: inline;
}


.free-page-section-solutions-group ul{
	-webkit-padding-start: 0px !important;
	list-style-type: none;
	color: white;
    width: 100%;
	display: flex;
    justify-content: space-between;
}

@media (max-width: 479px){ /*General Mobile*/
	.free-page-section-solutions-group ul{
		width: 85%;
		margin: auto;
	}
}


.free-page-section-solutions-group ul li{
	text-align: center;
	max-width: 160px;
	position: relative;
}

@media (max-width: 479px){ /*General Mobile*/
	.free-page-section-solutions-group ul li{
		max-width: 20%;
	}
}

.free-page-section-solutions-group ul li div:first-of-type{
	font-size: 5em;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
	line-height: 0.6em;
}

@media (max-width: 479px){ /*General Mobile*/
	.free-page-section-solutions-group ul li div:first-of-type{
		font-size: 3.5em;
	}
}

@media (max-width: 375px){ /*iphone X and iphone 5*/
	.free-page-section-solutions-group ul li div:first-of-type{
		font-size: 3.2em;
	}
}

.free-page-section-solutions-group ul li div:first-of-type{
	width: 90px;
	height: 90px;
	position: relative;
	border: 3px solid rgb(85,85,85);
	border-top-left-radius: 180px; /*2x height/width*/
	border-top-right-radius: 180px; /*2x height/width*/
	border-bottom-left-radius: 180px; /*2x height/width*/
	border-bottom-right-radius: 180px; /*2x height/width*/
	margin: auto;
}

.free-page-section-solutions-group ul li div:first-of-type:hover{
	border: 3px solid rgb(255,255,255);
}

@media (max-width: 479px){ /*General Mobile*/
	.free-page-section-solutions-group ul li div:first-of-type{
		width: 15vw;
		height: 15vw;
		border: 2px solid rgb(85,85,85);
	}
}

.free-page-section-solutions-group ul{
	padding-top: 30px;
}

@media (max-width: 479px){ /*General Mobile*/
	.free-page-section-solutions-group ul{
		padding-top: 0px;
	}
}
	
.free-page-section-solutions-group img{
	filter: invert(100%);
	height: 45%;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.free-page-section-solutions-group ul li div:not(:first-of-type){
	font-family: 'Roboto-Thin', sans-serif;
	font-size: 1.2em;
	margin-top: 0.5em;
}

@media (max-width: 479px){ /*General Mobile*/
	.free-page-section-solutions-group ul li div:not(:first-of-type){
		font-size: 0.6em;
		margin-top: 1em;
		text-align: center;
	}
	
	.free-page-section-solutions-group ul li div:not(:first-of-type){
		margin-top: 0.25em;
	}
	
	.free-page-section-solutions-group ul li:last-of-type div:last-of-type{
		margin-left: -0.5em;
	}
}

@media (max-width: 414px){ /*iphone 6/7/8 plus*/
	.free-page-section-solutions-group ul li div:not(:first-of-type){
		margin-top: 0.5em;
	}
}

.free-page-section-solutions-group:first-of-type ul li div:not(:first-of-type){
	text-transform: uppercase;
}



#free-page-section-products{
	position: relative;
}

.stitched_section_logo_overlay{
	position: absolute;
	top: -40px; /*half height*/
	left: calc(50% - 40px); /*half container width - half the element width*/
	background: -webkit-linear-gradient(rgba(34,34,32,1) 0%, rgba(34,34,32,1) 50%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(rgba(34,34,32,1) 0%, rgba(34,34,32,1) 50%, rgba(0,0,0,0) 100%);
	background: linear-gradient(rgba(34,34,32,1) 0%, rgba(34,34,32,1) 50%, rgba(0,0,0,0) 100%);
	
	display: inline-block;
	margin: 0 1em 1em 0;
	height: 80px;
	width: 80px; /*same as height*/
	
	border-radius: 100%;
}

.stitched_section_logo_overlay img{
	height: 40px;
    margin-left: 20px;
    margin-top: 20px;
}

@media (max-width: 479px){ /* General Mobile*/
	.stitched_section_logo_overlay{
		height: 50px;
		width: 50px; /*same as height*/
		
		top: -25px; /*half height*/
		left: calc(50% - 25px); /*half container width - half the element width*/
	}
	
	.stitched_section_logo_overlay img{
		height: 25px;
		margin-left: 12.5px;
		margin-top: 12.5px;
	}
}

.purchase-options-section{
	color: white;
}

.V2 .purchase-options-section{
	color: white;
	padding-bottom: 5em;
}

.purchase-options-section-levelcount-topline{
	padding-top: 1.25em;
	font-family: 'Roboto-Black', sans-serif;
	font-size: 2.5em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
}

@media (max-width: 479px){ /* General Mobile*/
	.purchase-options-section-levelcount-topline{
		padding-top: 1em;
		font-size: 2em;
	}
}

.purchase-options-section-levelcount-bottomline{
	font-size: 2.25em;
	font-family: 'Roboto-Thin', sans-serif;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
}

@media (max-width: 479px){ /* General Mobile*/
	.purchase-options-section-levelcount-bottomline{
		font-size: 1.6em;
	}
}

.purchase-options-section-tablinks-container{
	text-align: center;
	margin-top: 4em;
	margin-bottom: 25px;
}

.V2 .purchase-options-section-tablinks-container{
	text-align: center;
	margin-top: 2em;
	margin-bottom: 25px;
}

@media (max-width: 479px){ /* General Mobile*/
	.purchase-options-section-tablinks-container{
		margin-top: 0.75em;
	}

}


.purchase-options-section-tab-content .ui-widget-content, .purchase-options-section-tab-content .ui-state-active, .purchase-options-section-tab-content .ui-state-default, .purchase-options-section-tab-content .ui-state-focus, .purchase-options-section-tab-content .ui-state-hover{
	border: none;
	outline: none;
	border-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.purchase-options-section-tab-content .ui-corner-top, .purchase-options-section-tab-content .ui-corner-all{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.purchase-options-section-tab-content .ui-corner-bottom, .purchase-options-section-tab-content .ui-corner-all{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.purchase-options-section-tablink{
	font-family: 'Roboto', sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	display: inline-block;
	margin-right: 20px;
	color: rgb(45,45,45);
}

@media (max-width: 479px){ /* General Mobile*/
	.purchase-options-section-tablink{
		font-size: 1.2em;
	}
}

.purchase-options-section-tablink-active, .purchase-options-section-tablink:hover{
	color: #3961e3;
	font-weight: bold;
	border-bottom: 1px solid #3961e3;
	padding-bottom: 2px;
	cursor: pointer;
}

.purchase-options-section-tab-desktop{
	text-align: center;
	max-height: 433px;
}

.purchase-options-section-tab-desktop &gt; div{
	display: inline-block;	
	position: relative;
	width: 31%;
}

.purchase-options-section-tab-desktop &gt; div:nth-of-type(2){
	margin-left: 2%;
	margin-right: 2%;
}

.purchase-options-section-tab-mobile{
	width: 75vw;
    margin: auto;
}

.purchase-options-section-tab-mobile .ui-accordion-content{
	padding: 0px;
	background: transparent;
	color: white;
}


.purchase-options-section-arrow-bottom{
	padding-top: 15px;
  
	font-family: 'Roboto-Black', sans-serif;
	font-weight: bolder;
	font-size: 2.5em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	color: black;
	
	width: 100%;
    min-height: 120px;
	
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -1px;
	z-index: 0;
}

.purchase-options-section-tab-mobile .ui-accordion-header{
	font-family: 'Roboto-Black', sans-serif;
	font-weight: bolder;
	font-size: 2.5em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	color: black;
	padding: 0.2em 0px;
	margin-top: 10px;
}

@media (max-width: 320px){ /*iphone 5*/
	.purchase-options-section-tab-mobile .ui-accordion-header{
		font-size: 2em;
	}

}


.purchase-options-section-accordion-icon, .purchase-options-section-accordion-icon-active{
	right: 0.35em;
    left: auto !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
	width: 0.35em;
}

.purchase-options-section-accordion-icon{
	 background-image: url(../images/arrow-down-black-thick.png) !important;
}

.purchase-options-section-accordion-icon-active{
	 background-image: url(../images/arrow-up-black-thick.png) !important;
}

.yelloworange-arrow{
	 background-image: url(../images/gradientarrow-yelloworange.png);
}

.tealgreen-arrow{
	 background-image: url(../images/gradientarrow-tealgreen.png);
}

.purpleblue-arrow{
	 background-image: url(../images/gradientarrow-purpleblue.png);
}

.purchase-options-section-description{
	margin: 20px;
	font-family: 'Roboto-Thin', sans-serif;
	text-align: center;
	font-size: 1.25em;
	min-height: 140px;
}

#user-account-settings-container .purchase-options-section-description{
	min-height: 170px;
}

.purchase-options-section-price div{
	font-family: 'Roboto-Thin';
    text-transform: uppercase;
    font-size: 0.3em;
}

.purchase-options-section-price, .purchase-options-section-price-detailed{
	margin-bottom: 20px;
	position: relative;
}

.purchase-options-section-price, .purchase-options-section-price-detailed &gt; div:nth-of-type(2){
	font-family: 'Roboto-Black', sans-serif;
    font-size: 2.5em;
	text-align: center;
}

.purchase-options-section-price span, .purchase-options-section-price-detailed &gt; div:nth-of-type(2) span{
	font-family: 'Roboto', sans-serif;
    font-size: 0.45em;
}

.purchase-options-section-price-detailed &gt; div:nth-of-type(1){
	font-family: 'Roboto', sans-serif;
    font-size: 0.65em;
	text-align: center;
	top: -5px;
	width: 100%;
	position: absolute;
}

.purchase-options-section-price-detailed &gt; div:nth-of-type(3){
	font-family: 'Roboto-Thin', sans-serif;
    font-size: 0.65em;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	margin-top: -0.75em;
	position: absolute;
}

@media (max-width: 479px){ /*General Mobile*/
	.purchase-options-section-price-detailed &gt; div:nth-of-type(3){
		margin-top: -0.25em;
	}
}

.purchase-options-section-fineprint{
	font-family: 'Roboto-Thin', sans-serif;
    font-size: 0.6em;
    font-style: italic;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
	padding-bottom: 15px;
}

.purchase-options-section-description-pricetable{
	font-family: 'Roboto', sans-serif;
}

.purchase-options-section-description-pricetable thead{
	vertical-align: top;
}

.purchase-options-section-description-pricetable thead tr{
	height: 4em;
}

.purchase-options-section-description-pricetable thead td div{
    font-family: 'ROBOTO-THIN';
    text-transform: uppercase;
    font-size: 0.4em;
    margin: auto;
}

.purchase-options-section-button{
	width: 100%;
	height: 2em;
	
	font-family: 'Roboto-Black', sans-serif;
	font-size: 1.8em;
	text-transform: uppercase;
	text-align: center;
	line-height: 2em;
	color: black;
	font-style: italic;
	
	position: relative;
	cursor: pointer;
}

.purchase-options-section-button img{
	height: 0.6em;
	filter: invert(100%);
	position: absolute;
	top: 50%;
	margin-top: 0.05em;
	margin-left: 0.4em;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


#form-getstarted-team_contact{
	padding: 1.25em 1.5em 0px 1.5em;
	width: 600px;
}

@media (max-width: 479px){ /*General Mobile*/
	#form-getstarted-team_contact{
		width: 100vw;
	}
}

.getstarted-team_contact-heading{
	font-family: 'Roboto-Thin', sans-serif;
	font-weight: bold;
	font-size: 3em;
	text-align: left;
	line-height: 1;
}

.getstarted-team_contact-subheading{
	margin: 1em 0px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.getstarted-team_contact-subheading .leftbar{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
}


.getstarted-team_contact-subheading div:last-of-type{
    color: black;
    font-family: 'Roboto';
    font-size: 1.25em;
	margin-left: 20px;
	padding-top: 3px;
}
.getstarted-team_contact-firstrow{
	margin-top: 0.5em;
	-webkit-padding-start: 0px !important;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}

.getstarted-team_contact-firstrow li{
	width: calc(100% - 10px);
}

.getstarted-team_contact-firstrow li:first-of-type{
	margin-right: 10px;
}
	
.getstarted-team_contact-fullrow{
	width: 100%;
}

.getstarted-team_contact-firstrow input, .getstarted-team_contact-fullrow input{
	padding: 0.75em;
	width: 100%;
}

.getstarted-team_contact-message textarea{
	width: 100%;
	margin-top: -3px;
	height: 8em;
	padding: 0.75em;
}

.getstarted-team_contact-firstrow input, .getstarted-team_contact-fullrow input, .getstarted-team_contact-message textarea{
	font-size: 0.75em;
	background-color: #e6e6e6;
	color: #7c7c7c;
	border: none;
}

.getstarted-team_contact-button{
	cursor: pointer;
	
	float: right;
	display: inline;
	
	color: white;
	font-family: 'Roboto-Black', sans-serif;
	padding-left: 0.75em;
	line-height: 30px;
	height: 30px;
	font-size: 0.9em;
	text-align: left;
	text-transform: uppercase;
	
	padding-right: 20px;
	background: rgb(70,98,221);
	background: -webkit-linear-gradient(left, rgba(130,51,145,1) 0%, rgba(70,98,221,1) 100%);
	background: -o-linear-gradient(left, rgba(130,51,145,1) 0%, rgba(70,98,221,1) 100%);
	background: linear-gradient(to right, rgba(130,51,145,1) 0%, rgba(70,98,221,1) 100%);
	width: 10.25em;
	
	margin-top: 0.2em;
	margin-left: auto;
	margin-right: auto;
	
	position: relative;
}

.getstarted-team_contact-button img{
	height: 0.8em;
	position: absolute;
	margin-left: 0.5em;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	filter: invert(100%);
}





.free-page-section-examples-desktop{
	position: relative;
}

.free-page-section-examples-report-container{
	margin-top: 5vh;
	width: calc(100vw - 60px); 
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 479px){ /*General Mobile*/
	.free-page-section-examples-report-container{
		width: 100vw; 
	}
}

.free-page-section-examples-report-container .row &gt; div{
	padding: 7.5px;
}

.report-sample-graphics{
	width: 100%;
    padding-top: 100%;
    position: relative;
	cursor: pointer;
}

.report-sample-graphics-image{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
	z-index: 1;
}

.report-sample-graphics-image:after{
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: block;
    position: absolute;
    background-color: #000;
    opacity: 0.65;
}

.report-sample-graphics-image img{
	width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}


.report-sample-graphics-graph-circle img{
    height: 85%;
    width: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.report-sample-graphics-graph{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
	z-index: 2;
}

.report-sample-graphics-graph &gt; div{
	position: absolute;
    top: 15%;
    left: 25%;
    bottom: 35%;
    right: 25%;
	overflow: hidden;
}


.report-sample-graphics-label{
	text-align: center;
    width: 100%;
    z-index: 8;
    text-transform: uppercase;
    color: white;
    position: absolute;
    bottom: 10%;
    font-family: 'Roboto-Black', sans-serif;
}

.V2 .report-sample-graphics-label{
	text-align: center;
    width: 85%;
	padding-left: 15%;
    z-index: 8;
    text-transform: uppercase;
    color: white;
    position: absolute;
    bottom: 10%;
    font-family: 'Roboto-Black', sans-serif;
	font-size: 1.9em;
	line-height: 1em;
}

@media (max-width: 479px){ /* General mobile*/
	.report-sample-graphics-label{
		font-size: 1.35em;
	}
}


.amchart-dimension-report-graph{
	overflow: hidden;
    text-align: left;
}

.report-sample-graphics-graph-score{
	color: white;
    font-size: 2.5em;
    font-weight: bold;
    z-index: 3;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.report-sample-graphics-graph-score span {
    margin: auto;
    font-family: 'Roboto-Black';
}

/*TODO: Remove after license is acquired*/
a[href="http://www.amcharts.com"], a[href="http://www.amcharts.com/javascript-charts/"]{ 
	display: none !important;
}

.report-squarecontent-details-closebutton{
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	z-index: 50;
	font-size: 1.5em;
}

.report-squarecontent-explanation{
	padding: 6.25%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    margin: 7.5px;
	z-index: 20;
	height: calc(100% - 15px);
	min-height: calc(100% - 15px);
	min-width: calc(100% - 15px);
}

.report-squarecontent-explanation-toprow{
	position: relative;
	display: block;
	height: 20%;
	width: 100%;
}

.report-squarecontent-explanation-grid-graph-container{
	position: relative;
	display: inline-block;
	float: left;
	width: 20%;
	height: 100%;
	margin-left: -.35em;
    margin-top: -.35em;
}

.amchart-explanation-grid-graph{
	position: absolute;
	top: -0.3em;
    left: 0px;
    bottom: -0.2em;
    right: -0.125em;
	overflow: hidden;
}

.amchart-explanation-grid-graph.explanation-grid-culture-graph{
	top: -0.6em;
    left: -5px;
    bottom: 0;
    right: -0.125em;
}

.report-squarecontent-explanation-grid-graph-circle img{
	height: 85%;
	width: 85%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.report-square-content-explanation-grid-graph-score{
	color: black;
	font-size: 0.8em;
	font-weight: bold;
	z-index: 23;
	text-align: center;
	margin-top: -20%;
    padding-top: 50%;
}

.report-square-content-explanation-grid-graph-score span{
	margin: auto;
}

.report-squarecontent-explanation-factor_name{
	margin-top: -.35em;
	display: inline-block;
	float: left;
	text-transform: uppercase;
	font-weight: 1000;
	width: 80%;
    height: 100%;
	color: black;
	padding-left: 0.2em;
	font-family: 'Roboto-Black', sans-serif;
	font-size: 1.3em;
}

.report-squarecontent-explanation-factor_name svg{
	width: 100%;
	height: 100%;
}


.report-squarecontent-explanation-text{
	color: white;
	font-size: 1em;
	font-weight: bold;
}

.free-page-section-examples-desktop-micro-logo-overlay{
	position: absolute;
	top: calc(50% - 70px); /*half container height - half this element height*/
	left: calc(50% - 70px); /*half container width - half this element width*/
	background: black;
	
	display: inline-block;
	margin: 0 1em 1em 0;
	height: 140px;
	width: 140px; /*same as height*/
	
	border: 2px solid white;
	border-top-left-radius: 280px; /*2x height/width*/
	border-top-right-radius: 280px; /*2x height/width*/
	border-bottom-left-radius: 280px; /*2x height/width*/
	border-bottom-right-radius: 280px; /*2x height/width*/
	
	z-index: 3;
}

.free-page-section-examples-desktop-micro-logo-overlay img{
	height: 70px;
    margin-left: 35px;
    margin-top: 35px;
}

.free-page-section-examples-mobile{
	height: 100vw;
	position: relative;
	margin-top: 20px;
}


.free-page-section-testimonials{
	margin-top: 4vh;
}

.free-page-section-testimonials-stars{
	color: rgb(70,98,221);
	font-size: 2.0em;
	letter-spacing: 0.25em;
	text-align: center;
}

@media (max-width: 479px){ /*General mobile*/
	.free-page-section-testimonials-stars{
		font-size: 1.75em;
	}
}

.free-page-section-heading{
	margin-top: 1em;
	text-transform: uppercase;
	font-family: 'Roboto-Black', sans-serif;
	font-size: 2.5em;
	text-align: center;
	line-height: 1;
	color: white;
}

@media (max-width: 479px){ /*General mobile*/
	.free-page-section-heading{
		font-size: 1.75em;
	}
	
	.free-page-section-heading-testimonials{
		margin-top: 0;
	}
}

.free-page-section-heading span{
	font-family: 'Roboto-Thin', sans-serif;
	font-weight: bold;
}

.free-page-section-heading-getassessed{
	margin-top: 1em;
	text-transform: uppercase;
	font-family: 'Roboto-Black', sans-serif;
	font-size: 4.0em;
	text-align: center;
	line-height: 1;
	color: white;
}

@media (max-width: 479px){ /*General mobile*/
	.free-page-section-heading-getassessed{
		font-size: 1.75em;
	}
}

.free-page-section-heading-getassessed span{
	font-family: 'Roboto-Thin', sans-serif;
	font-weight: bold;
}
	
.free-page-section-subheading{
	text-transform: uppercase;
	font-family: 'Roboto-Thin', sans-serif;
	font-size: 2.25em;
	text-align: center;
	line-height: 1;
	color: white;
}

@media (max-width: 479px){ /*General mobile*/
	.free-page-section-subheading{
		font-size: 1.75em;
	}
}

@media (max-width: 320px){ /*iphone 5*/
	.free-page-section-subheading{
		font-size: 1.55em;
	}
}
	
.free-page-section-subheading-getassessed{
	text-transform: uppercase;
	font-family: 'Roboto-Thin', sans-serif;
	font-size: 3.75em;
	text-align: center;
	line-height: 1;
	color: white;
}

@media (max-width: 479px){ /*General mobile*/
	.free-page-section-subheading-getassessed{
		font-size: 1.75em;
	}
}

@media (max-width: 320px){ /*iphone 5*/
	.free-page-section-subheading-getassessed{
		font-size: 1.55em;
	}
}

.free-page-section-testimonials{
	position: relative;
}

.free-page-section-testimonials-carousel-container{
	margin-top: 4em;
	margin-bottom: 7em;
	min-height: 120px;
}

@media (max-width: 479px){ /*General Mobile*/
	.free-page-section-testimonials-carousel-container{
		margin-top: 1em;
		margin-bottom: 4em;
	}
	
	.free-page-section-testimonials-carousel-container .carousel.touch_screen .carousel--nav{
		display: block;
	}
	
	.free-page-section-testimonials-carousel-container .carousel--nav .cycle-prev{
		left: 10px;
	}
	
	.free-page-section-testimonials-carousel-container .carousel--nav .cycle-next{
		right: 10px;
	}
	
	.free-page-section-testimonials-carousel-container .carousel--nav.grey .cycle-prev, .free-page-section-testimonials-carousel-container .carousel--nav.grey .cycle-next{
		top: 30%;
	}
}

.free-page-section-testimonials-carousel{
	position: relative;
    display: inline-block;
	width: 100%;
}

.free-page-section-testimonials-carousel .slide{
	width: auto !important;
	height: auto !important;
	padding-left: 5vw !important;
	padding-right: 5vw !important;
}


.free-page-section-testimonials-body{
	color: white;
	text-align: center;
	font-size: 0.85em;
	font-family: 'Roboto', sans-serif;
}

@media (max-width: 479px){ /*General mobile*/
	.free-page-section-testimonials-body{
		font-family: 'Roboto-Thin', sans-serif;
		padding: 0px 30px;
	}
}

.free-page-section-testimonials-source{
	margin-top: 1.5em;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.85em;
	font-family: 'Roboto-Black', sans-serif;
}

#free-page-section-getassessed{
	background-color: rgb(34,34,32);
}

#free-page-section-questions{
	background-color: black;
}

.free-page-section-getassessed-button{
	color: black;
	font-family: 'Roboto-Black', sans-serif;
	font-style: italic;
	padding-left: 0.5em;
	line-height: 40px;
	height: 40px;
	font-size: 1.4em;
	text-align: left;
	text-transform: uppercase;
	
	padding-right: 40px;
	background: rgb(245,65,35);
	background: -webkit-linear-gradient(left,  0%, rgba(254,203,3,1) rgba(245,65,35,1) 80%);
	background: -o-linear-gradient(left, rgba(254,203,3,1) 0%, rgba(245,65,35,1) 80%);
	background: linear-gradient(to right, rgba(254,203,3,1) 0%, rgba(245,65,35,1) 80%);
	width: 9.5em;
	
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
	
	position: relative;
}

.free-page-section-getassessed-button a{
	color: black !important;
}

.free-page-section-getassessed-button img{
	height: 0.8em;
	position: absolute;
	margin-left: 0.5em;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.bottombar{
	margin-top: 1em;
	height: 5px;
	width: 4em;
	margin-bottom: 2.0em;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 479px){ /*General Mobile*/
	.bottombar{
		margin-top: 0.5em;
		width: 3em;
		margin-bottom: 1em;
	}
}

.free-page-secttion-client_logos_carousel-container{
	padding-top: 1em;
	padding-bottom: 1em;
}

@media (max-width: 479px){ /*General Mobile*/
	.free-page-secttion-client_logos_carousel-container{
		padding-top: 1em;
		padding-bottom: 0;
		padding-left: 30px;
		padding-right: 30px;
	}
}

.client_logos_carousel{
	list-style-type: none;
	height: 75px;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
}

@media (max-width: 479px){ /*General Mobile*/
	.client_logos_carousel{
		flex-wrap: nowrap;
		height: 60px;
	}
}

.slide &gt; .client_logos_carousel:nth-of-type(2){
	margin-left: 6em;
	margin-right: 6em;
	width: calc(100% - 12em);
}

.client_logos_carousel img{
	filter: contrast(120%) grayscale(100%);
}


.client_logos_carousel li{
	height: 100%;
	overflow: visible;
}

.client_logos_carousel li img{
	height: 100%;
	width: auto;
}

.free-page-section-contact{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}


.free-page-section-contact-heading{
	font-family: 'Roboto-Thin', sans-serif;
	font-weight: bold;
	font-size: 2.2em;
	text-align: left;
	line-height: 1;
	margin-top: 1em;
	color: white;
}

.free-page-section-contact-heading span{
	font-family: 'Roboto', sans-serif;
}


@media (max-width: 479px){ /*general mobile*/
	.free-page-section-contact-heading{
		font-size: 1.3em;
		font-weight: normal;
	}
	
	.free-page-section-contact-heading span{
		font-size: 1.8em;
		display: block;
		margin-top: 5px;
		font-family: 'Roboto-Black', sans-serif;
	}
}

.free-page-section-contact-firstrow{
	margin-top: 0.5em;
	-webkit-padding-start: 0px !important;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}

.free-page-section-contact-firstrow li{
	min-width: 33%;
}

@media (max-width: 479px){ /*general mobile*/
	.free-page-section-contact-firstrow{
		display: block;
		justify-content: flex-start;
	}
	
	.free-page-section-contact-firstrow li{
		margin-top: 7px;
	}
}

.free-page-section-contact-firstrow input{
	width: 100%;
	padding: 0.75em;
}

.free-page-section-contact-message textarea{
	width: 100%;
	margin-top: -3px;
	height: 8em;
	padding: 0.75em;
}

.free-page-section-contact-firstrow input, .free-page-section-contact-message textarea{
	font-size: 0.75em;
}

.free-page-section-contact-button{
	cursor: pointer;
	
	float: right;
	display: inline;
	
	color: white;
	font-family: 'Roboto-Black', sans-serif;
	padding-left: 0.75em;
	line-height: 30px;
	height: 30px;
	font-size: 0.9em;
	text-align: left;
	text-transform: uppercase;
	
	padding-right: 20px;
	background: rgb(70,98,221);
	background: -webkit-linear-gradient(left, rgba(130,51,145,1) 0%, rgba(70,98,221,1) 100%);
	background: -o-linear-gradient(left, rgba(130,51,145,1) 0%, rgba(70,98,221,1) 100%);
	background: linear-gradient(to right, rgba(130,51,145,1) 0%, rgba(70,98,221,1) 100%);
	width: 10.25em;
	
	margin-top: 0.2em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
	
	position: relative;
}

.free-page-section-contact-button img{
	height: 0.8em;
	position: absolute;
	margin-left: 0.5em;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	filter: invert(100%);
}

.footer-compact{
	background-color: rgb(34,34,32);
	font-size: 0.5em;
	text-transform: uppercase;
	text-align: center;
	height: 5em;
	line-height: 5em;
}

.footer-compact-list{	
	width: 50%;
	margin-left: 33.3%;
	margin-right: auto;
	-webkit-padding-start: 0px !important;
	list-style-type: none;
}


.footer-compact-list li{
	float: left;
	display: inline;
	margin-right: 2em;
}

.footer-compact-list li a{
	color: rgb(128, 128, 128) !important;
}

@media (max-width: 479px){ /*General Mobile*/
	.footer-compact{
		padding-top: 1em;
		height: 6.5em;
		line-height: 2.5em;
	}
	
	.footer-compact-list{	
		width: calc(100% - 80px);
		margin-left: 60px;
		margin-right: 60px;
	}
	
	.footer-compact-list li{
		display: inline-block;
	}
	
	.footer-compact-list li:nth-of-type(3){
		width: calc(100% - 60px);
	}
}

@media (max-width: 320px){ /*iphone5*/
	.footer-compact-list{
		margin-left: 40px;
		margin-right: 40px;
	}
	
	.footer-compact-list li{
		margin-right: 0;
	}
	
	.footer-compact-list li:nth-of-type(1){
		width: 100%;
	}
	
	.footer-compact-list li:not(:nth-of-type(1)){
		width: 50%;
	}
}</pre></body></html>