<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body {
  height: 100%;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

*, :after, :before {
	box-sizing: border-box;
}

* {
  -ms-overflow-style: none !important;
}

.my-fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}



.sidepanel-overall-grade {
	background-color:#2d3e50;	
	color:#fff;	
	position:fixed;	
	top:0;	
	left:0;	
	width:25%;	
	padding:40px 0 0;	
	height:100%;	
	overflow-y:auto;	
	overflow-x:hidden;
}

@media only screen and (max-width:768px){

	.sidepanel-overall-grade{
		position:relative;
		width:100%
	}
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;

  &gt; .col,
  &gt; [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
  }
}

*, :after, :before {
	box-sizing: border-box;
}

.right-col {
	
	overflow-y: scroll;
}



.sidepanel-overall-grade svg.radial-progress text {
	font-weight: bold;
}

.stat {
	border: none;
	padding: 0;
}

h3.title {
	margin: 1rem 0;
}



.result-section-message {
	padding: 0 20px;
	font-size: 12px;
}

.breakdown-score-container {
	display: flex;
	flex-direction: column;
	max-width: 800px;
	text-align: left;
	text-transform: uppercase;
	padding: 20px;
}

.sidepanel-overall-grade .cta-section{ 
	display:flex;	
	flex-direction:column;
	text-align:center;	
	align-items:center;
}

@media only screen and (max-width:768px) {

	.sidepanel-overall-grade .cta-section{ 
		display:none;
	}

}

.sidepanel-overall-grade .cta-section .cta-title {
	padding:10px 40px;
	font-size:16px;
	font-weight:bold;
}

.sidepanel-overall-grade .cta-section .cta-microcopy {
	padding:0 10px 10px;
	font-size:12px;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.sidepanel-overall-grade .side-panel-result-section {
	display:none;
}

.sidepanel-overall-grade .result-section {
	background-color:transparent;	
	padding:0;	
	background:none;	
	border-bottom:none;	
	border-right:none;	
	margin:0;	
	-webkit-box-shadow:none;	
	-moz-box-shadow:none;	
	box-shadow:none;	
	text-align:center;	
	padding:0 10px;
}

@media only screen and (max-width:768px){
	.sidepanel-overall-grade .result-section{
		display:block;
	}
}

@media only screen and (max-width:768px) {
.sidepanel-overall-grade .side-panel-result-section {
	display:block;
	}
}

.sidepanel-overall-grade .score-container {
	cursor: pointer;
	margin: 0;
	padding: 12px 15px 8px;
	font-size: 14px;
}

.website-url {
	font-size:14px;	
	font-weight:600;	
	line-height:20px;	
	text-transform:lowercase;	
	margin:5px 0 10px;
	position:relative;	
	text-align:center;
}


.breakdown-score-container .score-container {
	width: 100%;
}

.sidepanel-overall-grade .score-container .score-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}


.sidepanel-overall-grade .score-container .score {
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 700;
}

.sidepanel-overall-grade .score-container .score .overall{
	color: #7c98b6;
	font-size: 14px;
}

.business-profile-container ul,
.business-profile-container ul li{
	list-style-type: none;
}

.business-profile-container span.overall {
	float: right;
	font-weight: bold;
}

.business-profile-container span.overall span {
	color: #7c98b6;
	font-size: 14px;
	font-weight: normal;
}

ul.overview-score li {
	border-bottom: 1px rgba(255,255,255,0.5) dotted;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-size: 14px;
	list-style-type: none;
}

.overview-title span {
	font-size: 14px;
	font-weight: 500;
}

.business-profile-container ul.overview-are-you-ready li {
	font-size: 14px;
	text-align: center;
}

.business-profile-container ul.overview-are-you-ready li a:link,
.business-profile-container ul.overview-are-you-ready li a:visited {
	color: #0091ae;
}
.business-profile-container ul.overview-are-you-ready li a:hover {
	text-decoration: underline;
}




.sidepanel-overall-grade .score-container .bar-wrapper {
	margin-bottom: 0;
	width: 100%;
}

.bar-wrapper {
	display: inline-block;
	position: relative;
	width: 250px;
}

.sidepanel-overall-grade .score-container .bar-wrapper .bar:not(.progress-bar) {
	background-color: #253342;
}

.bar-wrapper .bar {
	background-color: #dbdbdb;
	border-radius: 3px;
	height: 10px;
}

.score-container.score-container-good .progress-bar {
	background-color: #00bda5;
}

.score-container.score-container-ok .progress-bar {
	background-color: #f5c26b;
}

.score-container.score-container-bad .progress-bar {
	background-color: #f2545b;
}


.stat.status-good svg.radial-progress:nth-of-type(6n+1) circle {
	/** stroke: #a2ed56; **/
	stroke: #00bda5;
}

.stat.status-ok svg.radial-progress:nth-of-type(6n+1) circle {
	stroke: #f5c26b;
}

.stat.status-bad svg.radial-progress:nth-of-type(6n+1) circle {
	stroke: #f2545b;
}


.bar-wrapper .progress-bar {
	box-shadow: none;
	position: absolute;
	top: 0;
}


@media (max-width: 767.98px) { 
	.sidepanel-overall-grade {
		position: relative;
		width: 100%;
	}
	
	.my-fixed-top {
		position: relative;

	}
}

.overall-performance {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.main-toolbar {
	background-color: transparent;
	color: #fff;
	position: relative;
	z-index: 99;
}

.main-toolbar .logo-left {
	position: absolute;
	left: 30px;
	top: 30px;
}

.backhome {
	border: 1px solid #fff;
	border-radius: 46px;
	padding: 0.5rem 1rem;
	font-size: 12px;
}

.main-toolbar .backhome {
	position: absolute;
	right: 30px;
	top: 30px;
}


.backhome a:link,
.backhome a:visited {
	color: #fff;
}

.main-toolbar .backhome a:hover {}

@media only screen and (max-width:768px) {
	.main-toolbar {
		display:none;
	}
}

.sidepanel-overall-grade .backhome {
	display:none;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1040;
	border: none;
}

.sidepanel-overall-grade .backhome a:link ,
.sidepanel-overall-grade .backhome a:visited {
	color: #0091ae;
}
.sidepanel-overall-grade .backhome a:hover {
	
}

@media only screen and (max-width:768px) {
	.sidepanel-overall-grade .backhome{
		display:block;
	}
}

.full-page-centered {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	text-align: center;
}

.full-page-centered &gt; div {
	height: 100%;
	vertical-align: middle;
}

.overall-page .wsg-container {
	margin-top: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.overall-page {
	color: #fff;
	position: relative;
	background-color: #f5f8fa;
}

@media only screen and (max-width: 768px) {
	.overall-page {
		background-image: none;
		display: none;
	}	
}


.wsg-container {
	margin: 0 auto;
	max-width: 1160px;
}

.bg-gradient {
	background: linear-gradient(45deg, rgb(106, 120, 209) 0%, rgb(0, 164, 189) 100%);
	position: absolute;
	height: 700px;
	top: 0px;
	width: 100%;
}


.result-section {
	padding: 0 20px;
}

.result-section {
	background-color: #fff;
	flex: 1;
	margin: 30px;
	padding: 36px 30px 30px;
	box-shadow: 0 1px 5px 0 rgb(45 62 80 / 12%);
}

.result-section:not(:last-child) {
	border-right: 1px solid #dbdbdb;
}

@media only screen and (max-width:768px){

	.result-section{
		margin:30px 30px 10px;
		padding:36px 0 20px;
	}
	
	.result-section:not(:last-child){
		border-bottom:1px solid #dbdbdb;
		border-right:none;
	}

}

.overall-page .result-section {
	position: relative;
	background: none;
	border-bottom: none;
	border-right: none;
	margin: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 36px 30px 0;
	/**flex: 1;**/
}

.overall-page .description {
	font-size: 14px;
	line-height: 24px;
	max-width: 620px;
}

.overall-page .title {
	font-size: 46px;
	line-height: 63px;
	font-weight: 700;
	margin-bottom: 0;
}

.preview {
	display: inline-block;
	position: relative;
}

.preview .bar {
	position: relative;
	display: flex;
	flex-direction: row;
	background-color: #33475b;
	padding: 0.8rem;
	width: 760px;
	margin-left: 6px;
	border-radius: 8px 8px 0 0;
	margin-bottom: -2px;
	z-index: 100;
}

.preview .bar-button {
	position: relative;
	height: 0.5rem;
	width: 0.5rem;
	margin-right: 0.5rem;
	border-radius: 50%;
	
}

.preview .bar-button:nth-child(2) {
	background-color: #f5c26b;
}

.preview .bar-button:nth-child(3) {
	background-color: #00bda5;
}

.preview .bar-button:first-child {
	background-color: #f2545b;
}

.preview:not(.mobile) {
	height: 485px;
	width: 772px;
}

.preview:not(.mobile) .screenshot {
	height: 409px;
	position: absolute;
	right: 6px;
	width: 760px;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 32px 44px 0 rgb(0 0 0 / 8%);
}

.overall-page .preview {
	margin: 20px 0;
}

.preview:not(.mobile) .error,.preview:not(.mobile) .loader,.preview:not(.mobile) .screenshot {	
	height:409px;	
	position:absolute;	
	right:6px;	
	width:760px;	
	border-radius:0 0 8px 8px;	
	box-shadow:0 32px 44px 0 rgba(0,0,0,.08);
}

.preview .loader {
	background-color:#4a4a4a;
}

.preview .loader img {
	animation:loader-rotate 2s linear infinite;	
	left:calc(50% - 35px);	
	opacity:.4;	
	position:absolute;
	top:38%;	
	width:70px;
}

.preview .error {
	background-color:#4a4a4a;
	color:#666;
	padding-top:120px;
}

.preview .error .icon {
	font-size:50px;
}

.preview .error .error-text {
	font-size:20px;	
	font-style:italic;	
	letter-spacing:-.87px;	
	line-height:27px;	
	margin-top:10px;
}

.preview.mobile img.frame {
	width:216px;
	position:relative;
}

.preview.mobile .error,.preview.mobile .loader,.preview.mobile .screenshot {	
	position:absolute;	
	height:360px;	
	top:20px;	
	border-radius:0 0 5% 5%;
}

.preview.mobile .loader img {	
	left:calc(50% - 15px);	
	top:calc(50% - 15px);	
	width:30px;
}

.preview.mobile .error {
	padding-top:65px;
}

.preview.mobile .error .icon {
	font-size:30px;
}

.preview.mobile .error .error-text {	
	font-size:15px;	
	padding:0 10px;	
	letter-spacing:-.47px;	
	line-height:22px;
}

/** Performance Section **/
.performance-page {
	/** position: relative; **/
	background-color: #f5f8fa;
}

.performance-page .wsg-container {
	margin-bottom: 60px;
}

.result-header-illustration {
	margin: 40px 0;
}


/** Desktop Score **/

.score-container .score {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 10px;
}

.score-container .score .overall {
	color: #33475b;
	font-size: 32px;
}

.score-container.score-container-good .score {
	color: #00bda5;
}

.score-container.score-container-ok .score {
	color: #f2545b;
}

.score-container.score-container-bad .score {
	color: #f5c26b;
}

.score-container.score-container-good .progress-bar {
	background-color: #00bda5;
}

.score-container.score-container-ok .progress-bar {
	background-color: #f2545b;
}

.score-container.score-container-bad .progress-bar {
	background-color: #f5c26b;
}

.full-page-centered h3 {
	font-size: 32px;
	font-weight: 700;
	line-height: 44px;
	color: #333;
	margin: 0 0 16px 0;
}

.subtitle {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	position: relative;
	max-width: 690px;
	margin: auto;
	width: 80%;
	text-transform: none;
	letter-spacing: 0;
}

.subtitle p {
	padding: 0;
	margin: 0;
}

.result-cta-banner, .result-cta-container {
	display: flex;
	flex-direction: row;
}

@media only screen and (max-width:768px) {
	.result-cta-container {
		margin: 0 20px;
	}
}

.result-cta-banner {
	border: 1px solid #dfe3eb;
	border-radius: 40px;
	background-color: #fff;
	margin: 10px auto;
	padding: 7px 0 10px;
	align-items: center;
}

.result-cta-banner .cta-icon {
	width: 50px;
	height: 40px;
	margin-left: 20px;
}

.private-link .private-icon:not(.private-icon-circle__inner) {
	color: #7c98b6;
	margin-right: 0.5em;
}

.private-icon {
	display: inline-block;
	user-select: none;
	white-space: nowrap!important;
	word-break: normal!important;
	margin-left: 0.25em;
	margin-right: 0.25em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: spacesword!important;
	font-feature-settings: "liga";
	font-variant: normal;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.private-link--external__icon.private-link--external__icon.private-link--external__icon {
	margin-left: 0.25em;
	margin-right: 0.25em;
}

.result-cta-banner .cta-info {
	color: #516f90;
	font-size: 11px;
	line-height: 20px;
	flex-direction: column;
	justify-content: center;
	margin-right: 30px;
}

.result-cta-banner .cta-info a {
	font-family: Avenir Next W02,Helvetica,Arial,sans-serif;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all .15s ease-out;
	color: #0091ae;
	text-decoration: none;
	cursor: pointer;
	font-size: 12px;
}

.results-section {
	display: flex;
}

@media only screen and (max-width:768px) {

	.results-section {
		flex-direction:column;
	}
}

.performance-page .result-section {
	flex: 1;
	background-color: #fff;
}

@media only screen and (max-width:768px){

	.performance-page .result-section {
		margin:30px 30px 10px;
	}
}

.performance-page .radial-results-section .result-header {
	font-size: 14px;
	line-height: 19px;
}

.result-header {
	color: #4a4a4a;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	margin-bottom: 20px;
	text-transform: uppercase;
	word-wrap: break-word;
}

@media only screen and (max-width:768px) {
	.result-header{
		font-size:18px;
		line-height:18px;
		margin-bottom:12px;
	}
}

.result-icon {
	font-size:70px;
	margin:10px 0;
}

.result-value {
	color:#2d3e50;
	position:relative;
	font-size:32px;
	font-weight:600;
	height:40px;
	text-transform:uppercase;
	text-align: center;
}

.result-value .result-value-unit {
	font-size:14px;
}

.result-value.page-request {
	
}

.result-text-small {
	font-size:14px;
	margin:auto 10px;
}

.result-text,.result-text-small {
	font-weight:600;
	line-height:21px;
}

.result-text {
	font-size:18px;
	margin:0 0 10px;
}

@media only screen and (max-width:768px) {
	.result-text {
		font-size:16px;
		line-height:18px;	
	}
}

.result-description {
	color:#516f90;
	font-size:14px;
	line-height:20px;
	margin-top:10px;
	margin-bottom:10px;
}

@media only screen and (max-width:768px){

	.result-description {
		font-size:12px;
		line-height:16px;
		padding: 0 20px;
	}
}

.read-more{
	color:#0091b0;
	cursor:pointer;
	font-size:14px;
	font-weight:500;
	line-height:20px;
}

.read-more:focus,.read-more:hover{
	color:#666;
	text-decoration:none;

}



/** Radial Containers **/

.radial-container {
	position: relative;
	height: 180px;
}

.radial-wrapper {
	position:absolute;
	transform:rotate(45deg);
	width:180px;
	height:180px;
	left:calc(50% - 90px);
}

.radial-wrapper .radial-inner-container{
	background-color:#fff;
	border-radius:50%;
	position:absolute;
	top:8px;
	left:8px;
	transform:rotate(-45deg);
}

.radial-section {
	position: absolute;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.radial-section,
.wedge {
	width:90px;
}

.wedge {
	height:180px;
	background:#dbdbdb;
	transition:all 1s linear;
	height: 180px;
}

.radial-right-section .wedge {
	left:0;
	transform-origin:0 50%;
	transform:rotate(-90deg);
}

.radial-progress-wrapper .radial-right-section .wedge {
	transform:rotate(-181deg);
}

.radial-right-section .wedge {
	border-radius:0 180px 180px 0;
}

.radial-left-section {
	left: 0;
}

.radial-left-section .wedge {
	transform:rotate(0deg);
}

/** Performace Page **/

.performance-page .result-section .wedge {
	height:140px;
	width:70px;
}

.performance-page .result-section .radial-right-section .wedge {
	border-radius:0 140px 140px 0;
}

.performance-page .result-section .radial-left-section .wedge {
	border-radius:140px 0 0 140px;
	transform-origin:70px 70px;
}

.performance-page .result-section {
	flex:1;
	background-color:#fff;
}

.performance-page .result-section .radial-container {
	height:140px;
}

.performance-page .result-section .radial-container {
	height:120px;
}

.performance-page .result-section .radial-wrapper {
	width: 140px;
	height: 140px;
	left: calc(50% - 70px);
}

.performance-page .result-section .radial-wrapper .radial-inner-container {
	width: 124px;
	height: 124px;

}

.performance-page .result-section .radial-section {
	width:70px;
}

.performance-page .result-section .radial-right-section {
	/**left:60px **/
	left:70px;
}

.performance-page .result-section .marker {
	transform-origin:50% 70px;
}

/** **/

.results-section .result-section-bad .radial-progress-wrapper .marker,
.results-section .result-section-bad .radial-progress-wrapper .wedge {
	background:#f2545b;
}

.marker {
	background:#dbdbdb;	
	border-radius:50%;	
	height:8px;	
	width:8px;	
	position:absolute;	
	top:0;	
	left:calc(50% - 4px);
	transform:rotate(-180deg);
}

.marker.end {
	transform:rotate(90deg);
	transition:all 1s linear;
}

.radial-progress-wrapper .marker.end {
	transform:rotate(0deg);
}

.results-section .result-section-ok .radial-progress-wrapper .marker,.results-section .result-section-ok .radial-progress-wrapper .wedge {
	background:#f5c26b;
}

.loading-radial-container .radial-progress-wrapper .marker.end {
	animation:marker-end 2s linear infinite,color-change 2s linear infinite;
}

.results-section .result-section-good .radial-progress-wrapper .marker,
.results-section .result-section-good .radial-progress-wrapper .wedge,
.results-section .result-section-great .radial-progress-wrapper .marker,
.results-section .result-section-great .radial-progress-wrapper .wedge {
	background:#00bda5;
}

.radial-wrapper.radial-wrapper-bad .marker,.radial-wrapper.radial-wrapper-bad .wedge{
	background:#d00243;
}

.radial-wrapper .icon {
	font-size:70px;
	line-height:160px;
}

.radial-wrapper.radial-wrapper-bad .icon{
	color:#d00243;
}

.radial-wrapper.radial-wrapper-ok .marker,.radial-wrapper.radial-wrapper-ok .wedge{
	background:#f8be1c;
}

.radial-wrapper.radial-wrapper-ok .icon{
	color:#f8be1c;
}

.radial-wrapper.radial-wrapper-good .marker,.radial-wrapper.radial-wrapper-good .wedge{
	background:#a4ba32;
}

.radial-wrapper.radial-wrapper-good .icon{
	color:#a4ba32;
}

.loading-radial-container .radial-progress-wrapper .radial-right-section .wedge{
	animation:right-loading 2s linear infinite,color-change 2s linear infinite;
}

.performance-page .result-section .icon-download{
	height:30px;
	width:30px;
	margin:35px auto;
	background:url('../images/HTML.png') no-repeat;
	background-size:30px;
}

.performance-page .result-section .icon-timer{
	height:30px;
	width:30px;
	margin:35px auto;
	background:url('../images/Delay.png') no-repeat;
	background-size:30px;
}

.performance-page .result-section .icon-cloud-refresh{
	height:30px;
	width:30px;
	margin:35px auto;
	background:url('../images/Download.png') no-repeat;
	background-size:30px;
}

@media only screen and (max-width:768px) {

	.performance-page .result-section .icon-cloud-refresh,
	.performance-page .result-section .icon-download,
	.performance-page .result-section .icon-timer {
	 margin-top:35px;
	}

}

@media only screen and (max-width:768px){

	.performance-page .result-section{
		margin:30px 30px 10px;
	}
	
	.performance-page .result-section:not(:last-child){
		border-bottom:1px solid #dbdbdb;
		border-right:none;
	}
	
	.performance-page .result-section .radial-container{
		height:120px;
	}
	
	.performance-page .result-section .radial-wrapper{
		width:120px;
		height:120px;
		left:calc(50% - 60px);
	}
	
	.performance-page .result-section .radial-wrapper .radial-inner-container{
		width:104px;
		height:104px;
	}
	
	.performance-page .result-section .radial-section{
		width:60px;
	}
	
	.performance-page .result-section .wedge{
		height:120px;
		width:60px;
	}
	
	.performance-page .result-section .radial-left-section .wedge{
		border-radius:120px 0 0 120px;
		transform-origin:60px 60px;
	}
	
	.performance-page .result-section .radial-right-section{
		left:60px;
	}
	
	.performance-page .result-section .radial-right-section .wedge{
		border-radius:0 120px 120px 0;
	}
	
	.performance-page .result-section .marker{
		transform-origin:50% 60px;
	}

}

.performance-page .bottom-results {
	margin:0 auto;
	max-width:700px;
}


/** SEO PAGE **/

.seo-page {
	background-color:#f5f8fa;
}

.seo-page .wsg-container {
	flex:1 0 auto;
}

.seo-page .flex-wrapper {
	display:flex;
	flex-direction:column;
}

.seo-page h3{
	color:#333;
}

.seo-page .subtitle {
	color:#33475b;
}

@media only screen and (min-width:769px){
	.seo-page .bg-blob {
		display:flex;
		flex-direction:column;
		align-items:center;
		min-height:467px;
	}
}

/** MOBILE PAGE **/

.mobile-page {
	background-color:#f5f8fa;
}

.mobile-page .wsg-container {
	flex:1 0 auto;
}

.mobile-page .flex-wrapper {
	display:flex;
	flex-direction:column;
}

.mobile-page h3 {
	color:#333;
}

.mobile-page .subtitle {
	color:#33475b;
}

.mobile-page .mobile-card-flow {
	display:flex;
	justify-content:flex-end;
	flex-direction:row;
}

.mobile-page .preview {
	top:30px;
	margin-bottom:20px;
	margin-right:20px;
}

@media only screen and (min-width:769px){

	.mobile-page .bg-blob {
		min-height:456px;
	}
	
	.mobile-page .preview {
		margin-left:30px;
		
	}
	
	.mobile-page .preview .screenshot {
		position:absolute;
		top:20px;
		left: 7px;
	}
	
	.mobile-page .results-section {
		margin-top:20px;
	}
	
	.mobile-page .results-section .result-section{
		display:inline-block;
		max-width:220px;	
	}

}

@media only screen and (max-width:768px){
	
	.preview.mobile img.frame {
		left: -7px;
	}
	
	.mobile-page .preview {
		margin-right: 0;
		margin-bottom:40px;
	}
	
	.mobile-page .mobile-card-flow {
		flex-direction:column;
	}
	
	.security-page {
		padding-bottom: 4rem;
	}
	
	.business-profile-container ul {
		margin-left: 0;
		padding-left: 0;
	}
}

.mobile-page .result-value {
	font-size:36px;
}

.mobile-page .result-value .result-value-unit {
	font-size:18px;
	line-height:24px;
}

.mobile-page .radial-inner-container {
	background-color:#f0f0f0;
}

/** Security Page **/
.security-page {
	background-color:#f5f8fa;
}

.security-page .wsg-container {
	flex:1 0 auto;
}

.security-page .flex-wrapper {
	display:flex;
	flex-direction:column;
}

.security-page h3 {
	color:#333;
}

.security-page .subtitle {
	color:#33475b;
}

.security-page .result-icon {
	margin-bottom:0;
}

@media only screen and (max-width:768px) {
.security-page .result-icon {
		margin-top:15px;
	}
}

.security-page .result-text{
	margin-top:0;
}

.security-page .result-header {
	margin-bottom:8px;
}

@media only screen and (min-width:769px) {
	.security-page .bg-blob{
		display:flex;
		flex-direction:column;
		align-items:center;
		min-height:385px;
	}
}

.security-page .icon-check-circle{
	width:86px;
	height:86px;
	margin:0;
	background:url('../images/Pass.png') no-repeat;
	background-size:80px
}

.security-page .icon-delete-circle {
	width:86px;
	height:86px;
	margin:0;
	background:url('../images/Fail.png') no-repeat;
	background-size:80px
}

@media only screen and (min-width:769px) {
	.security-page .bg-blob{ 
		display:flex;
		flex-direction:column;
		align-items:center;
		min-height:385px;
	}
}


.flip-card-container {
	display:flex;	
	flex-direction:row;	
	align-items:center;	
	text-align:left;	
	margin:20px;	
	min-height:250px;	
	border-radius:3px;	
	background-color:#fff;	
	box-shadow:0 1px 5px 0 rgba(45,62,80,.12);
}

@media only screen and (max-width:768px) {
	.flip-card-container {
		-moz-appearance: flex-direction:column;
		flex-direction: column;
	}

}

.flip-card-container .result-text-small {
	margin:auto;
}

.flip-card-container .left {
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	height:100%;	
	width:100%;
	padding:40px;	
	background:linear-gradient(225deg,#6a78d1,#00a4bd);
}

.flip-card-container .info {
	display:flex;	
	flex-direction:column;	
	justify-content:center;	
	padding:1rem;
	height:100%;
}


.share-banner {
	/** background:rgba(0,103,153,1); **/
	background: linear-gradient(45deg,#ff7a59,#ff8f59);
	
}

.share-banner .share-banner-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	text-align: center;
	min-height:70px;
	padding:1rem;
	color: #fff;
	font-size: 13px;
}

.share-banner .share-banner-content p {
	padding: 0;
	margin: 0;
}

@media only screen and (max-width:768px) {
	.share-banner .share-banner-content{
		flex-direction:column;
	}
}

.share-banner .share-banner-content .share-banner-header {
	font-size:16px;
	font-weight:700;
	color:#fff;
}

@media only screen and (max-width:768px) {

	.share-banner .share-banner-content .share-banner-header{
		text-align:center;
	}
}

.share-banner .share-banner-content .share-banner-paragraph {
	font-size:14px;
	font-weight:500;
	color:#fff;
}

.share-banner .share-banner-content .share-banner-buttons {
	vertical-align:middle;
	text-decoration:none;
}

.share-banner .share-banner-content .share-banner-buttons .share-icons {
	display:flex;
}

.share-banner .share-banner-content .share-banner-buttons .share-icons .icon {
	color:#2d3e50;	
	background-color:#fff;	
	border-radius:100%;	
	margin:5px;	
	text-decoration:none;	
	font-size:1.75em;	
	display:flex;	
	align-items:center;	
	justify-content:center;	
	width:40px;	
	height:40px;	
	transition:all .4s ease;
	cursor:pointer;
}

.trial-cta-page {
	background:url(/data/audits/barn.png) 100% 100% no-repeat;
	background-color:#33475b;
	color:#fff;
	text-align:left;
	font-size:16px;
	padding: 40px 40px;
}

@media only screen and (max-width:768px) {
	.trial-cta-page {
		text-align:center;
	}
}

.cta-info-left {
	display:flex;
	flex-direction:column;
	align-content:center;
	justify-content:space-around;
	width:100%;
}

.trial-cta-page .cta-container .cta-info-left {
	
}

.trial-cta-page .cta-container .cta-info-left &gt; img {
	max-height:390px;
	padding:25px;
}

@media only screen and (max-width:768px) {
	.trial-cta-page .cta-container .cta-info-left {
	
	}
}

.trial-cta-page .cta-container .cta-form-right {
	padding:20px;
}

.trial-cta-page .cta-container .trial-cta-header {
	text-transform:uppercase;
	font-weight:700;
}

.trial-cta-page .cta-container .trial-cta-header.alt {
	
}

.trial-cta-page .cta-container .trial-cta-header .header {
	font-size:32px;
	line-height:44px;
}

.trial-cta-page .cta-container .trial-cta-header .product-logo {
	margin-bottom:18px;
}

.trial-cta-page .cta-container .microcopy {
	padding-bottom:100px;
}

@media only screen and (max-width:768px) {
	.trial-cta-page .cta-container .microcopy{
		opacity:0;
	}
}

.trial-cta-page .cta-container .paragraph{
	margin-top:16px;
}

.trial-cta-page .cta-container .trial-cta-button {
	padding-top:24px;
	padding-bottom:24px;
}

@media only screen and (max-width:768px) {

	.trial-cta-page .cta-container .trial-cta-button {
		display:flex;
		flex-direction:column;
		align-content:center;
		justify-content:space-around;
		width:100%;
	}
}

hr {
	background-color:#dbdbdb;
	border-color:#dbdbdb;
	color:#dbdbdb;
	margin:10px 30px 30px'
}

@media only screen and (max-width:768px) {
	hr {
		margin:0 30px;	
	}
}

.business-profile {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 3rem 2rem 2rem 2rem;
	background-color:hsla(0,0%,100%,.05);
}

.business-profile  h3 {
	padding: 0 0 1rem 0;
	margin: 0 0 1rem 0;
	border-bottom: 1px solid rgba(124,152,182, 0.4);
}

.business-profile-container ul li {
	list-style-type: none;
	text-align: left;
}

.trial-cta-page footer.bmc-footer {
	background-color: transparent;
	padding-bottom: 0;
}

/** Page Commons **/
.tag-wrapper {
	position: relative;
	font-weight: 700;
	font-size: 10px;
	line-height: 14px;
	color: #fff;
}

.tag-wrapper .tag {
	position: absolute;
	top: -26px;
	right: -35px;
	height: 20px;
	padding: 4px 8px 4px 12px;
	margin-left: auto;
	border-radius: 20px 3px 3px 20px;
	text-transform: uppercase;
}

@media only screen and (max-width:768px) {
	.tag-wrapper .tag {
		right:-5px;
	}
}

.tag-wrapper .tag-pass {
	background-color: #00bda5;
}

.tag-wrapper .tag-fail {
	background-color: #f2545b;
}

.icon-check-circle, .icon-delete-circle {
	height: 60px;
	width: 52px;
	margin: 20px auto;
}

.icon-check-circle {
	background: url('../images/Pass.png') no-repeat;
}

.icon-delete-circle {
	background:url('../images/Fail.png') no-repeat;
}

.result-cta-banner .icon-search {
	background:url('../images/icon-search.png') 50% no-repeat;
	background-size:20px 20px;
}

.result-cta-banner .cta-icon.icon-trophy {
	background: url('../images/icon-trophy.png') 50% no-repeat;
	background-size: 24px 21px;
}

.result-cta-banner .icon-mobile {
	background:url('../images/icon-mobile.png') 50% no-repeat;
}

.result-cta-banner .icon-locked {
	background:url('../images/icon-mobile.png') 50% no-repeat;
}</pre></body></html>