<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==================================================================
  1. Base &amp; Reset Styles
==================================================================*/
html, body {
  height: 100%;
}

html {
  font-family: sans-serif;
  /* Vendor prefixes for text size adjustment */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

/* Hide scrollbar for IE and Edge */
* {
  -ms-overflow-style: none !important;
}

/* Basic List Reset */
.business-profile-container ul,
.business-profile-container ul li {
  list-style-type: none;
}

.business-profile-container ul {
  /* This appears in a media query and is moved here for desktop too */
  margin-left: 0;
  padding-left: 0;
}

.business-profile-container ul li {
  text-align: left;
}

hr {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  color: #dbdbdb;
  margin: 10px 30px 30px; /* Check this margin syntax, was '10px 30px 30px' */
}

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

/*==================================================================
  2. Utility Classes
==================================================================*/
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

/* Helper for full page content */
.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;
}

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

/* Link utility classes */
.backhome a:link,
.backhome a:visited {
  color: #fff;
}

.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;
}

/*==================================================================
  3. Layout &amp; Structure
==================================================================*/

/* Overall Page Wrapper */
.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: 0;
  width: 100%;
}

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

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

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

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

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

/* Results Sections Wrapper */
.results-section {
  display: flex;
}

/* Shared Result Section Styling (General) */
.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;
}

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

/*==================================================================
  4. Sidebar Component (sidepanel-overall-grade)
==================================================================*/
.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;
}

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

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

/* Override general result-section styles for sidebar */
.sidepanel-overall-grade .result-section {
  background-color: transparent;
  padding: 0 10px;
  background: none;
  border-bottom: none;
  border-right: none;
  margin: 0;
  box-shadow: none; /* Consolidated box-shadow properties */
  text-align: center;
}

.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;
}

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

.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;
}

/*==================================================================
  5. Score Components (score-container)
==================================================================*/
.score-container {
  cursor: pointer;
  margin: 0;
  padding: 12px 15px 8px;
  font-size: 14px;
}

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

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

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

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

/* Sidebar Score Display */
.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;
}

/* Desktop Score Display */
.score-container .score {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}

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

/* Score Color Modifiers */
.score-container.score-container-good .score,
.score-container.score-container-good .progress-bar {
  color: #00bda5;
  background-color: #00bda5;
}

.score-container.score-container-ok .score,
.score-container.score-container-ok .progress-bar {
  color: #f5c26b; /* Inconsistent color: f2545b in one place, f5c26b in another, using f5c26b for OK as per sidebar/bar/stat */
  background-color: #f5c26b;
}

.score-container.score-container-bad .score,
.score-container.score-container-bad .progress-bar {
  color: #f2545b; /* Inconsistent color: f2545b in one place, f5c26b in another, using f2545b for BAD as per sidebar/bar/stat */
  background-color: #f2545b;
}

/* Status Icon Colors */
.stat.status-good svg.radial-progress:nth-of-type(6n+1) circle {
  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 */
.bar-wrapper {
  display: inline-block;
  position: relative;
  width: 250px;
}

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

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

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

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

/*==================================================================
  6. Typography &amp; Headings
==================================================================*/
h3.title {
  margin: 1rem 0;
}

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

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

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

.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;
}

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

/* Overall Page Title &amp; Description */
.overall-page .title {
  font-size: 46px;
  line-height: 63px;
  font-weight: 700;
  margin-bottom: 0;
}

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

/* Full Page Centered Heading */
.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 Header &amp; Text */
.result-header {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 20px;
  text-transform: uppercase;
  word-wrap: break-word;
}

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

.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-text,
.result-text-small {
  font-weight: 600;
  line-height: 21px;
}

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

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

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

.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;
}

/*==================================================================
  7. Preview Component
==================================================================*/
.preview {
  display: inline-block;
  position: relative;
}

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

/* Bar inside preview */
.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;
}

/* Desktop Preview */
.preview:not(.mobile) {
  height: 485px;
  width: 772px;
}

.preview:not(.mobile) .screenshot,
.preview:not(.mobile) .loader,
.preview:not(.mobile) .error {
  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%);
}

/* Loader/Error styles */
.preview .loader,
.preview .error {
  background-color: #4a4a4a;
}

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

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

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

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

/* Mobile Preview */
.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: -0.47px;
  line-height: 22px;
}

/*==================================================================
  8. Radial Progress Component (General &amp; Sidepanel)
==================================================================*/

.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;
  width: 90px;
}

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

.radial-right-section {
  /* left: 90px; (Implicit) */
}

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

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

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

.radial-left-section .wedge {
  transform: rotate(0deg);
  /* border-radius: 180px 0 0 180px; (Implicit) */
}

/* Markers */
.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);
}

/* Radial colors for sections */
.results-section .result-section-bad .radial-progress-wrapper .marker,
.results-section .result-section-bad .radial-progress-wrapper .wedge {
  background: #f2545b;
}

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

.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;
}

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

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

/* Radial wrapper color overrides */
.radial-wrapper.radial-wrapper-bad .marker,
.radial-wrapper.radial-wrapper-bad .wedge {
  background: #d00243;
}

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

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

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

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

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

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

/*==================================================================
  9. Performance Page Radial Overrides
==================================================================*/
.performance-page .result-section .radial-container {
  height: 140px; /* Overridden again below to 120px, consolidating here: */
  height: 120px;
}

.performance-page .result-section .wedge {
  height: 140px; /* Overridden again below to 120px, consolidating here: */
  height: 120px;
  width: 70px; /* Overridden again below to 60px, consolidating here: */
  width: 60px;
}

.performance-page .result-section .radial-wrapper {
  width: 140px; /* Overridden again below to 120px, consolidating here: */
  width: 120px;
  height: 140px; /* Overridden again below to 120px, consolidating here: */
  height: 120px;
  left: calc(50% - 70px); /* Overridden again below to calc(50% - 60px), consolidating here: */
  left: calc(50% - 60px);
}

.performance-page .result-section .radial-wrapper .radial-inner-container {
  width: 124px; /* Overridden again below to 104px, consolidating here: */
  width: 104px;
  height: 124px; /* Overridden again below to 104px, consolidating here: */
  height: 104px;
}

.performance-page .result-section .radial-section {
  width: 70px; /* Overridden again below to 60px, consolidating here: */
  width: 60px;
}

.performance-page .result-section .radial-right-section {
  left: 70px; /* Overridden again below to 60px, consolidating here: */
  left: 60px;
}

.performance-page .result-section .radial-right-section .wedge {
  border-radius: 0 140px 140px 0; /* Overridden again below to 0 120px 120px 0, consolidating here: */
  border-radius: 0 120px 120px 0;
}

.performance-page .result-section .radial-left-section .wedge {
  border-radius: 140px 0 0 140px; /* Overridden again below to 120px 0 0 120px, consolidating here: */
  border-radius: 120px 0 0 120px;
  transform-origin: 70px 70px; /* Overridden again below to 60px 60px, consolidating here: */
  transform-origin: 60px 60px;
}

.performance-page .result-section .marker {
  transform-origin: 50% 70px; /* Overridden again below to 50% 60px, consolidating here: */
  transform-origin: 50% 60px;
}

/* Performance Page Icons (Background Images) */
.performance-page .result-section .icon-download,
.performance-page .result-section .icon-timer,
.performance-page .result-section .icon-cloud-refresh {
  height: 30px;
  width: 30px;
  margin: 35px auto;
  background-repeat: no-repeat;
  background-size: 30px;
}

.performance-page .result-section .icon-download {
  background-image: url('../images/HTML.png');
}

.performance-page .result-section .icon-timer {
  background-image: url('../images/Delay.png');
}

.performance-page .result-section .icon-cloud-refresh {
  background-image: url('../images/Download.png');
}

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

/*==================================================================
  10. Page Specific Layouts
==================================================================*/

/* Overall Page */
.overall-page {
  color: #fff;
  position: relative;
  background-color: #f5f8fa;
}

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

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

/* Performance Page */
.performance-page {
  background-color: #f5f8fa;
}

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

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

/* SEO Page */
.seo-page,
.mobile-page,
.security-page {
  background-color: #f5f8fa;
}

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

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

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

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

/* Mobile Page Specifics */
.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;
}

.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 Specifics */
.security-page .result-icon {
  margin: 0;
}

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

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

/* Security Page Icons (Background Images) */
.security-page .icon-check-circle,
.security-page .icon-delete-circle {
  width: 86px;
  height: 86px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: 80px;
}

.security-page .icon-check-circle {
  background-image: url('../images/Pass.png');
}

.security-page .icon-delete-circle {
  background-image: url('../images/Fail.png');
}

/*==================================================================
  11. CTA &amp; Banner Components
==================================================================*/

/* Result CTA Banner */
.result-cta-banner,
.result-cta-container {
  display: flex;
  flex-direction: row;
}

.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;
}

.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 0.15s ease-out;
  color: #0091ae;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
}

/* Private Link */
.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;
}

/* Share Banner */
.share-banner {
  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;
}

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

.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 0.4s ease;
  cursor: pointer;
}

/* Trial CTA Page */
.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;
}

.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 &gt; img {
  max-height: 390px;
  padding: 25px;
}

.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 .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;
}

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

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

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

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

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

/* Flip Card Container */
.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, 0.12);
}

.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%;
}

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

/*==================================================================
  12. Tag &amp; Icon Components
==================================================================*/

/* Tags (Pass/Fail) */
.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;
}

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

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

/* General Icons (Background Images) */
.icon-check-circle,
.icon-delete-circle {
  height: 60px;
  width: 52px;
  margin: 20px auto;
  background-repeat: no-repeat;
}

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

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

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

.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,
.result-cta-banner .icon-locked {
  background: url('../images/icon-mobile.png') 50% no-repeat;
}

/*==================================================================
  13. Media Queries (Mobile/Small Screens)
==================================================================*/

/* Mobile First Breakpoint (max-width: 768px or 767.98px) */
@media only screen and (max-width: 768px) {
  /*
	* Consolidating various media queries for max-width: 768px
	*/

  /* General Layout */
  hr {
	margin: 0 30px;
  }

  .my-fixed-top {
	position: relative;
  }

  .main-toolbar {
	display: none;
  }

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

  .result-cta-container {
	margin: 0 20px;
  }

  .result-header {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 12px;
  }

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

  .share-banner .share-banner-content {
	flex-direction: column;
  }

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

  .trial-cta-page {
	text-align: center;
  }

  .trial-cta-page .cta-container .microcopy {
	opacity: 0;
  }

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

  .flip-card-container {
	flex-direction: column;
  }

  .tag-wrapper .tag {
	right: -5px;
  }

  .security-page .result-icon {
	margin-top: 15px;
  }

  /* Sidepanel specific overrides */
  .sidepanel-overall-grade {
	position: relative;
	width: 100%;
  }

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

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

  .sidepanel-overall-grade .result-section {
	display: block;
  }

  .sidepanel-overall-grade .backhome {
	display: block;
  }

  /* Result Section specific overrides */
  .result-section {
	margin: 30px 30px 10px;
	padding: 36px 0 20px;
  }

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

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

  /* Performance Page Icon margins */
  .performance-page .result-section .icon-cloud-refresh,
  .performance-page .result-section .icon-download,
  .performance-page .result-section .icon-timer {
	margin-top: 35px;
  }
}

/* Mobile Layout Breakpoint (max-width: 768px) */
@media only screen and (max-width: 768px) {
  /* This query contains overrides for the overall-page and performance-page,
	 which use `max-width: 768px` in the original source, so they are grouped here
	 though some might be redundant with the 767.98px query */

  .overall-page {
	background-image: none;
	display: none;
  }

  /* Performance Page Radial Overrides (Repeated, but kept for specificity) */
  .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;
  }

  /* Mobile Page specific overrides */
  .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;
  }
}

/* Desktop Breakpoint (min-width: 769px) */
@media only screen and (min-width: 769px) {
  .seo-page .bg-blob,
  .security-page .bg-blob {
	display: flex;
	flex-direction: column;
	align-items: center;
  }

  .seo-page .bg-blob {
	min-height: 467px;
  }

  .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;
  }

  .security-page .bg-blob {
	min-height: 385px;
  }
}</pre></body></html>