#content article {
  margin: 75px 0 120px 0;
}
@media only screen and (max-width: 782px) {
  #content article {
    margin: 45px 0 50px 0;
  }
}
#content article .header h1 {
  font-size: 3.875rem;
  font-family: "Figtree", sans-serif;
  color: #262626;
  margin-bottom: 45px;
  text-transform: uppercase;
}
@media only screen and (max-width: 782px) {
  #content article .header h1 {
    font-size: 2.25rem;
  }
}
#content article .entry-content p,
#content article .entry-content ul,
#content article .entry-content ol,
#content article .entry-content dl,
#content article .entry-content blockquote,
#content article .entry-content pre,
#content article .entry-content dialog {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.3846;
  margin: 0 0 1.3846em 0;
  color: #262626;
}
@media only screen and (max-width: 782px) {
  #content article .entry-content p,
  #content article .entry-content ul,
  #content article .entry-content ol,
  #content article .entry-content dl,
  #content article .entry-content blockquote,
  #content article .entry-content pre,
  #content article .entry-content dialog {
    margin-bottom: 12px;
  }
}
#content article .entry-content img {
  max-width: 100%;
}
#content article .entry-content h1,
#content article .entry-content h2,
#content article .entry-content h3,
#content article .entry-content h4,
#content article .entry-content h5,
#content article .entry-content h6 {
  font-family: "Figtree", sans-serif;
  color: #262626;
}
#content article .entry-content h1 {
  font-size: 2.4615em;
  line-height: 1.125em;
  margin-top: 0.5625em;
  margin-bottom: 0em;
}
#content article .entry-content h2 {
  font-size: 1.5385em;
  line-height: 1.8em;
  margin-top: 0.9em;
  margin-bottom: 0em;
}
@media only screen and (max-width: 782px) {
  #content article .entry-content h2 {
    margin-bottom: 20px !important;
  }
}
#content article .entry-content h3 {
  font-size: 1.2308em;
  line-height: 1.125em;
  margin-top: 1.125em;
  margin-bottom: 0em;
}
#content article .entry-content h4 {
  font-size: 1.0769em;
  line-height: 1.2857em;
  margin-top: 1.2857em;
  margin-bottom: 0em;
}
#content article .entry-content h5 {
  font-size: 1em;
  line-height: 1.3846em;
  margin: 0;
}
#content article .entry-content h6 {
  font-size: 1em;
  font-variant: small-caps;
  letter-spacing: 2px;
  line-height: 1.3846em;
}
#content article .entry-content blockquote {
  border-left: 3px solid rgba(221, 221, 221, 0.5);
  font-style: italic;
  padding-left: 17px;
}
#content article .entry-content pre,
#content article .entry-content code {
  font-family: monaco, "Courier New", Courier, monospace;
  font-size: 1em;
}
#content article .entry-content sup,
#content article .entry-content sub {
  font-size: 0.7em;
  line-height: 1em;
  vertical-align: baseline;
}
#content article .entry-content sup {
  position: relative;
  top: -0.4em;
}
#content article .entry-content sub {
  position: relative;
  top: 0.4em;
}
#content article .entry-content ol,
#content article .entry-content ul,
#content article .entry-content dd {
  margin-left: 1.5em;
}
#content article .entry-content ul {
  list-style: disc;
}
#content article .entry-content li ul,
#content article .entry-content li ol {
  margin-bottom: 0;
}
#content article .entry-content ol {
  list-style: decimal;
}
#content article .entry-content dt {
  font-weight: bold;
}
#content article .entry-content a {
  color: #000;
  font-weight: bold;
}
#content article .entry-content a:link,
#content article .entry-content a:visited {
  color: #808184;
  text-decoration: none;
}
#content article .entry-content a:hover,
#content article .entry-content a:focus,
#content article .entry-content a:active {
  color: #ee4043;
  text-decoration: underline;
}
#content article .entry-content hr {
  margin: 1.3846em 0 1.308em 0;
  height: 0;
  border: 1px solid #888;
  border-width: 1px 0 0 0;
}
#content article .success-content .success-logo {
  text-align: center;
  padding: 80px 0 140px 0;
  max-width: 350px;
  margin: 0 auto;
}
#content article .success-content .success-logo img {
  display: block;
  object-fit: contain;
  height: auto;
  max-width: 100%;
  max-height: 42px;
  padding: 0 30px;
  margin: 10px auto 0 auto;
}
#content article .success-content .success-logo img:first-of-type {
  margin-top: 0;
}
#content article .success-content p {
  font-size: 1.75rem;
  padding-left: 16px;
}
#content article .success-content h2 {
  font-family: "DM Serif Text", sans-serif;
  font-weight: bold;
  color: #ee4043;
  text-transform: none;
}
@media only screen and (max-width: 782px) {
  #content article .success-content .success-logo {
    padding: 15px 0 40px 0;
  }
  #content article .success-content p {
    font-size: 1rem;
  }
} /*# sourceMappingURL=pages.css.map */
