html {
  min-height: 100%;
  position: relative; }

body {
  height: 100%;
  margin: 0;
  font-family: 'Lato', sans-serif;
  background-color: #ebebeb; }

h3 {
  font-size: 1.2em;
  color: #0F595E;
  margin: 0;
  font-weight: 600; }

h4 {
  font-size: 1em;
  color: #737376;
  margin: 0;
  font-weight: 600; }

#main-container {
  width: 70%;
  margin: 0 auto;
  background-color: white;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  min-height: 100%; }

#branded-head {
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  overflow: hidden; }

#header-container {
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

#before-header-label {
  font-size: 1.2em;
  font-weight: 300;
  color: #032E46;
  letter-spacing: .25rem; }

#registration-header {
  font-size: 3.75em;
  font-weight: 900;
  letter-spacing: .4rem;
  color: #0F595E;
  margin: .5em; }

#tagline {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: .25rem;
  background-color: #032E46;
  color: white;
  min-height: 2em;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 10rem;
  padding: 1.5em 4em; }

.two-col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 2rem 4rem; }

.two-col > div {
  width: 45%;
  min-width: 200px; }

.contact-support-icon {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: .5em;
  opacity: .7;
  transition: .2s all;
  padding-bottom: 1rem;
  font-weight: bold; }

.contact-support-icon svg {
  background-color: #23B684;
  border-radius: 3em;
  padding: .5em;
  transition: .1s all;
  margin: .5em;
  fill: white; }

.contact-support-icon:hover {
  opacity: .9; }

.contact-support-icon:hover svg {
  margin: 0;
  padding: 1em; }

.already-owned-login {
  text-align: right;
  font-size: .8em; }

.form-errors {
  display: block;
  color: red;
  min-height: 1em;
  margin-bottom: 1rem;
  font-size: .9em; }

#card-errors {
  color: red;
  font-size: .9em;
  margin-top: 1rem; }

.form-container {
  margin: 0 auto;
  padding: .5rem 0; }

.form-container h3 {
  margin: .5rem 0; }

.login-register-toggle {
  display: inline-block;
  text-align: center;
  color: #808080;
  font-size: small;
  cursor: pointer;
  transition: color .4s;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  padding: .8rem;
  border: 1px solid #DCDCDC; }

input {
  width: 90%; }

input::placeholder {
  font-size: .9em; }

input[type="checkbox"] {
  width: unset; }

.input-form {
  width: 100%;
  box-sizing: border-box; }

.input-form input {
  margin: 5px;
  border: 1px solid grey; }

.input-form label {
  margin: 5px;
  display: flex;
  flex-direction: row;
  align-items: center; }

.input-form button:not(.apply-promo-code), .already-owned-login button {
  background-color: #0F595E;
  color: white;
  padding: 15px 30px;
  letter-spacing: .1em;
  border: none;
  margin: 1rem 0;
  line-height: .8em;
  font-size: 1.3em;
  cursor: pointer;
  transition: padding-left .15s, padding-right .15s, background-color .15s; }

.input-form button:disabled, .already-owned-login button:disabled {
  background-color: gray;
  cursor: default; }

.input-form button:hover:enabled:not(.apply-promo-code), .already-owned-login button:hover:enabled {
  background-color: #0f7d82;
  padding-left: 50px;
  padding-right: 50px; }

.success-label {
  font-size: 1.3em;
  height: 3em;
  text-align: center;
  align-self: center; }

.loading-image {
  margin-bottom: 1rem;
  align-self: flex-end; }

.submit-button {
  align-self: flex-end;
  margin: 1rem 0; }

.loading-image, .success-label {
  margin-top: 1rem; }

.inputs-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

#registration-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start; }

#registration-inputs {
  align-items: flex-start; }

.two-input-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

#course-select-inputs {
  position: relative; }

#course-select-inputs-container {
  width: 100%;
  align-items: center;
  font-size: .8em;
  flex-wrap: wrap; }

#course-select-inputs-container input {
  width: auto; }

#registration-meta-form ul {
  list-style: none; }

#registration-meta-form label {
  justify-content: flex-start;
  color: dimgrey; }

#registration-meta-form input {
  width: unset; }

#payment-information-inputs > input {
  width: auto; }

#invoice-inputs > input {
  width: auto; }

#invoiced-checkbox-container {
  width: 100%;
  align-items: center;
  margin-top: 1em; }

#submit-form-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center; }

#payment-totals {
  display: flex;
  flex-direction: column;
  width: 50%; }

.payment-total-line {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between; }

#grand-total-line {
  font-weight: bold; }

#course-invoiced-checkbox {
  width: auto;
  border: 1px solid gray; }

#login-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

#login-form input {
  margin-left: 0;
  margin-right: 0;
  width: 100%; }

#subtotal-container {
  margin-right: 1em;
  text-align: center; }

#subtotal-container p {
  margin: 0; }

#multi-subtotal {
  font-weight: bold;
  font-size: 1.4em; }

#forgot-pass-link {
  opacity: .5; }

#forgot-pass-link:hover {
  opacity: 1; }

#course-price {
  text-align: center;
  width: 100%;
  font-size: 1.5em;
  color: #043D5D;
  margin-bottom: 2rem;
  letter-spacing: .15rem; }

#course-price span {
  letter-spacing: unset; }

#user-label {
  position: relative;
  min-width: 50%; }

#user-label div {
  display: flex;
  flex-direction: row;
  align-items: center; }

#user-label span {
  padding: 2px;
  font-size: .8em; }

#user-label .loading-image {
  margin: 0; }

#clear-login-icon {
  cursor: pointer; }

#clear-login-icon, #user-label .loading-image, #course-select-inputs .loading-image {
  position: absolute;
  top: .5rem;
  right: 0; }

#card-label {
  margin-top: 2rem;
  width: 100%;
  max-height: 7em;
  overflow: hidden; }

#card-element {
  vertical-align: middle;
  margin: 1px 5px;
  padding: 5px 5px;
  border: 1px solid grey;
  background-color: #FFFFFF;
  box-sizing: border-box;
  height: 2em;
  line-height: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center; }

#promo-code-container {
  margin: 0.5em 0 1em; }

.promo-input, .applied-promo {
  flex-direction: row;
  align-items: center;
  gap: 1em; }

.promo-input {
  display: flex; }

.applied-promo {
  display: inline-flex; }

#id_promotion_code {
  margin-top: 0;
  margin-bottom: 0;
  width: 12em; }

.apply-promo-code {
  background-color: #0F595E;
  color: white;
  padding: 0 15px;
  letter-spacing: .1em;
  border: none;
  margin: 0;
  height: 2rem;
  line-height: .8em;
  cursor: pointer;
  transition: background-color .15s; }

.apply-promo-code:hover:enabled {
  background-color: #0f7d82; }

#promo-code-container .validation-error.error {
  min-height: unset;
  line-height: unset; }

.applied-promo {
  background-color: #23b684;
  color: #ffffff;
  margin-left: 5px;
  padding: 0 0.5em;
  height: 2rem; }

.remove-applied-promo-code {
  cursor: pointer;
  font-size: 1.5em;
  height: 2rem; }

#additional-payment-information input {
  width: 100%; }

#additional-payment-information div label {
  width: 30%; }

#additional-payment-information div input {
  width: 90%; }

#footer-text {
  position: absolute;
  bottom: 4em;
  color: #808080;
  text-align: center;
  width: 100%;
  font-size: .7em; }

#footer-svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2em; }

#course-info {
  width: 100%;
  margin-top: 5em;
  box-sizing: border-box; }

#info-sidebar {
  margin-left: 1em; }

#info-sidebar h3 {
  font-size: 2em;
  font-weight: 300; }

#info-sidebar h4 {
  font-size: 1.3em;
  font-weight: 300; }

#info-sidebar div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: .5rem; }

#info-sidebar p {
  color: rgba(0, 0, 0, 0.7);
  font-size: .95em; }

#info-sidebar b {
  font-weight: bold; }

#course-info img {
  width: 100%; }

#account-details-container {
  overflow: hidden; }

#request-invoice, #pay-by-card {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 2px;
  background-color: dimgrey;
  padding: .5em;
  transition: .5s all; }

#request-invoice:hover, #pay-by-card:hover {
  color: white;
  background-color: grey; }

.address-elements {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.address-elements > * {
  width: 30%; }

.address-elements select {
  margin: 5px !important; }

#payment-username, #payment-email, #invoice-username, #invoice-email {
  width: 50%; }

@media only screen and (max-width: 1500px) {
  .two-input-row > input {
    width: 47%; } }

@media only screen and (max-width: 1100px) {
  #main-container {
    width: 100%; }
  #tagline {
    margin-bottom: 5rem; }
  .two-col {
    flex-direction: column; }
  .two-col > div {
    width: 100%; }
  .two-input-row > input {
    width: 90%; }
  .login-register-toggle {
    font-size: 1em; }
  .form-container input:not([type=checkbox]) {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  #info-sidebar {
    margin-top: 1em;
    margin-left: 0; }
  #info-sidebar div img {
    width: 40%; }
  #course-info img {
    width: 60%;
    max-width: 500px; } }

@media only screen and (max-width: 600px) {
  #header {
    font-size: 2em; }
  #tagline {
    margin-bottom: 3rem;
    padding: 1.5em; }
  .two-col {
    padding: 5px; }
  .form-container {
    padding: 1rem; }
  .two-input-row {
    flex-direction: column;
    align-items: unset; }
  .two-input-row input {
    width: auto; }
  .address-elements {
    flex-direction: column;
    align-items: center; }
  .address-elements > * {
    width: inherit; }
  .form-container input:not([type=checkbox]) {
    margin: .5rem 0; }
  #submit-form-container {
    align-self: center; } }
