:root {
  --white: white;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

a {
  text-decoration: underline;
}

.section {
  background-image: url('../images/Header-BG-Image_Ext.jpg'), linear-gradient(#412f6b, #412f6b);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1690px, auto;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 630px;
  display: flex;
}

.div-block {
  clear: none;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading {
  color: #fff;
  flex-flow: column;
  margin-left: 0;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  line-height: 50px;
  display: flex;
}

.text-block {
  color: #f4b985;
  flex-flow: column;
  margin-left: 0;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.paragraph {
  color: #fff;
  flex-flow: column;
  align-items: flex-start;
  max-width: 40%;
  margin-bottom: 40px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.image {
  margin: 40px 40px 20px 0;
}

.button {
  color: #483280;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 12px 20px 10px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 2px 5px 4px #0003;
}

.button2 {
  color: #483280;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 12px 20px 10px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 2px 5px 4px #0003;
}

.heading-dark {
  color: #483280;
  flex-flow: column;
  margin-left: 30px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  line-height: 50px;
  display: flex;
}

.paragraph-dark {
  color: #483280;
  flex-flow: column;
  align-items: flex-start;
  max-width: 84%;
  margin-bottom: 40px;
  margin-left: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.dr-marcus-area {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.image-2 {
  align-self: flex-start;
  max-width: 323px;
  margin-top: 40px;
  margin-left: 90px;
  padding-top: 10px;
}

.div-block-2 {
  margin-top: 0;
}

.paragraph2 {
  color: var(--white);
  max-width: 700px;
  margin-bottom: 40px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 980px;
  display: flex;
}

.div-block-3 {
  position: relative;
  right: -92px;
}

.flex-block {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  position: relative;
  right: -33px;
}

.section-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(90deg, #f3c882, #f58b8c);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.code {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 610px;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0 20px 30px;
  display: flex;
}

.heading-dark-centered {
  color: #483280;
  text-align: center;
  flex-flow: column;
  align-self: center;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 30px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  line-height: 50px;
  display: flex;
}

.section-3 {
  background-image: linear-gradient(#483181, #483181);
}

.section-4 {
  background-color: #fff;
  background-image: linear-gradient(#ffffff80, #ffffff80);
}

.footer-link {
  color: #483280;
  align-self: center;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 16px;
  font-weight: 700;
}

.flex-block-2 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
}

.section-5 {
  text-align: center;
  background-image: linear-gradient(#ebebeb, #ebebeb);
}

.backtotopbutton {
  color: #fff;
  background-color: #483280;
  border-radius: 20px;
  align-self: center;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 0;
  padding: 12px 40px 10px;
  font-size: 16px;
  font-weight: 700;
}

.flex-block-3 {
  margin-bottom: 40px;
}

.heading-copy {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 790px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 5px;
  padding-bottom: 10px;
  padding-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  line-height: 56px;
  display: flex;
}

.text-block-2 {
  padding-top: 15px;
}

.paragraph-dark-copy {
  color: #483280;
  flex-flow: column;
  align-items: flex-start;
  max-width: 84%;
  margin-bottom: 40px;
  margin-left: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.paragraph-dark-copy.centered {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: 0;
  text-decoration: none;
}

.bold-text {
  white-space: normal;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: -19px;
}

.bold-text-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
  bottom: -19px;
}

.code-embed-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 600px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 20px 30px;
  display: flex;
}

.code-embed-copy.whitebg {
  background-color: #fff;
  border-radius: 7px;
  flex: 0 auto;
  align-self: center;
  padding-top: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-3 {
  padding-bottom: 43px;
}

.essays {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-image: linear-gradient(#ffffff80, #ffffff80);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.essaydownload {
  color: #fff;
  background-color: #483280;
  border-radius: 20px;
  margin-bottom: 40px;
  margin-left: 0;
  padding: 12px 38px 10px;
  font-size: 16px;
  font-weight: 700;
}

.essaydownload.w--current {
  margin-left: 0;
}

.image-4 {
  align-self: center;
  margin-right: 10px;
}

.link-block, .link-block-2, .link-block-3 {
  align-self: center;
}

.image-5 {
  text-align: center;
  align-self: auto;
  margin-bottom: 20px;
}

.link-block-6 {
  background-image: url('../images/1000106561.png');
  background-position: 50% 0;
  background-size: cover;
  width: 100px;
  min-width: 580px;
  height: 100px;
  min-height: 580px;
  overflow: visible;
}

.image-3-copy {
  padding-top: 10px;
  padding-bottom: 43px;
}

.code-embed-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 600px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  display: flex;
}

.code-embed-copy-copy.whitebg {
  background-color: #fff;
  border-radius: 7px;
  flex: 0 auto;
  align-self: center;
  padding-top: 20px;
}

.image-4-copy {
  align-self: center;
  margin-right: 10px;
}

.link-block-7 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  .section {
    background-image: url('../images/Header-BG-Image_Ext.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0;
    background-size: cover, auto;
    justify-content: center;
    align-items: flex-start;
  }

  .image {
    align-self: center;
    margin-top: 20px;
    position: relative;
    bottom: 0;
    right: -23px;
  }

  .heading-dark {
    margin-left: 0;
  }

  .paragraph-dark {
    margin-bottom: 0;
    margin-left: 0;
  }

  .dr-marcus-area {
    flex-flow: column;
  }

  .image-2 {
    align-self: center;
    margin-left: 0;
  }

  .div-block-3 {
    right: -33px;
  }

  .flex-block-2 {
    flex-flow: column;
    padding-bottom: 20px;
  }

  .paragraph-dark-copy {
    margin-bottom: 0;
    margin-left: 0;
  }

  .paragraph-dark-copy.centered {
    margin-bottom: 10px;
  }

  .bold-text, .bold-text-2 {
    margin-bottom: 20px;
  }

  .code-embed-copy {
    margin-top: 15px;
  }

  .image-4 {
    margin-top: 10px;
    margin-left: 10px;
  }

  .link-block-3 {
    flex-flow: column;
    display: flex;
  }

  .code-embed-copy-copy {
    margin-top: 15px;
  }

  .image-4-copy {
    margin-top: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-image: url('../images/Header-BG-Image_Ext.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0;
    background-size: cover, auto;
  }

  .text-block {
    padding-right: 20px;
    line-height: 24px;
  }

  .button2 {
    margin-top: 15px;
    margin-left: 0;
  }

  .paragraph2 {
    padding-right: 60px;
  }

  .code {
    width: 80%;
  }

  .flex-block-3 {
    flex-flow: column;
  }

  .heading-copy {
    padding-right: 40px;
  }

  .code-embed-copy.whitebg {
    width: 80%;
  }

  .image-3 {
    text-align: center;
    max-width: 94%;
  }

  .essaydownload {
    margin-top: 15px;
    margin-left: 0;
  }

  .link-block-4, .link-block-5 {
    text-align: center;
  }

  .link-block-6 {
    width: 90px;
    min-width: 550px;
    height: 90px;
    min-height: 540px;
  }

  .image-3-copy {
    text-align: center;
    max-width: 94%;
  }

  .code-embed-copy-copy.whitebg {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-image: url('../images/Header-BG-Image_Ext.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0;
    background-size: cover, auto;
  }

  .heading {
    aspect-ratio: auto;
    object-fit: fill;
    max-width: 80%;
  }

  .text-block {
    max-width: 80%;
    padding-right: 0;
    line-height: 26px;
  }

  .image {
    margin-bottom: 20px;
    margin-right: 0;
    right: -4px;
  }

  .button {
    margin-bottom: 20px;
  }

  .button2 {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .heading-dark {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 10px;
  }

  .paragraph-dark {
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
  }

  .dr-marcus-area {
    flex-flow: column;
  }

  .image-2 {
    width: 90%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    padding-right: 20px;
    display: flex;
    position: relative;
    left: 13px;
  }

  .paragraph2 {
    max-width: 80%;
    padding-right: 0;
  }

  .div-block-3 {
    right: -22px;
  }

  .flex-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    right: 0;
  }

  .section-2 {
    width: 100%;
  }

  .code {
    width: 80%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .footer-link {
    margin-bottom: -1px;
  }

  .flex-block-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
  }

  .flex-block-3 {
    flex-flow: column;
  }

  .heading-copy {
    aspect-ratio: auto;
    object-fit: fill;
    max-width: 90%;
    margin-top: 0;
    padding-right: 0;
    font-size: 38px;
    line-height: 43px;
  }

  .code-embed-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-dark-copy {
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
  }

  .paragraph-dark-copy.centered {
    text-align: center;
  }

  .bold-text {
    line-height: 20px;
  }

  .code-embed-copy {
    width: 94%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    overflow: hidden;
  }

  .image-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .essays {
    width: 100%;
  }

  .essaydownload {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .link-block-3 {
    flex-flow: column;
    display: flex;
  }

  .link-block-6 {
    width: 90%;
    min-width: 100px;
    min-height: 290px;
  }

  .image-3-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .code-embed-copy-copy {
    width: 94%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    overflow: hidden;
  }
}


