@charset "UTF-8";
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 40px transparent inset; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 9999s ease-in-out 9999s;
  transition: background-color 9999s ease-in-out 9999s; }

html {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

button, button:hover, li:hover, a:hover, li, a, *:hover, * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

body {
  padding: 0;
  margin: 0; }
  body.menu-on {
    position: fixed;
    width: 100%;
    overflow: hidden; }

a {
  color: #252525;
  text-decoration: none; }

hr {
  height: 2px;
  border: none;
  background: transparent; }

h1 + hr {
  height: 5px; }

.p-max p {
  max-width: 450px; }

.p-max.more-details p {
  max-width: 575px; }

.img-max-w {
  max-width: 300px;
  width: 100%;
  height: auto; }
  @media (max-width: 767px) {
    .img-max-w {
      max-width: 200px; } }
.show-mobile {
  display: none; }
  @media (max-width: 1023px) {
    .show-mobile {
      display: block; } }
@media (max-width: 1023px) {
  .hide-mobile {
    display: none !important; } }

.pCon {
  padding: 18px 20px 20px; }
  @media (max-width: 1023px) {
    .pCon {
      padding: 16px; } }
.pConTB {
  padding-top: 18px;
  padding-bottom: 60px; }
  @media (max-width: 1023px) {
    .pConTB {
      padding: 16px 0 32px; } }
  .pConTB :last-child {
    margin-bottom: 0; }
  .pConTB img:last-child {
    margin-top: 5px; }
  .pConTB .flex-col-right {
    padding-right: 30px; }
    @media (max-width: 1023px) {
      .pConTB .flex-col-right {
        padding-right: 0; } }
.pStan {
  padding: 40px; }

.bor-con {
  border: solid 2px transparent; }

.bor-top {
  border-top: solid 2px transparent; }
  .bor-top.numrow-text {
    border-width: 1px; }

.bor-bottom {
  border-bottom: solid 2px transparent; }

.c-max {
  max-width: 2000px;
  margin: 23px auto 65px; }
  @media (max-width: 1023px) {
    .c-max {
      margin: 0 auto 40px; } }
  .home .c-max {
    margin-top: 0; }
  .error404 .c-max, .page-template-tmpl-scholarmatcher .c-max {
    margin-bottom: 0; }

.tar {
  text-align: right; }

.tac {
  text-align: center; }

.w-20 {
  width: 20%; }

.w-25 {
  width: 25%; }

.w-33 {
  width: 33.33%; }

.w-50 {
  width: 50%; }
  @media (max-width: 1023px) {
    .w-50 {
      width: 100%; }
      .w-50.overlay-overview {
        width: 50%; } }
.w-75 {
  width: 75%; }

.w-100 {
  width: 100%; }

.fb-20 {
  -webkit-flex-basis: 20%;
          flex-basis: 20%; }

.fb-25 {
  -webkit-flex-basis: 25%;
          flex-basis: 25%; }

.fb-33 {
  -webkit-flex-basis: 33%;
          flex-basis: 33%; }

.fb-50 {
  -webkit-flex-basis: 50%;
          flex-basis: 50%; }

.fb-67 {
  -webkit-flex-basis: 67%;
          flex-basis: 67%; }

.fb-75 {
  -webkit-flex-basis: 75%;
          flex-basis: 75%; }

.fb-100 {
  -webkit-flex-basis: 100%;
          flex-basis: 100%; }

.pr-20 {
  padding-right: 20%; }
  @media (max-width: 1023px) {
    .pr-20 {
      padding-right: 20px; } }
.pr-25 {
  padding-right: 25%; }
  @media (max-width: 1023px) {
    .pr-25 {
      padding-right: 20px; } }
.pr-33 {
  padding-right: 33%; }
  @media (max-width: 1023px) {
    .pr-33 {
      padding-right: 20px; } }
.pr-50 {
  padding-right: 50%; }
  @media (max-width: 1023px) {
    .pr-50 {
      padding-right: 20px; } }
.pr-67 {
  padding-right: 67%; }
  @media (max-width: 1023px) {
    .pr-67 {
      padding-right: 20px; } }
.pr-75 {
  padding-right: 75%; }
  @media (max-width: 1023px) {
    .pr-75 {
      padding-right: 20px; } }
.pl-20 {
  padding-left: 20%; }
  @media (max-width: 1023px) {
    .pl-20 {
      padding-left: 20px; } }
.pl-25 {
  padding-left: 25%; }
  @media (max-width: 1023px) {
    .pl-25 {
      padding-left: 20px; } }
.pl-33 {
  padding-left: 33%; }
  @media (max-width: 1023px) {
    .pl-33 {
      padding-left: 20px; } }
.pl-50 {
  padding-left: 50%; }
  @media (max-width: 1023px) {
    .pl-50 {
      padding-left: 20px; } }
.pl-67 {
  padding-left: 67%; }
  @media (max-width: 1023px) {
    .pl-67 {
      padding-left: 20px; } }
.pl-75 {
  padding-left: 75%; }
  @media (max-width: 1023px) {
    .pl-75 {
      padding-left: 20px; } }
.padding-c {
  padding: 0 50px;
  margin-top: 50px; }
  @media (max-width: 1023px) {
    .padding-c {
      margin-top: 0;
      padding: 0 16px; } }
@media (max-width: 1023px) {
  .mobile-hide {
    display: none; } }

@media (max-width: 1023px) {
  .col {
    margin-bottom: 32px; }
    .col.span_12 {
      margin-bottom: 16px; }
    .footer .col {
      margin-bottom: -5px; } }

.abs-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.abs-inset {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px; }
  @media (max-width: 1023px) {
    .abs-inset {
      width: 100%;
      height: 100%;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto; } }
.bg-inset {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }
  .bg-inset.contain {
    background-size: contain; }

.abs-img {
  position: absolute;
  top: 0;
  bottom: 0; }
  @media (max-width: 1023px) {
    .abs-img {
      position: relative;
      height: 300px; } }
  @media (max-width: 767px) {
    .abs-img {
      height: 150px; } }
  .abs-img img {
    max-width: 100%;
    height: auto; }
  .abs-img.abs-img-left {
    left: 0;
    text-align: left; }
  .abs-img.abs-img-right {
    right: 0;
    text-align: right; }
    @media (max-width: 1023px) {
      .abs-img.abs-img-right {
        margin-bottom: 0.5em; } }
  .abs-img.inset {
    padding: 20px; }
    @media (max-width: 1023px) {
      .abs-img.inset {
        padding: 0;
        margin-bottom: 8px; }
        .abs-img.inset + h2 {
          padding-top: 14px; }
          .invert .abs-img.inset + h2 {
            padding-top: 0; } }
/* Typographic Styles */
@font-face {
  font-family: 'scholarmatch';
  src: url("font/scholar-match.eot"), url("font/scholar-match.ttf") format("ttf"), url("font/scholar-match.woff") format("woff"), url("font/scholar-match.woff2") format("woff2"), url("font/scholar-match.svg") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal; }

.sectionTitle, .month-container .day-wrap .day, ol.accordion-ol li.acc-item::before {
  font-family: "Tungsten A", "Tungsten B",Impact,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 132px;
  line-height: 0.76;
  text-transform: uppercase;
  letter-spacing: -0.02em; }
  @media (max-width: 1023px) {
    .sectionTitle, .month-container .day-wrap .day, ol.accordion-ol li.acc-item::before {
      font-size: 90px; } }
.calloutHeader {
  font-family: "Tungsten A", "Tungsten B",Impact,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em; }
  @media (max-width: 1023px) {
    .calloutHeader {
      font-size: 30px; } }
.blockTitle {
  font-family: "Tungsten A", "Tungsten B",Impact,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 66px;
  line-height: 0.82;
  text-transform: uppercase;
  letter-spacing: -0.02em; }
  @media (max-width: 1023px) {
    .blockTitle {
      font-size: 42px; } }
.lede {
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.025em; }
  .lede b, .lede strong {
    font-weight: 300; }
  @media (max-width: 1023px) {
    .lede {
      font-size: 26px;
      letter-spacing: 0; } }
.bigQuote {
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 300;
  font-style: italic;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.025em;
  font-style: italic; }
  @media (max-width: 1023px) {
    .bigQuote {
      font-size: 28px; } }
.sBook {
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2; }
  .sBook b, .sBook strong {
    font-weight: 400; }
  @media (max-width: 1023px) {
    .sBook {
      font-size: 18px;
      line-height: 1.22; } }
.smallCaps {
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.23;
  text-transform: uppercase;
  letter-spacing: 0.03em; }

.sentItal2 {
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-size: 25px;
  line-height: 1.2;
  font-style: italic; }
  @media (max-width: 1023px) {
    .sentItal2 {
      font-size: 22px; } }
.sentL2 {
  font-size: 32px;
  line-height: 1.16;
  font-weight: 300;
  letter-spacing: -0.025em; }
  .sentL2 b, .sentL2 strong {
    font-weight: 300; }
  @media (max-width: 1023px) {
    .sentL2 {
      font-size: 26px; } }
:root {
  --colorPrimary: #CBCBCB; }

.color-pickup .bg-color, .color-pickup.bg-color, .color-pickup .acc-open .toggle-icon, .color-pickup .hovered .toggle-icon {
  background-color: var(--colorPrimary, #B1A68B); }

.color-pickup.fg-color, .color-pickup .fg-color {
  color: var(--colorPrimary, #B1A68B); }

.color-pickup.b-color, .color-pickup .b-color {
  border-color: var(--colorPrimary, #B1A68B); }

.color-pickup input, .color-pickup .text-button, .color-pickup .gform_footer .gform_button, .gform_footer .color-pickup .gform_button, .color-pickup .post-password-form input[type="submit"], .post-password-form .color-pickup input[type="submit"] {
  border-color: var(--colorPrimary, #B1A68B); }

.color-pickup h1,
.color-pickup h2,
.color-pickup h3,
.color-pickup h4,
.color-pickup li:before, .color-pickup.active {
  color: var(--colorPrimary, #B1A68B); }

.color-pickup a {
  border-bottom: 1px solid var(--colorPrimary, #B1A68B); }

.color-pickup a.breadcrumb:HOVER span {
  color: var(--colorPrimary, #B1A68B); }

.color-pickup hr {
  background: var(--colorPrimary, #B1A68B); }
  .intro .color-pickup hr {
    background: var(--colorPrimary, #B1A68B); }

.color-pickup.intro hr {
  background: var(--colorPrimary, #B1A68B); }

.color-pickup h1 + hr {
  background: var(--colorPrimary, #B1A68B); }

.color-pickup .accordion-border, .color-pickup.accordion-border {
  box-shadow: inset 5px 0 0 var(--colorPrimary, #B1A68B);
  padding-left: 20px; }
  @media (max-width: 1023px) {
    .color-pickup .accordion-border, .color-pickup.accordion-border {
      border-top: 2px solid var(--colorPrimary, #B1A68B);
      padding: 16px 0 8px;
      box-shadow: none; }
      .color-pickup .accordion-border:first-of-type, .color-pickup.accordion-border:first-of-type {
        border-top: 0;
        padding-top: 0; } }
.color-pickup .button:AFTER {
  color: var(--colorPrimary, #B1A68B); }

.color-pickup.prefooter {
  background: var(--colorPrimary, #B1A68B); }

.color-pickup button a, .color-pickup .button a, .color-pickup .text-button a, .color-pickup .gform_footer .gform_button a, .gform_footer .color-pickup .gform_button a, .color-pickup .post-password-form input[type="submit"] a, .post-password-form .color-pickup input[type="submit"] a {
  color: #fff;
  background-color: var(--colorPrimary, #B1A68B);
  border-color: var(--colorPrimary, #B1A68B); }
  .gform_wrapper .color-pickup button a, .gform_wrapper .color-pickup .button a, .gform_wrapper .color-pickup .text-button a, .gform_wrapper .color-pickup .gform_footer .gform_button a, .gform_footer .gform_wrapper .color-pickup .gform_button a, .gform_wrapper .color-pickup .post-password-form input[type="submit"] a, .post-password-form .gform_wrapper .color-pickup input[type="submit"] a {
    background: transparent;
    border-color: rgba(22, 56, 110, 0.3);
    color: #16386e; }
    .gform_wrapper .color-pickup button a:HOVER, .gform_wrapper .color-pickup button a.active, .gform_wrapper .color-pickup .button a:HOVER, .gform_wrapper .color-pickup .button a.active, .gform_wrapper .color-pickup .text-button a:HOVER, .gform_wrapper .color-pickup .gform_footer .gform_button a:HOVER, .gform_footer .gform_wrapper .color-pickup .gform_button a:HOVER, .gform_wrapper .color-pickup .post-password-form input[type="submit"] a:HOVER, .post-password-form .gform_wrapper .color-pickup input[type="submit"] a:HOVER, .gform_wrapper .color-pickup .text-button a.active, .gform_wrapper .color-pickup .gform_footer .gform_button a.active, .gform_footer .gform_wrapper .color-pickup .gform_button a.active, .gform_wrapper .color-pickup .post-password-form input[type="submit"] a.active, .post-password-form .gform_wrapper .color-pickup input[type="submit"] a.active {
      background: #16386e;
      border-color: #16386e;
      color: #fff; }

.color-pickup button:AFTER a, .color-pickup .button:AFTER a, .color-pickup .text-button:AFTER a, .color-pickup .gform_footer .gform_button:AFTER a, .gform_footer .color-pickup .gform_button:AFTER a, .color-pickup .post-password-form input[type="submit"]:AFTER a, .post-password-form .color-pickup input[type="submit"]:AFTER a {
  color: #fff; }

.color-pickup button:HOVER a, .color-pickup .button:HOVER a, .color-pickup .text-button:HOVER a, .color-pickup .gform_footer .gform_button:HOVER a, .gform_footer .color-pickup .gform_button:HOVER a, .color-pickup .post-password-form input[type="submit"]:HOVER a, .post-password-form .color-pickup input[type="submit"]:HOVER a {
  color: var(--colorPrimary, #B1A68B);
  background-color: transparent;
  border-color: var(--colorPrimary, #B1A68B); }

.color-pickup button:HOVER a, .color-pickup .button:HOVER a, .color-pickup .text-button:HOVER a, .color-pickup .gform_footer .gform_button:HOVER a, .gform_footer .color-pickup .gform_button:HOVER a, .color-pickup .post-password-form input[type="submit"]:HOVER a, .post-password-form .color-pickup input[type="submit"]:HOVER a {
  color: var(--colorPrimary, #B1A68B); }

.color-pickup button:HOVER:AFTER, .color-pickup .button:HOVER:AFTER, .color-pickup .text-button:HOVER:AFTER, .color-pickup .gform_footer .gform_button:HOVER:AFTER, .gform_footer .color-pickup .gform_button:HOVER:AFTER, .color-pickup .post-password-form input[type="submit"]:HOVER:AFTER, .post-password-form .color-pickup input[type="submit"]:HOVER:AFTER {
  color: var(--colorPrimary, #B1A68B); }

.color-pickup .text-button, .color-pickup .gform_footer .gform_button, .gform_footer .color-pickup .gform_button, .color-pickup .post-password-form input[type="submit"], .post-password-form .color-pickup input[type="submit"] {
  border: 1px solid rgba(var(--colorPrimary, #B1A68B), 0.5); }

form .color-pickup .text-button, form .color-pickup .gform_footer .gform_button, .gform_footer form .color-pickup .gform_button, form .color-pickup .post-password-form input[type="submit"], .post-password-form form .color-pickup input[type="submit"] {
  border: 1px solid rgba(var(--colorPrimary, #B1A68B), 0.3); }

.color-pickup .button-text a {
  border: 0; }
  .color-pickup .button-text a:HOVER, .color-pickup .button-text a:AFTER {
    color: var(--colorPrimary, #B1A68B); }

.color-pickup.footer .button-list a:HOVER {
  color: var(--colorPrimary, #B1A68B); }

.color-pickup.invert, .color-pickup .invert {
  background-color: var(--colorPrimary, #B1A68B); }
  .color-pickup.invert .button:AFTER, .color-pickup .invert .button:AFTER {
    color: var(--colorPrimary, #B1A68B); }
  .color-pickup.invert .button:HOVER:AFTER, .color-pickup .invert .button:HOVER:AFTER {
    color: #ffffff; }
  .color-pickup.invert button a, .color-pickup.invert .button a, .color-pickup.invert .text-button a, .color-pickup.invert .gform_footer .gform_button a, .gform_footer .color-pickup.invert .gform_button a, .color-pickup.invert .post-password-form input[type="submit"] a, .post-password-form .color-pickup.invert input[type="submit"] a, .color-pickup .invert button a, .color-pickup .invert .button a, .color-pickup .invert .text-button a, .color-pickup .invert .gform_footer .gform_button a, .gform_footer .color-pickup .invert .gform_button a, .color-pickup .invert .post-password-form input[type="submit"] a, .post-password-form .color-pickup .invert input[type="submit"] a {
    background-color: #ffffff;
    border-color: transparent; }
  .color-pickup.invert button a, .color-pickup.invert .button a, .color-pickup.invert .text-button a, .color-pickup.invert .gform_footer .gform_button a, .gform_footer .color-pickup.invert .gform_button a, .color-pickup.invert .post-password-form input[type="submit"] a, .post-password-form .color-pickup.invert input[type="submit"] a, .color-pickup .invert button a, .color-pickup .invert .button a, .color-pickup .invert .text-button a, .color-pickup .invert .gform_footer .gform_button a, .gform_footer .color-pickup .invert .gform_button a, .color-pickup .invert .post-password-form input[type="submit"] a, .post-password-form .color-pickup .invert input[type="submit"] a {
    color: var(--colorPrimary, #B1A68B); }
  .color-pickup.invert button:HOVER a, .color-pickup.invert .button:HOVER a, .color-pickup.invert .text-button:HOVER a, .color-pickup.invert .gform_footer .gform_button:HOVER a, .gform_footer .color-pickup.invert .gform_button:HOVER a, .color-pickup.invert .post-password-form input[type="submit"]:HOVER a, .post-password-form .color-pickup.invert input[type="submit"]:HOVER a, .color-pickup .invert button:HOVER a, .color-pickup .invert .button:HOVER a, .color-pickup .invert .text-button:HOVER a, .color-pickup .invert .gform_footer .gform_button:HOVER a, .gform_footer .color-pickup .invert .gform_button:HOVER a, .color-pickup .invert .post-password-form input[type="submit"]:HOVER a, .post-password-form .color-pickup .invert input[type="submit"]:HOVER a {
    color: #ffffff;
    border-color: #ffffff;
    background-color: var(--colorPrimary, #B1A68B); }
  .color-pickup.invert hr, .color-pickup .invert hr {
    background-color: #ffffff; }
  .color-pickup.invert p, .color-pickup.invert a, .color-pickup.invert .breadcrumb, .color-pickup .invert p, .color-pickup .invert a, .color-pickup .invert .breadcrumb {
    color: #ffffff; }
  .color-pickup.invert a.breadcrumb:HOVER span, .color-pickup .invert a.breadcrumb:HOVER span {
    color: #fff; }
  .color-pickup.invert h1, .color-pickup.invert h2, .color-pickup .invert h1, .color-pickup .invert h2 {
    color: #ffffff; }

.color-pickup.accordion-ol {
  border-color: var(--colorPrimary, #B1A68B); }
  .color-pickup.accordion-ol li.acc-item {
    border-color: var(--colorPrimary, #B1A68B); }

.color-pickup .icon-ra.il a {
  border: none;
  color: var(--colorPrimary, #B1A68B); }

@media (max-width: 1023px) {
  .color-pickup.f-con .abs-img + h2 {
    border-top: 2px solid var(--colorPrimary, #B1A68B); }
  .color-pickup.f-con .abs-img + .breadcrumb {
    border-top: 2px solid #fff !important;
    padding-top: 16px; }
  .color-pickup.f-con .breadcrumb + h2 {
    padding-top: 0; } }

.no-touchevents .hovered .color-pickup.f-con {
  background-color: var(--colorPrimary, #B1A68B); }
  .no-touchevents .hovered .color-pickup.f-con h2 {
    color: #ffffff; }
  .no-touchevents .hovered .color-pickup.f-con p {
    color: #ffffff; }
  .no-touchevents .hovered .color-pickup.f-con .button:AFTER {
    color: var(--colorPrimary, #B1A68B); }
  .no-touchevents .hovered .color-pickup.f-con .button a {
    background-color: #ffffff;
    color: var(--colorPrimary, #B1A68B); }
  .no-touchevents .hovered .color-pickup.f-con .icon-ra.il a {
    color: #ffffff; }

.color-pickup.submenu li a {
  border: 0; }
  @media (min-width: 1024px) {
    .color-pickup.submenu li a:HOVER:after {
      background-color: var(--colorPrimary, #B1A68B); } }
.color-pickup .f-col.has-overlay h3, .color-pickup .f-col.has-overlay h3 a {
  color: #252525; }

.color-pickup .f-col.has-overlay.hovered h3, .color-pickup .f-col.has-overlay.hovered h3 a {
  color: var(--colorPrimary, #B1A68B); }

.no-touchevents .color-pickup .hovered img {
  -webkit-filter: grayscale(0) opacity(100%);
          filter: grayscale(0) opacity(100%); }

.no-touchevents .color-pickup .hovered h3 a {
  color: var(--colorPrimary, #B1A68B); }

.color-pickup .bullet-hor span:after {
  background: var(--colorPrimary, #B1A68B); }

.color-red .bg-color, .color-red.bg-color, .color-red .acc-open .toggle-icon, .color-red .hovered .toggle-icon {
  background-color: #8C1E41; }

.color-red.fg-color, .color-red .fg-color {
  color: #8C1E41; }

.color-red.b-color, .color-red .b-color {
  border-color: #8C1E41; }

.color-red input, .color-red .text-button, .color-red .gform_footer .gform_button, .gform_footer .color-red .gform_button, .color-red .post-password-form input[type="submit"], .post-password-form .color-red input[type="submit"] {
  border-color: rgba(140, 30, 65, 0.5); }

.color-red h1,
.color-red h2,
.color-red h3,
.color-red h4,
.color-red li:before, .color-red.active {
  color: #8C1E41; }

.color-red a {
  border-bottom: 1px solid rgba(140, 30, 65, 0.5); }
  .color-red a:HOVER {
    border-color: #8c1e41; }

.color-red a.breadcrumb:HOVER span {
  color: #8C1E41; }

.color-red hr {
  background: #8C1E41; }
  .intro .color-red hr {
    background: #8C1E41; }

.color-red.intro hr {
  background: #8C1E41; }

.color-red h1 + hr {
  background: #8C1E41; }

.color-red .accordion-border, .color-red.accordion-border {
  box-shadow: inset 5px 0 0 #8C1E41;
  padding-left: 20px; }
  @media (max-width: 1023px) {
    .color-red .accordion-border, .color-red.accordion-border {
      border-top: 2px solid #8C1E41;
      padding: 16px 0 8px;
      box-shadow: none; }
      .color-red .accordion-border:first-of-type, .color-red.accordion-border:first-of-type {
        border-top: 0;
        padding-top: 0; } }
.color-red .button:AFTER {
  color: #8C1E41; }

.color-red.prefooter {
  background: #8C1E41; }

.color-red button a, .color-red .button a, .color-red .text-button a, .color-red .gform_footer .gform_button a, .gform_footer .color-red .gform_button a, .color-red .post-password-form input[type="submit"] a, .post-password-form .color-red input[type="submit"] a {
  color: #fff;
  background-color: #8C1E41;
  border-color: #8C1E41; }
  .gform_wrapper .color-red button a, .gform_wrapper .color-red .button a, .gform_wrapper .color-red .text-button a, .gform_wrapper .color-red .gform_footer .gform_button a, .gform_footer .gform_wrapper .color-red .gform_button a, .gform_wrapper .color-red .post-password-form input[type="submit"] a, .post-password-form .gform_wrapper .color-red input[type="submit"] a {
    background: transparent;
    border-color: rgba(22, 56, 110, 0.3);
    color: #16386e; }
    .gform_wrapper .color-red button a:HOVER, .gform_wrapper .color-red button a.active, .gform_wrapper .color-red .button a:HOVER, .gform_wrapper .color-red .button a.active, .gform_wrapper .color-red .text-button a:HOVER, .gform_wrapper .color-red .gform_footer .gform_button a:HOVER, .gform_footer .gform_wrapper .color-red .gform_button a:HOVER, .gform_wrapper .color-red .post-password-form input[type="submit"] a:HOVER, .post-password-form .gform_wrapper .color-red input[type="submit"] a:HOVER, .gform_wrapper .color-red .text-button a.active, .gform_wrapper .color-red .gform_footer .gform_button a.active, .gform_footer .gform_wrapper .color-red .gform_button a.active, .gform_wrapper .color-red .post-password-form input[type="submit"] a.active, .post-password-form .gform_wrapper .color-red input[type="submit"] a.active {
      background: #16386e;
      border-color: #16386e;
      color: #fff; }

.color-red button:AFTER a, .color-red .button:AFTER a, .color-red .text-button:AFTER a, .color-red .gform_footer .gform_button:AFTER a, .gform_footer .color-red .gform_button:AFTER a, .color-red .post-password-form input[type="submit"]:AFTER a, .post-password-form .color-red input[type="submit"]:AFTER a {
  color: #fff; }

.color-red button:HOVER a, .color-red .button:HOVER a, .color-red .text-button:HOVER a, .color-red .gform_footer .gform_button:HOVER a, .gform_footer .color-red .gform_button:HOVER a, .color-red .post-password-form input[type="submit"]:HOVER a, .post-password-form .color-red input[type="submit"]:HOVER a {
  color: #8C1E41;
  background-color: transparent;
  border-color: #8C1E41; }

.color-red button:HOVER a, .color-red .button:HOVER a, .color-red .text-button:HOVER a, .color-red .gform_footer .gform_button:HOVER a, .gform_footer .color-red .gform_button:HOVER a, .color-red .post-password-form input[type="submit"]:HOVER a, .post-password-form .color-red input[type="submit"]:HOVER a {
  color: #8C1E41; }

.color-red button:HOVER:AFTER, .color-red .button:HOVER:AFTER, .color-red .text-button:HOVER:AFTER, .color-red .gform_footer .gform_button:HOVER:AFTER, .gform_footer .color-red .gform_button:HOVER:AFTER, .color-red .post-password-form input[type="submit"]:HOVER:AFTER, .post-password-form .color-red input[type="submit"]:HOVER:AFTER {
  color: #8C1E41; }

.color-red .text-button, .color-red .gform_footer .gform_button, .gform_footer .color-red .gform_button, .color-red .post-password-form input[type="submit"], .post-password-form .color-red input[type="submit"] {
  border: 1px solid rgba(140, 30, 65, 0.5); }

form .color-red .text-button, form .color-red .gform_footer .gform_button, .gform_footer form .color-red .gform_button, form .color-red .post-password-form input[type="submit"], .post-password-form form .color-red input[type="submit"] {
  border: 1px solid rgba(140, 30, 65, 0.3); }

.color-red .button-text a {
  border: 0; }
  .color-red .button-text a:HOVER, .color-red .button-text a:AFTER {
    color: #8C1E41; }

.color-red.footer .button-list a:HOVER {
  color: #8C1E41; }

.color-red.invert, .color-red .invert {
  background-color: #8C1E41; }
  .color-red.invert .button:AFTER, .color-red .invert .button:AFTER {
    color: #8C1E41; }
  .color-red.invert .button:HOVER:AFTER, .color-red .invert .button:HOVER:AFTER {
    color: #ffffff; }
  .color-red.invert button a, .color-red.invert .button a, .color-red.invert .text-button a, .color-red.invert .gform_footer .gform_button a, .gform_footer .color-red.invert .gform_button a, .color-red.invert .post-password-form input[type="submit"] a, .post-password-form .color-red.invert input[type="submit"] a, .color-red .invert button a, .color-red .invert .button a, .color-red .invert .text-button a, .color-red .invert .gform_footer .gform_button a, .gform_footer .color-red .invert .gform_button a, .color-red .invert .post-password-form input[type="submit"] a, .post-password-form .color-red .invert input[type="submit"] a {
    background-color: #ffffff;
    border-color: transparent; }
  .color-red.invert button a, .color-red.invert .button a, .color-red.invert .text-button a, .color-red.invert .gform_footer .gform_button a, .gform_footer .color-red.invert .gform_button a, .color-red.invert .post-password-form input[type="submit"] a, .post-password-form .color-red.invert input[type="submit"] a, .color-red .invert button a, .color-red .invert .button a, .color-red .invert .text-button a, .color-red .invert .gform_footer .gform_button a, .gform_footer .color-red .invert .gform_button a, .color-red .invert .post-password-form input[type="submit"] a, .post-password-form .color-red .invert input[type="submit"] a {
    color: #8C1E41; }
  .color-red.invert button:HOVER a, .color-red.invert .button:HOVER a, .color-red.invert .text-button:HOVER a, .color-red.invert .gform_footer .gform_button:HOVER a, .gform_footer .color-red.invert .gform_button:HOVER a, .color-red.invert .post-password-form input[type="submit"]:HOVER a, .post-password-form .color-red.invert input[type="submit"]:HOVER a, .color-red .invert button:HOVER a, .color-red .invert .button:HOVER a, .color-red .invert .text-button:HOVER a, .color-red .invert .gform_footer .gform_button:HOVER a, .gform_footer .color-red .invert .gform_button:HOVER a, .color-red .invert .post-password-form input[type="submit"]:HOVER a, .post-password-form .color-red .invert input[type="submit"]:HOVER a {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #8C1E41; }
  .color-red.invert hr, .color-red .invert hr {
    background-color: #ffffff; }
  .color-red.invert p, .color-red.invert a, .color-red.invert .breadcrumb, .color-red .invert p, .color-red .invert a, .color-red .invert .breadcrumb {
    color: #ffffff; }
  .color-red.invert a.breadcrumb:HOVER span, .color-red .invert a.breadcrumb:HOVER span {
    color: #fff; }
  .color-red.invert h1, .color-red.invert h2, .color-red .invert h1, .color-red .invert h2 {
    color: #ffffff; }

.color-red.accordion-ol {
  border-color: #8C1E41; }
  .color-red.accordion-ol li.acc-item {
    border-color: #8C1E41; }

.color-red .icon-ra.il a {
  border: none;
  color: #8C1E41; }

@media (max-width: 1023px) {
  .color-red.f-con .abs-img + h2 {
    border-top: 2px solid #8C1E41; }
  .color-red.f-con .abs-img + .breadcrumb {
    border-top: 2px solid #fff !important;
    padding-top: 16px; }
  .color-red.f-con .breadcrumb + h2 {
    padding-top: 0; } }

.no-touchevents .hovered .color-red.f-con {
  background-color: #8C1E41; }
  .no-touchevents .hovered .color-red.f-con h2 {
    color: #ffffff; }
  .no-touchevents .hovered .color-red.f-con p {
    color: #ffffff; }
  .no-touchevents .hovered .color-red.f-con .button:AFTER {
    color: #8C1E41; }
  .no-touchevents .hovered .color-red.f-con .button a {
    background-color: #ffffff;
    color: #8C1E41; }
  .no-touchevents .hovered .color-red.f-con .icon-ra.il a {
    color: #ffffff; }

.color-red.submenu li a {
  border: 0; }
  @media (min-width: 1024px) {
    .color-red.submenu li a:HOVER:after {
      background-color: #8C1E41; } }
.color-red .f-col.has-overlay h3, .color-red .f-col.has-overlay h3 a {
  color: #252525; }

.color-red .f-col.has-overlay.hovered h3, .color-red .f-col.has-overlay.hovered h3 a {
  color: #8C1E41; }

.no-touchevents .color-red .hovered img {
  -webkit-filter: grayscale(0) opacity(100%);
          filter: grayscale(0) opacity(100%); }

.no-touchevents .color-red .hovered h3 a {
  color: #8C1E41; }

.color-red .bullet-hor span:after {
  background: #8C1E41; }

.color-gold .bg-color, .color-gold.bg-color, .color-gold .acc-open .toggle-icon, .color-gold .hovered .toggle-icon {
  background-color: #B1A68B; }

.color-gold.fg-color, .color-gold .fg-color {
  color: #B1A68B; }

.color-gold.b-color, .color-gold .b-color {
  border-color: #B1A68B; }

.color-gold input, .color-gold .text-button, .color-gold .gform_footer .gform_button, .gform_footer .color-gold .gform_button, .color-gold .post-password-form input[type="submit"], .post-password-form .color-gold input[type="submit"] {
  border-color: rgba(177, 166, 139, 0.5); }

.color-gold h1,
.color-gold h2,
.color-gold h3,
.color-gold h4,
.color-gold li:before, .color-gold.active {
  color: #B1A68B; }

.color-gold a {
  border-bottom: 1px solid rgba(177, 166, 139, 0.5); }
  .color-gold a:HOVER {
    border-color: #b1a68b; }

.color-gold a.breadcrumb:HOVER span {
  color: #B1A68B; }

.color-gold hr {
  background: #B1A68B; }
  .intro .color-gold hr {
    background: #B1A68B; }

.color-gold.intro hr {
  background: #B1A68B; }

.color-gold h1 + hr {
  background: #B1A68B; }

.color-gold .accordion-border, .color-gold.accordion-border {
  box-shadow: inset 5px 0 0 #B1A68B;
  padding-left: 20px; }
  @media (max-width: 1023px) {
    .color-gold .accordion-border, .color-gold.accordion-border {
      border-top: 2px solid #B1A68B;
      padding: 16px 0 8px;
      box-shadow: none; }
      .color-gold .accordion-border:first-of-type, .color-gold.accordion-border:first-of-type {
        border-top: 0;
        padding-top: 0; } }
.color-gold .button:AFTER {
  color: #B1A68B; }

.color-gold.prefooter {
  background: #B1A68B; }

.color-gold button a, .color-gold .button a, .color-gold .text-button a, .color-gold .gform_footer .gform_button a, .gform_footer .color-gold .gform_button a, .color-gold .post-password-form input[type="submit"] a, .post-password-form .color-gold input[type="submit"] a {
  color: #fff;
  background-color: #B1A68B;
  border-color: #B1A68B; }
  .gform_wrapper .color-gold button a, .gform_wrapper .color-gold .button a, .gform_wrapper .color-gold .text-button a, .gform_wrapper .color-gold .gform_footer .gform_button a, .gform_footer .gform_wrapper .color-gold .gform_button a, .gform_wrapper .color-gold .post-password-form input[type="submit"] a, .post-password-form .gform_wrapper .color-gold input[type="submit"] a {
    background: transparent;
    border-color: rgba(22, 56, 110, 0.3);
    color: #16386e; }
    .gform_wrapper .color-gold button a:HOVER, .gform_wrapper .color-gold button a.active, .gform_wrapper .color-gold .button a:HOVER, .gform_wrapper .color-gold .button a.active, .gform_wrapper .color-gold .text-button a:HOVER, .gform_wrapper .color-gold .gform_footer .gform_button a:HOVER, .gform_footer .gform_wrapper .color-gold .gform_button a:HOVER, .gform_wrapper .color-gold .post-password-form input[type="submit"] a:HOVER, .post-password-form .gform_wrapper .color-gold input[type="submit"] a:HOVER, .gform_wrapper .color-gold .text-button a.active, .gform_wrapper .color-gold .gform_footer .gform_button a.active, .gform_footer .gform_wrapper .color-gold .gform_button a.active, .gform_wrapper .color-gold .post-password-form input[type="submit"] a.active, .post-password-form .gform_wrapper .color-gold input[type="submit"] a.active {
      background: #16386e;
      border-color: #16386e;
      color: #fff; }

.color-gold button:AFTER a, .color-gold .button:AFTER a, .color-gold .text-button:AFTER a, .color-gold .gform_footer .gform_button:AFTER a, .gform_footer .color-gold .gform_button:AFTER a, .color-gold .post-password-form input[type="submit"]:AFTER a, .post-password-form .color-gold input[type="submit"]:AFTER a {
  color: #fff; }

.color-gold button:HOVER a, .color-gold .button:HOVER a, .color-gold .text-button:HOVER a, .color-gold .gform_footer .gform_button:HOVER a, .gform_footer .color-gold .gform_button:HOVER a, .color-gold .post-password-form input[type="submit"]:HOVER a, .post-password-form .color-gold input[type="submit"]:HOVER a {
  color: #B1A68B;
  background-color: transparent;
  border-color: #B1A68B; }

.color-gold button:HOVER a, .color-gold .button:HOVER a, .color-gold .text-button:HOVER a, .color-gold .gform_footer .gform_button:HOVER a, .gform_footer .color-gold .gform_button:HOVER a, .color-gold .post-password-form input[type="submit"]:HOVER a, .post-password-form .color-gold input[type="submit"]:HOVER a {
  color: #B1A68B; }

.color-gold button:HOVER:AFTER, .color-gold .button:HOVER:AFTER, .color-gold .text-button:HOVER:AFTER, .color-gold .gform_footer .gform_button:HOVER:AFTER, .gform_footer .color-gold .gform_button:HOVER:AFTER, .color-gold .post-password-form input[type="submit"]:HOVER:AFTER, .post-password-form .color-gold input[type="submit"]:HOVER:AFTER {
  color: #B1A68B; }

.color-gold .text-button, .color-gold .gform_footer .gform_button, .gform_footer .color-gold .gform_button, .color-gold .post-password-form input[type="submit"], .post-password-form .color-gold input[type="submit"] {
  border: 1px solid rgba(177, 166, 139, 0.5); }

form .color-gold .text-button, form .color-gold .gform_footer .gform_button, .gform_footer form .color-gold .gform_button, form .color-gold .post-password-form input[type="submit"], .post-password-form form .color-gold input[type="submit"] {
  border: 1px solid rgba(177, 166, 139, 0.3); }

.color-gold .button-text a {
  border: 0; }
  .color-gold .button-text a:HOVER, .color-gold .button-text a:AFTER {
    color: #B1A68B; }

.color-gold.footer .button-list a:HOVER {
  color: #B1A68B; }

.color-gold.invert, .color-gold .invert {
  background-color: #B1A68B; }
  .color-gold.invert .button:AFTER, .color-gold .invert .button:AFTER {
    color: #B1A68B; }
  .color-gold.invert .button:HOVER:AFTER, .color-gold .invert .button:HOVER:AFTER {
    color: #ffffff; }
  .color-gold.invert button a, .color-gold.invert .button a, .color-gold.invert .text-button a, .color-gold.invert .gform_footer .gform_button a, .gform_footer .color-gold.invert .gform_button a, .color-gold.invert .post-password-form input[type="submit"] a, .post-password-form .color-gold.invert input[type="submit"] a, .color-gold .invert button a, .color-gold .invert .button a, .color-gold .invert .text-button a, .color-gold .invert .gform_footer .gform_button a, .gform_footer .color-gold .invert .gform_button a, .color-gold .invert .post-password-form input[type="submit"] a, .post-password-form .color-gold .invert input[type="submit"] a {
    background-color: #ffffff;
    border-color: transparent; }
  .color-gold.invert button a, .color-gold.invert .button a, .color-gold.invert .text-button a, .color-gold.invert .gform_footer .gform_button a, .gform_footer .color-gold.invert .gform_button a, .color-gold.invert .post-password-form input[type="submit"] a, .post-password-form .color-gold.invert input[type="submit"] a, .color-gold .invert button a, .color-gold .invert .button a, .color-gold .invert .text-button a, .color-gold .invert .gform_footer .gform_button a, .gform_footer .color-gold .invert .gform_button a, .color-gold .invert .post-password-form input[type="submit"] a, .post-password-form .color-gold .invert input[type="submit"] a {
    color: #B1A68B; }
  .color-gold.invert button:HOVER a, .color-gold.invert .button:HOVER a, .color-gold.invert .text-button:HOVER a, .color-gold.invert .gform_footer .gform_button:HOVER a, .gform_footer .color-gold.invert .gform_button:HOVER a, .color-gold.invert .post-password-form input[type="submit"]:HOVER a, .post-password-form .color-gold.invert input[type="submit"]:HOVER a, .color-gold .invert button:HOVER a, .color-gold .invert .button:HOVER a, .color-gold .invert .text-button:HOVER a, .color-gold .invert .gform_footer .gform_button:HOVER a, .gform_footer .color-gold .invert .gform_button:HOVER a, .color-gold .invert .post-password-form input[type="submit"]:HOVER a, .post-password-form .color-gold .invert input[type="submit"]:HOVER a {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #B1A68B; }
  .color-gold.invert hr, .color-gold .invert hr {
    background-color: #ffffff; }
  .color-gold.invert p, .color-gold.invert a, .color-gold.invert .breadcrumb, .color-gold .invert p, .color-gold .invert a, .color-gold .invert .breadcrumb {
    color: #ffffff; }
  .color-gold.invert a.breadcrumb:HOVER span, .color-gold .invert a.breadcrumb:HOVER span {
    color: #fff; }
  .color-gold.invert h1, .color-gold.invert h2, .color-gold .invert h1, .color-gold .invert h2 {
    color: #ffffff; }

.color-gold.accordion-ol {
  border-color: #B1A68B; }
  .color-gold.accordion-ol li.acc-item {
    border-color: #B1A68B; }

.color-gold .icon-ra.il a {
  border: none;
  color: #B1A68B; }

@media (max-width: 1023px) {
  .color-gold.f-con .abs-img + h2 {
    border-top: 2px solid #B1A68B; }
  .color-gold.f-con .abs-img + .breadcrumb {
    border-top: 2px solid #fff !important;
    padding-top: 16px; }
  .color-gold.f-con .breadcrumb + h2 {
    padding-top: 0; } }

.no-touchevents .hovered .color-gold.f-con {
  background-color: #B1A68B; }
  .no-touchevents .hovered .color-gold.f-con h2 {
    color: #ffffff; }
  .no-touchevents .hovered .color-gold.f-con p {
    color: #ffffff; }
  .no-touchevents .hovered .color-gold.f-con .button:AFTER {
    color: #B1A68B; }
  .no-touchevents .hovered .color-gold.f-con .button a {
    background-color: #ffffff;
    color: #B1A68B; }
  .no-touchevents .hovered .color-gold.f-con .icon-ra.il a {
    color: #ffffff; }

.color-gold.submenu li a {
  border: 0; }
  @media (min-width: 1024px) {
    .color-gold.submenu li a:HOVER:after {
      background-color: #B1A68B; } }
.color-gold .f-col.has-overlay h3, .color-gold .f-col.has-overlay h3 a {
  color: #252525; }

.color-gold .f-col.has-overlay.hovered h3, .color-gold .f-col.has-overlay.hovered h3 a {
  color: #B1A68B; }

.no-touchevents .color-gold .hovered img {
  -webkit-filter: grayscale(0) opacity(100%);
          filter: grayscale(0) opacity(100%); }

.no-touchevents .color-gold .hovered h3 a {
  color: #B1A68B; }

.color-gold .bullet-hor span:after {
  background: #B1A68B; }

.color-blue .bg-color, .color-blue.bg-color, .color-blue .acc-open .toggle-icon, .color-blue .hovered .toggle-icon {
  background-color: #16386e; }

.color-blue.fg-color, .color-blue .fg-color {
  color: #16386e; }

.color-blue.b-color, .color-blue .b-color {
  border-color: #16386e; }

.color-blue input, .color-blue .text-button, .color-blue .gform_footer .gform_button, .gform_footer .color-blue .gform_button, .color-blue .post-password-form input[type="submit"], .post-password-form .color-blue input[type="submit"] {
  border-color: rgba(22, 56, 110, 0.5); }

.color-blue h1,
.color-blue h2,
.color-blue h3,
.color-blue h4,
.color-blue li:before, .color-blue.active {
  color: #16386e; }

.color-blue a {
  border-bottom: 1px solid rgba(22, 56, 110, 0.5); }
  .color-blue a:HOVER {
    border-color: #16386e; }

.color-blue a.breadcrumb:HOVER span {
  color: #16386e; }

.color-blue hr {
  background: #16386e; }
  .intro .color-blue hr {
    background: #16386e; }

.color-blue.intro hr {
  background: #16386e; }

.color-blue h1 + hr {
  background: #16386e; }

.color-blue .accordion-border, .color-blue.accordion-border {
  box-shadow: inset 5px 0 0 #16386e;
  padding-left: 20px; }
  @media (max-width: 1023px) {
    .color-blue .accordion-border, .color-blue.accordion-border {
      border-top: 2px solid #16386e;
      padding: 16px 0 8px;
      box-shadow: none; }
      .color-blue .accordion-border:first-of-type, .color-blue.accordion-border:first-of-type {
        border-top: 0;
        padding-top: 0; } }
.color-blue .button:AFTER {
  color: #16386e; }

.color-blue.prefooter {
  background: #16386e; }

.color-blue button a, .color-blue .button a, .color-blue .text-button a, .color-blue .gform_footer .gform_button a, .gform_footer .color-blue .gform_button a, .color-blue .post-password-form input[type="submit"] a, .post-password-form .color-blue input[type="submit"] a {
  color: #fff;
  background-color: #16386e;
  border-color: #16386e; }
  .gform_wrapper .color-blue button a, .gform_wrapper .color-blue .button a, .gform_wrapper .color-blue .text-button a, .gform_wrapper .color-blue .gform_footer .gform_button a, .gform_footer .gform_wrapper .color-blue .gform_button a, .gform_wrapper .color-blue .post-password-form input[type="submit"] a, .post-password-form .gform_wrapper .color-blue input[type="submit"] a {
    background: transparent;
    border-color: rgba(22, 56, 110, 0.3);
    color: #16386e; }
    .gform_wrapper .color-blue button a:HOVER, .gform_wrapper .color-blue button a.active, .gform_wrapper .color-blue .button a:HOVER, .gform_wrapper .color-blue .button a.active, .gform_wrapper .color-blue .text-button a:HOVER, .gform_wrapper .color-blue .gform_footer .gform_button a:HOVER, .gform_footer .gform_wrapper .color-blue .gform_button a:HOVER, .gform_wrapper .color-blue .post-password-form input[type="submit"] a:HOVER, .post-password-form .gform_wrapper .color-blue input[type="submit"] a:HOVER, .gform_wrapper .color-blue .text-button a.active, .gform_wrapper .color-blue .gform_footer .gform_button a.active, .gform_footer .gform_wrapper .color-blue .gform_button a.active, .gform_wrapper .color-blue .post-password-form input[type="submit"] a.active, .post-password-form .gform_wrapper .color-blue input[type="submit"] a.active {
      background: #16386e;
      border-color: #16386e;
      color: #fff; }

.color-blue button:AFTER a, .color-blue .button:AFTER a, .color-blue .text-button:AFTER a, .color-blue .gform_footer .gform_button:AFTER a, .gform_footer .color-blue .gform_button:AFTER a, .color-blue .post-password-form input[type="submit"]:AFTER a, .post-password-form .color-blue input[type="submit"]:AFTER a {
  color: #fff; }

.color-blue button:HOVER a, .color-blue .button:HOVER a, .color-blue .text-button:HOVER a, .color-blue .gform_footer .gform_button:HOVER a, .gform_footer .color-blue .gform_button:HOVER a, .color-blue .post-password-form input[type="submit"]:HOVER a, .post-password-form .color-blue input[type="submit"]:HOVER a {
  color: #16386e;
  background-color: transparent;
  border-color: #16386e; }

.color-blue button:HOVER a, .color-blue .button:HOVER a, .color-blue .text-button:HOVER a, .color-blue .gform_footer .gform_button:HOVER a, .gform_footer .color-blue .gform_button:HOVER a, .color-blue .post-password-form input[type="submit"]:HOVER a, .post-password-form .color-blue input[type="submit"]:HOVER a {
  color: #16386e; }

.color-blue button:HOVER:AFTER, .color-blue .button:HOVER:AFTER, .color-blue .text-button:HOVER:AFTER, .color-blue .gform_footer .gform_button:HOVER:AFTER, .gform_footer .color-blue .gform_button:HOVER:AFTER, .color-blue .post-password-form input[type="submit"]:HOVER:AFTER, .post-password-form .color-blue input[type="submit"]:HOVER:AFTER {
  color: #16386e; }

.color-blue .text-button, .color-blue .gform_footer .gform_button, .gform_footer .color-blue .gform_button, .color-blue .post-password-form input[type="submit"], .post-password-form .color-blue input[type="submit"] {
  border: 1px solid rgba(22, 56, 110, 0.5); }

form .color-blue .text-button, form .color-blue .gform_footer .gform_button, .gform_footer form .color-blue .gform_button, form .color-blue .post-password-form input[type="submit"], .post-password-form form .color-blue input[type="submit"] {
  border: 1px solid rgba(22, 56, 110, 0.3); }

.color-blue .button-text a {
  border: 0; }
  .color-blue .button-text a:HOVER, .color-blue .button-text a:AFTER {
    color: #16386e; }

.color-blue.footer .button-list a:HOVER {
  color: #16386e; }

.color-blue.invert, .color-blue .invert {
  background-color: #16386e; }
  .color-blue.invert .button:AFTER, .color-blue .invert .button:AFTER {
    color: #16386e; }
  .color-blue.invert .button:HOVER:AFTER, .color-blue .invert .button:HOVER:AFTER {
    color: #ffffff; }
  .color-blue.invert button a, .color-blue.invert .button a, .color-blue.invert .text-button a, .color-blue.invert .gform_footer .gform_button a, .gform_footer .color-blue.invert .gform_button a, .color-blue.invert .post-password-form input[type="submit"] a, .post-password-form .color-blue.invert input[type="submit"] a, .color-blue .invert button a, .color-blue .invert .button a, .color-blue .invert .text-button a, .color-blue .invert .gform_footer .gform_button a, .gform_footer .color-blue .invert .gform_button a, .color-blue .invert .post-password-form input[type="submit"] a, .post-password-form .color-blue .invert input[type="submit"] a {
    background-color: #ffffff;
    border-color: transparent; }
  .color-blue.invert button a, .color-blue.invert .button a, .color-blue.invert .text-button a, .color-blue.invert .gform_footer .gform_button a, .gform_footer .color-blue.invert .gform_button a, .color-blue.invert .post-password-form input[type="submit"] a, .post-password-form .color-blue.invert input[type="submit"] a, .color-blue .invert button a, .color-blue .invert .button a, .color-blue .invert .text-button a, .color-blue .invert .gform_footer .gform_button a, .gform_footer .color-blue .invert .gform_button a, .color-blue .invert .post-password-form input[type="submit"] a, .post-password-form .color-blue .invert input[type="submit"] a {
    color: #16386e; }
  .color-blue.invert button:HOVER a, .color-blue.invert .button:HOVER a, .color-blue.invert .text-button:HOVER a, .color-blue.invert .gform_footer .gform_button:HOVER a, .gform_footer .color-blue.invert .gform_button:HOVER a, .color-blue.invert .post-password-form input[type="submit"]:HOVER a, .post-password-form .color-blue.invert input[type="submit"]:HOVER a, .color-blue .invert button:HOVER a, .color-blue .invert .button:HOVER a, .color-blue .invert .text-button:HOVER a, .color-blue .invert .gform_footer .gform_button:HOVER a, .gform_footer .color-blue .invert .gform_button:HOVER a, .color-blue .invert .post-password-form input[type="submit"]:HOVER a, .post-password-form .color-blue .invert input[type="submit"]:HOVER a {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #16386e; }
  .color-blue.invert hr, .color-blue .invert hr {
    background-color: #ffffff; }
  .color-blue.invert p, .color-blue.invert a, .color-blue.invert .breadcrumb, .color-blue .invert p, .color-blue .invert a, .color-blue .invert .breadcrumb {
    color: #ffffff; }
  .color-blue.invert a.breadcrumb:HOVER span, .color-blue .invert a.breadcrumb:HOVER span {
    color: #fff; }
  .color-blue.invert h1, .color-blue.invert h2, .color-blue .invert h1, .color-blue .invert h2 {
    color: #ffffff; }

.color-blue.accordion-ol {
  border-color: #16386e; }
  .color-blue.accordion-ol li.acc-item {
    border-color: #16386e; }

.color-blue .icon-ra.il a {
  border: none;
  color: #16386e; }

@media (max-width: 1023px) {
  .color-blue.f-con .abs-img + h2 {
    border-top: 2px solid #16386e; }
  .color-blue.f-con .abs-img + .breadcrumb {
    border-top: 2px solid #fff !important;
    padding-top: 16px; }
  .color-blue.f-con .breadcrumb + h2 {
    padding-top: 0; } }

.no-touchevents .hovered .color-blue.f-con {
  background-color: #16386e; }
  .no-touchevents .hovered .color-blue.f-con h2 {
    color: #ffffff; }
  .no-touchevents .hovered .color-blue.f-con p {
    color: #ffffff; }
  .no-touchevents .hovered .color-blue.f-con .button:AFTER {
    color: #16386e; }
  .no-touchevents .hovered .color-blue.f-con .button a {
    background-color: #ffffff;
    color: #16386e; }
  .no-touchevents .hovered .color-blue.f-con .icon-ra.il a {
    color: #ffffff; }

.color-blue.submenu li a {
  border: 0; }
  @media (min-width: 1024px) {
    .color-blue.submenu li a:HOVER:after {
      background-color: #16386e; } }
.color-blue .f-col.has-overlay h3, .color-blue .f-col.has-overlay h3 a {
  color: #252525; }

.color-blue .f-col.has-overlay.hovered h3, .color-blue .f-col.has-overlay.hovered h3 a {
  color: #16386e; }

.no-touchevents .color-blue .hovered img {
  -webkit-filter: grayscale(0) opacity(100%);
          filter: grayscale(0) opacity(100%); }

.no-touchevents .color-blue .hovered h3 a {
  color: #16386e; }

.color-blue .bullet-hor span:after {
  background: #16386e; }

.color-yellow .bg-color, .color-yellow.bg-color, .color-yellow .acc-open .toggle-icon, .color-yellow .hovered .toggle-icon {
  background-color: #EDB400; }

.color-yellow.fg-color, .color-yellow .fg-color {
  color: #EDB400; }

.color-yellow.b-color, .color-yellow .b-color {
  border-color: #EDB400; }

.color-yellow input, .color-yellow .text-button, .color-yellow .gform_footer .gform_button, .gform_footer .color-yellow .gform_button, .color-yellow .post-password-form input[type="submit"], .post-password-form .color-yellow input[type="submit"] {
  border-color: rgba(237, 180, 0, 0.5); }

.color-yellow h1,
.color-yellow h2,
.color-yellow h3,
.color-yellow h4,
.color-yellow li:before, .color-yellow.active {
  color: #EDB400; }

.color-yellow a {
  border-bottom: 1px solid rgba(237, 180, 0, 0.5); }
  .color-yellow a:HOVER {
    border-color: #edb400; }

.color-yellow a.breadcrumb:HOVER span {
  color: #EDB400; }

.color-yellow hr {
  background: #EDB400; }
  .intro .color-yellow hr {
    background: #EDB400; }

.color-yellow.intro hr {
  background: #EDB400; }

.color-yellow h1 + hr {
  background: #EDB400; }

.color-yellow .accordion-border, .color-yellow.accordion-border {
  box-shadow: inset 5px 0 0 #EDB400;
  padding-left: 20px; }
  @media (max-width: 1023px) {
    .color-yellow .accordion-border, .color-yellow.accordion-border {
      border-top: 2px solid #EDB400;
      padding: 16px 0 8px;
      box-shadow: none; }
      .color-yellow .accordion-border:first-of-type, .color-yellow.accordion-border:first-of-type {
        border-top: 0;
        padding-top: 0; } }
.color-yellow .button:AFTER {
  color: #EDB400; }

.color-yellow.prefooter {
  background: #EDB400; }

.color-yellow button a, .color-yellow .button a, .color-yellow .text-button a, .color-yellow .gform_footer .gform_button a, .gform_footer .color-yellow .gform_button a, .color-yellow .post-password-form input[type="submit"] a, .post-password-form .color-yellow input[type="submit"] a {
  color: #fff;
  background-color: #EDB400;
  border-color: #EDB400; }
  .gform_wrapper .color-yellow button a, .gform_wrapper .color-yellow .button a, .gform_wrapper .color-yellow .text-button a, .gform_wrapper .color-yellow .gform_footer .gform_button a, .gform_footer .gform_wrapper .color-yellow .gform_button a, .gform_wrapper .color-yellow .post-password-form input[type="submit"] a, .post-password-form .gform_wrapper .color-yellow input[type="submit"] a {
    background: transparent;
    border-color: rgba(22, 56, 110, 0.3);
    color: #16386e; }
    .gform_wrapper .color-yellow button a:HOVER, .gform_wrapper .color-yellow button a.active, .gform_wrapper .color-yellow .button a:HOVER, .gform_wrapper .color-yellow .button a.active, .gform_wrapper .color-yellow .text-button a:HOVER, .gform_wrapper .color-yellow .gform_footer .gform_button a:HOVER, .gform_footer .gform_wrapper .color-yellow .gform_button a:HOVER, .gform_wrapper .color-yellow .post-password-form input[type="submit"] a:HOVER, .post-password-form .gform_wrapper .color-yellow input[type="submit"] a:HOVER, .gform_wrapper .color-yellow .text-button a.active, .gform_wrapper .color-yellow .gform_footer .gform_button a.active, .gform_footer .gform_wrapper .color-yellow .gform_button a.active, .gform_wrapper .color-yellow .post-password-form input[type="submit"] a.active, .post-password-form .gform_wrapper .color-yellow input[type="submit"] a.active {
      background: #16386e;
      border-color: #16386e;
      color: #fff; }

.color-yellow button:AFTER a, .color-yellow .button:AFTER a, .color-yellow .text-button:AFTER a, .color-yellow .gform_footer .gform_button:AFTER a, .gform_footer .color-yellow .gform_button:AFTER a, .color-yellow .post-password-form input[type="submit"]:AFTER a, .post-password-form .color-yellow input[type="submit"]:AFTER a {
  color: #fff; }

.color-yellow button:HOVER a, .color-yellow .button:HOVER a, .color-yellow .text-button:HOVER a, .color-yellow .gform_footer .gform_button:HOVER a, .gform_footer .color-yellow .gform_button:HOVER a, .color-yellow .post-password-form input[type="submit"]:HOVER a, .post-password-form .color-yellow input[type="submit"]:HOVER a {
  color: #EDB400;
  background-color: transparent;
  border-color: #EDB400; }

.color-yellow button:HOVER a, .color-yellow .button:HOVER a, .color-yellow .text-button:HOVER a, .color-yellow .gform_footer .gform_button:HOVER a, .gform_footer .color-yellow .gform_button:HOVER a, .color-yellow .post-password-form input[type="submit"]:HOVER a, .post-password-form .color-yellow input[type="submit"]:HOVER a {
  color: #EDB400; }

.color-yellow button:HOVER:AFTER, .color-yellow .button:HOVER:AFTER, .color-yellow .text-button:HOVER:AFTER, .color-yellow .gform_footer .gform_button:HOVER:AFTER, .gform_footer .color-yellow .gform_button:HOVER:AFTER, .color-yellow .post-password-form input[type="submit"]:HOVER:AFTER, .post-password-form .color-yellow input[type="submit"]:HOVER:AFTER {
  color: #EDB400; }

.color-yellow .text-button, .color-yellow .gform_footer .gform_button, .gform_footer .color-yellow .gform_button, .color-yellow .post-password-form input[type="submit"], .post-password-form .color-yellow input[type="submit"] {
  border: 1px solid rgba(237, 180, 0, 0.5); }

form .color-yellow .text-button, form .color-yellow .gform_footer .gform_button, .gform_footer form .color-yellow .gform_button, form .color-yellow .post-password-form input[type="submit"], .post-password-form form .color-yellow input[type="submit"] {
  border: 1px solid rgba(237, 180, 0, 0.3); }

.color-yellow .button-text a {
  border: 0; }
  .color-yellow .button-text a:HOVER, .color-yellow .button-text a:AFTER {
    color: #EDB400; }

.color-yellow.footer .button-list a:HOVER {
  color: #EDB400; }

.color-yellow.invert, .color-yellow .invert {
  background-color: #EDB400; }
  .color-yellow.invert .button:AFTER, .color-yellow .invert .button:AFTER {
    color: #EDB400; }
  .color-yellow.invert .button:HOVER:AFTER, .color-yellow .invert .button:HOVER:AFTER {
    color: #ffffff; }
  .color-yellow.invert button a, .color-yellow.invert .button a, .color-yellow.invert .text-button a, .color-yellow.invert .gform_footer .gform_button a, .gform_footer .color-yellow.invert .gform_button a, .color-yellow.invert .post-password-form input[type="submit"] a, .post-password-form .color-yellow.invert input[type="submit"] a, .color-yellow .invert button a, .color-yellow .invert .button a, .color-yellow .invert .text-button a, .color-yellow .invert .gform_footer .gform_button a, .gform_footer .color-yellow .invert .gform_button a, .color-yellow .invert .post-password-form input[type="submit"] a, .post-password-form .color-yellow .invert input[type="submit"] a {
    background-color: #ffffff;
    border-color: transparent; }
  .color-yellow.invert button:AFTER, .color-yellow.invert .button:AFTER, .color-yellow.invert .text-button:AFTER, .color-yellow.invert .gform_footer .gform_button:AFTER, .gform_footer .color-yellow.invert .gform_button:AFTER, .color-yellow.invert .post-password-form input[type="submit"]:AFTER, .post-password-form .color-yellow.invert input[type="submit"]:AFTER, .color-yellow .invert button:AFTER, .color-yellow .invert .button:AFTER, .color-yellow .invert .text-button:AFTER, .color-yellow .invert .gform_footer .gform_button:AFTER, .gform_footer .color-yellow .invert .gform_button:AFTER, .color-yellow .invert .post-password-form input[type="submit"]:AFTER, .post-password-form .color-yellow .invert input[type="submit"]:AFTER {
    color: #252525; }
  .color-yellow.invert button a, .color-yellow.invert .button a, .color-yellow.invert .text-button a, .color-yellow.invert .gform_footer .gform_button a, .gform_footer .color-yellow.invert .gform_button a, .color-yellow.invert .post-password-form input[type="submit"] a, .post-password-form .color-yellow.invert input[type="submit"] a, .color-yellow .invert button a, .color-yellow .invert .button a, .color-yellow .invert .text-button a, .color-yellow .invert .gform_footer .gform_button a, .gform_footer .color-yellow .invert .gform_button a, .color-yellow .invert .post-password-form input[type="submit"] a, .post-password-form .color-yellow .invert input[type="submit"] a {
    color: #252525; }
  .color-yellow.invert button:HOVER a, .color-yellow.invert .button:HOVER a, .color-yellow.invert .text-button:HOVER a, .color-yellow.invert .gform_footer .gform_button:HOVER a, .gform_footer .color-yellow.invert .gform_button:HOVER a, .color-yellow.invert .post-password-form input[type="submit"]:HOVER a, .post-password-form .color-yellow.invert input[type="submit"]:HOVER a, .color-yellow .invert button:HOVER a, .color-yellow .invert .button:HOVER a, .color-yellow .invert .text-button:HOVER a, .color-yellow .invert .gform_footer .gform_button:HOVER a, .gform_footer .color-yellow .invert .gform_button:HOVER a, .color-yellow .invert .post-password-form input[type="submit"]:HOVER a, .post-password-form .color-yellow .invert input[type="submit"]:HOVER a {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #EDB400; }
  .color-yellow.invert hr, .color-yellow .invert hr {
    background-color: #252525; }
  .color-yellow.invert p, .color-yellow.invert a, .color-yellow.invert .breadcrumb, .color-yellow .invert p, .color-yellow .invert a, .color-yellow .invert .breadcrumb {
    color: #252525; }
  .color-yellow.invert a.breadcrumb:HOVER span, .color-yellow .invert a.breadcrumb:HOVER span {
    color: #fff; }
  .color-yellow.invert h1, .color-yellow.invert h2, .color-yellow .invert h1, .color-yellow .invert h2 {
    color: #ffffff; }

.color-yellow.accordion-ol {
  border-color: #EDB400; }
  .color-yellow.accordion-ol li.acc-item {
    border-color: #EDB400; }

.color-yellow .icon-ra.il a {
  border: none;
  color: #EDB400; }

@media (max-width: 1023px) {
  .color-yellow.f-con .abs-img + h2 {
    border-top: 2px solid #EDB400; }
  .color-yellow.f-con .abs-img + .breadcrumb {
    border-top: 2px solid #fff !important;
    padding-top: 16px; }
  .color-yellow.f-con .breadcrumb + h2 {
    padding-top: 0; } }

.no-touchevents .hovered .color-yellow.f-con {
  background-color: #EDB400; }
  .no-touchevents .hovered .color-yellow.f-con h2 {
    color: #ffffff; }
  .no-touchevents .hovered .color-yellow.f-con .button:AFTER {
    color: #EDB400; }
  .no-touchevents .hovered .color-yellow.f-con .button a {
    background-color: #ffffff;
    color: #EDB400; }
  .no-touchevents .hovered .color-yellow.f-con .icon-ra.il a {
    color: #252525; }

.color-yellow.submenu li a {
  border: 0; }
  @media (min-width: 1024px) {
    .color-yellow.submenu li a:HOVER:after {
      background-color: #EDB400; } }
.color-yellow .f-col.has-overlay h3, .color-yellow .f-col.has-overlay h3 a {
  color: #252525; }

.color-yellow .f-col.has-overlay.hovered h3, .color-yellow .f-col.has-overlay.hovered h3 a {
  color: #EDB400; }

.no-touchevents .color-yellow .hovered img {
  -webkit-filter: grayscale(0) opacity(100%);
          filter: grayscale(0) opacity(100%); }

.no-touchevents .color-yellow .hovered h3 a {
  color: #EDB400; }

.color-yellow .bullet-hor span:after {
  background: #EDB400; }

/**
 * Gridpak Beta SCSS
 *
 * Generator - http://gridpak.com/
 * Created by @simplygoodwork
 */
/* Reusable column setup */
.col {
  border: 0px solid rgba(0, 0, 0, 0);
  position: relative;
  float: left;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important; }
  @media (max-width: 1023px) {
    .col {
      float: none; } }
/* 1. 12 Column Grid 0px - Infinity
-----------------------------------------------------------------------------

Span 1:    8.33333333333%
Span 2:    16.6666666667%
Span 3:    25.0%
Span 4:    33.3333333333%
Span 5:    41.6666666667%
Span 6:    50.0%
Span 7:    58.3333333333%
Span 8:    66.6666666667%
Span 9:    75.0%
Span 10:    83.3333333333%
Span 11:    91.6666666667%
Span 12:    100%

----------------------------------------------------------------------------- */
@media screen and (min-width: 0px) {
  .row {
    margin-left: -30px; } }
  @media screen and (min-width: 0px) and (max-width: 1023px) {
    .row {
      margin-left: 0; } }
@media screen and (min-width: 0px) {
    .row:after {
      content: "";
      display: table;
      clear: both; }
  .col {
    border-left-width: 30px;
    padding: 0 0px; } }
  @media screen and (min-width: 0px) and (max-width: 1023px) {
    .col {
      border-left-width: 0; } }
@media screen and (min-width: 0px) {
    .col.mT {
      min-height: 1px; }
  /* --- Gridpak variables ---*/
  /*
	Add your semantic classnames in alongside their corresponding spans here. e.g.

	.span_3,
	.my_semantic_class_name {
		...
	}

	*/
  .span_1 {
    width: 8.3333333333%;
    border-left-width: 30px;
    padding: 0 0px;
    margin-left: 0; } }
  @media screen and (min-width: 0px) and (max-width: 1023px) {
    .span_1 {
      width: 100%;
      border-left-width: 0; } }
@media screen and (min-width: 0px) {
  .span_2 {
    width: 16.6666666667%;
    border-left-width: 30px;
    padding: 0 0px;
    margin-left: 0; } }
  @media screen and (min-width: 0px) and (max-width: 1023px) {
    .span_2 {
      width: 100%;
      border-left-width: 0; } }
@media screen and (min-width: 0px) {
  .span_3 {
    width: 25%;
    border-left-width: 30px;
    padding: 0 0px;
    margin-left: 0; } }
  @media screen and (min-width: 0px) and (max-width: 1023px) {
    .span_3 {
      width: 100%;
      border-left-width: 0; } }
@media screen and (min-width: 0px) {
  .span_4 {
    width: 33.3333333333%;
    border-left-width: 30px;
    padding: 0 0px;
    margin-left: 0; } }
  @media screen and (min-width: 0px) and (max-width: 1023px) {
    .span_4 {
      width: 100%;
      border-left-width: 0; } }
@media screen and (min-width: 0px) {
  .span_5 {
    width: 41.6666666667%;
    border-left-width: 30px;
    padding: 0 0px;
    margin-left: 0; } }
  @media screen and (min-width: 0px) and (max-width: 1023px) {
    .span_5 {
      width: 100%;
      border-left-width: 0; } }
@media screen and (min-width: 0px) {
  .span_6 {
    width: 50%;
    border-left-width: 30px;
    padding: 0 0px;
    margin-left: 0; } }
  @media screen and (min-width: 0px) and (max-width: 1023px) {
    .span_6 {
      width: 100%;
      border-left-width: 0; } }
@media screen and (min-width: 0px) {
  .span_7 {
    width: 58.3333333333%;
    border-left-width: 30px;
    padding: 0 0px;
    margin-left: 0; } }
  @media screen and (min-width: 0px) and (max-width: 1023px) {
    .span_7 {
      width: 100%;
      border-left-width: 0; } }
@media screen and (min-width: 0px) {
  .span_8 {
    width: 66.6666666667%;
    border-left-width: 30px;
    padding: 0 0px;
    margin-left: 0; } }
  @media screen and (min-width: 0px) and (max-width: 1023px) {
    .span_8 {
      width: 100%;
      border-left-width: 0; } }
@media screen and (min-width: 0px) {
  .span_9 {
    width: 75%;
    border-left-width: 30px;
    padding: 0 0px;
    margin-left: 0; } }
  @media screen and (min-width: 0px) and (max-width: 1023px) {
    .span_9 {
      width: 100%;
      border-left-width: 0; } }
@media screen and (min-width: 0px) {
  .span_10 {
    width: 83.3333333333%;
    border-left-width: 30px;
    padding: 0 0px;
    margin-left: 0; } }
  @media screen and (min-width: 0px) and (max-width: 1023px) {
    .span_10 {
      width: 100%;
      border-left-width: 0; } }
@media screen and (min-width: 0px) {
  .span_11 {
    width: 91.6666666667%;
    border-left-width: 30px;
    padding: 0 0px;
    margin-left: 0; } }
  @media screen and (min-width: 0px) and (max-width: 1023px) {
    .span_11 {
      width: 100%;
      border-left-width: 0; } }
@media screen and (min-width: 0px) {
  .span_12 {
    margin-left: 0;
    width: 100%; } }

header.header {
  max-width: 2000px;
  margin: auto;
  padding: 0 50px;
  text-transform: uppercase;
  font-size: 13px;
  position: relative; }
  @media (max-width: 1023px) {
    header.header {
      position: sticky;
      position: -webkit-sticky;
      top: 0;
      left: 0;
      background-color: #fff;
      padding: 8px 16px;
      z-index: 7;
      box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2); } }
  header.header .menu-toggle {
    position: absolute;
    right: 16px;
    top: 20px; }
    header.header .menu-toggle span {
      font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.23;
      text-transform: uppercase;
      letter-spacing: 0.03em;
      text-transform: uppercase; }
      header.header .menu-toggle span:BEFORE {
        content: attr(data-offtext); }
    .menu-on header.header .menu-toggle span:BEFORE {
      content: attr(data-ontext); }
  header.header .nav-toggler {
    letter-spacing: 0.03em;
    line-height: 30px;
    display: inline-block; }
    @media (max-width: 1023px) {
      header.header .nav-toggler {
        letter-spacing: 0; } }
  header.header:BEFORE {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-color: #B1A68B;
    z-index: -1; }
    @media (max-width: 1023px) {
      header.header:BEFORE {
        display: none; } }
    @media (max-width: 1023px) {
      .admin-bar header.header:BEFORE {
        top: 32px; } }
  header.header .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-align: right;
    line-height: 30px; }
    header.header .menu li {
      display: inline-block;
      margin-left: 29px; }
      header.header .menu li.donate {
        padding: 0 8px;
        background-color: #8C1E41; }
        .modal-yellow header.header .menu li.donate {
          background-color: #8C1E41;
          display: none; }
          @media (max-width: 1023px) {
            .modal-yellow header.header .menu li.donate {
              display: block; } }
        .modal-red header.header .menu li.donate {
          background-color: #8C1E41; }
        .modal-blue header.header .menu li.donate {
          background-color: #8C1E41; }
        .home header.header .menu li.donate {
          background-color: #8C1E41; }
        header.header .menu li.donate:HOVER a {
          color: #ffffff; }
    @media (max-width: 1023px) {
      header.header .menu {
        position: fixed;
        text-transform: none;
        top: 58px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        background: #fff;
        padding: 16px 16px;
        display: none;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.2; }
        .admin-bar header.header .menu {
          top: 100px; }
        header.header .menu b, header.header .menu strong {
          font-weight: 400; } }
  @media (max-width: 1023px) and (max-width: 1023px) {
    header.header .menu {
      font-size: 18px;
      line-height: 1.22; } }
    @media (max-width: 1023px) {
        .menu-on header.header .menu {
          display: block; }
        header.header .menu a {
          display: block;
          text-align: left;
          color: #252525; }
        header.header .menu a:AFTER {
          content: "\"";
          display: inline-block;
          vertical-align: middle;
          color: rgba(177, 166, 139, 0.5);
          content: "\e807";
          font-family: "scholarmatch";
          font-size: 30px;
          right: 22px; }
        header.header .menu > li:not(.donate) {
          text-align: left; }
          header.header .menu > li:not(.donate) a {
            display: inline-block; }
          header.header .menu > li:not(.donate):AFTER {
            content: "";
            position: absolute;
            top: 7px;
            right: 0;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            background-color: rgba(177, 166, 139, 0.5);
            color: #ffffff;
            text-align: center;
            line-height: 60px;
            font-size: 80px;
            cursor: pointer;
            -webkit-transition-duration: 0.2s;
                    transition-duration: 0.2s;
            background-image: url(../assets/plus.svg);
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-size: 19px 19px;
            -webkit-transform-origin: 50% 50%;
                    transform-origin: 50% 50%;
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg); }
        header.header .menu > li.nav-open:AFTER {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        header.header .menu li {
          display: block;
          position: relative;
          border-bottom: solid 1px rgba(177, 166, 139, 0.5);
          padding: 8px 16px;
          margin-left: 0; }
          header.header .menu li:first-of-type {
            border-top: solid 1px rgba(177, 166, 139, 0.5); }
          header.header .menu li.donate {
            margin-top: 32px;
            border-bottom: 0;
            padding: 0; }
            header.header .menu li.donate a {
              background-color: #8C1E41;
              padding: 16px 0;
              text-align: center;
              color: #fff;
              font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
              font-style: normal;
              font-weight: 400;
              font-size: 13px;
              line-height: 1.23;
              text-transform: uppercase;
              letter-spacing: 0.03em; }
              header.header .menu li.donate a:AFTER {
                display: none; }
        header.header .menu .submenu {
          position: relative;
          top: 0;
          border: none;
          display: none;
          padding: 8px 0 48px; }
          .admin-bar header.header .menu .submenu {
            top: 0; }
          header.header .menu .submenu li {
            margin: 0;
            display: block;
            border: none;
            padding: 0 16px;
            margin-top: 8px; }
            header.header .menu .submenu li a {
              padding: 0; }
        header.header .menu li.active ul {
          display: none; }
        header.header .menu li.nav-open ul {
          display: block; }
        .menu-on header.header .menu li {
          opacity: 0;
          -webkit-animation: fadeIn 1s forwards;
                  animation: fadeIn 1s forwards; }
          .menu-on header.header .menu li:nth-of-type(1) {
            -webkit-animation-delay: 0s;
                    animation-delay: 0s; }
          .menu-on header.header .menu li:nth-of-type(2) {
            -webkit-animation-delay: 0.1s;
                    animation-delay: 0.1s; }
          .menu-on header.header .menu li:nth-of-type(3) {
            -webkit-animation-delay: 0.2s;
                    animation-delay: 0.2s; }
          .menu-on header.header .menu li:nth-of-type(4) {
            -webkit-animation-delay: 0.3s;
                    animation-delay: 0.3s; }
          .menu-on header.header .menu li:nth-of-type(5) {
            -webkit-animation-delay: 0.4s;
                    animation-delay: 0.4s; }
          .menu-on header.header .menu li:nth-of-type(6) {
            -webkit-animation-delay: 0.5s;
                    animation-delay: 0.5s; } }
  header.header a {
    color: #ffffff;
    text-decoration: none; }
    .no-touchevents header.header a:HOVER span:AFTER {
      background-color: #ffffff; }
    header.header a span {
      position: relative; }
      header.header a span:AFTER {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0px;
        right: 0px;
        height: 1px;
        background-color: transparent; }
    @media (max-width: 1023px) {
      header.header a {
        font-size: 21px;
        letter-spacing: 0; } }
  header.header .active a span:AFTER {
    background-color: #ffffff; }
  header.header .active .submenu {
    display: block; }
  header.header .submenu {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    max-width: 2000px;
    margin: auto;
    padding: 0 40px;
    font-size: 20px;
    text-transform: none; }
    @media (max-width: 1023px) {
      .admin-bar header.header .submenu {
        top: 62px; } }
    @media (max-width: 1023px) {
      header.header .submenu {
        font-size: 21px; } }
    header.header .submenu li {
      position: relative;
      margin-left: 40px;
      padding: 0; }
      header.header .submenu li#menu-item-119, header.header .submenu li#menu-item-121, header.header .submenu li#menu-item-122, header.header .submenu li#menu-item-1016 {
        display: none; }
      @media (min-width: 1024px) {
        header.header .submenu li.current-menu-item a:AFTER, header.header .submenu li.current-page-item a:AFTER, header.header .submenu li.current-page-ancestor a:AFTER {
          content: "";
          position: absolute;
          bottom: 1px;
          left: 0px;
          right: 0px;
          height: 2px;
          background-color: #B1A68B; } }
      header.header .submenu li a {
        display: block;
        padding: 20px 0 0; }
      header.header .submenu li.donate-nav {
        margin-left: 30px; }
        header.header .submenu li.donate-nav a {
          border: solid 1px rgba(177, 166, 139, 0.5);
          padding: 0px 9px 3px;
          border-radius: 2px; }
          header.header .submenu li.donate-nav a:AFTER {
            display: none !important; }
          .no-touchevents header.header .submenu li.donate-nav a:HOVER {
            background: #B1A68B;
            color: #ffffff; }
    @media (min-width: 1024px) {
      header.header .submenu a {
        color: #252525; }
        header.header .submenu a:HOVER:AFTER {
          content: "";
          position: absolute;
          bottom: 1px;
          left: 0px;
          right: 0px;
          height: 2px;
          background-color: rgba(177, 166, 139, 0.5); } }
  header.header h1 {
    position: relative;
    width: 236px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 16px 0;
    overflow: hidden;
    font-size: 18px; }
    .home header.header h1 {
      display: none; }
    @media (max-width: 1023px) {
      header.header h1 {
        width: 175px;
        margin: 10px 0 0; }
        .home header.header h1 {
          display: block; } }
    header.header h1 a {
      position: absolute;
      top: 2px;
      left: 0;
      width: 100%;
      height: 100%; }
      .no-touchevents header.header h1 a:HOVER .cls-1 {
        fill: #8C1E41; }
      @media (max-width: 1023px) {
        header.header h1 a {
          top: 0; }
          .home header.header h1 a {
            display: none; }
          .home.menu-on header.header h1 a {
            display: block !important; } }
    header.header h1 span.name {
      display: none; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

body.modal-on {
  overflow: hidden; }
  @media (max-width: 1023px) {
    body.modal-on {
      position: fixed;
      width: 100%; } }
  body.modal-on .modal-form iframe:not(.hide) {
    -webkit-animation: fadeOnUp 0.8s forwards 0s;
            animation: fadeOnUp 0.8s forwards 0s; }

.modal-form {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  background: #B1A68B;
  background: rgba(177, 166, 139, 0.8); }
  .modal-yellow .modal-form {
    background: #EDB400;
    background: rgba(237, 180, 0, 0.8); }
  .modal-blue .modal-form {
    background: #16386e;
    background: rgba(22, 56, 110, 0.8); }
  .modal-red .modal-form {
    background: #8C1E41;
    background: rgba(140, 30, 65, 0.8); }
  .modal-form .modal-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 12;
    overflow: auto;
    padding: 150px 50px; }
    @media (max-width: 1023px) {
      .modal-form .modal-scroll {
        padding: 90px 0 0;
        width: 100%;
        -webkit-overflow-scrolling: touch; } }
  .modal-form.modal-content-on {
    opacity: 1;
    visibility: visible;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    pointer-events: all; }
  .modal-form iframe {
    position: relative;
    max-width: 700px;
    display: inline-block;
    z-index: 7; }
    .modal-form iframe:not(.hide) {
      opacity: 1;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    .modal-form iframe.hide {
      opacity: 0; }
    @media (max-width: 1023px) {
      .modal-form iframe {
        z-index: 0; } }
  .modal-form .close-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6; }
    @media (max-width: 1023px) {
      .modal-form .close-bg {
        display: none; } }
  .modal-form .modal-close {
    position: fixed;
    top: 20px;
    right: 20px;
    font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    display: block;
    padding: 20px;
    cursor: pointer;
    z-index: 13;
    text-indent: -6000px;
    width: 80px;
    height: 80px;
    background-image: url(../assets/x-close.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 60px 60px; }
    .modal-form .modal-close b, .modal-form .modal-close strong {
      font-weight: 400; }
    @media (max-width: 1023px) {
      .modal-form .modal-close {
        font-size: 18px;
        line-height: 1.22; } }
    @media (max-width: 1023px) {
      .modal-form .modal-close {
        top: 6px;
        background-size: 50px 50px;
        right: 16px;
        width: 50px;
        height: 50px; } }
    .admin-bar .modal-form .modal-close {
      top: 52px; }
      @media (max-width: 1023px) {
        .admin-bar .modal-form .modal-close {
          top: 15px; } }
@-webkit-keyframes modalOn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; } }
@keyframes modalOn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; } }

@-webkit-keyframes fadeOnUp {
  0% {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

@keyframes fadeOnUp {
  0% {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

form input, form textarea, form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0; }
  form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form select::-webkit-input-placeholder {
    color: #252525; }
    .footer form input::-webkit-input-placeholder, .footer form textarea::-webkit-input-placeholder, .footer form select::-webkit-input-placeholder {
      color: #ffffff; }
  form input:-moz-placeholder, form textarea:-moz-placeholder, form select:-moz-placeholder {
    color: #252525; }
    .footer form input:-moz-placeholder, .footer form textarea:-moz-placeholder, .footer form select:-moz-placeholder {
      color: #ffffff; }
  form input::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder {
    color: #252525; }
    .footer form input::-moz-placeholder, .footer form textarea::-moz-placeholder, .footer form select::-moz-placeholder {
      color: #ffffff; }
  form input:-ms-input-placeholder, form textarea:-ms-input-placeholder, form select:-ms-input-placeholder {
    color: #252525; }
    .footer form input:-ms-input-placeholder, .footer form textarea:-ms-input-placeholder, .footer form select:-ms-input-placeholder {
      color: #ffffff; }
  form input:focus::-webkit-input-placeholder, form textarea:focus::-webkit-input-placeholder, form select:focus::-webkit-input-placeholder {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: rgba(37, 37, 37, 0.2); }
  form input:focus:-moz-placeholder, form textarea:focus:-moz-placeholder, form select:focus:-moz-placeholder {
    -moz-transition: 0.4s;
    transition: 0.4s;
    color: rgba(37, 37, 37, 0.2); }
  form input:focus::-moz-placeholder, form textarea:focus::-moz-placeholder, form select:focus::-moz-placeholder {
    -moz-transition: 0.4s;
    transition: 0.4s;
    color: rgba(37, 37, 37, 0.2); }
  form input:focus:-ms-input-placeholder, form textarea:focus:-ms-input-placeholder, form select:focus:-ms-input-placeholder {
    -ms-transition: 0.4s;
    transition: 0.4s;
    color: rgba(37, 37, 37, 0.2); }

#main .DedicationTF label.gfield_label,
#main .signup-email label.gfield_label {
  display: none; }

.gform_wrapper {
  padding-bottom: 120px;
  margin-bottom: 150px; }
  .page-template-tmpl-genform-php .gform_wrapper {
    padding-top: 50px; }
    .page-template-tmpl-genform-php .gform_wrapper .address_country {
      display: block;
      margin-bottom: 40px; }
      .page-template-tmpl-genform-php .gform_wrapper .address_country .chips-select-wrap {
        width: 100%; }
    .page-template-tmpl-genform-php .gform_wrapper .gfield_price {
      padding: 20px;
      background: #fafafa;
      margin-bottom: 40px; }
      .page-template-tmpl-genform-php .gform_wrapper .gfield_price > .gfield_label {
        display: block;
        margin-bottom: 5px; }
    .page-template-tmpl-genform-php .gform_wrapper .ginput_container_textarea {
      padding-top: 10px; }
  @media (max-width: 1024px) {
    .gform_wrapper {
      margin: 0;
      padding: 0; } }
  .gform_wrapper form {
    max-width: 620px;
    margin: 0 auto; }
    .gform_wrapper form label {
      display: inline-block; }
  .gform_wrapper .gform_fields,
  .gform_wrapper .gfield_checkbox,
  .gform_wrapper .gfield_radio {
    list-style: none;
    margin: 0;
    padding: 0; }
  .gform_wrapper .ginput_full {
    display: block; }

#gform_wrapper_11 form {
  max-width: 100%; }
  #gform_wrapper_11 form .button-toggle {
    margin-bottom: 3.5rem; }
    #gform_wrapper_11 form .button-toggle .gfield_label {
      display: none; }
    #gform_wrapper_11 form .button-toggle .gfield_radio {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      position: relative;
      list-style: none;
      margin: 0;
      padding: 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center; }
      @media (max-width: 767px) {
        #gform_wrapper_11 form .button-toggle .gfield_radio {
          display: block; } }
    #gform_wrapper_11 form .button-toggle li {
      margin: 0 1rem; }
      @media (max-width: 767px) {
        #gform_wrapper_11 form .button-toggle li {
          margin: 0 0 1rem; }
          #gform_wrapper_11 form .button-toggle li label {
            width: 100%; } }
    #gform_wrapper_11 form .button-toggle input {
      position: absolute;
      opacity: 0; }
    #gform_wrapper_11 form .button-toggle label {
      padding: 1rem;
      border: solid 1px;
      color: #16386e;
      border: 1px solid rgba(22, 56, 110, 0.5);
      font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 1.2;
      border-radius: 4px; }
      #gform_wrapper_11 form .button-toggle label b, #gform_wrapper_11 form .button-toggle label strong {
        font-weight: 400; }
      @media (max-width: 1023px) {
        #gform_wrapper_11 form .button-toggle label {
          font-size: 18px;
          line-height: 1.22; } }
      @media (min-width: 768px) {
        #gform_wrapper_11 form .button-toggle label {
          min-width: 285px;
          text-align: center;
          padding: 2rem 3rem; } }
      #gform_wrapper_11 form .button-toggle label:HOVER {
        background: #16386e;
        color: white;
        border-color: #16386e; }
    #gform_wrapper_11 form .button-toggle input:checked + label {
      background: #16386e;
      color: white;
      border-color: #16386e; }
    #gform_wrapper_11 form .button-toggle label:BEFORE, #gform_wrapper_11 form .button-toggle label:AFTER {
      display: none; }
  #gform_wrapper_11 form .gfield:not(.gfield_html):not(.button-toggle) {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
  #gform_wrapper_11 form .hidden_label .gfield_label {
    display: none; }
  #gform_wrapper_11 form .ginput_complex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%; }
    @media (max-width: 767px) {
      #gform_wrapper_11 form .ginput_complex {
        display: block; } }
    @media (min-width: 768px) {
      #gform_wrapper_11 form .ginput_complex > * {
        -webkit-flex-basis: 50%;
                flex-basis: 50%; }
        #gform_wrapper_11 form .ginput_complex > *:nth-of-type(odd) {
          padding-right: 10px; }
        #gform_wrapper_11 form .ginput_complex > *:nth-of-type(even) {
          padding-left: 10px; } }
  #gform_wrapper_11 form .chips-select-wrap {
    margin-bottom: 40px;
    width: 100%; }
  #gform_wrapper_11 form .prefill-amt {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    max-width: 600px;
    margin: 0 auto 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
    #gform_wrapper_11 form .prefill-amt .amount {
      cursor: pointer;
      display: inline-block;
      padding: 1.1rem 2.2rem 1.2rem;
      border: solid 1px;
      color: #16386e;
      border: 1px solid rgba(22, 56, 110, 0.5);
      font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 1.2;
      border-radius: 4px;
      -webkit-flex-basis: 264px;
              flex-basis: 264px;
      -webkit-flex-shrink: 0;
              flex-shrink: 0;
      text-align: center;
      margin-right: 2rem;
      font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
      font-style: normal;
      font-weight: 300;
      font-size: 48px;
      line-height: 1;
      letter-spacing: -0.025em; }
      #gform_wrapper_11 form .prefill-amt .amount b, #gform_wrapper_11 form .prefill-amt .amount strong {
        font-weight: 400; }
      @media (max-width: 1023px) {
        #gform_wrapper_11 form .prefill-amt .amount {
          font-size: 18px;
          line-height: 1.22; } }
      #gform_wrapper_11 form .prefill-amt .amount b, #gform_wrapper_11 form .prefill-amt .amount strong {
        font-weight: 300; }
      @media (max-width: 1023px) {
        #gform_wrapper_11 form .prefill-amt .amount {
          font-size: 26px;
          letter-spacing: 0; } }
      #gform_wrapper_11 form .prefill-amt .amount:HOVER, #gform_wrapper_11 form .prefill-amt .amount.active {
        background: #16386e;
        color: white;
        border-color: #16386e; }
      #gform_wrapper_11 form .prefill-amt .amount small {
        font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.25;
        letter-spacing: 0;
        display: none; }
        #gform_wrapper_11 form .prefill-amt .amount small b, #gform_wrapper_11 form .prefill-amt .amount small strong {
          font-weight: 400; }
      @media (max-width: 767px) {
        #gform_wrapper_11 form .prefill-amt .amount {
          width: 100px;
          -webkit-flex-basis: 100px;
                  flex-basis: 100px;
          padding: 0.5rem;
          margin: 0 1rem 0 0;
          -webkit-align-self: flex-start;
                  align-self: flex-start; } }
    #gform_wrapper_11 form .prefill-amt.recurring .amount small {
      display: inline-block; }
  @media (max-width: 767px) {
    #gform_wrapper_11 form #field_11_10 {
      margin-top: 1rem; } }
  #gform_wrapper_11 form .StripeElement {
    height: 38px;
    border: none;
    border-bottom: solid 1px;
    border-color: rgba(22, 56, 110, 0.5);
    margin-bottom: 1rem; }
  #gform_wrapper_11 form .prefill-other {
    position: relative;
    cursor: pointer;
    max-width: 550px;
    margin: 2rem auto 0; }
    @media (max-width: 767px) {
      #gform_wrapper_11 form .prefill-other {
        margin-left: 1.6rem; } }
    #gform_wrapper_11 form .prefill-other span {
      display: inline-block;
      padding-left: 10px; }
    #gform_wrapper_11 form .prefill-other.active:AFTER {
      content: "";
      position: absolute;
      left: -20px;
      top: 8px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #16386e; }
      .color-red #gform_wrapper_11 form .prefill-other.active:AFTER {
        background-color: #8C1E41; }
    #gform_wrapper_11 form .prefill-other:BEFORE {
      content: "";
      border: 1px solid rgba(22, 56, 110, 0.3);
      width: 20px;
      height: 20px;
      border-radius: 50%;
      position: absolute;
      left: -25px;
      top: 3px; }
      .color-red #gform_wrapper_11 form .prefill-other:BEFORE {
        border-color: rgba(140, 30, 65, 0.3); }
    #gform_wrapper_11 form .prefill-other:HOVER:BEFORE {
      border-color: #16386e; }
      .color-red #gform_wrapper_11 form .prefill-other:HOVER:BEFORE {
        border-color: #8C1E41; }
  #gform_wrapper_11 form .gfield_price_11_3, #gform_wrapper_11 form .gfield_price_11_4 {
    position: absolute;
    opacity: 0;
    pointer-events: none; }
  #gform_wrapper_11 form #field_11_6 {
    margin-top: 6rem; }

#gform_wrapper_11.custom form .gfield_price_11_3, #gform_wrapper_11.custom form .gfield_price_11_4 {
  position: relative;
  opacity: 1;
  pointer-events: all; }

.form-section-title {
  position: relative;
  padding-top: 1rem;
  margin-bottom: 2rem; }
  .form-section-title:BEFORE {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #16386e;
    opacity: 0.3; }

.gform_ajax_spinner {
  display: none; }

.post-password-form {
  max-width: 620px;
  margin: 0 auto; }
  .post-password-form p:first-of-type {
    display: none; }
  .post-password-form input[type="password"] {
    border: none;
    border: solid 1px rgba(140, 30, 65, 0.5);
    color: #252525;
    background: transparent;
    width: 100%;
    height: 50px;
    font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
    margin: 6px 0;
    border-radius: 2px; }
    .post-password-form input[type="password"] b, .post-password-form input[type="password"] strong {
      font-weight: 400; }
    @media (max-width: 1023px) {
      .post-password-form input[type="password"] {
        font-size: 18px;
        line-height: 1.22; } }
    .invert .post-password-form input[type="password"] {
      color: #ffffff;
      border-color: white; }
      .invert .post-password-form input[type="password"]::-webkit-input-placeholder {
        color: #ffffff; }
      .invert .post-password-form input[type="password"]:-moz-placeholder {
        color: #ffffff; }
      .invert .post-password-form input[type="password"]::-moz-placeholder {
        color: #ffffff; }
      .invert .post-password-form input[type="password"]:-ms-input-placeholder {
        color: #ffffff; }
  .post-password-form input[type="submit"] {
    margin-top: 20px;
    font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    background-color: #8C1E41;
    cursor: pointer;
    color: white;
    width: 100%;
    border-color: #8C1E41;
    outline: none;
    padding: 15px 0px; }
    .post-password-form input[type="submit"] b, .post-password-form input[type="submit"] strong {
      font-weight: 400; }
    @media (max-width: 1023px) {
      .post-password-form input[type="submit"] {
        font-size: 18px;
        line-height: 1.22; } }
    .post-password-form input[type="submit"]:HOVER {
      background-color: white;
      color: #8C1E41;
      border-color: #8C1E41; }
    .invert .post-password-form input[type="submit"] {
      background-color: #252525;
      color: #ffffff;
      border-color: #252525; }
      .invert .post-password-form input[type="submit"]:HOVER {
        background-color: #ffffff;
        color: #252525; }

.gform_fields input:-webkit-autofill, .gform_fields input:-webkit-autofill:hover, .gform_fields input:-webkit-autofill:focus, .gform_fields input:-webkit-autofill:active, .gform_fields textarea:-webkit-autofill, .gform_fields textarea:-webkit-autofill:hover, .gform_fields textarea:-webkit-autofill:focus, .gform_fields textarea:-webkit-autofill:active {
  -webkit-transition: background-color 9999s ease-in-out 9999s;
  transition: background-color 9999s ease-in-out 9999s; }

.gform_fields input {
  border-radius: 0; }

.gform_fields #field_2_1 .gfield_label {
  display: none; }

.gform_fields #field_2_1 .validation_message {
  margin-top: 0; }
  @media (max-width: 1024px) {
    .gform_fields #field_2_1 .validation_message {
      margin-top: 8px; } }
.page-id-9 .gform_fields select, .page-id-9 .gform_fields .gfield_price:not(#field_2_11):not(#field_11_3):not(#field_11_4), .page-id-9 .gform_fields .gfield_creditcard_warning_message, .page-id-9 .gform_fields .gform_card_icon_container, .page-template-tmpl-formdonation .gform_fields select, .page-template-tmpl-formdonation .gform_fields .gfield_price:not(#field_2_11):not(#field_11_3):not(#field_11_4), .page-template-tmpl-formdonation .gform_fields .gfield_creditcard_warning_message, .page-template-tmpl-formdonation .gform_fields .gform_card_icon_container, .page-template-tmpl-formdonation .gform_fields select, .page-template-tmpl-formdonation .gform_fields .gfield_price:not(#field_2_11):not(#field_11_3):not(#field_11_4), .page-template-tmpl-formdonation .gform_fields .gfield_creditcard_warning_message, .page-template-tmpl-formdonation .gform_fields .gform_card_icon_container {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0; }
  @media (max-width: 1024px) {
    .page-id-9 .gform_fields select, .page-id-9 .gform_fields .gfield_price:not(#field_2_11):not(#field_11_3):not(#field_11_4), .page-id-9 .gform_fields .gfield_creditcard_warning_message, .page-id-9 .gform_fields .gform_card_icon_container, .page-template-tmpl-formdonation .gform_fields select, .page-template-tmpl-formdonation .gform_fields .gfield_price:not(#field_2_11):not(#field_11_3):not(#field_11_4), .page-template-tmpl-formdonation .gform_fields .gfield_creditcard_warning_message, .page-template-tmpl-formdonation .gform_fields .gform_card_icon_container, .page-template-tmpl-formdonation .gform_fields select, .page-template-tmpl-formdonation .gform_fields .gfield_price:not(#field_2_11):not(#field_11_3):not(#field_11_4), .page-template-tmpl-formdonation .gform_fields .gfield_creditcard_warning_message, .page-template-tmpl-formdonation .gform_fields .gform_card_icon_container {
      position: relative;
      opacity: 1;
      pointer-events: all;
      top: auto;
      left: auto;
      border: 1px solid rgba(22, 56, 110, 0.3);
      border-radius: 3px;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      position: relative;
      width: 100%;
      background: none;
      font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 1.2;
      padding: 10px; }
      .page-id-9 .gform_fields select b, .page-id-9 .gform_fields select strong, .page-id-9 .gform_fields .gfield_price:not(#field_2_11):not(#field_11_3):not(#field_11_4) b, .page-id-9 .gform_fields .gfield_price:not(#field_2_11):not(#field_11_3):not(#field_11_4) strong, .page-id-9 .gform_fields .gfield_creditcard_warning_message b, .page-id-9 .gform_fields .gfield_creditcard_warning_message strong, .page-id-9 .gform_fields .gform_card_icon_container b, .page-id-9 .gform_fields .gform_card_icon_container strong, .page-template-tmpl-formdonation .gform_fields select b, .page-template-tmpl-formdonation .gform_fields select strong, .page-template-tmpl-formdonation .gform_fields .gfield_price:not(#field_2_11):not(#field_11_3):not(#field_11_4) b, .page-template-tmpl-formdonation .gform_fields .gfield_price:not(#field_2_11):not(#field_11_3):not(#field_11_4) strong, .page-template-tmpl-formdonation .gform_fields .gfield_creditcard_warning_message b, .page-template-tmpl-formdonation .gform_fields .gfield_creditcard_warning_message strong, .page-template-tmpl-formdonation .gform_fields .gform_card_icon_container b, .page-template-tmpl-formdonation .gform_fields .gform_card_icon_container strong, .page-template-tmpl-formdonation .gform_fields select b, .page-template-tmpl-formdonation .gform_fields select strong, .page-template-tmpl-formdonation .gform_fields .gfield_price:not(#field_2_11):not(#field_11_3):not(#field_11_4) b, .page-template-tmpl-formdonation .gform_fields .gfield_price:not(#field_2_11):not(#field_11_3):not(#field_11_4) strong, .page-template-tmpl-formdonation .gform_fields .gfield_creditcard_warning_message b, .page-template-tmpl-formdonation .gform_fields .gfield_creditcard_warning_message strong, .page-template-tmpl-formdonation .gform_fields .gform_card_icon_container b, .page-template-tmpl-formdonation .gform_fields .gform_card_icon_container strong {
        font-weight: 400; } }
  @media (max-width: 1024px) and (max-width: 1023px) {
    .page-id-9 .gform_fields select, .page-id-9 .gform_fields .gfield_price:not(#field_2_11):not(#field_11_3):not(#field_11_4), .page-id-9 .gform_fields .gfield_creditcard_warning_message, .page-id-9 .gform_fields .gform_card_icon_container, .page-template-tmpl-formdonation .gform_fields select, .page-template-tmpl-formdonation .gform_fields .gfield_price:not(#field_2_11):not(#field_11_3):not(#field_11_4), .page-template-tmpl-formdonation .gform_fields .gfield_creditcard_warning_message, .page-template-tmpl-formdonation .gform_fields .gform_card_icon_container, .page-template-tmpl-formdonation .gform_fields select, .page-template-tmpl-formdonation .gform_fields .gfield_price:not(#field_2_11):not(#field_11_3):not(#field_11_4), .page-template-tmpl-formdonation .gform_fields .gfield_creditcard_warning_message, .page-template-tmpl-formdonation .gform_fields .gform_card_icon_container {
      font-size: 18px;
      line-height: 1.22; } }
.page-id-9 .gform_fields .gform_card_icon_container, .page-template-tmpl-formdonation .gform_fields .gform_card_icon_container, .page-template-tmpl-formdonation .gform_fields .gform_card_icon_container {
  display: none !important; }

@media (max-width: 1024px) {
  .page-id-9 .gform_fields .ginput_card_expiration_month, .page-template-tmpl-formdonation .gform_fields .ginput_card_expiration_month, .page-template-tmpl-formdonation .gform_fields .ginput_card_expiration_month {
    margin-bottom: 20px; } }

@media (max-width: 1024px) {
  .page-id-9 .gform_fields #field_2_1, .page-template-tmpl-formdonation .gform_fields #field_2_1, .page-template-tmpl-formdonation .gform_fields #field_2_1 {
    padding: 0;
    margin-bottom: 20px;
    border: none; }
    .page-id-9 .gform_fields #field_2_1 .gfield_label, .page-template-tmpl-formdonation .gform_fields #field_2_1 .gfield_label, .page-template-tmpl-formdonation .gform_fields #field_2_1 .gfield_label {
      display: none; } }

.page-id-9 .gform_fields .gfield_price:not(.gfield_price_2_11):not(.gfield_price_11_3):not(.gfield_price_11_4), .page-template-tmpl-formdonation .gform_fields .gfield_price:not(.gfield_price_2_11):not(.gfield_price_11_3):not(.gfield_price_11_4), .page-template-tmpl-formdonation .gform_fields .gfield_price:not(.gfield_price_2_11):not(.gfield_price_11_3):not(.gfield_price_11_4) {
  display: none !important; }

.page-id-9 .gform_fields #field_2_13, .page-template-tmpl-formdonation .gform_fields #field_2_13, .page-template-tmpl-formdonation .gform_fields #field_2_13 {
  margin-top: 40px; }

@media (max-width: 1024px) {
  .page-id-9 .gform_fields .ginput_container_select, .page-id-9 .gform_fields .ginput_right.address_country, .page-template-tmpl-formdonation .gform_fields .ginput_container_select, .page-template-tmpl-formdonation .gform_fields .ginput_right.address_country, .page-template-tmpl-formdonation .gform_fields .ginput_container_select, .page-template-tmpl-formdonation .gform_fields .ginput_right.address_country {
    position: relative; }
    .page-id-9 .gform_fields .ginput_container_select:AFTER, .page-id-9 .gform_fields .ginput_right.address_country:AFTER, .page-template-tmpl-formdonation .gform_fields .ginput_container_select:AFTER, .page-template-tmpl-formdonation .gform_fields .ginput_right.address_country:AFTER, .page-template-tmpl-formdonation .gform_fields .ginput_container_select:AFTER, .page-template-tmpl-formdonation .gform_fields .ginput_right.address_country:AFTER {
      font-family: "scholarmatch";
      content: "\e808";
      font-size: 30px;
      color: rgba(22, 56, 110, 0.3);
      position: absolute;
      right: 10px;
      top: 5px;
      background-color: white; }
      .color-red .page-id-9 .gform_fields .ginput_container_select:AFTER, .color-red .page-id-9 .gform_fields .ginput_right.address_country:AFTER, .color-red .page-template-tmpl-formdonation .gform_fields .ginput_container_select:AFTER, .color-red .page-template-tmpl-formdonation .gform_fields .ginput_right.address_country:AFTER, .color-red .page-template-tmpl-formdonation .gform_fields .ginput_container_select:AFTER, .color-red .page-template-tmpl-formdonation .gform_fields .ginput_right.address_country:AFTER {
        color: rgba(140, 30, 65, 0.3); }
  .page-id-9 .gform_fields .ginput_card_expiration_container, .page-template-tmpl-formdonation .gform_fields .ginput_card_expiration_container, .page-template-tmpl-formdonation .gform_fields .ginput_card_expiration_container {
    position: relative; }
    .page-id-9 .gform_fields .ginput_card_expiration_container:AFTER, .page-id-9 .gform_fields .ginput_card_expiration_container:BEFORE, .page-template-tmpl-formdonation .gform_fields .ginput_card_expiration_container:AFTER, .page-template-tmpl-formdonation .gform_fields .ginput_card_expiration_container:BEFORE, .page-template-tmpl-formdonation .gform_fields .ginput_card_expiration_container:AFTER, .page-template-tmpl-formdonation .gform_fields .ginput_card_expiration_container:BEFORE {
      font-family: "scholarmatch";
      content: "\e808";
      font-size: 30px;
      color: rgba(22, 56, 110, 0.3);
      position: absolute;
      right: 10px;
      top: 5px; }
      .color-red .page-id-9 .gform_fields .ginput_card_expiration_container:AFTER, .color-red .page-id-9 .gform_fields .ginput_card_expiration_container:BEFORE, .color-red .page-template-tmpl-formdonation .gform_fields .ginput_card_expiration_container:AFTER, .color-red .page-template-tmpl-formdonation .gform_fields .ginput_card_expiration_container:BEFORE, .color-red .page-template-tmpl-formdonation .gform_fields .ginput_card_expiration_container:AFTER, .color-red .page-template-tmpl-formdonation .gform_fields .ginput_card_expiration_container:BEFORE {
        color: rgba(140, 30, 65, 0.3); }
    .page-id-9 .gform_fields .ginput_card_expiration_container:BEFORE, .page-template-tmpl-formdonation .gform_fields .ginput_card_expiration_container:BEFORE, .page-template-tmpl-formdonation .gform_fields .ginput_card_expiration_container:BEFORE {
      top: 69px; } }

.page-template-tmpl-genform-php .gform_fields select, .page-template-tmpl-formdonation .gform_fields select {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0; }
  @media (max-width: 1024px) {
    .page-template-tmpl-genform-php .gform_fields select, .page-template-tmpl-formdonation .gform_fields select {
      position: relative;
      opacity: 1;
      pointer-events: all;
      top: auto;
      left: auto;
      border: 1px solid rgba(22, 56, 110, 0.3);
      border-radius: 3px;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      position: relative;
      width: 100%;
      background: none;
      font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 1.2;
      padding: 10px; }
      .page-template-tmpl-genform-php .gform_fields select b, .page-template-tmpl-genform-php .gform_fields select strong, .page-template-tmpl-formdonation .gform_fields select b, .page-template-tmpl-formdonation .gform_fields select strong {
        font-weight: 400; } }
  @media (max-width: 1024px) and (max-width: 1023px) {
    .page-template-tmpl-genform-php .gform_fields select, .page-template-tmpl-formdonation .gform_fields select {
      font-size: 18px;
      line-height: 1.22; } }
.page-template-tmpl-genform-php .gform_fields .gform_card_icon_container, .page-template-tmpl-formdonation .gform_fields .gform_card_icon_container {
  display: none !important; }

@media (max-width: 1024px) {
  .page-template-tmpl-genform-php .gform_fields .ginput_card_expiration_month, .page-template-tmpl-formdonation .gform_fields .ginput_card_expiration_month {
    margin-bottom: 20px; } }

.page-template-tmpl-genform-php .gform_fields .ginput_product_price, .page-template-tmpl-formdonation .gform_fields .ginput_product_price {
  margin-right: 30px; }

@media (max-width: 1024px) {
  .page-template-tmpl-genform-php .gform_fields .ginput_container_select, .page-template-tmpl-genform-php .gform_fields .ginput_right.address_country, .page-template-tmpl-formdonation .gform_fields .ginput_container_select, .page-template-tmpl-formdonation .gform_fields .ginput_right.address_country {
    position: relative; }
    .page-template-tmpl-genform-php .gform_fields .ginput_container_select:AFTER, .page-template-tmpl-genform-php .gform_fields .ginput_right.address_country:AFTER, .page-template-tmpl-formdonation .gform_fields .ginput_container_select:AFTER, .page-template-tmpl-formdonation .gform_fields .ginput_right.address_country:AFTER {
      font-family: "scholarmatch";
      content: "\e808";
      font-size: 30px;
      color: rgba(22, 56, 110, 0.3);
      position: absolute;
      right: 10px;
      top: 5px;
      background-color: white; }
  .page-template-tmpl-genform-php .gform_fields .ginput_card_expiration_container, .page-template-tmpl-formdonation .gform_fields .ginput_card_expiration_container {
    position: relative; }
    .page-template-tmpl-genform-php .gform_fields .ginput_card_expiration_container:AFTER, .page-template-tmpl-genform-php .gform_fields .ginput_card_expiration_container:BEFORE, .page-template-tmpl-formdonation .gform_fields .ginput_card_expiration_container:AFTER, .page-template-tmpl-formdonation .gform_fields .ginput_card_expiration_container:BEFORE {
      font-family: "scholarmatch";
      content: "\e808";
      font-size: 30px;
      color: rgba(22, 56, 110, 0.3);
      position: absolute;
      right: 10px;
      top: 5px; }
      .color-red .page-template-tmpl-genform-php .gform_fields .ginput_card_expiration_container:AFTER, .color-red .page-template-tmpl-genform-php .gform_fields .ginput_card_expiration_container:BEFORE, .color-red .page-template-tmpl-formdonation .gform_fields .ginput_card_expiration_container:AFTER, .color-red .page-template-tmpl-formdonation .gform_fields .ginput_card_expiration_container:BEFORE {
        color: rgba(140, 30, 65, 0.3); }
    .page-template-tmpl-genform-php .gform_fields .ginput_card_expiration_container:BEFORE, .page-template-tmpl-formdonation .gform_fields .ginput_card_expiration_container:BEFORE {
      top: 69px; } }

.gform_fields .gsection_title {
  color: #16386e;
  border-top: 2px solid #16386e;
  padding-top: 18px;
  margin: 60px 0 40px; }
  .color-red .gform_fields .gsection_title {
    color: #8C1E41;
    border-top: 2px solid #8C1E41; }
  @media (max-width: 1023px) {
    .gform_fields .gsection_title {
      margin-bottom: 20px; } }
.gform_fields .text-button, .gform_fields .gform_footer .gform_button, .gform_footer .gform_fields .gform_button, .gform_fields .post-password-form input[type="submit"], .post-password-form .gform_fields input[type="submit"] {
  width: 160px;
  margin: 0 40px 4px 0;
  padding: 8px 0;
  display: inline-block;
  text-align: center; }
  @media (max-width: 1023px) {
    .gform_fields .text-button, .gform_fields .gform_footer .gform_button, .gform_footer .gform_fields .gform_button, .gform_fields .post-password-form input[type="submit"], .post-password-form .gform_fields input[type="submit"] {
      border: 1px solid transparent;
      width: 100%; } }
  .gform_fields .text-button:HOVER, .gform_fields .gform_footer .gform_button:HOVER, .gform_footer .gform_fields .gform_button:HOVER, .gform_fields .post-password-form input[type="submit"]:HOVER, .post-password-form .gform_fields input[type="submit"]:HOVER {
    background-color: #16386e;
    color: #fff; }
    .color-red .gform_fields .text-button:HOVER, .color-red .gform_fields .gform_footer .gform_button:HOVER, .gform_footer .color-red .gform_fields .gform_button:HOVER, .color-red .gform_fields .post-password-form input[type="submit"]:HOVER, .post-password-form .color-red .gform_fields input[type="submit"]:HOVER {
      background-color: #8C1E41; }
  .gform_fields .text-button.active, .gform_fields .gform_footer .active.gform_button, .gform_footer .gform_fields .active.gform_button, .gform_fields .post-password-form input.active[type="submit"], .post-password-form .gform_fields input.active[type="submit"] {
    background-color: #16386e;
    color: #fff; }
    .color-red .gform_fields .text-button.active, .color-red .gform_fields .gform_footer .active.gform_button, .gform_footer .color-red .gform_fields .active.gform_button, .color-red .gform_fields .post-password-form input.active[type="submit"], .post-password-form .color-red .gform_fields input.active[type="submit"] {
      background-color: #8C1E41; }

.gform_fields .gfield:not(.gsection), .gform_fields .amountWrap {
  position: relative; }

.gform_fields .gfield:not(.gsection).gfield_creditcard_warning {
  margin-top: 40px; }
  @media (max-width: 1023px) {
    .gform_fields .gfield:not(.gsection).gfield_creditcard_warning {
      margin-top: 20px; } }
.gform_fields #field_2_21 {
  margin-top: -45px; }
  @media (max-width: 1023px) {
    .gform_fields #field_2_21 {
      margin-top: -25px; } }
.gform_fields .gfield_error + #field_2_21 {
  margin-top: -10px; }
  @media (max-width: 1023px) {
    .gform_fields .gfield_error + #field_2_21 {
      margin-top: -10px; } }
@media (max-width: 1023px) {
  .gform_fields #input_2_13_1 {
    margin-top: 20px; } }

@media (max-width: 1023px) {
  .gform_fields #field_2_15 {
    margin-bottom: 25px; } }

.gform_fields input[type="checkbox"], .gform_fields input[type="radio"] {
  display: none; }

.gform_fields input[type="checkbox"] + label, .gform_fields input[type="radio"] + label {
  position: relative;
  cursor: pointer; }
  .gform_fields input[type="checkbox"] + label:BEFORE, .gform_fields input[type="radio"] + label:BEFORE {
    content: "";
    border: 1px solid rgba(22, 56, 110, 0.3);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: -25px;
    top: 3px; }
    .color-red .gform_fields input[type="checkbox"] + label:BEFORE, .color-red .gform_fields input[type="radio"] + label:BEFORE {
      border-color: rgba(140, 30, 65, 0.3); }
  .gform_fields input[type="checkbox"] + label:HOVER:BEFORE, .gform_fields input[type="radio"] + label:HOVER:BEFORE {
    border-color: #16386e; }
    .color-red .gform_fields input[type="checkbox"] + label:HOVER:BEFORE, .color-red .gform_fields input[type="radio"] + label:HOVER:BEFORE {
      border-color: #8C1E41; }

.gform_fields input[type="checkbox"]:checked + label:AFTER, .gform_fields input[type="radio"]:checked + label:AFTER, .gform_fields label.active:AFTER {
  content: "";
  position: absolute;
  left: -20px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #16386e; }
  .color-red .gform_fields input[type="checkbox"]:checked + label:AFTER, .color-red .gform_fields input[type="radio"]:checked + label:AFTER, .color-red .gform_fields label.active:AFTER {
    background-color: #8C1E41; }

.gform_fields .hidden_label label.gfield_label, .gform_fields label.hidden_sub_label {
  display: none; }

@media (max-width: 1023px) {
  .gform_fields .gfield_price:not(.gfield_price_11_3) {
    display: none; } }

.gform_fields textarea {
  outline: none;
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  border: 1px solid rgba(22, 56, 110, 0.3);
  border-radius: 2px;
  padding: 20px;
  width: 100%;
  margin-bottom: 40px; }
  .gform_fields textarea b, .gform_fields textarea strong {
    font-weight: 400; }
  @media (max-width: 1023px) {
    .gform_fields textarea {
      font-size: 18px;
      line-height: 1.22; } }
  .color-red .gform_fields textarea {
    border-color: #8C1E41; }
  @media (max-width: 1023px) {
    .gform_fields textarea {
      margin-bottom: 20px; } }
  .gform_fields textarea:FOCUS {
    border-color: #16386e; }
    .color-red .gform_fields textarea:FOCUS {
      border-color: #8C1E41; }

.gform_fields input[type="file"] {
  margin-bottom: 40px;
  outline: none; }
  @media (max-width: 1023px) {
    .gform_fields input[type="file"] {
      margin-bottom: 20px; } }
.gform_fields input[type="number"] {
  outline: none;
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  border: 1px solid rgba(22, 56, 110, 0.3);
  padding: 5px 5px 5px 12px;
  width: 90px;
  text-align: center; }
  .gform_fields input[type="number"] b, .gform_fields input[type="number"] strong {
    font-weight: 400; }
  @media (max-width: 1023px) {
    .gform_fields input[type="number"] {
      font-size: 18px;
      line-height: 1.22; } }
  .color-red .gform_fields input[type="number"] {
    border-color: #dcbbc6; }
  @media (max-width: 1023px) {
    .gform_fields input[type="number"] {
      margin-bottom: 20px; } }
  .gform_fields input[type="number"]:FOCUS {
    border-color: #16386e; }
    .color-red .gform_fields input[type="number"]:FOCUS {
      border-color: #8C1E41; }

.gform_fields input[type="text"], .gform_fields input[type="email"], .gform_fields input[type="tel"] {
  outline: none;
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  width: 100%;
  padding-bottom: 12px;
  border: none;
  border-bottom: 1px solid rgba(22, 56, 110, 0.3);
  margin-bottom: 40px; }
  .gform_fields input[type="text"] b, .gform_fields input[type="text"] strong, .gform_fields input[type="email"] b, .gform_fields input[type="email"] strong, .gform_fields input[type="tel"] b, .gform_fields input[type="tel"] strong {
    font-weight: 400; }
  @media (max-width: 1023px) {
    .gform_fields input[type="text"], .gform_fields input[type="email"], .gform_fields input[type="tel"] {
      font-size: 18px;
      line-height: 1.22; } }
  .color-red .gform_fields input[type="text"], .color-red .gform_fields input[type="email"], .color-red .gform_fields input[type="tel"] {
    border-color: #dcbbc6; }
  @media (max-width: 1023px) {
    .gform_fields input[type="text"], .gform_fields input[type="email"], .gform_fields input[type="tel"] {
      margin-bottom: 20px; } }
  .gform_fields input[type="text"]:FOCUS, .gform_fields input[type="email"]:FOCUS, .gform_fields input[type="tel"]:FOCUS {
    border-color: #16386e; }
    .color-red .gform_fields input[type="text"]:FOCUS, .color-red .gform_fields input[type="email"]:FOCUS, .color-red .gform_fields input[type="tel"]:FOCUS {
      border-color: #8C1E41; }

.gform_fields .signup-email {
  margin-bottom: 40px; }
  .gform_fields .signup-email label {
    font-size: 16px;
    line-height: 27px;
    padding-left: 10px; }
  @media (max-width: 1023px) {
    .gform_fields .signup-email {
      margin-bottom: 20px; } }
.gform_fields #field_2_16, .gform_fields #field_2_11 {
  margin-top: 40px; }
  @media (max-width: 1023px) {
    .gform_fields #field_2_16, .gform_fields #field_2_11 {
      margin-top: 0; } }
.gform_fields #field_2_11 {
  display: none; }

.gform_fields .gfield_radio, .gform_fields .gfield_checkbox {
  margin: 20px 0 40px; }
  @media (max-width: 1023px) {
    .gform_fields .gfield_radio, .gform_fields .gfield_checkbox {
      margin-bottom: 0; } }
  .gform_fields .gfield_radio#input_2_15, .gform_fields .gfield_checkbox#input_2_15 {
    margin-top: 0; }
  .gform_fields .gfield_radio.m-bt-none, .gform_fields .gfield_checkbox.m-bt-none {
    margin-bottom: 0; }
  .gform_fields .gfield_radio li, .gform_fields .gfield_checkbox li {
    margin: 0 0 10px 27px;
    position: relative; }
  .gform_fields .gfield_radio label, .gform_fields .gfield_checkbox label {
    padding-left: 10px; }

.gform_fields .field_description_above .gfield_description {
  margin-bottom: 5px; }

.gform_fields .ginput_cardinfo_left .chips-select-wrap {
  margin-right: 40px; }

.gform_fields .gfield_description {
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  margin: 10px 0 20px; }
  .gform_fields .gfield_description b, .gform_fields .gfield_description strong {
    font-weight: 400; }
  .gform_fields .gfield_description.validation_message {
    margin-top: -30px; }
    @media (max-width: 1023px) {
      .gform_fields .gfield_description.validation_message {
        margin-top: -10px; } }
.gform_fields #field_2_16 .gfield_description {
  margin-bottom: 30px;
  margin-top: -30px; }
  @media (max-width: 1023px) {
    .gform_fields #field_2_16 .gfield_description {
      margin-top: -10px; } }
.gform_fields #field_2_28 .gfield_description {
  bottom: -60px; }

.gform_fields #field_2_32 {
  margin-top: 40px; }

.gform_fields #field_2_33 .gfield_label {
  display: none; }

.gform_fields #field_2_33 .gfield_description.validation_message {
  margin-top: 20px; }

.cta-form {
  margin-top: 80px; }
  .cta-form input {
    height: 50px;
    font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
    margin: 6px 0 0;
    width: 100%; }
    .cta-form input b, .cta-form input strong {
      font-weight: 400; }
    @media (max-width: 1023px) {
      .cta-form input {
        font-size: 18px;
        line-height: 1.22; } }
    .cta-form input[type="text"], .cta-form input[type="email"], .cta-form input[type="tel"] {
      border: solid 1px #E5E5E5;
      color: #252525;
      text-align: center; }
      .cta-form input[type="text"]::-webkit-input-placeholder, .cta-form input[type="email"]::-webkit-input-placeholder, .cta-form input[type="tel"]::-webkit-input-placeholder {
        text-align: center; }
      .cta-form input[type="text"]:-moz-placeholder, .cta-form input[type="email"]:-moz-placeholder, .cta-form input[type="tel"]:-moz-placeholder {
        text-align: center; }
      .cta-form input[type="text"]::-moz-placeholder, .cta-form input[type="email"]::-moz-placeholder, .cta-form input[type="tel"]::-moz-placeholder {
        text-align: center; }
      .cta-form input[type="text"]:-ms-input-placeholder, .cta-form input[type="email"]:-ms-input-placeholder, .cta-form input[type="tel"]:-ms-input-placeholder {
        text-align: center; }
    .cta-form input[type="number"] {
      text-align: center;
      width: 60px;
      height: auto;
      padding: 5px 0;
      border: solid 1px #E5E5E5; }
    .cta-form input[type="submit"] {
      background-color: #EDB400;
      border: none;
      font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.23;
      text-transform: uppercase;
      letter-spacing: 0.03em;
      color: #ffffff;
      cursor: pointer; }
    .cta-form input:active, .cta-form input:focus {
      outline: 0; }

body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper label, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row label {
  font-size: 13px;
  display: block; }
  body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper label.hidden_sub_label, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row label.hidden_sub_label {
    display: none; }

body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper input, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row input {
  height: 50px;
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  font-size: 16px;
  line-height: 20px;
  padding: 15px;
  margin: 6px 0 0; }
  body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper input b, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper input strong, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row input b, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row input strong {
    font-weight: 400; }
  @media (max-width: 1023px) {
    body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper input, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row input {
      font-size: 18px;
      line-height: 1.22; } }
  body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper input[type="text"], body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper input[type="email"], body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper input[type="tel"], body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row input[type="text"], body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row input[type="email"], body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row input[type="tel"] {
    border: solid 1px #E5E5E5;
    color: #252525; }
  body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper input[type="number"], body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row input[type="number"] {
    text-align: center;
    width: 60px;
    height: auto;
    padding: 5px 0;
    border: solid 1px #E5E5E5; }
  body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper input[type="submit"], body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row input[type="submit"] {
    background-color: #E5E5E5;
    border: none;
    font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.23;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #252525;
    cursor: pointer; }
  body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper input:active, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper input:focus, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row input:active, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row input:focus {
    outline: 0; }

body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper h3.gform_title, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row h3.gform_title {
  border-top: 2px solid;
  padding-top: 18px;
  margin: 60px 0 0px; }

body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .gform_heading, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .gform_heading {
  padding: 0 0 40px; }

body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .gfield, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .gfield {
  margin-bottom: 15px; }

body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .chips-select-wrap, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .chips-select-wrap {
  width: 100%; }

body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .ginput_card_expiration_container .chips-select-wrap, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .ginput_card_expiration_container .chips-select-wrap {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 0; }
  body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .ginput_card_expiration_container .chips-select-wrap:first-of-type, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .ginput_card_expiration_container .chips-select-wrap:first-of-type {
    margin-right: 35px; }

body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .ginput_left, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .ginput_right, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .ginput_left, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .ginput_right {
  display: inline-block;
  width: -webkit-calc(50% - 11px);
  width: calc(50% - 11px); }

body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .ginput_left, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .ginput_left {
  margin-right: 20px; }

body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .ginput_complex > span, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .ginput_complex > span {
  display: inline-block;
  width: -webkit-calc(50% - 12px);
  width: calc(50% - 12px); }
  body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .ginput_complex > span:first-child, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .ginput_complex > span:first-child {
    margin-right: 20px; }
  body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .ginput_complex > span.ginput_full, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .ginput_complex > span.ginput_full {
    width: 100%;
    margin-right: 0; }

body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .ginput_container_singleproduct, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .ginput_container_singleproduct {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }
  body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .ginput_container_singleproduct .ginput_product_price_label, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .ginput_container_singleproduct .ginput_quantity_label, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .ginput_container_singleproduct .ginput_product_price_label, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .ginput_container_singleproduct .ginput_quantity_label {
    margin-right: 15px;
    font-size: 13px; }
  body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .ginput_container_singleproduct .ginput_product_price, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .ginput_container_singleproduct .ginput_product_price {
    margin-right: auto; }

body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .gfield_price, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .gfield_price {
  padding-bottom: 15px;
  border-bottom: solid 1px #E5E5E5; }
  body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .gfield_price .gfield_description, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .gfield_price .gfield_description {
    margin-top: 0; }

body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper select, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .gfield_creditcard_warning_message, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .gform_card_icon_container, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row select, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .gfield_creditcard_warning_message, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .gform_card_icon_container {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0; }
  @media (max-width: 1024px) {
    body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper select, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .gfield_creditcard_warning_message, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .gform_card_icon_container, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row select, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .gfield_creditcard_warning_message, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .gform_card_icon_container {
      position: relative;
      opacity: 1;
      pointer-events: all;
      top: auto;
      left: auto;
      border: 1px solid rgba(22, 56, 110, 0.3);
      border-radius: 3px;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      position: relative;
      width: 100%;
      background: none;
      font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 1.2;
      padding: 10px; }
      body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper select b, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper select strong, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .gfield_creditcard_warning_message b, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .gfield_creditcard_warning_message strong, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .gform_card_icon_container b, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .gform_card_icon_container strong, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row select b, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row select strong, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .gfield_creditcard_warning_message b, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .gfield_creditcard_warning_message strong, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .gform_card_icon_container b, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .gform_card_icon_container strong {
        font-weight: 400; } }
  @media (max-width: 1024px) and (max-width: 1023px) {
    body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper select, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .gfield_creditcard_warning_message, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .gform_card_icon_container, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row select, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .gfield_creditcard_warning_message, body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .gform_card_icon_container {
      font-size: 18px;
      line-height: 1.22; } }
  @media (max-width: 1024px) {
      .color-red body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper select, .color-red body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .gfield_creditcard_warning_message, .color-red body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .gform_wrapper .gform_card_icon_container, .color-red body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row select, .color-red body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .gfield_creditcard_warning_message, .color-red body:not(.page-id-9):not(.page-template-tmpl-formdonation):not(.page-template-tmpl-genform-php) .filter-row .gform_card_icon_container {
        border-color: #dcbbc6; } }
.ginput_cardinfo_left {
  display: block;
  margin-bottom: 40px; }
  @media (max-width: 1023px) {
    .ginput_cardinfo_left {
      margin-bottom: 20px; } }
.ginput_card_security_code_icon {
  display: none; }

.gform_footer {
  max-width: 620px;
  margin: 80px auto 0; }
  .gform_footer .gform_button {
    font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    background-color: #16386e;
    cursor: pointer;
    color: white;
    width: 100%;
    border-color: #16386e;
    outline: none;
    padding: 15px 0px; }
    .gform_footer .gform_button b, .gform_footer .gform_button strong {
      font-weight: 400; }
    @media (max-width: 1023px) {
      .gform_footer .gform_button {
        font-size: 18px;
        line-height: 1.22; } }
    .gform_footer .gform_button:HOVER {
      background-color: white;
      color: #16386e;
      border-color: #16386e; }
    .color-red .gform_footer .gform_button {
      background-color: #8C1E41;
      border-color: #8C1E41; }
      .color-red .gform_footer .gform_button:HOVER {
        background-color: white;
        color: #8C1E41;
        border-color: #8C1E41; }

.chips-select-wrap {
  border: 1px solid rgba(22, 56, 110, 0.3);
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-width: 170px; }
  .color-red .chips-select-wrap {
    border-color: #dcbbc6; }
  #field_2_31 .chips-select-wrap, #field_10_1 .chips-select-wrap {
    width: 100%; }
  .chips-select-wrap.invert:not(.clean) {
    border-color: #16386e; }
    .chips-select-wrap.invert:not(.clean):AFTER {
      color: #ffffff; }
    .chips-select-wrap.invert:not(.clean) .chips-select-active {
      background-color: #16386e;
      color: #ffffff; }
    .chips-select-wrap.invert:not(.clean):HOVER:AFTER, .chips-select-wrap.invert:not(.clean).expanded:AFTER {
      color: #16386e; }
    .chips-select-wrap.invert:not(.clean):HOVER .chips-select-active, .chips-select-wrap.invert:not(.clean).expanded .chips-select-active {
      color: #16386e;
      background-color: #ffffff; }
    .color-red .chips-select-wrap.invert:not(.clean):HOVER:AFTER, .color-red .chips-select-wrap.invert:not(.clean).expanded:AFTER {
      color: #8C1E41; }
    .color-red .chips-select-wrap.invert:not(.clean):HOVER .chips-select-active, .color-red .chips-select-wrap.invert:not(.clean).expanded .chips-select-active {
      color: #8C1E41;
      background-color: #ffffff; }
  @media (max-width: 1024px) {
    .chips-select-wrap {
      display: none; } }
  .chips-select-wrap.select-campaign {
    width: 100%; }
  .chips-select-wrap.expanded {
    border-color: #16386e; }
    .chips-select-wrap.expanded .chips-select-options-wrap {
      display: block; }
    .chips-select-wrap.expanded .chips-select-active {
      color: #16386e; }
    .color-red .chips-select-wrap.expanded {
      border-color: #8C1E41; }
      .color-red .chips-select-wrap.expanded .chips-select-active {
        color: #8C1E41; }
    .chips-select-wrap.expanded:AFTER {
      -webkit-transform: scaleY(-1);
              transform: scaleY(-1); }
  .chips-select-wrap .dropdown-divider {
    height: 0;
    border-top: 1px solid #dcdcdc;
    margin: 15px 0; }
  .chips-select-wrap .chips-select-subtitle {
    padding: 3px 8px 6px; }
  .chips-select-wrap .chips-select-active {
    cursor: pointer;
    padding: 14px 20px; }
  .chips-select-wrap .chips-select-options-wrap {
    display: none;
    position: absolute;
    width: 100%;
    width: -webkit-calc(100% + 2px);
    width: -o-calc(100% + 2px);
    width: calc(100% + 2px);
    max-height: 500px;
    overflow: auto;
    padding: 0 20px 20px;
    top: 51px;
    left: -1px;
    background-color: white;
    border: 1px solid #16386e;
    border-top: 0;
    z-index: 2;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .chips-select-wrap .chips-select-options-wrap .chips-select-option {
      cursor: pointer;
      padding: 4px 8px;
      margin: 0 0 5px; }
      .chips-select-wrap .chips-select-options-wrap .chips-select-option.has-link {
        padding: 0; }
        .chips-select-wrap .chips-select-options-wrap .chips-select-option.has-link a {
          padding: 4px 8px; }
      .chips-select-wrap .chips-select-options-wrap .chips-select-option:HOVER, .chips-select-wrap .chips-select-options-wrap .chips-select-option.active {
        background-color: rgba(22, 56, 110, 0.3); }
        .color-red .chips-select-wrap .chips-select-options-wrap .chips-select-option:HOVER, .color-red .chips-select-wrap .chips-select-options-wrap .chips-select-option.active {
          background-color: #dcbbc6; }
      .chips-select-wrap .chips-select-options-wrap .chips-select-option.indent {
        margin-left: 8px;
        font-size: 16px;
        padding: 4px 8px; }
      .chips-select-wrap .chips-select-options-wrap .chips-select-option a {
        border: none;
        display: block; }
  .chips-select-wrap:HOVER {
    border-color: #16386e; }
    .chips-select-wrap:HOVER:AFTER {
      color: #16386e; }
    .color-red .chips-select-wrap:HOVER {
      border-color: #8C1E41; }
      .color-red .chips-select-wrap:HOVER:AFTER {
        color: #8C1E41; }
  .chips-select-wrap:AFTER {
    font-family: "scholarmatch";
    content: "\e808";
    font-size: 30px;
    color: rgba(22, 56, 110, 0.3);
    position: absolute;
    right: 10px;
    top: 10px;
    pointer-events: none; }
  .page-id-378 .chips-select-wrap {
    border-color: #E5E5E5; }
    .page-id-378 .chips-select-wrap:AFTER {
      color: #E5E5E5; }
    .page-id-378 .chips-select-wrap:HOVER {
      border-color: #000; }
      .page-id-378 .chips-select-wrap:HOVER:AFTER {
        color: #000; }
    .page-id-378 .chips-select-wrap.expanded {
      border-color: #000; }
      .page-id-378 .chips-select-wrap.expanded:AFTER {
        color: #000; }
      .page-id-378 .chips-select-wrap.expanded .chips-select-active {
        color: black; }
    .page-id-378 .chips-select-wrap .chips-select-option:HOVER {
      background: #e5e5e5; }

.gfield_html_formatted {
  margin-bottom: 40px; }

.validation_error {
  margin: 40px 0;
  color: #8C1E41; }

.validation_message {
  margin: -30px 0 40px;
  color: #8C1E41;
  font-size: 16px;
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25; }
  .validation_message b, .validation_message strong {
    font-weight: 400; }

.gform_confirmation_wrapper {
  margin-bottom: 200px; }
  .gform_confirmation_wrapper .gform_confirmation_message {
    width: 70%;
    color: #16386e;
    font-family: "Tungsten A", "Tungsten B",Impact,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 66px;
    line-height: 0.82;
    text-transform: uppercase;
    letter-spacing: -0.02em; }
    @media (max-width: 1023px) {
      .gform_confirmation_wrapper .gform_confirmation_message {
        font-size: 42px; } }
form.std p {
  margin: 0 0 6px; }

form.std label {
  display: none;
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.23;
  text-transform: uppercase;
  letter-spacing: 0.03em; }

form.std input {
  width: 370px;
  height: 50px;
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  font-size: 16px;
  line-height: 20px;
  padding: 15px;
  margin: 6px 0; }
  form.std input b, form.std input strong {
    font-weight: 400; }
  @media (max-width: 1023px) {
    form.std input {
      font-size: 18px;
      line-height: 1.22; } }
  form.std input[type="text"], form.std input[type="email"] {
    border: solid 1px #E5E5E5;
    color: #252525; }
  form.std input[type="submit"] {
    background-color: #E5E5E5;
    border: none;
    font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.23;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #252525;
    cursor: pointer; }
  form.std input:active, form.std input:focus {
    outline: 0; }

form.signup {
  color: #ffffff; }
  form.signup p {
    margin: 0 0 6px; }
  form.signup label {
    display: none;
    font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.23;
    text-transform: uppercase;
    letter-spacing: 0.03em; }
  form.signup input {
    width: 100%;
    height: 50px;
    font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
    margin: 6px 0;
    border-radius: 2px; }
    form.signup input b, form.signup input strong {
      font-weight: 400; }
    @media (max-width: 1023px) {
      form.signup input {
        font-size: 18px;
        line-height: 1.22; } }
    form.signup input[type="text"], form.signup input[type="email"] {
      border: none;
      border: solid 1px rgba(255, 255, 255, 0.5);
      color: #ffffff;
      background: transparent; }
      form.signup input[type="text"]:valid, form.signup input[type="text"]:focus, form.signup input[type="email"]:valid, form.signup input[type="email"]:focus {
        border-color: #ffffff; }
    form.signup input:not(:-moz-placeholder-shown) {
      border-color: #ffffff; }
    form.signup input:not(:-ms-input-placeholder) {
      border-color: #ffffff; }
    form.signup input:not(:placeholder-shown) {
      border-color: #ffffff; }
    form.signup input[type="submit"] {
      background-color: transparent;
      border: none;
      font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.23;
      text-transform: uppercase;
      letter-spacing: 0.03em;
      color: #ffffff;
      cursor: pointer;
      width: auto;
      display: inline-block;
      padding: 0;
      height: auto; }
    form.signup input:active, form.signup input:focus {
      outline: 0; }
  form.signup .submit-wrap {
    text-align: right; }
    form.signup .submit-wrap .submit-container {
      display: inline-block; }
      form.signup .submit-wrap .submit-container:AFTER {
        opacity: 0.5; }
      form.signup .submit-wrap .submit-container:HOVER:AFTER {
        opacity: 1; }

.footer #mc_embed_signup div.mce_inline_error {
  background: none;
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  padding: 5px 10px 5px 16px;
  display: none !important; }
  .footer #mc_embed_signup div.mce_inline_error b, .footer #mc_embed_signup div.mce_inline_error strong {
    font-weight: 400; }
  @media (max-width: 1023px) {
    .footer #mc_embed_signup div.mce_inline_error {
      font-size: 18px;
      line-height: 1.22; } }
.footer #mc_embed_signup.validated input.mce_inline_error + div.mce_inline_error {
  display: block !important; }

.footer #mc_embed_signup input.mce_inline_error {
  border-color: #ffffff; }

.chips-select-subtitle, .dropdown-divider {
  cursor: auto; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 1023px) {
    .flex {
      display: block; } }
.fd-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap; }

.fd-rowrev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.fd-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column; }

.fd-colrev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.jc-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
          justify-content: center !important; }

.fwrap {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

@media (min-width: 1024px) {
  .d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .d-fd-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; }
  .d-fd-rowrev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .d-fd-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .d-fd-colrev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .d-fwrap {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; } }

.f-col {
  position: relative;
  padding: 20px 40px 40px 0;
  margin: 0 0 40px;
  -webkit-align-self: baseline;
          align-self: baseline; }
  .f-col.col-50 {
    width: 50%; }
    @media (max-width: 1023px) {
      .f-col.col-50 {
        width: 100%;
        padding: 0; } }
  .f-col.col-25 {
    width: 25%; }
    .f-col.col-25:nth-of-type(4n+1) {
      padding-right: 20px; }
    .f-col.col-25:nth-of-type(4n+2), .f-col.col-25:nth-of-type(4n+3) {
      padding-left: 10px;
      padding-right: 10px; }
    .f-col.col-25:nth-of-type(4n+4) {
      padding-left: 20px;
      padding-right: 0; }
    @media (max-width: 1023px) {
      .f-col.col-25 {
        width: 50%;
        display: inline-block;
        vertical-align: baseline;
        margin-bottom: 16px;
        padding: 0; }
        .f-col.col-25:nth-of-type(odd) {
          padding-right: 16px;
          padding-left: 0; }
        .f-col.col-25:nth-of-type(even) {
          padding-left: 16px;
          padding-right: 0; }
        .f-col.col-25.single-staff, .f-col.col-25.single-board {
          vertical-align: top;
          margin-bottom: 16px; } }
  .f-col.col-16 {
    width: 16.6666667%; }
    .f-col.col-16:nth-of-type(1) {
      padding-right: 26.66px; }
    .f-col.col-16:nth-of-type(2), .f-col.col-16:nth-of-type(3), .f-col.col-16:nth-of-type(4), .f-col.col-16:nth-of-type(5) {
      padding-left: 13.33px;
      padding-right: 13.33px; }
    .f-col.col-16:nth-of-type(6) {
      padding-left: 26.66px;
      padding-right: 0; }
    @media (max-width: 1023px) {
      .f-col.col-16 {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 16px;
        padding: 0; }
        .f-col.col-16:nth-of-type(odd) {
          padding-right: 16px; }
        .f-col.col-16:nth-of-type(even) {
          padding-left: 16px;
          padding-right: 0; } }
  .f-col.has-overlay h3 {
    cursor: pointer; }
  .f-col h2 {
    font-family: "Tungsten A", "Tungsten B",Impact,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    margin: 0 0 5px; }
  .f-col h3 {
    margin: 0;
    font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2; }
    .f-col h3 b, .f-col h3 strong {
      font-weight: 400; }
    @media (max-width: 1023px) {
      .f-col h3 {
        font-size: 18px;
        line-height: 1.22; } }
    .f-col h3.b-top {
      border-top: solid 1px #E5E5E5;
      padding: 10px 0 0; }
    .f-col h3 a {
      color: #252525;
      text-decoration: none;
      border: none; }
  .f-col h3 + span {
    margin-top: 5px;
    display: block;
    font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.23;
    text-transform: uppercase;
    letter-spacing: 0.03em; }
  .f-col .smallCaps {
    font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.23;
    text-transform: uppercase;
    letter-spacing: 0.03em; }
  .f-col.max-w p {
    max-width: 500px;
    margin-top: 0; }
  .f-col.f-al-center {
    -webkit-align-self: center;
            align-self: center; }
    @media (max-width: 1023px) {
      .f-col.f-al-center.col-25 {
        vertical-align: middle; } }
.f-con {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  min-height: 400px;
  height: 100%; }
  @media (max-width: 1023px) {
    .f-con {
      min-height: 250px; } }
  @media (max-width: 1023px) {
    .f-con {
      display: block;
      min-height: 0;
      margin-bottom: 20px;
      padding: 0;
      border: none; } }
  .f-con strong {
    font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.23;
    text-transform: uppercase;
    letter-spacing: 0.03em; }
  .flex-start .f-con {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
            justify-content: start; }
  .f-con.fill75 {
    min-height: 75%;
    height: auto; }
  @media (max-width: 1023px) {
    .invert .f-con, .f-con.invert {
      padding: 16px;
      margin-left: -16px;
      margin-right: -16px;
      margin-bottom: 0; } }
  .f-con .c-row {
    display: block; }
  .f-con .c-row-text {
    max-width: 450px; }
    .span_8 .f-con .c-row-text {
      max-width: 700px; }
      @media (min-width: 1024px) {
        .span_8 .f-con .c-row-text {
          padding-right: 40px; } }
    .f-con .c-row-text :last-child {
      margin-bottom: 0; }
      @media (max-width: 1023px) {
        .f-con .c-row-text :last-child {
          margin-top: 10px; }
          .f-con .c-row-text :last-child.button {
            margin-top: 0; }
            .f-con .c-row-text :last-child.button a {
              margin-top: 0; } }
    @media (max-width: 1023px) {
      .f-con .c-row-text .calendar-feed-wrap :last-child {
        margin-top: 0;
        margin-bottom: 16px; }
        .f-con .c-row-text .calendar-feed-wrap :last-child.button {
          margin-top: 0; }
          .f-con .c-row-text .calendar-feed-wrap :last-child.button a {
            margin-top: 0; } }
  .f-con.text-full-w .c-row-text {
    max-width: 100%; }
  .intro-col .f-con {
    min-height: 200px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
    @media (max-width: 1023px) {
      .intro-col .f-con {
        min-height: 0; } }
    .intro-col .f-con .button {
      -webkit-align-self: flex-end;
              align-self: flex-end; }
  .f-con h2 {
    margin-bottom: 0.5em; }
    .flex-start .f-con h2 {
      margin-bottom: 0; }
      @media (max-width: 1023px) {
        .flex-start .f-con h2 {
          margin-top: -2px; } }
    @media (max-width: 1023px) {
      .f-con h2 {
        margin-bottom: 10px; } }
  .callout-set .f-con {
    padding-right: 40px; }
    @media (max-width: 1023px) {
      .callout-set .f-con {
        padding-right: 0; } }
.callout-set .span_4 {
  padding-right: 40px; }
  @media (max-width: 1023px) {
    .callout-set .span_4 {
      padding-right: 0; } }
.callout-set .c-row-text {
  max-width: 450px; }
  @media (max-width: 1023px) {
    .callout-set .c-row-text :last-child {
      margin-top: 10px; } }
.flex-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

.flex-col {
  position: relative; }
  .fb-33 + .flex-col.fb-67 {
    padding-left: 40px; }
    @media (max-width: 1023px) {
      .fb-33 + .flex-col.fb-67 {
        padding-left: 0; } }
  @media (max-width: 1023px) {
    .flex-col h3:first-child {
      margin-top: -16px; } }
  .flex-col h3 {
    font-size: 32px;
    line-height: 1.16;
    font-weight: 300;
    letter-spacing: -0.025em;
    color: #252525;
    padding-right: 10%;
    margin-top: -5px;
    margin-bottom: 0.5em; }
    .flex-col h3 b, .flex-col h3 strong {
      font-weight: 300; }
    @media (max-width: 1023px) {
      .flex-col h3 {
        font-size: 26px; } }
    @media (max-width: 1023px) {
      .flex-col h3 {
        margin-top: 0.5em;
        padding-right: 0; } }
.prefooter {
  padding: 30px 50px; }
  .prefooter.c-max {
    margin-bottom: 0; }
  @media (max-width: 1023px) {
    .prefooter {
      padding: 16px; } }
  .prefooter .b-color {
    border-color: rgba(255, 255, 255, 0.5) !important; }
  .prefooter .breadcrumb {
    margin-bottom: 10px; }
    @media (max-width: 1023px) {
      .prefooter .breadcrumb {
        margin-bottom: 8px; } }
  .prefooter .col {
    margin: 0; }
    @media (max-width: 1023px) {
      .prefooter .col {
        margin-bottom: 32px; }
        .prefooter .col:last-of-type {
          margin-bottom: 0; } }
  .prefooter .f-con {
    margin-bottom: 0; }
    @media (max-width: 1023px) {
      .prefooter .f-con.invert {
        padding: 0;
        margin: 0; } }
  .prefooter .c-max {
    margin-bottom: 0; }
    @media (max-width: 1023px) {
      .prefooter .c-max {
        margin-top: 0; } }
.footer {
  padding: 40px 50px 50px;
  color: #ffffff; }
  .footer.c-max {
    margin-top: 0;
    margin-bottom: 0; }
  @media (max-width: 1023px) {
    .footer {
      padding: 24px 16px; } }
  .footer .sizeSM {
    font-size: 16px; }
  .footer p a {
    color: #ffffff;
    text-decoration: none; }
    .footer p a:HOVER {
      opacity: 0.5; }
  .footer input {
    color: #ffffff; }
  .footer .c-max {
    margin-top: 0;
    margin-bottom: 0; }
  .footer .menu {
    list-style: none;
    margin: 0;
    padding: 0; }
  .footer .footer-nav-row {
    padding-bottom: 0px; }
  .footer .nav-col {
    display: inline-block;
    vertical-align: top;
    width: 240px; }
    .footer .nav-col a {
      color: #ffffff;
      text-decoration: none; }
      .footer .nav-col a:HOVER {
        opacity: 0.5; }
  .footer .nav-toggler {
    font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.23;
    text-transform: uppercase;
    letter-spacing: 0.03em; }
  .footer .submenu {
    list-style: none;
    margin: 12px 0 0;
    padding: 0; }
    .footer .submenu li {
      margin-bottom: 6px; }
  .footer .button-list {
    -webkit-align-self: flex-end;
            align-self: flex-end;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (max-width: 1023px) {
      .footer .button-list {
        margin-bottom: 16px; } }
    .footer .button-list li {
      margin-top: 12px; }
    .footer .button-list a {
      text-decoration: none;
      display: inline-block;
      padding: 12px 15px;
      border: solid 1px rgba(255, 255, 255, 0.5);
      border-radius: 2px;
      color: #ffffff; }
      .footer .button-list a:HOVER {
        background: #ffffff; }
  .footer #menu-footer-additional {
    margin-top: 0; }
  .footer #menu-about-us-1 .donate-nav, .footer #menu-for-students-1 .donate-nav {
    display: none; }

/* Site-specific color declarations */
/* Site-specific */
.sectionTitle, .month-container .day-wrap .day, ol.accordion-ol li.acc-item::before {
  font-family: "Tungsten A", "Tungsten B",Impact,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 132px;
  line-height: 0.76;
  text-transform: uppercase;
  letter-spacing: -0.02em; }
  @media (max-width: 1023px) {
    .sectionTitle, .month-container .day-wrap .day, ol.accordion-ol li.acc-item::before {
      font-size: 90px; } }
.blockTitle {
  font-family: "Tungsten A", "Tungsten B",Impact,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 66px;
  line-height: 0.82;
  text-transform: uppercase;
  letter-spacing: -0.02em; }
  @media (max-width: 1023px) {
    .blockTitle {
      font-size: 42px; } }
.lede {
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.025em; }
  .lede b, .lede strong {
    font-weight: 300; }
  @media (max-width: 1023px) {
    .lede {
      font-size: 26px;
      letter-spacing: 0; } }
.bigQuote {
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 300;
  font-style: italic;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.025em;
  font-style: italic; }
  @media (max-width: 1023px) {
    .bigQuote {
      font-size: 28px; } }
.sBook {
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2; }
  .sBook b, .sBook strong {
    font-weight: 400; }
  @media (max-width: 1023px) {
    .sBook {
      font-size: 18px;
      line-height: 1.22; } }
.smallCaps {
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.23;
  text-transform: uppercase;
  letter-spacing: 0.03em; }

/* Generic */
.mw-c {
  margin: 0 auto; }

.styleguide-single {
  position: relative;
  padding: 50px 0px;
  border-bottom: solid 1px #B1A68B; }
  .styleguide-single .sg-label {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #B1A68B;
    color: #ffffff;
    padding: 2px 5px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none; }

.styleguide-color-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0; }

.color-grid-single {
  padding: 20px;
  border: solid 1px #000;
  margin: 15px;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }
  .color-grid-single .bg {
    display: inline-block;
    width: 50px;
    height: 50px; }
  .color-grid-single .text {
    display: block;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    width: 100%;
    font-size: 12px; }

.button-text a {
  display: inline-block;
  position: relative; }

button, .button {
  display: inline-block;
  text-decoration: none;
  position: relative;
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  cursor: pointer; }
  button b, button strong, .button b, .button strong {
    font-weight: 400; }
  @media (max-width: 1023px) {
    button, .button {
      font-size: 18px;
      line-height: 1.22; } }
  button a, .button a {
    text-decoration: none;
    padding: 12px 15px;
    border: solid 1px transparent;
    border-color: inherit;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    letter-spacing: 0; }
  button.icon-ra, button.icon-da, .button.icon-ra, .button.icon-da {
    padding-right: 40px; }
    .home-callout button.icon-ra, .home-callout button.icon-da, .home-callout .button.icon-ra, .home-callout .button.icon-da {
      padding-right: 0; }
  button.icon-doc a, .button.icon-doc a {
    padding-right: 45px; }

.submit-container {
  position: relative; }
  .submit-container:AFTER {
    vertical-align: middle;
    margin-left: 2px;
    content: "\e807";
    font-family: "scholarmatch";
    font-size: 30px; }

.icon-ra a, .icon-da a, .icon-doc a {
  padding-right: 20px; }
  .icon-ra a:AFTER, .icon-da a:AFTER, .icon-doc a:AFTER {
    content: "";
    line-height: 18px;
    width: 17px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: 17px; }

.icon-ra.icon-da a, .icon-da.icon-da a, .icon-doc.icon-da a {
  padding-right: 35px; }

.icon-ra.icon-ra a, .icon-da.icon-ra a, .icon-doc.icon-ra a {
  padding-right: 40px; }

.icon-ra.il a:AFTER, .icon-da.il a:AFTER, .icon-doc.il a:AFTER {
  position: relative;
  top: 6px;
  right: 2px; }

.button-text a:AFTER {
  content: "\e807";
  line-height: 18px;
  width: 17px;
  height: 18px;
  position: absolute;
  font-family: "scholarmatch";
  right: -17px;
  font-size: 30px;
  top: 4px; }

.icon-ra a:AFTER {
  content: "\e807";
  font-family: "scholarmatch";
  font-size: 30px;
  right: 22px; }

.icon-da a:AFTER {
  font-family: "scholarmatch";
  content: "\e808";
  right: 20px;
  font-size: 30px; }

.icon-xa.button a {
  padding-right: 40px; }

.icon-xa.button a:AFTER {
  top: 17px;
  line-height: 18px;
  width: 17px;
  height: 18px;
  position: absolute; }

.icon-xa a:AFTER {
  font-family: "scholarmatch";
  content: "\e809";
  right: 22px;
  font-size: 30px;
  margin-left: 5px; }
  .callout .icon-xa a:AFTER {
    display: inline-block;
    vertical-align: middle;
    right: auto;
    margin-left: -5px; }

.icon-doc a:AFTER {
  font-family: "scholarmatch";
  content: "\e806";
  font-size: 34px;
  right: 25px; }

.bullet-hor {
  text-align: center;
  padding: 20px; }
  .cycle-wrap-spotlight .bullet-hor, .cycle-wrap-infographic .bullet-hor {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3; }
    @media (max-width: 1023px) {
      .cycle-wrap-spotlight .bullet-hor, .cycle-wrap-infographic .bullet-hor {
        position: relative;
        left: auto;
        -webkit-transform: translateX(0);
                transform: translateX(0); } }
  .bullet-hor span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px; }
    .bullet-hor span:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      width: 14px;
      height: 14px;
      background: #252525;
      border-radius: 50%;
      opacity: 0.2; }
    .bullet-hor span.active:after, .bullet-hor span:HOVER:after {
      opacity: 1; }
  .bullet-hor.invert span:after {
    background: #ffffff; }
  .cycle-wrap-spotlight .bullet-hor {
    padding: 0 0 20px; }
    @media (max-width: 1023px) {
      .cycle-wrap-spotlight .bullet-hor {
        padding: 16px 0 0; } }
.toggle-icon {
  position: absolute;
  top: 34px;
  right: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(177, 166, 139, 0.5);
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  font-size: 80px;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  background-image: url(../assets/plus.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 35px 35px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }
  @media (max-width: 1023px) {
    .toggle-icon {
      width: 35px;
      height: 35px;
      background-size: 17.5px 17.5px; } }
  .acc-open .toggle-icon {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .scholarmatcher-sections .toggle-icon {
    top: 10px; }

ol.accordion-ol {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: solid 2px #E5E5E5; }
  ol.accordion-ol.unordered {
    margin-bottom: 40px; }
    @media (max-width: 1023px) {
      ol.accordion-ol.unordered {
        margin-bottom: 16px; } }
    ol.accordion-ol.unordered li.acc-item:last-of-type {
      border-bottom: 0; }
    ol.accordion-ol.unordered li.acc-item::before {
      display: none; }
    @media (max-width: 1023px) {
      ol.accordion-ol.unordered li.acc-item .flex-col {
        margin-bottom: 0; } }
    ol.accordion-ol.unordered li.acc-item h2 {
      margin-left: 65px; }
      @media (max-width: 1023px) {
        ol.accordion-ol.unordered li.acc-item h2 {
          margin: 0; } }
    ol.accordion-ol.unordered li.acc-item .toggle-icon {
      top: 16px; }
      @media (min-width: 1024px) {
        ol.accordion-ol.unordered li.acc-item .toggle-icon {
          top: 13px;
          right: auto;
          left: 0; }
          .page-id-14 ol.accordion-ol.unordered li.acc-item .toggle-icon {
            width: 50px;
            height: 50px;
            background-size: 25px 25px;
            top: 22px; } }
    ol.accordion-ol.unordered li.acc-item .acc-text {
      padding-top: 0; }
      @media (max-width: 1023px) {
        ol.accordion-ol.unordered li.acc-item .acc-text {
          margin-top: 20px;
          padding-right: 0; } }
    ol.accordion-ol.unordered li.acc-item .flex-col-left {
      max-width: 1000px; }
  ol.accordion-ol li.acc-item {
    position: relative;
    counter-increment: step-counter;
    border-bottom: solid 2px #E5E5E5;
    padding: 20px 0; }
    @media (max-width: 1023px) {
      ol.accordion-ol li.acc-item {
        padding: 16px 0; } }
    ol.accordion-ol li.acc-item::before {
      content: counter(step-counter);
      display: inline-block;
      vertical-align: top;
      width: 80px; }
      @media (max-width: 1023px) {
        ol.accordion-ol li.acc-item::before {
          font-size: 36px; } }
      @media (max-width: 767px) {
        ol.accordion-ol li.acc-item::before {
          width: 40px; } }
    ol.accordion-ol li.acc-item span.toggle-title {
      font-size: 36px;
      font-weight: 300;
      cursor: pointer; }
      @media (max-width: 1023px) {
        ol.accordion-ol li.acc-item span.toggle-title {
          font-size: 20px; } }
    ol.accordion-ol li.acc-item .toggle {
      cursor: pointer;
      display: block;
      min-height: 100px; }
    ol.accordion-ol li.acc-item .acc-toggle {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 120px;
      cursor: pointer;
      z-index: 1; }
    ol.accordion-ol li.acc-item .acc-text {
      display: none;
      padding: 20px 0; }
    ol.accordion-ol li.acc-item.acc-open .acc-text {
      display: block; }
    ol.accordion-ol li.acc-item .accordion-recommend {
      padding: 20px;
      font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
      font-size: 20px;
      line-height: 1.2;
      font-style: italic;
      color: #ffffff; }
      ol.accordion-ol li.acc-item .accordion-recommend .label {
        font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.23;
        text-transform: uppercase;
        letter-spacing: 0.03em; }
      ol.accordion-ol li.acc-item .accordion-recommend p:last-child {
        margin: 0; }
    ol.accordion-ol li.acc-item p {
      margin-top: 0; }
    ol.accordion-ol li.acc-item ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      ol.accordion-ol li.acc-item ul li {
        padding-left: 15px;
        position: relative; }
        ol.accordion-ol li.acc-item ul li:BEFORE {
          position: absolute;
          left: 0;
          top: 0;
          content: "•"; }
    ol.accordion-ol li.acc-item ul + p {
      margin-top: 1em; }

.grid-single-overlay {
  display: none;
  position: absolute;
  top: -1px;
  left: -21px;
  width: 200%;
  padding: 20px;
  z-index: 5;
  background: #ffffff;
  border: solid 1px #E5E5E5;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2); }
  @media (max-width: 1023px) {
    .grid-single-overlay {
      left: 0;
      top: -21px; } }
  .overlay-open .grid-single-overlay {
    display: block; }
  .grid-single-overlay .overlay-overview {
    display: inline-block;
    text-align: left; }

.grid-portrait-wrap {
  max-width: 200px; }
  @media (max-width: 1023px) {
    .grid-portrait-wrap {
      max-width: 250px; } }
  @media (max-width: 767px) {
    .grid-portrait-wrap {
      max-width: 200px; } }
  .grid-portrait-wrap.c-portrait {
    margin: 0 auto; }
  .grid-portrait-wrap .grid-portrait {
    margin: 0 0 10px;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    position: relative;
    overflow: hidden; }
    .has-overlay .grid-portrait-wrap .grid-portrait {
      cursor: pointer; }
    .grid-portrait-wrap .grid-portrait.sq {
      border-radius: 0; }
    .grid-portrait-wrap .grid-portrait img {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 100%;
      width: auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }

.grid-portrait-placeholder {
  display: block;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  background: gray; }

.no-touchevents .f-col.has-overlay.hovered .landing img {
  height: 104%; }

@media (max-width: 1023px) {
  .f-col.has-overlay:nth-child(odd) .grid-single-overlay {
    left: -21px !important; } }

.f-col.has-overlay:nth-child(odd) .grid-single-overlay .overlay-overview {
  padding-right: 19px; }

.f-col.has-overlay:nth-child(even) .grid-single-overlay {
  margin-right: 20px;
  left: auto;
  right: -1px;
  text-align: right; }
  @media (max-width: 1023px) {
    .f-col.has-overlay:nth-child(even) .grid-single-overlay {
      margin-right: 0;
      right: -16px !important; }
      .f-col.has-overlay:nth-child(even) .grid-single-overlay .w-50 {
        padding-left: 0 !important; } }
  .f-col.has-overlay:nth-child(even) .grid-single-overlay .overlay-text {
    text-align: left;
    clear: both; }
  .f-col.has-overlay:nth-child(even) .grid-single-overlay .overlay-overview {
    padding-left: 29px; }

.f-col.has-overlay:nth-child(4n) .grid-single-overlay .overlay-overview {
  padding-left: 39px; }

.f-col.has-overlay:nth-child(4n+3) .grid-single-overlay {
  left: -11px; }

.no-touchevents .overlay-overview .grid-portrait img {
  height: 104%; }

.overlay-close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  padding: 20px;
  cursor: pointer;
  z-index: 10;
  width: 60px;
  height: 60px;
  background-image: url(../assets/x-trans.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40px 40px; }

.press-item {
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  border-bottom: solid 1px #E5E5E5;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .press-item b, .press-item strong {
    font-weight: 400; }
  @media (max-width: 1023px) {
    .press-item {
      font-size: 18px;
      line-height: 1.22; } }
  .press-item .press-source, .press-item .press-date {
    font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.23;
    text-transform: uppercase;
    letter-spacing: 0.03em; }
  .press-item .press-source {
    margin-right: 15px; }

.ta-right {
  text-align: right; }

.campaign.intro h1, .campaign.intro .breadcrumb, .campaign.intro .location {
  position: relative;
  z-index: 1; }

.campaign.intro .location {
  margin: 0.5em 0; }

.single-campaign, .single-partner {
  padding-bottom: 10px;
  margin-bottom: 0; }

.campaign-progress {
  margin: 80px 0 50px;
  height: 2px;
  overflow: visible;
  background-color: #ffffff;
  position: relative; }
  @media (max-width: 1023px) {
    .campaign-progress {
      margin: 60px 0 40px; } }
  .campaign-progress:BEFORE, .campaign-progress:AFTER {
    content: "";
    background-color: #ffffff;
    position: absolute;
    height: 25px;
    width: 2px;
    top: 100%; }
  .campaign-progress:BEFORE {
    left: 0; }
  .campaign-progress:AFTER {
    right: 0; }

.progress-percentage {
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-140%);
          transform: translateX(-140%); }
  .progress-percentage.far-left {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    text-align: left; }
  @media (max-width: 1023px) {
    .progress-percentage {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      left: 0 !important;
      text-align: left; } }
.bar-funded {
  position: absolute;
  left: 0;
  top: -1px;
  height: 100%;
  z-index: 0;
  background-color: #395684; }

.sm-section-intro {
  position: relative; }

.scholarship-status {
  position: relative;
  text-align: right;
  color: white; }
  .scholarship-status .small-title {
    font-family: "Tungsten A", "Tungsten B",Impact,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-size: 30px;
    margin: 0 0 5px 0; }
    @media (max-width: 1023px) {
      .scholarship-status .small-title {
        font-size: 20px;
        margin-bottom: 5px; } }
.callout {
  max-width: 350px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .callout {
      margin-bottom: 46px; } }
  .callout img {
    float: left;
    display: block;
    width: 70px;
    height: auto; }
  .callout a {
    border: none; }
  .callout p {
    margin: 0;
    padding-left: 90px; }

.medium-icon {
  float: left; }
  .medium-icon a {
    position: relative;
    color: transparent;
    padding-bottom: 50px; }
    .medium-icon a:AFTER {
      content: "\e800";
      position: absolute;
      font-family: "scholarmatch";
      font-size: 114px;
      pointer-events: none;
      color: #B1A68B;
      left: -20px;
      top: -30px; }
      @media (max-width: 1023px) {
        .medium-icon a:AFTER {
          font-size: 100px;
          left: -3px; } }
@media (max-width: 1023px) {
  .calendar-callout {
    text-align: center; } }

.calendar-callout a {
  color: #8C1E41; }

.calloutHeader {
  margin-bottom: 0.5em; }
  @media (max-width: 1023px) {
    .calloutHeader {
      text-align: center;
      margin: 0 0 10px; } }
.logo {
  padding: 20px 0 40px;
  margin: 0 auto;
  max-width: 185px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }
  .partnerships-list .logo {
    height: 150px; }
  @media (max-width: 1023px) {
    .logo {
      height: 200px;
      max-width: 180px !important;
      padding-bottom: 16px; } }
  @media (max-width: 767px) {
    .logo {
      height: 100px; } }
  .logo img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-align-self: center;
            align-self: center; }
    @media (max-width: 1300px) {
      .logo img {
        max-width: 90%;
        margin: 0 auto; } }
    @media (max-width: 1023px) {
      .logo img {
        max-height: 150px;
        max-width: 150px; } }
    @media (max-width: 767px) {
      .logo img {
        max-height: 80px;
        max-width: 80px; } }
  .logo.wide {
    max-width: 180px; }
    @media (max-width: 1023px) {
      .logo.wide {
        max-width: 100px;
        padding: 10px 0; } }
  .logo.horz {
    max-width: 140px; }
  .logo.nearsq {
    max-width: 100px; }
  .logo.vert {
    max-width: 90px; }
  .no-touchevents .logo.has-hover img {
    -webkit-filter: grayscale(100%) opacity(30%);
            filter: grayscale(100%) opacity(30%); }
  .no-touchevents .logo.has-hover:HOVER img {
    -webkit-filter: grayscale(0) opacity(100%);
            filter: grayscale(0) opacity(100%); }

.featured-partners-list .logo a {
  border: none; }

.single-featured-partner {
  padding-bottom: 0; }
  .single-featured-partner img {
    display: block;
    max-width: 160px;
    max-height: 160px;
    margin-bottom: 20px; }

.school-list ul {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  text-align: justify;
  line-height: 0.75; }
  .school-list ul li {
    display: inline;
    margin-right: 2px;
    font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.23;
    text-transform: uppercase;
    letter-spacing: 0.03em; }
    .school-list ul li:nth-of-type(odd) {
      color: #8C1E41; }
    .school-list ul li:nth-of-type(even) {
      color: #B1A68B; }

.events-wrap {
  margin: 0 auto 0 0;
  padding: 0 40px; }
  @media (max-width: 1023px) {
    .events-wrap {
      width: 100%;
      padding: 0; } }
.month-container .month {
  margin-top: 50px;
  padding-bottom: 12px; }
  .color-yellow .month-container .month {
    border-bottom: 2px solid #EDB400; }
  .color-blue .month-container .month {
    border-bottom: 2px solid #16386e; }

.month-container .single-event {
  margin: 0 100px 0 130px; }
  .month-container .single-event.show-details {
    margin-bottom: 40px; }
    .month-container .single-event.show-details .event-name {
      font-family: "Tungsten A", "Tungsten B",Impact,sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 66px;
      line-height: 0.82;
      text-transform: uppercase;
      letter-spacing: -0.02em;
      margin-bottom: 0;
      margin-top: 5px; }
      @media (max-width: 1023px) {
        .month-container .single-event.show-details .event-name {
          font-size: 42px; } }
      .color-yellow .month-container .single-event.show-details .event-name a {
        color: #EDB400; }
      .color-blue .month-container .single-event.show-details .event-name a {
        color: #16386e; }
    .month-container .single-event.show-details .more-details {
      display: block; }
    .month-container .single-event.show-details .event-name:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
      .color-yellow .month-container .single-event.show-details .event-name:after {
        background-color: #EDB400; }
      .color-blue .month-container .single-event.show-details .event-name:after {
        background-color: #16386e; }
  .month-container .single-event .event-location {
    margin-bottom: 0;
    margin-top: 5px;
    font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    color: #bcb4a4; }
    .month-container .single-event .event-location b, .month-container .single-event .event-location strong {
      font-weight: 400; }
  .month-container .single-event .event-name {
    cursor: pointer;
    font-size: 32px;
    line-height: 1.16;
    font-weight: 300;
    letter-spacing: -0.025em; }
    .color-yellow .month-container .single-event .event-name:hover:after {
      background-color: #EDB400; }
    .color-blue .month-container .single-event .event-name:hover:after {
      background-color: #16386e; }
    .month-container .single-event .event-name:after {
      content: "";
      position: absolute;
      top: 23px;
      right: 0;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background-color: rgba(177, 166, 139, 0.5);
      color: #ffffff;
      text-align: center;
      line-height: 60px;
      font-size: 80px;
      cursor: pointer;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s;
      background-image: url(../assets/plus.svg);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: 35px 35px;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
      @media (max-width: 1023px) {
        .month-container .single-event .event-name:after {
          top: 10px;
          right: 0;
          width: 50px;
          height: 50px;
          background-size: 25px 25px; } }
    .month-container .single-event .event-name b, .month-container .single-event .event-name strong {
      font-weight: 300; }
    @media (max-width: 1023px) {
      .month-container .single-event .event-name {
        font-size: 26px; } }
    .month-container .single-event .event-name a {
      border: none; }
  @media (max-width: 1023px) {
    .month-container .single-event {
      margin: 0; }
      .month-container .single-event .event-name {
        padding-right: 50px; }
      .month-container .single-event .more-details h2,
      .month-container .single-event .more-details .time {
        display: none; } }
  .month-container .single-event .smallCaps {
    margin-top: 0;
    margin-bottom: 0; }
    @media (max-width: 1023px) {
      .month-container .single-event .smallCaps {
        margin-top: 1em; } }
  .month-container .single-event .event-name {
    margin-top: 0;
    margin-bottom: 0; }
  .month-container .single-event .more-details {
    display: none; }

.month-container .day-wrap {
  position: relative;
  padding: 20px 0;
  min-height: 120px;
  border-bottom: 1px solid #E5E5E5; }
  .month-container .day-wrap .day {
    position: absolute;
    top: 22px;
    right: auto;
    left: 0;
    min-height: 0;
    margin-top: -10px !important; }
    @media (max-width: 1023px) {
      .month-container .day-wrap .day {
        position: relative;
        top: auto;
        font-size: 66px !important; } }
  .color-yellow .month-container .day-wrap .day-text {
    color: #EDB400; }
  .color-blue .month-container .day-wrap .day-text {
    color: #16386e; }

.btn-inline {
  margin: 0 10px 4px 0;
  padding: 12px 15px;
  display: inline-block;
  text-align: center;
  border: solid 1px;
  border-color: #E5E5E5;
  border-radius: 2px; }
  .color-yellow .btn-inline {
    color: #EDB400;
    border-color: #EDB400; }
    .color-yellow .btn-inline:hover {
      background-color: #EDB400;
      color: #fff; }
    .color-yellow .btn-inline.active {
      background-color: #EDB400;
      color: #fff; }
  .color-blue .btn-inline {
    color: #16386e;
    border-color: #16386e; }
    .color-blue .btn-inline:hover {
      background-color: #16386e;
      color: #fff; }
    .color-blue .btn-inline.active {
      background-color: #16386e;
      color: #fff; }
  @media (max-width: 1023px) {
    .btn-inline {
      border: 1px solid transparent;
      width: 100%; } }
.learndash-cpt #main {
  padding: 0 50px;
  margin-top: 50px; }
  @media (max-width: 1023px) {
    .learndash-cpt #main {
      margin-top: 0;
      padding: 0 16px; } }
  .learndash-cpt #main > .learndash {
    margin-top: 2rem;
    min-height: 45vh; }
  .learndash-cpt #main h4 {
    font-weight: normal;
    margin: 0 0 0.5rem; }
    .learndash-cpt #main h4 + p {
      margin-top: 0; }
    .learndash-cpt #main h4:not(:first-child) {
      margin-top: 4rem; }
  .learndash-cpt #main .ld-table-list-title {
    font-family: "Tungsten A", "Tungsten B",Impact,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.01em; }
  .learndash-cpt #main .wpProQuiz_content .wpProQuiz_earned_points, .learndash-cpt #main .wpProQuiz_content .wpProQuiz_graded_points, .learndash-cpt #main .wpProQuiz_content .wpProQuiz_points {
    font-weight: 400; }
  .learndash-cpt #main .ld-tab-content,
  .learndash-cpt #main .wpProQuiz_question,
  .learndash-cpt #main .wpProQuiz_text,
  .learndash-cpt #main .wpProQuiz_results,
  .learndash-cpt #main .ld-lesson-list {
    max-width: 890px;
    margin-left: auto !important;
    margin-right: auto !important; }
  .learndash-cpt #main .learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2, .learndash-cpt #main .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2 {
    font-family: "Tungsten A", "Tungsten B",Impact,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 66px;
    line-height: 0.82;
    text-transform: uppercase;
    letter-spacing: -0.02em; }
    @media (max-width: 1023px) {
      .learndash-cpt #main .learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2, .learndash-cpt #main .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2 {
        font-size: 42px; } }
@font-face {
  font-family: 'ld-icons';
  src: url("../fonts/ld-icons.eot?e0vk6b");
  src: url("../fonts/ld-icons.eot?e0vk6b#iefix") format("embedded-opentype"), url("../fonts/ld-icons.ttf?e0vk6b") format("truetype"), url("../fonts/ld-icons.woff?e0vk6b") format("woff"), url("../fonts/ld-icons.svg?e0vk6b#ld-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

html body .ld-icon {
  font-family: 'ld-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block; }

html body .ld-icon-alert:before {
  content: "\e90d"; }

html body .ld-icon-unlocked:before {
  content: "\e900"; }

html body .ld-icon-quiz:before {
  content: "\e901"; }

html body .ld-icon-materials:before {
  content: "\e902"; }

html body .ld-icon-download:before {
  content: "\e903"; }

html body .ld-icon-course-outline:before {
  content: "\e904"; }

html body .ld-icon-content:before {
  content: "\e905"; }

html body .ld-icon-complete:before, html body .ld-icon-checkmark:before {
  content: "\e906"; }

html body .ld-icon-clock:before {
  content: "\e907"; }

html body .ld-icon-certificate:before {
  content: "\e908"; }

html body .ld-icon-calendar:before {
  content: "\e909"; }

html body .ld-icon-assignment:before {
  content: "\e90a"; }

html body .ld-icon-arrow-up:before {
  content: "\e912"; }

html body .ld-icon-arrow-right:before {
  content: "\e913"; }

html body .ld-icon-arrow-left:before {
  content: "\e914"; }

html body .ld-icon-arrow-down:before {
  content: "\e915"; }

html body .ld-icon-login:before {
  content: "\e90c"; }

html body .ld-icon-remove:before, html body .ld-icon-delete:before {
  content: "\e90b"; }

html body .ld-icon-comments:before {
  content: "\e917"; }

html body .ld-icon-search:before {
  content: "\e916"; }

html body .learndash-wrapper * {
  box-sizing: border-box; }

html body .learndash-wrapper .learndash_checkout_buttons {
  margin: 0 .5em 0 0; }

html body .learndash-wrapper .btn-join, html body .learndash-wrapper #btn-join {
  margin: 0;
  border-radius: 20px;
  background-color: #B1A68B;
  color: white;
  box-shadow: none;
  text-transform: none;
  font-family: inherit;
  font-weight: normal;
  font-size: .75em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  max-width: 385px;
  white-space: nowrap;
  text-shadow: none;
  border: 0;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: auto;
  padding: .75em 1.5em;
  margin-left: 0; }

html body .learndash-wrapper .btn-join .ld-icon, html body .learndash-wrapper #btn-join .ld-icon {
  font-size: .875em; }

html body .learndash-wrapper .btn-join .ld-text, html body .learndash-wrapper #btn-join .ld-text {
  padding: 0 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  text-align: center; }

html body .learndash-wrapper .btn-join + .ld-button, html body .learndash-wrapper #btn-join + .ld-button {
  margin-left: 1em; }

html body .learndash-wrapper .btn-join.ld-compact, html body .learndash-wrapper #btn-join.ld-compact {
  padding: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  -webkit-flex-basis: 24px;
          flex-basis: 24px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

html body .learndash-wrapper .btn-join.ld-compact .ld-icon, html body .learndash-wrapper #btn-join.ld-compact .ld-icon {
  margin-right: 0;
  font-size: .75em; }

html body .learndash-wrapper .btn-join.ld-compact .ld-text, html body .learndash-wrapper #btn-join.ld-compact .ld-text {
  padding: 0; }

html body .learndash-wrapper .btn-join.ld-button-alternate, html body .learndash-wrapper #btn-join.ld-button-alternate {
  background: transparent;
  color: #B1A68B;
  padding: 0; }

html body .learndash-wrapper .btn-join.ld-button-alternate .ld-icon, html body .learndash-wrapper #btn-join.ld-button-alternate .ld-icon {
  background: #B1A68B;
  color: white;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
          flex: 0 0 18px;
  padding: 2px;
  line-height: 16px;
  text-align: center;
  font-weight: normal;
  -webkit-transition: color .3s ease,background .3s ease;
  transition: color .3s ease,background .3s ease; }

html body .learndash-wrapper .btn-join.ld-button-alternate .ld-text, html body .learndash-wrapper #btn-join.ld-button-alternate .ld-text {
  padding-left: .5em; }

html body .learndash-wrapper .btn-join.ld-button-alternate:hover, html body .learndash-wrapper #btn-join.ld-button-alternate:hover {
  background: transparent; }

html body .learndash-wrapper .btn-join.ld-button-transparent, html body .learndash-wrapper #btn-join.ld-button-transparent {
  color: #B1A68B;
  background: transparent; }

html body .learndash-wrapper .btn-join.ld-button-transparent.ld-status-complete, html body .learndash-wrapper #btn-join.ld-button-transparent.ld-status-complete {
  color: #8C1E41; }

html body .learndash-wrapper .btn-join.ld-button-transparent:hover, html body .learndash-wrapper #btn-join.ld-button-transparent:hover {
  background: transparent; }

html body .learndash-wrapper .btn-join.ld-button-reverse, html body .learndash-wrapper #btn-join.ld-button-reverse {
  background: white;
  color: #B1A68B; }

html body .learndash-wrapper .btn-join.ld-button-reverse:hover, html body .learndash-wrapper #btn-join.ld-button-reverse:hover {
  background: #B1A68B;
  color: white; }

html body .learndash-wrapper .btn-join:hover, html body .learndash-wrapper #btn-join:hover {
  opacity: .75;
  background-color: #B1A68B; }

html body .learndash-wrapper .btn-join:focus, html body .learndash-wrapper #btn-join:focus {
  outline: 0;
  opacity: .75; }

html body .learndash-wrapper .ld-button {
  margin: 0;
  border-radius: 20px;
  background-color: #B1A68B;
  color: white;
  box-shadow: none;
  text-transform: none;
  font-family: inherit;
  font-weight: normal;
  font-size: .75em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  max-width: 385px;
  white-space: nowrap;
  text-shadow: none;
  border: 0;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: auto;
  padding: .75em 1.5em; }

html body .learndash-wrapper .ld-button .ld-icon {
  font-size: .875em; }

html body .learndash-wrapper .ld-button .ld-text {
  padding: 0 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  text-align: center; }

html body .learndash-wrapper .ld-button + .ld-button {
  margin-left: 1em; }

html body .learndash-wrapper .ld-button.ld-compact {
  padding: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  -webkit-flex-basis: 24px;
          flex-basis: 24px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

html body .learndash-wrapper .ld-button.ld-compact .ld-icon {
  margin-right: 0;
  font-size: .75em; }

html body .learndash-wrapper .ld-button.ld-compact .ld-text {
  padding: 0; }

html body .learndash-wrapper .ld-button.ld-button-alternate {
  background: transparent;
  color: #B1A68B;
  padding: 0; }

html body .learndash-wrapper .ld-button.ld-button-alternate .ld-icon {
  background: #B1A68B;
  color: white;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
          flex: 0 0 18px;
  padding: 2px;
  line-height: 16px;
  text-align: center;
  font-weight: normal;
  -webkit-transition: color .3s ease,background .3s ease;
  transition: color .3s ease,background .3s ease; }

html body .learndash-wrapper .ld-button.ld-button-alternate .ld-text {
  padding-left: .5em; }

html body .learndash-wrapper .ld-button.ld-button-alternate:hover {
  background: transparent; }

html body .learndash-wrapper .ld-button.ld-button-transparent {
  color: #B1A68B;
  background: transparent; }

html body .learndash-wrapper .ld-button.ld-button-transparent.ld-status-complete {
  color: #8C1E41; }

html body .learndash-wrapper .ld-button.ld-button-transparent:hover {
  background: transparent; }

html body .learndash-wrapper .ld-button.ld-button-reverse {
  background: white;
  color: #B1A68B; }

html body .learndash-wrapper .ld-button.ld-button-reverse:hover {
  background: #B1A68B;
  color: white; }

html body .learndash-wrapper .ld-button:hover {
  opacity: .75;
  background-color: #B1A68B; }

html body .learndash-wrapper .ld-button:focus {
  outline: 0;
  opacity: .75; }

html body .learndash-wrapper .ld-button .ld-icon {
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms; }

html body .learndash-wrapper .ld-button:hover .ld-icon-arrow-right {
  -webkit-transform: translateX(3px);
  transform: translateX(3px); }

html body .learndash-wrapper .ld-button:hover .ld-icon-arrow-left {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px); }

html body .learndash-wrapper a {
  text-decoration: none;
  text-shadow: none;
  border-bottom: none !important;
  box-shadow: none !important; }

html body .learndash-wrapper a:hover {
  text-decoration: none; }

html body .learndash-wrapper.ld-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0 2em;
  max-width: 1280px;
  margin: auto; }

html body .learndash-wrapper .ld-page-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
          flex: 1 auto;
  padding-right: 2.5%; }

html body .learndash-wrapper .ld-sidebar-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 250px;
          flex: 0 0 250px;
  padding-left: 2.5%; }

html body .learndash-wrapper .ld-profile-avatar {
  border-radius: 100%;
  overflow: hidden; }

html body .learndash-wrapper .ld-profile-avatar img {
  width: 100%;
  height: auto; }

html body .learndash-wrapper .sfwd-mark-complete, html body .learndash-wrapper #sfwd-mark-complete {
  position: relative;
  display: block;
  overflow: hidden; }

html body .learndash-wrapper .sfwd-mark-complete::after, html body .learndash-wrapper #sfwd-mark-complete::after {
  font-family: 'ld-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e906";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white; }

html body .learndash-wrapper .learndash_mark_complete_button, html body .learndash-wrapper #learndash_mark_complete_button {
  margin: 0;
  border-radius: 20px;
  background-color: #B1A68B;
  color: white;
  box-shadow: none;
  text-transform: none;
  font-family: inherit;
  font-weight: normal;
  font-size: .75em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  max-width: 385px;
  white-space: nowrap;
  text-shadow: none;
  border: 0;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: auto;
  padding: .75em 1.5em;
  background-color: #8C1E41;
  padding: 1em;
  padding-right: 3em; }

html body .learndash-wrapper .learndash_mark_complete_button .ld-icon, html body .learndash-wrapper #learndash_mark_complete_button .ld-icon {
  font-size: .875em; }

html body .learndash-wrapper .learndash_mark_complete_button .ld-text, html body .learndash-wrapper #learndash_mark_complete_button .ld-text {
  padding: 0 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  text-align: center; }

html body .learndash-wrapper .learndash_mark_complete_button + .ld-button, html body .learndash-wrapper #learndash_mark_complete_button + .ld-button {
  margin-left: 1em; }

html body .learndash-wrapper .learndash_mark_complete_button.ld-compact, html body .learndash-wrapper #learndash_mark_complete_button.ld-compact {
  padding: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  -webkit-flex-basis: 24px;
          flex-basis: 24px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

html body .learndash-wrapper .learndash_mark_complete_button.ld-compact .ld-icon, html body .learndash-wrapper #learndash_mark_complete_button.ld-compact .ld-icon {
  margin-right: 0;
  font-size: .75em; }

html body .learndash-wrapper .learndash_mark_complete_button.ld-compact .ld-text, html body .learndash-wrapper #learndash_mark_complete_button.ld-compact .ld-text {
  padding: 0; }

html body .learndash-wrapper .learndash_mark_complete_button.ld-button-alternate, html body .learndash-wrapper #learndash_mark_complete_button.ld-button-alternate {
  background: transparent;
  color: #B1A68B;
  padding: 0; }

html body .learndash-wrapper .learndash_mark_complete_button.ld-button-alternate .ld-icon, html body .learndash-wrapper #learndash_mark_complete_button.ld-button-alternate .ld-icon {
  background: #B1A68B;
  color: white;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
          flex: 0 0 18px;
  padding: 2px;
  line-height: 16px;
  text-align: center;
  font-weight: normal;
  -webkit-transition: color .3s ease,background .3s ease;
  transition: color .3s ease,background .3s ease; }

html body .learndash-wrapper .learndash_mark_complete_button.ld-button-alternate .ld-text, html body .learndash-wrapper #learndash_mark_complete_button.ld-button-alternate .ld-text {
  padding-left: .5em; }

html body .learndash-wrapper .learndash_mark_complete_button.ld-button-alternate:hover, html body .learndash-wrapper #learndash_mark_complete_button.ld-button-alternate:hover {
  background: transparent; }

html body .learndash-wrapper .learndash_mark_complete_button.ld-button-transparent, html body .learndash-wrapper #learndash_mark_complete_button.ld-button-transparent {
  color: #B1A68B;
  background: transparent; }

html body .learndash-wrapper .learndash_mark_complete_button.ld-button-transparent.ld-status-complete, html body .learndash-wrapper #learndash_mark_complete_button.ld-button-transparent.ld-status-complete {
  color: #8C1E41; }

html body .learndash-wrapper .learndash_mark_complete_button.ld-button-transparent:hover, html body .learndash-wrapper #learndash_mark_complete_button.ld-button-transparent:hover {
  background: transparent; }

html body .learndash-wrapper .learndash_mark_complete_button.ld-button-reverse, html body .learndash-wrapper #learndash_mark_complete_button.ld-button-reverse {
  background: white;
  color: #B1A68B; }

html body .learndash-wrapper .learndash_mark_complete_button.ld-button-reverse:hover, html body .learndash-wrapper #learndash_mark_complete_button.ld-button-reverse:hover {
  background: #B1A68B;
  color: white; }

html body .learndash-wrapper .learndash_mark_complete_button:hover, html body .learndash-wrapper #learndash_mark_complete_button:hover {
  opacity: .75;
  background-color: #B1A68B; }

html body .learndash-wrapper .learndash_mark_complete_button:focus, html body .learndash-wrapper #learndash_mark_complete_button:focus {
  outline: 0;
  opacity: .75; }

html body .learndash-wrapper .learndash_mark_complete_button:disabled, html body .learndash-wrapper #learndash_mark_complete_button:disabled {
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

html body .learndash-wrapper .ld-content-actions {
  clear: both;
  border-top: 2px solid #e2e7ed;
  padding: 1em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

html body .learndash-wrapper .ld-content-actions .ld-content-action {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 185px;
          flex: 0 0 185px;
  position: relative; }

html body .learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back {
  font-size: .75em;
  margin: 0 20%; }

html body .learndash-wrapper .ld-content-actions .ld-content-action + a {
  -ms-grid-row-align: center;
  -webkit-align-self: center;
          align-self: center; }

html body .learndash-wrapper .ld-content-actions > a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  text-align: center;
  font-size: .75em; }

html body .learndash-wrapper .ld-content-actions .learndash_timer, html body .learndash-wrapper .ld-content-actions #learndash_timer {
  position: absolute;
  top: 100%;
  text-align: center;
  display: block;
  padding: 1em;
  left: 0;
  right: 0;
  color: #728188;
  font-weight: normal; }

html body .learndash-wrapper .ld-mobile-only {
  display: none !important; }

html body .learndash-wrapper .ld-loading {
  position: relative; }

html body .learndash-wrapper .ld-loading::after {
  position: absolute;
  content: '';
  display: block;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5); }

html body .learndash-wrapper .ld-loading::before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 40px;
  z-index: 100;
  height: 40px;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  border: 3px solid rgba(0, 0, 0, 0.5);
  border-top: 3px solid #B1A68B;
  -webkit-animation: ldrotating 1.2s infinite linear;
  animation: ldrotating 1.2s infinite linear; }

html body .learndash-wrapper .ld-group-list {
  margin-bottom: 2em; }

html body .learndash-wrapper .ld-item-list {
  margin: 2em 0 1em 0; }

html body .learndash-wrapper .ld-item-list .ld-table-list.ld-no-pagination {
  border-bottom: 0 !important; }

html body .learndash-wrapper .ld-item-list .ld-item-list-content {
  padding: 1.5em; }

html body .learndash-wrapper .ld-item-list .ld-section-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  align-items: center; }

html body .learndash-wrapper .ld-item-list .ld-section-heading h3 {
  font-weight: normal; }

html body .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%; }

html body .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1; }

html body .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress .ld-progress-stats {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end; }

html body .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress .ld-progress-label {
  text-transform: none;
  font-size: 1.5em; }

html body .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress .ld-progress-bar {
  background-color: #e2e7ed; }

html body .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button {
  margin-left: 1em; }

html body .learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  color: #728188;
  cursor: pointer;
  font-weight: normal;
  font-size: .875em;
  -webkit-transition: color .3s ease;
  transition: color .3s ease; }

html body .learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt .ld-icon {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  font-size: 1.4em; }

html body .learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt:hover {
  color: #B1A68B; }

html body .learndash-wrapper .ld-item-list .ld-item-search {
  height: auto;
  max-height: 0;
  -webkit-transition: max-height .3s ease;
  transition: max-height .3s ease;
  overflow: hidden; }

html body .learndash-wrapper .ld-item-list .ld-item-search h4 {
  margin: 0;
  margin-bottom: .5em;
  font-weight: normal; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-closer {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: .625em; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-closer:before {
  content: 'x';
  margin-right: .25em; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper {
  padding: 12px;
  position: relative;
  background: #e2e7ed;
  border-radius: 6px;
  margin: 1em 0;
  overflow: visible; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: -8px;
  left: 66px;
  background: white;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 9; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper:before {
  background: #e2e7ed;
  z-index: 9;
  left: auto;
  right: 130px; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  padding-right: 1em; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields label {
  display: block;
  margin-bottom: .5em;
  font-size: .875em;
  color: #728188; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields input, html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields select {
  height: 30px;
  border: 2px solid #ccd2d9;
  background: white;
  border-radius: 0;
  width: 100%;
  padding: 0 .5em; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name {
  position: relative; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name .ld-reset-button {
  position: absolute;
  right: 18px;
  bottom: 2px;
  font-weight: 400;
  font-size: 12px;
  background: #fff;
  height: 26px;
  padding: 0 1em;
  line-height: 26px;
  color: #728188;
  text-decoration: none;
  display: inline-block; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name .ld-reset-button::before {
  content: 'x';
  margin-right: .25em;
  display: inline-block; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name input[type=text] {
  width: 100%; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
          flex: 0 0 100px;
  padding-right: 0; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button {
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  border: 0;
  margin: 0;
  border-radius: 20px;
  background-color: #B1A68B;
  color: white;
  box-shadow: none;
  text-transform: none;
  font-family: inherit;
  font-weight: normal;
  font-size: .75em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  max-width: 385px;
  white-space: nowrap;
  text-shadow: none;
  border: 0;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: auto;
  padding: .75em 1.5em;
  margin: 0; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button .ld-icon {
  font-size: .875em; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button .ld-text {
  padding: 0 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  text-align: center; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button + .ld-button {
  margin-left: 1em; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-compact {
  padding: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  -webkit-flex-basis: 24px;
          flex-basis: 24px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-compact .ld-icon {
  margin-right: 0;
  font-size: .75em; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-compact .ld-text {
  padding: 0; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-alternate {
  background: transparent;
  color: #B1A68B;
  padding: 0; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-alternate .ld-icon {
  background: #B1A68B;
  color: white;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
          flex: 0 0 18px;
  padding: 2px;
  line-height: 16px;
  text-align: center;
  font-weight: normal;
  -webkit-transition: color .3s ease,background .3s ease;
  transition: color .3s ease,background .3s ease; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-alternate .ld-text {
  padding-left: .5em; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-alternate:hover {
  background: transparent; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-transparent {
  color: #B1A68B;
  background: transparent; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-transparent.ld-status-complete {
  color: #8C1E41; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-transparent:hover {
  background: transparent; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-reverse {
  background: white;
  color: #B1A68B; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-reverse:hover {
  background: #B1A68B;
  color: white; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:hover {
  opacity: .75;
  background-color: #B1A68B; }

html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:focus {
  outline: 0;
  opacity: .75; }

html body .learndash-wrapper .ld-item-list .ld-item-list-item {
  border: 2px solid #e2e7ed;
  border-radius: 6px;
  margin-bottom: 12px;
  background: #fff; }

html body .learndash-wrapper .ld-item-list .ld-item-list-item.ld-is-next {
  border-color: #B1A68B; }

html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
  margin-right: .5em;
  margin-top: 0; }

html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-align: top;
  -webkit-align-items: top;
          align-items: top;
  color: #495255; }

html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-sep {
  color: #e2e7ed;
  padding: 0 .5em; }

html body .learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover {
  color: #B1A68B; }

html body .learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover .ld-item-title .ld-item-components {
  color: #728188; }

html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-components {
  font-weight: 400;
  display: block;
  font-size: .825em;
  margin-top: .5em;
  color: #728188; }

html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-status {
  display: inline-block;
  font-size: .825em; }

html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-component + .ld-status {
  margin-left: .5em; }

html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end; }

html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button {
  margin-left: 1em; }

html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-certificate-link {
  margin-right: 15px;
  font-size: 26px;
  color: #8C1E41; }

html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded {
  position: relative;
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease;
  transition: max-height .5s ease; }

html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: -8px;
  left: 66px;
  background: white;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 9; }

html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded:before {
  left: 64px; }

html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress {
  background: #e2e7ed;
  padding: 2em 4.125em; }

html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents {
  padding: 2em 4.125em; }

html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress {
  margin-top: 0; }

html body .learndash-wrapper .ld-table-list {
  border-radius: 6px;
  overflow: hidden;
  margin: 1.5em 0; }

html body .learndash-wrapper .ld-table-list .ld-table-list-header, html body .learndash-wrapper .ld-table-list .ld-table-list-item-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 20px 0;
  overflow-wrap: break-word; }

html body .learndash-wrapper .ld-table-list .ld-table-list-header a, html body .learndash-wrapper .ld-table-list .ld-table-list-item-preview a {
  color: #333; }

html body .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title, html body .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

html body .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title a, html body .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-title a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

html body .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns, html body .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
          flex: 2;
  padding-left: 1em; }

html body .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column, html body .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  text-align: center;
  padding-left: .25em;
  padding-right: .25em; }

html body .learndash-wrapper .ld-table-list a.ld-table-list-item-preview {
  color: #333; }

html body .learndash-wrapper .ld-table-list a.ld-table-list-item-preview:hover {
  color: #B1A68B; }

html body .learndash-wrapper .ld-table-list .ld-table-list-header {
  background-color: #B1A68B;
  color: white;
  font-weight: normal;
  padding: 20px 22px; }

html body .learndash-wrapper .ld-table-list .ld-table-list-items {
  padding: 0 20px;
  border: 2px solid #e2e7ed;
  border-top: 0;
  border-bottom: 0;
  font-size: .875em;
  overflow: hidden; }

html body .learndash-wrapper .ld-table-list .ld-table-list-item {
  border-bottom: 1px solid #e2e7ed;
  padding-left: 0;
  padding-right: 0; }

html body .learndash-wrapper .ld-table-list .ld-table-list-item:last-child {
  border-bottom: 0; }

html body .learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a {
  color: #333; }

html body .learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a:hover {
  color: #B1A68B; }

html body .learndash-wrapper .ld-table-list .ld-table-list-item .ld-comments-column {
  color: #728188;
  font-weight: 400;
  font-size: 1.2em; }

html body .learndash-wrapper .ld-table-list .ld-table-list-item .ld-comments-column a {
  color: #728188; }

html body .learndash-wrapper .ld-table-list .ld-table-list-item .ld-comments-column .ld-icon-comments {
  font-size: 1.5em;
  -webkit-transform: translateY(0.2em);
  transform: translateY(0.2em); }

html body .learndash-wrapper .ld-table-list .ld-table-list-item-expanded {
  padding: .75em 2em; }

html body .learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list {
  position: relative; }

html body .learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: -8px;
  left: 66px;
  background: white;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 9; }

html body .learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list:before {
  left: 32px; }

html body .learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-header {
  background-color: #e2e7ed;
  color: #495255; }

html body .learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-items {
  padding-top: 0;
  background: #e2e7ed; }

html body .learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-item:first-child {
  border-top: 2px solid #495255; }

html body .learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-item {
  border-bottom: 1px solid rgba(73, 82, 85, 0.2); }

html body .learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-item:last-child {
  border-bottom: 0; }

html body .learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-item-preview {
  padding: 10px;
  padding-left: 0;
  padding-right: 0; }

html body .learndash-wrapper .ld-table-list .ld-table-list-footer {
  background: #e2e7ed;
  padding: 20px; }

html body .learndash-wrapper .ld-table-list .ld-table-list-footer .ld-pagination {
  margin-bottom: 0; }

html body .learndash-wrapper .ld-table-list.ld-no-pagination {
  border-bottom: 2px solid #e2e7ed; }

html body .learndash-wrapper .ld-table-list.ld-no-pagination .ld-table-list-footer {
  background: transparent;
  padding: 0; }

html body .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column {
  font-size: .75em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 150px;
          flex: 0 1 150px; }

html body .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column.ld-assignment-column-approved {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  text-align: right; }

html body .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column {
  font-size: .875em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 150px;
          flex: 0 1 150px;
  line-height: 1.4em; }

html body .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column .ld-column-label {
  display: none; }

html body .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-statuscolumn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  text-align: right; }

html body .learndash-wrapper .ld-table-list.ld-assignment-list .ld-table-list-item-preview .ld-table-list-title {
  overflow: hidden; }

html body .learndash-wrapper .ld-progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin: 1em 0; }

html body .learndash-wrapper .ld-progress .ld-progress-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  font-size: .75em;
  line-height: 1em; }

html body .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-label {
  text-transform: uppercase;
  font-weight: 800; }

html body .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start; }

html body .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
  text-transform: uppercase;
  font-weight: normal;
  color: #8C1E41;
  margin-right: 1.5em; }

html body .learndash-wrapper .ld-progress .ld-progress-bar {
  height: 7px;
  background-color: white;
  border-radius: 7px;
  margin: 5px 0;
  overflow: hidden; }

html body .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
  height: 7px;
  background: #8C1E41; }

html body .learndash-wrapper .ld-progress.ld-progress-inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

html body .learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
          flex: 1 auto;
  margin-right: 1em; }

html body .learndash-wrapper .ld-progress.ld-progress-inline .ld-status {
  margin-left: 1em; }

html body .learndash-wrapper .ld-breadcrumbs + .ld-topic-status {
  padding: 0; }

html body .learndash-wrapper.learndash-widget .ld-progress {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

html body .learndash-wrapper.learndash-widget .ld-progress .ld-progress-heading {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin: .25em 0; }

html body .learndash-wrapper.learndash-widget .ld-progress .ld-progress-bar {
  background-color: #e2e7ed;
  width: 100%;
  margin-right: 0; }

html body .learndash-pager {
  color: #728188;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  color: #728188;
  text-transform: uppercase;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 12px;
  font-weight: 400;
  background-color: #e2e7ed;
  padding: 6px 12px;
  border-radius: 17px;
  margin: 10px 0; }

html body .learndash-pager a {
  font-size: 18px;
  color: #728188;
  text-decoration: none !important;
  border: none !important;
  cursor: pointer;
  box-shadow: none !important;
  line-height: 1em; }

html body .learndash-pager a::before, html body .learndash-pager a::after {
  display: none; }

html body .learndash-pager a.disabled {
  opacity: .5;
  cursor: default; }

html body .learndash-pager .pager-left {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1; }

html body .learndash-pager .pager-legend {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
          order: 2;
  padding: 0 8px; }

html body .learndash-pager .pager-right {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
          order: 3; }

html body .learndash-wrapper .ld-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  color: #728188;
  text-transform: uppercase;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: .75em;
  font-weight: 400;
  margin-bottom: 1em; }

html body .learndash-wrapper .ld-pagination .ld-pages {
  background-color: #e2e7ed;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 180px;
          flex: 0 0 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: .5em;
  border-radius: 17px;
  overflow: hidden;
  line-height: 1; }

html body .learndash-wrapper .ld-pagination .ld-pages i {
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #728188;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease; }

html body .learndash-wrapper .ld-pagination .ld-pages i:hover {
  color: #B1A68B; }

html body .learndash-wrapper .ld-pagination .ld-pages a {
  color: #728188;
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms; }

html body .learndash-wrapper .ld-pagination .ld-pages a:hover {
  color: #333; }

html body .learndash-wrapper .ld-pagination .ld-pages a.disabled {
  pointer-events: none;
  opacity: .25; }

html body .learndash-wrapper .ld-item-list-item-expanded .ld-pagination .ld-pages {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
          flex: 0 0 100px;
  padding: 0 10px; }

html body .learndash-wrapper .ld-table-list-footer .ld-pagination .ld-pages {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
          flex: 0 0 120px; }

html body .learndash-wrapper .ld-section-heading h3 {
  font-size: 24px;
  margin: .5em 0; }

html body .learndash-wrapper .ld-score {
  font-weight: 400; }

html body .learndash-wrapper .ld-score.score-low {
  color: #ff3c00; }

html body .learndash-wrapper .ld-score.score-high {
  color: #8C1E41; }

html body .learndash-wrapper .ld-expand-button {
  margin: 0;
  border-radius: 20px;
  background-color: #B1A68B;
  color: white;
  box-shadow: none;
  text-transform: none;
  font-family: inherit;
  font-weight: normal;
  font-size: .75em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  max-width: 385px;
  white-space: nowrap;
  text-shadow: none;
  border: 0;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: auto;
  padding: .75em 1.5em;
  display: flex;
  align-items: center; }

html body .learndash-wrapper .ld-expand-button .ld-icon {
  font-size: .875em; }

html body .learndash-wrapper .ld-expand-button .ld-text {
  padding: 0 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  text-align: center; }

html body .learndash-wrapper .ld-expand-button + .ld-button {
  margin-left: 1em; }

html body .learndash-wrapper .ld-expand-button.ld-compact {
  padding: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  -webkit-flex-basis: 24px;
          flex-basis: 24px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

html body .learndash-wrapper .ld-expand-button.ld-compact .ld-icon {
  margin-right: 0;
  font-size: .75em; }

html body .learndash-wrapper .ld-expand-button.ld-compact .ld-text {
  padding: 0; }

html body .learndash-wrapper .ld-expand-button.ld-button-alternate {
  background: transparent;
  color: #B1A68B;
  padding: 0; }

html body .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon {
  background: #B1A68B;
  color: white;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
          flex: 0 0 18px;
  padding: 2px;
  line-height: 16px;
  text-align: center;
  font-weight: normal;
  -webkit-transition: color .3s ease,background .3s ease;
  transition: color .3s ease,background .3s ease; }

html body .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-text {
  padding-left: .5em; }

html body .learndash-wrapper .ld-expand-button.ld-button-alternate:hover {
  background: transparent; }

html body .learndash-wrapper .ld-expand-button.ld-button-transparent {
  color: #B1A68B;
  background: transparent; }

html body .learndash-wrapper .ld-expand-button.ld-button-transparent.ld-status-complete {
  color: #8C1E41; }

html body .learndash-wrapper .ld-expand-button.ld-button-transparent:hover {
  background: transparent; }

html body .learndash-wrapper .ld-expand-button.ld-button-reverse {
  background: white;
  color: #B1A68B; }

html body .learndash-wrapper .ld-expand-button.ld-button-reverse:hover {
  background: #B1A68B;
  color: white; }

html body .learndash-wrapper .ld-expand-button:hover {
  opacity: .75;
  background-color: #B1A68B; }

html body .learndash-wrapper .ld-expand-button:focus {
  outline: 0;
  opacity: .75; }

html body .learndash-wrapper .ld-expand-button.ld-expanded .ld-icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

html body .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-text {
  text-align: left; }

html body .learndash-wrapper .ld-status {
  border-radius: 12px;
  background-color: #e2e7ed;
  text-align: center;
  padding: 5px 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .5px;
  font-size: 11px;
  line-height: 1.1;
  color: #728188;
  display: block; }

html body .learndash-wrapper .ld-status-icon {
  -webkit-flex-basis: 26px;
          flex-basis: 26px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  height: 26px;
  width: 26px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  text-align: center; }

html body .learndash-wrapper .ld-status-icon .ld-icon {
  font-size: 1.5em; }

html body .learndash-wrapper .ld-status-icon .ld-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }

html body .learndash-wrapper .ld-status-icon.ld-status-complete .ld-icon {
  font-size: 1em; }

html body .learndash-wrapper .ld-status-icon.ld-quiz-complete {
  color: #8C1E41; }

html body .learndash-wrapper .ld-status-complete {
  background-color: #8C1E41;
  color: white; }

html body .learndash-wrapper a.ld-status-complete:link, html body .learndash-wrapper a.ld-status-complete:visited, html body .learndash-wrapper a.ld-status-complete:focus {
  color: white; }

html body .learndash-wrapper .ld-status-waiting {
  background-color: #ffd200;
  color: rgba(0, 0, 0, 0.65); }

html body .learndash-wrapper .ld-status-unlocked {
  background-color: #ebf8fd;
  color: #B1A68B; }

html body .learndash-wrapper .ld-status-incomplete.ld-status-icon {
  border: 4px solid #e2e7ed;
  background-color: white; }

html body .learndash-wrapper .ld-status-in-progress {
  border: 4px solid #e2e7ed;
  border-left-color: #8C1E41;
  border-top-color: #8C1E41;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: white; }

html body .learndash-wrapper .ld-certificate-icon {
  width: 40px;
  height: 30px;
  background: #8C1E41;
  display: block;
  margin: auto; }

html body .learndash-wrapper .ld-item-icon {
  margin-right: .25em;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  font-size: 1.4em; }

html body .learndash-wrapper .ld-item-icon.quiz-failure {
  color: #ff3c00; }

html body .learndash-wrapper .ld-item-icon.ld-quiz-complete {
  color: #8C1E41; }

html body .learndash-wrapper .ld-item-icon.ld-quiz-incomplete {
  color: #333; }

html body .learndash-wrapper .ld-icon-delete {
  font-size: 1.8em;
  color: #7b8990;
  margin-right: .25em; }

html body .learndash-wrapper .ld-icon-delete:hover {
  color: #333; }

html body .learndash-wrapper .ld-home-link {
  color: #495255;
  font-size: .75em;
  margin: 0 0 .75em 0;
  text-decoration: underline; }

html body .learndash-wrapper .ld-home-link:hover {
  text-decoration: none; }

html body .learndash-wrapper .ld-text-content {
  color: #666;
  line-height: 1.6;
  margin: 1.5em 0; }

html body .learndash-wrapper .ld-select-field {
  position: relative; }

html body .learndash-wrapper .ld-select-field:after {
  font-family: 'ld-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e90e";
  position: absolute;
  top: 50%;
  right: .5em;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none; }

html body .learndash-wrapper .ld-select-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

html body .learndash-wrapper .ld-file-upload {
  padding: 1.5em;
  background-color: #f0f3f6;
  border-radius: 6px;
  margin: 1em 0; }

html body .learndash-wrapper .ld-file-upload .ld-file-upload-heading {
  color: #728188;
  font-size: 1.2em;
  font-weight: 400; }

html body .learndash-wrapper .ld-file-upload .ld-file-upload-heading span {
  font-weight: 300;
  font-size: .8em; }

html body .learndash-wrapper .ld-file-upload .ld-file-upload-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

html body .learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

html body .learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input + label {
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  background-color: white;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

html body .learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input + label strong {
  background-color: #728188;
  font-weight: 400;
  color: white;
  padding: .5em 2em;
  font-size: .875em; }

html body .learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input + label span {
  color: #333;
  font-size: .875em;
  font-style: italic;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: .5em 2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

html body .learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
          flex: 0 0 150px;
  height: 35px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: .875em;
  opacity: .5; }

html body .learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-selected + .ld-button {
  opacity: 1; }

html body .learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input + label {
  cursor: pointer;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-right: .5em; }

html body .learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input:focus + label, html body .learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px; }

html body .learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-upload-message {
  font-size: .8em;
  margin-top: 1em;
  line-height: 1.5em; }

html body .learndash-wrapper .ld-hide {
  display: none; }

html body .learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading, html body .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading {
  margin-bottom: 1.5em; }

html body .learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2, html body .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2 {
  margin: 0;
  padding: 0;
  font-size: 24px; }

html body .learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading .ld-item-list-actions, html body .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions {
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end; }

html body .learndash-wrapper .ld-item-list.ld-course-list .ld-lesson-section-heading, html body .learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading {
  font-size: 18px;
  display: block;
  margin: 1em 0 .5em 0;
  font-weight: normal;
  font-family: "Tungsten A", "Tungsten B",Impact,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em; }
  @media (max-width: 1023px) {
    html body .learndash-wrapper .ld-item-list.ld-course-list .ld-lesson-section-heading, html body .learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading {
      font-size: 30px; } }
html body .learndash-wrapper .ld-lesson-list.ld-item-list .ld-item-list-item .ld-table-list {
  border-radius: 0;
  margin-top: 0;
  margin: 0; }

html body .learndash-wrapper .ld-lesson-list.ld-item-list .ld-item-list-item .ld-table-list .ld-table-list-items {
  border: 0; }

html body .learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header {
  padding: 20px 60px; }

html body .learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item {
  margin: 0 2.8em; }

html body .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: .75em;
  line-height: 1em; }

html body .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-progress {
  text-transform: uppercase;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.5); }

html body .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-steps {
  font-weight: normal; }

html body .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start; }

html body .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon {
  margin-right: .5em; }

html body .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-expanded {
  padding-top: 0; }

html body .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-expanded .ld-status {
  display: inline-block; }

html body .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item.unavailable .ld-table-list-item-preview {
  opacity: .5; }

html body .learndash-wrapper .ld-topic-status {
  border-radius: 6px;
  background: #f0f3f6;
  overflow: hidden; }

html body .learndash-wrapper .ld-topic-status .ld-progress {
  padding: 0 1em; }

html body .learndash-wrapper .quiz_continue_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  margin: 10px; }

html body .learndash-wrapper .ld-quiz-actions {
  border-top: 2px solid #f0f3f6;
  margin-top: 30px;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse; }

html body .learndash-wrapper .ld-quiz-actions .quiz_continue_link {
  margin: 0 10px; }

html body .learndash-wrapper .ld-quiz-actions .wpProQuiz_button {
  margin: 0 10px;
  background: #495255; }

html body .learndash-wrapper .ld-quiz-actions input[type='button'] {
  margin: 0 10px; }

html body .learndash-wrapper .ld-quiz-actions input[name="reShowQuestion"], html body .learndash-wrapper .ld-quiz-actions input[name="restartQuiz"] {
  background: #495255; }

html body .learndash-wrapper #quiz_continue_link {
  background: #8C1E41; }

html body .learndash-wrapper #quiz_continue_link:hover {
  background: #8C1E41; }

html body .learndash-wrapper .course_progress {
  height: 7px;
  max-width: 100%;
  background-color: #f0f3f6;
  border-radius: 7px;
  margin: 1em 0;
  overflow: hidden; }

html body .learndash-wrapper .course_progress .sending_progress_bar {
  height: 7px;
  background: #8C1E41; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_lock, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_loadQuiz, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_prerequisite, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_startOnlyRegisteredUser {
  padding: 25px 15px 25px 75px;
  background-color: #f0f3f6;
  border-radius: 6px;
  margin: 1em 0;
  border: 2px solid #e2e7ed;
  color: #728188;
  position: relative;
  min-height: 85px; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_lock p, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_loadQuiz p, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_prerequisite p, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_startOnlyRegisteredUser p {
  margin: 0;
  padding: 0; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable {
  border: 5px solid #f0f3f6;
  border-radius: 4px;
  padding: 0; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable table, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable table tbody {
  border: 0; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable table tbody td {
  padding: 15px;
  border: 0 !important; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue div {
  box-shadow: none; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultName {
  line-height: 1.2em; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate {
  text-align: center; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue {
  margin: 0;
  border-radius: 20px;
  background-color: #B1A68B;
  color: white;
  box-shadow: none;
  display: inline-block;
  text-transform: none;
  font-family: inherit;
  font-weight: normal;
  font-size: .75em;
  display: inline-block;
  padding: .5em 1em;
  text-align: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  text-shadow: none;
  border: 0;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 {
  margin: 0;
  border-radius: 20px;
  background-color: #B1A68B;
  color: white;
  box-shadow: none;
  text-transform: none;
  font-family: inherit;
  font-weight: normal;
  font-size: .75em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  max-width: 385px;
  white-space: nowrap;
  text-shadow: none;
  border: 0;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: auto;
  padding: .75em 1.5em;
  width: auto; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button .ld-icon, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 .ld-icon {
  font-size: .875em; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button .ld-text, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 .ld-text {
  padding: 0 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  text-align: center; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button + .ld-button, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 + .ld-button {
  margin-left: 1em; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-compact, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-compact {
  padding: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  -webkit-flex-basis: 24px;
          flex-basis: 24px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-compact .ld-icon, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-compact .ld-icon {
  margin-right: 0;
  font-size: .75em; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-compact .ld-text, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-compact .ld-text {
  padding: 0; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-alternate, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-alternate {
  background: transparent;
  color: #B1A68B;
  padding: 0; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-alternate .ld-icon, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-alternate .ld-icon {
  background: #B1A68B;
  color: white;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
          flex: 0 0 18px;
  padding: 2px;
  line-height: 16px;
  text-align: center;
  font-weight: normal;
  -webkit-transition: color .3s ease,background .3s ease;
  transition: color .3s ease,background .3s ease; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-alternate .ld-text, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-alternate .ld-text {
  padding-left: .5em; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-alternate:hover, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-alternate:hover {
  background: transparent; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-transparent, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-transparent {
  color: #B1A68B;
  background: transparent; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-transparent.ld-status-complete, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-transparent.ld-status-complete {
  color: #8C1E41; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-transparent:hover, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-transparent:hover {
  background: transparent; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-reverse, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-reverse {
  background: white;
  color: #B1A68B; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-reverse:hover, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-reverse:hover {
  background: #B1A68B;
  color: white; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:hover, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:hover {
  opacity: .75;
  background-color: #B1A68B; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:focus, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:focus {
  outline: 0;
  opacity: .75; }

html body .learndash-wrapper .wpProQuiz_content a#quiz_continue_link {
  margin: 0;
  border-radius: 20px;
  background-color: #B1A68B;
  color: white;
  box-shadow: none;
  text-transform: none;
  font-family: inherit;
  font-weight: normal;
  font-size: .75em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  max-width: 385px;
  white-space: nowrap;
  text-shadow: none;
  border: 0;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: auto;
  padding: .75em 1.5em;
  text-align: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  background: #8C1E41; }

html body .learndash-wrapper .wpProQuiz_content a#quiz_continue_link .ld-icon {
  font-size: .875em; }

html body .learndash-wrapper .wpProQuiz_content a#quiz_continue_link .ld-text {
  padding: 0 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  text-align: center; }

html body .learndash-wrapper .wpProQuiz_content a#quiz_continue_link + .ld-button {
  margin-left: 1em; }

html body .learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-compact {
  padding: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  -webkit-flex-basis: 24px;
          flex-basis: 24px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

html body .learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-compact .ld-icon {
  margin-right: 0;
  font-size: .75em; }

html body .learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-compact .ld-text {
  padding: 0; }

html body .learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-alternate {
  background: transparent;
  color: #B1A68B;
  padding: 0; }

html body .learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-alternate .ld-icon {
  background: #B1A68B;
  color: white;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
          flex: 0 0 18px;
  padding: 2px;
  line-height: 16px;
  text-align: center;
  font-weight: normal;
  -webkit-transition: color .3s ease,background .3s ease;
  transition: color .3s ease,background .3s ease; }

html body .learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-alternate .ld-text {
  padding-left: .5em; }

html body .learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-alternate:hover {
  background: transparent; }

html body .learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-transparent {
  color: #B1A68B;
  background: transparent; }

html body .learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-transparent.ld-status-complete {
  color: #8C1E41; }

html body .learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-transparent:hover {
  background: transparent; }

html body .learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-reverse {
  background: white;
  color: #B1A68B; }

html body .learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-reverse:hover {
  background: #B1A68B;
  color: white; }

html body .learndash-wrapper .wpProQuiz_content a#quiz_continue_link:hover {
  opacity: .75;
  background-color: #B1A68B; }

html body .learndash-wrapper .wpProQuiz_content a#quiz_continue_link:focus {
  outline: 0;
  opacity: .75; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_question {
  padding-bottom: 1em; }

html body .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList {
  margin: 1em 0;
  background: transparent;
  border: 0;
  padding: 0;
  list-style: none;
  padding-left: 0 !important;
  margin-left: 0 !important; }

html body .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList[data-type="essay"] li.wpProQuiz_questionListItem {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

html body .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList input.wpProQuiz_questionInput {
  max-width: 100%;
  width: 2%; }

html body .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList span {
  margin-right: 0; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion {
  padding: 5px; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion ol {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5em !important; }

html body .learndash-wrapper .wpProQuiz_content .graded-disclaimer {
  margin-top: 1em;
  font-size: .85em;
  font-style: italic; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_matrixSortString {
  margin: 1em 0;
  background: transparent;
  border: 0;
  padding: 0; }

html body .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_sortStringList {
  padding: 0;
  margin: 1em 0 !important;
  padding: 0 !important; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_sortStringItem {
  display: inline-block;
  border: 0;
  background: #f0f3f6;
  border-radius: 6px;
  margin: 0 .5em .5em 0;
  padding: .5em 1em;
  box-shadow: none; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_mextrixTr .wpProQuiz_sortStringItem {
  margin: .5em; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp > div {
  background-color: #f0f3f6;
  padding: 1em;
  border-radius: 6px;
  margin: 1em 0;
  width: auto;
  box-shadow: 0 0;
  border: 0;
  margin-left: 1em; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp > div:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: -8px;
  left: 66px;
  background: white;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 9; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp > div:before {
  left: 1em;
  bottom: -4px;
  top: auto;
  background-color: #f0f3f6; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp > div h5 {
  padding-bottom: 0;
  font-weight: normal;
  text-transform: uppercase;
  font-size: .8em; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type="cloze_answer"] p {
  padding-bottom: 0;
  padding-right: .25em; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem {
  margin-bottom: .5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem p {
  text-align: left; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_sortable {
  border: 2px solid #e2e7ed;
  border-radius: 6px;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  box-shadow: none;
  width: 100%; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_sortable:before {
  font-family: 'ld-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e904";
  margin-right: 1em; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem span.wpProQuiz_cloze {
  margin: 0 5px; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border: 2px solid #e2e7ed;
  border-radius: 6px;
  padding: 1em;
  width: 100%; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label input {
  margin-right: 1em; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label input.wpProQuiz_questionInput[type='text'] {
  border: 0;
  box-shadow: none;
  width: 100%; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label.is-selected, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label:focus-within {
  border-color: #B1A68B; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem textarea.wpProQuiz_questionEssay {
  border: 2px solid #e2e7ed;
  border-radius: 6px;
  width: 100%;
  padding: 1em; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect {
  background: transparent; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label {
  background: #8C1E41;
  color: white; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect .wpProQuiz_sortable {
  background: #8C1E41;
  color: white; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect {
  background: transparent; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect label {
  border-color: red; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect .wpProQuiz_sortable {
  border-color: red; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete {
  background: transparent;
  border: 1px solid transparent !important; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete label {
  border-color: #8C1E41; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete .wpProQuiz_sortable {
  border-color: #8C1E41; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_cloze {
  display: inline-block;
  background: #e2e7ed;
  border-radius: 6px;
  padding: 2px .5em; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_cloze input {
  border: 0;
  background-color: transparent; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem > table {
  border-collapse: separate;
  border: 0;
  border: 2px solid #e2e7ed;
  border-radius: 6px; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem > table td {
  border: 0;
  padding: 0 !important;
  vertical-align: top; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem > table td:first-child {
  border-right: 2px solid #e2e7ed; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem > table td .wpProQuiz_maxtrixSortText {
  display: block;
  padding: 1em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem > table td .wpProQuiz_maxtrixSortCriterion {
  padding: .5em;
  border-left: 0;
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect > table {
  border-color: #8C1E41; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect > table td {
  background-color: #8C1E41;
  border-color: #8C1E41; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect > table td .wpProQuiz_maxtrixSortText {
  background-color: none;
  color: none; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect > table td .wpProQuiz_maxtrixSortCriterion .wpProQuiz_sortStringItem {
  background-color: none;
  color: none; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect > table {
  border-color: red; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect > table td {
  border-color: red; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type="assessment_answer"] .wpProQuiz_questionListItem {
  border: 2px solid #e2e7ed;
  border-radius: 6px;
  padding: 1em; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type="assessment_answer"] .wpProQuiz_questionListItem p {
  margin: 0;
  padding: 0; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type="assessment_answer"] label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: #728188;
  padding: 0;
  border: 0;
  margin: 0 .25em;
  width: auto;
  font-weight: normal; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type="assessment_answer"] label input {
  margin-right: .5em;
  height: .8em;
  width: .8em; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type="cloze_answer"] .wpProQuiz_questionListItem .wpProQuiz_cloze .wpProQuiz_answerCorrect {
  background-color: #8C1E41; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type="cloze_answer"] .wpProQuiz_questionListItem .wpProQuiz_cloze .wpProQuiz_answerIncorrect {
  background-color: red; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_header {
  font-weight: normal;
  margin: .5em 0; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_response {
  padding: 25px 15px 25px 75px;
  background-color: #f0f3f6;
  border-radius: 6px;
  margin: 1em 0;
  border: 2px solid #e2e7ed;
  color: #728188;
  position: relative;
  min-height: 85px;
  padding: 25px;
  background-color: #f0f3f6;
  text-align: center;
  box-shadow: none;
  min-height: none; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_response p {
  margin: 0;
  padding: 0; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_response img {
  max-width: 100%;
  height: auto; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_listItem .wpProQuiz_question ul.wpProQuiz_questionList {
  margin: 0;
  padding: 0; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_listItem[data-type="cloze_answer"] .wpProQuiz_questionListItem {
  display: block; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit {
  margin: 1em 0;
  background-color: #e2e7ed;
  border-radius: 6px;
  position: relative;
  padding: 1em; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit:before {
  content: '';
  position: absolute;
  bottom: 1em;
  left: 1em;
  right: 1em;
  height: 7px;
  z-index: 8;
  background: white; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .time {
  color: #728188; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress {
  z-index: 9;
  position: relative;
  background-color: #8C1E41;
  height: 7px;
  margin-bottom: 0; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table {
  width: 100%; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td:first-child {
  width: 150px;
  font-size: .9em;
  font-weight: 400; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td input[type=text], html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td select, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td textarea {
  width: 100%; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type='5'] label, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type='8'] label {
  display: inline-block;
  margin-left: .5em; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type='6'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type='6'] select {
  margin-right: 1%; }

html body .learndash-wrapper .wpProQuiz_content form[name=uploadEssay] {
  padding: 1.5em;
  background-color: #f0f3f6;
  border-radius: 6px;
  margin: 1em 0;
  margin: 1em 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

html body .learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=file] {
  background: white;
  padding: 1em;
  border-radius: 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  margin-right: 1em; }

html body .learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit] {
  margin: 0;
  border-radius: 20px;
  background-color: #B1A68B;
  color: white;
  box-shadow: none;
  text-transform: none;
  font-family: inherit;
  font-weight: normal;
  font-size: .75em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  max-width: 385px;
  white-space: nowrap;
  text-shadow: none;
  border: 0;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: auto;
  padding: .75em 1.5em;
  max-width: 100px; }

html body .learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit] .ld-icon {
  font-size: .875em; }

html body .learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit] .ld-text {
  padding: 0 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  text-align: center; }

html body .learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit] + .ld-button {
  margin-left: 1em; }

html body .learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-compact {
  padding: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  -webkit-flex-basis: 24px;
          flex-basis: 24px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

html body .learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-compact .ld-icon {
  margin-right: 0;
  font-size: .75em; }

html body .learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-compact .ld-text {
  padding: 0; }

html body .learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-alternate {
  background: transparent;
  color: #B1A68B;
  padding: 0; }

html body .learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-alternate .ld-icon {
  background: #B1A68B;
  color: white;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
          flex: 0 0 18px;
  padding: 2px;
  line-height: 16px;
  text-align: center;
  font-weight: normal;
  -webkit-transition: color .3s ease,background .3s ease;
  transition: color .3s ease,background .3s ease; }

html body .learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-alternate .ld-text {
  padding-left: .5em; }

html body .learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-alternate:hover {
  background: transparent; }

html body .learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-transparent {
  color: #B1A68B;
  background: transparent; }

html body .learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-transparent.ld-status-complete {
  color: #8C1E41; }

html body .learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-transparent:hover {
  background: transparent; }

html body .learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-reverse {
  background: white;
  color: #B1A68B; }

html body .learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-reverse:hover {
  background: #B1A68B;
  color: white; }

html body .learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]:hover {
  opacity: .75;
  background-color: #B1A68B; }

html body .learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]:focus {
  outline: 0;
  opacity: .75; }

html body .learndash-wrapper .wpProQuiz_quiz_time {
  color: #728188;
  font-weight: normal;
  font-size: .8em; }

html body .learndash-wrapper .wpProQuiz_graded_points, html body .learndash-wrapper .wpProQuiz_points {
  padding: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: #f0f3f6;
  border-radius: 6px;
  margin: 1em 0;
  border: 2px solid #e2e7ed;
  color: #728188; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_box {
  background: #f0f3f6;
  border: 0;
  border-radius: 3px;
  overflow: auto; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_box li {
  box-shadow: 0 0;
  border: 0;
  border-radius: 2px; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionTarget {
  box-shadow: 0 0;
  background-color: #B1A68B;
  color: #fff; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolved {
  color: #fff; }

html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionReview {
  color: #fff; }

html body .learndash-wrapper .wpProQuiz_reviewDiv {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 2px solid #f0f3f6; }

html body .learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion {
  background: #f0f3f6;
  border: 0;
  border-radius: 3px; }

html body .learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li {
  box-shadow: 0 0;
  border: 0;
  border-radius: 2px; }

html body .learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget {
  box-shadow: 0 0;
  background-color: #B1A68B;
  color: #fff; }

html body .learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved {
  color: #fff; }

html body .learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview {
  color: #fff; }

html body .learndash-wrapper .ld-course-navigation .ld-course-navigation-heading {
  border-bottom: 4px solid #e2e7ed;
  padding-bottom: 12px; }

html body .learndash-wrapper .ld-course-navigation .ld-course-navigation-heading h3 {
  margin-top: 0; }

html body .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-home-link {
  display: block; }

html body .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button {
  margin-left: 0;
  font-size: 12px; }

html body .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button .ld-icon {
  font-size: 10px; }

html body .learndash-wrapper .ld-course-navigation .ld-status-icon {
  width: 15px;
  height: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15px;
          flex: 0 0 15px;
  border: 0;
  text-align: center;
  margin-right: 10px;
  margin-top: .15em; }

html body .learndash-wrapper .ld-course-navigation .ld-status-icon .ld-icon-checkmark {
  font-size: .825em;
  margin-top: 1px; }

html body .learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-in-progress {
  border: 2px solid #e2e7ed;
  border-left-color: #8C1E41;
  border-top-color: #8C1E41; }

html body .learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-incomplete {
  border: 2px solid #e2e7ed; }

html body .learndash-wrapper .ld-course-navigation .ld-status-icon .ld-icon-quiz {
  font-size: 1.1em;
  margin-top: -2px; }

html body .learndash-wrapper .ld-course-navigation .ld-item-icon {
  width: 14px;
  height: 20px;
  font-size: 1em; }

html body .learndash-wrapper .ld-course-navigation .ld-pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 1em 0; }

html body .learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
          flex: 0 0 120px;
  background-color: #728188; }

html body .learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages i, html body .learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages span {
  color: white; }

html body .learndash-wrapper .ld-course-navigation .ld-lesson-item {
  border-bottom: 1px solid #e2e7ed; }

html body .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading, html body .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title {
  color: #B1A68B;
  font-weight: normal; }

html body .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading .ld-status-incomplete, html body .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title .ld-status-incomplete {
  border: 2px solid #B1A68B; }

html body .learndash-wrapper .ld-course-navigation .ld-sep {
  color: #e2e7ed;
  padding: 0 .25em; }

html body .learndash-wrapper .ld-course-navigation .ld-lesson-item-section-heading {
  margin-top: 1em; }

html body .learndash-wrapper .ld-course-navigation .ld-lesson-item-section-heading .ld-lesson-section-heading {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: .25em;
  text-align: left;
  display: block; }

html body .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview {
  padding: 10px 0; }

html body .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-item-preview-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  line-height: 1.25em; }

html body .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading {
  color: #495255; }

html body .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading:hover {
  color: #B1A68B; }

html body .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title {
  font-size: .875em;
  font-weight: 400;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

html body .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title .ld-status-icon {
  margin-left: .5em; }

html body .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title .ld-status-icon .ld-icon {
  font-size: .825em;
  margin-top: 1px; }

html body .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button {
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  padding-left: 2em;
  padding-top: .5em;
  color: #728188; }

html body .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button .ld-icon {
  font-size: .625em; }

html body .learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded {
  height: auto;
  max-height: 0;
  -webkit-transition: max-height .3s ease;
  transition: max-height .3s ease;
  overflow: hidden;
  background: #f0f3f6;
  border-radius: 8px;
  margin: 0 20px 0 20px;
  position: relative; }

html body .learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded::before {
  content: '';
  display: block;
  left: 50px;
  top: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff; }

html body .learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded.ld-expanded {
  max-height: 20000px;
  margin-bottom: 1em; }

html body .learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded .ld-table-list-items {
  padding: 1em .5em; }

html body .learndash-wrapper .ld-course-navigation .ld-table-list-header {
  display: none; }

html body .learndash-wrapper .ld-course-navigation .ld-table-list-footer {
  background: transparent;
  padding: .25em !important; }

html body .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list {
  margin: 0; }

html body .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-items {
  border: 0;
  padding-right: 0; }

html body .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item {
  font-size: .9em;
  border-bottom: 0;
  line-height: 1.5em; }

html body .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  padding: .5em; }

html body .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview.ld-is-current-item {
  font-weight: normal; }

html body .learndash-wrapper .widget_course_return {
  margin-top: 1em;
  font-size: .8em; }

html body .learndash-wrapper .ld-profile-summary {
  margin: 2em 0; }

html body .learndash-wrapper .ld-profile-summary .ld-profile-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  margin: 1.5em 0; }

html body .learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar {
  width: 150px;
  height: 150px;
  border: 5px solid #e2e7ed; }

html body .learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-heading {
  font-size: 2em;
  font-weight: normal;
  margin: 5px 0; }

html body .learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-edit-link {
  color: #728188;
  font-size: 14px; }

html body .learndash-wrapper .ld-profile-summary .ld-profile-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

html body .learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90px;
          flex: 0 0 90px;
  text-align: center;
  border-right: 1px solid #e2e7ed;
  padding: 0 12px; }

html body .learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat strong {
  display: block;
  font-size: 36px;
  margin-bottom: 8px;
  font-weight: 800; }

html body .learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat span {
  color: #728188;
  font-size: 14px; }

html body .learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat:last-child {
  border-right: 0; }

html body .learndash-wrapper #ld-profile .ld-section-heading {
  margin-bottom: 0; }

html body .learndash-wrapper #ld-profile .ld-quiz-list .ld-table-list-item-preview + .ld-table-list-item-expanded {
  margin-top: -20px; }

html body .learndash-wrapper #ld-profile .ld-quiz-list .ld-table-list-item-preview + .ld-table-list-item-expanded .ld-essay-list {
  margin-top: 0; }

html body .learndash-wrapper #ld-profile .ld-item-list-item-preview .ld-status {
  white-space: nowrap; }

html body #wpProQuiz_overlay_close {
  margin: 0;
  border-radius: 20px;
  background-color: #B1A68B;
  color: white;
  box-shadow: none;
  text-transform: none;
  font-family: inherit;
  font-weight: normal;
  font-size: .75em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  max-width: 385px;
  white-space: nowrap;
  text-shadow: none;
  border: 0;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: auto;
  padding: .75em 1.5em;
  max-width: 180px; }

html body #wpProQuiz_overlay_close .ld-icon {
  font-size: .875em; }

html body #wpProQuiz_overlay_close .ld-text {
  padding: 0 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  text-align: center; }

html body #wpProQuiz_overlay_close + .ld-button {
  margin-left: 1em; }

html body #wpProQuiz_overlay_close.ld-compact {
  padding: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  -webkit-flex-basis: 24px;
          flex-basis: 24px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

html body #wpProQuiz_overlay_close.ld-compact .ld-icon {
  margin-right: 0;
  font-size: .75em; }

html body #wpProQuiz_overlay_close.ld-compact .ld-text {
  padding: 0; }

html body #wpProQuiz_overlay_close.ld-button-alternate {
  background: transparent;
  color: #B1A68B;
  padding: 0; }

html body #wpProQuiz_overlay_close.ld-button-alternate .ld-icon {
  background: #B1A68B;
  color: white;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
          flex: 0 0 18px;
  padding: 2px;
  line-height: 16px;
  text-align: center;
  font-weight: normal;
  -webkit-transition: color .3s ease,background .3s ease;
  transition: color .3s ease,background .3s ease; }

html body #wpProQuiz_overlay_close.ld-button-alternate .ld-text {
  padding-left: .5em; }

html body #wpProQuiz_overlay_close.ld-button-alternate:hover {
  background: transparent; }

html body #wpProQuiz_overlay_close.ld-button-transparent {
  color: #B1A68B;
  background: transparent; }

html body #wpProQuiz_overlay_close.ld-button-transparent.ld-status-complete {
  color: #8C1E41; }

html body #wpProQuiz_overlay_close.ld-button-transparent:hover {
  background: transparent; }

html body #wpProQuiz_overlay_close.ld-button-reverse {
  background: white;
  color: #B1A68B; }

html body #wpProQuiz_overlay_close.ld-button-reverse:hover {
  background: #B1A68B;
  color: white; }

html body #wpProQuiz_overlay_close:hover {
  opacity: .75;
  background-color: #B1A68B; }

html body #wpProQuiz_overlay_close:focus {
  outline: 0;
  opacity: .75; }

html body #wpProQuiz_user_content h2 {
  border-bottom: 2px solid #f0f3f6;
  font-size: 24px;
  padding: .5em 0; }

html body #wpProQuiz_user_content h2 + h2 {
  font-size: 18px;
  border-bottom: 0; }

html body #wpProQuiz_user_content table.wp-list-table {
  border-radius: 8px;
  border-collapse: collapse;
  background: transparent;
  border: 0; }

html body #wpProQuiz_user_content table.wp-list-table tr, html body #wpProQuiz_user_content table.wp-list-table td, html body #wpProQuiz_user_content table.wp-list-table th {
  background: transparent; }

html body #wpProQuiz_user_content table.wp-list-table thead th {
  background: #B1A68B;
  color: #fff;
  border-bottom: 0;
  padding: 25px 15px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap; }

html body #wpProQuiz_user_content table.wp-list-table thead th:first-child {
  border-radius: 8px 0 0 0; }

html body #wpProQuiz_user_content table.wp-list-table thead th:last-child {
  border-radius: 0 8px 0 0; }

html body #wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th {
  background: #f0f3f6;
  padding: 15px;
  border-bottom: 1px solid #f0f3f6;
  line-height: 1;
  white-space: nowrap;
  text-align: center; }

html body #wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th:first-child, html body #wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th:only-child {
  text-align: left; }

html body #wpProQuiz_user_content table.wp-list-table tbody tr th {
  padding: 15px;
  font-weight: normal;
  font-size: 16px;
  text-align: center; }

html body #wpProQuiz_user_content table.wp-list-table tbody tr th p {
  margin: 0 0 5px 0; }

html body #wpProQuiz_user_content table.wp-list-table tbody tr th:first-child {
  box-shadow: inset 3px 0 0 0 #f0f3f6; }

html body #wpProQuiz_user_content table.wp-list-table tbody tr th:last-child {
  box-shadow: inset -3px 0 0 0 #f0f3f6; }

html body #wpProQuiz_user_content table.wp-list-table tbody tr th:nth-child(2) {
  text-align: left; }

html body #wpProQuiz_user_content table.wp-list-table tbody tr th:only-child {
  box-shadow: inset -3px 0 0 0 #f0f3f6,inset 3px 0 0 0 #f0f3f6; }

html body #wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th:nth-child(2) {
  text-align: center; }

html body #wpProQuiz_user_content table.wp-list-table tfoot tr {
  border-bottom: 0; }

html body #wpProQuiz_user_content table.wp-list-table tfoot tr th {
  background: #f0f3f6;
  border: 0;
  padding: 15px;
  font-weight: normal;
  font-size: 16px;
  text-align: center; }

html body #wpProQuiz_user_content table.wp-list-table tfoot tr th:first-child {
  border-radius: 0 0 0 8px; }

html body #wpProQuiz_user_content table.wp-list-table tfoot tr th:last-child {
  border-radius: 0 0 8px 0; }

html body .learndash-wrapper .ld-tabs {
  margin: 1em 0; }
  html body .learndash-wrapper .ld-tabs.ld-tab-count-1 {
    margin-top: 0; }

html body .learndash-wrapper .ld-tabs .ld-tabs-navigation {
  position: relative;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

html body .learndash-wrapper .ld-tabs .ld-tabs-navigation:after {
  content: '';
  height: 6px;
  background: #e2e7ed;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8; }

html body .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 1.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  font-weight: 400;
  color: #728188;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  white-space: nowrap; }

html body .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab .ld-icon {
  font-size: 1.4em;
  margin-right: .25em; }

html body .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:after {
  content: '';
  height: 6px;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  z-index: 9;
  -webkit-transition: background .3s ease;
  transition: background .3s ease; }

html body .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active {
  color: #B1A68B; }

html body .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active:after {
  background: #B1A68B; }

html body .learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content {
  display: none;
  padding: 2em 0; }

html body .learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content.ld-visible {
  display: block; }

html body .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tab-content {
  padding: 0; }

html body .learndash-wrapper .ld-breadcrumbs {
  background: #f0f3f6;
  border-radius: 6px;
  padding: .5em 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

html body .learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments {
  font-size: .75em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 1em; }

html body .learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span {
  display: inline; }

html body .learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span a {
  font-weight: 400; }

html body .learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span:after {
  content: '>'; }

html body .learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span:last-child:after {
  display: none; }

html body .learndash-wrapper .ld-breadcrumbs .ld-status {
  white-space: nowrap; }

html body .learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress {
  background: #B1A68B;
  color: #fff; }

html body .learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-complete {
  background: #8C1E41;
  color: #fff; }

html body .rtl .learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span:after {
  content: '<'; }

html body .learndash-wrapper .ld-alert-content {
  width: 100%; }

html body .learndash-wrapper .ld-alert {
  padding: 25px 15px 25px 75px;
  background-color: #f0f3f6;
  border-radius: 6px;
  margin: 1em 0;
  border: 2px solid #e2e7ed;
  color: #728188;
  position: relative;
  min-height: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

html body .learndash-wrapper .ld-alert .ld-alert-icon {
  background-color: #e2e7ed;
  border-radius: 100%;
  padding: .5em;
  margin-right: .5em;
  font-size: 24px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

html body .learndash-wrapper .ld-alert .ld-alert-icon.ld-icon-alert {
  padding: 3px;
  font-size: 42px; }

html body .learndash-wrapper .ld-alert .ld-alert-text {
  font-size: 1em;
  font-weight: 400; }

html body .learndash-wrapper .ld-alert .ld-button {
  margin-left: 1em;
  min-width: 7.5em;
  display: inline-block;
  height: auto;
  padding: 5px 20px 5px 30px;
  position: relative;
  max-width: 185px; }

html body .learndash-wrapper .ld-alert .ld-button .ld-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

html body .learndash-wrapper .ld-alert .ld-alert-content a, html body .learndash-wrapper .ld-alert .ld-text a {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.8); }

html body .learndash-wrapper .ld-alert-warning {
  color: rgba(0, 0, 0, 0.65);
  border-color: #ffd200;
  background-color: #fff6cd; }

html body .learndash-wrapper .ld-alert-warning .ld-alert-icon {
  background-color: #ffd200; }

html body .learndash-wrapper .ld-alert-warning .ld-button {
  background-color: #ffd200;
  color: rgba(0, 0, 0, 0.65); }

html body .learndash-wrapper .ld-alert-certificate .ld-button {
  padding-left: 40px;
  min-width: unset;
  max-width: unset;
  width: auto;
  text-decoration: none !important; }

html body .learndash-wrapper .ld-alert-certificate.ld-alert-success {
  color: #495255; }

html body .learndash-wrapper .ld-alert-success {
  color: white;
  border-color: #8C1E41;
  background-color: rgba(1, 158, 124, 0.2); }

html body .learndash-wrapper .ld-alert-success .ld-alert-icon {
  background-color: #8C1E41;
  color: white; }

html body .learndash-wrapper .ld-alert-success .ld-button {
  background-color: #8C1E41; }

html body .learndash-wrapper .ld-alert-success .ld-button .ld-icon-download {
  margin-right: 5px;
  font-size: 18px; }

html body .learndash-wrapper .ld-focus {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

html body .learndash-wrapper .ld-focus .ld-tab-content ul:not(.blocks-gallery-grid):not(.wp-block-gallery), html body .learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid):not(.wp-block-gallery) {
  display: block;
  list-style: disc outside none;
  margin: 1em 0;
  padding-left: 40px; }

html body .learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid):not(.wp-block-gallery) {
  list-style-type: decimal; }

html body .learndash-wrapper .ld-focus .ld-tab-content li:not(.blocks-gallery-item) {
  display: list-item; }

html body .learndash-wrapper .ld-focus .ld-tab-content ul:not(.blocks-gallery-grid) ul, html body .learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid) ul {
  margin: 0;
  list-style-type: circle; }

html body .learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid) ol, html body .learndash-wrapper .ld-focus .ld-tab-content ul:not(.blocks-gallery-grid) ol {
  margin: 0;
  list-style-type: lower-latin; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 350px;
  background-color: white;
  border-right: 1px solid #e2e7ed;
  padding-top: 50px;
  padding-bottom: 150px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 99; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-wrapper {
  overflow-x: visible;
  overflow-y: auto;
  height: 100%; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger {
  position: absolute;
  height: 75px;
  width: 50px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #B1A68B;
  z-index: 99;
  cursor: pointer;
  color: white; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon {
  position: absolute;
  border-radius: 100%;
  background: inherit;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(25%);
  transform: translateY(-50%) translateX(25%);
  font-size: .8em;
  padding: 8px;
  z-index: 9; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:hover .ld-icon:before {
  opacity: .5; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading {
  background-color: #B1A68B;
  color: white;
  border-bottom: 0;
  min-height: 75px;
  overflow: visible;
  width: 350px;
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  padding: .75em 3.125em .75em 1em; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading a {
  color: #fff; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 {
  font-size: 1em;
  margin: 0;
  line-height: 1.35em;
  padding: 0 0 0 1.6em;
  font-weight: normal;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  color: white;
  position: relative;
  z-index: 100; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 a {
  color: white; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 .ld-icon {
  position: absolute;
  left: 1px;
  top: 3px; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading .ld-expand-button {
  color: white;
  display: none; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading .ld-home-link {
  color: white;
  padding: 0;
  border-left: 0;
  margin-left: 0; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation {
  position: relative;
  overflow: visible; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-course-navigation-list {
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-expanded {
  margin: 0;
  border-radius: 0;
  background: transparent; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-expanded .ld-table-list-items {
  padding: .5em; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-section-heading {
  padding: 0 1em; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-section-heading .ld-lesson-section-heading {
  margin-bottom: 0; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list {
  background-color: #f0f3f6;
  border-radius: 0;
  padding: 1em 1em;
  position: relative;
  margin: 0; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: -8px;
  left: 66px;
  background: white;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 9; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before {
  background-color: white;
  left: 43px;
  width: 13px;
  height: 13px;
  top: -7px; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item {
  font-size: .875em; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview {
  padding: .5em;
  padding-left: 1.6em; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item {
  border-bottom: 1px solid #e2e7ed;
  background-color: white;
  padding: 0; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview {
  padding: 1em; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination {
  margin: 1em 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages {
  background-color: #728188;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
          flex: 0 0 120px; }

html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages i, html body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages span {
  color: white; }

html body .learndash-wrapper .ld-focus .ld-focus-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
          flex: 1 auto;
  margin-left: 350px;
  width: -webkit-calc(100% - 350px);
  width: calc(100% - 350px);
  -webkit-transition: margin-left .3s ease;
  transition: margin-left .3s ease; }

html body .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
  padding: 5em;
  margin: 0 auto;
  max-width: 960px; }

html body .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content h1 {
  margin: 0;
  padding: 0;
  margin-bottom: .5em; }

html body .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-topic-status .ld-progress {
  display: none; }

html body .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-topic-status, html body .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-lesson-status {
  margin-bottom: 1em; }

html body .learndash-wrapper .ld-focus .ld-focus-header {
  position: fixed;
  background: white;
  top: 0;
  left: 0;
  right: 0;
  height: 51px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border-bottom: 1px solid #e2e7ed;
  z-index: 99; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav {
  width: 55px;
  display: none; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav a {
  display: block;
  padding: 0 15px; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav span {
  display: block;
  width: 25px;
  height: 4px;
  margin: 4px 0;
  background-color: #333;
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav.expanded .bar-1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 8px);
  transform: rotate(-45deg) translate(-4px, 8px); }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav.expanded .bar-2 {
  opacity: 0; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav.expanded .bar-3 {
  -webkit-transform: rotate(45deg) translate(-3px, -7px);
  transform: rotate(45deg) translate(-3px, -7px); }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo {
  background-color: white;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 350px;
          flex: 0 0 350px;
  height: 100%;
  -webkit-transition: -webkit-box-flex .3s ease;
  transition: -webkit-box-flex .3s ease;
  -webkit-transition: -webkit-box-flex .3s ease, -webkit-flex .3s ease;
  transition: -webkit-box-flex .3s ease, -webkit-flex .3s ease;
  transition: flex .3s ease;
  transition: flex .3s ease, -webkit-box-flex .3s ease, -webkit-flex .3s ease;
  transition: flex .3s ease,-webkit-box-flex .3s ease;
  padding: .5em 1em; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo img {
  height: 100%;
  width: auto; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1;
          flex: 0 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  border-top: 0; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-content-action {
  position: relative; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-content-action .learndash_timer, html body .learndash-wrapper .ld-focus .ld-focus-header .ld-content-action #learndash_timer {
  position: absolute;
  left: 0;
  bottom: 1px;
  right: 0;
  text-align: center;
  top: 0;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-content-action, html body .learndash-wrapper .ld-focus .ld-focus-header .ld-progress {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-progress {
  border-right: 1px solid #e2e7ed; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-content-action {
  border-right: 1px solid #e2e7ed; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-content-action:last-child, html body .learndash-wrapper .ld-focus .ld-focus-header .ld-content-action.ld-empty {
  border: 0; }

html body .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete:after, html body .learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete:after {
  color: #8C1E41; }

html body .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete:disabled:after, html body .learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete:disabled:after {
  color: #728188; }

html body .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button, html body .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button, html body .learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button, html body .learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button {
  color: #B1A68B;
  background: transparent;
  color: #8C1E41;
  background: transparent !important; }

html body .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button.ld-status-complete, html body .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button.ld-status-complete, html body .learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button.ld-status-complete, html body .learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button.ld-status-complete {
  color: #8C1E41; }

html body .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button:hover, html body .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button:hover, html body .learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button:hover, html body .learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button:hover {
  background: transparent; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-progress {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-progress-wrap {
  width: 100%;
  max-width: 500px; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-content-action {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1;
          flex: 0 1; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-content-action .sfwd-mark-complete, html body .learndash-wrapper .ld-focus .ld-focus-header .ld-content-action #sfwd-mark-complete {
  margin: 0 1em; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-progress {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-right: 1em;
  padding: 0;
  margin: 0;
  padding-top: .5em;
  padding-right: 1em; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-bar {
  background: #e2e7ed; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
          flex: 0 0 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  height: 50px;
  padding-right: 1em;
  border-left: 1px solid #e2e7ed; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text {
  color: #728188;
  font-size: .75em; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-profile-avatar {
  width: 40px;
  height: 40px;
  margin-left: 1em; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  margin-right: 1em; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items:before {
  content: '';
  position: absolute;
  top: -5px;
  right: 1em;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #B1A68B;
  z-index: -1; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a {
  position: relative;
  display: block;
  white-space: nowrap;
  background-color: #B1A68B;
  color: white;
  font-weight: 400;
  padding: .75em 2.5em;
  font-size: .875em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a:hover {
  opacity: .8; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a:last-child {
  border-bottom: 0; }

html body .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu:hover .ld-user-menu-items {
  opacity: 1;
  visibility: visible; }

html body .learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar {
  background-color: transparent;
  -webkit-transform: translateX(-webkit-calc(-100% + 50px));
  transform: translateX(calc(-100% + 50px)); }

html body .learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar-wrapper .ld-focus-sidebar-trigger .ld-icon {
  -webkit-transform: translateY(-50%) translateX(45%) rotate(180deg);
  transform: translateY(-50%) translateX(45%) rotate(180deg); }

html body .learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-course-navigation .ld-course-navigation-heading {
  top: 0; }

html body .learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-course-navigation .ld-course-navigation-heading h3 {
  opacity: 0; }

html body .learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-course-navigation .ld-course-navigation-list {
  opacity: 0; }

html body .learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main {
  margin-left: 50px;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px); }

html body body.admin-bar .learndash-wrapper .ld-focus-header {
  top: 32px; }

html body body.admin-bar .learndash-wrapper .ld-focus-sidebar {
  top: 32px; }

html body body.ld-in-focus-mode {
  margin: 0;
  padding: 0;
  background: #fff; }

html body body.ld-in-focus-mode::before, html body body.ld-in-focus-mode::after {
  display: none; }

html body body.ld-in-focus-mode .learndash-wrapper {
  background: #fff; }

html body body.ld-in-focus-mode.admin-bar {
  padding-top: 32px; }

html body #learndash-tooltips {
  font-family: 'Open Sans','Arial','Helvetica',sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 999;
  font-size: 16px;
  pointer-events: none; }

html body #learndash-tooltips .ld-tooltip {
  position: absolute;
  background-color: #B1A68B;
  color: white;
  font-weight: 400;
  border-radius: 6px;
  padding: .25em 1em;
  -webkit-transform: translateX(1%) translateY(-25px);
  transform: translateX(1%) translateY(-25px);
  box-shadow: 0 -1px 0 2px rgba(255, 255, 255, 0.75);
  font-size: .75em;
  opacity: 0;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  text-align: center;
  min-width: 150px;
  max-width: 300px; }

html body #learndash-tooltips .ld-tooltip:after {
  content: '';
  height: 5px;
  width: 5px;
  background: #B1A68B;
  position: absolute;
  bottom: -4px;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  left: 5%; }

html body #learndash-tooltips .ld-tooltip.ld-shifted-left:after {
  left: 10%; }

html body #learndash-tooltips .ld-tooltip.ld-shifted-right {
  -webkit-transform: translateX(-100%) translateY(-30px);
  transform: translateX(-100%) translateY(-30px); }

html body #learndash-tooltips .ld-tooltip.ld-shifted-right:after {
  left: auto;
  right: 10%; }

html body #learndash-tooltips .ld-tooltip.ld-visible {
  opacity: 1; }

html body .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  background: #f0f3f6;
  padding: 1em 0;
  margin: 1em 0;
  border-radius: 6px; }

html body .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
          flex: 1 auto;
  width: 33%;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  text-align: center;
  border-right: 2px solid #bec5cb;
  padding: 0 1em; }

html body .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled > *:last-child {
  border-right: 0; }

html body .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-button {
  margin: 0; }

html body .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-status {
  display: inline-block;
  width: auto; }

html body .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  text-align: center;
  margin-bottom: .5em;
  line-height: 1.25em; }

html body .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  font-size: 32px;
  font-weight: normal;
  color: #728188;
  margin-top: -3px;
  line-height: 1; }

html body .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price .ld-text {
  font-size: 14px;
  margin-left: 8px;
  font-weight: normal; }

html body .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price .ld-currency {
  font-size: 16px;
  margin-right: .25em; }

html body .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-label {
  display: block;
  color: #728188;
  font-size: .75em;
  font-weight: normal;
  margin-bottom: 1em; }

html body .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

html body .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ppalholder {
  position: absolute; }

html body .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ld-text {
  font-size: 14px;
  color: #728188;
  display: inline-block;
  white-space: nowrap;
  margin-right: .5em; }

html body .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ld-text .ld-login-text {
  display: inline-block;
  margin-left: 5px;
  text-decoration: underline;
  font-weight: normal; }

html body .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_buttons {
  margin: 0 .5em; }

html body .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-seg-action.status-closed .ld-text {
  white-space: normal; }

html body .learndash-wrapper .ld-course-status.ld-course-status-enrolled {
  background-color: #f0f3f6;
  border-radius: 6px;
  padding: .5em 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

html body .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  padding-right: 1em; }

html body .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-status {
  width: auto;
  display: inline-block;
  margin: 0 auto; }

html body .learndash-wrapper .ld-course-status .ld-status {
  line-height: 1.3; }

html body .learndash-wrapper .ld-course-status .ld-status.ld-status-progress {
  background: #B1A68B;
  color: #fff; }

html body .learndash-wrapper .ld-course-status .ld-status.ld-status-complete {
  background: #8C1E41;
  color: #fff; }

html body .learndash-wrapper .ld-course-certificate {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 1em 0; }

html body .learndash-wrapper .ld-course-certificate .ld-button {
  display: inline-block;
  max-width: inherit;
  font-size: 14px; }

html body .learndash-wrapper .ld-course-certificate .ld-icon-certificate {
  font-size: 24px;
  margin-right: 5px; }

html body .jq-dropdown-menu {
  box-shadow: 0 0 0 1px #ddd !important; }

html body .jq-dropdown-menu input[type='button'], html body .jq-dropdown-menu input[type='submit'] {
  margin: 0;
  padding: 0;
  -webkit-transition: none;
  transition: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5em;
  font-size: 16px;
  border-radius: 0;
  border: 0;
  display: block !important;
  width: 100% !important;
  color: #B1A68B;
  padding: .5em 1em;
  text-align: center;
  font-size: 14px !important; }

html body .jq-dropdown-menu input[type='button']:hover, html body .jq-dropdown-menu input[type='submit']:hover {
  background: #fafafa !important;
  color: #495255 !important; }

html body .jq-dropdown-menu .ppalholder {
  display: none; }

html body .learndash-wrapper .learndash-wrapper-login-modal {
  position: relative; }

html body .learndash-wrapper .ld-modal {
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 999;
  width: 100%;
  z-index: 9000;
  max-width: 1024px;
  min-height: 300px;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: -3px -3px 20px rgba(0, 0, 0, 0.14);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

html body .learndash-wrapper .ld-modal .ld-modal-closer {
  position: absolute;
  top: .5em;
  right: 0;
  z-index: 9;
  color: #728188;
  cursor: pointer;
  line-height: .5;
  padding: 1em;
  font-size: 1.5em; }

html body .learndash-wrapper .ld-modal.ld-can-register .ld-modal-closer {
  color: #fff; }

html body .learndash-wrapper.ld-modal-closed {
  display: none !important; }

html body .learndash-wrapper.ld-modal-open .ld-modal {
  opacity: 1;
  visibility: visible; }

html body .learndash-wrapper .ld-login-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  margin: 25% 50% 20px 50%; }

html body .learndash-wrapper .ld-login-modal .ld-modal-heading {
  margin: 0;
  margin: .5em 0;
  font-family: "Tungsten A", "Tungsten B",Impact,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 66px;
  line-height: 0.82;
  text-transform: uppercase;
  letter-spacing: -0.02em; }
  @media (max-width: 1023px) {
    html body .learndash-wrapper .ld-login-modal .ld-modal-heading {
      font-size: 42px; } }
html body .learndash-wrapper .ld-login-modal .ld-login-modal-wrapper {
  padding: 20px;
  max-width: 350px;
  min-width: 80%;
  margin: 0 auto; }

html body .learndash-wrapper .ld-login-modal .ld-login-modal-login {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

html body .learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-heading {
  color: #B1A68B; }

html body .learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-text {
  color: #728188;
  font-size: .875em; }

html body .learndash-wrapper .ld-login-modal .ld-login-modal-register {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  background: #B1A68B;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: white; }

html body .learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:hover {
  opacity: 1;
  box-shadow: 0 0 0 5px #fff !important; }

html body .learndash-wrapper .ld-login-modal .ld-login-modal-register label {
  display: block;
  font-weight: normal;
  margin-bottom: .5em;
  font-size: 14px; }

html body .learndash-wrapper .ld-login-modal .ld-login-modal-register #ld-user-register {
  margin: 2em 0; }

html body .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type='text'], html body .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type='password'], html body .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type='email'] {
  border: 2px solid #fff;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  padding: .5em;
  background-color: #f9f9f9;
  padding-left: 2em;
  font-size: 1.2em;
  width: 100%;
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms; }

html body .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type='text']:focus, html body .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type='password']:focus, html body .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type='email']:focus {
  background: #fff; }

html body .learndash-wrapper .ld-login-modal .ld-login-modal-register #reg_passmail {
  font-size: .825em; }

html body .learndash-wrapper .ld-login-modal .ld-login-modal-register #wp-submit {
  margin: 0 auto;
  min-width: 150px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  border: 0;
  padding: 7px 35px;
  border-radius: 20px;
  font-weight: normal;
  font-size: 14px;
  border: 5px solid #fff; }

html body .learndash-wrapper .ld-login-modal .ld-login-modal-form {
  margin: 2em 0; }

html body .learndash-wrapper .ld-login-modal .ld-login-modal-form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column; }

html body .learndash-wrapper .ld-login-modal .ld-login-modal-form p {
  margin: 0; }

html body .learndash-wrapper .ld-login-modal .ld-login-modal-form p.login-submit {
  text-align: center; }

html body .learndash-wrapper .ld-login-modal .ld-login-modal-form label {
  display: block;
  color: #728188;
  font-weight: normal;
  margin-bottom: .5em;
  font-size: 14px; }

html body .learndash-wrapper .ld-login-modal .ld-login-modal-form .login-username {
  position: relative; }

html body .learndash-wrapper .ld-login-modal .ld-login-modal-form .login-username:before {
  font-family: 'ld-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e90c";
  position: absolute;
  color: #728188;
  top: 1.7em;
  left: .5em; }

html body .learndash-wrapper .ld-login-modal .ld-login-modal-form .login-password {
  position: relative; }

html body .learndash-wrapper .ld-login-modal .ld-login-modal-form .login-password:before {
  font-family: 'ld-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e900";
  position: absolute;
  color: #728188;
  top: 1.7em;
  left: .5em; }

html body .learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding {
  position: relative;
  padding-top: 2em;
  max-width: 200px;
  margin: 1em auto 0; }

html body .learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding:before {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #e2e7ed;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

html body .learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding img {
  max-width: 100%;
  max-height: 250px;
  height: auto; }

html body .learndash-wrapper .ld-login-modal input[type='text'], html body .learndash-wrapper .ld-login-modal input[type='password'], html body .learndash-wrapper .ld-login-modal input[type='email'], html body .learndash-wrapper .ld-login-modal .ld-login-field, html body .learndash-wrapper .ld-login-modal .ld-password-field {
  border: 2px solid #e2e7ed;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  padding: .5em;
  background-color: #f0f3f6;
  color: #728188;
  padding-left: 2em;
  font-size: .875em;
  width: 100%;
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms; }

html body .learndash-wrapper .ld-login-modal input[type='text']:focus, html body .learndash-wrapper .ld-login-modal input[type='password']:focus, html body .learndash-wrapper .ld-login-modal input[type='email']:focus, html body .learndash-wrapper .ld-login-modal .ld-login-field:focus, html body .learndash-wrapper .ld-login-modal .ld-password-field:focus {
  border-color: #495255; }

html body .learndash-wrapper .ld-login-modal ::-webkit-input-placeholder {
  font-family: 'Open Sans','Arial','Helvetica',sans-serif; }

html body .learndash-wrapper .ld-login-modal :-ms-input-placeholder {
  font-family: 'Open Sans','Arial','Helvetica',sans-serif; }

html body .learndash-wrapper .ld-login-modal ::-moz-placeholder {
  font-family: 'Open Sans','Arial','Helvetica',sans-serif; }

html body .learndash-wrapper .ld-login-modal ::-ms-input-placeholder {
  font-family: 'Open Sans','Arial','Helvetica',sans-serif; }

html body .learndash-wrapper .ld-login-modal ::placeholder {
  font-family: 'Open Sans','Arial','Helvetica',sans-serif; }

html body .learndash-wrapper .ld-login-modal .ld-forgot-password-link {
  color: #333;
  text-decoration: underline;
  font-size: .875em; }

html body .learndash-wrapper .ld-login-modal .ld-button, html body .learndash-wrapper .ld-login-modal input[type='submit'] {
  margin: 2em auto;
  min-width: 150px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  border: 0;
  border-radius: 20px;
  font-weight: normal;
  font-size: 14px; }

html body .learndash-wrapper .ld-login-modal input[type='submit'] {
  background: #B1A68B;
  color: #fff;
  cursor: pointer;
  padding: .75em 5em;
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms; }

html body .learndash-wrapper .ld-login-modal input[type='submit']:hover {
  opacity: .8; }

html body .learndash-wrapper .ld-button.ld-login-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

html body .learndash-wrapper .ld-button.ld-login-button.ld-logout {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

html body .learndash-wrapper .ld-button.ld-login-button.ld-login {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start; }

html body .learndash-wrapper .ld-button.ld-login-button.ld-login .ld-icon {
  margin-right: 10px; }

html body .learndash-not-available .ld-table-list-item-preview, html body .learndash-not-available .ld-lesson-item-preview, html body .learndash-not-available .ld-item-list-item-preview, html body .user_has_no_access .ld-table-list-item-preview, html body .user_has_no_access .ld-lesson-item-preview, html body .user_has_no_access .ld-item-list-item-preview {
  cursor: not-allowed;
  pointer-events: none; }

html body .learndash-not-available .ld-table-list-item-preview a.ld-lesson-item-preview-heading, html body .learndash-not-available .ld-table-list-item-preview a.ld-item-name, html body .learndash-not-available .ld-lesson-item-preview a.ld-lesson-item-preview-heading, html body .learndash-not-available .ld-lesson-item-preview a.ld-item-name, html body .learndash-not-available .ld-item-list-item-preview a.ld-lesson-item-preview-heading, html body .learndash-not-available .ld-item-list-item-preview a.ld-item-name, html body .user_has_no_access .ld-table-list-item-preview a.ld-lesson-item-preview-heading, html body .user_has_no_access .ld-table-list-item-preview a.ld-item-name, html body .user_has_no_access .ld-lesson-item-preview a.ld-lesson-item-preview-heading, html body .user_has_no_access .ld-lesson-item-preview a.ld-item-name, html body .user_has_no_access .ld-item-list-item-preview a.ld-lesson-item-preview-heading, html body .user_has_no_access .ld-item-list-item-preview a.ld-item-name {
  cursor: not-allowed;
  pointer-events: none; }

html body .learndash-not-available .ld-table-list-item-preview a.ld-lesson-item-preview-heading .ld-status-icon, html body .learndash-not-available .ld-table-list-item-preview a.ld-item-name .ld-status-icon, html body .learndash-not-available .ld-lesson-item-preview a.ld-lesson-item-preview-heading .ld-status-icon, html body .learndash-not-available .ld-lesson-item-preview a.ld-item-name .ld-status-icon, html body .learndash-not-available .ld-item-list-item-preview a.ld-lesson-item-preview-heading .ld-status-icon, html body .learndash-not-available .ld-item-list-item-preview a.ld-item-name .ld-status-icon, html body .user_has_no_access .ld-table-list-item-preview a.ld-lesson-item-preview-heading .ld-status-icon, html body .user_has_no_access .ld-table-list-item-preview a.ld-item-name .ld-status-icon, html body .user_has_no_access .ld-lesson-item-preview a.ld-lesson-item-preview-heading .ld-status-icon, html body .user_has_no_access .ld-lesson-item-preview a.ld-item-name .ld-status-icon, html body .user_has_no_access .ld-item-list-item-preview a.ld-lesson-item-preview-heading .ld-status-icon, html body .user_has_no_access .ld-item-list-item-preview a.ld-item-name .ld-status-icon {
  pointer-events: all; }

html body .learndash-not-available .ld-table-list-item-preview .ld-expand-button, html body .learndash-not-available .ld-lesson-item-preview .ld-expand-button, html body .learndash-not-available .ld-item-list-item-preview .ld-expand-button, html body .user_has_no_access .ld-table-list-item-preview .ld-expand-button, html body .user_has_no_access .ld-lesson-item-preview .ld-expand-button, html body .user_has_no_access .ld-item-list-item-preview .ld-expand-button {
  pointer-events: all; }

html body .learndash-not-available a.ld-topic-row, html body .user_has_no_access a.ld-topic-row {
  cursor: not-allowed;
  pointer-events: none; }

html body .learndash-not-available.is_sample .ld-lesson-item-preview, html body .learndash-not-available.is_sample .ld-item-list-item-preview, html body .user_has_no_access.is_sample .ld-lesson-item-preview, html body .user_has_no_access.is_sample .ld-item-list-item-preview {
  cursor: pointer;
  pointer-events: all; }

html body .learndash-not-available.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading, html body .learndash-not-available.is_sample .ld-lesson-item-preview a.ld-item-name, html body .learndash-not-available.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading, html body .learndash-not-available.is_sample .ld-item-list-item-preview a.ld-item-name, html body .user_has_no_access.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading, html body .user_has_no_access.is_sample .ld-lesson-item-preview a.ld-item-name, html body .user_has_no_access.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading, html body .user_has_no_access.is_sample .ld-item-list-item-preview a.ld-item-name {
  cursor: pointer;
  pointer-events: all; }

html body .user_has_no_access .wpProQuiz_resultsList .ld-item-list-item-preview a.ld-item-name {
  cursor: pointer;
  pointer-events: all; }

html body .ld-topic-list.is_sample .ld-table-list-item-preview, html body .ld-topic-list.is_sample .ld-lesson-item-preview, html body .ld-topic-list.is_sample .ld-item-list-item-preview, html body .ld-lesson-item.is_sample .ld-table-list-item-preview, html body .ld-lesson-item.is_sample .ld-lesson-item-preview, html body .ld-lesson-item.is_sample .ld-item-list-item-preview, html body .ld-item-list-item.is_sample .ld-table-list-item-preview, html body .ld-item-list-item.is_sample .ld-lesson-item-preview, html body .ld-item-list-item.is_sample .ld-item-list-item-preview {
  cursor: pointer;
  pointer-events: all; }

html body .ld-topic-list.is_sample .ld-table-list-item-preview a.ld-lesson-item-preview-heading, html body .ld-topic-list.is_sample .ld-table-list-item-preview a.ld-item-name, html body .ld-topic-list.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading, html body .ld-topic-list.is_sample .ld-lesson-item-preview a.ld-item-name, html body .ld-topic-list.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading, html body .ld-topic-list.is_sample .ld-item-list-item-preview a.ld-item-name, html body .ld-lesson-item.is_sample .ld-table-list-item-preview a.ld-lesson-item-preview-heading, html body .ld-lesson-item.is_sample .ld-table-list-item-preview a.ld-item-name, html body .ld-lesson-item.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading, html body .ld-lesson-item.is_sample .ld-lesson-item-preview a.ld-item-name, html body .ld-lesson-item.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading, html body .ld-lesson-item.is_sample .ld-item-list-item-preview a.ld-item-name, html body .ld-item-list-item.is_sample .ld-table-list-item-preview a.ld-lesson-item-preview-heading, html body .ld-item-list-item.is_sample .ld-table-list-item-preview a.ld-item-name, html body .ld-item-list-item.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading, html body .ld-item-list-item.is_sample .ld-lesson-item-preview a.ld-item-name, html body .ld-item-list-item.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading, html body .ld-item-list-item.is_sample .ld-item-list-item-preview a.ld-item-name {
  cursor: pointer;
  pointer-events: all; }

html body .ld-topic-list.is_sample a.ld-lesson-item-preview, html body .ld-topic-list.is_sample a.ld-table-list-item-preview, html body .ld-topic-list.is_sample a.ld-topic-row, html body .ld-lesson-item.is_sample a.ld-lesson-item-preview, html body .ld-lesson-item.is_sample a.ld-table-list-item-preview, html body .ld-lesson-item.is_sample a.ld-topic-row, html body .ld-item-list-item.is_sample a.ld-lesson-item-preview, html body .ld-item-list-item.is_sample a.ld-table-list-item-preview, html body .ld-item-list-item.is_sample a.ld-topic-row {
  cursor: pointer !important;
  pointer-events: all !important; }

html body .learndash-wrapper .ld-user-status.ld-is-widget {
  margin: 30px 0; }

html body .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item {
  border: 0;
  border-bottom: 2px solid #f0f3f6;
  border-radius: 0;
  padding: 10px 0;
  margin: 10px 0; }

html body .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item:last-child {
  border-bottom: 0; }

html body .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
  padding: 0; }

html body .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-title {
  font-size: 14px;
  line-height: 1.5em; }

html body .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components {
  margin-top: 10px; }

html body .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components span {
  display: block;
  margin: 0 0 5px 0;
  font-size: 12px;
  line-height: 1.5em; }

html body .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components span.ld-sep {
  display: none; }

html body .learndash-wrapper .ld-user-status.ld-is-widget .ld-pagination {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start; }

html body .learndash-wrapper .ld-focus-comments {
  margin: 2em 0; }

html body .learndash-wrapper .ld-focus-comments p.comment-form-comment {
  margin: 0;
  width: 100% !important;
  max-width: 100% !important; }

html body .learndash-wrapper .ld-focus-comments p.comment-form-comment textarea {
  width: 100%; }

html body .learndash-wrapper .ld-focus-comments #ld-comments {
  margin-bottom: 50px; }

html body .learndash-wrapper .ld-focus-comments #commentform .logged-in-as {
  margin: 0;
  font-size: .875em;
  font-weight: normal;
  float: right; }

html body .learndash-wrapper .ld-focus-comments #commentform textarea#comment {
  font-family: inherit;
  padding: .875em;
  background: #e2e7ed;
  border: 5px solid #e2e7ed;
  border-radius: 6px;
  font-size: 1em; }

html body .learndash-wrapper .ld-focus-comments #commentform textarea#comment:focus {
  background: transparent;
  outline: 0;
  box-shadow: none; }

html body .learndash-wrapper .ld-focus-comments .comment-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row; }

html body .learndash-wrapper .ld-focus-comments .comment-navigation .nav-links .nav-previous {
  margin: 0;
  text-align: left;
  min-width: 50%;
  width: 100%;
  font-weight: normal; }

html body .learndash-wrapper .ld-focus-comments .comment-navigation .nav-links .nav-next {
  margin: 0;
  text-align: right;
  min-width: 50%;
  width: 100%;
  font-weight: normal; }

html body .learndash-wrapper .ld-focus-comments .form-submit {
  width: 100% !important;
  max-width: 100% !important; }

html body .learndash-wrapper .ld-focus-comments .form-submit #submit {
  margin: 0;
  border-radius: 20px;
  background-color: #B1A68B;
  color: white;
  box-shadow: none;
  text-transform: none;
  font-family: inherit;
  font-weight: normal;
  font-size: .75em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  max-width: 385px;
  white-space: nowrap;
  text-shadow: none;
  border: 0;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: auto;
  padding: .75em 1.5em;
  font-size: 1em;
  display: inline-block;
  padding: .75em 3em;
  margin-top: 0;
  height: auto;
  margin-top: 1em;
  min-width: unset;
  max-width: unset;
  width: unset;
  text-decoration: none !important; }

html body .learndash-wrapper .ld-focus-comments .form-submit #submit .ld-icon {
  font-size: .875em; }

html body .learndash-wrapper .ld-focus-comments .form-submit #submit .ld-text {
  padding: 0 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  text-align: center; }

html body .learndash-wrapper .ld-focus-comments .form-submit #submit + .ld-button {
  margin-left: 1em; }

html body .learndash-wrapper .ld-focus-comments .form-submit #submit.ld-compact {
  padding: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  -webkit-flex-basis: 24px;
          flex-basis: 24px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

html body .learndash-wrapper .ld-focus-comments .form-submit #submit.ld-compact .ld-icon {
  margin-right: 0;
  font-size: .75em; }

html body .learndash-wrapper .ld-focus-comments .form-submit #submit.ld-compact .ld-text {
  padding: 0; }

html body .learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-alternate {
  background: transparent;
  color: #B1A68B;
  padding: 0; }

html body .learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-alternate .ld-icon {
  background: #B1A68B;
  color: white;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
          flex: 0 0 18px;
  padding: 2px;
  line-height: 16px;
  text-align: center;
  font-weight: normal;
  -webkit-transition: color .3s ease,background .3s ease;
  transition: color .3s ease,background .3s ease; }

html body .learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-alternate .ld-text {
  padding-left: .5em; }

html body .learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-alternate:hover {
  background: transparent; }

html body .learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-transparent {
  color: #B1A68B;
  background: transparent; }

html body .learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-transparent.ld-status-complete {
  color: #8C1E41; }

html body .learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-transparent:hover {
  background: transparent; }

html body .learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-reverse {
  background: white;
  color: #B1A68B; }

html body .learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-reverse:hover {
  background: #B1A68B;
  color: white; }

html body .learndash-wrapper .ld-focus-comments .form-submit #submit:hover {
  opacity: .75;
  background-color: #B1A68B; }

html body .learndash-wrapper .ld-focus-comments .form-submit #submit:focus {
  outline: 0;
  opacity: .75; }

html body .learndash-wrapper .ld-focus-comments__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border-bottom: 4px solid #e2e7ed;
  margin-bottom: .5em; }

html body .learndash-wrapper .ld-focus-comments__heading .ld-expand-button .ld-text {
  padding-right: .5em;
  font-size: 1em; }

html body .learndash-wrapper .ld-focus-comments__heading .ld-expand-button .ld-icon {
  font-size: .75em; }

html body .learndash-wrapper .ld-focus-comments__header {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 10px; }

html body .learndash-wrapper .ld-focus-comments__comments {
  overflow: hidden;
  -webkit-transition: max-height .3s ease;
  transition: max-height .3s ease;
  font-size: 1em;
  font-weight: normal; }

html body .learndash-wrapper .ld-focus-comments .comment-respond {
  position: relative;
  padding-top: 0; }

html body .learndash-wrapper .ld-focus-comments .comment-respond #reply-title {
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: .75em; }

html body .learndash-wrapper .ld-focus-comments .comment-respond small {
  margin-left: 1em;
  font-size: .75em; }

html body .learndash-wrapper .ld-focus-comments .comment-form label {
  display: none; }

html body .learndash-wrapper .ld-focus-comments #ld-comments-post-button.ld-open {
  display: none; }

html body .learndash-wrapper .ld-focus-comments #ld-comments-form.ld-collapsed {
  display: none; }

html body .learndash-wrapper .ld-focus-comment {
  margin: 2em 0; }

html body .learndash-wrapper .ld-focus-comment:last-child {
  margin-bottom: 5em; }

html body .learndash-wrapper .ld-focus-comment.depth-1 {
  margin-left: 0; }

html body .learndash-wrapper .ld-focus-comment.depth-2, html body .learndash-wrapper .ld-focus-comment.depth-3, html body .learndash-wrapper .ld-focus-comment.depth-4, html body .learndash-wrapper .ld-focus-comment.depth-5 {
  margin-left: 74px; }

html body .learndash-wrapper .ld-focus-comment .ld-comment-avatar {
  position: relative;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

html body .learndash-wrapper .ld-focus-comment .ld-comment-avatar img {
  box-sizing: border-box;
  max-width: 58px;
  height: auto;
  border-radius: 100%;
  margin-right: 16px;
  border: 4px solid transparent; }

html body .learndash-wrapper .ld-focus-comment .ld-comment-avatar .ld-comment-avatar-author .ld-comment-author-name {
  color: black;
  font-size: 1.125em;
  margin-bottom: 5px;
  display: block;
  font-weight: normal; }

html body .learndash-wrapper .ld-focus-comment .ld-comment-avatar .ld-comment-avatar-author a.ld-comment-permalink {
  color: #728188;
  font-size: .875em;
  text-decoration: none;
  display: block; }

html body .learndash-wrapper .ld-focus-comment .ld-comment-body {
  overflow: hidden;
  position: relative;
  margin-left: 74px; }

html body .learndash-wrapper .ld-focus-comment .ld-comment-reply {
  margin: 1em 0; }

html body .learndash-wrapper .ld-focus-comment .ld-comment-reply a.comment-reply-link {
  border: 0;
  display: inline-block;
  padding: .5em 1.75em;
  color: black;
  font-weight: normal;
  font-size: .875em;
  position: relative;
  z-index: 9;
  background-color: #e2e7ed;
  border-radius: 18px; }

html body .learndash-wrapper .ld-focus-comment.bypostauthor > .ld-comment-wrapper, html body .learndash-wrapper .ld-focus-comment.role-group_leader > .ld-comment-wrapper, html body .learndash-wrapper .ld-focus-comment.role-administrator > .ld-comment-wrapper {
  border-radius: 6px;
  background: #f2fafd;
  padding: 1em; }

html body .learndash-wrapper .ld-focus-comment.bypostauthor > .ld-comment-wrapper > .ld-comment-avatar img, html body .learndash-wrapper .ld-focus-comment.role-group_leader > .ld-comment-wrapper > .ld-comment-avatar img, html body .learndash-wrapper .ld-focus-comment.role-administrator > .ld-comment-wrapper > .ld-comment-avatar img {
  border-color: #B1A68B; }

html body .learndash-wrapper .ld-focus-comment.bypostauthor.ptype-sfwd-assignment > .ld-comment-wrapper {
  border-radius: 0;
  background: transparent;
  padding: 0; }

html body .learndash-wrapper .ld-focus-comment.bypostauthor.ptype-sfwd-assignment > .ld-comment-wrapper > .ld-comment-avatar img {
  border-color: transparent; }

html body .learndash-wrapper .ld-focus-comment.ld-no-avatar-image .ld-comment-body {
  margin-left: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html body .learndash-wrapper .ld-expand-button {
    min-width: 120px; }
  html body .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon {
    -webkit-flex-basis: 15px;
            flex-basis: 15px; }
  html body .learndash-wrapper .ld-status-icon.ld-status-incomplete, html body .learndash-wrapper .ld-status-icon.ld-status-in-progress {
    -webkit-flex-basis: 18px;
            flex-basis: 18px; }
  html body .learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-incomplete, html body .learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-in-progress {
    -webkit-flex-basis: 10px;
            flex-basis: 10px; }
  html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button {
    min-width: 80px; }
  html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button.ld-compact {
    min-width: 0;
    margin-right: 1em; }
  html body .learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt {
    margin-right: 3em; }
  html body .learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1; }
  html body .learndash-wrapper .ld-focus .ld-focus-header .ld-content-action {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1; }
  html body .learndash-wrapper .ld-login-modal .ld-login-modal-wrapper {
    width: 100%; } }

@media (max-width: 1280px) {
  html body .learndash-wrapper .ld-focus .ld-focus-header .ld-progress {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1; }
  html body .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1;
            flex: 0 1; }
  html body .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text {
    display: none; }
  html body .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  html body .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_buttons, html body .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_button {
    margin-right: 0; }
  html body .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_button {
    margin-bottom: .5em; } }

@media (max-width: 1024px) {
  html body .learndash-wrapper.ld-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  html body .learndash-wrapper .ld-page-content {
    margin-bottom: 3em; }
  html body .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text {
    display: none; }
  html body .learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
            flex: 0 0 150px; }
  html body .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
    padding-left: 3em; }
  html body .learndash-wrapper .ld-login-modal {
    top: 100px;
    width: 80%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  html body .learndash-wrapper .ld-login-modal.ld-can-register .ld-modal-closer {
    color: #728188; } }

@media (max-width: 768px) {
  html body .learndash-wrapper .ld-content-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  html body .learndash-wrapper .ld-content-actions .ld-content-action {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1; }
  html body .learndash-wrapper .ld-content-actions > * {
    margin-bottom: 2em;
    margin-left: 0; }
  html body .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns {
    display: none; }
  html body .learndash-wrapper .ld-table-list .ld-table-list-item-preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start; }
  html body .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-title {
    width: 100%; }
  html body .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    padding-top: .5em; }
  html body .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
            flex: 1 auto;
    margin: 0 0 .5em 0; }
  html body .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column .ld-column-label {
    display: inline-block;
    margin: 0 0 .5em 0; }
  html body .learndash-wrapper .ld-table-list.ld-assignment-list .ld-table-list-item-preview .ld-table-list-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1; }
  html body .learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header {
    padding-left: 1em;
    padding-right: 1em; }
  html body .learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item {
    margin: 0 1em; }
  html body .learndash-wrapper .ld-quiz-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  html body .learndash-wrapper .ld-quiz-actions .quiz_continue_link, html body .learndash-wrapper .ld-quiz-actions .wpProQuiz_button, html body .learndash-wrapper .ld-quiz-actions input[type='button'] {
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    width: auto; }
  html body .learndash-wrapper .ld-alert {
    display: block;
    text-align: center;
    padding: 75px 15px 15px; }
  html body .learndash-wrapper .ld-alert .ld-alert-content {
    margin: 0 0 1em 0; }
  html body .learndash-wrapper .ld-alert .ld-icon {
    left: 50%;
    margin: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10%; }
  html body .learndash-wrapper .ld-alert .ld-button {
    margin-left: 0; }
  html body .learndash-wrapper .ld-focus .ld-focus-header {
    position: relative;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    height: auto; }
  html body .learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo {
    display: none; }
  html body .learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav {
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  html body .learndash-wrapper .ld-focus .ld-focus-header .ld-progress {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
    padding: 0 1em;
    margin: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    border-right: 0; }
  html body .learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-stats {
    text-align: center;
    display: block; }
  html body .learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-percentage {
    line-height: 1em;
    margin-bottom: .3em; }
  html body .learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-steps {
    display: none; }
  html body .learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-bar {
    margin: 0; }
  html body .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
    border-left: 0; }
  html body .learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions {
    border-top: 1px solid #efefef;
    background: #fff;
    padding: 0;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
            flex: 100%; }
  html body .learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions > * {
    margin: 0; }
  html body .learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions .ld-content-action {
    height: auto;
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
            flex: 50%; }
  html body .learndash-wrapper .ld-focus .ld-focus-content {
    margin-top: 30px; }
  html body .learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  html body .learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar .ld-focus-sidebar-trigger {
    display: none; }
  html body .learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main {
    margin-left: 0;
    width: 100%; }
  html body .learndash-wrapper .ld-focus .ld-focus-main {
    margin-left: 0;
    width: 100%; }
  html body .learndash-wrapper .ld-focus .ld-course-navigation-heading {
    position: static; }
  html body .learndash-wrapper .ld-focus .ld-course-navigation {
    padding-top: 0; }
  html body .learndash-wrapper .ld-focus .ld-focus-sidebar {
    top: 0;
    padding-top: 0;
    z-index: 1000;
    position: absolute; }
  html body body.admin-bar .learndash-wrapper .ld-focus-header {
    top: 0; }
  html body body.admin-bar .learndash-wrapper .ld-focus-sidebar {
    top: 93px; }
  html body body.ld-in-focus-mode.admin-bar {
    padding-top: 0; }
  html body body.ld-in-focus-mode.admin-bar .ld-focus-sidebar {
    top: 97px; }
  html body .learndash-wrapper .ld-login-modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  html body .learndash-wrapper .ld-focus-comment.depth-2, html body .learndash-wrapper .ld-focus-comment.depth-3, html body .learndash-wrapper .ld-focus-comment.depth-4, html body .learndash-wrapper .ld-focus-comment.depth-5 {
    margin-left: 20px; } }

@media (max-width: 640px) {
  html body .learndash-wrapper .ld-mobile-only {
    display: inherit !important; }
  html body .learndash-wrapper .ld-not-mobile {
    display: none !important; }
  html body .learndash-wrapper .ld-item-list .ld-section-heading h2, html body .learndash-wrapper .ld-item-list .ld-section-heading h3 {
    text-align: center;
    margin-bottom: 10px; }
  html body .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button {
    margin: 10px auto; }
  html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper:before {
    left: 20px;
    right: auto; }
  html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name .ld-reset-button {
    right: 2px; }
  html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields > * {
    width: 100%;
    margin-bottom: 1em;
    padding-right: 0; }
  html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1; }
  html body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button {
    margin: auto; }
  html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1; }
  html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start; }
  html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details {
    margin-top: 1em;
    margin-left: 2em; }
  html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-status {
    margin-left: 0;
    margin-right: 1em; }
  html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-expand-button {
    margin-left: 0; }
  html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress, html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents {
    padding: 2em 1em; }
  html body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents {
    padding-top: 0; }
  html body .learndash-wrapper .ld-table-list .ld-table-list-items {
    padding: 0 20px; }
  html body .learndash-wrapper .ld-lesson-list .ld-table-list-items {
    padding: 0; }
  html body .learndash-wrapper #ld-profile .ld-table-list .ld-table-list-item-expanded {
    padding: 0; }
  html body .learndash-wrapper .ld-progress .ld-progress-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  html body .learndash-wrapper .ld-progress .ld-progress-heading.ld-progress-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  html body .learndash-wrapper .ld-pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  html body .learndash-wrapper .ld-file-upload .ld-file-upload-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  html body .learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input + label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    border-radius: 0;
    text-align: center;
    width: 100%; }
  html body .learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input + label strong, html body .learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input + label span {
    width: 100%; }
  html body .learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    margin-top: 1em; }
  html body .learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading, html body .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading {
    margin-bottom: .5em;
    margin-top: .5em;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  html body .learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2, html body .learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading .ld-item-list-actions, html body .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2, html body .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  html body .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch; }
  html body .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details {
    margin: 1em 2.9em; }
  html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 {
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 1em;
    float: none !important; }
  html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button.wpProQuiz_TipButton, html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.wpProQuiz_TipButton {
    display: inline;
    margin: auto;
    padding: .25em .5em;
    width: auto; }
  html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type='6'] {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type='6'] select {
    margin-bottom: 1em;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
            flex: 1 0 50%; }
  html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type='6'] select:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%; }
  html body .learndash-wrapper #ld-profile .ld-section-heading .ld-item-list-actions {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  html body .learndash-wrapper #ld-profile .ld-section-heading .ld-expand-button {
    margin: 10px 0;
    max-width: 120px; }
  html body .learndash-wrapper #ld-profile .ld-profile-stats {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  html body .learndash-wrapper #ld-profile .ld-profile-stats .ld-profile-stat {
    width: 50%;
    border: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    margin: 0 0 2em 0 !important;
    padding: 0 1em !important; }
  html body .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab {
    padding: 1em; }
  html body .learndash-wrapper .ld-breadcrumbs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start; }
  html body .learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments {
    width: 100%; }
  html body .learndash-wrapper .ld-breadcrumbs .ld-status {
    width: 100%;
    margin-top: 1em; }
  html body .learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main, html body .learndash-wrapper .ld-focus .ld-focus-main {
    margin-left: 0; }
  html body .learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main .ld-focus-content, html body .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
    margin: 30px auto 50px;
    padding: 5% 1.5em; }
  html body .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  html body .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled > * {
    border-right: 0;
    border-bottom: 1px solid #e2e7ed;
    padding: 1em 0;
    width: auto; }
  html body .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled > *:last-child {
    border-bottom: 0; }
  html body .learndash-wrapper .ld-course-status.ld-course-status-enrolled {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  html body .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start; }
  html body .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-heading {
    display: block;
    width: 100%;
    text-align: center; }
  html body .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  html body .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats .ld-progress-steps {
    margin-left: 0; }
  html body .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-bar {
    width: 100%;
    margin: 1em 0; }
  html body .learndash-wrapper .ld-login-modal {
    width: 100%; } }

@-webkit-keyframes ldrotating {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes ldrotating {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ld-propanel-full-page .clearfix {
  display: table; }

.ld-propanel-full-page .ld-propanel-widget {
  margin-bottom: 3rem; }

.ld-propanel-full-page .button:not(.button-simple):not(.section-toggle) {
  font-family: "Tungsten A", "Tungsten B",Impact,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  cursor: pointer; }

.ld-propanel-full-page h2 {
  font-family: "Tungsten A", "Tungsten B",Impact,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem; }
  @media (max-width: 1023px) {
    .ld-propanel-full-page h2 {
      font-size: 30px; } }
.ld-propanel-full-page .propanel-stat a, .ld-propanel-full-page .propanel-stat a:HOVER {
  text-decoration: none !important; }

/* Primary Styles from Typography */
h1 {
  font-family: "Tungsten A", "Tungsten B",Impact,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 132px;
  line-height: 0.76;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 0; }
  @media (max-width: 1023px) {
    h1 {
      font-size: 90px; } }
.sectionTitle, ol.accordion-ol li.acc-item::before, .month-container .day-wrap .day {
  font-family: "Tungsten A", "Tungsten B",Impact,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 132px;
  line-height: 0.76;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 0; }
  @media (max-width: 1023px) {
    .sectionTitle, ol.accordion-ol li.acc-item::before, .month-container .day-wrap .day {
      font-size: 90px; } }
h2, .blockTitle {
  font-family: "Tungsten A", "Tungsten B",Impact,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 66px;
  line-height: 0.82;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 0; }
  @media (max-width: 1023px) {
    h2, .blockTitle {
      font-size: 42px; } }
.lede {
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.025em; }
  .lede b, .lede strong {
    font-weight: 300; }
  @media (max-width: 1023px) {
    .lede {
      font-size: 26px;
      letter-spacing: 0; } }
  .lede p {
    margin-top: 0; }

.bigQuote {
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 300;
  font-style: italic;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.025em;
  font-style: italic; }
  @media (max-width: 1023px) {
    .bigQuote {
      font-size: 28px; } }
body, .sBook {
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2; }
  body b, body strong, .sBook b, .sBook strong {
    font-weight: 400; }
  @media (max-width: 1023px) {
    body, .sBook {
      font-size: 18px;
      line-height: 1.22; } }
.smallCaps, .breadcrumb {
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.23;
  text-transform: uppercase;
  letter-spacing: 0.03em; }

.smallHeader {
  font-family: "Tungsten A", "Tungsten B",Impact,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.01em; }

.breadcrumb {
  position: relative;
  z-index: 3; }
  .breadcrumb a {
    border-color: transparent; }
    .breadcrumb a:HOVER {
      border-color: #ffffff; }

.post-intro-img-wrap {
  margin-top: -40px; }
  @media (max-width: 1023px) {
    .post-intro-img-wrap {
      margin-top: -16px; } }
  .post-intro-img-wrap img {
    display: block;
    width: 100%;
    height: auto; }

section:after {
  content: "";
  display: table;
  clear: both; }

.bar-funded {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.15) 0px, #16386e 300px); }
  @media (max-width: 1023px) {
    .bar-funded {
      background-image: linear-gradient(to left, rgba(255, 255, 255, 0.15) 0px, #16386e 100px); } }
.home.home .sm-section-intro h1, .page-id-9.home .sm-section-intro h1 {
  font-family: "Tungsten A", "Tungsten B",Impact,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 90px;
  line-height: 0.76;
  text-transform: uppercase;
  letter-spacing: -0.02em; }

@media (max-width: 1023px) {
  .home.home .sm-section-intro.campaign h1, .page-id-9.home .sm-section-intro.campaign h1 {
    font-size: 60px;
    line-height: 0.86; } }

.home .sm-section-intro .campaign-progress, .page-id-9 .sm-section-intro .campaign-progress {
  margin-top: 20px; }

.home .sm-section-intro .flex-wrap, .page-id-9 .sm-section-intro .flex-wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.home .sm-section-intro .donate-btn, .page-id-9 .sm-section-intro .donate-btn {
  z-index: 1;
  position: relative; }
  .home .sm-section-intro .donate-btn.show-mobile, .page-id-9 .sm-section-intro .donate-btn.show-mobile {
    margin-top: 20px; }
  .home .sm-section-intro .donate-btn a, .page-id-9 .sm-section-intro .donate-btn a {
    display: block;
    border-radius: 2px;
    padding: 20px 25px;
    color: #16386e;
    background-color: #fff;
    border: 1px solid transparent; }
    .home .sm-section-intro .donate-btn a:HOVER, .page-id-9 .sm-section-intro .donate-btn a:HOVER {
      border-color: #fff;
      background-color: transparent;
      color: #fff; }

.home .sm-section-intro.campaign, .page-id-9 .sm-section-intro.campaign {
  margin-top: -40px; }

.home .hero-img .donate-btn, .page-id-9 .hero-img .donate-btn {
  position: absolute;
  top: 30px;
  right: 40px; }
  .home .hero-img .donate-btn a, .page-id-9 .hero-img .donate-btn a {
    border-radius: 2px;
    background-color: #fff;
    padding: 5px 10px 7px; }

.home .hero-img .overlay-text, .page-id-9 .hero-img .overlay-text {
  position: absolute;
  bottom: 60px;
  left: 60px;
  color: #fff;
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.025em;
  font-size: 58px;
  max-width: 750px;
  z-index: 2; }
  .home .hero-img .overlay-text b, .home .hero-img .overlay-text strong, .page-id-9 .hero-img .overlay-text b, .page-id-9 .hero-img .overlay-text strong {
    font-weight: 300; }
  @media (max-width: 1023px) {
    .home .hero-img .overlay-text, .page-id-9 .hero-img .overlay-text {
      font-size: 26px;
      letter-spacing: 0; } }
  @media (max-width: 1023px) {
    .home .hero-img .overlay-text, .page-id-9 .hero-img .overlay-text {
      bottom: 20px;
      left: 20px;
      max-width: 100%;
      font-size: 32px;
      line-height: 1.16;
      font-weight: 300;
      letter-spacing: -0.025em;
      letter-spacing: -.015em; }
      .home .hero-img .overlay-text b, .home .hero-img .overlay-text strong, .page-id-9 .hero-img .overlay-text b, .page-id-9 .hero-img .overlay-text strong {
        font-weight: 300; } }
  @media (max-width: 1023px) and (max-width: 1023px) {
    .home .hero-img .overlay-text, .page-id-9 .hero-img .overlay-text {
      font-size: 26px; } }
  .home .hero-img .overlay-text svg, .page-id-9 .hero-img .overlay-text svg {
    display: block; }
    .home .hero-img .overlay-text svg.inline, .page-id-9 .hero-img .overlay-text svg.inline {
      display: inline-block;
      vertical-align: text-bottom;
      margin-bottom: -3px; }
    @media (max-width: 1023px) {
      .home .hero-img .overlay-text svg, .page-id-9 .hero-img .overlay-text svg {
        width: 240px;
        margin-bottom: -18px; }
        .home .hero-img .overlay-text svg.inline, .page-id-9 .hero-img .overlay-text svg.inline {
          height: 41px;
          margin-bottom: -4px; } }
  .home .hero-img .overlay-text p, .page-id-9 .hero-img .overlay-text p {
    margin: -15px 0 0; }

.home .hero-img:AFTER, .page-id-9 .hero-img:AFTER {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 190px;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: unset;
  opacity: 0.5;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s; }

.home .intro-text, .page-id-9 .intro-text {
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.025em;
  font-size: 42px;
  line-height: 1.2;
  max-width: 1000px;
  margin: 0 auto; }
  .home .intro-text b, .home .intro-text strong, .page-id-9 .intro-text b, .page-id-9 .intro-text strong {
    font-weight: 300; }
  @media (max-width: 1023px) {
    .home .intro-text, .page-id-9 .intro-text {
      font-size: 26px;
      letter-spacing: 0; } }
  @media (max-width: 1023px) {
    .home .intro-text, .page-id-9 .intro-text {
      font-size: 26px;
      letter-spacing: -.015em;
      padding: 0 20px; } }
  .home .intro-text a, .page-id-9 .intro-text a {
    border-bottom: 5px solid transparent; }
    @media (max-width: 1023px) {
      .home .intro-text a, .page-id-9 .intro-text a {
        border-width: 2px; } }
  .home .intro-text a.colorRed, .page-id-9 .intro-text a.colorRed {
    border-color: rgba(140, 30, 65, 0.7); }
    .home .intro-text a.colorRed:HOVER, .page-id-9 .intro-text a.colorRed:HOVER {
      border-color: #8C1E41; }
  .home .intro-text a.colorYellow, .page-id-9 .intro-text a.colorYellow {
    border-color: rgba(237, 180, 0, 0.7); }
    .home .intro-text a.colorYellow:HOVER, .page-id-9 .intro-text a.colorYellow:HOVER {
      border-color: #EDB400; }
  .home .intro-text a.colorBlue, .page-id-9 .intro-text a.colorBlue {
    border-color: rgba(22, 56, 110, 0.7); }
    .home .intro-text a.colorBlue:HOVER, .page-id-9 .intro-text a.colorBlue:HOVER {
      border-color: #16386e; }

.home .home-callout, .page-id-9 .home-callout {
  background-color: rgba(177, 166, 139, 0.2);
  padding: 30px 50px; }
  @media (max-width: 1023px) {
    .home .home-callout, .page-id-9 .home-callout {
      padding: 16px;
      margin-bottom: 16px; } }
  .home .home-callout .col, .page-id-9 .home-callout .col {
    background-color: #fff;
    padding: 35px 35px 50px;
    text-align: center; }
    .home .home-callout .col:last-of-type, .page-id-9 .home-callout .col:last-of-type {
      margin-bottom: 0; }
    @media (max-width: 1023px) {
      .home .home-callout .col, .page-id-9 .home-callout .col {
        min-height: 0;
        padding: 24px 16px 32px;
        margin-bottom: 16px; } }
    .home .home-callout .col h2, .page-id-9 .home-callout .col h2 {
      max-width: 250px;
      margin: 0 auto; }
    .home .home-callout .col.flex, .page-id-9 .home-callout .col.flex {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
              justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column; }
  .home .home-callout .button, .page-id-9 .home-callout .button {
    margin: 40px auto 0;
    display: block; }
    @media (max-width: 1023px) {
      .home .home-callout .button, .page-id-9 .home-callout .button {
        text-align: center;
        margin-top: 16px; } }
.cols-2 .col:nth-of-type(2) {
  margin-bottom: 0; }

.sm-section {
  padding-bottom: 30px; }
  @media (max-width: 1023px) {
    .sm-section {
      padding-bottom: 16px; } }
  .sm-section .col p:first-child {
    margin-top: 0; }
  .sm-section.sm-m-tb {
    padding: 30px 0 100px; }
    @media (max-width: 1023px) {
      .sm-section.sm-m-tb {
        padding: 30px 0; } }
  .sm-section.sm-section-intro.cols-2 {
    font-size: 32px;
    line-height: 1.16;
    font-weight: 300;
    letter-spacing: -0.025em; }
    .sm-section.sm-section-intro.cols-2 b, .sm-section.sm-section-intro.cols-2 strong {
      font-weight: 300; }
    @media (max-width: 1023px) {
      .sm-section.sm-section-intro.cols-2 {
        font-size: 26px; } }
    .sm-section.sm-section-intro.cols-2 p {
      margin-top: 0; }
    .sm-section.sm-section-intro.cols-2 .intro-text-small {
      margin-top: 5px; }
  .sm-section.sm-section-intro, .sm-section.sm-section-callout_set {
    padding-bottom: 50px; }
  .sm-section.sm-section-intro {
    padding: 50px; }
    .sm-section.sm-section-intro:not(.landing) h1 {
      margin-top: 25px; }
    .sm-section.sm-section-intro .breadcrumb + h1 {
      margin-top: 10px; }
    @media (max-width: 1023px) {
      .sm-section.sm-section-intro {
        padding: 16px;
        margin-bottom: 16px; } }
    .error404 .sm-section.sm-section-intro {
      padding-bottom: 200px; }
    .sm-section.sm-section-intro.campaign {
      margin-top: 0; }
      .sm-section.sm-section-intro.campaign h1 {
        margin-top: 0; }
        @media (max-width: 1023px) {
          .sm-section.sm-section-intro.campaign h1 {
            font-size: 60px;
            line-height: 0.86; } }
      .sm-section.sm-section-intro.campaign .button {
        padding: 0;
        margin-top: 16px; }
      @media (max-width: 1023px) {
        .sm-section.sm-section-intro.campaign {
          margin-top: -40px; } }
    .sm-section.sm-section-intro + .campaign, .home .sm-section.sm-section-intro.campaign {
      margin-top: -40px; }
  .sm-section.sm-section-intro:not(.landing) + .sm-section {
    margin-top: 50px;
    margin-bottom: 24px; }
    .sm-section.sm-section-intro:not(.landing) + .sm-section.sm-section-post-intro {
      margin-top: 0; }
      @media (max-width: 1023px) {
        .sm-section.sm-section-intro:not(.landing) + .sm-section.sm-section-post-intro {
          margin-top: -16px; } }
  @media (max-width: 1023px) {
    .sm-section.sm-section-img_w_callout .img-w-callout .cycle-wrap {
      margin-left: 0;
      margin-right: 0; } }
  .sm-section.landing.sm-section-intro {
    padding: 0;
    margin-right: auto;
    margin-top: -230px; }
    @media (max-width: 1023px) {
      .sm-section.landing.sm-section-intro {
        margin: -40px 0 0; }
        .sm-section.landing.sm-section-intro .padding-c {
          padding: 0; } }
    @media (max-width: 1575px) {
      .page-id-7 .sm-section.landing.sm-section-intro {
        margin-top: -327px; } }
    @media (max-width: 1023px) {
      .page-id-7 .sm-section.landing.sm-section-intro {
        margin-top: -40px; } }
    .sm-section.landing.sm-section-intro h1 + hr {
      height: 2px; }
    .sm-section.landing.sm-section-intro h1 {
      font-family: "Tungsten A", "Tungsten B",Impact,sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 132px;
      line-height: 0.76;
      text-transform: uppercase;
      letter-spacing: -0.02em; }
      @media (max-width: 1023px) {
        .sm-section.landing.sm-section-intro h1 {
          font-size: 90px; } }
    .sm-section.landing.sm-section-intro .span_12, .sm-section.landing.sm-section-intro .span_8 {
      padding: 40px;
      position: relative;
      z-index: 1; }
      @media (max-width: 1023px) {
        .sm-section.landing.sm-section-intro .span_12, .sm-section.landing.sm-section-intro .span_8 {
          padding: 16px; } }
      .sm-section.landing.sm-section-intro .span_12 .lede, .sm-section.landing.sm-section-intro .span_8 .lede {
        max-width: 775px; }

.text-section-list .col p:first-of-type {
  margin-top: 0; }

.for-students-intro {
  padding-bottom: 60px; }

.section-header h2 {
  padding: 18px 0 50px; }
  @media (max-width: 1023px) {
    .section-header h2 {
      padding: 16px 0; } }
  .sm-section-partnerships .section-header h2 {
    padding-bottom: 0; }

.section-header .student-single h2 {
  padding: 0 0 18px;
  border-bottom: solid 2px; }

.section-header .student-single .milestones {
  margin-bottom: 70px; }
  .section-header .student-single .milestones h4 {
    margin: 12px 0 8px; }

.milestones h2 {
  margin-bottom: 20px; }

.milestones .milestone-section {
  margin-bottom: 80px; }

.milestones .milestone-timeline {
  display: block;
  color: #B1A68B; }
  .milestones .milestone-timeline:BEFORE {
    content: "Complete by: "; }

.milestones .text-on-bg {
  background: rgba(205, 197, 177, 0.4);
  padding: 28px 30px 30px;
  margin-top: 50px;
  border-radius: 2px; }
  @media (min-width: 1024px) {
    .milestones .text-on-bg {
      margin-right: 80px; } }
  .milestones .text-on-bg ol {
    padding-left: 20px; }
    .milestones .text-on-bg ol li {
      padding-left: 10px;
      padding-right: 20px;
      margin-bottom: 6px; }

.milestones .milestone-formatted {
  padding: 25px 0 50px; }
  .milestones .milestone-formatted > p {
    display: block;
    font-size: 32px;
    line-height: 1.16;
    font-weight: 300;
    letter-spacing: -0.025em;
    margin-right: 30px; }
    .milestones .milestone-formatted > p b, .milestones .milestone-formatted > p strong {
      font-weight: 300; }
    @media (max-width: 1023px) {
      .milestones .milestone-formatted > p {
        font-size: 26px; } }
.milestones .oversize {
  width: -webkit-calc(100% + 80px);
  width: calc(100% + 80px);
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  margin-top: 20px; }
  @media (max-width: 1024px) {
    .milestones .oversize {
      max-width: 150px;
      -webkit-transform: none;
              transform: none;
      margin: 20px auto 0; } }
.milestones .bg-round {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  .milestones .bg-round .img-bg {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    mix-blend-mode: multiply;
    -webkit-filter: saturate(0);
            filter: saturate(0); }

.milestones .img-treat:BEFORE {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EDB400;
  border-radius: 50%; }

.milestones .intro-text-small {
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.23;
  text-transform: uppercase;
  letter-spacing: 0.03em; }

.milestones ol.accordion-ol li.acc-item {
  min-height: 135px;
  padding-left: 75px; }
  .milestones ol.accordion-ol li.acc-item.dig-double {
    padding-left: 110px; }
  .milestones ol.accordion-ol li.acc-item.completed {
    --colorPrimary: #b1a68b;
    pointer-events: none;
    color: #b1a68b;
    opacity: 0.5; }
    .milestones ol.accordion-ol li.acc-item.completed:BEFORE {
      color: #b1a68b; }
    .milestones ol.accordion-ol li.acc-item.completed * {
      color: #b1a68b; }
  .milestones ol.accordion-ol li.acc-item:BEFORE {
    position: absolute;
    top: 10px;
    left: 0;
    content: attr(data-number); }
  .milestones ol.accordion-ol li.acc-item .toggle-icon {
    top: 26px; }
  .milestones ol.accordion-ol li.acc-item .acc-text {
    margin-left: -90px; }
  @media (max-width: 1024px) {
    .milestones ol.accordion-ol li.acc-item {
      padding-left: 60px; }
      .milestones ol.accordion-ol li.acc-item .acc-text {
        margin-left: -60px; } }
#main .form-cta-row {
  margin-top: 0;
  padding: 1px 0 60px;
  background: rgba(177, 166, 139, 0.2); }
  #main .form-cta-row .add-bg {
    background: white;
    padding: 20px; }
  #main .form-cta-row img {
    max-width: 100%;
    height: auto; }

.bg-round, .milestone-formatted {
  opacity: 0; }
  .acc-open .bg-round, .acc-open .milestone-formatted {
    -webkit-animation: fadeOn 0.5s forwards 0s;
            animation: fadeOn 0.5s forwards 0s; }

.w-line-below {
  padding-bottom: 20px;
  margin-bottom: 40px; }

.conPR {
  padding-right: 40px;
  padding-bottom: 40px; }
  .conPR :first-child {
    margin-top: 0; }

.hero-img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 40px; }
  .hero-img.crop_top {
    background-position: 50% 0; }
  .hero-img.crop_bottom {
    background-position: 50% 100%; }
  .hero-img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 65vh;
    min-height: 600px; }
    @media (max-width: 1100px) {
      .hero-img:before {
        padding-top: 60%; } }
    @media (max-width: 1023px) {
      .hero-img:before {
        min-height: 290px; } }
    .home .hero-img:before {
      padding-top: 85vh; }
      @media (max-width: 1023px) {
        .home .hero-img:before {
          padding-top: 75vh; } }
  .hero-img > .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.dropshadow {
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2); }

.partnerships-list .flex {
  min-height: 220px; }

.partnerships-list .f-col {
  -webkit-align-self: start;
          align-self: start; }

.partnerships-list .single-partner img {
  -webkit-filter: grayscale(100%) opacity(30%);
          filter: grayscale(100%) opacity(30%); }

@media (max-width: 1023px) {
  .partnerships-list .flex {
    min-height: 330px; } }

.intro-text-small {
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0em;
  margin-top: 5px; }
  .intro-text-small b, .intro-text-small strong {
    font-weight: 400; }
  @media (max-width: 1023px) {
    .intro-text-small {
      font-size: 18px;
      line-height: 1.22; } }
.table-wrap {
  list-style: none;
  margin: 1em 0;
  padding: 0;
  display: table; }

.d-table {
  display: table-row; }

.table-col {
  display: table-cell;
  position: relative; }

.flex-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }
  @media (max-width: 1023px) {
    .flex-cols {
      display: block; } }
  .flex-cols .flex-col-left {
    padding-right: 10%;
    padding-right: 40px;
    -webkit-flex-basis: 50%;
            flex-basis: 50%; }
    @media (max-width: 1023px) {
      .flex-cols .flex-col-left {
        padding-right: 0; } }
  .flex-cols .flex-col-right {
    max-width: 600px;
    -webkit-flex-basis: 50%;
            flex-basis: 50%; }
  .flex-cols :first-child:not(h3) {
    margin-top: 0; }
    @media (max-width: 1023px) {
      .flex-cols :first-child:not(h3):not(a) {
        margin-bottom: 24px; } }
  .flex-cols.count-3 .flex-col {
    -webkit-flex-basis: 33.33%;
            flex-basis: 33.33%;
    padding-right: 30px; }
    .flex-cols.count-3 .flex-col img {
      max-width: 100%;
      height: auto; }
    .flex-cols.count-3 .flex-col .col-img {
      width: 80%;
      max-width: 224px;
      height: auto;
      margin: 0 auto 15px; }

.sm-how-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  border-bottom: solid 1px #E5E5E5;
  padding-top: 30px; }
  .sm-how-cols .col-img {
    -webkit-flex-basis: 75%;
            flex-basis: 75%; }
    .sm-how-cols .col-img img {
      max-width: 100%;
      height: auto;
      display: block; }
  .sm-how-cols .col-txt {
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    padding-left: 20px; }
  .sm-how-cols.row-0, .sm-how-cols.row-2, .sm-how-cols.row-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .sm-how-cols .col-number {
    font-family: "Tungsten A", "Tungsten B",Impact,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 132px;
    line-height: 0.76;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    display: block;
    margin: 12px 0 15px; }
    @media (max-width: 1023px) {
      .sm-how-cols .col-number {
        font-size: 90px; } }
  @media (max-width: 1100px) {
    .sm-how-cols .col-img {
      -webkit-flex-basis: 60%;
              flex-basis: 60%; }
    .sm-how-cols .col-text {
      -webkit-flex-basis: 40%;
              flex-basis: 40%; } }
  @media (max-width: 800px) {
    .sm-how-cols .col-img {
      -webkit-flex-basis: 50%;
              flex-basis: 50%; }
    .sm-how-cols .col-text {
      -webkit-flex-basis: 50%;
              flex-basis: 50%; } }
  @media (max-width: 700px) {
    .sm-how-cols {
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap; }
      .sm-how-cols .col-img {
        -webkit-flex-basis: 100%;
                flex-basis: 100%; }
      .sm-how-cols .col-text {
        -webkit-flex-basis: 100%;
                flex-basis: 100%; } }
.img-wrap img {
  max-width: 100%;
  height: auto; }

hr {
  margin: 40px 0 18px; }
  @media (max-width: 1023px) {
    hr {
      margin: 16px 0; } }
  .sm-section-intro .cols-1 hr {
    margin: 30px 0 24px; }
  hr:first-child {
    margin-top: 0; }
  .sm-section-intro hr:first-child {
    margin-top: 40px; }
  @media (min-width: 1024px) {
    .callout-set hr {
      width: 100%;
      margin-bottom: 1em; } }
ul.social {
  list-style: none;
  margin: 0;
  padding: 0; }

.social-icon {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px; }
  .social-icon.facebook:AFTER {
    content: "\e805";
    position: absolute;
    font-family: "scholarmatch";
    font-size: 44px;
    pointer-events: none;
    left: -10px;
    top: 0; }
  .social-icon.instagram:AFTER {
    content: "";
    background-image: url(../assets/icon-ig.svg);
    position: absolute;
    font-family: "scholarmatch";
    font-size: 44px;
    pointer-events: none;
    left: -8px;
    right: 10px;
    bottom: -2px;
    top: 0;
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: 50% 100%; }
  .social-icon.linkedin:AFTER {
    content: "\e804";
    position: absolute;
    font-family: "scholarmatch";
    font-size: 44px;
    pointer-events: none;
    left: -10px;
    top: 0; }
  .social-icon.medium:AFTER {
    content: "\e800";
    position: absolute;
    font-family: "scholarmatch";
    font-size: 44px;
    pointer-events: none;
    left: -10px;
    top: 0; }
  .social-icon.twitter:AFTER {
    content: "\e803";
    position: absolute;
    font-family: "scholarmatch";
    font-size: 44px;
    pointer-events: none;
    left: -10px;
    top: 0; }
  .social-icon.amazon:AFTER {
    content: "\e802";
    position: absolute;
    font-family: "scholarmatch";
    font-size: 44px;
    pointer-events: none;
    left: -10px;
    top: 0; }
  .social-icon.youtube:AFTER {
    content: "\e801";
    position: absolute;
    font-family: "scholarmatch";
    font-size: 44px;
    pointer-events: none;
    left: -10px;
    top: 0; }
  .social-icon:HOVER {
    opacity: 0.5; }
  .social-icon a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    opacity: 0; }

.overlayLink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  opacity: 0;
  z-index: 1; }

.sm-section-post-intro .img-w-callout {
  background-color: rgba(177, 166, 139, 0.2);
  padding: 50px; }
  @media (max-width: 1023px) {
    .sm-section-post-intro .img-w-callout {
      padding: 16px; }
      .sm-section-post-intro .img-w-callout .fb-67 {
        display: none; }
      .sm-section-post-intro .img-w-callout .fb-33 {
        margin-bottom: 0; }
      .sm-section-post-intro .img-w-callout .f-con {
        padding: 16px;
        margin-bottom: 0; }
        .sm-section-post-intro .img-w-callout .f-con h2 {
          padding-top: 0;
          margin-bottom: 32px; } }
  .sm-section-post-intro .img-w-callout .fill75 {
    background-color: #ffffff; }

.newsletter-month {
  margin-bottom: 0; }

.press-list .flex-cols {
  position: relative; }

.press-list .anchor-link {
  position: absolute;
  left: 0;
  top: 0; }

.press-list .intro-text-small {
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25; }
  .press-list .intro-text-small b, .press-list .intro-text-small strong {
    font-weight: 400; }

.newsletter-anchors {
  margin: 0;
  list-style: none;
  padding-left: 30px; }
  .newsletter-anchors li {
    position: relative; }
    .newsletter-anchors li a {
      border-bottom: none; }
      .newsletter-anchors li a:HOVER {
        color: #8C1E41; }
    .newsletter-anchors li:BEFORE {
      content: "\"";
      position: absolute;
      top: 0;
      left: -30px;
      width: 30px;
      font-family: "Wingdings 3";
      right: 18px;
      font-size: 24px;
      color: #8C1E41; }

/* TEMP: To Remove */
.temp-img-placeholder {
  background: #eaeaea; }

.calendar-feed-wrap p {
  margin: 0; }
  .calendar-feed-wrap p span {
    display: inline-block;
    vertical-align: middle; }
  .calendar-feed-wrap p .date {
    min-width: 100px; }

.calendar-feed-wrap .single-event {
  margin-bottom: 10px; }
  .calendar-feed-wrap .single-event .smallCaps {
    opacity: 0.5; }

.statgraphics {
  padding: 20px 0 40px; }

.stat-graphic {
  position: relative;
  padding-bottom: 100%;
  background-size: contain;
  background-position: 50% 0;
  color: #252525; }
  .stat-graphic .stat-graphic-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 30px 20px;
    font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.23;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #ffffff; }
    .color-yellow .stat-graphic .stat-graphic-text {
      color: #252525; }

.col:not(.num-huge) .numrow-wrap h2 {
  color: #B1A68B; }
  @media (max-width: 1023px) {
    .col:not(.num-huge) .numrow-wrap h2 {
      font-size: 120px;
      letter-spacing: -0.045em; } }
.numrow-wrap .numrow-text {
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.23;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: center;
  display: block;
  margin: 30px auto;
  padding: 15px 0;
  max-width: 640px;
  border-color: #252525; }

.numrow-wrap img {
  width: 100%;
  height: auto; }

.numrow-large {
  font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.025em;
  font-size: 150px;
  letter-spacing: -0.04em; }
  .numrow-large b, .numrow-large strong {
    font-weight: 300; }
  @media (max-width: 1023px) {
    .numrow-large {
      font-size: 26px;
      letter-spacing: 0; } }
  .numrow-large sup {
    font-size: 50%;
    display: inline-block;
    padding: 0 0.05em; }
  .num-huge .numrow-large {
    font-family: "Tungsten A", "Tungsten B",Impact,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 132px;
    line-height: 0.76;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    letter-spacing: -0.01em;
    font-size: 250px; }
    @media (max-width: 1023px) {
      .num-huge .numrow-large {
        font-size: 90px; } }
    @media (max-width: 1023px) {
      .num-huge .numrow-large {
        font-size: 105px; } }
.num-huge {
  padding: 40px 0 20px; }
  @media (max-width: 1023px) {
    .num-huge {
      padding: 0; } }
  .num-huge .numrow-wrap {
    padding: 0 30px; }
    @media (max-width: 1023px) {
      .num-huge .numrow-wrap {
        padding: 0; } }
    .num-huge .numrow-wrap .numrow-text {
      width: 33.3333333333%; }
      @media (max-width: 1023px) {
        .num-huge .numrow-wrap .numrow-text {
          width: 100%; } }
.quote {
  max-width: 775px;
  margin: auto; }
  .quote p:last-child {
    margin-bottom: 0; }
  .quote .attribution {
    margin-top: 1em; }
    .quote .attribution:BEFORE {
      content: "—"; }
  .quote .quote-text {
    font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
    font-style: normal;
    font-weight: 300;
    font-style: italic;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -0.025em;
    font-style: italic; }
    @media (max-width: 1023px) {
      .quote .quote-text {
        font-size: 28px; } }
.cycle-wrap {
  min-height: 350px;
  position: relative;
  opacity: 0; }
  .cycle-wrap.modalHeightSet {
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .cycle-wrap.cycle-wrap-spotlight-expanded {
    min-height: 450px;
    background-color: #ffffff; }
    .cycle-wrap.cycle-wrap-spotlight-expanded h2.smallHeader {
      padding: 18px 20px;
      position: relative;
      z-index: 5; }
      @media (max-width: 1023px) {
        .cycle-wrap.cycle-wrap-spotlight-expanded h2.smallHeader {
          text-align: center; } }
    .cycle-wrap.cycle-wrap-spotlight-expanded .c-row-text {
      min-height: 100%;
      min-height: -webkit-calc(100% - 23px);
      min-height: calc(100% - 23px);
      padding-right: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center; }
      @media (max-width: 1023px) {
        .cycle-wrap.cycle-wrap-spotlight-expanded .c-row-text {
          padding-right: 0; } }
    .cycle-wrap.cycle-wrap-spotlight-expanded .bullet-hor {
      padding-top: 0;
      opacity: 0; }
      @media (max-width: 1023px) {
        .cycle-wrap.cycle-wrap-spotlight-expanded .bullet-hor {
          padding-top: 20px; } }
    .cycle-wrap.cycle-wrap-spotlight-expanded .active .bullet-hor {
      opacity: 1; }
    .cycle-wrap.cycle-wrap-spotlight-expanded .f-con {
      position: static;
      height: 450px; }
      @media (max-width: 1023px) {
        .cycle-wrap.cycle-wrap-spotlight-expanded .f-con {
          height: auto;
          padding-top: 60px; }
          .cycle-wrap.cycle-wrap-spotlight-expanded .f-con .c-row-text {
            min-height: 350px; }
          .cycle-wrap.cycle-wrap-spotlight-expanded .f-con .abs-img.abs-img-right {
            max-width: 450px;
            margin: 0 auto; } }
      @media (max-width: 767px) {
        .cycle-wrap.cycle-wrap-spotlight-expanded .f-con .abs-img.abs-img-right {
          height: 200px;
          width: auto; } }
      .cycle-wrap.cycle-wrap-spotlight-expanded .f-con .sentL2 {
        margin-bottom: 0.5em;
        margin-top: 0; }
    @media (max-width: 1023px) {
      .cycle-wrap.cycle-wrap-spotlight-expanded {
        min-height: 450px; } }
  .cycle-wrap.cycle-wrap-spotlight, .cycle-wrap.cycle-wrap-infographic {
    min-height: 400px; }
    @media (max-width: 1023px) {
      .cycle-wrap.cycle-wrap-spotlight, .cycle-wrap.cycle-wrap-infographic {
        min-height: 350px; } }
    .cycle-wrap.cycle-wrap-spotlight .smallCaps, .cycle-wrap.cycle-wrap-infographic .smallCaps {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding: 30px 20px; }
  .cycle-wrap.cycle-wrap-spotlight .f-con {
    display: block; }
    .cycle-wrap.cycle-wrap-spotlight .f-con .c-row {
      margin-top: 50px; }
  @media (max-width: 1023px) {
    .cycle-wrap.cycle-wrap-spotlight .c-row {
      margin-top: 60px; } }
  @media (max-width: 1023px) {
    .cycle-wrap.campaign-list {
      min-height: 550px; }
      .cycle-wrap.campaign-list .single-campaign {
        vertical-align: top; }
      .cycle-wrap.campaign-list .fd-row {
        min-height: 650px; } }
  @media (max-width: 767px) {
    .cycle-wrap.campaign-list .fd-row {
      min-height: 500px; } }
  .cycle-wrap.campaign-list .bullet-hor {
    opacity: 0; }
  .cycle-wrap.campaign-list .active .bullet-hor {
    opacity: 1; }
  @media (max-width: 1023px) {
    .cycle-wrap.partnerships-list .single-partner {
      vertical-align: top; }
    .cycle-wrap.partnerships-list .fd-row {
      min-height: 450px; } }
  .cycle-wrap.partnerships-list .bullet-hor {
    opacity: 0; }
  .cycle-wrap.partnerships-list .active .bullet-hor {
    opacity: 1; }
  .cycle-wrap.cycle-wrap-quote {
    min-height: 0; }
    .cycle-wrap.cycle-wrap-quote .quote {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  .cycle-wrap.cycle-wrap-infographic .stat-graphic {
    height: 400px;
    padding: 0;
    background-repeat: no-repeat; }
  .cycle-wrap .i {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1; }
    .cycle-wrap .i .c-row, .cycle-wrap .i .flex, .cycle-wrap .i .quote-text, .cycle-wrap .i .attribution, .cycle-wrap .i .stat-graphic {
      -webkit-transition: opacity 0.2s ease-out;
      transition: opacity 0.2s ease-out;
      opacity: 0; }
    .cycle-wrap .i.active {
      pointer-events: all;
      z-index: 2; }
      .cycle-wrap .i.active .c-row, .cycle-wrap .i.active .flex, .cycle-wrap .i.active .quote-text, .cycle-wrap .i.active .attribution, .cycle-wrap .i.active .stat-graphic {
        opacity: 1;
        -webkit-transition: opacity 0.2s ease-in 0.1s;
        transition: opacity 0.2s ease-in 0.1s; }
  .cycle-wrap > .bullet-hor {
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    left: 0;
    top: 100%; }
  @media (max-width: 1023px) {
    .cycle-wrap {
      padding: 0;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0; } }
  .cycle-wrap.cycle-wrap-quote {
    margin-top: 40px; }

.cycle-wrap-infographic nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

@media (min-width: 800px) {
  .c-row-pagetext {
    max-width: 75%; } }

.cycle-wrap-spotlight .smallCaps {
  margin-bottom: 2em; }

.cycle-wrap-spotlight .sentL2 {
  margin: 0; }

.gif-wrap {
  max-width: 500px;
  margin: 40px auto; }

.text-page u {
  text-decoration: none;
  border-bottom: 1px solid #252525; }

.text-page .text-max-w {
  max-width: 750px;
  margin: 0 auto; }
  .text-page .text-max-w img {
    max-width: 100%;
    height: auto; }

.text-page table {
  margin: 40px 0;
  width: 100%;
  border-bottom: 1px solid #8C1E41;
  border-top: 1px solid #8C1E41;
  border-collapse: collapse; }
  .text-page table td {
    border-bottom: 1px solid #8C1E41;
    vertical-align: top;
    padding: 10px 10px 10px 0; }
    .text-page table td strong {
      font-family: "Sentinel A", "Sentinel B",'Times','Times New Roman',serif;
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.23;
      text-transform: uppercase;
      letter-spacing: 0.03em; }

.protected-form hr {
  margin: 20px 0 80px; }

.protected-form iframe {
  display: block;
  max-width: 750px;
  margin: 50px auto; }

ol.accordion-ol.scholarmatcher-sections li.acc-item::before {
  display: none; }

ol.scholarmatcher-sections {
  margin-bottom: 40px; }
  ol.scholarmatcher-sections .acc-item:last-child {
    border-bottom: none; }

.section-cta {
  padding: 30px 40px; }

.cta-inner-sm {
  text-align: center;
  padding: 80px 40px;
  background: white;
  position: relative; }
  .cta-inner-sm .arrow-ne {
    font-size: 75%; }
  .cta-inner-sm h2 {
    margin-bottom: 30px; }
  .cta-inner-sm .button-inline a {
    position: relative; }
  .cta-inner-sm .button-inline.icon-ra a {
    padding-right: 18px;
    border: none; }
    .cta-inner-sm .button-inline.icon-ra a:AFTER {
      top: 5px;
      right: 0; }

.cta-secondary {
  position: absolute;
  bottom: 20px;
  right: 30px;
  border: none !important; }
  .cta-secondary .arrow {
    color: #E5E5E5; }
  .cta-secondary:HOVER .arrow {
    color: inherit; }

@-webkit-keyframes fadeOn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.page-id-5337 .hero-img {
  margin-bottom: 0; }

.page-id-13324 .text-max-w h3 {
  margin: 0 0 0.5rem;
  font-weight: normal; }

.page-id-13324 .text-max-w h3 + * {
  margin-top: 0; }

.page-id-13324 .text-max-w h3 {
  margin-top: 3rem; }

@media (min-width: 768px) {
  .college-center-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
    .college-center-layout .college-center-col {
      -webkit-flex-basis: 50%;
              flex-basis: 50%;
      -webkit-flex-shrink: 0;
              flex-shrink: 0; }
      .college-center-layout .college-center-col:first-child {
        padding-right: 0.5rem; }
      .college-center-layout .college-center-col:last-child {
        padding-left: 0.5rem; } }

@media (max-width: 767px) {
  .college-center-layout .college-center-col + .college-center-col {
    margin-top: 2rem; } }

.college-center-layout img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem; }

.college-center-layout img + br {
  display: none; }

.repeatable-sections .map-embed {
  position: relative;
  padding-bottom: 56.25%; }
  .repeatable-sections .map-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.repeatable-sections details summary {
  cursor: pointer; }
  .repeatable-sections details summary > :first-child {
    margin-top: 0; }
  .repeatable-sections details summary > :last-child {
    margin-bottom: 0; }
  .repeatable-sections details summary > :last-child:AFTER {
    content: "Map";
    display: inline-block;
    font-family: "Tungsten A", "Tungsten B",Impact,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-size: 18px;
    margin-left: 5px; }

.repeatable-sections details > summary {
  list-style: none; }

.repeatable-sections details > summary::-webkit-details-marker {
  display: none; }

.repeatable-sections .repeatable-section-text + .repeatable-section-header {
  margin-top: 6rem; }
/*# sourceMappingURL=styles.css.map */
