/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: "SFProText-Regular", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  counter-reset: step;
  display: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}

@font-face {
  font-family: 'SFProText-Regular';
  src: local("SF-Pro-Text-Regular"), url("/assets/fonts/sf-pro-text-regular.woff") format("woff");
}

@font-face {
  font-family: 'SFProText-Light';
  src: local("SF-Pro-Text-Light"), url("/assets/fonts/SF-Pro-Text-Light.otf") format("otf");
}

@font-face {
  font-family: 'SFProText-Semibold';
  src: local("SFProText-Semibold"), url("/assets/fonts/sf-pro-text_semibold.woff") format("woff");
}

@font-face {
  font-family: 'SFProText-bold';
  src: local("SFProText-bold"), url("/assets/fonts/sf-pro-text-bold.woff") format("woff");
}

@font-face {
  font-family: 'SFProText-Medium';
  src: local("SF-Pro-Text-Medium"), url("/assets/fonts/sf-pro-text_medium.woff") format("woff");
}

@font-face {
  font-family: 'SFProDisplay-Medium';
  src: local("SFProDisplay Medium"), url("/assets/fonts/SF-Pro-Display-Medium.woff") format("woff");
}

@font-face {
  font-family: 'SFProDisplay-Bold';
  src: local("SFProDisplay Bold"), url("/assets/fonts/SF-Pro-Display-Bold.woff") format("woff");
}

@font-face {
  font-family: 'SFProDisplay-SemiBold';
  src: local("SFProDisplay SemiBold"), url("/assets/fonts/SF-Pro-Display-SemiBold.woff") format("woff");
}

@font-face {
  font-family: 'SFProIcons_regular';
  src: local("SFProIcons_regular"), url("/assets/fonts/SFProIcons_regular.woff") format("woff");
}



.mc-sbold {
  font-family: 'SFProText-Semibold', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
}

.mc-bold {
  font-family: 'SFProText-Bold', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
}

.mc-light {
  font-family: 'SFProText-Light', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
}

.mc-display-semi-bold {
  font-family: 'SFProDisplay-SemiBold', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  box-sizing: border-box;
  color: #1D1D1F;
}

nav {
  height: 46px;
  background: #333;
}

nav > div {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 40px;
}

header > div {
  max-width: 980px;
  margin: 0 auto;
}

header {
  height: 52px;
  padding: 0 40px;
  border-bottom: 0.4px solid #AEAEB2;
}

footer {
  height: 64px;
  background: #F5F5F7;
  width: 100%;
  color: #9BA4A8;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
}

footer .mc-copyright {
  font-size: 12px;
  padding: 0 40px;
}

footer > div {
  max-width: 980px;
  margin: 0 auto;
}

main {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-content: center;
  font-family: 'SFProText-Regular', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  margin: 0 auto 127px;
  padding: 0 40px;
  font-size: 17px;
  position: relative;
  max-width: 980px;
}

main .mc-content {
  line-height: 1.48;
}

.mc-content .mc-step {
  margin: 20px 0;
  position: relative;
  padding-left: 20px;
}

.mc-content .mc-step::before {
  position: absolute;
  left: 0;
  counter-increment: step;
  content: counter(step) ".";
}

.mc-content .mc-down-csv {
  color: #0169D9;
  font-size: 15px;
  line-height: 25px;
}

.mc-content .mc-step:last-of-type {
  margin-bottom: 12px;
}

.mc-content .mc-step .mc-send-text {
  font-size: 15px;
  color: #636366;
  letter-spacing: -0.31px;
}

.mc-content .mc-step.mc-step-align {
  display: flex;
}

main .mc-follow {
  font-size: 17px;
  margin: 0;
  line-height: 24px;
}

main .mc-main-inner {
  margin-right: 75px;
  flex: 3;
  min-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
}

main .mc-main-inner .mc-content .mc-add-covid {
  margin-bottom: 14px;
  font-size: 24px;
  letter-spacing: -0.5px;
}

main.mc-covid .mc-main-inner .mc-header {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 16px;
  margin-bottom: 32px;
}

main .mc-main-inner .mc-header-title {
  font-size: 48px;
  line-height: 1.0625;
  margin-bottom: 12px
}

main.mc-covid .mc-header-title {
  margin-bottom: 16px;
}

main .mc-phone-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: none;
  max-width: 328px;
  margin-top: 30px;
}

.mc-phone-wrap > img {
  max-width: 328px; 
  filter: drop-shadow(4px 8px 24px rgba(0,0,0, 0.50))
}

.mc-title-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
  font-size: 15px;
}

.mc-title-wrap .mc-covid-title {
  letter-spacing: 0.5px;
  font-size: 15px;
  color: #E8475C
}

.mc-emergency-img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

button {
  background: #006EDB;
  padding: 10px 15px;
  border-radius: 22px;
  color: white;
  min-width: 153px;
  min-height: 44px;
  border: 0;
  letter-spacing: -0.022em
}

body a {
  text-decoration: none;
  color: #006EDB;
}

.mc-link {
  color: #006EDB;
  font-family: 'SFProText-Regular', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
}

a:hover {
  text-decoration: underline;
}

button a {
  color: white;
  text-decoration: none;
}

button a:hover {
  text-decoration: none;
}

.mc-center {
  display: flex;
  align-items: center;
}

/* FAQ */
main.mc-faq {
  font-size: 17px;
  letter-spacing: -0.23px;
  line-height: 25px;
  padding-top: 34px;
}

main.mc-faq .mc-header-title {
  font-size: 32px;
}

main.mc-faq .mc-content {
  line-height: 25px;
  letter-spacing: -0.23px;
}

main.mc-faq .mc-main-inner {
  max-width: 715px;
}

.icon {
  font-family: "SFProIcons_regular";
  color: inherit;
  display: inline-block;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  text-decoration: none;
  position: relative;
  z-index: 1;
  alt: '';
}

.info-circle::after {
  content: '\F32A';
}

main.mc-faq .mc-entry-wrap {
  margin-bottom: 12px;
}

a[href^="mailto"] {
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  main {
    flex-direction: column;
    width: calc(100% - 40px);
    padding: 0 20px;
  }

  main .mc-content {
    width: 100%;
    width: calc(100% - 48px);
  }

  nav {
    width: 100%;
  }

  nav > div {
    padding: 0 20px;
    width: calc(100% - 40px);
  }

  header {
    padding: 0 20px;
  }

  footer, main .mc-follow {
    width: 100%;
  }

  footer .mc-copyright {
    padding: 0 20px;
  }

  footer > div {
    width: 100%;
    box-sizing: border-box;
  }

  main .mc-main-inner {
    margin-right: 0;
    flex: initial;
    width: 100%;
    min-width: 100%;
  }

  main .mc-phone-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: initial;
    align-items: center;
  }

  .mc-phone-wrap > img {
    max-width: 280px;
  }

  header > div {
    width: 100%;
    margin: 0 auto;
  }

  main .mc-main-inner .mc-header-title {
    font-size: 32px;
  }

  main.mc-faq .mc-title-wrap {
    margin-top: 0;
  }
}