/* fonts */
@font-face {
  font-family: 'WorkSans';
  font-style: normal;
  font-weight: 400;
  src: local("WorkSans Medium"), local("WorkSans-Medium"), url("fonts/WorkSans-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'WorkSans';
  font-style: normal;
  font-weight: 700;
  src: local("WorkSans Bold"), local("WorkSans-Bold"), url("fonts/WorkSans-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'WorkSans';
  font-style: normal;
  font-weight: 200;
  src: local("WorkSans Light"), local("WorkSans-Light"), url("fonts/WorkSans-Light.ttf") format("truetype"); }

/* colors */
/* fonts */
/* breakpoints */
/**
* Reset some basic elements
*/
body, h1, h2, h3, h4, h5, form#queue label, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/* base styles, using foundation 6 defaults */
html {
  box-sizing: border-box;
  font-size: 100%;
  height: 100%;
  min-height: 100%;
  vertical-align: baseline; }

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

body {
  background: white;
  color: #000;
  font-size: 16px;
  font-family: "WorkSans";
  font-weight: 200;
  line-height: 18px;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0; }
  @media (min-width: 48em) {
    body {
      font-size: 18px;
      line-height: 22px; } }

article,
header,
section {
  display: block; }

a {
  background-color: transparent;
  color: black;
  -webkit-text-decoration-skip: objects;
  text-decoration: underline; }

img {
  border-style: none;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

h1 {
  font-size: 36px;
  line-height: 36px;
  padding: 1rem 0;
  word-wrap: break-word; }

h2 {
  font-size: 27px;
  line-height: 27px;
  padding: 1.3rem 0 0.3rem 0;
  word-wrap: break-word; }

h3 {
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
  padding: 1.3rem 0 0.3rem 0; }

h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  padding: 1.3rem 0 0.3rem 0; }

h5, form#queue label {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  padding: 1rem 0; }

p {
  margin-bottom: 1rem;
  padding: 0;
  line-height: 26px; }

ul {
  margin: 0 0 1rem 2rem; }
  ul li {
    line-height: 26px;
    margin-bottom: 0.5rem; }
    ul li ul {
      margin: 0.5rem 0 1rem 1.3rem; }

ol {
  counter-reset: li-counter;
  list-style-type: none;
  margin: 0;
  margin-left: 3em;
  padding: 0 0 2rem; }
  ol li {
    min-height: 3rem;
    padding-left: 0.5rem;
    position: relative; }
    ol li:before {
      color: black;
      content: counter(li-counter);
      counter-increment: li-counter;
      font-size: 1.1rem;
      font-weight: 400;
      line-height: 1;
      position: absolute;
      top: 0.2rem;
      left: -0.6rem;
      text-align: right; }

p a,
li a {
  text-decoration: none;
  color: black;
  border-bottom: 2px solid #f938bd; }
  p a:hover,
  li a:hover {
    border-bottom: 2px solid black; }

.js-no {
  display: inline-block; }

.js-yes {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.centered {
  margin: 0 auto; }

pre {
  background-color: #edf1f4;
  padding: 0 0.5rem 0.5rem;
  margin-bottom: 0.5rem; }

code {
  display: inline-block;
  font-size: 1.1rem;
  max-width: 100%;
  white-space: normal;
  word-break: break-all; }

.button,
button {
  background: #f938bd;
  border: 2px solid #f938bd;
  border-radius: 5px;
  clear: both;
  color: white;
  cursor: pointer;
  display: block;
  font-family: "WorkSans";
  font-size: 1rem;
  font-weight: 700;
  margin: 1rem auto;
  max-width: 23rem;
  padding: 0.5rem 1.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
  width: 100%; }
  .button:hover,
  button:hover {
    background: black;
    border: 2px solid black;
    color: white;
    text-decoration: none; }
  .button:disabled,
  button:disabled {
    border-color: #aeb6c1;
    background: url("../images/spinner.gif") bottom right no-repeat;
    background-color: #aeb6c1;
    background-size: contain;
    cursor: auto; }

.button2, .button2-black {
  background: #f938bd;
  color: white;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  margin: 1.5rem auto;
  padding: 1rem 1.5rem 0.9rem 0.4rem;
  position: relative;
  text-decoration: none;
  width: 300px; }
  @media (min-width: 48em) {
    .button2, .button2-black {
      font-size: 1.1rem;
      height: auto;
      line-height: 1.2rem;
      padding: 1rem 5rem 0.9rem 2rem; } }
  .button2 a, .button2-black a {
    color: white; }
  .button2:before, .button2-black:before, .button2:after, .button2-black:after {
    content: "";
    background-color: white;
    height: 11px;
    position: absolute;
    width: 4px; }
  .button2:before, .button2-black:before {
    transform: translate(-2px, 0) rotate(-45deg);
    right: 1.45rem;
    top: 1em; }
  .button2:after, .button2-black:after {
    transform: translate(2px, 0) rotate(45deg);
    right: 1.75rem;
    top: 1.5rem; }

.button2-black {
  background: black; }

input[type=checkbox],
input[type=radio] {
  position: relative;
  z-index: -9999; }

input[type=checkbox] + label,
input[type=radio] + label {
  position: relative; }
  input[type=checkbox] + label:before,
  input[type=radio] + label:before {
    content: '';
    width: 18px;
    height: 18px;
    background: white;
    border: 2px solid #aeb6c1;
    display: block;
    box-shadow: none;
    position: absolute;
    top: -1px;
    left: -20px; }

input[type=checkbox]:checked + label:before {
  border: 2px solid #72b559;
  background-image: url("../images/check.svg");
  background-size: 30px;
  background-position: center; }

input[type=radio] + label:before {
  border-radius: 8px;
  top: 1px; }

input[type=radio]:checked + label:before {
  background: #aeb6c1;
  border: 4px solid #fff; }

.add-another {
  font-weight: 700;
  margin-bottom: 2rem; }

.s-hidden {
  max-width: 100%;
  visibility: hidden; }

.select {
  background-color: white;
  background-image: url("/images/pink-dropdown.png");
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: 295px 23px;
  border: none;
  color: black;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 2rem;
  max-width: 320px;
  position: relative;
  width: 100%; }
  @media (min-width: 48em) {
    .select {
      margin: 0 26.5% 3rem; } }

.styledSelect {
  border: 2px solid #f938bd;
  border-radius: 30px;
  font-size: 1rem;
  text-align: center;
  display: inline-block;
  height: 3.5rem;
  padding: 0.8rem 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  @media (min-width: 48em) {
    .styledSelect {
      padding: 0.8 1rem; } }

.options {
  border: 2px solid #f938bd;
  background-color: white;
  display: none;
  font-size: 1rem;
  line-height: 1rem;
  list-style: none;
  position: relative;
  top: 1.18rem;
  margin: 0 auto;
  padding: 0;
  width: 20rem;
  text-align: center;
  z-index: 999; }
  .options li {
    margin: 0;
    padding: 0 0.5rem; }
    .options li:hover {
      background-color: #f938bd;
      color: white; }
    .options li:first-child {
      display: none; }
    .options li:nth-child(2) {
      border-bottom: 2px solid #f938bd; }

.manage-buttons {
  clear: left;
  margin: 2rem auto;
  text-align: center; }
  @media (min-width: 48em) {
    .manage-buttons {
      margin: 0 auto 2rem; } }

.yellow-box {
  background-color: #f9e593; }

.spinner {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-image: url("../images/spinner.gif");
  margin: auto; }

.accordion {
  margin-bottom: 1rem;
  width: 100%; }
  .accordion .transition, .accordion i:before, .accordion i:after {
    transition: all 0.5s ease-in-out; }
  .accordion .flipIn, .accordion .accordion-title {
    animation: flipdown 0.5s ease both; }
  .accordion .no-select {
    -webkit-tap-highlight-color: black;
    user-select: none; }

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    transform: rotateX(8deg); }
  83% {
    transform: rotateX(6deg); }
  92% {
    transform: rotateX(-3deg); }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg); } }

.accordion-title {
  animation-delay: 0.5s;
  background: #edf1f4 url("images/grey-check-open.svg") no-repeat;
  background-position: 0.2rem;
  background-size: 40px;
  border-top: 4px solid white;
  color: #666666;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  padding: 1rem 2rem 1rem 6rem;
  position: relative; }
  @media (min-width: 48em) {
    .accordion-title {
      background-position: 1.2rem 0.4rem;
      padding-left: 6rem; } }

a {
  color: #666666; }

i {
  position: absolute;
  transform: translate(-6px, 0);
  right: 1rem;
  top: 1.2rem; }
  @media (min-width: 48em) {
    i {
      right: 1.5rem; } }
  i:before, i:after {
    content: "";
    position: absolute;
    background-color: #666666;
    width: 4px;
    height: 12px; }
  i:before {
    transform: translate(-4px, 0) rotate(45deg); }
  i:after {
    transform: translate(2px, 0) rotate(-45deg); }

.active {
  color: black; }
  .active i:before {
    transform: translate(4px, 0) rotate(45deg); }
  .active i:after {
    transform: translate(-2px, 0) rotate(-45deg); }
  .active + .accordion-content {
    max-height: 3000px;
    margin-top: 0; }

.fail .accordion-title {
  background: #edf1f4 url("images/red-x-fill.svg") no-repeat; }

.success .accordion-title,
.perfect .accordion-title {
  background: #edf1f4 url("images/green-check-fill.svg") no-repeat; }

.pending .accordion-title {
  background: #edf1f4 url("images/gold-clock-fill.svg") no-repeat; }

.almost .accordion-title,
.not-submitted .accordion-title {
  background: #edf1f4 url("images/gold-!-fill.svg") no-repeat; }

.accordion-content {
  background-color: white;
  margin-top: -2rem;
  max-height: 0;
  overflow: hidden;
  padding: 1rem 1rem 1rem 0;
  transition: all 0.2s; }
  .accordion-content p {
    font-size: 1rem;
    line-height: 1.5rem; }
    @media (min-width: 48em) {
      .accordion-content p {
        padding-left: 5.7rem; } }

body {
  margin-top: 60px; }

nav {
  background-color: black;
  display: block;
  height: 60px;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 10; }
  nav a {
    border: none;
    color: #20c9c9;
    display: inline-block;
    text-decoration: none; }
    nav a:hover {
      text-decoration: none; }
    nav a:visited {
      color: inherit; }
  nav a.open-menu {
    color: #20c9c9;
    display: inline-block;
    margin-top: 0.45em; }
    @media (min-width: 48em) {
      nav a.open-menu {
        display: none; } }
  nav ul {
    display: flex;
    font-size: 0.75rem;
    height: 2rem;
    justify-content: space-around;
    list-style: none;
    line-height: 1rem;
    margin: 0.5rem auto 0;
    padding: 0;
    width: 100%; }
    @media (min-width: 48em) {
      nav ul {
        max-width: 53rem; } }
    nav ul:after {
      content: ""; }
    nav ul li {
      display: none;
      text-align: center;
      text-transform: uppercase;
      font-size: 1.1rem;
      font-weight: 700;
      color: #20c9c9; }
      nav ul li a {
        color: #20c9c9; }
        nav ul li a.active {
          color: white; }
        nav ul li a:hover:not(.donate), nav ul li a:hover:not(.menu-logo) {
          color: white; }
      @media (min-width: 48em) {
        nav ul li {
          display: inline-block;
          font-size: 1rem;
          margin: 0.9rem auto 0;
          text-align: center;
          flex-grow: 1; } }
      nav ul li.logo-li {
        display: inline-block;
        margin: 0; }
      nav ul li.donate {
        display: inline-block;
        margin: 0 auto; }
        @media (min-width: 48em) {
          nav ul li.donate {
            margin: 0.8rem 0 0 2rem;
            width: 3.5rem; } }
        nav ul li.donate a {
          background: #f938bd;
          border: 2px solid #f938bd;
          border-radius: 5px;
          clear: both;
          color: white;
          cursor: pointer;
          display: block;
          font-family: "WorkSans";
          font-size: 1rem;
          font-weight: 700;
          margin: 1rem auto;
          max-width: 23rem;
          padding: 0.5rem 1.5rem;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase;
          transition: all 0.2s;
          width: 100%;
          background: black;
          color: #f938bd;
          margin: 0 auto 0 6%;
          padding: 0.5rem 0;
          width: 11rem; }
          nav ul li.donate a:hover {
            background: black;
            border: 2px solid black;
            color: white;
            text-decoration: none; }
          nav ul li.donate a:disabled {
            border-color: #aeb6c1;
            background: url("../images/spinner.gif") bottom right no-repeat;
            background-color: #aeb6c1;
            background-size: contain;
            cursor: auto; }
          nav ul li.donate a span.donate-mobile {
            display: inline-block; }
          nav ul li.donate a:hover {
            background: #f938bd;
            color: black; }
          @media (min-width: 48em) {
            nav ul li.donate a {
              background: black;
              border-width: 1px;
              padding: 0;
              position: relative;
              top: 0;
              width: 5rem; }
              nav ul li.donate a span.donate-mobile {
                display: none; } }
    nav ul .menu-logo {
      background-image: url("/images/starttls-small-logo.svg");
      background-repeat: no-repeat;
      display: inline-block;
      height: 40px;
      left: 3%;
      position: absolute;
      top: 9px;
      transition: all 0.2s;
      width: 40px; }
      @media (min-width: 48em) {
        nav ul .menu-logo {
          height: 45px;
          width: 45px;
          top: 1px;
          margin-top: 0;
          position: relative; } }
      nav ul .menu-logo:hover {
        background-image: url("/images/starttls-small-logo-hover.svg");
        border: none; }
    nav ul li.close-menu {
      display: none !important; }

.page-wrapper {
  float: left;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  grid-gap: 0;
  height: 100vh;
  right: 0;
  transition: right 0.3s ease;
  width: 100%; }

.main-content {
  display: block;
  height: auto;
  padding: 0 1rem 3rem;
  width: 100%; }
  .main-content .title {
    margin: 0; }
  @media (min-width: 48em) {
    .main-content {
      margin: 0 auto;
      max-width: 48rem; } }

.main-content.home-page {
  padding: 0 0 3rem; }
  .main-content.home-page h3 {
    padding: 0 1rem 1rem 1rem; }

.main-content.list h2 {
  line-height: 1rem;
  padding: 0 0 1rem; }

.main-content.list h2.secure {
  padding: 3.5rem 0 1rem; }

#off-canvas {
  background-color: black;
  display: block;
  font-weight: 400;
  height: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  transition: width 0.3s ease;
  width: 0;
  z-index: 100; }
  #off-canvas ul {
    margin-top: 2.5em;
    margin-left: 2.5em;
    list-style-type: none; }
    #off-canvas ul li {
      margin-bottom: 0.5em; }
    #off-canvas ul li.menu-logo {
      display: none; }
  #off-canvas a {
    border: 0;
    color: white; }
    #off-canvas a:hover {
      color: #20c9c9; }
  #off-canvas a.open-menu {
    display: none; }
  #off-canvas .close-menu a {
    text-decoration: none; }
  #off-canvas .social-media {
    margin-left: 2.5em; }
    #off-canvas .social-media img {
      height: auto;
      width: 30px;
      margin-right: 0.7em; }

#off-canvas:target {
  width: 260px; }

#off-canvas:target + .page-wrapper {
  margin-top: -60px;
  position: relative;
  right: 260px; }
  #off-canvas:target + .page-wrapper a.open-menu {
    display: none; }
  #off-canvas:target + .page-wrapper .close-menu {
    display: block; }
  #off-canvas:target + .page-wrapper .main-nav {
    position: relative; }

#off-canvas:not(:target) + .page-wrapper {
  right: 0; }

.open-menu {
  color: black;
  display: none;
  font-size: 32px;
  position: absolute;
  right: 9px;
  top: 0px;
  z-index: 1000; }
  .open-menu:hover {
    cursor: pointer; }
  @media (min-width: 48em) {
    .open-menu {
      display: inline-block; } }

.close-menu {
  position: absolute;
  right: 9px;
  top: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 32px; }
  .close-menu:hover {
    cursor: pointer; }

header {
  margin-top: 1rem;
  text-align: center; }
  header .eff-project {
    color: #333333; }
    header .eff-project a {
      color: #333333;
      text-decoration: underline; }
  header h1 {
    margin-bottom: 3px; }
  header .logo {
    margin: 1rem auto;
    max-width: 750px; }

footer {
  background: black;
  clear: both;
  color: #20c9c9;
  display: none;
  padding: 1rem;
  text-transform: uppercase;
  width: 100%; }
  @media (min-width: 48em) {
    footer {
      display: block; } }
  footer .footer-wrapper {
    margin: 0 auto;
    max-width: 750px; }
  footer .footer-logo {
    float: left;
    display: inline-block;
    width: 100%; }
    footer .footer-logo img {
      width: 300px; }
  footer .index {
    clear: both;
    display: block;
    padding-left: 0.2rem; }
    @media (min-width: 48em) {
      footer .index {
        display: flex;
        padding-left: 0; } }
    footer .index ul {
      flex: 0 1 auto;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5rem;
      list-style: none;
      margin: 1rem 0;
      padding: 0 0.2rem 0 0;
      width: 50%; }
    footer .index a {
      border: none;
      color: #20c9c9;
      display: inline-block;
      text-decoration: none; }
      footer .index a:hover {
        color: white;
        text-decoration: none; }

label,
.form-item label,
.form-actions label {
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1.5rem;
  text-transform: uppercase; }

input[type=text],
input[type=email],
textarea {
  border: 2px solid #aeb6c1;
  display: block;
  font-family: "WorkSans";
  font-size: 1.1rem;
  font-weight: 400;
  padding: 10px 5px;
  margin: 1rem 0;
  max-width: 23rem;
  width: 100%; }
  input[type=text]::placeholder,
  input[type=email]::placeholder,
  textarea::placeholder {
    color: #2D2D2D; }

input[type=submit] {
  background: #f938bd;
  border: 2px solid #f938bd;
  border-radius: 5px;
  clear: both;
  color: white;
  cursor: pointer;
  display: block;
  font-family: "WorkSans";
  font-size: 1rem;
  font-weight: 700;
  margin: 1rem auto;
  max-width: 23rem;
  padding: 0.5rem 1.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
  width: 100%;
  max-width: 23rem; }
  input[type=submit]:hover {
    background: black;
    border: 2px solid black;
    color: white;
    text-decoration: none; }
  input[type=submit]:disabled {
    border-color: #aeb6c1;
    background: url("../images/spinner.gif") bottom right no-repeat;
    background-color: #aeb6c1;
    background-size: contain;
    cursor: auto; }

legend {
  display: table;
  padding: 0; }

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0.01em 0 0 0; }

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell; }

form#scan {
  padding: 2rem;
  margin: 0 auto 2rem;
  max-width: 950px;
  background: #65e5e1; }
  form#scan h4 {
    font-weight: 700;
    text-align: center; }
  form#scan p {
    font-weight: 400;
    text-align: center; }
  form#scan input[type=text],
  form#scan input[type=email],
  form#scan textarea {
    border: none;
    margin: 1rem auto;
    text-align: center;
    width: 100%; }
    form#scan input[type=text]::placeholder,
    form#scan input[type=email]::placeholder,
    form#scan textarea::placeholder {
      color: #aeb6c1; }
  form#scan input[type=submit] {
    background: #f938bd;
    border: 2px solid #f938bd;
    border-radius: 5px;
    clear: both;
    color: white;
    cursor: pointer;
    display: block;
    font-family: "WorkSans";
    font-size: 1rem;
    font-weight: 700;
    margin: 1rem auto;
    max-width: 23rem;
    padding: 0.5rem 1.5rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    width: 100%;
    max-width: 23rem; }
    form#scan input[type=submit]:hover {
      background: black;
      border: 2px solid black;
      color: white;
      text-decoration: none; }
    form#scan input[type=submit]:disabled {
      border-color: #aeb6c1;
      background: url("../images/spinner.gif") bottom right no-repeat;
      background-color: #aeb6c1;
      background-size: contain;
      cursor: auto; }

form#queue .add-another {
  background: none;
  border: none;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 2rem; }
  form#queue .add-another:hover {
    cursor: pointer; }

#queue-errors {
  display: none;
  border: 2px solid #bc3f69;
  padding: 10px;
  font-weight: bold; }

#result-template,
#add-your-domain,
.add-domain-action.learn,
.add-domain-action.submit,
.accordion-title-fail,
.accordion-title-success,
.check {
  display: none; }

.fail-title {
  background: #edf1f4 url("images/red-x-open.svg") no-repeat;
  background-size: 30px;
  background-position: 0.5rem;
  display: none;
  padding-left: 4rem;
  background: white url("images/red-x-open.svg") no-repeat;
  background-size: 30px; }
  @media (min-width: 48em) {
    .fail-title {
      padding-left: 5.7rem; } }
  @media (min-width: 48em) {
    .fail-title {
      background-position: 0 0.5rem; } }

.default-title {
  background: #edf1f4 url("images/red-x-open.svg") no-repeat;
  background-size: 30px;
  background-position: 0.5rem;
  display: none;
  padding-left: 4rem;
  background: white url("images/green-check-open.svg") no-repeat;
  background-size: 30px; }
  @media (min-width: 48em) {
    .default-title {
      padding-left: 5.7rem; } }
  @media (min-width: 48em) {
    .default-title {
      background-position: 0 0.5rem; } }

.almost-title {
  background: #edf1f4 url("images/red-x-open.svg") no-repeat;
  background-size: 30px;
  background-position: 0.5rem;
  display: none;
  padding-left: 4rem;
  background: white url("images/gold-!-open.svg") no-repeat; }
  @media (min-width: 48em) {
    .almost-title {
      padding-left: 5.7rem; } }
  @media (min-width: 48em) {
    .almost-title {
      background-position: 0 0.5rem; } }

.check.fail {
  display: block; }
  .check.fail .fail-title {
    display: block; }
  .check.fail .default-title {
    display: none; }

.check.success {
  display: block; }
  .check.success .default-title {
    display: block; }
  .check.success .fail-title {
    display: none; }

.check.policy-list {
  display: none; }

#scan-request-failed,
#results-wrapper,
.results-overview,
.results-actions {
  display: none; }

#loading-results {
  text-align: center; }

.not-submitted.results-overview {
  background: #edf1f4 url("/images/green-check-fill.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px;
  padding: 0;
  background-image: url("/images/green-check-fill.svg"); }
  @media (min-width: 48em) {
    .not-submitted.results-overview {
      background-size: 40px;
      background-position: 0 0.5rem;
      padding: 0 1rem 0 5.7rem; } }
  @media (min-width: 48em) {
    .not-submitted.results-overview .what-is {
      margin: 1.5rem 26%; } }

.perfect.results-overview {
  background: #edf1f4 url("/images/green-check-fill.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px;
  padding: 0;
  background-image: url("/images/green-check-fill.svg"); }
  @media (min-width: 48em) {
    .perfect.results-overview {
      background-size: 40px;
      background-position: 0 0.5rem;
      padding: 0 1rem 0 5.7rem; } }

.pending.results-overview {
  background: #edf1f4 url("/images/green-check-fill.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px;
  padding: 0;
  background-image: url("/images/green-check-fill.svg"); }
  @media (min-width: 48em) {
    .pending.results-overview {
      background-size: 40px;
      background-position: 0 0.5rem;
      padding: 0 1rem 0 5.7rem; } }

.no-mxs,
.could-not-connect,
.fail-no-support.results-overview,
.fail-not-secured.results-overview {
  background: #edf1f4 url("/images/green-check-fill.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px;
  padding: 0;
  background-image: url("/images/red-x-fill.svg"); }
  @media (min-width: 48em) {
    .no-mxs,
    .could-not-connect,
    .fail-no-support.results-overview,
    .fail-not-secured.results-overview {
      background-size: 40px;
      background-position: 0 0.5rem;
      padding: 0 1rem 0 5.7rem; } }

.fail .message {
  color: #bc3f69;
  font-weight: bold; }

#share-results .share-title {
  text-align: center; }

#share-results .share-links {
  display: flex;
  justify-content: space-around;
  margin: 1rem auto;
  max-width: 15rem; }
  #share-results .share-links > a, #share-results .share-links > img {
    background-repeat: no-repeat;
    display: inline-block;
    height: 3.5rem;
    transition: opacity 0.3s;
    width: 3.5rem; }
    #share-results .share-links > a:hover, #share-results .share-links > img:hover {
      opacity: 0.6; }
    #share-results .share-links > a.share-twitter, #share-results .share-links > img.share-twitter {
      background-image: url("/images/social-white-twitter.svg"); }
    #share-results .share-links > a.share-facebook, #share-results .share-links > img.share-facebook {
      background-image: url("/images/social-white-facebook.svg"); }
    #share-results .share-links > a.share-google, #share-results .share-links > img.share-google {
      background-image: url("/images/social-white-google.svg"); }

#share-results .url-field {
  display: none;
  width: 100%;
  text-align: center; }
  #share-results .url-field input {
    display: inline;
    margin: 0;
    padding: 5px; }

.social-media {
  transition: all 1s; }
  .social-media a {
    margin-right: 0; }
    @media (min-width: 48em) {
      .social-media a {
        margin-right: 1rem; } }
  .social-media img {
    height: auto;
    opacity: 1;
    width: 50px; }
    .social-media img:hover {
      opacity: 0.6; }
  .social-media textarea {
    float: right;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0; }
    @media (min-width: 48em) {
      .social-media textarea {
        height: auto; } }
  .social-media .copy-confirm {
    transition: opacity 0.8s ease;
    color: #20c9c9;
    font-weight: 400;
    opacity: 0; }
    .social-media .copy-confirm.active {
      opacity: 1; }

#validation-success, #validation-failed {
  display: none; }
