body {
  background-color: #3f3f3f;
  font-family: Helvetica;
  font-size: 62.5%; }

header h1 {
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem; }
  @media (min-width: 768px) {
    header h1 {
      text-align: right;
      padding: 0 2rem; } }

header .logo {
  text-align: center; }
  header .logo a {
    display: block;
    padding: 1rem; }

main {
  background-color: transparent; }
  main .container {
    background-color: #ffffff; }
  main .banner-bg {
    margin-right: -15px;
    margin-left: -15px; }
    @media (min-width: 768px) {
      main .banner-bg {
        position: absolute;
        width: 100%; }
        main .banner-bg img {
          min-width: 100%;
          max-height: 70vh; } }
  main .content {
    font-size: 0.875rem;
    margin-bottom: 2rem; }
    main .content ul {
      list-style-image: url(../images/bullet-purple.png);
      padding: 0 2rem;
      margin: 1rem 0; }
    @media (min-width: 768px) {
      main .content {
        margin-top: 6.5rem;
        margin-bottom: 6rem; } }
    @media (min-width: 1024px) {
      main .content {
        margin-top: 9rem;
        margin-bottom: 10rem; } }
    @media (min-width: 1200px) {
      main .content {
        margin-top: 13rem;
        margin-bottom: 5rem; } }
  main h2.degree {
    background-color: #333333;
    padding: 15px; }
    @media (min-width: 768px) {
      main h2.degree {
        background-color: transparent;
        background-image: url(../images/title-degree.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        text-indent: -9999px;
        height: 186px;
        padding: 0; } }
    @media (min-width: 1024px) {
      main h2.degree {
        height: 218px;
        margin-top: 15px;
        margin-bottom: 15px; } }
  main #advantage {
    color: #4F1875;
    font-weight: 700; }
    @media (min-width: 1024px) {
      main #advantage {
        height: 28px;
        background: url(../images/title-advantage.png) top left no-repeat;
        text-indent: -9999px; } }
  main #form {
    color: #fff;
    padding: 24px 16px;
    background-color: #333333; }
    @media (min-width: 1024px) {
      main #form {
        background-image: url(../images/brochure.png);
        background-repeat: no-repeat;
        background-position: 95% 2rem; } }
    @media (min-width: 1440px) {
      main #form {
        background-position: 95% 2rem; } }
  main #form h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700; }
  main #form p {
    font-size: 0.85rem;
    line-height: 1rem;
    float: left;
    margin: 15px 0; }
    @media (min-width: 1024px) {
      main #form p {
        width: 50%; } }
  main div.form_question .form_label, main div.form_question label {
    display: block;
    font-family: Helvetica;
    font-size: 10px;
    color: white;
    margin-bottom: 2px; }
  main INPUT, main SELECT, main BUTTON {
    vertical-align: middle;
    font-family: inherit;
    font-size: 1em; }
  main input, main select, main button {
    font-family: inherit;
    font-size: 1em;
    vertical-align: middle; }
  main .action button {
    width: 170px;
    height: 39px;
    background-image: url(../images/button.png);
    background-color: transparent;
    margin: 8px auto 0;
    text-indent: -9999px;
    background-position: top left;
    background-repeat: no-repeat;
    border: none;
    display: block; }
  main [type="button"], main INPUT[type="submit"], main BUTTON {
    cursor: pointer;
    padding: 4px;
    color: #501A77; }
  main #form_page_1 div.form_question {
    margin: -.5em -.5em 0 -.5em;
    padding: .5em; }
  main div.form_page input[type=password], main div.form_page input[type=text], main div.form_page input[type=email], main div.form_page input[type=tel], main div.form_page input:not([type]), main div.form_page select, main div.form_page textarea {
    width: 100%; }
  main .frmButton:hover {
    background-position: bottom left;
    cursor: pointer; }
  main #memo {
    font-size: 0.85rem;
    color: #fff;
    margin-top: 1rem;
    text-align: center; }

footer {
  color: #999999;
  font-size: 0.75rem;
  line-height: 1.15rem; }
  footer a {
    color: #cc66ff;
    text-decoration: none;
    font-weight: bold; }
    footer a:hover {
      text-decoration: underline;
      color: #cc66ff; }
  footer ul {
    list-style: none;
    padding: 0; }
    @media (min-width: 768px) {
      footer ul {
        text-align: right; } }
  footer .container {
    background-color: #333333;
    padding: 1rem 2rem; }

.has-background-grey {
  background-color: #333333; }

.has-background-primary {
  background-color: #4F1875; }
