
/* Better to rely on Sass's imports than do a sprockets manifest */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, summary, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/assets/glyphicons-halflings-regular-c006429f1983ec48eeb8bdc25d183963fbc0f9e4108b75b8a8724cf18afd61a3.eot);
  src: url(/assets/glyphicons-halflings-regular-c006429f1983ec48eeb8bdc25d183963fbc0f9e4108b75b8a8724cf18afd61a3.eot?#iefix) format("embedded-opentype"), url(/assets/glyphicons-halflings-regular-c73f944917303dc96dfea93315a4dc407adbd7d46995efb0b63dbee57892699c.woff) format("woff"), url(/assets/glyphicons-halflings-regular-5a7e73504aa48b635e114847f875f7f0cefe396e1e7839b7559617bff9c01cc6.ttf) format("truetype"), url(/assets/glyphicons-halflings-regular-9fb08bbdfed52b3df1c985ada5d3fc0f377564b7c34107926b1f9206d0373824.svg#glyphicons_halflingsregular) format("svg");
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

b, strong {
  font-weight: 800;
}

em {
  font-style: italic;
}

p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

.prose p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 500;
}

h1 {
  font-size: 1.7rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-weight: 400;
  font-size: 1.3rem;
}

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

body.popup {
  background: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  body.popup {
    border-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.popup {
    margin-bottom: 0;
  }
}

section.stripe-checkout-button button.stripe-button-el {
  background-color: initial;
  background-image: none;
  margin: 1rem 0;
  padding: 0;
  width: auto;
}

#error_explanation {
  background: #EF4444;
  color: #fff;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 1rem 0;
  padding: 0.75rem;
}
#error_explanation p {
  color: #fff;
}
#error_explanation ul,
#error_explanation li {
  color: #fff;
}

section.error {
  background: #EF4444;
  color: #fff;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 1rem 0;
  padding: 0.75rem;
}
section.error p,
section.error ul,
section.error li {
  color: #fff;
}
section.error ul {
  margin-bottom: 0;
}
section.error a {
  color: #fff;
  text-decoration: underline;
}

section.charges {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.charges {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.charges {
    padding: 0;
  }
}
section.charges h2 {
  margin: 1rem 0 2rem;
}
section.charges p {
  margin: 1rem 0;
}

section.certificate_request {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
}
@media only screen and (max-width: 1024px) {
  section.certificate_request {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.certificate_request {
    padding: 0;
  }
}

section.affiliate ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.affiliate ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.affiliate ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.affiliate ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.affiliate h1 {
  margin: 1rem 0 2rem;
}
section.affiliate h2,
section.affiliate h4,
section.affiliate h3 {
  margin: 1rem 0;
}
section.affiliate p {
  margin: 1rem 0;
}
section.affiliate p.description {
  margin-bottom: 2rem;
}
section.affiliate textarea {
  width: 20rem;
  resize: none;
  overflow: hidden;
}
section.affiliate textarea.small {
  width: 6rem;
  height: 100%;
}

section.user ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.user ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.user ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.user ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}

section.support-article {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
}
@media only screen and (max-width: 1024px) {
  section.support-article {
    width: auto;
  }
}
section.support-article h1 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  section.support-article {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.support-article {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.support-article {
    padding: 0;
  }
}
section.support-article ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.support-article ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.support-article ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.support-article ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.support-article h1 {
  margin: 1rem 0 2rem;
}
section.support-article h2 {
  margin: 1rem 0;
  line-height: 2rem;
}
section.support-article h4 {
  margin: 1rem 0;
}
section.support-article h3 {
  margin: 2rem 0 1rem;
}
section.support-article h3.preview {
  background-color: #D9FD72;
  color: #fff;
  margin-bottom: 1rem;
  padding: 0.5rem;
  text-align: center;
}
section.support-article p {
  margin: 1rem 0;
}
section.support-article p.nav {
  margin-bottom: 2rem;
}

section.support-articles {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
}
@media only screen and (max-width: 1024px) {
  section.support-articles {
    width: auto;
  }
}
section.support-articles h1 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  section.support-articles {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.support-articles {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.support-articles {
    padding: 0;
  }
}
section.support-articles ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.support-articles ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.support-articles ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.support-articles ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.support-articles h1 {
  margin: 1rem 0 2rem;
}
section.support-articles h2,
section.support-articles h4,
section.support-articles h3 {
  margin: 1rem 0;
}
section.support-articles p {
  margin: 1rem 0;
}
section.support-articles p.welcome {
  margin-bottom: 2rem;
}

section.admin-support-articles a.controls {
  font-family: "Glyphicons Halflings";
  padding: 0 0.2rem;
}

section.teams ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.teams ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.teams ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.teams ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.teams p.course-info {
  margin-top: 1rem;
}
section.teams h3 {
  line-height: 1.4rem;
}

section.credit_hours p {
  margin: 1rem 0 0;
}

section.invoices ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.invoices ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.invoices ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.invoices ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.invoices ul {
  padding: 0rem 2rem;
}
section.invoices h1 {
  margin: 1rem 0 2rem;
}
section.invoices h2,
section.invoices h4,
section.invoices h3,
section.invoices p {
  margin: 1rem 0;
}

section.invoice {
  /** RTL **/
}
section.invoice .payment-box .cardIcon {
  background: url(/assets/sprite_logos_wallet_v9_2x-5afda9515e84df1582e87e51c750afa11e320a347dfc67bf3e3a6d3ca931010e.png) no-repeat 0 100px;
  background-size: 31px;
  height: 21px;
  display: inline-block;
  width: 2rem;
  padding: 0;
}
section.invoice .payment-box .pay-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
section.invoice .payment-box .discover {
  background-position: 0 -84px;
}
section.invoice .payment-box .visa {
  background-position: 0 -21px;
}
section.invoice .payment-box .mastercard {
  background-position: 0 -42px;
}
section.invoice .payment-box .amex {
  background-position: 0 -63px;
  margin-right: -10px;
}
section.invoice .invoice-box {
  padding: 2rem;
  font-size: 16px;
  line-height: 24px;
}
section.invoice .invoice-box table {
  width: 100%;
  line-height: inherit;
  text-align: left;
}
section.invoice .invoice-box table td {
  padding: 5px;
  vertical-align: top;
}
section.invoice .invoice-box table tr td:nth-child(2) {
  text-align: right;
}
section.invoice .invoice-box table tr.information table td.due {
  width: 10rem;
}
section.invoice .invoice-box table tr.information table td.due p.solid {
  border-style: solid;
  border-width: 1px;
  text-align: center;
  padding: 1rem;
}
section.invoice .invoice-box table tr.bill-to table td {
  padding-bottom: 2rem;
}
section.invoice .invoice-box table tr.heading td {
  background: #f0f0f0;
  font-weight: bold;
}
section.invoice .invoice-box table tr.heading {
  border: 1px solid #808184;
}
section.invoice .invoice-box table tr.top table td.title p.large {
  font-size: 1.5rem;
  margin: 1rem 0;
}
section.invoice .invoice-box table tr.details td {
  padding-bottom: 20px;
}
section.invoice .invoice-box table tr.item {
  border-bottom: 1px solid #808184;
}
section.invoice .invoice-box table tr.item td.description {
  width: 75%;
}
section.invoice .invoice-box table tr.item td.total {
  text-align: right;
}
section.invoice .invoice-box table tr.heading td.total {
  text-align: right;
}
section.invoice .invoice-box td.grand-total table tr td {
  text-align: right;
  border-right: 1px solid #808184;
  border-bottom: 1px solid #808184;
  border-left: 1px solid #808184;
}
section.invoice .invoice-box td.grand-total table tr td.total-due {
  font-weight: bold;
  background: #f0f0f0;
}
section.invoice .invoice-box td.grand-total {
  padding: 0;
}
section.invoice .invoice-box table tr.paid td:nth-child(2) {
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  section.invoice .invoice-box table tr.top table td {
    width: 100%;
    display: block;
    text-align: center;
  }
  section.invoice .invoice-box table tr.information table td {
    width: 100%;
    display: block;
    text-align: center;
  }
  section.invoice .invoice-box table tr.information table td.due {
    width: 100%;
  }
}
section.invoice .rtl {
  direction: rtl;
}
section.invoice .rtl table {
  text-align: right;
}
section.invoice .rtl table tr td:nth-child(2) {
  text-align: left;
}
section.invoice h2,
section.invoice h4,
section.invoice h3 {
  margin: 1rem 0;
}
section.invoice p {
  margin: 0;
}
section.invoice p.print {
  text-align: right;
  padding: 0 4rem 1rem 0;
}
section.invoice p.print span {
  font-family: "Glyphicons Halflings";
  font-size: 0.7rem;
  margin-left: 0.25rem;
}
section.invoice form input[type=text],
section.invoice form textarea,
section.invoice form select {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  font-size: 1rem;
  padding: 0.25rem;
  width: 100%;
}
section.invoice form .field_with_errors {
  color: #EF4444;
}
section.invoice form .field_with_errors input[type=text] {
  border-color: #EF4444;
}

section.success {
  min-height: 30rem;
}
section.success h1 {
  margin-bottom: 2rem;
}
section.success p {
  margin-top: 1rem;
}
section.success a.button {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 1rem 0 0;
  padding: 0.75rem;
  cursor: pointer;
  width: 100%;
  margin-top: 4rem;
  padding-left: 0;
  padding-right: 0;
}
section.success a.button:hover {
  background-color: #177ca8;
}
section.success a.button::first-letter {
  text-transform: capitalize;
}
section.success a.button .show-when-enabled {
  display: initial;
}
section.success a.button .show-when-disabled {
  display: none;
}
section.success a.button[disabled] {
  background-color: #99d7f1;
}
section.success a.button[disabled] .show-when-enabled {
  display: none;
}
section.success a.button[disabled] .show-when-disabled {
  display: initial;
}

section.attendee-entry-form h1,
section.attendee-entry-form h2 {
  margin: 2rem 0;
}
section.attendee-entry-form h3 {
  margin: 2rem 0 1rem;
}
section.attendee-entry-form p {
  margin-top: 1rem;
}
section.attendee-entry-form section.summary {
  margin-bottom: 1rem;
}
section.attendee-entry-form section.summary p {
  margin-top: 0;
}

section.earnings h1 {
  margin: 1rem 0 2rem;
}
section.earnings h2,
section.earnings h3,
section.earnings p {
  margin-bottom: 1rem;
}
section.earnings table {
  margin-bottom: 1rem;
}

section.agreement {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
}
@media only screen and (max-width: 1024px) {
  section.agreement {
    width: auto;
  }
}
section.agreement h1 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  section.agreement {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.agreement {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.agreement {
    padding: 0;
  }
}
section.agreement h1 {
  margin: 1rem 0 2rem;
}
section.agreement p {
  margin-top: 1rem;
}
section.agreement form {
  display: block;
  margin: 0 0 0.5rem;
}
section.agreement form input[type=text] {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  display: inline;
  text-size: 1rem;
}
section.agreement form input[type=submit],
section.agreement form button {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 1rem 0 0;
  padding: 0.75rem;
  cursor: pointer;
  width: 100%;
  margin-top: 2rem;
}
section.agreement form input[type=submit]:hover,
section.agreement form button:hover {
  background-color: #177ca8;
}
section.agreement form input[type=submit]::first-letter,
section.agreement form button::first-letter {
  text-transform: capitalize;
}
section.agreement form input[type=submit] .show-when-enabled,
section.agreement form button .show-when-enabled {
  display: initial;
}
section.agreement form input[type=submit] .show-when-disabled,
section.agreement form button .show-when-disabled {
  display: none;
}
section.agreement form input[type=submit][disabled],
section.agreement form button[disabled] {
  background-color: #99d7f1;
}
section.agreement form input[type=submit][disabled] .show-when-enabled,
section.agreement form button[disabled] .show-when-enabled {
  display: none;
}
section.agreement form input[type=submit][disabled] .show-when-disabled,
section.agreement form button[disabled] .show-when-disabled {
  display: initial;
}
section.agreement form label {
  display: block;
}
section.agreement form .field_with_errors {
  color: #EF4444;
}
section.agreement form .field_with_errors input[type=text] {
  border-color: #EF4444;
}
section.agreement iframe {
  width: 100%;
  height: 30rem;
  margin: 1rem 0;
}

section.announcement {
  background-color: #FBBF24;
  padding: 0.65rem 0;
  position: relative;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  section.announcement {
    box-sizing: border-box;
    padding: 0.65rem 0.65rem 0.7rem;
    text-align: left;
  }
}
section.announcement p {
  display: inline;
}
section.announcement a.hide {
  color: #555;
  display: block;
  float: right;
  font-family: "Glyphicons Halflings";
  padding: 0.25rem 0.2rem 0.15rem;
  position: absolute;
  right: 0.75rem;
  top: 0.675rem;
}
section.announcement a:hover {
  background-color: #e8a804;
  color: #272a2a;
}

header.page-top {
  box-sizing: border-box;
  margin: 1.5rem auto 1rem;
  width: 1030px;
  height: 6rem;
}
@media only screen and (max-width: 1024px) {
  header.page-top {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  header.page-top {
    background: rgba(255, 255, 255, 0.8);
    height: 4rem;
    left: 0;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
}
header.page-top a.logo {
  margin: 1rem;
}
header.page-top a.logo img {
  height: 100%;
  width: 20.1rem;
}
@media only screen and (max-width: 1024px) {
  header.page-top a.logo img {
    height: 100%;
    width: 10.72rem;
  }
}
header.page-top a.js-mobile-menu {
  display: none;
  position: absolute;
  right: 1.5rem;
  top: 1.4rem;
  width: 1.25rem;
}
@media only screen and (max-width: 767px) {
  header.page-top a.js-mobile-menu {
    display: block;
  }
}
header.page-top a.js-mobile-menu img {
  width: 100%;
}
header.page-top nav {
  float: right;
  margin-top: 2.6rem;
}
@media only screen and (max-width: 1024px) {
  header.page-top nav {
    margin-top: 1.45rem;
  }
}
@media only screen and (max-width: 767px) {
  header.page-top nav {
    display: none;
  }
}
header.page-top nav ul li {
  display: inline-block;
}
header.page-top nav a,
header.page-top nav input[type=submit],
header.page-top nav button {
  color: #808184;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  margin-left: 1.5rem;
  text-transform: uppercase;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media only screen and (max-width: 1024px) {
  header.page-top nav a,
header.page-top nav input[type=submit],
header.page-top nav button {
    font-size: 0.8rem;
    margin-left: 0.75rem;
  }
}
header.page-top nav a:hover,
header.page-top nav input[type=submit]:hover,
header.page-top nav button:hover {
  color: #3f4544;
}
header.page-top nav.login,
header.page-top nav.about,
header.page-top nav.partner {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  header.page-top nav.login,
header.page-top nav.about,
header.page-top nav.partner {
    margin-right: 1rem;
  }
}
header.page-top nav.login a.user:after,
header.page-top nav.about a.user:after,
header.page-top nav.partner a.user:after {
  font-family: "Glyphicons Halflings";
  font-size: 0.8rem;
  content: "\e008";
  margin-left: 0.5rem;
}
header.page-top nav.login ul,
header.page-top nav.about ul,
header.page-top nav.partner ul {
  display: none;
  z-index: 2;
  position: absolute;
  right: 0;
  top: 1.9rem;
  background: #fff;
  border: 0.1rem solid #3f4544;
  padding: 0.65rem 0;
  width: 11.2rem;
}
header.page-top nav.login ul li,
header.page-top nav.about ul li,
header.page-top nav.partner ul li {
  padding: 0;
  margin: 0;
  display: block;
}
header.page-top nav.login ul li a,
header.page-top nav.login ul li input[type=submit],
header.page-top nav.about ul li a,
header.page-top nav.about ul li input[type=submit],
header.page-top nav.partner ul li a,
header.page-top nav.partner ul li input[type=submit] {
  text-transform: none;
  font-weight: 300;
  margin: 0;
  padding: 0.5rem 1rem;
  display: block;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
header.page-top nav.login ul li a:hover,
header.page-top nav.login ul li input[type=submit]:hover,
header.page-top nav.about ul li a:hover,
header.page-top nav.about ul li input[type=submit]:hover,
header.page-top nav.partner ul li a:hover,
header.page-top nav.partner ul li input[type=submit]:hover {
  background: #3f4544;
  color: #fff;
}
header.page-top nav.login ul li input[type=submit],
header.page-top nav.about ul li input[type=submit],
header.page-top nav.partner ul li input[type=submit] {
  width: 100%;
}
header.page-top nav.login:hover ul,
header.page-top nav.about:hover ul,
header.page-top nav.partner:hover ul {
  display: list-item !important;
}
header.page-top nav.login:hover ul:before,
header.page-top nav.about:hover ul:before,
header.page-top nav.partner:hover ul:before {
  margin: -1.6rem 0 0 0;
  display: block;
  position: absolute;
  content: "";
  width: 12rem;
  height: 1.1rem;
  background: url(/assets/menu-triangle-bb771f5e606e70c1644174b12d62d047ec487bbf8d00339fc7845589bb489573.svg) 7rem -0.45rem no-repeat;
  background-size: 1.35rem 1.9rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header.page-top nav.login:hover ul:before,
header.page-top nav.about:hover ul:before,
header.page-top nav.partner:hover ul:before {
    background-position: 5.75rem -0.4rem;
  }
}
header.page-top nav.about ul {
  width: 8.8rem;
}
header.page-top nav.about:hover ul:before {
  background: url(/assets/menu-triangle-bb771f5e606e70c1644174b12d62d047ec487bbf8d00339fc7845589bb489573.svg) 5.7rem -0.45rem no-repeat;
  background-size: 1.35rem 1.9rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header.page-top nav.about:hover ul:before {
    background-position: 5.75rem -0.4rem;
  }
}

section.js-mobile-nav-perspective {
  -webkit-perspective: 400px;
          perspective: 400px;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  overflow: scroll;
}
section.js-mobile-nav-perspective section.js-mobile-nav {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  position: relative;
  opacity: 0;
  left: 100%;
  width: 100%;
  min-height: 100%;
  padding-top: 4rem;
  background: #fff;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
section.js-mobile-nav-perspective section.js-mobile-nav.active {
  display: block;
  opacity: 1;
  left: 0;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
section.js-mobile-nav-perspective section.js-mobile-nav nav:first-child li:first-child a:first-child {
  border-top: 0.1rem #e5e5e5 solid;
}
section.js-mobile-nav-perspective section.js-mobile-nav a,
section.js-mobile-nav-perspective section.js-mobile-nav input[type=submit] {
  display: block;
  font-size: 1.1rem;
  padding: 1rem 1rem 1rem 3.6rem;
  border-bottom: 0.1rem #e5e5e5 solid;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
section.js-mobile-nav-perspective section.js-mobile-nav input[type=submit] {
  color: #29aae2;
  font-weight: 500;
  background-color: inherit;
  border-color: inherit;
  border-style: none;
  border-bottom: 0.1rem #e5e5e5 solid;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  section.js-mobile-nav-perspective section.js-mobile-nav {
    display: block;
  }
}

header.home-splash span.splash {
  display: block;
  height: 18rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header.home-splash section.content {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  padding: 2rem 0;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  header.home-splash section.content {
    width: auto;
  }
}
header.home-splash section.content span.logo {
  display: block;
  float: left;
  position: relative;
  margin: -7rem 1.75rem 1.3rem;
  width: 14rem;
  height: 14rem;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 0.25rem solid #808184;
}
@media only screen and (max-width: 767px) {
  header.home-splash section.content span.logo {
    display: block;
    float: none;
    margin-left: 1rem;
  }
}
header.home-splash section.content h2 {
  margin: 1rem 1rem 1rem 18.5rem;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  header.home-splash section.content h2 {
    display: inline-block;
    margin-left: 1rem;
  }
}
header.home-splash section.content p {
  margin-left: 18.5rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 1024px) {
  header.home-splash section.content p {
    clear: both;
    margin: 1rem;
  }
}
header.home-splash section.content p.groups {
  margin-bottom: 2rem;
}

section.home-splash {
  margin: 0.25rem 0 1rem;
  background: url(/frontpage-splash-solar-4.jpg) center;
  background-size: cover;
}
section.home-splash > section {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.home-splash > section {
    width: auto;
  }
}
section.home-splash > section > section {
  color: #fff;
  display: block;
  max-width: 32rem;
  padding: 2rem 2.5rem;
  background: rgba(0, 0, 0, 0.82);
  margin: 5rem 0 6rem 2.2rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  section.home-splash > section > section {
    margin: 0;
    padding: 2rem;
  }
}
section.home-splash > section > section h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.35rem;
  line-height: 1.4;
}
section.home-splash > section > section p {
  font-size: 1.15rem;
  max-width: 32rem;
  line-height: 1.4;
  margin: 0.75rem 0 0.5rem;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
section.home-splash > section > section input {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  float: left;
}
section.home-splash > section > section input.search-box {
  padding: 0.8rem 0.5rem 0.6rem;
  font-size: 0.9rem;
  width: 65%;
}
section.home-splash > section > section input[type=submit] {
  background-color: #29aae2;
  border: 0;
  color: #fff;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.75rem 0;
  text-align: center;
  width: 30%;
  cursor: pointer;
}
section.home-splash > section > section input[type=submit]:hover {
  background-color: #177ca8;
}
section.home-splash > section > section input[type=submit]::first-letter {
  text-transform: capitalize;
}
section.home-splash > section > section a.course-link, section.home-splash > section > section a:visited {
  color: #fff;
  text-decoration: underline;
}
section.home-splash > section > section a.course-link:hover, section.home-splash > section > section a:visited:hover {
  color: #bfbfbf;
}
section.home-splash > section > section a.button {
  display: inline-block;
  border: 0;
  padding: 0;
  color: #fff;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  padding: 0.75rem 2.4rem;
  margin: 0.95rem 0 0 0.05rem;
  letter-spacing: 0.075em;
  cursor: pointer;
  background-color: #29aae2;
}
section.home-splash > section > section a.button:hover {
  background-color: #177ca8;
}
@media only screen and (max-width: 767px) {
  section.home-splash > section > section a.button {
    padding: 1rem 1.9rem;
  }
}
@media only screen and (max-width: 1024px) {
  section.home-splash > section > section a.button {
    padding: 1rem 1.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  section.home-splash {
    margin: 0;
  }
}

section.home-dialogue {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
}
@media only screen and (max-width: 1024px) {
  section.home-dialogue {
    width: auto;
  }
}
section.home-dialogue h3 {
  margin: 2rem 0 1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  section.home-dialogue h3 {
    margin: 2rem 2rem 1rem 2rem;
  }
}
section.home-dialogue section.gallery {
  float: right;
  background: #636363;
  color: #fff;
  width: 13rem;
  padding: 3rem 1.8rem 2.3rem;
  margin: 9.9rem 2rem 0 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  section.home-dialogue section.gallery {
    margin: 0 2rem;
    padding: 1.75rem 1.8rem;
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  section.home-dialogue section.gallery {
    float: none;
    margin: 0;
    width: auto;
  }
}
section.home-dialogue section.gallery img {
  position: absolute;
  top: -22rem;
  left: -1.2rem;
}
@media only screen and (max-width: 1024px) {
  section.home-dialogue section.gallery img {
    display: none;
  }
}
section.home-dialogue section.gallery h3 {
  color: #D9FD72;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 0.6rem;
}
@media only screen and (max-width: 767px) {
  section.home-dialogue section.gallery h3 {
    font-size: 1.55rem;
  }
}
section.home-dialogue section.gallery p {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  section.home-dialogue section.gallery p {
    font-size: 1rem;
    line-height: 1.6;
  }
}
section.home-dialogue section.gallery p.taken {
  font-size: 0.9rem;
  background: #e5e5e5;
  color: #3f4544;
  padding: 0.2rem 0.3rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}
@media only screen and (max-width: 767px) {
  section.home-dialogue section.gallery p.taken {
    font-size: 1.1rem;
    padding: 0.2rem 0.5rem;
  }
}
section.home-dialogue section.gallery a.button {
  background-color: #29aae2;
  color: #fff;
  padding: 0.8rem 0 0.85rem;
  display: block;
  text-align: center;
  margin: 1rem 0 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
section.home-dialogue section.gallery a.button:hover {
  background-color: #177ca8;
}
@media only screen and (max-width: 767px) {
  section.home-dialogue section.gallery a.button {
    font-size: 1.1rem;
  }
}
section.home-dialogue section.gallery.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  section.home-dialogue section.gallery.mobile {
    display: block;
  }
}
section.home-dialogue section.stats ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.home-dialogue section.stats ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.home-dialogue section.stats ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.home-dialogue section.stats ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.home-dialogue section.stats ul {
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
  padding-top: 0;
  width: 42rem;
}
@media only screen and (max-width: 1024px) {
  section.home-dialogue section.stats ul {
    margin: 2rem;
    line-height: 1.6;
    min-height: auto;
    width: auto;
  }
}
section.home-dialogue p.large-block {
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 1rem 0;
  width: 42rem;
}
@media only screen and (max-width: 1024px) {
  section.home-dialogue p.large-block {
    margin: 2rem;
    line-height: 1.6;
    min-height: auto;
    width: auto;
  }
}
section.home-dialogue section.examples h3 {
  margin: 2.2rem 0 1rem;
}
@media only screen and (max-width: 1024px) {
  section.home-dialogue section.examples h3 {
    margin: 3rem 2rem 1rem;
  }
}
section.home-dialogue section.examples ul {
  display: block;
  max-width: 50rem;
}
@media only screen and (max-width: 1024px) {
  section.home-dialogue section.examples ul {
    margin: 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  section.home-dialogue section.examples ul {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  section.home-dialogue section.examples ul a {
    display: block;
    width: auto;
  }
}
section.home-dialogue section.examples ul a li {
  display: inline-block;
  background: #c2c2c2;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 0.85rem;
  width: 9rem;
  margin: 0 0.5rem 1rem 0;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
@media only screen and (max-width: 1024px) {
  section.home-dialogue section.examples ul a li {
    margin: 0 0.15rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  section.home-dialogue section.examples ul a li {
    display: block;
    width: auto;
    overflow: hidden;
    margin: 0;
    background-color: #8d8e91;
    text-align: left;
  }
}
section.home-dialogue section.examples ul a li .image-container {
  height: 6.6em;
  width: 100%;
}
section.home-dialogue section.examples ul a li img {
  display: block;
  max-height: 6.6rem;
  max-width: 6.6rem;
  margin-left: auto;
  margin-right: auto;
}
section.home-dialogue section.examples ul a li img.home-course-image {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  section.home-dialogue section.examples ul a li img {
    float: left;
    margin: 0 1rem 0 0;
  }
}
section.home-dialogue section.examples ul a li span.price {
  display: block;
  color: #105d91;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media only screen and (max-width: 767px) {
  section.home-dialogue section.examples ul a li span.price {
    margin-top: 2rem;
  }
}
section.home-dialogue section.examples ul a li h4 {
  font-size: 0.7rem;
  margin: 0.5rem 0 0.4rem;
  line-height: 1.3;
  font-weight: 400;
  height: 1.8rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767px) {
  section.home-dialogue section.examples ul a li h4 {
    height: auto;
  }
}
section.home-dialogue section.examples ul a li h5 {
  font-size: 0.65rem;
  margin: 0.5rem 0 0.4rem;
  display: block;
  padding: 0.25rem 0 0;
  height: 0.9rem;
  background-color: #525252;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
section.home-dialogue section.examples ul a:hover li {
  background-color: #808184;
}
section.home-dialogue section.examples ul a:hover li span.price {
  color: #6cc5eb;
}
@media only screen and (max-width: 767px) {
  section.home-dialogue section.examples ul a:nth-child(even) li {
    background-color: #9a9b9d;
  }
}
@media only screen and (max-width: 1024px) {
  section.home-dialogue section.examples ul a:nth-child(4n) li {
    margin: 0;
  }
}

section.group-sales {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.group-sales {
    width: auto;
  }
}
section.group-sales ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.group-sales ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.group-sales ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.group-sales ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.group-sales ul > li {
  line-height: 1.6rem;
}
section.group-sales h1, section.group-sales h2, section.group-sales h3 {
  padding: 1rem 0;
}
section.group-sales p {
  margin-bottom: 1rem;
}
section.group-sales div#multiColumn {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
section.group-sales ul {
  padding-top: 0rem;
}
section.group-sales a.button {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 1rem 0 0;
  padding: 0.75rem;
  cursor: pointer;
  width: 100%;
  margin-bottom: 2rem;
}
section.group-sales a.button:hover {
  background-color: #177ca8;
}
section.group-sales a.button::first-letter {
  text-transform: capitalize;
}
section.group-sales a.button .show-when-enabled {
  display: initial;
}
section.group-sales a.button .show-when-disabled {
  display: none;
}
section.group-sales a.button[disabled] {
  background-color: #99d7f1;
}
section.group-sales a.button[disabled] .show-when-enabled {
  display: none;
}
section.group-sales a.button[disabled] .show-when-disabled {
  display: initial;
}
section.group-sales form {
  display: block;
  margin: 0 0 0.5rem;
}
section.group-sales form label.message {
  display: inline;
  color: #EF4444;
  font-size: 0.75rem;
}
section.group-sales form input[type=text] {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  width: 100%;
}
section.group-sales form input[type=submit] {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 1rem 0 0;
  padding: 0.75rem;
  cursor: pointer;
  width: 100%;
}
section.group-sales form input[type=submit]:hover {
  background-color: #177ca8;
}
section.group-sales form input[type=submit]::first-letter {
  text-transform: capitalize;
}
section.group-sales form input[type=submit] .show-when-enabled {
  display: initial;
}
section.group-sales form input[type=submit] .show-when-disabled {
  display: none;
}
section.group-sales form input[type=submit][disabled] {
  background-color: #99d7f1;
}
section.group-sales form input[type=submit][disabled] .show-when-enabled {
  display: none;
}
section.group-sales form input[type=submit][disabled] .show-when-disabled {
  display: initial;
}

section.trusted-logos {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
}
@media only screen and (max-width: 1024px) {
  section.trusted-logos {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.trusted-logos {
    padding: 0;
  }
}
section.trusted-logos h4 {
  margin: 0 0 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  section.trusted-logos h4 {
    margin: 1rem 0 2rem 2rem;
  }
}
section.trusted-logos ul {
  display: table;
  width: 100%;
  height: 110px;
}
section.trusted-logos ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.trusted-logos ul li {
    display: inline-block;
    margin: 0 0 2rem;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  section.trusted-logos ul li {
    display: block;
    margin: 0 0 2rem;
    width: 100%;
  }
}

header.partners {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
}
@media only screen and (max-width: 1024px) {
  header.partners {
    width: auto;
  }
}
header.partners h1 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  header.partners {
    margin: 0 auto;
  }
}
header.partners h1 {
  display: inline;
}

section.partners-listing a.partner {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  display: block;
  padding: 2rem;
}
@media only screen and (max-width: 1024px) {
  section.partners-listing a.partner {
    width: auto;
  }
}
section.partners-listing a.partner section.content {
  margin: 0 0 0 8.25rem;
}
@media only screen and (max-width: 767px) {
  section.partners-listing a.partner section.content {
    margin-left: 1rem;
  }
}
section.partners-listing a.partner section.content h4 {
  font-size: 1.5rem;
}
section.partners-listing a.partner section.content p {
  font-size: 1.05rem;
  margin: 0.5rem 0 0;
}
section.partners-listing a.partner:hover {
  background: #eef0ef;
}

section.custom-home {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.custom-home {
    width: auto;
  }
}
section.custom-home h1 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  section.custom-home {
    margin: 0 auto;
  }
}
section.custom-home ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.custom-home ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.custom-home ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.custom-home ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
@media only screen and (max-width: 1024px) {
  section.custom-home {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.custom-home {
    padding: 0;
  }
}
section.custom-home h1 {
  margin-bottom: 2rem;
}
section.custom-home h2 {
  padding: 1rem 0;
}
section.custom-home p {
  padding-bottom: 1rem;
}
section.custom-home li {
  font-size: 1.1rem;
  padding-bottom: 1rem;
}
section.custom-home iframe {
  width: 100%;
}

section.grp-highlights {
  border: 1px;
  border-color: #3f4544;
  border-style: solid;
  margin-top: 3rem;
}
section.grp-highlights h3 {
  padding: 1rem 0;
  text-align: center;
}
section.grp-highlights h4 {
  padding-bottom: 1rem;
  text-align: center;
}

section.careers ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.careers ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.careers ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.careers ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.careers h1 {
  margin-bottom: 2rem;
}
section.careers ul,
section.careers li {
  font-size: 1rem;
}

header.about {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
}
@media only screen and (max-width: 1024px) {
  header.about {
    width: auto;
  }
}
header.about h1 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  header.about {
    margin: 0 auto;
  }
}
header.about h2 {
  background-color: #3f4544;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 2rem;
  padding: 2rem;
  text-align: center;
  text-transform: uppercase;
}

section.about {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.about {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.about {
    padding: 0;
  }
}
section.about h2 {
  padding-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  section.about h2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
section.about p {
  padding-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  section.about p {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
section.about section.about-bottom ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.about section.about-bottom ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.about section.about-bottom ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.about section.about-bottom ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.about section.about-bottom p {
  padding-bottom: 1rem;
}
section.about section.about-bottom h3 {
  margin: 1rem 0;
}
section.about section.about-left {
  display: inline-block;
  margin: 0 2rem 0 0;
  width: 46%;
}
@media only screen and (max-width: 767px) {
  section.about section.about-left {
    width: 100%;
  }
}
section.about section.about-right {
  vertical-align: top;
  float: right;
  width: 46%;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  section.about section.about-right {
    width: 100%;
  }
}

section.terms {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.terms {
    width: auto;
  }
}
section.terms h1 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  section.terms {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.terms {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.terms {
    padding: 0;
  }
}
section.terms ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.terms ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.terms ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.terms ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.terms h1,
section.terms h3,
section.terms h2 {
  padding-top: 1rem;
}
section.terms h1 {
  margin-bottom: 1.5rem;
}
section.terms h2,
section.terms h3 {
  margin: 0.5rem 0;
}
section.terms p {
  padding-top: 0.5rem;
}
section.terms p.honor {
  padding-top: 0;
  font-style: italic;
}
section.terms table,
section.terms td,
section.terms th {
  padding: 1rem;
  border: 0.1rem solid #808184;
  color: #808184;
  text-align: center;
}
section.terms ol {
  padding-bottom: 0;
}

section.contact {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.contact {
    width: auto;
  }
}
section.contact h1 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  section.contact {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.contact {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.contact {
    padding: 0;
  }
}
section.contact h1 {
  margin: 1rem 0 3rem 0;
}
@media only screen and (max-width: 1024px) {
  section.contact h1 {
    margin: 0 1rem 1rem;
  }
}
section.contact h4 {
  margin-top: 1rem;
}
section.contact h3 {
  margin: 2rem 0 1rem 0;
}
section.contact section.contact-right {
  vertical-align: top;
  width: 50%;
  float: right;
  padding-left: 2rem;
}
section.contact section.contact-right h3.top {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  section.contact section.contact-right {
    width: 100%;
    float: none;
    margin-left: 1rem;
  }
}
section.contact section.contact-right .google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
section.contact section.contact-right .google-maps iframe {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 1024px) {
  section.contact section.contact-right .google-maps iframe {
    width: 90% !important;
    height: 95% !important;
  }
}
section.contact section.contact-left {
  margin: 0 2rem 0 0;
  padding-right: 2rem;
}
@media only screen and (max-width: 1024px) {
  section.contact section.contact-left {
    margin: 0 1rem 1rem;
  }
}

section.team {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.team {
    width: auto;
  }
}
section.team h1 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  section.team {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.team {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.team {
    padding: 0;
  }
}
section.team h1,
section.team h2 {
  padding: 1rem 0;
}
section.team hr {
  color: #e5e5e5;
  margin-bottom: 2rem;
}
section.team p {
  display: block;
}
section.team p.description {
  margin-bottom: 1rem;
}
section.team p.name {
  font-weight: bold;
  padding-bottom: 0.25rem;
}
section.team ul {
  margin: 0.5rem 0 0;
}
section.team ul li {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}
@media only screen and (max-width: 767px) {
  section.team ul {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.team ul {
    margin: 3.9rem 0 0;
  }
}
section.team section.teammate {
  padding: 1rem 1rem 1rem 0;
  display: inline-block;
}

section.unsubscribe {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
  min-height: 30rem;
}
@media only screen and (max-width: 1024px) {
  section.unsubscribe {
    width: auto;
  }
}
section.unsubscribe h1 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  section.unsubscribe {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.unsubscribe {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.unsubscribe {
    padding: 0;
  }
}
section.unsubscribe h1 {
  padding: 1rem 0;
}
section.unsubscribe p {
  padding-bottom: 1rem;
}

section.pages {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.pages {
    width: auto;
  }
}
section.pages h1 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  section.pages {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.pages {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.pages {
    padding: 0;
  }
}
section.pages h2,
section.pages p {
  display: block;
  padding-bottom: 1rem;
}
section.pages h2.contact,
section.pages p.contact {
  padding-bottom: 0rem;
}

section.page-not-found {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.page-not-found {
    width: auto;
  }
}
section.page-not-found h1 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  section.page-not-found {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.page-not-found {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.page-not-found {
    padding: 0;
  }
}
section.page-not-found h1,
section.page-not-found h2,
section.page-not-found h3,
section.page-not-found p {
  display: block;
  padding-bottom: 1rem;
}

section.not-authorized {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.not-authorized {
    width: auto;
  }
}
section.not-authorized h1 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  section.not-authorized {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.not-authorized {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.not-authorized {
    padding: 0;
  }
}
section.not-authorized ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.not-authorized ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.not-authorized ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.not-authorized ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.not-authorized h1,
section.not-authorized h2,
section.not-authorized h3 {
  display: block;
  padding-bottom: 1rem;
}

section.experts-listing {
  overflow: hidden;
}
section.experts-listing a.info {
  border-color: #29aae2;
  color: #29aae2;
}
section.experts-listing a.info:hover {
  background-color: #29aae2;
  color: #fff;
}
section.experts-listing a.action {
  background-color: #29aae2;
  border-color: #29aae2;
  color: #fff;
}
section.experts-listing a.action:hover {
  background-color: #177ca8;
  border-color: #177ca8;
}
section.experts-listing a.warning {
  background-color: white;
  border-color: #EF4444;
  color: #EF4444;
}
section.experts-listing a.warning:hover {
  background-color: #EF4444;
  color: #fff;
}
section.experts-listing div.clear {
  clear: both;
}
section.experts-listing h1 {
  padding-bottom: 1rem;
}
section.experts-listing section.each-expert {
  float: left;
  margin: 0.5rem;
  width: 140px;
  height: 200px;
}

section.giveaways {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.giveaways {
    width: auto;
  }
}
section.giveaways h1 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  section.giveaways {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.giveaways {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.giveaways {
    padding: 0;
  }
}
section.giveaways h1,
section.giveaways h2 {
  padding: 1rem 0;
}

section.my-subscription {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.my-subscription {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.my-subscription {
    padding: 0;
  }
}
section.my-subscription h1,
section.my-subscription h2 {
  padding: 1rem 0;
}
section.my-subscription p {
  padding-top: 1rem;
}

section.subscription {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.subscription {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.subscription {
    padding: 0;
  }
}
section.subscription ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.subscription ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.subscription ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.subscription ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.subscription h1,
section.subscription h2 {
  padding: 1rem 0;
}
section.subscription h3 {
  padding: 1rem 0;
}
section.subscription p {
  padding-top: 1rem;
}
section.subscription p.notice {
  padding: 0.5rem;
  color: #fff;
  background-color: #D9FD72;
}
section.subscription p.missing {
  padding-top: 0;
  margin-top: -1rem;
}
section.subscription h4 {
  line-height: 1.1rem;
  padding: 0.25rem 0;
}
section.subscription h5 {
  margin-top: 2rem;
}
section.subscription ul.highlights {
  margin-left: 1 rem;
}
section.subscription a.button {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 1rem 0 0;
  padding: 0.75rem;
  cursor: pointer;
  width: 100%;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
section.subscription a.button:hover {
  background-color: #177ca8;
}
section.subscription a.button::first-letter {
  text-transform: capitalize;
}
section.subscription a.button .show-when-enabled {
  display: initial;
}
section.subscription a.button .show-when-disabled {
  display: none;
}
section.subscription a.button[disabled] {
  background-color: #99d7f1;
}
section.subscription a.button[disabled] .show-when-enabled {
  display: none;
}
section.subscription a.button[disabled] .show-when-disabled {
  display: initial;
}
section.subscription a.discount {
  float: right;
}
section.subscription p.greenlight {
  background-color: #e0fd8b;
  color: #fff;
  padding-left: 1rem;
}
section.subscription section.two-column-courses-listing {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  margin: 1rem 0 2rem;
}
@media only screen and (max-width: 767px) {
  section.subscription section.two-column-courses-listing {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
section.subscription section.two-column-courses-listing a.course {
  display: block;
  padding: 1rem;
  background: #f0f0f0;
  border-bottom: #fff 1rem solid;
  height: 10rem;
  overflow: hidden;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
}
@media only screen and (max-width: 1024px) {
  section.subscription section.two-column-courses-listing a.course {
    height: 6.75rem;
  }
}
@media only screen and (max-width: 767px) {
  section.subscription section.two-column-courses-listing a.course {
    height: auto;
  }
}
section.subscription section.two-column-courses-listing a.course h4 {
  line-height: 1.3;
  margin: 0 0 0.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767px) {
  section.subscription section.two-column-courses-listing a.course h4 {
    line-height: 1.3;
    margin: 0.25rem 0 0.5rem;
  }
}
section.subscription section.two-column-courses-listing a.course p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section.subscription section.two-column-courses-listing a.course h5 {
  color: #555;
  line-height: 1.3;
  margin: 0 0 0.25rem;
}
@media only screen and (max-width: 767px) {
  section.subscription section.two-column-courses-listing a.course h5 {
    line-height: 1.3;
    margin: 0.25rem 0;
  }
}
section.subscription section.two-column-courses-listing a.course h5 span {
  float: right;
}
section.subscription section.two-column-courses-listing a.course p {
  margin: 0;
  max-height: 4.8rem;
  overflow: none;
}
section.subscription section.two-column-courses-listing a.course:hover {
  background-color: #e5e5e5;
}
section.subscription form {
  display: block;
  margin: 0 0 0.5rem;
}
section.subscription form label {
  display: block;
  margin: 0.5rem 0 0.5rem;
  color: #555;
  font-size: 1.1rem;
  margin: 1rem 0 0.5rem;
}
section.subscription form label.message {
  display: inline;
  color: #EF4444;
  font-size: 0.75rem;
}
section.subscription form .field_with_errors input[type=text] {
  border-color: #EF4444;
}
section.subscription form input[type=text],
section.subscription form textarea,
section.subscription form select {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  font-size: 1rem;
  width: 50%;
}
section.subscription table.course-display {
  margin-bottom: 1rem;
}
section.subscription table.course-display tr > td {
  padding-right: 2rem;
  vertical-align: top;
}

section.nabcep-application {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.nabcep-application {
    width: auto;
  }
}
section.nabcep-application h1 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  section.nabcep-application {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.nabcep-application {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.nabcep-application {
    padding: 0;
  }
}
section.nabcep-application h1 {
  margin: 1rem 0 2rem;
}
section.nabcep-application h2 {
  margin: 1rem 0;
}
section.nabcep-application h3 {
  margin-bottom: 1rem;
}
section.nabcep-application h3.tools {
  margin-top: 2rem;
}
section.nabcep-application p {
  margin-bottom: 1rem;
}
section.nabcep-application .highlight {
  background-color: #fddc88;
  padding: 0.5rem;
}
section.nabcep-application ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.nabcep-application ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.nabcep-application ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.nabcep-application ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.nabcep-application form {
  display: block;
  margin: 0 0 0.5rem;
}
section.nabcep-application form section.radio-buttons p {
  margin-top: 1rem;
  font-size: 1.1rem;
}
section.nabcep-application form section.radio-buttons label {
  display: inline;
}
section.nabcep-application form section.radio-buttons input[type=radio] {
  margin: 0.5rem 0.5rem 0.25rem 0.5rem;
}
section.nabcep-application form label {
  display: block;
  margin: 0.5rem 0 0.5rem;
  color: #555;
  font-size: 1.1rem;
  margin: 1rem 0 0.5rem;
}
section.nabcep-application form label.message {
  display: inline;
  color: #EF4444;
  font-size: 0.75rem;
}
section.nabcep-application form .field_with_errors input[type=text] {
  border-color: #EF4444;
}
section.nabcep-application form input[type=text],
section.nabcep-application form input[type=date],
section.nabcep-application form textarea,
section.nabcep-application form select {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  font-size: 1rem;
  width: 50%;
}
section.nabcep-application a.button {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 1rem 0 0;
  padding: 0.75rem;
  cursor: pointer;
  display: inline-block;
  margin: 2rem 0;
  width: 100%;
  padding: 0.75rem 0;
}
section.nabcep-application a.button:hover {
  background-color: #177ca8;
}
section.nabcep-application a.button::first-letter {
  text-transform: capitalize;
}
section.nabcep-application a.button .show-when-enabled {
  display: initial;
}
section.nabcep-application a.button .show-when-disabled {
  display: none;
}
section.nabcep-application a.button[disabled] {
  background-color: #99d7f1;
}
section.nabcep-application a.button[disabled] .show-when-enabled {
  display: none;
}
section.nabcep-application a.button[disabled] .show-when-disabled {
  display: initial;
}

section.application {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.application {
    width: auto;
  }
}
section.application h1 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  section.application {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.application {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.application {
    padding: 0;
  }
}
section.application h1 {
  padding: 1rem 0;
}
section.application ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.application ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.application ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.application ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.application form {
  display: block;
  margin: 0 0 0.5rem;
}
section.application form label {
  display: block;
  margin: 0.5rem 0 0.5rem;
  color: #555;
  font-size: 1.1rem;
  font-size: 1rem;
}
section.application form label.message {
  display: inline;
  color: #EF4444;
  font-size: 0.75rem;
}
section.application form input[type=text],
section.application form textarea {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  font-size: 1rem;
}
section.application form input[type=submit],
section.application form button {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 1rem 0 0;
  padding: 0.75rem;
  cursor: pointer;
  display: inline;
  margin: 2rem 0 0;
}
section.application form input[type=submit]:hover,
section.application form button:hover {
  background-color: #177ca8;
}
section.application form input[type=submit]::first-letter,
section.application form button::first-letter {
  text-transform: capitalize;
}
section.application form input[type=submit] .show-when-enabled,
section.application form button .show-when-enabled {
  display: initial;
}
section.application form input[type=submit] .show-when-disabled,
section.application form button .show-when-disabled {
  display: none;
}
section.application form input[type=submit][disabled],
section.application form button[disabled] {
  background-color: #99d7f1;
}
section.application form input[type=submit][disabled] .show-when-enabled,
section.application form button[disabled] .show-when-enabled {
  display: none;
}
section.application form input[type=submit][disabled] .show-when-disabled,
section.application form button[disabled] .show-when-disabled {
  display: initial;
}
section.application a.button {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 1rem 0 0;
  padding: 0.75rem;
  cursor: pointer;
  display: inline-block;
  margin: 2rem 0;
  width: 100%;
  padding: 0.75rem 0;
}
section.application a.button:hover {
  background-color: #177ca8;
}
section.application a.button::first-letter {
  text-transform: capitalize;
}
section.application a.button .show-when-enabled {
  display: initial;
}
section.application a.button .show-when-disabled {
  display: none;
}
section.application a.button[disabled] {
  background-color: #99d7f1;
}
section.application a.button[disabled] .show-when-enabled {
  display: none;
}
section.application a.button[disabled] .show-when-disabled {
  display: initial;
}
section.application #new_attachment {
  clear: both;
}
section.application .attachment {
  padding: 0.75rem;
  border: solid 1px #e5e5e5;
  float: left;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
section.application .attachment .actions {
  padding-top: 0.25rem;
  text-align: center;
  font-size: 0.85rem;
}

section.popup {
  width: 652px;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box;
  background: #f2f4f3;
  padding: 0 1rem;
}
@media only screen and (max-width: 1024px) {
  section.popup {
    width: 100%;
  }
}
section.popup h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
section.popup h2 {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 1rem;
}
section.popup h2.not-available {
  margin-bottom: 1rem;
}
section.popup p {
  font-size: 0.95rem;
}
section.popup form {
  display: block;
  margin: 0 0 0.5rem;
  padding: 1rem 1rem 0;
}
section.popup form label {
  display: block;
  margin: 0.5rem 0 0.5rem;
  color: #555;
  font-size: 1.1rem;
  margin: 0.5rem 0 0.5rem;
  color: #808184;
}
section.popup form label.message {
  display: inline;
  color: #EF4444;
  font-size: 0.75rem;
}
section.popup form input[type=text] {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  width: 100%;
  margin: 0.5rem 0;
}
section.popup form + h2 {
  margin-top: 4rem;
}
section.popup section.description {
  text-align: left;
  display: inline-block;
}
section.popup section.description ul {
  margin: 1.5rem 0.5rem 2rem 2rem;
}
section.popup section.description ul li {
  font-size: 0.95rem;
  list-style: square;
  margin: 1rem 0;
}
section.popup section.download {
  vertical-align: top;
  text-align: left;
  display: inline-block;
  width: 100%;
}
section.popup section.download .field_with_errors {
  display: inline;
}
section.popup section.download .field_with_errors input[type=text] {
  border: 0.175rem solid #EF4444;
}
section.popup section.download p {
  margin-bottom: 1rem;
}
section.popup section.download p.notice-email {
  font-size: 0.8rem;
}
section.popup section.download p.notice-spam {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.7rem;
}

section.confirmed {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
  min-height: 30rem;
}
@media only screen and (max-width: 1024px) {
  section.confirmed {
    width: auto;
  }
}
section.confirmed h1 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  section.confirmed {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.confirmed {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.confirmed {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  section.confirmed {
    padding-top: 1rem;
  }
}
section.confirmed h1 {
  margin-bottom: 2rem;
}
section.confirmed a.button {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 1rem 0 0;
  padding: 0.75rem;
  cursor: pointer;
  display: inline-block;
  margin: 2rem 0;
  width: 100%;
  padding: 0.75rem 0;
}
section.confirmed a.button:hover {
  background-color: #177ca8;
}
section.confirmed a.button::first-letter {
  text-transform: capitalize;
}
section.confirmed a.button .show-when-enabled {
  display: initial;
}
section.confirmed a.button .show-when-disabled {
  display: none;
}
section.confirmed a.button[disabled] {
  background-color: #99d7f1;
}
section.confirmed a.button[disabled] .show-when-enabled {
  display: none;
}
section.confirmed a.button[disabled] .show-when-disabled {
  display: initial;
}
section.confirmed p {
  margin-bottom: 1rem;
}

section.order {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
  min-height: 30rem;
}
@media only screen and (max-width: 1024px) {
  section.order {
    width: auto;
  }
}
section.order h1 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  section.order {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.order {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.order {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  section.order {
    padding-top: 1rem;
  }
}
section.order ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.order ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.order ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.order ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.order ul {
  margin-bottom: 1rem;
}
section.order .mt-4 {
  margin-top: 2rem;
}
section.order form {
  display: block;
  margin: 0 0 0.5rem;
}
section.order form label {
  display: block;
  margin: 0.5rem 0 0.5rem;
  color: #555;
  font-size: 1.1rem;
  font-size: 1rem;
}
section.order form label.message {
  color: #EF4444;
  font-size: 0.75rem;
}
section.order form label.order-details {
  margin-left: 2rem;
}
section.order form input[type=text],
section.order form select {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  display: inline;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  section.order form input[type=text],
section.order form select {
    width: 100%;
  }
}
section.order form input[type=text].attendee_fn, section.order form input[type=text].attendee_ln,
section.order form select.attendee_fn,
section.order form select.attendee_ln {
  width: 213px;
}
@media only screen and (max-width: 767px) {
  section.order form input[type=text].attendee_fn, section.order form input[type=text].attendee_ln,
section.order form select.attendee_fn,
section.order form select.attendee_ln {
    width: 49%;
  }
}
section.order form input[type=text].confirmed-details,
section.order form select.confirmed-details {
  width: 100%;
}
section.order form input[type=submit]#order-processing,
section.order form button#order-processing {
  visibility: hidden;
  margin: -2.7rem 0;
  float: left;
}
section.order form input[type=button].secondary {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 1rem 0 0;
  padding: 0.75rem;
  cursor: pointer;
  background-color: #808184;
}
section.order form input[type=button].secondary:hover {
  background-color: #177ca8;
}
section.order form input[type=button].secondary::first-letter {
  text-transform: capitalize;
}
section.order form input[type=button].secondary .show-when-enabled {
  display: initial;
}
section.order form input[type=button].secondary .show-when-disabled {
  display: none;
}
section.order form input[type=button].secondary[disabled] {
  background-color: #99d7f1;
}
section.order form input[type=button].secondary[disabled] .show-when-enabled {
  display: none;
}
section.order form input[type=button].secondary[disabled] .show-when-disabled {
  display: initial;
}
section.order form input[type=button].secondary:hover {
  background-color: #5a5b5d;
}
section.order form input[type=button].secondary.info {
  border: 2px solid #29aae2;
  background-color: #fff;
  color: #29aae2;
}
section.order form input[type=button].secondary.info:hover {
  background-color: #29aae2;
  color: #fff;
}
section.order form input[type=button].secondary.warning {
  border: 2px solid #EF4444;
  background-color: white;
  color: #EF4444;
}
section.order form input[type=button].secondary.warning:hover {
  background-color: #EF4444;
  color: #fff;
}
section.order form input[type=button].secondary.action {
  border: 2px solid #29aae2;
  background-color: #29aae2;
  color: #fff;
}
section.order form input[type=button].secondary.action:hover {
  background-color: #177ca8;
  border-color: #177ca8;
}
section.order form input[type=button].inline {
  display: inline;
}
section.order form section.add-self {
  display: none;
}
section.order p.name {
  font-weight: bold;
  padding-left: 0.5rem;
}
section.order p.copy-check {
  text-align: center;
}
section.order p.note {
  padding-top: 1rem;
  text-align: center;
}
section.order p.send-email {
  margin-top: 1rem;
  margin-bottom: -1rem;
}
section.order h1 {
  margin: 1rem 0 2rem;
}
section.order h2 {
  padding: 1rem 0;
}
section.order h2.mult-address {
  padding-top: 2rem;
}
section.order h2.error {
  padding: 0rem;
}
section.order h3 {
  padding: 1rem 0 0.5rem 0;
}
section.order table td {
  vertical-align: middle;
  text-align: left;
  padding: 0.25rem 0.5rem 0 0;
}
section.order table td:first-child {
  text-align: right;
}
section.order table td.heading {
  text-align: left;
}
section.order .field_with_errors {
  display: inline;
}
section.order .field_with_errors input[type=text] {
  border: 0.175rem solid #EF4444;
}
section.order section.invalid_code {
  display: none;
  background: #fff;
  margin: 0.25rem 0 -1.5rem;
  padding: 0;
}
section.order section.invalid_code p {
  color: #EF4444;
}
section.order section.admin-only input[type=text] {
  text-align: right;
}
section.order section.admin-only h4 {
  padding: 2rem 0 1rem;
}
section.order .indented-details {
  margin-left: 1rem;
}
section.order .attendee_indicator {
  display: inline;
}
section.order p#stripe_error {
  margin-top: 1rem;
  padding-left: 1rem;
  background-color: #EF4444;
  color: white;
}

section.verified-certificate {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
  min-height: 30rem;
}
@media only screen and (max-width: 1024px) {
  section.verified-certificate {
    width: auto;
  }
}
section.verified-certificate h1 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  section.verified-certificate {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.verified-certificate {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.verified-certificate {
    padding: 0;
  }
}
section.verified-certificate iframe {
  width: 100%;
  height: 30rem;
  margin: 1rem 0;
  padding-top: 1rem;
}
section.verified-certificate h1 {
  padding-bottom: 1rem;
}
section.verified-certificate h3 {
  padding-top: 1rem;
}
section.verified-certificate img {
  padding-top: 1rem;
}
section.verified-certificate p {
  padding-top: 1rem;
}

section.credential {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  section.credential {
    width: auto;
  }
}
section.credential h1 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  section.credential {
    margin: 0 auto;
  }
}
section.credential ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.credential ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.credential ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.credential ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
@media only screen and (max-width: 1024px) {
  section.credential {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.credential {
    padding: 0;
  }
}
section.credential h1 {
  padding: 1rem 0;
}
section.credential h2 {
  padding: 2rem 0 0;
}
section.credential h3 {
  padding: 2rem 0 0;
}
section.credential img {
  float: left;
  margin: 1rem 1rem 0 0;
  width: 20rem;
}
section.credential p {
  padding: 1rem 0 0;
}
section.credential ul {
  padding-bottom: 0;
}
section.credential a.button {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
}
section.credential a.button:hover {
  background-color: #177ca8;
}
section.credential a.button::first-letter {
  text-transform: capitalize;
}
section.credential a.button .show-when-enabled {
  display: initial;
}
section.credential a.button .show-when-disabled {
  display: none;
}
section.credential a.button[disabled] {
  background-color: #99d7f1;
}
section.credential a.button[disabled] .show-when-enabled {
  display: none;
}
section.credential a.button[disabled] .show-when-disabled {
  display: initial;
}
section.credential section.credentials-listing a.credential {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  display: block;
  padding: 2rem 0;
  width: auto;
}
@media only screen and (max-width: 1024px) {
  section.credential section.credentials-listing a.credential {
    width: auto;
  }
}
section.credential section.credentials-listing a.credential section.content {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  section.credential section.credentials-listing a.credential section.content {
    margin-left: 1rem;
  }
}
section.credential section.credentials-listing a.credential section.content h4 {
  font-size: 1.5rem;
}
section.credential section.credentials-listing a.credential section.content p {
  font-size: 1.05rem;
  margin: 0.5rem 0 0;
}
section.credential section.credentials-listing a.credential:hover {
  background: #eef0ef;
}

section.order-show {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
  min-height: 30rem;
}
@media only screen and (max-width: 1024px) {
  section.order-show {
    width: auto;
  }
}
section.order-show h1 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  section.order-show {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.order-show {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.order-show {
    padding: 0;
  }
}
section.order-show a.info {
  border-color: #29aae2;
  color: #29aae2;
}
section.order-show a.info:hover {
  background-color: #29aae2;
  color: #fff;
}
section.order-show a.action {
  background-color: #29aae2;
  border-color: #29aae2;
  color: #fff;
}
section.order-show a.action:hover {
  background-color: #177ca8;
  border-color: #177ca8;
}
section.order-show a.warning {
  background-color: white;
  border-color: #EF4444;
  color: #EF4444;
}
section.order-show a.warning:hover {
  background-color: #EF4444;
  color: #fff;
}
section.order-show div.clear {
  clear: both;
}
section.order-show iframe {
  width: 100%;
  height: 30rem;
  margin: 1rem 0;
}
section.order-show h1,
section.order-show h2,
section.order-show h3 {
  padding: 1rem 0;
}
section.order-show p.indent {
  margin-left: 1rem;
}
section.order-show p.notice {
  margin: 2rem;
  text-align: center;
  color: #fff;
  background-color: #D9FD72;
}

section.progress-bar {
  box-sizing: border-box;
  margin: 1rem auto 2rem;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  display: table;
  padding: 0;
  table-layout: fixed;
}
@media only screen and (max-width: 1024px) {
  section.progress-bar {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.progress-bar {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  section.progress-bar {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  section.progress-bar {
    display: block;
  }
}
section.progress-bar.sign-in {
  width: 990px;
}
@media only screen and (max-width: 1024px) {
  section.progress-bar.sign-in {
    padding-left: 2rem;
    width: 100%;
  }
}
section.progress-bar ul {
  display: block;
  overflow: hidden;
  display: table-row;
}
@media only screen and (max-width: 767px) {
  section.progress-bar ul {
    display: block;
  }
}
section.progress-bar ul li {
  display: table-cell;
  padding: 0.75rem 0.75rem 0.75rem 1.15rem;
}
@media only screen and (max-width: 767px) {
  section.progress-bar ul li {
    display: block;
    float: left;
    width: 50% !important;
    padding: 0;
    background-image: none !important;
  }
}
section.progress-bar ul li h6 {
  font-weight: 300;
  color: #3f4544;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.progress-bar ul li h6 {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  section.progress-bar ul li h6 {
    padding: 0.3rem 0.5rem;
    font-size: 0.7rem;
  }
}
section.progress-bar ul li h6 span {
  font-weight: 500;
  padding-right: 0.5rem;
}
section.progress-bar ul li.large-width {
  width: 28%;
}
section.progress-bar ul li.medium-width {
  width: 16%;
}
section.progress-bar ul li.small-width {
  width: 14%;
}
section.progress-bar ul li.complete {
  background: #29aae2;
}
section.progress-bar ul li.complete h6 {
  color: #fff;
}
section.progress-bar ul li.complete.last {
  background-image: url(/assets/right-arrow-block-yellow-3557a9d2cd2c081f59b25632a54357c9735d1b99d7094d9c04f64fef2a542df1.svg);
  background-position: center right;
  background-repeat: no-repeat;
}
section.progress-bar ul li.three-column {
  width: 33%;
}
section.progress-bar ul li.two-column {
  width: 33%;
}
section.progress-bar ul li.active {
  background: #FBBF24 url(/assets/right-arrow-block-4df3c0a2a22084669bb3ff19a5b26360333e65a32ad9467ade0f4c02205d3fd8.svg) no-repeat center right;
}
section.progress-bar ul li.active h6 {
  color: #000;
}
section.progress-bar ul.two-column li {
  width: 50%;
}

section.enrollment {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  min-height: 30rem;
}
@media only screen and (max-width: 1024px) {
  section.enrollment {
    width: auto;
  }
}
section.enrollment h1 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  section.enrollment {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.enrollment {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.enrollment {
    padding: 0;
  }
}

header.active-event {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
}
@media only screen and (max-width: 1024px) {
  header.active-event {
    width: auto;
  }
}
header.active-event h1 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  header.active-event {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  header.active-event {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
header.active-event div.clear {
  clear: both;
}
header.active-event h1 {
  width: 100%;
  margin: 0 0 1rem 0;
}
header.active-event h4 {
  margin-top: 1rem;
}

section.event-highlight {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  background-color: #FBBF24;
  padding: 1rem 2rem;
  margin-bottom: -1rem;
}
@media only screen and (max-width: 1024px) {
  section.event-highlight {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.event-highlight {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  section.event-highlight {
    padding: 0 0 1rem;
    margin-bottom: 0;
  }
}
section.event-highlight p {
  text-align: center;
}

section.active-event {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
}
@media only screen and (max-width: 1024px) {
  section.active-event {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.active-event {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  section.active-event {
    padding: 0 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  section.active-event {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
section.active-event section.assignment-nav {
  background: #e5e5e5;
  padding: 1rem;
  margin: 1rem 0;
}
section.active-event section.assignment-nav a {
  text-decoration: underline;
  margin-right: 1rem;
}
section.active-event section.assignment-nav a.discussion {
  float: right;
}
@media only screen and (max-width: 767px) {
  section.active-event section.assignment-nav a.discussion {
    float: none;
    display: block;
    margin-bottom: 0.5rem;
  }
}
section.active-event section.assignment-nav h2 {
  display: inline;
}
section.active-event section.assignment-nav span.checkbox {
  font-family: "Glyphicons Halflings";
  color: #808184;
  float: right;
}
section.active-event section.assignment-nav span.checkbox.checked {
  color: #07785e;
}
section.active-event section.assignment-nav span.checkbox.table {
  float: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.active-event section.assignments {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
section.active-event section.assignments h3 {
  margin: 1rem 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.active-event section.assignments h2 {
    margin-top: -1rem;
  }
}
section.active-event section.assignments h4 {
  margin-top: 0.5rem;
}
section.active-event span.actions {
  display: inline;
  font-family: "Glyphicons Halflings";
  color: #808184;
  padding: 0.5rem;
  float: right;
  margin-right: 0.25rem;
  margin-top: 1rem;
}
section.active-event span.actions.module {
  margin-top: 0.5rem;
}
section.active-event span.actions.move {
  cursor: crosshair;
}
section.active-event span.actions.move:hover {
  color: #fff;
  background: #808184;
}
section.active-event span.actions.edit:hover {
  color: #fff;
  background: #808184;
}
section.active-event span.actions.trash {
  color: #EF4444;
}
section.active-event span.actions.trash:hover {
  color: #fff;
  background: #EF4444;
}
section.active-event span.checkbox {
  font-family: "Glyphicons Halflings";
  color: #808184;
  padding: 0;
  margin-right: 1rem;
  vertical-align: bottom;
  float: left;
  height: 4rem;
}
section.active-event span.checked {
  font-family: "Glyphicons Halflings";
  color: #808184;
  padding: 0;
  color: #07785e;
}
section.active-event ul.assignment-list {
  margin: 0;
}
section.active-event ul.assignment-list.header li {
  background: #e8e8e8;
  padding: 0.5rem 0;
}
section.active-event ul.assignment-list.header li:hover {
  background: #e3e3e3;
}
section.active-event ul.assignment-list.header li a.assignment-item {
  color: #3f4544;
  font-weight: bold;
}
section.active-event ul.assignment-list li {
  display: block;
  color: #808184;
  font-size: 1rem;
  line-height: 1rem;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
}
section.active-event ul.assignment-list li a.assignment-item {
  display: block;
  line-height: 1.3rem;
  font-size: 1rem;
  padding: 1rem;
  color: #808184;
}
section.active-event ul.assignment-list li a.assignment-item p {
  margin-left: 2rem;
  margin-top: 1rem;
  color: #808184;
}
section.active-event ul.assignment-list li:hover {
  background: #f3f3f3;
}
section.active-event p.discussion {
  padding-top: 0.3rem;
}
section.active-event .new-assignment {
  padding: 0.5rem;
  display: block;
}
section.active-event .cms_week_footer {
  padding: 0.3rem 0 0 1rem;
  background-color: #808184;
}
section.active-event .cms_week_footer p {
  color: #fff;
}
section.active-event a.info {
  border-color: #29aae2;
  color: #29aae2;
}
section.active-event a.info:hover {
  background-color: #29aae2;
  color: #fff;
}
section.active-event a.action {
  background-color: #29aae2;
  border-color: #29aae2;
  color: #fff;
}
section.active-event a.action:hover {
  background-color: #177ca8;
  border-color: #177ca8;
}
section.active-event a.warning {
  background-color: white;
  border-color: #EF4444;
  color: #EF4444;
}
section.active-event a.warning:hover {
  background-color: #EF4444;
  color: #fff;
}
section.active-event div.clear {
  clear: both;
}
section.active-event #add-module-button > a {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
}
section.active-event #add-module-button > a:hover {
  background-color: #177ca8;
}
section.active-event #add-module-button > a::first-letter {
  text-transform: capitalize;
}
section.active-event #add-module-button > a .show-when-enabled {
  display: initial;
}
section.active-event #add-module-button > a .show-when-disabled {
  display: none;
}
section.active-event #add-module-button > a[disabled] {
  background-color: #99d7f1;
}
section.active-event #add-module-button > a[disabled] .show-when-enabled {
  display: none;
}
section.active-event #add-module-button > a[disabled] .show-when-disabled {
  display: initial;
}
section.active-event form {
  display: block;
  margin: 0 0 0.5rem;
}
section.active-event form label {
  display: block;
  margin: 0.5rem 0 0.5rem;
  color: #555;
  font-size: 1.1rem;
  font-size: 1rem;
}
section.active-event form [type=text],
section.active-event form textarea,
section.active-event form select {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  padding: 0.25rem;
  font-size: 1rem;
}
section.active-event form section.mail-form label {
  color: #fff;
}
section.active-event form section.send-mail [type=text],
section.active-event form section.send-mail select {
  display: inline;
}

section.tabbed-nav .navlist {
  padding: 2rem 0 0.5rem;
  margin: auto;
}
section.tabbed-nav .navlist li {
  display: inline-block;
  float: left;
  margin: 0 0.5rem 0.5rem 0;
}
section.tabbed-nav .navlist li a {
  display: block;
  padding: 0.5rem 0.75rem;
  background: #07785e;
}
section.tabbed-nav .navlist li a:link, section.tabbed-nav .navlist li a:visited {
  color: #fff;
}
section.tabbed-nav .navlist li a.current {
  background: #3f4544;
}
section.tabbed-nav .navlist li a:hover {
  background: #069679;
}
section.tabbed-nav .sub-nav {
  padding-top: 0.5rem;
}
section.tabbed-nav div.clear {
  clear: both;
}

section.sub-nav {
  padding-top: 0;
}

section.display-assignment {
  min-height: 20rem;
}
section.display-assignment audio {
  width: 100%;
}
section.display-assignment p {
  margin: 1rem 0;
}
section.display-assignment p.honor {
  font-style: italic;
}
section.display-assignment p#notice {
  color: #fff;
  background: #D9FD72;
  padding: 0.5rem 1rem;
}
section.display-assignment h5 {
  margin-top: 1rem;
}
section.display-assignment iframe {
  margin-bottom: 1rem;
}
section.display-assignment form {
  display: block;
  margin: 0 0 0.5rem;
}
section.display-assignment form label {
  display: block;
  margin: 0.5rem 0 0.5rem;
  color: #555;
  font-size: 1.1rem;
  text-align: left;
  font-size: 1rem;
}
section.display-assignment form label.inline {
  display: inline;
}
section.display-assignment form label.message {
  color: #EF4444;
  font-size: 1rem;
  padding-left: 1rem;
}
section.display-assignment form input[type=text] {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font-size: 1rem;
}
section.display-assignment form textarea {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  width: 100%;
}
section.display-assignment section.survey ul {
  display: inline;
  text-align: center;
}
section.display-assignment section.survey ul li {
  display: inline-block;
  padding: 0.25rem;
  vertical-align: middle;
  border: 0;
}
section.display-assignment section.survey .required {
  color: #EF4444;
}
section.display-assignment section.survey p.label {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
section.display-assignment section.survey p.optional {
  margin-top: 4rem;
}
section.display-assignment section.survey form label {
  margin-top: 2rem;
}
section.display-assignment section.survey form label.rating-goal {
  display: inline;
  font-weight: bold;
  margin-top: 1rem;
}
section.display-assignment section.survey form label.rating-number {
  margin-top: 1rem;
  text-align: center;
}
section.display-assignment section.survey form textarea,
section.display-assignment section.survey form select {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  width: 100%;
  height: 5rem;
}
section.display-assignment table {
  margin-top: 1rem;
}
section.display-assignment section.certificate ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.display-assignment section.certificate ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.display-assignment section.certificate ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.display-assignment section.certificate ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.display-assignment section.certificate ul {
  padding-top: 0;
  padding-bottom: 0;
}
section.display-assignment section.certificate .printsignature {
  text-align: center;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: bold;
}

section.survey-sub p {
  margin-bottom: 1rem;
}

section.student-progress ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.student-progress ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.student-progress ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.student-progress ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.student-progress p.progress {
  margin: 1rem 0;
}
section.student-progress ul > li.red-incomplete {
  color: #EF4444;
}

section.event-sub {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
  min-height: 30rem;
}
@media only screen and (max-width: 1024px) {
  section.event-sub {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.event-sub {
    padding: 0;
  }
}
section.event-sub ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.event-sub ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.event-sub ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.event-sub ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.event-sub a.info {
  border-color: #29aae2;
  color: #29aae2;
}
section.event-sub a.info:hover {
  background-color: #29aae2;
  color: #fff;
}
section.event-sub a.action {
  background-color: #29aae2;
  border-color: #29aae2;
  color: #fff;
}
section.event-sub a.action:hover {
  background-color: #177ca8;
  border-color: #177ca8;
}
section.event-sub a.warning {
  background-color: white;
  border-color: #EF4444;
  color: #EF4444;
}
section.event-sub a.warning:hover {
  background-color: #EF4444;
  color: #fff;
}
section.event-sub div.clear {
  clear: both;
}
section.event-sub ol.requirements {
  padding-top: 0;
}
section.event-sub ol.requirements > li {
  font-weight: bold;
  margin: 0.5rem 0;
}
section.event-sub ol.requirements > li.top-buffer {
  margin-top: 1rem;
}
section.event-sub h2 {
  padding: 0.5rem 0;
}
section.event-sub h3 {
  margin-top: 1rem;
}
section.event-sub div.mt-4 {
  margin-top: 1rem;
}
section.event-sub p.title {
  text-align: center;
  padding-bottom: 1rem;
}
section.event-sub p.filename {
  margin-left: 1.6rem;
}
section.event-sub p.actions {
  padding-bottom: 1rem;
}
section.event-sub .highlight {
  background-color: #fddc88;
}
section.event-sub .right {
  float: right;
}
section.event-sub section.each-classmate {
  float: left;
  margin: 0.5rem;
  text-align: center;
  min-height: 12rem;
  width: 170px;
  font-size: 0.8rem;
}
section.event-sub section.each-classmate h4 {
  font-size: 0.9rem;
  margin-top: 1rem;
}
section.event-sub section.each-classmate h5 {
  padding: 0.2rem 0 0.5rem 0;
  color: #555;
}
section.event-sub section.each-classmate h6 {
  font-weight: 100;
  font-size: 0.7rem;
  padding-top: 0.2rem;
  color: #808184;
}
section.event-sub section.settings h2 {
  margin-bottom: 1rem;
}
section.event-sub section.settings h3 {
  display: inline;
}
section.event-sub section.settings ul {
  list-style-type: none;
}

section.notifications ul {
  margin: 0;
  padding: 1rem 0;
}
section.notifications ul p {
  margin-top: 0.5rem;
}
section.notifications ul li {
  display: block;
  color: #29aae2;
  font-size: 1.1rem;
  line-height: 1.5rem;
  min-height: 7rem;
  padding-top: 1rem;
}
section.notifications ul li a {
  display: block;
  padding: 0 0 1rem 0;
  color: #555;
}
section.notifications ul li a.avatar {
  float: left;
}
section.notifications ul li a.avatar:hover {
  background: none;
}
section.notifications ul li a.actions {
  float: right;
}
section.notifications ul li:hover {
  background: #ecefee;
}
section.notifications ul li:nth-child(odd) {
  background: #f5f6f6;
}
section.notifications ul li:nth-child(odd):hover {
  background: #ecefee;
}
section.notifications ul li.header {
  background: #3f4544;
  color: #FFFFFF;
  padding: 0.5rem;
  min-height: 1rem;
}
section.notifications ul li.header:hover {
  background: #3f4544;
}
section.notifications ul li.header span.mark-read {
  float: right;
}
section.notifications ul li span.posted-time {
  font-size: 1rem;
  display: block;
  margin-top: 1rem;
  color: #808184;
}
section.notifications ul li span.actions {
  display: inline;
  font-family: "Glyphicons Halflings";
  color: #808184;
  padding: 0.5rem;
  float: right;
  margin: 0.5rem 3rem;
}
section.notifications ul li span.actions:hover {
  color: #D9FD72;
}
section.notifications ul li span.actions.archived {
  color: #D9FD72;
}
section.notifications ul li span.actions.archived:hover {
  color: #808184;
}
section.notifications section.view-options .right {
  float: right;
}
section.notifications p {
  margin-bottom: 1rem;
}
section.notifications p.notice {
  padding: 0.5rem;
  color: #fff;
  background-color: #D9FD72;
}

section.all-notifications {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.all-notifications {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.all-notifications {
    padding: 0;
  }
}
section.all-notifications h2 {
  margin: 1rem 0 1rem;
}
section.all-notifications h1.with-nav {
  padding-top: 2rem;
}

section.techsupport p,
section.techsupport h3 {
  margin-bottom: 1rem;
}
section.techsupport section.articles article {
  margin: 1.6rem 0 2.6rem;
}
section.techsupport section.articles article:last-of-type {
  margin-bottom: 0;
}
section.techsupport section.articles article h5 {
  line-height: 1.3;
  margin: 0 0 0.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
section.techsupport section.articles article h6 {
  line-height: 1.3;
  margin: 0 0 0.5rem;
  color: #808184;
  font-size: 0.85rem;
}
section.techsupport section.articles article p {
  margin: 1rem 0;
}

section.submission {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  min-height: 30rem;
}
@media only screen and (max-width: 1024px) {
  section.submission {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.submission {
    padding: 0;
  }
}
section.submission a.info {
  border-color: #29aae2;
  color: #29aae2;
}
section.submission a.info:hover {
  background-color: #29aae2;
  color: #fff;
}
section.submission a.action {
  background-color: #29aae2;
  border-color: #29aae2;
  color: #fff;
}
section.submission a.action:hover {
  background-color: #177ca8;
  border-color: #177ca8;
}
section.submission a.warning {
  background-color: white;
  border-color: #EF4444;
  color: #EF4444;
}
section.submission a.warning:hover {
  background-color: #EF4444;
  color: #fff;
}
section.submission div.clear {
  clear: both;
}
section.submission ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.submission ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.submission ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.submission ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.submission p {
  margin-top: 1rem;
}
section.submission h3,
section.submission h4 {
  margin: 1rem 0;
}
section.submission ul > li {
  color: #555;
}
section.submission .error li {
  color: #fff;
}
section.submission form {
  display: block;
  margin: 0 0 0.5rem;
}
section.submission form.button_to {
  display: inline-block;
}
section.submission form label {
  display: block;
  margin: 0.5rem 0 0.5rem;
  color: #555;
  font-size: 1.1rem;
  font-size: 1rem;
}
section.submission form [type=text],
section.submission form select {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  padding: 0.25rem;
  font-size: 1rem;
}
section.submission form textarea {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  width: 100%;
}
section.submission form input[type=submit].warning,
section.submission form button.warning {
  background: none;
  border: none;
  color: #EF4444;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  margin-left: 0.25rem;
  padding: 0;
}
section.submission form section.radio-buttons label {
  display: inline;
}
section.submission form section.radio-buttons input[type=radio] {
  margin-left: 0.5rem;
}

.course-module-markdown ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
.course-module-markdown ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
.course-module-markdown ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
.course-module-markdown ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
.course-module-markdown ul {
  padding: 1rem 2rem 0 2rem;
}
.course-module-markdown ul > li > ul {
  padding-top: 0.25rem;
}
.course-module-markdown p {
  margin-top: 1rem;
}

section.discount_code_form h3 {
  margin-top: 1.5rem;
}

section.discussion-topic {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  section.discussion-topic {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.discussion-topic {
    padding: 0;
  }
}
section.discussion-topic table.ledger {
  margin: auto;
}
section.discussion-topic .posts .pagination {
  margin-top: 1rem;
}
section.discussion-topic form {
  display: block;
  margin: 0 0 0.5rem;
}
section.discussion-topic form.inline {
  display: inline;
}
section.discussion-topic form textarea {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  width: 100%;
}
section.discussion-topic p.highlight {
  padding-left: 1rem;
  background-color: #fddc88;
}
section.discussion-topic p.inline {
  display: inline;
}
section.discussion-topic ul {
  font-size: 1rem;
  color: #555;
}
section.discussion-topic h4 {
  font-weight: 400;
  font-size: 1.1rem;
  padding-top: 0.2rem;
}
section.discussion-topic h5 {
  font-weight: 100;
  font-size: 0.9rem;
  padding-top: 0.2rem;
}
section.discussion-topic h6 {
  font-weight: 100;
  font-size: 0.7rem;
  padding-top: 0.2rem;
  color: #808184;
}
section.discussion-topic p {
  padding: 0.25rem 0;
}
section.discussion-topic p.title {
  text-align: center;
  padding-bottom: 1rem;
}
section.discussion-topic p.avatar-actions {
  text-align: center;
  margin-top: 0.5rem;
  line-height: 1rem;
}
section.discussion-topic section.post-person {
  text-align: center;
  display: inline-block;
  width: 15%;
  padding: 0.5rem;
  margin-top: 1rem;
}
section.discussion-topic section.post {
  vertical-align: top;
  text-align: left;
  display: inline-block;
  width: 75%;
  padding: 0.5rem;
  margin-top: 1rem;
  overflow: hidden;
}
section.discussion-topic section.post ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.discussion-topic section.post ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.discussion-topic section.post ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.discussion-topic section.post ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.discussion-topic section.post h3 {
  display: inline;
}
section.discussion-topic section.post section.post-title {
  display: inline-block;
  width: 80%;
}
section.discussion-topic section.post section.post-link {
  display: inline-block;
  width: 19%;
  text-align: right;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  section.discussion-topic section.post section.post-link {
    width: 15%;
  }
}
section.discussion-topic section.post ul.attachments {
  padding-top: 0;
}
section.discussion-topic section.comment-person {
  display: inline-block;
  padding-right: 0.5rem;
  margin-top: 1rem;
}
section.discussion-topic section.comment {
  vertical-align: top;
  background: #f2f4f3;
  display: inline-block;
  margin-top: 1rem;
  width: 70%;
  padding: 0 0.5rem;
  overflow: hidden;
}
section.discussion-topic a.delete {
  color: #EF4444;
}
section.discussion-topic .discussion-markdown ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.discussion-topic .discussion-markdown ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.discussion-topic .discussion-markdown ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.discussion-topic .discussion-markdown ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.discussion-topic .discussion-markdown h1,
section.discussion-topic .discussion-markdown h2,
section.discussion-topic .discussion-markdown h3,
section.discussion-topic .discussion-markdown h4,
section.discussion-topic .discussion-markdown h5 {
  color: #555;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: none;
  line-height: 1.6;
}
section.discussion-topic .discussion-markdown p {
  padding: 0.6rem 0;
}
section.discussion-topic .discussion-markdown img {
  max-width: 100%;
}

section.submission-discussion form {
  display: block;
  margin: 0 0 0.5rem;
}
section.submission-discussion form textarea {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  width: 100%;
}
section.submission-discussion form input[type=submit],
section.submission-discussion form button {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 1rem 0 0;
  padding: 0.75rem;
  cursor: pointer;
}
section.submission-discussion form input[type=submit]:hover,
section.submission-discussion form button:hover {
  background-color: #177ca8;
}
section.submission-discussion form input[type=submit]::first-letter,
section.submission-discussion form button::first-letter {
  text-transform: capitalize;
}
section.submission-discussion form input[type=submit] .show-when-enabled,
section.submission-discussion form button .show-when-enabled {
  display: initial;
}
section.submission-discussion form input[type=submit] .show-when-disabled,
section.submission-discussion form button .show-when-disabled {
  display: none;
}
section.submission-discussion form input[type=submit][disabled],
section.submission-discussion form button[disabled] {
  background-color: #99d7f1;
}
section.submission-discussion form input[type=submit][disabled] .show-when-enabled,
section.submission-discussion form button[disabled] .show-when-enabled {
  display: none;
}
section.submission-discussion form input[type=submit][disabled] .show-when-disabled,
section.submission-discussion form button[disabled] .show-when-disabled {
  display: initial;
}
section.submission-discussion section.comment-person {
  display: inline-block;
  width: 5%;
  padding-right: 0.5rem;
  margin-top: 1rem;
}
section.submission-discussion section.comment {
  vertical-align: top;
  background: #f2f4f3;
  display: inline-block;
  margin-top: 1rem;
  padding: 0 0.5rem;
  overflow: hidden;
  width: 90%;
}
section.submission-discussion a.delete {
  color: #EF4444;
}

section.examination {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  min-height: 30rem;
}
@media only screen and (max-width: 1024px) {
  section.examination {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.examination {
    padding: 0;
  }
}
section.examination h1 {
  padding: 1rem 0;
}
section.examination h4 {
  margin-bottom: 1rem;
}
section.examination div.error {
  color: #EF4444;
}
section.examination p {
  text-align: left;
}
section.examination p.description {
  padding-bottom: 1rem;
}
section.examination p.honor {
  font-style: italic;
  padding-left: 1rem;
}
section.examination p.sign {
  padding-top: 1rem;
}
section.examination p.unhider {
  color: #07785e;
  cursor: pointer;
  cursor: hand;
}
section.examination p.results {
  padding: 1rem 0;
}
section.examination ul {
  text-align: left;
  margin-top: 1rem;
}
section.examination ul li {
  padding: 0.25rem;
}
section.examination ul li:hover {
  background-color: #FBBF24;
}
section.examination form {
  display: block;
  margin: 0 0 0.5rem;
}
section.examination form label {
  display: block;
  margin: 0.5rem 0 0.5rem;
  color: #555;
  font-size: 1.1rem;
  text-align: left;
  font-size: 1rem;
}
section.examination form label.inline {
  display: inline;
}
section.examination form label.message {
  color: #EF4444;
  font-size: 1rem;
  padding-left: 1rem;
}
section.examination form input[type=text] {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  text-align: left;
  font-size: 1rem;
  margin-left: 1rem;
}
section.examination table th.question-header {
  text-align: left;
  font-size: 1.1rem;
}
section.examination table td.incorrect {
  color: #EF4444;
}
section.examination table input[type=submit],
section.examination table button {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 1rem 0 0;
  padding: 0.75rem;
  cursor: pointer;
  margin: 2rem 0 0;
  display: inline;
}
section.examination table input[type=submit]:hover,
section.examination table button:hover {
  background-color: #177ca8;
}
section.examination table input[type=submit]::first-letter,
section.examination table button::first-letter {
  text-transform: capitalize;
}
section.examination table input[type=submit] .show-when-enabled,
section.examination table button .show-when-enabled {
  display: initial;
}
section.examination table input[type=submit] .show-when-disabled,
section.examination table button .show-when-disabled {
  display: none;
}
section.examination table input[type=submit][disabled],
section.examination table button[disabled] {
  background-color: #99d7f1;
}
section.examination table input[type=submit][disabled] .show-when-enabled,
section.examination table button[disabled] .show-when-enabled {
  display: none;
}
section.examination table input[type=submit][disabled] .show-when-disabled,
section.examination table button[disabled] .show-when-disabled {
  display: initial;
}
section.examination .field_with_errors input[type=text] {
  border: 0.175rem solid #EF4444;
}

section.newsletter {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.newsletter {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.newsletter {
    padding: 0;
  }
}
section.newsletter form {
  display: block;
  margin: 0 0 0.5rem;
}
section.newsletter form input[type=text] {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  width: 100%;
}
section.newsletter form input[type=submit],
section.newsletter form button {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 1rem 0 0;
  padding: 0.75rem;
  cursor: pointer;
}
section.newsletter form input[type=submit]:hover,
section.newsletter form button:hover {
  background-color: #177ca8;
}
section.newsletter form input[type=submit]::first-letter,
section.newsletter form button::first-letter {
  text-transform: capitalize;
}
section.newsletter form input[type=submit] .show-when-enabled,
section.newsletter form button .show-when-enabled {
  display: initial;
}
section.newsletter form input[type=submit] .show-when-disabled,
section.newsletter form button .show-when-disabled {
  display: none;
}
section.newsletter form input[type=submit][disabled],
section.newsletter form button[disabled] {
  background-color: #99d7f1;
}
section.newsletter form input[type=submit][disabled] .show-when-enabled,
section.newsletter form button[disabled] .show-when-enabled {
  display: none;
}
section.newsletter form input[type=submit][disabled] .show-when-disabled,
section.newsletter form button[disabled] .show-when-disabled {
  display: initial;
}

section.admin-access-mode {
  margin-top: 1rem;
  background-color: #EF4444;
  color: #fff;
  padding: 4px;
  text-align: center;
}

section.newsletter-list .green-on {
  color: #D9FD72;
}
section.newsletter-list .red-off {
  color: #EF4444;
}

section.team-registration {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.team-registration {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.team-registration {
    padding: 0;
  }
}
section.team-registration ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.team-registration ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.team-registration ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.team-registration ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.team-registration h1,
section.team-registration h2,
section.team-registration h3 {
  padding: 1rem 0;
}
section.team-registration p {
  margin-bottom: 1rem;
}
section.team-registration a.button {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 1rem 0 0;
  padding: 0.75rem;
  cursor: pointer;
  width: 100%;
  margin-bottom: 2rem;
}
section.team-registration a.button:hover {
  background-color: #177ca8;
}
section.team-registration a.button::first-letter {
  text-transform: capitalize;
}
section.team-registration a.button .show-when-enabled {
  display: initial;
}
section.team-registration a.button .show-when-disabled {
  display: none;
}
section.team-registration a.button[disabled] {
  background-color: #99d7f1;
}
section.team-registration a.button[disabled] .show-when-enabled {
  display: none;
}
section.team-registration a.button[disabled] .show-when-disabled {
  display: initial;
}
section.team-registration form {
  display: block;
  margin: 0 0 0.5rem;
}
section.team-registration form input[type=submit],
section.team-registration form button {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 1rem 0 0;
  padding: 0.75rem;
  cursor: pointer;
  width: 100%;
}
section.team-registration form input[type=submit]:hover,
section.team-registration form button:hover {
  background-color: #177ca8;
}
section.team-registration form input[type=submit]::first-letter,
section.team-registration form button::first-letter {
  text-transform: capitalize;
}
section.team-registration form input[type=submit] .show-when-enabled,
section.team-registration form button .show-when-enabled {
  display: initial;
}
section.team-registration form input[type=submit] .show-when-disabled,
section.team-registration form button .show-when-disabled {
  display: none;
}
section.team-registration form input[type=submit][disabled],
section.team-registration form button[disabled] {
  background-color: #99d7f1;
}
section.team-registration form input[type=submit][disabled] .show-when-enabled,
section.team-registration form button[disabled] .show-when-enabled {
  display: none;
}
section.team-registration form input[type=submit][disabled] .show-when-disabled,
section.team-registration form button[disabled] .show-when-disabled {
  display: initial;
}

section.manage-courses {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.manage-courses {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.manage-courses {
    padding: 0;
  }
}
section.manage-courses ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.manage-courses ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.manage-courses ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.manage-courses ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.manage-courses h1,
section.manage-courses h2,
section.manage-courses h3 {
  padding: 1rem 0;
}
section.manage-courses p {
  margin-bottom: 1rem;
}
section.manage-courses img.responsive {
  width: 100%;
  height: auto;
  padding: 1rem 0 2rem;
}
section.manage-courses div#multiColumn {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
section.manage-courses ul {
  padding-top: 0rem;
}
section.manage-courses form {
  display: block;
  margin: 0 0 0.5rem;
}
section.manage-courses form label.message {
  display: inline;
  color: #EF4444;
  font-size: 0.75rem;
}
section.manage-courses form input[type=text] {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  width: 100%;
}
section.manage-courses section.articles article {
  margin: 1.6rem 0 2.6rem;
}
section.manage-courses section.articles article:last-of-type {
  margin-bottom: 0;
}
section.manage-courses section.articles article h5 {
  line-height: 1.3;
  margin: 0 0 0.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
section.manage-courses section.articles article h6 {
  line-height: 1.3;
  margin: 0 0 0.5rem;
  color: #808184;
  font-size: 0.85rem;
}
section.manage-courses section.articles article p {
  margin: 1rem 0;
}

section.order-item ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.order-item ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.order-item ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.order-item ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.order-item section.radio-buttons label {
  display: inline;
}
section.order-item section.radio-buttons input[type=radio] {
  margin-left: 0.5rem;
}
section.order-item section.radio-buttons input[type=text] {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}

section.report-success ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.report-success ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.report-success ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.report-success ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}

section.admin {
  overflow: hidden;
  min-height: 30rem;
}
section.admin section.radio-buttons label {
  display: inline;
}
section.admin section.radio-buttons input[type=radio] {
  margin: 0.5rem 0 0.25rem 0.5rem;
}
section.admin h1,
section.admin h2,
section.admin h3 {
  padding: 1rem 0;
}
section.admin h2.danger {
  margin-top: 10rem;
}
section.admin p {
  margin-bottom: 1rem;
}
section.admin p.highlight {
  padding-left: 1rem;
  background-color: #fddc88;
}
section.admin p.alert {
  margin-top: 1rem;
}
section.admin a.remove-choice {
  display: block;
  margin-top: 1rem;
}
section.admin span.checkbox {
  font-family: "Glyphicons Halflings";
  color: #808184;
  float: right;
}
section.admin span.checkbox.checked {
  color: #07785e;
}
section.admin section.danger {
  border: 1px dashed #f9b9b9;
  padding: 0.75rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 1rem 0;
}
section.admin section.danger td {
  background: #fff;
}
section.admin section.danger form > input.delete {
  padding: 0.5rem;
}
section.admin section.danger form > input.delete:hover {
  background-color: #d41212;
  color: #fff;
}
section.admin section.danger form > input.delete::first-letter {
  text-transform: capitalize;
}
section.admin section.todo-details p {
  margin-bottom: 0rem;
}
section.admin section.activities ul {
  margin: 0;
  padding: 1rem 0;
}
section.admin section.activities ul p {
  margin-top: 0.5rem;
}
section.admin section.activities ul li {
  display: block;
  color: #29aae2;
  font-size: 1.1rem;
  line-height: 1.5rem;
  min-height: 7rem;
  padding-top: 1rem;
}
section.admin section.activities ul li a {
  display: block;
  padding: 0 0 1rem 0;
  color: #555;
}
section.admin section.activities ul li a.avatar {
  float: left;
}
section.admin section.activities ul li a.avatar:hover {
  background: none;
}
section.admin section.activities ul li a.actions {
  float: right;
}
section.admin section.activities ul li:hover {
  background: #ecefee;
}
section.admin section.activities ul li:nth-child(odd) {
  background: #f5f6f6;
}
section.admin section.activities ul li:nth-child(odd):hover {
  background: #ecefee;
}
section.admin section.activities ul li.header {
  background: #3f4544;
  color: #FFFFFF;
  padding: 0.5rem;
  min-height: 1rem;
}
section.admin section.activities ul li.header:hover {
  background: #3f4544;
}
section.admin section.activities ul li.header span.mark-read {
  float: right;
}
section.admin section.activities ul li span.posted-time {
  font-size: 1rem;
  display: block;
  margin-top: 1rem;
  color: #808184;
}
section.admin section.activities ul li span.actions {
  display: inline;
  font-family: "Glyphicons Halflings";
  color: #808184;
  padding: 0.5rem;
  float: right;
  margin: 0.5rem 3rem;
}
section.admin section.activities ul li span.actions:hover {
  color: #D9FD72;
}
section.admin section.activities ul li span.actions.archived {
  color: #D9FD72;
}
section.admin section.activities ul li span.actions.archived:hover {
  color: #808184;
}
section.admin section.assignment-form section.error ul {
  color: #fff;
}
section.admin section.assignment-form form > button {
  margin-top: 2rem;
}
section.admin section.assignment-form p.error {
  background-color: #EF4444;
  color: #fff;
  margin-top: 1rem;
  padding-left: 0.5rem;
}
section.admin section.assignment-form a.download {
  padding: 0.5rem;
}
section.admin section.assignment-form a.download span.actions {
  font-family: "Glyphicons Halflings";
  margin: 0.5rem;
}
section.admin section.assignment-form a.download:hover {
  color: #fff;
  background: #808184;
}
section.admin section.assignment-form a.copy-assignment {
  float: right;
}
section.admin form {
  display: block;
  margin: 0 0 0.5rem;
}
section.admin form label {
  display: block;
  margin: 0.5rem 0 0.5rem;
  color: #555;
  font-size: 1.1rem;
  font-size: 1rem;
}
section.admin form label.message {
  display: inline;
  color: #EF4444;
  font-size: 0.75rem;
}
section.admin form input[type=text],
section.admin form input[type=search],
section.admin form input[type=date],
section.admin form textarea,
section.admin form select {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  padding: 0.25rem;
  font-size: 1rem;
}
section.admin form input[type=text].time-select, section.admin form input[type=text].trailing-text,
section.admin form input[type=search].time-select,
section.admin form input[type=search].trailing-text,
section.admin form input[type=date].time-select,
section.admin form input[type=date].trailing-text,
section.admin form textarea.time-select,
section.admin form textarea.trailing-text,
section.admin form select.time-select,
section.admin form select.trailing-text {
  display: inline;
}
section.admin form input[type=text].inline,
section.admin form input[type=search].inline,
section.admin form input[type=date].inline,
section.admin form textarea.inline,
section.admin form select.inline {
  display: inline;
}
section.admin form input[type=submit].delete,
section.admin form button.delete {
  background-color: #EF4444;
  margin: 0;
  padding: 0.2rem;
}
section.admin form input[type=submit].delete:hover,
section.admin form button.delete:hover {
  background-color: #eb1515;
}
section.admin form.invoice_search {
  margin-top: -1rem;
}
section.admin form label.checkbox-label {
  display: inline !important;
  margin: 0;
}
section.admin a.delete {
  color: #EF4444;
}
section.admin p.confirmed {
  color: #D9FD72;
  line-height: 1rem;
}
section.admin ul {
  color: #555;
  font-size: 1rem;
}
section.admin ul li {
  margin-bottom: 0.5rem;
}
section.admin a.info {
  border-color: #29aae2;
  color: #29aae2;
}
section.admin a.info:hover {
  background-color: #29aae2;
  color: #fff;
}
section.admin a.action {
  background-color: #29aae2;
  border-color: #29aae2;
  color: #fff;
}
section.admin a.action:hover {
  background-color: #177ca8;
  border-color: #177ca8;
}
section.admin a.warning {
  background-color: white;
  border-color: #EF4444;
  color: #EF4444;
}
section.admin a.warning:hover {
  background-color: #EF4444;
  color: #fff;
}
section.admin div.clear {
  clear: both;
}
section.admin section.reports ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.admin section.reports ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.admin section.reports ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.admin section.reports ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.admin section.reports ul {
  padding-bottom: 0;
  padding-top: 0;
}

section.standard-list ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.standard-list ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.standard-list ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.standard-list ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}

section.roadmap ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.roadmap ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.roadmap ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.roadmap ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.roadmap ol > ul {
  padding-bottom: 0.5rem;
  padding-top: 0rem;
}
section.roadmap p.success-message {
  color: #fff;
  background-color: #D9FD72;
  margin-top: 2rem;
  padding: 0.25rem;
}
section.roadmap h4 {
  margin-bottom: 1rem;
  margin-top: 1.25rem;
}

section.course-details-subheader table.ledger {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
section.course-details-subheader table.ledger td {
  padding: 0.5rem;
}
section.course-details-subheader table.ledger td h2 {
  color: #000;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
section.course-details-subheader table.ledger td h4 {
  color: #000;
  margin-bottom: 0.25rem;
  margin-top: 0rem;
}
section.course-details-subheader table.ledger td p {
  margin-bottom: 0;
}

section.change-password {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  section.change-password {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.change-password {
    padding: 0;
  }
}
section.change-password form {
  display: block;
  margin: 0 0 0.5rem;
}
section.change-password form label {
  display: block;
  margin: 0.5rem 0 0.5rem;
  color: #555;
  font-size: 1.1rem;
  padding: 0.5rem;
  font-size: 1.25rem;
}
section.change-password form label.message {
  display: inline;
  color: #EF4444;
  font-size: 0.75rem;
}
section.change-password form input[type=text],
section.change-password form input[type=password],
section.change-password form input[type=email] {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  width: 100%;
}
section.change-password h2 {
  text-align: left;
  padding: 1rem 0;
}
section.change-password table {
  margin: auto;
}
section.change-password table td {
  vertical-align: middle;
  text-align: left;
}
section.change-password table td:first-child {
  text-align: right;
}
section.change-password .field_with_errors input[type=text],
section.change-password .field_with_errors input[type=password],
section.change-password .field_with_errors input[type=email] {
  border: 0.175rem solid #EF4444;
}
section.change-password p.unique-email {
  background-color: #FBBF24;
  color: #fff;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  padding: 0.5rem 0;
}
section.change-password p.terms {
  font-size: 0.85rem;
  margin-bottom: -0.5rem;
  margin-top: 1rem;
  text-align: center;
}

section.change-password h1 {
  padding-bottom: 2rem;
  text-align: left;
}
section.change-password p {
  padding: 0;
  text-align: left;
}
section.change-password p.cancel {
  margin-top: 1rem;
}
section.change-password form input[type=submit],
section.change-password form button {
  display: inline;
}
section.change-password form label {
  text-align: left;
}

section.invitation {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
}
@media only screen and (max-width: 1024px) {
  section.invitation {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.invitation {
    padding: 0;
  }
}
section.invitation h2 {
  padding: 1rem 0;
}
section.invitation form {
  display: block;
  margin: 0 0 0.5rem;
}
section.invitation form input[type=text],
section.invitation form input[type=email] {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  width: 100%;
}
section.invitation form input[type=submit],
section.invitation form button {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 1rem 0 0;
  padding: 0.75rem;
  cursor: pointer;
  width: 100%;
  width: 100%;
  margin: 1rem 0;
}
section.invitation form input[type=submit]:hover,
section.invitation form button:hover {
  background-color: #177ca8;
}
section.invitation form input[type=submit]::first-letter,
section.invitation form button::first-letter {
  text-transform: capitalize;
}
section.invitation form input[type=submit] .show-when-enabled,
section.invitation form button .show-when-enabled {
  display: initial;
}
section.invitation form input[type=submit] .show-when-disabled,
section.invitation form button .show-when-disabled {
  display: none;
}
section.invitation form input[type=submit][disabled],
section.invitation form button[disabled] {
  background-color: #99d7f1;
}
section.invitation form input[type=submit][disabled] .show-when-enabled,
section.invitation form button[disabled] .show-when-enabled {
  display: none;
}
section.invitation form input[type=submit][disabled] .show-when-disabled,
section.invitation form button[disabled] .show-when-disabled {
  display: initial;
}

section.profile {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
}
@media only screen and (max-width: 1024px) {
  section.profile {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.profile {
    padding: 0;
  }
}
section.profile ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.profile ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.profile ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.profile ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.profile p.title {
  text-align: center;
}
section.profile h4 {
  margin: 1rem 0;
}
section.profile h3,
section.profile h1 {
  margin-top: 1rem;
}
section.profile h2 {
  margin-top: 0.35rem;
}
section.profile input[type=submit],
section.profile button {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin-top: 0.5rem;
  padding: 0.8rem 0.85rem 0.85rem 0.85rem;
  cursor: pointer;
}
section.profile input[type=submit]:hover,
section.profile button:hover {
  background-color: #177ca8;
}
section.profile input[type=submit]::first-letter,
section.profile button::first-letter {
  text-transform: capitalize;
}
section.profile input[type=submit] .show-when-enabled,
section.profile button .show-when-enabled {
  display: initial;
}
section.profile input[type=submit] .show-when-disabled,
section.profile button .show-when-disabled {
  display: none;
}
section.profile input[type=submit][disabled],
section.profile button[disabled] {
  background-color: #99d7f1;
}
section.profile input[type=submit][disabled] .show-when-enabled,
section.profile button[disabled] .show-when-enabled {
  display: none;
}
section.profile input[type=submit][disabled] .show-when-disabled,
section.profile button[disabled] .show-when-disabled {
  display: initial;
}

section.image-uploader {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
}
@media only screen and (max-width: 1024px) {
  section.image-uploader {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.image-uploader {
    padding: 0;
  }
}
section.image-uploader h1 {
  margin-bottom: 2rem;
}
section.image-uploader .message {
  display: none;
}
section.image-uploader input {
  margin-bottom: 2rem;
  background-color: #e5e5e5;
  padding: 1rem;
}

section.busy img.busy-gif {
  display: none;
}
section.busy input {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 1rem 0 0;
  padding: 0.75rem;
  cursor: pointer;
}
section.busy input:hover {
  background-color: #177ca8;
}
section.busy input::first-letter {
  text-transform: capitalize;
}
section.busy input .show-when-enabled {
  display: initial;
}
section.busy input .show-when-disabled {
  display: none;
}
section.busy input[disabled] {
  background-color: #99d7f1;
}
section.busy input[disabled] .show-when-enabled {
  display: none;
}
section.busy input[disabled] .show-when-disabled {
  display: initial;
}

section.hidden {
  display: none;
}

section.my-account {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.my-account {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.my-account {
    padding: 0;
  }
}
section.my-account h2 {
  margin: 1rem 0 2rem;
  padding: 1rem 0;
}
section.my-account h2.with-nav {
  padding-top: 2rem;
}
section.my-account h1, section.my-account h3 {
  padding: 1rem 0;
}
section.my-account p.details {
  padding-top: 1rem;
}
section.my-account p.notice {
  background-color: #D9FD72;
  color: #fff;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  margin: 1rem 0 -1.5rem;
  padding: 0.5rem;
}
section.my-account section.information summary {
  padding: 0 1rem;
}
section.my-account section.information summary h3 {
  font-size: 1.2rem;
  margin: 1rem 0;
}
section.my-account section.information summary h4 {
  margin-top: 1rem;
}
section.my-account section.information summary section.two-column-courses-listing {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  margin: 1rem 0 2rem;
}
@media only screen and (max-width: 767px) {
  section.my-account section.information summary section.two-column-courses-listing {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
section.my-account section.information summary section.two-column-courses-listing a.course {
  display: block;
  padding: 1rem;
  background: #f0f0f0;
  border-bottom: #fff 1rem solid;
  height: 10rem;
  overflow: hidden;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
}
@media only screen and (max-width: 1024px) {
  section.my-account section.information summary section.two-column-courses-listing a.course {
    height: 6.75rem;
  }
}
@media only screen and (max-width: 767px) {
  section.my-account section.information summary section.two-column-courses-listing a.course {
    height: auto;
  }
}
section.my-account section.information summary section.two-column-courses-listing a.course h4 {
  line-height: 1.3;
  margin: 0 0 0.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767px) {
  section.my-account section.information summary section.two-column-courses-listing a.course h4 {
    line-height: 1.3;
    margin: 0.25rem 0 0.5rem;
  }
}
section.my-account section.information summary section.two-column-courses-listing a.course p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section.my-account section.information summary section.two-column-courses-listing a.course h5 {
  color: #555;
  line-height: 1.3;
  margin: 0 0 0.25rem;
}
@media only screen and (max-width: 767px) {
  section.my-account section.information summary section.two-column-courses-listing a.course h5 {
    line-height: 1.3;
    margin: 0.25rem 0;
  }
}
section.my-account section.information summary section.two-column-courses-listing a.course h5 span {
  float: right;
}
section.my-account section.information summary section.two-column-courses-listing a.course p {
  margin: 0;
  max-height: 4.8rem;
  overflow: none;
}
section.my-account section.information summary section.two-column-courses-listing a.course:hover {
  background-color: #e5e5e5;
}
section.my-account section.information summary ul {
  margin: 2rem 0;
}
section.my-account section.information summary ul li {
  margin: 1rem 0;
  line-height: 1.6;
  max-width: 36rem;
}
section.my-account section.information summary ul li td {
  vertical-align: top;
}
section.my-account section.information summary ul li td.button {
  width: 9rem;
}
section.my-account section.information summary ul li a.button {
  float: left;
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  padding: 0.4rem;
  margin: 0.25rem 1rem 0 0;
  font-size: 0.8rem;
  width: 7.5rem;
  display: inline-block;
  float: left;
}
section.my-account section.information summary ul li a.button:hover {
  background-color: #177ca8;
}
section.my-account section.information summary ul li a.button::first-letter {
  text-transform: capitalize;
}
section.my-account section.information summary ul li a.button .show-when-enabled {
  display: initial;
}
section.my-account section.information summary ul li a.button .show-when-disabled {
  display: none;
}
section.my-account section.information summary ul li a.button[disabled] {
  background-color: #99d7f1;
}
section.my-account section.information summary ul li a.button[disabled] .show-when-enabled {
  display: none;
}
section.my-account section.information summary ul li a.button[disabled] .show-when-disabled {
  display: initial;
}
section.my-account section.information summary ul li a.manage {
  display: inline;
  font-size: 0.75rem;
  vertical-align: top;
}
section.my-account section.information summary ul li a.extend {
  display: inline;
  font-size: 0.75rem;
}
section.my-account section.information summary ul li a.order {
  float: right;
}
section.my-account section.information summary ul li p.certificate {
  display: inline;
  font-size: 0.75rem;
  margin-left: 0;
  vertical-align: top;
}
section.my-account section.information summary ul li p.certificate a {
  vertical-align: top;
}
section.my-account section.information summary ul + h3 {
  margin-top: 3rem;
}
section.my-account section.information aside.details {
  background: #f0f0f0;
  float: right;
  padding: 2rem 2rem 1rem;
  width: 16rem;
}
@media only screen and (max-width: 767px) {
  section.my-account section.information aside.details {
    float: none;
    margin: 0 0 1rem 1rem;
  }
}
section.my-account section.information aside.details h3 {
  margin-top: 1rem;
}
section.my-account section.information aside.details ul {
  margin: 1rem 0;
}
section.my-account section.information aside.details ul li {
  color: #808184;
  font-size: 1rem;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.my-account section.information aside.details nav {
  margin-top: 2rem;
}
section.my-account section.information aside.details nav li {
  padding-bottom: 1rem;
}

header.course {
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
  overflow: hidden;
  padding: 1rem 2rem 0.5rem;
}
@media only screen and (max-width: 1024px) {
  header.course {
    width: auto;
  }
}
header.course h1 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  header.course {
    margin: 0 auto;
  }
}
header.course h1 {
  float: left;
}
@media only screen and (max-width: 1024px) {
  header.course h1 {
    font-size: 1rem;
  }
}
header.course h2 {
  color: #3f4544;
  float: right;
  font-size: 1.25rem;
  margin-top: 0.6rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  header.course h2 {
    font-size: 0.9rem;
    margin-right: 1rem;
  }
}
header.course h3 {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  header.course h3 {
    font-size: 0.9rem;
  }
}
header.course span.sold-out {
  color: #b4b4b6;
  margin: 0 0 0 2rem;
}
@media only screen and (max-width: 1024px) {
  header.course {
    margin: 0;
  }
}
header.course h3 {
  line-height: 1.3;
  padding-top: 1rem;
}
header.course h3.preview {
  background-color: #D9FD72;
  color: #fff;
  margin-bottom: 1rem;
  padding: 0.5rem;
  text-align: center;
}
header.course h4 {
  display: inline-block;
  line-height: 1.3;
  padding-top: 1rem;
}
header.course a.course-title {
  color: #000;
}
header.course a.course-title:hover {
  color: #808184;
}

header.course-info {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 1024px) {
  header.course-info {
    width: auto;
  }
}
header.course-info h2 {
  display: inline-block;
  font-size: 1rem;
  margin-right: 2.5rem;
  color: #3f4544;
  line-height: 1.3;
}
header.course-info h2:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  header.course-info h2 {
    margin-right: 2rem;
  }
}

#discount_zoom {
  width: 25rem;
  width: auto;
  min-width: 25rem;
}
@media only screen and (max-width: 767px) {
  #discount_zoom {
    width: 95%;
  }
}
#discount_zoom p.attention {
  color: #EF4444;
}
#discount_zoom h2 {
  margin-bottom: 1rem;
  text-align: center;
}
#discount_zoom form {
  display: block;
  margin: 0 0 0.5rem;
}
#discount_zoom form label {
  display: block;
  margin: 0.5rem 0 0.5rem;
  color: #555;
  font-size: 1.1rem;
  font-size: 1rem;
}
#discount_zoom form label.message {
  color: #EF4444;
  display: inline;
  font-size: 0.75rem;
}
#discount_zoom form input[type=text], #discount_zoom form textarea {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  font-size: 1rem;
  display: inline;
  width: 100%;
  margin-top: 0.25rem;
}
#discount_zoom form input[type=submit] {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 1rem 0 0;
  padding: 0.75rem;
  cursor: pointer;
  display: inline;
  margin: 0.5rem 0 0;
}
#discount_zoom form input[type=submit]:hover {
  background-color: #177ca8;
}
#discount_zoom form input[type=submit]::first-letter {
  text-transform: capitalize;
}
#discount_zoom form input[type=submit] .show-when-enabled {
  display: initial;
}
#discount_zoom form input[type=submit] .show-when-disabled {
  display: none;
}
#discount_zoom form input[type=submit][disabled] {
  background-color: #99d7f1;
}
#discount_zoom form input[type=submit][disabled] .show-when-enabled {
  display: none;
}
#discount_zoom form input[type=submit][disabled] .show-when-disabled {
  display: initial;
}
#discount_zoom ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
#discount_zoom ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
#discount_zoom ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
#discount_zoom ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
#discount_zoom a {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 0;
}
#discount_zoom a:hover {
  background-color: #177ca8;
}
#discount_zoom a::first-letter {
  text-transform: capitalize;
}
#discount_zoom a .show-when-enabled {
  display: initial;
}
#discount_zoom a .show-when-disabled {
  display: none;
}
#discount_zoom a[disabled] {
  background-color: #99d7f1;
}
#discount_zoom a[disabled] .show-when-enabled {
  display: none;
}
#discount_zoom a[disabled] .show-when-disabled {
  display: initial;
}
@media only screen and (max-width: 1024px) {
  #discount_zoom {
    margin: 0;
    padding: 0;
  }
  #discount_zoom ul {
    padding: 0;
    margin: 0;
  }
  #discount_zoom li {
    padding: 0;
    margin: 0;
  }
  #discount_zoom a {
    padding: 0.8rem 0.8rem 0.85rem;
  }
}

#remind_zoom {
  width: 25rem;
}
@media only screen and (max-width: 767px) {
  #remind_zoom {
    width: 95%;
  }
}
#remind_zoom p.attention {
  color: #EF4444;
}
#remind_zoom h2 {
  margin-bottom: 1rem;
  text-align: center;
}
#remind_zoom form {
  display: block;
  margin: 0 0 0.5rem;
}
#remind_zoom form label {
  display: block;
  margin: 0.5rem 0 0.5rem;
  color: #555;
  font-size: 1.1rem;
  font-size: 1rem;
}
#remind_zoom form label.message {
  color: #EF4444;
  display: inline;
  font-size: 0.75rem;
}
#remind_zoom form input[type=text], #remind_zoom form textarea {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  font-size: 1rem;
  display: inline;
  width: 100%;
  margin-top: 0.25rem;
}
#remind_zoom form input[type=submit] {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 1rem 0 0;
  padding: 0.75rem;
  cursor: pointer;
  display: inline;
  margin: 0.5rem 0 0;
}
#remind_zoom form input[type=submit]:hover {
  background-color: #177ca8;
}
#remind_zoom form input[type=submit]::first-letter {
  text-transform: capitalize;
}
#remind_zoom form input[type=submit] .show-when-enabled {
  display: initial;
}
#remind_zoom form input[type=submit] .show-when-disabled {
  display: none;
}
#remind_zoom form input[type=submit][disabled] {
  background-color: #99d7f1;
}
#remind_zoom form input[type=submit][disabled] .show-when-enabled {
  display: none;
}
#remind_zoom form input[type=submit][disabled] .show-when-disabled {
  display: initial;
}

#discount_slide_up {
  background: #fff;
  padding: 1rem;
}
#discount_slide_up h2 {
  text-align: center;
  margin-bottom: 1rem;
}
#discount_slide_up form {
  display: block;
  margin: 0 0 0.5rem;
}
#discount_slide_up form label {
  display: block;
  margin: 0.5rem 0 0.5rem;
  color: #555;
  font-size: 1.1rem;
  font-size: 1rem;
}
#discount_slide_up form label.message {
  display: inline;
  color: #EF4444;
  font-size: 0.75rem;
}
#discount_slide_up form input[type=text] {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  font-size: 1rem;
  display: inline;
  margin-top: 0.5rem;
  width: 100%;
}
#discount_slide_up form input[type=submit] {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 1rem 0 0;
  padding: 0.75rem;
  cursor: pointer;
  margin: 0.5rem 0 1rem 0;
}
#discount_slide_up form input[type=submit]:hover {
  background-color: #177ca8;
}
#discount_slide_up form input[type=submit]::first-letter {
  text-transform: capitalize;
}
#discount_slide_up form input[type=submit] .show-when-enabled {
  display: initial;
}
#discount_slide_up form input[type=submit] .show-when-disabled {
  display: none;
}
#discount_slide_up form input[type=submit][disabled] {
  background-color: #99d7f1;
}
#discount_slide_up form input[type=submit][disabled] .show-when-enabled {
  display: none;
}
#discount_slide_up form input[type=submit][disabled] .show-when-disabled {
  display: initial;
}

.discount_slide_link {
  position: fixed;
  bottom: 0;
  left: 4rem;
  padding: 0.5rem 1rem 1rem;
  z-index: 9;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
  background: #FBBF24;
  font-size: 1.1rem;
  font-weigth: bold;
  font-family: "Archer SSm A", "Archer SSm B", serif;
}

.ui-icon.ui-icon-triangle-1-n {
  border: 0.1rem solid;
  border-color: #808184;
  display: inline-block;
  margin: 0 0 -0.2rem 1rem;
  background: #e5e5e5;
}

section.course-leads {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.course-leads {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.course-leads {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  section.course-leads {
    margin: 0.5rem;
  }
}
section.course-leads p {
  margin-bottom: 1rem;
}
section.course-leads p.terms {
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
section.course-leads h1 {
  margin: 1rem 0;
}
section.course-leads h2, section.course-leads h3 {
  margin: 2rem 0 1rem;
}
section.course-leads h4 {
  margin-top: 1rem;
}
section.course-leads form {
  display: block;
  margin: 0 0 0.5rem;
  margin-top: 1rem;
}
section.course-leads form label {
  display: block;
  margin: 0.5rem 0 0.5rem;
  color: #555;
  font-size: 1.1rem;
  font-size: 1rem;
}
section.course-leads form label.message {
  display: inline;
  color: #EF4444;
  font-size: 0.75rem;
}
section.course-leads form input[type=text], section.course-leads form textarea {
  display: block;
  border: 0.175rem solid #808184;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  box-sizing: border-box;
  font-size: 1rem;
  margin-top: 0.25rem;
  margin-left: 0;
  width: 20rem;
}
section.course-leads form input[type=text].inline, section.course-leads form textarea.inline {
  display: inline;
}
section.course-leads form textarea {
  width: 75%;
}
@media only screen and (max-width: 1024px) {
  section.course-leads form textarea {
    width: 95%;
  }
}
section.course-leads form .field_with_errors {
  display: inline;
}
section.course-leads form .field_with_errors input[type=text] {
  border: 0.175rem solid #EF4444;
}

.star-ratings {
  color: #e5e5e5;
  display: inline-block;
  overflow: hidden;
  padding: 0 0 0.5rem;
  position: relative;
  text-shadow: 0 1px 0 #808184;
  vertical-align: middle;
}
.full-stars {
  color: #FBBF24;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-shadow: 0 1px 0 #e8a804;
  top: 0;
  white-space: nowrap;
}

.empty-stars:before, .full-stars:before {
  content: "★★★★★";
  font-size: 1.5rem;
}

section.course {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.course {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.course {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  section.course {
    padding-bottom: 2rem;
  }
}
section.course p.description {
  padding-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  section.course p.description {
    margin-left: 1rem;
  }
}
section.course section.credit_type_description {
  min-height: 175px;
}
section.course section.credit_type_description p {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
section.course img.credit_type {
  float: left;
  width: 144px;
  height: 144px;
  margin: 0 1.25rem 0.5rem 0;
}
section.course section.student-ratings-summary {
  /* Place text to the right */
  /* Clear floats after the columns */
  /* The bar container */
  /* Individual bars */
  /* Responsive layout - make the columns stack on top of each other instead of next to each other */
}
@media only screen and (max-width: 1024px) {
  section.course section.student-ratings-summary {
    margin: 0 1rem;
  }
}
section.course section.student-ratings-summary .row {
  display: table;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  section.course section.student-ratings-summary .row {
    width: 100%;
  }
}
section.course section.student-ratings-summary .side {
  float: left;
  width: 14%;
  margin-top: 0.65rem;
}
section.course section.student-ratings-summary .middle {
  float: left;
  width: 65%;
  margin-top: 0.65rem;
  margin-left: 1rem;
}
section.course section.student-ratings-summary .right {
  float: left;
  width: 12%;
  margin-top: 0.65rem;
  text-align: right;
  padding-left: 0;
  vertical-align: top;
}
section.course section.student-ratings-summary .row:after {
  content: "";
  display: table;
  clear: both;
}
section.course section.student-ratings-summary .bar-container {
  background-color: whitesmoke;
  border-radius: 1px;
  box-shadow: 0 1px 2px #808184;
  color: white;
  text-align: center;
  width: 100%;
}
section.course section.student-ratings-summary .bar {
  height: 1.1rem;
  background-color: #FBBF24;
}
@media (max-width: 400px) {
  section.course section.student-ratings-summary {
    /* Hide the right column on small screens */
  }
  section.course section.student-ratings-summary .side, section.course section.student-ratings-summary .middle {
    width: 100%;
  }
  section.course section.student-ratings-summary .right {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  section.course section.student-ratings {
    margin: 0 1rem;
  }
}
section.course section.student-ratings ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.course section.student-ratings ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.course section.student-ratings ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.course section.student-ratings ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.course section.student-ratings h2 {
  padding-bottom: 1rem;
}
section.course section.student-ratings h3 {
  padding: 2rem 0 1rem;
}
section.course section.student-ratings h4 {
  padding-top: 1rem;
}
section.course section.student-ratings a.button {
  overflow: hidden;
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 2rem 0 1rem;
}
section.course section.student-ratings a.button:hover {
  background-color: #177ca8;
}
section.course section.student-ratings a.button::first-letter {
  text-transform: capitalize;
}
section.course section.student-ratings a.button .show-when-enabled {
  display: initial;
}
section.course section.student-ratings a.button .show-when-disabled {
  display: none;
}
section.course section.student-ratings a.button[disabled] {
  background-color: #99d7f1;
}
section.course section.student-ratings a.button[disabled] .show-when-enabled {
  display: none;
}
section.course section.student-ratings a.button[disabled] .show-when-disabled {
  display: initial;
}
section.course section.student-ratings p.sort {
  margin-bottom: 1rem;
}
section.course section.student-ratings .rating {
  margin: 0.5rem 0 1.5rem;
}
section.course section.faqs ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.course section.faqs ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.course section.faqs ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.course section.faqs ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.course section.faqs h2 {
  margin-bottom: 1rem;
}
section.course section.faqs h5 {
  padding: 1rem 0;
  line-height: 1.3rem;
}
section.course section.faqs p {
  margin-bottom: 1rem;
}
section.course section.faqs a.button {
  overflow: hidden;
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 1rem 0;
}
section.course section.faqs a.button:hover {
  background-color: #177ca8;
}
section.course section.faqs a.button::first-letter {
  text-transform: capitalize;
}
section.course section.faqs a.button .show-when-enabled {
  display: initial;
}
section.course section.faqs a.button .show-when-disabled {
  display: none;
}
section.course section.faqs a.button[disabled] {
  background-color: #99d7f1;
}
section.course section.faqs a.button[disabled] .show-when-enabled {
  display: none;
}
section.course section.faqs a.button[disabled] .show-when-disabled {
  display: initial;
}
section.course section.assignment-preview h3 {
  padding-bottom: 2rem;
}
section.course section.assignment-preview h4 {
  padding-bottom: 1rem;
}
section.course section.assignment-preview section.video {
  margin-bottom: 2rem;
}
section.course section.assignment-preview section.description ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.course section.assignment-preview section.description ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.course section.assignment-preview section.description ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.course section.assignment-preview section.description ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.course section.assignment-preview section.description ul {
  margin-left: 0;
}
section.course section.assignment-preview section.description ol {
  margin-left: 0;
}
section.course section.assignment-preview section.description em {
  font-style: italic;
}
section.course section.assignment-preview section.description p {
  margin-bottom: 1rem;
}
section.course section.assignment-preview a.button {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 1rem 0 0;
  padding: 0.75rem;
  cursor: pointer;
  display: inline-block;
  margin: 1rem 0;
}
section.course section.assignment-preview a.button:hover {
  background-color: #177ca8;
}
section.course section.assignment-preview a.button::first-letter {
  text-transform: capitalize;
}
section.course section.assignment-preview a.button .show-when-enabled {
  display: initial;
}
section.course section.assignment-preview a.button .show-when-disabled {
  display: none;
}
section.course section.assignment-preview a.button[disabled] {
  background-color: #99d7f1;
}
section.course section.assignment-preview a.button[disabled] .show-when-enabled {
  display: none;
}
section.course section.assignment-preview a.button[disabled] .show-when-disabled {
  display: initial;
}
section.course > h3 {
  margin: 3rem 0 1rem;
}
@media only screen and (max-width: 1024px) {
  section.course > h3 {
    margin: 3rem 1rem 1rem;
  }
}
section.course > h3.description {
  margin-top: 0;
  padding-top: 0;
}
section.course > article {
  line-height: 1.6;
  color: #3f4544;
}
@media only screen and (max-width: 1024px) {
  section.course > article {
    margin: 0 1rem;
  }
}
section.course > article em {
  font-style: italic;
}
section.course > article p {
  margin-bottom: 1rem;
}
section.course > article h4 {
  margin-botton: 1rem;
}
section.course > article ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.course > article ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.course > article ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
section.course > article ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
section.course > article ul {
  padding-top: 0;
  padding-bottom: 0;
}
section.course > article.call-to-action ul {
  margin-bottom: -1rem;
}
section.course > section.instructor {
  margin: 1.5rem 0 0;
}
@media only screen and (max-width: 1024px) {
  section.course > section.instructor {
    margin: 1.5rem 1rem;
  }
}
section.course > section.instructor img {
  float: left;
  width: 144px;
  height: 144px;
  margin: 0 1.25rem 0.5rem 0;
}
section.course > section.instructor h4 {
  margin: 0 0 0.5rem;
  font-size: 1.3rem;
  color: #57605e;
  font-weight: 300;
}
section.course .primary-media section.video {
  width: 36rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1024px) {
  section.course .primary-media section.video {
    width: auto;
  }
}
section.course section.quotes {
  overflow: hidden;
}
section.course section.call-to-action {
  overflow: hidden;
  margin: 2rem 0;
}
section.course section.call-to-action a {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 0;
}
section.course section.call-to-action a:hover {
  background-color: #177ca8;
}
section.course section.call-to-action a::first-letter {
  text-transform: capitalize;
}
section.course section.call-to-action a .show-when-enabled {
  display: initial;
}
section.course section.call-to-action a .show-when-disabled {
  display: none;
}
section.course section.call-to-action a[disabled] {
  background-color: #99d7f1;
}
section.course section.call-to-action a[disabled] .show-when-enabled {
  display: none;
}
section.course section.call-to-action a[disabled] .show-when-disabled {
  display: initial;
}
section.course section.two-column-courses-listing {
  padding-top: 1rem;
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  margin: 1rem 0 2rem;
}
@media only screen and (max-width: 767px) {
  section.course section.two-column-courses-listing {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
section.course section.two-column-courses-listing a.course {
  display: block;
  padding: 1rem;
  background: #f0f0f0;
  border-bottom: #fff 1rem solid;
  height: 10rem;
  overflow: hidden;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
}
@media only screen and (max-width: 1024px) {
  section.course section.two-column-courses-listing a.course {
    height: 6.75rem;
  }
}
@media only screen and (max-width: 767px) {
  section.course section.two-column-courses-listing a.course {
    height: auto;
  }
}
section.course section.two-column-courses-listing a.course h4 {
  line-height: 1.3;
  margin: 0 0 0.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767px) {
  section.course section.two-column-courses-listing a.course h4 {
    line-height: 1.3;
    margin: 0.25rem 0 0.5rem;
  }
}
section.course section.two-column-courses-listing a.course p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section.course section.two-column-courses-listing a.course h5 {
  color: #555;
  line-height: 1.3;
  margin: 0 0 0.25rem;
}
@media only screen and (max-width: 767px) {
  section.course section.two-column-courses-listing a.course h5 {
    line-height: 1.3;
    margin: 0.25rem 0;
  }
}
section.course section.two-column-courses-listing a.course h5 span {
  float: right;
}
section.course section.two-column-courses-listing a.course p {
  margin: 0;
  max-height: 4.8rem;
  overflow: none;
}
section.course section.two-column-courses-listing a.course:hover {
  background-color: #e5e5e5;
}
section.course section.editable-group {
  margin: 2rem 0;
}
@media only screen and (max-width: 1024px) {
  section.course section.editable-group {
    margin: 2rem 1rem;
  }
}
section.course section.editable-group h3 {
  margin-top: 3rem;
}
section.course section.editable-group h5 {
  margin: 0.75rem 0 0.25rem;
  font-size: 1.1rem;
  color: #3f4544;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
section.course section.editable-group h6.provider {
  margin: 2rem 0;
}
section.course section.editable-group p {
  margin: 0.25rem 0 1.5rem;
}
section.course section.editable-group p.ceus {
  margin-top: 1rem;
}
section.course section.editable-group.review {
  background: #f0f0f0;
  margin: 1rem 0;
  position: relative;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  section.course section.editable-group.review {
    margin: 1rem;
    width: auto;
    float: none;
  }
}
section.course section.editable-group.review span.left {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  font-size: 8rem;
  z-index: 1;
}
section.course section.editable-group.review p.quote {
  position: relative;
  z-index: 5;
  padding: 1rem 4rem 0 4rem;
}
section.course section.editable-group.review span.right {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  color: #fff;
  font-size: 8rem;
  z-index: 1;
}
section.course section.editable-group.review p.name {
  bottom: 1rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 500;
  margin: 0 0 0 4rem;
  padding: 0;
  position: relative;
  right: 4rem;
  text-align: right;
  z-index: 5;
}
section.course aside.details {
  background: #f0f0f0;
  float: right;
  margin: 0 0 2rem 2rem;
  padding: 2rem 2rem 1rem;
  width: 18rem;
}
@media only screen and (max-width: 1024px) {
  section.course aside.details {
    display: none;
  }
}
section.course aside.details.mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  section.course aside.details.mobile {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  section.course aside.details {
    float: none;
    width: auto;
    margin: 0 0 2rem;
  }
}
section.course aside.details h3 {
  margin: 2rem 0 0.5rem;
  font-size: 0.95rem;
}
section.course aside.details h4 {
  color: #808184;
  font-size: 0.9rem;
  margin: 0.4rem 0;
  text-transform: uppercase;
}
section.course aside.details h4.sold-out {
  color: #3f4544;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 0.4rem;
  text-transform: none;
}
section.course aside.details p {
  font-size: 0.85rem;
}
section.course aside.details p.enroll-alert {
  color: #EF4444;
  padding-top: 0.5rem;
}
section.course aside.details table {
  margin: 1rem 0;
  width: 100%;
}
section.course aside.details table tr td {
  background: #fff;
  line-height: 1.8;
}
section.course aside.details table tr td span.discount-end-date {
  color: #EF4444;
  display: block;
  font-size: 0.9rem;
}
section.course aside.details table tr td:first-child {
  color: #808184;
  padding-left: 1rem;
  width: 11rem;
}
section.course aside.details table tr td:last-child {
  color: #000;
  padding-right: 1rem;
}
section.course aside.details table tr:first-child td {
  padding-top: 0.75rem;
}
section.course aside.details table tr:last-child td {
  border-top: 1px solid #e5e5e5;
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
}
section.course aside.details table tr:last-child td:last-child {
  color: #000;
  font-weight: 600;
}
section.course aside.details table tr.subscription td:first-child {
  text-align: center;
}
section.course aside.details table tr.highlight td {
  background: #fffbf1;
}
section.course aside.details table tr.highlight td:last-child {
  color: #000;
}
section.course aside.details table tr.highlight.small {
  font-size: 0.85rem;
}
section.course aside.details a.enroll {
  display: block;
  border: 0;
  margin: 1rem 0 0;
  padding: 0.8rem 0 0.85rem;
  background-color: #29aae2;
  color: #fff;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-appearance: none;
}
section.course aside.details a.enroll:hover {
  background-color: #177ca8;
}
section.course aside.details a.enroll::first-letter {
  text-transform: capitalize;
}
section.course aside.details a.enroll .show-when-enabled {
  display: initial;
}
section.course aside.details a.enroll .show-when-disabled {
  display: none;
}
section.course aside.details a.enroll[disabled] {
  background-color: #99d7f1;
}
section.course aside.details a.enroll[disabled] .show-when-enabled {
  display: none;
}
section.course aside.details a.enroll[disabled] .show-when-disabled {
  display: initial;
}
section.course aside.details a.faq span {
  font-family: "Glyphicons Halflings";
  font-size: 0.7rem;
  margin-left: 0.25rem;
}
section.course aside.details ul {
  margin: 1rem 0;
}
section.course aside.details ul li {
  color: #808184;
  font-size: 1.1rem;
  line-height: 1.3;
}
section.course aside.details ul.other-options {
  display: block;
  background: #f8f8f8;
  margin: 1.5rem -2rem;
}
section.course aside.details ul.other-options > li a {
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: lighter;
  font-size: 0.9rem;
  padding: 0.5rem 2rem;
  border-bottom: 1px solid #f0f0f0;
}
section.course aside.details ul.other-options > li a span {
  font-family: "Glyphicons Halflings";
  float: left;
  display: block;
  margin: -0.05rem 0.5rem 0 0;
}
section.course aside.details ul.other-options > li a span img {
  width: 32px;
  height: 32px;
}
section.course aside.details ul.other-options > li a:hover {
  background: whitesmoke;
}
section.course aside.details ul.other-options > li:first-of-type a {
  padding-top: 0.75rem;
}
section.course aside.details ul.other-options > li:last-of-type a {
  border-bottom: 0;
  padding-bottom: 0.75rem;
}
section.course aside.details ul.faq li {
  padding-bottom: 0 1rem;
  margin: 0 0 1rem;
  background: #e5e5e5;
}
section.course aside.details ul.faq li h4 {
  color: #000;
  font-size: 0.7rem;
  padding: 0.75rem 1rem;
}
section.course aside.details ul.faq li h4 span {
  font-family: "Glyphicons Halflings";
  float: right;
  display: block;
  width: 2rem;
  text-align: right;
}
section.course aside.details ul.faq li h4:hover {
  background: #d8d8d8;
  cursor: pointer;
}
section.course aside.details ul.faq li span.description {
  font-size: 0.8rem;
  line-height: 1.2rem;
  display: none;
  padding: 1rem;
  background: #f4f4f4;
}
section.course aside.details ul.dates-location {
  margin: 0.25rem 0 1rem;
}
section.course aside.details ul.dates-location li {
  margin: 0;
}
section.course aside.details ul.dates-location li a {
  font-size: 0.8rem;
}
section.course aside.details ul.lead-options {
  margin: 0.25rem 0 1rem;
}
section.course aside.details ul.lead-options li {
  margin: 0;
}
section.course aside.details ul.lead-options li a {
  font-size: 1rem;
}
section.course aside.details nav {
  margin-top: 2rem;
}

section.no-event {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
  min-height: 25rem;
}
@media only screen and (max-width: 1024px) {
  section.no-event {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.no-event {
    padding: 0;
  }
}
section.no-event h1 {
  margin: 1rem 0;
}
section.no-event h2 {
  margin: 2rem 0;
}
section.no-event p {
  margin-bottom: 1rem;
}

section.courses {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  background: #fff;
  padding: 1rem 2rem 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.courses {
    width: auto;
  }
}
section.courses h1 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  section.courses {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.courses {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  section.courses {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  section.courses {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  section.courses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.courses .ember-view {
  display: inline;
}
section.courses a.filter {
  display: none;
  padding-bottom: 1rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  section.courses a.filter {
    display: block;
    padding-left: 1rem;
  }
}
section.courses h1 {
  margin: 1rem 0 2rem;
}
section.courses h2 {
  margin-bottom: 1rem;
}
section.courses img.loading-animation {
  height: 1.2rem;
  margin-right: 5px;
}
section.courses .search-btn {
  display: block;
  padding: 0.8rem 0 0.85rem;
  background: #2595c6;
  background-image: url(/assets/5x5-stripe-pattern-dark-046d99b5b5f4b56685420dac7fba187d62afd785e6160cb82776b3795e9dec23.png);
  background-image: url(/assets/5x5-stripe-pattern-dark-046d99b5b5f4b56685420dac7fba187d62afd785e6160cb82776b3795e9dec23.png), -webkit-linear-gradient(top, #32aee3, #177ca8);
  background-image: url(/assets/5x5-stripe-pattern-dark-046d99b5b5f4b56685420dac7fba187d62afd785e6160cb82776b3795e9dec23.png), linear-gradient(to bottom, #32aee3, #177ca8);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  width: 130px;
  cursor: pointer;
}
section.courses ul.filter-groups label {
  cursor: pointer;
}
section.courses ul.filter-groups h4.filter-heading:hover {
  background: #f3f3f3;
}
section.courses section.subjects-nav {
  text-align: left;
  background: #fff;
  display: inline-block;
  width: 25%;
  padding: 0;
  margin: 0 1rem 0 0;
}
@media only screen and (max-width: 767px) {
  section.courses section.subjects-nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    margin: 0;
  }
}
section.courses section.subjects-nav h3 {
  padding: 1rem 0 1rem 0;
}
section.courses section.subjects-nav h3#filter {
  margin-top: 1rem;
}
section.courses section.subjects-nav h3#nabcep {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  section.courses section.subjects-nav h3#nabcep {
    padding-top: 4rem;
  }
}
section.courses section.subjects-nav ul {
  margin: 0;
  padding: 0;
  border: solid 1px #e5e5e5;
}
section.courses section.subjects-nav ul h4 {
  display: block;
  padding: 1rem 0 1rem 1rem;
  border-bottom: solid 1px #e5e5e5;
  color: #555;
}
section.courses section.subjects-nav ul li label {
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  padding: 1rem 0 1rem 1rem;
  border-bottom: solid 1px #e5e5e5;
  color: #555;
}
section.courses section.subjects-nav ul li label:hover {
  background: #f3f3f3;
}
section.courses section.subjects-nav ul li label input {
  cursor: pointer;
}
section.courses section.subjects-nav ul:last-child {
  border-bottom: none;
}
section.courses div.search-breadcrumbs {
  padding: 0;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  section.courses div.search-breadcrumbs {
    padding-left: 1rem;
  }
}
section.courses div.search-breadcrumbs span.left {
  float: left;
}
section.courses div.search-breadcrumbs span.right {
  float: right;
  padding-right: 1rem;
}
section.courses div.search-breadcrumbs a {
  cursor: pointer;
}
section.courses section.courses-index {
  vertical-align: top;
  text-align: center;
  background: #fff;
  display: inline-block;
  width: 68%;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  section.courses section.courses-index {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
  }
}
section.courses section.courses-index h3 {
  display: none;
  padding-bottom: 1rem;
  padding-left: 1rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  section.courses section.courses-index h3 {
    display: block;
  }
}
section.courses section.courses-index .course-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 7px;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  section.courses section.courses-index .course-search-form {
    margin-bottom: 1.25rem;
  }
}
section.courses section.courses-index .course-search-form [data-controller=autocomplete] {
  width: 80%;
  margin-right: 1rem;
}
section.courses section.courses-index .course-search-form input[type=text] {
  box-sizing: border-box;
  font-size: 1.5rem;
  height: 100%;
  width: 100%;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.17);
  outline: none;
  background: #FCFCFB url(/assets/mag-search-be4a1043e4f948f2142f7780f7905f3d600dc1b5aaa730a136a9af6d0466869a.png) no-repeat 8px 14px;
  padding-left: 2rem;
}
section.courses section.courses-index .course-search-form input[type=text]::-webkit-input-placeholder {
  color: #e5e5e5;
}
section.courses section.courses-index .course-search-form input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #e5e5e5;
}
section.courses section.courses-index .course-search-form input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #e5e5e5;
}
section.courses section.courses-index .course-search-form input[type=text]:-ms-input-placeholder {
  color: #e5e5e5;
}
section.courses section.courses-index .course-search-form button {
  font-size: 1.5rem;
  height: 36px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.courses section.courses-index section.home-dialogue {
  width: auto;
}
section.courses section.courses-index section.home-dialogue section.examples ul a li {
  background: #f0f0f0;
  width: 11rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  section.courses section.courses-index section.home-dialogue section.examples ul a li {
    margin-bottom: 1rem;
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  section.courses section.courses-index section.home-dialogue section.examples ul a li {
    margin-left: 1rem;
    text-align: center;
  }
}
section.courses section.courses-index section.home-dialogue section.examples ul a li h4 {
  color: #3f4544;
  height: 2.9rem;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
section.courses section.courses-index section.home-dialogue section.examples ul a li img.emblem-on-course {
  background-color: #fff;
  border: 0;
  display: inline;
  float: none;
  margin: 0;
}
section.courses section.courses-index section.home-dialogue section.examples ul a li .overlay {
  z-index: 9;
  display: none;
  position: absolute;
}
section.courses section.courses-index section.home-dialogue section.examples ul a li .overlay h4 {
  color: #fff;
}
section.courses section.courses-index section.home-dialogue section.examples ul a li .course-price {
  height: 1rem;
  width: 5rem;
}
section.courses section.courses-index section.home-dialogue section.examples ul a li img.instructor-box-image {
  /* display: none; */
  height: 100px;
  width: 100px;
  border-bottom: none;
  float: left;
}
section.courses section.courses-index section.home-dialogue section.examples ul a li:hover {
  background: #e5e5e5;
}
section.courses section.courses-index section.home-dialogue section.examples ul a li:hover span.price {
  color: #6cc5eb;
}
section.courses section.courses-index section.home-dialogue section.examples ul a li:hover .instructor-name {
  clear: both;
}
section.courses section.courses-index section.home-dialogue section.examples ul a li:hover span.alumni-count {
  position: absolute;
  top: 25px;
  right: 0px;
  margin-right: 6px;
}
section.courses section.courses-index section.home-dialogue section.examples ul a li:hover .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  top: 1px;
  left: 0;
  width: 100%;
  height: 130px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  section.courses section.courses-index section.home-dialogue section.examples ul a li:hover .overlay {
    display: none;
  }
}
section.courses .subject-group[open]::before {
  content: "- ";
}
section.courses .subject-group:not([open])::before {
  content: "+ ";
}
section.courses .subject-heading {
  font-weight: bold !important;
  border: none !important;
  padding: 0 !important;
}
section.courses .subject-heading.nabcep a {
  padding: 1rem 0;
}
@media only screen and (max-width: 1024px) {
  section.courses .subject-heading.nabcep {
    margin-bottom: 2rem;
  }
}
section.courses .star-container {
  margin-left: 48px;
}
section.courses .star-container .star-ratings-css {
  font-size: 1rem;
  height: 1rem;
  padding: 0.5rem 0 0;
  width: 5rem;
}
@media only screen and (max-width: 1024px) {
  section.courses .star-container .star-ratings-css {
    margin-left: -1rem;
  }
}

footer.page-bottom {
  background: #fff;
  border-top: 1px solid #e1e1e1;
  margin-top: 1rem;
  padding-bottom: 3rem;
  width: 100%;
}
footer.page-bottom input[type=text] {
  border-style: none;
  color: #3f4544;
  font-size: 0.85rem;
  margin: 0.5rem 0 1rem -0.25rem;
}
footer.page-bottom section {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1030px;
  padding: 2rem 0 0;
}
@media only screen and (max-width: 1024px) {
  footer.page-bottom section {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  footer.page-bottom section {
    padding: 2rem 1rem;
  }
}
footer.page-bottom section p {
  margin-top: 1rem;
}
footer.page-bottom section input {
  font-size: 1rem;
  padding: 0.25rem;
  width: 100%;
}
footer.page-bottom section nav.social {
  float: right;
}
footer.page-bottom section nav.social section.linkedin-wrap {
  width: auto;
  margin: 0.2rem 0 0;
  padding: 0;
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer.page-bottom section nav.social section.linkedin-wrap {
    margin-top: 0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  footer.page-bottom section nav.social section.linkedin-wrap {
    float: left;
    margin: 0.04rem 0.1rem 0 0;
  }
}
footer.page-bottom section nav.social ul {
  margin: 2.9rem 0 0;
}
footer.page-bottom section nav.social ul li {
  display: inline-block;
  margin: 0 0 0 0.5rem;
}
@media only screen and (max-width: 767px) {
  footer.page-bottom section nav.social ul {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer.page-bottom section nav.social ul {
    margin: 3.9rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  footer.page-bottom section nav.social {
    float: none;
    padding-bottom: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer.page-bottom nav.site ul {
    padding: 0.25rem 0 1.5rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  footer.page-bottom nav.site ul {
    line-height: 1.6;
    padding: 0.25rem 0 1.5rem;
  }
}
footer.page-bottom nav.site ul li {
  display: inline-block;
  margin: 0 1rem 0 0;
  padding-bottom: 1rem;
}
footer.page-bottom nav.site ul li a {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 0.9rem;
  color: #444;
}
footer.page-bottom nav.site ul li a:hover {
  color: #21607a;
}
@media only screen and (max-width: 767px) {
  footer.page-bottom nav.site ul li {
    margin: 0 0.4rem 0 0;
  }
}
footer.page-bottom p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  footer.page-bottom p {
    margin: 0 1rem 1rem 0;
  }
}
footer.page-bottom a.sitemap {
  color: #444;
}
footer.page-bottom a.sitemap:hover {
  color: #21607a;
}

.ui-helper-hidden-accessible {
  display: none;
}

.markdown ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
.markdown ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
.markdown ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
.markdown ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
.markdown ul {
  margin-left: 0;
}
.markdown ol {
  margin-left: 0;
}
.markdown em {
  font-style: italic;
}

.assignment-upload-status {
  color: #D9FD72;
  display: none;
  font-weight: bold;
}

.quiz textarea {
  height: 5rem;
}
.quiz .question-field {
  width: 100%;
}
.quiz .exam-results ul {
  list-style-type: disc;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
.quiz .exam-results ul li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
.quiz .exam-results ol {
  list-style-type: decimal;
  font-size: 1rem;
  color: #555;
  padding: 1rem 2rem;
}
.quiz .exam-results ol li {
  padding: 0.25rem;
  line-height: 1.4rem;
}
.quiz .exam-results ul {
  padding-bottom: 0;
  padding-top: 0;
}
.quiz .choices-form {
  background-color: #f0f0f0;
  margin-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}
.quiz .choices-form fieldset {
  margin-bottom: 0.7rem;
}
.quiz .choices-form input[type=text] {
  display: inline-block;
  margin-right: 0.5rem;
  width: 80%;
}
.quiz .choices-form input[type=radio] {
  display: inline-block;
}
.quiz .choices-form label {
  display: none;
}

.questions .question {
  border: 1px solid #f0f0f0;
  margin: 1rem 0;
}
.questions .question-header {
  background-color: #f0f0f0;
  padding: 0.7rem 1rem 0;
  position: relative;
}
.questions .question-header .question-number {
  font-weight: bold;
}
.questions .question-header .controls {
  float: right;
  font-family: "Glyphicons Halflings";
  padding: 0.5rem 0;
}
.questions .info {
  padding: 2rem 1rem 0;
}
.questions .mark {
  font-family: "Glyphicons Halflings";
  vertical-align: middle;
}
.questions .correct {
  color: #D9FD72;
}
.questions .incorrect {
  color: #29aae2;
}
.questions .choices {
  display: block;
  padding: 0 1rem 1rem;
}
.questions .choices .choice {
  margin: 1rem;
}
.questions .choices .choice p#letter {
  display: inline-block;
  margin: 0.25rem;
}
.questions h6 {
  padding-bottom: 0.5rem;
  padding-top: 1.25rem;
}

.quiz_options {
  border: 0.1rem solid #f0f0f0;
  margin-bottom: 1rem;
  padding: 0.5rem;
  width: 100%;
}
.quiz_options tr {
  text-align: center;
}
.quiz_options th {
  background-color: #f0f0f0;
  margin: 0.25rem;
  padding: 0.25rem;
}
.quiz_options td {
  background-color: #fff;
  border: 0.1rem solid #f0f0f0;
  margin: 0.25rem;
  padding: 0.25rem;
}

.question_shortcut {
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1rem;
  width: 33%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.question_shortcut a {
  width: 33%;
}

table.narrow {
  max-width: 910px;
}
table.narrow-columns tr > td {
  max-width: 100px;
}
table tr.min-wide td {
  width: 20%;
}
table.credential td {
  text-align: center;
}
table.credential td.credit-type {
  width: 10%;
}
table.wide-mobile {
  border: 0.1rem solid #3f4544;
  color: #808184;
}
table.wide-mobile td {
  padding: 0.5rem 0;
  border-top: 0.1rem solid #3f4544;
  border-left: 0.1rem solid #3f4544;
  vertical-align: top;
}
table.wide-mobile th {
  padding: 0.5rem;
  background-color: #3f4544;
  color: #fff;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  table.wide-mobile {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */
  }
  table.wide-mobile table, table.wide-mobile thead, table.wide-mobile tbody, table.wide-mobile th, table.wide-mobile td, table.wide-mobile tr {
    display: block;
  }
  table.wide-mobile tbody {
    width: 20rem;
  }
  table.wide-mobile th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.wide-mobile tr {
    border: 1px solid #808184;
  }
  table.wide-mobile td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #808184;
    position: relative;
    padding-left: 50%;
    width: 50%;
    min-height: 1rem;
  }
  table.wide-mobile td.figure {
    text-align: left;
  }
  table.wide-mobile td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0.5rem;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  table.wide-mobile td:before {
    /* prints the value of data-label attribute before the column data */
    font-weight: bold;
    content: attr(data-label);
  }
}
@media only screen and (max-width: 767px) {
  table.wide-mobile body {
    padding: 0;
    margin: 0;
  }
}
table.ledger {
  border: 0.1rem solid #3f4544;
  color: #808184;
}
table.ledger td {
  padding: 0.2rem;
  border-top: 0.1rem solid #3f4544;
  border-left: 0.1rem solid #3f4544;
  vertical-align: top;
}
table.ledger td.figure {
  text-align: right;
}
table.ledger td.highlight {
  background-color: #fcce56;
}
table.ledger td.blacklight {
  font-weight: bold;
  color: #3f4544;
}
table.ledger td.greenlight {
  background-color: #e7fea4;
}
table.ledger td.warnlight {
  background-color: #EF4444;
}
table.ledger td.action-buttons {
  min-width: 135px;
}
table.ledger td.centered {
  text-align: center;
}
table.ledger td table, table.ledger td tr {
  border: 0;
  padding: 0;
}
table.ledger td table td.sub-course, table.ledger td tr td.sub-course {
  border: 0;
  padding: 0.25rem 0.5rem 0.25rem 0;
}
table.ledger td table td.title, table.ledger td tr td.title {
  color: #000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 500;
}
table.ledger tr.total {
  font-weight: bold;
}
table.ledger tr.total td {
  border-top: 0.2rem double #3f4544;
}
table.ledger tr.greenlight {
  background-color: #f4fed7;
  color: #3f4544;
}
table.ledger th {
  padding: 0.2rem;
  background-color: #3f4544;
  color: #fff;
}
table.ledger th.search {
  color: #3f4544;
}
table.ledger th.search > input[type=search] {
  padding: 0.25rem 0.5rem;
}
table.ledger th.figure {
  text-align: right;
}
table.multiform {
  margin-bottom: 2rem;
  width: 100%;
}
table.multiform th {
  text-align: left;
  padding: 0.5rem;
}
table.multiform tr.filled-entry td {
  padding: 0.5rem;
}
table.multiform tr td {
  vertical-align: bottom;
}
table.multiform tr td.wide {
  width: 50%;
}
table.primary th {
  background-color: #01295f;
}
table.secondary th {
  background-color: #0D4034;
}
table.events th {
  padding: 0.4rem;
  text-align: center;
}
table.events td {
  padding: 0.4rem;
}
table.events p {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1rem;
}
@media only screen and (max-width: 767px) {
  table.events p {
    text-align: left;
  }
}
table.assignments th {
  padding: 0.4rem;
  text-align: center;
}
table.assignments td {
  text-align: center;
  padding: 0.4rem;
}

.ui-autocomplete {
  background-color: #fff;
  width: 60px;
  border: 1px solid #959595;
  box-shadow: 3px 3px 3px 2px #666666;
  z-index: 9999;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
.ui-autocomplete .ui-menu-item {
  margin: 10px 10px;
  cursor: pointer;
}
.ui-autocomplete .ui-state-focus {
  background-color: #ddd;
}

.ui-datepicker {
  background-color: #fff;
  border: 1px solid #959595;
  box-shadow: 3px 3px 3px 2px #666666;
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 3.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next {
  right: 6px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 0px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 5px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-widget-header {
  border: 1px solid #D9FD72;
  background: #D9FD72;
}

img.empty {
  height: 20px !important;
  width: 20px !important;
}

img.full {
  height: 20px !important;
  width: 20px !important;
}

.form-group {
  margin-bottom: 0.5rem;
}
