html, body {
  width: 100%;
  height: 100%;
  margin: 0; }

body {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background-color: #ebe0db; }

main {
  margin: 0 auto;
  padding: 20px 40px;
  max-width: 1500px;
  justify-content: center;
  flex: 1;
  background-color: none; }

@media (max-width: 800px) {
  main {
    padding: 20px 0px;
    margin: 0; }
  header {
    padding: 40px 0px !important; }
  header img {
    padding: 10px 0px !important; }
  p {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  ul li p {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  ul {
    padding-left: 15px !important;
    padding-right: 10px !important; }
  .bubble {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important; } }

header {
  padding: 40px 20px 40px 20px;
  margin: 0;
  width: 100%;
  background: linear-gradient(180deg, #1a8b91 0%, #1e5c8f 100%);
  /*1A8B91 1E5C8F*/
  display: flex;
  justify-content: center; }

#sitetitle {
  justify-content: center;
  text-align: center; }

#sitetitle img {
  max-height: 150px;
  padding: 0 50px; }

#sitetitle h1, #sitetitle h1 a {
  margin: 0px !important;
  font-size: 65px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 5px;
  text-align: center;
  text-decoration: none; }

footer {
  text-align: center;
  background-color: #fff;
  width: 100%;
  margin: 0px; }

footer p {
  padding: 10px;
  font-size: 14px;
  text-align: center; }

p {
  padding: 10px 60px 0px; }

.bubble {
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
  padding: 10px 10px 15px 10px;
  margin: 0px 0px 10px; }

.highlight {
  background-color: #d3eff5;
  border-radius: 5px;
  padding: 10px 0px 5px 0px;
  margin: 10px 0px 15px;
  background: linear-gradient(0deg, #f0e4ef 0%, #f7f0f3 100%); }

.signup {
  display: flex;
  justify-content: center;
  margin: 30px auto 15px;
  padding: 0px; }

.event {
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 10px; }

.event p {
  padding: 2px 60px; }

.heading {
  margin: 25px 0px 0px;
  text-align: center;
  background-color: #108dc3;
  background: linear-gradient(0deg, #286fa8 0%, #54b5c4 100%);
  border-radius: 5px 5px 0px 0px;
  padding: 0px 0px 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }

.heading_left, .heading_right {
  display: inline;
  margin: 0px 20px; }

.heading .heading_left {
  text-align: right; }

.heading .heading_right {
  text-align: left; }

.heading .heading_right h1 {
  font-style: italic;
  font-weight: 400;
  color: #c3d6de; }

* {
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'Noto Sans', sans-serif;
  color: #444444;
  line-height: 160%; }

.highlight p, .highlight li {
  color: #444;
  font-weight: 600; }

h1 {
  font-size: 32px;
  font-weight: 800;
  color: #fff; }

h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 20px 0px;
  /*color: #073e62;*/
  color: #880430; }

h3 {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  margin: -8px 30px 15px;
  color: #777; }

ul {
  padding: 0px 30px 0px 25px;
  margin: 0px 0px 10px; }

ul li {
  padding: 8px 0px; }

ul li ul {
  margin: 0px 0px 0px; }

ul li p {
  padding: 0px 0px; }

a {
  /*color: #086b96;*/
  color: #b90745;
  font-weight: 500; }

a:hover {
  color: #ef095a; }

img {
  max-width: 100%; }

.social {
  justify-content: center;
  text-align: center;
  display: flex;
  flex-direction: row; }

.social img {
  height: 80px;
  padding: 0px 10px; }

.social img a {
  padding: 0px 0px; }

input[type=email], label {
  font-size: 18px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border-color: #dddddd;
  padding: 4px 10px; }

input[type=submit] {
  font-size: 18px;
  background-color: #3c8fb5;
  background: linear-gradient(180deg, #1a8b91 0%, #1e5c8f 100%);
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 8px 15px;
  margin: 5px;
  cursor: pointer; }

input[type=submit]:active {
  background-color: #3c8fb5; }

#mc-embedded-button, .optionalParent, #c_embed_signup_side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px auto; }

#mc-embedded-button p, #mc-embedded-button a {
  padding: 15px 0px 0px;
  margin: 0px; }
