@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ul, ol {
  list-style: none;
}

li {
  list-style-position: outside;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.hidden {
  display: none;
}

.wrapper {
  max-width: 1250px;
  margin: 0 auto;
}

.myMHSfrontend .mymhsToolbar {
  position: fixed;
  z-index: 200;
  bottom: auto;
  top: 0;
  left: 0;
  width: 100%;
}

.content {
  padding: 15px 20px;
  padding-top: 8 0px;
  max-width: 1250px;
  margin: 0 auto;
}

.passwordReseting .content {
  background: white;
}

body {
  background: #dcdcdc;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}

a,
a:link,
a:visited {
  color: #00c0f0;
  text-decoration: none;
  font-weight: bold;
}

.button,
.buttonDark,
a:link.button,
a:visited.button,
a:link.buttonDark,
a:visited.buttonDark {
  border-radius: 5px;
  background: #61A2D8;
  text-align: center;
  text-decoration: none;
  color: white;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.buttonDark,
a:link.buttonDark,
a:visited.buttonDark {
  background: #3a6e82;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

h1, h2, h3, h4 {
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
}

h1 {
  font-size: 24px;
  margin: 0 0 1rem 0;
  padding: 0;
  font-weight: normal;
}

h2, h3 {
  font-size: 20px;
  margin: 2rem 0 0.5rem 0;
}

h2:first-child {
  margin-top: 0;
}

p {
  margin-bottom: 1rem;
}

ul {
  list-style-type: square;
  margin: 1rem;
}
ul li {
  margin-bottom: 1rem;
}

img {
  max-width: 100%;
}

.content h1 {
  text-transform: uppercase;
}

.message {
  color: black;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0.25rem;
  margin: 1rem 0;
}

.message.urgent {
  background: white;
  font-size: 22px;
  text-transform: none;
}

.bigIdea {
  font-size: 125%;
}

.choices {
  clear: both;
  text-align: center;
  font-family: "Helvetica", Arial;
  margin-top: 2rem;
}
.choices a:link.projects,
.choices a:visited.projects {
  padding: 1rem;
}
.choices a:link + a:link {
  margin-left: 2rem;
}

.hero {
  font-family: "Libre Baskerville";
  font-size: 30px;
  line-height: 1.35;
  text-align: center;
  max-width: 842px;
  margin: auto;
}

.bigLink, .button,
a:link.button,
a:visited.button,
a:link.bigLink,
a:visited.bigLink {
  background: #deec1b;
  display: inline-block;
  margin: 1rem 2rem;
  padding: 0.6rem 1rem;
  cursor: pointer;
  color: #62680d;
  border-bottom: 2px solid #b0bb13;
  border-right: 2px solid #a9b415;
}

.woahthere {
  font-size: 24px;
}

@media (max-width: 550px) {
  .hero {
    font-size: 20px;
  }

  .bigLink, .button, a:link.button, a:visited.button, a:link.bigLink, a:visited.bigLink {
    margin: 0;
  }
}
@media (max-width: 930px) {
  /* Navigation setup for moving nav offscreen, revealed with
    hamburger toggler

    to use for mobile only, include with a @media tag
   */
  .hamburgerActive nav.primary {
    width: 290px;
    position: fixed;
    z-index: 100;
    top: 0;
    right: -290px;
    transition: right 0.6s ease;
    background: white;
    color: black;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 500px;
  }
  .hamburgerActive nav.primary div:first-child {
    overflow: scroll;
    height: 100%;
    background: white;
    position: relative;
    z-index: 10;
    padding: 12px 8px;
  }
  .hamburgerActive nav.primary ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .hamburgerActive nav.primary ul li {
    margin: 0;
    padding: 0;
  }
  .hamburgerActive nav.primary a, .hamburgerActive nav.primary a:link, .hamburgerActive nav.primary a:visited, .hamburgerActive nav.primary a:hover {
    display: inline-block;
  }

  .hamburger {
    box-sizing: border-box;
    vertical-align: bottom;
    top: 0;
    z-index: 5;
    cursor: pointer;
    padding: 8px 0;
    position: absolute;
    left: -44px;
    background: white;
    height: 42px;
    width: 48px;
  }
  .hamburger span {
    position: absolute;
    top: 18px;
    left: 11px;
    width: 22px;
    height: 3px;
    background: #000;
    display: block;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .hamburger span:after, .hamburger span:before {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
  }
  .hamburger span:before {
    top: -8px;
  }
  .hamburger span:after {
    bottom: -8px;
  }

  .navOpen nav.primary {
    right: 0;
    box-shadow: -2px 0px 13px rgba(0, 0, 0, 0.35);
  }
  .navOpen .hamburger {
    box-shadow: -2px 0px 13px rgba(0, 0, 0, 0.35);
  }
  .navOpen .hamburger span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navOpen .hamburger span:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 0;
  }
  .navOpen .hamburger span:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
  }

  .bannerTop #header {
    background-color: rgba(255, 255, 255, 0.75);
  }
  .bannerTop #mhslogo {
    opacity: 1;
  }
  .bannerTop .titleHeader img {
    margin-top: 0;
    max-width: 250px;
  }
  .bannerTop .titleHeader h1 {
    height: 0;
  }
  .bannerTop .titleHeader .subtitle {
    opacity: 0;
    max-height: 0;
    padding: 0;
  }
}
.altSiteTitle {
  display: none;
  color: #37acbf;
}

nav.primary ul {
  list-style-type: none;
  text-align: center;
  margin-bottom: 0;
}
nav.primary li {
  display: inline-block;
}
nav.primary li a:link,
nav.primary li a:visited,
nav.primary li a:active {
  padding: 0.25rem 1rem;
  color: white;
}
nav.primary li a:hover {
  background: white;
  color: #37acbf;
}

.hamburgerActive .altSiteTitle {
  display: block;
  color: #37acbf;
  font-size: 26px;
}
.hamburgerActive nav.primary li a:link,
.hamburgerActive nav.primary li a:visited,
.hamburgerActive nav.primary li a:active {
  color: #37acbf;
}

.content {
  padding-top: 1rem;
}

.mobile-notice {
  display: none;
}

form {
  color: black;
  max-width: 700px;
  margin: auto;
}

.step {
  background: #eaeaea;
  padding: 2rem;
  margin: 1rem auto;
}

.row {
  margin: 1rem 0;
  padding: 1rem;
  clear: both;
}

.row h3 {
  font-size: 150%;
}

label {
  width: 30%;
  display: inline-block;
  font-family: "Roboto Condensed", "Montserrat";
  font-weight: bold;
  vertical-align: middle;
}

input[type=text],
input[type=number],
input[type=email] {
  width: 64%;
  display: inline-block;
  font-size: 16px;
  padding: 0.5rem;
}

input[type=checkbox] {
  width: auto;
  margin: 0 0.5rem;
  vertical-align: middle;
  line-height: 0.5;
  display: inline-block;
  height: 20px;
  width: 20px;
}

input[type=checkbox] + label {
  width: 85%;
  display: inline-block;
}

label.full {
  display: block;
  width: 100%;
}

textarea {
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
  margin: 2rem auto;
  width: 100%;
  display: block;
  line-height: 1.5;
  min-height: 350px;
  padding: 1rem;
  box-sizing: border-box;
}

button,
input[type=submit] {
  border: none;
  outline: none;
  background: #37acbf;
  color: white;
  padding: 0.5rem 1rem;
  font-size: 16px;
}

.row.error {
  border-left: 4px solid red;
}

.errorMsg {
  display: none;
  background: #ffdddd;
  color: red;
  border: 1px solid red;
  padding: 0.5rem;
}

.error .errorMsg {
  display: block;
}

.dynamicRow {
  display: none;
}

.dynamicRow.shown {
  display: block;
}

.terms {
  font-size: 120%;
  background: white;
  padding: 1rem;
}

.SSFP_label,
.SSFP_label label,
.SSFP_label input {
  font-size: 1px !important;
  height: 0 !important;
  line-height: 1px !important;
  width: 0 !important;
  display: block !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #fff !important;
  color: #fff !important;
  border: none !important;
  outline: none !important;
  text-indent: -9999px;
}

#forgotPassword {
  display: none;
}

@media (max-width: 600px) {
  .mobile-notice {
    display: block;
    padding: 1rem;
    background: red;
    color: white;
  }
}
.row label {
  font-size: 22px;
}

textarea[name=thoughts] {
  min-height: 150px;
  font-size: 20px;
  font-family: "Libre Baskerville";
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
  margin: 2rem auto;
  width: 100%;
  display: block;
  line-height: 1.5;
  min-height: 350px;
  padding: 1rem;
  box-sizing: border-box;
}

#fauxtoe {
  float: right;
  width: 45%;
  background: #37acbf;
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid #145661;
}

#fauxtoe.HOVER {
  background: #89eeff;
}

#filePreview {
  max-width: 30%;
  float: right;
}
#filePreview img {
  max-width: 100%;
}

#whyName {
  cursor: pointer;
  color: #00c0f0;
}

.notes.important {
  background: white;
  border-radius: 8px;
  padding: 1rem;
}

.loggedin .notForLoggedin {
  display: none;
}

.login .formRow {
  margin-bottom: 1rem;
}
.login label {
  width: 40%;
  display: inline-block;
  text-align: right;
}
.login input[type=text],
.login input[type=password],
.login input[type=email] {
  display: inline-block;
  width: 40%;
  border: none;
  padding: 0.25rem;
  font-size: 18px;
}

@media (max-width: 500px) {
  .row label {
    width: 100%;
    display: block;
  }
  .row input[type=text],
.row input[type=number],
.row input[type=email] {
    width: calc(100% - 1rem);
    display: block;
  }

  .notes {
    margin-left: 0;
  }

  #fauxtoe {
    float: none;
    display: block;
    width: auto;
  }

  .step {
    padding: 3px;
    margin: 1rem auto;
  }

  .login label {
    width: 100%;
    text-align: left;
  }
  .login input[type=text],
.login input[type=password],
.login input[type=email] {
    width: 100%;
  }
}
.panels {
  display: flex;
  max-width: 1440px;
  margin: auto;
}

.panel {
  width: 50%;
  padding: 2rem;
  margin: 1rem 1rem 1rem 4rem;
  background: #f5f5f5;
  border-radius: 8px;
}

.panel + .panel {
  margin: 1rem 4rem 1rem 1rem;
}

.fullPanel {
  width: 100%;
  column-count: 2;
  margin: 1rem 4rem;
}

.intro {
  width: 100%;
  background: #37acbf;
  padding: 40px 40px 0 40px;
}
.intro h1 {
  padding: 0;
  font-family: "Libre Baskerville", serif;
  color: white;
  font-size: 34px;
  font-weight: normal;
}

.intro.secondary {
  width: 100%;
  height: 350px;
  background: #000000 url(../images/banner.jpg) repeat-x 0 0;
  background-size: 100%;
  background-position: 0 90%;
}
.intro.secondary p {
  color: white;
  font-size: 32px;
  font-family: "Libre Baskerville", serif;
}

.home .intro.secondary {
  display: none;
}

.innerPage .intro.secondary {
  display: none;
}

.promptHeading {
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  font-size: 31px;
}

.promptText {
  font-size: 20px;
  font-weight: 500;
}

.documentingHistory {
  font-size: 19px;
  border-top: 1px solid #909090;
  margin-top: 1rem;
  padding: 1rem;
}

.contentTrail {
  text-align: center;
  margin: 1rem;
}

@media (max-width: 1050px) {
  .intro {
    padding: 20px 4rem;
  }

  .intro.secondary {
    height: 32vw;
  }
}
@media (max-width: 930px) {
  .panel {
    margin: 1rem;
  }

  .panel + .panel {
    margin: 1rem;
  }

  .fullPanel {
    column-count: 1;
  }
}
@media (max-width: 760px) {
  .panels {
    display: block;
    max-width: 1440px;
    margin: auto;
  }

  .panel {
    width: auto;
  }
}
@media (max-width: 550px) {
  .intro {
    padding: 1rem 2rem;
  }
  .intro h1 {
    font-size: 20px;
  }
}
.example .thoughts {
  font-family: "Libre Baskerville";
  font-size: 22px;
  font-style: italic;
  margin: 2rem;
}
.example .credits {
  margin: 0 2rem;
}
.example .credits b {
  font-size: 120%;
  font-weight: normal;
  display: block;
}
.example .credits span {
  display: block;
  text-align: right;
  font-size: 90%;
}

.example + .example:before {
  content: "* * * * *";
  display: block;
  text-align: center;
  margin: 3rem 0 0.5rem 0;
}

.smallNote {
  text-align: center;
  margin: 1rem 0;
}

.wall {
  margin: 2rem 5%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.wall .thought {
  cursor: pointer;
  width: 29%;
  background: white;
  margin: 1rem;
  padding: 1rem;
  box-sizing: border-box;
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.3);
}
.wall .thoughtsShort {
  font-size: 120%;
}
.wall .thoughtsShort:before {
  content: "‟ ";
  font-size: 50px;
  line-height: 0.5;
  font-family: "Libre Baskerville";
}
.wall .credits b {
  font-size: 100%;
  font-weight: bold;
  display: block;
}
.wall .credits span {
  display: block;
  text-align: right;
  font-size: 80%;
}

@media (max-width: 1100px) {
  .wall .thought {
    width: 44%;
  }
}
@media (max-width: 650px) {
  .wall .thought {
    width: 100%;
  }
}
.choices {
  width: 35%;
}

.donationsList {
  background: #f5f5f5;
  margin-left: 5%;
  padding: 2rem;
  width: 65%;
}
.donationsList td {
  vertical-align: top;
  padding: 1rem;
}
.donationsList .head td {
  font-weight: bold;
  border-bottom: 1px solid black;
}
.donationsList .file img {
  max-width: 150px;
}
.donationsList a:link.red,
.donationsList a:visited.red {
  background: #ff006a;
}

.contribution .sidebar {
  padding: 3rem;
  float: right;
  width: 35%;
  box-sizing: border-box;
}
.contribution .content {
  float: left;
  width: 65%;
  box-sizing: border-box;
  padding-left: 4rem;
}
.contribution .meta {
  padding: 0 2rem 2rem 2rem;
  max-width: 750px;
  margin: auto;
  box-sizing: border-box;
}
.contribution .dateline {
  margin-top: 0;
  font-size: 14px;
}
.contribution .prompt {
  text-align: center;
  font-style: italic;
  font-size: 24px;
  padding: 2rem;
  max-width: 750px;
  margin: auto;
  box-sizing: border-box;
}
.contribution .paper {
  background: url(../images/shadow.png) no-repeat 100% 100%;
  padding: 0 23px 2px 0;
  max-width: 790px;
  margin: auto;
}
.contribution .thoughts {
  box-sizing: border-box;
  font-size: 23px;
  font-family: "Libre Baskerville";
  font-family: "Vollkorn";
  background: #f5f5f5;
  padding: 3rem;
  margin-bottom: 2rem;
  line-height: 1.75;
  max-width: 750px;
  margin: 2rem auto;
}
.contribution .file img {
  max-width: 100%;
}
.contribution .caveat {
  clear: both;
  background: #606060;
  color: white;
  padding: 2rem;
  box-sizing: border-box;
  text-align: center;
}

@media (max-width: 930px) {
  .contribution .content {
    padding-left: 1rem;
  }
  .contribution .sidebar {
    padding: 3rem 1rem;
  }
}
@media (max-width: 760px) {
  .contribution .content {
    float: none;
    width: auto;
    padding-right: 1rem;
  }
  .contribution .content .prompt {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .contribution .sidebar {
    padding: 2rem 1rem 1rem 1rem;
    float: none;
    width: auto;
  }
}
@media (max-width: 760px) {
  .contribution .content {
    padding-right: 0;
  }
  .contribution .thoughts {
    font-size: 20px;
    padding: 1.5rem;
  }
  .contribution .file {
    margin-right: 1rem;
  }
}
.manage .donationsList {
  width: 100%;
  margin: 0;
  padding: 1rem;
}
.manage .donationsList .button {
  margin: 0;
  padding: 0.25rem 0.5rem;
}
.manage .donationsList .bottom {
  border-bottom: 1px solid black;
}
.manage .donationsList .level2 {
  background: #ffa617;
}
.manage .donationsList .level1 {
  background: #ffff41;
}
.manage .donationsList .reviewed1 {
  background: #91f591;
}

/*# sourceMappingURL=covid-v2.css.map */
