/* -*- coding: utf-8 -*- */

:root {
  --min-width: 360px;
  --max-width: 1200px;
}

html {
  background-color: #ffffff;
  color: #4A495C;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  line-height: 1.5;
}

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

iframe {
  border: none;
}

img {
  display: block;
  height: auto;
  width: auto;
}

figure {
  margin: 0;
}

blockquote {
  margin: 0;
}

textarea {
  font-family: "PT Mono", monospace;
}

input {
  font-family: "PT Mono", monospace;
}

a {
  /* color: #3775f0; */
  color: #2E8DFC;
  text-decoration: none;
}

a:focus,
a:hover {
  /* color: #3775f0; */
  color: #2E8DFC;
  text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
}

.telephone {
  white-space: nowrap;
}

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

#discontinued {
  background-color: #f7f7fb;
}

#discontinued #header {
  background-color: #2E8DFC;
}

#discontinued #header .header-container {
  align-items: center;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100vw;
}
@media only screen and (max-width:470px) {
  #discontinued #header .header-container {
    flex-direction: column;
  }
}

#discontinued #header .header-phone {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  padding-bottom: 10px;
  padding-top: 10px;
}

#discontinued #header .phone-icon {
  padding-left: 30px;
}

#discontinued #header .phone-text {
  text-align: center;
}

#discontinued #header .phone-top {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

#discontinued #header .telephone {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

#discontinued #header .phone-bottom {
  font-size: 10px;
  line-height: 1;
}

#discontinued #header .phone-247 {
  border: 1px solid #ffffff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

#discontinued .main-container {
  padding-left: 10px;
  padding-right: 10px;
}

#discontinued .main-container > * {
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100vw - 20px);
}

#discontinued .hero-content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 90px;
  padding-top: 60px;
}

#discontinued .hero-image {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  height: 450px;
  max-width: calc(100vw - 20px);
  overflow: hidden;
  position: relative;
  width: 502px;
}

#discontinued .hero-image > * {
  position: absolute;
}

#discontinued .hero-image .hero-image-166 {
  right: 0;
  top: 0;
}

#discontinued .hero-image .hero-image-164 {
  left: 0;
  top: 35px;
}

#discontinued .hero-image .hero-image-165 {
  left: 18px;
  top: 47px;
}

#discontinued .hero-image .hero-image-009 {
  left: 53px;
  top: 47px;
}

#discontinued .hero-image .hero-image-caption {
  color: #222222;
  font-weight: 700;
  font-size: 16px;
  bottom: 0;
  left: 110px;
}

#discontinued .hero-text {
  padding-bottom: 60px;
}

#discontinued .hero-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
}

#discontinued .hero-abstract {
  font-size: 16px;
  margin-bottom: 3em;
  margin-top: 1.5em;
  max-width: 470px;
}

#discontinued .unavailable-button {
  align-items: center;
  background: #b9cffa;
  border-radius: 80px;
  color: #4b5d7d;
  display: inline-flex;
  width: 450px;
}
@media only screen and (max-width:470px) {
  #discontinued .unavailable-button {
    display: none;
  }
}

#discontinued .unavailable-icon {
  align-items: center;
  background: #93b7fc;
  border-radius: 50%;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  width: 54px;
}

#discontinued .unavailable-text {
  font-size: 16px;
  font-weight: 800;
  padding-left: 10px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}

#discontinued .smud-link {
  font-weight: 700;
}

#discontinued .support-email {
}

#discontinued .whatif-content {
  align-items: center;
  background-color: #ffffff;
  border-top: 5px solid #2e8dfc;
  box-shadow: 0px 12px 20px rgba(122, 122, 122, 0.25);
  border-radius: 0 0 8px 8px;
  display: flex;
  gap: 30px;
  justify-content: space-around;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-top: 30px;
  padding-right: 10px;
  position: relative;
}
@media only screen and (max-width:920px) {
  #discontinued .whatif-content {
    flex-direction: column;
  }
}

#discontinued .whatif-content .whatif-image-166 {
  bottom: 30px;
  position: absolute;
  right: 30px;
  z-index: 100;
}

#discontinued .smud-image {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  height: 430px;
  margin-left: -10px;
  max-width: calc(100vw - 20px);
  overflow: hidden;
  position: relative;
  width: 412px;
}
@media only screen and (max-width:920px) {
  #discontinued .smud-image {
    align-self: flex-start;
    order: 1;
  }
}

#discontinued .smud-image > * {
  position: absolute;
}

#discontinued .smud-image .smud-image-166 {
  right: 0;
  top: 0;
}

#discontinued .smud-image .smud-image-170 {
  left: 0;
  top: 35px;
}

#discontinued .smud-image .smud-image-171 {
  left: 0px;
  top: 47px;
}

#discontinued .smud-image .smud-image-165 {
  left: 10px;
  top: 75px;
}

#discontinued .smud-image .smud-image-caption {
  color: #222222;
  font-weight: 700;
  font-size: 16px;
  bottom: 0;
  left: 10px;
}

#discontinued .whatif-text {
  padding-top: 30px;
}

#discontinued .whatif-title {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
}
@media only screen and (max-width:444px) {
  #discontinued .whatif-title {
    font-size: 9vw;
  }
}

#discontinued .whatif-body {
  font-size: 24px;
  font-weight: 600;
}

#discontinued .whatif-receive {
  padding-top: 1.5em;
}
@media only screen and (max-width:920px) {
  #discontinued .whatif-receive {
    list-style-type: none;
    padding-left: 0;
  }
}

#discontinued .whatif-email {
  max-width: 655px;
  padding-bottom: 30px;
}

#discontinued .questions-content {
  padding-bottom: 120px;
  padding-top: 90px;
  position: relative;
}

#discontinued .questions-body {
  padding-left: 45px;
}

#discontinued .questions-content .ellipse {
  background-color: #E3F1E5;
  border-radius: 50%;
  bottom: 30px;
  height: 181px;
  position: absolute;
  right: 30px;
  width: 181px;
}

#discontinued .questions-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width:533px) {
  #discontinued .questions-title {
    font-size: 9vw;
  }
}

#discontinued .questions-list {
  list-style-type: none;
  max-width: 1050px;
  padding: 0;
  margin: 0 auto;
}

#discontinued .questions-list > li {
  margin-top: 3em;
  position: relative;
}

#discontinued .questions-list > li::before {
  content: url("../images/check-white-on-blue-46x45.png");
  position: absolute;
  left: -50px;
}

#discontinued .questions-q {
  font-size: 28px;
  font-weight: 800;
}
@media only screen and (max-width:467px) {
  #discontinued .questions-q {
    font-size: 6vw;
  }
}

#discontinued .questions-a {
  font-size: 24px;
}
@media only screen and (max-width:480px) {
  #discontinued .questions-a {
    font-size: 5vw;
  }
}

#discontinued .to-do-list {
  list-style-type: disc;
}

#discontinued .help-container {
  background-color: #ffffff;
  padding-bottom: 150px;
  padding-top: 150px;
}

#discontinued .help-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

#discontinued .help-body {
  align-items: center;
  display: flex;
  font-size: 24px;
  gap: 20px;
  justify-content: center;
  margin-top: 60px;
  text-align: center;
}

@media only screen and (max-width:600px) {
  #discontinued .help-body {
    flex-direction: column;
  }
}

#discontinued .email-icon {
  align-items: center;
  border-radius: 50%;
  border: 4px solid #3879f1;
  display: inline-flex;
  height: 72px;
  justify-content: center;
  margin-right: 30px;
  min-height: 72px;
  min-width: 72px;
  vertical-align: middle;
  width: 72px;
}

#discontinued .email-icon img {
  display: inline-block;
}

#footer {
  background-color: #2E8DFC;
  color: #ffffff;
  padding-bottom: 150px;
}

#footer a {
  color: inherit;
}

#footer a:focus,
#footer a:hover {
  color: inherit;
}

.footer-wrapper {
  display: flex;
}

.footer-wrapper::before,
.footer-wrapper::after {
  content: '';
  display: block;
  flex: 1;
  height: 10px;
}

.footer-content {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  flex: 10000;
  font-size: 12px;
  justify-content: space-around;
  line-height: 1.5;
  max-width: var(--max-width);
  min-width: var(--min-width);
  padding-top: 60px;
  position: relative;
}

@media only screen and (max-width:600px) {
  .footer-content {
    flex-wrap: wrap;
  }
}
.footer-section1 {
  padding-left: 10px;
  padding-right: 20px;
  width: 210px;
}

.footer-address .address {
  display: block;
  font-style: normal;
  margin-top: 1.5em;
}

.footer-section2 {
  flex: 1 1;
  max-width: 600px;
  min-width: calc(var(--min-width) - 20px);
  padding-left: 10px;
  padding-right: 10px;
}

#footer .disclaimer {
  text-align: justify;
}

#footer .copyright {
  margin-bottom: 3em;
  margin-top: 1.5em;
}

.footer-section3 {
  min-width: 150px;
}

.footer-nav {
  padding-left: 20px;
}

#footer .nav-list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 24em;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer .nav-list li {
  line-height: 1.5;
  margin-bottom: 1.5em;
  white-space: nowrap;
}

#footer .credits {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  width: 120px;
}

#footer .credit {
  padding-bottom: 15px;
}

#footer .credit a {
  display: block;
  margin: 0 auto;
  width: 90px;
}

#footer .credit img {
  /* filter: grayscale(1); */
  margin: 0 auto;
  width: auto;
}

#footer .credit:hover img {
  filter: none;
}

#footer .appesteem img {
  height: auto;
  width: 90px;
}

#footer .trustwave img {
  height: auto;
  width: 90px;
}

#footer .bbb img {
  height: auto;
  width: 90px;
}

#footer .geotrust img {
  height: auto;
  width: 90px;
}

#footer .geotrust2 img {
  filter: sepia(100%) hue-rotate(190deg) saturate(500%);
}
