@charset "UTF-8";
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}

.collapse.in {
  display: block;
  visibility: visible;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 14px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}

.tab-content > .active {
  display: block;
  visibility: visible;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left,
.carousel-control .fa-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right,
.carousel-control .fa-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .fa-chevron-left,
  .carousel-control .fa-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .fa-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .fa-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden !important;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

/*----------------------------
------------------------------
------OVERRIDE FOR MODAL------
------------------------------
-----------------------------*/
.modal-trigger {
  cursor: pointer;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1039 !important;
  background-color: #36393c;
}

.modal-backdrop.in {
  opacity: 0.94;
}

.modal-header .close {
  cursor: pointer;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-content {
  box-shadow: none !important;
  border: none;
}

/*----------------------------
------------------------------
----OVERRIDE FOR DROPDOWN-----
------------------------------
-----------------------------*/
:is(.dropdown.active, .dropdown:hover) > .dropdown-menu {
  display: block !important;
}

.dropdown-menu {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

.dropdown-menu a {
  --focus-outline-offset: 0;
}

.dropdown-menu:hover {
  display: block !important;
}

.tinted .dropdown-menu {
  background: rgba(0, 0, 0, 0.93);
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.dropdown .dropdown-toggle {
  cursor: pointer;
}

.datavis .content-wrap .content-wrap .nav > li > a:focus,
.datavis.content-wrap .content-wrap .nav > li > a:focus {
  background-color: #dae0e4 !important;
}

.datavis .content-wrap .nav > li.active > a:focus,
.datavis.content-wrap .nav > li.active > a:focus {
  background-color: #0093d8 !important;
}

.datavis .content-wrap #studentlist.nav > li.active > a:focus,
.datavis.content-wrap #studentlist.nav > li.active > a:focus {
  background: none !important;
}

.datavis .content-wrap .dropdown-menu,
.datavis.content-wrap .dropdown-menu {
  overflow: auto;
  right: 0;
  max-height: 30em;
  background-color: #f7f7f7;
  margin-top: 1px;
  border-radius: 0;
  border: none;
}

.datavis .content-wrap .dropdown-menu li a,
.datavis.content-wrap .dropdown-menu li a {
  font-size: 1em;
  padding: 0.75em 1em;
}

.datavis .content-wrap .dropdown-menu li a:hover,
.datavis.content-wrap .dropdown-menu li a:hover {
  background: #fff;
}

.datavis .content-wrap .dropdown-menu li.active,
.datavis.content-wrap .dropdown-menu li.active {
  display: none;
}

/*----------------------------
------------------------------
----OVERRIDE FOR TOOLTIP-------
------------------------------
-----------------------------*/
.tooltip {
  max-width: none !important;
}

.tooltip .tooltip-arrow {
  display: none !important;
}

.tooltip .tooltip.top {
  margin-top: 28px !important;
}

.tooltip .tooltip-inner {
  color: #303030 !important;
  border: 1px solid #e2e2e2 !important;
  background: #fff !important;
  max-width: none !important;
  white-space: nowrap;
}

.tooltip.left .tooltip-inner {
  position: relative;
  left: -5px;
}

#meta-icons .tooltip .tooltip-inner {
  position: relative;
  top: -.25em;
}

/* Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

img {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* RWD Resets
-------------------------------------------------------------- */
/*
html {
  overflow-y: auto;
}
*/
html,
body {
  margin: 0 auto;
}

img, video {
  max-width: 100%;
  height: auto;
}

video.jw-video {
  max-width: none !important;
}

/* maxvoltar.com/archive/-webkit-font-smoothing */
html {
  -webkit-font-smoothing: antialiased;
}

/* align checkboxes, radios, text inputs with their label */
input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

/* bicubic resizing for non-native sized IMG:
code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

button {
  border: none;
  background: none;
  font-size: unset;
  text-align: unset;
  font-weight: unset;
  color: unset;
  line-height: unset;
  font-family: unset;
}

button::-moz-focus-inner {
  border: 0;
}

input:-webkit-autofill {
  color: #fff !important;
  background: none !important;
}

* {
  margin: 0;
  padding: 0;
}

/* Variables, Mixins
-------------------------------------------------------------- */
:root {
  --main-blue: #0b8ecc;
  --main-blue-hover: #3aafe6;
  --main-blue-dark: #007eba;
  --main-blue-dark-border: #0673a7;
  --main-blue-light: #3fc0fd;
  --main-lime: #72ffab;
  --main-green: #22b783;
  --main-orange: #f56b2c;
  --main-meta-data-color: #6d7b86;
  --main-silver: #949ba6;
  --main-red: #f9394b;
  --custom-program-header-color: #203766;
  --custom-program-primary-color: #a90733;
  --custom-program-secondary-color: #0b8ecc;
  --custom-program-tertiary-color: #2dadb9;
}

.pseudotint {
  position: relative;
}

.pseudotint > * {
  position: relative;
  color: #fff;
}

.pseudotint::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #1a3c50;
  opacity: .75;
}

/* CLEAR FIX*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.content-wrap {
  max-width: 1250px;
}

.content-wrap.content-wrap-1100 {
  max-width: 1100px !important;
}

.content-wrap.content-wrap-1000 {
  max-width: 1000px !important;
}

.max-200,
.max-250,
.max-400,
.max-500,
.max-600,
.max-650,
.max-700,
.max-800,
.max-900,
.max-1000,
.max-1100,
.max-1150,
.max-1060,
.max-1200 {
  margin-left: auto;
  margin-right: auto;
}

.max-200 {
  max-width: 200px;
}

.max-250 {
  max-width: 250px;
}

.max-300 {
  max-width: 300px;
}

.max-400 {
  max-width: 400px;
}

.max-500 {
  max-width: 500px;
}

.max-550 {
  max-width: 550px;
}

.max-600 {
  max-width: 600px;
}

.max-650 {
  max-width: 650px;
}

.max-700 {
  max-width: 700px;
}

.max-800 {
  max-width: 800px;
}

.max-900 {
  max-width: 900px;
}

.max-1000 {
  max-width: 1000px;
}

.max-1050 {
  max-width: 1050px;
}

.max-1060 {
  max-width: 1060px;
}

.max-1100 {
  max-width: 1100px;
}

.max-1150 {
  max-width: 1150px;
}

.max-1200 {
  max-width: 1200px;
}

@media screen and (min-width: 1150px) {
  .overview-row:not(.max-1200) .content-wrap {
    max-width: 1100px;
  }
}

@media screen and (max-width: 1000px) {
  .content-wrap {
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
  }
  section.full > h2:first-child,
  section.full > h2:first-child + p {
    max-width: 600px;
  }
}

@media screen and (max-width: 1150px) {
  body.single-wsp_lesson #sidebar,
  body.single-wsp_lesson #sidebar-menu {
    position: absolute;
    top: 0 !important;
    padding-top: 2em;
  }
}

.hover-up {
  cursor: pointer;
  transition: transform .15s ease-in-out;
}

.hover-up:hover {
  transform: translate(0, -5px);
}

.hover-right {
  cursor: pointer;
  transition: transform .15s ease-in-out;
}

.hover-right:hover {
  transform: translate(5px, 0);
}

.wsp-textlink {
  font-size: .7em;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
}

.fontsize-down {
  font-size: .9em;
}

.separator {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0;
  font-size: 0.85em;
}

.separator__text {
  display: inline-block;
  padding: 0 1em;
  background-color: #FFF;
}

.separator:before, .separator:after {
  content: '';
  flex: 2;
  display: block;
  height: 1px;
  background-color: #C6C6C6;
}

#lesson-wrap .jw-icon-pip {
  display: none !important;
}

section.popover {
  margin-top: -2em;
}

.clear {
  clear: both;
}

.wsp-note {
  background-color: #d5f7ed !important;
  border: 1px solid #cddfdc;
  font-size: .9em;
  padding: .5em 1em;
  margin-bottom: 1.5em;
}

.wsp-note .glyphicon,
.wsp-note [class|="fa"] {
  padding-right: 4px;
  top: 2px;
}

.show-400,
.show-500,
.show-600,
.show-700,
.show-800,
.show-1000,
.show-1100,
.show-inline-800,
.show-block-800,
.show-inline-700,
.show-block-700,
.show-inline-1000,
.show-inline-1100,
.show-block-1000 {
  display: none;
}

.border-box {
  box-sizing: border-box;
}

section {
  position: relative;
}

ul > li.module,
ul > li.module-white {
  margin-bottom: 2em;
}

.col-center-white {
  background-color: #fff;
}

.content-wrap:not(.flex):not(.row):before, .content-wrap:not(.flex):not(.row):after {
  content: " ";
  display: table;
}

.content-wrap:not(.flex):not(.row):after {
  clear: both;
}

.section-tag {
  font-size: 1.25em;
  margin: -1em 0 1em;
  font-weight: 600;
}

.theme-dk .section-tag,
.theme-dk--blue .section-tag {
  color: #fff;
}

.content-wrap {
  margin: 0 auto;
  position: relative;
  width: 90%;
}

.content-wrap.pad-top {
  padding: 4em 0 0 0;
}

.content-wrap.pad-bottom {
  padding: 0 0 4em 0;
}

.content-wrap.pad-top-bottom {
  padding: 4em 0;
}

.content-wrap.pad-less {
  padding: 1.5em 0 4em;
}

.content-wrap.pad.nopad {
  padding: 0;
}

.content-wrap.flex::after {
  content: none !important;
}

#main-fare.content-wrap.pad-top-bottom {
  padding: 3em 0;
}

.spacer {
  clear: both;
}

.entry.entry-multiple {
  margin-top: 4em;
}

.entry.pad,
.col-center-white.pad {
  padding: 3em;
}

section.full.pad.no-pad-top .entry.pad {
  padding-bottom: 0;
}

#wrapper > section.full.pad,
.wsp-draft-admin-section > section.full.pad {
  padding: 3em 0;
}

.wsp-draft-admin-section {
  position: relative;
  display: block;
}

.wsp-draft-admin-section::before, .wsp-draft-admin-section::after {
  display: block;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  right: 0;
  left: 0;
  color: var(--main-red);
  font-size: .5em;
  z-index: 3000;
}

.wsp-draft-admin-section::before {
  top: .25em;
  content: "BEGIN Admin Only Section";
}

.wsp-draft-admin-section::after {
  bottom: .25em;
  content: "END Admin Only Section";
}

#wrapper > section.full.pad.pad-extra {
  padding: 5em 0;
}

#wrapper > section.full.bg-img-full,
#wrapper > section.full.pad#client-callout {
  padding: 6em 0;
}

#wrapper > section.full.pad.no-pad-top {
  padding-top: 0;
}

#wrapper > section.full.pad.no-pad-bottom {
  padding-bottom: 0;
}

.boxsizing-pad-2,
.boxsizing-pad-3 {
  box-sizing: border-box;
  padding: 2em;
}

.boxsizing-pad-2 {
  padding: 2em;
}

.boxsizing-pad-3 {
  padding: 3em;
}

.align-baseline {
  align-items: baseline;
}

.flex {
  display: flex;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-grow {
  flex-grow: 1;
}

.align-items-center {
  align-items: center;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex-center-abs-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.flex-top {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.max-center {
  margin-left: auto;
  margin-right: auto;
}

.entry ul.max-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

/*
section.full.theme-dk.bg-img-cover {

	&::after {
		content: "";
		display: block;
		background: black;
		@include abscover;
		opacity: .8;
	}

	> h2,
	> p,
	> .h2_upper,
	.content-wrap {
		position: relative;
		z-index: 100;
	}

}
*/
section.full.overview-row:before, section.full.overview-row:after {
  content: " ";
  display: table;
}

section.full.overview-row:after {
  clear: both;
}

section.full.blue-back {
  background-color: var(--main-blue);
}

section.full.theme-dk {
  background-color: #092540;
}

section.full.theme-dk, section.full.blue-back {
  color: #fff !important;
}

section.full.theme-dk h1,
section.full.theme-dk h2,
section.full.theme-dk p,
section.full.theme-dk label, section.full.blue-back h1,
section.full.blue-back h2,
section.full.blue-back p,
section.full.blue-back label {
  color: #fff !important;
}

section.full > .content-wrap > .bluebutton {
  width: 90%;
  margin: 0 auto;
  max-width: 20em;
  float: none;
  padding: .75em 0;
}

section.full > .content-wrap > .bluebutton:last-child {
  margin-top: 4em;
}

section.full.overview-row h2,
section.full.overview-row h2 + p, section.full.features-list h2,
section.full.features-list h2 + p, section.full.default h2,
section.full.default h2 + p {
  text-align: center;
}

section.full.overview-row > .parent > div > h4 {
  text-align: center;
  color: var(--main-blue);
  font-weight: 600;
  margin-top: 0;
}

section.full.overview-row > .parent > div > video {
  display: block;
}

section.full.overview-row h2 + ul {
  text-align: center;
  list-style-position: inside;
}

section.full.overview-row h6 {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.35;
  padding-bottom: .25em;
}

section.full p a {
  margin: 0 auto;
}

section.full > h2,
section.full > .content-wrap > h2,
section.full > .content-wrap > .col-center > h2 {
  text-align: center;
  margin-top: 2.25em;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

section.full > h2:first-child,
section.full > .content-wrap > h2:first-child,
section.full > .content-wrap > .col-center > h2:first-child {
  margin-top: 0;
}

section.full > .content-wrap > .col-center > h2.marg-top-1 {
  margin-top: 1em;
}

section.full > h2 + .content-wrap > .col-center {
  padding-top: 0;
}

section.full > h2 + .content-wrap > .col-center.col-center-white {
  padding-top: 3em;
}

section.full > .content-wrap > .col-center > h2 {
  margin-bottom: 1.35em;
}

section.full > .content-wrap h2 + .col-center {
  margin-top: 2.75em;
}

section.full > .content-wrap h2 + .col-center:before, section.full > .content-wrap h2 + .col-center:after {
  content: " ";
  display: table;
}

section.full > .content-wrap h2 + .col-center:after {
  clear: both;
}

section.full .content-wrap > div > p {
  text-align: center;
}

section.full .content-wrap > div.entry > p,
section.full.default .content-wrap.entry > .col-center > p {
  text-align: left;
}

section.full .content-wrap > div > h5 {
  text-align: center;
  color: var(--main-blue);
  font-weight: 600;
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: .8em;
}

section.full > h2 + p,
section.full > h2 + h4 {
  max-width: 54em;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

section.full > h2 + h4 {
  text-align: center;
  font-weight: 500;
}

section.full > h2 + p li {
  margin-bottom: .5em;
}

section.full > h2 + p,
section.full > .content-wrap > h2 + p {
  text-align: center;
}

section.full > h2 + .content-wrap,
section.full > h2 + p + .content-wrap,
section.full > h2 + ul {
  margin-top: 2.5em;
}

section.full > img:first-child {
  margin: 1em auto 2em;
  max-width: 24em;
  width: 90%;
}

section.full > img:first-child + h2 {
  margin-top: 0;
}

section.full.default > h2 + p + .content-wrap,
section.full.default > h2 + .content-wrap {
  margin-top: 2em;
}

section.full.contact-form > h2 + p + .content-wrap {
  margin-top: 1em;
}

section.full > .content-wrap > div:not(.loader-fs) {
  position: relative;
}

section.full > .content-wrap > div.modal {
  position: fixed;
}

.icon-above-headline {
  margin: 0 auto;
  width: 50px !important;
  position: relative;
  top: -1em;
}

section.full.bg-img-full h2,
section.full.bg-img-full h2 + p {
  position: relative;
  z-index: 100;
  margin-top: 0;
}

#client-callout h2 + p {
  max-width: 1000px;
  width: 90%;
}

#big-quote strong {
  font-size: 3em;
  color: #fff;
  line-height: 1.2;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  display: block;
  font-weight: 500 !important;
}

#big-quote .content-wrap {
  max-width: 1100px;
}

#big-quote .bluebutton {
  margin-top: 3em;
}

.bg-img-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-img-cover__fixed {
  background-attachment: fixed;
}

section.full.bg-img-full.pos-fixed {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

section.full.bg-img-full.pos-fixed.bg-img-checklist::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.nav-page {
  margin: 0 auto;
  width: 90%;
  box-sizing: border-box;
  max-width: 1600px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.nav-page__nav-block {
  position: relative;
  /*
		&::after {
			content: "";
			display: block;
			@include abscover;
			background-color: black;
			opacity: .1;
		}
*/
}

.nav-page__nav-block-link {
  margin-bottom: 1em;
  box-sizing: border-box;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  width: 100%;
  min-height: 160px;
  position: relative;
}

.nav-page__nav-block-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), transparent);
}

.nav-page__nav-block-title {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.3;
  color: white;
  position: relative;
  z-index: 200;
}

.nav-page__nav-block-content {
  /*
		background: $lime;
		padding: .35em .5em;
*/
}

.nav-page__content {
  width: 70%;
  box-sizing: border-box;
  margin: 0 auto 3em;
  background-color: #FFF;
}

.nav-page__title-wrapper {
  position: relative;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1600px;
}

.nav-page__title {
  width: 70%;
  box-sizing: border-box;
  margin: 0 auto;
}

.nav-back {
  font-size: .7em;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
}

.nav-back img {
  height: 12px;
  display: inline;
}

/*
.tint-aqua {

	&::after {
		content: "";
		background-color: $aqua-dk;
		@include abscover;
		opacity: .75;
	}

	> * {
		position: relative;
		z-index: 100;
	}

	> .content-wrap > .bluebutton,
	> .bluebutton {
		background-color: $aqua;
	}
}
*/
section.full.tinted .content-wrap {
  z-index: 100;
  position: relative;
}

section.full.tinted .tint {
  background: rgba(0, 0, 0, 0.8);
}

section.full.tinted .tint.tint-white {
  background: rgba(255, 255, 255, 0.9);
}

.overview-row .content-wrap + .content-wrap {
  margin-top: 3em;
}

.overview-row .content-wrap > div img {
  width: 100%;
}

.overview-row .content-wrap .bluebutton {
  width: 90%;
  max-width: 20em;
}

.overview-row .content-wrap button.bluebutton {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 36px;
  font-size: .85em;
  padding: .75em 0;
  background-color: var(--main-blue);
  border: none;
  color: #FFF !important;
  margin: 0 auto;
  display: block;
  width: 90%;
  max-width: 24em;
}

.overview-row .content-wrap button.bluebutton:not([disabled]):hover {
  background-color: var(--main-blue-hover);
}

.overview-row .content-wrap button.bluebutton:focus {
  outline: none;
}

.overview-row .content-wrap p > button {
  margin-bottom: 1em;
  padding: 1em 0 !important;
}

.overview-row .content-wrap > img.align-center {
  margin-bottom: 2em;
}

.overview-row .content-wrap > .col-12 h2,
.overview-row .content-wrap > .col-12 h4 {
  text-align: center;
}

.overview-row .content-wrap > .col-12 p {
  text-align: center;
  max-width: 52em;
  margin-left: auto;
  margin-right: auto;
}

.overview-row .content-wrap > .col-12 h6 > img {
  max-width: 90%;
  margin: 3em auto;
  display: none;
}

.overview-row .content-wrap > .col-12 .bluebutton {
  margin: 2em auto 3em;
  float: none;
}

.overview-row .content-wrap ul {
  list-style: disc;
  margin-left: 1.25em;
}

.overview-row .content-wrap ul li {
  margin-bottom: .5em;
}

.overview-row .content-wrap ul.loose li {
  margin-bottom: .8em;
}

.overview-row .content-wrap > div > h4 {
  font-size: 1.2em;
  margin-bottom: .5em;
}

.overview-row .content-wrap > div > p {
  margin-bottom: 2em;
}

.overview-row .content-wrap > div > p:last-of-type {
  margin-bottom: 0;
}

.overview-row .content-wrap > div > p:last-of-type + ul {
  margin-top: 2em;
}

.overview-row .content-wrap > div > p:last-of-type + ul.checked-list {
  margin-top: 2.5em;
}

.overview-row.centered-icon .align-center {
  width: 7em;
}

.overview-row.extra-pad-img .content-wrap img.col-5.pad {
  width: 31.666%;
  padding-left: 5%;
  padding-right: 5%;
}

.overview-row.extra-pad-img .content-wrap img.col-4.pad {
  width: 31.666%;
  padding-left: 5%;
  padding-right: 5%;
}

.overview-row + #our-clients {
  padding-bottom: 3em !important;
  padding-top: 0 !important;
}

.overview-row + #our-clients .content-wrap {
  max-width: 1100px;
}

.overview-row + #our-clients .content-wrap > p {
  padding-left: 2%;
  padding-right: 2%;
}

.overview-row + #our-clients p {
  font-size: .75em;
  padding-bottom: 1.25em;
}

.full.overview-row.w-button a {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 36px;
  font-size: .85em;
  padding: .75em 0;
  background-color: var(--main-blue);
  border: none;
  color: #FFF !important;
  max-width: 18em;
}

.full.overview-row.w-button a:not([disabled]):hover {
  background-color: var(--main-blue-hover);
}

.full.overview-row.w-button a:focus {
  outline: none;
}

.overview-extend {
  padding-top: 0;
  margin-top: -2em;
}

.features-list > ul > li > img,
.features-list > ul > li > a > img {
  margin-bottom: 1.5em;
}

.features-list > ul > li > .circle-img-contain > img {
  max-width: 6em;
  margin-bottom: 0;
}

.features-list .module {
  border: none;
  text-align: center;
}

.features-list .module p {
  padding: 0 2em;
}

.features-list > ul {
  position: relative;
  text-align: center;
  top: 3em;
  margin-top: 1em !important;
}

.features-list > ul > li {
  margin-bottom: 6em;
}

.features-list > ul > li:before, .features-list > ul > li:after {
  content: " ";
  display: table;
}

.features-list > ul > li:after {
  clear: both;
}

.features-list > ul > li.module {
  padding-top: 1.5em;
  padding-bottom: 2.25em;
  position: relative;
}

.features-list > ul > li.module:before, .features-list > ul > li.module:after {
  content: " ";
  display: table;
}

.features-list > ul > li.module:after {
  clear: both;
}

.features-list > ul > li.module > ul {
  list-style-position: inside;
  margin-left: 0;
}

.features-list > ul > li.no-mod {
  padding-bottom: 0;
  box-shadow: none;
}

.features-list .gallery-image {
  position: relative;
  display: block;
}

.features-list .gallery-image > img {
  z-index: 19;
  position: relative;
}

.features-list .gallery-image .glyphicon,
.features-list .gallery-image [class|="fa"] {
  color: #fff;
}

.features-list .col-4 .gallery-image {
  max-width: 15em;
  margin: 0 auto;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.features-list .zoom-frame {
  background-color: #303030;
  padding: .5em .75em;
  position: absolute;
  font-size: .7em;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: block;
  text-align: center;
}

.features-list .gallery-image:hover .zoom-frame .glyphicon,
.features-list .gallery-image:hover .zoom-frame [class|="fa"] {
  color: var(--main-blue);
}

.features-list .gallery-image:hover {
  transform: scale(1.02);
}

.features-list li.with-button p a {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 36px;
  font-size: .85em;
  padding: .75em 0;
  background-color: var(--main-blue);
  border: none;
  color: #FFF !important;
  padding: .75em 0;
  position: absolute;
  bottom: 3em;
  left: 1em;
  right: 1em;
}

.features-list li.with-button p a:not([disabled]):hover {
  background-color: var(--main-blue-hover);
}

.features-list li.with-button p a:focus {
  outline: none;
}

.features-list li.col-6.with-button p a {
  left: 20%;
  right: 20%;
}

.features-list li.module.with-button {
  padding-bottom: 9em !important;
}

.features-list.bg-img-full li {
  box-shadow: none;
}

.features-list h4 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: .35em;
}

.features-list > ul > li > ul > li,
.features-list > ul > li > ul > p {
  font-size: .9em;
}

.features-list > ul > li > ul {
  list-style: disc;
  margin-left: 1.25em;
  text-align: left;
}

.features-list > ul > li > ul li {
  margin-bottom: .5em;
}

.features-list.small-icons.blue-back .circle-img-contain {
  background-color: var(--main-blue-dark) !important;
}

.features-list.small-icons > ul {
  top: 0 !important;
  margin-top: -1em !important;
}

.features-list.small-icons > ul > li {
  margin-top: 3em;
  margin-bottom: 0;
  display: inline-block;
  float: none !important;
  vertical-align: top;
  max-width: 700px;
}

.full.testimonials > .content-wrap > div {
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.full.testimonials > .content-wrap > div:before, .full.testimonials > .content-wrap > div:after {
  content: " ";
  display: table;
}

.full.testimonials > .content-wrap > div:after {
  clear: both;
}

.full.testimonials > .content-wrap > div:last-child {
  margin-bottom: 0;
}

.full.testimonials > .content-wrap > div.module-white.pad {
  padding-top: 2em;
  padding-bottom: 2em;
}

.full.testimonials > .content-wrap > div .circle-frame {
  width: 6em;
  height: 6em;
  overflow: hidden;
  border-radius: 3.5em;
  border: 1px solid #e5e5e5;
  position: absolute;
  top: 0;
  left: 0;
  float: none;
}

.full.testimonials > .content-wrap > div .circle-frame img {
  width: 100%;
  float: none;
  padding: 0;
  margin: 0;
}

.full.testimonials > .content-wrap > div p {
  padding: 0 0 0 6em;
  font-size: 1.3em;
  line-height: 1.5em;
  letter-spacing: 0;
  font-weight: 300;
  text-align: left !important;
}

.full.testimonials > .content-wrap > div .attribute {
  display: block;
  font-size: .6em;
  font-weight: 400;
  padding-top: 1.5em;
  font-style: normal;
}

.module-white.pad .circle-frame {
  top: 2em !important;
  left: 2em !important;
}

.mini-strip {
  padding: 0 !important;
  background-color: #2a3036;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.mini-strip.pad {
  padding: 3em 0 !important;
}

.mini-strip .small-tag {
  color: #fff;
}

.video-overview #anchor {
  position: absolute;
  top: -3em;
}

.video-overview a {
  cursor: pointer;
}

.video-overview .glyphicon,
.video-overview [class|="fa"] {
  top: 3px;
  padding-right: 3px;
}

.video-overview strong {
  color: #fff;
}

.video-overview .content-wrap {
  overflow: hidden;
}

.video-overview h2 {
  text-align: right;
  font-size: 1.35em !important;
  padding: 1.75em 0;
  margin-bottom: 0 !important;
  color: rgba(255, 255, 255, 0.67);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  letter-spacing: 0 !important;
}

.video-overview h2 span {
  color: #fff;
  font-weight: 600;
}

.video-overview .col-4 {
  top: .5em;
  position: relative;
}

.video-overview img {
  border: 4px solid #fff;
  width: 14em;
  position: absolute;
  left: 50%;
  margin-left: -7em;
  top: 1em;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#sec-video-mobile {
  padding-bottom: 4em !important;
  display: none;
}

#sec-video-mobile .jwplayer {
  margin: 2em 0;
}

#sec-video-mobile p {
  text-align: center;
}

.publiccourses #sec-video-mobile {
  background-color: #f7f7f7;
}

.full-split {
  display: table;
  width: 100%;
}

.full-split * {
  color: #fff;
}

.full-split > .col-6 {
  display: table-cell;
  vertical-align: middle;
  padding: 10em 0;
  box-sizing: border-box;
  text-align: center;
  height: 30em;
}

.full-split p,
.full-split img {
  width: 90%;
  max-width: 25em;
  margin: 0 auto;
}

.full-split p {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1em !important;
}

.full-split p + p {
  margin-bottom: 0 !important;
}

.full-split ul {
  list-style: disc;
}

.full-split ul li {
  list-style-position: inside;
  margin-bottom: .5em;
}

.full-split .entry {
  max-width: 34em;
  margin: 0 auto;
  text-align: left;
  width: 90%;
}

.full-split .entry * {
  color: #303030;
}

.full-split .entry p,
.full-split .entry img {
  max-width: none;
}

.full-split .entry p {
  font-size: 1em;
  font-weight: 500;
  width: auto;
}

.full-split img.mobile-only {
  display: none;
}

.full-split .image-cover {
  position: relative;
  background-image: url("https://media.wallstreetprep.com/wspimage/wsp-analyst-training.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
}

.full-split .image-cover .tint {
  background-color: rgba(31, 42, 42, 0.6);
}

.full-split .image-cover > p,
.full-split .image-cover .play-button {
  position: relative;
  z-index: 1000;
}

.full-split .image-cover .play-button {
  clear: both;
  display: inline-block;
  max-width: 4em;
  margin-bottom: .25em;
}

.full-split .image-cover .play-button + p {
  font-weight: 300;
  font-size: 1.5em;
}

/*
.wrapper-w-affix {

	.content-wrap {
		box-sizing: border-box;
		position: relative;
	}

	&__pad {

		padding-left: 200px;
	}

	&__nav {
		left: 0;
		width: 180px !important;
		float: none !important;
		position: absolute !important;
	}
}

#wrapper-w-affix {
	padding-top: 3em;

	#main-content {
		padding-left: 150px;
		position: relative;
		z-index: 99;
		margin-bottom: 5em;

		> section {
			background-color: #fff;
		    padding: 2em 4em;

		    &:first-child {
			    padding-top: 3em;
		    }
		}
	}
}
*/
/*
.wrapper-r-sidebar {
	padding-bottom: 3em;
	margin: 0 auto;
	display: flex;
	position: relative;

	&__content {
		flex-grow: 1;
		margin-right: 4em;
		background-color: #fff;

		h1 {
			font-weight: 800;
			margin-bottom: .5em !important;
			font-size: 2.5em;
		}
	}

	&__sidebar {
		max-width: 250px;
		min-width: 250px;
		position: relative;
		z-index: 200;
	}

	&__sidebar-content {
		position: sticky;
		top: 2em;
	}
}
*/
/*
.sidebar-nav {

	margin-bottom: 1em;
	position: relative;

	&__title {
		font-weight: 700 !important;
		background-color: $lime;
		padding: 1.15em 1.5em;
		font-size: .7em !important;
		text-align: center;
		cursor: pointer;

		i {
			font-size: 1.4em;
			position: relative;
			top: .1em;
		}
	}

	&__item {
		font-weight: 600;
		font-size: .8em;

		&:not(:last-child) {
			border-bottom: 1px solid $lmsbg-border;
		}

		&:first-child a {
			padding-top: 1em;
		}

		&:last-child a {
			padding-bottom: 1em;
		}

	}

	&__dropdown {
		background-color: #fff;
		padding: 0 1.5em;
		border-right: 1px solid $lmsbg-border;
		border-left: 1px solid $lmsbg-border;
		box-shadow: 0px 0px 30px -10px rgba(0,0,0,.25);
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		z-index: 500;
		max-height: 0;
		overflow: hidden;
	}

		&:hover .sidebar-nav__dropdown {
			transition: max-height 1s ease-out;
			max-height: 1000px;
			border-bottom: 1px solid $lmsbg-border;
		}

	a {
		transition: transform 0.25s ease-in-out;
		display: block;
		padding: .5em 0;

		&:hover {
			transform: translate(4px,0);
		}
	}
}
*/
/*
.sidebar-block-links {
	margin-bottom: 3em;
	font-size: .9em;

	&__title {
		font-weight: 800;
		padding-bottom: .5em;
	}

	a {
		font-size: .9em;
		padding: 1em;
		color: #fff;
		display: flex;
		justify-content: space-between;
		align-items: center;
// 		text-align: center;
	}
}
*/
/*-------------------ALIGNMENT-------------------*/
.float {
  float: left;
}

.float-right,
.float-r {
  float: right;
}

img.float-right {
  margin-left: 2em;
}

.centered {
  text-align: center;
}

.align-center,
.align-center > img,
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.align-left {
  text-align: left !important;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.table-display-container {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.table-display-container > * {
  display: table-cell;
  vertical-align: middle;
}

.tint + .table-display-container,
.tint + .content-wrap {
  z-index: 2;
  position: relative;
}

/*-------------------MEDIA QUERIES-------------------*/
@media screen and (min-width: 1000px) {
  .video-overview:hover .vidwrap {
    transform: translate(0, -20px);
  }
  .video-overview:hover h2 {
    color: #fff;
  }
}

@media screen and (max-width: 1200px) {
  .parent > .col-4.marg.sixteen-nine {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }
}

@media screen and (max-width: 1100px) {
  .hide-1100 {
    display: none !important;
  }
  .show-1100 {
    display: block;
  }
  .show-inline-1100 {
    display: inline;
  }
}

@media screen and (max-width: 1000px) {
  .show-block-1000,
  .show-1000 {
    display: block;
  }
  .show-inline-1000 {
    display: inline;
  }
  .hide-1000 {
    display: none !important;
  }
  .banner + #wrapper > section.full.pad:first-child,
  .bootcamp-title + section.full.pad {
    padding-top: 3em !important;
  }
  section.full > h2 + p + .content-wrap,
  section.full > h2 + .content-wrap {
    margin-top: 2em;
  }
  .full > .content-wrap:before, .full > .content-wrap:after {
    content: " ";
    display: table;
  }
  .full > .content-wrap:after {
    clear: both;
  }
  #wrapper > section.full.pad.pad-extra {
    padding: 3em 0;
  }
  section.full > .flex-center {
    display: block;
  }
  .overview-row + #our-clients {
    display: none;
  }
  .video-overview .content-wrap {
    max-width: none;
  }
  .video-overview .parent > .col-8,
  .video-overview .parent > .col-4 {
    float: left;
  }
  .video-overview h2 {
    text-align: center;
  }
  .video-overview .parent > .col-8 {
    width: 66.666% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .video-overview .parent > .col-4.pad.pad-extra {
    width: 29.333% !important;
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
  .video-overview img {
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .video-overview strong {
    display: none;
  }
  section.full.overview-row h2 {
    margin-bottom: .75em;
  }
  .parent > .col-4.marg.sixteen-nine {
    float: left;
    width: 46% !important;
    margin-left: 2%;
    margin-right: 2%;
  }
  .parent > .col-2.pad.module,
  .parent > .col-3.pad.module,
  .parent > .col-4.pad.module {
    width: 90% !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .boxsizing .parent > .col-2.pad.module,
  .boxsizing .parent > .col-3.pad.module,
  .boxsizing .parent > .col-4.pad.module {
    width: 100% !important;
    box-sizing: border-box;
    padding-left: 2em !important;
    padding-right: 2em !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .overview-row .parent > .col-1,
  .overview-row .parent > .col-2,
  .overview-row .parent > .col-3,
  .overview-row .parent > .col-4,
  .overview-row .parent > .col-5,
  .overview-row .parent > .col-6,
  .overview-row .parent > .col-7,
  .overview-row .parent > .col-8,
  .overview-row .parent > .col-9,
  .overview-row .parent > .col-10,
  .overview-row .parent > .col-11,
  .overview-row .parent > .col-12 {
    float: none;
    margin: 0 auto !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 650px;
  }
  .overview-row .parent > .col-1 h2 br,
  .overview-row .parent > .col-2 h2 br,
  .overview-row .parent > .col-3 h2 br,
  .overview-row .parent > .col-4 h2 br,
  .overview-row .parent > .col-5 h2 br,
  .overview-row .parent > .col-6 h2 br,
  .overview-row .parent > .col-7 h2 br,
  .overview-row .parent > .col-8 h2 br,
  .overview-row .parent > .col-9 h2 br,
  .overview-row .parent > .col-10 h2 br,
  .overview-row .parent > .col-11 h2 br,
  .overview-row .parent > .col-12 h2 br {
    display: none;
  }
  .overview-row .parent > .col-1 > p,
  .overview-row .parent > .col-2 > p,
  .overview-row .parent > .col-3 > p,
  .overview-row .parent > .col-4 > p,
  .overview-row .parent > .col-5 > p,
  .overview-row .parent > .col-6 > p,
  .overview-row .parent > .col-7 > p,
  .overview-row .parent > .col-8 > p,
  .overview-row .parent > .col-9 > p,
  .overview-row .parent > .col-10 > p,
  .overview-row .parent > .col-11 > p,
  .overview-row .parent > .col-12 > p {
    padding: 0 !important;
  }
  .overview-row .parent > .col-1 > h4,
  .overview-row .parent > .col-2 > h4,
  .overview-row .parent > .col-3 > h4,
  .overview-row .parent > .col-4 > h4,
  .overview-row .parent > .col-5 > h4,
  .overview-row .parent > .col-6 > h4,
  .overview-row .parent > .col-7 > h4,
  .overview-row .parent > .col-8 > h4,
  .overview-row .parent > .col-9 > h4,
  .overview-row .parent > .col-10 > h4,
  .overview-row .parent > .col-11 > h4,
  .overview-row .parent > .col-12 > h4 {
    margin-top: -1.75em !important;
  }
  .overview-row .parent > .col-1 p.align-left,
  .overview-row .parent > .col-2 p.align-left,
  .overview-row .parent > .col-3 p.align-left,
  .overview-row .parent > .col-4 p.align-left,
  .overview-row .parent > .col-5 p.align-left,
  .overview-row .parent > .col-6 p.align-left,
  .overview-row .parent > .col-7 p.align-left,
  .overview-row .parent > .col-8 p.align-left,
  .overview-row .parent > .col-9 p.align-left,
  .overview-row .parent > .col-10 p.align-left,
  .overview-row .parent > .col-11 p.align-left,
  .overview-row .parent > .col-12 p.align-left {
    text-align: center !important;
  }
  .overview-row div + div:not(.infusion-field):not(.infusion-submit):not(.video-samples-mini):not(.list-2):not(.learning-list__sectioner) {
    padding-top: 2em;
  }
  .overview-row .content-wrap > div:not(.max-1100) > img,
  .overview-row .content-wrap > div > img + .caption,
  .overview-row .content-wrap > .col-center > div > img,
  .overview-row .content-wrap > div > video,
  .overview-row .content-wrap > .col-center > div > video {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .col-center-white,
  .col-center.module-white {
    background: none;
    padding: 0 !important;
    border-bottom: none;
  }
  section.full.bg-img-full.pos-fixed {
    background-attachment: scroll;
  }
  .full.testimonials > .content-wrap > div {
    text-align: center;
  }
  .full.testimonials > .content-wrap > div p {
    padding: 5em 2em 0 !important;
    text-align: center !important;
  }
  .full.testimonials > .content-wrap > div .circle-frame {
    left: 50% !important;
    margin-left: -3em;
  }
  .full-split {
    display: block;
    width: auto;
  }
  .full-split p,
  .full-split img {
    max-width: 600px;
  }
  .full-split > .col-6 {
    display: block;
    padding: 8em 0;
    height: auto;
  }
  section.full.default .content-wrap.entry > .col-center > p {
    text-align: center;
  }
  .features-list.small-icons > ul {
    margin-top: 3em !important;
  }
  .features-list.small-icons > ul > li:last-child {
    margin-bottom: 0;
  }
  .no-pad-top-at-1000 {
    padding-top: 0 !important;
  }
  #big-quote strong {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 800px) {
  .show-inline-800 {
    display: inline;
  }
  .show-block-800,
  .show-800 {
    display: block;
  }
  .hide-800 {
    display: none !important;
  }
  .video-overview .parent > .col-8,
  .video-overview .parent > .col-4 {
    float: none;
  }
  .video-overview h2 {
    text-align: center;
  }
  .video-overview .parent > .col-8 {
    width: 100% !important;
  }
  .video-overview .parent > .col-4 {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .show-700,
  .show-block-700 {
    display: block;
  }
  .show-inline-700 {
    display: inline;
  }
  .hide-700 {
    display: none !important;
  }
  .video-overview h2 {
    padding: 1.25em 0;
  }
  .content-wrap.pad-top {
    padding: 3em 0 0 0;
  }
  .content-wrap.pad-bottom {
    padding: 0 0 3em 0;
  }
  .content-wrap.pad-top-bottom {
    padding: 3em 0;
  }
  .content-wrap.pad-less {
    padding: 1.5em 0;
  }
  #wrapper > section.full.pad {
    padding: 3em 0;
  }
  #wrapper > section.full.bg-img-full {
    padding: 3em 0;
  }
  .full-split > div.col-6 {
    padding: 4em 0;
  }
}

@media screen and (max-width: 600px) {
  .hide-600 {
    display: none;
  }
  .show-600 {
    display: block;
  }
  .parent > .col-4.marg.sixteen-nine {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    float: none;
  }
  .video-overview {
    display: none;
  }
  #sec-video-mobile {
    display: block;
  }
  #big-quote strong {
    font-size: 2em;
  }
}

@media only screen and (max-width: 600px) {
  .hide-600 {
    display: none !important;
  }
}

@media screen and (max-width: 500px) {
  .hide-500 {
    display: none !important;
  }
  .show-500 {
    display: block;
  }
  .full-split > div.col-6 img.mobile-only {
    display: none;
  }
  #big-quote strong {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 400px) {
  .hide-400 {
    display: none !important;
  }
  .show-400 {
    display: block;
  }
}

/*-------------------12-COL GRID SYSTEM-------------------*/
.parent.col-12 {
  position: relative;
}

.parent.col-12:before, .parent.col-12:after {
  content: " ";
  display: table;
}

.parent.col-12:after {
  clear: both;
}

.parent.col-12.pad {
  padding-left: 3%;
  padding-right: 3%;
}

.parent.col-12.pad:before, .parent.col-12.pad:after {
  content: " ";
  display: table;
}

.parent.col-12.pad:after {
  clear: both;
}

.parent.col-12.marg {
  margin-left: 3%;
  margin-right: 3%;
}

.parent.col-12.marg:before, .parent.col-12.marg:after {
  content: " ";
  display: table;
}

.parent.col-12.marg:after {
  clear: both;
}

.parent.col-11 {
  width: 91.666%;
}

.parent.col-11.pad {
  width: 83.666%;
  padding-left: 4%;
  padding-right: 4%;
}

.parent.col-6.pad {
  width: 42%;
  padding-left: 4%;
  padding-right: 4%;
}

.parent.col-8.pad {
  width: 61.666%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.parent.col-9.pad {
  width: 69%;
  padding-left: 3%;
  padding-right: 3%;
}

.parent.col-12 {
  position: relative;
}

.parent.col-12:before, .parent.col-12:after {
  content: " ";
  display: table;
}

.parent.col-12:after {
  clear: both;
}

.parent.col-12.default {
  margin-bottom: 4em;
}

.col-center {
  margin-left: auto;
  margin-right: auto;
}

.parent > .col-1 {
  width: 8.333%;
}

.parent > .col-2 {
  width: 16.666%;
}

.parent > .col-2.pad {
  width: 12.666%;
  padding-left: 2%;
  padding-right: 2%;
}

.parent > .col-2.marg {
  width: 12.666%;
  margin-left: 2%;
  margin-right: 2%;
}

.parent > .bullets.col-2.pad {
  padding-left: 2.5%;
  padding-right: 1.5%;
  width: 12.666%;
}

.parent > .col-3 {
  width: 25%;
}

.parent > .col-3.pad {
  width: 23%;
  padding-left: 1%;
  padding-right: 1%;
}

.parent > aside.col-3.pad {
  width: 22%;
  padding-left: 3%;
  padding-right: 0;
}

.parent > aside.col-3.marg {
  width: 22%;
  margin-left: 3%;
  padding: 0;
  margin-right: 0;
}

.parent > aside.col-3-5.pad {
  width: 25%;
  padding-left: 3%;
  padding-right: 0;
}

.parent > aside.col-3.border-left {
  width: 21%;
  margin-left: 2%;
  padding-left: 2%;
  margin-right: 0;
  padding-right: 0;
  box-shadow: inset 1px 0 0 0 #e9e9e9;
}

.parent > .col-3.marg {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
}

.parent > .col-3.marg-left {
  width: 23%;
  margin-left: 2%;
}

.parent > .col-3.marg-right {
  width: 23%;
  margin-right: 2%;
}

.parent > .col-3.pad.marg {
  width: 21%;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 1%;
  padding-right: 1%;
}

.parent > .col-4 {
  width: 33.333%;
}

.parent > .col-4.pad {
  width: 29.333%;
  padding-left: 2%;
  padding-right: 2%;
}

.parent > .col-4.pad.pad-extra {
  width: 25.333%;
  padding-left: 4%;
  padding-right: 4%;
}

.parent > .col-4.pad.pad-extra-left {
  width: 25.333%;
  padding-left: 8%;
  padding-right: 0;
}

.parent > .col-4.marg {
  width: 31.333%;
  margin-left: 1%;
  margin-right: 1%;
}

.parent > .col-4.marg-left {
  width: 31.333%;
  margin-left: 2%;
  margin-right: 0;
}

.parent > .col-4.marg.pad {
  width: 27.333%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.parent > .col-4.marg.pad.pad-extra {
  width: 24.333%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding-left: 3%;
  padding-right: 3%;
}

.parent > .col-5 {
  width: 41.666%;
}

.parent > .col-5.pad {
  width: 37.666%;
  padding-left: 2%;
  padding-right: 2%;
}

.parent > .col-5.pad.pad-extra {
  width: 33.666%;
  padding-left: 4%;
  padding-right: 4%;
}

.parent > .col-6 {
  width: 50%;
}

.parent > .col-6.pad {
  width: 46%;
  padding-left: 2%;
  padding-right: 2%;
}

.parent > .col-6.pad.pad-r {
  width: 46%;
  padding-left: 0%;
  padding-right: 4%;
}

.parent > .col-6.pad.pad-extra {
  width: 42%;
  padding-left: 4%;
  padding-right: 4%;
}

.parent > .col-6.marg {
  width: 47.5%;
  margin-left: 1%;
  margin-right: 1%;
}

.parent > .col-6.marg.pad {
  width: 44%;
  padding-left: 1.5%;
  padding-right: 1.5%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.parent > .col-7 {
  width: 58.333%;
}

.parent > .col-7.pad {
  width: 53.333%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.parent > .col-7.pad.pad-extra {
  width: 49.333%;
  padding-left: 4.5%;
  padding-right: 4.5%;
}

.parent > .col-7.pad.pad-r {
  width: 55.833%;
  padding-left: 0;
  padding-right: 2.5%;
}

.parent > .col-7.pad.pad-l {
  width: 55.833%;
  padding-right: 0;
  padding-left: 2.5%;
}

.parent > .col-7.pad.pad-extra.pad-l {
  width: 53.833%;
  padding-right: 0;
  padding-left: 4.5%;
}

.parent > .col-8,
.parent > .nopad .col-8 {
  width: 66.666%;
  padding-left: 0;
  padding-right: 0;
}

.parent > .col-8.pad {
  width: 61.666%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.parent > .col-8.pad.pad-extra {
  width: 57.666%;
  padding-left: 4.5%;
  padding-right: 4.5%;
}

.parent > .col-8.pad.pad-r {
  width: 64.166%;
  padding-left: 0;
  padding-right: 2.5%;
}

.parent > .col-8.pad.pad-extra.pad-r {
  width: 59.666%;
  padding-left: 0;
  padding-right: 7%;
}

.parent > .col-8.pad.pad-l {
  width: 64.166%;
  padding-right: 0;
  padding-left: 2.5%;
}

.parent > .col-8.marg.pad.pad-extra {
  width: 57.333%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding-left: 3%;
  padding-right: 3%;
}

.parent > .col-8-5 {
  width: 70%;
  padding-right: 2%;
  padding-left: 0;
}

.parent > .col-9 {
  width: 75%;
}

.parent > .col-9.pad {
  width: 69%;
  padding-left: 3%;
  padding-right: 3%;
}

.parent > .col-9.pad-right {
  width: 69%;
  padding-right: 6%;
  padding-left: 0;
}

.parent > .col-9.pad-right.pad-extra {
  width: 67%;
  padding-right: 8%;
  padding-left: 0;
}

.parent > .col-9.pad-left {
  width: 69%;
  padding-left: 6%;
  padding-right: 0;
}

.parent > .col-10 {
  width: 83.333%;
}

.parent > .col-10.pad {
  width: 77.333%;
  padding-left: 3%;
  padding-right: 3%;
}

.parent > .col-10.marg-right {
  width: 77.333%;
  margin-right: 6%;
}

.parent > .col-10.pad.pad-right {
  width: 79.333%;
  padding-right: 4%;
  padding-left: 0;
}

.parent > .col-10.pad.entry-col {
  width: 69.333%;
  padding-left: 7%;
  padding-right: 7%;
}

.parent > .col-11 {
  width: 91.666%;
}

.parent > .col-11.pad {
  width: 83.666%;
  padding-left: 4%;
  padding-right: 4%;
}

.parent > .col-11.pad.entry-col {
  width: 77.666%;
  padding-left: 7%;
  padding-right: 7%;
}

.parent > .col-12 {
  display: block;
}

.parent > .col-12.pad {
  display: block;
  padding-left: 3%;
  padding-right: 3%;
}

.parent > .col-12.pad.marg {
  display: block;
  padding-left: 3%;
  padding-right: 3%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.entry-col {
  padding-top: 3em;
  padding-bottom: 4em;
}

.products .parent > .col-6.pad {
  width: 48%;
  padding-left: 1%;
  padding-right: 1%;
}

.parent.info-cols > .col-6 {
  width: 50%;
}

.parent.info-cols > .col-6.pad {
  width: 40%;
  padding-left: 5%;
  padding-right: 5%;
}

.parent.info-cols > * > img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.col-12.over-4 > *,
.col-12.over-3 > *,
.col-12.over-2 > * {
  float: left;
}

.col-12.over-2 .module {
  width: 96%;
  margin: 0 auto;
}

.col-12.over-2 .module:before, .col-12.over-2 .module:after {
  content: " ";
  display: table;
}

.col-12.over-2 .module:after {
  clear: both;
}

@media screen and (max-width: 1150px) {
  .parent > .col-4.pad.pad-extra {
    width: 29.333%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .parent > .col-4.marg.pad.pad-extra {
    width: 27.333%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  .parent > .col-4.module.marg.pad {
    width: 43.5%;
    margin-left: 1%;
    margin-right: 1%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .parent > .col-5.pad.pad-extra {
    width: 37.666%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .parent > .col-6.pad.pad-extra {
    width: 46%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .parent > .col-7.pad.pad-extra {
    width: 53.333%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .parent > .col-7.pad.pad-r {
    width: 55.833%;
    padding-left: 0;
    padding-right: 2.5%;
  }
  .parent > .col-7.pad.pad-extra.pad-l {
    width: 55.833%;
    padding-right: 0;
    padding-left: 2.5%;
  }
  .parent > .col-8.pad.pad-extra {
    width: 61.666%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .parent > .col-8.marg.pad.pad-extra {
    width: 60.666%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
}

@media screen and (max-width: 1000px) {
  .parent > .col-1,
  .parent > .col-2,
  .parent > .col-3,
  .parent > .col-4,
  .parent > .col-5,
  .parent > .col-6,
  .parent > .col-7,
  .parent > .col-8,
  .parent > .col-9,
  .parent > .col-10,
  .parent > .col-11,
  .parent > .col-12 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
    display: block;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .parent > .col-1 h2 br,
  .parent > .col-2 h2 br,
  .parent > .col-3 h2 br,
  .parent > .col-4 h2 br,
  .parent > .col-5 h2 br,
  .parent > .col-6 h2 br,
  .parent > .col-7 h2 br,
  .parent > .col-8 h2 br,
  .parent > .col-9 h2 br,
  .parent > .col-10 h2 br,
  .parent > .col-11 h2 br,
  .parent > .col-12 h2 br {
    display: none;
  }
  .parent > .col-1 > p,
  .parent > .col-2 > p,
  .parent > .col-3 > p,
  .parent > .col-4 > p,
  .parent > .col-5 > p,
  .parent > .col-6 > p,
  .parent > .col-7 > p,
  .parent > .col-8 > p,
  .parent > .col-9 > p,
  .parent > .col-10 > p,
  .parent > .col-11 > p,
  .parent > .col-12 > p {
    padding: 0 !important;
  }
}

/*-------------------TYPOGRAPHY-------------------*/
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1.6;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #303030;
  font-size: 105%;
}

@media only screen and (max-width: 1200px) {
  body {
    font-size: 100%;
  }
}

@media only screen and (max-width: 700px) {
  body {
    font-size: 95%;
  }
}

@media only screen and (max-width: 600px) {
  body:not(.wsp-lms) {
    font-size: 90%;
  }
}

body > img.skip-lazy {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 98.5vw;
  height: 98.5vh;
  max-width: 98.5vw;
  max-height: 98.5vh;
}

body {
  font-weight: normal;
}

h1 {
  letter-spacing: -.5px;
}

*::-moz-selection,
*::selection {
  background: #ffcc00 !important;
}

strong, b {
  font-weight: 700 !important;
}

.center {
  text-align: center;
}

figcaption {
  font-size: .8em;
  font-style: italic;
  margin-top: .5em;
}

.link-text {
  color: var(--main-blue);
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

img + .caption {
  font-size: .9em;
  padding-top: .75em;
}

.small-tag {
  font-size: .75em;
  font-style: italic;
}

.checked-list {
  list-style: none !important;
  margin-left: 0 !important;
}

.block {
  display: block;
}

.important {
  font-style: italic;
  font-weight: 600;
}

.important strong {
  color: var(--main-red);
}

.subscript,
.superscript,
sup {
  font-size: 0.7em;
  position: relative;
  padding-left: 3px;
  padding-right: 2px;
  display: inline;
}

.subscript {
  top: 4px;
}

.superscript,
sup {
  top: -5px;
  left: -.2rem;
  margin-right: -0.2rem;
}

.w-title-separator {
  position: relative;
}

.w-title-separator:before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 30px;
  background-color: currentColor;
  left: calc(50% - 15px);
  top: -0.5em;
}

.infotext,
.footnote {
  font-size: .75em;
}

.footnote {
  font-style: italic;
}

.text-increase-2 {
  font-size: 1.25em;
}

.white-text {
  color: #fff !important;
}

.yellow {
  color: #ffcc00;
}

.wsp-green,
.wspgreen {
  color: #a2ffbf !important;
}

.wsp-lime {
  color: var(--main-lime) !important;
}

.orange {
  color: var(--main-orange);
}

.greytext {
  color: #9c9c9c;
}

.pipe {
  position: relative;
  top: -1px;
}

.pipe:after {
  content: " | ";
}

.red {
  color: var(--main-red);
}

.green {
  color: var(--main-green);
}

.blue {
  color: var(--main-blue);
}

.aqua {
  color: #1eaaa5;
}

/*
.violet {
	color: $theme-dk-accent-violet;
}

.corp-red {
	color: $theme-dk-accent-red;
}
*/
.blue-dk {
  color: var(--main-blue-dark-border);
}

.black {
  color: #303030;
}

.white {
  color: #fff;
}

.inline p {
  display: inline;
}

.highlight {
  display: inline;
  background: rgba(255, 247, 0, 0.66);
  padding: .25em .5em;
  line-height: 1.85em;
}

.highlight-lime {
  background: var(--main-lime) !important;
}

.highlight-limeGrad {
  background: linear-gradient(45deg, #78e3ff, var(--main-lime)) !important;
}

@media only screen and (max-width: 500px) {
  .highlight--hide500 {
    padding: 0 !important;
    background: transparent !important;
  }
}

.disableable-text {
  opacity: 1;
}

.disableable-text--disabled {
  opacity: 0.35;
}

ul.checks,
ul.numbers {
  list-style: none !important;
  margin-left: 0 !important;
  text-align: left;
}

ul.checks li,
ul.numbers li {
  position: relative;
}

ul.checks .fa-solid,
ul.checks .glyphicon,
ul.checks .number,
ul.numbers .fa-solid,
ul.numbers .glyphicon,
ul.numbers .number {
  position: absolute;
  left: 0;
  top: .35em;
}

ul.checks .fa-check,
ul.checks .fa-circle-check,
ul.numbers .fa-check,
ul.numbers .fa-circle-check {
  font-size: .8em;
  top: .55em;
}

ul.checks .number,
ul.numbers .number {
  font-weight: 700;
  font-size: .85em;
  color: #fff;
  top: .5em;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: var(--main-orange);
  text-align: center;
  line-height: 16px;
}

ul.checks li {
  padding-left: 1.25em;
  position: relative;
}

ul.numbers li {
  padding-left: 1.75em;
  position: relative;
}

.highlight {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffff00+0,ffff00+100&0.2+0,1+11,0.5+29,1+51,0.5+74,1+92,0.2+100 */
  background: -moz-linear-gradient(to right, rgba(255, 255, 0, 0.2) 0%, yellow 11%, rgba(255, 255, 0, 0.5) 29%, yellow 51%, rgba(255, 255, 0, 0.5) 74%, yellow 92%, rgba(255, 255, 0, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(to right, rgba(255, 255, 0, 0.2) 0%, yellow 11%, rgba(255, 255, 0, 0.5) 29%, yellow 51%, rgba(255, 255, 0, 0.5) 74%, yellow 92%, rgba(255, 255, 0, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 0, 0.2) 0%, yellow 11%, rgba(255, 255, 0, 0.5) 29%, yellow 51%, rgba(255, 255, 0, 0.5) 74%, yellow 92%, rgba(255, 255, 0, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffff00', endColorstr='#33ffff00',GradientType=1 );
  /* IE6-9 */
}

/*
.highlight-wrap {
	position: relative;
	left: .25em;
	padding-left: 0;
	box-shadow: .25em*-1 0 0 rgba(255, 247, 0, 0.66);
}
*/
.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/*-------------------Text colors for backgrounds-------------------*/
.blue-back > h1,
.blue-back > h2,
.blue-back > h3,
.blue-back > h4,
.blue-back > h5,
.blue-back > h1 + p,
.blue-back > h2 + p,
.blue-back > h3 + p,
.blue-back > h4 + p,
.blue-back > h5 + p,
.full.tinted > h1,
.full.tinted > h2,
.full.tinted > h3,
.full.tinted > h4,
.full.tinted > h5,
.full.tinted > h1 + p,
.full.tinted > h2 + p,
.full.tinted > h3 + p,
.full.tinted > h4 + p,
.full.tinted > h5 + p {
  color: #fff !important;
}

.blue-back > p a,
.full.tinted > p a {
  color: #fff;
  text-decoration: underline;
}

.full.tinted.tinted-white > h1,
.full.tinted.tinted-white > h2,
.full.tinted.tinted-white > h3,
.full.tinted.tinted-white > h4,
.full.tinted.tinted-white > h5,
.full.tinted.tinted-white > h1 + p,
.full.tinted.tinted-white > h2 + p,
.full.tinted.tinted-white > h3 + p,
.full.tinted.tinted-white > h4 + p,
.full.tinted.tinted-white > h5 + p {
  color: #303030 !important;
}

.full.tinted.tinted-white > p a {
  color: #303030;
  text-decoration: underline;
}

.full.tinted > .content-wrap li,
.full.tinted > .content-wrap h4,
.full.tinted > .content-wrap h5,
.full.tinted > .content-wrap p {
  color: #fff !important;
}

.full.tinted.tinted-white > .content-wrap li,
.full.tinted.tinted-white > .content-wrap h4,
.full.tinted.tinted-white > .content-wrap h5,
.full.tinted.tinted-white > .content-wrap p {
  color: #303030 !important;
}

.whitetext p,
.whitetext h1,
.whitetext h2,
.whitetext h3,
.whitetext h4 {
  color: #fff;
}

.full.whitetext h2 {
  color: #fff;
}

.green-new {
  color: var(--main-green);
  position: relative;
  font-size: .7em;
  text-transform: uppercase;
  top: -.75em;
  font-weight: 700;
}

.caps {
  text-transform: uppercase;
}

.wsp-caps {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .65em;
  font-weight: 400;
}

/*-------------------HEADERS-------------------*/
.header--sm {
  color: var(--main-blue);
  margin-bottom: .5em;
  font-weight: 600;
  font-size: 1.1em;
}

h1 {
  font-size: 2.75em;
  color: #303030;
  line-height: 1.15em;
  margin-bottom: .5em;
}

h1.entry-title {
  font-size: 3em;
  font-weight: 500;
}

img + h1.entry-title {
  margin-top: 1em;
}

.entry h1,
h2.title {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.entry h1:first-of-type,
h2.title:first-of-type {
  margin-top: 0;
}

.h1-error {
  font-size: 2em !important;
}

.mycourses h1.h1-error {
  display: block;
}

.wpProQuiz_text h1 {
  font-size: 2em;
  text-align: center;
  margin-bottom: .65em;
  margin-top: 2em !important;
  display: block;
  color: #303030;
  font-weight: 700;
}

.single-wsp_exam .wpProQuiz_text h1 {
  margin-top: 0 !important;
  margin-bottom: 1em;
  border-bottom: 1px solid #f2f2f2;
  box-shadow: none;
  padding-bottom: .5em;
  padding-left: .75em;
  padding-right: .75em;
}

h2 {
  font-size: 1.4em;
  line-height: 1.15em;
  font-weight: 600;
}

.full h2:not(.eyebrow) {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.15em;
  margin-bottom: .5em;
}

.full h2:not(.eyebrow) + p.subhead {
  color: var(--main-blue);
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4;
}

.full h2:not(.eyebrow) sup {
  font-size: .6em;
  top: -.5em;
}

.h2_upper {
  text-align: center;
  margin-bottom: 1em;
  font-size: .9em;
  font-weight: 600;
}

.h2_upper + h2 {
  margin-top: 0 !important;
}

.h2_upper + h2 + p {
  margin-top: -.5em;
}

h3 {
  font-size: 1.45em;
  max-width: 100%;
  margin-top: 1.5em;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: .5em;
  margin-bottom: 1em;
  font-weight: 600;
}

h3:first-of-type {
  margin-top: 1em;
}

h3.h3-sample {
  margin-bottom: .25em !important;
}

h4,
h5 {
  display: block;
  margin-top: 2em;
}

h4.mod-top,
.entry h4.mod-top {
  padding: .75em 1em;
  background-color: var(--main-green);
  text-align: center;
  color: #fff;
  margin-bottom: 0 !important;
  font-size: 1em;
}

.module-white + h4.mod-top {
  margin-top: 4em !important;
}

aside h4 {
  border-top: 3px solid #3AA8F1;
  margin: 2.25em 0 .75em 0;
  padding: .4em 0;
  color: #303030;
  border-bottom: 1px solid #E2E2E2;
  clear: both;
  font-weight: 600;
}

aside:first-of-type {
  margin-top: 0;
}

/*
.learndash h4 {
	font-weight: 500;
}
*/
.member-login h4.widget-title {
  font-weight: 300;
  font-size: 1.65em;
  margin-top: 0;
  text-align: center;
  line-height: 1.4;
}

.member-login h4.widget-title a {
  text-decoration: underline;
}

.css-col-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.css-col-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

ul.css-col-2,
.entry ul.css-col-2 {
  list-style-position: inside;
  margin-left: 0;
}

ul.css-col-2 li,
.entry ul.css-col-2 li {
  line-height: 1.4;
  margin-bottom: 1.2em;
}

/*-------------------ENTRY TYPE STYLES-------------------*/
.entry strong {
  font-weight: 600 !important;
}

.wsp-code-block,
.wsp-function-block,
.wsp-formula-block {
  margin-bottom: 1em;
}

.wsp-code-block,
.wsp-function-block {
  font-family: monospace !important;
}

.wsp-code-block {
  background-color: #e6e9f8;
  padding: 1em 2em;
  display: inline-block;
}

.wsp-code-block strong {
  color: #4335b3;
}

.wsp-function-block,
.wsp-formula-block {
  padding: 1.5em 2em;
  display: block;
  margin-bottom: 1em;
  font-weight: 500;
  border-radius: 6px;
}

.wsp-function-block + .wsp-function-block,
.wsp-formula-block + .wsp-formula-block {
  margin-top: calc(-2em + -8px);
  padding-top: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.wsp-function-block {
  background-color: #202123;
  color: #fff;
}

.wsp-function-block strong {
  color: var(--main-lime);
}

.wsp-formula-block {
  background-color: #f6f8f9;
  font-weight: 700;
}

.wsp-formula-block strong {
  color: var(--main-blue);
}

.entry .wsp-function-block strong {
  font-weight: 500 !important;
}

.entry .wsp-formula-block strong {
  font-weight: 700 !important;
}

.modal .entry strong {
  font-weight: 500 !important;
}

p.lg {
  font-size: 1.4em;
  line-height: 1.5 !important;
  font-weight: 500;
  color: #69717d;
}

.entry {
  /*
	.article-meta + h2,
	.article-meta + h3 {
		margin-top: 0;
	}
*/
}

.entry table {
  margin: 3em 0 2em;
}

.entry table + .footnote {
  margin-top: -2.25em;
  margin-bottom: 3em !important;
}

.entry li > table {
  margin-top: 1em;
}

.entry p + table,
.entry h1 + table,
.entry h2 + table,
.entry h3 + table,
.entry h4 + table,
.entry h5 + table {
  margin: 1em 0 2.5em;
}

.entry table:first-child {
  margin-top: 1em;
}

.entry table.full-width {
  width: 100%;
}

.entry table td,
.entry table th,
.entry table caption {
  font-size: .8em;
}

.entry table td,
.entry table th {
  padding: .75em 1em;
}

.entry table td {
  border: 1px solid #e5e5e5 !important;
  vertical-align: top;
}

.entry table caption {
  border-bottom: none !important;
  font-weight: 700;
}

.entry table.full-width {
  width: 100%;
}

.entry table th {
  font-weight: 700;
  color: var(--main-orange);
  padding-left: 0;
  line-height: 1.4;
}

.entry td[scope="row"] {
  font-weight: 700;
}

.entry thead + tbody tr:first-child td {
  border-top: 3px solid #808080 !important;
}

.entry table tbody tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

.entry table.journal {
  border: 2px solid #9cc7dc;
}

.entry table.journal tbody {
  border: 2px solid #9cc7dc;
}

.entry table.journal td {
  padding: 2px 10px;
  border: none !important;
  background: none !important;
  line-height: 1.4;
}

.entry table.journal td p {
  line-height: 1.4;
}

.entry table.journal tdfirst-child {
  padding-left: 5px;
}

.entry table.journal tdlast-child {
  padding-right: 5px;
}

.entry table.journal tr:first-child td {
  background-color: #dcedf5 !important;
  border-bottom: 2px solid #9cc7dc !important;
  color: #303030;
  font-weight: 600;
}

.entry table.journal thead + tbody tr:first-child td {
  border-top: none !important;
}

.entry table.list-2 {
  margin-top: 1.5em;
  margin-bottom: 2em;
}

.entry table.list-2 td {
  background-color: #fff !important;
  padding: 1em 2em;
}

.entry table.list-2 tbody tr:first-child td {
  border-top: 1px solid #e5e5e5 !important;
}

.entry table.list-2 thead + tbody tr:first-child td {
  border-top: none !important;
}

.entry table.list-2 strong:first-child {
  color: var(--main-blue);
}

.entry table.list-2 td > p + ul {
  margin-top: -.5em;
}

.entry table.auto {
  margin-left: auto;
  margin-right: auto;
}

.entry .code {
  font-family: "Lucida Console", Monaco, monospace;
  margin-bottom: 1.5em;
  background-color: #f9f9f9;
  padding: 1em 1.5em;
  border: 1px solid #e5e5e5;
  font-size: .9em;
}

.entry em {
  font-style: italic;
}

.entry hr {
  border: 1px solid #d5d5d5 !important;
  margin-bottom: 1em !important;
}

.entry h2 {
  display: block;
  font-size: 1.5em;
  color: #303030;
  position: relative;
  padding-bottom: 0;
}

.entry h2 a {
  color: #303030;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.entry h2 a:hover {
  color: var(--main-blue);
}

.entry h2.h1 {
  font-size: 2.5em;
  font-weight: 800;
}

.entry h3 {
  padding-bottom: 0;
  font-size: 1.25em;
  color: var(--main-blue);
  border-bottom: none;
  font-weight: 700;
}

.entry h2,
.entry h4,
.entry h5,
.entry h6 {
  font-weight: 700;
}

.entry h2 > strong,
.entry h4 > strong,
.entry h5 > strong,
.entry h6 > strong {
  font-weight: 700 !important;
}

.entry h4,
.entry h5,
.entry h6 {
  color: #303030;
  font-size: 1em;
  padding-bottom: 0;
  font-weight: 700;
}

.entry h2,
.entry h3 {
  margin-top: 1.5em;
  margin-bottom: .75em;
}

.entry h2:first-child,
.entry h3:first-child {
  margin-top: 0;
}

.entry .modal-body__image-wrap + h3 {
  margin-top: 0;
}

.entry h4,
.entry h5,
.entry h6 {
  margin-top: 1em;
  margin-bottom: .5em;
}

.entry h2:first-child,
.entry h3:first-child,
.entry h4:first-child,
.entry h5:first-child,
.entry h6:first-child {
  margin-top: 0;
}

.entry h2 + h3,
.entry h3 + h4,
.entry h4 + h5,
.entry h5 + h6 {
  margin-top: 0;
}

.entry p + h3:first-child,
.entry p + h4:first-child,
.entry p + h5:first-child,
.entry p + h6:first-child {
  margin-top: 2em;
}

.entry ul + h3,
.entry ol + h3 {
  margin-top: 2em;
}

.entry ul + h4,
.entry ol + h4,
.entry ul + h5,
.entry ol + h5,
.entry ul + h6,
.entry ol + h6 {
  margin-top: 3em;
}

.entry .deep-dive + h2,
.entry .yellow-block-link + h2 {
  margin-top: 1.5em;
}

.entry .deep-dive + h3,
.entry .yellow-block-link + h3 {
  margin-top: 2.25em;
}

.entry .deep-dive + h4,
.entry .yellow-block-link + h4 {
  margin-top: .75em;
}

.entry .article-byline + h2 {
  margin-top: .65em;
}

.entry .article-byline + h3,
.entry .article-byline + h4 {
  margin-top: 1em;
}

.entry li > h4 {
  margin-top: 0;
  margin-bottom: .25em;
}

.entry p,
.entry li {
  line-height: 1.85em;
}

.entry p {
  margin-bottom: 1em;
}

.entry form p {
  margin-bottom: 0;
}

.entry form > h2 {
  margin-top: 0;
}

.entry p.image-wrap {
  margin-bottom: 0;
  line-height: 0;
}

.entry p:last-child {
  margin-bottom: 0;
}

.entry li > p {
  margin-top: 1em;
}

.entry li > h4 + p {
  margin-top: 0;
}

.entry p.intro {
  color: var(--main-blue);
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.6em;
}

.entry p.intro a {
  text-decoration: none;
  color: #0ac6ff;
}

.entry .header-small {
  color: var(--main-orange);
  font-size: 1.2em;
  font-weight: 700;
  padding-top: 1.5em;
  margin-bottom: .8em !important;
}

.entry .intro + .header-small {
  padding-top: 0;
}

.entry li {
  margin-bottom: 1em;
}

.entry li:last-child {
  margin-bottom: 0;
}

.entry li > ul {
  margin-top: 1em;
}

.entry ul.faq {
  background: #f3f6f8;
  padding: 1em;
  font-size: .9em;
  margin-left: 0;
}

.entry ul.faq li {
  margin-bottom: 0;
  margin-left: 2em;
}

.entry p a,
.entry ul a,
.entry ol a {
  text-decoration: underline;
}

.entry em {
  font-style: italic;
}

.entry .meta em {
  font-style: normal;
}

.entry ol,
.entry ul {
  margin-bottom: 1.5em;
}

.entry ol:last-child,
.entry ul:last-child {
  margin-bottom: 0;
}

.entry ul {
  list-style-type: disc;
  margin-left: 1.1em;
}

.entry ul.faux-ol {
  list-style: none;
  position: relative;
}

.entry ul.faux-ol .number {
  font-weight: 700 !important;
  position: absolute;
  left: -1.25em;
}

.entry ul.no-marg {
  margin-left: 0;
}

.entry ol {
  list-style: decimal;
  margin-left: 1.4em;
}

.entry .wp-caption-text {
  font-size: .85em;
  font-style: italic;
  padding-top: .25em;
}

.entry .bluebutton,
.entry .greenbutton,
.entry .orangebutton {
  display: inline-block;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.entry .bluebutton a,
.entry .greenbutton a,
.entry .orangebutton a {
  color: #fff;
  text-decoration: none;
}

.entry sup a {
  font-weight: 700;
}

.modal-body {
  /*
	.article-meta + h2,
	.article-meta + h3 {
		margin-top: 0;
	}
*/
}

.modal-body em {
  font-style: italic;
}

.modal-body h2:not(.section__title) {
  display: block;
  font-size: 1.5em;
  color: #303030;
  position: relative;
  padding-bottom: 0;
}

.modal-body h2:not(.section__title) a {
  color: #303030;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.modal-body h2:not(.section__title) a:hover {
  color: var(--main-blue);
}

.modal-body h2:not(.section__title).h1 {
  font-size: 2.5em;
  font-weight: 800;
}

.modal-body h3 {
  padding-bottom: 0;
  font-size: 1.25em;
  color: var(--main-blue);
  border-bottom: none;
  font-weight: 700;
}

.modal-body h2,
.modal-body h4,
.modal-body h5,
.modal-body h6 {
  font-weight: 700;
}

.modal-body h2 > strong,
.modal-body h4 > strong,
.modal-body h5 > strong,
.modal-body h6 > strong {
  font-weight: 700 !important;
}

.modal-body h4,
.modal-body h5,
.modal-body h6 {
  color: #303030;
  font-size: 1em;
  padding-bottom: 0;
  font-weight: 700;
}

.modal-body h2 {
  margin-top: 2.25em;
  margin-bottom: .75em;
}

.modal-body h2:first-child {
  margin-top: 0;
}

.modal-body h3 {
  margin-top: 1.5em;
  margin-bottom: .5em;
}

.modal-body h3:first-child {
  margin-top: 0;
}

.modal-body .modal-body__image-wrap + h3 {
  margin-top: 0;
}

.modal-body h4,
.modal-body h5,
.modal-body h6 {
  margin-top: 1em;
  margin-bottom: .5em;
}

.modal-body h2:first-child,
.modal-body h3:first-child,
.modal-body h4:first-child,
.modal-body h5:first-child,
.modal-body h6:first-child {
  margin-top: 0;
}

.modal-body h2 + h3,
.modal-body h3 + h4,
.modal-body h4 + h5,
.modal-body h5 + h6 {
  margin-top: 0;
}

.modal-body p + h3:first-child,
.modal-body p + h4:first-child,
.modal-body p + h5:first-child,
.modal-body p + h6:first-child {
  margin-top: 2em;
}

.modal-body ul + h3,
.modal-body ol + h3 {
  margin-top: 2em;
}

.modal-body ul + h4,
.modal-body ol + h4,
.modal-body ul + h5,
.modal-body ol + h5,
.modal-body ul + h6,
.modal-body ol + h6 {
  margin-top: 3em;
}

.modal-body li > h4 {
  margin-top: 0;
  margin-bottom: .25em;
}

.modal-body p,
.modal-body li {
  line-height: 1.85em;
}

.modal-body p {
  margin-bottom: 1em;
}

.modal-body form p {
  margin-bottom: 0;
}

.modal-body form > h2 {
  margin-top: 0;
}

.modal-body p:last-child {
  margin-bottom: 0;
}

.modal-body li > p {
  margin-top: 1em;
}

.modal-body li > h4 + p {
  margin-top: 0;
}

.modal-body p.intro {
  color: var(--main-blue);
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.6em;
}

.modal-body p.intro a {
  text-decoration: none;
  color: #0ac6ff;
}

.modal-body li {
  margin-bottom: 1em;
}

.modal-body li:last-child {
  margin-bottom: 0;
}

.modal-body li > ul {
  margin-top: 1em;
}

.modal-body p a,
.modal-body ul a,
.modal-body ol a {
  text-decoration: underline;
}

.modal-body em {
  font-style: italic;
}

.modal-body .meta em {
  font-style: normal;
}

.modal-body ol,
.modal-body ul {
  margin-bottom: 1.5em;
}

.modal-body ol:last-child,
.modal-body ul:last-child {
  margin-bottom: 0;
}

.modal-body ul {
  list-style-type: disc;
  margin-left: 1.1em;
}

.modal-body ul.faux-ol {
  list-style: none;
  position: relative;
}

.modal-body ul.faux-ol .number {
  font-weight: 700 !important;
  position: absolute;
  left: -1.25em;
}

.modal-body ul.no-marg {
  margin-left: 0;
}

.modal-body ol {
  list-style: decimal;
  margin-left: 1.4em;
}

@media only screen and (min-width: 1000px) {
  .pullsentence {
    background: none;
    float: right;
    width: 90%;
    max-width: 375px;
    font-size: 1.3em;
    font-weight: 600;
    margin-left: 3em;
    line-height: 1.3 !important;
    color: var(--main-blue);
    position: relative;
    padding-top: 1em;
  }
  .pullsentence:before {
    content: " ";
    width: 33%;
    position: absolute;
    top: 0;
    border-top: 5px solid var(--main-orange);
    left: 0;
  }
}

.content-aside {
  padding: 1.25em 2em;
  font-size: .9em;
  background-color: #fff3eb;
  margin: 3em 0;
}

.content-aside h3,
.content-aside h4,
.content-aside h5 {
  color: #303030;
}

.content-aside > h3:not(.--font-size-h6),
.content-aside > h4:not(.--font-size-h6),
.content-aside > h5:not(.--font-size-h6) {
  color: #303030;
  font-size: 1.25em !important;
}

.content-aside > h3,
.content-aside > h4,
.content-aside > h5,
.content-aside > h6 {
  text-align: left !important;
}

.content-aside h6 {
  color: var(--main-orange);
  font-size: 1.1em;
  position: relative;
}

.content-aside h6 > span,
.content-aside h6 > strong > span,
.content-aside h6 > span > strong {
  color: var(--main-orange) !important;
}

.content-aside h6 + h3,
.content-aside h6 + h4 {
  margin-top: 0;
  font-size: 1.5em !important;
}

.content-aside-narrow {
  padding: 2em;
  margin: 1.5em 0;
  font-size: .85em;
  box-sizing: border-box;
  z-index: 100;
  background-color: #f0f8fd;
}

@media only screen and (min-width: 700px) {
  .content-aside-narrow {
    float: right;
    width: 300px;
    margin-left: 2em;
  }
}

.content-aside-narrow h3,
.content-aside-narrow h4,
.content-aside-narrow h5,
.content-aside-narrow h6 {
  font-size: 1.15em;
  line-height: 1.4;
  color: var(--main-blue);
}

.content-aside-narrow li {
  margin-bottom: 0;
}

.content-aside,
.content-aside-narrow {
  position: relative;
}

.content-aside::before,
.content-aside-narrow::before {
  content: "";
  position: absolute;
  top: -8px;
  height: 8px;
  display: block;
  left: 0;
  right: 0;
}

.content-aside::before {
  background: linear-gradient(90deg, var(--main-orange), #ffcc00);
}

.content-aside-narrow::before {
  background: linear-gradient(90deg, var(--main-blue), var(--main-lime));
}

ol.content-aside,
ul.content-aside {
  margin-left: 0;
  padding-left: 4em;
  padding-top: 0;
  margin-bottom: 0;
}

.content-aside + .content-aside {
  border-top: none;
  margin-top: -4em !important;
  margin-left: 2em;
  margin-bottom: 3em;
}

.content-aside + .content-aside::before {
  content: none;
}

/*
.content-aside-explainer {

// 	border: 1px solid $whBorder;
	background-color: #fff;
	@include modshadow;
	padding: 1.5em 2em;
}
*/
.single-seminars .entry h3,
.single-coursesalemodules .entry h3 .single-passportsales .entry h3,
.tax-wsp_boot_camp_locations .entry h3 {
  color: var(--main-blue);
}

.single-coursesalemodules .entry h3,
.single-passportsales .entry h3 {
  font-size: 2.25em;
  font-weight: 300;
  text-align: center;
}

@media screen and (min-width: 600px) {
  h2 + .alignright + h3,
  h2 + .alignright + h4,
  h2 + .alignright + h5,
  h2 + .alignright + h6,
  h3 + .alignright + h4,
  h3 + .alignright + h5,
  h2 + .alignright + h6 {
    margin-top: 0;
  }
}

@media screen and (max-width: 860px) {
  .css-col-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  ul.css-col-2,
  .entry ul.css-col-2 {
    list-style-position: outside;
    margin-left: 1.1em;
  }
  ul.css-col-2 li,
  .entry ul.css-col-2 li {
    line-height: 1.6;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 700px) {
  .full h2 {
    font-size: 2em;
  }
  .takeaways,
  .in-practice {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .full h2 {
    font-size: 1.75em;
  }
  h1.entry-title {
    font-size: 2em;
  }
  .entry p.intro,
  .modal-body p.intro {
    font-size: 1.2em;
  }
  .entry .header-small,
  .modal-body .header-small {
    font-size: 1em;
  }
  .entry table.list-2,
  .modal-body table.list-2 {
    display: block;
    margin-bottom: 1.5em;
  }
  .entry table.list-2 tr,
  .entry table.list-2 td,
  .modal-body table.list-2 tr,
  .modal-body table.list-2 td {
    display: block;
  }
  .entry table.list-2 td,
  .modal-body table.list-2 td {
    border-bottom: none !important;
  }
  .entry table.list-2 td:last-child,
  .modal-body table.list-2 td:last-child {
    border-bottom: 1px solid #e5e5e5 !important;
  }
}

/******************** NEW HEADINGS ********************/
.full.tinted > .content-wrap .--font-size-h4,
.full.tinted > .content-wrap .--font-size-h5 {
  color: #fff !important;
}

.full.tinted.tinted-white > .content-wrap .--font-size-h4,
.full.tinted.tinted-white > .content-wrap .--font-size-h5 {
  color: #303030 !important;
}

.--font-size-h1 {
  font-size: 2.75em;
  color: #303030;
  line-height: 1.15em;
  margin-bottom: .5em;
}

.--font-size-h1.entry-title {
  font-size: 3em;
  font-weight: 500;
}

img + .--font-size-h1.entry-title {
  margin-top: 1em;
}

.entry .--font-size-h1,
.--font-size-h2.title {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.entry .--font-size-h1:first-of-type,
.--font-size-h2.title:first-of-type {
  margin-top: 0;
}

.full .--font-size-h2:not(.eyebrow) {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.15em;
  margin-bottom: .5em;
}

.h2_upper + .--font-size-h2 {
  margin-top: 0 !important;
}

.h2_upper + .--font-size-h2 + p {
  margin-top: -.5em;
}

.entry .--font-size-h2 {
  display: block;
  font-size: 1.5em;
  color: #303030;
  position: relative;
  padding-bottom: 0;
}

.entry .--font-size-h2 a {
  color: #303030;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.entry .--font-size-h2 a:hover {
  color: var(--main-blue);
}

.entry .--font-size-h3 {
  padding-bottom: 0;
  font-size: 1.25em;
  color: var(--main-blue);
  border-bottom: none;
  font-weight: 700;
}

.entry .--font-size-h2,
.entry .--font-size-h4,
.entry .--font-size-h5,
.entry .--font-size-h6 {
  font-weight: 700;
}

.entry .--font-size-h2 > strong,
.entry .--font-size-h4 > strong,
.entry .--font-size-h5 > strong,
.entry .--font-size-h6 > strong {
  font-weight: 700 !important;
}

.entry .--font-size-h4,
.entry .--font-size-h5,
.entry .--font-size-h6 {
  color: #303030;
  font-size: 1em;
  padding-bottom: 0;
  font-weight: 700;
}

.entry .--font-size-h2,
.entry .--font-size-h3 {
  margin-top: 1.5em;
  margin-bottom: .75em;
}

.entry .--font-size-h2:first-child,
.entry .--font-size-h3:first-child {
  margin-top: 0;
}

.entry .modal-body__image-wrap + .--font-size-h3 {
  margin-top: 0;
}

.entry .--font-size-h4,
.entry .--font-size-h5,
.entry .--font-size-h6 {
  margin-top: 1em;
  margin-bottom: .5em;
}

.entry .--font-size-h2 + .--font-size-h3,
.entry .--font-size-h3 + .--font-size-h4,
.entry .--font-size-h4 + .--font-size-h5,
.entry .--font-size-h5 + .--font-size-h6 {
  margin-top: 0;
}

.entry ul + .--font-size-h3,
.entry ol + .--font-size-h3 {
  margin-top: 2em;
}

.entry ul + .--font-size-h4,
.entry ol + .--font-size-h4,
.entry ul + .--font-size-h5,
.entry ol + .--font-size-h5,
.entry ul + .--font-size-h6,
.entry ol + .--font-size-h6 {
  margin-top: 3em;
}

.entry .deep-dive + .--font-size-h2,
.entry .yellow-block-link + .--font-size-h2 {
  margin-top: 1.5em;
}

.entry .deep-dive + .--font-size-h3,
.entry .yellow-block-link + .--font-size-h3 {
  margin-top: 2.25em;
}

.entry .deep-dive + .--font-size-h4,
.entry .yellow-block-link + .--font-size-h4 {
  margin-top: .75em;
}

.entry .article-byline + .--font-size-h2 {
  margin-top: .65em;
}

.entry .article-byline + .--font-size-h3,
.entry .article-byline + .--font-size-h4 {
  margin-top: 1em;
}

.entry li > .--font-size-h4 {
  margin-top: 0;
  margin-bottom: .25em;
}

.entry form > .--font-size-h2 {
  margin-top: 0;
}

.entry li > .--font-size-h4 + p {
  margin-top: 0;
}

.content-aside .--font-size-h3,
.content-aside .--font-size-h4,
.content-aside .--font-size-h5 {
  color: #303030;
}

.content-aside > .--font-size-h3,
.content-aside > .--font-size-h4,
.content-aside > .--font-size-h5 {
  color: #303030;
  font-size: 1.25em !important;
}

.content-aside .--font-size-h6 {
  color: var(--main-orange);
  font-size: 1.1em;
  position: relative;
}

.content-aside .--font-size-h6 > span,
.content-aside .--font-size-h6 > strong > span,
.content-aside .--font-size-h6 > span > strong {
  color: var(--main-orange) !important;
}

.content-aside .--font-size-h6 + h3,
.content-aside .--font-size-h6 + h4,
.content-aside .--font-size-h6 + .--font-size-h3,
.content-aside .--font-size-h6 + .--font-size-h4 {
  margin-top: 0;
  font-size: 1.5em !important;
}

@media screen and (min-width: 600px) {
  h2 + .alignright + .--font-size-h6 {
    margin-top: 0;
  }
}

@media screen and (max-width: 600px) {
  .--font-size-h1.entry-title {
    font-size: 2em;
  }
}

.wsp-basic-list--sm {
  font-size: .9em;
}

.wsp-basic-list__icon {
  margin-right: 4px;
}

.wsp-basic-list__header {
  font-weight: 600;
}

.wsp-basic-list__header:not(:first-child) {
  margin-top: 1em;
}

.wsp-basic-list h5 {
  font-size: 1.1em;
  padding-bottom: .45em;
  line-height: 1.3 !important;
  margin: 0 !important;
  text-align: left !important;
}

.wsp-basic-list__list {
  list-style: disc;
  margin-left: 1.2rem;
}

.theme-dk .wsp-basic-list__header {
  color: var(--main-lime) !important;
}

.theme-dk .wsp-basic-list__icon {
  color: var(--main-blue);
}

.theme-dk .wsp-basic-list .checks {
  color: var(--main-blue);
}

#no-access-page-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}

#no-access-page-loader > div {
  margin-top: -6em;
  font-weight: 600;
  font-size: 0.85em;
}

.wsp-flex-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5em;
}

.wsp-flex-header h6 {
  color: var(--main-blue);
  font-size: 1.1em;
  font-weight: 600;
}

.wsp-flex-header__link {
  font-size: 0.9em;
}

.list-split {
  columns: 2;
}

@media only screen and (max-width: 700px) {
  .list-split--release-700 {
    columns: 1;
  }
}

.wsp-form-confirm {
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
}

.wsp-form-confirm__header {
  background-color: var(--main-lime);
  font-size: 1.25em;
  text-align: center;
  padding: 1em 2em;
  color: #303030;
  font-weight: 600;
}

.wsp-form-confirm__icon {
  font-size: 3.5em;
  margin-bottom: 0.15em;
  color: #02d38f;
}

.wsp-form-confirm__body {
  background-color: #fff;
  padding: 2em;
}

.wsp-form-confirm__button {
  font-size: 0.9em !important;
  padding: 0 !important;
  line-height: 50px;
  width: 300px;
  margin: 0 auto;
}

.edit-link i {
  font-size: 0.55em;
}

.wsp-tag-list {
  font-size: 0.7em;
  padding: 0.75em 0;
}

.wsp-tag-list__tag {
  padding: 0.5em 0.75em;
  background-color: #fff;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
  border: 1px solid #dce1e5;
  border-radius: 1em;
  margin-right: 0.5em;
  box-sizing: border-box;
  color: var(--main-blue);
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.wsp-toggle-excerpt-container p,
.wsp-toggle-excerpt-container span {
  display: inline;
}

.wsp-toggle-excerpt-container .wsp-toggle-full,
.wsp-toggle-excerpt-container .less {
  display: none;
}

.wsp-toggle-excerpt-container .trigger {
  color: var(--main-blue);
  cursor: pointer;
  font-size: 0.9em;
  background: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.wsp-toggle-excerpt-container .trigger:hover {
  text-decoration: underline;
}

.wsp-toggle-excerpt-container.active .wsp-toggle-full,
.wsp-toggle-excerpt-container.active .less {
  display: inline;
}

.wsp-toggle-excerpt-container.active .wsp-toggle-excerpt,
.wsp-toggle-excerpt-container.active .more {
  display: none;
}

.bg-img-cover.wsp-list-circle {
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  border-radius: 40px;
  margin-right: 1em;
}

img + .wsp-blockquote,
.img-collage + .wsp-blockquote {
  margin-top: 2em;
}

.wsp-blockquote {
  color: #303030;
  font-size: 1.35em;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

.wsp-blockquote span {
  color: var(--main-blue);
}

.wsp-blockquote-full {
  margin-top: 2em;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.3;
}

.wsp-admin-table {
  font-size: 0.8em;
  width: 100%;
}

.wsp-admin-table th {
  font-size: 1.1em;
}

.wsp-admin-table th,
.wsp-admin-table td {
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  padding: 0.5em;
}

.wsp-admin-table th:first-child,
.wsp-admin-table td:first-child {
  padding-left: 1em;
}

.wsp-admin-table th:last-child,
.wsp-admin-table td:last-child {
  padding-right: 1em;
}

.wsp-admin-table th {
  font-weight: 600;
}

.wsp-admin-table tbody tr:nth-child(odd) td {
  background-color: #f6f8f9;
}

#used-at {
  padding: 7em 0 !important;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

#used-at::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

#used-at p:first-child {
  text-align: center;
  font-size: 1.75em;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 300;
  line-height: 1.4em;
}

#used-at img {
  margin: 3.5em auto 0;
  max-width: 760px;
  width: 100%;
}

#used-at .tint {
  background: rgba(0, 0, 0, 0.75) !important;
  display: none !important;
}

#instructor-grid {
  display: flex;
  flex-wrap: wrap;
  border: 6px solid #fff;
  box-shadow: 0 0 1px 0 #9c9c9c;
}

#instructor-grid .img {
  width: 16.667%;
  z-index: 100;
  padding-top: 0;
}

#iprep-instructors #instructor-grid .img {
  width: 14.285%;
}

.block-header {
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
  margin-bottom: 2em;
  position: relative;
  padding: 0;
  z-index: 1020;
}

.block-header:before, .block-header:after {
  content: " ";
  display: table;
}

.block-header:after {
  clear: both;
}

.block-header .content-wrap {
  height: 80px;
}

.block-header .content-wrap::after {
  content: none;
}

.block-header h1 {
  font-size: 1.65em;
  margin: 0;
  letter-spacing: 0;
  font-weight: 500;
}

.toggle-text-content span {
  display: none;
}

.toggle-text-link {
  display: inline;
  margin-top: 1em;
  padding-left: 0.4em;
  font-size: 0.85em;
}

.price .wsp-currency {
  font-size: 0.65em;
}

.wsp-tooltip {
  text-decoration: none;
  position: absolute;
  border: 1px solid #e2e2e2;
  background-color: rgba(255, 255, 255, 0.95);
  color: #303030;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  padding: 0.75em 1em;
  top: 100%;
  margin-top: 5px;
  left: 0;
  display: none;
  border-radius: 4px;
  z-index: 101;
  text-align: left;
  line-height: 1.5em;
}

@media only screen and (max-width: 430px) {
  .wsp-tooltip {
    white-space: pre-wrap;
  }
}

[data-wsp-tooltip-position="center"] + .wsp-tooltip {
  left: 50%;
}

[data-wsp-tooltip-position="left"] + .wsp-tooltip {
  left: auto;
  right: calc(100% + 0.5em);
  top: 0;
  margin-top: 0;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
}

[data-wsp-tooltip-position="right"] + .wsp-tooltip {
  right: auto;
  left: calc(100% + 0.5em);
  top: 0;
  margin-top: 0;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
}

:is(.wsp-tooltip-contain:hover, .wsp-tooltip-contain:focus) .wsp-tooltip {
  display: block;
}

.wsp-tabs {
  font-size: 0.9em;
  display: flex;
  column-gap: 3em;
  align-items: flex-start;
  overflow-x: auto;
}

.wsp-tabs:before, .wsp-tabs:after {
  content: " ";
  display: table;
}

.wsp-tabs:after {
  clear: both;
}

@media only screen and (max-width: 500px) {
  .wsp-tabs {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .wsp-tabs::-webkit-scrollbar {
    display: none;
  }
}

.wsp-tabs--ruled {
  border-bottom: 1px solid #d5d5d5;
}

.wsp-tabs--ruled a:not(.edit) {
  padding-bottom: 4px;
}

.wsp-tabs::before, .wsp-tabs::after {
  content: none;
}

.wsp-tabs li {
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}

.wsp-tabs a {
  box-sizing: border-box;
  white-space: nowrap;
  font-weight: 600;
  padding-left: 3px;
  padding-right: 3px;
}

.wsp-tabs a:not(.edit) {
  border-bottom: 4px solid transparent;
}

.wsp-tabs a:focus-visible {
  --focus-outline-offset: -2px;
}

.wsp-tabs a.edit {
  font-size: 0.8em;
  position: absolute;
  right: 1em;
  top: 0.15em;
}

.wsp-tabs a:not(.edit) {
  color: #303030;
  display: block;
}

.wsp-tabs .active a:not(.edit) {
  border-bottom-color: var(--custom-group-color);
}

.wsp-tabs i {
  font-size: 0.8em;
  padding-right: 2px;
  position: relative;
  top: -1px;
}

.wsp-pill-container {
  overflow-x: auto;
}

.bc-highlights,
.clipboard {
  font-size: 0.85em;
  font-weight: 600;
  list-style: none !important;
  border: 8px solid #deba94;
  padding: 1em 1.5em;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  line-height: 26px;
  background: linear-gradient(to bottom, #d9eaf3 0%, #fff 8%) 0 13px;
  background-size: 100% 26px;
  margin-left: 0 !important;
  z-index: 1;
}

.bc-highlights::before,
.clipboard::before {
  content: "";
  width: 100px;
  height: 16px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: -13px;
  background-color: #b7b3b3;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.15);
}

.bc-highlights::after,
.clipboard::after {
  content: "";
  position: absolute;
  top: -20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: -10px;
  left: 50%;
  background-color: #b7b3b3;
}

.bc-highlights > li,
.bc-highlights .item,
.clipboard > li,
.clipboard .item {
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 0 !important;
}

.bc-highlights > li:last-child,
.bc-highlights .item:last-child,
.clipboard > li:last-child,
.clipboard .item:last-child {
  margin-bottom: 0;
}

.bc-highlights > li .glyphicon,
.bc-highlights > li [class|="fa"],
.bc-highlights .item .glyphicon,
.bc-highlights .item [class|="fa"],
.clipboard > li .glyphicon,
.clipboard > li [class|="fa"],
.clipboard .item .glyphicon,
.clipboard .item [class|="fa"] {
  position: absolute;
  left: 0;
  top: 0.5em;
}

.bc-highlights > li.title,
.bc-highlights .item.title,
.clipboard > li.title,
.clipboard .item.title {
  text-align: center;
  padding-left: 0;
  font-weight: 600;
  color: var(--main-blue);
  font-size: 1.5em;
  margin-bottom: 26px !important;
  position: relative;
  top: 0.5em;
}

.bc-highlights > li.title > span,
.bc-highlights .item.title > span,
.clipboard > li.title > span,
.clipboard .item.title > span {
  background-color: #fff;
  padding: 0 0.25em;
}

.bc-highlights .title,
.clipboard .title {
  text-align: center;
  padding-left: 0;
  font-weight: 600;
  color: var(--main-blue);
  font-size: 1.5em;
  margin-bottom: 26px !important;
  position: relative;
  top: 0.5em;
}

.bc-highlights .title > span,
.clipboard .title > span {
  background-color: #fff;
  padding: 0 0.25em;
}

.trending-tag {
  position: absolute;
  top: -0.75em;
  left: 1em;
  background-color: var(--main-orange);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75em;
  padding: 0.5em 1em;
  line-height: 1;
  border-radius: 4px;
}

.virtual-callout {
  display: block;
  position: relative;
  background-image: url(https://media.wallstreetprep.com/wspimage/wsp-virtual-adam-teach.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.virtual-callout:hover {
  transform: translate(0, -6px);
}

.virtual-callout::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, #08364e 30%, #cd2600 100%);
  opacity: 0.85;
}

.virtual-callout .content {
  position: relative;
  color: #fff;
  display: block;
  font-size: 0.9em;
  padding: 1.5em 150px 1.5em 1.5em;
}

.virtual-callout strong {
  font-weight: 600 !important;
  color: #94d6ff;
  font-size: 1.5em;
  display: block;
  margin: 0 auto;
  line-height: 1.3;
  padding-bottom: 0.25em;
}

.virtual-callout .bluebutton {
  padding-top: 0;
  padding-bottom: 0;
  height: 32px;
  line-height: 32px;
  width: 100px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 2em;
}

.single-seminars .virtual-callout {
  margin: -2em 0 -1em;
}

#our-boot-camps .virtual-callout {
  margin: -1.25em auto 2.5em;
  background-image: url(https://media.wallstreetprep.com/wspimage/wsp-virtual-network.jpg);
}

#our-boot-camps .virtual-callout .content {
  padding-right: 225px;
}

#our-boot-camps .virtual-callout strong {
  font-size: 1.75em;
}

#our-boot-camps .virtual-callout .bluebutton {
  width: 200px;
}

#boot-camp-overview .bc-highlights {
  width: 300px;
  float: right;
  margin-left: 2em !important;
}

#boot-camp-overview .jw-aspect {
  padding-top: 56.25% !important;
}

#boot-camp-overview .jw-icon[aria-label="Start Playback"] {
  background: var(--main-blue);
  border-radius: 50%;
  padding: 0.5em;
}

#boot-camp-overview .entry img.icon {
  width: 50px;
  float: left;
  position: relative;
  top: 0.5em;
  margin-right: 1em;
}

#boot-camp-overview .entry p a {
  color: var(--main-orange);
  font-weight: 500 !important;
}

#boot-camp-overview .entry h6 {
  color: var(--main-blue);
  font-weight: 700;
}

#boot-camp-overview .entry img.alignleft,
#boot-camp-overview .entry img.alignright {
  width: 4em;
  margin-bottom: 1em;
  position: relative;
}

#boot-camp-overview .entry img.alignleft {
  top: 0.5em;
  margin-right: 1em;
}

#boot-camp-overview .entry img.alignright {
  margin-left: 2em;
}

#boot-camp-overview .entry img.fpalogo {
  width: 8em !important;
}

/*
#bc-intro.clipwide .bc-highlights {
	width: 400px;
	float: right;
	margin-left: 2em !important;
}


@media screen and (min-width: 1100px) {

	#who-for .list-col-2 {
		columns: 2;
	}

}

*/
@media screen and (max-width: 1000px) {
  #our-boot-camps .virtual-callout {
    max-width: 700px;
  }
  #our-boot-camps .virtual-callout .content {
    padding-right: 0;
    text-align: center;
  }
  #our-boot-camps .virtual-callout .bluebutton {
    position: static;
    margin: 1em auto 0;
  }
}

@media screen and (max-width: 900px) {
  #our-boot-camps .virtual-callout {
    max-width: 600px;
  }
  #our-boot-camps .virtual-callout strong {
    margin: 0 auto;
  }
  #our-boot-camps .virtual-callout .content {
    margin: 0 auto;
    max-width: 350px;
  }
}

@media screen and (max-width: 600px) {
  #boot-camp-overview .truncate-container {
    max-height: 500px;
  }
}

.wsp-code {
  background-color: #e6f4fd;
  border: 1px solid #bfd1dc;
  padding: 1em 2em;
  margin-bottom: 2em;
  font-weight: 700;
  font-size: 0.85em;
  text-transform: uppercase;
  text-align: center;
  border-radius: 8px;
}

.wsp-code a {
  color: var(--main-blue);
  text-decoration: underline;
}

.wsp-code strong {
  color: var(--main-blue);
}

.wsp-code + h2 {
  margin-top: 0;
}

/* The switch - the box around the slider */
.wsp-switch,
.wspl-switch {
  position: relative;
  color: var(--main-blue);
  padding-left: 31px;
  cursor: pointer;
}

.wsp-switch .switch,
.wspl-switch .switch {
  display: inline-block;
  width: 24px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

.wsp-switch .slider,
.wspl-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}

.wsp-switch .slider:before,
.wspl-switch .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 10px;
}

.wsp-switch.active .slider,
.wspl-switch.active .slider {
  background-color: var(--main-blue);
}

.wsp-switch.active .slider:before,
.wspl-switch.active .slider:before {
  transform: translateX(8px);
}

section#contact-us .content-wrap {
  max-width: 1100px;
}

section#contact-us .infusion-submit,
.modal.full-form .infusion-submit {
  text-align: right;
}

section#contact-us .infusion-submit button,
.modal.full-form .infusion-submit button {
  width: 50%;
  display: inline-block;
}

.table-min-width {
  display: block;
  overflow: auto;
  font-style: italic;
  border: 1px solid #f5f5f5;
  padding: 1em;
}

.table-min-width::before {
  content: "Scroll table to view";
  font-size: 0.85em;
}

.table-min-width > table {
  min-width: 600px;
  font-style: normal;
}

@media screen {
  div#preloader {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  div#preloader img {
    display: block;
  }
}

@media print {
  div#preloader,
  div#preloader img {
    visibility: hidden;
    display: none;
  }
}

.js-dependent {
  display: none;
}

.js .js-dependent {
  display: block;
}

/* Blockquote
----------------------------------------------------------- */
.entry blockquote,
.modal-body blockquote {
  margin: 3em 2em;
  padding: 2em 2em 2em 3em;
  display: block;
  font-style: italic;
  border-left: 5px solid var(--main-blue);
  background-color: #ebf3f9;
  font-size: 0.9em;
}

.entry blockquote p:last-child,
.modal-body blockquote p:last-child {
  margin-bottom: 0;
}

.entry blockquote p:last-child strong,
.modal-body blockquote p:last-child strong {
  display: block;
  font-weight: 600;
}

.single-coursesalemodules .entry blockquote,
.single-seminars .entry blockquote,
.tax-wsp_boot_camp_locations .entry blockquote {
  background: none;
  float: right;
  width: 33%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 2em;
  font-size: 1.3em;
  border: none;
  font-weight: 700;
  padding: 0;
  margin-left: 3em;
  font-style: normal;
  text-align: center;
}

.single-coursesalemodules .entry blockquote p,
.single-seminars .entry blockquote p,
.tax-wsp_boot_camp_locations .entry blockquote p {
  line-height: 1.4em !important;
}

.single-coursesalemodules .entry blockquote img,
.single-seminars .entry blockquote img,
.tax-wsp_boot_camp_locations .entry blockquote img {
  margin: 0 auto 1em auto;
}

.single-coursesalemodules .entry blockquote img.smaller,
.single-seminars .entry blockquote img.smaller,
.tax-wsp_boot_camp_locations .entry blockquote img.smaller {
  width: 3em;
  margin-top: -1em;
}

.single-coursesalemodules .entry blockquote + h2,
.single-seminars .entry blockquote + h2,
.tax-wsp_boot_camp_locations .entry blockquote + h2 {
  font-size: 2.5em;
  text-align: left;
}

.single-coursesalemodules .entry blockquote.small {
  width: 280px;
  font-size: 0.95em;
  background-color: #f5f7f9;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
  padding: 1em 2em;
  box-sizing: border-box;
}

.single-seminars .entry blockquote,
.tax-wsp_boot_camp_locations .entry blockquote {
  position: relative;
  top: 0.6em;
}

.single-coursesalemodules .topic-list .entry blockquote,
.single-passportsales .topic-list .entry blockquote {
  margin: 0;
  font-size: 1em;
  font-weight: 500;
  max-width: none;
}

.single-coursesalemodules .topic-list .entry blockquote.col-3.float,
.single-passportsales .topic-list .entry blockquote.col-3.float {
  float: left;
  width: 25% !important;
}

.single-coursesalemodules .topic-list .entry blockquote br,
.single-passportsales .topic-list .entry blockquote br {
  display: none;
}

.single-coursesalemodules .topic-list .entry blockquote p,
.single-passportsales .topic-list .entry blockquote p {
  margin-bottom: 0;
  line-height: unset !important;
}

.single-coursesalemodules .topic-list .entry blockquote p strong,
.single-passportsales .topic-list .entry blockquote p strong {
  margin-bottom: 0.5em;
}

.single-coursesalemodules .topic-list .entry blockquote img,
.single-passportsales .topic-list .entry blockquote img {
  margin: auto;
  max-width: 11em;
}

.single-coursesalemodules .entry > div blockquote:first-child img,
.single-passportsales .entry > div blockquote:first-child img {
  width: 3em;
}

@media screen and (max-width: 1000px) {
  .single-coursesalemodules .entry blockquote,
  .single-seminars .entry blockquote,
  .single-passportsales .entry blockquote,
  .tax-wsp_boot_camp_locations .entry blockquote {
    float: none;
    margin: 0 auto;
    margin-bottom: 2em !important;
    width: auto;
    padding: 0;
  }
  .single-seminars .entry blockquote,
  .tax-wsp_boot_camp_locations .entry blockquote {
    margin-top: 0;
  }
  .single-coursesalemodules .topic-list .entry blockquote,
  .single-passportsales .topic-list .entry blockquote {
    display: none;
  }
}

.single-signupformpage .section-article blockquote {
  float: right;
  max-width: 250px;
  margin-top: 0;
  margin-left: 2em;
  padding: 1.5em;
  border-left: none;
  background-color: #ffefb4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font-style: normal;
}

.single-signupformpage .section-article blockquote p {
  font-size: 0.9em;
}

.single-signupformpage .section-article blockquote h4 {
  font-size: 1em;
}

@media only screen and (max-width: 600px) {
  .single-signupformpage .section-article blockquote {
    display: none;
  }
}

/* Links
----------------------------------------------------------- */
a {
  color: var(--main-blue);
  text-decoration: none;
}

.entry p a {
  text-decoration: underline;
}

.table-cell-display-border {
  border: 1px solid #e9e9e9;
  padding: 0.5em 0.75em;
}

/* Global Page Template Parts
-------------------------------------------------------------- */
body,
#body-content {
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

.table-display {
  display: table;
}

.table-display > * {
  display: table-cell;
  vertical-align: middle;
}

.table-display.reverse {
  direction: rtl;
}

.blue-back {
  background-color: var(--main-blue);
}

.content-wrap > .entry > .notice {
  top: -2.5em;
}

.breadcrumbs {
  background: #f9f9f9;
  padding: 1.5em 0;
  display: block;
  font-size: 0.7em;
  color: #303030;
}

.breadcrumbs .back {
  float: left;
}

.breadcrumbs .back img {
  padding-right: 0.5em;
  width: 1.1em;
  position: relative;
  top: 0.35em;
}

.breadcrumbs .coursecat {
  font-weight: 700;
}

.breadcrumbs a {
  color: var(--main-blue);
  text-decoration: underline;
}

.fa-check,
.fa-circle-check {
  color: var(--main-green);
  padding-right: 0.5em;
}

.theme-dk .fa-check,
.theme-dk .fa-circle-check {
  color: var(--main-lime);
}

.theme-dk .checks--blue .fa-circle-check {
  color: var(--main-blue);
}

.author-bio {
  display: block;
  margin-top: 2em;
  margin-bottom: 5em;
}

.author-bio p {
  margin-bottom: 0 !important;
}

.author-bio .author-email {
  color: var(--main-blue);
  margin-bottom: 1em;
  padding-top: 0.5em;
}

.author-bio .author-details {
  padding-top: 1em;
  clear: both;
}

.author-bio .author-image {
  width: 4.8em;
  height: 4.8em;
  border-radius: 2.4em;
  margin-right: 1.5em;
  float: left;
}

.author-bio img {
  border: 4px solid #fff !important;
  box-shadow: 0 0 0 1px #e6e6e6;
  width: 4em;
  margin-top: 0em;
}

.author-bio .author-name {
  font-weight: 700;
  padding-top: 0.35em;
}

.author-bio.module {
  padding: 2em;
}

.small-tag {
  margin-bottom: 1em;
  display: block;
  text-align: center;
  margin-top: 2em;
  font-weight: 600;
}

.agenda {
  background: var(--main-blue-light);
  margin-top: 4em;
  padding: 2.5em;
  position: relative;
}

.agenda:before, .agenda:after {
  content: " ";
  display: table;
}

.agenda:after {
  clear: both;
}

.agenda h2 {
  position: relative;
  font-size: 1.75em;
  margin-bottom: 2em;
  padding-right: 3em;
}

.agenda h2:before, .agenda h2:after {
  content: " ";
  display: table;
}

.agenda h2:after {
  clear: both;
}

.agenda h3,
.agenda h4 {
  font-size: 1em;
  margin-bottom: 1.5em;
  margin-top: 2.5em;
}

.agenda h3:first-of-type,
.agenda h4:first-of-type {
  margin-top: 0;
}

.flip {
  transform: scale(-1, 1);
  /* Simon: such tye of filter doesn't exist https://developer.mozilla.org/en-US/docs/Web/CSS/filter */
}

.css-masonry-2 {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 4em;
  -moz-column-gap: 4em;
  -webkit-column-gap: 4em;
}

.css-masonry-3 {
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-gap: 3em;
  -moz-column-gap: 3em;
  -webkit-column-gap: 3em;
}

.css-masonry-item {
  display: inline-block;
  margin: 0 0 2em;
  width: 100%;
}

#agenda-icon {
  position: absolute;
  top: 1em;
  right: 2em;
  width: 4em;
}

.tel-strong {
  display: block;
  font-size: 2em;
  text-align: center;
  padding-top: 0.5em;
  font-weight: 300 !important;
}

.tel-strong .glyphicon,
.tel-strong [class|="fa"] {
  top: 3px;
  left: -10px;
  color: rgba(0, 0, 0, 0.15) !important;
  font-size: 0.9em;
}

.blue-back .tel-strong .glyphicon,
.blue-back .tel-strong [class|="fa"] {
  color: rgba(255, 255, 255, 0.35) !important;
}

.border-dotted {
  padding: 0.5em 1em;
  border: 1px dotted #c5c5c5;
}

.pagetabs.wsptab {
  text-align: center;
  margin: 1em auto 1.5em auto;
}

.pagetabs.wsptab li {
  float: none;
  display: inline-block;
  font-size: 0.9em;
  padding: 0 0.75em;
}

.pagetabs.wsptab li a {
  padding: 0.5em 0.75em;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid white;
}

.pagetabs.wsptab li a:hover {
  background: none;
  border: 1px dotted var(--main-blue);
}

.pagetabs.wsptab .active a {
  background: none;
  border: 1px dotted var(--main-blue);
}

.left {
  float: left;
}

.right {
  float: right;
}

.module {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 2em 0;
}

.module.pad {
  padding: 2em 0;
}

.module-white {
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.module-white.pad {
  padding: 3em 0;
}

.tab-pane {
  padding-top: 2em;
}

.nav-tabs {
  font-size: 0.9em;
  padding-top: 0.5em;
}

.nav-tabs > li > a {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #303030;
  text-decoration: none !important;
}

.nav-tabs > li > a:hover {
  border-color: #ddd !important;
  border-bottom-color: rgba(0, 0, 0, 0) !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.nav-tabs > li.active > a:hover {
  background-color: #fff !important;
}

.nav-tabs > li.active > a {
  border-top: 3px solid var(--main-green) !important;
}

.glyphicon-question-sign,
.glyphicon-info-sign,
.fa-circle-info,
.fa-question-circle {
  top: 1px;
  font-size: 0.75em;
  left: 3px;
  color: var(--main-blue);
}

.circle-img-contain {
  display: inline-block;
  position: relative;
  border-radius: 100%;
  margin-bottom: 1em;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  border: 1px solid #e9e9e9;
}

.circle-img-contain .icon-in-circ {
  width: 3.25em;
  padding: 0.75em;
  margin: 0 auto;
}

.features-list .circle-img-contain {
  border: none;
}

.module .circle-img-contain {
  margin-top: 1.25em;
}

.module.no-mod .circle-img-contain {
  margin-top: 0;
}

.updating-page {
  background-color: #f9f9f9;
}

#updating-page-container {
  padding: 6em 0 !important;
}

#updating-page-container h1 {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  font-size: 3em;
  text-align: center;
}

#updating-page-container h1 img {
  width: 1em;
  display: inline;
  margin: 0;
  position: relative;
  top: 0.1em;
}

#updating-page-container h1 + p {
  font-size: 1em;
  margin-bottom: 4em;
  text-align: center;
}

#updating-page-container form {
  background-color: transparent;
  border: none;
}

.show-block-at-1250 {
  display: none;
}

.show-block-at-1000 {
  display: none !important;
}

.show-block-at-700 {
  display: none !important;
}

.show-block-at-800 {
  display: none !important;
}

.show-block-at-600 {
  display: none !important;
}

@media screen and (max-width: 1250px) {
  .show-block-at-1250 {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .css-masonry-3 {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-gap: 2em;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
  }
}

@media screen and (max-width: 1150px) {
  .hide-at-1100 {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  #boot-camp-overview .bc-highlights {
    margin-left: 2em !important;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 1000px) {
  .hide-at-1000 {
    display: none !important;
  }
  .show-block-at-1000 {
    display: block !important;
  }
  .wsp-tabs {
    font-size: 0.8em;
    column-gap: 2em;
  }
  /*
	.filler-quote {
		max-width: 650px;
	}
    */
  .css-masonry-2 {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-gap: 0;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
  }
  .css-masonry-item {
    display: inline-block;
    margin: 0 0 2em;
    width: 100%;
  }
  li,
  p {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

@media screen and (max-width: 800px) {
  .show-block-at-800 {
    display: block !important;
  }
}

@media screen and (max-width: 700px) {
  /*
	.filler-quote {

		padding-left: 2em;

		p {
			font-size: 1.15em;
			margin-bottom: 1em;
		}

		.attribution {
			position: static;
			width: auto;
			height: auto;

			span {
				max-width: none;
			}
		}
	}
    */
  .wsp-code {
    float: none;
    margin-left: 0;
    display: block;
    max-width: 300px;
  }
  h1 + .wsp-code {
    margin-top: -1em;
  }
  .hide-at-700 {
    display: none;
  }
  .css-masonry-3 {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-gap: 0;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
  }
  .show-block-at-700 {
    display: block !important;
  }
}

@media screen and (max-width: 600px) {
  .entry blockquote,
  .modal-body blockquote {
    padding-left: 2em;
    margin-left: 0;
    margin-right: 0;
  }
  .overview-row #instructor-grid .img {
    width: 16.667%;
  }
  #boot-camp-overview .bc-highlights {
    width: 100%;
    float: none;
    margin: 0 auto 2em !important;
    clear: both;
    max-width: 400px;
  }
  .hide-at-600 {
    display: none !important;
  }
  .show-block-at-600 {
    display: block !important;
  }
}

@media screen and (max-width: 500px) {
  #used-at {
    padding: 4em 0 !important;
  }
  #used-at p:first-child {
    font-size: 1.5em;
    margin-bottom: 0 !important;
  }
  #used-at img {
    display: none;
  }
  .hide-at-500 {
    display: none;
  }
  .agenda {
    padding: 1.5em;
  }
  .about .author-bio .author-email {
    padding-top: 0;
  }
  .about .author-bio .author-email span {
    display: block;
    float: none !important;
    clear: both;
    padding-top: 1.5em;
  }
}

.wsp-img-collage {
  position: relative;
}

.wsp-img-collage__img--major {
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9edef;
}

.wsp-img-collage__img--minor {
  position: absolute;
  right: 0;
  top: 50%;
}

.wsp-img-collage__img--md {
  width: 80%;
  top: 60%;
}

.wsp-img-collage__img--sm {
  width: 70%;
  top: 65%;
}

.wsp-img-collage__img--thumb {
  width: 275px;
}

.wsp-img-collage__img--top-right {
  top: 5%;
  right: -5%;
}

@media only screen and (max-width: 1080px) {
  .wsp-img-collage__img--top-right {
    right: 50px;
    z-index: 2;
  }
}

.wsp-img-collage__img--left-bottom {
  top: auto;
  right: auto;
  left: -5%;
  bottom: -5%;
}

.wsp-img-collage__img--illo {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

.wsp-img-collage__img--illo, .wsp-img-collage__img.shadow {
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
}

#collage-op-model {
  top: 50%;
}

#collage-lbo-teach {
  top: 40%;
  right: -1em;
}

/*
.collage-circles {

	.one-one {
		border-radius: 50%;
		border: 1px solid $lmsbg-border;
		box-sizing: border-box;
		width: 60%;
		margin-left: 15%;
		@include shadow;

		&:nth-child(even) {
			margin-left: auto;
			position: relative;
			z-index: 300;
		}


		+ .one-one {
			margin-top: -3em;
		}
	}

}
*/
@media screen and (min-width: 1000px) {
  .img-collage {
    position: relative;
  }
  .img-collage img {
    position: relative;
    max-width: 90%;
  }
  .img-collage img + img {
    margin-top: -25%;
    margin-left: 10%;
  }
  .img-collage.collage-tall img + img {
    margin-top: -15%;
    margin-left: 10%;
  }
}

@media screen and (max-width: 1000px) {
  .img-collage img {
    display: none;
  }
  .img-collage img.key {
    display: block;
  }
}

.loader-fs {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1010;
  background-color: #fff;
}

.loader-fs.grey {
  background-color: #e1e6ea;
}

.loader-fs.clear {
  background-color: transparent;
}

.loader-fs.fixed {
  position: fixed;
}

.loader-fs.fixed.cover-all {
  z-index: 10000;
}

.mycourses #page-loader.loader-fs {
  top: 0;
  z-index: 2001;
  position: fixed;
}

.single-wsp_lesson .loader-fs {
  position: fixed;
}

.loader-fs.full-cover {
  z-index: 1037;
}

.wsp-spinner {
  background-image: url("https://media.wallstreetprep.com/wspimage/wsp-spinner.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2em;
}

.wsp-spinner-plain {
  background-image: url("https://media.wallstreetprep.com/wspimage/wsp-loader-plain.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2em;
}

.spinner-img {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1011;
  background: transparent url("https://media.wallstreetprep.com/wspimage/spinner.gif") no-repeat center center;
  background-size: 1.5em;
}

.js .loader-fs,
.js .spinner-img {
  display: block;
}

/*
.single-wsp_lesson,
.single-wsp_course,
.single-wsp_course_grouping {

	#page-loader {
		background-color: #f5f5f5;
		text-align: center;
		position: fixed;

		> div {
			font-size: .75em;
			font-weight: 700;
			height: 0;
			width: 100%;
			overflow: visible;
			background-color: red;
			position: absolute;
			top: 50%;
			line-height: 1;
		}

		&.wsp-spinner {
			background-position: 50% calc(50% - 1.85em);
		}
	}
}
*/
/* Banners
-------------------------------------------------------------- */
.tint {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.banner {
  position: relative;
  display: block;
  height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 100%;
  overflow: hidden;
}

.banner .page-title {
  text-transform: uppercase;
  font-size: .8em;
  padding-bottom: 1em;
  color: #3dafe4;
  font-weight: 500;
  letter-spacing: 1px;
  display: none;
}

.banner h1 {
  font-size: 4.15em;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0;
}

.banner h1 br {
  display: inline;
}

.banner h1 + p {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 300;
  margin: 1em 0 0;
}

.banner .logo-svg {
  position: relative;
  width: 144px;
  margin: -1.5em auto 1.5em;
  opacity: .8;
}

.banner-tint::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  display: block;
  z-index: 1;
  background-color: #1a3c50;
  opacity: .7;
}

.banner-tint.opacity-8::after {
  opacity: .8;
}

.banner-tint.opacity-6::after {
  opacity: .6;
}

.banner .buttoncontain {
  padding-top: 2em;
  width: 100%;
  text-align: center;
}

.banner .bluebutton {
  width: 260px;
  margin: 0 10px;
  padding: .75em 1em .75em;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  opacity: .92;
}

.banner .bluebutton:hover {
  opacity: 1;
}

/*
.bootcamp-title {

	.bluebutton {
		width: 175px;
	}

}
*/
.banner-contentcontainer {
  width: 90%;
  display: block;
  max-width: 54.5em;
  padding: 4em 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 100;
}

.banner-contentcontainer * {
  color: #fff;
  text-align: center;
}

.banner-contentcontainer.js-hide {
  position: absolute;
  z-index: -1;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.program-price {
  font-size: 2em;
  margin-right: 1em;
}

.per {
  font-size: .5em;
}

.program-price + .greenbutton {
  position: relative;
  top: -.5em;
  background-color: var(--main-green) !important;
}

.single-quicklesson .banner h1 + p {
  display: block;
}

.banner-tag {
  text-align: center;
  color: var(--main-orange) !important;
  padding-bottom: 1em;
  text-transform: uppercase;
  font-size: .9em;
}

.banner-ad {
  position: absolute;
  right: 0;
  width: 400px;
  top: 5em;
  box-sizing: border-box;
  padding: 2em;
  background-color: #303030;
  display: none;
}

.student-passport .banner {
  background-position: center top;
}

.banner .arrow {
  position: absolute;
  bottom: .5em;
  width: 3em;
  left: 50%;
  margin-left: -1.5em;
  display: none;
  z-index: 100;
}

.banner .arrow img {
  animation: pulse 1s infinite;
}

/*-----------------Top Section Padding Fixes--------------------
--------------------------------------------------------------*/
@media screen and (min-width: 1000px) {
  #wrapper > #self-study,
  #wrapper > #upcoming-boot-camps,
  #wrapper > #our-training-options {
    padding-top: 3.5em;
  }
  #wrapper.fpatraining > #overview {
    padding-top: 3.5em;
  }
}

/*------------------------Media Queries------------------------
--------------------------------------------------------------*/
@media screen and (max-width: 1150px) {
  .banner .logo-svg {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .banner h1 {
    font-size: 3.5em;
  }
  .banner h1 br {
    display: none;
  }
  .banner .banner-contentcontainer {
    padding: 5em 0;
  }
}

@media screen and (max-width: 700px) {
  .banner .banner-contentcontainer {
    padding: 2.5em 0 3em;
  }
  .banner .buttoncontain:not(.no-hide) {
    display: none;
  }
  .banner .buttoncontain.no-hide .bluebutton {
    width: auto;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .banner h1 {
    font-size: 3em;
    letter-spacing: 0;
  }
  .banner h1 + p {
    display: none;
  }
  .banner .page-title {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .banner h1 {
    font-size: 2.5em;
  }
}

#rewards-tooltip .message {
  top: 70px;
}

.wsp-lms #rewards-tooltip .message {
  top: 100%;
}

.lime {
  color: var(--main-lime);
}

#rewards-backdrop {
  background: #303030;
  opacity: 0.8;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
}

#rewards-dismiss {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: -2em;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  transform: translateX(-50%);
}

#rewards-dismiss span {
  font-size: 0.85em;
}

#rewards-link {
  position: relative;
}

#rewards-link a {
  position: relative;
  z-index: 3001;
}

#rewards-tooltip {
  display: none;
}

#rewards-tooltip .message .glyphicon,
#rewards-tooltip .message [class|="fa"] {
  position: absolute;
  font-size: 3em;
  left: 0.5em;
  top: 50%;
  margin-top: -0.5em;
  color: var(--main-blue);
}

#rewards-tooltip .message {
  position: absolute;
  background: #fff;
  background: var(--main-lime);
  color: #423b3b;
  right: -1.35em;
  width: 280px;
  font-size: 0.95em;
  white-space: normal;
  text-align: left;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
  line-height: 1.5;
  padding: 1.5em 1.5em 1.5em 6em;
  z-index: 3001;
}

#rewards-tooltip .message a {
  color: var(--main-blue-dark);
  font-weight: 600;
  text-decoration: underline;
}

#rewards-tooltip .message:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid var(--main-lime);
  position: absolute;
  top: -10px;
  right: 1.75em;
}

#rewards-tooltip .message strong {
  display: block;
  color: #303030;
  padding-bottom: 0.5em;
  line-height: 1;
  font-weight: 800 !important;
}

#ty-purchase {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#ty-purchase li {
  color: #303030;
  display: block;
  text-align: center;
}

#ty-purchase li strong {
  color: var(--main-blue);
}

@media only screen and (max-width: 1200px) {
  #ty-purchase li {
    flex-grow: 1;
  }
}

#ty-purchase #wsp-back a {
  text-decoration: underline;
  color: var(--main-blue);
}

@media only screen and (max-width: 1200px) {
  #ty-purchase #wsp-back {
    display: none;
  }
}

#ty-purchase .glyphicon,
#ty-purchase [class|="fa"] {
  padding-right: 0.5em;
  color: var(--main-blue);
}

@media only screen and (max-width: 1200px) {
  #ty-purchase {
    padding-left: 2em;
    text-align: center;
  }
}

#body-content.dropdown-active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background-color: #303030;
  opacity: 0.45;
  z-index: 1998;
}

#body-content.hero-active .banner .bluebutton {
  opacity: 0.5;
  color: rgba(255, 255, 255, 0.6) !important;
}

.sitenav {
  background-color: var(--main-blue);
}

.sitenav .dropdown-menu,
.sitenav .sideout-menu {
  background-color: var(--main-blue);
}

.sitenav .dropdown-toggle {
  display: flex;
  align-items: center;
}

.sitenav {
  font-size: 95%;
  z-index: 2000;
  position: relative;
  display: block;
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.sitenav:before, .sitenav:after {
  content: " ";
  display: table;
}

.sitenav:after {
  clear: both;
}

.sitenav .dropdown-menu {
  min-width: 0;
}

.sitenav__icon {
  fill: #fff;
  height: 1.1em;
  width: auto;
}

.sitenav__icon--drop {
  margin-left: 4px;
}

.nav-contain {
  padding: 0 1.5em;
}

.nav-contain em {
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #303030;
  background-color: var(--main-lime);
  padding: 3px;
  border-radius: 3px;
  top: -1px;
  position: relative;
  margin-left: 4px;
}

.nav-contain > ul {
  display: table;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.nav-contain > ul > li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}

.nav-contain > ul > li a,
.nav-contain > ul > li .link-replace {
  color: #fff;
}

.nav-contain > ul > li > a,
.nav-contain > ul > li .link-replace {
  font-size: 0.85em;
  padding: 0 1.25em;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.nav-contain > ul > li > a {
  cursor: pointer;
}

.nav-contain > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.65);
}

.nav-contain > ul > li > a:focus, .nav-contain > ul > li > a:active {
  color: #fff;
}

.nav-contain > ul > li > a > .glyphicon-comment,
.nav-contain > ul > li > a > .fa-comment {
  top: 3px;
  left: -8px;
}

.nav-contain > ul a > .glyphicon,
.nav-contain > ul a > [class|="fa"] {
  top: 2px;
  font-size: 0.9em;
  padding-left: 2px;
}

.nav-contain > ul#member-nav {
  position: relative;
  z-index: 1002;
}

.nav-contain > ul#member-nav > li > a {
  padding: 0;
  margin-left: 0.65em;
  margin-right: 0.65em;
  display: flex;
  align-items: center;
}

.nav-contain > #primary-nav > ul > li:last-child a {
  margin-right: 0;
}

#nav-thumb-online {
  background-position: -3px top;
  background-size: 210px;
}

.dropdown-menu-expanded {
  padding-bottom: 0.75em !important;
  top: 50px !important;
  padding-top: 25px !important;
}

.dropdown-menu-expanded__content {
  white-space: normal;
  min-width: 240px;
  max-width: 240px;
}

.dropdown-menu-expanded__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1em 2em 1em 2.25em;
}

.dropdown-menu-expanded__header {
  font-size: 1.15em;
  font-weight: 600;
  color: #42d9ff;
  line-height: 1;
  padding-bottom: 0.5em;
}

.dropdown-menu-expanded__img {
  min-width: 70px;
  max-width: 70px;
  border-radius: 8px;
  margin-right: 1.5em;
}

.dropdown-menu-expanded__links {
  width: 300px;
}

.dropdown-menu-expanded__links a {
  display: block;
  background-color: #1072a6;
  padding: 0.75em 1em;
  margin-bottom: 0.5em;
}

ul#primary-nav {
  float: left;
}

ul#primary-nav > li:first-child {
  text-align: left;
}

ul#primary-nav > li:first-child > a {
  padding-left: 0;
}

ul#primary-nav #the-logo {
  position: relative;
  z-index: 1002;
}

ul#primary-nav #the-logo a {
  display: block;
}

ul#logout-nav {
  float: right;
}

@media only screen and (max-width: 1200px) {
  ul#logout-nav {
    position: absolute;
    z-index: 10000;
    top: 0;
    right: 1em;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }
}

ul#member-nav {
  float: right;
}

ul#member-nav > li:last-child > a {
  margin-right: 0;
}

ul#member-nav .glyphicon-shopping-cart {
  font-size: 1.1em;
}

ul#member-nav .glyphicon-user {
  opacity: 0.45;
  font-size: 1em;
}

ul#member-nav .hello {
  display: none;
}

#membernav-support-course {
  display: none;
}

.nav-consulting #super-menu-trigger {
  display: none;
}

.cell-align-right {
  text-align: right !important;
}

.sitenav .logo-svg {
  width: 160px;
}

.sitenav .dropdown-menu,
.lms-nav #member-nav .dropdown-menu {
  border: none;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  padding-bottom: 1em;
  float: none;
  left: -0.75em;
  box-shadow: none;
  margin-top: 0;
  padding-top: 0;
  top: 100%;
}

.sitenav .dropdown-menu > li a,
.lms-nav #member-nav .dropdown-menu > li a {
  padding: 0.65em 2em;
  color: #fff;
  display: block;
}

.sitenav .dropdown-menu > li a:hover,
.sitenav .dropdown-menu > li a:focus,
.lms-nav #member-nav .dropdown-menu > li a:hover,
.lms-nav #member-nav .dropdown-menu > li a:focus {
  background: none !important;
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width: 1500px) {
  .hero-dropdown-column {
    position: static;
  }
}

.hero-dropdown-column .dropdown-menu {
  top: 50px;
  left: -1.25em;
  right: auto;
  margin: 0 !important;
  z-index: 1001;
  padding-bottom: 2.5em;
  width: 1220px;
}

@media only screen and (max-width: 1500px) {
  .hero-dropdown-column .dropdown-menu {
    left: 0;
    right: 0;
    width: auto !important;
    border-radius: 0 !important;
  }
}

.hero-dropdown-column .columns {
  padding-top: 4em;
  columns: 4;
  column-gap: 5em;
}

@media only screen and (min-width: 1501px) {
  .hero-dropdown-column .columns {
    padding-top: 3em;
    width: 100%;
  }
}

@media only screen and (max-width: 1400px) {
  .hero-dropdown-column .columns {
    columns: 3;
  }
}

.hero-dropdown-column .nav-block {
  font-size: 1em;
  break-inside: avoid;
}

.hero-dropdown-column .nav-block > * {
  margin-bottom: 1em;
}

@media only screen and (max-width: 1400px) {
  .hero-dropdown-column .nav-block > * {
    margin-bottom: 0.75em;
  }
}

.hero-dropdown-column .nav-block:not(:first-child) {
  margin-top: 2.5em;
}

@media only screen and (max-width: 1400px) {
  .hero-dropdown-column .nav-block:not(:first-child) {
    margin-top: 2em;
  }
}

.hero-dropdown-column .nav-block > strong {
  color: #42d9ff;
  display: block;
  white-space: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 0.5em;
}

.hero-dropdown-column .nav-block a {
  display: block;
  white-space: normal;
  line-height: 1.5;
}

.hero-dropdown-column .nav-block a:hover {
  color: rgba(255, 255, 255, 0.65);
}

.hero-dropdown-column__footer {
  margin: 0 auto;
  max-width: 900px;
  margin-top: 1.5em;
}

.hero-dropdown-column .bluebutton {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 0;
  font-size: 1em;
  line-height: 46px;
  font-weight: 500;
}

.hero-dropdown-column .bluebutton:hover {
  background-color: rgba(0, 0, 0, 0.35) !important;
}

.sitenav #user-account .dropdown-menu,
.lms-nav #member-nav .dropdown-menu {
  left: auto;
  right: 0;
  background-color: transparent;
  top: 40px;
  padding-top: 40px;
  padding-bottom: 0;
}

.sitenav #user-account .dropdown-menu:not(.inner-menu),
.lms-nav #member-nav .dropdown-menu:not(.inner-menu) {
  background: linear-gradient(to bottom, rgba(11, 142, 204, 0) 40px, var(--main-blue) 40px);
}

.sitenav #user-account .dropdown-menu.inner-menu,
.lms-nav #member-nav .dropdown-menu.inner-menu {
  background-color: var(--main-blue);
}

:is(.sitenav #user-account .dropdown-menu a:hover,
.lms-nav #member-nav .dropdown-menu a:hover, .sitenav #user-account .dropdown-menu a:focus,
.lms-nav #member-nav .dropdown-menu a:focus, .sitenav #user-account .dropdown-menu a:hover,
.lms-nav #member-nav .dropdown-menu a:hover, .sitenav #user-account .dropdown-menu a:focus,
.lms-nav #member-nav .dropdown-menu a:focus) {
  background-color: var(--main-blue) !important;
}

.sitenav #user-account .dropdown-menu > li:last-child a,
.lms-nav #member-nav .dropdown-menu > li:last-child a {
  padding-bottom: 1.65em;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.sitenav #user-account .dropdown-menu .dropdown-menu__icon,
.lms-nav #member-nav .dropdown-menu .dropdown-menu__icon {
  display: inline-block;
  width: 22px;
}

.sitenav #user-account .dropdown-menu .dropdown-menu__icon .fa-kit,
.lms-nav #member-nav .dropdown-menu .dropdown-menu__icon .fa-kit {
  font-size: 1.1em;
}

.sitenav #user-account .dropdown-menu .dropdown-menu.inner-menu,
.lms-nav #member-nav .dropdown-menu .dropdown-menu.inner-menu {
  top: 0;
  right: calc(100% - 1em);
  width: max-content;
  padding-top: 0;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
}

.sitenav #user-account .dropdown-menu .dropdown-menu.inner-menu > li a,
.lms-nav #member-nav .dropdown-menu .dropdown-menu.inner-menu > li a {
  padding: 0.65em 1em;
  display: flex;
  align-items: center;
}

.sitenav #user-account .dropdown-menu .dropdown-menu.inner-menu > li a.active::after,
.lms-nav #member-nav .dropdown-menu .dropdown-menu.inner-menu > li a.active::after {
  font-family: "font awesome 6 pro";
  content: "\f00c";
  color: inherit;
  margin-left: auto;
  min-width: 25px;
  text-align: right;
  line-height: 1;
}

.sitenav #user-account .dropdown-menu .dropdown-menu.inner-menu .dropdown-menu__icon,
.lms-nav #member-nav .dropdown-menu .dropdown-menu.inner-menu .dropdown-menu__icon {
  width: 16px;
  margin-right: 0.75em;
}

.sitenav #user-account .dropdown-menu .dropdown-menu.inner-menu .divider,
.lms-nav #member-nav .dropdown-menu .dropdown-menu.inner-menu .divider {
  margin: 0 1em;
  background-color: rgba(236, 240, 241, 0.2);
}

.group-nav {
  padding-right: 1em;
}

.group-nav > span {
  color: #fff;
  font-size: 0.85em;
}

#supermenu-container {
  position: relative;
}

.page-template-page-free-resources-2023 .super-menu,
.archive .super-menu {
  background: var(--main-blue) !important;
}

.super-menu {
  width: auto;
  font-size: 0.9em;
  box-sizing: border-box;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 1037;
  max-height: 0;
  transition: max-height 0.3s linear;
  overflow: hidden;
  padding: 0 30px;
  position: relative;
}

.super-menu .content-wrap {
  max-width: 1050px;
}

.super-menu .popular-articles {
  padding-right: 350px;
}

.super-menu .popular-topics {
  width: 330px;
  position: absolute;
  top: 0;
  right: 0;
}

.super-menu .content-wrap {
  padding: 0 0 1em;
  opacity: 0;
  transform: translateY(2em);
  transition: all 0.2s ease-in;
  transition-delay: 0s;
  width: 100%;
}

.super-menu a {
  color: #fff;
  position: relative;
}

.super-menu a > img {
  width: 1.15em;
  display: inline-block;
  position: relative;
  top: 0.2em;
  padding-left: 5px;
}

.super-menu .button-container {
  padding-top: 1em;
}

.super-menu .bluebutton {
  font-size: 0.9em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  max-width: 300px;
  background-color: #006ea3;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
}

.super-menu .bluebutton:hover {
  background-color: #37bfff;
}

.super-menu .header {
  font-weight: 600;
  text-transform: uppercase;
  color: #ffcc00;
  font-size: 0.8em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1em;
}

.super-menu .popular-articles:before, .super-menu .popular-articles:after {
  content: " ";
  display: table;
}

.super-menu .popular-articles:after {
  clear: both;
}

.super-menu .popular-articles .header {
  width: 96% !important;
}

.super-menu .popular-topics strong {
  display: block;
  margin-top: 2.5em;
}

.super-menu .popular-topics strong a {
  text-decoration: underline;
  color: var(--main-blue-light);
}

.super-menu .popular-topics strong a + a {
  padding-left: 2.5em;
}

.super-menu .popular-topics ul {
  margin-left: -0.5em;
}

.super-menu .popular-topics li {
  display: inline-block;
  margin-bottom: 0.5em;
}

.super-menu .popular-topics li::before {
  content: "•";
  padding: 0 0.5em 0 0.25em;
  color: rgba(255, 255, 255, 0.45);
}

.super-menu .popular-topics ul + .header {
  margin-top: 2em;
}

.super-menu .popular-topics a {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.super-menu .popular-topics a:hover {
  color: var(--main-blue-light);
}

.super-menu .popular-topics .all {
  text-decoration: underline;
  font-weight: 700;
  text-transform: uppercase;
}

.super-menu .article-mod {
  width: calc(50% - 0.5em);
  margin: .5em .5em 1.5em 0;
}

.super-menu .article-mod .header {
  display: none;
}

.super-menu .article-mod:hover .title {
  color: var(--main-blue-light);
}

.super-menu .more,
.super-menu .count {
  color: var(--main-blue-light);
}

.super-menu .more {
  display: none;
}

.super-menu .thumbnail-container {
  width: 100px;
  float: left;
  margin-right: 1em;
}

.super-menu .title {
  white-space: normal;
  line-height: 1.5;
  padding-right: 2em;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.super-menu .remove {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  color: #fff;
  opacity: 0.35;
  padding: 0.75em 1em;
  font-size: 0.9em;
}

.boxsizing .super-menu {
  box-sizing: border-box;
}

body.supermenu-active .super-menu {
  max-height: 100em;
  transition: max-height 0.6s linear;
}

body.supermenu-active .super-menu .content-wrap {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.2s ease-out;
  transition-delay: 0.125s;
}

body.supermenu-active #super-menu-trigger .trigger {
  opacity: 0.6;
}

body.supermenu-active #super-menu-trigger .trigger .glyphicon,
body.supermenu-active #super-menu-trigger .trigger [class|="fa"] {
  opacity: 0.6;
}

body.supermenu-active #member-nav > *:not(#main-site-search) {
  visibility: hidden;
}

/*--------nav heights and dropdown top--------*/
.nav-contain > ul {
  height: 84px;
}

.wsp-lms:not(.single-wsp_lesson):not(.nav-hidden) {
  padding-top: 40px;
}

.custom-body.wsp-lms:not(.single-wsp_lesson) {
  padding-top: 0px;
}

.sitenav #user-account {
  position: static;
}

.wsp-lms .nav-contain > ul {
  height: 40px;
}

.wsp-lms .sitenav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #272e34;
  z-index: 2001;
}

.wsp-lms .sitenav .logo-svg {
  width: 140px;
}

.wsp-lms .sitenav #user-account .dropdown-menu {
  top: 20px;
  padding-top: 20px;
}

.wsp-lms .sitenav #user-account .dropdown-menu:not(.inner-menu) {
  background: linear-gradient(to bottom, rgba(39, 46, 52, 0) 20px, #272e34 20px);
}

.wsp-lms .sitenav #user-account .dropdown-menu.inner-menu {
  background: #272e34;
}

.wsp-lms .sitenav #user-account .dropdown-menu a:hover, .wsp-lms .sitenav #user-account .dropdown-menu a:focus {
  background-color: #1d2328 !important;
  color: #fff;
}

@media screen and (max-width: 1300px) {
  .nav-contain > ul > li > a {
    padding: 0 0.85em;
  }
  .nav-contain > ul > li > a.dropdown-toggle {
    padding: 1em 0.85em;
  }
}

@media screen and (max-width: 700px) {
  .single-wsp_course .username,
  .single-wsp_lesson .username {
    display: none;
  }
  .sitenav #user-account .dropdown-menu .dropdown-menu.inner-menu,
  .lms-nav #member-nav .dropdown-menu .dropdown-menu.inner-menu {
    top: 99%;
    right: -3px;
    max-width: 300px;
  }
  .sitenav #user-account .dropdown-menu .dropdown-menu.inner-menu a,
  .lms-nav #member-nav .dropdown-menu .dropdown-menu.inner-menu a {
    white-space: normal;
  }
}

.navbar-nav-pages li:first-child {
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .super-menu {
    display: none;
  }
  /*
  .to-wsp {
    display: none;
  }
    */
  .group-nav {
    display: none !important;
  }
  .nav-contain .navbar-nav-pages li,
  .nav-contain #member-nav {
    display: none;
  }
  .nav-contain .trigger-slider {
    display: block;
  }
  .nav-contain ul#primary-nav {
    float: none;
    text-align: center;
    width: 100%;
  }
  .nav-contain ul#primary-nav li {
    text-align: center !important;
  }
  .nav-contain ul#primary-nav #the-logo a {
    display: inline-block;
    position: relative;
    top: 0.35em;
  }
  .nav-contain ul#primary-nav .logo-svg {
    margin-left: auto;
    margin-right: auto;
  }
  .nav-contain > ul {
    height: 56px;
  }
  .nav-contain .navbar-nav-pages li#the-logo {
    display: table-cell;
  }
  .wsp-lms .sitenav .nav-contain ul#member-nav {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    display: flex;
    align-items: center;
  }
  .wsp-lms .sitenav .nav-contain ul#member-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1em;
  }
  .wsp-lms .sitenav .nav-contain ul#member-nav > li > a .sitenav__icon--drop {
    font-size: 0.85em;
  }
  .wsp-lms .sitenav #user-account,
  .wsp-lms .sitenav #account-dropdown {
    height: 40px;
  }
}

@media only screen and (max-width: 1320px) {
  body:not(.wsp-lms) .nav-contain > ul > li.sitenav__extra-callout-link {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  body.wsp-lms .nav-contain > ul > li.sitenav__extra-callout-link {
    display: none;
  }
}

.mobile-nav-buttons {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .mobile-nav-buttons {
    position: absolute;
    z-index: 10000;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    height: 100%;
  }
  .mobile-nav-buttons__button {
    position: relative;
    cursor: pointer;
    background: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1em 0.75em;
  }
  .mobile-nav-buttons__button img {
    width: 20px;
    cursor: pointer;
  }
  .mobile-nav-buttons__pill {
    position: absolute;
    right: 110%;
    left: auto;
    top: auto;
  }
}

body:not(.wsp-lms) .mobile-nav-buttons {
  margin-right: 0.5em;
}

@media only screen and (max-width: 1200px) {
  body.wsp-lms .mobile-nav-buttons {
    margin-right: 3.5em;
  }
}

@media only screen and (max-width: 550px) {
  body.wsp-lms .mobile-nav-buttons {
    margin-right: 3em;
  }
}

@media only screen and (max-width: 550px) {
  #mobile-rewards {
    display: none;
  }
}

#mobile-cart {
  transition: opacity 0.2s ease-in-out;
}

.toggle-button {
  display: block;
  position: relative;
  background: none;
  width: 50px;
  height: 100%;
}

.toggle-button__pill {
  display: none !important;
}

@media only screen and (max-width: 550px) {
  .toggle-button__pill.js-active {
    display: inline-block !important;
    position: absolute;
    right: -65%;
    left: auto;
    top: -65%;
  }
}

.slider-on .toggle-button__pill {
  display: none !important;
}

.wsp-side-tabs__rewards-li {
  display: none;
}

@media only screen and (max-width: 550px) {
  .wsp-side-tabs__rewards-li {
    display: block;
  }
}

body {
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .admin-bar nav {
    margin-top: 0;
  }
}

.wsp-side-tabs {
  display: block;
  padding-bottom: 2em;
  font-size: 1.1em;
}

.wsp-side-tabs .trigger {
  display: block;
}

.wsp-side-tabs a {
  display: block;
  color: #303030;
}

.wsp-side-tabs > li > a,
.wsp-side-tabs > li > .dropdown-parent {
  font-size: 1em;
  color: #303030;
  font-weight: 500;
  border-bottom: 1px solid #f2f2f2;
  padding: .75em 0 .75em 1em;
  position: relative;
  cursor: pointer;
}

.wsp-side-tabs > li > a:hover,
.wsp-side-tabs > li > .dropdown-parent:hover {
  color: var(--main-blue);
}

.wsp-side-tabs .dropdown-parent {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: left;
}

.wsp-side-tabs .dropdown-column .glyphicon,
.wsp-side-tabs .dropdown-column [class|="fa"] {
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -.35em;
  font-size: .8em;
}

.wsp-side-tabs .sidenav-dropdown {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.wsp-side-tabs .sidenav-dropdown * {
  font-weight: 600;
}

.wsp-side-tabs .sidenav-dropdown > li > a,
.wsp-side-tabs .sidenav-dropdown > li > .dropdown-parent {
  font-size: .85em;
  background-color: #f6f8f9;
  border: none;
  padding: .6em 1em .6em 1.5em;
}

.wsp-side-tabs .sidenav-dropdown li:first-child a {
  padding-top: 1em;
}

.wsp-side-tabs .sidenav-dropdown li:last-child a {
  padding-bottom: 1em;
}

.wsp-side-tabs .active > .sidenav-dropdown {
  max-height: 2000px;
  visibility: visible;
}

.wsp-side-tabs .dropdown-column.active > .dropdown-parent .glyphicon-chevron-down,
.wsp-side-tabs .dropdown-column.active > .dropdown-parent .fa-chevron-down {
  transform: rotate(180deg);
}

.wsp-side-tabs .inner-dropdown-active > li > a,
.wsp-side-tabs .inner-dropdown-active .dropdown-column:not(.active) {
  color: rgba(33, 33, 33, 0.35);
}

.wsp-side-tabs .inner-dropdown-active .dropdown-column.active .dropdown-parent {
  color: var(--main-blue);
}

.wsp-side-tabs a.login {
  color: var(--main-blue);
}

.wsp-side-tabs .icon {
  width: 1em;
  margin-right: .5em;
  display: inline;
  position: relative;
  top: 2px;
}

.wsp-side-tabs i {
  margin-right: .25em;
  width: 1.3em;
}

.wsp-side-tabs li:last-child a {
  border-bottom: none;
}

body {
  width: 100%;
}

main,
.sitenav,
#wsp-slider {
  -webkit-transition: left .15s ease-in-out;
  -moz-transition: left .15s ease-in-out;
  -o-transition: left .15s ease-in-out;
  -ms-transition: left .15s ease-in-out;
  transition: left .15s ease-in-out;
}

main {
  position: relative;
  left: 0;
  overflow: visible;
}

.slider-on body > main {
  pointer-events: none;
}

.slider-on body > main:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background-color: #303030;
  opacity: .25;
  z-index: 1999;
}

.slider-on,
.slider-on body,
.slider-on main {
  overflow: hidden;
}

.slider-on {
  height: auto;
}

.slider-on body:not(.lms-slider) main,
.slider-on body:not(.lms-slider) .sitenav,
.slider-on body:not(.lms-slider) .drop-announcer {
  left: 350px;
}

.slider-on body:not(.lms-slider) #wsp-slider {
  left: 0;
  pointer-events: all;
  visibility: visible;
}

#wsp-slider {
  background-color: #fff;
  height: 100%;
  width: 350px;
  left: -350px;
  position: fixed;
  top: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 2000;
  pointer-events: none;
  visibility: hidden;
}

#wsp-slider > a img {
  width: 160px;
  margin: 1em auto 1.5em;
}

.trigger-slider {
  width: 1.5em;
  height: 16px;
  position: absolute;
  left: 1em;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
  display: none;
  z-index: 2000;
}

.hamburger-piece {
  display: block;
  border-bottom: 2px solid #fff;
  position: absolute;
  width: 100%;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.hamburger-piece:first-of-type {
  top: 0;
}

.hamburger-piece:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}

.hamburger-piece:last-of-type {
  bottom: 0;
}

.slider-on .trigger-slider {
  width: 20px;
}

.slider-on .trigger-slider .hamburger-piece:nth-child(2) {
  display: none;
}

.slider-on .trigger-slider .hamburger-piece:first-child, .slider-on .trigger-slider .hamburger-piece:last-child {
  top: 50%;
  margin-top: -1px;
  bottom: auto;
}

.slider-on .trigger-slider .hamburger-piece:first-child {
  transform: rotate(45deg);
}

.slider-on .trigger-slider .hamburger-piece:last-child {
  transform: rotate(-45deg);
}

@media screen and (max-width: 400px) {
  .slider-on body:not(.lms-slider) main,
  .slider-on body:not(.lms-slider) .sitenav,
  .slider-on body:not(.lms-slider) .drop-announcer {
    left: 300px;
  }
  #wsp-slider {
    width: 300px;
    left: -300px;
  }
}

@media screen and (max-width: 350px) {
  .slider-on body:not(.lms-slider) main,
  .slider-on body:not(.lms-slider) .sitenav {
    left: 250px;
  }
  #wsp-slider {
    width: 250px;
    left: -250px;
  }
  #mobile-links {
    font-size: .9em;
  }
  #wsp-slider > a img {
    width: 160px;
  }
}

#wrapper {
  background-color: #fff;
}

.error404 #wrapper {
  background: #f1f1f1;
}

.single-seminars #wrapper,
.single-seminars_university #wrapper,
.page-template-page-boot-camps-new #wrapper,
.tax-wsp_boot_camp_locations #wrapper,
.single-wsp_boot_camps #wrapper,
.single-wsp_client #wrapper,
.single-wsp_client,
.page-template-page-my-pending-comments #wrapper,
.page-template-page-rbc-enrollment-form-2022 #wrapper,
.page-template-page-rbc-2022-electives-signup #wrapper,
.single-signupformpage #wrapper,
.page-template-page-retail-thanks-conversion #wrapper,
.page-template-page-user-refcode #wrapper,
.page-template-page-sales-minicourse #wrapper,
.page-template-page-sales-minicourse-2 #wrapper,
.page-template-page-form-request-confirm #wrapper,
.page-template-page-account-switcher #wrapper {
  background-color: #edf0f2;
}

.archive #wrapper {
  background-color: #f6f8f9;
}

.page-template-page-corp-topics #wrapper {
  background-color: #e1e6ea;
}

.lms-bg,
.lms-bg #wrapper {
  background: #edf0f2;
}

@media screen and (max-width: 1000px) {
  .page-template-page-completed-exam-php #wrapper {
    background: #fff;
  }
}

.background-wave-area {
  overflow: hidden;
}

.background-wave-area section:first-of-type,
.background-wave-area section:last-of-type {
  position: relative;
  z-index: 2;
}

/*
section.theme-grey-wave {
	background-color: $lmsbg-lt;
	margin-bottom: 150px;
	margin-top: 100px;

	@include below(860px) {
		margin: 50px 0;
	}

	> * {
		position: relative;
		z-index: 2;
	}

	&::before {
		content: '';
		width: 2560px;
		height: 174px;
		position: absolute;
		top: -173px;
		left: 50%;
		margin-left: -1280px;
		background: url(https://media.wallstreetprep.com/wspimage/wsp-grey-section-transition-top.svg) no-repeat;
		background-size: cover;
		pointer-events: none;
	}

	&::after {
		content: '';
	    width: 2560px;
	    height: 238px;
	    position: absolute;
	    bottom: -237px;
	    left: 50%;
	    margin-left: -1280px;
		background: url(https://media.wallstreetprep.com/wspimage/wsp-grey-section-transition-bottom.svg) no-repeat;
	    background-size: cover;
	    pointer-events: none;
	}

	&--waves-inversed {
		padding: 2em 0 4em;

		@include below(860px) {
			margin: 3em 0;
			padding: 0;
		}
	}
}
*/
/*
section.theme-bg {
	background-color: $blue;
	color: #FFF;
}
*/
/*
.theme-lt {
	//moved
	background-color: $lmsbg-lt;
}

.theme-mid {
	background-color: $lmsbg-dk;
}

.theme-dk {
	background-color: $theme-dk-bg;

	&--blue {
		background-color: $blue;

		h2,
		p {
			color: #fff;
		}
	}

	h2,
	p {
		color: $theme-dk-text-corp;
	}
}
*/
@media only screen and (max-width: 800px) {
  section.theme-dk.bg-img-full {
    background-image: none !important;
  }
}

section.theme-dk.bg-img-full::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #092540;
  opacity: .9;
}

/*
section.graybg {
	background-color: $lmsbg;
}

section.lightgraybg {
	background-color: #F5F5F5;
}
*/
section.darkmode {
  background-color: #0a2540;
  --highlight-color:#49C0F5;
  --highlight-color-two: #8CFCA7;
}

section.darkmode p, section.darkmode h1, section.darkmode h2, section.darkmode h3, section.darkmode h4, section.darkmode h5, section.darkmode ul li, section.darkmode ol li, section.darkmode blockquote {
  color: #FFF;
}

section.darkmode .carousel-indicators li {
  border: none;
  background-color: #5B6D86;
}

section.darkmode .carousel-indicators li.active {
  background-color: #FFF;
  width: 10px;
  height: 10px;
  margin: 1px;
}

.assignment-group-container {
  margin-bottom: 2em;
}

.assignment-group-container h6 {
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
}

.assignment-group-container h6 strong {
  font-weight: 600;
  color: var(--main-orange);
}

.assignments-container {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  font-size: 0.9em;
  border-collapse: collapse;
  max-width: 100%;
}

.assignment-group-container--has-files {
  display: flex;
  align-items: flex-start;
}

@media only screen and (max-width: 1000px) {
  .assignment-group-container--has-files {
    flex-wrap: wrap;
  }
}

.assignment-group-container--has-files .assignments-container {
  width: auto;
  flex-grow: 1;
}

.assignment-group-container__file {
  min-width: 300px;
  max-width: 300px;
  height: 250px;
  margin-left: 2em;
  padding: 2em;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  transition: transform ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.assignment-group-container__file--solo {
  min-width: 0;
  max-width: none;
  margin-left: 0;
  margin-top: 0 !important;
}

@media only screen and (max-width: 1000px) {
  .assignment-group-container__file {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 1em;
  }
}

.assignment-group-container__file:hover {
  transform: translate(0, -5px);
  box-shadow: 20px 20px 50px -35px rgba(51, 58, 62, 0.5);
}

.assignment-group-container__file-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #303030;
  background-color: #f6f8f9;
  border: 1px dashed #dce1e5;
  box-sizing: border-box;
}

.assignment-group-container__file-icon {
  font-size: 2.75em;
  color: var(--main-blue);
  opacity: 0.85;
}

.assignment-group-container__file-content {
  padding: 0 2em;
  font-size: 0.9em;
  line-height: 1.1;
}

.assignment-group-container__file-content strong {
  display: inline-block;
  padding: 0.75em 0 0.5em;
}

.assignment-header,
.assignment {
  display: table-row;
}

.assignment-header > *:not(.course-result__edit),
.assignment > *:not(.course-result__edit) {
  display: table-cell;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  vertical-align: middle;
}

.assignment-header .go,
.assignment .go {
  width: 100px;
}

.assignment > * {
  background-color: #fff;
}

.assignment > *:not(.course-result__edit) {
  padding: 1.15em 1em;
}

.assignment > *:not(.title):not(.course-result__edit):not(.name) {
  color: var(--main-meta-data-color);
}

.assignment-header {
  overflow: hidden;
}

.assignment-header > * {
  background-color: #f6f8f9;
}

.assignment-header > *:not(.title) {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.7em;
  white-space: nowrap;
  padding: 1.15em 1em;
}

.assignment-header .title {
  padding: 1.3em 1em;
  line-height: 1.3;
}

.assignment-header .name {
  padding: 1.3em 1rem;
  line-height: 1.3;
}

.assignment-header .group {
  font-size: 0.95em;
  position: relative;
  font-weight: 700;
}

.assignment-header .group i {
  padding-right: 0.65em;
  color: var(--main-meta-data-color);
  opacity: 0.7;
  font-size: 1.1em;
}

.mycourses .assignments-header {
  align-items: baseline;
}

.mycourses .courses-header {
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 600;
}

.mycourses .course-exam-tag {
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: #ffcc00;
  text-align: center;
  font-size: 0.6em;
  font-weight: 700;
  display: inline;
  padding: 2px 8px;
  color: #303030;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: 0 1px rgba(48, 48, 48, 0.2);
  z-index: 1;
}

.mycourses .course-exam-tag.archive {
  color: var(--main-red);
}

.mycourses .course-exam-tag.complete {
  background-color: var(--main-green);
  color: #fff;
}

.mycourses .course-exam-tag.complete.fail {
  background-color: var(--main-red);
}

.assignments-container:not(.recordings) .assignment-header .group {
  left: calc(-1.15em + -1.15em + -7px);
}

.assignment {
  position: relative;
}

.assignment .bluebutton {
  padding: 0;
  height: 25px;
  line-height: 25px;
  display: block;
  font-size: 0.8em;
}

.assignment .bluebutton.disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.assignment .title,
.assignment .name {
  font-weight: 600;
  position: relative;
  padding-left: 0;
  line-height: 1.4;
}

.assignment .marker {
  width: 1em;
  color: #dbdddf;
}

.assignment.complete .marker {
  color: var(--main-green);
}

.assignment .password {
  font-size: 0.9em;
}

.assignment .bg-img-cover {
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0;
  border-radius: 25px;
  padding: 0 !important;
  display: inline-block !important;
  top: 50%;
  margin-top: -17px;
  z-index: 100;
  display: none !important;
}

.assignment .bg-img-cover::before {
  border-radius: 25px;
  opacity: 0.7;
}

.assignment .type,
.assignment .due-date,
.assignment .status {
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
}

.assignment > .type,
.assignment > .due-date,
.assignment > .status {
  text-transform: uppercase;
}

.assignment .due-date {
  text-transform: capitalize;
}

.assignment .type i {
  position: relative;
  top: -1px;
  margin-right: 4px;
  display: none;
}

.assignment .go {
  position: relative;
  text-align: right;
  white-space: nowrap;
}

.assignment .go a {
  display: inline-block;
}

.assignment .go .course-result__home-link {
  height: 6px;
}

.assignment .go .bluebutton {
  width: 75px;
  margin-left: auto;
}

.assignment .due-date i {
  color: var(--main-orange);
  display: none;
}

.assignment.overdue .due-date i {
  display: inline;
  padding-left: 3px;
}

.assignment .name {
  padding-left: 1em;
}

.assignment .name:has(.image) {
  padding-left: calc(100px + 1em);
  height: 40px;
}

@media only screen and (max-width: 700px) {
  .assignment .name:has(.image) {
    padding-left: 1em;
  }
}

.assignment .image {
  position: absolute;
  left: 1rem;
  top: 0.75em;
  bottom: 0.75em;
  width: 75px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  flex-shrink: 0;
}

.assignment .image > img {
  margin: 0 auto;
}

@media only screen and (max-width: 700px) {
  .assignment .image {
    display: none;
  }
}

.assignment span {
  padding: 1.15em 0;
}

.recordings .assignment .title {
  padding-left: 1em;
}

.assignment-meta {
  color: var(--main-meta-data-color);
}

.assignment-meta > span:not(:last-child)::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #707070;
  display: inline-block;
  margin: 0 6px 0 6px;
  position: relative;
  top: -2px;
}

.assignment-meta strong {
  font-weight: 600 !important;
}

@media screen and (min-width: 800px) {
  .assignment .title {
    max-width: 500px;
    width: 500px;
  }
}

@media screen and (max-width: 1000px) {
  .assignments-container .type {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .mycourses .assignments-header {
    display: block;
  }
  .assignment > .type,
  .assignment > .due-date,
  .assignment > .status,
  .assignment-header > .type,
  .assignment-header > .due-date,
  .assignment-header > .status {
    display: none;
  }
  .assignment-header {
    height: 50px;
    line-height: 50px;
  }
  .assignment-header .title {
    position: relative;
  }
  .assignments-container:not(.recordings) .assignment-header .group {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2em !important;
    right: -20px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 50px;
  }
  .assignments-container:not(.recordings) .assignment-header .group i {
    display: none;
  }
  .assignment .title {
    padding-left: 0;
  }
  .assignment .title .course-cov-image {
    display: none !important;
  }
  .assignment .go {
    width: auto;
    padding: 0 1em 0 0 !important;
  }
  .assignment .go .bluebutton {
    background: none !important;
    color: var(--main-blue) !important;
    text-decoration: underline;
    padding: 0;
    width: 50px;
  }
}

@media only screen and (max-width: 701px) {
  .wspl-banner > .article-wrap.--pad-section-medium {
    padding-top: 2em;
    padding-bottom: 1em;
  }
}

.article-callout {
  background: linear-gradient(90deg, #e6f7ff 50%, #d4ffe7 110%);
  padding: 1.5em 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 501px) {
  .article-callout {
    flex-direction: column;
    align-items: flex-start;
  }
}

.article-callout__content {
  max-width: 575px;
  padding-right: 2em;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 501px) {
  .article-callout__content {
    padding-bottom: 1em;
  }
}

.article-callout .wspl-bluebutton {
  min-width: 120px;
  max-width: 120px;
}

/*
.article-callout {
	background: transparent;
	padding: 1.5em 2em;
	font-size: .9em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2em;
	margin-bottom: -1em;
	border: 1px solid $blue;

	@include below(500px) {
		flex-direction: column;
		align-items: flex-start;
		font-size: 1.1em;
		padding: 1.5em 2em;
	}

	&:not(:last-child) {
		margin-bottom: 1.5em;
	}

	&__content {
		max-width: 550px;
		padding-right: 2em;
		flex: 1;

		@include below(500px) {
			margin-bottom: 1em;
		}
	}

	.bluebutton {
		min-width: 100px;
		max-width: 100px;
	}
}
*/
section.article-byline {
  padding: 1em 0 !important;
  font-size: .85em;
}

.single-knowledgebaseposts .grecaptcha-badge {
  visibility: hidden;
}

.article-featured-img {
  border: 1px solid #e5e5e5;
}

.featured-snippet {
  margin-bottom: 1em;
}

figure.article-featured-img {
  margin-bottom: 1em;
}

.continue-reading {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: .5em;
  text-align: center;
  font-weight: 600;
  font-size: .75em;
}

.editing-comment {
  display: none;
}

#wrapper > .article {
  position: relative;
}

.article-topper .content-wrap,
.article .content-wrap {
  max-width: 800px;
  position: relative;
  z-index: 100;
}

.about .article-topper .content-wrap,
.about .article .content-wrap {
  max-width: 900px;
}

.article .content-wrap.content-wrap-wide,
.article-topper .content-wrap.content-wrap-wide {
  max-width: 1060px;
}

.entry .lc-container form {
  background: none;
  border-bottom: none;
  margin: 0 auto 1em auto;
  max-width: 600px;
  padding: 0;
}

.entry .lc-container form h4,
.entry .lc-container form .--font-size-h4 {
  text-align: center;
  font-size: 1.35em;
  color: var(--main-blue);
  font-weight: 600 !important;
  margin-top: 0;
}

.entry .lc-container form p {
  font-size: .9em;
  margin-bottom: 1em;
}

.entry .lc-container form input {
  font-size: .9em !important;
}

.entry .lc-container form input[type="text"] {
  border: 2px solid #e1e6ea;
  background-color: #fbfbfb;
}

.entry .lc-container form input[type="submit"],
.entry .lc-container form button {
  margin-top: 0;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
}

.entry .lc-container form + p:last-child {
  height: 0;
}

@media screen and (min-width: 600px) {
  .entry .lc-container {
    background-color: #f6f8f9;
    border: 1px solid #e1e6ea;
    padding: 1em;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
  }
}

.author-desc {
  padding: 1.5em;
  position: relative;
  margin: 2em 0 0;
}

.author-desc__img {
  width: 50px;
  height: 50px;
  top: 1.5em;
  left: 1.5em;
  position: absolute;
  border-radius: 25px;
}

.author-desc__name {
  font-size: .95em;
  font-weight: 700;
  padding-bottom: .35em;
}

.author-desc__desc {
  font-size: .85em;
}

.author-desc__content {
  padding-left: calc(50px + 1em);
}

#infographic-share-button {
  position: fixed;
  top: 1em;
  transform: translate(1em, 0);
  font-weight: 600;
  padding-top: .35em;
  padding-bottom: .35em;
}

#infographic-share-button .glyphicon,
#infographic-share-button [class|="fa"] {
  font-size: .85em;
  padding-left: .75em;
}

.wsp-infographic > img {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.1);
}

.share-embed em,
.share-embed textarea {
  width: 96%;
  display: block;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-size: .75em;
}

.share-embed textarea {
  box-sizing: border-box;
  height: 12em;
  padding: 1em;
  line-height: 1.5;
  border-color: #ababab;
}

.wsp-infographic + .share-embed {
  margin-top: 2em;
}

#infographic-share {
  position: absolute;
  top: 1em;
  transform: translate(-2.5em, 0);
  z-index: 3000;
  list-style: none;
  margin-left: 0;
  display: none;
}

#infographic-share li {
  margin-bottom: .35em;
}

#infographic-share img {
  width: 1.25em;
  border: none;
}

#infographic-share.active {
  position: fixed;
  display: block;
}

#multipart-container {
  padding-right: 10em;
  position: relative;
}

#multipart-container:before, #multipart-container:after {
  content: " ";
  display: table;
}

#multipart-container:after {
  clear: both;
}

.deep-dive,
.yellow-block-link {
  display: inline-block;
  margin-bottom: 1.5em;
  background-color: #ffed70;
  padding: .5em 1em;
  font-size: .9em;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
}

.deep-dive a,
.yellow-block-link a {
  color: #303030;
  text-decoration: underline;
}

.deep-dive strong,
.yellow-block-link strong {
  color: var(--main-orange);
  font-weight: 700 !important;
}

.deep-dive .arrow,
.yellow-block-link .arrow {
  display: none;
}

.entry ul.timeline {
  max-width: 900px;
  position: relative;
  border-left: 1px solid #f2f2f2;
  padding-left: 20px;
  font-size: .9em;
  margin: 0 auto 2em;
}

.entry ul.timeline > li {
  background-color: #fbf7f2;
  margin-left: 0;
  list-style: none;
  position: relative;
  padding: 4em 2em 2em;
  border-bottom: 1px solid #f1e9dc;
  margin-bottom: 2em;
}

.entry ul.timeline > li::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: var(--main-orange);
  position: absolute;
  z-index: 100;
  left: -27px;
  top: 50%;
  margin-top: -7px;
}

.entry ul.timeline > li p {
  margin-top: 0;
}

.entry ul.timeline > li > ul {
  margin-top: 0;
  margin-bottom: 0;
}

.entry ul.timeline > li > ul:last-child > li:last-child {
  margin-bottom: 0;
}

.entry ul.timeline > li h6,
.entry ul.timeline > li .--font-size-h6 {
  margin-top: 1em;
}

.entry ul.timeline > li h6:first-child,
.entry ul.timeline > li .--font-size-h6:first-child {
  margin-top: 0;
}

.entry ul.timeline > li h5 + h6,
.entry ul.timeline > li .--font-size-h5 + .--font-size-h6 {
  margin-top: 0;
}

.entry ul.timeline ul li,
.entry ul.timeline p {
  margin-bottom: .5em;
}

.entry ul.timeline h5,
.entry ul.timeline .--font-size-h5 {
  background-color: #efe6dc;
  padding: .5em 2em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#multipart {
  background-color: #ffed70;
  font-size: .8em;
  padding: .5em 1em;
  display: inline-block;
  margin-bottom: 1.5em;
  position: relative;
  top: -.5em;
}

#multipart a {
  text-decoration: underline;
  color: var(--main-orange);
  font-weight: 600;
}

#multipart p {
  display: inline;
}

#multipart .glyphicon,
#multipart [class|="fa"] {
  padding-right: 3px;
  color: var(--main-orange);
}

.article > section:not(.article-wrap),
.article-page {
  padding: 2em 0;
}

.article > section:not(.article-wrap):first-child,
.article-page:first-child {
  padding-top: 2em;
}

/*
.archive .article > section {
	padding-bottom: 0;
}
*/
#article-comments {
  background-color: #f6f8f9;
}

.article-section-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.35em;
  margin-bottom: 1em;
}

.wspl_footnote_block {
  max-width: 700px;
  border-top: 1px solid #e5e5e5;
  padding-top: .5em;
  font-style: italic;
}

.wspl_footnote_block p,
.wspl_footnote_block li {
  font-size: .8em;
  line-height: 1.5;
  margin-bottom: 0;
}

.article .author-bio {
  margin: 2em 0 4em;
}

.blogheader {
  font-weight: 700;
  color: #303030;
  line-height: 1em;
  text-align: center;
  font-size: 1.25em;
  display: block;
  text-transform: uppercase;
  margin-bottom: 1.75em;
}

.blogheader span {
  color: var(--main-blue);
}

.blogheader a {
  color: #303030;
}

.blogheader a span {
  color: var(--main-blue);
}

.single-blogposts nav + .contentcontainer {
  padding-top: 5em;
}

#shortcuts-intro {
  float: left;
  width: calc(100% - 18em);
}

#excel-shortcuts {
  float: right;
  width: 13em;
  position: relative;
  top: -.5em;
}

#excel-shortcuts strong {
  font-size: .8em;
  display: block;
  margin-bottom: .5em;
}

#excel-shortcuts p {
  margin-bottom: 0;
}

#excel-shortcuts ul {
  list-style: none;
  margin: 0;
}

#excel-shortcuts ul li {
  margin-bottom: .5em;
}

#excel-shortcuts ul a {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 36px;
  font-size: .85em;
  padding: .75em 0;
  background-color: var(--main-green);
  border: none;
  color: #fff !important;
  font-size: .7em;
}

#excel-shortcuts ul a:not([disabled]):hover {
  background-color: #22cc91;
}

#excel-shortcuts + .spacer {
  margin-bottom: 2em;
}

#excel-shortcuts + .spacer + p,
#excel-shortcuts + .spacer + p + p {
  text-align: left;
}

#excel-shortcuts + .spacer + p .show-block-at-600 img,
#excel-shortcuts + .spacer + p + p .show-block-at-600 img {
  border: none;
  display: inline;
  width: 1em;
  padding-right: .75em;
  position: relative;
  top: .1em;
}

#excel-shortcuts + .spacer + p {
  margin-bottom: .5em;
  margin-top: 2.5em;
}

#excel-shortcuts + .spacer + p + p {
  margin-bottom: 1em;
}

table.shortcuts {
  width: 100%;
  margin-bottom: 4em;
}

table.shortcuts th {
  padding-left: 0;
  font-size: 1.15em;
  font-weight: 600;
}

table.shortcuts th img {
  border: none;
  width: 1em;
}

table.shortcuts tr td {
  width: 27.5%;
  border: none !important;
  padding-left: 0;
}

table.shortcuts tr td:first-child {
  width: 45%;
  padding-left: .5em;
}

table.shortcuts tr:nth-child(even) td {
  background-color: #f5f5f5;
}

table.shortcuts .sc {
  border: 2px solid var(--main-blue);
  padding: .35em .65em;
  margin: 0 .3em;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: .85em;
  background-color: #fff;
}

table.shortcuts .sc:first-child {
  margin-left: 0;
}

table.shortcuts td:last-child .sc {
  border: 2px solid #fd5816;
}

.entry #multipart-container + h2,
.entry #multipart-container + h3 {
  margin-top: 0;
}

.entry .notice + h3,
.entry .notice + h2 {
  margin-top: 0;
}

@media screen and (min-width: 600px) {
  .entry #multipart-container + .wp-caption.alignright + h2,
  .entry #multipart-container + .wp-caption.alignright + h3,
  .entry #multipart-container + .wp-caption.alignright + h6,
  .entry #multipart-container + .wp-caption.alignright + .--font-size-h6,
  .entry > .wp-caption.alignright:first-child + h2,
  .entry > .wp-caption.alignright:first-child + h3,
  .entry > .wp-caption.alignright:first-child + h6,
  .entry > .wp-caption.alignright:first-child + .--font-size-h6,
  .entry > article > .wp-caption.alignright:first-child + h2,
  .entry > article > .wp-caption.alignright:first-child + h3,
  .entry > article > .wp-caption.alignright:first-child + h6,
  .entry > article > .wp-caption.alignright:first-child + .--font-size-h6 {
    margin-top: 0;
  }
}

.entry .first-image + h2,
.entry .first-image + h3,
.entry .first-image + h4 {
  margin-top: 0;
}

@media screen and (max-width: 900px) {
  #shortcuts-intro {
    float: none;
    width: auto;
    margin-bottom: 2em;
  }
  #excel-shortcuts {
    float: none;
    width: auto;
    top: 0;
  }
  #excel-shortcuts li {
    width: 24%;
    margin-right: 1%;
    float: left;
  }
  table.shortcuts th {
    width: 50%;
  }
  table.shortcuts th:first-child {
    width: 100%;
    padding-bottom: 1em;
  }
  table.shortcuts th img {
    width: auto;
  }
  table.shortcuts tr {
    text-align: center;
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  table.shortcuts tr:nth-child(even) {
    background: #f7f7f7;
  }
  table.shortcuts tr td,
  table.shortcuts tr th {
    display: table-row;
    table-layout: fixed;
    width: 50%;
    float: left;
    text-align: center;
    padding: 0 !important;
    background: none !important;
  }
  table.shortcuts tr td img,
  table.shortcuts tr th img {
    margin: 0 auto;
    padding-bottom: 1em;
  }
  table.shortcuts tr th {
    background-color: #fff;
  }
  table.shortcuts tr td {
    position: relative;
    top: -.5em;
    padding: 1em 0 !important;
    min-height: 1.5em;
  }
  table.shortcuts tr td:first-child,
  table.shortcuts tr th:first-child {
    display: table-row;
    table-layout: fixed;
    width: 100%;
    text-align: center;
    padding: 1.5em 0 1em !important;
  }
  table.shortcuts tr td:first-child {
    top: 0;
  }
}

@media screen and (max-width: 800px) {
  #excel-shortcuts li {
    width: 49%;
    margin-right: 1%;
  }
  #excel-shortcuts li a {
    font-size: .85em;
  }
  #multipart-container {
    padding-right: 0;
    position: relative;
  }
}

@media screen and (max-width: 600px) {
  .deep-dive a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .deep-dive a strong {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .75em;
    padding-bottom: .5em;
  }
  .deep-dive a strong span {
    display: none;
  }
  table.shortcuts tr td {
    display: table-row;
    table-layout: fixed;
    width: 100%;
    text-align: center;
    padding: 1.5em 0 1em !important;
  }
  table.shortcuts tr th img {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  #excel-shortcuts li {
    width: 80%;
    float: none;
  }
  .menu-knowledge-base-posts-container {
    display: none;
  }
  #meta-icons img {
    width: 1.5em;
  }
  #meta-icons {
    top: 0;
  }
  .single .meta .thecomments {
    font-size: 1em;
    top: -.15em;
  }
}

@media only screen and (max-width: 1000px) {
  #asideboxTOC {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
    max-height: 100vh;
    overflow: auto;
    padding: 1em 0;
  }
  #asideboxTOC.--active {
    padding-bottom: 2em;
  }
  #asideboxTOC.--showFixed {
    display: block;
  }
  #asideboxTOC .--fontLess-3 {
    font-size: 0.9em;
  }
}

.asidebox {
  margin-bottom: 2em;
  padding: 1.5em 1.9rem;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.asidebox:not(:first-child) {
  margin-top: 2em;
}

.asidebox__title {
  font-weight: 800;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .1rem;
  width: 100%;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  background: none;
}

:where(&:hover, &:focus) .fa-chevron-down {
  color: var(--main-blue);
}

.asidebox ul,
.asidebox ol {
  margin-left: 1.2em;
  break-inside: avoid;
}

.asidebox ol {
  list-style: decimal;
}

.asidebox li {
  margin-bottom: 0;
}

.asidebox__content {
  padding-left: .1rem;
  padding-right: .1rem;
}

@media only screen and (min-width: 701px) {
  .asidebox__content.--list-col2 > * {
    columns: 2;
    column-gap: 4em;
  }
}

.asidebox__content a {
  color: #303030;
  text-decoration: none !important;
}

.asidebox__content a:hover {
  color: var(--main-blue);
}

.asidebox.--content-toggled .asidebox__title {
  cursor: pointer;
}

.asidebox.--content-toggled .asidebox__content {
  max-height: 0;
  padding-top: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.asidebox.--content-toggled.--active .asidebox__arrow {
  transform: rotate(180deg);
}

.asidebox.--content-toggled.--active .asidebox__content {
  max-height: 2000px;
  padding-top: 1em;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.asidebox__pause-animation {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
}

.article-share {
  color: #fff;
  font-size: 1em;
  display: flex;
  align-items: center;
  margin-right: 1.5em;
}

.article-share .twitter {
  background-color: black;
}

.article-share .linkedIn {
  background-color: #0376b2;
}

.article-share .facebook {
  background-color: #5260a9;
}

.article-share .url-to-clipboard {
  background-color: var(--main-blue);
}

.article-share svg {
  max-height: 11px;
  max-width: 11px;
}

.article-share__item {
  cursor: pointer;
  transform: translate(0, 0);
  transition: transform ease-in-out .25s;
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 11px;
}

.article-share__item > * {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}

.article-share__item:not(:first-child) {
  margin-left: .25em;
}

.article-share__item:hover {
  transform: translate(0, -4px);
}

.article-wrap {
  margin: 0 auto;
  width: 90%;
  box-sizing: border-box;
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
}

.article-wrap:not(.article-wrap--hasGuide) {
  max-width: 800px;
}

.article-wrap--hasGuide {
  max-width: 1090px;
  padding-left: calc(250px + 40px);
}

.article-main {
  width: 100%;
  max-width: 800px;
}

.article-wrap:has(> .article-main):not(:has(> .article-main > *:first-child)) {
  display: none;
}

.wsp-guide__wrapper {
  position: absolute;
  left: 0;
  top: 2.5rem;
  z-index: 201;
}

.wsp-guide {
  position: sticky;
  top: 2rem;
  width: 250px;
  margin-top: 1em;
  padding: 0;
  background-color: #fff;
  box-sizing: border-box;
  text-align: left;
  z-index: 1000;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.wsp-guide__edit {
  font-size: 0.6em;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 50;
}

.wsp-guide__content {
  padding: 0.25em 1.15em;
  border: 1px solid #d5d5d5;
  border-top: none;
}

.wsp-guide__title {
  position: relative;
  z-index: 2;
  font-weight: 700;
  line-height: 1.2;
  padding: 0;
  margin-top: 8px;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  padding: 1.15em 1.15em;
  background: #f6f8f9;
  border-bottom: 1px solid #d5d5d5;
}

.wsp-guide__title a {
  font-size: 1.15em;
}

.wsp-guide__title a:hover, .wsp-guide__title a:active {
  text-decoration: underline;
}

.wsp-guide__title-tag {
  color: var(--main-blue);
  font-size: 0.7em;
  padding-bottom: 0.5em;
  font-weight: 600;
}

.wsp-guide__title-tag i {
  font-size: 0.9em;
  padding-right: 2px;
}

.wsp-guide-title--main {
  display: inline;
  font-size: 1.25em;
}

.wsp-guide-title--mobile {
  display: none;
  position: relative;
  margin-left: 1.5em;
  line-height: 1.5;
  font-weight: 800;
}

.wsp-guide-title--mobile i {
  position: absolute;
  left: -1.5em;
  top: 3px;
}

.wsp-guide__item {
  position: relative;
  display: block;
  font-size: 0.85em;
  color: #a3a3a3;
  line-height: 1.35;
  padding: 0.4em 0 0.4em 1em;
  border-left: 2px solid #e5e5e5;
  --focus-outline-offset: -2px;
}

.wsp-guide__item:first-child {
  margin-top: 10px;
}

.wsp-guide__item::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 800;
  position: absolute;
  left: -4px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  display: inline-block;
  color: var(--main-blue);
}

.wsp-guide__item:hover {
  color: #303030;
}

.wsp-guide__item--current-post {
  color: #303030;
  pointer-events: none;
  cursor: default;
  border-left: 4px solid var(--main-blue);
}

.wsp-guide__block-category-title {
  font-weight: 600;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85em;
  text-align: left;
  background: none;
  width: 100%;
  margin: -2px -2px -2px 0;
  padding: 2px;
}

.wsp-guide__block-category-title > i {
  margin-left: 1em;
}

.wsp-guide:has(.wsp-guide__content.expanded) .wsp-guide__title::after,
.wsp-guide__block.expanded .wsp-guide__block-category-title > i {
  transform: rotate(180deg);
}

.wsp-guide__block {
  position: relative;
  padding: 0.6em 0;
  cursor: pointer;
}

.wsp-guide__block:not(:last-child) {
  border-bottom: 1px solid #d5d5d5;
}

.wsp-guide__block-subnav {
  will-change: max-height;
  transition: all 0.25s ease-in-out;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.wsp-guide__block.expanded .wsp-guide__block-subnav {
  visibility: visible;
  max-height: 40em;
}

.wsp-guide__block.expanded .wsp-guide__item {
  opacity: 1;
  transform: translateY(0);
}

/* Layout shifts and styles for 1000px or below */
@media only screen and (max-width: 1000px) {
  .article-wrap--hasGuide {
    max-width: none;
    padding-left: 0;
  }
  .wspl-banner .article-wrap--hasGuide {
    width: auto;
    padding-bottom: 0;
  }
  .wspl-banner .article-wrap--hasGuide .wspl-banner__content {
    padding-bottom: 2em !important;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .article-main {
    max-width: none;
  }
  .wsp-guide {
    top: 0;
    box-shadow: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f6f8f9;
    border: 1px solid #d5d5d5;
    max-height: none;
    overflow: inherit;
  }
  .wsp-guide__wrapper {
    height: auto !important;
    background: #fff;
    padding-top: 2em;
    position: relative;
    left: 0;
    top: 0;
  }
  .wsp-guide__content {
    max-height: 0;
    opacity: 0;
    padding: 0 2em;
    border: none;
    pointer-events: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .wsp-guide__content.expanded {
    max-height: 2000px;
    opacity: 1;
    padding: 0 2em 1em;
    pointer-events: all;
  }
  .wsp-guide__content.js-expanded {
    display: block;
  }
  .wsp-guide__title {
    cursor: pointer;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    text-transform: none;
    color: #303030;
    font-weight: 600;
    font-size: 1em;
    padding: 1.25em 4em 1.25em 2em;
    margin-top: 0;
    border: none;
    background: transparent;
  }
  .wsp-guide__title::before {
    content: none !important;
  }
  .wsp-guide__title:after {
    transform: rotate(0);
    font-family: "Font Awesome 6 Pro";
    content: "\f107";
    position: absolute;
    height: 100%;
    right: 1.5em;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.25em;
    font-weight: normal;
  }
  .wsp-guide__title:hover:after {
    color: var(--main-blue);
  }
  .wsp-guide-title--main {
    display: none;
  }
  .wsp-guide-title--mobile {
    display: inline-block;
  }
  .wsp-guide__item,
  .wsp-guide__block-category-title {
    font-size: 0.9em;
  }
  .wsp-guide__block:first-child {
    padding-top: 0;
  }
  .wsp-guide__block:first-child .wsp-guide__block-category-title::before {
    top: -0.2em;
  }
  .wsp-guide__block:not(:last-child) {
    border-color: #d5d5d5;
  }
}

.inline-text-ad {
  margin-bottom: 1.5em;
  margin-top: .5em;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 1em 0;
  background: linear-gradient(50deg, #ffffff, #e9f7ff, #defff1 125%);
  padding: 2em;
  position: relative;
}

.inline-text-ad h2 {
  margin-top: 0;
}

@media only screen and (min-width: 600px) {
  .inline-text-ad h2 {
    padding-right: calc(140px + 1em);
  }
}

.inline-text-ad__tag {
  width: 120px;
  margin-bottom: 1em;
}

@media only screen and (min-width: 600px) {
  .inline-text-ad__tag {
    width: 130px;
    position: absolute;
    top: 2em;
    right: 2em;
  }
}

.inline-text-ad__footer {
  margin-top: .5em;
}

.inline-text-ad__footer a {
  font-weight: 600;
  font-size: .85em;
  text-decoration: none;
}

.article-item-full {
  background-color: #f6f8f9;
  min-height: 300px;
  position: relative;
  padding: 5em 0;
  background-color: #f6f8f9;
  border-top: 1px solid #e1e6ea;
  border-bottom: 1px solid #e1e6ea;
}

@media only screen and (max-width: 1000px) {
  .article-item-full__text {
    margin-top: 1em;
    max-width: 500px;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .article-item-full__media > img {
    max-width: 500px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.article-item-full__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

.article-item-full p .internal-link {
  text-decoration: none;
  color: #303030;
}

.article-item-full .wsp-caps {
  color: var(--main-orange);
  font-weight: 600;
  font-size: .8em;
  padding-bottom: .25em;
}

img.article-item-full__eyebrow {
  max-width: 375px;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 1000px) {
  img.article-item-full__eyebrow {
    margin-left: auto;
    margin-right: auto;
  }
}

.content-wrap.pad-top-bottom > .col-center .article-item-full {
  margin-bottom: -4em;
}

.article-ad {
  display: block;
  margin: 2em 0;
  background-color: #275882;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
  font-size: .9em;
}

.article-ad:hover {
  transform: translate(0, -3px);
}

.article-ad .image-frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 45%;
  box-sizing: border-box;
  border: 1px solid #b8c3c7;
}

.article-ad .content {
  position: relative;
  padding: 2em;
  text-align: center;
  line-height: 1.6;
  width: 55%;
  background-image: url(https://media.wallstreetprep.com/wspimage/ad-model-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
}

.article-ad .content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(21, 63, 93, 0.85);
}

.article-ad .content > * {
  position: relative;
}

.article-ad .content strong {
  display: block;
  padding-bottom: .25em;
  font-size: 1.5em;
  color: #ffcc00;
  font-weight: 600 !important;
  top: -.1em;
  line-height: 1.3;
}

.article-ad .bluebutton {
  display: block;
  margin: 2em auto 0;
  max-width: 300px;
  font-size: .8em;
  position: relative;
}

.article-ad-bg-img {
  margin: 2em 0;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 1em 2em;
  position: relative;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.article-ad-bg-img:hover {
  transform: translate(0, -3px);
}

.article-ad-bg-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #006292 0%, #09c7c1 100%);
  opacity: .8;
}

.article-ad-bg-img .content {
  position: relative;
  color: #fff;
  padding-right: 250px;
}

.article-ad-bg-img .content strong {
  color: #ffcc00;
  display: block;
  font-size: 1.25em;
  line-height: 1.4;
  margin-bottom: .5em;
}

.article-ad-bg-img .content span {
  font-size: .9em;
  line-height: 1.5;
  display: block;
}

.article-ad-bg-img .bluebutton {
  padding: 0;
  font-size: .8em;
  height: 40px;
  line-height: 40px;
  width: 180px;
  right: 0;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  background-color: #287481;
}

.wsp-ad-lc {
  float: right;
  max-width: 275px;
  width: 250px;
  text-align: center;
  padding: 2em 1.5em 2em;
  box-sizing: border-box;
  margin-left: 3em;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
  color: #fff;
  position: relative;
  margin-bottom: 2em;
}

.wsp-ad-lc.bg-geo {
  background-image: url(https://media.wallstreetprep.com/wspimage/bg-geo-seamless-blue.png);
}

.wsp-ad-lc .wsp-logo {
  width: 90%;
  max-width: 120px;
  margin: -1em auto 1em;
}

.wsp-ad-lc .button-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2em;
}

.wsp-ad-lc .content {
  position: relative;
}

.wsp-ad-lc .content img {
  margin-bottom: 1em;
}

.wsp-ad-lc .content img:not(.wsp-logo) {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wsp-ad-lc h4 {
  margin-bottom: 1em;
  line-height: 2;
}

.wsp-ad-lc p {
  line-height: 1.4;
  font-size: .9em;
  font-weight: 600;
}

.wsp-ad-lc:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #33353d;
  opacity: .8;
}

.wsp-ad-lc form {
  padding: 0;
  background: none;
  border-bottom: none;
}

.wsp-ad-lc form label {
  display: none;
}

.wsp-ad-lc form input,
.wsp-ad-lc form button {
  font-size: .75em !important;
}

.wsp-ad-lc form button {
  background-color: var(--main-blue) !important;
  margin-top: 0;
}

.wsp-ad-lc + h2 {
  margin-top: 0;
}

#ad-ppt-lc {
  background-image: none;
  background-color: #d13c16;
  padding-top: 1.5em;
}

#ad-ppt-lc form button {
  background-color: #ff704f !important;
}

#ad-ppt-lc p {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2;
}

.entry .wsp-ad-lc:first-child {
  margin-top: -1em !important;
  margin-bottom: 1em !important;
}

#ad-ppt-shortcut:before,
#ad-ppt-lc:before {
  content: none;
}

#ad-ppt-shortcut {
  background-color: #ffded2;
  overflow: hidden;
  max-width: none;
  width: auto;
  float: none;
  text-align: left;
  padding: 1em 1em 1em 150px;
  margin: 0 auto 2em;
}

#ad-ppt-shortcut img {
  position: absolute;
  top: 1em;
  width: 100px;
  left: 1.5em;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
}

#ad-ppt-shortcut form {
  margin-top: .75em;
}

#ad-ppt-shortcut form input,
#ad-ppt-shortcut form button {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}

#ad-ppt-shortcut button {
  background-color: #d73c29 !important;
}

#ad-ppt-shortcut p {
  color: #303030;
  font-size: 1.1em;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0;
}

#ad-ppt-shortcut p span {
  color: #d73c29;
}

@media screen and (min-width: 700px) {
  #ad-ppt-shortcut form input,
  #ad-ppt-shortcut form button {
    width: 32% !important;
    margin-right: 1% !important;
    float: left !important;
    margin-bottom: 0;
    border: none;
  }
}

#ad-vba-lc {
  background-image: url(https://media.wallstreetprep.com/wspimage/vba-lc-bg-gears.jpg);
}

#ad-st-lc {
  background-color: #e2e9ef;
  background-image: none;
  color: #303030;
  padding: 1.5em;
}

#ad-st-lc:before {
  content: none;
}

#ad-st-lc .wsp-logo {
  display: none;
}

#ad-st-lc p {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2;
}

#ad-st-lc img {
  margin-bottom: .5em;
  max-width: 104%;
}

#ad-st-lc img,
#ad-st-lc form {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1100px) {
  .article-item-full {
    /*
		.text {
			max-width: 800px;
		}
*/
  }
  .article-item-full .flex {
    display: block;
    text-align: center;
  }
  .article-item-full .img,
  .article-item-full .text {
    width: auto;
    margin: 0 auto;
    padding: 0;
  }
  .article-item-full .img {
    width: 90%;
    max-width: 500px;
    margin-bottom: 1em;
  }
  .article-item-full .bluebutton {
    min-width: 200px;
  }
}

@media screen and (max-width: 900px) {
  .article-ad {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .article-ad .image-frame {
    position: relative;
    height: 200px;
    width: auto;
  }
  .article-ad .content {
    width: auto;
  }
  .article-ad-bg-img {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .article-ad-bg-img .content {
    padding-right: 0;
  }
  .article-ad-bg-img .bluebutton {
    position: relative;
    margin-top: 1em;
  }
}

@media screen and (max-width: 700px) {
  #ad-ppt-shortcut {
    padding-left: 170px;
  }
  #ad-ppt-shortcut img {
    width: 120px;
  }
}

@media screen and (max-width: 600px) {
  .wsp-ad-lc {
    float: none;
    margin: 0 auto 2em;
    width: auto;
  }
}

@media screen and (max-width: 560px) {
  .article-ad .image-frame {
    height: 200px;
  }
}

@media screen and (max-width: 500px) {
  #ad-ppt-shortcut {
    display: none;
  }
}

.hide-advertising {
  /*
	.article-item-full {
		max-height: 0px !important;
		min-height: none !important;
		overflow: hidden !important;
	}
*/
}

.hide-advertising .article-ad,
.hide-advertising .article-item-full {
  display: none !important;
}

img.shadow {
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
}

.wp-img-300 {
  max-width: 300px;
  width: 100%;
}

.wp-img-400 {
  max-width: 400px;
  width: 100%;
}

.wp-img-500 {
  max-width: 500px;
  width: 100%;
}

.wp-img-600 {
  max-width: 600px;
  width: 100%;
}

.wp-img-650 {
  max-width: 650px;
  width: 100%;
}

.wp-img-800 {
  max-width: 800px;
  width: 100%;
}

.wp-img-900 {
  max-width: 900px;
  width: 90%;
}

.wp-img-1000 {
  max-width: 1000px;
  width: 100%;
}

img.size-large {
  width: 960px !important;
}

.entry .first-image {
  margin-bottom: 0;
}

.entry .first-image .alignright {
  margin-left: 2em;
}

.entry .image-button-contain.alignright {
  margin-left: 2em;
}

.article .entry .wp-caption {
  margin-bottom: 1em;
}

.article .entry .wp-caption {
  max-width: 100%;
}

.article .entry p > img,
.article .entry .wp-caption img {
  margin-bottom: 0;
}

.article .entry .alignleft,
.article .entry .alignright {
  margin-bottom: 1em;
}

.article .entry .alignleft {
  margin-right: 2em;
}

.article .entry .alignright {
  margin-left: 2em;
}

.article .entry p > img {
  margin-bottom: 0;
}

.article .entry li > img {
  margin-top: 1em;
  margin-bottom: 1em;
}

.article .entry > .article-meta + p > img,
.article .entry > .article-title + p > img,
.article .entry > p:first-child > img,
.article .entry > .article-meta + .wp-caption,
.article .entry > .article-title + .wp-caption {
  max-width: 45% !important;
  float: right;
}

.article .entry img.size-medium.alignright,
.article .entry img.size-medium.alignleft {
  max-width: 50%;
}

.article .entry img.alignnone {
  margin-left: auto;
  margin-right: auto;
}

.article .entry .wp-caption.alignright,
.article .entry .wp-caption.alignleft {
  max-width: 60%;
}

@media screen and (max-width: 700px) {
  .image-button-contain {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto;
  }
}

@media screen and (max-width: 600px) {
  .article .entry img.size-medium.alignright,
  .article .entry img.size-medium.alignleft {
    max-width: 100%;
    margin-bottom: 0;
  }
  .article .entry img.alignright,
  .article .entry img.alignleft,
  .article .entry img.size-thumbnail,
  .article .entry .wp-caption.alignright,
  .article .entry .wp-caption.alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .article .entry > .article-meta + p > img,
  .article .entry > p:first-child > img,
  .article .entry > .article-meta + .wp-caption {
    display: none;
  }
  .article .entry > .article-meta + .wp-caption {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .article .entry .wp-caption.alignright,
  .article .entry .wp-caption.alignleft {
    max-width: 100%;
  }
}

.article-ad-wh {
  display: block;
  height: 400px;
  width: 100%;
  background-color: #011F5B;
  position: relative;
  color: #fff;
  box-sizing: border-box;
  padding: 2em;
}

.article-ad-wh::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(1, 31, 91, 0.5), #011F5B 240px);
  z-index: 51;
}

.article-ad-wh #wharton_logo {
  position: absolute;
  top: 2em;
  left: 2em;
  width: 100px;
  z-index: 51;
}

.article-ad-wh #columbia_logo {
  position: absolute;
  top: 2em;
  left: 2em;
  width: 200px;
  z-index: 51;
}

.article-ad-wh__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 250px;
  z-index: 50;
}

.article-ad-wh__footer {
  text-align: left;
  margin-top: 2em;
}

.article-ad-wh__title, .article-ad-wh__text, .article-ad-wh__button {
  position: relative;
  z-index: 100;
}

.article-ad-wh__button {
  margin: 0 !important;
  background-color: #a90733 !important;
}

.article-ad-wh__button:hover {
  background-color: #a90733 !important;
}

.article-ad-wh__text {
  color: #7ebbff;
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.4;
}

.article-ad-wh__title {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 100px;
  margin-bottom: .35em;
}

.article-ad-columbia::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(transparent, black 240px);
  z-index: 51;
}

.article-ad-columbia .article-ad-wh__button {
  background-color: var(--main-blue) !important;
}

.article-ad-columbia .article-ad-wh__text {
  color: var(--main-blue-light);
}

.article-ad-columbia .article-ad-wh__title {
  font-size: 2em;
  padding-top: 70px;
}

#wsp-sales-slideup {
  position: fixed;
  right: 1em;
  bottom: 0;
  z-index: 400;
  /*
    body:has(#freshworks-container):not(:has(.wspl-support-button.active)) &,
    main:has(.wspl-support-button.active) & {
        bottom: 4rem;
    }
*/
}

@media only screen and (max-width: 500px) {
  #wsp-sales-slideup {
    display: none !important;
  }
}

#wsp-sales-slideup.custom {
  transform: translate(0, 0);
  transition: transform .25s ease-in-out;
}

#wsp-sales-slideup.custom:hover {
  transform: translate(0, -6px);
}

#wsp-sales-slideup-container {
  position: relative;
  bottom: 1em;
  width: 265px;
  background-color: #fff;
  box-sizing: border-box;
  font-size: .85em;
  box-shadow: 10px 20px 45px -30px #2c3238;
  color: #303030;
  font-weight: 500;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0;
  max-height: 0;
}

#wsp-sales-slideup-container.active {
  max-height: 2000px;
  opacity: 1;
}

#wsp-sales-slideup-container .img {
  position: relative;
  text-align: center;
}

#wsp-sales-slideup-container .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  display: block;
  background: linear-gradient(90deg, #00abff 0%, #00fff7 100%);
}

#wsp-sales-slideup-container .img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #1a3c50;
  opacity: .8;
}

#wsp-sales-slideup-container .img .header {
  padding: 1.75em 1em;
  color: #fff;
}

#wsp-sales-slideup-container .header {
  position: relative;
  font-size: 1.5em;
  line-height: 1.3;
  font-weight: 600;
}

#wsp-sales-slideup-container .content {
  padding: 1em;
  font-size: .95em;
  text-align: center;
  border: 1px solid #d4d6d8;
}

#wsp-sales-slideup-container .content .header {
  color: #303030;
  font-weight: 700;
  padding-bottom: .5em;
}

#wsp-sales-slideup-container .bluebutton {
  width: 80%;
  margin: 1em auto 0;
  padding: 0;
  line-height: 36px;
}

#wsp-sales-slideup-container .dismiss {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: .8em;
  padding: .25em .5em;
  cursor: pointer;
}

#wsp-sales-slideup-container .dismiss .glyphicon,
#wsp-sales-slideup-container .dismiss [class|="fa"] {
  color: #fff;
}

#wsp-sales-slideup-container .edit {
  position: absolute;
  top: .5em;
  left: .5em;
  color: #fff;
  font-size: 10px;
}

.modal#team-training-message {
  cursor: default;
  background: black;
}

.modal#team-training-message .modal-close {
  color: #fff;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 2.5em;
  z-index: 2000;
  cursor: pointer;
}

.modal#team-training-message .modal-close:hover {
  opacity: .5;
}

@media only screen and (max-width: 900px) {
  .modal#team-training-message .modal-close {
    top: .5em;
    right: .5em;
    font-size: 1.5em;
  }
}

.modal#team-training-message #banner-finance-passport {
  padding: 2em 0 !important;
  box-sizing: border-box;
}

.modal#team-training-message .h2_upper {
  font-size: 1.1em;
}

#anchorTeamTrain {
  position: absolute;
  top: -35px;
}

#banner-finance-passport {
  padding: 4em 0 !important;
  min-height: 100%;
}

.wsp-switcher {
  display: flex !important;
  align-items: center;
}

.wsp-switcher__switch {
  position: relative;
  width: 40px;
  height: 20px;
  border-radius: 10px;
  background-color: var(--main-blue);
  margin: 0 .5em;
}

.wsp-switcher__circle {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #fff;
  left: 0;
}

#sales-header .wsp-switcher {
  justify-content: center;
  margin: 0 auto 2em;
}

#sales-header .wsp-switcher__choice {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .9em;
}

#banner-finance-passport {
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: black;
  background-image: url(https://media.wallstreetprep.com/uploads/2021/11/05110537/wsp-training-teams-bg_1400.jpg);
}

#banner-finance-passport::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 900px) {
  #banner-finance-passport {
    background-image: url(https://media.wallstreetprep.com/uploads/2021/11/05110534/wsp-training-teams-bg_1000.jpg);
  }
  #banner-finance-passport::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
}

@media only screen and (max-width: 600px) {
  #banner-finance-passport {
    background-image: url(https://media.wallstreetprep.com/uploads/2021/11/05111058/wsp-training-teams-bg_700.jpg);
    padding-bottom: 3em;
  }
}

#banner-finance-passport > h2,
#banner-finance-passport > p,
#banner-finance-passport > .h2_upper,
#banner-finance-passport .content-wrap {
  position: relative;
  z-index: 100;
}

#banner-finance-passport h2 {
  font-size: 2.5em;
}

#banner-finance-passport h2 + p {
  font-size: 1.1em;
  font-weight: 300;
}

#banner-finance-passport .h2_upper {
  color: var(--main-lime) !important;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  #banner-finance-passport h2,
  #banner-finance-passport h2 + p,
  #banner-finance-passport .h2_upper {
    text-align: left;
  }
  #banner-finance-passport .h2_upper {
    padding-right: 2em;
    font-size: .9em !important;
  }
}

@media only screen and (min-width: 900px) {
  .team-compare {
    display: flex;
    align-items: flex-start;
    padding: 2em;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.team-compare__table {
  flex-grow: 1;
}

@media only screen and (max-width: 900px) {
  .team-compare__table {
    width: 98%;
    font-size: .9em;
    margin-right: 1em;
  }
}

@media only screen and (min-width: 900px) {
  .team-compare__form {
    max-width: 30%;
    min-width: 30%;
    margin-left: 3em;
  }
}

@media only screen and (max-width: 900px) {
  .team-compare__form {
    margin: 2em auto 0;
  }
}

.team-compare__form p {
  font-size: .85em;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1em;
}

.team-compare__input {
  padding: 0 .75em !important;
  line-height: 46px;
  border: none !important;
  font-size: .9em !important;
  margin-bottom: .5em !important;
  background-color: #232b36;
  color: rgba(255, 255, 255, 0.88) !important;
  /*
		@include below($team-compare-breakpoint1) {
			background-color: #45627e;
		}
*/
  /*
		&.unhappy {

			@include below($team-compare-breakpoint1) {
				background-color: #45627e !important;
			}
		}
*/
}

.team-compare__input.unhappy {
  background-color: #252f3e !important;
}

.team-compare__submit[type="submit"] {
  background-color: var(--main-lime) !important;
  padding: 0 !important;
  line-height: 46px;
  margin-top: .25em;
}

@media only screen and (max-width: 900px) {
  .team-compare__submit[type="submit"] {
    max-width: 400px;
    margin: .5em auto 0;
  }
}

.team-compare__icon {
  margin-right: .5em;
  font-size: 1.25em;
  color: #d5a87a;
  position: absolute;
  left: 0;
  top: .85em;
}

@media only screen and (max-width: 600px) {
  .team-compare__icon {
    display: none !important;
  }
}

.team-compare__no, .team-compare__yes {
  width: 90px;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  .team-compare__no, .team-compare__yes {
    width: 60px;
  }
}

.team-compare__no i, .team-compare__yes i {
  font-size: 1.15em;
}

.team-compare th:not(:first-child) {
  text-align: center;
}

.team-compare th,
.team-compare td {
  font-size: .9em;
}

.team-compare th:last-child,
.team-compare td:last-child {
  position: relative;
  right: -1em;
}

.team-compare th {
  font-weight: 700;
  color: var(--main-blue);
  line-height: 1.3;
  padding-bottom: .5em;
  position: relative;
}

.team-compare td {
  padding: .75em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media only screen and (min-width: 600px) {
  .team-compare td:first-child {
    position: relative;
    padding-left: 2em;
  }
}

.team-compare__yes {
  color: var(--main-lime);
}

.team-compare__no {
  color: rgba(255, 255, 255, 0.15);
}

.team-compare ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.team-compare :-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.team-compare ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.team-compare :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

/*
.bulk-buy {

	background: #fff;
	margin-bottom: 0 !important;

	&__header {
		text-align: center;
	}

	&__h2 {
		font-size: 2em;
		font-weight: 700;
		line-height: 1.2;

		@include below(800px) {
			max-width: 400px;
			margin-left: auto;
			margin-right: auto;
		}
	}

	&__tag {
		font-size: .9em;
		font-weight: 600;
		margin-bottom: 1em;

		i {
			margin-right: .5em;
		}


		@include below(800px) {
			display: none;
		}

		span {
			display: inline-block;
			background-color: $lime;
			padding: .15em .5em;
			line-height: 1.4;
		}
	}

	&__subhead {
		text-align: center;
		margin: 1em auto;
		max-width: 700px;
		font-weight: 500;
		color: $meta-data-color;
		line-height: 1.4 !important;
	}

	&__intro {
		text-align: center;
		margin-bottom: 1.5em !important;
		font-weight: 500;
		color: $meta-data-color;
		line-height: 1.4 !important;
	}

	&__link {
		font-size: .8em;

		a {
			cursor: pointer;
		}
	}

	&__content {
		position: relative;
		margin: .5em 0 2em;

		@include below(400px) {
			margin-bottom: .5em;
		}
	}

	&__inputs {

		width: 90%;
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;

		&--wrap {


			@include above(400px) {
				display: none;
				align-items: center;
				justify-content: center;
				flex-wrap: wrap;
				@include abscover;
				background-color: #fff;
			}
		}
	}

	#bulk-buy-back {

		@include below(400px) {
			display: none;
		}
	}

	&__button-wrap > a,
	[type="submit"] {
		display: block !important;
		max-width: 350px !important;
		width: 90% !important;
		margin: 0 auto !important;
		font-weight: 600;
		font-size: .9em !important;
		padding: 0 !important;
		line-height: 50px !important;
		background-color: $blue !important;
	}

	&__features {
		display: flex;
		flex-grow: 1;
		margin-left: 0 !important;

		@include below(800px) {
			flex-wrap: wrap;
			max-width: 450px;
			margin-left: auto !important;
			margin-right: auto;
		}

		@include below(400px) {
			display: block;
		}

	}

	&__features-item {
		flex-grow: 1;
		text-align: center;
		list-style: none;

		&:not(:last-child) {
			border-right: 1px solid #cbcbcb;
		}

		font-size: .85em;
		box-sizing: border-box;
		padding: 0 1em;
		margin-bottom: 0 !important;
		line-height: 1.5 !important;

		&--text {
			margin: 0 auto;
			max-width: 200px;
		}

		@include below(800px) {
			border-right: none !important;
			margin-bottom: 2em !important;
		}

		@include between(400px, 800px) {
			border: none;
			width: 50%;
		}

		&:last-child {

			@include below(800px) {
				display: none;
			}
		}
	}

	&__features-icon {
		height: 50px;
		width: auto;
		margin: 0 auto 1em;

		@include below(400px) {
			margin-bottom: .25em;
		}
	}

	input[type="text"],
	input[type="email"] {
		background: $lmsbg-lt;
	}

	@include below(400px) {

		#bulk-buy-viewForm {
			display: none !important;
		}
	}

	@include above(400px) {

		#bulk-buy-submitForm {
			display: none !important;
		}

		&.form-active {

			.bulk-buy__inputs--wrap {
				display: flex;
			}

			#bulk-buy-viewForm {
				display: none !important;
			}

			#bulk-buy-submitForm {
				display: block !important;
			}

		}
	}

}
*/
/* Page: About
-------------------------------------------------------------- */
.about .entry-title {
  margin-bottom: .5em;
}

.about .entry h3 {
  font-size: 1em;
  font-weight: 600;
}

.about .author-bio {
  margin-top: 2em;
  margin-bottom: 3em;
}

.about .author-bio .author-name,
.about .author-bio .author-email,
.about .author-bio .author-title {
  line-height: 1.6 !important;
}

.about .author-bio .nameplate {
  padding-left: 5.25em;
}

.about .author-bio .nameplate p {
  margin-bottom: .25em !important;
}

.about .author-bio .author-name {
  font-size: 1.1em;
  padding-top: .25em;
}

.about .author-bio .author-name a {
  font-size: .8em;
  padding-left: 4px;
  font-weight: 500;
}

.about .author-bio .author-title {
  padding-right: 1em;
  color: #777777;
}

.about .author-bio .author-title,
.about .author-bio .author-email {
  display: inline;
}

.about .author-bio .author-image {
  margin-left: -5.25em;
  border-radius: 50%;
  overflow: hidden;
}

.about .author-bio .author-image img {
  border: none !important;
  box-shadow: none;
  width: 100% !important;
}

.about .author-bio .author-email {
  padding-top: 0;
}

.about .author-bio .author-email a {
  text-decoration: none;
}

@media screen and (max-width: 700px) {
  .about .author-bio .author-name {
    font-size: 1em;
    padding-top: .75em;
  }
  .about .author-bio.leadership .author-name {
    padding-top: 0;
  }
  .about .author-bio .author-title,
  .about .author-bio .author-email {
    display: block;
  }
}

/* Interview Prep Signup Pages
-------------------------------------------------------------- */
.page-template-page-interviewguide-video-signup .flex.content-wrap,
.page-template-page-interviewguide-complete-signup .flex.content-wrap {
  align-items: flex-start;
  justify-content: space-between;
  max-width: 900px;
}

@media only screen and (max-width: 800px) {
  .page-template-page-interviewguide-video-signup .flex.content-wrap,
  .page-template-page-interviewguide-complete-signup .flex.content-wrap {
    width: auto;
    display: block;
  }
}

.page-template-page-interviewguide-video-signup .flex.content-wrap > div,
.page-template-page-interviewguide-complete-signup .flex.content-wrap > div {
  width: 48.5%;
}

@media only screen and (max-width: 800px) {
  .page-template-page-interviewguide-video-signup .form-wrapper,
  .page-template-page-interviewguide-complete-signup .form-wrapper {
    width: auto !important;
  }
  .page-template-page-interviewguide-video-signup .form-wrapper > p,
  .page-template-page-interviewguide-complete-signup .form-wrapper > p {
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
  }
}

.i-prep-free {
  padding: 2em 0 2em;
  justify-content: space-between;
}

@media only screen and (max-width: 800px) {
  .i-prep-free {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 600px) {
  .i-prep-free {
    width: 90%;
  }
}

.i-prep-free__have-access {
  color: var(--main-blue);
  font-size: .85em;
  padding-top: .5em;
}

@media only screen and (max-width: 800px) {
  .i-prep-free__have-access {
    text-align: center;
  }
}

.i-prep-free .logo {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.i-prep-free h2 {
  font-weight: 700;
}

.i-prep-free h2 + a {
  display: inline-block;
  padding-top: .5em;
}

.i-prep-free .signup {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 800px) {
  .i-prep-free .signup {
    width: auto !important;
  }
}

.i-prep-free .signup > img {
  margin: -1em auto 0;
}

@media only screen and (max-width: 800px) {
  .i-prep-free .signup > img {
    max-width: 250px;
    margin-bottom: 1em;
  }
}

/* Thank You Pages
-------------------------------------------------------------- */
#wrapper.thanks {
  background-color: #edf0f2;
}

#wrapper.thanks h1 {
  font-size: 2.25em;
  font-weight: 700;
}

#wrapper.thanks .content-wrap {
  box-sizing: border-box;
}

#wrapper.thanks .content-wrap > .col-center {
  background-color: #fff;
  padding: 2em;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
}

/* Page Updating Template
-------------------------------------------------------------- */
.page-template-page_updating #wrapper {
  background-color: #f6f8f9;
}

.page-template-page_updating #content {
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  max-width: 500px;
  padding: 2em;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
}

.page-template-page_updating #content img {
  margin: 0 auto;
  width: 180px;
}

.page-template-page_updating #content h2 {
  font-weight: 600;
  font-size: 2em;
  padding: .75em 0;
}

/* Import Groups/Users page
-------------------------------------------------------------- */
#knowledge-links {
  margin-bottom: 2em;
  padding: 1.5em 2em;
  position: relative;
  background-color: #e0f7ef;
  border: 1px solid #caddd3;
}

#knowledge-links .glyphicon,
#knowledge-links [class|="fa"] {
  position: absolute;
  top: .5em;
  left: .5em;
  color: var(--main-green);
  font-size: 1em;
}

#knowledge-links ul {
  display: inline;
}

#knowledge-links li {
  display: inline;
  margin-right: 2px;
}

#knowledge-links li:after {
  content: ", ";
}

#knowledge-links li:last-child::after {
  content: "";
}

#knowledge-links a {
  text-decoration: underline;
}

/* Page: Support
-------------------------------------------------------------- */
.contactus #tabs {
  text-align: center;
  margin-bottom: 1em;
  font-size: .8em;
  font-weight: 600;
}

.contactus #tabs:before, .contactus #tabs:after {
  content: " ";
  display: table;
}

.contactus #tabs:after {
  clear: both;
}

.contactus #tabs > li > a {
  display: block;
  color: #303030;
  padding: 1em 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.contactus #tabs > li > a:hover {
  background: var(--main-lime);
}

.contactus #tabs > li > a img {
  display: block;
  width: 50%;
  margin: 0 auto 1em;
  max-width: 80px;
}

.contactus #tabs li.active a {
  background-color: var(--main-lime);
}

.contactus .tab-pane > ul {
  margin-bottom: 3em;
}

.contactus .tab-pane > ul li {
  margin-bottom: .5em;
}

.contactus .tab-pane table {
  font-size: .9em;
  width: 100%;
}

.contactus .tab-pane caption {
  text-align: left;
  font-weight: 600;
  padding-bottom: 1em;
  font-size: 1.1em;
  font-family: InterVariable, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.contactus .tab-pane th {
  background: #EDF9FF;
  border: 1px solid #C3D5DF;
}

.embedded-wrapper .modal-header {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  .contactus #tabs.parent li.col-3.pad {
    width: 23% !important;
    padding-left: 1% !important;
    padding-right: 1% !important;
    float: left !important;
  }
  .contactus #tabs.parent li.col-3.pad a {
    font-size: .8em;
    line-height: 1.3;
    padding: 1em .5em;
  }
}

@media screen and (max-width: 500px) {
  .contactus #tabs.parent li.col-3.pad {
    width: 48% !important;
    margin-bottom: 1em;
  }
  .contactus #tabs.parent li.col-3.pad a {
    font-size: .9em;
  }
}

/* Comparison tables
-------------------------------------------------------------- */
table.wsp-comparison th img {
  height: 50px;
  width: auto !important;
  max-width: none;
  margin: 0 auto;
}

table.wsp-comparison th img.wsp {
  height: 90px;
}

table.wsp-comparison tbody th {
  background: #e2eaee;
  font-weight: 700;
  border-top: 3px solid #808080;
  color: #303030;
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

table.wsp-comparison .bluebutton {
  text-decoration: none;
  padding: 0 1em;
  line-height: 30px;
}

table.wsp-comparison.even-3 td {
  width: 33.33%;
}

table.wsp-comparison.compare-2 td {
  width: 50%;
}

table.wsp-comparison.compare-2-w-scope-row td[scope="row"] {
  width: 25%;
}

@media screen and (min-width: 700px) {
  .entry table.wsp-comparison.wsp-40 th {
    width: 30%;
  }
  .entry table.wsp-comparison.wsp-40 th:first-child {
    width: 40%;
  }
  .entry table.wsp-comparison.wsp-50 th {
    width: 25%;
  }
  .entry table.wsp-comparison.wsp-50 th:first-child {
    width: 50%;
  }
}

#flagship-compare h5 {
  color: var(--main-orange);
  margin-bottom: 0;
}

#flagship-compare h5 + em {
  display: block;
  padding-top: .25em;
  font-style: italic;
  padding-bottom: 1em;
  font-weight: 600;
}

#flagship-compare ol + h5,
#flagship-compare ul + h5 {
  margin-top: 1em !important;
}

#flagship-compare ol > li:not(:last-child) {
  margin-bottom: .2em;
}

/* Us v Tham
-------------------------------------------------------------- */
.us-v-them table {
  display: block;
  margin-top: 2em;
}

.us-v-them thead th img {
  height: 80px;
  width: auto !important;
  max-width: none;
  margin: 0 auto;
}

.us-v-them thead th:nth-child(2) img {
  height: 105px;
  position: relative;
}

.us-v-them tbody td {
  border: 1px solid #e5e5e5;
  padding: 1.5em;
  text-align: center;
  font-size: .9em;
  vertical-align: top;
}

.us-v-them table td ul {
  list-style: disc;
  margin-left: 1.25em;
}

.us-v-them table td ul li {
  margin-bottom: .5em;
  text-align: left;
}

.us-v-them table:first-of-type thead th {
  width: 25%;
}

.us-v-them table:first-of-type tbody tr:first-of-type td {
  background: #e2eaee;
  font-weight: 700;
}

.us-v-them table#compare-client p {
  display: block;
  margin-bottom: 1.5em;
}

.us-v-them table#compare-client th {
  width: 25%;
}

.us-v-them table#compare-client th:first-of-type {
  width: 50%;
}

.us-v-them table#compare-client th,
.us-v-them table#compare-client td {
  border: 1px solid #e5e5e5;
}

.us-v-them table#compare-client th {
  border-bottom-color: #fff;
}

.us-v-them table#compare-client th img {
  padding-top: 1em;
}

.us-v-them table#compare-client td {
  vertical-align: top;
  text-align: left;
}

.us-v-them #samples {
  margin-top: 2em;
}

.us-v-them #samples th, .us-v-them #samples td {
  border: none !important;
}

.us-v-them #samples th img {
  width: 42%;
}

.us-v-them #samples th {
  vertical-align: bottom;
}

.us-v-them #samples td {
  font-weight: 600;
  font-size: .85em;
}

.us-v-them #samples a {
  display: block;
  margin-bottom: .75em;
  border: 1px solid #e2e2e2;
}

.us-v-them #samples a img {
  width: 100%;
}

.entry .model-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: .5em;
}

.entry .model-tabs .tab {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  margin-right: .5em;
  background-color: #f6f8f9;
  font-size: .85em;
  margin-bottom: 1em;
}

.entry .model-tabs .tab-header {
  color: #fff;
  padding: .25em;
  text-align: center;
  font-weight: 600;
}

.entry .model-tabs .tab-blue .tab-header {
  background-color: #19334b;
}

.entry .model-tabs .tab-grey .tab-header {
  background-color: #888b8e;
  border: 1px solid #888b8e;
}

.entry .model-tabs ul {
  padding: .5em 1em;
}

.entry .model-tabs li {
  margin-bottom: 0;
}

.wp-image-21676 {
  max-width: 285px;
}

#loans-bonds {
  font-size: .9em;
}

#loans-bonds thead th {
  color: #303030;
  background-color: #c8d8e3;
  border: 4px solid #fff;
  padding: .75em;
  line-height: 1.3;
  text-align: center;
}

#loans-bonds thead th:first-child {
  color: #303030;
  background: none;
}

#loans-bonds thead tr.header-aux th {
  color: #fff;
  text-align: center;
  width: 46%;
  background-color: #6789a0;
  border: 4px solid #fff;
}

#loans-bonds thead tr.header-aux th:first-child {
  width: 8% !important;
  background: none;
}

#loans-bonds th,
#loans-bonds td {
  line-height: 1.4;
  border-collapse: separate !important;
}

#loans-bonds td:not(.meter) {
  text-align: center;
}

#loans-bonds .meter {
  position: relative;
  /*
		.line {
			border-bottom: 1px dashed #6789a0;
			display: inline-block;
			width: 60%;
			height: 1px;
			position: relative;
			top: -3px;
		}
*/
}

#loans-bonds .meter:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  border-bottom: 1px dashed #6789a0;
  left: 10%;
  right: 10%;
  top: 50%;
  margin-top: -1px;
}

#loans-bonds .meter > * {
  display: inline-block;
  background-color: #f1f4f6;
  position: relative;
  min-width: 15%;
}

#loans-bonds .meter > *:first-child {
  text-align: right;
}

#loans-bonds .meter > *:first-child .arrow {
  padding-left: 8px;
}

#loans-bonds .meter > *:last-child .arrow {
  padding-right: 8px;
}

#loans-bonds .meter > * .arrow {
  color: #6789a0;
  position: relative;
  top: .15em;
}

#loans-bonds tbody td {
  background-color: #f1f4f6 !important;
  vertical-align: middle;
  border-color: #cacfd3 !important;
}

#loans-bonds tbody td:first-child {
  background: none !important;
  border-left: none !important;
  border-color: #e5e5e5 !important;
}

#resources-post-wrap .entry > ul {
  list-style: none;
  margin-left: 0;
}

#resources-post-wrap .entry > ul li {
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 2em;
}

#resources-post-wrap .entry > ul li p {
  padding-right: 12em;
  margin-bottom: 0;
}

#resources-post-wrap .entry > ul li br {
  display: none;
}

#resources-post-wrap .entry h2 {
  border: none !important;
}

#resources-post-wrap .entry h2 a {
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  .postid-19436 .entry .videowrapper,
  .postid-19829 .entry .videowrapper,
  .postid-19931 .entry .videowrapper {
    padding-bottom: 56%;
    width: 100%;
    margin: 2.5em auto 3em auto;
  }
}

.page-template-page-retail-thanks-conversion .refer-block {
  align-items: flex-start;
}

@media only screen and (min-width: 1000px) {
  .page-template-page-retail-thanks-conversion .refer-block {
    padding-bottom: 3em;
  }
}

.page-template-page-retail-thanks-conversion .refer-block #refer-tile {
  min-height: 414px;
}

.page-template-page-user-refcode .refer-block {
  min-height: 405px;
}

.page-template-page-user-refcode .content-wrap {
  max-width: 1100px;
}

.standalone-rewards-page {
  position: relative;
}

.refer-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.refer-block * {
  font-family: inherit !important;
}

.refer-block + .fineprint {
  padding: 1em;
  font-size: .75em;
  font-weight: 600;
}

@media only screen and (max-width: 1000px) {
  .refer-block + .fineprint {
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 2em;
  }
}

@media only screen and (max-width: 1000px) {
  .refer-block:not(.wspl-flex-cols) {
    flex-direction: column;
    align-items: center;
  }
}

.refer-block .num {
  font-weight: 700;
  display: block;
  line-height: 44px;
  height: 44px;
  width: 44px;
  text-align: center;
  margin: -2.75em auto 1em;
  background-color: var(--main-blue-light);
  border-radius: 50%;
  font-size: 20px;
  display: none;
}

.wh-content .refer-block .num {
  background-color: var(--custom-program-secondary-color);
  color: #fff;
  display: block;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.refer-block h2,
.refer-block p {
  text-align: center;
}

.refer-block h2.refer-block__num-title {
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
  padding-bottom: 1em;
  line-height: 1.4;
  font-size: 1.25em;
}

.refer-block h2.refer-block__num-title + p {
  font-size: .85em;
  margin-top: -1em;
}

.standalone-rewards-page {
  position: relative;
  z-index: 2;
  margin-top: -1.5em;
}

.banner + .refer-block {
  margin-top: -1.5em;
  padding-top: 0;
}

.refer-block__tile {
  padding: 2em 3em;
  box-sizing: border-box;
  background-color: #fff;
}

@media only screen and (max-width: 500px) {
  .refer-block__tile {
    padding: 2em;
  }
}

@media only screen and (max-width: 1000px) {
  .refer-block__w-points-tile .refer-block__tile:last-child {
    border-top: 1px solid #e5e5e5;
  }
  .refer-block__w-points-tile .refer-block__tile:last-child .num {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1000px) {
  .refer-block__points-tile {
    background-color: #f6f8f9;
  }
}

.refer-block__points-tile .yotpo-headline,
.refer-block__points-tile .yotpo description {
  display: none !important;
}

.refer-block__share-tile {
  position: relative;
  z-index: 1000;
  max-width: 700px;
}

.refer-block__share-tile h2 {
  font-weight: 700;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.4;
  margin: 0 auto 1em;
  max-width: 500px;
}

.refer-block__share-tile h2 .super {
  font-weight: 500;
  font-size: .75em;
  top: -.5em;
}

@media only screen and (max-width: 500px) {
  .refer-block__share-tile h2 br {
    display: none;
  }
}

.refer-block__share-tile h1,
.refer-block__share-tile h5 {
  text-align: center;
}

.refer-block__share-tile h1 {
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.15;
}

.refer-block__share-tile h5 {
  font-size: 1.1em;
  color: var(--main-green);
  font-weight: 600;
  margin: 1em 0 1.5em;
}

.refer-block__share-tile .sequence {
  margin-bottom: 2em;
  display: none;
}

.refer-block__share-tile .sequence > * {
  width: 33.333%;
  box-sizing: border-box;
  padding-right: 1em;
  position: relative;
  padding-left: 2em;
  line-height: 1.4;
}

.refer-block__share-tile .sequence strong {
  color: var(--main-blue);
  font-size: 2em;
  display: block;
  line-height: 1;
  position: absolute;
  left: 0;
}

.refer-block__share-tile .sequence p {
  font-size: .85em;
}

.refer-block__slideshow {
  width: 50%;
  max-width: 380px;
  margin-top: 3em;
}

@media only screen and (max-width: 1000px) {
  .refer-block__slideshow {
    display: none;
  }
}

.refer-block__slideshow img {
  width: 100%;
  margin: 0 auto;
}

.refer-block__slideshow .carousel {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.refer-block__slideshow-title {
  color: inherit;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .9em;
  text-align: center;
  margin-bottom: 1em;
}

.refer-block__slideshow-title img {
  width: auto;
  height: 36px;
  margin-bottom: .5em;
}

.refer-block__share-tile .yotpo-widget-referral-widget {
  color: #202020;
  font-family: InterVariable, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.refer-block__share-tile .yotpo-widget-referral-widget .yotpo-background.yotpo-center-background,
.refer-block__share-tile .yotpo-widget-referral-widget .yotpo-center-container {
  display: block;
  height: auto !important;
  background: none !important;
  padding: 0 !important;
}

.refer-block__share-tile .yotpo-widget-referral-widget .yotpo-tile-wrapper {
  width: auto;
  min-height: 0 !important;
  max-width: none !important;
  display: block;
  padding: 0 !important;
}

.refer-block__share-tile .yotpo-widget-referral-widget .yotpo-tile {
  min-height: 0;
  display: block;
  text-align: left;
  background: none !important;
  max-width: none;
}

.refer-block__share-tile .yotpo-widget-referral-widget .yotpo-tile-box {
  width: auto;
  display: block;
  height: auto;
  padding: 0 !important;
}

.refer-block__share-tile .yotpo-widget-referral-widget .yotpo-final-view {
  text-align: center;
}

.refer-block__share-tile .yotpo-widget-referral-widget .yotpo-header-text,
.refer-block__share-tile .yotpo-widget-referral-widget .yotpo-title-text,
.refer-block__share-tile .yotpo-widget-referral-widget .yotpo-description-text,
.refer-block__share-tile .yotpo-widget-referral-widget .yotpo-share-options-headline {
  display: none;
}

.refer-block__share-tile .yotpo-widget-referral-widget .yotpo-referral-widget-form {
  row-gap: unset;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  flex-direction: column;
}

.refer-block__share-tile .yotpo-widget-referral-widget .yotpo-referral-widget-form textarea {
  font-size: 1em;
  font-weight: 600;
  background-color: #f6f8f9;
  border-radius: 0;
  min-height: 120px;
}

@media only screen and (max-width: 1000px) {
  .refer-block__share-tile .yotpo-widget-referral-widget .yotpo-referral-widget-form textarea {
    font-size: 0.85em;
  }
}

.refer-block__share-tile .yotpo-widget-referral-widget .yotpo-referral-widget-error-message {
  position: relative;
  top: -1em;
}

.refer-block__share-tile .yotpo-widget-referral-widget .yotpo-action-button-widget {
  margin-top: 0 !important;
}

.refer-block__share-tile .yotpo-widget-referral-widget .yotpo-action-button-widget button.yotpo-button-style {
  width: 100%;
  max-width: 300px !important;
  margin: 0 auto;
}

.refer-block__share-tile .yotpo-widget-referral-widget .yotpo-action-button-widget button.yotpo-button-style > span {
  font-weight: 600 !important;
  font-size: 1.1em !important;
}

.refer-block__share-tile .yotpo-widget-referral-widget .yotpo-final-view .yotpo-title-text {
  font-size: 1em !important;
}

.refer-block__share-tile .yotpo-widget-referral-widget .yotpo-final-view .yotpo-action-button-widget button {
  text-align: center;
}

.wh-content .refer-block__share-tile .yotpo-widget-referral-widget .yotpo-referral-widget-form textarea {
  min-height: 150px;
}

.wh-content .refer-block__share-tile .yotpo-widget-referral-widget .yotpo-referral-widget-form textarea:active, .wh-content .refer-block__share-tile .yotpo-widget-referral-widget .yotpo-referral-widget-form textarea:focus {
  box-shadow: 0 0 1px 1px var(--custom-program-header-color);
}

.wh-content .refer-block__share-tile .yotpo-widget-referral-widget .yotpo-referral-widget-form .yotpo-email-share-caption {
  color: var(--custom-program-primary-color);
}

.wh-content .refer-block__share-tile .yotpo-widget-referral-widget .yotpo-referral-widget-form .yotpo-email-share-type-list:active,
.wh-content .refer-block__share-tile .yotpo-widget-referral-widget .yotpo-referral-widget-form .yotpo-email-share-type-list:focus {
  box-shadow: none;
}

.wh-content .refer-block__share-tile .yotpo-widget-referral-widget button.yotpo-filled-button {
  max-width: 300px !important;
  margin: 0.5em auto 0;
  background-color: var(--custom-program-header-color) !important;
}

.wh-content .refer-block__share-tile .yotpo-widget-referral-widget button.yotpo-filled-button > span {
  font-weight: 600 !important;
  font-size: 1.1em !important;
}

.wh-content .refer-block__share-tile .yotpo-widget-referral-widget button.yotpo-filled-button:hover {
  opacity: unset;
  filter: brightness(1.1);
}

.wh-content .refer-block__share-tile .yotpo-widget-referral-widget button.yotpo-filled-button:active, .wh-content .refer-block__share-tile .yotpo-widget-referral-widget button.yotpo-filled-button:focus {
  outline: none;
  box-shadow: none;
}

.wh-content .refer-block__share-tile .yotpo-widget-referral-widget button.yotpo-share-button-widget,
.wh-content .refer-block__share-tile .yotpo-widget-referral-widget button.yotpo-copy-text-button {
  border: none !important;
  padding: 5px;
}

.wh-content .refer-block__share-tile .yotpo-widget-referral-widget button.yotpo-share-button-widget:active, .wh-content .refer-block__share-tile .yotpo-widget-referral-widget button.yotpo-share-button-widget:focus,
.wh-content .refer-block__share-tile .yotpo-widget-referral-widget button.yotpo-copy-text-button:active,
.wh-content .refer-block__share-tile .yotpo-widget-referral-widget button.yotpo-copy-text-button:focus {
  box-shadow: none;
}

.wh-content .refer-block__share-tile .yotpo-widget-referral-widget button.yotpo-share-button-widget .yotpo-share-button-icon,
.wh-content .refer-block__share-tile .yotpo-widget-referral-widget button.yotpo-copy-text-button .yotpo-share-button-icon {
  width: 24px;
  height: 24px;
}

.wh-content .refer-block__share-tile .yotpo-widget-referral-widget button.yotpo-copy-text-button {
  width: auto !important;
  height: auto !important;
  align-items: center;
  position: relative;
}

.wh-content .refer-block__share-tile .yotpo-widget-referral-widget button.yotpo-copy-text-button .yotpo-copy-text,
.wh-content .refer-block__share-tile .yotpo-widget-referral-widget button.yotpo-copy-text-button .yotpo-copy-icon svg {
  display: none;
}

.wh-content .refer-block__share-tile .yotpo-widget-referral-widget button.yotpo-copy-text-button::before {
  display: flex;
  font-family: "Font Awesome 6 Pro";
  content: "\f0c1";
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #303030;
  border-radius: 50%;
  color: #fff;
  font-size: .7rem;
  font-weight: 600;
}

.wh-content .refer-block__share-tile .yotpo-widget-referral-widget button.yotpo-copy-text-button::after {
  content: "Copy Link";
  font-size: 13px;
  margin-left: 4px;
  letter-spacing: -0.03rem;
}

@media only screen and (max-width: 1480px) {
  .wh-content .refer-block__share-tile .yotpo-widget-referral-widget button.yotpo-copy-text-button::after {
    font-size: .65rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--main-meta-data-color);
  }
}

.wh-content .refer-block__share-tile .yotpo-widget-referral-widget button.yotpo-copy-text-button .yotpo-text-copied {
  position: absolute;
  bottom: 100%;
  left: -10px;
  border: solid 1px #e5e5e5;
  padding: 3px 5px;
  background: #fff;
}

.wh-content .refer-block__share-tile .yotpo-widget-referral-widget button.yotpo-copy-text-button .yotpo-text-copied-label {
  font-size: 0.8em !important;
  color: var(--custom-program-header-color) !important;
}

.wh-content .refer-block__share-tile .yotpo-widget-referral-widget button.yotpo-copy-text-button .yotpo-text-copied .yotpo-widget-success-icon {
  color: var(--custom-program-header-color) !important;
}

.refer-block__share-tile .yotpo-widget-referral-widget .yotpo-share-buttons-wrapper {
  margin-bottom: 0;
  padding-top: 0;
}

.refer-block__share-tile .yotpo-widget-referral-widget .yotpo-share-buttons-wrapper.yotpo-is-mobile .yotpo-share-button-txt,
.refer-block__share-tile .yotpo-widget-referral-widget .yotpo-share-buttons-wrapper.yotpo-is-mobile .yotpo-copy-text-button::after {
  display: none;
}

.refer-block__share-tile .yotpo-widget-referral-widget .yotpo-share-buttons-wrapper.yotpo-is-mobile .yotpo-share-buttons-container {
  justify-content: center;
}

.refer-block__share-tile .yotpo-widget-referral-widget .yotpo-share-buttons-wrapper .yotpo-share-copy-link {
  width: auto !important;
}

.refer-block__share-tile .yotpo-widget-referral-widget .yotpo-share-buttons-container {
  margin: 2em 0 0 !important;
  justify-content: space-between;
  gap: unset;
}

.refer-block__share-tile .yotpo-widget-referral-widget .yotpo-share-buttons-container.yotpo-is-mobile li {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

@media only screen and (max-width: 500px) {
  .refer-block__share-tile .yotpo-widget-referral-widget .yotpo-share-buttons-container .yotpo-share-button-icon {
    width: 24px;
    height: 24px;
  }
}

.yotpo-widget-referral-widget .yotpo-action-button-widget.yotpo-is-mobile {
  margin-top: 0 !important;
}

@media only screen and (max-width: 1480px) {
  .yotpo-widget-referral-widget .yotpo-share-button-txt {
    font-size: .65rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    white-space: nowrap;
    color: #6d7b86 !important;
  }
}

.refer-block__w-points-tile {
  padding: .5em;
  background-color: #FFF;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
}

.wh-content .refer-block__w-points-tile {
  box-shadow: none;
}

@media only screen and (max-width: 1000px) {
  .refer-block__w-points-tile {
    padding-left: 0;
    padding-right: 0;
  }
}

.refer-block__w-points-tile .refer-block__tile,
.wh-content .refer-block__w-points-tile .refer-block__share-tile,
.wh-content .refer-block__w-points-tile .refer-block__points-tile {
  flex: 1;
}

@media only screen and (max-width: 1000px) {
  .refer-block__w-points-tile .refer-block__tile,
  .wh-content .refer-block__w-points-tile .refer-block__share-tile,
  .wh-content .refer-block__w-points-tile .refer-block__points-tile {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .wh-content .refer-block__w-points-tile .refer-block__share-tile {
    margin-top: 1em;
  }
}

.wh-content .refer-block__w-points-tile .refer-block__points-tile {
  box-sizing: border-box;
  max-width: 700px;
}

.refer-block__w-points-tile .yopto-redemption-option {
  display: block;
  width: 400px;
  margin: 0 auto;
  background-color: #FFF;
}

.refer-block__w-points-tile .yotpo-coupons-redemption-widget .yotpo-coupon-icon {
  display: none;
}

.refer-block__w-points-tile .yotpo-coupons-redemption-widget .yotpo-redemption-option-container {
  padding: 0;
  width: 100%;
}

.refer-block__w-points-tile .yotpo-coupons-redemption-widget .yotpo-redemption-option-container .yotpo-redemption-option {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 300px;
  min-height: 170px;
  background-color: #232f3e;
  background-image: url("../../dist/images/amazon-logo.svg");
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center 16px;
  box-shadow: 0 0 11px 0 rgba(0, 142, 204, 0.15);
  border-radius: 4px;
  font-size: 1em;
}

.refer-block__w-points-tile .yotpo-coupons-redemption-widget .yotpo-redemption-option-container .yotpo-redemption-option:after {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: tint(#232f3e, 20%);
  opacity: 20%;
}

.refer-block__w-points-tile .yotpo-coupons-redemption-widget .yotpo-copy-code-button .yotpo-copy-code-text {
  font-size: 13px !important;
}

.refer-block__w-points-tile .yotpo-coupons-redemption-widget .yotpo-redemption-coupon-background {
  height: auto;
}

.refer-block__w-points-tile .yotpo-coupons-redemption-widget .yotpo-redemption-coupon-background .yotpo-copy-code-button {
  color: #FFF !important;
  background: var(--main-blue) !important;
  border-color: var(--main-blue) !important;
}

.refer-block__w-points-tile .yotpo-coupons-redemption-widget .yotpo-action-button-widget .yopto-widget-button-text {
  font-size: 16px;
  font-weight: 700;
}

.refer-block__w-points-tile .yotpo-coupons-redemption-widget .yotpo-redemption-option-container .yotpo-action-button-widget .yotpo-button-style {
  border-radius: 4px;
}

.refer-block__w-points-tile .yotpo-coupons-redemption-widget .three-in-row .yotpo-redemption-item {
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  .refer-block__w-points-tile .yotpo-coupons-redemption-widget .three-in-row .yotpo-redemption-item {
    margin-bottom: 80px;
  }
}

.refer-block__w-points-tile .yotpo-coupons-redemption-widget .yotpo-rule {
  display: none !important;
}

.refer-block__w-points-tile .yotpo-coupons-redemption-widget .yotpo-points-balance {
  margin: 1rem 0;
  padding-bottom: 0;
  font-size: 1.2em !important;
  font-weight: 600;
}

.refer-block__w-points-tile .yotpo-coupons-redemption-widget .yotpo-points-balance .yotpo-points-balance-text:nth-child(2) > span {
  display: inline-block;
  background-color: #fff;
  padding: 0 .25em;
  border: 1px solid #a0a0a0;
  color: #303030 !important;
}

.wh-content .refer-block__w-points-tile .yotpo-points-balance-text:nth-child(odd) > span {
  color: var(--custom-program-header-color);
}

.refer-block__w-points-tile .yotpo-coupons-redemption-widget .yotpo-coupouns-container {
  width: 100% !important;
}

.refer-block__w-points-tile .yotpo-coupons-redemption-widget .yotpo-redemption-option-reward {
  color: #FFF !important;
  font-size: 1.25em !important;
  font-weight: 700 !important;
}

.refer-block__w-points-tile .yotpo-coupons-redemption-widget .yotpo-action-button-widget button {
  color: #FFF !important;
  background: var(--main-blue) !important;
}

.refer-block__w-points-tile .yotpo-coupons-redemption-widget .yotpo-action-button-widget button[disabled="disabled"] {
  color: rgba(255, 255, 255, 0.75) !important;
  opacity: .5;
}

.refer-block__w-points-tile .yotpo-coupons-redemption-widget .yotpo-redemption-option-cost {
  color: tint(var(--main-blue), 30%) !important;
}

.refer-block__w-points-tile .yotpo-coupons-redemption-widget .yotpo-redemption-options-list.three-in-row {
  margin-top: 1em;
}

.refer-block__w-points-tile .yotpo-coupons-redemption-widget .swiper-container {
  padding-bottom: 0;
  width: 100%;
}

.refer-block__w-points-tile .yotpo-coupons-redemption-widget .swiper-container .swiper-slide {
  width: 100%;
}

.refer-block__w-points-tile .yotpo-coupons-redemption-widget .swiper-container .swiper-pagination {
  display: none;
}

.standalone-rewards-page .refer-block {
  margin-bottom: 2em;
}

/*
@keyframes slideBannerAnim {
    0%, 100% {
        transform: translateY(-300%);
        opacity: 0;
    }

    5%, 95% {
        transform: translateY(0);
        opacity: 1; 
    }
}
*/
.slide-banner {
  display: block;
  margin: 0 auto;
  padding: 1em;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: var(--main-lime);
  color: #303030;
  text-align: center;
  font-size: .9em;
  line-height: 1.4;
}

.slide-banner i {
  color: var(--main-blue);
}

.slide-banner__wrapper {
  box-sizing: border-box;
  z-index: 1000;
}

.wsp-lesson-block {
  --focus-outline-offset: -2px;
}

.wsp-lesson-block__tracker {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #303030;
  box-sizing: border-box;
  z-index: 100;
  position: absolute;
  left: 0.8em;
  top: 0.65em;
}

.wsp-lesson-block__tracker--flag {
  border: none !important;
}

.wsp-lesson-block__tracker--flag i {
  display: inline-block;
  font-size: 0.9em;
}

.completed .wsp-lesson-block__tracker {
  background-color: var(--main-lime);
  background-image: url("https://media.wallstreetprep.com/wspimage/wsp-check-lime-bg.svg");
  background-size: cover;
  border: 1px solid #303030;
}

.completed .wsp-lesson-block__tracker--flag {
  border: none;
  background: #fff;
}

.current.completed .wsp-lesson-block__tracker--flag {
  background: #eaf4f9;
}

.assignment .wsp-lesson-block__tracker {
  position: relative;
  left: auto;
  top: auto;
  z-index: 200;
}

.assignment-header + .assignment .marker::before {
  top: 50%;
}

.assignment .marker::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #d5d5d5;
  left: calc(1em + 7px);
  z-index: 100;
}

.assignment:last-child .marker::before {
  bottom: 50%;
}

.wspl-course-result .wsp-lesson-block__tracker {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-top: -7px;
  left: -1.5rem;
  z-index: 101;
  transition: transform 0.25s ease-in-out;
  background-color: #f6f8f9;
}

.wspl-course-result[data-course-status="completed"] .wsp-lesson-block__tracker {
  background-color: var(--main-lime);
  background-image: url("https://media.wallstreetprep.com/wspimage/wsp-check-lime-bg.svg");
  background-size: cover;
}

.syllabus .wsp-lesson-block__tracker {
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-top: -4px;
  right: 2.75em;
  left: auto;
}

.wsp-file-download {
  display: flex;
  width: 90%;
  max-width: 500px;
  background-color: #eaf4f9;
  border: 1px solid #dce1e5;
  padding: 0 1em 0 0;
  box-sizing: border-box;
  position: relative;
  font-size: .9em;
  margin: 1em auto 0;
  align-items: center;
}

.wsp-file-download__file {
  font-size: 2em;
  margin-right: 0.5em;
  padding: 0.65em;
  background-color: #fff;
  border-right: 1px solid #dddfe0;
  line-height: 1;
}

.wsp-file-download__text {
  color: black;
}

.wsp-file-download__dl {
  position: absolute;
  top: 50%;
  right: 1em;
  font-size: 1em;
  margin-top: -.5em;
}

.sales-aside {
  font-weight: 700;
  font-size: .85em;
  margin-top: 2em;
}

@media only screen and (min-width: 1000px) {
  .sales-aside {
    width: 90%;
  }
}

.sales-aside__header {
  font-size: 1.1em;
  padding-bottom: .65em;
  line-height: 1.4;
}

/* Page: Corporate Training (& univ for training modules)
-------------------------------------------------------------- */
.page-template-page-landing-page-2022 #our-training-options h4 {
  font-size: 1.4em;
}

.who-for-icons strong,
.industry-icons strong {
  display: inline-block;
  margin-left: .5em;
  color: #fff;
  line-height: 1.8em;
  position: relative;
  font-weight: 500;
  background-color: var(--main-blue);
  text-align: center !important;
}

.who-for-icons strong.ib,
.industry-icons strong.ib {
  background-color: var(--main-blue);
}

.who-for-icons strong.pe,
.industry-icons strong.pe {
  background-color: #2e3a90;
}

.who-for-icons strong.cf,
.industry-icons strong.cf {
  background-color: var(--main-red);
}

.who-for-icons strong.am,
.industry-icons strong.am {
  background-color: #1eaaa5;
}

.who-for-icons strong.er,
.industry-icons strong.er {
  background-color: #44c1e6;
}

.who-for-full {
  display: none;
}

.who-for-icons {
  display: block;
  margin-top: 2em;
  font-size: .75em !important;
  font-weight: 600 !important;
}

.who-for-icons strong {
  margin-left: .5em;
  width: 1.8em;
  height: 1.8em;
  border-radius: .9em;
  top: -1px;
}

#modal-university-training-programs .program-description > ul {
  display: block;
  clear: both;
  list-style: disc;
  text-align: center;
  margin-left: 0;
  margin-bottom: 1em;
}

#modal-university-training-programs .program-description > ul:before, #modal-university-training-programs .program-description > ul:after {
  content: " ";
  display: table;
}

#modal-university-training-programs .program-description > ul:after {
  clear: both;
}

#modal-university-training-programs .program-description > ul li {
  display: block;
  float: left;
  font-size: .85em;
  font-weight: 600;
  width: 100%;
  padding: .5em 0;
  background-color: #e5f7ff;
  border-bottom: 1px solid #d4e3e6;
  border-radius: 5px;
}

#modal-university-training-programs h6 {
  color: var(--main-blue);
  font-weight: 600;
  font-size: 1.15em;
  margin: 1.5em 0 1em;
  display: block;
  clear: both;
}

#modal-university-training-programs .img-contain {
  width: auto;
}

#modal-university-training-programs .img-contain img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 1em;
}

@media only screen and (min-width: 700px) {
  #modal-university-training-programs .img-contain {
    float: right;
    display: inline-block;
    border: 1px solid #e9e9e9;
    margin-left: 2em;
    margin-bottom: 0;
  }
  #modal-university-training-programs .img-contain img {
    margin: 0;
    width: 16em;
    max-width: 100%;
    border: none;
  }
  #modal-university-training-programs .program-description > ul li {
    width: 49%;
  }
  #modal-university-training-programs .program-description > ul li:nth-child(odd) {
    margin-right: 2%;
  }
}

.learning-list__sectioner {
  color: #35735e;
  margin: 2em 0 1em;
  font-weight: 600;
  text-transform: uppercase;
  background: #d3ecd3;
  font-size: .8em;
  line-height: 1.4;
  padding: .5em 1em;
  letter-spacing: .5px;
}

.learning-list__sectioner:first-child {
  margin-top: -1em;
}

#learning-list .truncate-container {
  max-height: 200px;
}

#learning-list .truncate-container--h300 {
  max-height: 300px;
}

#learning-list .content {
  font-size: .95em;
}

@media only screen and (min-width: 1100px) {
  #learning-list .content:not(.no-cols) {
    columns: 2;
    column-gap: 50px;
  }
}

#learning-list h5 {
  margin-top: 0;
  font-weight: 700;
  color: var(--main-green);
}

#learning-list > ul {
  margin-left: 1.2em;
  margin-bottom: 1em;
}

#learning-list li {
  list-style: none;
  margin-bottom: .75em;
  position: relative;
}

#learning-list li .glyphicon,
#learning-list li [class|="fa"] {
  position: absolute;
  left: 0;
  top: .6em;
  font-size: .75em;
}

#learning-list li:not(.header) {
  padding-left: 1.25em;
}

#learning-list .level-2 {
  page-break-inside: avoid;
  font-weight: 700;
}

#learning-list .level-2 > ul {
  font-weight: 500;
}

#learning-list .content > ul ul {
  margin-top: .5em;
  page-break-inside: avoid;
}

#learning-list .list-2 ul {
  margin-left: 0;
}

@media only screen and (min-width: 1000px) {
  #learning-list .list-2 {
    display: flex;
    justify-content: space-between;
  }
  #learning-list .list-2 ul {
    width: 48%;
  }
}

.single-coursesalemodules #learning-list {
  background-color: #eef9ee;
  box-sizing: border-box;
  margin: 3em auto 0;
  border: 1px solid #d6e6d6;
  border-top: 4px solid #98d8aa;
  padding: 2em;
}

@media only screen and (min-width: 1000px) {
  .single-coursesalemodules #learning-list {
    padding: 3em;
  }
}

@media only screen and (min-width: 1000px) {
  .single-coursesalemodules #learning-list .content {
    max-width: 900px;
    margin: 0 auto;
  }
}

.single-coursesalemodules #learning-list h2 {
  margin-bottom: 1em;
}

.single-coursesalemodules #learning-list h5 {
  color: #303030;
  margin-bottom: 1em;
}

.single-coursesalemodules #learning-list .showmore {
  background-color: #eef9ee;
  text-align: center;
  position: relative;
  bottom: -1em;
}

.single-coursesalemodules #learning-list .showmore::before {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(237, 249, 238, 0.8), #edf9ee);
}

#graphicWrapAM {
  position: relative;
  margin-top: 4em;
}

#graphicWrapAM #lms-graphic-assign {
  margin-left: 325px;
}

#graphicWrapAM #lms-graphic-assessments-1 {
  right: auto;
  top: 1em;
  transform: none !important;
  width: 285px;
  height: 300px;
}

#course-mod-grid {
  min-height: 400px;
}

section#ld {
  height: calc(575px + 3em);
  box-sizing: border-box;
}

#lms-graphic-assign {
  height: 500px;
  width: 1400px;
  position: relative;
}

@media only screen and (max-width: 700px) {
  #lms-graphic-assign {
    height: 300px;
    font-size: .9em;
  }
}

#lms-graphic-assign .lms-graphic__fade {
  background: linear-gradient(0deg, #f6f8f9 0%, rgba(246, 248, 249, 0) 100%);
  height: 300px;
  bottom: -50px;
  display: none !important;
}

#lms-graphic-assign .lms-graphic__fade--dk {
  display: block !important;
  width: 600px;
  left: auto;
  top: 0;
  right: calc((50vw - min(45vw, 570px) + 1675px + 325px) - 100vw);
  height: 100%;
  background: linear-gradient(270deg, #0a2540 25%, transparent);
}

#lms-graphic-assign .lms-graphic {
  width: 1400px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 50px 50px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -5px rgba(0, 0, 0, 0.3);
  padding-top: 0;
}

#lms-graphic-assign .lms-graphic__title-row {
  padding: 2em;
}

#lms-graphic-assign .lms-graphic__h2 {
  font-weight: 700;
}

#collage-online-content .six-four {
  margin-right: 150px;
}

@media only screen and (max-width: 1080px) {
  #collage-online-content .six-four {
    display: none;
  }
}

#collage-online-content #lms-graphic-whatsnew {
  position: absolute;
  top: 2em;
  width: 350px;
  right: 50px;
}

@media only screen and (max-width: 1080px) {
  #collage-online-content #lms-graphic-whatsnew {
    position: relative;
    top: auto;
    right: auto;
    width: 90%;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 680px) {
  #collage-online-content #lms-graphic-whatsnew {
    width: 100%;
    margin-bottom: 5px;
  }
}

.lms-graphic-wrap {
  position: relative;
}

#lms-graphic-rec {
  margin-bottom: 80px;
  right: -50px;
}

#lms-graphic-rec .lms-graphic {
  width: 420px;
}

#lms-graphic-rec .lms-graphic + .lms-graphic {
  position: absolute;
  left: 300px;
  top: 60px;
}

.lms-graphic {
  background-color: #fff;
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px rgba(0, 0, 0, 0.3);
  color: #22384e;
  font-size: .8em;
  border: 1px solid #e9edef;
  padding: 1.5em 2em 0 2em;
  position: relative;
}

.lms-graphic__wrapper {
  margin-top: 1em;
}

.lms-graphic .title-group__title {
  font-size: 1.25em;
}

.lms-graphic .fa-bell {
  color: rgba(0, 0, 0, 0.3);
  position: relative;
  margin-right: .5em;
}

.lms-graphic .fa-bell::after {
  content: "6";
  transition: transform 0.25s cubic-bezier(0.17, 0.67, 0.42, 1.15);
  display: block;
  background-color: var(--main-red);
  font-family: sans-serif;
  color: #fff;
  font-size: 9px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  text-align: center;
  line-height: 11px;
  position: absolute;
  top: -2px;
  left: .55rem;
}

.lms-graphic .fa-bell.js-animate:after {
  transform: scale(0.2, 0.2);
  transition-delay: 0.5s;
}

.lms-graphic .fa-bell.js-animated:after {
  transform: scale(1, 1);
}

.lms-graphic .fa-circle-check {
  color: inherit;
  font-weight: 400;
  font-size: 0.9em;
}

.lms-graphic .fa-circle-check::before {
  background: radial-gradient(circle at center, var(--main-lime) 55%, transparent 55%);
}

.lms-graphic .fa-chevron-down,
.lms-graphic .fa-chevron-up {
  transform: scale(0.9, 1.5);
  font-weight: 700;
  line-height: 1;
  position: relative;
  right: -1px;
}

.lms-graphic .fa-chevron-down {
  top: -1.5px;
}

.lms-graphic .fa-chevron-up {
  bottom: -1.5px;
}

.lms-graphic__sep {
  border-bottom: 1px solid #e9edef;
}

.lms-graphic--fulldash {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  padding-left: 250px;
  border: none;
}

.lms-graphic--fulldash.js-animate {
  opacity: 0;
  transform: translateY(150px);
}

.lms-graphic--fulldash.js-animated {
  opacity: 1;
  transform: translateY(0);
}

.lms-graphic__leftnav {
  width: 250px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 2.5em;
  background-color: var(--main-blue);
  color: #fff;
  border-top-left-radius: 8px;
}

.lms-graphic__leftnav-header {
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}

.lms-graphic__leftnav-nav {
  margin-top: 3em;
}

.lms-graphic__leftnav-nav li {
  margin-bottom: 1.5em;
  font-size: 1.1em;
}

.lms-graphic__leftnav-nav i {
  opacity: .5;
  width: 30px;
}

.lms-graphic__ui-inner {
  height: 100%;
}

.lms-graphic__ui-body {
  background-color: #f6f8f9;
  height: 100%;
  padding: 2em;
}

.lms-graphic__leftnav-title {
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 1.1em;
}

.lms-graphic__leftnav-icon {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
  line-height: 30px;
  text-align: center;
  margin-right: 1em;
}

.lms-graphic__title-row {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.lms-graphic__title-row.js-animate {
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

.lms-graphic__title-row.js-animate.js-animated {
  opacity: 1;
}

.lms-graphic__ui-title-row {
  padding: 2em;
  border-bottom: 1px solid #e9edef;
  background-color: #fff;
}

.lms-graphic__title-headshot {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1em;
}

.lms-graphic .fa-arrow-right {
  position: absolute;
  top: 50%;
  margin-top: -.25rem;
  right: .75rem;
  font-size: .7em;
  color: var(--main-blue);
}

.lms-graphic__title-hero {
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.lms-graphic__subtitle {
  color: var(--main-blue);
  font-size: .8em;
  padding-top: .5em;
  font-weight: 600;
}

.lms-graphic__h1 {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1;
}

.lms-graphic__h2 {
  font-weight: 600;
  font-size: 1.15em;
  line-height: 1.3;
}

.lms-graphic__h2 .info {
  font-weight: 500;
  font-size: .75em;
  margin-left: 1em;
}

.lms-graphic__h2 .tag {
  display: inline-block;
  background-color: var(--main-green);
  font-size: .7rem;
  padding: .25em .5em;
  color: #fff !important;
  font-weight: 600;
  border-radius: 1em;
  text-transform: uppercase;
  margin-right: 1em;
}

.lms-graphic__h2 .tag--purple {
  background-color: #9475c3;
}

.lms-graphic__h2 + .info {
  margin-top: 0;
}

.lms-graphic__h3 {
  font-weight: 600;
  padding-bottom: .25em;
  line-height: 1.3;
}

.lms-graphic__h3 + .lms-graphic__desc {
  margin-top: .5em;
}

.lms-graphic__h4 {
  font-weight: 600;
  font-size: 0.9em;
  line-height: 1;
}

.lms-graphic__h4 + .info {
  margin-top: 0;
}

.lms-graphic__h5 {
  font-size: 0.75em;
  line-height: 1;
  margin-top: 0.5em;
}

.lms-graphic__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.lms-graphic__tags > * {
  box-sizing: border-box;
  font-size: 0.35em;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.1em;
  background-color: #fff;
  border: solid 1px #e9edef;
  border-radius: 20px;
  padding: 0 2em;
  margin-bottom: 1em;
  text-align: center;
}

.lms-graphic__tags > *:not(:last-child) {
  margin-right: 1em;
}

.lms-graphic__fade {
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #fff 25%, transparent);
}

.lms-graphic__fade--dk {
  background: linear-gradient(0deg, #0a2540 25%, transparent);
}

.lms-graphic__ui-mod--compact {
  letter-spacing: -0.025em;
}

.lms-graphic__ui-mod + .lms-graphic__ui-mod:not(.lms-graphic__col) {
  margin-top: 1.5em;
}

.lms-graphic__ui-mod, .lms-graphic__inner {
  background-color: #fff;
  box-shadow: 0 0 9px -4px rgba(50, 50, 93, 0.25);
  border: 1px solid #e9edef;
  margin: 1em 0;
  position: relative;
}

.lms-graphic__inner.js-animate {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.15s ease-in-out, transform 0.2s ease-in-out;
}

.lms-graphic__inner.js-animate.js-animated {
  opacity: 1;
  transform: translateY(0);
}

.lms-graphic--faded .lms-graphic__inner {
  margin-bottom: 1rem;
}

.lms-graphic__title-row + .lms-graphic__inner {
  margin-top: 1em;
}

.lms-graphic__button {
  background-color: var(--main-blue);
  width: 40px;
  height: 10px;
  border-radius: 20px;
  margin-top: .5rem;
}

.lms-graphic__row {
  position: relative;
  background-color: #fff;
  padding: 1em;
  border-bottom: 1px solid #e9edef;
}

.lms-graphic__row--arr {
  padding-right: 2rem;
}

.lms-graphic__row--flex {
  display: flex;
  align-items: center;
}

.lms-graphic__row--flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lms-graphic__row:last-child {
  border-bottom: none;
}

.lms-graphic__stats-list {
  flex-wrap: wrap;
}

.lms-graphic__stats-list > li {
  box-sizing: border-box;
  width: 50%;
}

.lms-graphic__stats-list > li .lms-graphic__h1 {
  color: var(--main-blue);
}

.lms-graphic__stats-list > li:nth-child(n+3) {
  margin-top: 1em;
}

.lms-graphic__select-button-item--highlighted {
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  color: #FFF;
  background-color: var(--main-blue);
}

.lms-graphic__select-button-list {
  margin-top: 0.5em;
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
}

.lms-graphic__select-button-list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
  margin-bottom: 0.25em;
  border-radius: 4px;
  border: 1px solid #e9edef;
  font-size: 0.8em;
}

.lms-graphic__select-button-list > li:not(:last-of-type) {
  margin-right: 0.25em;
}

.lms-graphic__select-button-list.js-animate > .lms-graphic__select-button-item--highlighted {
  color: inherit;
  background-color: #FFF;
}

.lms-graphic__tiles-list > li {
  border: solid 1px #e9edef;
  margin-bottom: 0.25em;
}

.lms-graphic__tiles-list > li:last-child {
  border-bottom: solid 1px #e9edef;
}

.lms-graphic__col-wrap {
  display: flex;
  align-items: flex-start;
}

.lms-graphic__col:not(:last-child) {
  margin-right: 1rem;
}

.lms-graphic__content {
  flex-grow: 1;
}

.lms-graphic__thumb {
  min-width: 34px;
  max-width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 1em;
}

.lms-graphic__desc-line {
  height: 5px;
  background-color: #e1e6ea;
}

.lms-graphic__desc-line:not(:first-child) {
  margin-top: 5px;
}

.lms-graphic__desc-line:nth-child(even) {
  width: 90%;
}

.lms-graphic__go {
  min-width: 50px;
  max-width: 50px;
  text-align: right;
  font-size: .75em;
  color: var(--main-blue);
  text-decoration: underline;
}

.lms-graphic__go i {
  font-size: 1.75em;
  text-decoration: none;
  margin-right: .5em;
}

.lms-graphic__row--thead {
  background-color: #f6f8f9;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.lms-graphic__row--assignment .lms-graphic__content {
  max-width: 350px;
  min-width: 350px;
}

.lms-graphic__row--dropdown {
  background-color: #f6f8f9;
}

.lms-graphic__row--dropdown > * {
  margin-top: 0;
}

.lms-graphic__row--dropdown .info {
  font-size: 0.45rem;
}

.lms-graphic__date, .lms-graphic__row--thead {
  text-transform: uppercase;
  font-size: .75em;
}

.lms-graphic__switch, .lms-graphic__date {
  min-width: 125px;
  max-width: 125px;
}

.lms-graphic__switch .fa-toggle-off {
  opacity: .5;
}

.lms-graphic__switch .fa-toggle-on {
  color: var(--main-green);
}

.--theme-dk .lms-graphic {
  border: none;
}

.lms-graphic__select-button-list.js-animated > .lms-graphic__select-button-item--highlighted:nth-child(1) {
  transition-delay: 0.25s;
  color: #FFF;
  background-color: var(--main-blue);
}

.lms-graphic__select-button-list.js-animated > .lms-graphic__select-button-item--highlighted:nth-child(2) {
  transition-delay: 0.5s;
  color: #FFF;
  background-color: var(--main-blue);
}

.lms-graphic__select-button-list.js-animated > .lms-graphic__select-button-item--highlighted:nth-child(3) {
  transition-delay: 0.75s;
  color: #FFF;
  background-color: var(--main-blue);
}

.lms-graphic__select-button-list.js-animated > .lms-graphic__select-button-item--highlighted:nth-child(4) {
  transition-delay: 1s;
  color: #FFF;
  background-color: var(--main-blue);
}

.lms-graphic__select-button-list.js-animated > .lms-graphic__select-button-item--highlighted:nth-child(5) {
  transition-delay: 1.25s;
  color: #FFF;
  background-color: var(--main-blue);
}

.lms-graphic__select-button-list.js-animated > .lms-graphic__select-button-item--highlighted:nth-child(6) {
  transition-delay: 1.5s;
  color: #FFF;
  background-color: var(--main-blue);
}

.lms-graphic__select-button-list.js-animated > .lms-graphic__select-button-item--highlighted:nth-child(7) {
  transition-delay: 1.75s;
  color: #FFF;
  background-color: var(--main-blue);
}

.lms-graphic__select-button-list.js-animated > .lms-graphic__select-button-item--highlighted:nth-child(8) {
  transition-delay: 2s;
  color: #FFF;
  background-color: var(--main-blue);
}

.lms-graphic__select-button-list.js-animated > .lms-graphic__select-button-item--highlighted:nth-child(9) {
  transition-delay: 2.25s;
  color: #FFF;
  background-color: var(--main-blue);
}

.lms-graphic__select-button-list.js-animated > .lms-graphic__select-button-item--highlighted:nth-child(10) {
  transition-delay: 2.5s;
  color: #FFF;
  background-color: var(--main-blue);
}

#collage-onboarding {
  left: -50px;
}

@media only screen and (max-width: 860px) {
  #collage-onboarding {
    left: auto;
    right: -50px;
  }
  #collage-onboarding .six-four {
    display: none;
  }
}

#graphic-doc-onboarding {
  width: 225px;
  position: absolute;
  top: 10%;
  right: -100px;
  padding: 0;
}

@media only screen and (max-width: 860px) {
  #graphic-doc-onboarding {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    box-sizing: border-box;
  }
}

#collage-assessments {
  margin-top: -150px;
}

#collage-assessments {
  margin-top: -150px;
}

@media only screen and (max-width: 1080px) {
  #collage-assessments {
    margin-left: -50px;
  }
  #collage-assessments .wsp-img-collage__img--major {
    display: none;
  }
}

@media only screen and (max-width: 680px) {
  #collage-assessments {
    margin-top: 0;
    margin-left: 0;
  }
  #collage-assessments #lms-graphic-assessments-1 {
    position: relative;
    top: -10px;
    right: auto;
    width: 100%;
    box-sizing: border-box;
  }
  #collage-assessments #lms-graphic-assessments-2 {
    display: none;
  }
}

.--js-ajax-load-results {
  transition: opacity ease-in-out .3s;
  opacity: 1;
}

.--js-ajax-load-results.active {
  opacity: .5;
}

.path-tabs-content .wspl-course-result__wrap {
  background-color: #f9fafb !important;
}

.path-tabs-content .wspl-course-result__wrap:hover {
  background-color: #fff !important;
}

.wspl-course-result {
  position: relative;
  cursor: default;
  height: 100%;
  background-color: #fff;
}

.wspl-course-result__edit {
  position: absolute;
  padding: 0.5em 0.5em 0 0;
  top: 1px;
  right: 1px;
  z-index: 100;
  line-height: 1;
  font-size: 0.5em;
  opacity: 0.75;
  color: var(--main-blue);
}

.wspl-course-result__edit:hover {
  opacity: 1;
}

.wspl-course-result__wrap {
  box-sizing: border-box;
  display: flex;
}

.wspl-course-result__wrap:focus {
  position: relative;
  z-index: 1;
}

.wspl-course-result__wrap:focus ~ * {
  z-index: 2;
}

.wspl-course-result__prog {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  z-index: 1;
}

.wspl-course-result__prog-number {
  font-weight: 600;
}

.wspl-course-result__prog-number i {
  color: inherit;
  font-size: 1.5em;
}

.wspl-course-result__prog--meter {
  display: block;
  height: 6px;
  background-color: var(--custom-group-accent-color);
}

.wspl-course-result__prog-wrap {
  display: flex;
  flex-direction: column;
}

.wspl-course-result__prog-wrap .wspl-course-result__prog {
  position: static;
}

.wspl-course-result__prog-wrap .wspl-course-result__prog-details {
  font-size: 0.75em;
  margin-top: 0.5em;
  color: var(--main-meta-data-color);
}

.wspl-course-result__image-wrap {
  overflow: hidden;
  position: relative;
}

.wspl-course-result__image-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

.wspl-course-result__title-block {
  color: #303030;
  flex: 1;
  display: flex;
}

.wspl-course-result__title {
  line-height: 1.3;
  display: block;
  font-weight: 500;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.wspl-course-result__simple-title {
  display: none;
}

.wspl-course-result__meta-data {
  font-size: 0.7em;
  color: var(--main-meta-data-color);
}

.wspl-course-result__meta-data i {
  font-size: 0.85em;
}

.wspl-course-result__meta-data > span {
  white-space: nowrap;
}

.wspl-course-result__meta-data > span:not(:last-child)::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #707070;
  display: inline-block;
  margin: 0 6px 0 6px;
  position: relative;
  top: -2px;
}

.wspl-course-result__completed-icon {
  display: inline-block;
  background-color: var(--main-lime);
  background-image: url(https://media.wallstreetprep.com/wspimage/wsp-check-lime-bg.svg);
  background-size: cover;
  border: 1px solid #303030;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  top: 1px;
  position: relative;
}

.wspl-course-result__actions {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.65em;
}

.wspl-course-result__cert-link, .wspl-course-result__home-link,
.wspl-course-result .js--favorite {
  display: block;
}

.wspl-course-result__cert-link:hover i, .wspl-course-result__home-link:hover i,
.wspl-course-result .js--favorite:hover i {
  transform: scale(1.2);
}

.wspl-course-result__home-link,
.wspl-course-result .js--favorite {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  --focus-outline-offset: 4px;
}

.wspl-course-result__path-link, .wspl-course-result__cert-link {
  width: 10px;
}

.wspl-course-result__path-link .fa-award, .wspl-course-result__cert-link .fa-award {
  font-size: 0.9em;
}

.wspl-course-result__home-link .fa-home,
.wspl-course-result__cert-link .fa-award,
.wspl-course-result__path-link .fa-person-hiking,
.wspl-course-result .js--favorite .fa-heart {
  color: var(--custom-group-color);
  display: block;
  position: absolute;
  top: 50%;
  line-height: 0;
  font-size: 14px;
  z-index: 100;
  cursor: pointer;
  transition: transform 0.15s ease-in-out;
}

.wspl-course-result__home-link .fa-home.fas,
.wspl-course-result__cert-link .fa-award.fas,
.wspl-course-result__path-link .fa-person-hiking.fas,
.wspl-course-result .js--favorite .fa-heart.fas {
  color: var(--main-orange);
}

.wspl-course-result__path-link {
  position: relative;
}

.wspl-course-result__path-link .fa-person-hiking {
  cursor: default;
}

.wspl-course-result .js--favorite .fas.fa-heart {
  visibility: hidden;
  opacity: 0;
}

.wspl-course-result :is(.js--favorite:hover, .js--favorite:focus) .fa-heart {
  color: var(--main-orange) !important;
  transform: scale(1.2);
}

.wspl-course-result .favorited .fas.fa-heart {
  visibility: visible;
  opacity: 1;
}

.wspl-course-result .favorited .far.fa-heart {
  visibility: hidden;
}

.wspl-course-result__button {
  min-width: 75px;
  padding: 0;
}

.wspl-course-result__button.disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.wspl-course-result.exam-result [data-toggle="modal"] {
  cursor: pointer;
}

@media only screen and (max-width: 1000px) {
  .wspl-course-result .wspl-logo-overlay {
    display: none;
  }
}

.wspl-course-result:hover .wspl-course-result__image-bg {
  transform: scale(1.1);
}

.wspl-course-result:hover .wspl-course-result__title {
  color: var(--custom-group-color);
}

.all-courses__default-view .wspl-course-result:not(.hidden):not(.wspl-course-result--package):not(:last-child) {
  margin-bottom: 0.35em;
}

.all-courses__default-view .wspl-course-result__wrap {
  justify-content: space-between;
  padding: 1em 185px 1em 1em;
  min-height: 6em;
  border: 1px solid #d5d5d5;
}

@media only screen and (max-width: 1000px) {
  .all-courses__default-view .wspl-course-result__wrap {
    min-height: auto;
    padding: 0.5em 175px 0.5em 0.5em;
  }
}

@media only screen and (max-width: 600px) {
  .all-courses__default-view .wspl-course-result__wrap {
    padding-right: 85px;
  }
}

.all-courses__default-view .wspl-course-result__image-wrap {
  min-width: 180px;
  max-width: 180px;
  height: 110px;
}

@media only screen and (max-width: 1000px) {
  .all-courses__default-view .wspl-course-result__image-wrap {
    max-width: 75px;
    min-width: 75px;
    max-height: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .all-courses__default-view .wspl-course-result__image-wrap {
    max-width: 60px;
    min-width: 60px;
  }
}

.all-courses__default-view .wspl-course-result__prog {
  border-top: 3px solid #fff;
}

.all-courses__default-view .wspl-course-result__title-block {
  padding: 0 1.35em;
  flex-direction: column;
}

@media only screen and (max-width: 1000px) {
  .all-courses__default-view .wspl-course-result__title-block {
    justify-content: center;
    padding-right: 0;
  }
}

.all-courses__default-view .wspl-course-result__title {
  font-size: 1.1em;
}

@media only screen and (max-width: 1000px) {
  .all-courses__default-view .wspl-course-result__title {
    font-size: 0.95em;
  }
}

.all-courses__default-view .wspl-course-result__meta-data {
  padding: 0.5em 0;
  font-size: 0.85em;
}

@media only screen and (max-width: 1000px) {
  .all-courses__default-view .wspl-course-result__meta-data {
    display: none;
  }
}

.all-courses__default-view .wspl-course-result__summary {
  font-size: 0.8em;
  max-width: 600px;
}

@media only screen and (max-width: 1000px) {
  .all-courses__default-view .wspl-course-result__summary {
    display: none;
  }
}

.all-courses__default-view .wspl-course-result__author {
  display: none;
}

.all-courses__default-view .wspl-course-result__actions {
  top: 1px;
  right: 1em;
  bottom: 1px;
  justify-content: flex-end;
  transition: min-width 0.25s ease-in-out, max-width 0.25s ease-in-out;
}

@media only screen and (max-width: 600px) {
  .all-courses__default-view .wspl-course-result__button-container {
    display: none;
  }
}

@media only screen and (min-width: 1001px) {
  .all-courses__default-view .wspl-course-result__button {
    min-width: 100px;
  }
}

.all-courses__list-view:has(.wspl-course-result:not(.hidden)) {
  border-bottom: 1px solid #d5d5d5;
}

.all-courses__list-view.package-container__wrapper, .all-courses__list-view.single-package {
  border-bottom: none !important;
}

.all-courses__list-view .wspl-course-result {
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}

.all-courses__list-view .wspl-course-result__wrap {
  justify-content: space-between;
  background-color: #fff;
  padding: 0.5em 185px 0.5em 0.5em;
}

@media only screen and (max-width: 600px) {
  .all-courses__list-view .wspl-course-result__wrap {
    padding-right: 95px;
  }
}

.all-courses__list-view .wspl-course-result:hover .wspl-course-result__wrap {
  background-color: #f6f8f9;
}

.all-courses__list-view .wspl-course-result__prog {
  border-top: 3px solid #fff;
}

.all-courses__list-view .wspl-course-result__image-wrap {
  max-width: 75px;
  min-width: 75px;
  height: 50px;
  font-size: 0.5em;
  line-height: 1.2;
}

@media only screen and (max-width: 600px) {
  .all-courses__list-view .wspl-course-result__image-wrap {
    max-width: 60px;
    min-width: 60px;
  }
}

.all-courses__list-view .wspl-course-result__title-block {
  align-items: center;
  padding: 0 1.35em;
}

@media only screen and (max-width: 600px) {
  .all-courses__list-view .wspl-course-result__title-block {
    padding: 0 1em;
  }
}

.all-courses__list-view .wspl-course-result__title {
  max-width: 70%;
  min-width: 70%;
  margin-right: 1em;
  font-size: 0.95em;
}

@media only screen and (max-width: 1000px) {
  .all-courses__list-view .wspl-course-result__title {
    max-width: none;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .all-courses__list-view .wspl-course-result__meta-data {
    display: none;
  }
}

.all-courses__list-view .wspl-course-result__summary, .all-courses__list-view .wspl-course-result__author, .all-courses__list-view .wspl-course-result--package---meta,
.all-courses__list-view .wspl-course-result .wspl-logo-overlay,
.all-courses__list-view .wspl-course-result .path-meta {
  display: none;
}

.all-courses__list-view .wspl-course-result__actions {
  top: 1px;
  right: 1em;
  bottom: 1px;
  justify-content: flex-end;
  transition: min-width 0.25s ease-in-out, max-width 0.25s ease-in-out;
}

@media only screen and (max-width: 600px) {
  .all-courses__list-view .wspl-course-result__button-container {
    display: none;
  }
}

.all-courses__card-view .wspl-course-result {
  border: 1px solid #d5d5d5;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.all-courses__card-view .wspl-course-result__edit {
  left: 5px;
  right: auto;
  color: #fff;
}

.all-courses__card-view .wspl-course-result__wrap {
  flex-direction: column;
  height: 100%;
  min-height: 275px;
}

.all-courses__card-view .wspl-course-result__image-wrap {
  height: 135px;
  font-size: 0.75em;
  line-height: 1.3;
}

.all-courses__card-view .wspl-course-result__image-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(184deg, rgba(0, 0, 0, 0) 32.59%, #000 89.35%);
}

@media only screen and (max-width: 1000px) {
  .all-courses__card-view .wspl-course-result__image-wrap {
    height: 153px;
  }
}

.all-courses__card-view .wspl-course-result__title-block {
  flex-direction: column;
  justify-content: flex-start;
  padding: 1em;
}

.all-courses__card-view .wspl-course-result__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.all-courses__card-view .wspl-course-result__summary,
.all-courses__card-view .wspl-course-result .wspl-logo-overlay,
.all-courses__card-view .wspl-course-result .wsp-lesson-block__tracker {
  display: none;
}

.all-courses__card-view .wspl-course-result__meta-data {
  padding-top: 0.5em;
}

.all-courses__card-view .wspl-course-result__actions {
  right: 0.5em;
  top: 0.5em;
}

.all-courses__card-view .wspl-course-result__actions > * {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.all-courses__card-view .wspl-course-result__home-link,
.all-courses__card-view .wspl-course-result .--has-infobox {
  display: none;
}

.all-courses__card-view .wspl-course-result__author {
  margin-top: auto;
}

.all-courses__card-view .wspl-course-result__button-container {
  display: none;
}

@media only screen and (max-width: 800px) {
  .all-courses__card-view.section--fading {
    max-height: 900px;
  }
}

@media only screen and (min-width: 801px) {
  .all-courses__card-view.section--fading .section--fading-footer {
    display: none;
  }
}

.wspl-course-result--package {
  margin: 0 auto;
  width: 90%;
  max-width: 1250px;
}

.wspl-course-result--package + .package-container__wrapper {
  margin: 0 auto;
  width: 90%;
  max-width: 1250px;
}

.wspl-course-result--package:not(.wspl-course-result--package-card) .wspl-course-result__wrap {
  padding: 1em;
  min-height: 6em;
  border: 1px solid #d5d5d5;
  cursor: pointer;
}

@media only screen and (max-width: 1000px) {
  .wspl-course-result--package:not(.wspl-course-result--package-card) .wspl-course-result__wrap {
    min-height: auto;
    padding: 0.5em 1em 0.5em 0.5em;
  }
}

.wspl-course-result--package:not(.wspl-course-result--package-card) .wspl-course-result__image-wrap {
  min-width: 180px;
  max-width: 180px;
  height: 110px;
  font-size: 0.75em;
  color: var(--main-blue);
}

@media only screen and (max-width: 1000px) {
  .wspl-course-result--package:not(.wspl-course-result--package-card) .wspl-course-result__image-wrap {
    max-width: 75px;
    min-width: 75px;
    max-height: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .wspl-course-result--package:not(.wspl-course-result--package-card) .wspl-course-result__image-wrap {
    max-width: 60px;
    min-width: 60px;
  }
}

.wspl-course-result--package:not(.wspl-course-result--package-card) .wspl-course-result__title-block {
  padding: 0 1.35em;
  justify-content: space-between;
}

@media only screen and (max-width: 1000px) {
  .wspl-course-result--package:not(.wspl-course-result--package-card) .wspl-course-result__title-block {
    padding-right: 0;
    align-items: center;
  }
}

.wspl-course-result--package:not(.wspl-course-result--package-card) .wspl-course-result__title {
  font-size: 1.1em;
}

@media only screen and (max-width: 1000px) {
  .wspl-course-result--package:not(.wspl-course-result--package-card) .wspl-course-result__title {
    font-size: 0.95em;
  }
}

.wspl-course-result--package:not(.wspl-course-result--package-card) .wspl-course-result__meta-data {
  padding: 0.5em 0;
  font-size: 0.85em;
  font-weight: 600;
}

@media only screen and (max-width: 1000px) {
  .wspl-course-result--package:not(.wspl-course-result--package-card) .wspl-course-result__meta-data {
    display: none;
  }
}

.wspl-course-result--package:not(.wspl-course-result--package-card) .wspl-course-result__summary {
  font-size: 0.8em;
  max-width: 600px;
}

@media only screen and (max-width: 1000px) {
  .wspl-course-result--package:not(.wspl-course-result--package-card) .wspl-course-result__summary {
    display: none;
  }
}

.wspl-course-result--package:not(.wspl-course-result--package-card) .wspl-course-result__package-meta {
  min-width: 100px;
  max-width: 100px;
  margin-left: 2em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.wspl-course-result--package:not(.wspl-course-result--package-card) .wspl-course-result__package-meta > div {
  width: 100%;
  align-items: center;
  display: flex;
  font-size: 0.7em;
  padding: 0.75em 0;
  font-weight: 700;
  color: var(--custom-group-color);
  line-height: 1;
}

.wspl-course-result--package:not(.wspl-course-result--package-card) .wspl-course-result__package-meta-icon {
  font-size: 1.75em;
  margin-right: 0.5em;
}

@media only screen and (max-width: 1000px) {
  .wspl-course-result--package:not(.wspl-course-result--package-card) .wspl-course-result__package-meta {
    display: none;
  }
}

.wspl-course-result--package:not(.wspl-course-result--package-card) .wspl-course-result__package-icon {
  color: var(--custom-group-color);
  margin-left: 2em;
}

.wspl-course-result--package:not(.wspl-course-result--package-card) + .package-container__wrapper {
  margin: 0 auto;
  width: 90%;
  max-width: 1250px;
}

.wspl-course-result--package-card {
  background-color: unset;
}

.wspl-course-result--package-card .wspl-course-result__wrap {
  border-bottom: 1px solid #d5d5d5;
  padding: 1em 0;
  align-items: center;
  cursor: pointer;
}

.wspl-course-result--package-card .wspl-course-result__image-wrap {
  min-width: 75px;
  max-width: 75px;
  height: 75px;
  font-size: 0.75em;
  color: var(--main-blue);
  border-radius: 50%;
}

@media only screen and (max-width: 1000px) {
  .wspl-course-result--package-card .wspl-course-result__image-wrap {
    max-width: 50px;
    min-width: 50px;
    max-height: 50px;
  }
}

.wspl-course-result--package-card .wspl-course-result__title-block {
  padding: 0 1.35em;
  justify-content: space-between;
}

@media only screen and (max-width: 1000px) {
  .wspl-course-result--package-card .wspl-course-result__title-block {
    padding-right: 0;
    align-items: center;
  }
}

.wspl-course-result--package-card .wspl-course-result__meta-data {
  padding-top: 0.5em;
  font-size: 0.9em;
}

@media only screen and (max-width: 1000px) {
  .wspl-course-result--package-card .wspl-course-result__meta-data {
    display: none;
  }
}

.wspl-course-result--package-card .wspl-course-result__package-meta {
  display: flex;
  align-items: center;
  font-size: 0.8em;
  font-weight: 600;
  color: var(--custom-group-color);
  gap: 2em;
}

@media only screen and (max-width: 1000px) {
  .wspl-course-result--package-card .wspl-course-result__package-meta {
    display: none;
  }
}

.wspl-course-result--package-card .wspl-course-result__package-icon {
  color: var(--custom-group-color);
  margin-left: 2em;
}

.wspl-course-result--package-card .wspl-course-result__title {
  font-size: 1.1em;
}

@media only screen and (max-width: 1000px) {
  .wspl-course-result--package-card .wspl-course-result__title {
    font-size: 0.95em;
  }
}

.wspl-course-result--package-card .wspl-course-result__summary {
  display: none;
}

.wspl-course-result--package-card + .package-container__wrapper {
  border: none;
  padding: 0;
  background-color: unset;
  width: 100%;
  max-width: none;
}

.wspl-course-result--package-card + .package-container__wrapper .wspl-course-slider-wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 1250px;
}

.wspl-course-result--playlist .wspl-course-result__wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  padding: 1.5em 2em;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  cursor: pointer;
}

@media only screen and (max-width: 1000px) {
  .wspl-course-result--playlist .wspl-course-result__wrap {
    padding: 1em 1.5em 1em 1em;
  }
}

.wspl-course-result--playlist .wspl-course-result__image-wrap {
  min-width: 55px;
  max-width: 55px;
  height: 55px;
  font-size: 0.75em;
  color: var(--main-blue);
  border-radius: 50%;
}

@media only screen and (max-width: 1000px) {
  .wspl-course-result--playlist .wspl-course-result__image-wrap {
    max-width: 50px;
    min-width: 50px;
    max-height: 50px;
  }
}

.wspl-course-result--playlist .wspl-course-result__title-block {
  flex-direction: column;
}

.wspl-course-result--playlist .wspl-course-result__title {
  max-width: 600px;
  font-weight: 600;
  font-size: 1.15em;
}

.wspl-course-result--playlist .wspl-course-result__meta-data {
  padding-top: 0.5em;
  font-size: 0.75em;
}

.wspl-course-result--playlist .wspl-course-result__summary {
  padding-top: 0.5em;
  font-size: 0.8em;
  max-width: 800px;
}

@media only screen and (max-width: 1000px) {
  .wspl-course-result--playlist .wspl-course-result__summary {
    display: none;
  }
}

.wspl-course-result--playlist .wspl-course-result__package-meta {
  display: flex;
  align-items: center;
  gap: 4em;
  margin-left: 2em;
}

.wspl-course-result--playlist .wspl-course-result__package-meta-icon {
  font-size: 1.5em;
}

.wspl-course-result--playlist .wspl-course-result__package-meta .chevron {
  transition: transform 0.2s ease-in-out;
}

@media only screen and (max-width: 1000px) {
  .wspl-course-result--playlist .wspl-course-result__package-meta {
    display: none;
  }
}

.wspl-course-result--playlist .wspl-course-result__package-icon {
  color: var(--custom-group-color);
  margin-left: 2em;
}

.wspl-course-result--playlist .wspl-course-result__prog {
  min-width: 125px;
}

.wspl-course-result--playlist .wspl-course-result .wspl-logo-overlay {
  display: none;
}

.wspl-course-result--playlist + .package-container__wrapper {
  background-color: #fff;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5 !important;
}

.wspl-course-result--playlist + .package-container__wrapper .grouping-course.wspl-course-result:last-child {
  border-bottom: 1px solid #d5d5d5;
}

@media only screen and (min-width: 1001px) {
  .package-container.active .wspl-course-result--playlist:not(.wspl-course-result--playlist-simple) + .package-container__wrapper {
    padding-top: 0.5em;
  }
}

@media only screen and (min-width: 1001px) {
  .wspl-course-result--playlist-simple .wspl-course-result__wrap {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .wspl-course-result--playlist-simple .wspl-course-result__package-meta-icon {
    font-size: 1.25em;
  }
}

.wspl-course-result--playlist-simple .wspl-course-result__title-block {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wspl-course-result--playlist-simple .wspl-course-result__meta-data {
  text-transform: uppercase;
  font-size: 0.7em;
  padding-bottom: 0.25em;
}

.wspl-course-result--playlist-simple .wspl-course-result__actions, .wspl-course-result--playlist-simple .wspl-course-result__summary, .wspl-course-result--playlist-simple .wspl-course-result__prog {
  display: none;
}

.wspl-course-result--playlist-simple + .package-grouped-courses .grouping-course.wspl-course-result .wspl-course-result__wrap {
  padding-right: 1.5em;
  opacity: 0.5;
  transition: opacity 0.1s ease-in-out;
}

.wspl-course-result--playlist-simple + .package-grouped-courses .grouping-course.wspl-course-result.current .wspl-course-result__wrap,
.wspl-course-result--playlist-simple + .package-grouped-courses .grouping-course.wspl-course-result:hover .wspl-course-result__wrap {
  opacity: 1;
  background-color: #fff;
}

.wspl-course-result.bundle-tile {
  display: grid;
}

.wspl-course-result.bundle-tile .wspl-course-result__wrap,
.wspl-course-result.bundle-tile .wspl-course-result__image-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.wspl-course-result.bundle-tile .wspl-course-result__title-block {
  flex-direction: column;
}

.wspl-course-result.bundle-tile .wspl-logo-overlay {
  display: block;
  width: unset;
  height: unset;
}

.wspl-course-result.bundle-tile .wspl-course-result__button-container {
  display: none;
}

.wspl-course-result.bundle-tile .wspl-course-result__meta-data {
  color: inherit;
}

.wspl-course-result.bundle-tile .wspl-course-result__actions {
  right: 0.5em;
  top: 0.5em;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.package-container {
  margin-bottom: 0.35em;
}

.package-container__wrapper {
  -webkit-transition: max-height 0.2s ease-in-out, padding 0.2s ease-in-out;
  -moz-transition: max-height 0.2s ease-in-out, padding 0.2s ease-in-out;
  -o-transition: max-height 0.2s ease-in-out, padding 0.2s ease-in-out;
  -ms-transition: max-height 0.2s ease-in-out, padding 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out, padding 0.2s ease-in-out;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  background-color: #e1e6ea;
  box-sizing: border-box;
  padding: 0 1em;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.package-container.active .package-container__wrapper {
  max-height: 2000px;
  padding: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  visibility: visible;
}

.package-container.active .wspl-course-result--package-card + .package-container__wrapper {
  max-height: 2000px;
  padding: 1em 0em;
  margin-bottom: 1em;
  overflow: visible;
  border-bottom: none !important;
}

.package-container:has(.wspl-course-result--playlist):not(:last-child) {
  margin-bottom: 1em;
}

.package-container.active .wspl-course-result--playlist + .package-container__wrapper {
  border-color: #d5d5d5 !important;
}

.package-container.active .wspl-course-result--playlist .chevron {
  transform: rotate(90deg);
}

.package-grouped-courses > .wspl-course-result.grouping-course {
  margin-left: 1.5em;
}

.package-grouped-courses > .wspl-course-result.grouping-course.has-simple-title .wspl-course-result__title {
  display: none;
}

.package-grouped-courses > .wspl-course-result.grouping-course.has-simple-title .wspl-course-result__simple-title {
  display: block;
}

.package-grouped-courses > .wspl-course-result.grouping-course:last-child {
  border-bottom: 1px solid #d5d5d5;
}

.package-grouped-courses > .wspl-course-result.grouping-course::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  border-left: 1px solid #d5d5d5;
  left: calc(-1rem + -1px);
  z-index: 100;
  transition: transform 0.25s ease-in-out;
}

.package-grouped-courses > .wspl-course-result.grouping-course:first-child::after {
  top: 50%;
}

.package-grouped-courses > .wspl-course-result.grouping-course:last-child::after {
  bottom: 50%;
}

.package-grouped-courses > .wspl-course-result.grouping-course[data-course-status="completed"] .wspl-course-result__path-el i {
  color: var(--main-green);
}

.package-grouped-courses > .wspl-course-result.grouping-course .wspl-course-result__wrap {
  padding-right: 165px;
}

@media only screen and (max-width: 600px) {
  .package-grouped-courses > .wspl-course-result.grouping-course .wspl-course-result__wrap {
    padding-right: 75px;
  }
}

.previous-version .wspl-course-result__title::after {
  content: "Previous Case Study";
  color: #fff;
  font-weight: 500;
  padding: 2px 5px;
  margin-left: 6px;
  font-size: 0.55em;
  position: relative;
  top: -2px;
  background-color: var(--main-meta-data-color);
}

.wsp-admin .previous-version {
  display: none !important;
}

.offline-exam-email-body,
.offline-exam-email-subject {
  list-style: none;
  margin-left: 0 !important;
  background-color: #f7f7f7;
  border: 1px solid #d5d5d5;
  padding: 1em;
  font-family: Courier, monospace;
  margin-bottom: 2em !important;
  margin-top: 2em !important;
  display: block;
}

.offline-exam-email-body::before,
.offline-exam-email-subject::before {
  font-family: InterVariable, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.7em;
  font-weight: 600;
  display: block;
  padding-bottom: 2em;
  color: var(--main-blue);
}

.offline-exam-email-body::before {
  content: "Copy/Paste the below into the body of your email";
}

.offline-exam-email-subject::before {
  content: "Copy/Paste the below into subject of your email if it is not autofilled";
}

#iprepModal .modal-body {
  color: #fff;
}

#iprepModal .modal-content {
  background-image: url("https://media.wallstreetprep.com/wspimage/bg-modal-iprep.jpg");
}

#iprepModal .modal-content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 79, 117, 0.8) linear-gradient(-125deg, rgba(189, 52, 0, 0.7), rgba(0, 79, 117, 0.8));
}

#iprepModal .img-frame {
  overflow: hidden;
  position: relative;
  right: -3em;
  top: .75em;
}

#iprepModal .img-frame img {
  width: 600px;
  max-width: none;
  position: relative;
}

#iprepModal .content {
  width: 400px;
  float: left;
}

#iprepModal .content > strong {
  display: block;
  font-size: 1.7em;
  line-height: 1.25;
  margin-bottom: .75em;
}

#iprepModal .content ul {
  list-style: none;
  font-size: .95em;
}

#iprepModal .content li {
  position: relative;
  margin-bottom: 1em;
}

#iprepModal .content .fa-circle-check {
  font-size: .75em;
  position: absolute;
  top: .65em;
  left: -1.5em;
}

#iprepModal .content .price {
  float: left;
  font-size: 1.75em;
  margin-right: .5em;
  top: -.1em;
}

#iprepModal .content .button-container {
  margin-top: 2em;
}

#iprepModal .content .button-container > .greenbutton {
  margin-right: .5em;
}

#iprepModal .content .button-container .bluebutton,
#iprepModal .content .button-container .greenbutton {
  padding-top: .6em;
  padding-bottom: .6em;
  width: 100px;
}

#iprepModal .content .bluebutton {
  background-color: #20adef;
}

@media screen and (max-width: 700px) {
  #iprepModal .modal-dialog {
    max-width: 500px;
  }
  #iprepModal .content {
    float: none;
    width: auto;
  }
  #iprepModal .img-frame {
    display: none;
  }
  #iprepModal .price,
  #iprepModal .greenbutton {
    display: none;
  }
  #iprepModal .button-container {
    text-align: center;
  }
  #iprepModal .bluebutton {
    width: 90% !important;
    max-width: 200px !important;
  }
}

#the-reviews {
  background-color: #FFF;
}

.selfstudy #the-reviews {
  background-color: #edf0f2;
}

#reviews-contain > .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

#reviews-contain > .flex .review-block {
  width: 49.5%;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
  background-color: #f9fafb;
}

#TOC-list + #the-reviews {
  background-color: #092540;
}

@media only screen and (min-width: 800px) {
  #TOC-list + #the-reviews {
    background-image: url(https://media.wallstreetprep.com/wspimage/banner-self-study-2015.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
  }
  #TOC-list + #the-reviews::before {
    content: "";
    background-color: black;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .8;
  }
}

#TOC-list + #the-reviews h2 {
  color: #fff;
  position: relative;
  z-index: 100;
}

.review-block {
  margin-bottom: .65em;
  box-sizing: border-box;
  padding: 1em 1.5em;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.review-block .rating {
  height: 30px;
  background-image: url(https://media.wallstreetprep.com/wspimage/wsp-rev-stars-5.svg);
  background-repeat: no-repeat;
  background-size: 90px;
  display: none;
}

.review-block.show {
  display: block;
}

.review-block .glyphicon,
.review-block [class|="fa"] {
  position: absolute;
  top: .75em;
  right: .75em;
  font-size: .75em;
}

.review-block .content {
  font-size: .95em;
  line-height: 1.6;
}

.review-block .date {
  font-size: .7em;
  margin-top: .25em;
  padding-bottom: 1em;
  font-weight: 600;
  color: #96a0ac;
}

.review-block .sem-type {
  font-weight: 700;
}

.review-block .seminar-type {
  font-weight: 700;
  font-size: .85em;
  padding: .5em 0;
}

.rev-stars {
  font-size: .8em;
  float: right;
}

.rev-stars.stars-4 .glyphicon:last-child,
.rev-stars.stars-4 [class|="fa"]:last-child {
  color: #ddd;
}

.bluebutton .icon-stars {
  display: inline;
  width: 60px;
  padding-left: .25em;
}

.review-name {
  font-size: .8em;
  padding-top: .75em;
}

.review.email {
  font-size: .9em;
  padding: 2.5em 2em;
  background-color: #fff;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  box-sizing: border-box;
}

.review.email *:not(.glyphicon),
.review.email *:not([class|="fa"]) {
  font-family: InterVariable, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.review.email:last-child {
  border-bottom: none;
}

.review.email .edit {
  position: absolute;
  top: 1em;
  right: 1em;
}

.js .single-coursesalemodules .review.email,
.js .selfstudy .review.email {
  display: none;
}

.single-seminars #reviews .email {
  padding: 2em 1.5em;
  border: 1px solid #e5e5e5;
  margin-bottom: 1em;
  background-color: #fff;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
}

.email-re {
  float: right;
}

.single-coursesalemodules .email-re {
  display: none;
}

.email-re,
.email-from {
  font-weight: 700;
}

.email-date {
  color: #949494;
}

.email-to {
  color: #a9a9a9;
}

.email-header,
.email-content {
  padding-left: 3em;
}

.email-header {
  position: relative;
  margin-bottom: 1em;
  font-size: .85em;
}

.email-header img {
  position: absolute;
  width: 2em;
  left: -.25em;
  top: .25em;
}

.email-content p {
  margin-bottom: 1em;
}

.email-content p:last-of-type {
  margin-bottom: 0;
}

.blackout {
  background-color: #404040;
  height: 1em;
  width: 60px;
  display: inline-block;
  margin-right: .1em;
  position: relative;
  top: .15em;
  transform: scale(1, 0.7);
}

.blackout + .blackout {
  width: 110px;
}

.publiccourses .email {
  box-sizing: border-box;
  padding: 1.5em 2em 2em;
  width: auto;
  margin-bottom: .75em;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 6px;
  display: none;
}

.publiccourses .email-content {
  font-size: 1.25em;
  line-height: 1.5;
  padding: 1em 0 .5em;
}

.publiccourses .email-date {
  position: relative;
  float: none;
  color: var(--main-orange);
  padding-bottom: 0;
  letter-spacing: 0 !important;
  font-size: .75em;
}

.publiccourses .email-name {
  padding-left: 0;
  font-size: .75em;
}

.publiccourses .email-name strong {
  color: #303030;
  font-size: 13px;
  font-weight: 600 !important;
}

.star-four .rating *:last-child {
  color: #d9d9d9;
}

#loadMore,
#loaded {
  display: inline-block;
  margin: 2em auto;
}

#loaded {
  display: none;
}

@media screen and (max-width: 600px) {
  .review.email {
    padding: 1.5em 2em;
  }
  .email-header {
    padding-left: 0;
  }
  .email-header img {
    display: none;
  }
  .email-re {
    float: none;
  }
  .email-date {
    font-size: .85em;
    color: #7a7a7a;
  }
}

.modal-fixed-header {
  position: sticky;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  padding: 1em;
  color: #fff;
  background: #0C1621;
  font-size: .95em;
  margin-bottom: -1em;
}

.modal-fixed-header__button {
  margin-left: 2em;
}

.modal-backdrop.in + .modal-backdrop.in {
  opacity: 0 !important;
}

.modal {
  z-index: 2002 !important;
}

.modal-over-modal {
  z-index: 3002 !important;
}

.modal-over-modal .modal-dialog {
  z-index: 3003 !important;
}

.modal-over-modal .modal-backdrop {
  z-index: 3001 !important;
  cursor: default;
}

body .modal-backdrop {
  z-index: 2001 !important;
  background-color: var(--main-blue) !important;
}

body.modal-black-bg .modal-backdrop {
  background-color: #36393c !important;
}

body.page-template-page-mycourses-2019 .modal-backdrop {
  background-color: rgba(37, 38, 44, 0.93) !important;
}

.modal-close-top {
  text-align: center;
  height: 0;
  cursor: pointer;
}

@media only screen and (max-width: 1000px) {
  .modal-close-top {
    margin-top: 3em;
  }
}

.modal-close-top [data-dismiss="modal"] {
  position: relative;
  color: var(--main-blue);
  font-size: .9em;
  font-weight: 600;
  top: -3em;
}

.modal-close-top [data-dismiss="modal"]:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1000px) {
  .modal-close-top [data-dismiss="modal"] {
    top: -2.5em;
  }
}

.wsp-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 1037;
  opacity: .96;
  display: none;
}

.wsp-modal > .content-wrap {
  height: 100%;
}

.included-course-modal .entry {
  font-size: .9em;
}

.included-course-modal .intro {
  color: var(--main-blue-dark);
}

.included-course-modal .title {
  font-size: 1.35em;
  font-weight: 700;
  padding-bottom: .75em;
}

.included-course-modal h4 {
  margin-top: 2em !important;
}

/*
#modal-noaccess {
	font-size: .9em;

	.modal-dialog {
		max-width: 760px;
	}
}
*/
.modal.my-courses-alert .modal-dialog .modal-body {
  overflow: hidden;
}

.modal.my-courses-alert .modal-dialog strong {
  color: #ffcc00;
}

.modal.my-courses-alert .modal-dialog h3 {
  font-size: 1.5em;
  text-decoration: left;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #ffcc00;
}

.modal.my-courses-alert .modal-dialog h3 br {
  display: none;
}

.modal.my-courses-alert .modal-dialog .dismiss,
.modal.my-courses-alert .modal-dialog .content a {
  color: #93e9ff;
  text-decoration: underline;
  cursor: pointer;
}

.modal.my-courses-alert .modal-dialog .content {
  padding-right: 280px;
  text-align: center;
}

.modal.my-courses-alert .modal-dialog .img-frame {
  float: right;
  width: 260px;
}

.modal.my-courses-alert .modal-dialog img {
  width: 500px;
  max-width: none;
}

body.single-knowledgebaseposts .modal-backdrop {
  background-color: #0D0F11;
}

.modal:not([data-backdrop="static"]),
#ouibounce-ouibounce-modal .underlay {
  cursor: url("https://media.wallstreetprep.com/wspimage/cursor-close.png") 10 10, pointer;
}

.modal-content {
  cursor: default;
}

.modal-backdrop.in {
  opacity: .9 !important;
}

.modal-backdrop.green-bg.in {
  background-color: var(--main-green) !important;
  opacity: 1 !important;
}

body.single-coursesalemodules.modal-open {
  overflow: hidden;
}

.dont-show {
  padding-top: 2em;
  clear: both;
}

.close-modal {
  font-style: italic;
  color: #ffcc00;
  padding-bottom: 2em;
  cursor: pointer;
}

.modal .modal-dialog {
  position: relative;
  background: none;
  width: 94%;
  max-width: 900px;
  margin: 4em auto;
  /*
	&:not(.max-600):not(.max-700) {
			max-width: 900px;
	}
*/
}

.modal .modal-dialog .modal-body {
  border: none !important;
}

.modal .modal-dialog.min-700 {
  max-width: 700px;
}

.modal-dialog .close {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1000px) {
  .modal .modal-dialog.full-1000 {
    width: 100%;
    max-width: none;
    margin: 0 !important;
  }
}

@media only screen and (max-width: 1000px) {
  .modal .modal-dialog.full-1000 .modal-close-top {
    height: auto;
    background-color: var(--main-blue);
    margin: 0;
    padding: .5em 1em;
  }
}

@media only screen and (max-width: 1000px) {
  .modal .modal-dialog.full-1000 .modal-close-top [data-dismiss="modal"] {
    position: static;
    color: #fff;
  }
}

.modal.modal-full-width > .modal-dialog {
  max-width: none;
  width: auto;
  margin: 0;
}

.modal-content {
  border-radius: 0 !important;
}

.modal-content.blue-back {
  background-color: var(--main-blue);
}

.modal-content.blue-back .close {
  background-color: var(--main-blue-hover);
}

.modal-content.blue-back p,
.modal-content.blue-back h3 {
  color: #fff;
}

.modal-content.blue-back h3 {
  text-align: center;
  border-bottom: none;
  font-weight: 300;
  font-size: 2em;
  margin-bottom: 0;
  padding-bottom: .25em;
}

.modal-content .modal-header {
  background-color: #f6f8f9;
  border-bottom: 1px solid #edf0f2;
  padding: .75em 1em;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 1em;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-content .modal-header--min {
  background-color: transparent;
  border-bottom: none;
  padding-bottom: 0;
}

.modal-content .modal-header__title {
  font-weight: 700;
  font-size: 1.1em;
}

.modal-content .modal-header__subtitle {
  font-size: .6em;
  font-weight: 700;
  margin-bottom: 1.5em;
}

.modal-content .modal-body {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 2em 3em;
}

.modal-content .modal-body:before, .modal-content .modal-body:after {
  content: " ";
  display: table;
}

.modal-content .modal-body:after {
  clear: both;
}

.modal-content .modal-body .infusion-form,
.modal-content .modal-body .wsp-form,
.modal-content .modal-body .wpcf7-form {
  margin-top: 0;
}

.modal-content .modal-body p + .infusion-form,
.modal-content .modal-body p + .wsp-form,
.modal-content .modal-body p + .wpcf7-form {
  margin-top: 2em;
}

.modal-content .modal-body p.hello {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: .75em;
}

.modal-content .modal-body .signature {
  padding-top: 2em;
  margin-bottom: -1em;
}

.modal-content .modal-body .signature:before, .modal-content .modal-body .signature:after {
  content: " ";
  display: table;
}

.modal-content .modal-body .signature:after {
  clear: both;
}

.modal-content .modal-body .signature img {
  border: 5px solid #fff;
  box-shadow: 0 0 1px 0 #ababab;
  float: left;
  margin-right: 1em;
  position: relative;
  top: -1em;
  width: 95px;
}

.modal-content .modal-body .signature img.signature-img {
  box-shadow: none;
  float: none;
  margin: 0 0 -0.5em !important;
  width: 145px;
}

.modal-content .modal-header + .modal-body {
  padding: 0 3em 2em;
}

.modal-content .modal-header + .modal-body.entry {
  padding: 0 3em 2em;
}

.modal-content.no-pad-content .modal-header {
  margin-bottom: 0;
}

.modal-content.no-pad-content .modal-body {
  padding: 0 !important;
}

.modal-label {
  font-size: .75em;
  font-weight: 600;
  color: #fff;
  margin-top: -1em;
  margin-bottom: .5em;
}

/* moved to the new file
.modal-course-syllabus.syllabus {

	.chapter-block__chapter-name {
		height: 40px;
		line-height: 40px;
	}

	.lesson-block,
	.lesson-title,
	.lesson-label {
		line-height: 50px;
	}

	.lesson-title {
		width: calc(100% - (85px + 1.6em));
	}

	.lesson-block {
		height: 50px;

		&:hover {
			background-color: #fff;
		}
	}

	.to-lesson {
		font-size: .9em;
	}

	.lesson-label {
		right: 0;
		width: 75px;
	}
}
*/
.modal-course-tagline {
  color: var(--main-blue-light) !important;
  font-size: .75em;
  font-weight: 600;
  position: relative;
  top: -.35em;
}

.modal-course-header {
  position: relative;
  padding: 2em;
}

.modal-course-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.3), black 100%);
}

.modal-course-header > * {
  position: relative;
  color: #fff;
  z-index: 10;
}

.modal-course-header-buttons {
  margin-top: 1em;
  margin-bottom: -.5em;
}

.modal-course-header-buttons .greenbutton,
.modal-course-header-buttons .bluebutton {
  padding: 0;
  width: 120px;
  line-height: 32px;
  font-size: .8em;
}

.modal-course-header-buttons .greenbutton:not(:first-child),
.modal-course-header-buttons .bluebutton:not(:first-child) {
  margin-left: .5em;
}

.modal-course-header-title {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: .25em;
}

.modal-course-header-intro {
  font-size: .95em;
}

.modal-dialog .close,
.mandates .close,
.wsp-modal .close {
  font-family: InterVariable, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: block;
  background-color: #303030;
  color: #fff;
  margin: 0;
  border: none;
  box-shadow: none;
  font-size: .85em;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 500;
  opacity: 1.0 !important;
  text-shadow: none;
  width: 2em;
  height: 2em;
}

.modal-dialog .close:hover,
.mandates .close:hover,
.wsp-modal .close:hover {
  color: #fff;
  opacity: .85 !important;
}

#modal-view-pdf .modal-body {
  width: 500px;
}

@media only screen and (max-width: 600px) {
  #modal-view-pdf .modal-body {
    width: 400px;
  }
}

@media only screen and (max-width: 450px) {
  #modal-view-pdf .modal-body {
    width: 350px;
  }
}

.modal-head {
  background-color: #f5f9fb;
  border-bottom: 1px solid #dce1e5;
  padding: 1.5rem 3rem;
}

.modal-head__tag {
  color: #63798f;
  font-weight: 700;
}

.modal-head__subtitle {
  color: #427c98;
  font-size: 1em;
  padding-top: 0;
  font-weight: 500;
}

.modal-head__subtitle:not(:last-child) {
  padding-bottom: 1em;
}

.modal-head h2.modal-head__title {
  font-size: 1.75em !important;
}

.modal-head h2.modal-head__title:not(:last-child) {
  margin-bottom: .75em !important;
}

.modal-head h2.modal-head__title + .modal-head__subtitle {
  margin-top: -.5em !important;
}

.modal-body__signature {
  position: relative;
  padding-left: 65px;
  line-height: 1.6 !important;
}

.modal-body__signature--headshot {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  overflow: hidden;
  position: absolute;
  left: 0;
}

.modal-body__image-wrap {
  float: right;
  width: 40%;
  max-width: 400px;
  margin-left: 2rem;
  margin-bottom: 1rem;
}

.modal-body__image-wrap--thumb {
  max-width: 225px;
}

.wsp-modal .close {
  top: 4em;
  right: 3em;
}

.blue-back .modal-dialog .close {
  background-color: var(--main-blue-hover);
}

.green-bg .modal-dialog .close {
  background: rgba(0, 0, 0, 0.5);
}

img.modal-close {
  width: 11px !important;
}

i.modal-close {
  font-size: 0.8rem;
  vertical-align: top;
}

.modal.modal-bluebg .modal-body {
  color: #fff;
  background-color: var(--main-blue);
}

.modal.modal-bluebg select {
  background-color: #FFF;
}

.modal.full-vid {
  cursor: default;
}

.modal.full-vid .modal-dialog {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 !important;
  width: 100%;
  max-width: none;
}

.modal.full-vid .videowrapper {
  max-width: 1000px;
  width: 100%;
  padding-bottom: 0;
  height: auto;
}

.modal.full-vid .close {
  top: 0;
  right: 0;
  padding: 1em;
  color: #fff;
  float: none;
  text-shadow: none;
  position: absolute;
  font-weight: 500;
  opacity: 1;
  z-index: 3005;
}

.modal.full-vid .modal-content {
  background-color: transparent;
  border: none !important;
  border-radius: 0 !important;
}

.modal.full-vid .modal-content .modal-body {
  padding: 0;
}

.modal.full-vid .jwplayer {
  border: none !important;
}

.modal.full-screen * {
  color: #fff;
}

.modal.full-screen .modal-content {
  background: none;
  padding-top: 3em;
}

.modal.full-screen .modal-dialog {
  max-width: none;
  margin: 0 auto;
}

.modal.full-screen .modal-dialog .close {
  top: 1em;
  right: 0;
}

.modal.full-screen .contact-tag,
.modal.full-screen .contact-info {
  display: block;
  text-align: center;
}

.modal.full-screen .contact-tag {
  font-size: 1em;
  padding: 2em 0 0;
  color: #ffcc00 !important;
}

.modal.full-screen .contact-tag:first-child {
  padding-top: 0;
}

.modal.full-screen .contact-info {
  font-size: 1.5em;
}

.modal-laptop-form .modal-body {
  overflow: hidden;
}

.modal-laptop-form .modal-dialog {
  max-width: 900px;
}

.modal-laptop-form img {
  height: 100%;
  max-width: none;
  width: auto;
  position: absolute;
  left: 55%;
  bottom: 0;
}

.modal-laptop-form form {
  width: 50%;
}

.modal-laptop-form form .unhappyMessage {
  display: none;
}

.modal-book-form .modal-dialog {
  max-width: 760px;
}

.modal-book-form img {
  width: 250px;
  float: left;
}

.modal-book-form form {
  padding-left: 260px !important;
}

.modal.full-screen.full-form .modal-content {
  max-width: 900px;
  margin: 0 auto;
}

.modal.full-screen.full-form .modal-content .discuss-label {
  text-align: center;
  margin-bottom: 3em;
  color: #ffcc00;
  font-weight: 300;
  font-size: 2em;
}

.modal-w-tabs {
  /*
	.modal-dialog .close {
		&:after {
			content: "";
			@include abscover;
			background-color: rgba(255, 255, 255, 0.15);
			width: 2.5em;
			height: 2.5em;
			border-radius: 1.25em;
		}
	}
*/
}

.modal-w-tabs a.edit {
  position: absolute;
  right: 1em;
  bottom: 1em;
  font-size: .9em;
}

.modal-w-tabs .tab-pane {
  padding-top: 0;
}

.modal-w-tabs .modal-dialog {
  max-width: 900px;
}

.modal-w-tabs .modal-header {
  margin-bottom: 0;
  background-color: var(--main-blue);
  font-weight: 600;
  color: #fff;
  font-size: 1.1em;
  border: none;
}

.modal-w-tabs .modal-tabs {
  float: left;
  width: 200px;
  font-size: .85em !important;
  list-style: none;
  margin-left: 0;
}

.modal-w-tabs .modal-tabs li {
  margin-bottom: 0 !important;
  position: relative;
}

.modal-w-tabs .modal-tabs a {
  text-decoration: none;
  position: relative;
  opacity: .35;
  color: #303030;
  font-weight: 700;
  display: block;
  line-height: 1.4;
  margin-bottom: 0 !important;
  padding: 1.5em 0 1.5em 35px;
}

.modal-w-tabs .modal-tabs a strong {
  color: var(--main-orange);
}

.modal-w-tabs .modal-tabs a:hover {
  opacity: 1;
}

.modal-w-tabs .modal-tabs .glyphicon,
.modal-w-tabs .modal-tabs [class|="fa"] {
  position: absolute;
  left: -1.5em;
  font-size: .8em;
  margin-right: 3px;
  top: .35em;
  display: none;
}

.modal-w-tabs .modal-tabs .active a {
  opacity: 1;
}

.modal-w-tabs .modal-tabs .active .glyphicon,
.modal-w-tabs .modal-tabs .active [class|="fa"] {
  display: inline;
}

.modal-w-tabs .modal-tabs .active::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #f1f1f1;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  right: -12px;
}

.modal-w-tabs .modal-content {
  border-radius: 0;
  background-color: #f1f1f1;
}

.modal-w-tabs .modal-body {
  padding: 0 !important;
}

.modal-w-tabs .tab-content {
  margin-left: 200px;
  padding: 2em 2.5em;
  background-color: #fff;
  border-bottom-right-radius: 7px;
}

#user-results-message {
  font-size: .95em;
}

#user-results-message .close {
  font-size: .9em;
}

#user-results-message .modal-dialog {
  max-width: 500px;
}

#user-results-message .modal-content {
  border-radius: 0;
}

#user-results-message .modal-body {
  padding: 1.5em 2em;
}

.modal.exam-upload-modal .modal-body {
  padding: 0 !important;
}

.modal.exam-upload-modal .modal-body ul,
.modal.exam-upload-modal .modal-body p {
  font-size: .9em;
}

.modal.exam-upload-modal .modal-body ul li {
  margin-bottom: .5em;
}

.modal.exam-upload-modal .modal-body h3 {
  color: #303030;
  font-size: 1.1em;
  font-weight: 700;
}

.modal.exam-upload-modal .modal-body .greenbutton {
  min-width: 300px;
}

.modal.exam-upload-modal .wpcf7-form {
  padding: 0;
  background: none;
  border: none;
  max-width: 500px;
}

.modal.exam-upload-modal .wpcf7-form .wsp-user-name,
.modal.exam-upload-modal .wpcf7-form .wsp-user-email,
.modal.exam-upload-modal .wpcf7-form .wsp-group-name,
.modal.exam-upload-modal .wpcf7-form .wsp-due-date {
  display: none;
}

.modal.exam-upload-modal .wpcf7-form p {
  margin-bottom: 0;
}

.modal.exam-upload-modal .wpcf7-form .wpcf7-form-control-wrap > *[role="alert"] {
  display: none;
}

.modal.exam-upload-modal .wpcf7-form .wpcf7-form-control-wrap > input[type="file"] + *[role="alert"] {
  display: block;
}

.modal.exam-upload-modal .wpcf7-form .submit-container input[type="submit"],
.modal.exam-upload-modal .wpcf7-form .submit-container .ajax-loader:after {
  padding: 0;
  margin-top: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  height: 40px;
  line-height: 40px;
}

.modal.exam-upload-modal .wpcf7-form input[type="file"] {
  border-radius: 0;
  border: 1px solid #ddd;
}

.modal.exam-upload-modal .wpcf7-form .submit-container {
  position: relative;
  height: 2em;
}

.modal.exam-upload-modal .wpcf7-form .ajax-loader {
  background-image: none;
  width: auto;
  display: block;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
}

.modal.exam-upload-modal .wpcf7-form .ajax-loader:after {
  content: "Submitting";
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 36px;
  font-size: .85em;
  padding: .75em 0;
  background-color: var(--main-green);
  border: none;
  color: #fff !important;
  background-color: #7dccb0;
  cursor: pointer;
}

.modal.exam-upload-modal .wpcf7-form .ajax-loader:after:not([disabled]):hover {
  background-color: #22cc91;
}

.wsp-admin .modal.exam-upload-modal .wpcf7-form .wpcf7-form-control-wrap > *[role="alert"] {
  display: block;
}

.wsp-admin .modal.exam-upload-modal .wpcf7-form .wsp-user-name,
.wsp-admin .modal.exam-upload-modal .wpcf7-form .wsp-user-email,
.wsp-admin .modal.exam-upload-modal .wpcf7-form .wsp-group-name,
.wsp-admin .modal.exam-upload-modal .wpcf7-form .wsp-due-date {
  display: block;
}

.wsp-admin .modal.exam-upload-modal .wpcf7-form .wsp-user-name::after,
.wsp-admin .modal.exam-upload-modal .wpcf7-form .wsp-user-email::after,
.wsp-admin .modal.exam-upload-modal .wpcf7-form .wsp-group-name::after,
.wsp-admin .modal.exam-upload-modal .wpcf7-form .wsp-due-date::after {
  position: absolute;
  right: 5px;
  top: -5px;
  font-size: .6em;
  color: var(--main-red);
}

.wsp-admin .modal.exam-upload-modal .wpcf7-form .wsp-user-name::after {
  content: "User Name visible to admins only";
}

.wsp-admin .modal.exam-upload-modal .wpcf7-form .wsp-user-email::after {
  content: "Email visible to admins only";
}

.wsp-admin .modal.exam-upload-modal .wpcf7-form .wsp-group-name::after {
  content: "Group Name visible to admins only";
}

.wsp-admin .modal.exam-upload-modal .wpcf7-form .wsp-due-date::after {
  content: "Due Date visible to admins only";
}

.homepage .modal.full-vid .modal-dialog {
  max-width: 900px;
}

.homepage .modal.full-vid .modal-dialog a {
  display: block;
  font-style: italic;
  text-align: center;
  background: none;
  float: none;
  padding-top: 2em;
  color: #fff;
}

.modal.default-group-instructions .modal-dialog {
  max-width: 1000px;
}

.modal.default-group-instructions .modal-dialog .modal-body {
  padding-top: 2em;
}

.modal.default-group-instructions .modal-dialog .modal-body br {
  display: none;
}

.modal.default-group-instructions .modal-dialog .modal-body ul {
  list-style: none;
  margin: 0 !important;
}

.modal.default-group-instructions .modal-dialog .modal-body li {
  float: left;
  width: 28%;
  padding: 0 2.5%;
  margin-bottom: 3em;
}

.modal.default-group-instructions .modal-dialog .modal-body li h4 {
  text-align: center;
  padding-bottom: 1em;
  font-size: 1em;
  margin-bottom: 0;
}

.modal.default-group-instructions .modal-dialog .modal-body li p {
  text-align: center;
  font-size: .9em;
}

.modal.default-group-instructions .modal-dialog .circle-frame {
  width: 80%;
  display: block;
  margin: 0 auto 1em auto;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #eaeaea;
}

.modal.default-group-instructions .modal-dialog .circle-frame img {
  width: 100%;
}

#infographic-share-modal .modal-dialog {
  max-width: 700px;
}

#infographic-share-modal .share-this {
  text-align: center;
}

#infographic-share-modal .share-this p {
  display: none;
}

#infographic-share-modal .share-this + .share-embed {
  margin-top: 2em;
}

/*
#user-alert .modal-content {

	background-color: $blue;
	padding-top: 3em;

	h2,
	p {
		color: #fff;
	}

	p {
		margin-left: auto;
		margin-right: auto;
		max-width: 560px;
	}

	p strong {
		color: $yellow;
	}

	h2 {
		font-size: 3em;
		font-weight: 300;
		padding-left: 1em;
		padding-right: 1em;
	}

	.close {
		background-color: $blue-hover;
	}

	.modal-body img {
		max-width: 150px !important;
	}

}
*/
.prompt-modal {
  height: auto;
}

.prompt-modal h3.prompt-modal__title {
  font-weight: 700;
  font-size: 2.25em;
  border: none;
  margin-top: 0;
  margin-bottom: .5em;
  line-height: 1.2;
}

.prompt-modal__button {
  max-width: 200px;
}

.prompt-modal__dialog {
  max-width: 900px;
  margin-top: 6em;
}

.prompt-modal .modal-body.prompt-modal__body {
  position: static;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 800px) {
  .prompt-modal .modal-body.prompt-modal__body {
    flex-direction: column;
  }
}

.prompt-modal__full-img {
  display: block;
  width: 50%;
  background-size: cover;
  box-sizing: border-box;
}

@media only screen and (max-width: 800px) {
  .prompt-modal__full-img {
    height: 30vh;
    min-height: 350px;
  }
}

.prompt-modal__full-img--w-floating-img {
  position: relative;
}

.prompt-modal__floating-img {
  position: absolute;
  bottom: -2rem;
  left: -3.5rem;
  width: 250px;
}

@media only screen and (max-width: 1100px) {
  .prompt-modal__floating-img {
    display: none;
  }
}

.prompt-modal__text--w-full-img {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding: 2rem 2.5rem;
}

@media only screen and (max-width: 800px) {
  .prompt-modal__text--w-full-img {
    height: auto;
  }
}

@media only screen and (max-width: 800px) {
  .prompt-modal__full-img, .prompt-modal__text--w-full-img {
    width: 100%;
  }
}

.prompt-modal__tagline {
  font-size: .8em;
  text-transform: uppercase;
  font-weight: 500;
}

.red-book-prompt-modal .prompt-modal__tagline, .red-book-prompt-modal .prompt-modal__highlight-text {
  color: tint(var(--main-red), 30%) !important;
}

.red-book-prompt-modal .prompt-modal__content {
  background-color: #000;
}

.red-book-prompt-modal .prompt-modal__content h3,
.red-book-prompt-modal .prompt-modal__content p {
  color: #fff;
}

#modal-review-course .modal-body {
  padding: 2em;
}

#modal-review-course .modal-body h3 {
  margin-top: 0 !important;
}

#modal-review-course .modal-body form {
  margin-bottom: 0;
}

.modal--results-form-type .modal-body {
  padding: 0;
}

.modal--results-form-type .modal-dialog {
  width: fit-content;
  max-width: none;
}

.modal--results-form-type .modal-dialog .close {
  background-color: inherit;
  top: 1em;
  right: 1em;
}

@media screen and (max-width: 1000px) {
  .modal .modal-dialog {
    margin-top: 2em !important;
  }
  .modal.full-screen .modal-dialog {
    margin-top: 0 !important;
  }
  .modal.full-form form {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1em;
  }
  .modal.full-vid .modal-content {
    border: none;
  }
  .modal-dialog .close,
  .modal.full-vid .modal-dialog .close {
    font-size: 1em;
  }
}

@media screen and (min-width: 1000px) {
  .modal.default-group-instructions .modal-dialog .modal-body li {
    min-height: 32em;
  }
}

@media screen and (max-width: 999px) {
  .modal.default-group-instructions .modal-dialog .modal-body li {
    width: 44%;
    padding: 0 3%;
    min-height: 32em;
  }
  /*
	#user-alert .modal-content img {
		display: none !important;
	}
    */
}

@media screen and (max-width: 700px) {
  .modal.my-courses-alert .modal-dialog .img-frame {
    float: none;
    width: auto;
  }
  .modal.my-courses-alert .modal-dialog img {
    width: 90%;
    max-width: 250px;
    margin: 0 auto;
  }
  .modal.my-courses-alert .modal-dialog .content {
    padding-top: 2em;
    padding-right: 0;
  }
  .modal.default-group-instructions .modal-dialog .modal-body li {
    width: 90%;
    padding: 0 5%;
    min-height: auto;
  }
  .modal .modal-header + .modal-body {
    padding: 0 2em 2em;
  }
  .modal .modal-header + .modal-body.entry {
    padding: 1em 2em;
  }
  .modal-content .modal-body {
    padding: 2em;
  }
  #modal-syllabus .modal-dialog img {
    display: none;
  }
  #modal-syllabus .modal-dialog .col-5,
  #modal-syllabus .modal-dialog .col-6,
  #modal-syllabus .modal-dialog .col-7 {
    padding: 0;
    margin: 0 auto;
  }
  #modal-syllabus .modal-dialog form {
    width: 100%;
  }
  .modal-laptop-form img {
    position: static;
    width: 80%;
    max-width: 300px;
    margin: 0 auto 1em;
  }
  .modal-laptop-form form {
    width: auto;
  }
  .modal-book-form img {
    display: none;
  }
  .modal-book-form form {
    padding-left: 0 !important;
  }
  .modal.full-screen .contact-info {
    font-size: 1em;
  }
  /*
	#user-alert .modal-content {

		h2 {
			font-size: 2.25em;
		}
	}
    */
  .modal-w-tabs .modal-content {
    background-color: #e5e5e5;
  }
  .modal-w-tabs .modal-tabs {
    width: auto;
    float: none;
    margin-bottom: 0;
    background-color: transparent;
    margin-top: 1em;
    margin-left: 3em;
  }
  .modal-w-tabs .modal-tabs:before, .modal-w-tabs .modal-tabs:after {
    content: " ";
    display: table;
  }
  .modal-w-tabs .modal-tabs:after {
    clear: both;
  }
  .modal-w-tabs .modal-tabs li {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    background-color: #f2f2f2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .modal-w-tabs .modal-tabs li.active {
    border-right: none;
    background-color: #fff;
  }
  .modal-w-tabs .modal-tabs li.active:after {
    display: none;
  }
  .modal-w-tabs .modal-tabs li a {
    border: none;
    box-shadow: none;
    padding: .75em 3em .5em;
    color: var(--main-orange);
    font-weight: 600;
  }
  .modal-w-tabs .modal-tabs li strong {
    display: none;
  }
  .modal-w-tabs .modal-tabs li br {
    display: none;
  }
  .modal-w-tabs .tab-content {
    margin-left: 0;
    padding-top: 2em;
  }
}

@media screen and (max-width: 500px) {
  .modal.my-courses-alert .modal-dialog h3 br {
    display: block;
  }
  .modal.default-group-instructions .modal-dialog .modal-body li {
    width: 97%;
    padding: 0 1.5%;
    min-height: auto;
  }
  .modal-w-tabs .modal-tabs {
    margin-left: 1.5em;
  }
  .modal-w-tabs .modal-tabs li a {
    padding: .75em 1em .5em;
  }
  .modal-w-tabs .tab-content {
    padding: 1.5em;
  }
}

.modal-list-section {
  align-items: flex-end;
}

.modal-list-section__items {
  margin-top: 0.5rem;
}

.modal-list-section__items li {
  padding: 1.5em 2em;
  background-color: #f6f8f9;
  border: 1px solid #dce1e5;
  font-weight: 600;
}

.modal-list-section__items li:not(:last-of-type) {
  margin-bottom: 1em;
}

.modal-list-section__image {
  position: relative;
  display: block;
  width: 90%;
  margin-left: 10%;
  height: 24rem;
  background-color: lightgray;
  background-size: cover;
}

.modal-list-section__image .icon-block {
  position: absolute;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  top: -30px;
  right: -10%;
  width: 55%;
  padding: .2em;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
}

.wsp-full-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(45, 56, 70, 0.92);
  z-index: 9000;
  height: 100vh;
}

.wsp-full-modal__float-header {
  text-align: center;
  color: #fff;
  padding: 2em 0 1em;
  z-index: 9000;
}

.wsp-full-modal--flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.wsp-full-modal__message {
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0 1em;
}

@media only screen and (min-width: 650px) {
  .wsp-full-modal__message {
    top: -3em;
  }
}

@media only screen and (min-width: 650px) {
  .wsp-full-modal__message-text {
    font-size: 1em;
  }
}

.wsp-full-modal .wsp-bounce-spinner__wrap {
  margin-top: 1em;
}

.wsp-full-modal__message-header, .wsp-full-modal__float-header-confirm {
  font-weight: 600;
  font-size: 2em;
  line-height: 1.2;
}

.wsp-full-modal__message-header i, .wsp-full-modal__float-header-confirm i {
  color: var(--main-lime);
  font-size: .9em;
}

.wsp-full-modal__close {
  color: #fff;
  position: static;
  display: inline;
  cursor: pointer;
}

.wsp-full-modal__close i {
  position: absolute;
  z-index: 9010;
  top: .5em;
  right: .5em;
  font-size: 2em;
}

.wsp-full-modal__close i:hover {
  color: var(--main-lime);
}

.wsp-full-modal__close--sm i {
  font-size: 1em;
  top: 1em;
  right: 1em;
}

.bg-banner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 30vh;
  min-height: 400px;
  width: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--main-blue);
}

.form-options-wrapper .wsp-spinner, .form-options-wrapper__unselectable-message {
  display: none;
}

.form-options-wrapper .wsp-spinner-inner, .form-options-wrapper__unselectable-message-inner {
  display: none;
}

.form-options-wrapper.unselectable .form-options-wrapper__unselectable-message {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  z-index: 3;
}

.form-options-wrapper.unselectable .form-options-wrapper__unselectable-message-inner {
  display: block;
}

.form-options-wrapper.unselectable .form-options-wrapper__unselectable-message-inner.user-not-registered__message {
  box-shadow: none !important;
}

.form-options-wrapper.processing .wsp-spinner {
  display: block;
}

.form-options-wrapper.processing .form-options-wrapper__unselectable-message-inner {
  display: none;
}

.form-options-wrapper.disabled {
  cursor: not-allowed;
  pointer-events: none;
  position: relative;
}

.form-options-wrapper.disabled .wsp-class-schedule__more {
  z-index: 1;
}

.form-options-wrapper.disabled:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 110%;
  top: 0;
  left: -5%;
  box-sizing: border-box;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.95);
}

.form-options-section {
  margin-top: 2rem;
}

form button.rbc-button {
  transition: background-color 0.25s ease-in-out;
  background-color: #0050a5 !important;
}

form button.rbc-button:hover, form button.rbc-button:active {
  background-color: #00448c !important;
}

.form-options-selector {
  display: block;
  width: 100%;
  box-sizing: border-box;
  counter-reset: alphabetList;
  margin-bottom: 2rem;
}

.form-options-selector__option {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  border: none !important;
  padding: 0 !important;
  counter-increment: alphabetList;
}

@media only screen and (max-width: 680px) {
  .form-options-selector__option {
    background-color: #fafafa;
  }
  .form-options-selector__option:hover {
    background-color: #ededed;
  }
}

.form-options-selector__option input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  height: 100%;
  width: 100% !important;
  box-sizing: border-box;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 3;
}

.form-options-selector__option .wsp-class-schedule__more {
  position: relative;
  z-index: 4;
}

@media only screen and (max-width: 680px) {
  .form-options-selector__option .wsp-class-schedule__content-wrap {
    padding-right: 0;
    padding-bottom: 0.5em;
  }
  .form-options-selector__option .wsp-class-schedule__wrap--top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .form-options-selector__option .wsp-class-schedule__time {
    margin-top: 0;
    margin-left: 70px;
  }
}

.form-options-selector__option-inner {
  transition: border-color 0.5s ease-in-out;
  box-sizing: border-box;
  min-height: 80px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.75em;
  border: 1px solid transparent;
  border-top-color: #e9e9e9;
}

@media only screen and (max-width: 680px) {
  .form-options-selector__option-inner {
    padding-top: 0;
  }
}

.form-options-selector__option-inner:before {
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, transform 0.25s ease-in-out;
  content: counter(alphabetList, upper-alpha);
  position: absolute;
  top: calc(50% - 0.75rem);
  left: -1rem;
  height: 1.5rem;
  width: 1.5rem;
  background-color: #FFF;
  border: 1px solid #0050a5;
  border-radius: 2px;
  color: #0050a5;
  text-align: center;
  line-height: 1.5rem;
}

@media only screen and (max-width: 680px) {
  .form-options-selector__option-inner:before {
    transform: translateX(-0.25rem);
  }
}

h5.form-options-selector__title {
  margin: 0 !important;
  padding: 0 !important;
  text-transform: none !important;
}

.form-options-selector__label {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.5rem;
  height: 7rem;
  overflow: hidden;
}

.form-options-selector__option-image {
  position: relative;
  height: 5rem;
  flex: 1;
  margin-right: 1em;
  padding: 1rem;
  color: #FFF;
  background-color: gray;
}

.form-options-selector__option-image-tag {
  position: absolute;
  z-index: 2;
  right: 0.75em;
  top: 0.75em;
  display: inline-block;
  line-height: 1;
  font-size: 0.85em;
  font-weight: 700;
  padding: 0.1em 0.2em;
  border-radius: 1px;
  color: #0050a5;
  background-color: #FFF;
}

.form-options-selector input[type="radio"]:checked + .form-options-selector__option-inner {
  border: 1px solid #0050a5;
  background-color: #e6f2ff;
}

.form-options-selector input[type="radio"]:checked + .form-options-selector__option-inner:before {
  transform: translateX(0);
  color: #FFF;
  background-color: #0050a5;
}

.form-options-selector input[type="radio"]:disabled {
  opacity: 0 !important;
}

.form-options-selector input[type="radio"]:disabled + .form-options-selector__option-inner {
  cursor: not-allowed;
  background-color: #f4f4f4;
}

.form-options-selector input[type="radio"]:disabled + .form-options-selector__option-inner:before, .form-options-selector input[type="radio"]:disabled + .form-options-selector__option-inner:hover, .form-options-selector input[type="radio"]:disabled + .form-options-selector__option-inner:active {
  background-color: #f4f4f4;
}

.form-options-selector input[type="radio"]:disabled + .form-options-selector__option-inner:before {
  color: gray;
  border-color: gray;
}

.form-options-selector__image-scrim {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 80, 165, 0.65) 100%);
}

.form-options-selector__option-text {
  width: calc(800px - 16rem);
}

.form-options-selector__option-title {
  line-height: 1;
  margin-bottom: 0 !important;
  color: #0050a5 !important;
}

.form-options-selector__option-date {
  color: #0050a5;
}

.form-options-selector__option-description {
  line-height: 1.5 !important;
  font-size: 0.95em;
}

@keyframes slideInFromTop {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.form__confirmation-message {
  animation: slideInFromTop 0.5s ease-in forwards;
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 1em;
  padding: 2em 3em;
  border-radius: 3px;
  background-color: #0050a5;
  color: #FFF;
}

.form__confirmation-message p {
  line-height: 1.45;
  font-size: 0.9em;
}

#grades-table td:last-of-type {
  padding-right: 8em;
}

#grades-table tbody .sticky-cell {
  height: 50px;
}

thead .sticky-cell__row td {
  border-bottom: none !important;
}

/*
.sticky-cell__row td {
	box-sizing: border-box;
}
*/
.display-scrollbar__wrapper {
  position: relative;
  /* Scrollable table with sticky column - consider retaining once temp RBC is done */
}

.display-scrollbar__wrapper .sticky-cell__row {
  position: relative;
}

.display-scrollbar__wrapper .sticky-cell {
  position: sticky;
  box-sizing: border-box;
  top: 0;
  left: 0;
}

.display-scrollbar__wrapper .sticky-cell + td {
  padding-left: 1em !important;
}

.display-scrollbar__wrapper .sticky-cell p {
  padding-right: 1em;
}

.display-scrollbar__wrapper tbody .sticky-cell {
  width: 200px;
}

.display-scrollbar__wrapper tbody .sticky-cell__row:nth-of-type(even) .sticky-cell {
  background-color: #FFF;
}

.display-scrollbar__wrapper .increment-field::-webkit-inner-spin-button,
.display-scrollbar__wrapper .increment-field::-webkit-outer-spin-button {
  opacity: 1;
}

/*
.display-scrollbar__wrapper::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;

	height: 100%;
	width: 5em;

	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
*/
.display-scrollbar thead .sticky-cell {
  background-color: #FFF !important;
}

.display-scrollbar thead .sticky-cell__row td {
  background-color: #FFF !important;
}

/*
.display-scrollbar::-webkit-scrollbar {
	width: 1em;
}

.display-scrollbar::-webkit-scrollbar-thumb {
	background-color: #f5f7f9;
	outline: 1px solid #f5f7f9;
}
*/
.page-template-page-rbc-admin-forms-2022 .submit-button {
  max-width: 400px;
}

.submit-button__default-msg {
  display: inline-block;
}

.submit-button__processing-msg {
  display: none;
}

.submit-button.processing .submit-button__default-msg {
  display: none;
}

.submit-button.processing .submit-button__processing-msg {
  display: inline-block;
}

body.overflow-hidden {
  overflow: hidden;
}

.content-wrap > .nav-tabs {
  margin-bottom: 2em;
}

.dropdown-toggle .hidden {
  display: none;
}

.dropdown-toggle .active {
  display: inline;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

.jwplayer .jw-media video {
  top: -3px !important;
  width: calc(100% + 3px) !important;
  height: calc(100% + 3px) !important;
}

.jw-icon .fas {
  transform: scale(1.5, 1.1);
}

.jw-time-tip .jw-time-time {
  color: #303030 !important;
}

.jw-title {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4), transparent);
}

.jw-flag-fullscreen.jw-flag-user-inactive.jw-state-playing .jw-title {
  opacity: 0;
}

.jw-flag-fullscreen .jw-title {
  display: block !important;
  transition: opacity 0.25s ease-out;
}

.player-error > .jwplayer,
.player-error #wsp-playbutton {
  display: none;
}

.vidframe {
  border: 8px solid #fff;
  box-shadow: 0 0 0 1px #dadada;
}

#wsp-player-error {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3000;
  background-color: #ffcc00;
}

#wsp-player-error p {
  max-width: 740px;
  margin: 0 auto;
  padding: 3em;
  font-weight: 600;
}

#wsp-player-error a {
  color: #303030;
  text-decoration: underline;
}

#wsp-player-error a.blue {
  color: var(--main-blue);
}

#wsp-player-error strong {
  color: var(--main-orange);
}

#wsp-video-controls {
  overflow: hidden;
  height: 0;
}

iframe {
  width: 100%;
}

.jw-flag-small-player:not(.jw-flag-audio-player):not(.jw-flag-ads) .jw-controlbar .jw-button-container > .jw-icon-playback {
  display: flex !important;
}

@media screen and (max-width: 600px) {
  #wsp-player-error {
    font-size: .9em;
  }
}

.jw-icon-rewind {
  display: none !important;
}

.wsp-vid-icon-svg {
  opacity: .8;
  cursor: pointer;
  height: 20px;
  padding: 0 12px;
  position: relative;
}

.wsp-vid-icon-svg:hover {
  opacity: 1;
}

.wsp-speed-icon {
  padding-right: 1em;
}

.jw-icon.wsp-vid-icon-text {
  font-size: 14px;
}

.jw-icon.wsp-vid-icon-text.active {
  color: var(--main-lime);
}

.jw-icon.wsp-vid-icon-text .tri {
  font-size: 9px;
  padding: 0 2px;
}

.jw-controlbar .jw-spacer {
  text-align: center;
}

#wsp-next-prev-buttons {
  display: none;
}

#wsp-next-prev-buttons a {
  color: #fff;
  opacity: .8;
}

#wsp-next-prev-buttons .ghost {
  opacity: .3;
}

.jw-flag-fullscreen #wsp-next-prev-buttons {
  display: inline !important;
}

.videowrapper {
  position: relative;
  height: 0;
  display: block;
  padding-bottom: 56.25%;
  /* 16:9 based on width */
}

.videowrapper iframe,
.videowrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#overview .videowrapper,
#overview .jwplayer {
  border: 10px solid #fff;
  box-shadow: 0 0 0 1px #e2e2e2;
}

.lessoncontent .videowrapper,
#jw-player,
#jw6 {
  display: block;
  margin: 0 auto 1em auto;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  position: relative;
}

.modal #jw-player {
  margin: 0;
}

.webinar .lessoncontent .videowrapper {
  margin-bottom: 5em;
}

.real-estate-reit-modeling .lessoncontent .videowrapper {
  padding-bottom: 69%;
}

/*
.jw-player-wrapper {
	display: block;
	position: relative;
}
*/
.jw-player-loader {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1020;
}

.jw-player-loader img {
  display: block;
  border: 1px solid #e7e7e7;
}

.jw-player-loader .spinner-img {
  position: absolute;
}

.js .jw-player-loader {
  display: block;
}

.single-promovids .videowrapper {
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 based on width */
}

.entry .videowrapper {
  position: relative;
  padding-bottom: 56%;
  /* 16:9 based on width */
  height: 0;
  width: 100%;
  margin: 1.5em auto 2em auto;
  display: block;
}

.entry .videowrapper:before, .entry .videowrapper:after {
  content: " ";
  display: table;
}

.entry .videowrapper:after {
  clear: both;
}

.entry .videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 99.5% !important;
  height: 100%;
}

body:not(.page-template-page-wharton-lxp-welcome):not(.single-program_welcome_page) .jw-state-idle .jw-controls {
  background: transparent !important;
}

.publiccourses #promo-video .jw-preview {
  background-image: url("https://media.wallstreetprep.com/wspimage/bc-vid-bg.jpg") !important;
}

.selfstudy #promo-video .jw-preview {
  background-image: url(https://media.wallstreetprep.com/wspimage/wsp-video-mobile-selfstudy.jpg) !important;
}

.single-seminars #boot-camp-overview .jw-preview {
  background-image: url("https://media.wallstreetprep.com/wspimage/bc-vid-bg.jpg") !important;
}

.single-seminars #boot-camp-overview .jw-display .jw-svg-icon-play {
  background: var(--main-blue);
  color: #fff;
  width: 4.5em;
  height: 4.5em;
  border-radius: 10px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.3);
}

.single-wsp_lesson .jw-wrapper {
  background-color: transparent;
}

.single-wsp_lesson .jw-svg-icon-buffer {
  display: none !important;
}

.single-wsp_lesson .click-disabled {
  pointer-events: none;
}

.single-wsp_lesson #lesson-wrap.is-loading::after, .single-wsp_lesson #lesson-wrap.is-loading::before {
  content: '';
  position: absolute;
}

.single-wsp_lesson #lesson-wrap.is-loading::after {
  background-color: #fff;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.single-wsp_lesson #lesson-wrap.is-loading::before {
  background-image: url(https://media.wallstreetprep.com/wspimage/wsp-spinner.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2em;
  width: 2em;
  height: 2em;
  left: calc(50% - 1em);
  top: calc(50% - 1em);
  z-index: 99;
}

body:not(.page-template-page-wharton-lxp-welcome):not(.page-template-page-vid-access-test):not(.single-program_welcome_page) *:not(.--jwScriptEmbed) > .jwplayer .jw-state-idle .jw-preview {
  background-image: none !important;
}

body:not(.page-template-page-wharton-lxp-welcome):not(.page-template-page-vid-access-test):not(.single-program_welcome_page) *:not(.--jwScriptEmbed) > .jwplayer .jw-state-idle .jw-controls-backdrop {
  background: none !important;
}

#wsp-playbutton {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  border-radius: 40px;
  cursor: pointer;
  z-index: 1000;
  display: none;
  background-color: var(--main-blue);
}

#wsp-playbutton .wsp-vid-icon {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 36px solid #fff;
  left: 50%;
  top: 50%;
  margin-left: -14px;
  margin-top: -20px;
}

@media screen and (max-width: 800px) {
  .single-wsp_lesson #wsp-playbutton {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    border-radius: 30px;
  }
  .single-wsp_lesson #wsp-playbutton .wsp-vid-icon {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 22px solid #fff;
    margin-left: -8px;
    margin-top: -12px;
  }
  .wsp-vid-icon-text {
    padding-right: .65em;
  }
}

@media screen and (max-width: 600px) {
  .wsp-speed-icon,
  .wsp-skip-icon {
    display: none !important;
  }
}

.entry .modal .videowrapper {
  margin: 0;
}

.real-estate-reit-modeling .jwplayer {
  background-color: #000 !important;
}

#overview .jw-aspect {
  padding-top: 56.5% !important;
}

.jw-preview {
  background-color: #fff !important;
}

/*
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
*/
.input-row {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 800px) {
  .input-row {
    display: block;
  }
}

@media only screen and (min-width: 800px) {
  .input-row__wrap {
    max-width: 49% !important;
    min-width: 49% !important;
  }
}

/* Form Layout
-------------------------------------------------------------- */
.i4w_login_remember {
  display: none !important;
}

@media only screen and (min-width: 1000px) {
  .wsp-flex-form-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 1000px) {
  .wsp-flex-form-wrap > form:not(.siq-searchwidget):not(:first-child) {
    margin-top: 1em;
  }
}

@media only screen and (min-width: 1000px) {
  .wsp-flex-form-wrap > form:not(.siq-searchwidget) {
    width: 49%;
  }
}

.wspFormMod {
  margin: 0 auto;
  background-color: #fff;
  padding: 2em;
  box-sizing: border-box;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
}

/*
.label-inner-title__small {
	font-size: 0.7em;
	opacity: 0.8;
    text-transform: uppercase;
    font-weight: 600;
}
*/
.wspForm__logo-wrap {
  display: flex;
  margin-bottom: 2em;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 600px) {
  .wspForm__logo-wrap {
    flex-direction: column;
  }
}

.wspForm__logo-wrap .customLogo {
  max-width: 200px;
}

.wspForm__logo-wrap .wspLogo {
  max-width: 170px;
}

.wspForm__logo-divider {
  height: 30px;
  min-width: 1px;
  max-width: 1px;
  background: #e5e5e5;
  margin: 0 0.75em;
}

@media only screen and (max-width: 600px) {
  .wspForm__logo-divider {
    height: 1px;
    min-width: 150px;
    max-width: 150px;
    margin: 1em 0;
  }
}

.wspForm + .wspForm {
  margin-top: 3em;
}

.wspForm ::-webkit-input-placeholder {
  color: #afafaf;
}

.wspForm :-moz-placeholder {
  color: #afafaf;
}

.wspForm ::-moz-placeholder {
  color: #afafaf;
}

.wspForm :-ms-input-placeholder {
  color: #afafaf;
}

.wspForm input.unhappy {
  background-color: #ffe9e9 !important;
}

.wspForm__logo-circle {
  width: 1.5em;
  margin-right: 0.5em;
  position: relative;
  top: 1px;
}

.wspForm__header-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
  line-height: 1;
}

.wspForm__header-wrap--center {
  justify-content: center;
}

.wspForm__comment {
  font-size: 0.65em;
}

.wspForm input + .wspForm__comment {
  margin-top: -1.25em;
}

.wspForm__header {
  font-size: 1.55em;
  font-weight: 600;
}

.wspForm__fineprint {
  font-size: 0.65em;
  margin-bottom: 1.35em;
}

.wspForm label {
  font-size: 0.9em;
  font-weight: 600;
  padding-bottom: 0.35em;
  display: block;
}

.wspForm input:read-only {
  background-color: #edf0f2;
}

@media only screen and (max-width: 1000px) {
  .wspForm input[type="checkbox"] {
    width: 20px !important;
  }
}

.wspForm input[type="checkbox"] + label {
  display: inline-block;
}

.wspForm__checkbox-contain-required {
  color: var(--main-red);
  font-size: 0.9em;
}

.wspForm__checkbox-contain + .wspForm__fineprint {
  margin-top: -0.5em;
}

.wspForm__checkbox-contain .unhappyMessage {
  display: none;
}

.wspForm__terms-blurb {
  margin: 1em auto;
  width: 300px;
  font-size: 0.85rem;
  text-align: center;
}

/*
.login-create-submit-button,
.login-submit input[type="submit"] {
	height: 47px;
	font-size: 0.85rem !important;
}
*/
form[name="loginform"] .login-remember,
.wspForm__checkbox-contain {
  text-align: left;
  font-size: 0.85em;
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 1em;
}

form[name="loginform"] .login-remember label,
.wspForm__checkbox-contain label {
  padding-bottom: 0;
}

form[name="loginform"] .login-remember input[type="checkbox"],
.wspForm__checkbox-contain input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0.2em;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

/*
.wsp-lead-cap-form {

	background-color: $lmsbg-lt;
	border: 1px solid $lmsbg-dk;
	border-radius: 4px;
	padding: 1.5em 2em;
	position: relative;
	margin-bottom: 1em;

	.edit {
		position: absolute;
		top: .8em;
		right: 1em;
		font-size: .8em;
	}

	.dl-link,
	.loader-fs {
		justify-content: center;
		align-items: center;
		position: absolute;
	}

	.loader-fs {
		font-size: .85em;
		font-weight: 600;

		img {
			width: 20px;
			margin-right: .5em;
		}
	}

	&__header {

		text-align: center;
		padding: 1em;

		@include above(700px) {
			margin-bottom: 1em;
		}

		h4 {
			font-size: 1.75em !important;
		}

		&-img {
			@include below(700px) {
				display: inline-block !important;
				max-width: 225px;
				margin: 0 auto .5em;
			}
		}
	}

	.ty {
		margin-left: auto;
		margin-right: auto;
		display: block;
		max-width: 500px;
		padding: 0 2em;
	}

	.loader-fs,
	.dl-link {
		top: 1px;
		right: 1px;
		bottom: 1px;
		left: 1px;
		background-color: $lmsbg-lt;
		display: none;
		@include ease-fast;
	}

	&.submitting {

		.loader-fs {
			display: flex;
			z-index: 1999;
		}
	}

	.dl-link {
		align-content: center;
		flex-wrap: wrap;

		> * {
			width: 100%;
		}

		&__button-container,
		&__email-provided {
			text-align: center;
		}

		&__button-container {

		}

		&__email-provided {
			display: none;
			font-size: .9em;
			font-weight: 600;
			padding-bottom: .5em;
			color: $green;
			margin-top: -1em;
		}
	}

	&.dl-active {

		.dl-link {
			display: flex !important;
			z-index: 2000;
		}
	}

	&.email-provided {

		.dl-link__email-provided {
			display: block;
		}
	}

	.bluebutton {
		width: 300px;
		font-weight: 500;
		font-size: .9em;

		.glyphicon,
        [class|="fa"] {
			margin-right: .35em;
		}
	}

	.wsp-spinner {
		background-size: 24px;
	}

	.form-elements {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}

	.content {
		flex-grow: 1;
	}

	.img {
		max-width: 200px;
		min-width: 200px;
		position: relative;

		+ .content {
			padding-right: 2em;
		}

		> .main {
			width: 85%;
			margin: 0 auto;
		}
	}


	.form-elements__hero {

		.img {
			max-width: 300px;
			min-width: 300px;
			position: relative;

			> .main {
				width: auto;
			}

			@include between(1000px, 1100px) {
				max-width: 225px;
				min-width: 225px;
			}

			@include below(800px) {
				max-width: 275px;
				min-width: 275px;
			}

			@include below(700px) {
				display: none;
			}
		}
	}

	.dl {
		position: absolute;
		height: 40px;
		top: 50%;
		margin-top: -20px;
		right: -10px;
	}

	h4 {
		margin-bottom: .25em;
		position: relative;
		font-weight: 700;
		margin-top: 0;
		line-height: 1.4;
		font-size: 1.1em;

		+ .inputs {
			margin-top: 1em;
		}

		+ p {
			margin-bottom: .65em;
			font-size: .9em;

			@include below(700px) {
				display: none;
			}
		}
	}

	[type="text"],
	[type="email"] {
		font-size: .85em !important;
		padding: 0 1em !important;
		height: 42px !important;
		line-height: 42px !important;
	}

	[type="text"],
	[type="email"] {
		margin-bottom: .5em !important;
	}
}
*/
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

form.happyShake input.unhappy,
form.happyShake textarea.unhappy {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  box-shadow: inset 4px 0 0 0px var(--main-red);
  background-color: #ffe8e8;
  border-color: #eadada !important;
}

form.happyShake .unhappyMessage {
  display: none;
}

.infusion-form .field-sumbit-right,
.wsp-form .field-sumbit-right {
  float: right !important;
  margin-right: 0 !important;
  width: 49%;
}

.infusion-form .split:before, .infusion-form .split:after, .infusion-form.split:before, .infusion-form.split:after,
.wsp-form .split:before,
.wsp-form .split:after,
.wsp-form.split:before,
.wsp-form.split:after {
  content: " ";
  display: table;
}

.infusion-form .split:after, .infusion-form.split:after,
.wsp-form .split:after,
.wsp-form.split:after {
  clear: both;
}

.infusion-form .split .infusion-field,
.infusion-form .split .wsp-field, .infusion-form.split .infusion-field,
.infusion-form.split .wsp-field,
.wsp-form .split .infusion-field,
.wsp-form .split .wsp-field,
.wsp-form.split .infusion-field,
.wsp-form.split .wsp-field {
  width: 49%;
  float: left;
}

.infusion-form .split .infusion-field:nth-child(odd),
.infusion-form .split .wsp-field:nth-child(odd), .infusion-form.split .infusion-field:nth-child(odd),
.infusion-form.split .wsp-field:nth-child(odd),
.wsp-form .split .infusion-field:nth-child(odd),
.wsp-form .split .wsp-field:nth-child(odd),
.wsp-form.split .infusion-field:nth-child(odd),
.wsp-form.split .wsp-field:nth-child(odd) {
  margin-right: 2%;
}

.infusion-form .split .infusion-field.field-submit,
.infusion-form .split #submitTheForm, .infusion-form.split .infusion-field.field-submit,
.infusion-form.split #submitTheForm,
.wsp-form .split .infusion-field.field-submit,
.wsp-form .split #submitTheForm,
.wsp-form.split .infusion-field.field-submit,
.wsp-form.split #submitTheForm {
  margin-top: 0.85em;
}

.infusion-form .split .infusion-field.field-submit input.no-marg,
.infusion-form .split #submitTheForm input.no-marg, .infusion-form.split .infusion-field.field-submit input.no-marg,
.infusion-form.split #submitTheForm input.no-marg,
.wsp-form .split .infusion-field.field-submit input.no-marg,
.wsp-form .split #submitTheForm input.no-marg,
.wsp-form.split .infusion-field.field-submit input.no-marg,
.wsp-form.split #submitTheForm input.no-marg {
  margin-top: 0;
}

.infusion-form .split.split-3 .infusion-field,
.infusion-form .split.split-3 .wsp-field,
.wsp-form .split.split-3 .infusion-field,
.wsp-form .split.split-3 .wsp-field {
  width: 31%;
  float: left;
  margin-right: 2%;
}

.infusion-form .split.split-3 .infusion-field:nth-child(3n + 3),
.infusion-form .split.split-3 .wsp-field:nth-child(3n + 3),
.wsp-form .split.split-3 .infusion-field:nth-child(3n + 3),
.wsp-form .split.split-3 .wsp-field:nth-child(3n + 3) {
  margin-right: 0;
}

.infusion-form .field-text-w-submit > *,
.wsp-form .field-text-w-submit > * {
  float: left;
}

.infusion-form .field-text-w-submit .wsp-field,
.infusion-form .field-text-w-submit .infusion-field,
.wsp-form .field-text-w-submit .wsp-field,
.wsp-form .field-text-w-submit .infusion-field {
  width: 75%;
  margin-right: 3%;
}

.infusion-form .field-text-w-submit input[type="submit"],
.wsp-form .field-text-w-submit input[type="submit"] {
  width: 22%;
  margin-top: 1.75em;
}

.infusion-form .field-text-2-w-submit > *,
.wsp-form .field-text-2-w-submit > * {
  float: left;
}

.infusion-form .field-text-2-w-submit .wsp-field,
.infusion-form .field-text-2-w-submit .infusion-field,
.wsp-form .field-text-2-w-submit .wsp-field,
.wsp-form .field-text-2-w-submit .infusion-field {
  width: 37%;
  margin-right: 2%;
}

.infusion-form .field-text-2-w-submit input[type="submit"],
.wsp-form .field-text-2-w-submit input[type="submit"] {
  width: 22%;
  margin-top: 1.75em;
}

.infusion-form .infusion-field-radio,
.wsp-form .infusion-field-radio {
  margin: 2em 0;
}

.infusion-form .infusion-field-radio > label,
.wsp-form .infusion-field-radio > label {
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 600;
}

.infusion-form .infusion-field-radio .options-container:before, .infusion-form .infusion-field-radio .options-container:after,
.wsp-form .infusion-field-radio .options-container:before,
.wsp-form .infusion-field-radio .options-container:after {
  content: " ";
  display: table;
}

.infusion-form .infusion-field-radio .options-container:after,
.wsp-form .infusion-field-radio .options-container:after {
  clear: both;
}

.infusion-form .infusion-field-radio .infusion-option,
.wsp-form .infusion-field-radio .infusion-option {
  float: left;
  width: 50%;
  font-size: 0.9em;
  max-width: 400px;
}

.infusion-form .split-half,
.wsp-form .split-half {
  width: 47.5%;
  float: left;
}

.infusion-form .split-half:first-of-type,
.wsp-form .split-half:first-of-type {
  margin-right: 5%;
}

.infusion-form .split-half input[type="submit"],
.infusion-form .split-half .infusion-submit button,
.wsp-form .split-half input[type="submit"],
.wsp-form .split-half .infusion-submit button {
  width: 100% !important;
  margin-top: 1.75em;
}

.infusion-form .split-half .infusion-captcha,
.wsp-form .split-half .infusion-captcha {
  margin-top: 0.75em;
  margin-bottom: 0.15em;
}

.infusion-form .infusion-field-select + .split-half,
.wsp-form .infusion-field-select + .split-half {
  margin-right: 5%;
}

.infusion-form input[type="text"].unhappy,
.infusion-form input[type="password"].unhappy,
.infusion-form input[type="email"].unhappy,
.infusion-form textarea.unhappy,
.wsp-form input[type="text"].unhappy,
.wsp-form input[type="password"].unhappy,
.wsp-form input[type="email"].unhappy,
.wsp-form textarea.unhappy {
  background-color: #fff1f1;
}

.blue-back .infusion-form input[type="text"].unhappy,
.blue-back .infusion-form input[type="password"].unhappy,
.blue-back .infusion-form input[type="email"].unhappy,
.blue-back .infusion-form textarea.unhappy,
.blue-back .wsp-form input[type="text"].unhappy,
.blue-back .wsp-form input[type="password"].unhappy,
.blue-back .wsp-form input[type="email"].unhappy,
.blue-back .wsp-form textarea.unhappy,
.blue-back form input[type="text"].unhappy,
.blue-back form input[type="password"].unhappy,
.blue-back form input[type="email"].unhappy,
.blue-back form textarea.unhappy {
  background-color: #0c7fb7;
}

.wpcf7-form .field-split {
  width: 49%;
  float: left;
}

.wpcf7-form .field-split:nth-child(even) {
  margin-right: 2%;
}

.split-half + .split-half > div:first-child select {
  margin-top: 1.9em;
}

.wpcf7 .split {
  display: block;
  float: left;
  width: 49%;
}

.wpcf7 .split.field-3, .wpcf7 .split.field-4, .wpcf7 .split.field-5 {
  padding-right: 2%;
}

.wpcf7 .split.field-3 + .split textarea {
  height: 14.4em;
  min-height: 14.4em;
  margin-bottom: 1em;
}

.wpcf7 .split.field-4 + .split textarea {
  height: 19.55em;
  min-height: 19.55em;
  margin-bottom: 1em;
}

/* All Forms
-------------------------------------------------------------- */
/*
::-webkit-input-placeholder {
    color:    #828282;
    font-style: italic;
    font-size: .85em;
    line-height: 1.8;
}
:-moz-placeholder {
    color:    #828282;
    font-style: italic;
    font-size: .85em;
    line-height: 1.8;
}
::-moz-placeholder {
    color:    #828282;
    font-style: italic;
    font-size: .85em;
    line-height: 1.8;
}
:-ms-input-placeholder {
    color:    #828282;
    font-style: italic;
    font-size: .85em;
    line-height: 1.8;
}
*/
.blue-back ::-webkit-input-placeholder {
  color: #fff;
}

.blue-back :-moz-placeholder {
  color: #fff;
}

.blue-back ::-moz-placeholder {
  color: #fff;
}

.blue-back :-ms-input-placeholder {
  color: #fff;
}

input[type="text"],
input[type="password"],
input[type="textarea"],
input[type="search"],
textarea {
  appearance: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

h1 + form:not(.siq-searchwidget) {
  margin-top: 3em !important;
}

#wsp-admin h1 + form:not(.siq-searchwidget) {
  margin-top: 0 !important;
}

button + button:not(.cky-btn):not([data-result-view]) {
  margin-top: 0.5rem;
}

.date-control > label {
  margin-bottom: 1em;
}

.date-control .date {
  width: 48%;
  float: left;
}

.date-control .date:last-child {
  margin-left: 2%;
}

select {
  appearance: none;
  text-overflow: "";
  text-indent: 0.01px;
  background-image: url(https://media.wallstreetprep.com/wspimage/input-bg-select-down.svg);
  background-position: 96% 50%;
  background-repeat: no-repeat;
  background-size: 0.55em;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  margin-bottom: 1em;
  font-family: InterVariable, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  width: 100%;
  color: #303030;
  margin-top: 0;
  height: 3.3em;
  font-size: 0.9em;
}

select option {
  padding: 0.5em;
  color: #303030;
}

.select--above-table-type {
  padding: 0 1em 0 1.75rem;
  background-color: #fff;
  background-position: 98% 50%;
}

.blue-back select {
  border: none;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  background-image: url(https://media.wallstreetprep.com/wspimage/input-bg-select-white.svg);
}

.bg-white select {
  background-color: #f9f9f9;
}

::-ms-expand {
  display: none;
}

#review-course-text {
  height: 120px;
  background-color: #fbfbfb;
  border: 1px solid #dfdfdf;
  font-size: 0.9em;
}

.wspForm .end-cap-checkbox-label {
  display: flex;
  justify-content: center;
  margin-top: 2em;
  align-items: center;
  line-height: 1;
  font-size: 0.85em;
}

.wspForm .end-cap-checkbox-label input[type="checkbox"] {
  margin: 0 !important;
  width: 2em !important;
}

form:not(.siq-searchwidget):not(.course-filters) input:disabled {
  opacity: 0.3;
}

form:not(.siq-searchwidget):not(.course-filters) input:disabled.bluebutton:hover {
  background-color: var(--main-blue);
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) {
  /*
	#csv_import {
		background-color: #f1f1f1;
		border-radius: 0 !important;
		padding: 1em !important;
    }
*/
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) textarea,
form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) input,
form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) .input-ghost {
  margin-bottom: 1em;
  font-family: InterVariable, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  width: 100%;
  color: #303030;
  border: 1px solid #e5e5e5;
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) textarea {
  max-width: 100%;
  min-width: 100%;
  line-height: 1.7;
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) textarea,
form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) input,
form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) .input-ghost {
  font-size: 1em;
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) input[type="date"] {
  font-size: 0.9em;
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) input,
form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) .input-ghost {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) #group-type {
  margin-bottom: 1em;
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) textarea {
  padding-top: 1em;
  padding-bottom: 1em;
  overflow: auto;
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) textarea,
form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) input:not([type="submit"]),
form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) .input-ghost {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  outline: none;
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) input[type="submit"],
form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) button:not(.wspl-limebutton):not(.bannerform__close) {
  -webkit-appearance: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 100%;
  margin-bottom: 0;
  font-size: 0.85em;
  padding-top: 1em;
  padding-bottom: 1em;
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) input[type="submit"],
form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) button:not(.altbutton):not(.wspl-limebutton):not(.bannerform__close) {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 36px;
  font-size: .85em;
  padding: .75em 0;
  background-color: var(--main-blue);
  border: none;
  color: #FFF !important;
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) input[type="submit"]:not([disabled]):hover,
form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) button:not(.altbutton):not(.wspl-limebutton):not(.bannerform__close):not([disabled]):hover {
  background-color: var(--main-blue-hover);
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) input[type="submit"]:focus,
form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) button:not(.altbutton):not(.wspl-limebutton):not(.bannerform__close):focus {
  outline: none;
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) .limebutton.input[type="submit"],
form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) .limebutton.button[type="submit"] {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 36px;
  font-size: .85em;
  padding: .75em 0;
  background-color: var(--main-lime);
  border: none;
  color: #0c1823 !important;
  font-weight: 600;
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) .limebutton.input[type="submit"]:not([disabled]):hover,
form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) .limebutton.button[type="submit"]:not([disabled]):hover {
  background-color: #2ce799;
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) input[type="button"] {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 36px;
  font-size: .85em;
  padding: .75em 0;
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) .greybutton {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 36px;
  font-size: .85em;
  padding: .75em 0;
  background-color: #e5e5e5;
  border: none;
  color: #303030 !important;
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) .greybutton:not([disabled]):hover {
  background-color: #bdc0c2;
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) input[type="submit"].max,
form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) button.max {
  max-width: 30em;
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) input[type="radio"] {
  display: inline;
  margin: 0 0.5em 0 0;
  width: auto;
  position: relative;
  top: -0.25em;
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) .radio-divide {
  display: inline-block;
  width: 1em;
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) .divider {
  position: relative;
  clear: both;
  padding: 0;
  margin-top: 2em;
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) .divider:before, form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) .divider:after {
  content: " ";
  display: table;
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) .divider:after {
  clear: both;
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) .category {
  margin-top: 3em;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 1px white;
  padding-bottom: 0.4em;
  display: block;
  margin-bottom: 0.5em;
  font-size: 1em;
  font-weight: 700;
  position: relative;
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) .category + .divider {
  margin-top: 0;
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) .category span {
  padding-right: 0.45em;
  top: 2px;
}

form:not(.siq-searchwidget):not(.course-filters):not(.wspl-form):not(.wh-cert):not(.wsp-widget-form) .category strong {
  color: var(--main-red);
}

#import-users-form .input-container,
#import-users-form .infusion-field {
  max-width: none;
}

#import-users-form #upload-section {
  overflow: hidden;
}

#group-tags-form {
  margin-top: 40px !important;
  font-size: 16.8px;
}

#group-tags-form .handlediv {
  margin: 0 !important;
}

#group-tags-form .divider {
  margin-top: 0 !important;
  padding: 2em !important;
}

.module-white input[type="file"] {
  padding: 1em;
  border: none;
  background-color: #f8f8f8;
  margin-bottom: 1em;
  display: inline-block !important;
}

input[type="file"] + button,
input[type="file"] + input[type="submit"] {
  margin-top: 1em;
}

button.submit {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 36px;
  font-size: .85em;
  padding: .75em 0;
  background-color: var(--main-green);
  border: none;
  color: #fff !important;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-bottom: 0;
  font-size: 0.85em;
  padding: 1em 2em;
}

button.submit:not([disabled]):hover {
  background-color: #22cc91;
}

button.marg-top {
  margin-top: 2em;
}

.infusion-form,
.wsp-form,
.wpcf7-form {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #f9fafb;
  border-radius: 0;
  border-bottom: none;
  padding: 1.7em 3%;
  margin-top: 2em;
  position: relative;
}

.infusion-form:before, .infusion-form:after,
.wsp-form:before,
.wsp-form:after,
.wpcf7-form:before,
.wpcf7-form:after {
  content: " ";
  display: table;
}

.infusion-form:after,
.wsp-form:after,
.wpcf7-form:after {
  clear: both;
}

.infusion-form .radio-container,
.wsp-form .radio-container,
.wpcf7-form .radio-container {
  padding: 0.55em 0;
}

.infusion-form .radio-container span,
.wsp-form .radio-container span,
.wpcf7-form .radio-container span {
  float: right;
  margin-right: 10%;
}

.infusion-form .radio-group p,
.wsp-form .radio-group p,
.wpcf7-form .radio-group p {
  display: inline;
}

.infusion-form .radio-group input[type="radio"],
.wsp-form .radio-group input[type="radio"],
.wpcf7-form .radio-group input[type="radio"] {
  margin-left: 0.75em;
}

.infusion-form button,
.wsp-form button,
.wpcf7-form button {
  font-family: InterVariable, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.infusion-form textarea,
.wsp-form textarea,
.wpcf7-form textarea {
  min-height: 20em;
}

.infusion-form label,
.wsp-form label,
.wpcf7-form label {
  font-family: InterVariable, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.85em;
  display: inline-block;
}

.infusion-form label em,
.wsp-form label em,
.wpcf7-form label em {
  font-style: italic;
}

.infusion-form input[type="submit"],
.infusion-form button,
.wsp-form input[type="submit"],
.wsp-form button,
.wpcf7-form input[type="submit"],
.wpcf7-form button {
  margin-top: 1em;
}

.infusion-form br,
.wsp-form br,
.wpcf7-form br {
  display: none;
}

.infusion-form .essay label,
.wsp-form .essay label,
.wpcf7-form .essay label {
  font-size: 1em;
  padding-top: 1.25em;
  font-weight: 600;
  padding-bottom: 0.5em;
  line-height: 1.4;
}

.infusion-form .input-ghost,
.wsp-form .input-ghost,
.wpcf7-form .input-ghost {
  background-color: #fff;
  opacity: 0.5;
}

.infusion-form .input-ghost > span,
.wsp-form .input-ghost > span,
.wpcf7-form .input-ghost > span {
  opacity: 0.5;
  font-style: italic;
}

a.get-template {
  text-decoration: underline;
  font-size: 0.9em;
}

.col-center.col-center-white.pad .infusion-form:first-child,
.col-center.col-center-white.pad .wsp-form:first-child,
.col-center.col-center-white.pad .wpcf7-form:first-child {
  margin-top: -1em;
}

.infusion-form textarea {
  min-height: 10em;
}

form:not(.siq-searchwidget) textarea,
form:not(.siq-searchwidget) input,
form:not(.siq-searchwidget) button,
form:not(.siq-searchwidget) select,
form:not(.siq-searchwidget) .input-ghost {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1em;
  padding-right: 1em;
}

.modal .infusion-form {
  background: none;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal .infusion-form .right input[type="submit"],
.modal .infusion-form .right button {
  bottom: 0;
  margin-top: 0;
}

.col-center-white .infusion-form {
  background: none;
  border-bottom: none;
  padding: 0;
  margin-bottom: 4em;
}

.blue-back form:not(.siq-searchwidget) {
  background: none;
  border: none;
  box-shadow: none;
  margin-top: 0;
}

.blue-back form:not(.siq-searchwidget) label,
.blue-back form:not(.siq-searchwidget) .wpcf7-list-item-label {
  color: #fff;
}

.blue-back form:not(.siq-searchwidget) input[type="text"],
.blue-back form:not(.siq-searchwidget) input[type="email"],
.blue-back form:not(.siq-searchwidget) input[type="tel"],
.blue-back form:not(.siq-searchwidget) input[type="date"],
.blue-back form:not(.siq-searchwidget) textarea {
  background: rgba(0, 0, 0, 0.1);
  border: none !important;
  color: #fff;
}

.blue-back form:not(.siq-searchwidget) input[type="submit"],
.blue-back form:not(.siq-searchwidget) button {
  border: none;
  box-shadow: none;
}

.blue-back form:not(.siq-searchwidget) input[type="submit"],
.blue-back form:not(.siq-searchwidget) button {
  background-color: #31bef5 !important;
}

.bg-white form:not(.siq-searchwidget) {
  background: none;
  border-bottom: none;
  padding: 0;
}

.bg-white form:not(.siq-searchwidget) input[type="text"],
.bg-white form:not(.siq-searchwidget) input[type="email"],
.bg-white form:not(.siq-searchwidget) input[type="tel"],
.bg-white form:not(.siq-searchwidget) textarea {
  background-color: #f9f9f9;
}

/* Infusion Form Only
-------------------------------------------------------------- */
.infusion-form .split > p {
  display: none;
}

.infusion-form .infusion-field {
  width: 100%;
  display: block;
}

.infusion-captcha {
  position: relative;
  display: block;
  width: 100%;
  top: 1em;
}

.infusion-captcha input,
.infusion-captcha img {
  width: 70%;
  max-width: 15em;
}

.infusion-captcha img {
  margin-bottom: 1em;
}

.lead-capture-horiz {
  display: block;
  margin-top: 0.5em;
}

.lead-capture-horiz:before, .lead-capture-horiz:after {
  content: " ";
  display: table;
}

.lead-capture-horiz:after {
  clear: both;
}

.lead-capture-horiz .input-contain {
  width: 35%;
  display: inline-block;
  position: relative;
}

.lead-capture-horiz .input-contain:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
}

.lead-capture-horiz .input-contain:first-of-type input {
  border-right: 3px solid #fff;
}

.lead-capture-horiz .input-contain:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: none;
}

.lead-capture-horiz .input-contain input {
  margin: 0;
  border-radius: 0 !important;
}

.lead-capture-horiz .glyphicon,
.lead-capture-horiz [class|="fa"] {
  position: absolute;
  left: 1em;
  color: #e2e2e2;
  top: 0.8em;
}

.lead-capture-horiz input {
  border: none;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
  font-size: 0.8em !important;
}

.lead-capture-horiz input[type="text"] {
  padding-left: 4em !important;
}

.lead-capture-horiz input[type="submit"] {
  width: 28%;
  float: right;
}

/* Contact Form 7 form only
-------------------------------------------------------------- */
form.wpcf7-form .split:before, form.wpcf7-form .split:after {
  content: " ";
  display: table;
}

form.wpcf7-form .split:after {
  clear: both;
}

form.wpcf7-form .split > div {
  width: 49%;
  margin-right: 2%;
}

form.wpcf7-form .split > div:nth-child(odd) {
  margin-right: 0;
}

form.wpcf7-form img.ajax-loader {
  margin-top: 0.25em;
}

div.wpcf7 .ajax-loader {
  background-image: url("https://media.wallstreetprep.com/wspimage/wsp-spinner.gif") !important;
  display: block !important;
  width: auto !important;
  height: 0 !important;
  margin-top: 10px !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}

div.wpcf7 .ajax-loader.is-active {
  height: 20px !important;
}

.radio-control {
  margin: 2em 0;
}

.radio-control label {
  margin-bottom: 1em;
}

.wpcf7-radio {
  display: block;
  margin-bottom: 1em;
}

.wpcf7-radio:before, .wpcf7-radio:after {
  content: " ";
  display: table;
}

.wpcf7-radio:after {
  clear: both;
}

.wpcf7-radio .wpcf7-list-item {
  font-size: 0.9em;
  display: inline-block;
  margin: 0.5em 2em 0.75em 0;
}

/* Signup Page forms, Bootcamp signup forms
-------------------------------------------------------------- */
.signup-form form > p,
.single-signupformpage form > p {
  display: inline;
  margin: 0;
}

.signup-form form > p.category,
.single-signupformpage form > p.category {
  display: block;
  margin-bottom: 1em;
  margin-top: 3em;
}

.signup-form form > p.category:first-child,
.single-signupformpage form > p.category:first-child {
  margin-top: 0;
}

.signup-form form .aligncenter,
.single-signupformpage form .aligncenter {
  margin: 0 auto;
}

.single-signupformpage form {
  margin-top: 0;
}

.signup-form form {
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 1em;
}

.signup-form form input[type="submit"],
.signup-form form button {
  width: 48% !important;
  right: 0 !important;
  bottom: 0 !important;
}

#group-leaders button {
  max-width: 400px;
}

/*------------ other form styles --------------------*/
form:not(.siq-searchwidget) .divider,
.wsp-form .divider {
  margin-top: 2em;
}

form:not(.siq-searchwidget) .divider:before, form:not(.siq-searchwidget) .divider:after,
.wsp-form .divider:before,
.wsp-form .divider:after {
  content: " ";
  display: table;
}

form:not(.siq-searchwidget) .divider:after,
.wsp-form .divider:after {
  clear: both;
}

form:not(.siq-searchwidget) .divider + .infusion-submit,
.wsp-form .divider + .infusion-submit {
  margin-top: 3em;
}

form:not(.siq-searchwidget) h5,
.wsp-form h5 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  color: var(--main-blue);
}

form:not(.siq-searchwidget) .infusion-option,
.wsp-form .infusion-option {
  margin-bottom: 0.75em;
  display: block;
  position: relative;
  padding-left: 1.25em;
}

form:not(.siq-searchwidget) .infusion-option:last-child,
.wsp-form .infusion-option:last-child {
  margin-bottom: 0;
}

form:not(.siq-searchwidget) .infusion-option *,
.wsp-form .infusion-option * {
  font-size: 1em !important;
}

form:not(.siq-searchwidget) .infusion-option input,
form:not(.siq-searchwidget) .infusion-option select,
.wsp-form .infusion-option input,
.wsp-form .infusion-option select {
  display: inline;
  width: auto;
}

form:not(.siq-searchwidget) .infusion-option input:not(#learning-group),
.wsp-form .infusion-option input:not(#learning-group) {
  top: 0.35em;
  left: 0;
  margin-bottom: 0;
  position: absolute;
  width: auto;
}

form:not(.siq-searchwidget) .infusion-option label,
.wsp-form .infusion-option label {
  display: inline;
}

form:not(.siq-searchwidget) input.option,
.wsp-form input.option {
  display: inline;
  width: auto;
  position: relative;
  top: -0.15em;
  margin-bottom: 0;
}

form:not(.siq-searchwidget) .topic-tag,
.wsp-form .topic-tag {
  display: block;
  clear: both;
  font-weight: 600;
  font-size: 1.4em;
  padding: 3em 0 0.75em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  margin-bottom: 1em;
  color: rgba(255, 255, 255, 0.75);
  display: none;
}

form:not(.siq-searchwidget) input.option + label,
.wsp-form input.option + label {
  padding-left: 0.25em;
}

.user-verify {
  display: inline-block;
  margin-bottom: 2em;
  background-color: #f8f8f8;
  padding: 0.75em 2em;
  border: 1px solid #f2f2f2;
  font-size: 0.8em;
}

.user-verify:before, .user-verify:after {
  content: " ";
  display: table;
}

.user-verify:after {
  clear: both;
}

.user-verify input {
  position: relative;
  top: -0.15em;
}

.user-verify-contain {
  width: 96%;
  display: block;
  max-width: 30em;
}

.user-verify-contain .user-verify {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 0.9em;
}

.user-verify-contain .user-verify,
.user-verify-contain button {
  width: 100%;
}

p + .user-verify-contain {
  margin-top: 3em;
}

.module-white .user-verify-contain {
  padding: 2em;
  box-sizing: border-box;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/*
.user-verify + button {
	font-size: 1em;
}
*/
/*------------ Import Users Form --------------------*/
#import-type,
#remove-type {
  background-color: #f7f7f7;
  padding: 2em;
}

#import-type.input-container,
#remove-type.input-container {
  max-width: none !important;
}

#import-type #group-select,
#remove-type #group-select {
  float: right;
  font-size: 0.85em;
}

#path-group {
  font-size: 0.85em;
  padding-left: 0;
}

#path-group .bg-yellow {
  background-color: yellow;
  border: 1px solid #ffcc00;
  padding: 4px;
}

#path-group input {
  padding-left: 0;
}

input[name="csv_import"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

input[name="csv_import"] + .unhappyMessage {
  position: absolute;
  top: 0.5em;
}

label[for="csv_import"] {
  display: block;
  text-overflow: ellipsis;
  cursor: pointer;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 36px;
  font-size: .85em;
  padding: .75em 0;
  background-color: var(--main-blue);
  border: none;
  color: #FFF !important;
}

label[for="csv_import"]:not([disabled]):hover {
  background-color: var(--main-blue-hover);
}

label[for="csv_import"]:focus {
  outline: none;
}

label[for="csv_import"] svg {
  fill: #fff;
  padding-right: 4px;
}

.unhappyMessage + label[for="csv_import"] {
  background-color: var(--main-red);
}

.wsp-form.wsp-admin-tools {
  background: none;
  margin-top: 0 !important;
  padding: 0;
  border-bottom: none;
}

.wsp-form.wsp-admin-tools .category {
  border-bottom: none;
  font-size: 1em;
  padding-bottom: 0;
  margin-bottom: 0.5em;
  margin-top: 2em;
  font-weight: 600;
}

.wsp-form.wsp-admin-tools .category a {
  float: right;
  font-size: 0.75em;
  font-weight: 500;
  text-decoration: underline;
  position: relative;
  top: 0.25em;
}

.wsp-form.wsp-admin-tools .divider {
  background-color: #f7f7f7;
  padding: 2em !important;
  margin-top: 0;
}

.wsp-form.wsp-admin-tools .divider select {
  background-color: #fff;
}

.wsp-form.wsp-admin-tools .hide-me {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.wsp-form.wsp-admin-tools #the-tags .divider {
  font-size: 0.9em;
}

.wsp-form.wsp-admin-tools #the-tags .split + .split {
  margin-top: 2.5em;
}

.wsp-form.wsp-admin-tools #the-tags h5 {
  font-size: 1.1em;
  margin-bottom: 1.25em;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.25em;
}

.wsp-form.wsp-admin-tools h1 {
  font-size: 2.35em;
  margin-bottom: 1em;
}

.wsp-form.wsp-admin-tools h5 {
  text-transform: none;
  font-weight: 600;
  margin-top: 0;
  font-size: 1em;
  margin-bottom: 1em;
}

.wsp-form.wsp-admin-tools .split + .split {
  margin-top: 2em;
  display: block;
}

.wsp-form.wsp-admin-tools .infusion-field,
.wsp-form.wsp-admin-tools .input-container {
  margin: 0 auto;
  max-width: 700px;
}

.wsp-form.wsp-admin-tools .input-container {
  margin-bottom: 2em;
}

.wsp-form.wsp-admin-tools .input-container:before, .wsp-form.wsp-admin-tools .input-container:after {
  content: " ";
  display: table;
}

.wsp-form.wsp-admin-tools .input-container:after {
  clear: both;
}

.wsp-form.wsp-admin-tools .input-container:last-child {
  margin-bottom: 0;
}

.wsp-form.wsp-admin-tools .input-container > .infusion-option {
  display: inline-block;
  margin-bottom: 0;
}

.wsp-form.wsp-admin-tools .input-container > .infusion-option label {
  padding-left: 0;
}

.wsp-form.wsp-admin-tools .input-container > .infusion-option + .infusion-option {
  margin-left: 2em;
}

.wsp-form.wsp-admin-tools .input-container > .infusion-option input {
  top: -0.15em;
}

.wsp-form.wsp-admin-tools .infusion-option-setting {
  font-size: 0.85em;
}

.wsp-form.wsp-admin-tools .infusion-option-setting label {
  padding-left: 7px;
  top: -1px;
  position: relative;
}

.wsp-form.wsp-admin-tools input[type="radio"] {
  vertical-align: unset;
  top: 0.3em !important;
}

.wsp-form.wsp-admin-tools .leader:before, .wsp-form.wsp-admin-tools .leader:after {
  content: " ";
  display: table;
}

.wsp-form.wsp-admin-tools .leader:after {
  clear: both;
}

.wsp-form.wsp-admin-tools .leader + .leader {
  margin-top: 1em;
}

.wsp-form.wsp-admin-tools .leader-group {
  width: 31.333%;
  float: left;
  margin-right: 1%;
}

.wsp-form.wsp-admin-tools .remove-leader,
.wsp-form.wsp-admin-tools .remove-user {
  clear: both;
  position: relative;
  top: -1em;
}

.wsp-form.wsp-admin-tools .remove-leader,
.wsp-form.wsp-admin-tools .remove-user,
.wsp-form.wsp-admin-tools #add_leader_button,
.wsp-form.wsp-admin-tools #add_user_button,
.wsp-form.wsp-admin-tools #add_group_button {
  color: var(--main-blue);
  text-decoration: underline;
  font-size: 0.75em;
  cursor: pointer;
}

.wsp-form.wsp-admin-tools #add_leader_button,
.wsp-form.wsp-admin-tools #add_user_button,
.wsp-form.wsp-admin-tools #add_group_button {
  float: right;
}

#individual-signup form {
  margin-top: 2em !important;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#individual-signup form .toggle-control .button {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 36px;
  font-size: .85em;
  padding: .75em 0;
  background-color: var(--main-green);
  border: none;
  color: #fff !important;
}

#individual-signup form .toggle-control .button:not([disabled]):hover {
  background-color: #22cc91;
}

#individual-signup form #is-member,
#individual-signup form #is-leader {
  width: 40%;
  float: left;
}

#individual-signup form #is-member {
  margin-right: 2.5%;
  margin-left: 8.75%;
}

#individual-signup form #clear-group-values {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 36px;
  font-size: .85em;
  padding: .75em 0;
  background-color: #e5e5e5;
  border: none;
  color: #303030 !important;
  font-size: 0.6em;
  font-weight: 500;
  position: absolute;
  top: -0.2em;
  right: 0;
  width: 96%;
  max-width: 20em;
  padding: 0.5em 0;
  color: #303030 !important;
  display: none;
}

#individual-signup form #clear-group-values:not([disabled]):hover {
  background-color: #bdc0c2;
}

#individual-signup form #field-member-groups,
#individual-signup form #field-leader-groups,
#individual-signup form #field-leader {
  display: none;
}

#individual-signup form input[type="submit"],
#individual-signup form #submitSignupForm {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 36px;
  font-size: .85em;
  padding: .75em 0;
  background-color: var(--main-green);
  border: none;
  color: #fff !important;
  max-width: 400px;
  margin: 5em auto 2em auto;
  font-size: 1em;
}

#individual-signup form input[type="submit"]:not([disabled]):hover,
#individual-signup form #submitSignupForm:not([disabled]):hover {
  background-color: #22cc91;
}

#inspectuserform {
  margin-bottom: 3em;
}

#refcodeadminform {
  margin-top: 0em;
}

#refcodeadminform th,
#refcodeadminform td {
  padding: 0.5em 2em 0.5em 0.5em;
  font-size: 0.9em;
}

#refcodeadminform th {
  font-weight: 600;
  padding-bottom: 1em;
}

/* Site login
-------------------------------------------------------------- */
.site-login-container form {
  /*
	p {
		margin: 2em 0;
		text-align: center;
	}
*/
}

.site-login-container form label {
  display: block;
  text-align: left;
  font-size: 0.85em;
}

.site-login-container form label input#user_login,
.site-login-container form label input#user_pass {
  padding-bottom: 0.7em;
  padding-top: 0.7em;
  margin-bottom: 0;
  width: 100% !important;
  display: block;
}

.site-login-container form label input.checkbox {
  width: 25px !important;
  height: 15px;
  margin-bottom: 6px;
}

.site-login-container form label[for="lg_rememberme"] {
  display: none;
}

.site-login-container form label[for="lg_rememberme"] + br {
  display: none;
}

.site-login-container form input[type="submit"] {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 36px;
  font-size: .85em;
  padding: .75em 0;
  background-color: var(--main-blue);
  border: none;
  color: #FFF !important;
  font-size: 0.9em;
}

.site-login-container form input[type="submit"]:not([disabled]):hover {
  background-color: var(--main-blue-hover);
}

.site-login-container form input[type="submit"]:focus {
  outline: none;
}

.site-login-container form input.i4w_lost_login_password {
  margin-top: 1em;
}

.site-login-container form a {
  display: inline-block;
  font-size: 0.85em;
}

form[name="i4w_lost_login_password"] {
  margin-top: 1em;
}

form[name="i4w_lost_login_password"] input[name="send_user_login"] {
  margin-top: 0.25em;
}

/* Contact Form Full
-------------------------------------------------------------- */
section.full.contact-form.whitetext form {
  background: none;
}

/* PDF Stamper form on Courses page
-------------------------------------------------------------- */
form input.stamper_download_button_submit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: none !important;
  border: 0;
  box-shadow: none;
}

form input.stamper_download_button_submit:hover {
  background: none;
}

.stamper_download_now_button_for_wp_user,
.stamper_download_now_button_for_wp_user form,
.stamper_download_now_button_for_wp_user input.stamper_download_button_submit {
  z-index: 500 !important;
}

.entry .stamper_download_now_button_for_wp_user {
  display: inline;
}

.entry .stamper_download_now_button_for_wp_user form {
  display: inline;
}

.entry .stamper_download_now_button_for_wp_user form input[type="submit"] {
  position: static;
  background: none;
  display: inline;
  color: var(--main-blue) !important;
  font-size: 1em;
  margin: 0;
  padding: 0;
  border-radius: 0;
  width: auto;
  text-decoration: underline;
}

/* Content Password Protect form
-------------------------------------------------------------- */
#protect-form {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 2em 2em 2.5em 2em;
}

#protect-form:before, #protect-form:after {
  content: " ";
  display: table;
}

#protect-form:after {
  clear: both;
}

#protect-form label {
  display: none;
}

#protect-form br {
  display: none;
}

#protect-form input {
  position: relative;
  top: 1em;
  float: left;
}

#protect-form input[type="password"] {
  width: 60% !important;
  float: left;
  margin-right: 3%;
}

#protect-form input[type="submit"] {
  width: 37% !important;
  padding: 0.95em 0;
  top: 1.2em;
  margin-top: 0;
}

/* Validation Messages/Alerts
-------------------------------------------------------------- */
form.wpcf7-form div.wpcf7-mail-sent-ok,
form.wpcf7-form div.wpcf7-validation-errors,
form.wpcf7-form span.wpcf7-not-valid-tip {
  font-size: 0.85em;
  margin-bottom: 1em;
}

form.wpcf7-form input + .wpcf7-not-valid-tip {
  position: relative;
  top: -0.75em;
  margin-bottom: 0;
}

form.wpcf7-form div.wpcf7-mail-sent-ok {
  border: 1px solid #9fcc8b;
  background: #dff6df;
  padding: 1em;
}

form.wpcf7-form div.wpcf7-validation-errors {
  border: 1px solid #ddc1c1;
  background: #fce4e4;
  padding: 1em;
}

form.wpcf7-form span.wpcf7-not-valid-tip {
  display: block;
  position: relative;
}

form.wpcf7-form textarea + span.wpcf7-not-valid-tip {
  top: -1.4em;
}

form.wpcf7-form #the-inputs span.wpcf7-not-valid-tip {
  top: -1em;
}

form.wpcf7-form #the-message span.wpcf7-not-valid-tip {
  top: -0.5em;
}

form.wpcf7-form div.wpcf7-response-output {
  margin: 1em 0 1em;
  clear: both;
  position: relative;
  top: 1em;
}

.blue-back form.wpcf7-form div.wpcf7-validation-errors {
  border: none;
  background: none;
  color: #ffcc00;
  font-style: italic;
  padding-left: 0;
  padding-right: 0;
}

.blue-back form.wpcf7-form span.wpcf7-not-valid-tip {
  color: #ffcc00;
}

.blue-back form.wpcf7-form div.wpcf7-mail-sent-ok {
  border: none;
  background: var(--main-green);
}

.blue-back form h2 {
  color: #53dcff;
}

.unhappyMessage {
  font-size: 0.85em;
  color: #ff1b32;
  position: relative;
  top: -1em;
  display: block;
}

.blue-back .unhappyMessage {
  color: #ffcc00;
}

.left .infusion-field:last-of-type .unhappyMessage {
  top: 0;
}

/* Various Form Styles
-------------------------------------------------------------- */
.contactus div.wpcf7 {
  margin-top: 1em;
  margin-bottom: 2em;
}

.corporatetraining div.wpcf7,
.universitytraining div.wpcf7 {
  margin-top: 2em !important;
}

.site-login-container {
  max-width: 600px;
  margin: 0 auto;
  display: block;
}

.placeholder form.hidelabels label {
  display: none !important;
}

/* Media Queries
-------------------------------------------------------------- */
@media screen and (max-width: 1000px) {
  .infusion-form button,
  .wsp-form button,
  form:not(.siq-searchwidget):not(.wspl-actions):not(.wspForm):not(.wsp-widget-form):not(.bannerform) button, .wpcf7 button {
    width: 100% !important;
    float: none !important;
    max-width: none !important;
  }
  .infusion-form input[type="checkbox"],
  .infusion-form input[type="radio"],
  .wsp-form input[type="checkbox"],
  .wsp-form input[type="radio"],
  form:not(.siq-searchwidget):not(.wspl-actions):not(.wspForm):not(.wsp-widget-form):not(.bannerform) input[type="checkbox"],
  form:not(.siq-searchwidget):not(.wspl-actions):not(.wspForm):not(.wsp-widget-form):not(.bannerform) input[type="radio"], .wpcf7 input[type="checkbox"],
  .wpcf7 input[type="radio"] {
    width: auto !important;
  }
  .infusion-form .split,
  .wsp-form .split,
  form:not(.siq-searchwidget):not(.wspl-actions):not(.wspForm):not(.wsp-widget-form):not(.bannerform) .split, .wpcf7 .split {
    width: 100% !important;
    float: none !important;
  }
  #respond form input[type="submit"] {
    max-width: 350px !important;
    float: right !important;
  }
  .col-center-white .infusion-form {
    margin-bottom: 6em;
  }
  .infusion-form .split-half,
  .infusion-form .split > .infusion-field,
  .wsp-form .split > .infusion-field {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    float: none;
  }
}

/*
@media screen and (max-width: 700px) {

	.wsp-lead-cap-form {
		padding: 1em;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;

		.form-elements {
			display: block;
		}

		.content {
			padding: 0 !important;
		}

		.img {
			margin: 0 auto .5em;
			max-width: 225px;
		}

	}
}
*/
@media screen and (max-width: 600px) {
  .date-control .date {
    width: auto;
    float: none;
    margin-bottom: 0;
  }
  .date-control .date input {
    margin-bottom: 0.25em;
  }
  .date-control .date:last-child {
    margin-left: 0;
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 400px) {
  .infusion-captcha input,
  .infusion-captcha img {
    width: 100%;
    max-width: none;
  }
  /*
	.wsp-lead-cap-form {

		h6 {
			display: none;
		}
	}
    */
}

.drag-and-drop-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  min-height: calc(280px - 0.75em);
  padding: 1em;
  background-color: #fff;
  position: relative;
}

.drag-and-drop-area__dismiss {
  position: absolute;
  top: 0.5em;
  right: 0.75em;
}

.drag-and-drop-area__dismiss i {
  color: #303030;
}

.drag-and-drop-area.js-dragged-over {
  border-color: var(--main-blue);
  background-color: tint(var(--main-blue), 90%);
}

.drag-and-drop-area.js-disabled {
  cursor: not-allowed;
  background-color: rgba(255, 255, 255, 0.5);
}

.drag-and-drop-area.js-disabled .drag-and-drop-area__content {
  opacity: 0.75;
}

.drag-and-drop-area.js-disabled .drag-and-drop-area__buttons-area {
  opacity: 0.5;
}

.drag-and-drop-area.js-disabled .drag-and-drop-area__selector-button {
  cursor: not-allowed;
}

.drag-and-drop-area.js-disabled .drag-and-drop-area__selector-button:hover {
  background-color: var(--main-blue);
}

.drag-and-drop-area.js-selected-state .drag-and-drop-area__label {
  display: none;
}

.drag-and-drop-area.js-selected-state .drag-and-drop-area__buttons-area {
  transform: translateY(-5px);
}

.drag-and-drop-area.js-selected-state .drag-and-drop-area__remove-button {
  display: flex;
}

.drag-and-drop-area__label {
  font-size: 0.8em;
  color: #999999;
  line-height: 3;
}

.drag-and-drop-area__buttons-area {
  transition: transform 0.5s ease-in-out;
  display: flex;
  justify-content: space-between;
}

.drag-and-drop-area__selector-button {
  display: flex;
  padding: 0 2em !important;
  height: 36px;
  line-height: 36px;
}

.drag-and-drop-area__remove-button, .drag-and-drop-area__selector-button {
  justify-content: center;
  align-items: center;
}

.drag-and-drop-area__remove-button {
  cursor: pointer;
  display: none;
  padding: 0.75em !important;
  font-size: 0.85em;
  height: auto;
  width: 40px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-left: 2px;
  background-color: var(--main-blue);
  color: #fff;
}

.drag-and-drop-area__message {
  font-size: 0.8em;
  text-align: left;
  padding-bottom: 0.5em;
  margin-top: -0.5em;
}

.panel-form__bottom-row {
  display: flex;
  justify-content: space-between;
}

.panel-form__error-block {
  height: 100%;
  max-height: 45px;
  line-height: 1;
}

.wsp-widget-form {
  padding: 3em 0;
}

#wrapper > section.full.pad.lc-jumbo {
  padding: 4.5em 0 2em;
}

/*
.wsp-lead-cap-form[data-unique-id="wsplc_modelql"] {

	.content {
		text-align: center;
	}

	h4 {
		font-size: 1.5em;
		max-width: 580px;
		margin-left: auto;
		margin-right: auto;
	}

	p {
		font-size: .9em;
        max-width: 600px;
        margin: 0 auto 2em;
    }

	.img {
        min-width: 300px;
        max-width: 300px;
	}

	@include above(700px) {

		.img {
			display: block;
			position: absolute;
			right: 1em;
			bottom: 0;
            min-width: 250px;
			max-width: 250px;

			> .main {
				width: 100%;
			}
		}

		.inputs {
            padding-right: calc(250px - 2em);
		}
	}
}
*/
.lc-jumbo {
  height: 11em;
  position: absolute;
  width: 100%;
  margin-top: -24em;
  z-index: 100;
  display: none;
}

.lc-jumbo .tint {
  background: rgba(0, 0, 0, 0.78);
}

.lc-jumbo .content-wrap {
  z-index: 100;
}

.lc-jumbo .close {
  color: #fff;
  text-shadow: none;
  position: absolute;
  top: 1.5em;
  right: 1em;
  z-index: 1;
  font-weight: 500;
  opacity: 100;
  text-transform: uppercase;
  font-size: .8em;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3em;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.lc-jumbo .close:hover {
  color: #fff;
  opacity: .7;
}

.lc-jumbo .close.close-text {
  width: auto;
  background: none;
  font-size: .8em;
  text-transform: none;
  border-radius: 0;
  text-align: right;
  height: auto;
  line-height: 1;
  font-style: italic;
  text-decoration: underline;
  top: 2em;
  right: 1.5em;
  opacity: .8;
}

.lc-jumbo h2,
.lc-jumbo p {
  color: #fff;
  text-align: center;
}

.lc-jumbo p {
  font-weight: 300;
  margin-bottom: 0;
  text-align: left;
}

.lc-jumbo h2 {
  border: none;
  font-weight: 100;
  padding: 0;
  margin-bottom: .25em;
}

.lc-jumbo form {
  font-size: .9em;
  top: .5em;
  position: relative;
}

.lc-jumbo form input {
  padding-top: .4em;
  padding-bottom: .4em;
}

.lc-jumbo form input::-webkit-input-placeholder {
  color: #fff;
  opacity: .8;
}

.lc-jumbo form input::-moz-placeholder {
  color: #fff;
  opacity: .8;
}

.lc-jumbo form input:-moz-placeholder {
  color: #fff;
  opacity: .8;
}

.lc-jumbo form input:-ms-input-placeholder {
  color: #fff;
  opacity: .8;
}

.lc-jumbo form input[type="text"] {
  background: none;
  color: #fff;
  border: 1px dotted rgba(255, 255, 255, 0.75);
}

.lc-jumbo form input[type="submit"] {
  opacity: .9;
  padding-top: .75em;
  padding-bottom: .75em;
}

.lc-videolesson {
  background-size: cover;
  background: url("https://media.wallstreetprep.com/wspimage/bg-nyc-pano-cl.jpg") no-repeat center -12em;
}

#free-course h2 + p strong {
  color: var(--main-red);
}

#free-course form {
  padding: 0;
  background: none;
  box-shadow: none;
  margin-top: 0;
  border-bottom: none;
}

#free-course img {
  margin: .5em auto 0;
  width: 85%;
}

#free-course button {
  max-width: 25em;
}

@media screen and (max-width: 1000px) {
  #free-course img {
    max-width: 12em;
  }
}

#lc-dropdown-discuss {
  text-align: center;
}

.request-info {
  text-align: center;
  font-size: 1.25em;
  font-weight: 300 !important;
  display: inline-block;
}

.request-info:before, .request-info:after {
  content: " ";
  display: table;
}

.request-info:after {
  clear: both;
}

.request-info .dropdown-contain {
  position: relative;
}

.request-info * {
  font-weight: 300 !important;
}

.request-info a {
  margin: 0 .5em;
  display: inline-block;
  border: 2px solid var(--main-blue);
  padding: .25em 1em;
  border-radius: 6px;
  min-width: 13em;
  text-align: left;
}

.request-info .glyphicon-chevron-down,
.request-info .fa-chevron-down {
  float: right;
  top: .4em;
}

.request-info button {
  display: inline-block !important;
  width: auto !important;
  padding: .9em 2em !important;
  margin-left: 1.5em !important;
  position: relative;
  top: -2px;
  font-size: 0.7em !important;
  font-weight: 500 !important;
}

.request-info .dropdown-menu {
  left: .5em;
  right: .75em !important;
  font-size: 1em;
  top: 145%;
  box-shadow: none;
  margin: 0 !important;
  list-style: none !important;
}

.request-info .dropdown-menu li {
  padding: .25em 1em;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.request-info .dropdown-menu li:hover {
  color: var(--main-blue) !important;
}

.whitetext .request-info {
  color: #fff;
}

.whitetext .request-info a {
  color: #fff;
}

.coupon-popup {
  position: fixed;
  right: 0;
  bottom: 3em;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  font-size: .9em;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  transform: translate(50em, 0);
  z-index: 3000;
  display: table;
}

.coupon-popup.show-coupon {
  transform: translate(0, 0);
}

.coupon-popup.hide-coupon {
  transform: translate(50em, 0);
}

.coupon-popup .affiliate-logo img {
  max-width: 9em;
  max-height: 5.5em;
  margin: 1em 1.5em;
}

.coupon-popup > * {
  display: table-cell;
  vertical-align: middle;
}

.coupon-popup .message {
  font-size: 0.85em;
  padding: 1.5em 4em 1.5em 0;
  text-align: left;
  width: 16em;
}

.coupon-popup .value-circle {
  width: 5.5em;
  height: 5.5em;
  border-radius: 2.75em;
  background: var(--main-green);
  display: block;
  margin: 1.25em 1.5em;
  text-align: center;
  line-height: 1;
  font-size: .9em;
}

.coupon-popup .value-off {
  line-height: 1em;
  position: relative;
  font-size: 1.35em;
  top: 1em;
  padding: 0 1em;
  display: block;
  color: #fff;
}

.coupon-popup .dismiss {
  padding: .5em 1em;
  color: #a2a2a2;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #e4e4e4;
  font-size: .9em;
  cursor: pointer;
  border-top: none;
  border-right: none;
}

.wspl-admin-widget {
  position: fixed;
  bottom: 45px;
  left: -100px;
  padding: 10px 6px 10px 15px;
  background-color: #EEF0F2;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-radius: 0 5px 5px 0;
  box-shadow: 2px 2px 3px -2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  z-index: 2147483010;
}

.wspl-admin-widget::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f303";
  color: var(--main-meta-data-color);
  opacity: 1;
  font-weight: 600;
  font-size: 0.9rem;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.wspl-admin-widget__item {
  border-radius: 50%;
  box-sizing: border-box;
  width: 35px;
  height: 35px;
  background: var(--main-blue);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.wspl-admin-widget__item:not(:first-child) {
  margin-left: 10px;
}

.wspl-admin-widget__item:hover {
  opacity: .85;
}

.wspl-admin-widget__item i {
  color: #fff;
  font-size: 20px;
}

.wspl-admin-widget:hover {
  left: 0;
}

.wspl-admin-widget:hover::after {
  opacity: 0;
}

/*
body:has(#freshworks-container):not(:has(.wspl-support-button.active)) .wspl-admin-widget {
    right: 125px;
}

main:has(.wspl-support-button.active:not(.opened)) .wspl-admin-widget {

    @include above(601px) {
        right: 210px;
    }

    @include below(600px) {
        right: 75px;
    }
}

main:has(.wspl-support-button.opened) .wspl-admin-widget {
    right: 70px;
}


.wsp-lms .wspl-admin-widget {
	right: 125px;
}
*/
/* @import "partials/_pre2022/chat-widget"; */
.page-template-page-social-links nav,
.page-template-page-social-links footer,
.page-template-page-social-links push {
  display: none !important;
}

.page-template-page-social-links .centered {
  padding: 6px 0;
  font-size: .85em;
  color: #909090;
}

.page-template-page-social-links .centered img {
  width: 35px;
  display: inline;
}

.page-template-page-social-links main#body-content {
  margin: 0 auto;
  max-width: 500px;
}

.page-template-page-social-links #social-links li {
  width: 50%;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  border: 3px solid #fff;
}

.page-template-page-social-links #social-links img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.star-ratings {
  --percent: calc(var(--rating) / 5 * 100%);
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-size: 25px;
  line-height: 1;
}

.star-ratings__component {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 25px;
  margin: 1.5rem 0 1rem;
}

@media only screen and (max-width: 600px) {
  .star-ratings__component {
    height: auto;
    flex-direction: column;
  }
}

.star-ratings__component label {
  line-height: 25px;
  padding-top: 5px;
  padding-bottom: 0;
  margin-right: .5rem;
}

.star-ratings:after {
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  content: attr(data-rating-string);
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 13px;
  color: inherit;
  justify-content: center;
  display: none;
}

.star-ratings:hover:after {
  visibility: visible;
  opacity: 1;
}

.star-ratings:before {
  content: '★★★★★';
  font-family: Times;
  letter-spacing: 3px;
  color: var(--main-green);
  -webkit-text-stroke: 1px;
  background: linear-gradient(90deg, #a2ffbf var(--percent), #FFF var(--percent));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.star-ratings__inputs-fieldset {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.star-ratings__inputs-fieldset > input[type="radio"] {
  cursor: pointer;
  top: 0 !important;
  flex: 1 !important;
  width: 20% !important;
  display: flex !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  height: 25px !important;
  opacity: 0;
}

@supports not (--a: 0) {
  .star-ratings::before {
    opacity: 0;
  }
  .star-ratings__inputs-fieldset > input[type="radio"] {
    opacity: 1;
  }
  .star-ratings__component:after {
    opacity: 1;
    visibility: visible;
  }
}

/* @import "partials/_pre2022/entry-block-list"; */
.wsp-highlight-mint {
  background-color: #a6ffa9;
  color: #303030;
  padding: .1em .5em;
}

.course-path__grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  box-sizing: border-box;
}

@media only screen and (max-width: 1000px) {
  .course-path__grid {
    flex-direction: column;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 1rem;
  }
}

.course-path__grid > * {
  box-sizing: border-box;
  width: calc(50% - 3rem);
}

@media only screen and (max-width: 1000px) {
  .course-path__grid > * {
    width: 100%;
  }
}

.course-path__img-area {
  max-width: 550px;
}

.course-path__image-area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-bottom: 4rem;
  max-width: 450px;
}

.course-path__image-area img {
  display: block;
  height: auto;
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  .course-path__image-area {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}

.course-path__image-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}

@media only screen and (min-width: 1000px) {
  .course-path__image-col {
    max-width: 500px;
  }
}

.course-path__image-bubble {
  padding: 1em 1.5em;
  color: rgba(48, 48, 48, 0.8);
  background-color: #FFF;
  border-radius: 4px;
  font-size: 0.9em;
  line-height: 1.45;
  z-index: 4 !important;
}

@media only screen and (max-width: 980px) {
  .course-path__image-bubble {
    color: #FFF;
    padding: 0;
    margin-top: 2rem;
    background-color: transparent;
    border-radius: 0;
  }
}

.course-path__image-bubble p {
  text-align: left !important;
  margin-bottom: 0 !important;
}

.course-path__image-bubble p strong {
  color: var(--main-blue);
}

@media only screen and (min-width: 980px) {
  .course-path__image-bubble:after {
    top: calc(100% + 5px);
    left: calc(50% - (5px / 2));
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 5px solid transparent;
    border-top-color: #FFF;
    margin-top: -5px;
  }
}

.course-path__subtitle {
  line-height: 1.8;
}

.course-path h6 {
  color: var(--main-blue);
  font-weight: 700;
  margin-bottom: 0.25em;
}

.course-path__list-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.course-path__content-wrapper {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 450px) {
  .course-path__content-wrapper {
    margin-bottom: 1rem;
  }
}

.course-path__starting-line {
  display: flex;
  flex-direction: row;
  color: var(--main-blue);
}

.course-path__starting-line p {
  color: var(--main-blue);
}

.course-path__starting-line .fas {
  display: inline-block;
  width: 20px;
  margin-left: -5px;
  margin-right: 1px;
}

.course-path__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
  padding-top: 1rem;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 450px) {
  .course-path__list {
    margin-bottom: 3rem;
  }
}

.course-path__list > li {
  position: relative;
  padding: 0.75rem 5rem 0.75rem 0.75rem;
  margin-left: 0.75rem;
  font-size: 0.9em;
  border-top: 1px solid rgba(255, 255, 255, 0.125);
  background-color: rgba(255, 255, 255, 0.1);
}

.course-path__list > li:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: -0.75rem;
  height: 1px;
  width: 0.75rem;
  border-top: 1px dashed rgba(var(--main-blue), 0.5);
}

.course-path__list > li:after {
  content: '';
  display: block;
  position: absolute;
  top: -50%;
  left: calc(-1rem + 3px);
  height: 100%;
  width: 1px;
  border-right: 1px dashed rgba(var(--main-blue), 0.5);
}

.course-path__list > li .num {
  display: inline-block;
  margin-right: 0.25rem;
  color: #a2ffbf;
  font-weight: 600;
}

.course-path__list > li .callout {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 1rem;
  height: 100%;
  font-size: 0.9em;
  font-weight: 700;
  color: var(--main-blue);
}

.course-path__list--lg {
  margin-bottom: 1.5em;
}

.course-path__list--lg li {
  padding: 1.25rem 6rem 1.25rem 1rem;
  font-size: 1em;
}

.course-path__list--descriptor {
  padding-left: 1.35em;
  position: relative;
  font-weight: 300;
}

.course-path__list--descriptor i {
  position: absolute !important;
  top: .25em;
  left: 0;
  color: #c09945;
}

.course-path__image {
  display: block;
  width: 50%;
}

.course-path__summary {
  position: relative;
  display: flex;
  align-items: flex-start;
  color: #FFF;
  font-size: 0.9em;
}

@media only screen and (max-width: 450px) {
  .course-path__summary {
    flex-direction: column;
  }
}

.course-path__summary p {
  color: var(--main-blue);
  text-align: left !important;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 450px) {
  .course-path__summary p {
    color: #FFF;
  }
}

.course-path__summary-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 1.5rem;
}

@media only screen and (max-width: 450px) {
  .course-path__summary-text {
    margin-left: 0;
  }
}

.course-path__summary-text h4 {
  margin-top: 0;
  font-size: 1.25em;
}

@media only screen and (max-width: 450px) {
  .course-path__summary-text h4 {
    font-size: 1em;
    color: var(--main-blue);
  }
}

.course-path__check-icon {
  position: absolute !important;
  z-index: 4 !important;
  top: -1rem;
  left: -1rem;
  width: 2rem;
}

.course-path__summary-image {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: gray;
  height: 8rem;
  width: auto;
  margin-top: 0.5rem;
}

@media only screen and (max-width: 450px) {
  .course-path__summary-image {
    margin: 0 auto 1rem;
    height: 100%;
    width: auto;
  }
}

.course-path__capper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem auto 1rem;
  max-width: 1100px;
}

@media only screen and (max-width: 1000px) {
  .course-path__capper {
    max-width: 600px;
  }
}

@media only screen and (max-width: 400px) {
  .course-path__capper {
    flex-direction: column;
  }
}

.course-path__capper h3 {
  color: #FFF;
  font-weight: 700;
  font-size: 3.25rem;
  margin: 0 2rem 0 0;
  border-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 400px) {
  .course-path__capper h3 {
    margin-right: 0;
  }
}

.course-path__capper p {
  font-size: 0.9em !important;
  text-align: left !important;
}

.course-path__grid--simple {
  align-items: flex-start;
}

section .content-wrap p.course-path__subtitle {
  text-align: left !important;
}

section.bg-img-checklist .content-wrap ul.course-path__list {
  columns: auto !important;
  margin: 0 !important;
  margin-top: 1em !important;
}

section.bg-img-checklist .content-wrap .course-path__summary p {
  text-align: left !important;
}

.instructor-intro {
  display: flex;
  align-items: flex-end;
}

@media only screen and (max-width: 1280px) {
  .instructor-intro {
    justify-content: center;
  }
}

@media only screen and (min-width: 680px) {
  .instructor-intro {
    height: 80vh;
    min-height: 600px;
  }
}

@media only screen and (max-width: 680px) {
  .instructor-intro {
    align-items: center;
  }
}

@media only screen and (max-width: 680px) {
  .instructor-intro__wrapper {
    background-image: none !important;
  }
}

.instructor-intro__bio-block {
  width: 33.33%;
  box-sizing: border-box;
  padding: 1em 2em 1.5em;
  background-color: #FFF;
}

@media only screen and (min-width: 680px) {
  .instructor-intro__bio-block {
    min-width: 500px;
  }
}

@media only screen and (max-width: 680px) {
  .instructor-intro__bio-block {
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.instructor-intro__bio-block p {
  text-align: left !important;
}

.instructor-intro__bio-block h6 {
  font-size: 0.65em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}

.instructor-intro__bio-image {
  margin: -4em auto 1em;
  display: block;
  height: 6em;
  width: 6em;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 680px) {
  .instructor-intro__bio-image {
    margin-top: 0;
  }
}

.icon-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 0 !important;
}

@media only screen and (max-width: 860px) {
  .icon-list {
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto !important;
  }
}

.icon-list > li {
  list-style: none;
  width: calc(33.3333% - 2rem);
  box-sizing: border-box;
}

@media only screen and (max-width: 860px) {
  .icon-list > li {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .icon-list > li > p {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .icon-list > li {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .icon-list > li {
    flex-direction: column;
  }
  .icon-list > li > p {
    width: 100%;
  }
}

.icon-list__wrapper {
  margin-top: 2em;
}

.icon-list__icon {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

.icon-list__icon img {
  width: calc(100% - 2rem);
  max-width: 150px;
}

@media only screen and (max-width: 860px) {
  .icon-list__icon {
    width: 50%;
  }
  .icon-list__icon img {
    max-width: none;
  }
}

@media only screen and (max-width: 550px) {
  .icon-list__icon {
    width: 80%;
    margin: 0 auto 1rem;
    min-width: 200px;
    max-width: 250px;
  }
}

.icon-list__wrapper h6 {
  text-align: center;
  font-size: 0.9em;
  text-transform: uppercase;
  color: var(--main-blue);
  margin-bottom: 2rem;
  display: none;
}

.proof-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.proof-list__jobs > h2 {
  text-align: center;
}

.proof-list__skills {
  position: relative;
  padding-top: 2em;
  margin-top: 2em;
}

.proof-list__skills:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 5em;
  height: 1px;
  background-color: rgba(var(--main-blue), 0.5);
  left: calc(50% - (5em / 2));
}

.two-col-overview {
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

@media only screen and (max-width: 1000px) {
  .two-col-overview {
    flex-direction: column;
  }
}

.two-col-overview__text, .two-col-overview__image {
  box-sizing: border-box;
  width: 50%;
}

.two-col-overview__image {
  height: auto;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 1000px) {
  .two-col-overview__image {
    margin: 0 auto 2rem;
  }
}

.two-col-overview__text {
  text-align: left;
  height: 20em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 3rem;
}

@media only screen and (max-width: 1000px) {
  .two-col-overview__text {
    height: auto;
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
    padding-left: 0;
  }
}

.two-col-overview__text p {
  margin-bottom: 0.75rem;
}

.job-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.job-info > * {
  box-sizing: border-box;
}

.job-info__table-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.job-info__table-title h6 {
  width: calc(100% - 6rem);
}

.job-info__table-title-img {
  height: 5rem;
  width: 5rem;
  display: inline-block;
  border-radius: 50%;
  background-color: grey;
  margin-right: 1.5rem;
}

.job-info__table-sub-copy {
  font-size: 0.65em;
  margin-top: 1rem;
}

.job-info__table-wrapper {
  flex: 1;
  margin-top: 2rem;
}

@media only screen and (max-width: 450px) {
  .job-info__table-wrapper {
    margin-top: 1rem;
  }
}

.job-info__table-wrapper h6 {
  font-weight: 700;
}

.job-info__table-wrapper table {
  margin-top: 1rem;
  width: 100%;
  font-size: 0.9em;
  color: #FFF;
}

.job-info__table-wrapper table th,
.job-info__table-wrapper table td {
  padding: .35em 0;
}

.job-info__table-wrapper table td {
  color: #b3c6d8;
}

.job-info__table-wrapper table th {
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.9em;
  text-transform: uppercase;
}

.job-info__table-wrapper table tr {
  border-top: 1px solid rgba(var(--main-blue), 0.2);
  height: 2em;
}

.job-info__table-wrapper table tr:last-of-type td {
  padding-bottom: 0;
}

.job-info__table-wrapper table tr > th:nth-of-type(2),
.job-info__table-wrapper table tr > td:nth-of-type(2) {
  text-align: right;
}

.job-info__extras-wrapper {
  display: flex;
  flex-direction: row;
  width: 50%;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: var(--main-green);
}

.job-info__extras-wrapper p {
  text-align: right;
  font-size: 0.9em;
  font-style: italic;
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
}

.job-info__extras-wrapper p strong {
  color: var(--main-blue);
  font-style: normal;
}

.job-info__extras-wrapper p:after {
  position: absolute;
  content: '';
  display: block;
  height: 2px;
  width: 20px;
  background-color: var(--main-blue);
  bottom: -1rem;
  right: 0;
}

.job-info__graph-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  margin-top: 2rem;
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .job-info__graph-col {
    padding: 0;
  }
}

.job-info__graph-col .job-info__graph-text {
  margin-top: 2rem;
  position: relative;
}

.job-info__graph-col .job-info__graph-text p {
  font-size: 0.9em;
  text-align: left;
  line-height: 1.45;
  margin-bottom: 1rem;
}

.job-info__graph-col .job-info__graph-text p a {
  transition: color 0.25s ease-in-out;
  text-decoration: underline;
}

.job-info__graph-col .job-info__graph-text p a:hover, .job-info__graph-col .job-info__graph-text p a:active, .job-info__graph-col .job-info__graph-text p a:focus {
  color: #33ddff;
}

.job-info__graph-col .job-info__graph {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  background: radial-gradient(circle, rgba(var(--main-blue), 0.9) 0%, rgba(var(--main-blue), 0.5) 5%, rgba(var(--main-blue), 0) 100%);
}

.job-info__graph-col .job-info__graph:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 1px;
  background-color: #FFF;
}

.job-info__callout-box {
  margin-top: 2rem;
  padding: 1rem 1rem 0.5rem;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 4px;
}

@media only screen and (max-width: 1000px) {
  .job-info__callout-box {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 450px) {
  .job-info__callout-box {
    margin-top: 1rem;
  }
}

.job-info__callout-box h6 {
  line-height: 1;
  color: var(--main-blue);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.job-info__callout-box h6 span.show-on-500 {
  display: none;
}

@media only screen and (max-width: 500px) {
  .job-info__callout-box h6 span.show-on-500 {
    display: inline;
  }
}

@media only screen and (max-width: 450px) {
  .job-info__callout-box h6 {
    font-size: 14px;
    text-align: center;
  }
}

.job-info__callout-list > li {
  font-size: 0.95em;
  display: flex;
  justify-content: space-between;
  padding: .25em 0;
}

.job-info__callout-list > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.job-info__callout-list > li strong {
  color: var(--main-green);
}

@media only screen and (max-width: 500px) {
  .job-info__callout-list > li strong > *:not(.inline-icon-img) {
    display: none;
  }
  .job-info__callout-list > li strong .inline-icon-img {
    margin-left: 0.5em;
  }
}

.job-info__text-col {
  width: 33%;
  padding-right: 2rem;
}

.job-info__text-col h6 {
  color: var(--main-blue);
  font-weight: 600;
}

.job-info__text-col p {
  text-align: left !important;
}

.course-list--with-sidebar .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 1150px) {
  .course-list--with-sidebar .content-wrap {
    flex-direction: column;
  }
}

.course-list--with-sidebar .content-wrap > * {
  box-sizing: border-box;
}

.course-list--with-sidebar .content-wrap .included-course-list__list {
  width: calc(75% - 3rem);
  border-radius: 4px;
  border: 1px solid rgba(var(--main-blue), 0.1);
  background-color: #FFF;
}

@media only screen and (max-width: 1150px) {
  .course-list--with-sidebar .content-wrap .included-course-list__list {
    width: 100%;
  }
}

.course-list--with-sidebar .content-wrap li.included-course-list__list-item {
  display: flex;
  padding: 1rem 0;
  margin: 0 1rem;
  position: relative;
}

.course-list--with-sidebar .content-wrap li.included-course-list__list-item:not(:last-of-type) {
  border-bottom: 1px solid rgba(var(--main-blue), 0.1);
}

@media only screen and (max-width: 600px) {
  .course-list--with-sidebar .content-wrap li.included-course-list__list-item {
    flex-direction: column;
  }
}

.course-list--with-sidebar .content-wrap .included-course-list__item-image {
  min-width: 180px;
  max-width: 180px;
  display: block;
  height: 110px;
  border-radius: 0;
  background-size: cover;
}

@media only screen and (max-width: 600px) {
  .course-list--with-sidebar .content-wrap .included-course-list__item-image {
    max-width: 100%;
    width: 100%;
    height: 150px;
    border-radius: 4px;
  }
}

.course-list--with-sidebar .content-wrap .title-block__outer {
  display: flex;
  align-items: flex-start;
}

@media only screen and (max-width: 830px) {
  .course-list--with-sidebar .content-wrap .title-block__outer {
    flex-direction: column;
  }
}

.course-list--with-sidebar .content-wrap .title-block {
  color: #303030;
}

@media only screen and (min-width: 600px) {
  .course-list--with-sidebar .content-wrap .title-block {
    padding: 0 1.35em;
    flex-grow: 2;
  }
}

@media only screen and (max-width: 600px) {
  .course-list--with-sidebar .content-wrap .title-block {
    margin-top: 1rem;
  }
}

.course-list--with-sidebar .content-wrap .title {
  width: auto;
  font-size: 1em;
  color: #303030;
  font-weight: 700 !important;
  line-height: 1.3;
  display: block;
}

.course-list--with-sidebar .content-wrap .meta-data {
  font-size: .85em;
  color: var(--main-meta-data-color);
  padding: .5em 0;
}

.course-list--with-sidebar .content-wrap .summary {
  font-size: .8em;
  max-width: 600px;
}

.course-list--with-sidebar .content-wrap .button-container {
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 1280px) {
  .course-list--with-sidebar .content-wrap .button-container {
    width: 200px;
  }
}

@media only screen and (max-width: 830px) {
  .course-list--with-sidebar .content-wrap .button-container {
    margin-top: 1rem;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-left: 1.35em;
  }
}

@media only screen and (max-width: 600px) {
  .course-list--with-sidebar .content-wrap .button-container {
    padding-left: 0;
    flex-direction: column;
    width: 200px;
    margin: 1rem auto 0;
  }
}

@media only screen and (max-width: 550px) {
  .course-list--with-sidebar .content-wrap .button-container {
    width: 100%;
    box-sizing: border-box;
  }
}

.course-list--with-sidebar .content-wrap .button-container .button {
  white-space: nowrap;
  margin-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
}

@media only screen and (max-width: 830px) {
  .course-list--with-sidebar .content-wrap .button-container .button {
    margin-right: 1.35em;
    min-width: 150px;
  }
}

@media only screen and (max-width: 600px) {
  .course-list--with-sidebar .content-wrap .button-container .button {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .course-list--with-sidebar .content-wrap .button-container .button {
    width: 100%;
    box-sizing: border-box;
  }
}

.course-list--with-sidebar .content-wrap .button-container a {
  display: block;
  font-size: 0.75em;
  line-height: 2;
  text-align: center;
}

.course-list--with-sidebar .content-wrap .course-list__sidebar {
  width: 25%;
  text-align: left;
  background-color: var(--main-green);
  padding: 1.5em;
  color: #FFF;
  border-radius: 4px;
  position: relative;
}

@media only screen and (min-width: 1150px) {
  .course-list--with-sidebar .content-wrap .course-list__sidebar:after {
    right: 100%;
    top: calc(1em - (5px / 2));
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: var(--main-green);
    border-width: 5px;
    margin-top: -5px;
  }
}

@media only screen and (max-width: 1150px) {
  .course-list--with-sidebar .content-wrap .course-list__sidebar {
    width: 100%;
    margin-top: 2rem;
  }
}

.course-list--with-sidebar .content-wrap .course-list__sidebar > p {
  text-align: left !important;
}

.course-list--with-sidebar .content-wrap .course-list__sidebar h3 {
  color: #FFF;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.35;
}

.course-list--with-sidebar .content-wrap .course-list__sidebar h6 {
  color: #ffcc00;
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: 600;
}

.course-list--with-sidebar .content-wrap .course-list__sidebar .button {
  margin-top: 1em;
  border: 1px solid #FFF;
}

.about-certification {
  position: relative;
  background-color: white;
  fill: rgba(63, 192, 253, 0.4);
  background-size: 71px 71px;
  background-repeat: repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' fill-opacity='1' style='enable-background:new 0 0 500 500'%3E%3Cstyle%3E .st2{fill:rgba(63, 192, 253, 0.4)} %3C/style%3E%3Cg style='display:none'%3E%3Cpath style='display:inline;fill:%23414042' d='M-8.3-5.7h520.7V511H-8.3z' id='Layer_2'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Cpath transform='rotate(-45.001 0 .055)' class='st2' d='M-453.7-3.7h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 31.25 31.306)' class='st2' d='M-422.5 27.6H485v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 62.5 62.556)' class='st2' d='M-391.2 58.8h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 93.75 93.807)' class='st2' d='M-360 90.1h907.5v7.5H-360z'/%3E%3Cpath transform='rotate(-45.001 125 125.057)' class='st2' d='M-328.7 121.3h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 156.249 156.308)' class='st2' d='M-297.5 152.6H610v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 187.499 187.558)' class='st2' d='M-266.2 183.8h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 218.749 218.809)' class='st2' d='M-235 215.1h907.5v7.5H-235z'/%3E%3Cpath transform='rotate(-45.001 249.998 250.06)' class='st2' d='M-203.7 246.3h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 281.248 281.31)' class='st2' d='M-172.5 277.6H735v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 312.498 312.56)' class='st2' d='M-141.2 308.8h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 343.748 343.81)' class='st2' d='M-110 340.1h907.5v7.5H-110z'/%3E%3Cpath transform='rotate(-45.001 374.997 375.061)' class='st2' d='M-78.7 371.3h907.5v7.5H-78.7z'/%3E%3Cpath transform='rotate(-45.001 406.247 406.312)' class='st2' d='M-47.5 402.6H860v7.5H-47.5z'/%3E%3Cpath transform='rotate(-45.001 437.497 437.562)' class='st2' d='M-16.2 433.8h907.5v7.5H-16.2z'/%3E%3Cpath transform='rotate(-45.001 468.747 468.813)' class='st2' d='M15 465.1h907.5v7.5H15z'/%3E%3Cpath transform='rotate(-45.001 499.997 500.064)' class='st2' d='M46.3 496.3h907.5v7.5H46.3z'/%3E%3C/g%3E%3C/svg%3E");
}

.about-certification * {
  position: relative;
  z-index: 3;
}

.about-certification:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 20%, white 80%);
}

.course-list--with-sidebar:before {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 20%, white 80%);
}

.course-path {
  position: relative;
  background-color: white;
  fill: rgba(63, 192, 253, 0.4);
  background-size: 71px 71px;
  background-repeat: repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' fill-opacity='1' style='enable-background:new 0 0 500 500'%3E%3Cstyle%3E .st2{fill:rgba(63, 192, 253, 0.4)} %3C/style%3E%3Cg style='display:none'%3E%3Cpath style='display:inline;fill:%23414042' d='M-8.3-5.7h520.7V511H-8.3z' id='Layer_2'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Cpath transform='rotate(-45.001 0 .055)' class='st2' d='M-453.7-3.7h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 31.25 31.306)' class='st2' d='M-422.5 27.6H485v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 62.5 62.556)' class='st2' d='M-391.2 58.8h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 93.75 93.807)' class='st2' d='M-360 90.1h907.5v7.5H-360z'/%3E%3Cpath transform='rotate(-45.001 125 125.057)' class='st2' d='M-328.7 121.3h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 156.249 156.308)' class='st2' d='M-297.5 152.6H610v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 187.499 187.558)' class='st2' d='M-266.2 183.8h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 218.749 218.809)' class='st2' d='M-235 215.1h907.5v7.5H-235z'/%3E%3Cpath transform='rotate(-45.001 249.998 250.06)' class='st2' d='M-203.7 246.3h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 281.248 281.31)' class='st2' d='M-172.5 277.6H735v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 312.498 312.56)' class='st2' d='M-141.2 308.8h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 343.748 343.81)' class='st2' d='M-110 340.1h907.5v7.5H-110z'/%3E%3Cpath transform='rotate(-45.001 374.997 375.061)' class='st2' d='M-78.7 371.3h907.5v7.5H-78.7z'/%3E%3Cpath transform='rotate(-45.001 406.247 406.312)' class='st2' d='M-47.5 402.6H860v7.5H-47.5z'/%3E%3Cpath transform='rotate(-45.001 437.497 437.562)' class='st2' d='M-16.2 433.8h907.5v7.5H-16.2z'/%3E%3Cpath transform='rotate(-45.001 468.747 468.813)' class='st2' d='M15 465.1h907.5v7.5H15z'/%3E%3Cpath transform='rotate(-45.001 499.997 500.064)' class='st2' d='M46.3 496.3h907.5v7.5H46.3z'/%3E%3C/g%3E%3C/svg%3E");
}

.course-path * {
  position: relative;
  z-index: 3;
}

.course-path:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 30%, white 50%);
}

.inline-icon-img {
  display: inline-block;
  vertical-align: middle;
  height: 1em;
  margin-top: -3px;
  margin-right: 3px;
}

.course-path.course-path--dark-mode {
  color: #FFF;
  position: relative;
  background-color: #0a2540;
  fill: rgba(63, 192, 253, 0.1);
  background-size: 71px 71px;
  background-repeat: repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' fill-opacity='1' style='enable-background:new 0 0 500 500'%3E%3Cstyle%3E .st2{fill:rgba(63, 192, 253, 0.4)} %3C/style%3E%3Cg style='display:none'%3E%3Cpath style='display:inline;fill:%23414042' d='M-8.3-5.7h520.7V511H-8.3z' id='Layer_2'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Cpath transform='rotate(-45.001 0 .055)' class='st2' d='M-453.7-3.7h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 31.25 31.306)' class='st2' d='M-422.5 27.6H485v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 62.5 62.556)' class='st2' d='M-391.2 58.8h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 93.75 93.807)' class='st2' d='M-360 90.1h907.5v7.5H-360z'/%3E%3Cpath transform='rotate(-45.001 125 125.057)' class='st2' d='M-328.7 121.3h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 156.249 156.308)' class='st2' d='M-297.5 152.6H610v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 187.499 187.558)' class='st2' d='M-266.2 183.8h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 218.749 218.809)' class='st2' d='M-235 215.1h907.5v7.5H-235z'/%3E%3Cpath transform='rotate(-45.001 249.998 250.06)' class='st2' d='M-203.7 246.3h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 281.248 281.31)' class='st2' d='M-172.5 277.6H735v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 312.498 312.56)' class='st2' d='M-141.2 308.8h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 343.748 343.81)' class='st2' d='M-110 340.1h907.5v7.5H-110z'/%3E%3Cpath transform='rotate(-45.001 374.997 375.061)' class='st2' d='M-78.7 371.3h907.5v7.5H-78.7z'/%3E%3Cpath transform='rotate(-45.001 406.247 406.312)' class='st2' d='M-47.5 402.6H860v7.5H-47.5z'/%3E%3Cpath transform='rotate(-45.001 437.497 437.562)' class='st2' d='M-16.2 433.8h907.5v7.5H-16.2z'/%3E%3Cpath transform='rotate(-45.001 468.747 468.813)' class='st2' d='M15 465.1h907.5v7.5H15z'/%3E%3Cpath transform='rotate(-45.001 499.997 500.064)' class='st2' d='M46.3 496.3h907.5v7.5H46.3z'/%3E%3C/g%3E%3C/svg%3E");
}

.course-path.course-path--dark-mode * {
  position: relative;
  z-index: 3;
}

.course-path.course-path--dark-mode:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(10, 37, 64, 0.7) 0%, rgba(10, 37, 64, 0.7) 30%, #0a2540 50%);
}

.course-path.course-path--dark-mode .glyphicon,
.course-path.course-path--dark-mode [class|="fa"] {
  color: tint(#00d4ff, 20%);
}

.course-path.course-path--dark-mode .course-path__starting-line p {
  color: var(--main-blue);
}

.job-breakdown-section {
  position: relative;
  background-color: white;
  fill: rgba(63, 192, 253, 0.4);
  background-size: 71px 71px;
  background-repeat: repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' fill-opacity='1' style='enable-background:new 0 0 500 500'%3E%3Cstyle%3E .st2{fill:rgba(63, 192, 253, 0.4)} %3C/style%3E%3Cg style='display:none'%3E%3Cpath style='display:inline;fill:%23414042' d='M-8.3-5.7h520.7V511H-8.3z' id='Layer_2'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Cpath transform='rotate(-45.001 0 .055)' class='st2' d='M-453.7-3.7h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 31.25 31.306)' class='st2' d='M-422.5 27.6H485v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 62.5 62.556)' class='st2' d='M-391.2 58.8h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 93.75 93.807)' class='st2' d='M-360 90.1h907.5v7.5H-360z'/%3E%3Cpath transform='rotate(-45.001 125 125.057)' class='st2' d='M-328.7 121.3h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 156.249 156.308)' class='st2' d='M-297.5 152.6H610v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 187.499 187.558)' class='st2' d='M-266.2 183.8h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 218.749 218.809)' class='st2' d='M-235 215.1h907.5v7.5H-235z'/%3E%3Cpath transform='rotate(-45.001 249.998 250.06)' class='st2' d='M-203.7 246.3h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 281.248 281.31)' class='st2' d='M-172.5 277.6H735v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 312.498 312.56)' class='st2' d='M-141.2 308.8h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 343.748 343.81)' class='st2' d='M-110 340.1h907.5v7.5H-110z'/%3E%3Cpath transform='rotate(-45.001 374.997 375.061)' class='st2' d='M-78.7 371.3h907.5v7.5H-78.7z'/%3E%3Cpath transform='rotate(-45.001 406.247 406.312)' class='st2' d='M-47.5 402.6H860v7.5H-47.5z'/%3E%3Cpath transform='rotate(-45.001 437.497 437.562)' class='st2' d='M-16.2 433.8h907.5v7.5H-16.2z'/%3E%3Cpath transform='rotate(-45.001 468.747 468.813)' class='st2' d='M15 465.1h907.5v7.5H15z'/%3E%3Cpath transform='rotate(-45.001 499.997 500.064)' class='st2' d='M46.3 496.3h907.5v7.5H46.3z'/%3E%3C/g%3E%3C/svg%3E");
}

.job-breakdown-section * {
  position: relative;
  z-index: 3;
}

.job-breakdown-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.4) 100%);
}

@media only screen and (min-width: 900px) {
  .proof-section__wrapper {
    padding: 5.5em 0 !important;
  }
}

@media only screen and (max-width: 900px) {
  .proof-section__wrapper {
    padding-bottom: 0 !important;
  }
}

.proof-hero-quote {
  max-width: 960px;
  margin: -1.5em auto 3.5em;
}

.proof-hero-quote blockquote {
  text-transform: uppercase;
  color: var(--main-blue);
  font-size: 1.85em;
  line-height: 1.15;
  text-align: center;
  font-weight: 800;
}

.proof-hero-quote strong {
  color: #005089;
  font-weight: 800 !important;
}

.proof-quote-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /*
    &__quote-area,
    &__logo-area {
        p {
            @include above(800px) {
                text-align: left !important;
            }
        }
    }
*/
  /*
    &__logo-list {
        width: 100%;

        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        margin-top: 2rem;

        @include below(800px) {
            width: 100%;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
        }

        > li {
            width: 30%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 1rem 0;
            box-sizing: border-box;

            img {
                max-height: 125px;
            }

            @include below(800px) {
                width: 50%;
                padding: 1rem 2rem;
            }
        }
    }
*/
}

@media only screen and (max-width: 900px) {
  .proof-quote-section {
    flex-direction: column;
  }
}

.proof-quote-section h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 460px;
  color: #565e64;
}

.proof-quote-section__logo-area {
  box-sizing: border-box;
}

@media only screen and (min-width: 900px) {
  .proof-quote-section__logo-area {
    width: 50%;
    padding-right: 4rem;
  }
}

@media only screen and (max-width: 900px) {
  .proof-quote-section__logo-area {
    width: 100%;
    text-align: center;
  }
}

.proof-quote-section__logo-area p {
  font-size: 1em;
  font-weight: 600;
  margin: 1.5em auto 0;
  text-align: center;
  line-height: 1.4;
  max-width: 600px;
}

.proof-quote-section__logos {
  width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.proof-quote-section__dquote {
  font-family: "Georgia", serif;
  font-size: 4.5rem;
  line-height: 0;
  color: var(--main-blue);
  text-align: center;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  font-weight: 800;
}

.proof-quote-section__dquote:last-child {
  top: auto;
  bottom: -2.5rem;
}

.proof-quote-section__quote_wrap {
  position: relative;
}

.proof-quote-section__quote-area {
  position: relative;
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  /*
        &:before {
            top: 4rem;
            content: '“';
        }

        &:after {
            bottom: 1rem;
            content: '”';
        }

        &:before,
        &:after {
            font-family: "Georgia", serif;
            font-size: 5rem;
            line-height: 0;
            position: absolute;
            width: 100%;
            color: $blue;

            display: flex;
            flex-direction: column;
            text-align: center;
            align-items: center;
        }
*/
}

@media only screen and (min-width: 900px) {
  .proof-quote-section__quote-area {
    padding-left: 4rem;
    border-left: 1px solid rgba(var(--main-blue), 0.25);
  }
}

@media only screen and (max-width: 900px) {
  .proof-quote-section__quote-area {
    width: 100%;
    margin-top: 2rem;
    padding: 5rem 0 7rem;
  }
}

.proof-quote-section__quote-area p {
  text-align: center;
  font-size: .85em;
}

.purchase-message {
  transition: max-height ease-in-out .25s;
  max-height: 0;
  height: calc(60px + 2em);
}

.purchase-message__content {
  height: 60px;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  background-color: var(--main-lime);
  font-size: 1.1em;
  padding: 0 1.5em;
  position: relative;
  transition: left ease-in-out .25s, opacity ease-in-out .35s;
  left: -5000px;
  opacity: 0;
  line-height: 1.4;
}

@media only screen and (max-width: 700px) {
  .purchase-message__content {
    height: 80px;
    max-width: 400px;
    width: 90%;
    display: flex;
    margin-top: -1em;
  }
}

.purchase-message.active {
  max-height: 100px;
}

.purchase-message.active .purchase-message__content {
  left: 0;
  opacity: 1;
}

@media only screen and (max-width: 700px) {
  .purchase-message {
    height: calc(80px + 2em);
  }
  .purchase-message strong {
    display: block;
  }
}

.page-template-page-retail-thanks-conversion .wspl-content-wrap,
.page-template-page-user-refcode .wspl-content-wrap {
  max-width: none;
}

.page-template-page-retail-thanks-conversion .wspl-banner h1.wspl-banner__title,
.page-template-page-user-refcode .wspl-banner h1.wspl-banner__title {
  font-size: 3.25em;
}

@media only screen and (max-width: 1200px) {
  .page-template-page-retail-thanks-conversion .wspl-banner h1.wspl-banner__title,
  .page-template-page-user-refcode .wspl-banner h1.wspl-banner__title {
    font-size: 3em;
  }
}

.page-template-page-retail-thanks-conversion .wspl-banner__subtitle,
.page-template-page-user-refcode .wspl-banner__subtitle {
  max-width: none;
}

.page-template-page-user-refcode .wspl-banner__subtitle {
  max-width: 1000px;
  font-size: 1.25em;
  margin-left: auto;
  margin-right: auto;
}

.page-template-page-user-refcode .wspl-banner {
  padding: 4em 0 5em;
}

@media only screen and (max-width: 700px) {
  .page-template-page-user-refcode .wspl-banner {
    padding: 3em 0 4em;
  }
}

.page-template-page-retail-thanks-conversion {
  /*
	.sitenav {
		background-color: $lime;
		color: $black;
	}

	.mobile-nav-buttons {
		display: none;
	}
*/
}

.page-template-page-retail-thanks-conversion .content-wrap {
  max-width: 1100px;
}

.page-template-page-retail-thanks-conversion .refer-block__share-tile {
  position: relative;
  z-index: 1000;
  width: 55%;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1000px) {
  .page-template-page-retail-thanks-conversion .refer-block__share-tile {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.small-copy {
  font-size: 0.5em;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 3em;
}

.refer-block__accompanying-text {
  font-size: 0.85em;
}

.refer-block__accompanying-text h4 {
  font-weight: 600;
  margin-bottom: 1em;
}

.refer-block__accompanying-text p {
  color: rgba(0, 0, 0, 0.8);
}

.refer-block__small-copy-below {
  width: 50%;
}

@media only screen and (max-width: 1200px) {
  .refer-block__small-copy-below {
    width: 100%;
  }
}

/* Working draft partial - move styles from this partial before publishing page */
section#the-reviews.full > h2 + .content-wrap {
  margin-top: 0;
}

.yotpo.yotpo-main-widget {
  max-width: 1000px !important;
}

.yotpo-icon-seperator,
.yotpo-label-container,
.main-widget .yotpo-reviews-header.yotpo-active, .main-widget .yotpo-reviews-filters.yotpo-active,
.yotpo .new-yotpo-small-box,
.yotpo-nav-primary {
  visibility: hidden;
  position: absolute;
}

.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
  color: var(--main-blue) !important;
}

.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile {
  background-color: tint(var(--main-blue), 10%) !important;
}

.yotpo .yotpo-review .yotpo-main .content-review, .yotpo .yotpo-comment .yotpo-main .content-review, .yotpo .yotpo-question .yotpo-main .content-review, .yotpo .yotpo-onsite-upload .yotpo-main .content-review {
  color: #303030 !important;
}

.yotpo .yotpo-regular-box {
  padding: 15px 0 10px !important;
}

.yotpo .bottom-line-items-container {
  padding: 5px 0 !important;
}

.yotpo-main {
  margin-top: 7px !important;
  margin-bottom: 5px !important;
}

.yotpo-user-name {
  font-size: 15px !important;
}

.yotpo-footer .y-label,
.yotpo-footer .social-link,
.yotpo-footer .yotpo-action i {
  font-size: 10px !important;
}

.yotpo-footer .yotpo-icon {
  font-size: 14px !important;
}

.content-title {
  display: none !important;
}

.content-review {
  font-size: 16px !important;
  line-height: 24px !important;
}

.course-result__title .yotpo div,
.course-result__title .yotpo span:not(.yotpo-icon-star),
.course-result__title .yotpo p,
.course-result__title .yotpo a,
.course-result__title .yotpo i,
.course-result__title .yotpo strong,
.course-result__title .yotpo sup, .course-result__title .yotpo ul, .course-result__title .yotpo li, .course-result__title .yotpo form, .course-result__title .yotpo label,
.course-sales-title-meta__item .yotpo div,
.course-sales-title-meta__item .yotpo span:not(.yotpo-icon-star),
.course-sales-title-meta__item .yotpo p,
.course-sales-title-meta__item .yotpo a,
.course-sales-title-meta__item .yotpo i,
.course-sales-title-meta__item .yotpo strong,
.course-sales-title-meta__item .yotpo sup,
.course-sales-title-meta__item .yotpo ul,
.course-sales-title-meta__item .yotpo li,
.course-sales-title-meta__item .yotpo form,
.course-sales-title-meta__item .yotpo label,
.course-result__meta-data .yotpo div,
.course-result__meta-data .yotpo span:not(.yotpo-icon-star),
.course-result__meta-data .yotpo p,
.course-result__meta-data .yotpo a,
.course-result__meta-data .yotpo i,
.course-result__meta-data .yotpo strong,
.course-result__meta-data .yotpo sup,
.course-result__meta-data .yotpo ul,
.course-result__meta-data .yotpo li,
.course-result__meta-data .yotpo form,
.course-result__meta-data .yotpo label,
.yotpo .yotpo-bottomLine div,
.yotpo .yotpo-bottomLine span:not(.yotpo-icon-star),
.yotpo .yotpo-bottomLine p,
.yotpo .yotpo-bottomLine a,
.yotpo .yotpo-bottomLine i,
.yotpo .yotpo-bottomLine strong,
.yotpo .yotpo-bottomLine sup,
.yotpo .yotpo-bottomLine ul,
.yotpo .yotpo-bottomLine li,
.yotpo .yotpo-bottomLine form,
.yotpo .yotpo-bottomLine label,
.yotpo .yotpo-bottomline div,
.yotpo .yotpo-bottomline span:not(.yotpo-icon-star),
.yotpo .yotpo-bottomline p,
.yotpo .yotpo-bottomline a,
.yotpo .yotpo-bottomline i,
.yotpo .yotpo-bottomline strong,
.yotpo .yotpo-bottomline sup,
.yotpo .yotpo-bottomline ul,
.yotpo .yotpo-bottomline li,
.yotpo .yotpo-bottomline form,
.yotpo .yotpo-bottomline label {
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
  -webkit-font-smoothing: inherit !important;
}

.yotpo .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-bottomline .yotpo-icon-empty-star,
.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars .yotpo-icon,
.yotpo .yotpo-review .yotpo-header.yotpo-verified-buyer .yotpo-icon-circle-checkmark, .yotpo .yotpo-comment .yotpo-header.yotpo-verified-buyer .yotpo-icon-circle-checkmark, .yotpo .yotpo-question .yotpo-header.yotpo-verified-buyer .yotpo-icon-circle-checkmark, .yotpo .yotpo-onsite-upload .yotpo-header.yotpo-verified-buyer .yotpo-icon-circle-checkmark {
  color: #eabc00 !important;
}

.rest-content-collapsed {
  font-size: inherit !important;
}

.yotpo.bottomLine .yotpo-bottomline .yotpo-stars {
  color: #EABC00 !important;
}

.yotpo .text-m {
  margin-left: 5px;
}

.yotpo .text-m a {
  color: inherit !important;
}

div.swell-tab {
  display: none !important;
}

#yotpo-testimonials-custom-tab .yotpo-modal-bottom-line {
  border-bottom: none !important;
}

#TOC-list + #the-reviews .yotpo .yotpo-regular-box {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#TOC-list + #the-reviews .bottom-line-items,
#TOC-list + #the-reviews .yotpo .yotpo-review .yotpo-main .content-review,
#TOC-list + #the-reviews .yotpo .yotpo-comment .yotpo-main .content-review,
#TOC-list + #the-reviews .yotpo .yotpo-question .yotpo-main .content-review,
#TOC-list + #the-reviews .yotpo .yotpo-onsite-upload .yotpo-main .content-review,
#TOC-list + #the-reviews .yotpo div,
#TOC-list + #the-reviews .yotpo p,
#TOC-list + #the-reviews .yotpo img,
#TOC-list + #the-reviews .yotpo i,
#TOC-list + #the-reviews .yotpo strong,
#TOC-list + #the-reviews .yotpo sup,
#TOC-list + #the-reviews .yotpo ul,
#TOC-list + #the-reviews .yotpo li,
#TOC-list + #the-reviews .yotpo form,
#TOC-list + #the-reviews .yotpo label {
  color: #fff !important;
}

#TOC-list + #the-reviews .yotpo a {
  color: var(--main-blue) !important;
}

#TOC-list + #the-reviews .yotpo .y-label,
#TOC-list + #the-reviews .yotpo span.y-label {
  color: #bac2cb !important;
}

#sales-banner .yotpo,
#sales-banner .yotpo-display-wrapper,
#sales-banner .standalone-bottomline,
#sales-banner .yotpo-bottomline {
  color: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
}

#sales-banner .yotpo .yotpo-bottomline a {
  color: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
}

@media only screen and (max-width: 960px) {
  #the-reviews .main-widget .bottom-line-items {
    text-align: center;
    margin-bottom: 10px;
  }
  #the-reviews .main-widget .avg-score,
  #the-reviews .main-widget .rating-stars-container,
  #the-reviews .main-widget .reviews-qa-labels-container {
    display: inline-block;
    height: auto;
    width: auto;
    line-height: 20px;
    vertical-align: middle;
    padding-top: 0;
    float: none;
    margin-left: 0;
    position: static;
  }
  #the-reviews .main-widget .reviews-qa-label {
    display: inline;
    line-height: 1.47;
  }
}

div.nsl-container.nsl-container-block .nsl-container-buttons {
  display: flex !important;
  flex-direction: column;
}

div.nsl-container .nsl-button-default {
  justify-content: center;
  align-items: center;
  border-radius: 4px !important;
  box-shadow: none !important;
  height: 50px !important;
}

div.nsl-container .nsl-button-google[data-skin="light"] {
  border: 1px solid #C6C6C6;
}

div.nsl-container .nsl-button-default div.nsl-button-label-container {
  flex: initial !important;
}

div.nsl-container .nsl-button-svg-container {
  position: absolute;
  left: 5px;
}

div.nsl-container svg {
  height: 15px !important;
}

.section-article.intercom-content .intercom-h2b-button {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  background-color: var(--main-blue);
  color: #FFF;
  margin-top: 0.75em;
}

.section-article.intercom-content .intercom-h2b-button:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .section-article.intercom-content .intercom-h2b-button {
    font-size: 1.1em;
  }
}

.section-article.intercom-content .intercom-h2b-button:not([disabled]):hover {
  background-color: var(--main-blue-hover);
}

.section-article.intercom-content ul, .section-article.intercom-content ol {
  margin-top: 0.5em;
}

.section-article.intercom-content ul:not(:last-child), .section-article.intercom-content ol:not(:last-child) {
  margin-bottom: 1em;
}

.section-article.intercom-content ol li > ul {
  margin-top: 0 !important;
}

.section-article.intercom-content ol li > ul li {
  margin-bottom: 0;
}

.section-article.intercom-content li {
  margin-bottom: 0;
}

.section-article.intercom-content ol {
  list-style-type: decimal;
  margin-left: 1.1em;
}

.section-article.intercom-content p {
  margin-bottom: 0;
}

.section-article.intercom-content p + ol {
  margin-left: 2em;
}

.section-article.intercom-content p + ul {
  margin-left: 1.5em;
}

.section-article.intercom-content li {
  margin-bottom: 0.5em;
}

.section-article.intercom-content img {
  margin: 0 auto;
}

.section-article.intercom-content .intercom-container:not(:last-child) {
  margin-bottom: 1.5em;
}

body:not(.my-courses) .calendly-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8999;
  background-color: rgba(45, 56, 70, 0.92);
}

body:not(.my-courses) .calendly-overlay .calendly-close-overlay {
  position: absolute;
  font-size: .75em;
  top: 1em;
  right: 1em;
  cursor: pointer;
  color: #44c1e6;
  text-decoration: underline;
}

body:not(.my-courses) .calendly-overlay .calendly-popup-content {
  height: 100vh;
}

@media (max-width: 768px) {
  body:not(.my-courses) .calendly-overlay .calendly-popup-content {
    width: 90%;
    margin: 2rem auto 1rem;
    height: calc(100vh - 2rem);
  }
}

body:not(.my-courses) .calendly-overlay .calendly-popup {
  z-index: 1002;
  display: none;
}

body:not(.my-courses) .calendly-overlay .calendly-popup.active {
  display: block;
}

body.my-courses .calendly-overlay {
  background-color: rgba(31, 31, 31, 0.74);
}

body.my-courses .calendly-overlay .calendly-popup {
  max-width: none;
  width: 100%;
}

@media only screen and (max-width: 683px) {
  body.my-courses .calendly-overlay .calendly-popup {
    width: 95%;
    left: 2.5%;
  }
}

@media only screen and (min-width: 976px) {
  body.my-courses .calendly-overlay .calendly-popup {
    height: 100%;
  }
}

body.my-courses .calendly-overlay .calendly-spinner {
  display: none;
}

@media print {
  body {
    font-size: 100% !important;
  }
  body.single-knowledgebaseposts {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  body.single-knowledgebaseposts::before {
    content: url(https://media.wallstreetprep.com/wspimage/logo_print.png);
    display: block;
    height: 50px;
    width: 250px;
    padding-top: 10px;
  }
  body.single-knowledgebaseposts::after {
    content: "Wall Street Prep | www.wallstreetprep.com";
    position: fixed;
    bottom: 0;
    right: 20px;
    font-size: 10px;
    font-weight: 600;
  }
  .article-topper .content-wrap,
  .article .content-wrap {
    width: auto !important;
    max-width: none;
  }
  .single-wspblog #wrapper,
  .single-knowledgebaseposts #wrapper,
  .single-blogposts #wrapper {
    background: #fff !important;
  }
  body,
  #main-fare,
  .post-wrap,
  #main-fare.content-wrap.pad-top-bottom,
  .content-wrap.pad-top-bottom,
  .entry.pad, .col-center-white.pad {
    padding: 0 !important;
  }
  .parent > * {
    width: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #wsp-slider,
  nav,
  .lc-jumbo,
  .banner-search,
  #toc_container,
  .share-this,
  #related-posts,
  #premium-ad,
  h5#comments,
  #respond,
  .modal,
  .push,
  #ouibounce-ouibounce-modal,
  #preloader,
  footer,
  .meta .thecomments,
  #meta-icons,
  #printme,
  #wpress-admin-edit,
  #wpress-admin-go,
  #wpress-admin-comments,
  .post-tags,
  .article-meta {
    display: none !important;
  }
  .article-search {
    display: none;
  }
  .article {
    font-size: 12px;
  }
  .article .entry h2 {
    font-size: 1.5em;
  }
  .article .entry h3 {
    font-size: 1.25em;
  }
  .article .entry h4 {
    font-size: 1.1em;
  }
  .article .entry h5,
  .article .entry h6 {
    font-size: 1em;
  }
  .article .entry .wp-caption {
    max-width: 960px;
  }
  .article .entry img.size-full {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .article .entry img.wp-img-300 {
    max-width: 300px !important;
  }
  .article .entry img.wp-img-400 {
    max-width: 400px !important;
  }
  .article .entry img.wp-img-500 {
    max-width: 500px !important;
  }
  .article .entry img.wp-img-600 {
    max-width: 600px !important;
  }
  .article .entry img.wp-img-650 {
    max-width: 650px !important;
  }
  .article .entry img.wp-img-800 {
    max-width: 800px !important;
  }
  .article .entry img.wp-img-900 {
    max-width: 900px !important;
  }
  .article .entry img.wp-img-1000 {
    max-width: 1000px !important;
  }
  .article .entry #multipart {
    background: url(https://media.wallstreetprep.com/wspimage/wsp-print-bg-yellow.png) repeat;
  }
  .article .entry .videowrapper {
    display: none;
  }
  .article .entry blockquote {
    background: url(https://media.wallstreetprep.com/wspimage/wsp-print-bg-blue-lt.png) repeat;
  }
  .article .entry .greenbutton {
    background: url(https://media.wallstreetprep.com/wspimage/wsp-print-bg-green.png) repeat;
  }
  .article .entry .bluebutton {
    background: url(https://media.wallstreetprep.com/wspimage/wsp-print-bg-blue-lt.png) repeat;
  }
  #article-comments {
    display: none;
  }
  .post-tags::before {
    content: "Wall Street Prep  | www.wallstreetprep.com";
    font-size: .75em;
  }
  .post-tags .hashtag {
    display: none;
  }
  .article-topper {
    padding-top: 0 !important;
    padding-bottom: 0;
    margin-top: 0;
    background: none;
  }
  .article-topper::before {
    background: none;
  }
  .article-topper h1,
  .article-topper p {
    color: #303030;
  }
  .article-topper p a {
    color: var(--main-blue);
  }
  .article-topper h1 {
    font-size: 2.5em;
    font-weight: 600;
    padding-top: 0;
  }
  .banner-button {
    display: none;
  }
  #post-wrap::before {
    content: "Wall Street Prep | www.wallstreetprep.com";
  }
  #excel-shortcuts {
    display: none;
  }
  #shortcuts-intro {
    float: none;
    width: auto;
  }
  table.shortcuts tr td {
    border-top: 1px solid #f2f2f2 !important;
  }
  .single-wsp_exam,
  .page-template-page-completed-exam {
    font-size: 75% !important;
  }
  .single-wsp_exam .exam_summary,
  .single-wsp_exam .breadcrumbs,
  .single-wsp_exam .answer_correct,
  .single-wsp_exam .answer_incorrect,
  .page-template-page-completed-exam .exam_summary,
  .page-template-page-completed-exam .breadcrumbs,
  .page-template-page-completed-exam .answer_correct,
  .page-template-page-completed-exam .answer_incorrect {
    display: none;
  }
  .single-wsp_exam h1.entry-title,
  .page-template-page-completed-exam h1.entry-title {
    font-weight: 700;
    font-size: 2;
  }
  .single-wsp_exam .cat-tag-yellow,
  .page-template-page-completed-exam .cat-tag-yellow {
    padding: 0;
    font-weight: 700;
    background: none;
    border: none;
    margin-top: 2em;
  }
  .single-wsp_exam .entry p,
  .page-template-page-completed-exam .entry p {
    margin-bottom: 1em;
  }
  .single-wsp_exam .view-exam-results .questionList label,
  .page-template-page-completed-exam .view-exam-results .questionList label {
    padding: 0;
    background: none;
    border: none;
  }
  .single-wsp_exam .view-exam-results .questionList label input,
  .page-template-page-completed-exam .view-exam-results .questionList label input {
    display: none;
  }
  .single-wsp_exam .view-exam-results .entry blockquote,
  .page-template-page-completed-exam .view-exam-results .entry blockquote {
    margin: 0 0 1em 0;
  }
  .single-wsp_exam .view-exam-results .questionList .answerCorrect label,
  .page-template-page-completed-exam .view-exam-results .questionList .answerCorrect label {
    background: none;
    border: none;
    font-weight: 700;
    text-decoration: underline;
  }
  .single-wsp_exam .entry table tr td,
  .single-wsp_exam .entry table tr th,
  .page-template-page-completed-exam .entry table tr td,
  .page-template-page-completed-exam .entry table tr th {
    font-size: 7px !important;
    font-style: italic;
    padding: .25em;
  }
}

.wspl-flex-cols {
  display: flex;
  margin-right: -1rem;
}

.wspl-flex-cols:not(.wspl-flex-cols--fluid):not(.wspl-flex-cols--nowrap) {
  flex-wrap: wrap;
  margin-bottom: -1rem;
}

.wspl-flex-cols:not(.wspl-flex-cols--fluid):not(.wspl-flex-cols--nowrap) > .wspl-flex-col {
  margin-bottom: 1rem;
}

.wspl-flex-cols:not(.wspl-flex-cols--fluid):not(.wspl-flex-cols--nowrap).wspl-flex-cols--tight {
  margin-bottom: -0.5em;
}

.wspl-flex-cols:not(.wspl-flex-cols--fluid):not(.wspl-flex-cols--nowrap).wspl-flex-cols--tight > .wspl-flex-col {
  margin-bottom: 0.5rem;
}

.wspl-flex-cols--column {
  flex-direction: column;
}

.wspl-flex-cols--reverse {
  flex-direction: row-reverse;
}

.wspl-flex-cols--column-reverse {
  flex-direction: column-reverse;
}

.wspl-flex-cols--space-between {
  justify-content: space-between;
}

.wspl-flex-cols--space-around {
  justify-content: space-around;
}

.wspl-flex-cols--center {
  justify-content: center;
}

.wspl-flex-cols--end {
  justify-content: flex-end;
}

.wspl-flex-cols--align-start {
  align-items: flex-start;
}

.wspl-flex-cols--align-center {
  align-items: center;
}

.wspl-flex-cols--align-end {
  align-items: flex-end;
}

.wspl-flex-cols--align-top, .wspl-flex-cols--align-start {
  align-items: flex-start;
}

.wspl-flex-cols--nowrap {
  flex-wrap: nowrap;
}

.wspl-flex-cols--flush {
  margin-right: 0;
}

@media only screen and (min-width: 1001px) {
  .wspl-flex-cols--gutter-extra {
    --flex-gutter: 3rem !important;
    margin-right: -3rem !important;
    margin-bottom: -2rem !important;
  }
  .wspl-flex-cols--gutter-extra .wspl-flex-col {
    --flex-gutter: 3rem !important;
    margin-bottom: 2rem !important;
  }
}

.wspl-flex-col {
  --flex-gutter: 1rem;
  margin-right: var(--flex-gutter);
  box-sizing: border-box;
}

.wspl-flex-col--itemFill > * {
  height: 100%;
}

.wspl-flex-col.col--fluid {
  flex: 1;
}

.wspl-flex-col.col--1 {
  width: calc(8.333% - var(--flex-gutter));
}

.wspl-flex-col.col--2 {
  width: calc(16.666% - var(--flex-gutter));
}

.wspl-flex-col.col--2p5 {
  width: calc(20% - var(--flex-gutter));
}

.wspl-flex-col.col--3 {
  width: calc(25% - var(--flex-gutter));
}

.wspl-flex-col.col--4 {
  width: calc(33.333% - var(--flex-gutter));
}

.wspl-flex-col.col--5 {
  width: calc(41.666% - var(--flex-gutter));
}

.wspl-flex-col.col--6 {
  width: calc(50% - var(--flex-gutter));
}

.wspl-flex-col.col--7 {
  width: calc(58.333% - var(--flex-gutter));
}

.wspl-flex-col.col--8 {
  width: calc(66.666% - var(--flex-gutter));
}

.wspl-flex-col.col--9 {
  width: calc(75% - var(--flex-gutter));
}

.wspl-flex-col.col--10 {
  width: calc(83.333% - var(--flex-gutter));
}

.wspl-flex-col.col--11 {
  width: calc(91.666% - var(--flex-gutter));
}

.wspl-flex-col.col--12 {
  width: 100%;
  margin-right: var(--flex-gutter);
}

.wspl-flex-col.col--full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.wspl-flex-col.col--fix300 {
  width: 300px;
}

.wspl-flex-col.col--fix250 {
  width: 250px;
}

.wspl-flex-col--button a + a {
  margin-top: 0.5em;
}

@media only screen and (min-width: 1001px) {
  .bp1-1000 > .wspl-flex-col--button {
    text-align: right;
  }
}

@media only screen and (min-width: 1000px) {
  .col-centerer {
    margin-left: auto;
    margin-right: auto;
    max-width: 375px;
  }
}

.bp1-1300 {
  --flex-gutter: 1em;
}

@media only screen and (max-width: 1300px) {
  .bp1-1300 .bp1-col--2 {
    width: calc(8.333% - var(--flex-gutter));
  }
  .bp1-1300 .bp1-col--2 {
    width: calc(16.666% - var(--flex-gutter));
  }
  .bp1-1300 .bp1-col--3 {
    width: calc(25% - var(--flex-gutter));
  }
  .bp1-1300 .bp1-col--4 {
    width: calc(33.333% - var(--flex-gutter));
  }
  .bp1-1300 .bp1-col--5 {
    width: calc(41.666% - var(--flex-gutter));
  }
  .bp1-1300 .bp1-col--6 {
    width: calc(50% - var(--flex-gutter));
  }
  .bp1-1300 .bp1-col--7 {
    width: calc(58.333% - var(--flex-gutter));
  }
  .bp1-1300 .bp1-col--8 {
    width: calc(66.666% - var(--flex-gutter));
  }
  .bp1-1300 .bp1-col--9 {
    width: calc(75% - var(--flex-gutter));
  }
  .bp1-1300 .bp1-col--10 {
    width: calc(83.333% - var(--flex-gutter));
  }
  .bp1-1300 .bp1-col--12 {
    width: 100%;
    margin-right: 1em;
  }
  .bp1-1300 .bp1-col--full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.bp1-1200 {
  --flex-gutter: 1em;
}

@media only screen and (max-width: 1200px) {
  .bp1-1200 .bp1--hide {
    display: none;
  }
  .bp1-1200 .bp1-col--2 {
    width: calc(8.333% - var(--flex-gutter));
  }
  .bp1-1200 .bp1-col--2 {
    width: calc(16.666% - var(--flex-gutter));
  }
  .bp1-1200 .bp1-col--2p5 {
    width: calc(20% - var(--flex-gutter));
  }
  .bp1-1200 .bp1-col--3 {
    width: calc(25% - var(--flex-gutter));
  }
  .bp1-1200 .bp1-col--4 {
    width: calc(33.333% - var(--flex-gutter));
  }
  .bp1-1200 .bp1-col--5 {
    width: calc(41.666% - var(--flex-gutter));
  }
  .bp1-1200 .bp1-col--6 {
    width: calc(50% - var(--flex-gutter));
  }
  .bp1-1200 .bp1-col--7 {
    width: calc(58.333% - var(--flex-gutter));
  }
  .bp1-1200 .bp1-col--8 {
    width: calc(66.666% - var(--flex-gutter));
  }
  .bp1-1200 .bp1-col--9 {
    width: calc(75% - var(--flex-gutter));
  }
  .bp1-1200 .bp1-col--10 {
    width: calc(83.333% - var(--flex-gutter));
  }
  .bp1-1200 .bp1-col--12 {
    width: 100%;
    margin-right: 1em;
  }
  .bp1-1200 .bp1-col--full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.bp1-1100 {
  --flex-gutter: 1em;
}

@media only screen and (max-width: 1100px) {
  .bp1-1100 .bp1--hide {
    display: none;
  }
  .bp1-1100 .wspl-flex-col.bp-stackMargin {
    margin-bottom: 3em !important;
  }
  .bp1-1100 .bp1-col--1 {
    width: calc(8.333% - var(--flex-gutter));
  }
  .bp1-1100 .bp1-col--2 {
    width: calc(16.666% - var(--flex-gutter));
  }
  .bp1-1100 .bp1-col--2p5 {
    width: calc(20% - var(--flex-gutter));
  }
  .bp1-1100 .bp1-col--3 {
    width: calc(25% - var(--flex-gutter));
  }
  .bp1-1100 .bp1-col--4 {
    width: calc(33.333% - var(--flex-gutter));
  }
  .bp1-1100 .bp1-col--5 {
    width: calc(41.666% - var(--flex-gutter));
  }
  .bp1-1100 .bp1-col--6 {
    width: calc(50% - var(--flex-gutter));
  }
  .bp1-1100 .bp1-col--7 {
    width: calc(58.333% - var(--flex-gutter));
  }
  .bp1-1100 .bp1-col--8 {
    width: calc(66.666% - var(--flex-gutter));
  }
  .bp1-1100 .bp1-col--9 {
    width: calc(75% - var(--flex-gutter));
  }
  .bp1-1100 .bp1-col--10 {
    width: calc(83.333% - var(--flex-gutter));
  }
  .bp1-1100 .bp1-col--12 {
    width: 100%;
    margin-right: 1em;
  }
  .bp1-1100 .bp1-col--full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .bp1-1100 .bp1-col.bp1-stackMargin {
    margin-bottom: 3em !important;
  }
}

.bp2-1100 {
  --flex-gutter: 1em;
}

@media only screen and (max-width: 1100px) {
  .bp2-1100 .bp2--hide {
    display: none;
  }
  .bp2-1100 .wspl-flex-col.bp-stackMargin {
    margin-bottom: 3em !important;
  }
  .bp2-1100 .bp2-col--1 {
    width: calc(8.333% - var(--flex-gutter));
  }
  .bp2-1100 .bp2-col--2 {
    width: calc(16.666% - var(--flex-gutter));
  }
  .bp2-1100 .bp2-col--2p5 {
    width: calc(20% - var(--flex-gutter));
  }
  .bp2-1100 .bp2-col--3 {
    width: calc(25% - var(--flex-gutter));
  }
  .bp2-1100 .bp2-col--4 {
    width: calc(33.333% - var(--flex-gutter));
  }
  .bp2-1100 .bp2-col--5 {
    width: calc(41.666% - var(--flex-gutter));
  }
  .bp2-1100 .bp2-col--6 {
    width: calc(50% - var(--flex-gutter));
  }
  .bp2-1100 .bp2-col--7 {
    width: calc(58.333% - var(--flex-gutter));
  }
  .bp2-1100 .bp2-col--8 {
    width: calc(66.666% - var(--flex-gutter));
  }
  .bp2-1100 .bp2-col--9 {
    width: calc(75% - var(--flex-gutter));
  }
  .bp2-1100 .bp2-col--10 {
    width: calc(83.333% - var(--flex-gutter));
  }
  .bp2-1100 .bp2-col--12 {
    width: 100%;
    margin-right: 1em;
  }
  .bp2-1100 .bp2-col--full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .bp2-1100 .bp2-col.bp2-stackMargin {
    margin-bottom: 3em !important;
  }
}

@media only screen and (max-width: 1000px) {
  .wspl-flex-cols--nowrap.bp1-1000 {
    margin-bottom: -1rem !important;
  }
}

@media only screen and (max-width: 1000px) {
  .wspl-flex-cols--nowrap.bp1-1000 > .wspl-flex-col {
    margin-bottom: 1rem !important;
  }
}

.bp1-1000 {
  --flex-gutter: 1rem;
}

@media only screen and (max-width: 1000px) {
  .bp1-1000 {
    flex-wrap: wrap !important;
  }
  .bp1-1000 .bp1--hide {
    display: none;
  }
  .bp1-1000 .wspl-flex-col.bp-stackMargin {
    margin-bottom: 3em !important;
  }
  .bp1-1000 .bp1-col--1 {
    width: calc(8.333% - var(--flex-gutter));
  }
  .bp1-1000 .bp1-col--2 {
    width: calc(16.666% - var(--flex-gutter));
  }
  .bp1-1000 .bp1-col--2p5 {
    width: calc(20% - var(--flex-gutter));
  }
  .bp1-1000 .bp1-col--3 {
    width: calc(25% - var(--flex-gutter));
  }
  .bp1-1000 .bp1-col--4 {
    width: calc(33.333% - var(--flex-gutter));
  }
  .bp1-1000 .bp1-col--5 {
    width: calc(41.666% - var(--flex-gutter));
  }
  .bp1-1000 .bp1-col--6 {
    width: calc(50% - var(--flex-gutter));
  }
  .bp1-1000 .bp1-col--7 {
    width: calc(58.333% - var(--flex-gutter));
  }
  .bp1-1000 .bp1-col--8 {
    width: calc(66.666% - var(--flex-gutter));
  }
  .bp1-1000 .bp1-col--9 {
    width: calc(75% - var(--flex-gutter));
  }
  .bp1-1000 .bp1-col--10 {
    width: calc(83.333% - var(--flex-gutter));
  }
  .bp1-1000 .bp1-col--11 {
    width: calc(91.666% - var(--flex-gutter));
  }
  .bp1-1000 .bp1-col--12 {
    width: 100%;
    margin-right: var(--flex-gutter);
  }
  .bp1-1000 .bp1-col--full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.bp2-1000 {
  --flex-gutter: 1em;
}

@media only screen and (max-width: 1000px) {
  .bp2-1000 .bp2--hide {
    display: none;
  }
  .bp2-1000 .wspl-flex-col.bp-stackMargin {
    margin-bottom: 3em !important;
  }
  .bp2-1000 .wspl-flex-col.bp2-stackMargin {
    margin-bottom: 3em !important;
  }
  .bp2-1000 .bp2-col--2 {
    width: calc(16.666% - var(--flex-gutter));
  }
  .bp2-1000 .bp2-col--2p5 {
    width: calc(20% - var(--flex-gutter));
  }
  .bp2-1000 .bp2-col--3 {
    width: calc(25% - var(--flex-gutter));
  }
  .bp2-1000 .bp2-col--4 {
    width: calc(33.333% - var(--flex-gutter));
  }
  .bp2-1000 .bp2-col--5 {
    width: calc(41.666% - var(--flex-gutter));
  }
  .bp2-1000 .bp2-col--6 {
    width: calc(50% - var(--flex-gutter));
  }
  .bp2-1000 .bp2-col--7 {
    width: calc(58.333% - var(--flex-gutter));
  }
  .bp2-1000 .bp2-col--8 {
    width: calc(66.666% - var(--flex-gutter));
  }
  .bp2-1000 .bp2-col--9 {
    width: calc(75% - var(--flex-gutter));
  }
  .bp2-1000 .bp2-col--10 {
    width: calc(83.333% - var(--flex-gutter));
  }
  .bp2-1000 .bp2-col--11 {
    width: calc(91.666% - var(--flex-gutter));
  }
  .bp2-1000 .bp2-col--12 {
    width: 100%;
    margin-right: 1em;
  }
  .bp2-1000 .bp2-col--full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .bp2-1000 .bp2-col.bp2-stackMargin {
    margin-bottom: 3em !important;
  }
}

.bp1-900 {
  --flex-gutter: 1em;
}

@media only screen and (max-width: 900px) {
  .bp1-900 .bp1--hide {
    display: none;
  }
  .bp1-900 .wspl-flex-col.bp-stackMargin {
    margin-bottom: 3em !important;
  }
  .bp1-900 .bp1-col--1 {
    width: calc(8.333% - var(--flex-gutter));
  }
  .bp1-900 .bp1-col--2 {
    width: calc(16.666% - var(--flex-gutter));
  }
  .bp1-900 .bp1-col--2p5 {
    width: calc(20% - var(--flex-gutter));
  }
  .bp1-900 .bp1-col--3 {
    width: calc(25% - var(--flex-gutter));
  }
  .bp1-900 .bp1-col--4 {
    width: calc(33.333% - var(--flex-gutter));
  }
  .bp1-900 .bp1-col--5 {
    width: calc(41.666% - var(--flex-gutter));
  }
  .bp1-900 .bp1-col--6 {
    width: calc(50% - var(--flex-gutter));
  }
  .bp1-900 .bp1-col--7 {
    width: calc(58.333% - var(--flex-gutter));
  }
  .bp1-900 .bp1-col--8 {
    width: calc(66.666% - var(--flex-gutter));
  }
  .bp1-900 .bp1-col--9 {
    width: calc(75% - var(--flex-gutter));
  }
  .bp1-900 .bp1-col--10 {
    width: calc(83.333% - var(--flex-gutter));
  }
  .bp1-900 .bp1-col--12 {
    width: 100%;
    margin-right: 1em;
  }
  .bp1-900 .bp1-col--full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.bp2-900 {
  --flex-gutter: 1em;
}

@media only screen and (max-width: 900px) {
  .bp2-900 .bp2--hide {
    display: none;
  }
  .bp2-900 .bp2-col--2 {
    width: calc(16.666% - var(--flex-gutter));
  }
  .bp2-900 .bp2-col--2p5 {
    width: calc(20% - var(--flex-gutter));
  }
  .bp2-900 .bp2-col--3 {
    width: calc(25% - var(--flex-gutter));
  }
  .bp2-900 .bp2-col--4 {
    width: calc(33.333% - var(--flex-gutter));
  }
  .bp2-900 .bp2-col--5 {
    width: calc(41.666% - var(--flex-gutter));
  }
  .bp2-900 .bp2-col--6 {
    width: calc(50% - var(--flex-gutter));
  }
  .bp2-900 .bp2-col--7 {
    width: calc(58.333% - var(--flex-gutter));
  }
  .bp2-900 .bp2-col--8 {
    width: calc(66.666% - var(--flex-gutter));
  }
  .bp2-900 .bp2-col--9 {
    width: calc(75% - var(--flex-gutter));
  }
  .bp2-900 .bp2-col--10 {
    width: calc(83.333% - var(--flex-gutter));
  }
  .bp2-900 .bp2-col--full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.bp1-800 {
  --flex-gutter: 1em;
}

@media only screen and (max-width: 800px) {
  .bp1-800 .bp1--hide {
    display: none;
  }
  .bp1-800 .wspl-flex-col.bp-stackMargin {
    margin-bottom: 3em !important;
  }
  .bp1-800 .bp1-col--2 {
    width: calc(16.666% - var(--flex-gutter));
  }
  .bp1-800 .bp1-col--2p5 {
    width: calc(20% - var(--flex-gutter));
  }
  .bp1-800 .bp1-col--3 {
    width: calc(25% - var(--flex-gutter));
  }
  .bp1-800 .bp1-col--4 {
    width: calc(33.333% - var(--flex-gutter));
  }
  .bp1-800 .bp1-col--5 {
    width: calc(41.666% - var(--flex-gutter));
  }
  .bp1-800 .bp1-col--6 {
    width: calc(50% - var(--flex-gutter));
  }
  .bp1-800 .bp1-col--7 {
    width: calc(58.333% - var(--flex-gutter));
  }
  .bp1-800 .bp1-col--8 {
    width: calc(66.666% - var(--flex-gutter));
  }
  .bp1-800 .bp1-col--9 {
    width: calc(75% - var(--flex-gutter));
  }
  .bp1-800 .bp1-col--10 {
    width: calc(83.333% - var(--flex-gutter));
  }
  .bp1-800 .bp1-col--12 {
    width: 100%;
    margin-right: 1em;
  }
  .bp1-800 .bp1-col--full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.bp2-800 {
  --flex-gutter: 1em;
}

@media only screen and (max-width: 800px) {
  .bp2-800 .bp2--hide {
    display: none;
  }
  .bp2-800 .bp2-col--2 {
    width: calc(16.666% - var(--flex-gutter));
  }
  .bp2-800 .bp2-col--2p5 {
    width: calc(20% - var(--flex-gutter));
  }
  .bp2-800 .bp2-col--3 {
    width: calc(25% - var(--flex-gutter));
  }
  .bp2-800 .bp2-col--4 {
    width: calc(33.333% - var(--flex-gutter));
  }
  .bp2-800 .bp2-col--5 {
    width: calc(41.666% - var(--flex-gutter));
  }
  .bp2-800 .bp2-col--6 {
    width: calc(50% - var(--flex-gutter));
  }
  .bp2-800 .bp2-col--7 {
    width: calc(58.333% - var(--flex-gutter));
  }
  .bp2-800 .bp2-col--8 {
    width: calc(66.666% - var(--flex-gutter));
  }
  .bp2-800 .bp2-col--9 {
    width: calc(75% - var(--flex-gutter));
  }
  .bp2-800 .bp2-col--10 {
    width: calc(83.333% - var(--flex-gutter));
  }
  .bp2-800 .bp2-col--12 {
    width: 100%;
    margin-right: 1em;
  }
  .bp2-800 .bp2-col--full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.bp3-800 {
  --flex-gutter: 1em;
}

@media only screen and (max-width: 800px) {
  .bp3-800 .bp3--hide {
    display: none;
  }
  .bp3-800 .bp3-col--2 {
    width: calc(16.666% - var(--flex-gutter));
  }
  .bp3-800 .bp3-col--2p5 {
    width: calc(20% - var(--flex-gutter));
  }
  .bp3-800 .bp3-col--3 {
    width: calc(25% - var(--flex-gutter));
  }
  .bp3-800 .bp3-col--4 {
    width: calc(33.333% - var(--flex-gutter));
  }
  .bp3-800 .bp3-col--5 {
    width: calc(41.666% - var(--flex-gutter));
  }
  .bp3-800 .bp3-col--6 {
    width: calc(50% - var(--flex-gutter));
  }
  .bp3-800 .bp3-col--7 {
    width: calc(58.333% - var(--flex-gutter));
  }
  .bp3-800 .bp3-col--8 {
    width: calc(66.666% - var(--flex-gutter));
  }
  .bp3-800 .bp3-col--9 {
    width: calc(75% - var(--flex-gutter));
  }
  .bp3-800 .bp3-col--10 {
    width: calc(83.333% - var(--flex-gutter));
  }
  .bp3-800 .bp3-col--12 {
    width: 100%;
    margin-right: 1em;
  }
  .bp3-800 .bp3-col--full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.bp1-700 {
  --flex-gutter: 1em;
}

@media only screen and (max-width: 700px) {
  .bp1-700 .bp1--hide {
    display: none;
  }
  .bp1-700 .bp1-col--2 {
    width: calc(16.666% - var(--flex-gutter));
  }
  .bp1-700 .bp1-col--2p5 {
    width: calc(20% - var(--flex-gutter));
  }
  .bp1-700 .bp1-col--3 {
    width: calc(25% - var(--flex-gutter));
  }
  .bp1-700 .bp1-col--4 {
    width: calc(33.333% - var(--flex-gutter));
  }
  .bp1-700 .bp1-col--5 {
    width: calc(41.666% - var(--flex-gutter));
  }
  .bp1-700 .bp1-col--6 {
    width: calc(50% - var(--flex-gutter));
  }
  .bp1-700 .bp1-col--7 {
    width: calc(58.333% - var(--flex-gutter));
  }
  .bp1-700 .bp1-col--8 {
    width: calc(66.666% - var(--flex-gutter));
  }
  .bp1-700 .bp1-col--9 {
    width: calc(75% - var(--flex-gutter));
  }
  .bp1-700 .bp1-col--10 {
    width: calc(83.333% - var(--flex-gutter));
  }
  .bp1-700 .bp1-col--12 {
    width: 100%;
    margin-right: 1em;
  }
  .bp1-700 .bp1-col--full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.bp2-700 {
  --flex-gutter: 1em;
}

@media only screen and (max-width: 700px) {
  .bp2-700 .bp2--hide {
    display: none;
  }
  .bp2-700.bp2-center {
    justify-content: center;
    align-items: flex-start;
  }
  .bp2-700 .bp2-col--2 {
    width: calc(16.666% - var(--flex-gutter));
  }
  .bp2-700 .bp2-col--2p5 {
    width: calc(20% - var(--flex-gutter));
  }
  .bp2-700 .bp2-col--3 {
    width: calc(25% - var(--flex-gutter));
  }
  .bp2-700 .bp2-col--4 {
    width: calc(33.333% - var(--flex-gutter));
  }
  .bp2-700 .bp2-col--5 {
    width: calc(41.666% - var(--flex-gutter));
  }
  .bp2-700 .bp2-col--6 {
    width: calc(50% - var(--flex-gutter));
  }
  .bp2-700 .bp2-col--7 {
    width: calc(58.333% - var(--flex-gutter));
  }
  .bp2-700 .bp2-col--8 {
    width: calc(66.666% - var(--flex-gutter));
  }
  .bp2-700 .bp2-col--9 {
    width: calc(75% - var(--flex-gutter));
  }
  .bp2-700 .bp2-col--10 {
    width: calc(83.333% - var(--flex-gutter));
  }
  .bp2-700 .bp2-col--12 {
    width: 100%;
    margin-right: 1em;
  }
  .bp2-700 .bp2-col--full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.bp3-700 {
  --flex-gutter: 1em;
}

@media only screen and (max-width: 700px) {
  .bp3-700 .bp3--hide {
    display: none;
  }
  .bp3-700 .bp3-col--2 {
    width: calc(16.666% - var(--flex-gutter));
  }
  .bp3-700 .bp3-col--2p5 {
    width: calc(20% - var(--flex-gutter));
  }
  .bp3-700 .bp3-col--3 {
    width: calc(25% - var(--flex-gutter));
  }
  .bp3-700 .bp3-col--4 {
    width: calc(33.333% - var(--flex-gutter));
  }
  .bp3-700 .bp3-col--5 {
    width: calc(41.666% - var(--flex-gutter));
  }
  .bp3-700 .bp3-col--6 {
    width: calc(50% - var(--flex-gutter));
  }
  .bp3-700 .bp3-col--7 {
    width: calc(58.333% - var(--flex-gutter));
  }
  .bp3-700 .bp3-col--8 {
    width: calc(66.666% - var(--flex-gutter));
  }
  .bp3-700 .bp3-col--9 {
    width: calc(75% - var(--flex-gutter));
  }
  .bp3-700 .bp3-col--10 {
    width: calc(83.333% - var(--flex-gutter));
  }
  .bp3-700 .bp3-col--12 {
    width: 100%;
    margin-right: 1em;
  }
  .bp3-700 .bp3-col--full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.bp1-600 {
  --flex-gutter: 1em;
}

@media only screen and (max-width: 600px) {
  .bp1-600 .bp1--hide {
    display: none;
  }
  .bp1-600 .bp1-col--2 {
    width: calc(16.666% - var(--flex-gutter));
  }
  .bp1-600 .bp1-col--2p5 {
    width: calc(20% - var(--flex-gutter));
  }
  .bp1-600 .bp1-col--3 {
    width: calc(25% - var(--flex-gutter));
  }
  .bp1-600 .bp1-col--4 {
    width: calc(33.333% - var(--flex-gutter));
  }
  .bp1-600 .bp1-col--5 {
    width: calc(41.666% - var(--flex-gutter));
  }
  .bp1-600 .bp1-col--6 {
    width: calc(50% - var(--flex-gutter));
  }
  .bp1-600 .bp1-col--7 {
    width: calc(58.333% - var(--flex-gutter));
  }
  .bp1-600 .bp1-col--8 {
    width: calc(66.666% - var(--flex-gutter));
  }
  .bp1-600 .bp1-col--9 {
    width: calc(75% - var(--flex-gutter));
  }
  .bp1-600 .bp1-col--10 {
    width: calc(83.333% - var(--flex-gutter));
  }
  .bp1-600 .bp1-col--12 {
    width: 100%;
    margin-right: 1em;
  }
  .bp1-600 .bp1-col--full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.bp2-600 {
  --flex-gutter: 1em;
}

@media only screen and (max-width: 600px) {
  .bp2-600 .bp2--hide {
    display: none;
  }
  .bp2-600 .bp2-col--2 {
    width: calc(16.666% - var(--flex-gutter));
  }
  .bp2-600 .bp2-col--2p5 {
    width: calc(20% - var(--flex-gutter));
  }
  .bp2-600 .bp2-col--3 {
    width: calc(25% - var(--flex-gutter));
  }
  .bp2-600 .bp2-col--4 {
    width: calc(33.333% - var(--flex-gutter));
  }
  .bp2-600 .bp2-col--5 {
    width: calc(41.666% - var(--flex-gutter));
  }
  .bp2-600 .bp2-col--6 {
    width: calc(50% - var(--flex-gutter));
  }
  .bp2-600 .bp2-col--7 {
    width: calc(58.333% - var(--flex-gutter));
  }
  .bp2-600 .bp2-col--8 {
    width: calc(66.666% - var(--flex-gutter));
  }
  .bp2-600 .bp2-col--9 {
    width: calc(75% - var(--flex-gutter));
  }
  .bp2-600 .bp2-col--10 {
    width: calc(83.333% - var(--flex-gutter));
  }
  .bp2-600 .bp2-col--12 {
    width: 100%;
    margin-right: 1em;
  }
  .bp2-600 .bp2-col--full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.bp3-600 {
  --flex-gutter: 1em;
}

@media only screen and (max-width: 600px) {
  .bp3-600 .bp3--hide {
    display: none;
  }
  .bp3-600 .bp3-col--2 {
    width: calc(16.666% - var(--flex-gutter));
  }
  .bp3-600 .bp3-col--2p5 {
    width: calc(20% - var(--flex-gutter));
  }
  .bp3-600 .bp3-col--3 {
    width: calc(25% - var(--flex-gutter));
  }
  .bp3-600 .bp3-col--4 {
    width: calc(33.333% - var(--flex-gutter));
  }
  .bp3-600 .bp3-col--5 {
    width: calc(41.666% - var(--flex-gutter));
  }
  .bp3-600 .bp3-col--6 {
    width: calc(50% - var(--flex-gutter));
  }
  .bp3-600 .bp3-col--7 {
    width: calc(58.333% - var(--flex-gutter));
  }
  .bp3-600 .bp3-col--8 {
    width: calc(66.666% - var(--flex-gutter));
  }
  .bp3-600 .bp3-col--9 {
    width: calc(75% - var(--flex-gutter));
  }
  .bp3-600 .bp3-col--10 {
    width: calc(83.333% - var(--flex-gutter));
  }
  .bp3-600 .bp3-col--12 {
    width: 100%;
    margin-right: 1em;
  }
  .bp3-600 .bp3-col--full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.bp1-500 {
  --flex-gutter: 1rem;
}

@media only screen and (max-width: 500px) {
  .bp1-500 .bp1--hide {
    display: none;
  }
  .bp1-500 .bp1-col--2 {
    width: calc(16.666% - var(--flex-gutter));
  }
  .bp1-500 .bp1-col--2p5 {
    width: calc(20% - var(--flex-gutter));
  }
  .bp1-500 .bp1-col--3 {
    width: calc(25% - var(--flex-gutter));
  }
  .bp1-500 .bp1-col--4 {
    width: calc(33.333% - var(--flex-gutter));
  }
  .bp1-500 .bp1-col--5 {
    width: calc(41.666% - var(--flex-gutter));
  }
  .bp1-500 .bp1-col--6 {
    width: calc(50% - var(--flex-gutter));
  }
  .bp1-500 .bp1-col--7 {
    width: calc(58.333% - var(--flex-gutter));
  }
  .bp1-500 .bp1-col--8 {
    width: calc(66.666% - var(--flex-gutter));
  }
  .bp1-500 .bp1-col--9 {
    width: calc(75% - var(--flex-gutter));
  }
  .bp1-500 .bp1-col--10 {
    width: calc(83.333% - var(--flex-gutter));
  }
  .bp1-500 .bp1-col--12 {
    width: 100%;
    margin-right: var(--flex-gutter);
  }
  .bp1-500 .bp1-col--full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.bp2-500 {
  --flex-gutter: 1em;
}

@media only screen and (max-width: 500px) {
  .bp2-500 .bp2--hide {
    display: none;
  }
  .bp2-500 .bp2-col--2 {
    width: calc(16.666% - var(--flex-gutter));
  }
  .bp2-500 .bp2-col--2p5 {
    width: calc(20% - var(--flex-gutter));
  }
  .bp2-500 .bp2-col--3 {
    width: calc(25% - var(--flex-gutter));
  }
  .bp2-500 .bp2-col--4 {
    width: calc(33.333% - var(--flex-gutter));
  }
  .bp2-500 .bp2-col--5 {
    width: calc(41.666% - var(--flex-gutter));
  }
  .bp2-500 .bp2-col--6 {
    width: calc(50% - var(--flex-gutter));
  }
  .bp2-500 .bp2-col--7 {
    width: calc(58.333% - var(--flex-gutter));
  }
  .bp2-500 .bp2-col--8 {
    width: calc(66.666% - var(--flex-gutter));
  }
  .bp2-500 .bp2-col--9 {
    width: calc(75% - var(--flex-gutter));
  }
  .bp2-500 .bp2-col--10 {
    width: calc(83.333% - var(--flex-gutter));
  }
  .bp2-500 .bp2-col--12 {
    width: 100%;
    margin-right: 1em;
  }
  .bp2-500 .bp2-col--full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.bp3-500 {
  --flex-gutter: 1em;
}

@media only screen and (max-width: 500px) {
  .bp3-500 .bp3--hide {
    display: none;
  }
  .bp3-500 .bp3-col--2 {
    width: calc(16.666% - var(--flex-gutter));
  }
  .bp3-500 .bp3-col--2p5 {
    width: calc(20% - var(--flex-gutter));
  }
  .bp3-500 .bp3-col--3 {
    width: calc(25% - var(--flex-gutter));
  }
  .bp3-500 .bp3-col--4 {
    width: calc(33.333% - var(--flex-gutter));
  }
  .bp3-500 .bp3-col--5 {
    width: calc(41.666% - var(--flex-gutter));
  }
  .bp3-500 .bp3-col--6 {
    width: calc(50% - var(--flex-gutter));
  }
  .bp3-500 .bp3-col--7 {
    width: calc(58.333% - var(--flex-gutter));
  }
  .bp3-500 .bp3-col--8 {
    width: calc(66.666% - var(--flex-gutter));
  }
  .bp3-500 .bp3-col--9 {
    width: calc(75% - var(--flex-gutter));
  }
  .bp3-500 .bp3-col--10 {
    width: calc(83.333% - var(--flex-gutter));
  }
  .bp3-500 .bp3-col--12 {
    width: 100%;
    margin-right: 1em;
  }
  .bp3-500 .bp3-col--full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.bp2-400 {
  --flex-gutter: 1em;
}

@media only screen and (max-width: 400px) {
  .bp2-400 .bp2--hide {
    display: none;
  }
  .bp2-400 .bp2-col--2 {
    width: calc(16.666% - var(--flex-gutter));
  }
  .bp2-400 .bp2-col--2p5 {
    width: calc(20% - var(--flex-gutter));
  }
  .bp2-400 .bp2-col--3 {
    width: calc(25% - var(--flex-gutter));
  }
  .bp2-400 .bp2-col--4 {
    width: calc(33.333% - var(--flex-gutter));
  }
  .bp2-400 .bp2-col--5 {
    width: calc(41.666% - var(--flex-gutter));
  }
  .bp2-400 .bp2-col--6 {
    width: calc(50% - var(--flex-gutter));
  }
  .bp2-400 .bp2-col--7 {
    width: calc(58.333% - var(--flex-gutter));
  }
  .bp2-400 .bp2-col--8 {
    width: calc(66.666% - var(--flex-gutter));
  }
  .bp2-400 .bp2-col--9 {
    width: calc(75% - var(--flex-gutter));
  }
  .bp2-400 .bp2-col--10 {
    width: calc(83.333% - var(--flex-gutter));
  }
  .bp2-400 .bp2-col--12 {
    width: 100%;
    margin-right: 1em;
  }
  .bp2-400 .bp2-col--full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.bp3-400 {
  --flex-gutter: 1em;
}

@media only screen and (max-width: 400px) {
  .bp3-400 .bp3--hide {
    display: none;
  }
  .bp3-400 .bp3-col--2 {
    width: calc(16.666% - var(--flex-gutter));
  }
  .bp3-400 .bp3-col--2p5 {
    width: calc(20% - var(--flex-gutter));
  }
  .bp3-400 .bp3-col--3 {
    width: calc(25% - var(--flex-gutter));
  }
  .bp3-400 .bp3-col--4 {
    width: calc(33.333% - var(--flex-gutter));
  }
  .bp3-400 .bp3-col--5 {
    width: calc(41.666% - var(--flex-gutter));
  }
  .bp3-400 .bp3-col--6 {
    width: calc(50% - var(--flex-gutter));
  }
  .bp3-400 .bp3-col--7 {
    width: calc(58.333% - var(--flex-gutter));
  }
  .bp3-400 .bp3-col--8 {
    width: calc(66.666% - var(--flex-gutter));
  }
  .bp3-400 .bp3-col--9 {
    width: calc(75% - var(--flex-gutter));
  }
  .bp3-400 .bp3-col--10 {
    width: calc(83.333% - var(--flex-gutter));
  }
  .bp3-400 .bp3-col--full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.bp3-300 {
  --flex-gutter: 1em;
}

@media only screen and (max-width: 300px) {
  .bp3-300 .bp3--hide {
    display: none;
  }
  .bp3-300 .bp3-col--2 {
    width: calc(16.666% - var(--flex-gutter));
  }
  .bp3-300 .bp3-col--2p5 {
    width: calc(20% - var(--flex-gutter));
  }
  .bp3-300 .bp3-col--3 {
    width: calc(25% - var(--flex-gutter));
  }
  .bp3-300 .bp3-col--4 {
    width: calc(33.333% - var(--flex-gutter));
  }
  .bp3-300 .bp3-col--5 {
    width: calc(41.666% - var(--flex-gutter));
  }
  .bp3-300 .bp3-col--6 {
    width: calc(50% - var(--flex-gutter));
  }
  .bp3-300 .bp3-col--7 {
    width: calc(58.333% - var(--flex-gutter));
  }
  .bp3-300 .bp3-col--8 {
    width: calc(66.666% - var(--flex-gutter));
  }
  .bp3-300 .bp3-col--9 {
    width: calc(75% - var(--flex-gutter));
  }
  .bp3-300 .bp3-col--10 {
    width: calc(83.333% - var(--flex-gutter));
  }
  .bp3-300 .bp3-col--full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.wspl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  grid-auto-rows: minmax(180px, auto);
  grid-auto-flow: dense;
}

.wspl-grid--col4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.wspl-grid--col3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.wspl-grid__item--rowSpan2 {
  grid-row-end: span 2;
}

@media only screen and (max-width: 1000px) {
  .wspl-grid.grid-bp1000.wspl-grid--col3, .wspl-grid.grid-bp1000.wspl-grid--col4 {
    grid-template-columns: 1fr 1fr;
  }
  .wspl-grid.grid-bp1000 .wspl-grid__item--rowSpan2 {
    grid-row-end: span 1;
  }
}

@media only screen and (max-width: 700px) {
  .wspl-grid.grid-bp1000.wspl-grid--col3, .wspl-grid.grid-bp1000.wspl-grid--col4 {
    grid-template-columns: 1fr;
  }
}

.wspl-content-wrap {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 1140px;
}

.wspl-content-wrap--max1400 {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 1400px;
}

.wspl-content-wrap--max1250 {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 1250px;
}

.wspl-content-wrap--max1200 {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 1200px;
}

.wspl-content-wrap--max1150 {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 1150px;
}

.wspl-content-wrap--max1100 {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 1100px;
}

.wspl-content-wrap--max1000 {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 1000px;
}

.wspl-content-wrap--max1060 {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 1060px;
}

.wspl-content-wrap--max900 {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 900px;
}

.wspl-content-wrap--max850 {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 850px;
}

.wspl-content-wrap--max800 {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 800px;
}

.wspl-content-wrap--max700 {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 700px;
}

.wspl-content-wrap--max600 {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 600px;
}

.wspl-content-wrap--max450 {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 450px;
}

.wspl-content-wrap--max {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: none;
}

.wspl-content-wrap__margin-left {
  display: flex;
  flex-wrap: nowrap;
}

@media only screen and (min-width: 1001px) {
  .wspl-content-wrap__margin-left::before {
    content: "";
    min-width: 5vw;
    height: 100%;
  }
}

.wspl-content-wrap__margin-left div:first-child {
  box-sizing: border-box;
}

@media only screen and (min-width: 1001px) {
  .wspl-content-wrap__margin-left div:first-child {
    margin-left: auto;
    margin-right: 0;
  }
}

.wspl-content-wrap__margin-right {
  display: flex;
  flex-wrap: nowrap;
}

@media only screen and (min-width: 1001px) {
  .wspl-content-wrap__margin-right::after {
    content: "";
    min-width: 5vw;
    height: 100%;
  }
}

.wspl-content-wrap__margin-right div:first-child {
  box-sizing: border-box;
}

@media only screen and (min-width: 1001px) {
  .wspl-content-wrap__margin-right div:first-child {
    margin-left: 0;
    margin-right: auto;
  }
}

.--hoverSlide {
  cursor: pointer;
  transition: transform .2s ease-in-out;
}

.--hoverSlide:hover, .--hoverSlide:focus {
  transform: translate(4px, 0);
}

.--hoverSlide-up {
  cursor: pointer;
  transition: transform .2s ease-in-out;
}

.--hoverSlide-up:hover, .--hoverSlide-up:focus {
  transform: translate(0, -4px);
}

.--hoverScale {
  cursor: pointer;
  transition: transform .2s ease-in-out;
}

.--hoverScale:hover {
  transform: scale(1.05);
}

.wspl-list {
  list-style: disc;
  margin-left: 1.2em;
  /*&__header {
		font-weight: 600;
		margin-bottom: .75em;
		margin-top: 0;
	}*/
}

.wspl-list li {
  position: relative;
}

.wspl-list li:not(:last-child) {
  margin-bottom: 1em;
}

.wspl-list--tight li:not(:last-child) {
  margin-bottom: 0.5em;
}

.wspl-list--flush li {
  margin-bottom: 0 !important;
}

.wspl-list--fontShrink {
  font-size: 0.9em;
  line-height: 1.4;
}

.wspl-list--fontShrink li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.wspl-list--has-icon, .wspl-list--has-number {
  list-style: none;
  margin-left: 0;
}

.wspl-list--has-icon li {
  padding-left: 1.75em;
}

.wspl-list--has-number li {
  padding-left: 2.15em;
}

.wspl-list .wspl-list__icon {
  position: absolute;
  left: 0;
  top: 0.3em;
}

.wspl-list .wspl-list__number {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}

.wspl-list .wspl-list__number::after {
  content: ".";
  display: inline;
}

.wspl-list--checks {
  list-style: none;
  margin-left: 0;
}

.wspl-list--checks li {
  position: relative;
  padding-left: 1.5em;
}

.wspl-list--checks li::before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  content: "\f00c";
  font-size: 0.85em;
  top: 0.15em;
  font-weight: 600;
}

.wspl-list--heroList:not(.wspl-list--flush) li {
  margin-bottom: 0.5em !important;
}

.wspl-list--heroList {
  margin-left: 0;
}

.wspl-list--heroList.wspl-list--has-icon li {
  padding-left: 0;
}

.wspl-list--heroList.wspl-list--has-icon .wspl-list__icon {
  position: static;
  margin-right: 0.75em;
}

.wspl-list--heroList.wspl-list:not(.wspl-list--mods) li {
  margin-bottom: 0;
}

.wspl-list--heroList.wspl-list:not(.wspl-list--mods) li:not(:first-child) {
  padding-top: 0.75em;
}

.wspl-list--heroList.wspl-list:not(.wspl-list--mods) li:not(:last-child) {
  padding-bottom: 0.75em;
  border-bottom: 1px solid #dce1e5;
}

.wspl-list--heroList.wspl-list--mods li {
  background-color: #fff;
  border: 1px solid #dce1e5;
  padding: 0.75em 1em;
}

.wspl-list--heroList.wspl-list--has-icon.wspl-list--mods li {
  padding: 0.75em 1em 0.75em 3em;
}

.wspl-list--heroList.wspl-list--has-icon.wspl-list--mods .wspl-list__icon {
  position: absolute;
  left: 1em;
  top: 1em;
}

.wspl-list--separated li {
  margin-bottom: 0;
}

.--theme-dk .wspl-list--separated li:not(:last-child),
.--theme-black .wspl-list--separated li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.--tint-black .wspl-list--separated li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wspl-list--inline-disc {
  display: inline-flex;
  flex-wrap: wrap;
}

.wspl-list--inline-disc li {
  display: inline-flex;
  align-items: center;
}

.wspl-list--inline-disc li:not(:first-child)::before {
  content: "\2022";
  padding: 0 0.5em;
  display: inline-block;
  color: #fff;
}

.wspl-list--inline-disc li i {
  font-size: 0.9em;
  margin-right: 0.3em;
  line-height: 1;
}

.wspl-list--inline-disc.--text-meta li:not(:first-child)::before,
.wspl-list--inline-disc.--text-blue li:not(:first-child)::before,
.wspl-list--inline-disc.--text-black li:not(:first-child)::before {
  color: inherit;
}

.wspl-list--inline {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
}

.wspl-list--inline li {
  display: inline-flex;
  align-items: center;
}

.wspl-list--inline li:not(:last-child) {
  margin-right: 1em;
}

.wspl-list--inline-w-comma li:not(:last-child) {
  margin-right: 0.25em;
}

.wspl-list--inline-w-comma li:not(:last-child)::after {
  content: ",";
}

.wspl-list--inline-w-comma li:last-child::after {
  content: ".";
}

.--theme-lt .wspl-list--checks li::before {
  color: #1eaaa5;
}

.--theme-w .wspl-list--checks li::before {
  color: #1eaaa5;
}

.--theme-dk .wspl-list--checks li::before {
  color: var(--main-lime);
}

.--tint-dk .wspl-list--checks li::before {
  color: var(--main-lime);
}

.--theme-cyan .wspl-list--checks li::before {
  color: var(--main-blue);
}

.wspl-list--cols-2 {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 4em;
  -moz-column-gap: 4em;
  -webkit-column-gap: 4em;
}

.wspl-list--cols-2 li {
  break-inside: avoid-column;
}

@media only screen and (max-width: 1000px) {
  .wspl-list--cols-2.bp-1000 {
    column-count: 1;
    column-gap: 0;
  }
}

@media only screen and (max-width: 800px) {
  .wspl-list--cols-2.bp-800 {
    column-count: 1;
    column-gap: 0;
  }
}

@media only screen and (max-width: 700px) {
  .wspl-list--cols-2.bp-700 {
    column-count: 1;
    column-gap: 0;
  }
}

@media only screen and (max-width: 600px) {
  .wspl-list--cols-2.bp-600 {
    column-count: 1;
    column-gap: 0;
  }
}

@media only screen and (max-width: 500px) {
  .wspl-list--cols-2.bp-500 {
    column-count: 1;
    column-gap: 0;
  }
}

@media only screen and (max-width: 400px) {
  .wspl-list--cols-2.bp-400 {
    column-count: 1;
    column-gap: 0;
  }
}

.wspl-list--cols-3 {
  column-count: 3;
  column-gap: 4em;
}

.wspl-list--cols-3 li {
  break-inside: avoid-column;
}

@media only screen and (max-width: 1000px) {
  .wspl-list--cols-3.bp-1000 {
    column-count: 2;
    column-gap: 4em;
  }
}

@media only screen and (max-width: 700px) {
  .wspl-list--cols-3.bp-700 {
    column-count: 1;
    column-gap: 0;
  }
}

@media only screen and (max-width: 600px) {
  .wspl-list--cols-3.bp-600 {
    column-count: 1;
    column-gap: 0;
  }
}

@media only screen and (max-width: 500px) {
  .wspl-list--cols-3.bp-500 {
    column-count: 1;
    column-gap: 0;
  }
}

a > sup:last-child {
  text-decoration: none;
  display: inline-block;
}

/*
.--numberFont {
	font-family: $numberFont;
}
*/
.--caps {
  text-transform: uppercase;
}

.--nowrap,
.nowrap {
  white-space: nowrap;
}

.--wh-сaps {
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.--fontWeight-100 {
  font-weight: 100;
}

.--fontWeight-300 {
  font-weight: 300;
}

.--fontWeight-500 {
  font-weight: 500;
}

.--fontWeight-600 {
  font-weight: 600;
}

.--fontWeight-700 {
  font-weight: 700 !important;
}

.--fontWeight-800 {
  font-weight: 800;
}

.--fontWeight-normal {
  font-weight: normal !important;
}

.--fontNormal {
  font-size: 1em !important;
}

.font--grow1,
.--fontGrow-1 {
  font-size: 1.05em !important;
}

.--fontGrow-2 {
  font-size: 1.15em;
}

.--fontGrow-3 {
  font-size: 1.25em;
}

.--fontGrow-4 {
  font-size: 1.5em;
}

.--fontLess-1 {
  font-size: 0.95em;
}

.--fontLess-2 {
  font-size: 0.9em;
}

.--fontLess-3 {
  font-size: 0.8em;
}

.--fontLess-4 {
  font-size: 0.75em !important;
}

.--fontLess-5 {
  font-size: 0.7em;
}

.--fontLess-6 {
  font-size: 0.85em;
}

.--fontLess-7 {
  font-size: 0.5em;
}

.--weight-normal {
  font-weight: 500;
}

.--weight-lt {
  font-weight: 400 !important;
}

.--leading-tight {
  line-height: 1.65;
}

.--text-underline {
  text-decoration: underline;
}

.--text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.--block-overflow {
  overflow: hidden;
}

.h1sup {
  display: inline-block;
  position: relative;
  width: .4em;
  vertical-align: top;
}

.h1sup sup {
  font-size: .4em;
  position: absolute;
  top: -.4em;
}

.--ruled {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: .35rem;
}

.wspl-highlight {
  display: inline-block;
  padding: .25em .75em;
}

.wspl-highlight--lime {
  background-color: var(--main-lime);
}

.wspl_longform p {
  line-height: 1.8;
}

.wspl_longform p:not(:first-child),
.wspl_longform ul:not(:first-child) {
  margin-top: 1em;
}

.wspl_longform h2 {
  font-size: 1.75em;
  font-weight: 700 !important;
}

.wspl_longform h3 {
  font-size: 1.5em;
  border: none;
  padding-bottom: 0;
}

.wspl_longform h4 {
  font-size: 1.25em;
  color: var(--main-blue);
}

.wspl_longform .--font-size-h2 {
  font-size: 1.75em;
}

.wspl_longform .--font-size-h3 {
  font-size: 1.5em;
  border: none;
  padding-bottom: 0;
}

.wspl_longform .--font-size-h4 {
  font-size: 1.25em;
  color: var(--main-blue);
  border: none;
  padding-bottom: 0;
}

.wspl_longform ul, .wspl_longform ol {
  margin-left: 1.2em;
}

.wspl_longform ul li, .wspl_longform ol li {
  margin-bottom: .5em;
}

.wspl_longform ul li > ul, .wspl_longform ol li > ul {
  margin-top: .5em;
  list-style: circle;
}

.wspl_longform ul {
  list-style: disc;
}

.wspl_longform ol {
  list-style: decimal;
}

.wspl_longform ol:not(:first-child) {
  margin-top: 0.5em;
}

.wspl_longform h2,
.wspl_longform h3,
.wspl_longform h4,
.wspl_longform h5,
.wspl_longform h6 {
  margin-top: 1em;
  font-weight: 700;
  margin-bottom: .35em;
}

.wspl_longform h2:not(:first-child),
.wspl_longform h3:not(:first-child),
.wspl_longform h4:not(:first-child),
.wspl_longform h5:not(:first-child),
.wspl_longform h6:not(:first-child) {
  margin-top: 1em;
}

.wspl_longform h2 + p,
.wspl_longform h2 + ul,
.wspl_longform h3 + p,
.wspl_longform h3 + ul,
.wspl_longform h4 + p,
.wspl_longform h4 + ul,
.wspl_longform h5 + p,
.wspl_longform h5 + ul,
.wspl_longform h6 + p,
.wspl_longform h6 + ul {
  margin-top: 0 !important;
}

.--textBounce {
  animation: textScale .5s ease-in-out infinite alternate;
  -webkit-animation: textScale .5s ease-in-out infinite alternate;
}

.--theme-lt {
  background-color: #f6f8f9 !important;
}

.--theme-lt-extra {
  background-color: #f9fafb;
}

.--theme-md {
  background-color: #edf0f2 !important;
}

.--theme-w {
  background-color: #fff;
}

.--theme-w-transp-shad {
  background-color: #fff;
  opacity: 0.85;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
}

.--theme-dk {
  background-color: #0a2540;
}

.--theme-dk-grad {
  background: linear-gradient(rgba(15, 28, 41, 0.85), #1a1d22 50%);
}

.--theme-blue {
  background-color: var(--main-blue) !important;
}

.--theme-blue-lt {
  background-color: #d3efff;
}

.--theme-blue-lt-blur {
  background: rgba(55, 173, 231, 0.15);
  backdrop-filter: blur(15px);
}

.--theme-blue-lt-extra {
  background-color: #eef5fa;
}

.--theme-blue-dk {
  background-color: #0374aa !important;
}

.--theme-blue-lms {
  background-color: #006b9e;
}

.--theme-deep-blue {
  background-color: #2e3a90;
}

.--theme-lime {
  background-color: var(--main-lime);
}

.--theme-aqua {
  background-color: #1eaaa5 !important;
}

.--theme-green {
  background-color: var(--main-green) !important;
}

.--theme-cyan {
  background-color: #44c1e6;
}

.--theme-lime {
  background-color: var(--main-lime) !important;
}

.--theme-black {
  background-color: #1a1d22;
}

.--theme-red {
  background-color: var(--main-red);
}

.--theme-red-lms {
  background-color: #ab1f2b;
}

.--theme-orange {
  background-color: var(--main-orange);
}

.--theme-pink {
  background-color: #ffe6e6;
}

.--theme-transparent {
  background-color: transparent !important;
}

.--theme-transparent-orange {
  background-color: rgba(169, 41, 0, 0.7);
}

.--theme-transparent-black {
  background-color: rgba(0, 0, 0, 0.2);
}

.--theme-transparent-blue {
  background-color: rgba(11, 142, 204, 0.2);
}

.--theme-transparent-w {
  background-color: rgba(255, 255, 255, 0.1);
}

.--theme-transparent-dk {
  background-color: rgba(0, 0, 0, 0.1);
}

.--theme-transparent-lime {
  background-color: rgba(114, 255, 171, 0.2);
}

.--theme-banner-tint {
  background-color: rgba(15, 28, 41, 0.8);
}

.--theme-blueGrad {
  background: linear-gradient(90deg, #0041a3 -5%, var(--main-blue) 60%, var(--main-lime) 105%);
}

.--theme-blueGrad-lt {
  background: linear-gradient(90deg, #b7beff -15%, #e3f1f8 25%, #e3f1f8 70%, #a3ffc8 110%);
}

.--theme-bg-img-scroll {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.--theme-analytics-dk {
  background-color: #404a55;
}

.--theme-whRed {
  background-color: #a90733;
}

.--theme-whPink {
  background-color: rgba(255, 200, 215, 0.4);
}

.--theme-whBlue {
  background-color: #edf3fb;
}

.--theme-whGreylt {
  background-color: #fbfbfb !important;
}

/*
.--theme-whGreyltGrad {
    background: linear-gradient(
        90deg,
        transparent 50%,
        $whGreylt 70%
    ) !important;
}
*/
.--theme-whGreyltGrad {
  background: linear-gradient(to right, transparent 50%, #fbfbfb 55%) !important;
}

@media only screen and (max-width: 500px) {
  .--theme-whGreyltGrad {
    background: linear-gradient(to right, transparent 30%, #fbfbfb 35%) !important;
  }
}

.--theme-whGrey {
  background-color: #f7f7f7 !important;
}

.--theme-whBluedk {
  background-color: #203766;
}

.--theme-whBlue-whGreylt {
  background: linear-gradient(#203766 105px, #fbfbfb 0);
}

.--theme-custom {
  background-color: var(--custom-program-header-color);
}

.--theme-custom-grey-lt {
  background: linear-gradient(var(--custom-program-header-color) 105px, #fbfbfb 0);
}

.--theme-custom-group {
  background-color: var(--custom-group-color) !important;
}

.--theme-custom-group-highlight {
  background-color: color-mix(in srgb, var(--custom-group-color) 15%, white) !important;
}

.--theme-custom-gradient {
  background: linear-gradient(45deg, var(--custom-program-primary-color), var(--custom-program-header-color));
}

.--theme-geo-bg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-image: url("https://media.wallstreetprep.com/wspimage/wsp-illo-hero-corner.svg");
  background-repeat: no-repeat;
  background-size: 480px;
  opacity: 0.1;
  background-position: left bottom;
  overflow: hidden;
}

.--theme-transparent-green {
  background-color: #DBF6ED !important;
}

.--tint {
  /*&__content {
		position: relative;
	}*/
}

.--tint-dk {
  position: relative;
}

.--tint-dk::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0a2540;
  opacity: .9;
}

.--tint-dk--lt::before {
  opacity: .75;
}

.--tint-dk-gradient {
  position: relative;
}

.--tint-dk-gradient::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(10, 37, 64, 0.8) 5%, transparent 100%);
}

.--tint-black-gradient {
  position: relative;
}

.--tint-black-gradient::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.8) 5%, transparent 100%);
}

.--tint-black-gradient-left {
  position: relative;
}

.--tint-black-gradient-left::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #223343 0%, rgba(34, 51, 67, 0) 100%), linear-gradient(90deg, #223343 0%, rgba(34, 51, 67, 0) 100%);
}

.--tint-blue {
  position: relative;
}

.--tint-blue::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--main-blue);
  opacity: .9;
}

.--tint-white {
  position: relative;
}

.--tint-white::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  opacity: .5;
}

.--tint-aqua {
  position: relative;
}

.--tint-aqua::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1EAAA5;
  opacity: .9;
}

.--tint-black {
  position: relative;
}

.--tint-black::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
}

.--tint-md::before {
  opacity: .5 !important;
}

.--color-cycle-pseudo-after > *:first-child::after {
  background-color: var(--main-blue);
}

.--color-cycle-pseudo-after > *:nth-child(2n)::after {
  background-color: #2e3a90;
}

.--color-cycle-pseudo-after > *:nth-child(3n)::after {
  background-color: #1eaaa5;
}

.--color-cycle-pseudo-after > *:nth-child(4n)::after {
  background-color: #324d73;
}

.--color-cycle-pseudo-after > *:nth-child(5n)::after {
  background-color: #44c1e6;
}

.--color-cycle-pseudo-after > *:nth-child(5n)::after {
  background-color: #a03c8b;
}

.--color-cycle-abstag > *:first-child .wspl-content-block__abstag {
  background-color: var(--main-blue);
}

.--color-cycle-abstag > *:nth-child(2n) .wspl-content-block__abstag {
  background-color: #1eaaa5;
}

.--color-cycle-abstag > *:nth-child(3n) .wspl-content-block__abstag {
  background-color: #2e3a90;
}

.--color-cycle-abstag > *:nth-child(4n) .wspl-content-block__abstag {
  background-color: var(--main-green);
}

.--color-cycle-abstag > *:nth-child(5n) .wspl-content-block__abstag {
  background-color: #44c1e6;
}

.--color-cycle-abstag > *:nth-child(6n) .wspl-content-block__abstag {
  background-color: #324d73;
}

.--color-cycle-abstag > *:nth-child(7n) .wspl-content-block__abstag {
  background-color: var(--main-blue-dark-border);
}

.--color-cycle-abstag > *:nth-child(8n) .wspl-content-block__abstag {
  background-color: var(--main-orange);
}

.--color-cycle-abstag > *:nth-child(9n) .wspl-content-block__abstag {
  background-color: var(--main-red);
}

.--color-cycle-abstag > *:nth-child(10n) .wspl-content-block__abstag {
  background-color: var(--main-silver);
}

.--color-cycle-abstag > *:nth-child(11n) .wspl-content-block__abstag {
  background-color: var(--main-blue-light);
}

.--color-cycle-border-top > * {
  box-sizing: border-box;
  border-top-width: 4px !important;
  border-top-style: solid !important;
}

.--color-cycle-border-top > *:first-child {
  border-top-color: var(--main-blue);
}

.--color-cycle-border-top > *:nth-child(2n) {
  border-top-color: #1eaaa5;
}

.--color-cycle-border-top > *:nth-child(3n) {
  border-top-color: #2e3a90;
}

.--color-cycle-border-top > *:nth-child(4n) {
  border-top-color: var(--main-green);
}

.--color-cycle-border-top > *:nth-child(5n) {
  border-top-color: #44c1e6;
}

.--color-cycle-border-top > *:nth-child(6n) {
  border-top-color: #324d73;
}

.--color-cycle-border-top > *:nth-child(7n) {
  border-top-color: var(--main-blue-dark-border);
}

.--color-cycle-border-top > *:nth-child(8n) {
  border-top-color: var(--main-orange);
}

.--color-cycle-border-top > *:nth-child(9n) {
  border-top-color: var(--main-red);
}

.--color-cycle-border-top > *:nth-child(10n) {
  border-top-color: var(--main-silver);
}

.--color-cycle-border-top > *:nth-child(11n) {
  border-top-color: var(--main-blue-light);
}

/*
.--color-cycle-bg {

	> * {

		&:first-child { background-color: $wspblue }
		&:nth-child(2n){ background-color: $wspaqua }
		&:nth-child(3n){ background-color: $wspviolet }
		&:nth-child(4n){ background-color: $wspgreen }
		&:nth-child(5n){ background-color: $wspcyan }
		&:nth-child(6n){ background-color: $wspgrey }
		&:nth-child(7n){ background-color: $wspviolet2 }
		&:nth-child(8n){ background-color: $wsporange }
		&:nth-child(9n){ background-color: $wspred }
		&:nth-child(10n){ background-color: $wsp-grey2 }
		&:nth-child(11n){ background-color: $wspmocha }
	}
}
*/
/*
.--color-cycle-border-left {

	> * {

		&:first-child { border-left-color: $wspblue }
		&:nth-child(2n){ border-left-color: $wspaqua }
		&:nth-child(3n){ border-left-color: $wspviolet }
		&:nth-child(4n){ border-left-color: $wspgreen }
		&:nth-child(5n){ border-left-color: $wspcyan }
		&:nth-child(6n){ border-left-color: $wspgrey }
		&:nth-child(7n){ border-left-color: $wspviolet2 }
		&:nth-child(8n){ border-left-color: $wsporange }
		&:nth-child(9n){ border-left-color: $wspred }
		&:nth-child(10n){ border-left-color: $wsp-grey2 }
		&:nth-child(11n){ border-left-color: $wspmocha }
	}
}
*/
.--text-inherit {
  color: inherit;
}

.--text-cyan {
  color: var(--main-blue-light) !important;
}

.--text-cyan-lt {
  color: #7cd4ee !important;
}

.--text-lime {
  color: var(--main-lime) !important;
}

.--text-blue {
  color: var(--main-blue) !important;
}

.--text-green {
  color: #29B27E !important;
}

.--text-green-dk {
  color: #207245 !important;
}

.--text-white {
  color: #fff;
}

.--text-aqua {
  color: #1eaaa5;
}

.--text-black {
  color: #303030;
}

.--text-grey {
  color: #324d73;
}

.--text-meta {
  color: var(--main-meta-data-color);
}

.--text-silver {
  color: var(--main-silver);
}

.--text-red {
  color: var(--main-red);
}

.--text-red-dk {
  color: #c03630;
}

.--text-lt {
  color: #f6f8f9;
}

.--text-yellow {
  color: #d5a87a;
}

.--text-yellow-bright {
  color: #fc0;
}

.--text-dk {
  color: #1e5579;
}

.--text-orange {
  color: var(--main-orange) !important;
}

.--text-transp-lt {
  opacity: 0.2;
}

.--text-transp-md {
  opacity: 0.75;
}

.--text-grad-blue-lime {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, var(--main-blue), var(--main-lime));
}

.--text-grad-blue-lime2 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, var(--main-blue) 50%, var(--main-lime));
}

.--text-grad-pink-blue-lime {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #d569d2, var(--main-blue), var(--main-lime));
}

.--text-grad-blue-lime2 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, var(--main-blue) 50%, var(--main-lime));
}

.--text-grad-pink-blue-lime {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #d569d2, #0B8ECC, #72ffab);
}

.--text-whGrey {
  color: #f7f7f7;
}

.--text-whRed {
  color: #a90733;
}

.--text-whBlue {
  color: #203766;
}

.--text-custom {
  color: var(--custom-program-header-color) !important;
}

.--text-custom-primary {
  color: var(--custom-program-primary-color) !important;
}

.--text-custom-secondary {
  color: var(--custom-program-secondary-color) !important;
}

.--text-custom-group {
  color: var(--custom-group-color) !important;
}

.--text-custom-group-light {
  color: color-mix(in srgb, var(--custom-group-color) 50%, white);
}

.--text-custom-group-accent {
  color: var(--custom-group-accent-color) !important;
}

.--border-radius {
  border-radius: 5px;
  overflow: hidden;
}

.--border-radius-md {
  border-radius: 8px;
  overflow: hidden;
}

.--border-radius-lg {
  border-radius: 10px;
  overflow: hidden;
}

.--inline-border {
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: .35em .5em;
  line-height: 1;
}

.--border-top-grad-orange::before {
  content: "";
  position: absolute;
  top: -8px;
  height: 8px;
  display: block;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, var(--main-orange), #ffcc00);
}

.--border-top-grad-blue::before {
  content: "";
  position: absolute;
  top: -8px;
  height: 8px;
  display: block;
  left: -1px;
  right: -1px;
  background: linear-gradient(90deg, var(--main-blue), var(--main-lime));
}

.--border-default {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.--border-default-dk {
  border: 1px solid rgba(0, 0, 0, 0.175) !important;
}

.--border-minim {
  border-width: 1px !important;
}

.--border-minor {
  border-width: 2px !important;
}

.--border-white {
  border: 4px solid #fff;
}

.--border-blue {
  border: 4px solid var(--main-blue);
}

.--border-bluegrad {
  border-image: linear-gradient(to right, var(--main-blue), var(--main-lime)) 1;
  border-style: solid;
  border-width: 2px;
}

.--border-ltgrey {
  border: 4px solid #e1e6ea;
}

.--border-mdgrey {
  border: 4px solid #b1b6ba;
}

.--border-violet {
  border: 4px solid #2e3a90;
}

.--border-lime {
  border: 4px solid var(--main-lime);
}

.--border-grey {
  border: 4px solid #324d73;
}

.--border-orange {
  border: 4px solid var(--main-orange);
}

.--border-block {
  border: 4px solid rgba(0, 0, 0, 0.1);
}

.--border-black {
  border: 1px solid #303030;
}

.--border-none {
  border: none !important;
}

.--border-top-blue {
  border-top: 4px solid var(--main-blue);
}

.--border-top-cyan {
  border-top: 4px solid #44c1e6;
}

.--border-top-violet {
  border-top: 4px solid #2e3a90;
}

.--border-top-aqua {
  border-top: 4px solid #1eaaa5;
}

.--border-top-grey {
  border-top: 4px solid #324d73;
}

.--border-top-silver {
  border-top: 4px solid var(--main-silver);
}

.--border-top-dk {
  border-top: 4px solid #0a2540;
}

.--border-top-block {
  border-top: 4px solid rgba(0, 0, 0, 0.1);
}

.--border-left-blue {
  border-left: 4px solid var(--main-blue) !important;
}

.--border-left-cyan {
  border-left: 4px solid #44c1e6;
}

.--border-left-violet {
  border-left: 4px solid #2e3a90;
}

.--border-left-aqua {
  border-left: 4px solid #1eaaa5;
}

.--border-left-grey {
  border-left: 4px solid #324d73;
}

.--border-left-block {
  border-left: 4px solid rgba(0, 0, 0, 0.1);
}

.--border-left-mdgrey {
  border-left: 4px solid #b1b6ba;
}

.--border-left-ltsilver {
  border-left: 4px solid var(--main-silver);
}

.--border-left-custom-secondary {
  border-left: 4px solid var(--custom-program-secondary-color) !important;
}

.--border-left-custom-primary {
  border-left: 4px solid var(--custom-program-primary-color) !important;
}

.--border-bottom {
  box-sizing: border-box;
}

.--border-bottom-block {
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
}

.--border-bottom-grey {
  border-bottom: 4px solid #324d73;
}

.--border-bottom-mdgrey {
  border-bottom: 4px solid #b1b6ba;
}

.--border-bottom-blue {
  border-bottom: 4px solid var(--main-blue);
}

.wspl-cookie-notice {
  position: fixed;
  bottom: -1px;
  left: 2em;
  padding: 1.5em 2.5em 1em;
  width: 300px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #dce1e5;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 99999 !important;
}

@media only screen and (min-width: 600px) {
  .wspl-cookie-notice {
    font-size: .9em;
  }
  .wspl-cookie-notice p {
    text-align: left;
  }
}

@media only screen and (max-width: 600px) {
  .wspl-cookie-notice {
    background-color: var(--main-blue);
    left: 0;
    right: 0;
    width: auto;
    color: #fff;
  }
  .wspl-cookie-notice p a {
    color: #fff;
    text-decoration: underline;
  }
}

.wspl-cookie-notice__img {
  width: 40px;
  margin-bottom: .5em;
}

@media only screen and (max-width: 600px) {
  .wspl-cookie-notice__img {
    display: none;
  }
}

.wspl-cookie-notice__close {
  display: block !important;
  max-width: 350px;
  margin: 1em auto .5em;
}

.wspl-cookie-notice__leave {
  font-size: .7em;
  margin-top: .5em;
}

@media only screen and (max-width: 600px) {
  .wspl-cookie-notice__leave {
    color: #fff !important;
    text-decoration: underline;
  }
}

.wspl-error-block {
  text-align: center;
}

.wspl-error-block__full-height-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 2rem;
  width: 100%;
  height: 50vh;
  min-height: 300px;
}

.wspl-error-block__message {
  font-size: 0.9em;
}

.wspl-error-block__header {
  font-size: 1.25em;
  font-weight: 600;
  padding-bottom: 0.5em;
}

.wspl-error-block__icon {
  max-width: 225px;
  margin: 0 auto 0.5em;
}

.wspl-error-block__error {
  padding-top: 1em;
}

.wspl-error-block__button-container {
  text-align: center;
  padding-top: 1em;
}

.wspl-error-block__button {
  padding: 0;
  width: 130px;
  display: inline-block !important;
}

.wspl-error-block[href] {
  color: inherit;
  display: block;
}

.wspl-alert-animate {
  text-align: center;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.wspl-alert-animate span {
  box-sizing: border-box;
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 0.75em;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  transform: translate(0, 30px);
  opacity: 0;
  font-weight: 500;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
}

.wspl-alert-animate.show {
  overflow: visible;
  visibility: visible;
  height: auto;
}

.wspl-alert-animate.show span {
  transform: translate(0, 0);
  opacity: 1;
}

.wsp-alert {
  background-color: #fbe8e8;
  border: 1px solid #eddada;
  font-size: 0.85em;
  padding: 1em 1.5em;
  margin-bottom: 2em;
  line-height: 1.6;
  box-sizing: border-box;
}

.wsp-alert__icon--hero {
  display: block !important;
  font-size: 3em;
  margin-bottom: 0.25em;
}

.wsp-alert.wsp-alert-red {
  background-color: var(--main-red);
  border: 1px solid var(--main-red);
}

.wsp-success,
.wsp-error,
.wsp-info {
  font-size: 0.85em;
  padding: 1em 1.5em;
  margin-bottom: 1em;
  line-height: 1.6;
  box-sizing: border-box;
}

.wsp-success h2,
.wsp-error h2,
.wsp-info h2 {
  font-weight: 600;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}

.wsp-success li,
.wsp-error li,
.wsp-info li {
  margin-bottom: 0;
}

.wsp-success h4,
.wsp-error h4,
.wsp-info h4 {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.wsp-success i:not(.--alert-closeable__icon):not(.wspl-img-message__icon),
.wsp-error i:not(.--alert-closeable__icon):not(.wspl-img-message__icon),
.wsp-info i:not(.--alert-closeable__icon):not(.wspl-img-message__icon) {
  font-size: 0.85em;
  position: relative;
  top: -0.1em;
}

.wsp-success p:not(:last-child),
.wsp-error p:not(:last-child),
.wsp-info p:not(:last-child) {
  margin-bottom: 0.5em;
}

.wsp-success {
  background-color: var(--main-lime);
  border: 1px solid #69e69b;
}

.wsp-error {
  background-color: #ffe9e9;
  border: 1px solid #eddada;
}

.wsp-info {
  background-color: #f6f8f9;
  border: 1px solid #e1e6ea;
}

.wsp-error ul,
.wsp-success ul {
  list-style: disc;
  margin-left: 1.2em;
}

.--alert-fadeIn {
  display: none;
}

.--alert-closeable {
  padding-right: calc(1em + 18px + 1em);
  position: relative;
}

.--alert-closeable__icon {
  position: absolute;
  font-size: 18px;
  right: 0.5em;
  top: 0.25em;
  line-height: 1;
  cursor: pointer;
  width: 18px;
  background: inherit;
}

#error_message {
  margin-bottom: 1em;
}

#error_message:last-child {
  margin-bottom: 0;
}

#group-error-message {
  margin-top: 1em;
}

#alert-noaccess {
  margin-bottom: 0;
  display: none;
}

#classroom-files-and-records-note {
  margin-bottom: 3em;
}

.wspl-message {
  position: relative;
  padding: 1em 1.5em;
  border-radius: 4px;
  border-width: 1px !important;
  border-style: solid;
  font-size: 0.9em;
  box-sizing: border-box;
}

.wspl-message__area {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.wspl-message span:first-child {
  position: absolute;
  font-size: 1.2em;
  left: 1em;
  top: 1em;
  line-height: 1;
}

.wspl-message span + p {
  padding-left: 2em;
}

.wspl-message.--theme-blue-lt {
  border-color: var(--main-blue);
}

.wspl-message.--theme-blue-lt span:first-child {
  color: var(--main-blue);
}

.wspl-message.--theme-lt {
  border-color: rgba(0, 0, 0, 0.1);
}

.wspl-message.--theme-lt span:first-child {
  color: rgba(0, 0, 0, 0.1);
}

.wspl-img-message {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1em 1.5em;
  line-height: 1.6;
  color: #303030;
}

.wspl-img-message--bordered {
  border: 1em solid #fff;
}

.wspl-img-message--top {
  margin-bottom: 1.5em;
}

.wspl-img-message--bottom {
  margin-top: 1.5em;
}

.wspl-img-message--logo {
  display: block;
  overflow: auto;
}

.wspl-img-message--logo img {
  width: 100%;
  max-width: 80px;
  float: right;
  margin-bottom: 1em;
}

.wspl-img-message__content {
  font-size: 0.9em;
}

.wspl-img-message__content a {
  text-decoration: underline;
}

.wspl-img-message p {
  display: inline;
}

.wspl-img-message strong {
  font-weight: 800 !important;
}

.wspl-img-message img {
  width: 75px;
  margin-right: 1.5em;
}

.wspl-img-message svg {
  width: 24px;
  height: auto;
  margin-right: 10px;
}

.wspl-img-message__icon {
  font-size: 1.75em;
  align-self: baseline;
  padding-right: 0.5em;
}

@media only screen and (max-width: 700px) {
  .wspl-img-message {
    display: block;
  }
  .wspl-img-message img {
    width: 40px;
    margin-right: 1em;
    margin-bottom: 0.5em;
    float: left;
    position: relative;
    top: 0.35em;
  }
}

.wspl-img-message.--theme-red {
  background-color: #f3d1d7;
}

.wspl-img-message.--theme-red strong {
  color: #b7133e;
}

.wspl-img-message.--theme-green {
  background-color: #b4ebd8;
}

.wsp-notification-genie {
  position: fixed;
  top: 1em;
  left: -2000px;
  right: 0;
  z-index: 5000;
  transition: left ease-in-out .5s;
}

.wsp-notification-genie.active {
  left: 1em;
}

.wsp-notification-genie__content {
  display: inline-block;
  padding: .75em 1em;
  background-color: var(--main-lime);
}

.wsp-notification-topperdrop {
  background-color: var(--main-lime);
  text-align: center;
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  transition: max-height ease-in-out .5s;
  position: relative;
  visibility: hidden;
}

@media only screen and (max-width: 1000px) {
  .wsp-notification-topperdrop {
    text-align: left;
  }
}

.wsp-notification-topperdrop__content {
  padding: 1.25em 2em 1.25em;
  font-size: .9em;
  font-weight: 600;
  line-height: 1.4;
}

.wsp-notification-topperdrop__content strong {
  color: var(--main-blue);
  font-weight: 600 !important;
}

.wsp-notification-topperdrop.active {
  max-height: 250px;
  visibility: visible;
}

.wsp-notification-topperdrop__close {
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: none;
}

.wsp-notification-topperdrop__close::before, .wsp-notification-topperdrop__close::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  top: 50%;
  margin-top: -2px;
  background-color: #303030;
}

.wsp-notification-topperdrop__close::before {
  transform: rotate(45deg);
}

.wsp-notification-topperdrop__close::after {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 700px) {
  .wsp-notification-topperdrop__close {
    display: none !important;
  }
}

.notice {
  display: block;
  background: #FFE0E0;
  border: 1px solid rgba(225, 191, 191, 0.5);
  padding: 1em 2em;
  font-size: .8em;
  color: #303030;
  position: relative;
  top: -1.5em;
}

.notice p {
  font-weight: 500;
  margin-bottom: 0 !important;
}

.notice a {
  text-decoration: underline;
}

#full-update-message {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--main-blue);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  color: #fff;
  text-align: center;
}

#full-update-message i {
  margin: 0 auto .35em;
  font-size: 1.75em;
  display: inline-block;
}

#site-admin-notice {
  position: fixed;
  bottom: 1.5em;
  left: 2em;
  right: 2em;
  height: 3.5em;
  line-height: 3.5em;
  background-color: var(--main-red);
  color: #fff;
  box-sizing: border-box;
  padding: 0 2em;
  z-index: 10000;
  border-radius: 4px;
  font-size: .9em;
  display: none !important;
}

img.circle-cover {
  border-radius: 50%;
  object-fit: cover;
}

.wspl-bg-img-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (min-width: 1000px) {
  .wspl-pos-fixed {
    background-attachment: fixed;
  }
}

.wspl-corner-logo {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 20px;
  z-index: 10;
}

.wspl-corner-logo--right {
  left: auto;
  right: 0.5em;
}

.wspl-corner-logo--text {
  top: 0.5em;
  left: auto;
  right: 0.5em;
  width: 30%;
  text-align: right;
  white-space: nowrap;
}

.wspl-corner-logo--text img {
  position: relative;
  display: inline-block;
  max-width: none;
  height: 0.9em;
  bottom: -0.1em;
  margin-right: 0.25em;
}

.wspl-form-logo {
  margin-left: auto;
  margin-right: auto;
  width: 220px;
  position: relative;
  top: -1.5em;
}

.wspl-text-logo {
  position: relative;
  display: inline-block;
  max-width: none;
  height: 1em;
  bottom: -0.15em;
  margin-right: 0.25em;
}

.wspl-logo-jumbotron {
  margin: 0 auto 2em;
  display: block;
  max-width: 24em;
  width: 90%;
}

#tepper .wspl-logo-jumbotron {
  max-width: 16em;
}

#general-motors .wspl-logo-jumbotron {
  max-width: 100px;
}

#columbia .wspl-logo-jumbotron {
  max-width: 550px;
}

#bdo .wspl-logo-jumbotron {
  max-width: 250px;
}

.wspl-logo-overlay {
  width: 70px;
  height: 14px;
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: #272e34;
  padding: 2px 4px;
  z-index: 1;
}

.logo-collab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
}

.logo-collab__logo {
  max-height: 35px;
}

.logo-collab__line {
  height: 50px;
  opacity: .3;
  width: 1px;
}

.logo-collab__text {
  font-size: 0.85em;
  font-weight: 500;
}

#chatbot-icon {
  max-width: 300px;
  margin: 2em auto;
  opacity: 0.8;
}

.wspl-collage {
  position: relative;
}

.wspl-collage__item1 {
  width: 80%;
  margin-bottom: 50px;
}

.wspl-collage__item2 {
  position: absolute;
  width: 65%;
  z-index: 99;
  bottom: -50px;
  right: 0;
}

.wspl-collage--arrangement2 .wspl-collage__item1 {
  margin-bottom: 0;
}

.wspl-collage--arrangement2 .wspl-collage__item2 {
  bottom: auto;
  top: 1em;
  width: 60%;
}

.wspl-collage--arrangement3 .wspl-collage__item1 {
  margin-bottom: 200px;
}

.wspl-collage--arrangement3 .wspl-collage__item2 {
  width: 75%;
  z-index: 99;
  bottom: -200px;
}

.wspl-collage--arrangement4 .wspl-collage__item1 {
  margin-right: 90%;
  margin-bottom: 0;
  width: 55%;
}

.wspl-collage--arrangement4 .wspl-collage__item2 {
  bottom: auto;
  top: 15%;
  right: 0;
  left: auto;
  width: 55%;
}

.wspl-collage--triple .wspl-collage__item1 {
  margin-bottom: 35px;
}

.wspl-collage--triple .wspl-collage__item2 {
  width: 65%;
  z-index: 99;
  bottom: -35px;
  right: 5%;
}

.wspl-collage__item3 {
  position: absolute;
  width: 50%;
  right: 0;
  top: 2em;
  z-index: 100;
}

@media only screen and (min-width: 1000px) {
  .wspl-collage__item2, .wspl-collage__item3 {
    box-shadow: 20px 20px 50px -35px rgba(51, 58, 62, 0.5);
  }
}

.wspl-collage--triple-arrangement2 {
  margin-bottom: 3.5rem;
  margin-left: 2rem;
}

.wspl-collage--triple-arrangement2 .wspl-collage__item1 {
  margin-bottom: 0;
  width: 95%;
}

.wspl-collage--triple-arrangement2 .wspl-collage__item2 {
  bottom: auto;
  top: 2rem;
  width: 45%;
}

.wspl-collage--triple-arrangement2 .wspl-collage__item3 {
  width: 40%;
  top: auto;
  right: auto;
  left: -5%;
  bottom: -7%;
}

#online-learning-whatsnew .wspl-collage__item1 {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 650px) {
  #online-learning-whatsnew .wspl-collage__item2 {
    box-sizing: border-box;
    position: static;
    width: 100% !important;
    margin-bottom: 1rem;
  }
}

#online-learning-recommended .wspl-collage__item1 {
  width: 50%;
  margin-bottom: 4rem;
}

#online-learning-recommended .wspl-collage__item2 {
  width: 55%;
  top: 3.8rem;
}

@media only screen and (max-width: 500px) {
  #online-learning-recommended .wspl-collage__item2 {
    box-sizing: border-box;
    position: static;
    width: 100% !important;
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 1100px) {
  #online-learning-assessments {
    margin: 0;
  }
}

#online-learning-assessments .wspl-collage__item1 {
  box-shadow: 20px 20px 50px -35px rgba(51, 58, 62, 0.5);
  border: 1px solid #e9edef;
}

#online-learning-assessments .wspl-collage__item2 {
  min-width: 270px;
}

@media only screen and (max-width: 1100px) {
  #online-learning-assessments .wspl-collage__item2 {
    position: static;
    width: 100%;
    margin-right: 2rem;
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 700px) {
  #online-learning-assessments .wspl-collage__item2 {
    margin-right: 0;
  }
}

#online-learning-assessments .wspl-collage__item3 {
  min-width: 260px;
}

#online-learning-onboarding .wspl-collage__item2 {
  box-sizing: border-box;
  width: 225px;
  top: 10%;
  padding: 0;
}

@media only screen and (max-width: 1000px) {
  #online-learning-onboarding .wspl-collage__item2 {
    position: static;
    width: 100%;
    padding: 1rem;
  }
}

@media only screen and (max-width: 700px) {
  #online-learning-onboarding .wspl-collage__item2 {
    margin-top: 1rem;
  }
}

.cert-programs-collage {
  position: relative;
}

.cert-programs-collage__item1 {
  width: 90%;
}

.cert-programs-collage__item2 {
  position: absolute;
  width: 35%;
  z-index: 99;
  right: 0;
  bottom: auto;
  top: 10%;
}

@media only screen and (max-width: 500px) {
  .cert-programs-collage__item2 {
    width: 45%;
  }
}

.cert-programs-collage .wspl-collage__certs {
  margin-right: 14px;
}

.cert-programs-collage .wspl-collage__certs img {
  z-index: 1;
  position: relative;
}

.cert-programs-collage .wspl-collage__certs img, .cert-programs-collage .wspl-collage__certs::before, .cert-programs-collage .wspl-collage__certs::after {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
}

.cert-programs-collage .wspl-collage__certs::before, .cert-programs-collage .wspl-collage__certs::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

.cert-programs-collage .wspl-collage__certs::after {
  right: -7px;
  bottom: -7px;
}

.cert-programs-collage .wspl-collage__certs::before {
  right: -14px;
  bottom: -14px;
}

ul[data-icon] {
  margin-left: 0;
  list-style: none;
}

ul[data-icon] > li,
li[data-icon] {
  padding-left: 1.75em;
  position: relative;
}

ul[data-icon~="check"] > li,
li[data-icon~="check"],
ul[data-icon~="check-duo"] > li,
li[data-icon~="check-duo"] {
  padding-left: 1.5em;
}

ul[data-icon~="check"] > li::before,
li[data-icon~="check"]::before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  content: "\f00c";
  font-size: 0.85em;
  top: 0.15em;
  font-weight: 600;
}

ul[data-icon~="check-duo"] > li::before,
li[data-icon~="check-duo"]::before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  content: "\f058";
  font-size: 0.85em;
  top: 0.15em;
  font-weight: 500;
  color: black !important;
}

ul[data-icon="check-lime"] > li::before,
li[data-icon="check-lime"]::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.2em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--main-lime);
  background-image: url("https://media.wallstreetprep.com/wspimage/wsp-check-lime-bg.svg");
  background-repeat: no-repeat;
  background-size: 105%;
  background-position: center center;
}

ul[data-icon~="calendar"] > li::before,
li[data-icon~="calendar"]::before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0.15em;
  content: "\f073";
  font-weight: 300;
}

ul[data-icon~="chart"] > li::before,
li[data-icon~="chart"]::before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  content: "\f080";
  font-weight: 300;
}

ul[data-icon~="comments"] > li::before,
li[data-icon~="comments"]::before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  content: "\f086";
  font-weight: 300;
}

ul[data-icon~="cap"] > li::before,
li[data-icon~="cap"]::before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  content: "\f19d";
  font-weight: 300;
}

ul[data-icon~="trophy"] > li::before,
li[data-icon~="trophy"]::before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  font-size: 0.9em;
  left: 0.1em;
  content: "\f091";
  font-weight: 300;
}

ul[data-icon~="excel"] > li::before,
li[data-icon~="excel"]::before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0.2em;
  content: "\f1c3";
  font-weight: 300;
}

ul[data-icon~="user"] > li::before,
li[data-icon~="user"]::before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  font-size: 0.9em;
  left: 0.2em;
  top: 0.15em;
  content: "\f007";
  font-weight: 300;
}

ul[data-icon~="users"] > li::before,
li[data-icon~="users"]::before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  content: "\f0c0";
  font-weight: 300;
}

ul[data-icon~="line-chart"] > li::before,
li[data-icon~="line-chart"]::before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  content: "\f201";
  font-weight: 300;
}

ul[data-icon~="desktop"] > li::before,
li[data-icon~="desktop"]::before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  font-size: 0.9em;
  left: 0;
  top: 0.15em;
  content: "\f108";
  font-weight: 300;
}

ul[data-icon~="laptop"] > li::before,
li[data-icon~="laptop"]::before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  font-size: 0.9em;
  left: 0;
  top: 0.15em;
  content: "\f109";
  font-weight: 300;
}

ul[data-icon~="industry"] > li::before,
li[data-icon~="industry"]::before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  content: "\f275";
  font-weight: 300;
}

ul[data-icon~="wrench"] > li::before,
li[data-icon~="wrench"]::before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  content: "\f0ad";
  font-weight: 300;
}

ul[data-icon~="white"] > li::before,
li[data-icon~="white"]::before {
  color: #fff;
}

ul[data-icon~="blue"] > li::before,
li[data-icon~="blue"]::before {
  color: var(--main-blue);
}

ul[data-icon~="lime"] > li::before,
li[data-icon~="lime"]::before {
  color: var(--main-lime);
}

ul[data-icon~="aqua"] > li::before,
li[data-icon~="aqua"]::before {
  color: #1eaaa5;
}

ul[data-icon~="black"] > li::before,
li[data-icon~="black"]::before {
  color: black;
}

ul[data-icon~="red"] > li::before,
li[data-icon~="red"]::before {
  color: var(--main-red);
}

ul[data-icon~="orange"] > li::before,
li[data-icon~="orange"]::before {
  color: var(--main-orange);
}

ul[data-icon="check-duo lime"] > li::before,
li[data-icon="check-duo lime"]::before {
  background: radial-gradient(circle at center, var(--main-lime) 50%, transparent 50%);
}

.img-circles-list {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}

@media only screen and (max-width: 1000px) {
  .img-circles-list {
    flex-wrap: wrap;
  }
}

.img-circles-list li {
  box-sizing: border-box;
  min-width: 170px;
  width: 18%;
  border-radius: 50%;
  margin: 0 1%;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9em;
  position: relative;
  font-weight: 600;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform .2s ease-in-out;
}

.img-circles-list li span {
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 1;
  line-height: 1.4;
}

@media only screen and (min-width: 1000px) {
  .img-circles-list li span {
    font-size: 1.1em;
  }
}

.img-circles-list li::before {
  display: block;
  content: "";
  width: 0;
  padding-top: 100%;
}

.img-circles-list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: var(--main-blue);
  opacity: 1;
  transition: opacity .2s ease-in-out;
}

@media only screen and (max-width: 700px) {
  .img-circles-list li {
    min-width: 100%;
    border-radius: 0;
    background-image: none !important;
    transition: unset;
  }
  .img-circles-list li::before {
    display: none;
  }
  .img-circles-list li::after {
    border-radius: 0;
    transition: unset;
  }
}

@media only screen and (min-width: 701px) {
  .img-circles-list li.active {
    background-image: auto;
    transform: translate(0, -10px);
  }
  .img-circles-list li.active::after {
    opacity: 0.75;
  }
}

.img-circles-list li:not(.active) {
  background-image: none !important;
}

.graphic-circle-flow {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1000px) {
  .graphic-circle-flow {
    width: 600px;
    flex-wrap: wrap;
  }
}

.graphic-circle-flow li {
  min-width: 140px;
  max-width: 140px;
  height: 140px;
  border-radius: 70px;
  background-color: var(--main-blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9em;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-weight: 600;
}

.graphic-circle-flow li:not(:last-child) {
  margin-right: calc(35px + 2em);
}

@media only screen and (max-width: 1200px) {
  .graphic-circle-flow li {
    min-width: 120px;
    max-width: 120px;
    height: 120px;
    border-radius: 60px;
  }
}

@media only screen and (max-width: 1000px) {
  .graphic-circle-flow li:nth-child(3) {
    margin-right: 0;
  }
}

.graphic-circle-flow li.active {
  background-color: var(--main-lime);
  color: black;
  transform: translate(0, -10px);
}

.graphic-circle-flow li.active img[alt="graphic arrow"] {
  transform: rotate(10deg);
}

.graphic-circle-flow li img[alt="graphic arrow"] {
  width: 35px;
  position: absolute;
  right: calc(-35px + -1em);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.graphic-circle-flow__replace {
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
}

/*
.graphic-circle-flow {
	
	min-width: 140px;
	max-width: 140px;
	height: 140px;
	border-radius: 70px;
	background-color: $blue;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .9em;
	position: relative;
	@include ease;
	font-weight: 600;
	
	&:not(:last-child) {
		margin-right: calc(35px + 2em);
	}
	
	@include below(1200px) {
		
		min-width: 120px;
		max-width: 120px;
		height: 120px;
		border-radius: 60px;
		
	}

	
	&:nth-child(3) {
		
		@include below(1000px) {
			margin-right: 0;
		}
	}
	
	&__wrap {
		display: flex;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;

		@include below(1000px) {
			width: 600px;
			flex-wrap: wrap;		
		}
	}
	
	&.active {
		background-color: $wsplime;
		color: black;
		transform: translate(0,-10px);
		
		.graphic-circle-flow__arr {
			transform: rotate(10deg);
		}
	}
	
	&__arr {
		width: 35px;
		position: absolute;
		right: calc(-35px + -1em);
		@include ease;
	}
	
	&__replace {
		margin-left: auto;
		margin-right: auto;
		max-width: 450px;
	}
}*/
.--bg-80 {
  background-size: 80%;
}

.thumbnail-set {
  display: flex;
}

.thumbnail-set .thumbnail {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  flex-shrink: 0;
}

.thumbnail-set .thumbnail:not(:first-child) {
  margin-left: -3px;
}

.video-wrap {
  position: relative;
  display: block;
}

.video-wrap:hover .video-overlay img,
.video-wrap:hover .video-overlay .fa-circle-play,
.video-wrap:focus .video-overlay img,
.video-wrap:focus .video-overlay .fa-circle-play {
  transform: scale(1.2);
}

.video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.video-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 5%, transparent 80%);
}

.video-overlay img {
  width: 15%;
  max-width: 50px;
  z-index: 1;
  transition: transform 0.3s ease-in-out;
}

.video-overlay .play-btn {
  font-weight: 400;
  width: 20%;
  max-width: 45px;
  color: #fff;
  transform-origin: center center;
  transform-box: fill-box;
  background: radial-gradient(rgba(48, 48, 48, 0.75) 65%, transparent 65%);
  border-radius: 50%;
  line-height: 1;
  position: absolute;
}

.video-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
.video-wrap.swiper-slide .video-overlay {
    position: relative;
    height: 200px;

    @include below(500px) {
        height: 150px;
    }
}
*/
@media only screen and (max-width: 500px) {
  #wspl-seminars-banner.wspl-banner {
    padding: 2.5em 0 2em;
  }
}

.wspl-banner.--theme-blueGrad::before,
.super-menu.--theme-blueGrad::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(var(--main-blue) 5%, transparent);
}

.wspl-banner.--theme-blueGrad-lt::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(#e3f1f8 5%, transparent);
}

.wspl-banner {
  padding: 3.5em 0;
  position: relative;
  flex-shrink: 0;
}

.wspl-banner:not(.--with-tooltip) {
  overflow: hidden;
}

@media only screen and (min-width: 1000px) {
  .wspl-banner--padExtra {
    padding: 4.5em 0 !important;
  }
}

.wspl-banner__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  margin-top: -1em;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1;
}

.wspl-banner__tag-icon {
  width: 13px;
  margin-right: 6px;
}

.wspl-banner__tag-highlight {
  background-color: var(--main-lime);
  padding: 0.5em 0.75em;
}

.wspl-banner h1.wspl-banner__title {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.1;
  font-weight: 700;
  font-size: 4em;
}

.wspl-banner h1.wspl-banner__title--md {
  font-size: 3.5em;
}

.wspl-banner h1.wspl-banner__title--xs {
  font-size: 2.25em !important;
}

.wspl-banner h1.wspl-banner__title:not(.--text-black) {
  color: #fff;
}

.wspl-banner h1.wspl-banner__title span {
  position: relative;
}

@media only screen and (max-width: 700px) {
  .wspl-banner h1.wspl-banner__title {
    font-size: 3.25em;
  }
}

@media only screen and (max-width: 500px) {
  .wspl-banner h1.wspl-banner__title {
    font-size: 3em;
  }
}

.wspl-banner h1.wspl-banner__title--sm {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  font-size: 3.25em;
}

.wspl-banner h1.wspl-banner__title--sm span {
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .wspl-banner h1.wspl-banner__title--sm {
    font-size: 3em;
  }
}

.wspl-banner h3.wspl-banner__title {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0.5rem;
  line-height: 1.1;
  font-weight: 700;
  font-size: 2.25rem;
  border-bottom: none;
}

@media only screen and (max-width: 1000px) {
  .wspl-banner h3.wspl-banner__title {
    font-size: 1.5rem;
  }
}

.wspl-banner__subtitle:not(.--text-white):not(.--text-black) {
  color: #b5d6e7;
}

.wspl-banner__subtitle {
  padding-top: 0.75em;
  font-size: 1.35em;
  font-weight: 400;
  max-width: 960px;
  line-height: 1.4;
  /*
	    &-list-item-desc {
		    font-size: .65em;
	    }
*/
}

@media only screen and (max-width: 1000px) {
  .wspl-banner__subtitle:not(.--noHide) {
    display: none;
  }
}

.wspl-banner__subtitle--mobile {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .wspl-banner__subtitle--mobile {
    display: block !important;
  }
}

.wspl-banner__subtitle + .wspl-banner__button-wrap {
  margin-top: 1.75em;
}

.wspl-banner__subtitle + .wspl-banner__button-wrap .wspl-banner__button {
  margin-top: 0;
}

.wspl-banner__subtitle--sm {
  font-size: 1em;
  font-weight: 400;
  padding-top: 1em;
  line-height: unset;
}

.wspl-banner__subtitle--min {
  font-size: inherit !important;
  font-weight: normal;
  line-height: unset;
}

.wspl-banner__subtitle--s {
  font-size: 1em;
  line-height: unset;
}

.wspl-banner__content {
  position: relative;
}

.wspl-banner__content.--align-center .wspl-banner__subtitle {
  max-width: none;
}

.wspl-banner__button-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.wspl-banner__button-wrap .wspl-banner__button,
.wspl-banner__button-wrap > p > a,
.wspl-banner__button-wrap > a {
  margin-right: 1em;
}

.wspl-banner__button-wrap .article-share {
  margin-top: 1em;
  margin-left: 0;
}

.wspl-banner__button-wrap .icon-stars {
  width: 60px;
  display: inline-block;
}

@media only screen and (max-width: 700px) {
  .wspl-banner__button-wrap {
    flex-direction: column;
  }
  .wspl-banner__button-wrap .wspl-banner__button + .wspl-banner__button {
    margin-top: 1em;
  }
}

.wspl-banner__button-callout {
  position: relative;
  font-size: 0.7em;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.wspl-banner__button-callout i {
  position: relative;
  color: var(--main-lime);
  transition: transform 0.25s ease-in-out;
}

@media only screen and (max-width: 1000px) {
  .wspl-banner__button-callout {
    display: none !important;
  }
}

.wspl-banner__button-wrap:hover .wspl-banner__button-callout {
  opacity: 1;
}

.wspl-banner__button-wrap:hover .wspl-banner__button-callout i {
  transform: translate(-4px, 0);
}

.wspl-banner__button,
.wspl-banner__button-wrap > p > a,
.wspl-banner__button-wrap > a {
  box-sizing: border-box;
  margin-top: 1em;
  min-width: 265px;
  padding: 0 2em !important;
  line-height: 44px !important;
}

.wspl-banner__button.wspl-banner__button--md,
.wspl-banner__button-wrap > p > a.wspl-banner__button--md,
.wspl-banner__button-wrap > a.wspl-banner__button--md {
  line-height: 36px !important;
  font-size: 0.85em !important;
}

@media only screen and (max-width: 750px) {
  .wspl-banner__button-wrap--3 {
    flex-direction: column;
  }
  .wspl-banner__button-wrap--3 .wspl-banner__button + .wspl-banner__button {
    margin-top: 1em;
  }
}

.wspl-banner__button:not(.wspl-bluebutton),
.wspl-banner__button-wrap > p > a:not(.wspl-bluebutton),
.wspl-banner__button-wrap > a:not(.wspl-bluebutton) {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  background-color: var(--main-lime);
  color: black !important;
  font-weight: 600;
}

.wspl-banner__button:not(.wspl-bluebutton):focus,
.wspl-banner__button-wrap > p > a:not(.wspl-bluebutton):focus,
.wspl-banner__button-wrap > a:not(.wspl-bluebutton):focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .wspl-banner__button:not(.wspl-bluebutton),
  .wspl-banner__button-wrap > p > a:not(.wspl-bluebutton),
  .wspl-banner__button-wrap > a:not(.wspl-bluebutton) {
    font-size: 1.1em;
  }
}

.wspl-banner__button:not(.wspl-bluebutton):not([disabled]):hover,
.wspl-banner__button-wrap > p > a:not(.wspl-bluebutton):not([disabled]):hover,
.wspl-banner__button-wrap > a:not(.wspl-bluebutton):not([disabled]):hover {
  background-color: #2ce799;
}

.wspl-banner__button.wspl-banner__button--sm {
  min-width: 200px !important;
  padding: 0 1em !important;
  line-height: 32px !important;
  font-size: 0.75em !important;
}

.wspl-banner__search-form {
  margin-top: 2em;
}

.wspl-banner__tagline {
  font-size: 1em;
  margin-bottom: 0.75em;
  font-weight: 500;
}

.wspl-banner__tagline img {
  display: none;
}

@media only screen and (min-width: 1000px) {
  .wspl-banner__tagline .--inline-border {
    position: relative;
    top: -0.5em;
  }
}

.wspl-banner__datetag {
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1;
}

.wspl-banner__article-meta,
.wspl-banner__article-meta a {
  color: rgba(255, 255, 255, 0.7);
}

.wspl-banner__article-meta {
  font-size: 0.85em;
  margin-top: 1.5em;
  font-weight: normal;
  display: flex;
  white-space: nowrap;
  line-height: 1.4;
  cursor: default;
}

.wspl-banner__article-meta > div {
  display: flex;
  align-items: center;
}

.wspl-banner__article-meta > div:not(:first-child) {
  margin-left: 1em;
  padding-left: 1em;
  border-left: solid 1px rgba(255, 255, 255, 0.35);
}

.wspl-banner__article-meta .thumbnail {
  margin-right: 0.65em;
  min-width: 40px;
  max-width: 40px;
  /*
            margin-top: -8px;
            margin-bottom: -8px;
*/
}

.wspl-banner__article-meta .thumbnail.wsp {
  min-width: 32px;
  max-width: 32px;
}

@media only screen and (max-width: 700px) {
  .wspl-banner__article-meta .thumbnail {
    min-width: 32px;
    max-width: 32px;
  }
}

.wspl-banner__crumbs {
  margin-bottom: 0.75em;
  color: rgba(255, 255, 255, 0.7);
}

.wspl-banner__crumbs a {
  color: #69ddff;
}

.wspl-banner__crumbs a:hover {
  text-decoration: underline;
}

.wspl-banner__crumbs li {
  display: inline;
}

.wspl-banner__crumbs li:not(:first-child)::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  display: inline-block;
  padding: 0 0.75rem;
  position: relative;
  font-size: 0.85em;
}

.wspl-banner__metadata {
  font-size: 0.8em;
  padding-top: 0.75em;
}

.wspl-banner__subtitle + .wspl-banner__metadata {
  padding-top: 1.25em;
}

.wspl-banner__related {
  padding-left: 4em;
}

.wspl-banner--center {
  text-align: center;
}

.wspl-banner--center .wspl-banner__subtitle {
  margin: 0 auto;
}

.wspl-banner--tint::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(15, 28, 41, 0.8);
}

.wspl-banner--featureContent {
  margin-bottom: calc(-2em + -80px);
}

.wspl-banner--featureContent::after {
  content: "";
  display: block;
  height: 100px;
}

.wspl-banner__product-img {
  margin-bottom: -3.5em;
  position: relative;
}

.wspl-banner__product-img--withBook .wspl-banner__product-img--monitor {
  width: 90%;
  margin-left: auto;
  padding-top: 2.5em;
}

@media only screen and (max-width: 1000px) {
  .wspl-banner__product-img--withBook .wspl-banner__product-img--monitor {
    padding-top: 2em;
  }
}

.wspl-banner__product-img-aside {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28%;
}

.archive .wspl-banner__button-wrap > p > a {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  background-color: var(--main-lime);
  color: black !important;
  font-weight: 600;
  margin-top: 1em;
  min-width: 200px;
}

.archive .wspl-banner__button-wrap > p > a:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .archive .wspl-banner__button-wrap > p > a {
    font-size: 1.1em;
  }
}

.archive .wspl-banner__button-wrap > p > a:not([disabled]):hover {
  background-color: #2ce799;
}

.archive .wspl-banner__subtitle {
  color: #fff;
}

.wspl-banner + #wrapper > section.--pad-section:first-child:not(.--theme-bg-img-roll) {
  padding-top: 3em;
}

.wspl-banner-minor {
  background-color: var(--main-blue);
  color: #fff;
  padding: 2em 0 8em;
}

.wspl-banner-minor--over {
  margin-top: -12em;
}

footer {
  box-sizing: border-box;
  background: #1a1d22;
  color: #fff;
  position: relative;
  padding: 2rem 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 900px) {
  footer {
    text-align: center;
  }
}

footer .phone {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: -.25em;
}

footer .phone a {
  color: var(--main-blue);
}

footer p.copyright {
  font-size: .7em !important;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

@media only screen and (min-width: 901px) {
  .sharelinks {
    display: flex;
    flex-direction: row-reverse;
    gap: 1em;
    justify-content: space-between;
  }
}

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

@media only screen and (max-width: 900px) {
  .socials {
    padding-bottom: 1.5em;
  }
}

.socials .share-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.4);
}

.socials .share-icon i {
  font-size: 1rem;
  color: #fff;
  opacity: 1;
  transition: opacity .1s ease-in-out;
}

@media only screen and (min-width: 901px) {
  .socials .share-icon:hover i {
    opacity: 0.5;
  }
}

.globallinks {
  padding: 1.5em 0;
}

.globallinks li {
  display: inline-block;
  font-size: .75em;
  color: #fff;
}

.globallinks li::after {
  content: "|";
  padding: 0 5px;
  color: rgba(255, 255, 255, 0.4);
}

.globallinks li:last-child::after {
  content: none;
}

.globallinks a {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #fff;
}

.globallinks a:hover {
  color: #55C9FF;
}

body.wsp-lms:not(.search) footer,
body.wsp-lms:not(.search) .push {
  display: none;
}

@media screen and (max-width: 900px) {
  .globallinks li {
    display: none;
  }
  .globallinks li.admin {
    display: inline-block;
  }
  .footer-contain {
    padding-top: 1em;
  }
}

@media screen and (max-width: 600px) {
  footer .phone {
    font-size: 1.1em;
  }
}

/*
#sitewide-error-message {
    font-size: .85em;
    padding: 1em 4em 1em 2em;

    img {
        display: none;
    }

    .glyphicon,
    [class|="fa"] {
        font-size: 1em;
        top: 1.5em;
        right: 2em;
        margin: 0;
        color: $yellow;
        opacity: 1;
    }
}
*/
* {
  margin: 0;
}

main {
  display: flex;
  flex-flow: column nowrap;
  min-height: calc(100vh - 84px);
}

@media only screen and (max-width: 1200px) {
  main {
    min-height: calc(100vh - 56px);
  }
}

.wsp-lms main {
  min-height: calc(100vh - 40px);
}

body.nav-hidden main {
  min-height: 100vh !important;
}

.single-signupformpage .sitenav,
.single-signupformpage footer {
  display: none !important;
}

.single-signupformpage main {
  min-height: 100vh;
}

#wrapper {
  flex-grow: 1;
}

.wspl-block-circle {
  display: inline-block;
  position: relative;
  border-radius: 100%;
  margin-bottom: 0.5em;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  border: 4px solid;
  aspect-ratio: 1;
  z-index: 5;
}

.wspl-block-circle--basic {
  display: block;
  border-radius: 100%;
  overflow: hidden;
  aspect-ratio: 1;
}

.wspl-block-circle__icon-in-circ {
  width: 3.25em;
  padding: .75em;
  margin: 0 auto;
}

.wspl-block-circle__title-in-circ {
  position: absolute;
  font-weight: 500;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wspl-block-circle__arrow-r {
  display: inline-block;
  position: relative;
  bottom: 50%;
  left: 20%;
}

.block-duo__content {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

.block-duo__image {
  position: relative;
}

.block-duo__image--tint::after {
  content: "";
  background-color: #0a2540;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .2;
}

.block-duo__image--tint-md::after {
  content: "";
  background-color: #0a2540;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .5;
}

@media only screen and (max-width: 1000px) {
  .block-duo.bp1-1000 {
    width: 90%;
    padding-top: 3.5em;
    padding-bottom: 4em;
  }
  .block-duo.bp1-1000 .block-duo__image {
    position: relative;
    margin-right: 0;
    position: relative;
  }
  .block-duo.bp1-1000 .block-duo__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  .block-duo.bp1-1000 .block-duo__image > .aspect-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .block-duo.bp1-1000 .block-duo__content {
    max-width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .block-duo.bp2-1000 {
    width: 90%;
    padding-top: 3.5em;
    padding-bottom: 4em;
  }
  .block-duo.bp2-1000 .block-duo__image {
    position: relative;
    margin-right: 0;
    position: relative;
  }
  .block-duo.bp2-1000 .block-duo__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  .block-duo.bp2-1000 .block-duo__image > .aspect-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .block-duo.bp2-1000 .block-duo__content {
    max-width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .block-duo > div:first-child {
    margin-bottom: 2em !important;
  }
}

.wspl-interrupter {
  margin-bottom: -3em;
}

.wspl-interrupter__content {
  position: relative;
  top: -5em;
  margin-bottom: -4em;
}

.wspl-curtain {
  z-index: 2022 !important;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wspl-curtain__content {
  box-sizing: border-box;
  position: relative;
  top: -4em;
}

.wspl-curtain--dk {
  z-index: 2022 !important;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1a3c50;
  opacity: 0.75;
  display: none;
}

.wh-curtain {
  z-index: 1030 !important;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.75;
  display: none;
}

.wspl-modal {
  z-index: 2023 !important;
  display: none;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0;
}

.wspl-modal button.close,
.wspl-modal .wspl-modal__btn-close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: InterVariable, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #fff;
  border: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 1.25rem;
  font-weight: 500;
  opacity: 1;
  width: 1.5em;
  height: 1.5em;
  padding: 0.9em;
  z-index: 1000;
}

.wspl-modal button.close::before,
.wspl-modal .wspl-modal__btn-close::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00d";
  color: inherit;
}

.wspl-modal__dialog {
  position: relative;
  width: 94%;
  max-width: 900px;
  margin: 4em auto;
}

.wspl-modal__dialog.--theme-w .wspl-modal__btn-close,
.wspl-modal__dialog.--theme-lt .wspl-modal__btn-close {
  color: #303030;
}

@media only screen and (max-width: 1000px) {
  .wspl-modal__dialog {
    margin-top: 2em;
  }
}

.wspl-modal__underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

.wspl-modal__underlay--dk {
  background-color: #36393c;
  opacity: 0.9;
}

.wspl-modal--book-form .wspl-modal__dialog, .wspl-modal--syllabus .wspl-modal__dialog, .wspl-modal--w-header .wspl-modal__dialog {
  background: #fff none;
  background-clip: padding-box;
  outline: 0;
}

.wspl-modal--book-form .wspl-modal__header, .wspl-modal--syllabus .wspl-modal__header, .wspl-modal--w-header .wspl-modal__header {
  position: relative;
  background-color: #f6f8f9;
  border-bottom: 1px solid #edf0f2;
  padding: 0.75em 3em;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 1em;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media only screen and (max-width: 700px) {
  .wspl-modal--book-form .wspl-modal__header, .wspl-modal--syllabus .wspl-modal__header, .wspl-modal--w-header .wspl-modal__header {
    padding: 0.75em 2rem;
  }
}

.wspl-modal--book-form button.close,
.wspl-modal--book-form .wspl-modal__btn-close, .wspl-modal--syllabus button.close,
.wspl-modal--syllabus .wspl-modal__btn-close, .wspl-modal--w-header button.close,
.wspl-modal--w-header .wspl-modal__btn-close {
  color: #303030;
}

.wspl-modal--book-form .wspl-modal__content, .wspl-modal--syllabus .wspl-modal__content, .wspl-modal--w-header .wspl-modal__content {
  padding: 0 3em 2em;
}

@media only screen and (max-width: 700px) {
  .wspl-modal--book-form .wspl-modal__content, .wspl-modal--syllabus .wspl-modal__content, .wspl-modal--w-header .wspl-modal__content {
    padding: 0 2rem 2em;
  }
}

.wspl-modal--book-form .wspl-modal__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.wspl-modal--book-form .wspl-modal__content img {
  flex-shrink: 0;
  width: 100%;
}

.wspl-modal--book-form .wspl-modal__content form {
  width: 100%;
}

.wspl-modal--full-video .wspl-modal__dialog {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 !important;
  width: 100%;
  max-width: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.wspl-modal--full-video .wspl-modal__content {
  max-width: 1000px;
  width: 100%;
  padding-bottom: 0;
  height: auto;
}

.wspl-modal--full-video .jwplayer {
  border: none !important;
}

.wspl-modal--table:not(.no-max) .wspl-modal__dialog {
  max-width: 600px;
}

.wspl-modal--table .wspl-modal__content {
  border-radius: 0;
  border: none;
  padding: 2em;
}

.wspl-modal--table tfoot {
  display: none;
}

.wspl-modal--confirm .wspl-modal__dialog {
  max-width: 600px;
  background-color: #fff;
  margin: 2em auto 0;
  box-sizing: border-box;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
}

.wspl-modal--table:not(.no-max) .wspl-modal__dialog {
  max-width: 600px;
}

.wspl-modal--table .wspl-modal__content {
  border-radius: 0;
  border: none;
  padding: 2em;
}

.wspl-modal--table tfoot {
  display: none;
}

.wspl-modal--confirm .wspl-modal__dialog {
  max-width: 600px;
  background-color: #fff;
  margin: 2em auto 0;
  box-sizing: border-box;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
}

.wspl-modal--bundle-highlights .wspl-modal__dialog {
  box-sizing: border-box;
  max-width: 1000px;
}

@media only screen and (max-width: 900px) {
  .wspl-modal--bundle-highlights .wspl-modal__dialog {
    max-width: 600px;
    margin-top: 2em;
  }
}

.wspl-modal--bundle-highlights .wspl-modal__content {
  padding: 2em;
}

@media only screen and (min-width: 901px) {
  .wspl-modal--bundle-highlights img.modalLaptop {
    margin-bottom: -2em;
    margin-left: -2em;
  }
}

#ouibounce-ouibounce-modal .wspl-modal__dialog {
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
}

#ouibounce-ouibounce-modal .wspl-modal__content {
  border-radius: 4px;
}

#ouibounce-ouibounce-modal .wspl-modal__btn-close {
  border-radius: 50%;
  font-size: 1.5em;
  font-weight: 100;
  background-color: var(--main-blue);
  top: -0.65em;
  right: -0.65em;
  padding: 0.2em;
}

@media only screen and (max-width: 700px) {
  #user-alert .wspl-modal__content h2 {
    font-size: 1.5em;
    line-height: 1.3;
  }
}

#modal-noaccess .wspl-modal__dialog {
  max-width: 760px;
}

#user-results-message .wspl-modal__dialog {
  max-width: 500px;
}

@media only screen and (max-width: 1000px) {
  #course-context {
    position: absolute;
  }
  #course-context .wspl-modal__content {
    padding: 1.5em 1em;
  }
}

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

@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@-webkit-keyframes popin {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  85% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-ms-keyframes popin {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  85% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes popin {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  85% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.section-overview {
  text-align: center;
}

.section-overview .base-section__button {
  min-width: 225px;
  margin: 2em 0;
  display: inline-block;
}

.section-overview .base-section__button:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1000px) {
  .section-overview .wspl-flex-cols--align-center .section__title {
    margin-top: -.5em;
  }
}

.section-overview .wspl-flex-col > img {
  display: inline-block;
}

.section--carousels {
  padding: 1.5em 0 2.5em;
}

@media only screen and (min-width: 1000px) {
  .section--carousels {
    padding: 1.5em 0 2.5em;
  }
}

.section__ender {
  padding-top: 2.5em;
  margin-bottom: -1.5em;
}

.section__tag {
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 1px;
  margin-bottom: 1em;
  font-weight: 600;
}

.section__tag i {
  font-size: 0.9em;
}

.section__tag--lc {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}

.section__tag--enrl {
  text-transform: none;
  letter-spacing: 0;
}

.section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.section__header-more {
  font-size: 0.9em;
}

.section__header-more:hover {
  text-decoration: underline;
}

.section__title {
  margin-top: 0 !important;
  border: none;
}

.section__title:not(.section__title--lt):not(.section__title--heavy):not(
.section__title--normal) {
  font-weight: 700 !important;
}

.section__title--heavy {
  font-weight: 800 !important;
  text-transform: uppercase;
}


.section__title--normal {
  font-weight: 600 !important;
}

.section__title--lt {
  font-weight: 500 !important;
}

.section__title--hero {
  font-size: 3.75em !important;
}

.section__title--hero-extra {
  font-size: 3.5em !important;
  line-height: 1.1 !important;
}

@media only screen and (min-width: 1000px) {
  .section__title--hero-extra {
    font-size: 5em !important;
    line-height: 1 !important;
  }
}

.section__title-minor {
  font-size: 0.8em;
  margin-bottom: 0.75em;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.section__title-edit {
  font-size: 12px;
  position: relative;
  top: -1px;
  line-height: 1;
}

.section__title-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.25em;
  height: 1.65em;
  width: 1.65em;
  line-height: 1;
}

.section__subtitle {
  margin-top: 0.5em;
}

.section__subtitle > p:not(:first-child) {
  margin-top: 0.5em;
}

.section__content {
  margin-top: 2em;
}

.section__content--min {
  margin-top: 1em;
}

.section__content > p:not(:first-child) {
  margin-top: 0.5em;
}

.section__content p + p {
  margin-top: 0.5em;
}

.section__comment {
  margin-top: 1em;
  font-size: 0.8em;
}

.section__comment--italic {
  margin-top: 1em;
  font-size: 0.75em;
  font-weight: 500;
  font-style: italic;
}

.section__tagline {
  font-size: 0.8em;
  text-transform: uppercase;
}

.section__marker {
  font-size: 0.8em;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1;
}

.section__icon {
  max-width: 20%;
  height: 75px;
  margin-bottom: 1em;
}

.section__footer {
  display: flex;
  justify-content: space-between;
  padding-top: 2em;
  color: var(--main-blue);
}

.section__button {
  box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  background-color: var(--main-blue);
  color: #FFF;
  margin-top: 1.5em;
}

.section__button:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .section__button {
    font-size: 1.1em;
  }
}

.section__button:not([disabled]):hover {
  background-color: var(--main-blue-hover);
}

.section__button:first-child {
  margin-top: 0;
}

.section__button + .section__button {
  margin-top: 0.5em;
}

.section__button--lg {
  line-height: 46px !important;
}

.section__button-wrap {
  margin-top: 1.5em;
}

.section__button-wrap > .section__button {
  margin-top: 0.5em;
}

.section__button-wrap > .section__button:first-child {
  margin-top: 0;
}

.section__factoid {
  font-size: 0.85em;
  font-weight: 600;
  position: relative;
}

.section__factoid-content {
  position: relative;
}

.section__factoid-icon {
  font-size: 1.5em;
  position: absolute;
  right: calc(100% + 8px);
}

.section__factoid-link {
  min-width: 125px;
  font-size: 0.9em !important;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  background-color: var(--main-blue);
  color: #FFF;
  line-height: 30px;
  font-weight: normal;
  margin-top: 0.75em;
}

.section__factoid-link:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .section__factoid-link {
    font-size: 1.1em;
  }
}

.section__factoid-link:not([disabled]):hover {
  background-color: var(--main-blue-hover);
}

.section sup:not(.note-mark) {
  font-size: 0.5em;
  top: -0.75em;
  line-height: 0;
}

.section:not(.section-article) ul:not(:first-child):not(.section__content):not(
.wspl-content-block__content) {
  margin-top: 0.5em;
}

.section--fading {
  position: relative;
  overflow: clip;
}

.section--fading-footer {
  width: 100%;
}

.section--fading .section--fading-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 150px;
  background: linear-gradient(to top, white 40%, transparent 90%);
  z-index: 500;
}

.section--fading.--theme-lt > .section--fading-footer {
  background: linear-gradient(to top, #f6f8f9 40%, transparent 90%);
}

.section--fading.--theme-md > .section--fading-footer {
  background: linear-gradient(to top, #edf0f2 40%, transparent 90%);
}

.section--fading.--theme-w > .section--fading-footer {
  background: linear-gradient(to top, white 40%, transparent 90%);
}

.section--fading.--theme-cyan > .section--fading-footer {
  background: linear-gradient(to top, #44c1e6 40%, transparent 90%);
}

.section--fading.--theme-transparent-blue > .section--fading-footer {
  background: linear-gradient(to top, #cee8f5 40%, transparent 90%);
}

.section--fading.section .section__content {
  overflow: hidden;
}

.section--fading.section .section--fading-footer {
  margin-bottom: 1em;
}

@media only screen and (min-width: 1000px) {
  .section--fading.section .section--fading-footer {
    margin-bottom: 2.5em;
  }
}

.section--fading .section--fading-ender {
  margin-bottom: 0 !important;
  background: linear-gradient(to top, #1a1d22, transparent);
}

.section--fading-sides {
  position: relative;
}

.section--fading-sides::before, .section--fading-sides::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.section--fading-sides::before {
  left: 0;
}

.section--fading-sides::after {
  right: 0;
}

.section--fading-sides.--theme-lt::before {
  background: linear-gradient(to right, #f6f8f9 20%, transparent);
}

.section--fading-sides.--theme-lt::after {
  background: linear-gradient(to left, #f6f8f9 20%, transparent);
}

.section--fading-sides.--theme-md::before {
  background: linear-gradient(to right, #edf0f2 20%, transparent);
}

.section--fading-sides.--theme-md::after {
  background: linear-gradient(to left, #edf0f2 20%, transparent);
}

.section--fading-sides.--theme-w::before {
  background: linear-gradient(to right, #fff 20%, transparent);
}

.section--fading-sides.--theme-w::after {
  background: linear-gradient(to left, #fff 20%, transparent);
}

.section--fading-footer {
  padding-bottom: 1.5em;
  padding-top: 2em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.section .view {
  margin: calc(var(--focus-outline-offset) * 2);
  text-decoration: underline;
  cursor: pointer;
}

.section--max-w-more, .section--less-w-more {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.section--max-w-more .view.view-less, .section--less-w-more .view.view-less {
  display: block;
}

.section--max-w-more .view.view-more, .section--less-w-more .view.view-more {
  display: none;
}

.section--max-w-more.section--fading .view.view-less, .section--less-w-more.section--fading .view.view-less {
  display: none;
}

.section--max-w-more.section--fading .view.view-more, .section--less-w-more.section--fading .view.view-more {
  display: block;
  background: none;
  font-size: inherit;
  color: inherit;
}

@media only screen and (max-width: 700px) {
  .section.--hide-title-mobile h2.section__title {
    display: none;
  }
  .section.--hide-title-mobile.--pad-section {
    padding-top: 1em !important;
  }
}

@media only screen and (min-width: 1000px) {
  .section__title--hero-extra + .section__subtitle {
    margin-top: 1.5em;
  }
}

/*
	.wspl-bluebutton:last-child {
		margin-top: 2em;
	}
	&:not(:first-child) { //check! doesn't work correctly if the tiles are from base-sections
// 		margin-top: 1.5em;
	}

	&--header {
		margin-bottom: 1em;
		position: relative;

		+ .base-section {
			margin-top: 2em;
		}
	}

//add top margin to base section button "enders"
//.base-section__content + .wspl-bluebutton,
//.base-section--header > .wspl-bluebutton:last-child {
//	margin-top: 1.5em;
//}

h1.base-section__title,
h2.base-section__title,
h3.base-section__title,
h4.base-section__title {
	font-weight: 800;
}*/
h2.section__title {
  font-size: 2.25em;
  line-height: 1.2em;
}

h3.section__title {
  font-size: 1.75em;
  line-height: 1.25;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

h4.section__title {
  font-size: 1.25em;
  line-height: 1.4;
}

.--font-size-h2.section__title {
  font-size: 2.25em;
  line-height: 1.2em;
}

.--font-size-h3.section__title {
  font-size: 1.75em;
  line-height: 1.25;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.--font-size-h4.section__title {
  font-size: 1.25em;
  line-height: 1.4;
}

.--font-size-h5.section__title {
  font-size: 1em;
  line-height: 1.5;
}

.--font-size-h6.section__title {
  font-size: 0.9em;
  line-height: 1.6;
}

.page-template-page-lc-landing-free-modeling-course nav.sitenav,
.page-template-page-lc-landing-free-modeling-course footer,
.page-template-page-lc-landing-free-modeling-course .push,
.page-template-page-lc-landing-free-modeling-course #wsp-slider,
.page-template-page-lc-landing-free-buysidemodeling-course nav.sitenav,
.page-template-page-lc-landing-free-buysidemodeling-course footer,
.page-template-page-lc-landing-free-buysidemodeling-course .push,
.page-template-page-lc-landing-free-buysidemodeling-course #wsp-slider,
.page-template-page-lc-landing-free-paper-lbo nav.sitenav,
.page-template-page-lc-landing-free-paper-lbo footer,
.page-template-page-lc-landing-free-paper-lbo .push,
.page-template-page-lc-landing-free-paper-lbo #wsp-slider,
.page-template-page-lc-landing-tapestry-capri nav.sitenav,
.page-template-page-lc-landing-tapestry-capri footer,
.page-template-page-lc-landing-tapestry-capri .push,
.page-template-page-lc-landing-tapestry-capri #wsp-slider,
.page-template-page-lc-landing-rliquid-lbo nav.sitenav,
.page-template-page-lc-landing-rliquid-lbo footer,
.page-template-page-lc-landing-rliquid-lbo .push,
.page-template-page-lc-landing-rliquid-lbo #wsp-slider,
.page-template-page-lc-landing-rliquid-bhath-dcf nav.sitenav,
.page-template-page-lc-landing-rliquid-bhath-dcf footer,
.page-template-page-lc-landing-rliquid-bhath-dcf .push,
.page-template-page-lc-landing-rliquid-bhath-dcf #wsp-slider,
.single-wsp_lead_form_page nav.sitenav,
.single-wsp_lead_form_page footer,
.single-wsp_lead_form_page .push,
.single-wsp_lead_form_page #wsp-slider,
.page-template-page-lc-landing-rliquid-dcf-php nav.sitenav,
.page-template-page-lc-landing-rliquid-dcf-php footer,
.page-template-page-lc-landing-rliquid-dcf-php .push,
.page-template-page-lc-landing-rliquid-dcf-php #wsp-slider,
.page-template-page-lc-landing-rliquid-alphabet nav.sitenav,
.page-template-page-lc-landing-rliquid-alphabet footer,
.page-template-page-lc-landing-rliquid-alphabet .push,
.page-template-page-lc-landing-rliquid-alphabet #wsp-slider,
.page-template-page-lc-landing-real-estate-guide nav.sitenav,
.page-template-page-lc-landing-real-estate-guide footer,
.page-template-page-lc-landing-real-estate-guide .push,
.page-template-page-lc-landing-real-estate-guide #wsp-slider,
.page-template-page-lc-landing-free-assetman-course nav.sitenav,
.page-template-page-lc-landing-free-assetman-course footer,
.page-template-page-lc-landing-free-assetman-course .push,
.page-template-page-lc-landing-free-assetman-course #wsp-slider,
.page-template-page-lc-landing-free-sellsideER-course nav.sitenav,
.page-template-page-lc-landing-free-sellsideER-course footer,
.page-template-page-lc-landing-free-sellsideER-course .push,
.page-template-page-lc-landing-free-sellsideER-course #wsp-slider {
  display: none;
}

.landing-fullsplit {
  display: flex;
  height: 100vh;
}

@media only screen and (max-width: 1000px) {
  .landing-fullsplit {
    flex-direction: column;
  }
}

.landing-fullsplit__hero, .landing-fullsplit__content {
  display: flex;
  align-items: center;
  padding: 2em 0;
  box-sizing: border-box;
}

@media only screen and (min-width: 1000px) {
  .landing-fullsplit__hero, .landing-fullsplit__content {
    max-width: 50%;
    min-width: 50%;
    height: 100vh;
  }
}

.landing-fullsplit__hero {
  flex-direction: column;
  justify-content: space-between;
}

.landing-fullsplit__header {
  padding-bottom: 2em;
  color: #fff;
}

.landing-fullsplit__header--duo {
  text-align: center;
  display: flex;
}

@media only screen and (max-width: 400px) {
  .landing-fullsplit__header--duo {
    flex-direction: column;
    align-items: center;
  }
}

.landing-fullsplit__footer-img {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.landing-fullsplit .outline {
  padding: .25em .5em;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.landing-fullsplit__tag {
  font-weight: 700;
  color: var(--main-lime);
  padding-bottom: 1em;
  font-size: .85em;
}

.landing-fullsplit__tag i {
  font-size: .9em;
  margin-right: 4px;
}

.landing-fullsplit__content-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  text-align: center;
  max-width: 600px;
}

.landing-fullsplit__footer, .landing-fullsplit__title {
  width: 100%;
}

.landing-fullsplit__title {
  font-size: 4em;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 1000px) {
  .landing-fullsplit__title {
    font-size: 3em;
    margin-bottom: 0;
  }
}

.landing-fullsplit__subtitle a {
  color: #70e6ff;
}

@media only screen and (min-width: 1000px) {
  .landing-fullsplit .wspl-form {
    font-size: 1.2em;
  }
}

.landing-fullsplit .logo-svg {
  width: 200px;
}

@media only screen and (min-width: 1000px) {
  .landing-fullsplit .logo-svg {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .landing-fullsplit .logo-svg {
    width: 150px;
  }
}

@media only screen and (min-width: 400px) {
  .landing-fullsplit .logo-svg--partner {
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
  }
}

@media only screen and (max-width: 400px) {
  .landing-fullsplit .logo-svg--partner {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 1000px) {
  .landing-fullsplit .logo-svg--partner {
    width: 120px;
  }
}

.landing-fullsplit #the-logo {
  display: block;
  width: 200px;
  position: absolute;
  top: 2em;
  left: 2em;
}

.landing-fullsplit__content + .landing-fullsplit__footer {
  padding: 0 0 1em 0;
}

.instructorHero {
  padding-bottom: 0 !important;
  overflow: hidden;
}

@media only screen and (max-width: 1100px) {
  .instructorHero {
    display: none !important;
  }
}

.instructorHero.--tint-blue::before {
  opacity: .94;
}

.instructorHero > .wspl-flex-cols {
  align-items: flex-end;
}

.instructorHero__item {
  position: relative;
  max-width: none;
  max-height: 270px;
  display: flex;
  align-items: baseline;
  transform: scale(1);
  transition: transform .5s ease-in-out;
  z-index: 100;
}

.instructorHero__item.active, .instructorHero__item:hover {
  transform: scale(1.05);
  z-index: 101;
}

.instructorHero__item.active .instructorHero__bio, .instructorHero__item:hover .instructorHero__bio {
  opacity: 1;
}

.instructorHero__item-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  position: relative;
}

.instructorHero__img {
  margin-left: auto;
  margin-right: auto;
}

.instructorHero__bio {
  position: absolute;
  top: 160px;
  right: -1em;
  background-color: rgba(255, 255, 255, 0.95);
  font-size: .85em;
  padding: .5em .75em;
  border: 1px solid #dce1e5;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
  line-height: 1.5;
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

.instructorHero__bio-name {
  font-weight: 800;
}

.instructorHero__bio-desc {
  color: var(--main-meta-data-color);
  font-size: .9em;
  line-height: 1.3;
  padding-top: 4px;
}

@media only screen and (min-width: 1100px) {
  /*
	[data-subject="sandya"] {
		min-width: 210px;
	}
	[data-subject="lindsay"] {
		min-width: 210px;
	}
	[data-subject="michelle"] {
		min-width: 210px;
	}
*/
  [data-subject="femi"] {
    min-width: 215px;
  }
  [data-subject="adam"] {
    min-width: 220px;
  }
  [data-subject="marc"] {
    max-width: 210px;
  }
  [data-subject="eric"] {
    min-width: 205px;
    position: relative;
    top: 15px;
  }
  [data-subject="brad"] {
    min-width: 210px;
  }
  [data-subject="lindsay"] {
    max-width: 205px;
    position: relative;
    top: 5px;
  }
  [data-subject="sandya"] {
    max-width: 205px;
    position: relative;
    top: 10px;
  }
  [data-subject="sandya2"] {
    max-width: 210px;
    position: relative;
    top: 10px;
  }
  [data-subject="zach"] {
    max-width: 190px;
  }
  [data-subject="michelle"] {
    max-width: 210px;
  }
}

@media only screen and (min-width: 1200px) {
  /*
	[data-subject="lindsay"] {
		max-width: 215px;
	}
*/
  [data-subject="femi"] {
    min-width: 235px;
  }
  [data-subject="adam"] {
    min-width: 240px;
  }
  [data-subject="eric"] {
    max-width: 205px;
  }
}

.wsp-proof__text {
  font-size: 1.5em;
  line-height: 1.5;
  margin: 0 auto 2em;
  text-align: center;
  color: var(--main-blue);
  font-weight: 500;
}

.wsp-proof__text strong {
  font-weight: 500 !important;
  color: #093b74;
}

.wsp-proof.theme-dk .wsp-proof__logos {
  opacity: .65;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.tabs-section__tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}

.tabs-section__tabs li {
  padding: 0;
  text-align: center;
  line-height: 1.4;
  align-items: center;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.tabs-section__tabs li:not(:last-child) {
  margin-right: 1rem;
}

.tabs-section__tabs li a {
  color: inherit;
  font-weight: 600;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.tabs-section__tabs li a:not(.wspl-icon-block):not(.path-tab-nav) {
  display: block;
}

.tabs-section__wrap {
  position: relative;
  padding-bottom: 1em;
}

.tabs-section__content {
  box-sizing: border-box;
  margin-right: 0 !important;
  width: 100%;
}

.tabs-section__content:not(.selected) {
  display: none;
}

.tabs-section__content p strong {
  font-size: 1.15em;
  font-weight: normal !important;
}

.tabs-section__footer {
  margin: 1em 0 0em !important;
}

.tabs-section__footer a {
  font-size: 1.35em;
  font-weight: 700;
  color: #303030;
}

.tabs-section__footer i {
  font-size: .8em;
  position: relative;
  top: -1px;
  margin-right: .2em;
  font-weight: 100;
}

.tabs-section__button {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  background-color: var(--main-blue);
  color: #FFF;
  margin-top: 1em !important;
}

.tabs-section__button:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .tabs-section__button {
    font-size: 1.1em;
  }
}

.tabs-section__button:not([disabled]):hover {
  background-color: var(--main-blue-hover);
}

.tabs-section__tabs--inline {
  margin-bottom: 1em;
}

.tabs-section__tabs--inline li {
  display: inline-flex;
  position: relative;
  box-shadow: 0 4px 0 0 transparent;
}

.tabs-section__tabs--inline li::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 4px;
  background-color: transparent;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.tabs-section__tabs--inline li a {
  opacity: 0.4;
  margin-bottom: .5em;
}

.tabs-section__tabs--inline li a:hover, .tabs-section__tabs--inline li a:focus-visible {
  opacity: 0.75;
}

.tabs-section__tabs--inline li.active,
.tabs-section__tabs--inline li.selected {
  box-shadow: 0 4px 0 0 var(--main-blue);
}

.tabs-section__tabs--inline li.active a,
.tabs-section__tabs--inline li.selected a {
  opacity: 1;
}

.tabs-section__tabs--lime-tiles li {
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.tabs-section__tabs--lime-tiles li a {
  padding: 1em;
}

.tabs-section__tabs--lime-tiles li:not(.disabled):hover {
  background-color: var(--main-lime);
}

.tabs-section__tabs--lime-tiles li.disabled {
  pointer-events: none;
}

.tabs-section__tabs--lime-tiles li.disabled a {
  opacity: 0.5;
}

.tabs-section__tabs--lime-tiles li.active,
.tabs-section__tabs--lime-tiles li.selected {
  background-color: var(--main-lime);
}

.tabs-section__tabs--left-bordered {
  justify-content: flex-start;
  position: relative;
}

.tabs-section__tabs--left-bordered::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  top: 100%;
}

.tabs-section__tabs--left-bordered li:not(:last-child) {
  margin-right: 2em;
}

.tabs-section__tabs--left-bordered.tabs-section__tabs--inline li a {
  margin-bottom: .25em;
}

.tabs-section__tabs--left-bordered.tabs-section__tabs--inline::after {
  top: calc(100% + 4px);
}

#lessonTabs {
  padding-top: 2.5em;
  position: relative;
}

#lessonTabs .ark-label-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

#lessonTabs:has(.askArkTab.selected) .ark-label-wrap {
  opacity: 1;
}

.section-article p, .section-article li {
  margin-bottom: 1em;
}

.section-article p a, .section-article li a {
  text-decoration: underline;
}

.section-article p:last-child, .section-article li:last-child {
  margin-bottom: 0;
}

.section-article em {
  font-style: italic;
}

.section-article ul {
  list-style-type: disc;
  margin-left: 1.1em;
  margin-bottom: 1.5em;
}

.section-article ul ul {
  margin-top: 1em;
}

.section-article ul:last-child {
  margin-bottom: 0;
}

.section-article h2 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 1.75em;
  line-height: 1.25;
  font-weight: 700;
}

.section-article h3 {
  margin-top: 1.5em;
  font-size: 1.15em;
  line-height: 1.4;
  font-weight: 700;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0.5em;
  color: var(--main-blue);
}

.section-article h5,
.section-article table caption {
  font-size: 1em;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.section-article table {
  margin: 1em 0 1.5em;
  width: 100%;
}

.section-article table caption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.section-article table td, .section-article table th {
  padding: 0.75em 1em;
  font-size: .8em;
  border: 1px solid #dce1e5;
  vertical-align: top;
}

.section-article table td strong, .section-article table th strong {
  font-weight: 600 !important;
}

.section-article table tr th {
  background: #edf9ff;
  border: 1px solid #c3d5df;
  font-weight: 700;
}

.section-article table tr:nth-child(odd) td {
  background-color: #f9fafb;
}

.wspl-control-nextprev {
  background-color: var(--main-blue);
  opacity: .9;
  color: #fff;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: scale(1);
  transition: transform ease-in-out .25s;
  width: 40px;
  height: 40px;
  position: absolute;
}

.wspl-control-nextprev__tooltip {
  color: #303030 !important;
  position: absolute;
  font-weight: 600;
  line-height: 1.4;
  display: none;
}

.wspl-control-nextprev__tooltip-content {
  background-color: #fff;
  padding: .75em 1em;
  font-size: .9em;
  width: 200px;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
}

.wspl-control-nextprev:hover .wspl-control-nextprev__tooltip {
  display: block;
}

.wspl-control-nextprev--next {
  right: -20px;
  margin-top: -20px;
}

.wspl-control-nextprev--next .wspl-control-nextprev__tooltip {
  right: 40px;
}

.wspl-control-nextprev--next .wspl-control-nextprev__tooltip-content {
  margin-right: 1em;
}

.wspl-control-nextprev--prev {
  left: -20px;
  margin-top: -20px;
}

.wspl-control-nextprev--prev .wspl-control-nextprev__tooltip {
  left: 40px;
}

.wspl-control-nextprev--prev .wspl-control-nextprev__tooltip-content {
  margin-left: 1em;
}

.filter-select {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  margin-left: 3px;
  padding-left: 5px;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .filter-select {
    display: none !important;
  }
}

.filter-select__container {
  position: relative;
  display: inline;
}

.filter-select label {
  font-size: 0.85em;
  position: relative;
}

.filter-select label i {
  font-size: 0.7em;
  margin-left: 3px;
}

.filter-select select {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  height: auto;
  margin: 0;
  opacity: 0;
  font-size: 12px;
  cursor: pointer;
}

.default-filters [data-course-type="bonus-course"] {
  display: none;
}

[data-filter-choice="user-courses"] [data-course-type="bonus-course"] {
  display: none;
}

[data-filter-choice="bonus-courses"] [data-course-type="user-course"] {
  display: none;
}

[data-filter-choice="bonus-courses"] [data-course-type="bonus-course"] {
  display: block;
}

[data-filter-choice="bonus-courses"] .packages-wrap {
  display: none;
}

#filter-course-topic {
  display: flex !important;
  flex-wrap: wrap;
  padding-right: 0 !important;
}

.course-filters {
  margin-bottom: 1em;
}

.course-filters input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.course-filters__dropdown {
  justify-content: space-between;
  align-items: center;
  font-size: 0.9em;
  font-weight: 600;
  display: none;
}

.course-filters__current {
  display: grid;
  grid-template-columns: max-content max-content min-content;
  gap: .4em;
}

.course-filters__close {
  display: none;
  cursor: pointer;
}

.course-filters__close button {
  background: inherit;
  font-size: inherit;
  padding: 0 !important;
  color: inherit;
}

.course-filters__change {
  color: var(--custom-group-color);
  font-size: 0.75em;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 4px;
  padding: 0 !important;
  background: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.course-filters__row {
  flex-grow: 1;
  background-color: #f6f8f9;
  border: 1px solid #dce1e5;
  border-radius: 4px;
  padding: 0.5em;
  box-sizing: border-box;
}

.course-filters__row:not(:last-child) {
  margin-right: 0.25em;
}

.course-filters__row.active {
  display: block;
}

.course-filters__labels {
  display: flex;
  flex-wrap: wrap;
}

.course-filters__labels:not(:last-child) {
  margin-bottom: 0.5em;
}

.course-filters__enterprise {
  margin-bottom: 0.5em;
}

.course-filters__enterprise [data-fieldset],
.course-filters__enterprise .course-filters__sorting-menu {
  flex-grow: 1;
}

.course-filters__enterprise .course-filters__sorting-menu {
  margin-top: 0 !important;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.course-filters__enterprise .course-filters__sorting-menu li > a {
  display: block;
  padding: 3px 20px;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
  font-size: 0.75em;
  font-weight: 500;
}

.course-filters__enterprise .course-filters__sorting-menu li.active > a {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: var(--custom-group-color);
}

.course-filters__enterprise .course-filters__sorting-menu li:not(.active):hover > a {
  background-color: #edf0f2;
}

.course-filters__enterprise i {
  font-size: 0.85em;
  top: -1px;
  position: relative;
  margin-right: 4px;
}

.course-filters__item {
  display: block;
  position: relative;
  padding: 0 0.75em;
  font-size: 0.75em;
  line-height: 2.5em !important;
  background-color: #fff;
  text-align: center;
  border: 1px solid #dce1e5;
  box-sizing: border-box;
  font-weight: 600;
  margin-bottom: 0.5em;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.course-filters__item:not(.lms-topic) {
  border-radius: 2em;
}

.course-filters__item:not(:last-child) {
  margin-right: 0.5em;
}

.course-filters__item.active, .course-filters__item:hover {
  background-color: var(--custom-group-color);
  color: #fff;
  border-color: var(--custom-group-color);
}

.course-filters__item:focus-within {
  outline: 2px solid var(--custom-group-color) !important;
  outline-offset: 0.2em !important;
}

.course-filters__item:not(.active),
.course-filters__item:not(.active) label {
  cursor: pointer;
}

fieldset[name="filter-category"] {
  position: relative;
  display: flex;
}

fieldset[name="filter-category"] label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  font-size: 0.8em;
  height: 3.5em;
  line-height: 3.5em;
  width: 250px;
  border: 1px solid #d8dadc;
  border-right: none;
  border-radius: none;
  box-sizing: border-box;
  background-color: #e1e6ea;
  font-weight: 600;
  cursor: pointer;
  opacity: 0.65;
}

@media only screen and (max-width: 600px) {
  fieldset[name="filter-category"] label {
    width: 200px;
  }
}

@media only screen and (max-width: 500px) {
  fieldset[name="filter-category"] label {
    width: 140px;
  }
}

fieldset[name="filter-category"] label img {
  height: 1.5em;
  margin-right: 0.5em;
  position: relative;
  top: -0.1em;
  margin-left: -0.5em;
}

@media only screen and (max-width: 700px) {
  fieldset[name="filter-category"] label img {
    display: none;
  }
}

fieldset[name="filter-category"] label:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

fieldset[name="filter-category"] label:last-child {
  border-right: 1px solid #dee0e2;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

fieldset[name="filter-category"].opacity {
  opacity: 0.4;
}

fieldset[name="filter-category"]:not(.opacity) label.active {
  background-color: #fff;
  color: #303030;
  opacity: 1;
}

fieldset[name="filter-category"]:not(.opacity) label:not(.active):hover {
  background-color: #fff;
}

@media screen and (max-width: 800px) {
  .course-filters__dropdown {
    display: flex;
  }
  .course-filters__wrap {
    background-color: #f6f8f9;
    border: 1px solid #dce1e5;
    padding: 0.5em 0.75em;
    margin-bottom: 0.5em;
  }
  .course-filters__item {
    font-size: 0.7em;
  }
  .course-filters__enterprise .course-filters__wrap [data-fieldset="filter-course-topic"] {
    max-height: 0;
    overflow: hidden;
  }
  .course-filters__enterprise .course-filters__wrap.active [data-fieldset="filter-course-topic"],
  .course-filters__enterprise .course-filters__wrap.active .course-filters__sorting-menu {
    max-height: 1000px;
    visibility: visible;
    margin-top: 0.5em !important;
  }
  .course-filters__enterprise .course-filters__wrap.active .course-filters__change {
    display: none;
  }
  .course-filters__enterprise .course-filters__wrap.active .course-filters__close {
    display: block;
  }
}

.wspfilter__list {
  position: relative;
}

.wspfilter__list li {
  margin-bottom: 0.25em !important;
}

.wspfilter__list li:not(.active):hover a {
  background-color: rgba(0, 0, 0, 0.04);
}

.wspfilter__list li.active a {
  background-color: var(--main-blue);
  color: #fff;
}

.wspfilter__list a {
  padding: 0.5em 1em;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.wspfilter__list img {
  max-width: 70px;
  margin: 0 auto 0.75em;
}

fieldset.filterstack {
  font-size: 0.9em;
}

fieldset.filterstack span {
  font-size: 0.75em;
}

fieldset.filterstack label {
  display: block;
  line-height: 1.4;
  margin-bottom: 0.35em;
  position: relative;
  padding-left: 1.25em;
  width: 100%;
}

fieldset.filterstack input {
  position: absolute;
  left: 0;
  top: 0.25em;
}

fieldset.filterstack [data-counter-label] {
  display: none;
}

.wspl-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

.wspl-hamburger > * {
  width: 100%;
  height: 2px;
  background-color: #303030;
}

.wspl-block {
  display: block;
}

.wspl-block--w {
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.wspl-block--cyan {
  background-color: #33bdff;
  box-sizing: border-box;
}

.wspl-block--opaque {
  background-color: rgba(255, 255, 255, 0.97);
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.wspl-block--theme-lt {
  background-color: var(--main-red);
}

.wspl-block--theme-dk {
  background-color: #102f4e;
}

.wspl-block--theme-blue {
  background-color: #102f4e;
}

.wspl-block--theme-black {
  background-color: #343a43;
  border: 1px solid #1a1d22;
}

.wspl-block--shadow {
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.wspl-block--shadowdk {
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
}

.wspl-block--shadowlt {
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.06);
}

.wspl-block--shadow-hover {
  box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, 0.3);
  transition: box-shadow .2s ease-in-out;
}

.wspl-block--shadow-hover:hover {
  box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, 0.5);
}

.wspl-block--w-shadow {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.06);
}

.wspl-block--sticker {
  border-radius: 4px;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
}

.wspl-block--sticker-sm {
  border-radius: 4px;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 0.5em 0.25em;
  font-size: 0.55rem !important;
  line-height: 1.1;
}

.wspl-block--tint::after {
  content: '';
  position: absolute;
  background: #1a3c50;
  opacity: 0.7;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}

.wspl-block--button {
  border-radius: 6px;
  border: none !important;
}

.wspl-block--button:not(.active):not(:hover) {
  box-shadow: inset -1px -1px rgba(0, 0, 0, 0.15), 2px 2px 5px -2px rgba(0, 0, 0, 0.3);
}

.--theme-dk .wspl-block--w {
  border: none;
}

.wspl-hero-block-menu__arr {
  font-size: .85em;
  margin-top: 1em;
}

.wspl-hero-block-menu .wspl-content-block,
.wspl-hero-block-menu .wspl-block {
  height: 250px;
}

@media only screen and (max-width: 600px) {
  .wspl-hero-block-menu .wspl-content-block,
  .wspl-hero-block-menu .wspl-block {
    height: auto;
    min-height: 150px;
  }
}

.wspl-crumbs {
  margin-bottom: .5em;
  margin-top: -1em;
  font-weight: 600;
  font-size: .9em;
  color: var(--main-blue-light);
}

.wspl-crumbs a {
  color: var(--main-blue-light);
}

.wspl-crumbs a:hover {
  text-decoration: underline;
}

.wspl-button-play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
  z-index: 3;
  /*
	&::before {
	    content: "";
	    width: 94px;
	    height: 94px;
	    border-radius: 47px;
	    box-sizing: border-box;
	    border: 1px solid rgba(255, 255, 255, 0.88);
	    position: absolute;
	    top: -7px;
	    left: -7px;
	}
    */
}

.wspl-button-play i {
  color: #303030;
  font-size: 30px;
  position: relative;
  right: -.1em;
}

.wspl-button-play:hover {
  transform: scale(1.1);
}

.wspl-button-play--bg {
  background: radial-gradient(white 65%, transparent 65%);
  border-radius: 50%;
  line-height: 1;
}

.wspl-button-play--blue {
  background: radial-gradient(white 65%, transparent 65%);
  border-radius: 50%;
  line-height: 1;
}

.wspl-button-play--blue i {
  color: var(--main-blue);
  font-size: 80px;
  right: 0;
}

.wspl-play-block {
  position: relative;
}

.wspl-play-block .wspl-button-play.wspl-button-play--center {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}

.wspl-play-block .wspl-button-play--center:not(.wspl-button-play) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.wspl-play-block .wspl-button-play--center:not(.wspl-button-play) i {
  font-size: 5rem;
}

.wspl-play-block .wspl-button-play--center:not(.wspl-button-play) i + p {
  margin-top: 1rem;
}

/*
#wspl-icon-strip .wspl-content-block {

	&:not(:last-child) {
		border-right: 1px solid $lmsbg-border;
	}

}
*/
.review-result.wspl-content-block .wspl-content-block__content > div:not(:first-child) {
  margin-top: 0.5em;
}

.wspl-content-block {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

.wspl-content-block--start {
  justify-content: flex-start;
}

@media only screen and (max-width: 1000px) {
  .wspl-content-block--transform {
    flex-flow: row wrap;
  }
  .wspl-content-block--transform .wspl-content-block__icon,
  .wspl-content-block--transform .wspl-content-block__icon-circle,
  .wspl-content-block--transform .wspl-content-block__icon-number {
    margin-right: 1em;
  }
  .wspl-content-block--transform .wspl-content-block__img {
    max-width: 100px;
    min-width: 100px;
    align-self: stretch;
  }
}

.wspl-content-block--rel {
  position: relative;
}

.wspl-content-block__title {
  margin-top: 0;
  line-height: 1.5;
  transition: color 0.2s ease-in-out;
}

.wspl-content-block__title .wspl-content-block__icon {
  display: inline-block;
  max-width: none;
  height: 30px;
  margin-top: 0;
  margin-bottom: -0.5em;
  margin-right: 0.5em;
}

.wspl-content-block__title .wspl-content-block__icon--minim {
  display: inline-block;
  max-width: none;
  height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0.5em;
}

.wspl-content-block__title .wspl-content-block__icon-circle {
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-bottom: -0.5em;
  margin-right: 0.5em;
}

.wspl-content-block__title:not(.--weight-normal):not(.--weight-lt) {
  font-weight: 600;
}

.wspl-content-block__subtitle {
  box-sizing: border-box;
  margin-top: 0.5em;
}

.wspl-content-block__subtitle--sm {
  box-sizing: border-box;
  margin-top: 0.5em;
  font-size: 0.9em;
}


.wspl-content-block__content {
  box-sizing: border-box;
  margin-top: 1em;
  flex: 1;
}

.wspl-content-block__content > p:not(:first-child) {
  margin-top: 0.5em;
}

h5 + .wspl-content-block__content,
h6 + .wspl-content-block__content,
.--font-size-h5 + .wspl-content-block__content,
.--font-size-h6 + .wspl-content-block__content {
  margin-top: 0.5em;
}

.wspl-content-block__text--meta {
  margin-top: 0.5em;
  font-size: 0.85em;
  color: var(--main-meta-data-color);
}

.wspl-content-block__header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.wspl-content-block__footer {
  padding-top: 1em;
  color: var(--main-blue);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.wspl-content-block__footer-sm {
  margin-top: 1em;
  color: var(--main-blue);
  font-size: 0.85em;
}

.wspl-content-block__footer .arrow {
  align-self: center;
  position: relative;
  margin: 0 5px;
  right: 0;
  transition: right 0.2s ease-in-out;
}

.wspl-content-block__button-wrap {
  padding-top: 1em;
}

.wspl-content-block__img {
  position: relative;
}

.wspl-content-block__img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}

.wspl-content-block__img > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wspl-content-block__img + .wspl-content-block__content {
  margin-top: 0;
}

.wspl-content-block__img + .wspl-content-block__title {
  margin-top: 0.5em !important;
}

@media only screen and (max-width: 500px) {
  .wspl-content-block__img {
    position: relative;
  }
  .wspl-content-block__img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 33.33333%;
  }
  .wspl-content-block__img > .aspect-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.wspl-content-block__icon {
  max-width: 60px;
  height: 55px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.wspl-content-block__icon--minor {
  max-width: 60px;
  height: 45px;
  margin: 0 auto 1em;
}

.wspl-content-block__icon--minim {
  max-width: 40px;
  height: 35px;
  margin-bottom: 1em;
}

.wspl-content-block__icon--minim img {
  max-height: 100%;
}

.wspl-content-block__icon + .wspl-content-block__content {
  margin-top: 0.5em;
}

.wspl-content-block__icon-number, .wspl-content-block__icon-txt {
  margin-top: 0;
  font-weight: 700;
  font-size: 2em;
  margin-bottom: 0.5em;
  line-height: 1.25;
}

.wspl-content-block__icon-number--lg, .wspl-content-block__icon-txt--lg {
  font-size: 3em;
  margin-bottom: 0.25em;
}

.wspl-content-block__icon-number--sm, .wspl-content-block__icon-txt--sm {
  font-size: 1.5rem;
  margin-bottom: 0.25em;
  font-weight: 500;
}

.wspl-content-block__icon-number + .wspl-content-block__content, .wspl-content-block__icon-txt + .wspl-content-block__content {
  margin-top: 0.5em;
}

.wspl-content-block__icon-txt {
  font-weight: 500;
}

.wspl-content-block__icon-logo {
  max-width: 150px;
  max-height: 45px;
  width: 90%;
}

.wspl-content-block__icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 2;
  box-sizing: border-box;
}

.wspl-content-block__icon-circle--md {
  width: 100px;
  height: 100px;
}

.wspl-content-block__icon-circle--lg {
  width: 150px;
  height: 150px;
}

.wspl-content-block__icon-circle--sm {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.wspl-content-block__icon-circle--mini {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.wspl-content-block__icon-circle + .wspl-content-block__content {
  margin-top: 0.5em;
}

.wspl-content-block__icon-circle img.wspl-content-block__icon {
  height: 40px;
  max-width: 50px;
}

.wspl-content-block__marker {
  font-size: 0.8em;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-weight: 700;
}

.wspl-content-block__marker--lt {
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.wspl-content-block__comment {
  margin-top: 1em;
  border-top: 1px solid #dce1e5;
  padding-top: 1em;
  font-size: 0.95em;
  color: var(--main-meta-data-color);
}

.wspl-content-block__comment--wo-border {
  font-size: 0.9em;
  color: var(--main-meta-data-color);
}

.wspl-content-block__abstag {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  background-color: #303030;
  color: #fff;
  font-size: 0.65em;
  text-align: center;
  padding: 0.5em 0;
}

.wspl-content-block__abstag .wspl-content-block__icon-number {
  margin-bottom: 0;
}

.wspl-content-block__abstag + .wspl-content-block__title {
  padding-right: 80px;
}

.--align-center .wspl-content-block {
  align-items: center;
}

.wspl-content-block__icon-circle .wspl-content-block__icon-number {
  margin-bottom: 0;
}

.wspl-content-block-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1000px) {
  .wspl-content-block-row--transform {
    flex-flow: column nowrap;
  }
  .wspl-content-block-row--transform .wspl-content-block-row__icon,
  .wspl-content-block-row--transform .wspl-content-block-row__icon-circle,
  .wspl-content-block-row--transform .wspl-content-block-row__icon-number {
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 700px) {
  .wspl-content-block-row--transform-700 {
    flex-flow: column nowrap;
  }
  .wspl-content-block-row--transform-700 .wspl-content-block-row__icon,
  .wspl-content-block-row--transform-700 .wspl-content-block-row__icon-circle,
  .wspl-content-block-row--transform-700 .wspl-content-block-row__icon-number,
  .wspl-content-block-row--transform-700 .wspl-content-block-row__img--md {
    margin-bottom: 1em;
  }
  .wspl-content-block-row--transform-700 .wspl-content-block-row__content,
  .wspl-content-block-row--transform-700 .wspl-content-block-row__footer {
    margin-left: 0;
  }
}

@media only screen and (max-width: 500px) {
  .wspl-content-block-row--transform-500 {
    flex-flow: column nowrap;
  }
  .wspl-content-block-row--transform-500 .wspl-content-block-row__icon,
  .wspl-content-block-row--transform-500 .wspl-content-block-row__icon-circle,
  .wspl-content-block-row--transform-500 .wspl-content-block-row__icon-number {
    margin-bottom: 1em;
  }
  .wspl-content-block-row--transform-500 .wspl-content-block-row__img {
    max-width: none;
  }
  .wspl-content-block-row--transform-500 .wspl-content-block-row__img::before {
    padding-top: 35%;
  }
  .wspl-content-block-row--transform-500 .--pad-content {
    padding: 1.5rem;
  }
}

@media only screen and (max-width: 1000px) {
  .wspl-content-block-row--transform-center {
    text-align: center;
  }
  .wspl-content-block-row--transform-center .wspl-content-block-row__content {
    text-align: center;
  }
}

.wspl-content-block-row--start {
  align-items: flex-start;
}

.wspl-content-block-row--stretch {
  align-items: stretch;
}

.wspl-content-block-row__title {
  margin-top: 0;
  line-height: 1.5;
}

.wspl-content-block-row__title sup {
  margin-right: 0;
}

.wspl-content-block-row__partner-logo {
  display: flex;
  font-size: 0.6em;
  align-items: center;
  margin-bottom: 1em;
}

@media only screen and (max-width: 700px) {
  .wspl-content-block-row__partner-logo {
    justify-content: center;
  }
}

.wspl-content-block-row__partner-logo img {
  max-height: 16px;
  margin-left: 4px;
}

.wspl-content-block-row__partner-logo {
  display: flex;
  font-size: 0.6em;
  align-items: center;
  margin-bottom: 1em;
}

@media only screen and (max-width: 700px) {
  .wspl-content-block-row__partner-logo {
    justify-content: center;
  }
}

.wspl-content-block-row__partner-logo img {
  max-height: 16px;
  margin-left: 4px;
}

.wspl-content-block-row__title:not(.--weight-normal):not(.--weight-lt) {
  font-weight: 700;
}

.wspl-content-block-row__title:not(.--weight-normal):not(.--weight-lt) .wspl-content-block-row__icon,
.wspl-content-block-row__title:not(.--weight-normal):not(.--weight-lt) .wspl-content-block-row__icon--lg,
.wspl-content-block-row__title:not(.--weight-normal):not(.--weight-lt) .wspl-content-block-row__icon-circle {
  max-width: none;
}

.wspl-content-block-row__title:not(.--weight-normal):not(.--weight-lt) .wspl-content-block-row__icon {
  display: inline-block;
  height: 1em;
  margin-top: 0;
  margin-bottom: -0.2em;
  margin-right: 0.25em;
}

.wspl-content-block-row__title:not(.--weight-normal):not(.--weight-lt) .wspl-content-block-row__icon--lg {
  display: inline-block;
  height: 2em;
  margin-top: 0;
  margin-bottom: -0.5em;
  margin-right: 0.5em;
}

.wspl-content-block-row__title:not(.--weight-normal):not(.--weight-lt) .wspl-content-block-row__icon-circle {
  display: inline-flex;
  height: 2.25em;
  width: 2.25em;
  margin-top: -0.25em;
  margin-bottom: -0.75em;
  margin-right: 0.25em;
}

.wspl-content-block-row__subtitle {
  box-sizing: border-box;
  margin-top: 0.5em;
}

.wspl-content-block-row__content {
  flex: 1;
  margin-left: 1em;
}

.wspl-content-block-row__content.--flex-align-center {
  margin-right: 1em;
}

.wspl-content-block-row__text--main {
  box-sizing: border-box;
  margin-top: 1em;
}

.wspl-content-block-row__text--meta {
  font-size: 0.85em;
  color: var(--main-meta-data-color);
}

.wspl-content-block-row__footer {
  margin-left: 1em;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

.wspl-content-block-row__footer-sm {
  margin-left: 1em;
  color: var(--main-blue);
  font-size: 0.85em;
}

.wspl-content-block-row__footer--start {
  justify-content: flex-start;
}

.wspl-content-block-row__img {
  max-width: 200px;
  min-width: 200px;
  align-self: stretch;
}

.wspl-content-block-row__img--md {
  max-width: 150px;
  min-width: 150px;
}

.wspl-content-block-row__img::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}

.wspl-content-block-row__img + .wspl-content-block-row__content {
  margin-left: 0;
}

.wspl-content-block-row__img-sm {
  max-width: 100px;
  min-width: 100px;
  align-self: stretch;
}

.wspl-content-block-row__img-sm::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}

.wspl-content-block-row__img-sm + .wspl-content-block-row__content {
  margin-left: 0;
}

.wspl-content-block-row__icon {
  max-width: 60px;
  height: 55px;
  margin-left: 0.75em;
  margin-right: 0.5em;
}

.wspl-content-block-row__icon + .wspl-content-block__content {
  margin-left: 0.5em;
}

.wspl-content-block-row__icon--lg {
  max-width: 100px;
  height: 70px;
}

.wspl-content-block-row__icon--md {
  max-width: 30px;
  max-height: 30px;
}

.wspl-content-block-row__icon--sm {
  max-width: 30px;
  height: 25px;
}

.wspl-content-block-row__icon-circle {
  min-width: 90px;
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-left: 0.5em;
  margin-right: 1em;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 2;
}

.wspl-content-block-row__icon-circle + .wspl-content-block__content {
  margin-left: 0.5em;
}

.wspl-content-block-row__icon-circle .wspl-content-block-row__marker {
  margin-bottom: 0.25em;
  font-size: 0.75em;
}

.wspl-content-block-row__icon-circle--lg {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.wspl-content-block-row__icon-circle--md {
  width: 75px;
  height: 75px;
  min-width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  margin-left: 0;
}

.wspl-content-block-row__icon-circle--sm {
  width: 50px;
  height: 50px;
  min-width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  margin-left: 0;
}

.wspl-content-block-row__icon-circle--sm img.wspl-content-block-row__icon {
  height: 30px;
  max-width: 30px;
  margin-left: 0;
  margin-right: 0;
}

.wspl-content-block-row__icon-circle--mini {
  width: 36px;
  height: 36px;
  min-width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  margin-left: 0;
}

.wspl-content-block-row__icon-circle--mini img.wspl-content-block-row__icon {
  height: 20px;
  max-width: 20px;
  margin-left: 0;
  margin-right: 0;
}

.wspl-content-block-row__icon-number, .wspl-content-block-row__icon-txt {
  margin-left: 0;
  font-weight: 700;
  font-size: 2em;
  margin-right: 0.5em;
  line-height: 1.25;
}

.wspl-content-block-row__icon-number--sm, .wspl-content-block-row__icon-txt--sm {
  font-size: 1.5em;
  margin-right: 0.25rem;
}

.wspl-content-block-row__icon-number--lg, .wspl-content-block-row__icon-txt--lg {
  font-size: 3em;
  margin-right: 0.25em;
}

.wspl-content-block-row__icon-number + .wspl-content-block__content, .wspl-content-block-row__icon-txt + .wspl-content-block__content {
  margin-left: 0.5em;
}

.wspl-content-block-row__icon-txt {
  font-weight: 500;
}

.wspl-content-block-row__marker {
  font-size: 0.8em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.2;
}

.wspl-content-block-row__comment {
  font-size: 0.95em;
  color: var(--main-meta-data-color);
}

.wspl-content-block-row__comment--sm {
  font-size: 0.8em;
  color: var(--main-meta-data-color);
}

.wspl-content-block-row__link {
  box-sizing: border-box;
  font-size: 0.75em !important;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  background-color: var(--main-blue);
  color: #FFF;
  line-height: 25px;
  font-weight: normal;
  min-width: 75px;
}

.wspl-content-block-row__link:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .wspl-content-block-row__link {
    font-size: 1.1em;
  }
}

.wspl-content-block-row__link:not([disabled]):hover {
  background-color: var(--main-blue-hover);
}

.wspl-content-block__title--lt {
  font-weight: 500;
}

h1.wspl-content-block__title,
h1.wspl-content-block-row__title {
  font-size: 2.75em;
}

h2.wspl-content-block__title,
h2.wspl-content-block-row__title {
  font-size: 2.15em;
}

h3.wspl-content-block__title,
h3.wspl-content-block-row__title {
  font-size: 1.65em;
  line-height: 1.25;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}

h4.wspl-content-block__title,
h4.wspl-content-block-row__title {
  font-size: 1.15em;
  line-height: 1.4;
}

h5.wspl-content-block__title,
h5.wspl-content-block-row__title {
  font-size: 1.05em;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}

h6.wspl-content-block__title,
h6.wspl-content-block-row__title {
  font-size: 0.9em;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
}

.--font-size-h1.wspl-content-block__title,
.--font-size-h1.wspl-content-block-row__title {
  font-size: 2.75em;
}

.--font-size-h2.wspl-content-block__title,
.--font-size-h2.wspl-content-block-row__title {
  font-size: 2.15em;
}

.--font-size-h3.wspl-content-block__title,
.--font-size-h3.wspl-content-block-row__title {
  font-size: 1.65em;
  line-height: 1.25;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}

.--font-size-h4.wspl-content-block__title,
.--font-size-h4.wspl-content-block-row__title {
  font-size: 1.15em;
  line-height: 1.4;
}

.--font-size-h5.wspl-content-block__title,
.--font-size-h5.wspl-content-block-row__title {
  font-size: 1.05em;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}

.--font-size-h6.wspl-content-block__title,
.--font-size-h6.wspl-content-block-row__title {
  font-size: 0.9em;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
}

a.wspl-content-block,
a.wspl-content-block-row {
  color: inherit;
}

a.wspl-content-block:hover .wspl-content-block__footer .arrow {
  right: -5px;
}

.wspl-icon-block {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 1.5rem;
}

.wspl-icon-block__icon:not(i) {
  max-width: 60px;
  height: 55px;
  margin: 0.5em auto;
}

.wspl-icon-block i.wspl-icon-block__icon {
  font-size: 2em;
  margin-bottom: 0.5rem;
}

.wspl-icon-block__icon--lg {
  display: block;
  width: 50%;
  margin: 0 auto 1em;
  max-width: 80px;
}

.wspl-icon-block__title {
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.malinky-ajax-pagination-loading {
  display: none !important;
  height: 0;
  width: 0;
  overflow: hidden;
}

.wspl-content-list {
  display: block;
  width: 100%;
  list-style: disc;
  column-gap: 5em;
}

@media only screen and (min-width: 400px) {
  .wspl-content-list {
    columns: 2;
  }
}

@media only screen and (min-width: 1200px) {
  .wspl-content-list {
    columns: 3;
  }
}

.wspl-content-list__result {
  line-height: 1.4;
  margin-bottom: .75em;
}

@media only screen and (min-width: 1000px) {
  .wspl-content-list__result {
    font-size: 1.1em;
  }
}

@media only screen and (min-width: 1200px) {
  .wspl-content-list__result:last-child {
    display: none;
  }
}

.wspl-content-list a {
  position: relative;
  left: 6px;
}

.wspl-masonry-list {
  display: flex;
  width: 100%;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.wspl-masonry-list__result {
  margin-bottom: 0.35em;
  opacity: 1;
}

@media only screen and (min-width: 1000px) {
  .wspl-masonry-list__result {
    min-width: 32.666%;
    max-width: 32.666%;
  }
  .wspl-masonry-list__result:not(:nth-child(3n)) {
    margin-right: 1%;
  }
  .wspl-masonry-list__result.--opaque {
    opacity: 0.5;
  }
  .wspl-masonry-list__result.--opaque a {
    opacity: 0.5;
  }
}

@media only screen and (min-width: 400px) and (max-width: 1000px) {
  .wspl-masonry-list__result {
    min-width: 49.5%;
    max-width: 49.5%;
  }
  .wspl-masonry-list__result:nth-child(odd) {
    margin-right: 1%;
  }
}

@media only screen and (max-width: 500px) {
  .wspl-masonry-list__result {
    min-width: 100%;
    max-width: 100%;
  }
}

.wspl-masonry-list__result-block {
  font-weight: 600;
  font-size: 0.9em;
  color: #303030;
  line-height: 1.4;
  margin-bottom: 0.5em;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #dce1e5;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1.75em 0.5em 1em;
}

.wspl-masonry-list__menu-icon {
  position: absolute;
  color: var(--main-blue);
  right: 0.5em;
}

@media only screen and (min-width: 1000px) {
  .wspl-masonry-list.--has-infoboxes .wspl-masonry-list__result:nth-child(3n) .wspl-post-infobox {
    right: 100%;
    left: auto;
  }
  .wspl-masonry-list.--has-infoboxes .wspl-masonry-list__result:nth-child(3n) .wspl-post-infobox__arrow {
    left: auto;
    right: -5px;
    box-shadow: 1px 1px #dddfe0;
  }
}

.--theme-blue .wspl-masonry-list__result-block {
  background-color: var(--main-blue-dark);
  border-color: var(--main-blue-dark-border);
  color: #fff;
}

.--theme-blue .wspl-masonry-list__menu-icon {
  color: #fff;
}

.wspl-eventRow {
  display: flex;
  align-items: center;
  color: inherit;
  justify-content: space-between;
}

.wspl-eventRow:not(:last-child) {
  border-bottom: none;
}

.wspl-eventRow__content {
  flex: 1;
}

@media only screen and (min-width: 1000px) {
  .wspl-eventRow__content {
    display: flex;
  }
}

.wspl-eventRow__pricing {
  min-width: 150px;
  max-width: 150px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.wspl-eventRow__title {
  font-weight: 700;
  margin-right: 1em;
}

.wspl-eventRow__date {
  opacity: .75;
}

.wspl-eventRow__price {
  font-weight: 700;
}

.wspl-eventRow__arrow {
  font-size: 20px;
  margin-left: .5em;
  color: var(--main-blue);
}

.wspl-book {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  box-shadow: 10px 10px 10px -5px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  z-index: 200;
}

.wspl-book__marker {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: .7em;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.35);
  padding: 0 .5em;
}

.wspl-book__marker--left-top {
  top: 1em;
  left: 1em;
}

.wspl-book__marker--bottom-right {
  bottom: 1em;
  right: 1em;
}

.wspl-book__cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wspl-book__titletext {
  margin-top: 0;
  font-weight: 700;
}

.wspl-book__titletext-img {
  width: 50%;
  margin-right: 25%;
}

.wspl-book--blue .wspl-book__titletext-img {
  width: 65%;
  margin-right: 17.5%;
}

.wspl-book.--theme-blue {
  background-color: #39abf8 !important;
}

h2.wspl-book__titletext {
  font-size: 2.15em;
  line-height: 1.2em;
}

h3.wspl-book__titletext {
  font-size: 1.75em;
  line-height: 1.25;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

h4.wspl-book__titletext {
  font-size: 1.15em;
  line-height: 1.4;
}

.wspl-medallion {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  background-color: rgba(114, 255, 171, 0.85);
  color: #303030;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  z-index: 300;
  font-size: .7em;
  line-height: 1.3;
  padding: 1em;
  box-sizing: border-box;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.wspl-medallion--right-top {
  right: -40px;
  top: 15%;
}

.wspl-medallion i {
  font-size: 1.25em;
  line-height: 1;
  display: block;
  padding-bottom: .35em;
  margin-top: -.2em;
}

.wspl-medallion strong {
  display: block;
}

.wspl-medallion--lg {
  width: 150px;
  height: 150px;
  padding: 1.5em;
  top: 25%;
}

.wspl-medallion--lg i {
  font-size: 1.5em;
}

.wspl-medallion--md {
  width: 100px;
  height: 100px;
  padding: 1.5em;
  top: 20%;
}

.wspl-medallion--md i {
  font-size: 1.5em;
}

.wspl-quote-ender {
  display: flex;
  margin-top: 4em;
}

@media only screen and (max-width: 1000px) {
  .wspl-quote-ender {
    display: none;
  }
}

.wspl-quote-ender__img {
  min-width: 250px;
  max-width: 250px;
  display: flex;
  align-items: flex-end;
}

.wspl-quote-ender__attribution {
  font-size: 0.9em;
  margin-top: 1.1em;
  line-height: 1.5;
}

.wspl-quote-ender__name {
  font-size: 1.1em;
  font-weight: 700;
}

.wspl-quote-ender__quote {
  flex-grow: 1;
  margin-left: 2em;
  display: flex;
  padding-top: 1em;
}

.--pad-section .wspl-quote-ender {
  margin-bottom: -3em;
}

@media only screen and (min-width: 1000px) {
  .--pad-section .wspl-quote-ender {
    margin-bottom: -4em;
  }
}

.--pad-section-extra .wspl-quote-ender {
  margin-bottom: -3em;
}

@media only screen and (min-width: 1000px) {
  .--pad-section-extra .wspl-quote-ender {
    margin-bottom: -5em;
  }
}

.--pad-section-top .wspl-quote-ender {
  margin-top: 0;
}

.wspl-quote {
  margin-top: 0;
  line-height: 1.4;
}

.wspl-quote--xs {
  font-size: 0.95em;
  line-height: 1.5em;
  font-weight: normal;
}

.wspl-quote--s {
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 300;
}

.wspl-quote--s-italic {
  font-weight: 300;
  font-family: "Georgia", serif;
  font-style: italic;
  font-size: 1.35em;
  line-height: 1.3;
}

.wspl-quote--sm {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.35;
}

.wspl-quote--md {
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 700;
}

.wspl-quote--lg {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.15;
}

@media only screen and (max-width: 1000px) {
  .wspl-quote--lg {
    font-size: 2em;
  }
}

.wspl-quote__tag {
  font-size: 0.85em;
  font-weight: 600;
  color: var(--main-blue);
  margin-bottom: 0.5em;
}

.wspl-quote__stars {
  font-size: 0.85em;
  color: #ffcc00;
}

@media only screen and (min-width: 1000px) {
  .wspl-quote__stars {
    display: inline-block;
    margin-left: 0.25em;
  }
}

.wspl-quote__attribution {
  font-size: 0.95em;
  padding-top: 1em;
  display: inline-flex;
  align-items: center;
  line-height: 1.5;
}

.wspl-quote__attribution-image {
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  border-radius: 35px;
  margin-right: 1em;
}

.wspl-quote__attribution-image--sm {
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 0.5em;
}

.wspl-quote__attribution-image--md {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 0.75em;
}

.wspl-quote__attribution--sm {
  font-size: 0.8em;
  padding-top: 0.5em;
  line-height: 1.5;
}

.wspl-quote__attribution--s {
  font-size: 0.7em;
  line-height: 1.5;
}

.wspl-quote__attribution--anonymous {
  background-color: #404040;
  height: 1em;
  width: 60px;
  display: inline-block;
  margin: 0 0.25em;
  transform: scale(1, 0.7);
  position: relative;
  top: 0.15em;
}

.wspl-quote__attribution--anonymous + .wspl-quote__attribution--anonymous {
  width: 110px;
}

.wspl-quote-transform {
  display: flex;
  align-items: center;
  flex-flow: row-reverse wrap;
}

.wspl-quote-transform p {
  flex: 1;
}

.wspl-quote-transform .wspl-quote__attribution {
  width: 150px;
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.wspl-quote-transform .wspl-quote__attribution img {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 600px) {
  .wspl-quote-transform .wspl-quote__attribution {
    width: 100%;
    flex-direction: row;
    text-align: left;
    margin-right: 0;
    margin-top: 0.5rem;
  }
  .wspl-quote-transform .wspl-quote__attribution img {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

.wspl-quote h1,
.wspl-quote h2,
.wspl-quote h3,
.wspl-quote h4,
.wspl-quote h5 {
  margin-top: 0;
}

/*
.wspl-quote-area {
  &__content {
    display: flex;
    justify-content: center;

    .wspl-quote-area__quotes {
      margin: 0 5%;
    }
  }

  &__title {
    margin-bottom: .5em;
		font-weight: 800;
		margin-top: 0;
		border: none;
  }

  &__quotes {
    display: block;
    font-size: 3.5rem;
    font-weight: 800;
		border: none;

    &:last-child{
      text-align: right;
    }
  }

  &__comment {
    margin-top: 1em;
		font-size: 0.8em;
  }

  h4 {
		font-size: 1.15em;
	}
}
*/
.wspl-section-header {
  margin-bottom: 2em;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wspl-section-header__title {
  font-weight: 700;
  color: #303030;
  line-height: 1.15em;
  margin-bottom: 0;
  position: relative;
}

h2.wspl-section-header__title {
  font-size: 2em;
}

h3.wspl-section-header__title {
  font-size: 1.5em;
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.page-links,
.table-contain .dataTables_paginate,
.dashboard-module .dataTables_paginate {
  display: block;
  text-align: center;
}

.page-links:not(.no-pagination),
.table-contain .dataTables_paginate:not(.no-pagination),
.dashboard-module .dataTables_paginate:not(.no-pagination) {
  margin-top: 2em;
}

.page-links .page-numbers,
.page-links .paginate_button,
.table-contain .dataTables_paginate .page-numbers,
.table-contain .dataTables_paginate .paginate_button,
.dashboard-module .dataTables_paginate .page-numbers,
.dashboard-module .dataTables_paginate .paginate_button {
  margin: 0 0.15em;
  border: 1px solid #e2e2e2;
  padding: 0.5em 0.75em;
  background: #fff;
  color: #303030;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-size: 0.75em;
  font-weight: 600;
  cursor: pointer;
}

.page-links .page-numbers.pagination__item,
.page-links .paginate_button.pagination__item,
.table-contain .dataTables_paginate .page-numbers.pagination__item,
.table-contain .dataTables_paginate .paginate_button.pagination__item,
.dashboard-module .dataTables_paginate .page-numbers.pagination__item,
.dashboard-module .dataTables_paginate .paginate_button.pagination__item {
  display: inline-block;
  box-sizing: border-box;
  line-height: 1.2;
  min-width: 28px;
}

.page-links a.page-numbers:hover,
.page-links .pagination__item.page-numbers:hover,
.page-links a.paginate_button:hover,
.table-contain .dataTables_paginate a.page-numbers:hover,
.table-contain .dataTables_paginate .pagination__item.page-numbers:hover,
.table-contain .dataTables_paginate a.paginate_button:hover,
.dashboard-module .dataTables_paginate a.page-numbers:hover,
.dashboard-module .dataTables_paginate .pagination__item.page-numbers:hover,
.dashboard-module .dataTables_paginate a.paginate_button:hover {
  color: #303030 !important;
  background: var(--main-lime) !important;
}

.page-links .paginate_button.previous.disabled,
.page-links .paginate_button.next.disabled,
.table-contain .dataTables_paginate .paginate_button.previous.disabled,
.table-contain .dataTables_paginate .paginate_button.next.disabled,
.dashboard-module .dataTables_paginate .paginate_button.previous.disabled,
.dashboard-module .dataTables_paginate .paginate_button.next.disabled {
  display: none;
}

.page-links .paginate_button.current,
.page-links .current,
.table-contain .dataTables_paginate .paginate_button.current,
.table-contain .dataTables_paginate .current,
.dashboard-module .dataTables_paginate .paginate_button.current,
.dashboard-module .dataTables_paginate .current {
  background: var(--main-lime) !important;
  color: #303030 !important;
}

.page-links .page-numbers.dots,
.table-contain .dataTables_paginate .page-numbers.dots,
.dashboard-module .dataTables_paginate .page-numbers.dots {
  pointer-events: none;
}

.--theme-blue .page-links .page-numbers {
  border: none;
}

.wspl-highlight-tag,
.wspl-slash-tag {
  display: inline-block;
  font-size: .9em;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  margin-bottom: 1em;
}

@media only screen and (min-width: 1000px) {
  .wspl-highlight-tag,
  .wspl-slash-tag {
    vertical-align: top;
    margin-top: 0.4em;
    margin-right: 1em;
    margin-bottom: 0;
  }
}

.wspl-highlight-tag__content,
.wspl-slash-tag__content {
  position: relative;
  display: inline-block;
  z-index: 2;
}

@media only screen and (min-width: 1000px) {
  .wspl-highlight-tag + h1,
  .wspl-highlight-tag + h2,
  .wspl-slash-tag + h1,
  .wspl-slash-tag + h2 {
    display: inline-block;
  }
}

.wspl-highlight-tag {
  font-weight: 700;
}

.wspl-slash-tag {
  color: var(--main-blue);
  text-transform: uppercase;
  font-family: 'Charter', 'Georgia', serif;
  font-weight: 800;
  /*&__wrap {
		position: relative;
		margin-bottom: 1em;
		margin-top: -1.5em;
	}*/
}

.wspl-slash-tag::before {
  content: "";
  display: block;
  position: absolute;
  height: 75%;
  width: 110%;
  margin-left: -5%;
  top: 50%;
  background-color: var(--main-lime);
  opacity: .88;
  z-index: 1;
}

/*.wspl-section-header {
	
	.wspl-slash-tag {
		margin-bottom: 1em;
	
		@include above(1000px) {
			position: absolute;
			right: calc(100% + 1em);
			top: 50%;
			margin-top: -.9em;		
		}
		
		&__wrap {
			
			margin-bottom: 0;
			
			@include above(1000px) {
				display: inline-block;
			}
			
		}
	}	
}*/
/*.article-topper--archive .wspl-slash-tag {
	color: #fff;

	&::before {
		background-color: #0062a8;
	}
}*/
.--theme-blue.wspl-slash-tag::before {
  background-color: #0062a8;
}

.wspl-loader-fs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background-color: #fff;
}

.wspl-loader-fs--fixed {
  position: fixed;
}

.wspl-loader-fs--cover-all {
  z-index: 10000;
}

.wspl-loader-fs--top150 {
  background-position: center 150px !important;
}

.wspl-loader-fs--top250 {
  background-position: center 250px !important;
  min-height: 300px;
}

.wspl-loader-fs-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dataTables_processing > .wspl-loader-fs {
  position: absolute !important;
}

.wspl-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wspl-spinner i {
  font-size: 1.1em;
}

.wspl-spinner--top100 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
}

.wspl-spinner--top100 i {
  font-size: 1.1em;
}

.wspl-spinner--top250 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 250px;
  min-height: 300px;
}

.wspl-spinner--top250 i {
  font-size: 1.1em;
}

.wspl-spinner--bottom250 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 250px;
}

.wspl-spinner--bottom250 i {
  font-size: 1.1em;
}

.wspl-spinner-logo,
.wspl-spinner-plain,
.wspl-spinner-ios {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2em;
}

.wspl-spinner-logo {
  background-image: url("https://media.wallstreetprep.com/wspimage/wsp-spinner.gif");
}

.wspl-spinner-plain {
  background-image: url("https://media.wallstreetprep.com/wspimage/wsp-loader-plain.svg");
}

.wspl-spinner-ios {
  background-image: url("https://media.wallstreetprep.com/wspimage/spinner.gif");
}

.wspl-spinner-text {
  background-position: 50% calc(50% - 1.85em);
  text-align: center;
}

.wspl-spinner-text i {
  margin-top: -2.5em;
}

.wspl-spinner-text div {
  font-size: 0.75em;
  font-weight: 700;
  height: 0;
  width: 100%;
  overflow: visible;
  position: absolute;
  top: 50%;
  line-height: 1;
}

.loader-filter {
  background-color: #edf0f2;
  background-size: 32px;
  min-height: 150px;
  background-position: center 100px;
  display: none;
}

.loader-filter.--theme-w {
  background-color: #fff;
}

.wspl-section-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.wspl-slider-loader,
.wspl-swiper-loader {
  position: absolute;
  top: 0;
  left: -1.25em;
  right: -1.25em;
  bottom: 0;
}

.wspl-section-loader,
.wspl-slider-loader,
.wspl-swiper-loader {
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.wspl-section-loader i,
.wspl-slider-loader i,
.wspl-swiper-loader i {
  font-size: 24px;
}

#tab-loader {
  border-top: solid 1px rgba(0, 0, 0, 0.05);
}

.wspl-tile {
  background: var(--main-blue);
  color: #fff;
  display: flex;
  box-sizing: border-box;
  min-height: 125px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

@media only screen and (max-width: 1000px) {
  .wspl-tile {
    min-height: 100px;
  }
}

.wspl-tile__img {
  position: absolute;
  width: 50%;
  height: 75%;
  left: 60%;
  top: 40%;
  transform: rotate(7deg);
  box-shadow: 0px 0px 50px -25px rgba(31, 32, 35, 0.5);
  background-position: left top;
}

.wspl-tile__title {
  font-weight: 600;
  position: relative;
  font-size: 1.15em;
  line-height: 1.2;
}

.wspl-tile__content {
  padding-right: 40%;
}

.wspl-tile__count {
  font-size: .75em;
  padding-top: .25em;
  opacity: .75;
}

@media only screen and (min-width: 1000px) {
  .wspl-tile--major {
    min-height: 200px;
  }
  .wspl-tile--major .wspl-tile__title {
    font-size: 1.5em;
  }
  .wspl-tile--major .wspl-tile__img {
    width: 60%;
    left: 55%;
  }
}

/*
.wspl-tile-hero {
	color: #fff; //to overwrite link blue color
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5em;
	box-sizing: border-box;
	min-height: 175px;
	
	@include below(1000px) {
		min-height: 125px;
	}
	
	&--major {
		
		@include above(1000px) {
			min-height: 250px;
		}
	}
	
	&__title {
		font-weight: 600;
		position: relative;
		font-size: 1.15em;
		line-height: 1.3;
	}
}
*/
/*
.wspl-img-tag {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: $lime;
	position: absolute;
	top: 1em;
	left: 1em;
	font-size: .75em;
	line-height: 1.2;
	color: $black;
	text-align: center;
}
*/
@media only screen and (min-width: 1000px) {
  h2.section__title + .wspl-big-toc {
    margin-top: 3em;
  }
}

.wspl-big-toc__edit {
  position: absolute;
  top: .5em;
  left: .5em;
  font-size: .6em;
  z-index: 100;
}

.wspl-big-toc__item {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.wspl-big-toc__item:not(:last-child) {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #dce1e5;
}

.wspl-big-toc__item.--theme-lt-extra {
  padding: 1.5em;
  border: 1px solid #e5e5e5 !important;
}

@media only screen and (max-width: 1000px) {
  .wspl-big-toc__item.--theme-lt-extra {
    padding: 1.5em 2em;
  }
}

@media only screen and (max-width: 1000px) {
  .wspl-big-toc__item {
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 600px) {
  .wspl-big-toc__item {
    display: block;
    padding: 0 !important;
    border: 1px solid #e2e2e2 !important;
  }
  .wspl-big-toc__item:not(:last-child) {
    margin-bottom: 2em;
  }
}

.wspl-big-toc__img {
  min-width: 25%;
  max-width: 25%;
  margin-right: 1.5em;
  min-height: 185px;
}

@media only screen and (min-width: 600px) and (max-width: 1000px) {
  .wspl-big-toc__img {
    min-height: 125px;
    max-height: 125px;
    min-width: 125px;
    max-width: 125px;
    border-radius: 50%;
    margin-right: 0;
    margin-left: 1.5em;
  }
}

@media only screen and (max-width: 600px) {
  .wspl-big-toc__img {
    max-width: none;
    width: auto;
    margin-right: 0;
  }
}

.wspl-big-toc__content-wrap {
  flex-grow: 1;
}

@media only screen and (min-width: 1000px) {
  .wspl-big-toc__content-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 600px) {
  .wspl-big-toc__content-wrap {
    padding: 1.5em;
    background-color: #f6f8f9;
  }
}

.wspl-big-toc__content {
  flex-grow: 1;
  max-width: 600px;
}

.wspl-big-toc__body {
  margin-top: 1em;
}

@media only screen and (max-width: 600px) {
  .wspl-big-toc__body {
    display: none;
  }
}

.wspl-big-toc__title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.3;
}

.wspl-big-toc__title a,
.wspl-big-toc__title [data-target="modal"] {
  color: #303030;
}

.wspl-big-toc__title a:hover,
.wspl-big-toc__title [data-target="modal"]:hover {
  color: var(--main-blue);
}

.wspl-big-toc__tag {
  font-size: .65em;
  color: #324d73;
  font-weight: 500;
  margin-bottom: .35em;
}

.wspl-big-toc__tag i {
  font-size: .9em;
}

.wspl-big-toc__button-wrap > * {
  min-width: 150px;
  max-width: 150px;
}

@media only screen and (max-width: 1000px) {
  .wspl-big-toc__button-wrap {
    margin-top: 1.25em;
  }
}

@media only screen and (min-width: 1000px) {
  .wspl-big-toc__button-wrap > * {
    display: block;
  }
  .wspl-big-toc__button-wrap > *:not(:last-child) {
    margin-bottom: .5em;
  }
}

@media only screen and (max-width: 600px) {
  .wspl-big-toc__button-wrap {
    margin-bottom: -.5em;
  }
  .wspl-big-toc__button-wrap > * {
    margin-bottom: .5em;
  }
}

a.wspl-big-toc__title {
  color: #303030;
  cursor: pointer;
}

a.wspl-big-toc__title:hover {
  color: var(--main-blue);
}

.wspl-hero-type {
  font-size: 1.75em;
  color: var(--main-blue);
  font-weight: 500;
  line-height: 1.25;
}

.wspl-hero-type strong {
  color: #093b74;
  font-weight: 500 !important;
}

.wspl-hero-type--ender {
  text-align: center;
  margin-top: 1.25rem;
}

.wspl-hero-type__icon {
  font-size: .8em;
  position: relative;
  top: -2px;
}

.wspl-post-tags {
  list-style: none;
}

.wspl-post-tags li {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 .75em;
  height: 30px;
  line-height: 29px;
  background-color: #fff;
  color: #303030;
  font-weight: 600;
  font-size: .8em;
  margin-bottom: .75em;
  border-radius: 2em;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.wspl-post-tags li.active {
  background-color: var(--main-lime);
}

.wspl-post-tags li:not(:last-child) {
  margin-right: .25em;
}

.wspl-post-tags li a {
  text-decoration: none;
  color: #303030;
}

.wspl-post-tags--stack li {
  margin-bottom: 0;
  border-radius: 2em;
}

.wspl-post-tags--rounded li {
  font-weight: normal;
  border: solid 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin-bottom: 0.5em;
  height: 25px;
  line-height: 25px;
}

.wspl-post-tags--md li {
  font-size: .9em;
  margin-bottom: .75em;
}

.wspl-post-tags--sm li {
  font-size: .65em;
  height: 24px;
  line-height: 24px;
  margin-bottom: .5em;
}

.--theme-blueGrad .wspl-post-tags > li,
.--theme-blue .wspl-post-tags > li {
  background-color: #89d9ff;
  border-color: #097aaf;
}

.--theme-blueGrad .wspl-post-tags > li a,
.--theme-blue .wspl-post-tags > li a {
  color: #303030;
}

.--theme-blueGrad .wspl-post-tags > li:hover,
.--theme-blue .wspl-post-tags > li:hover {
  background-color: var(--main-lime);
}

.--theme-dk .wspl-post-tags > li,
.--tint-dk .wspl-post-tags > li,
.wspl-banner--tint .wspl-post-tags > li {
  background-color: transparent;
  color: #fff;
  border-color: #44c1e6;
  font-weight: 600 !important;
}

.--theme-blue-lt .wspl-post-tags > li,
.--theme-blue-lt-blur .wspl-post-tags > li {
  background-color: #fff;
  color: inherit;
  border-color: rgba(0, 0, 0, 0.05);
  font-weight: normal !important;
}

.wspl-banner__related .wspl-post-tags {
  /*
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-start;
*/
}

.wspl-banner__related .wspl-post-tags li:first-child {
  margin-top: 1em;
}

.wspl-banner__related .wspl-post-tags li:not(:first-child) {
  margin-top: 0.5em;
}

.article-topper__item.wspl-post-tags {
  font-size: .9em;
  line-height: 24px;
}

.article-topper__item.wspl-post-tags li {
  border: none;
  border-radius: 2em;
  margin-right: .5em;
  background-color: rgba(255, 255, 255, 0.9);
}

.article-topper__item.wspl-post-tags li:hover {
  background-color: var(--main-lime);
  color: #fff;
}

.article-topper__item.wspl-post-tags li a {
  color: #303030;
}

.wspl-post-tags__comment {
  background: none !important;
  font-size: 1.15em !important;
  font-weight: normal !important;
  padding: 0 !important;
}

.wspl-post-tags__comment a {
  color: #fff !important;
}

#sameSeatCorp1 {
  height: 360px;
}

@media only screen and (min-width: 1000px) {
  #sameSeatCorp1 {
    margin-top: 1.5em;
  }
}

#sameSeatCorp2 {
  height: 375px;
}

#sameSeatFPA {
  height: 300px;
}

#sameSeatIB {
  height: 300px;
}

#sameSeatPE {
  height: 300px;
}

#sameSeatMarkets {
  height: 330px;
}

#sameSeatGFI {
  height: 300px;
}

.wspl-same-seat {
  position: relative;
  margin-left: auto;
  width: 100%;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  /*
	&--sm {

		.wspl-same-seat {

			&__card {

				@include above(1000px) {
					font-size: .85em;
				}
			}

			&__card-proof-logos {

				@include above(1000px) {
					height: 15px;
				}
			}

			&__logo {

				@include above(1000px) {
					font-size: .9em;
				}
			}

			&__wsplogo {

				@include above(1000px) {
					width: 75px;
				}
			}
		}

		> .wspl-same-seat__card {

			@include above(1000px) {
				right: -15px !important;
			}
		}
	}
*/
  /*
	> .wspl-same-seat__card {
		box-sizing: border-box;
		position: absolute;
		background-color: #fff;
		box-shadow: 10px 10px 15px -15px rgba(0,0,0,.35);
		top: 50%;
		right: -2em;
		padding: 1em;
		line-height: 1.4;
	}
*/
}

.wspl-same-seat__person-img {
  height: 105%;
  width: auto;
  flex-shrink: 0;
}

.wspl-same-seat__logo {
  display: none !important;
  position: absolute;
  color: #fff;
  text-align: center;
  bottom: 2em;
  left: -1em;
  line-height: 1;
  font-weight: 400;
  padding: .75em;
  background-color: #13181b;
  font-size: 1.35em;
}

.wspl-same-seat__logo sup {
  font-weight: 300;
  font-size: .6em;
  opacity: .65;
}

.wspl-same-seat__wsplogo {
  display: block;
  width: 100px;
  margin: 0 auto .5em;
}

.wspl-same-seat__card {
  line-height: 1.4;
  margin-top: 1em;
}

.wspl-same-seat__card-title {
  font-size: 1.4em;
  font-weight: 600;
}

.wspl-same-seat__card-name {
  font-size: 1em;
  font-weight: 800;
}

.wspl-same-seat__card-industry {
  font-size: .8em;
}

.wspl-same-seat__card-proof-logos {
  margin-top: .5em;
  width: 185px;
}

/*

.wspl-quote + .wspl-same-seat__card {
	margin-top: 1em;
}
*/
.wspl-button-ender {
  text-align: center;
  margin: 2em 0 0;
}

.wspl-button-ender__button {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  background-color: var(--main-blue);
  color: #FFF;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  min-width: 100px;
}

.wspl-button-ender__button:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .wspl-button-ender__button {
    font-size: 1.1em;
  }
}

.wspl-button-ender__button:not([disabled]):hover {
  background-color: var(--main-blue-hover);
}

.wspl-linkStack > a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  border-bottom: 1px solid #d6d6d6;
}

.wspl-linkStack > a .logo {
  width: 80%;
  max-width: 250px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.wspl-linkStack > a:hover .wspl-linkStack__title {
  color: var(--main-blue);
}

.wspl-linkStack > a:first-child {
  padding-top: 0;
}

.wspl-linkStack__title {
  color: #303030;
  font-size: 1.25em;
  line-height: 1.4;
  font-weight: 600;
  transition: color .2s ease-in-out, opacity .2s ease-in-out;
}

.wspl-linkStack__marker {
  font-size: 0.75em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-weight: 700;
}

.wspl-linkStack__arrow {
  position: relative;
  right: 0;
  transition: right .2s ease-in-out;
}

.wspl-linkStack.--text-white .wspl-linkStack__title {
  color: #fff;
}

.wspl-linkStack.--text-white .wspl-linkStack__arrow {
  color: var(--main-lime);
  position: relative;
}

.wspl-linkStack.--text-white > a {
  border-color: rgba(255, 255, 255, 0.3);
}

.wspl-linkStack.--text-white > a:hover .wspl-linkStack__title {
  color: #fff;
  opacity: 0.75;
}

.wspl-linkStack.--text-white > a:hover .wspl-linkStack__arrow {
  right: -5px;
}

@media only screen and (min-width: 1000px) {
  .wspl-linklist {
    column-count: 3;
    column-gap: 60px;
  }
}

@media only screen and (min-width: 700px) and (max-width: 1000px) {
  .wspl-linklist {
    column-count: 2;
    column-gap: 60px;
  }
}

.wspl-linklist__item {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  line-height: 1.4;
  position: relative;
}

.wspl-linklist__item a {
  color: #303030;
  display: block;
  font-size: .95em;
  border-bottom: 1px solid #dce1e5;
  padding-bottom: .85em;
  font-weight: 500;
  padding-right: 2em;
}

.wspl-linklist__item a:hover {
  color: var(--main-blue);
}

.wspl-linklist__item:not(:first-child) a {
  margin-top: .85em;
}

.wspl-linklist__arr {
  color: var(--main-blue);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -.75em;
  font-size: .85em;
}

.wspl-linklist__tag {
  font-weight: 600;
  font-size: .825em;
  padding-bottom: .35em;
}

.--theme-blue .wspl-linklist__item a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bio-card {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 1rem 1.5rem 1rem;
  border: 1px solid #dce1e5;
  background-color: #fafafa;
  width: 100%;
}

.swiper-wrapper .bio-card {
  height: 100%;
}

.--theme-lt .bio-card,
.--theme-md .bio-card {
  background-color: white;
}

.--theme-lt .bio-card__more,
.--theme-md .bio-card__more {
  background: #fff;
}

.--theme-blue .bio-card {
  background-color: #0c78ae;
  border: none;
  color: white;
  box-shadow: none;
}

.--theme-blue .bio-card__more {
  background: #0c78ae;
}

.bio-card:not(.bio-card__hero):not(.modal-disabled) {
  cursor: pointer;
}

.bio-card__hero {
  background-color: #0a2540 !important;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.bio-card__hero-text {
  max-width: 200px;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.4;
}

.bio-card__more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f6f8f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75em;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  font-weight: 500;
}

.bio-card__more--links .bio-card__more-link.bio:not(:only-child) {
  margin-right: 50%;
  padding-right: 1.5em;
  justify-content: flex-end;
}

.bio-card__more--links .bio-card__more-link.linkedin {
  position: absolute;
  top: 0;
  right: 0;
  color: inherit;
  padding-left: 2.5em;
}

.bio-card__more--links .bio-card__more-link.bio:not(:only-child), .bio-card__more--links .bio-card__more-link.linkedin {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
  opacity: 0.65;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.bio-card__more--links .bio-card__more-link.bio:not(:only-child):hover, .bio-card__more--links .bio-card__more-link.linkedin:hover {
  opacity: 1;
}

.bio-card:not(.modal-disabled):hover .bio-card__more {
  opacity: .97;
}

.bio-card__frame {
  width: 110px;
}

@media only screen and (max-width: 600px) {
  .bio-card__frame {
    width: 80px;
  }
}

.bio-card__img {
  border-radius: 50%;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #c3c3c3;
}

.--theme-blue .bio-card__img {
  border: #0c78ae;
}

.bio-card__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1em;
  flex: 1;
}

.bio-card__first-name {
  font-size: 1.25em;
  font-weight: 600;
}

.bio-card__name {
  margin: 0.75rem 0 0;
  line-height: 1.2;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
}

.bio-card__industry {
  font-size: .8em;
}

.bio-card__email {
  display: block;
  font-size: .8em;
}

.bio-card__proof-logos {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bio-card__proof-logos img {
  max-height: 17px;
  max-width: calc(50% - 1em);
}

.bio-card__proof-logos img:not(:last-child) {
  margin-right: 1em;
}

.--theme-blue .bio-card__proof-logos img {
  filter: brightness(0) invert(1) opacity(0.4);
}

.bio-card__hoverblock {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(11, 142, 204, 0.95);
  color: #fff;
  display: none;
  align-items: center;
  padding: 0 8em;
  z-index: 3000;
  box-sizing: border-box;
}

.bio-card__hoverblock--fixed {
  position: fixed;
  top: 3em;
  bottom: 5em;
  width: 90%;
  max-width: 1140px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 1000px) {
  .bio-card__hoverblock--fixed {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    max-width: none;
    transform: none;
  }
}

@media only screen and (max-width: 1000px) {
  .bio-card__hoverblock {
    position: fixed;
    overflow: auto;
  }
}

@media only screen and (max-width: 600px) {
  .bio-card__hoverblock {
    padding: 2.5em 4em 0;
    align-items: flex-start;
  }
}

.bio-card__hoverblock-nameplate {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.bio-card__hoverblock-img {
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #fff;
  margin-right: 1.5em;
  border: 2px solid #44c1e6;
}

.bio-card__hoverblock-name {
  font-size: 2em;
}

@media only screen and (max-width: 600px) {
  .bio-card__hoverblock-name {
    font-size: 1.5em;
    line-height: 1.5;
  }
}

.bio-card__hoverblock-close, .bio-card__hoverblock-next, .bio-card__hoverblock-prev {
  position: absolute;
  font-size: 2em;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .bio-card__hoverblock-close, .bio-card__hoverblock-next, .bio-card__hoverblock-prev {
    font-size: 1.25em;
  }
}

.bio-card__hoverblock-close:hover, .bio-card__hoverblock-next:hover, .bio-card__hoverblock-prev:hover {
  color: var(--main-lime);
}

.bio-card__hoverblock-close {
  top: .75em;
  right: .75em;
  background: none;
  line-height: 1;
}

.bio-card__hoverblock-next, .bio-card__hoverblock-prev {
  background-color: var(--main-blue-dark);
  padding: .5em;
  line-height: 1;
  top: 50%;
  margin-top: -1em;
}

.bio-card__hoverblock-next {
  right: 0;
}

.bio-card__hoverblock-prev {
  left: 0;
}

.bio-card__hoverblock-content {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.bio-card__hoverblock-email {
  position: relative;
  font-size: 0.9em;
  text-decoration: underline;
  color: inherit;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media only screen and (min-width: 601px) {
  .bio-card__hoverblock-email {
    padding-left: 1.5em;
    top: -5px;
  }
  .bio-card__hoverblock-email::before {
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0;
    content: "\f0e0";
    line-height: 1;
    bottom: 0;
  }
}

.bio-card__hoverblock-email:hover {
  color: var(--main-lime);
}

.bio-card__hoverblock-marker {
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: 700;
}

.bio-card__hoverblock-hero .bio-card__hoverblock-content {
  text-align: center;
}

.bio-card__hoverblock-hero .bio-card__hoverblock-img {
  display: none;
}

.bio-card .edit-link {
  position: absolute;
  z-index: 1000;
  cursor: pointer;
  font-size: .6em;
  top: .75em;
  right: .75em;
}

.thumbnail-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}

@media only screen and (max-width: 860px) {
  .thumbnail-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 350px) {
  .thumbnail-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.thumbnail-card-grid__frame {
  position: relative;
}

.thumbnail-card-grid--col3 {
  grid-template-columns: repeat(3, 1fr);
}

.thumbnail-card-grid--col2 {
  grid-template-columns: repeat(2, 1fr);
}

.thumbnail-card-grid--rows .bio-card {
  flex-direction: row;
  padding-bottom: 1rem;
}

.thumbnail-card-grid--rows .bio-card__img {
  width: 75px;
  min-width: 75px;
}

.thumbnail-card-grid--rows .bio-card__frame {
  width: unset;
  flex: 1;
  padding-left: 1em;
}

.thumbnail-card-grid--rows .bio-card__name {
  text-align: left;
  margin: 0 0 0.15em 0;
}

@media only screen and (max-width: 1150px) {
  .thumbnail-card-grid--rows {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 760px) {
  .thumbnail-card-grid--rows {
    grid-template-columns: repeat(1, 1fr);
  }
}

.thumbnail-card-grid > li {
  position: relative;
}

.leadcap-truncate {
  height: 250px;
  position: relative;
  margin-top: -250px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.leadcap-truncate::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100px;
  right: -100px;
  background: linear-gradient(transparent 10%, #fff 90%);
}

.leadcap-truncate__button {
  position: relative;
}

.--theme-lt .leadcap-truncate::before {
  background: linear-gradient(transparent, #f6f8f9 50%);
}

/*
.wspl-disapp {
  position: relative;
  margin-bottom: 10px !important;

  &::before {	
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    right: 0;
    height: 100px;
    z-index: 1;
  }

  &__item {
    position: relative;
    border-bottom: none !important;
    padding-bottom: 1em !important;
    margin-bottom: 0 !important;

    &::before {	
      content: "";
      position: absolute;
      left: 0;
      bottom: -10px;
      right: 0;
      height: 10px;
    }
  }
}

.--theme-lt {
  .wspl-disapp::before {
    background: linear-gradient(transparent, 30%, $lmsbg-lt);
  }
  .wspl-disapp__item::before {	
    background-color: $lmsbg-lt;
  }
}
*/
.wspl-accordion__title {
  position: relative;
  font-weight: 600;
  padding-right: 2em;
  margin-top: 0;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.wspl-accordion__title::before {
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 0;
  content: '\f055';
  font-size: .85em;
  top: .15em;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

.wspl-accordion__title--w-angle::before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 0;
  content: "\f078";
  color: var(--main-blue);
  font-size: .75em;
  top: .5em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}

.wspl-accordion__number {
  display: inline;
  margin-right: .25em;
}

.wspl-accordion__icon-circle {
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 2;
  display: inline-block;
  height: 36px;
  width: 36px;
  margin-top: 0;
  margin-bottom: -1em;
  margin-right: 0.5em;
}

.wspl-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease-in-out;
  margin-bottom: 0 !important;
  position: relative;
  top: 0.5em;
}

.wspl-accordion__content::after {
  display: block;
  content: "";
  height: 0.5em;
}

@media only screen and (min-width: 1000px) {
  .wspl-accordion__content .wspl-list {
    columns: 2;
    column-gap: 2em;
  }
}

.wspl-accordion__comment {
  font-size: 0.9rem;
  color: var(--main-meta-data-color);
}

.wspl-accordion__item {
  padding: 1em 0;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.wspl-accordion__item:hover .wspl-accordion__more {
  transform: scale(1.2);
}

.wspl-accordion__item + .wspl-accordion__item {
  border-top: 1px solid #dce1e5;
}

.wspl-accordion__item.wspl-block--button:not(:last-child), .wspl-accordion__item.wspl-block--w:not(:last-child) {
  margin-bottom: 0.5em;
}

.wspl-accordion__item.active .wspl-accordion__content, .wspl-accordion__item.opened .wspl-accordion__content {
  max-height: 5000px;
}

.wspl-accordion__item.active .wspl-accordion__title::before, .wspl-accordion__item.opened .wspl-accordion__title::before {
  content: "\f056";
}

.wspl-accordion__item.active .wspl-accordion__title--w-angle::before, .wspl-accordion__item.opened .wspl-accordion__title--w-angle::before {
  content: "\f078";
  transform: rotate(180deg);
}

.wspl-accordion--wo-borders .wspl-accordion__item:not(.wspl-block--button):not(.wspl-block--w), .wspl-accordion--nav .wspl-accordion__item:not(.wspl-block--button):not(.wspl-block--w) {
  border: none !important;
  box-shadow: none !important;
}

.wspl-accordion--nav .wspl-accordion__content {
  top: 0;
}

.wspl-accordion--nav .wspl-accordion__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wspl-accordion--nav .wspl-accordion__title::before {
  display: none;
}

.wspl-accordion--nav .wspl-accordion__title:not(.custom-icon)::after {
  font-family: "Font Awesome 6 Pro";
  position: static;
  content: "\f078";
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.wspl-accordion--nav .wspl-accordion__item {
  padding: 0;
}

.wspl-accordion--nav .wspl-accordion__item.opened .wspl-accordion__title::after {
  transform: rotate(180deg);
}

.wspl-accordion .wspl-active-trigger,
.wspl-accordion .wspl-active-trigger-self {
  cursor: pointer;
}

.--theme-blue .wspl-accordion .wspl-accordion__title:hover,
.--theme-dk .wspl-accordion .wspl-accordion__title:hover {
  color: var(--main-lime);
}

.--theme-w .wspl-accordion .wspl-accordion__title:hover,
.--theme-lt .wspl-accordion .wspl-accordion__title:hover {
  color: var(--main-blue);
}

.--theme-blue .wspl-accordion__item {
  border-top-color: rgba(255, 255, 255, 0.35);
}

.--theme-blue .wspl-accordion__title {
  color: #fff;
}

.--theme-blue .wspl-accordion__content {
  color: #fff;
}

.--theme-dk .wspl-accordion__item {
  border-top-color: #0a2540;
  border-top-width: 2px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  background-color: #05111d;
}

.--theme-dk .wspl-accordion__item:last-child {
  padding-bottom: 1em;
}

h1.wspl-accordion__title {
  font-size: 2.75em;
}

h2.wspl-accordion__title {
  font-size: 2.15em;
}

h3.wspl-accordion__title {
  font-size: 1.65em;
  line-height: 1.25;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}

@media only screen and (max-width: 1000px) {
  h3.wspl-accordion__title {
    font-size: 1.35em;
  }
}

@media only screen and (max-width: 700px) {
  h3.wspl-accordion__title {
    font-size: 1.15em;
  }
}

h4.wspl-accordion__title {
  font-size: 1.25em;
  line-height: 1.3;
}

h5.wspl-accordion__title {
  font-size: 1.05em;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

h6.wspl-accordion__title {
  font-size: 0.9em;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}

.wspl-slider__wrap {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 2em;
  margin-bottom: -2em;
  position: relative;
  /*
		&::after {
			content: "";
			width: 80px;
			position: absolute;
			top: -10px;
			bottom: -10px;
			right: 0;
			background: linear-gradient(90deg, transparent, #fff);
		}
*/
}

.wspl-slider__item {
  margin-right: 1.5em;
}

#sliderReviews .wspl-slider__item {
  min-width: 400px;
  max-width: 400px;
}

.chevron-dropdown {
  position: relative;
}

.chevron-dropdown .dropdown-container {
  position: relative;
  display: inline-block;
}

.chevron-dropdown .dropdown-container .trigger {
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.chevron-dropdown .dropdown-container .trigger--button {
  white-space: nowrap;
}

.chevron-dropdown .dropdown-container .trigger:not(.trigger--button):not(.--text-blue):hover * {
  opacity: .5;
}

.chevron-dropdown .dropdown-container .trigger.--text-blue:hover {
  color: #006b9e !important;
}

.chevron-dropdown .dropdown-container .fa-chevron-down {
  padding: 0 5px;
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  -ms-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
}

.chevron-dropdown .dropdown-container.opened .fa-chevron-down {
  transform: rotate(180deg);
}

.chevron-dropdown .dropdown-container.opened .trigger.--text-blue {
  color: #006b9e !important;
}

.chevron-dropdown .dropdown {
  display: none;
  position: absolute;
  top: calc(100% + .5em);
  z-index: 200;
  background-color: #fff;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
  font-size: .8em;
  padding: .5em 0;
  left: 0;
}

.chevron-dropdown .dropdown--left {
  left: auto;
  right: 0;
}

.chevron-dropdown .dropdown a {
  padding: .35em 1.5em;
  display: block;
  color: #303030;
  white-space: nowrap;
}

.chevron-dropdown .dropdown a.active {
  font-weight: 700;
}

.chevron-dropdown .dropdown a:hover {
  color: var(--main-blue);
}

#my-learning-path .chevron-dropdown .dropdown {
  margin-top: 0;
  padding-right: 2em;
  font-size: 0.9em;
  max-height: 250px;
  overflow-y: auto;
}

.inline-dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.inline-dropdown__items {
  position: absolute;
  z-index: 200;
  padding-top: .5em;
  font-size: .9em;
  display: none;
  box-shadow: 15px 15px 55px -25px #07090c;
}

.inline-dropdown__items > li:first-child a {
  /*
			border-top-left-radius: 6px;
			border-top-right-radius: 6px;
*/
  border-top: 1px solid #dce1e5;
}

.inline-dropdown__items > li:last-child a {
  /*
			border-bottom-left-radius: 6px;
			border-bottom-right-radius: 6px;
*/
}

.inline-dropdown__items a {
  color: #303030;
  text-decoration: none;
  display: block;
  padding: .5em 1em;
  white-space: nowrap;
  background-color: #fff;
  box-sizing: border-box;
  border-left: 1px solid #dce1e5;
  border-right: 1px solid #dce1e5;
  border-bottom: 1px solid #dce1e5;
}

.inline-dropdown__items a:hover {
  text-decoration: none;
  color: var(--main-blue);
}

.inline-dropdown__items::before {
  content: '';
  position: absolute;
  bottom: calc(100% - .5em - 1px);
  z-index: 201;
  left: 15px;
  height: 0;
  width: 0;
  pointer-events: none;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}

.inline-dropdown:hover .inline-dropdown__items {
  display: block;
}

table.wspl-casestudy__meta {
  margin: 2em 0;
  width: 100%;
  table-layout: fixed;
  font-size: .95em;
}

table.wspl-casestudy__meta td {
  border: 1px solid #dce1e5;
  padding: .5em .75em;
  vertical-align: top;
}

table.wspl-casestudy__meta td strong {
  color: var(--main-blue);
}

table.wspl-casestudy__meta td[scope="row"] {
  background-color: #f6f8f9;
  white-space: nowrap;
  color: var(--main-blue);
  width: 25%;
  font-weight: 600;
}

table.wspl-casestudy__meta i {
  color: var(--main-blue);
  margin-right: 4px;
  min-width: 24px;
  text-align: center;
}

table.wspl-casestudy__meta p:not(:last-child),
table.wspl-casestudy__meta li:not(:last-child) {
  margin-bottom: .25em !important;
  line-height: 1.4;
}

@media only screen and (max-width: 1000px) {
  table.wspl-casestudy__meta,
  table.wspl-casestudy__meta tbody,
  table.wspl-casestudy__meta td,
  table.wspl-casestudy__meta tr {
    display: block;
    width: auto !important;
  }
  table.wspl-casestudy__meta {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  table.wspl-casestudy__meta td {
    border-top: none;
    font-size: 1.1em;
  }
  table.wspl-casestudy__meta td[scope="row"] {
    font-size: .85em;
    border-bottom: none !important;
    background: none;
    padding-bottom: 0;
  }
  table.wspl-casestudy__meta td[scope="row"] + td {
    padding-top: 0;
  }
  table.wspl-casestudy__meta tr:nth-child(odd) {
    background-color: rgba(11, 142, 204, 0.1);
  }
}

.single-wsp_case_study .wspl-content-wrap {
  max-width: 900px;
}

.wspl-casestudy {
  position: relative;
  /*
	.entry {
		line-height: 1.2;
		flex-grow: 1;

		li {
			margin-bottom: .5em;
		}
	}
    */
}

.wspl-casestudy h1 {
  font-weight: 600;
  margin-bottom: 0;
  padding: .5em 0 .65em;
}

@media only screen and (max-width: 700px) {
  .wspl-casestudy h1 {
    font-size: 2em;
  }
}

.wspl-casestudy__header {
  position: relative;
  margin-bottom: 0;
}

@media only screen and (min-width: 800px) {
  .wspl-casestudy__content {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-start;
    position: relative;
    flex-direction: row-reverse;
  }
}

.wspl-casestudy__hero {
  position: relative;
  position: relative;
}

.wspl-casestudy__hero:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 28.57143%;
}

.wspl-casestudy__hero > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 800px) {
  .wspl-casestudy__hero {
    position: relative;
  }
  .wspl-casestudy__hero:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 40%;
  }
  .wspl-casestudy__hero > .aspect-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 400px) {
  .wspl-casestudy__hero {
    position: relative;
  }
  .wspl-casestudy__hero:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }
  .wspl-casestudy__hero > .aspect-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.wspl-casestudy h3 {
  font-size: 1.35em;
  /*
		&:not(:first-child) {
			margin-top: 1em !important;
		}
        */
}

.wspl-casestudy h3.--text-lime {
  color: var(--main-lime) !important;
}

.wspl-casestudy h3:first-child {
  margin-top: 0 !important;
}

.wspl-casestudy h3 i {
  font-size: .9em;
}

.wspl-casestudy__meta {
  box-sizing: border-box;
  margin-left: 0;
  font-size: .9em;
  padding: 2em;
  margin-bottom: 2em;
}

@media only screen and (min-width: 800px) {
  .wspl-casestudy__meta {
    min-width: 325px;
    max-width: 325px;
    padding: 2.5em;
    margin-bottom: 0;
    margin-left: 3em;
  }
}

.wspl-casestudy__meta-label {
  color: var(--main-blue);
  font-weight: 700;
  margin-bottom: .5em;
}

@media only screen and (min-width: 500px) and (max-width: 800px) {
  .wspl-casestudy__meta-label {
    min-width: 200px;
    max-width: 200px;
  }
}

.wspl-casestudy__meta-item:not(:last-child) {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #dce1e5;
}

@media only screen and (min-width: 500px) and (max-width: 800px) {
  .wspl-casestudy__meta-item {
    display: flex;
  }
}

.wspl-casestudy__meta-content-number p {
  font-size: 2em;
  font-weight: 800;
  line-height: 1;
  padding-top: .1em;
}

.wspl-casestudy__tag {
  font-weight: 700;
  font-size: 1.1em;
  color: #fff;
}

.wspl-casestudy__tag a {
  color: #fff;
}

.wspl-casestudy__tag a:hover {
  text-decoration: underline;
}

.wspl-casestudy__nav {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: .5em;
}

@media only screen and (max-width: 1000px) {
  .wspl-casestudy__nav {
    font-size: .9em;
  }
}

@media only screen and (max-width: 700px) {
  .wspl-casestudy__nav {
    font-size: .8em;
  }
}

.wspl-casestudy__links a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

@media only screen and (max-width: 700px) {
  .wspl-casestudy__links {
    display: none;
  }
}

.wspl-casestudy h2 {
  font-size: 2.5em !important;
  font-weight: 500;
}

.wspl-casestudy__frame {
  position: relative;
}

.wspl-casestudy__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-height: 100%;
  max-width: 800px;
}

.wspl-casestudy__img::after {
  content: "";
  background: linear-gradient(25deg, #1a1d22 50%, rgba(15, 28, 41, 0.5));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 700px) {
  .wspl-casestudy__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (max-width: 800px) {
  .wspl-casestudy__footer h2 {
    margin-bottom: .25em !important;
  }
}

.wspl-casestudy__footer .limebutton {
  line-height: 30px;
}

body.wspl-lc-lock--active {
  overflow: hidden !important;
}

.wspl-lc-lock {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
  overflow: scroll;
  background: linear-gradient(rgba(0, 0, 0, 0.75), black 90%);
  display: none;
}

.wspl-lc-lock__content {
  position: relative;
  top: calc(100vh);
  background: #f6f8f9;
  padding-top: 2em;
  box-sizing: border-box;
  min-height: 70vh;
  transition: top ease-in-out .25s;
}

.wspl-lc-lock--active .wspl-lc-lock__content {
  top: 30vh;
}

.wspl-lc-unlock {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4000;
}

.wspl-lc-unlock__icon {
  font-size: 10em;
  color: var(--main-lime);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -.5em;
  margin-left: -.5em;
}

.page-template-page-exam-submission {
  overflow: hidden;
}

.full-fixed-message {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--main-blue);
}

.full-fixed-message__content {
  color: #fff;
  margin-top: -2em;
}

.full-fixed-message__icon {
  color: var(--main-lime);
  font-size: 4em;
  display: block;
  animation: scaling .5s infinite alternate;
  margin-bottom: .25em;
}

.full-fixed-message__header {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: .35em;
}

.full-fixed-message__subhead {
  color: var(--main-lime);
}

.full-fixed-message__admin-message {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em;
}

@keyframes scaling {
  From {
    transform: scale(1);
  }
  To {
    transform: scale(1.2);
  }
}

.dl-link-noad {
  display: block;
  background-color: #f6f8f9;
  border: 1px solid #d5d5d5;
  padding: 1.5em;
  border-left: 4px solid var(--main-blue);
  color: #303030;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  margin-top: 1em;
}

@media only screen and (max-width: 600px) {
  .dl-link-noad {
    flex-direction: column;
    align-items: flex-start;
    padding: 1em 1.5em;
  }
}

.dl-link-noad:hover {
  background: #edf0f2;
}

.dl-link-noad__text {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  .dl-link-noad__text {
    align-items: baseline;
  }
}

.dl-link-noad__text:before {
  transition: transform 0.25s ease-in-out;
  transform: rotate(0);
  font-family: "Font Awesome 6 Pro";
  content: "\f019";
  height: 100%;
  top: 0;
  font-size: 1.5em;
  font-weight: 100;
  color: var(--main-blue);
  margin-right: .5em;
}

.dl-link-noad__note {
  color: var(--main-red);
  font-size: .65em;
  font-weight: normal;
}

@media only screen and (max-width: 600px) {
  .dl-link-noad__note {
    margin-top: .5em;
  }
}

.wspl-filedl {
  cursor: pointer;
  border: 1px solid #dce1e5;
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 1.5em;
  transform: scale(1);
  transition: transform .1s ease-in-out;
  margin-left: auto;
  margin-right: auto;
  color: #303030;
  box-sizing: border-box;
}

.wspl-filedl:hover {
  transform: scale(1.05);
  box-shadow: 20px 20px 50px -35px rgba(51, 58, 62, 0.5);
}

.wspl-filedl__image {
  font-size: 3em;
  color: #44c1e6;
}

.wspl-filedl__name {
  flex-grow: 1;
  font-weight: 600;
  padding: 0 1em;
}

.wspl-filedl__icon {
  font-size: 1.25em;
  color: var(--main-blue);
}

.wspl-clipboard {
  font-size: .85em;
  font-weight: 600;
  list-style: none !important;
  border: 8px solid #deba94;
  padding: 1em 1.5em;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  line-height: 26px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#d9eaf3), color-stop(4%, #fff)) 0;
  background: -webkit-linear-gradient(to bottom, #d9eaf3 0%, #fff 8%) 0 13px;
  background: -moz-linear-gradient(to bottom, #d9eaf3 0%, #fff 8%) 0 13px;
  background: -ms-linear-gradient(to bottom, #d9eaf3 0%, #fff 8%) 0 13px;
  background: -o-linear-gradient(to bottom, #d9eaf3 0%, #fff 8%) 0 13px;
  background: linear-gradient(to bottom, #d9eaf3 0%, #fff 8%) 0 13px;
  -webkit-background-size: 100% 26px;
  -moz-background-size: 100% 26px;
  -ms-background-size: 100% 26px;
  -o-background-size: 100% 26px;
  background-size: 100% 26px;
  z-index: 1;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.2);
}

.wspl-clipboard::before {
  content: "";
  width: 100px;
  height: 16px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: -13px;
  background-color: #b7b3b3;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.15);
}

.wspl-clipboard::after {
  content: "";
  position: absolute;
  top: -20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: -10px;
  left: 50%;
  background-color: #b7b3b3;
}

.wspl-clipboard__title {
  text-align: center;
  padding-left: 0;
  font-weight: 600;
  color: var(--main-blue);
  font-size: 1.5em;
  margin-bottom: 26px !important;
  position: relative;
  top: .5em;
}

.wspl-clipboard__title > span {
  background-color: #fff;
  padding: 0 .25em;
}

.wspl-clipboard li {
  position: relative;
  margin-bottom: 0 !important;
}

.wspl-clipboard li:last-child {
  margin-bottom: 0;
}

.wspl-included-course-list .wspl-included-course {
  display: flex;
  flex-flow: row-reverse wrap;
  background-color: #fff;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.wspl-included-course-list .wspl-included-course:not(:last-child) {
  margin-bottom: 1rem;
}

.wspl-included-course-list .wspl-included-course__img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  width: 30%;
}

@media only screen and (max-width: 1000px) {
  .wspl-included-course-list .wspl-included-course__img {
    width: 40%;
  }
}

@media only screen and (max-width: 600px) {
  .wspl-included-course-list .wspl-included-course__img {
    width: 100%;
  }
}

.wspl-included-course-list .wspl-included-course__circ-in-img {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: rgba(11, 142, 204, 0.9);
  border: none;
  margin: 0.5rem;
  color: white;
  font-size: 0.8rem;
  z-index: 5;
}

.wspl-included-course-list .wspl-included-course__circ-in-img span {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 1000px) {
  .wspl-included-course-list .wspl-included-course__circ-in-img {
    width: 90px;
    height: 90px;
    font-size: 0.7rem;
  }
  .wspl-included-course-list .wspl-included-course__circ-in-img span {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
  }
}

.wspl-included-course-list .wspl-included-course__content {
  flex: 1;
}

.wspl-included-course-list .wspl-included-course__content .wspl-content-block__content {
  font-size: 0.9em;
  margin-top: 0.5em;
}

.wspl-included-course-list .wspl-included-course__content .wspl-content-block__marker {
  font-size: .55em;
  position: relative;
  top: -0.3em;
  padding: 0.1em 0.5em;
  font-weight: 600;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
  margin-right: 0.5em;
}

.wspl-included-course-list .wspl-included-course__hoverblock {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 150;
  display: flex;
  opacity: 0;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.wspl-included-course-list .wspl-included-course__hoverblock-content {
  font-size: .8rem;
  color: #fff;
  line-height: 36px;
  background-color: var(--main-blue);
  border-radius: 1.5em;
  width: 150px;
  text-align: center;
}

.wspl-included-course-list .wspl-included-course__hoverblock:hover, .wspl-included-course-list .wspl-included-course__hoverblock:focus-visible {
  opacity: 1;
  z-index: 100;
}

.wspl-included-course-list .wspl-included-course__path {
  display: none;
  position: relative;
  width: 80px;
}

.wspl-included-course-list .wspl-included-course__path-number {
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: absolute;
  width: 36px;
  height: 36px;
  font-size: 1.1rem;
  background-color: #eaeff1;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
  z-index: 100;
  border: 2px solid var(--main-blue);
  color: var(--main-blue);
}

.wspl-included-course-list .wspl-included-course__path-icon {
  display: none;
  position: absolute;
  top: -1.65em;
  font-size: 1.7em;
  z-index: 150;
  left: 32px;
}

.wspl-included-course-list .wspl-included-course:not(:last-child) .wspl-included-course__path::before {
  content: "";
  width: 0;
  border-right: 2px solid var(--main-blue);
  display: block;
  position: absolute;
  left: 40px;
  top: -0.5em;
  bottom: 0;
  z-index: 50;
}

.wspl-included-course-list .wspl-included-course:last-child .wspl-included-course__path::before {
  content: "";
  width: 0;
  border-right: 2px solid var(--main-blue);
  display: block;
  position: absolute;
  left: 40px;
  top: -0.5em;
  bottom: 50%;
  z-index: 50;
}

.wspl-included-course-list .wspl-included-course--compact-icon {
  padding-right: 0;
  margin-right: -0.25em;
}

.wspl-included-course-list .wspl-included-course--compact-icon i {
  color: var(--main-lime);
  line-height: 1;
  font-size: 1.25em;
  border-radius: 50%;
  background: radial-gradient(#303030 65%, var(--main-lime) 65%);
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 800px) {
  .wspl-included-course-list .wspl-included-course .--pad-content {
    padding: 1.25rem 1rem 1.25rem 1.5rem;
  }
}

.wspl-included-course-list .wspl-included-course-path-wrap {
  margin-bottom: 1rem;
  position: relative;
}

@media only screen and (min-width: 701px) {
  .wspl-included-course-list .wspl-included-course-path-wrap {
    border: 1px solid #b1b6ba;
  }
  .wspl-included-course-list .wspl-included-course-path-wrap .wspl-included-course__path {
    display: block;
  }
  .wspl-included-course-list .wspl-included-course-path-wrap .wspl-included-course__path-icon {
    display: inline-block;
  }
  .wspl-included-course-list .wspl-included-course-path-wrap .wspl-included-course {
    border-color: #b1b6ba;
    margin-bottom: 0;
  }
  .wspl-included-course-list .wspl-included-course-path-wrap .wspl-included-course__content {
    padding-left: 0;
  }
}

@media only screen and (min-width: 701px) and (max-width: 1000px) {
  .wspl-included-course-list .wspl-included-course-path-wrap .wspl-included-course__content .wspl-content-block__content.--hide-700 {
    display: none !important;
  }
}

@media only screen and (min-width: 701px) {
  .wspl-included-course-list .wspl-included-course-path-wrap .wspl-included-course__content .wspl-content-block__content.--show-700 {
    display: block !important;
  }
}

@media only screen and (min-width: 701px) and (min-width: 1001px) {
  .wspl-included-course-list .wspl-included-course-path-wrap .wspl-included-course__content .wspl-content-block__content.--show-700 {
    display: none !important;
  }
}

.wspl-logo-roll__content {
  padding: 4em 0;
}

.wspl-logo-roll__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(https://media.wallstreetprep.com/wspimage/wsp-logo-roll-all_c.webp);
  background-position: center;
  background-position-x: center;
  background-repeat: repeat-y;
  opacity: .85;
  background-size: 1140px;
}

.wspl-logo-roll__img--pe {
  background-image: url(https://media.wallstreetprep.com/wspimage/wsp-logo-roll-private-equity.svg);
  opacity: .85;
}

@media only screen and (max-width: 1140px) {
  .wspl-logo-roll__img {
    background-size: 96%;
  }
}

.wspl-logo-roll .wspl-flex-cols {
  justify-content: space-around;
}

.wspl-logo-roll .wspl-content-block {
  max-width: 300px;
  font-size: .85em;
}

.wspl-logo-roll .wspl-content-block__icon-number {
  margin-bottom: .15em;
  font-weight: 800;
  letter-spacing: -.5px;
}

.wsp-bounce-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.wsp-bounce-spinner__label {
  font-size: .75em;
  font-weight: 300;
  padding-bottom: .75em;
}

.wsp-bounce-spinner__label a {
  color: #44c1e6;
  text-decoration: underline;
}

.wsp-bounce-spinner__item {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
  animation: sk-bouncedelay 1s infinite ease-in-out both;
}

.wsp-bounce-spinner__item--bounce1 {
  -webkit-animation-delay: -0.28s;
  animation-delay: -0.28s;
}

.wsp-bounce-spinner__item--bounce2 {
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.swiper-parent {
  position: relative;
}

.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.swiper-pagination-bullet-active {
  background-color: var(--main-blue) !important;
}

.swiper {
  --focus-outline-offset: 0;
  padding: var(--focus-outline-size);
}

.wspl-swiper,
.wspl-swiper-articles {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: var(--focus-outline-size);
  z-index: 10;
}

.wspl-swiper .wspl-quote,
.wspl-swiper-articles .wspl-quote {
  margin-left: auto;
  margin-right: auto;
  cursor: default;
}

.wspl-swiper .swiper-pagination,
.wspl-swiper-articles .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  transition: none;
  margin-top: 1em;
}

.wspl-swiper .swiper-pagination-bullet,
.wspl-swiper-articles .swiper-pagination-bullet {
  background-color: transparent;
  border: solid 2px white;
}

.wspl-swiper .swiper-pagination-bullet-active,
.wspl-swiper-articles .swiper-pagination-bullet-active {
  background-color: var(--main-lime);
  border: solid 2px var(--main-lime);
}

.wspl-swiper-articles + .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  transition: none;
  margin-top: 0.5em;
}

.swiper-slide__hoverblock {
  z-index: 100;
}

/*
.--theme-blue .bio-card {

	background: rgba(0, 0, 0, 0.12);
	border: none;
	box-shadow: none;
	height: 250px !important;
	color: #fff;

	&__more {
		background: $blue;
		color: #fff;
	}

	&:hover .bio-card__more {
		opacity: .85;
	}

	display: flex;
	height: auto;
	flex-direction: column-reverse;
// 	padding: 0;
	text-align: center;

	&__text {
		display: none;
	}


	&__frame {
		position: relative;
		max-width: 125px;
		min-width: 125px;
		border: none;
		margin: 0 auto;
	}

	&__img {
// 		border-radius: ;
		margin: 0;
		width: auto;
		border: 3px solid $cyan;
	}

	&__name {
		flex-grow: 1;
		padding: 1em;
	}


}
*/
/*
.page-child .thumbnail-card-grid {

	.bio-card__hoverblock {

		background-color: $blue;

	}

	.bio-card {
		display: flex;
		height: auto;
		flex-direction: row-reverse;
		padding: 0;

		&__text {
			display: none;
		}


		&__frame {
			position: relative;
			max-width: 40%;
			min-width: 40%;
			border: none;
		}

		&__img {
			border-radius: 0;
			margin: 0;
			width: auto;
			border: none;
		}

		&__name {
			flex-grow: 1;
			padding: 1em;
		}

	}
}
*/
.thumbnail-card-swiper,
.wspl-swiper-articles,
.wspl-course-slider {
  align-content: stretch;
  align-items: stretch;
}

.thumbnail-card-swiper > li,
.wspl-swiper-articles > li,
.wspl-course-slider > li {
  position: relative;
}

.thumbnail-card-swiper__frame,
.wspl-swiper-articles__frame,
.wspl-course-slider__frame {
  position: relative;
}

.thumbnail-card-swiper .swiper-slide,
.wspl-swiper-articles .swiper-slide,
.wspl-course-slider .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.thumbnail-card-swiper__next, .thumbnail-card-swiper__prev,
.wspl-swiper-articles__next,
.wspl-swiper-articles__prev,
.wspl-course-slider__next,
.wspl-course-slider__prev {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  width: 24px;
  height: 24px;
  background-color: var(--main-blue);
  color: white;
  padding: 0.5em;
  line-height: 1;
  top: 50%;
  margin-top: calc((-24px / 2) + ((-24px / 2) / 2));
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.--theme-blue .thumbnail-card-swiper__next,
.--theme-blueGrad .thumbnail-card-swiper__next, .--theme-blue .thumbnail-card-swiper__prev,
.--theme-blueGrad .thumbnail-card-swiper__prev, .--theme-blue
.wspl-swiper-articles__next,
.--theme-blueGrad
.wspl-swiper-articles__next, .--theme-blue
.wspl-swiper-articles__prev,
.--theme-blueGrad
.wspl-swiper-articles__prev, .--theme-blue
.wspl-course-slider__next,
.--theme-blueGrad
.wspl-course-slider__next, .--theme-blue
.wspl-course-slider__prev,
.--theme-blueGrad
.wspl-course-slider__prev {
  background-color: white;
  color: var(--main-blue);
}

.--theme-blue .thumbnail-card-swiper__next:hover,
.--theme-blueGrad .thumbnail-card-swiper__next:hover, .--theme-blue .thumbnail-card-swiper__prev:hover,
.--theme-blueGrad .thumbnail-card-swiper__prev:hover, .--theme-blue
.wspl-swiper-articles__next:hover,
.--theme-blueGrad
.wspl-swiper-articles__next:hover, .--theme-blue
.wspl-swiper-articles__prev:hover,
.--theme-blueGrad
.wspl-swiper-articles__prev:hover, .--theme-blue
.wspl-course-slider__next:hover,
.--theme-blueGrad
.wspl-course-slider__next:hover, .--theme-blue
.wspl-course-slider__prev:hover,
.--theme-blueGrad
.wspl-course-slider__prev:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 600px) {
  .thumbnail-card-swiper__next, .thumbnail-card-swiper__prev,
  .wspl-swiper-articles__next,
  .wspl-swiper-articles__prev,
  .wspl-course-slider__next,
  .wspl-course-slider__prev {
    width: 16px;
    height: 16px;
  }
}

.thumbnail-card-swiper__next:hover, .thumbnail-card-swiper__prev:hover,
.wspl-swiper-articles__next:hover,
.wspl-swiper-articles__prev:hover,
.wspl-course-slider__next:hover,
.wspl-course-slider__prev:hover {
  background-color: var(--main-blue-hover);
}

.thumbnail-card-swiper__prev,
.wspl-swiper-articles__prev,
.wspl-course-slider__prev {
  left: 0;
  transform: translateX(-50%);
}

.thumbnail-card-swiper__next,
.wspl-swiper-articles__next,
.wspl-course-slider__next {
  right: 0;
  transform: translateX(50%);
}

.wspl-course-slider.swiper {
  margin-left: -3px;
  width: calc(100% + 8px);
  margin-bottom: -7px;
}

.wspl-course-slider-wrap {
  margin-bottom: -7px;
}

.wspl-course-slider__prev:hover, .wspl-course-slider__next:hover {
  filter: brightness(1.1);
}

.wspl-course-slider .swiper-slide {
  padding: 0 5px 7px 3px;
}

.wspl-course-slider .swiper-slide > * {
  box-sizing: border-box;
  box-shadow: 0px 2.507px 5.752px 0px rgba(159, 159, 159, 0.15);
}

.wspl-course-slider + .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  transition: none;
  margin-top: 0.5em;
}

.wspl-course-slider + .swiper-pagination .swiper-pagination-bullet-active {
  background: #000 !important;
  opacity: 0.6;
}

.section__content > .thumbnail-card-swiper__next,
.section__content > .thumbnail-card-swiper__prev {
  margin-top: 0;
}

.swiper-parent {
  position: relative;
}

.swiper-parent:has(.swiper-pagination) .swiper-controls {
  top: calc(50% - 1.15em);
}

.swiper-parent:not(:has(.wspl-swiper-articles.swiper-initialized)) .wspl-swiper-articles__controls-wrap {
  opacity: 0;
}

.swiper-wrapper-top {
  align-items: flex-start;
}

.swiper-parent:has(.swiper-pagination) .swiper-controls {
  top: calc(50% - 1.15em);
}

.wspl-swiper-articles__controls-wrap {
  width: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
}

.wspl-swiper-articles__controls-wrap .swiper-controls {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--main-blue);
  position: static;
  transform: none;
  border-radius: 0;
}

.wspl-swiper-articles__controls-wrap .swiper-button-disabled {
  opacity: 0.5;
}

.--pad-section + section#sectionLogoSlider {
  margin-top: -2em;
}

section#sectionLogoSlider.--pad-section-bottom {
  padding-bottom: 3em;
}

.wspl-logo-slider {
  margin: 1em 0 0;
  padding: 0 16px;
  overflow: hidden;
  position: relative;
}

.wspl-logo-slider__wrap {
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  position: static;
}

.wspl-logo-slider__item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  min-width: 1%;
  height: 50px;
}

.wspl-logo-slider__item.swiper-slide {
  height: 50px;
}

.wspl-logo-slider__image {
  max-width: 90%;
  max-height: 40px;
  object-fit: contain;
}

.wspl-logo-slider__control {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wspl-logo-slider__control--back {
  left: 0;
}

.wspl-logo-slider__control--next {
  right: 0;
  transform: scaleX(-1);
}

.wspl-logo-slider__control-icon {
  cursor: pointer;
}

.--theme-lt .wspl-logo-slider__control {
  background: #f6f8f9;
}

.--theme-md .wspl-logo-slider__control {
  background: #edf0f2;
}

.logo-scroll-stripes {
  position: relative;
  overflow: hidden;
  padding-bottom: 2em;
  display: flex;
  flex-direction: column;
}

.logo-scroll-stripes:not(:first-child) {
  margin-top: -1em;
}

.scroll-stripe {
  position: relative;
  transition-property: transform;
  display: flex;
  padding-top: 2em;
  width: max-content;
}

.scroll-stripe:first-child {
  justify-content: flex-start;
  animation: 50s scrollLeft infinite linear;
}

.scroll-stripe:last-child {
  align-self: flex-end;
  justify-content: flex-end;
  animation: 50s scrollRight infinite linear;
}

.scroll-stripe__logo {
  box-sizing: border-box;
  padding: 0 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.scroll-stripe__logo img {
  width: 100%;
  max-height: 25px;
  max-width: 175px;
  object-fit: contain;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}

.wspl-sales-bundle {
  position: relative;
  margin: 2em auto;
}

@media only screen and (min-width: 1000px) {
  .wspl-sales-bundle {
    display: flex;
    justify-content: center;
  }
}

.wspl-sales-bundle__item {
  position: relative;
  background-color: rgba(41, 101, 149, 0.8);
}

@media only screen and (min-width: 1000px) {
  .wspl-sales-bundle__item {
    border-radius: 50%;
    min-width: 400px;
    max-width: 400px;
    height: 400px;
  }
  .wspl-sales-bundle__item + .wspl-sales-bundle__item {
    margin-left: -20px;
  }
}

@media only screen and (max-width: 1000px) {
  .wspl-sales-bundle__item {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .wspl-sales-bundle--3item .wspl-sales-bundle__item {
    min-width: 300px;
    max-width: 300px;
    height: 300px;
  }
}

.wspl-sales-bundle__title {
  line-height: 1.3;
  font-size: 1em;
  padding: .75em 2em 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 60%;
}

@media only screen and (max-width: 1000px) {
  .wspl-sales-bundle__title {
    flex-grow: 1;
    text-align: left;
    padding: 0 0 0 1em;
  }
}

@media only screen and (min-width: 1200px) {
  .wspl-sales-bundle__img {
    height: 170px;
    margin-top: 85px;
  }
}

@media only screen and (min-width: 1000px) {
  .wspl-sales-bundle__img {
    width: auto;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .wspl-sales-bundle__img {
    height: 120px;
    margin-top: 70px;
  }
}

@media only screen and (max-width: 1000px) {
  .wspl-sales-bundle__img {
    min-width: 175px;
    max-width: 175px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 400px) {
  .wspl-sales-bundle__img {
    min-width: 125px;
    max-width: 125px;
  }
}

@media only screen and (max-width: 1000px) {
  .wspl-sales-bundle__content {
    padding: 1em;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}

@media only screen and (max-width: 400px) {
  .wspl-sales-bundle__content {
    align-items: flex-start;
  }
}

.wspl-sales-bundle__plus {
  position: absolute;
  left: 0;
  margin-left: calc( -25px + 10px);
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 30px;
}

@media only screen and (max-width: 1000px) {
  .wspl-sales-bundle__plus {
    width: 20px;
    height: 20px;
    top: -10px;
    margin-top: 0;
    left: 50%;
    margin-left: -10px;
    line-height: 18px;
    font-size: 16px;
  }
}

.wspl-sales-bundle.wspl-flex-cols {
  margin: 0 -1rem -1rem 0;
}

.wspl-sales-bundle.wspl-flex-cols .wspl-sales-bundle__plus {
  top: 50%;
  left: 0;
  margin-left: calc( -20px - 0.5rem);
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  font-size: 36px;
  background-color: rgba(0, 0, 0, 0.5);
}

.--has-infobox {
  position: relative;
}

.--has-infobox:hover .wspl-tooltip-infobox,
.--has-infobox:hover .wspl-path-infobox {
  display: block;
}

@media only screen and (min-width: 1000px) {
  .--has-infobox:hover .wspl-post-infobox {
    display: block;
  }
}

.wspl-post-infobox,
.wspl-path-infobox,
.wspl-tooltip-infobox {
  position: absolute;
  z-index: 1100;
  display: none;
}

.wspl-post-infobox__arrow,
.wspl-path-infobox__arrow,
.wspl-tooltip-infobox__arrow {
  display: block;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
  background-color: #fff;
  position: absolute;
}

.wspl-post-infobox,
.wspl-path-infobox {
  font-size: 0.75em;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #dce1e5;
}

.wspl-post-infobox {
  white-space: nowrap;
  top: -0.5em;
  left: 100%;
  width: 400px;
  padding: 2em;
}

.wspl-post-infobox__arrow {
  left: -5px;
  top: 1.5em;
  box-shadow: -1px -1px #dce1e5;
}

.wspl-post-infobox__load {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wspl-post-infobox__load-icon {
  font-size: 1.5em;
}

.wspl-post-infobox > * {
  white-space: normal;
}

.wspl-post-infobox__title {
  font-weight: 700;
  margin-bottom: 0.5em;
  font-size: 1.25em;
  line-height: 1.4;
}

.wspl-post-infobox__img {
  width: 75px;
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.wspl-post-infobox__cta {
  color: var(--main-blue);
  text-align: center;
  margin-top: 1em;
  margin-bottom: -1em;
  cursor: pointer;
}

.wspl-post-infobox__cta:hover {
  text-decoration: underline;
}

.wspl-path-infobox {
  padding: 1.5em;
  right: calc(100% + 10px);
  width: 250px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 700px) {
  .wspl-path-infobox {
    max-width: 200px;
    padding: 1em;
  }
}

.wspl-path-infobox::before {
  content: "";
  display: block;
  position: absolute;
  height: 60px;
  width: 30px;
  right: -20px;
  top: calc(50% - 30px);
}

.wspl-path-infobox__arrow {
  right: -5px;
  box-shadow: 1px 1px #dddfe0;
  top: calc(50% - 5px);
}

.wspl-path-infobox a {
  color: inherit;
  display: block;
}

.wspl-path-infobox a:hover {
  text-decoration: underline;
}

.wspl-tooltip-infobox {
  top: calc(100% - 10px);
  left: -10px;
  width: max-content;
  max-width: 285px;
  color: #303030;
  white-space: normal;
  padding-top: 25px;
}

.wspl-tooltip-infobox__body {
  padding: 1.5em;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #dce1e5;
}

.wspl-tooltip-infobox__arrow {
  left: 1em;
  top: -6px;
  box-shadow: 1px -1px #dce1e5;
}

.wspl-tooltip-infobox a {
  text-decoration: underline;
}

.wspl-hero-tile {
  position: relative;
  box-sizing: border-box;
  padding: 1.5em 1.75em;
  border-radius: 10px;
  overflow: hidden;
  min-height: 250px;
  --focus-outline-offset: 0;
}

@media only screen and (max-width: 500px) {
  .wspl-hero-tile {
    padding: 1.5em;
  }
}

.wspl-hero-tile.swiper-slide {
  height: 250px;
  min-height: 0;
}

@media only screen and (max-width: 800px) {
  .wspl-hero-tile.swiper-slide {
    height: 200px;
  }
}

@media only screen and (max-width: 600px) {
  .wspl-hero-tile.swiper-slide {
    height: 175px;
  }
}

@media only screen and (max-width: 500px) {
  .wspl-hero-tile.swiper-slide {
    height: 150px;
  }
}

.wspl-hero-tile--grid {
  margin-bottom: -1em;
}

@media only screen and (min-width: 400px) {
  .wspl-hero-tile--grid {
    display: flex;
    flex-wrap: wrap;
  }
}

.wspl-hero-tile--grid .wspl-hero-tile {
  margin-bottom: 1em;
}

@media only screen and (min-width: 1000px) {
  .wspl-hero-tile--grid .wspl-hero-tile {
    min-width: calc(33.333% - (2em / 3));
    max-width: calc(33.333% - (2em / 3));
  }
  .wspl-hero-tile--grid .wspl-hero-tile:not(:nth-child(3n)) {
    margin-right: 1em;
  }
}

@media only screen and (max-width: 1000px) {
  .wspl-hero-tile--grid .wspl-hero-tile {
    min-width: calc(50% - (1em / 2));
    max-width: calc(50% - (1em / 2));
    margin-bottom: 1em;
  }
  .wspl-hero-tile--grid .wspl-hero-tile:not(:nth-child(2n)) {
    margin-right: 1em;
  }
}

@media only screen and (max-width: 800px) {
  .wspl-hero-tile--grid .wspl-hero-tile {
    min-height: 200px;
  }
}

@media only screen and (max-width: 600px) {
  .wspl-hero-tile--grid .wspl-hero-tile {
    min-height: 175px;
  }
}

@media only screen and (max-width: 500px) {
  .wspl-hero-tile--grid .wspl-hero-tile {
    min-height: 150px;
  }
}

@media only screen and (max-width: 400px) {
  .wspl-hero-tile--grid .wspl-hero-tile {
    display: block;
    height: 150px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin-right: 0 !important;
  }
}

.wspl-hero-tile::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(38, 42, 46, 0.9) 15%, transparent);
  z-index: 99;
}

.wspl-hero-tile:hover .wspl-hero-tile__bg {
  transform: scale(1.1);
}

.wspl-hero-tile__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform: scale(1);
  transition: transform ease-in-out .25s;
}

.wspl-hero-tile__title {
  line-height: 1.15;
  color: #fff;
  font-weight: 600;
  font-size: 1.75em;
}

@media only screen and (max-width: 500px) {
  .wspl-hero-tile__title {
    font-size: 1.5em;
  }
}

.wspl-hero-tile__content {
  position: relative;
  z-index: 100;
}

.wspl-hero-tile__tag {
  color: var(--main-lime);
  font-size: .85em;
  padding-top: .75em;
  line-height: 1;
  font-weight: 600;
}

.wspl-hero-tile__tag i {
  margin-right: 4px;
}

.wspl-hero-tile--sm {
  padding: 1em 1.5em;
}

@media only screen and (max-width: 500px) {
  .wspl-hero-tile--sm {
    padding: 1em 1.25em;
  }
}

.wspl-hero-tile--sm .wspl-hero-tile__title {
  font-size: 1.25em;
}

@media only screen and (max-width: 500px) {
  .wspl-hero-tile--sm .wspl-hero-tile__title {
    font-size: 1.15em;
  }
}

.wspl-hero-tile--sm .wspl-hero-tile__tag {
  font-size: .75em;
}

.wspl-hero-tile--sm.swiper-slide {
  height: 200px;
}

@media only screen and (max-width: 800px) {
  .wspl-hero-tile--sm.swiper-slide {
    height: 200px;
  }
}

@media only screen and (max-width: 600px) {
  .wspl-hero-tile--sm.swiper-slide {
    height: 175px;
  }
}

@media only screen and (max-width: 500px) {
  .wspl-hero-tile--sm.swiper-slide {
    height: 175px;
  }
}

.wspl-purchase {
  display: inline-flex;
  flex-flow: column nowrap;
}

.wspl-purchase__wrap {
  margin-top: 2em;
  display: flex;
}

.wspl-purchase__wrap .wspl-purchase__container {
  flex: 1;
  flex-direction: row;
}

.wspl-purchase__button {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  background-color: var(--main-lime);
  color: black !important;
  font-weight: 600;
  margin-bottom: 0.5rem;
  padding: 0 1rem;
  position: relative;
  box-sizing: border-box;
}

.wspl-purchase__button:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .wspl-purchase__button {
    font-size: 1.1em;
  }
}

.wspl-purchase__button:not([disabled]):hover {
  background-color: #2ce799;
}

.wspl-purchase__rows {
  margin-top: 1em;
}

@media only screen and (min-width: 400px) {
  .wspl-purchase__rows {
    border: 1px solid rgba(255, 255, 255, 0.25);
  }
}

@media only screen and (min-width: 400px) {
  .wspl-purchase__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .wspl-purchase__row:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
}

@media only screen and (max-width: 399px) {
  .wspl-purchase__row {
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0 !important;
  }
  .wspl-purchase__row:not(:first-child) {
    margin-top: 1em;
  }
}

.wspl-purchase__row-title {
  font-weight: 600;
}

@media only screen and (max-width: 700px) {
  .wspl-purchase__row-title {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 399px) {
  .wspl-purchase__row-title-info {
    padding: 1em;
  }
}

.wspl-purchase__row-date {
  font-weight: normal;
  color: #b5c2d2;
}

.wspl-purchase__row-date i {
  font-size: .85em;
  position: relative;
  top: -1px;
}

.wspl-purchase__row-info {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 400px) {
  .wspl-purchase__row-info {
    margin-left: 1em;
  }
}

@media only screen and (max-width: 399px) {
  .wspl-purchase__row-info {
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: .75em 1em;
  }
}

@media only screen and (min-width: 400px) and (max-width: 700px) {
  .wspl-purchase__row-info {
    display: block;
    text-align: right;
  }
}

.wspl-purchase__row-price {
  font-weight: 700;
  line-height: 1;
}

@media only screen and (min-width: 400px) {
  .wspl-purchase__row-price {
    font-size: 1.25em;
  }
}

@media only screen and (min-width: 400px) and (max-width: 700px) {
  .wspl-purchase__row-price {
    margin-bottom: .5em;
  }
}

.wspl-purchase__row-button {
  font-size: .75em;
  line-height: 28px;
  padding: 0;
  min-width: 100px;
}

@media only screen and (min-width: 700px) {
  .wspl-purchase__row-button {
    margin-left: 1em;
  }
}

.wspl-purchase__row-agenda a {
  color: #44c1e6;
}

.wspl-purchase__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.wspl-purchase__container--with-title {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.wspl-purchase__container--with-title .wspl-purchase__title {
  padding-right: 1em;
}

.wspl-purchase__container--with-title > * {
  margin-left: auto;
}

@media only screen and (max-width: 1000px) {
  .wspl-purchase__container--with-title > * {
    margin-left: 0;
    margin-right: 2em;
  }
}

.wspl-purchase__container--with-title .wspl-purchase__comment {
  margin-left: 0;
  position: relative;
  top: 0.25em;
}

.wspl-purchase__price {
  display: inline-block;
  z-index: 10;
  font-weight: 600;
  font-size: 1.75em;
  line-height: 1.2;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.wspl-purchase__price--del {
  text-decoration: line-through;
  color: var(--main-red) !important;
  font-weight: 600 !important;
  padding-right: 5px;
  margin-right: .25em;
  font-size: .9em;
}

.wspl-purchase__price--reg {
  padding-right: 5px;
  margin-right: .5em;
  margin-bottom: 0.6rem;
  font-size: .9em;
  align-self: end;
}

.wspl-purchase__price + .wspl-purchase__price--reg {
  margin-left: -0.5em;
}

.wspl-purchase__price--lg {
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
}

.wspl-purchase__price--lg sup {
  left: 0;
  top: -7px;
}

.wspl-purchase__price--extra {
  font-size: 2.25em;
  margin-bottom: 0.75rem !important;
  font-weight: 700;
  line-height: 1;
}

.wspl-purchase__price--extra sup {
  left: 0;
  top: -10px;
}

.wspl-purchase__price .note-mark {
  top: -20%;
}

.wspl-purchase__price span:not(.note-mark) {
  font-size: .4em;
  display: block;
  padding-top: 4px;
  color: #303030;
  font-weight: 600;
}

.wspl-purchase__comment {
  font-size: 0.8em;
  text-align: right;
}

.wspl-purchase__title {
  font-weight: 800;
  color: inherit;
  border: none;
  margin-top: 0 !important;
  padding-bottom: 0.5rem;
  text-align: left;
}

@media only screen and (max-width: 1000px) {
  .wspl-purchase__title {
    margin-right: 2em;
  }
}

.wspl-purchase__note {
  padding: 1.25em 1.5em;
  width: 250px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  text-align: left;
  z-index: 1000;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
}

.wspl-purchase__note-frame {
  position: absolute;
  font-size: .75em;
  color: #303030;
  top: -.5em;
  left: 100%;
  display: none;
  padding-left: 1em;
}

@media only screen and (max-width: 1000px) {
  .wspl-purchase__note-frame {
    top: calc(100% + .5em);
    left: calc(50% - (250px / 2)) !important;
  }
}

.wspl-purchase__note::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 1.2em;
  left: -5px;
}

@media only screen and (max-width: 1000px) {
  .wspl-purchase__note::after {
    top: -.4em;
    left: calc(50% - 5px);
  }
}

.wspl-purchase__note-anchor {
  position: relative;
  display: inline-block;
}

.wspl-purchase__note-anchor:hover .wspl-purchase__note-frame {
  display: block;
}

.wspl-purchase__link-minor {
  color: var(--main-blue-light);
  font-size: .9em;
  font-weight: 700;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  cursor: default;
}

.wspl-purchase__link-minor[href] {
  text-decoration: underline;
  font-weight: normal !important;
  cursor: pointer;
  margin-bottom: 0.5rem;
}

.wspl-purchase__link-minor[href]:hover {
  text-decoration: underline;
}

.wspl-purchase__link-minor + .wspl-purchase__note-frame {
  left: calc(100% - 20px);
}

.wspl-purchase h4.wspl-purchase__title {
  font-size: 1.15em;
}

.wspl-purchase .wspl-purchase__button.wspl-bluebutton {
  color: #fff !important;
}

.wspl-purchase--transform {
  text-align: center;
}

.wspl-purchase--transform > * {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 900px) {
  .wspl-purchase--transform.bp-900 {
    flex-flow: row wrap;
    align-items: center;
  }
  .wspl-purchase--transform.bp-900 > *:not(:first-child) {
    margin-left: .75em;
  }
}

.wspl-purchase-fixed-top {
  min-height: 55px;
  top: -400px;
  position: fixed;
  width: 100%;
  z-index: 1039;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: var(--main-blue);
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
}

.wspl-purchase-fixed-top.--show {
  top: 0;
}

.bluebutton {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 36px;
  font-size: .85em;
  padding: .75em 0;
  background-color: var(--main-blue);
  border: none;
  color: #FFF !important;
}

.bluebutton:not([disabled]):hover {
  background-color: var(--main-blue-hover);
}

.bluebutton:focus {
  outline: none;
}

.bluebutton.disabled {
  opacity: 0.5;
  cursor: default;
}

.bluebutton.disabled:hover {
  background-color: var(--main-blue);
}

.limebutton {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 36px;
  font-size: .85em;
  padding: .75em 0;
  background-color: var(--main-lime);
  border: none;
  color: #0c1823 !important;
  font-weight: 600;
}

.limebutton:not([disabled]):hover {
  background-color: #2ce799;
}

.greenbutton {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 36px;
  font-size: .85em;
  padding: .75em 0;
  background-color: var(--main-green);
  border: none;
  color: #fff !important;
}

.greenbutton:not([disabled]):hover {
  background-color: #22cc91;
}

.greybutton {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 36px;
  font-size: .85em;
  padding: .75em 0;
  background-color: #e5e5e5;
  border: none;
  color: #303030 !important;
}

.greybutton:not([disabled]):hover {
  background-color: #bdc0c2;
}

.redbutton, .red-book-prompt-modal .prompt-modal__button {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 36px;
  font-size: .85em;
  padding: .75em 0;
  background-color: var(--main-red);
  border: none;
  color: #fff !important;
}

.redbutton:not([disabled]):hover, .red-book-prompt-modal .prompt-modal__button:not([disabled]):hover {
  background-color: #d62031;
}

.greenbutton.disabled {
  opacity: 0.5;
  cursor: default;
}

.greenbutton.disabled:hover {
  background-color: var(--main-green);
}

a[title="purchase"] {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 36px;
  font-size: .85em;
  padding: .75em 0;
  background-color: var(--main-green);
  border: none;
  color: #fff !important;
}

a[title="purchase"]:not([disabled]):hover {
  background-color: #22cc91;
}

a[title="purchase"] .glyphicon,
a[title="purchase"] [class|="fa"] {
  padding-left: 1em;
}

a[title~="learn"],
a[title="back"],
a.learnmore {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 36px;
  font-size: .85em;
  padding: .75em 0;
  background-color: #e5e5e5;
  border: none;
  color: #303030 !important;
}

a[title~="learn"]:not([disabled]):hover,
a[title="back"]:not([disabled]):hover,
a.learnmore:not([disabled]):hover {
  background-color: #bdc0c2;
}

.greenbutton-mini {
  background-color: var(--main-green);
  padding: 0.35em 1em;
  color: #fff !important;
  border-radius: 4px;
}

.greenbutton-mini * {
  color: #fff !important;
}

.wspl-bluebutton {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  background-color: var(--main-blue);
  color: #FFF;
}

.wspl-bluebutton:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .wspl-bluebutton {
    font-size: 1.1em;
  }
}

.wspl-bluebutton:not([disabled]):hover {
  background-color: var(--main-blue-hover);
}

.wspl-bluebutton-transp {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  line-height: 34px;
  background-color: transparent;
  border: 1px solid var(--main-blue);
  color: var(--main-blue) !important;
}

.wspl-bluebutton-transp:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .wspl-bluebutton-transp {
    font-size: 1.1em;
  }
}

.wspl-bluebutton-transp:not([disabled]):hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.wspl-limebutton {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  background-color: var(--main-lime);
  color: black !important;
  font-weight: 600;
}

.wspl-limebutton:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .wspl-limebutton {
    font-size: 1.1em;
  }
}

.wspl-limebutton:not([disabled]):hover {
  background-color: #2ce799;
}

.wspl-cyanbutton {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  background-color: #44c1e6;
  color: #fff;
}

.wspl-cyanbutton:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .wspl-cyanbutton {
    font-size: 1.1em;
  }
}

.wspl-cyanbutton:not([disabled]):hover {
  background-color: #2bb7e2;
}

.wspl-cyanbutton-lt {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  background-color: #cef1ff;
  color: #303030 !important;
  font-weight: 600;
}

.wspl-cyanbutton-lt:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .wspl-cyanbutton-lt {
    font-size: 1.1em;
  }
}

.wspl-cyanbutton-lt:not([disabled]):hover {
  background-color: #44c1e6;
}

.wspl-redbutton {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  background-color: var(--main-red);
  border: none;
  color: #fff !important;
  font-weight: 600;
}

.wspl-redbutton:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .wspl-redbutton {
    font-size: 1.1em;
  }
}

.wspl-redbutton:not([disabled]):hover {
  background-color: #d62031;
}

.wspl-custombutton {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  background-color: var(--custom-program-header-color);
  border: none;
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 0.01em;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.wspl-custombutton:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .wspl-custombutton {
    font-size: 1.1em;
  }
}

.wspl-custombutton:not([disabled]):hover {
  filter: brightness(1.1);
}

.wspl-groupbutton {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  background-color: var(--custom-group-color);
  color: #fff;
}

.wspl-groupbutton:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .wspl-groupbutton {
    font-size: 1.1em;
  }
}

.wspl-groupbutton:not(.disabled):hover {
  filter: brightness(1.2);
}

.wspl-groupbutton.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.wspl-redbutton-lt {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  background-color: #eacccb;
  border: none;
  color: #303030 !important;
  font-weight: 600;
}

.wspl-redbutton-lt:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .wspl-redbutton-lt {
    font-size: 1.1em;
  }
}

.wspl-redbutton-lt:not([disabled]):hover {
  background-color: #e3b0af;
}

.wh-redbutton {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  line-height: 40px;
  background-color: #a90733;
  color: #fff;
  padding: 0 1.2em;
  min-width: 100px;
  font-size: .85em;
  border-radius: 0;
}

.wh-redbutton:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .wh-redbutton {
    font-size: 1.1em;
  }
}

.wh-redbutton:not([disabled]):not(.disabled):hover {
  background-color: #d81046;
}

.wh-redbutton.disabled {
  opacity: .25;
  cursor: not-allowed;
}

.wh-custombutton {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  background-color: var(--custom-program-primary-color);
  line-height: 40px;
  color: #fff;
  padding: 0 1.2em;
  min-width: 100px;
  font-size: .85em;
  border-radius: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.wh-custombutton:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .wh-custombutton {
    font-size: 1.1em;
  }
}

.wh-custombutton:not([disabled]):not(.disabled):hover {
  filter: brightness(1.1);
}

.wh-custombutton.disabled, .wh-custombutton[disabled] {
  opacity: .25;
  cursor: not-allowed;
}

.wspl-greybutton {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  background-color: #e5e5e5;
  border: none;
  color: #303030 !important;
  font-weight: 600;
}

.wspl-greybutton:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .wspl-greybutton {
    font-size: 1.1em;
  }
}

.wspl-greybutton:not([disabled]):hover {
  background-color: #bdc0c2;
}

.wspl-button--block {
  display: block;
}

.wspl-button--block + .wspl-button--block {
  margin-top: 0.5em;
}

button.wspl-button--block,
a.wspl-button--block {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.wspl-button__icon--stars {
  display: inline;
  width: 60px;
  padding-left: 0.25em;
}

.btn-disabled {
  opacity: 0.5;
  cursor: default !important;
  pointer-events: none !important;
}

.wspl-bluebutton--mini,
.wspl-limebutton--mini,
.wspl-cyanbutton--mini,
.wspl-cyanbutton-lt--mini,
.wspl-redbutton--mini,
.wspl-redbutton-lt--mini,
.wspl-greybutton--mini,
.wspl-custombutton--mini,
.wspl-groupbutton--mini {
  font-size: 0.7rem;
  line-height: 26px;
}

.wspl-bluebutton--sm,
.wspl-limebutton--sm,
.wspl-cyanbutton--sm,
.wspl-cyanbutton-lt--sm,
.wspl-redbutton--sm,
.wspl-redbutton-lt--sm,
.wspl-greybutton--sm,
.wspl-custombutton--sm,
.wspl-groupbutton--sm {
  font-size: 0.75em !important;
  line-height: 32px !important;
}

.wspl-bluebutton--md,
.wspl-limebutton--md,
.wspl-cyanbutton--md,
.wspl-cyanbutton-lt--md,
.wspl-redbutton--md,
.wspl-redbutton-lt--md,
.wspl-greybutton--md,
.wspl-custombutton--md,
.wspl-groupbutton--md {
  font-size: 0.75em !important;
  line-height: 36px !important;
}

.wspl-bluebutton--lg,
.wspl-limebutton--lg,
.wspl-cyanbutton--lg,
.wspl-cyanbutton-lt--lg,
.wspl-redbutton--lg,
.wspl-redbutton-lt--lg,
.wspl-greybutton--lg,
.wspl-custombutton--lg,
.wspl-groupbutton--lg {
  line-height: 46px !important;
}

.wspl-groupbutton--mini {
  min-width: 75px;
}

.wspl-sticky-sidebar {
  top: 20px;
  position: sticky;
  float: left;
  font-size: 95%;
  z-index: 100;
}

.wspl-sticky-sidebar--r {
  float: right;
}

.wspl-sticky-sidebar--r {
  float: right;
}

.wspl-sticky-sidebar li {
  margin-bottom: 1em;
  line-height: 1.4;
}

.wspl-sticky-sidebar.bottom {
  position: absolute;
  bottom: 0;
}

.wspl-sticky-sidebar.sticky-block {
  position: fixed;
  top: 0;
  float: none;
}

.wspl-sticky-sidebar.wspfilter {
  opacity: 1;
  font-size: 0.9em;
  max-width: 235px;
}

.wspl-sticky-sidebar.wspfilter strong {
  margin-bottom: 0.25em;
  display: block;
}

.wspl-sticky-sidebar.wspfilter strong:not(:first-child) {
  padding-top: 1em;
}

@media only screen and (max-width: 1200px) {
  .wspl-sticky-sidebar.wspfilter {
    display: none;
  }
}

#our-bootcamps .wspl-sticky-sidebar {
  width: 200px;
  padding: 1em;
  box-sizing: border-box;
  font-size: 0.9em;
}

#our-bootcamps .wspl-sticky-sidebar strong {
  margin-bottom: 0.25em;
}

@media only screen and (max-width: 700px) {
  #whartonAnnounce .drop-announcer__text {
    font-size: 95%;
  }
}

@media only screen and (max-width: 600px) {
  #whartonAnnounce .drop-announcer__close {
    top: 2em;
  }
}

/*
#whartonAnnounce .drop-announcer__text {


	@include below(1100px) {

		.wsp-full {
			display: none;
		}

		.wsp-abbrv {
			display: inline-block !important;
		}

	}

	@include below(1000px) {
		text-align: center;
	}

	@include below(700px) {
		font-size: 100%;
	}

	@include below(500px) {
		text-align: left;
	}

	@include below(350px) {

		br {
			display: none !important;
		}

	}
}
*/
.drop-announcer {
  display: block;
  background-color: var(--main-lime);
  text-align: center;
  transition: background .25s ease-in-out, max-height .25s ease-in-out, text-decoration .25s ease-in-out, left .15s ease-in-out;
  max-height: 0;
  overflow: hidden;
  position: relative;
  left: 0;
}

.drop-announcer .bull {
  display: inline-block;
  padding: 0 .5em;
}

.drop-announcer strong + .bull {
  padding-left: .25em;
}

.drop-announcer:not(.drop-announcer--info):hover {
  background: #2ce799;
}

.drop-announcer__text > a {
  cursor: pointer;
  font-weight: 600;
}

.drop-announcer__text > a:hover {
  text-decoration: underline;
}

.drop-announcer__text, .drop-announcer__close {
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

.drop-announcer.active > .drop-announcer__text,
.drop-announcer.active > .drop-announcer__close {
  opacity: 1;
}

.drop-announcer.active:not(.js-hidden) {
  max-height: 100px;
}

.drop-announcer__text {
  display: block;
  width: calc(100% - (24px + 1em));
  box-sizing: border-box;
  padding: 1.25em 1em;
  text-align: center;
  font-size: .9em;
  color: #4c4c4c;
}

.drop-announcer__text i {
  margin-right: .5em;
  font-size: .9em;
  color: var(--main-blue);
  position: relative;
  top: -1px;
}

.drop-announcer__close {
  height: 18px;
  width: 24px;
  top: 50%;
  margin-top: -9px;
  position: absolute;
  right: 1em;
  cursor: pointer;
  display: block;
  background: none;
}

.drop-announcer__close:hover {
  transform: scale(1.1);
}

.drop-announcer__close::before, .drop-announcer__close::after {
  position: absolute;
  content: "";
  height: 18px;
  width: 2px;
  border-radius: 2px;
  background-color: black;
  top: calc(50% - 9px);
  left: calc(50% - 1px);
}

.drop-announcer__close::before {
  transform: rotate(45deg);
}

.drop-announcer__close::after {
  transform: rotate(-45deg);
}

.drop-announcer--info.active + .drop-announcer--info.active {
  border-top: solid 1px rgba(0, 0, 0, 0.3);
}

.syllabus {
  display: block;
  position: relative;
  z-index: 50;
  border: 1px solid #dce1e5;
  border-bottom: none;
}

.syllabus + aside {
  z-index: 51;
}

.syllabus__header {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.syllabus__header--tint::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(10, 37, 64, 0.8);
}

.syllabus__header--tint-fade::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.35), black 80%);
}

.syllabus__header > * {
  position: relative;
  z-index: 10;
  color: white;
}

.syllabus__header p + p {
  margin-top: 0.5rem;
}

.syllabus__header-title {
  margin-top: 0;
  font-weight: 700;
  font-size: 2.25em;
  line-height: 1.3;
}

.syllabus__header-title + * {
  margin-top: 1rem;
}

.syllabus__header-tagline {
  font-size: 0.75em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .5px;
}

.syllabus__header-tagline a {
  color: inherit;
}

.syllabus__header-intro {
  font-size: 0.95em;
}

.syllabus__header-button {
  margin-top: 1.5em;
}

.syllabus__header-aside {
  color: #bbc5cb;
  font-size: .8em;
}

.syllabus__header-aside ul li {
  padding-left: 2.25em;
}

.syllabus__header-aside ul li i {
  font-size: 1.2em;
  top: 0.1rem !important;
}

.syllabus__header-note {
  font-weight: normal;
  font-size: .9em;
  background-color: var(--main-lime);
  padding: 1.5em;
  color: #303030 !important;
}

.syllabus .chapter-block {
  line-height: 1.3;
}

.syllabus .chapter-block__chapter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f6f8f9;
  font-weight: normal !important;
  line-height: 60px;
  height: 60px;
  padding: 0 1em 0 1.5em;
  position: relative;
  border-bottom: 1px solid #dce1e5;
}

.syllabus .chapter-block__chapter-name {
  font-size: .9em;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.syllabus .chapter-block__counter {
  font-size: .8em;
  margin-left: auto;
}

.syllabus .chapter-block--accordion .chapter-block__chapter {
  cursor: pointer;
  width: 100%;
}

.syllabus .chapter-block--accordion .chapter-block__chapter::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  color: var(--main-blue);
  font-size: .9em;
  margin-left: .75em;
}

.syllabus .lesson-block-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height ease-in-out .5s;
  visibility: hidden;
}

.syllabus .lesson-block-container ul {
  padding: 1em 1.5em;
  border-bottom: 1px solid #dce1e5;
}

.syllabus .chapter-block--accordion.active .chapter-block__chapter::after {
  transform: rotate(180deg);
}

.syllabus .chapter-block--accordion.active .lesson-block-container {
  max-height: 5000px;
  overflow: visible;
  visibility: visible;
}

.syllabus .fa-star {
  padding-right: 5px;
}

.syllabus .lesson-block {
  background-color: #fff;
  border-bottom: 1px solid #dce1e5;
  position: relative;
  display: block;
  color: #303030;
  border-top: none;
  font-size: 1em;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.syllabus .lesson-block > a.to-lesson {
  width: 100%;
  height: 100%;
  display: block;
  color: #303030;
}

.syllabus .lesson-block > a.to-lesson:hover, .syllabus .lesson-block > a.to-lesson:focus {
  background-color: #f6f8f9;
}

.syllabus .lesson-title,
.syllabus .lesson-label {
  line-height: 60px;
}

.syllabus .lesson-title {
  display: block;
  width: 70%;
  padding-left: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .9em;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.syllabus .preview .lesson-title {
  width: 60%;
}

.syllabus .lessonnumb {
  border: 1px solid #d5d5d5;
  color: var(--main-blue);
  font-size: .9em;
  font-weight: 600;
  height: 24px;
  width: 24px;
  line-height: 24px;
  border-radius: 14px;
  left: 1.1em;
  position: absolute !important;
  top: 50%;
  margin-top: -12px;
  text-align: center;
}

.syllabus .quiztag {
  padding: .25em 1em !important;
  font-size: .6em;
  background: var(--main-lime);
  margin-right: 1em;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  top: -.15em;
}

.syllabus [data-toggle="modal"] {
  cursor: pointer;
}

.syllabus [data-toggle="modal"]:hover .lesson-title {
  color: var(--main-blue);
}

.syllabus .sample-video {
  background-color: #9bffb9;
  padding: .25em 1em;
  margin-right: 1em;
  border-radius: 20px;
  font-size: 1.1em;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
}

.syllabus .lesson-label {
  padding: 0;
  position: absolute;
  right: 6.5em;
  font-size: .7em;
  top: .25em;
}

.syllabus .lesson-label i {
  font-size: .9em;
  margin-right: 4px;
  position: relative;
  top: -1px;
}

.syllabus.chapter.nochapter {
  display: none;
}

.syllabus.chapter.nochapter:first-child {
  display: block;
}

.syllabus .vid-dl,
.syllabus .fa-circle-check {
  position: absolute;
  font-size: .7em;
  top: 50%;
  margin-top: -.2em;
  line-height: 1;
}

.syllabus .vid-dl {
  color: #303030;
  right: 1.5em;
  margin-top: -.35em;
  z-index: 2;
}

.syllabus .vid-dl.ghost {
  opacity: .2;
}

.syllabus a.vid-dl:hover {
  color: var(--main-blue);
}

.syllabus .fa-circle-check {
  position: absolute;
  right: 3.35em;
  color: #e9e9e9;
}

.syllabus .completed .fa-circle-check {
  color: var(--main-green);
}

.syllabus .edit-link {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: .7em;
  color: var(--main-blue);
}

@media only screen and (max-width: 700px) {
  .syllabus .chapter-block__chapter,
  .syllabus .lesson-block {
    line-height: 50px;
    height: 50px;
  }
  .syllabus .lesson-title,
  .syllabus .lesson-label {
    line-height: 50px;
  }
  .syllabus .lesson-label {
    display: none;
  }
  .syllabus .lessonnumb {
    display: none;
  }
}

.syllabus--compact .lesson-block {
  padding: 0.5em 6em 0.5em 1em;
  font-size: 0.8em;
  line-height: 1.4;
  height: auto;
}

.syllabus--compact .lesson-title {
  width: 100%;
  padding-left: 0;
  line-height: inherit;
  white-space: wrap;
  font-size: 1em;
}

.syllabus--compact .lesson-label {
  width: 5.5em;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0.8em;
  display: flex;
  align-items: center;
  line-height: inherit;
}

.wspl-modal .syllabus {
  border: none;
}

#TOC-list .syllabus .lesson-title {
  width: calc(100% - (100px + 2.5em));
}

#TOC-list .syllabus .lesson-label {
  right: 0;
  width: 100px;
}

@media only screen and (max-width: 1000px) {
  #TOC-list .syllabus .lesson-title {
    width: calc(100% - (60px + 2.5em));
  }
  #TOC-list .syllabus .lesson-label {
    right: 0;
    width: 60px;
    display: block;
  }
}

.sales-syllabus .wsp-caps {
  font-size: 1em;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600 !important;
}

.sales-syllabus .glyphicon-pencil,
.sales-syllabus .fa-pencil {
  font-size: .7em;
}

.sales-syllabus .sample-video {
  background-color: var(--main-lime);
  padding: .25em 1em;
  border-radius: 1em;
  margin-right: 1em;
  font-size: .85em;
  text-transform: uppercase;
  font-weight: 600;
}

@media only screen and (max-width: 600px) {
  .sales-syllabus .sample-video {
    margin-right: 0;
    font-size: .8em;
  }
}

.sales-syllabus .fa-play-circle {
  font-size: .85em;
  margin-right: .5em;
}

.sales-syllabus .fa-clock,
.sales-syllabus .fa-play-circle,
.sales-syllabus .fa-clipboard-check {
  opacity: .75;
}

.sales-syllabus .lessonnumb {
  display: none !important;
}

.sales-syllabus .quiztag {
  font-weight: 700;
}

.sales-syllabus .quiztag::after {
  content: ": ";
}

.sales-syllabus .chapter-name {
  background-color: #f6f8f9;
  font-size: 1em;
}

.sales-syllabus .to-lesson {
  background-color: #fff;
}

.sales-syllabus .to-lesson[data-target] {
  cursor: pointer;
}

.sales-syllabus .fa-angle-down {
  display: block;
  font-size: 1.5em;
  top: 1px;
  margin-right: .5em;
}

.sales-syllabus .lesson-title {
  font-size: .9em;
  padding-right: 1.5em;
}

.sales-syllabus .vidtime,
.sales-syllabus .quizquestions {
  font-size: .8em;
}

.sales-syllabus .vidtime i,
.sales-syllabus .quizquestions i {
  margin-right: .5em;
}

.sales-syllabus .chapter-name__title {
  display: flex;
  align-items: center;
}

.sales-syllabus .chapter-name,
.sales-syllabus .to-lesson {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75em 1.5em;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .sales-syllabus .chapter-name,
  .sales-syllabus .to-lesson {
    padding: .75em 1em;
  }
}

.sales-syllabus .lessons-gt-10 > .more-lessons > .to-lesson {
  text-align: center;
  justify-content: center;
  color: var(--main-blue);
  text-decoration: underline;
  font-size: .85em;
  cursor: pointer;
  font-weight: 600;
}

.sales-syllabus .chapter-block:first-child .chapter-name {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.sales-syllabus .chapter-block:last-child .to-lesson:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.sales-syllabus .chapter-block:not(:nth-child(-n+5)) {
  display: none;
}

.sales-syllabus.show-all-chapters .chapter-block {
  display: block !important;
}

.sales-syllabus .chapter-block:not(.active) > .lesson-block {
  display: none !important;
}

.sales-syllabus .chapter-block.active .fa-angle-down {
  transform: rotate(180deg);
}

.sales-syllabus .chapter-block.lessons-gt-10 > .lesson-block:not(:nth-child(-n+11)) {
  display: none;
}

.sales-syllabus .chapter-block.lessons-gt-10.active:not(.show-all-lessons) > .lesson-block.more-lessons {
  display: block !important;
}

.sales-syllabus .chapter-block.lessons-gt-10.show-all-lessons > .lesson-block {
  display: block;
}

.sales-syllabus .chapter-block.lessons-gt-10.show-all-lessons > .lesson-block.more-lessons {
  display: none;
}

.sales-syllabus.no-chapters .lesson-block {
  display: none;
}

.sales-syllabus.no-chapters .lesson-block:nth-child(-n+10) {
  display: block;
}

.sales-syllabus.no-chapters .chapter-name {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.sales-syllabus.show-all-lessons .lesson-block {
  display: block;
}

.sales-syllabus__more {
  border: 2px solid var(--main-blue);
  line-height: 40px;
  font-weight: 600;
  font-size: .85em;
  border-radius: 4px;
  color: var(--main-blue);
  text-align: center;
  margin-top: 1em;
  cursor: pointer;
}

.sales-syllabus__more:hover {
  background-color: var(--main-blue);
  color: #fff;
}

#TOC-list.--theme-w .chapter-block__chapter {
  background-color: #f6f8f9 !important;
}

.wspl-event-result {
  box-sizing: border-box;
  display: block;
  position: relative;
}

.wspl-event-result__most-popular {
  font-size: .6em !important;
  left: -110px;
  position: absolute;
  z-index: 200;
  background-color: var(--main-lime);
  color: #303030;
  width: 300px;
  text-align: center;
  height: 27px;
  line-height: 27px;
  text-transform: uppercase;
  font-weight: 700;
  transform: rotate(-45deg);
  top: 25px;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
}

.wspl-event-result__most-popular-label {
  position: absolute;
  left: -2px;
  top: -2px;
  z-index: 200;
  width: 100px;
  height: 100px;
}

.wspl-event-result__star-rating {
  color: var(--main-blue);
  font-size: 0.9em;
}

@media only screen and (max-width: 700px) {
  .wspl-event-result__star-rating {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0.5em 0;
  }
}

.wspl-event-results--list .wspl-event-result:not(:last-child) {
  border-bottom: 1px solid #dddfe0;
}

@media only screen and (min-width: 901px) {
  .wspl-event-results--list .wspl-event-result {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.wspl-event-results--list .wspl-event-result__content {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  overflow: hidden;
}

.wspl-event-results--list .wspl-event-result__img {
  max-width: 150px;
  min-width: 100px;
}

@media only screen and (max-width: 900px) {
  .wspl-event-results--list .wspl-event-result__img {
    max-width: 100px;
    min-width: 75px;
  }
}

@media only screen and (max-width: 600px) {
  .wspl-event-results--list .wspl-event-result__img {
    width: 50px;
    height: 50px;
    max-width: none;
    min-width: auto;
  }
}

.wspl-event-results--list .wspl-event-result[data-pin="true"] .wspl-event-result__content {
  position: relative;
  overflow: hidden;
}

.wspl-event-results--list .wspl-event-result[data-pin="true"] .wspl-event-result__content * {
  z-index: 20;
}

.wspl-event-results--tile .wspl-event-result {
  overflow: hidden;
  margin-bottom: .75em;
}

.wsp-cert-mod {
  display: flex;
  padding: 1em;
  background-color: var(--main-lime);
  border: 1px solid #69e69b;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5em;
}

.wsp-cert-mod__content {
  font-size: .9em;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.wsp-cert-mod__content i {
  color: var(--main-blue);
  font-size: 2em;
  margin-right: .5em;
  top: -1px;
}

.wsp-cert-mod__button {
  width: 250px;
  min-width: 200px;
  padding: 0 1em !important;
  line-height: 36px;
}

.view-exam-results h1.entry-title {
  font-size: 2em;
  margin-top: -.5em;
}

.view-exam-results .exam_summary {
  list-style: none;
  margin-bottom: 2em;
  border-top: 1px solid #e5e5e5;
  margin-top: -.75em;
  margin-left: 0;
  padding-top: .5em;
  font-size: .75em;
  color: var(--main-meta-data-color);
  text-transform: uppercase;
}

.view-exam-results .exam_summary li {
  display: inline-block;
  padding-right: 2em;
}

.view-exam-results .exam_summary br {
  display: none;
}

.view-exam-results table {
  font-size: .9em;
  margin-bottom: 3em;
  margin-top: 0;
}

.view-exam-results p + table {
  margin-top: 2em;
}

.view-exam-results .entry blockquote {
  margin: 3em auto;
  background-color: #fbfbfb;
  border: 1px solid #f2f2f2;
  padding: 2em;
  font-style: normal;
}

.view-exam-results .entry blockquote p:last-child,
.view-exam-results .entry blockquote li:last-child {
  margin-bottom: 0;
}

.view-exam-results .entry blockquote table caption {
  font-weight: 700;
  border: none;
  padding-left: 0;
}

.view-exam-results .entry blockquote table th {
  vertical-align: bottom;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #e2e2e2 !important;
}

.view-exam-results .entry blockquote table td,
.view-exam-results .entry blockquote table th {
  background-color: #fff;
  text-align: right;
}

.view-exam-results .entry blockquote table td:first-child,
.view-exam-results .entry blockquote table th:first-child {
  text-align: left;
}

.view-exam-results .entry blockquote table td[colspan="2"], .view-exam-results .entry blockquote table td[colspan="3"],
.view-exam-results .entry blockquote table th[colspan="2"],
.view-exam-results .entry blockquote table th[colspan="3"] {
  text-align: center;
  font-weight: 700;
}

.view-exam-results .entry blockquote table:last-child {
  margin-bottom: 0;
}

.view-exam-results p + blockquote {
  margin-top: 2em;
}

.view-exam-results #results-content {
  list-style: none;
  margin-left: 0;
  font-size: .9em;
}

.view-exam-results .question-number {
  font-size: .8em;
  display: inline-block;
  background-color: #ffcc00;
  padding: .5em 1em;
}

.view-exam-results .cat-tag-yellow {
  padding: .25em .5em;
  margin-bottom: 0em;
  margin-top: 3em;
  font-size: .75em !important;
  background-color: var(--main-lime);
  font-weight: 600;
  display: inline-block;
}

.view-exam-results .cat-tag-yellow__edit {
  font-size: .75em;
}

.view-exam-results .the-question {
  margin: 1em 0 2em;
}

.view-exam-results .question-with-result:first-of-type .cat-tag-yellow {
  margin-top: 1em;
}

.view-exam-results .questionList {
  list-style: none;
  margin: 0 0 1em 0;
}

.view-exam-results .questionList li {
  margin-bottom: 0;
}

.view-exam-results .questionList label {
  display: flex;
  align-items: center;
  padding: .5em 1em;
  margin-bottom: 0;
  background: #f6f8f9;
  border-bottom: 1px solid #dce1e5;
}

.view-exam-results .questionList .answerCorrect label {
  background: #cafcde;
}

.view-exam-results .questionList input {
  position: relative;
  margin-right: .5em;
}

.view-exam-results .yep {
  color: var(--main-green);
}

.view-exam-results .nope {
  color: var(--main-red);
}

.view-exam-results .answer_correct .glyphicon,
.view-exam-results .answer_correct [class|="fa"],
.view-exam-results .answer_incorrect .glyphicon,
.view-exam-results .answer_incorrect [class|="fa"] {
  font-size: .9em;
  padding-right: .25em;
  display: none;
}

.view-exam-results .your-answer {
  color: var(--main-red);
  font-weight: 700;
}

.view-exam-results .fa-check.glyphicon-remove,
.view-exam-results .glyphicon-remove,
.view-exam-results .fa-xmark {
  color: var(--main-red);
}

.view-exam-results label .glyphicon-remove,
.view-exam-results label .fa-xmark {
  font-size: .85em;
  top: .1em;
  padding: 0 .25em;
}

.view-exam-results .answerCorrect label .glyphicon-remove,
.view-exam-results .answerCorrect label .fa-xmark {
  display: none;
}

.wpProQuiz_questionListItem.wpProQuiz_answerCorrect label {
  background: #ddffeb;
}

@media screen and (max-width: 1000px) {
  .view-exam-results .breadcrumbs {
    background-color: #f9f9f9 !important;
  }
}

@media screen and (max-width: 600px) {
  .view-exam-results .breadcrumbs {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .view-exam-results .exam_summary .vert-line {
    display: none;
  }
  .view-exam-results .exam_summary br {
    display: block;
  }
}

.chevron-dropdown {
  position: relative;
}

.chevron-dropdown .dropdown-container {
  position: relative;
  display: inline-block;
}

.chevron-dropdown .dropdown-container .trigger {
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.chevron-dropdown .dropdown-container .trigger--button {
  white-space: nowrap;
}

.chevron-dropdown .dropdown-container .trigger:not(.trigger--button):not(.--text-blue):hover * {
  opacity: .5;
}

.chevron-dropdown .dropdown-container .trigger.--text-blue:hover {
  color: #006b9e !important;
}

.chevron-dropdown .dropdown-container .fa-chevron-down {
  padding: 0 5px;
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  -ms-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
}

.chevron-dropdown .dropdown-container.opened .fa-chevron-down {
  transform: rotate(180deg);
}

.chevron-dropdown .dropdown-container.opened .trigger.--text-blue {
  color: #006b9e !important;
}

.chevron-dropdown .dropdown {
  display: none;
  position: absolute;
  top: calc(100% + .5em);
  z-index: 200;
  background-color: #fff;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
  font-size: .8em;
  padding: .5em 0;
  left: 0;
}

.chevron-dropdown .dropdown--left {
  left: auto;
  right: 0;
}

.chevron-dropdown .dropdown a {
  padding: .35em 1.5em;
  display: block;
  color: #303030;
  white-space: nowrap;
}

.chevron-dropdown .dropdown a.active {
  font-weight: 700;
}

.chevron-dropdown .dropdown a:hover {
  color: var(--main-blue);
}

#my-learning-path .chevron-dropdown .dropdown {
  margin-top: 0;
  padding-right: 2em;
  font-size: 0.9em;
  max-height: 250px;
  overflow-y: auto;
}

.side-panel {
  position: fixed;
  width: calc(50% - 1em);
  min-width: 550px;
  max-width: 950px;
  top: 0;
  right: -1100px;
  bottom: 0;
  z-index: 2023;
  box-sizing: border-box;
  box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.side-panel__header {
  position: sticky;
  top: 0;
  background: inherit;
  padding: 2.5em 2.5em 0;
  margin-bottom: 1.5em;
  z-index: 100;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
}

.side-panel__tabs {
  margin-bottom: 0;
  padding-bottom: 5px;
  justify-content: flex-start;
  font-size: 0.8em;
  gap: 1em;
}

.side-panel__close-btn {
  position: absolute;
  right: 0.75rem;
  top: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: InterVariable, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 1.25rem;
  font-weight: 500;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  padding: 0.25rem;
  z-index: 1000;
  border-radius: 50%;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.side-panel__close-btn::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00d";
  color: inherit;
}

.side-panel__close-btn:not([disabled]):hover::before {
  opacity: 0.8;
}

.side-panel__meta {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75em;
  font-weight: 500;
  margin-top: 0 !important;
  color: #99A3AA;
  column-gap: 2em;
  justify-content: space-between;
}

.side-panel__meta li {
  white-space: nowrap;
  padding-bottom: 0.25em;
}

.side-panel__meta li i {
  margin-right: 0.5em;
}

.side-panel__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  background: inherit;
}

.side-panel__body {
  padding: 0 2.5em 2.5em;
}

.side-panel__stats > div {
  padding: 1em;
  background-color: rgba(12, 142, 204, 0.05);
  border: solid 1px #dce1e5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.side-panel__stats > div span {
  display: block;
}

.side-panel__stats-label {
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size: 0.7em;
  color: var(--main-meta-data-color);
  font-weight: 600;
}

.side-panel__stats-data {
  font-size: 1.15em;
}

.side-panel__comment {
  font-size: 0.9em;
  color: var(--main-meta-data-color);
}

.side-panel__lesson-list li {
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
}

.side-panel__lesson-list li .label {
  margin-left: auto;
  padding-left: 1.5em;
  font-size: 0.85em;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  top: 0.2em;
}

.side-panel__lesson-list li .label i {
  padding-right: 1em;
  font-size: 0.7em;
}

@media only screen and (max-width: 500px) {
  .side-panel__lesson-list li .label {
    display: none;
  }
}

.side-panel__log-list {
  font-size: 0.9em;
}

.side-panel__log-list-header {
  font-weight: 600;
  padding-bottom: 2em;
}

.side-panel__log-list li {
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
}

.side-panel__log-list li span:first-child {
  min-width: 100px;
  flex-shrink: 0;
}

.side-panel__log-list li:not(.side-panel__log-list-header):not(:last-child) {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px #dce1e5;
}

@media only screen and (max-width: 750px) {
  .side-panel {
    min-width: calc(100% - 1.5rem);
  }
}

@media only screen and (max-width: 600px) {
  .side-panel .side-panel__body,
  .side-panel .side-panel__header {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .side-panel .side-panel__close-btn {
    right: 0.5rem;
    top: 0.5rem;
  }
}

body.side-panel-on .side-panel {
  right: 0;
}

.page-template-page-mycourses-2019 .wspl-support-button {
  background-color: var(--custom-group-accent-color);
}

.page-template-page-mycourses-2019 .wspl-support-button::before {
  color: var(--custom-group-color);
}

.page-template-page-mycourses-2019 .wspl-support-button:not([disabled]):hover {
  background-color: color-mix(in srgb, var(--custom-group-accent-color) 95%, black);
}

.wspl-support-button {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  background-color: var(--main-lime);
  color: black !important;
  font-weight: 600;
  box-sizing: border-box;
  padding: 0 1.5em !important;
  font-size: .85rem;
  line-height: 36px !important;
  max-height: 36px;
  min-width: 40px;
  border-radius: 40px;
  position: fixed;
  bottom: 22px;
  right: 20px;
  z-index: 2147483001;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.wspl-support-button:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .wspl-support-button {
    font-size: 1.1em;
  }
}

.wspl-support-button:not([disabled]):hover {
  background-color: #2ce799;
}

@media only screen and (max-width: 800px) {
  .wspl-support-button {
    padding: 0 !important;
  }
}

.wspl-support-button:not(.active) {
  display: none;
}

.wspl-support-button i {
  font-size: 0;
  opacity: 0;
  -webkit-transition: font-size .2s ease-in-out .1s, opacity .1s ease-in-out .1s, transform .2s ease-in-out;
  -moz-transition: ffont-size .2s ease-in-out .1s, opacity .1s ease-in-out .1s, transform .2s ease-in-out;
  -o-transition: font-size .2s ease-in-out .1s, opacity .1s ease-in-out .1s, transform .2s ease-in-out;
  -ms-transition: font-size .2s ease-in-out .1s, opacity .1s ease-in-out .1s, transform .2s ease-in-out;
  transition: font-size .2s ease-in-out .1s, opacity .1s ease-in-out .1s, transform .2s ease-in-out;
}

.wspl-support-button::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f086";
  font-weight: 700;
  color: var(--main-blue);
}

@media only screen and (min-width: 801px) {
  .wspl-support-button::after {
    content: "Get Live Support";
    padding-left: 0.75em;
  }
}

.wspl-support-button::before, .wspl-support-button::after {
  opacity: 1;
  font-size: inherit;
  -webkit-transition: font-size .1s ease-in-out .2s, opacity .2s ease-in-out .2s;
  -moz-transition: font-size .1s ease-in-out .2s, opacity .2s ease-in-out .2s;
  -o-transition: font-size .1s ease-in-out .2s, opacity .2s ease-in-out .2s;
  -ms-transition: font-size .1s ease-in-out .2s, opacity .2s ease-in-out .2s;
  transition: font-size .1s ease-in-out .2s, opacity .2s ease-in-out .2s;
}

.wspl-support-button.opened {
  padding: 0 !important;
}

.wspl-support-button.opened::before, .wspl-support-button.opened::after {
  font-size: 0;
  opacity: 0;
  -webkit-transition: font-size .2s ease-in-out, opacity .1s ease-in-out;
  -moz-transition: font-size .2s ease-in-out, opacity .1s ease-in-out;
  -o-transition: font-size .2s ease-in-out, opacity .1s ease-in-out;
  -ms-transition: font-size .2s ease-in-out, opacity .1s ease-in-out;
  transition: font-size .2s ease-in-out, opacity .1s ease-in-out;
}

.wspl-support-button.opened i {
  font-size: inherit;
  opacity: 1;
  transform: rotate(90deg);
  -webkit-transition: font-size .1s ease-in-out .1s, opacity .2s ease-in-out .1s, transform .2s ease-in-out .1s;
  -moz-transition: font-size .1s ease-in-out .1s, opacity .2s ease-in-out .1s, transform .2s ease-in-out .1s;
  -o-transition: font-size .1s ease-in-out .1s, opacity .2s ease-in-out .1s, transform .2s ease-in-out .1s;
  -ms-transition: font-size .1s ease-in-out .1s, opacity .2s ease-in-out .1s, transform .2s ease-in-out .1s;
  transition: font-size .1s ease-in-out .1s, opacity .2s ease-in-out .1s, transform .2s ease-in-out .1s;
}

.custom-program-user .wspl-support-button {
  background-color: var(--custom-program-secondary-color);
  font-weight: 400;
}

.custom-program-user .wspl-support-button::before {
  color: rgba(255, 255, 255, 0.7);
}

.custom-program-user .wspl-support-button::after,
.custom-program-user .wspl-support-button i {
  color: #fff !important;
}

.custom-program-user .wspl-support-button:hover {
  background-color: var(--custom-program-secondary-color);
  filter: brightness(1.1);
}

ul.transform-tile-stack li {
  padding-bottom: 1em;
  border-bottom: 1px solid #dce1e5;
}

ul.transform-tile-stack li:not(:last-child) {
  margin-bottom: 1em;
}

a.transform-tile {
  color: inherit;
}

a.transform-tile:hover .transform-tile__img {
  transform: scale(1.15);
}

a.transform-tile:hover .transform-tile__bg-img {
  transform: scale(1.1);
}

.transform-tile {
  display: flex;
  align-items: center;
  /*
    &__summary {
        color: $metatext;
    }
    */
}

.transform-tile--hero {
  position: relative;
  overflow: hidden;
}

.transform-tile--hero .transform-tile__content {
  margin: 0;
}

.transform-tile__edit {
  position: absolute;
  top: 0.75em;
  right: 0.75em;
  z-index: 2;
  font-size: 0.5em;
}

.transform-tile__img-wrap {
  position: relative;
  width: 100px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
}

.transform-tile__img, .transform-tile__bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}

.transform-tile__content {
  margin-left: 1em;
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  gap: 0.5em;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.transform-tile__tag {
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 500;
}

.transform-tile__link {
  font-size: 0.75em;
}

@media only screen and (max-width: 800px) {
  .transform-tile.bp-800 {
    flex-direction: column;
    margin: 0 auto;
    /*
    .transform-tile__summary {
        display: none;
    }
    */
  }
  .transform-tile.bp-800 .transform-tile__img-wrap {
    display: block;
    width: 100%;
    min-height: 150px;
    border-radius: unset;
  }
  .transform-tile.bp-800 .transform-tile__content {
    margin-left: 0;
    margin-top: 2em;
  }
}

@media only screen and (max-width: 600px) {
  .transform-tile.bp-600 {
    flex-direction: column;
    margin: 0 auto;
    /*
    .transform-tile__summary {
        display: none;
    }
    */
  }
  .transform-tile.bp-600 .transform-tile__img-wrap {
    display: block;
    width: 100%;
    min-height: 150px;
    border-radius: unset;
  }
  .transform-tile.bp-600 .transform-tile__content {
    margin-left: 0;
    margin-top: 2em;
  }
}

@media only screen and (max-width: 500px) {
  .transform-tile.bp-500 {
    flex-direction: column;
    margin: 0 auto;
    /*
    .transform-tile__summary {
        display: none;
    }
    */
  }
  .transform-tile.bp-500 .transform-tile__img-wrap {
    display: block;
    width: 100%;
    min-height: 150px;
    border-radius: unset;
  }
  .transform-tile.bp-500 .transform-tile__content {
    margin-left: 0;
    margin-top: 2em;
  }
}

.wspl_table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  /*
    &--loose th,
    &--loose td {
        padding: 1em;
    }
*/
}

.wspl_table--log {
  font-size: .9em;
}

.wspl_table td,
.wspl_table th {
  vertical-align: top;
}

.wspl_table td {
  background-color: #fff;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 1em;
  line-height: 1.4;
}

.wspl_table td:first-child {
  padding-left: 1em;
}

.wspl_table td:last-child {
  padding-right: 1em;
}

.wspl_table--scopeRow td:first-child {
  font-weight: 700;
}

.wspl_table--thead th {
  background-color: #dde8ed;
  padding-top: 1em;
  padding-bottom: 1em;
}

.wspl_table--thead th:first-child {
  padding-left: 1em;
}

.wspl_table--thead th:last-child {
  padding-right: 1em;
}

.wspl_table--hover tr:first-child td {
  padding-top: 1em !important;
}

.wspl_table--hover tr:last-child td {
  padding-botom: 1em !important;
}

.wspl_table--hover tr:hover td {
  background-color: #edf0f2 !important;
}

.wspl_table--rows {
  border-left: none;
  border-right: none;
}

.wspl_table--rows th {
  font-weight: 700;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 1em;
}

.wspl_table--rows:not(.wspl_inclusion_table) td:first-child {
  padding-left: 1em !important;
}

.wspl_table--rows:not(.wspl_inclusion_table) td:last-child {
  padding-right: 1em !important;
}

.wspl_table--rows tr:first-child td {
  border-top: none;
  padding-top: 0;
}

.wspl_table--rows tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}

.wspl_table--rows tr:nth-child(even) td {
  background-color: #f6f8f9;
}

.wspl_table--tight th,
.wspl_table--tight td {
  padding: .5em .25em;
}

.wspl_table__apply {
  text-align: right;
  min-width: 140px;
  /*
		.bluebutton {
			min-width: 50px;
			padding-top: .25em;
			padding-bottom: .25em;
		}
        */
}

#open-positions td {
  vertical-align: middle;
}

@media only screen and (max-width: 780px) {
  #open-positions table {
    font-size: .9em;
  }
  #open-positions .location {
    display: none;
  }
  #open-positions td {
    line-height: 1.4;
  }
}

.wspl_tablelist {
  width: 100%;
  border-left: 1px solid #dce1e5;
  border-right: 1px solid #dce1e5;
}

.wspl_tablelist td {
  padding: .25em 0;
  border-top: 1px solid #dce1e5;
  border-bottom: 1px solid #dce1e5;
  font-size: .9em;
}

.wspl_tablelist td:first-child {
  padding-left: .5em;
}

.wspl_tablelist td:last-child {
  padding-right: .5em;
}

.wspl_inclusion_table th {
  padding-bottom: 1em;
  line-height: 1.3;
}

.wspl_inclusion_table th:not(:first-child),
.wspl_inclusion_table td:not(:first-child) {
  text-align: center;
  vertical-align: middle;
}

.wspl_inclusion_table td .fa-circle-check {
  font-size: 1.5em;
  padding-right: 0;
}

.wspl_inclusion_table td.included .fa-circle-check {
  color: #0a2540;
}

.wspl_inclusion_table td.not-included .fa-circle-check {
  color: rgba(0, 0, 0, 0.15);
}

.wspl_inclusion_table td.all-included .fa-circle-check {
  color: var(--main-lime);
  background: radial-gradient(circle at center, #0a2540 50%, transparent 50%);
}

.wspl_inclusion_table b {
  font-weight: 600 !important;
}

.wspl_metatable {
  width: 100%;
  table-layout: fixed;
  font-size: .8em;
  color: inherit;
}

.wspl_metatable td[scope="row"] {
  width: 125px;
  background-color: #f6f8f9;
  font-weight: 600;
}

.wspl_metatable td {
  border: 1px solid #dce1e5;
  padding: .5em .75em;
  vertical-align: top;
}

.wspl_metatable ul {
  list-style: disc;
  margin-left: 1.2em;
}

.wspl_metatable em {
  font-style: italic;
  opacity: .5;
}

.wspl_metatable p:not(:first-child),
.wspl_metatable ul:not(:first-child) {
  margin-top: 1em;
}

.bc-results-table-body-wrap {
  position: relative;
}

.bc-results-table-header {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .7em;
  line-height: 4;
  letter-spacing: -0.015em;
}

.bc-results-table-header > [data-sortable="true"] {
  cursor: pointer;
  box-sizing: border-box;
  white-space: nowrap;
}

.bc-results-table-header > [data-sortable="true"]:hover {
  color: var(--main-blue);
}

.bc-results-table-header > [data-sortable="true"] i {
  font-size: 0.55rem;
  padding-right: 3px;
}

.wspl-form {
  font-size: 1em;
}

.wspl-form--lg {
  font-size: 1.15em;
}

.wspl-form ::-webkit-input-placeholder {
  color: #afafaf;
}

.wspl-form :-moz-placeholder {
  color: #afafaf;
}

.wspl-form ::-moz-placeholder {
  color: #afafaf;
}

.wspl-form :-ms-input-placeholder {
  color: #afafaf;
}

.wspl-form__title {
  margin-bottom: 1.5em;
  margin-top: 0.5em;
  font-weight: 800;
}

.wspl-form .wspl-form__row {
  display: flex;
}

.wspl-form__input {
  border: 1px solid #d8dadd;
  margin-bottom: 1em;
  font-family: InterVariable, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  width: 100%;
  color: #303030;
  padding-top: .75em;
  padding-bottom: .75em;
  font-size: .9em;
}

.wspl-form__input:active {
  outline: none;
}

.wspl-form__input:focus {
  outline: none;
}

.wspl-form__input:not(.wspl-form__textarea) {
  line-height: 1;
}

.wspl-form__labelAnimate {
  position: relative;
  border: 1px solid #d8dadd;
  background-color: #fff;
}

.wspl-form__labelAnimate:not(:first-child) {
  margin-top: .5em;
}

.wspl-form__labelAnimate.wspl-flex-col {
  margin-top: 0;
}

.wspl-form__labelAnimate .wspl-form__input {
  position: relative;
  padding-top: 1.35em;
  font-weight: 600;
  background: transparent;
  border: none;
  z-index: 300;
  margin-bottom: 0;
}

.wspl-form__labelAnimate .wspl-form__input.unhappy, .wspl-form__labelAnimate .wspl-form__input.error {
  background-color: rgba(255, 0, 0, 0.12);
  border-left: 4px solid #ff1b32;
}

.wspl-form__labelAnimate .wspl-form__label {
  position: absolute;
  font-size: .9em;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  left: 1em;
  font-weight: 600;
}

.wspl-form__labelAnimate.hasContent .wspl-form__label {
  font-size: .6em;
  left: 1.4em;
  margin-top: 0;
  top: .35em;
  opacity: .6;
  align-items: flex-start;
}

.wspl-form__labelAnimate--textarea .wspl-form__label {
  align-items: flex-start;
  top: .9em;
}

.wspl-form__labelAnimate--select:not(.hasContent) select {
  color: transparent;
}

.wspl-form__labelAnimate .unhappyMessage {
  font-size: .5em;
  position: absolute;
  right: 5px;
  top: 3px;
}

.wspl-form__textarea {
  min-height: 225px;
  height: 100%;
  line-height: 1.4;
  resize: none;
}

.wspl-form__textarea:active {
  outline: none;
}

.wspl-form__textarea:focus {
  outline: none;
}

@media only screen and (max-width: 1000px) {
  .wspl-form__textarea-bp1000min {
    min-height: 150px;
  }
}

.wspl-form__select.wspl-form__input {
  background-image: url(https://media.wallstreetprep.com/wspimage/input-bg-select-down.svg);
  background-position: 96% 50%;
  background-repeat: no-repeat;
  background-size: 0.55em;
}

.wspl-form__input.unhappy {
  background-color: #ffe9e9;
}

.wspl-form__opt-in {
  display: flex;
  align-items: center;
  margin-top: .5em;
}

.wspl-form__opt-in .wspl-form__comment {
  margin-top: 0;
}

.wspl-form__opt-in input[type="checkbox"] {
  display: inline;
  margin-right: 4px;
  accent-color: var(--main-blue);
}

.wspl-form__submit {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 36px;
  font-size: .85em;
  padding: .75em 0;
  background-color: var(--main-blue);
  border: none;
  color: #FFF !important;
  min-width: 225px;
  display: inline-block;
  margin-top: 1em;
}

.wspl-form__submit:not([disabled]):hover {
  background-color: var(--main-blue-hover);
}

.wspl-form__submit:focus {
  outline: none;
}

.wspl-form__submit--full {
  width: 100%;
  min-width: auto;
}

.wspl-form__submit--lime {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 36px;
  font-size: .85em;
  padding: .75em 0;
  background-color: var(--main-lime);
  border: none;
  color: #0c1823 !important;
  font-weight: 600;
}

.wspl-form__submit--lime:not([disabled]):hover {
  background-color: #2ce799;
}

.wspl-form__submit.signupSubmit {
  margin-top: 2em;
}

.wspl-form__comment {
  margin-top: 1.5em;
  font-size: .55em;
}

.wspl-form__comment a {
  cursor: pointer;
  color: inherit;
  text-decoration: underline;
}

.wspl-form .wspl-flex-col {
  margin-bottom: 0.5em !important;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

.wspl-bluebutton.wspl-form__submit,
.wspl-limebutton.wspl-form__submit,
.wspl-cyanbutton.wspl-form__submit {
  padding-top: 0;
  padding-bottom: 0;
}

.wspl-flex-col > .wspl-form__submit {
  margin-top: 0;
}

.--theme-dk .wspl-form__labelAnimate {
  border: none;
  background-color: rgba(0, 0, 0, 0.1);
}

.--theme-dk .wspl-form__input {
  color: white;
}

.--theme-dk .wspl-form__input.unhappy {
  background-color: transparent;
}

.--theme-dk .wspl-form__submit {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  background-color: var(--main-lime);
  color: black !important;
  font-weight: 600;
}

.--theme-dk .wspl-form__submit:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .--theme-dk .wspl-form__submit {
    font-size: 1.1em;
  }
}

.--theme-dk .wspl-form__submit:not([disabled]):hover {
  background-color: #2ce799;
}

.--theme-dk .wspl-form .unhappyMessage {
  color: #fff;
  opacity: .6;
}

.--theme-dk .wspl-form__comment a {
  color: #fff;
  font-weight: normal;
  text-decoration: underline;
}

.--theme-blue .wspl-form__labelAnimate {
  border: none;
  background-color: rgba(0, 0, 0, 0.1);
}

.--theme-blue .wspl-form__input {
  color: white;
}

.--theme-blue .wspl-form__input.unhappy {
  background-color: transparent;
}

.--theme-blue .wspl-form__submit {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  background-color: #44c1e6;
  color: #fff;
}

.--theme-blue .wspl-form__submit:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  .--theme-blue .wspl-form__submit {
    font-size: 1.1em;
  }
}

.--theme-blue .wspl-form__submit:not([disabled]):hover {
  background-color: #2bb7e2;
}

.--tint-black .wspl-form__labelAnimate {
  border: none;
  background-color: #232b36;
  color: rgba(255, 255, 255, 0.4);
}

.--tint-black .wspl-form__input {
  color: #fff;
}

.--tint-black .wspl-form__input.unhappy {
  background-color: transparent;
}

.--tint-black .wspl-form__submit {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 36px;
  font-size: .85em;
  padding: .75em 0;
  background-color: var(--main-lime);
  border: none;
  color: #0c1823 !important;
  font-weight: 600;
}

.--tint-black .wspl-form__submit:not([disabled]):hover {
  background-color: #2ce799;
}

.wspl-lead-cap-form {
  position: relative;
  margin-bottom: 1em;
}

.wspl-lead-cap-form .edit-link {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 0.8em;
}

.wspl-lead-cap-form__header {
  text-align: center;
  padding: 1em;
}

.wspl-lead-cap-form__header h4,
.wspl-lead-cap-form__header .--font-size-h4 {
  font-size: 1.75em !important;
}

.wspl-lead-cap-form__header-img {
  display: none;
}

.wspl-lead-cap-form__header-tagline {
  font-size: 0.9em;
  padding-bottom: 1em;
  font-style: italic;
}

.wspl-lead-cap-form h3, .wspl-lead-cap-form h4 {
  margin-bottom: .25em;
  position: relative;
  font-weight: 700;
  margin-top: 0;
}

.wspl-lead-cap-form h3 + .inputs, .wspl-lead-cap-form h4 + .inputs {
  margin-top: 1em;
}

.wspl-lead-cap-form h3 + p, .wspl-lead-cap-form h4 + p {
  margin-bottom: .65em;
}

@media only screen and (max-width: 800px) {
  .wspl-lead-cap-form h3 + p, .wspl-lead-cap-form h4 + p {
    display: none;
  }
}

.wspl-lead-cap-form h3,
.wspl-lead-cap-form .--font-size-h3 {
  font-size: 2.4em;
  line-height: 1.3;
  border-bottom: none;
  padding-bottom: 0;
}

.wspl-lead-cap-form h4,
.wspl-lead-cap-form .--font-size-h4 {
  font-size: 1.1em;
  color: inherit;
  line-height: 1.4;
}

.wspl-lead-cap-form .content {
  flex-grow: 1;
}

.wspl-lead-cap-form .img {
  max-width: 200px;
  min-width: 200px;
  position: relative;
}

.wspl-lead-cap-form .img + .content {
  padding-right: 2em;
}

.wspl-lead-cap-form .img > .main {
  width: 85%;
  margin: 0 auto;
}

.wspl-lead-cap-form .img .dl {
  position: absolute;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  right: -7px;
}

.wspl-lead-cap-form__form-elements {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.wspl-lead-cap-form__form-elements--hero .img {
  max-width: 300px;
  min-width: 300px;
  position: relative;
}

.wspl-lead-cap-form__form-elements--hero .img > .main {
  width: auto;
}

@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  .wspl-lead-cap-form__form-elements--hero .img {
    max-width: 225px !important;
    min-width: 225px !important;
  }
}

@media only screen and (max-width: 800px) {
  .wspl-lead-cap-form__form-elements--hero .img {
    max-width: 275px;
    min-width: 275px;
  }
}

@media only screen and (max-width: 700px) {
  .wspl-lead-cap-form__form-elements--hero .img {
    display: none;
  }
}

.wspl-lead-cap-form__form-elements--hero-abs {
  align-items: stretch;
}

.wspl-lead-cap-form__form-elements--hero-abs .img {
  max-width: 400px;
  min-width: 400px;
  margin-right: -3rem;
}

.wspl-lead-cap-form__form-elements--hero-abs .img > .main {
  position: absolute;
  bottom: 0;
  left: 1rem;
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  .wspl-lead-cap-form__form-elements--hero-abs .img {
    max-width: 350px;
    min-width: 350px;
    margin-right: -2.5rem;
  }
}

@media only screen and (max-width: 800px) {
  .wspl-lead-cap-form__form-elements--hero-abs .content {
    padding-right: 1em;
  }
}

@media only screen and (max-width: 700px) {
  .wspl-lead-cap-form__form-elements--hero-abs {
    padding-top: 0 !important;
    margin-top: -1em;
  }
  .wspl-lead-cap-form__form-elements--hero-abs .img {
    min-width: auto;
  }
  .wspl-lead-cap-form__form-elements--hero-abs .img > .main {
    position: static;
  }
}

.wspl-lead-cap-form .dl-link {
  align-content: center;
  flex-wrap: wrap;
}

.wspl-lead-cap-form .dl-link > * {
  width: 100%;
}

.wspl-lead-cap-form .dl-link__email-provided {
  display: none;
  font-size: .9em;
  font-weight: 600;
  margin-bottom: .5em;
  color: var(--main-green);
  margin-top: -1em;
}

.wspl-lead-cap-form .dl-link__button-container, .wspl-lead-cap-form .dl-link__email-provided {
  text-align: center;
  padding: 0 2em;
}

.wspl-lead-cap-form .dl-link__button {
  width: 100%;
  max-width: 350px;
  font-weight: 500;
  line-height: 46px;
  white-space: nowrap;
}

.wspl-lead-cap-form .dl-link__button i {
  margin-right: .35em;
}

.wspl-lead-cap-form .dl-link__ty {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 500px;
}

.wspl-lead-cap-form .loader-fs {
  font-size: .85em;
  font-weight: 600;
}

.wspl-lead-cap-form .loader-fs img {
  width: 20px;
  margin-right: .5em;
}

.wspl-lead-cap-form .dl-link,
.wspl-lead-cap-form .loader-fs {
  display: none;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background-color: #f6f8f9;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.wspl-lead-cap-form.dl-logged-in.dl-active .dl-link {
  position: relative;
}

.wspl-lead-cap-form.dl-logged-in.dl-active .dl-link__message {
  font-size: .8em;
  color: var(--main-meta-data-color);
  margin-left: 1em;
  text-align: center;
  margin-bottom: 1.2em;
}

@media only screen and (max-width: 700px) {
  .wspl-lead-cap-form.dl-logged-in.dl-active .dl-link__message {
    max-width: 250px;
  }
}

.wspl-lead-cap-form.dl-logged-in.dl-active .wspl-lead-cap-form__form-elements {
  visibility: hidden;
  height: 0;
}

.wspl-lead-cap-form.dl-active .dl-link {
  display: flex !important;
  z-index: 400;
}

.wspl-lead-cap-form.submitting .loader-fs {
  display: flex;
  z-index: 399;
}

.wspl-lead-cap-form.email-provided .dl-link__email-provided {
  display: block;
}

@media screen and (max-width: 700px) {
  .wspl-lead-cap-form {
    padding: 1em;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .wspl-lead-cap-form__form-elements {
    display: block;
  }
  .wspl-lead-cap-form__header {
    margin-bottom: 1em;
  }
  .wspl-lead-cap-form__header-img {
    display: inline-block !important;
    max-width: 225px;
    margin: 0 auto .5em;
  }
  .wspl-lead-cap-form .content {
    padding: 0 !important;
  }
  .wspl-lead-cap-form .img {
    margin: 0 auto .5em;
    max-width: 225px;
  }
}

/*
.wspl-lc-document {
	cursor: pointer;

	&__form {
		padding: 1.5em;
		display: none;
	}

	&.showForm {

		.wspl-lc-document {

			&__content {
				display: none;
			}

			&__form {
				display: block;
			}
		}

		.wspl-content-block__footer {
			display: none;
		}
	}
}
*/
.grecaptcha-badge {
  visibility: hidden;
}

.wspl-form-wrap {
  position: relative;
}

.wspl-form-wrap.--formSuccess form, .wspl-form-wrap.--formError form {
  visibility: hidden;
}

.wspl-form-wrap.--formSuccess .wspl-form-wrap__message.--formSuccess {
  display: flex;
}

.wspl-form-wrap.--formError .wspl-form-wrap__message.--formError {
  display: flex;
}

.wspl-form-wrap__message {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f6f8f9;
  display: none;
}

.wspl-form-wrap__message-title {
  font-size: 1.25em;
  font-weight: 700;
}

.wspl-form-wrap .wspl-form-wrap__message.--formError .wspl-form-wrap__message-title {
  color: var(--main-red);
}

#modal-cart-down .wpcf7-form {
  padding: 0 !important;
  margin-bottom: 0 !important;
  background: transparent !important;
  border: none !important;
  margin-top: 1em;
}

@media only screen and (min-width: 1000px) {
  #modal-cart-down .wpcf7-form > p {
    display: flex;
    flex-wrap: wrap;
  }
  #modal-cart-down .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    width: auto !important;
    max-width: calc(50% - 1em);
    min-width: calc(50% - 1em);
    margin-right: 1em;
  }
}

#modal-cart-down .wpcf7-form input[type="text"],
#modal-cart-down .wpcf7-form input[type="email"] {
  border: none;
}

#modal-cart-down .wpcf7-form .wpcf7-not-valid {
  border-left: 6px solid var(--main-red) !important;
  background: #ffdbe1;
}

#modal-cart-down .wpcf7-form input[type="submit"].wpcf7-submit {
  margin-top: 0;
  background: var(--main-lime) !important;
  color: #303030 !important;
  padding: 0;
  line-height: 42px;
  font-weight: 600;
}

#modal-cart-down .wpcf7-form .wpcf7-spinner {
  display: none !important;
}

#modal-cart-down .wpcf7-form .wpcf7-response-output {
  border-color: var(--main-lime);
  font-size: .8em;
  margin-bottom: 0;
}

#modal-cart-down .wpcf7-form .wpcf7-not-valid-tip {
  display: none !important;
}

*::-webkit-input-placeholder {
  font-family: InterVariable, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

*:-moz-placeholder {
  font-family: InterVariable, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

*::-moz-placeholder {
  font-family: InterVariable, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

*:-ms-input-placeholder {
  font-family: InterVariable, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.siq-searchwidget input[type="search"] {
  border-radius: 36px;
  margin-bottom: 0;
  padding: 0 1em 0 2.5em;
  height: 40px;
  line-height: 40px;
  border: none;
  width: 275px;
  box-sizing: border-box;
  background-image: url(https://media.wallstreetprep.com/wspimage/wsp-icon-search-b.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 10px center;
  font-size: .95em;
}

.siq-searchwidget input[type="search"]::-webkit-input-placeholder {
  color: #303030;
}

.siq-searchwidget input[type="search"]:-moz-placeholder {
  color: #303030;
}

.siq-searchwidget input[type="search"]::-moz-placeholder {
  color: #303030;
}

.siq-searchwidget input[type="search"]:-ms-input-placeholder {
  color: #303030;
}

.siq-searchwidget input[type="search"]::-webkit-search-decoration,
.siq-searchwidget input[type="search"]::-webkit-search-cancel-button,
.siq-searchwidget input[type="search"]::-webkit-search-results-button,
.siq-searchwidget input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.siq-searchwidget .siq-expandwdgt-icon {
  display: none !important;
}

.--theme-blueGrad .siq-searchwidget input[type="search"],
.--theme-blue .siq-searchwidget input[type="search"] {
  color: #fff;
  background-image: url(https://media.wallstreetprep.com/wspimage/wsp-icon-search-w.svg);
  background-color: #40ade1;
}

.--theme-blueGrad .siq-searchwidget input[type="search"]::-webkit-input-placeholder,
.--theme-blue .siq-searchwidget input[type="search"]::-webkit-input-placeholder {
  color: #fff;
}

.--theme-blueGrad .siq-searchwidget input[type="search"]:-moz-placeholder,
.--theme-blue .siq-searchwidget input[type="search"]:-moz-placeholder {
  color: #fff;
}

.--theme-blueGrad .siq-searchwidget input[type="search"]::-moz-placeholder,
.--theme-blue .siq-searchwidget input[type="search"]::-moz-placeholder {
  color: #fff;
}

.--theme-blueGrad .siq-searchwidget input[type="search"]:-ms-input-placeholder,
.--theme-blue .siq-searchwidget input[type="search"]:-ms-input-placeholder {
  color: #fff;
}

.wspl-banner__search-form .siq-searchwidget input[type="search"] {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  line-height: 50px;
  background-position: 16px center;
  font-size: 1.1em;
}

#main-site-search {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
}

#main-site-search + li {
  padding-left: 1em;
}

#main-site-search .glyphicon-remove,
#main-site-search .fa-xmark {
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -.5em;
  display: none;
}

@media screen and (max-width: 1350px) {
  #main-site-search input[type="search"] {
    width: 215px;
    font-size: .85em;
    background-size: 16px;
    background-position: 12px center;
  }
}

.wsp-lms .siq-contain {
  position: relative;
  z-index: 100;
  padding-top: 0;
  margin: 0;
  flex-grow: 2;
  max-width: 500px;
}

.wsp-lms .siq-searchwidget input[type="search"] {
  border: 1px solid #d4d4d4;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .wsp-lms #lms-nav .siq-contain {
    max-width: none;
  }
}

#siq-mobile {
  display: none;
  margin-bottom: 1em;
}

@media screen and (max-width: 800px) {
  #siq-mobile {
    display: block;
  }
}

body.user-searching .sitenav {
  box-shadow: none;
}

body.user-searching .nav-contain > ul#member-nav {
  position: static;
}

body.user-searching .nav-contain > ul#member-nav li:not(#main-site-search) {
  opacity: 0;
}

body.user-searching #primary-nav {
  opacity: 0;
}

@media only screen and (max-width: 500px) {
  body.user-searching #mobile-cart {
    opacity: 0;
  }
}

body.user-searching #main-site-search-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1050px;
  position: relative;
  z-index: 1;
}

body.user-searching #main-site-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}

body.user-searching #main-site-search input[type="search"] {
  width: 100%;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}

body.user-searching #main-site-search .glyphicon-remove,
body.user-searching #main-site-search .fa-xmark {
  display: block;
}

.custom-body .siq-searchwidget {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.custom-body .siq-searchwidget input[type="search"] {
  border: 1px solid #d4d4d4;
  height: 36px;
  line-height: 36px;
  border-radius: 34px;
}

.custom-body .siq-searchwidget input[type="search"]::placeholder {
  opacity: 0.9;
  font-size: 0.9em;
}

#siq_search_results .search-results-R div.search-results-title a em,
#siq_search_results .search-results-R .sr-R-cont div em {
  background-color: transparent !important;
}

#siq_search_results.loading {
  background: url(https://media.wallstreetprep.com/wspimage/wsp-spinner.gif) center center no-repeat !important;
  background-size: 40px !important;
  min-height: 400px !important;
}

#siq_search_results .siq-rp-panel a:hover::before {
  color: var(--main-blue) !important;
}

#siq_search_results .siq-rp-blogrfct-facet .siq-rp-facet-row:before {
  content: "Filter By";
  display: block;
  padding-bottom: .5em;
  font-size: .9em;
  font-weight: 600;
  margin-bottom: .5em;
  border-bottom: 1px solid #e5e5e5;
}

#siq_search_results .siq-rp-blogrfct-facet .siq-rp-facet-row:first-child {
  display: none !important;
}

#siq_search_results .siq-rp-blogrfct-facet .siq-rp-facet-row:last-child {
  display: block !important;
}

#siq_search_results .siq-rp-term-list {
  margin-top: 0 !important;
}

#siq_search_results .siq-rp-term-list > li:first-child {
  padding-top: 0 !important;
}

#siq_search_results div.siq-prodfacet-contL .siq-rp-applied-filter, #siq_search_results div.siq-prodfacet-contL .siq-rp-applied-type-filter {
  font-size: 11px !important;
}

#siq_search_results.siq-filter-on {
  position: relative !important;
}

#siq_search_results.siq-filter-on .siq-prodfacet-contR {
  width: auto !important;
  margin-left: 165px !important;
  float: none !important;
}

#siq_search_results.siq-filter-on .siq-prodfacet-contL {
  position: absolute;
  top: 3em !important;
  left: 0 !important;
  width: 150px !important;
  float: none !important;
}

html body .holdResults._siq_main_searchbox .topArrow {
  display: none !important;
}

html body .holdResults._siq_main_searchbox .siq-blogrfct-cont {
  border-color: #d9d9d9 !important;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1) !important;
}

html body .holdResults._siq_main_searchbox .siq-blogrfct-cont * {
  font-family: InterVariable, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

html body .holdResults._siq_main_searchbox .siq-blogrfct-cont .siq-tabcontent ul li a h3 {
  font-weight: 600 !important;
  font-size: .9em !important;
  line-height: 1.3 !important;
}

html body .holdResults._siq_main_searchbox .siq-blogrfct-cont .siq-tabcontent ul li a .siq_resultLeft.has-image {
  height: 40px !important;
  width: 55px !important;
  overflow: hidden !important;
  padding-right: 0 !important;
  border-radius: 8px !important;
}

html body .holdResults._siq_main_searchbox .siq-blogrfct-cont .siq-tabcontent ul li a .siq_resultLeft.has-image img {
  width: 100% !important;
  min-height: 100% !important;
  object-fit: cover;
}

html body .holdResults._siq_main_searchbox .siq-blogrfct-cont a > .siq_resultLeft.has-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
}

html body .holdResults._siq_main_searchbox .siq-blogrfct-cont a[href*="knowledge"] > .siq_resultLeft.has-image::after {
  background-image: url("https://s3.amazonaws.com/media.wallstreetprep.com/wspimage/wsp-siq-bookmark.svg");
  background-position: 10px 0px;
  background-size: 13px;
  background-color: rgba(0, 0, 0, 0.35);
}

html body .holdResults._siq_main_searchbox .siq-blogrfct-cont a[href*="wsp_lesson"] > .siq_resultLeft.has-image::after,
html body .holdResults._siq_main_searchbox .siq-blogrfct-cont a[href*="wsp_course"] > .siq_resultLeft.has-image::after {
  background-image: url("https://s3.amazonaws.com/media.wallstreetprep.com/wspimage/wsp-siq-play.svg");
  background-size: 25px;
  background-color: rgba(0, 0, 0, 0.25);
}

html body .holdResults._siq_main_searchbox .siq-blogrfct-cont ul li.sectionHead {
  display: none !important;
}

html body .holdResults._siq_main_searchbox .siq-blogrfct-cont ul li.resultsMoreLi a {
  color: var(--main-blue) !important;
}

html body .holdResults._siq_main_searchbox .siq-blogrfct-cont .siq_resultLeft.has-image img {
  border-radius: 0 !important;
}

html body .holdResults._siq_main_searchbox .siq-blogrfct-cont.siq-filter-on .siq-blogrfct-srchmain {
  width: 73% !important;
  padding-top: 1em !important;
  box-sizing: border-box !important;
}

html body .holdResults._siq_main_searchbox .siq-blogrfct-cont .siq-blogrfct-facet {
  width: 25% !important;
  border-color: #e5e5e5 !important;
  border-bottom: none !important;
}

html body .holdResults._siq_main_searchbox .siq-blogrfct-cont .siq-blogrfct-facet .siq-facet-row:first-child {
  display: none !important;
}

html body .holdResults._siq_main_searchbox .siq-blogrfct-cont .siq-blogrfct-facet .siq-facet-row:last-child {
  display: block !important;
}

html body .holdResults._siq_main_searchbox .siq-blogrfct-cont .siq-blogrfct-facet button.siq-accordion {
  border-color: #e5e5e5 !important;
  text-transform: capitalize !important;
  font-weight: 600 !important;
  font-family: InterVariable, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  color: transparent !important;
}

html body .holdResults._siq_main_searchbox .siq-blogrfct-cont .siq-blogrfct-facet button.siq-accordion::before {
  content: "Filter By ...";
  color: #303030;
}

html body .holdResults._siq_main_searchbox .siq-blogrfct-cont .siq-blogrfct-facet button.siq-accordion.siq-active::after {
  content: none !important;
}

html body .holdResults._siq_main_searchbox .siq-blogrfct-cont .siq-blogrfct-facet .siq-scrollbox + div {
  max-height: 0 !important;
}

.page-template-page-searchIQ #wrapper {
  background-color: #edf0f2;
}

.page-template-page-searchIQ #siq_search_results {
  padding: 3em 0 0;
}

.page-template-page-searchIQ #siq_search_results * {
  font-size: 1em !important;
  font-family: InterVariable, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.page-template-page-searchIQ #siq_search_results .siq_searchInner {
  margin-bottom: .75em;
}

.page-template-page-searchIQ #siq_search_results .siq_searchInner input {
  border-radius: 36px;
  border-color: #e5e5e5;
  background-size: .85em !important;
}

.page-template-page-searchIQ #siq_search_results .siq_searchInner input::placeholder {
  color: #afafaf;
  font-size: .9em !important;
}

.page-template-page-searchIQ #siq_search_results .siq-rp-applied-type-filter {
  font-size: .75em !important;
}

.page-template-page-searchIQ #siq_search_results .siq-prodfacet-contR {
  padding-left: 1em;
  border-left: 1px solid #e5e5e5;
}

.page-template-page-searchIQ #siq_search_results .siq-prodfacet-contL div.siq-rp-panel.siq-rp-show {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}

.page-template-page-searchIQ #siq_search_results .siq-prodfacet-contL .siq-rp-facet-row {
  padding: 0;
}

.page-template-page-searchIQ #siq_search_results .siq-prodfacet-contL .siq-rp-panel > ul:first-child {
  margin-top: 0;
}

.page-template-page-searchIQ #siq_search_results .siq-prodfacet-contL .siq-rp-panel ul {
  font-size: .9em !important;
}

.page-template-page-searchIQ #siq_search_results .siq-prodfacet-contL .siq-rp-panel ul li {
  padding: .35em 0;
}

.page-template-page-searchIQ #siq_search_results .siq-prodfacet-contL .siq-rp-panel ul li.siq-rp-more {
  display: none;
}

.page-template-page-searchIQ #siq_search_results .siq-show-result {
  padding-top: 0;
}

.page-template-page-searchIQ #siq_search_results .siq-show-result span {
  font-weight: 700;
}

.page-template-page-searchIQ #siq_search_results .searchFiltersLeftTd,
.page-template-page-searchIQ #siq_search_results .searchFiltersRightTd {
  font-size: .8em !important;
}

.page-template-page-searchIQ #siq_search_results .searchFiltersRightTd {
  display: none;
}

.page-template-page-searchIQ #siq_search_results .siq-single-result {
  padding: 16px;
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.page-template-page-searchIQ #siq_search_results .siq-single-result td.imageTd .search-results-L {
  width: 60px;
  min-width: 60px;
  height: 43px;
  min-height: 43px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.page-template-page-searchIQ #siq_search_results .siq-single-result td.imageTd .search-results-L::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  background-position: center center;
  background-repeat: no-repeat;
}

.page-template-page-searchIQ #siq_search_results .siq-single-result td.imageTd .search-results-L img {
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover;
}

.page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd {
  position: static;
}

.page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .sr-R-cont {
  display: none !important;
  height: 30px;
  text-overflow: ellipsis;
}

.page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .sr-R-cont * {
  font-size: .85em !important;
  line-height: 1.7 !important;
  font-weight: 500 !important;
  color: #303030 !important;
}

.page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .sr-R-cont * * {
  font-size: 1em !important;
}

.page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .srch-res-info {
  height: 0;
}

.page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .srch-res-info .sr-R-categories {
  position: absolute;
  right: 16px;
  padding-right: 0;
  top: 50%;
  margin-top: -.5em;
}

.page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .srch-res-info .sr-R-categories li {
  line-height: 1;
  color: #323232;
  background-color: #FFFFFF;
  background-color: var(--main-lime);
  font-size: .6em !important;
  font-weight: 600;
  display: none;
  padding: 0 5px;
  line-height: 17px;
}

.page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .srch-res-info .sr-R-categories li:first-child {
  display: block;
}

.page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .sr-R-tags {
  display: none;
}

.page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .sr-R-tags ul li {
  font-size: 13px !important;
}

.page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .search-results-title {
  padding-right: 80px;
}

.page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .search-results-title a {
  font-weight: 600;
  display: inline-block;
  line-height: 1.25;
}

.page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .search-results-title a::after {
  content: "";
  width: 60px;
  height: 43px;
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .search-results-title a[href*="knowledge"]::after {
  background-image: url("https://s3.amazonaws.com/media.wallstreetprep.com/wspimage/wsp-siq-bookmark.svg");
  background-position: 10px 0px;
  background-size: 13px;
}

.page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .search-results-title a[href*="wsp_lesson"]::after, .page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .search-results-title a[href*="wsp_course"]::after {
  background-image: url("https://s3.amazonaws.com/media.wallstreetprep.com/wspimage/wsp-siq-play.svg");
  background-size: 25px;
}

.page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .search-results-title a:hover {
  color: var(--main-blue);
}

.page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .search-results-title a:hover em {
  color: var(--main-blue);
}

.page-template-page-searchIQ #siq_search_results table.siq_data_table td,
.page-template-page-searchIQ #siq_search_results table.siq_searcharea_table td {
  vertical-align: middle;
}

.page-template-page-searchIQ #siq_search_results ._siq_pagination {
  padding-bottom: 0;
}

.page-template-page-searchIQ #siq_search_results ._siq_pagination > * {
  padding: .35em .5em;
  font-size: .9em !important;
}

.page-template-page-searchIQ #siq_search_results ._siq_pagination > *.current {
  background-color: var(--main-blue);
  border-color: var(--main-blue);
  color: #fff;
}

.page-template-page-searchIQ .siq-rp-facet-row button.siq-rp-accordion {
  display: none !important;
}

@media only screen and (max-width: 844px) {
  .sr-R-categories {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .page-template-page-searchIQ #wrapper .content-wrap {
    width: 96%;
    max-width: 500px;
  }
  .page-template-page-searchIQ #siq_search_results {
    padding-top: 2em !important;
  }
  body #siq_search_results table.siq_data_table td.imageTd .search-results-L {
    /*
					width: 70px !important;
					min-width: 70px !important;
					height: 50px !important;
					min-height: 50px !important;
*/
  }
  body #siq_search_results .search-results-R .sr-R-cont {
    display: none !important;
  }
  body #siq_search_results .siq-prodfacet-contL {
    display: none !important;
  }
  body #siq_search_results .siq-prodfacet-contL .siq-fctclose {
    display: none !important;
  }
  body #siq_search_results .siq-prodfacet-contL .siq-rp-blogrfct-facet {
    padding: 0 !important;
  }
  body #siq_search_results.siq-filter-on .siq-prodfacet-contL {
    display: none !important;
  }
  body #siq_search_results.siq-filter-on .siq-prodfacet-contR {
    margin-left: 0 !important;
    padding-left: 0 !important;
    border-left: none !important;
  }
}

@media screen and (max-width: 550px) {
  html body .holdResults._siq_main_searchbox {
    display: none !important;
  }
}

@media screen and (max-width: 500px) {
  .page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .search-results-title a::after {
    top: 0;
    left: 0;
  }
  .page-template-page-searchIQ #wrapper {
    background-color: #fff;
  }
  body #siq_search_results .siq-single-result {
    padding: 0 !important;
    margin-bottom: 6px !important;
    padding-bottom: 6px !important;
  }
  body #siq_search_results .search-results-row {
    background: none;
  }
}

@keyframes searchBarAnimation {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}

.search-bar {
  display: block;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1200px) {
  .user-searching .search-bar {
    animation: searchBarAnimation .2s ease-out forwards;
    transform-origin: right;
    width: 100%;
    opacity: 1;
    visibility: visible;
    position: absolute;
    z-index: 1000002;
    height: 100%;
    box-sizing: border-box;
    padding: 0.5em 1em;
  }
  .user-searching .search-bar .siq-searchwidget {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  .user-searching .search-bar .siq-searchwidget input[type="search"] {
    padding: 0 1em !important;
    margin: 0;
    min-width: 0;
    height: 100%;
    line-height: 1;
    border: none !important;
    background: #fff;
    color: #303030;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 400px) {
  .user-searching .search-bar .siq-searchwidget input[type="search"] {
    width: 245px;
  }
}

@media only screen and (max-width: 1200px) {
  .user-searching .search-bar .siq-searchwidget ::-webkit-input-placeholder {
    color: #858585;
  }
  .user-searching .search-bar .siq-searchwidget :-moz-placeholder {
    color: #858585;
  }
  .user-searching .search-bar .siq-searchwidget ::-moz-placeholder {
    color: #858585;
  }
  .user-searching .search-bar .siq-searchwidget :-ms-input-placeholder {
    color: #858585;
  }
}

.single-wharton_program #siq-expandwdgt-cont, .single-wharton_program .siq-expandwdgt-cont {
  width: auto;
}

select {
  appearance: none;
  text-overflow: '';
  text-indent: 0.01px;
  background-image: url(https://media.wallstreetprep.com/wspimage/input-bg-select-down.svg);
  background-position: 96% 50%;
  background-repeat: no-repeat;
  background-size: .55em;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  margin-bottom: 1em;
  font-family: InterVariable, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  width: 100%;
  color: #303030;
  margin-top: 0;
  height: 3.3em;
  font-size: .9em;
}

select option {
  padding: .5em;
  color: #303030;
}

select:focus {
  outline: none;
}

.blue-back select {
  border: none;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  background-image: url(https://media.wallstreetprep.com/wspimage/input-bg-select-white.svg);
}

.bg-white select {
  background-color: #f9f9f9;
}

#wspl-protected {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 2000;
}

#wspl-protected > *:only-child {
  height: 100%;
}

#wspl-protected form {
  position: relative;
  top: -3em;
  text-align: center;
}

#wspl-protected .wspl-protected-icon {
  font-size: 4em;
  margin: 0 auto .25em;
}

#wspl-protected .wspl-protected-exit {
  display: inline-block;
  font-size: 0.85em;
  padding-top: 1em;
}

.bannerform-wrap {
  position: relative;
  min-height: 80vh;
}

.bannerform {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  transition: transform ease-in-out 0.5s, opacity ease-in-out 0.8s;
  text-align: left;
  overflow: hidden;
}

@media only screen and (min-width: 1000px) {
  .bannerform {
    transform: translate(2000px, 0);
    opacity: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .bannerform {
    position: fixed;
    background-color: #203d4f;
    opacity: 0;
    display: none;
    z-index: 3000;
  }
}

.bannerform button[type="submit"] {
  max-width: 200px;
  background-color: var(--main-lime);
  color: #303030 !important;
  padding: 0 1em;
  border-radius: 2em;
  line-height: 32px;
  text-align: center !important;
  display: inline-block;
}

.bannerform .grecaptcha-badge {
  visibility: hidden !important;
  right: -3000px !important;
}

.bannerform__close {
  position: absolute;
  color: #fff;
  font-size: 1em;
  top: 1em;
  right: 1.5em;
  line-height: 1;
  z-index: 1011;
  cursor: pointer;
}

.bannerform__close:hover {
  color: var(--main-lime);
}

.wsp-input-wrap {
  position: relative;
}

.wsp-input-wrap input,
.wsp-input-wrap textarea {
  border: none !important;
}

.wsp-input-wrap input.error,
.wsp-input-wrap textarea.error {
  border-color: var(--main-lime) !important;
}

.wsp-input-wrap .limebutton {
  color: #303030 !important;
}

.wsp-input-wrap label.error {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--main-lime);
}

.wsp-input-wrap--radio {
  position: relative;
}

.wsp-input-wrap--radio input[type="radio"] {
  cursor: pointer;
  position: absolute !important;
  z-index: 2;
  top: 0 !important;
  left: 0 !important;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0;
}

.wsp-input-wrap--flex {
  display: flex;
}

.wsp-input-wrap--flexitem {
  flex-basis: 0;
  flex-grow: 1;
  position: relative;
}

.wsp-input-wrap--flexitem:not(:first-child) {
  margin-left: 1em;
}

.wsp-input-wrap--date {
  flex-grow: 1;
  display: flex;
  background-color: #fff;
  align-items: center;
  padding: 0 1em;
}

.wsp-input-wrap--date:not(:last-child) {
  margin-right: 1em;
}

.wsp-input-wrap--date input {
  border: none !important;
  padding: 1em 0.5em !important;
  margin: 0 !important;
}

.wsp-input-wrap--date i {
  color: #303030;
}

.wsp-input-wrap--submitAlignRight {
  text-align: right !important;
}

.wsp-input-wrap--submitAlignRight *[type="submit"] {
  display: inline-block;
}

.wsp-input-wrap--button {
  text-align: center !important;
  display: inline-block;
  margin-right: 0.5em;
  cursor: pointer;
}

@media only screen and (max-width: 1000px) {
  .wsp-input-wrap--button {
    display: block;
    margin-top: 1em;
  }
}

.wsp-input-wrap--button input {
  position: absolute !important;
  opacity: 0;
}

.wsp-input-wrap--button label {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 125px;
  box-sizing: border-box;
  padding: 1em 2em;
  text-align: center;
  background-color: var(--main-lime);
  color: black;
  line-height: 1.4;
  font-size: 1em !important;
  transition: background-color 0.2s ease-in-out;
}

.wsp-input-wrap--button:hover label {
  background-color: #2ce799;
}

.wsp-input-wrap--button .multistepform__input-label__icon {
  margin-right: 0.5em;
  font-size: 1.5em;
  color: var(--main-blue);
}

.wsp-input-wrap--button input {
  position: absolute !important;
  opacity: 0;
}

.form-field-radio-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap row;
  min-height: 43px;
}

@media only screen and (max-width: 500px) {
  .form-field-radio-btns li {
    box-sizing: border-box;
    width: 50%;
  }
}

.form-field-radio-btns li:not(:last-child) {
  padding-right: 10px;
}

.form-field-radio-btns input[type="radio"] {
  position: absolute !important;
  opacity: 0;
  visibility: hidden;
}

.form-field-radio-btns input[type="radio"] + label {
  white-space: nowrap;
}

.form-field-radio-btns input[type="radio"]:not(:checked) + label {
  cursor: pointer;
}

.form-field-radio-btns input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #fff;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  bottom: -3px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.form-field-radio-btns input[type="radio"]:checked + label:before {
  background-color: var(--main-lime);
  box-shadow: inset 0 0 0 1px #fff;
}

.required-radio-btns.invalid input[type="radio"]:not(:checked) + label:before {
  width: 12px;
  height: 12px;
  box-shadow: 0 0 0 2px #ff6c6c;
  margin-right: 7px;
  bottom: -1px;
}

.wsp-input-select-wrap {
  position: relative;
}

.wsp-input-select-wrap::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f0d7";
  font-weight: 700;
  position: absolute;
  right: 0.8em;
  font-size: 1.2em;
  top: 50%;
  line-height: 1;
  margin-top: -0.55em;
}

.wsp-input-select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.multistepform .wsp-input-select-wrap::after {
  color: #fff !important;
  opacity: 0.5;
}

@media only screen and (max-width: 1000px) {
  .flex-break-1000 {
    display: block !important;
  }
  .flex-break-1000 > * {
    width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

#bannerFormModal::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(15, 28, 41, 0.85);
}

.multistepform {
  color: #fff;
}

.multistepform .wsp-input-wrap label {
  font-size: 0.85em;
}

.multistepform textarea {
  max-height: 125px;
}

.multistepform textarea:focus {
  border: none;
}

.multistepform textarea::-webkit-input-placeholder,
.multistepform textarea:-moz-placeholder,
.multistepform textarea::-moz-placeholder,
.multistepform textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.multistepform.banner-tint::after {
  opacity: 0.9;
}

.multistepform__message {
  position: absolute;
  top: 45vh;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 9998 !important;
  display: none;
  justify-content: center;
  text-align: center;
}

.multistepform__message.active {
  display: flex;
}

.multistepform__message-title {
  font-size: 1.25em;
  font-weight: 600;
}

.multistepform__message-cancel {
  font-size: 0.75em;
  margin-top: 0.75em;
  text-decoration: underline;
  color: #44c1e6;
  cursor: pointer;
}

.multistepform__meter {
  min-width: 150px;
}

@media only screen and (max-width: 1000px) {
  .multistepform__meter {
    display: none;
  }
}

.multistepform__meter-label {
  font-size: 0.75em;
  margin-bottom: 0.25em;
}

.multistepform__meter-prog {
  height: 5px;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
}

.multistepform__meter-prog-inner {
  height: 100%;
  background-color: var(--main-lime);
}

.multistepform__header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 1000px) {
  .multistepform__header-wrap {
    padding-right: 2em;
  }
}

.multistepform__error {
  font-size: 0.9em;
  margin-bottom: 1em;
  color: var(--main-lime);
  margin-top: -1.5em;
}

.multistepform__form-body {
  display: flex;
  align-items: stretch;
  position: relative;
  height: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1010;
}

@media only screen and (max-width: 1000px) {
  .multistepform__form-body {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media only screen and (min-width: 1001px) {
  .multistepform__form-body {
    width: 90%;
    margin-top: 4em;
    margin-bottom: 4em;
  }
}

.multistepform__steps {
  position: relative;
  flex-grow: 1;
}

.multistepform__nav {
  font-size: 0.8em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
}

.multistepform__nav-item {
  position: relative;
  cursor: pointer;
  font-weight: 600;
  line-height: 1;
}

.multistepform__nav-item.js-hide {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.multistepform__nav-item-back {
  color: #fff !important;
  text-decoration: underline;
  white-space: nowrap;
}

.multistepform__nav-item.success {
  cursor: default;
  pointer-events: none;
  background-color: #edf0f2;
}

.multistepform__nav-item.success::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  color: inherit;
  padding-left: 10px;
}

.multistepform__nav-item-next {
  background-color: var(--main-lime);
  color: #303030 !important;
  padding: 0 1em;
  border-radius: 2em;
  line-height: 32px;
  min-width: 75px;
  text-align: center !important;
  display: inline-block;
}

@media only screen and (max-width: 1000px) {
  .multistepform__nav-item-next {
    line-height: 40px;
  }
}

.multistepform__nav-item-loader .loader-fs {
  width: 30px;
  right: 0;
  left: 75%;
}

.multistepform__sequence {
  transition: transform 0.35s ease-in-out, opacity 0.5s ease-in-out;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transform: translate(1000px);
  visibility: hidden;
  pointer-events: none;
  padding: 3em 4em;
}

@media only screen and (max-width: 1000px) {
  .multistepform__sequence {
    padding: 2em;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media only screen and (min-width: 1001px) {
  .multistepform__sequence {
    background: linear-gradient(45deg, var(--main-blue) 60%, #4cd8b7 100%);
  }
}

.multistepform__sequence.completed {
  transform: translate(-1000px);
}

.multistepform__sequence.active {
  pointer-events: auto;
  position: relative;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.multistepform__header {
  font-size: 2em;
  line-height: 1.2;
  font-weight: 400;
}

.multistepform__subheader {
  margin-top: -0.75em;
  margin-bottom: 0.5em;
  display: block;
}

.multistepform__inputs {
  position: relative;
}

.multistepform__inputs label.error {
  color: var(--main-lime);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.8em;
  font-weight: 700;
}

.multistepform__selections {
  min-width: 200px;
  padding: 6rem;
  background-color: rgba(6, 81, 126, 0.5);
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1080px) {
  .multistepform__selections {
    display: none !important;
  }
}

.multistepform__selections-title {
  font-weight: 600;
  font-size: 0.8em;
  padding-bottom: 0.5em;
}

.multistepform__selection-item {
  display: inline-block;
  font-size: 0.75em;
  background-color: rgba(0, 0, 0, 0.23);
  border-radius: 2em;
  padding: 0.25em 1em;
  margin-bottom: 0.5em;
  white-space: nowrap;
}

.multistepform__input-label {
  font-size: 0.9em;
  padding-bottom: 0.25em;
  font-weight: 500;
}

.multistepform__input-label--large {
  font-size: 1.1em;
}

.multistepform textarea {
  min-height: 150px;
  width: 100% !important;
}

.multistepform input[type="text"].inputError,
.multistepform input[type="email"].inputError,
.multistepform input[type="date"].inputError,
.multistepform select.inputError,
.multistepform textarea.inputError {
  border-left: 4px solid var(--main-orange) !important;
}

.multistepform select {
  color: rgba(255, 255, 255, 0.75) !important;
}

.multistepform label + select {
  margin-top: 0.25em;
}

.multistepform ::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.multistepform .success-icon {
  margin-left: auto;
  margin-right: auto;
}

.multistepform button[type="submit"] {
  padding: 0 1em !important;
  line-height: 32px;
  font-size: 1em !important;
  color: #303030 !important;
  font-family: InterVariable, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@media only screen and (min-width: 1000px) {
  .bannerFormActive .bannerform {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@media only screen and (max-width: 1000px) {
  .bannerFormActive .bannerform {
    display: block;
    opacity: 1;
  }
}

body.single-bootcampcontent #multiStepForm .unhappyMessage {
  display: none !important;
}

.wspl-banner .multistepform__form-body {
  margin: 0;
  width: 100%;
}

.wspl-banner .multistepform__sequence {
  background: none;
  padding: 2.5em 3em;
}

.wspl-banner .multistepform__nav {
  margin-top: 0;
}

.wspl-banner .multistepform input[type="text"],
.wspl-banner .multistepform input[type="email"],
.wspl-banner .multistepform input[type="date"],
.wspl-banner .multistepform select,
.wspl-banner .multistepform textarea {
  background-color: #031327;
  box-shadow: inset 0 0 0 1px #334357;
  box-sizing: border-box !important;
  color: #fff !important;
}

@keyframes textScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

.--align-center {
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .--align-center-bp1200 {
    text-align: center;
  }
}

@media only screen and (max-width: 1000px) {
  .--align-center-bp1000 {
    text-align: center;
  }
}

@media only screen and (max-width: 800px) {
  .--align-center-bp800 {
    text-align: center;
  }
}

@media only screen and (max-width: 700px) {
  .--align-center-bp700 {
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  .--align-center-bp500 {
    text-align: center;
  }
}

.--align-left {
  text-align: left;
}

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

.--content-center {
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1000px) {
  .--content-center-bp1000 {
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 800px) {
  .--content-center-bp800 {
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 500px) {
  .--content-center-bp500 {
    margin-right: auto;
    margin-left: auto;
  }
}

.--content-left {
  margin-right: auto;
  margin-left: 0;
}

.--content-right {
  margin-left: auto;
  margin-right: 0;
}

.--content-top {
  margin-top: 0;
  margin-bottom: auto;
}

.--content-bottom {
  margin-top: auto;
  margin-bottom: 0;
}

.--float-left {
  float: left;
  margin-right: 1rem;
}

.--float-right {
  float: right;
  margin-left: 1rem;
}

.--flex-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sixteen-nine {
  position: relative;
}

.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.sixteen-nine > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.two-one {
  position: relative;
}

.two-one:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}

.two-one > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.eight-three {
  position: relative;
}

.eight-three:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 37.5%;
}

.eight-three > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.eight-five {
  position: relative;
}

.eight-five:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.5%;
}

.eight-five > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.six-four {
  position: relative;
}

.six-four:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66667%;
}

.six-four > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.six-five {
  position: relative;
}

.six-five:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 83.33333%;
}

.six-five > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.four-three {
  position: relative;
}

.four-three:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

.four-three > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.five-four {
  position: relative;
}

.five-four:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 80%;
}

.five-four > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.one-one {
  position: relative;
}

.one-one:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.one-one > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.--two-three {
  position: relative;
}

.--two-three:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 150%;
}

.--two-three > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.--sixteen-nine {
  position: relative;
}

.--sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.--sixteen-nine > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.--seventeen-nine {
  position: relative;
}

.--seventeen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 52.94118%;
}

.--seventeen-nine > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.--two-one {
  position: relative;
}

.--two-one:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}

.--two-one > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.--eight-three {
  position: relative;
}

.--eight-three:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 37.5%;
}

.--eight-three > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.--eight-five {
  position: relative;
}

.--eight-five:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.5%;
}

.--eight-five > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.--seven-nine {
  position: relative;
}

.--seven-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 128.57143%;
}

.--seven-nine > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.--five-eight {
  position: relative;
}

.--five-eight:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 160%;
}

.--five-eight > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.--six-four {
  position: relative;
}

.--six-four:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66667%;
}

.--six-four > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.--six-five {
  position: relative;
}

.--six-five:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 83.33333%;
}

.--six-five > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.--four-three {
  position: relative;
}

.--four-three:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

.--four-three > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.--five-four {
  position: relative;
}

.--five-four:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 80%;
}

.--five-four > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.--one-one {
  position: relative;
}

.--one-one:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.--one-one > .aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.--hide {
  display: none;
}

@media only screen and (max-width: 300px) {
  .--hide-300 {
    display: none;
  }
}

@media only screen and (max-width: 350px) {
  .--hide-350 {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .--hide-400 {
    display: none !important;
  }
}

@media only screen and (max-width: 500px) {
  .--hide-500 {
    display: none !important;
  }
}

@media only screen and (max-width: 600px) {
  .--hide-600 {
    display: none !important;
  }
}

@media only screen and (max-width: 650px) {
  .--hide-650 {
    display: none !important;
  }
}

@media only screen and (max-width: 700px) {
  .--hide-700 {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .--hide-750 {
    display: none !important;
  }
}

@media only screen and (max-width: 800px) {
  .--hide-800 {
    display: none !important;
  }
}

@media only screen and (max-width: 900px) {
  .--hide-900 {
    display: none !important;
  }
}

@media only screen and (max-width: 1000px) {
  .--hide-1000 {
    display: none !important;
  }
}

@media only screen and (max-width: 1050px) {
  .--hide-1050 {
    display: none !important;
  }
}

@media only screen and (max-width: 1100px) {
  .--hide-1100 {
    display: none !important;
  }
}

@media only screen and (max-width: 1150px) {
  .--hide-1150 {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px) {
  .--hide-1200 {
    display: none !important;
  }
}

@media only screen and (max-width: 1250px) {
  .--hide-1250 {
    display: none !important;
  }
}

@media only screen and (max-width: 1400px) {
  .--hide-1400 {
    display: none !important;
  }
}

@media only screen and (min-width: 501px) {
  .--show-500 {
    display: none !important;
  }
}

@media only screen and (min-width: 451px) {
  .--show-450 {
    display: none !important;
  }
}

@media only screen and (min-width: 401px) {
  .--show-400 {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  .--show-600 {
    display: none !important;
  }
}

@media only screen and (min-width: 701px) {
  .--show-700 {
    display: none !important;
  }
}

@media only screen and (min-width: 751px) {
  .--show-750 {
    display: none !important;
  }
}

@media only screen and (min-width: 801px) {
  .--show-800 {
    display: none !important;
  }
}

@media only screen and (min-width: 901px) {
  .--show-900 {
    display: none;
  }
}

@media only screen and (min-width: 1001px) {
  .--show-1000 {
    display: none !important;
  }
}

@media only screen and (min-width: 1051px) {
  .--show-1050 {
    display: none !important;
  }
}

@media only screen and (min-width: 1101px) {
  .--show-1100 {
    display: none !important;
  }
}

@media only screen and (min-width: 1151px) {
  .--show-1150 {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  .--show-1200 {
    display: none !important;
  }
}

@media only screen and (min-width: 1251px) {
  .--show-1250 {
    display: none !important;
  }
}

@media only screen and (min-width: 1301px) {
  .--show-1300 {
    display: none !important;
  }
}

@media only screen and (min-width: 1401px) {
  .--show-1400 {
    display: none !important;
  }
}

@media only screen and (min-width: 1501px) {
  .--show-1500 {
    display: none !important;
  }
}

.--minHeight-150 {
  min-height: 150px;
}

.--minHeight-200 {
  min-height: 200px;
}

.--minHeight-500 {
  min-height: 500px;
}

.--minHeight-600 {
  min-height: 600px;
}

.--height-full {
  height: 100%;
}

.--height50 {
  height: 50px;
}

.--height100 {
  height: 100px;
}

.--height150 {
  height: 150px;
}

.--height200 {
  height: 200px;
}

.--height250 {
  height: 250px;
}

.--height300 {
  height: 300px;
}

.--height350 {
  height: 350px;
  max-height: 350px;
}

.--height400 {
  height: 400px;
  max-height: 400px;
}

.--height450 {
  height: 450px;
  max-height: 450px;
}

.--height500 {
  height: 500px;
  max-height: 500px;
}

.--height600 {
  height: 600px;
  max-height: 600px;
}

.--height650 {
  height: 650px;
  max-height: 650px;
}

.--height900 {
  height: 900px;
  max-height: 900px;
}

.--nomax {
  max-height: 3000px;
}

.--nomax.--height100, .--nomax.--height150, .--nomax.--height200, .--nomax.--height300, .--nomax.--height350, .--nomax.--height400, .--nomax.--height450, .--nomax.--height500, .--nomax.--height600, .--nomax.--height650, .--nomax.--height900,
.--nomax .--height100,
.--nomax .--height150,
.--nomax .--height200,
.--nomax .--height300,
.--nomax .--height350,
.--nomax .--height400,
.--nomax .--height450,
.--nomax .--height500,
.--nomax .--height600,
.--nomax .--height900 {
  height: auto !important;
}

@media only screen and (max-width: 1000px) {
  .bp1000--max700 {
    max-width: 700px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .bp1000--max600 {
    max-width: 600px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .bp1000--max500 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 500px) {
  .bp1000--max300 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 600px) {
  .bp1000--max400 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 700px) {
  .bp1000--max500 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.--min50 {
  min-width: 50px;
}

.--min90 {
  min-width: 90px;
}

.--min100 {
  min-width: 100px;
}

.--min120 {
  min-width: 120px;
}

.--min140 {
  min-width: 140px;
}

.--min150 {
  min-width: 150px;
}

.--min175 {
  min-width: 175px;
}

.--min200 {
  min-width: 200px;
}

.--min250 {
  min-width: 250px;
}

.--min300 {
  min-width: 300px;
}

.--min350 {
  min-width: 350px;
}

.--min400 {
  min-width: 400px;
}

.--min500 {
  min-width: 500px;
}

.--min600 {
  min-width: 600px;
}

.--min700 {
  min-width: 700px;
}

.--min800 {
  min-width: 800px;
}

.--min900 {
  min-width: 900px;
}

.--min1000 {
  min-width: 1000px;
}

.--max50 {
  box-sizing: border-box;
  max-width: 50px;
  width: 100%;
}

.--max70 {
  box-sizing: border-box;
  max-width: 70px;
  width: 100%;
}

.--max100 {
  box-sizing: border-box;
  max-width: 100px;
  width: 100%;
}

.--max150 {
  box-sizing: border-box;
  max-width: 150px;
  width: 100%;
}

.--max200 {
  box-sizing: border-box;
  max-width: 200px;
  width: 100%;
}

.--max250 {
  box-sizing: border-box;
  max-width: 250px;
  width: 100%;
}

.--max280 {
  box-sizing: border-box;
  max-width: 280px;
  width: 100%;
}

.--max300 {
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
}

.--max350 {
  box-sizing: border-box;
  max-width: 350px;
  width: 100%;
}

.--max400 {
  box-sizing: border-box;
  max-width: 400px;
  width: 100%;
}

.--max450 {
  box-sizing: border-box;
  max-width: 450px;
  width: 100%;
}

.--max500 {
  box-sizing: border-box;
  max-width: 500px;
  width: 100%;
}

.--max550 {
  box-sizing: border-box;
  max-width: 550px;
  width: 100%;
}

.--max600 {
  box-sizing: border-box;
  max-width: 600px;
  width: 100%;
}

.--max650 {
  box-sizing: border-box;
  max-width: 650px;
  width: 100%;
}

.--max700 {
  box-sizing: border-box;
  max-width: 700px;
  width: 100%;
}

.--max800 {
  box-sizing: border-box;
  max-width: 800px;
  width: 100%;
}

.--max850 {
  box-sizing: border-box;
  max-width: 850px;
  width: 100%;
}

.--max900 {
  box-sizing: border-box;
  max-width: 900px !important;
  width: 100%;
}

.--max960 {
  box-sizing: border-box;
  max-width: 960px;
  width: 100%;
}

.--max1000 {
  box-sizing: border-box;
  max-width: 1000px;
  width: 100%;
}

.--max1050 {
  box-sizing: border-box;
  max-width: 1050px;
  width: 100%;
}

.--max1060 {
  box-sizing: border-box;
  max-width: 1060px;
  width: 100%;
}

.--max1100 {
  box-sizing: border-box;
  max-width: 1100px;
  width: 100%;
}

.--max1150 {
  box-sizing: border-box;
  max-width: 1150px;
  width: 100%;
}

.--max1200 {
  box-sizing: border-box;
  max-width: 1200px;
  width: 100%;
}

.--max1300 {
  box-sizing: border-box;
  max-width: 1300px;
  width: 100%;
}

.--max1400 {
  box-sizing: border-box;
  max-width: 1400px;
  width: 100%;
}

.--maxWidth {
  width: 100%;
}

.--pad-content {
  padding: 2rem;
}

.--pad-content-minim {
  padding: 0.5rem;
}

.--pad-content-minor {
  padding: 1rem;
}

.--pad-content-micro {
  padding: 0.25rem;
}

.--pad-content-medium {
  padding: 1.5rem;
}

.--pad-content-extra {
  padding: 4rem;
}

.--pad-content-double-both {
  padding: 2rem 4rem;
}

.--pad-content-double-both-minim {
  padding: 1rem 2rem;
}

.--pad-content-double-both-micro {
  padding: 0.25rem 0.5rem;
}

.--pad-content-section {
  padding: 3.5rem 2rem 4rem;
}

.--pad-content-section--extra {
  padding: 3.5rem 2rem 4rem;
}

@media only screen and (min-width: 1000px) {
  .--pad-content-section--extra {
    padding: 6rem 2rem;
  }
}

.--pad-content-form {
  padding: 1.5em 2em;
}

.--pad-content-form-extra {
  padding: 2em 3em;
}

.--pad-content-flush {
  padding: 0 !important;
}

.--pad-left {
  padding-left: 2rem;
}

.--pad-left-minor {
  padding-left: 1rem;
}

.--pad-left-medium {
  padding-left: 1.5rem;
}

.--pad-left-extra {
  padding-left: 4rem;
}

.--pad-left-minim {
  padding-left: 0.5em;
}

.--pad-left-micro {
  padding-left: 0.25rem;
}

.--pad-right {
  padding-right: 2rem;
}

.--pad-right-minor {
  padding-right: 1rem;
}

.--pad-right-extra {
  padding-right: 4rem;
}

.--pad-right-minim {
  padding-right: 0.5em;
}

.--pad-right-micro {
  padding-right: 0.25rem;
}

.--pad-both {
  padding-left: 2rem;
  padding-right: 2rem;
}

.--pad-both-extra {
  padding-left: 4rem;
  padding-right: 4rem;
}

.--pad-both-medium {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.--pad-both-minor {
  padding-right: 1rem;
  padding-left: 1rem;
}

.--pad-both-minim {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.--pad-both-wider {
  margin-right: -2rem;
  margin-left: -2rem;
}

.--pad-both-flush {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.--pad-section {
  padding-top: 3em;
  padding-bottom: 3em;
}

@media only screen and (min-width: 1000px) {
  .--pad-section:not(.--pad-section-hold) {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

.--pad-section-top {
  padding-top: 3em;
}

@media only screen and (min-width: 1000px) {
  .--pad-section-top {
    padding-top: 4em;
  }
}

.--pad-section-top-minor {
  padding-top: 2em;
}

.--pad-section-bottom {
  padding-bottom: 3em;
}

@media only screen and (min-width: 1000px) {
  .--pad-section-bottom {
    padding-bottom: 4em;
  }
}

.--pad-section-bottom-minor {
  padding-bottom: 2em;
}

.--pad-section-micro {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.--pad-section-minim {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.--pad-section-minor {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.--pad-section-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.--pad-section-extra {
  padding-top: 3em;
  padding-bottom: 3em;
}

@media only screen and (min-width: 1000px) {
  .--pad-section-extra {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.--pad-section-hero {
  padding-top: 3em;
  padding-bottom: 3em;
}

@media only screen and (min-width: 1000px) {
  .--pad-section-hero {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}

.--pad-section-super {
  padding-top: 3em;
  padding-bottom: 3em;
}

@media only screen and (min-width: 1000px) {
  .--pad-section-super {
    padding-top: 7em;
    padding-bottom: 7em;
  }
}

.--pad-section-flush {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.wspl-banner + .--pad-section {
  padding-top: 3rem;
}

.--pad-top {
  padding-top: 1.5rem;
}

.--pad-top-content {
  padding-top: 2rem;
}

.--pad-top-content {
  padding-top: 2rem;
}

.--pad-top-minor {
  padding-top: 1rem;
}

.--pad-top-micro {
  padding-top: 0.25rem;
}

.--pad-top-minim {
  padding-top: 0.5rem;
}

.--pad-top-extra {
  padding-top: 1.5em;
}

@media only screen and (min-width: 1000px) {
  .--pad-top-extra {
    padding-top: 2.5em;
  }
}

.--pad-top-super {
  padding-top: 4rem;
}

.--pad-top-flush {
  padding-top: 0 !important;
}

.--pad-bottom {
  padding-bottom: 2rem;
}

.--pad-bottom-micro {
  padding-bottom: 0.25em;
}

.--pad-bottom-extra {
  padding-bottom: 1.5em;
}

@media only screen and (min-width: 1000px) {
  .--pad-bottom-extra {
    padding-bottom: 2.5em;
  }
}

.--pad-bottom-super {
  padding-bottom: 3rem;
}

.--pad-bottom-medium {
  padding-bottom: 1.5em;
}

.--pad-bottom-minor {
  padding-bottom: 1rem !important;
}

.--pad-bottom-minim {
  padding-bottom: 0.5rem;
}

.--pad-bottom-flush {
  padding-bottom: 0 !important;
}

/*
.--pad-section-pre-interrupter {
	padding-bottom: 8rem;

	&.--pad-section-hero {
		padding-bottom: 10rem;
}
*/
.--pad-section-pre-interrupter {
  padding-bottom: 5em;
}

@media only screen and (min-width: 1000px) {
  .--pad-section-pre-interrupter {
    padding-bottom: 8em;
  }
}

.--pad-section-pre-interrupter.--pad-section-hero {
  padding-bottom: 7em;
}

@media only screen and (min-width: 1000px) {
  .--pad-section-pre-interrupter.--pad-section-hero {
    padding-bottom: 8em;
  }
}

.--theme-w.--pad-section + .--theme-w.--pad-section {
  padding-top: 0;
}

.--theme-lt.--pad-section + .--theme-lt.--pad-section {
  padding-top: 0;
}

.--theme-dk.--pad-section + .--theme-dk.--pad-section {
  padding-top: 0;
}

/*.wspl-banner + .--pad-section {
	padding-top: 3em;
}

.section--heroQuote {
	padding: 7em 0;
}*/
.wspl-js-reveal__item {
  position: relative;
  cursor: pointer;
  padding-left: 24px;
}

.wspl-js-reveal__title {
  font-weight: 700;
  position: relative;
}

.wspl-js-reveal__title::before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-weight: 400;
  font-size: 20px;
  left: -20px;
  line-height: 1;
  top: 4px;
}

.wspl-js-reveal__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height ease-in-out .25s;
}

.wspl-js-reveal__content::before {
  content: "-";
  display: block;
  color: transparent;
  font-size: 5px;
}

.wspl-js-reveal__item.active .wspl-js-reveal__content {
  max-height: 1000px;
}

.wspl-js-reveal__item.active .wspl-js-reveal__title::before {
  transform: rotate(180deg);
}

.wspl-js-reveal--stack .wspl-js-reveal__item:not(:last-child) {
  border-bottom: 1px solid #dce1e5;
  padding-bottom: 1em;
}

.wspl-js-reveal--stack .wspl-js-reveal__item:not(:first-child) {
  padding-top: 1em;
}

.--pos-rel {
  position: relative;
}

.--pos-static {
  position: static;
}

.--pos-abs {
  position: absolute;
}

@media only screen and (min-width: 1000px) {
  .wspl-footer-links .wspl-content-block-row {
    min-height: 150px;
  }
}

#client-roll-home {
  padding: 4em 0;
}

#client-roll-home .wspl-content-block {
  max-width: 275px;
  padding: 1.5rem;
  box-shadow: 20px 20px 50px -35px rgba(51, 58, 62, 0.5);
}

#client-roll-home .wspl-content-block__icon-number {
  margin-bottom: 5px;
  font-size: 2.75em;
}

#client-roll-home .wspl-flex-cols {
  justify-content: space-around;
}

#contact-hero h2 {
  line-height: 1;
}

@media only screen and (min-width: 1000px) {
  #contact-hero h2 {
    font-size: 5em !important;
  }
}

@media only screen and (min-width: 1000px) {
  #contact-hero {
    padding: 8em 0;
  }
}

#privateEquity-dashedLine {
  position: relative;
  width: 100%;
}

#privateEquity-dashedLine:before {
  content: "";
  display: block;
  position: absolute;
  height: 2.5em;
  border-bottom: 2px dashed grey;
  left: 1%;
  right: 20%;
}

#inquire-fpa-form {
  margin-bottom: 1em;
}

#inquire-fpa-form .wspl-form__labelAnimate {
  border: none;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

#inquire-fpa-form .wspl-form__input {
  color: #fff;
  line-height: 1.5;
}

#inquire-fpa-form .wspl-form__textarea {
  min-height: 8em;
}

#inquire-fpa-form .wspl-form__labelAnimate--textarea {
  flex: 1;
}

#inquire-fpa-form button.wspl-form__submit {
  border: 2px solid;
  margin-bottom: 0.5em;
  align-self: start;
}

#inquire-fpa-form > * {
  margin-bottom: 0;
}

#coaching-section-w-arrow {
  position: relative;
}

@media only screen and (min-width: 1000px) {
  #coaching-section-w-arrow::before {
    position: absolute;
    left: 2px;
    right: 18px;
    border-top: 2px solid var(--main-blue);
    display: block;
    content: "";
    top: 51px;
  }
  #coaching-section-w-arrow::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 46px;
    right: 17px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid var(--main-blue);
  }
}

#reviews-contain .wspl-content-block,
#reviews-contain .wspl-content-block__header {
  font-size: 90%;
}

#reviews-contain .wspl-content-block {
  position: relative;
}

#reviews-contain .wspl-content-block__title {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

#reviews-contain .wspl-content-block__title img,
#reviews-contain .wspl-content-block__title i {
  margin-right: 1rem;
  margin-bottom: 0;
  height: 25px;
}

#reviews-contain .wspl-content-block__text--meta {
  margin-top: 0;
  font-size: 0.95em;
  color: var(--main-silver);
}

@media only screen and (min-width: 601px) {
  #reviews-contain .wspl-content-block__content {
    margin-left: 3em;
  }
}

#wspl-instructor-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

#wspl-instructor-grid .img {
  width: 14.2%;
}

#sales-banner {
  background-image: url("https://media.wallstreetprep.com/wspimage/bg-nyc-pano-cl.jpg");
}

@media only screen and (max-width: 1000px) {
  #sales-banner {
    text-align: center;
    background: linear-gradient(black 50%, var(--main-blue)) !important;
  }
  #sales-banner::before {
    display: none;
  }
  #sales-banner .wspl-list--inline-disc {
    justify-content: center;
  }
}

@media only screen and (max-width: 700px) {
  #sales-banner .wspl-purchase__container--with-title,
  #sales-banner .wspl-purchase__container {
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
  #sales-banner .wspl-purchase__container--with-title .wspl-purchase__title,
  #sales-banner .wspl-purchase__container .wspl-purchase__title {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}

#sales-banner .wspl-purchase__container {
  justify-content: center;
  align-items: center;
}

#sales-banner .--comma:last-child {
  display: none;
}

#sales-banner .wspl-purchase__title {
  margin-left: 0;
}

#sales-banner .wspl-banner__subtitle {
  display: block;
}

@media only screen and (min-width: 1001px) {
  #sales-banner .wspl-flex-col.col--8 .wspl-purchase__comment,
  #sales-banner .wspl-flex-col.col--fluid .wspl-purchase__comment {
    margin-left: 0;
  }
  #sales-banner .wspl-flex-col.col--8 .wspl-purchase__container,
  #sales-banner .wspl-flex-col.col--fluid .wspl-purchase__container {
    justify-content: flex-start;
  }
}

#wspl-fpa-modeling-path,
#wspl-fimc-path,
#wspl-emc-path,
#wspl-python-certification-path {
  position: relative;
}

#wspl-fpa-modeling-path::before,
#wspl-fimc-path::before,
#wspl-emc-path::before,
#wspl-python-certification-path::before {
  content: "";
  width: 0;
  border-right: 1px dashed var(--main-blue-light);
  display: block;
  position: absolute;
  left: 0;
  top: 2rem;
  bottom: 0;
  z-index: 50;
}

#wspl-fpa-modeling-path .syllabus,
#wspl-fimc-path .syllabus,
#wspl-emc-path .syllabus,
#wspl-python-certification-path .syllabus {
  border-color: rgba(255, 255, 255, 0.2);
  border-width: 1px;
}

#wspl-fpa-modeling-path .lesson-block,
#wspl-fimc-path .lesson-block,
#wspl-emc-path .lesson-block,
#wspl-python-certification-path .lesson-block {
  position: relative;
  overflow: visible;
  white-space: normal;
  line-height: 1.4;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  border-width: 1px;
}

#wspl-fpa-modeling-path .lesson-block .lesson-label,
#wspl-fimc-path .lesson-block .lesson-label,
#wspl-emc-path .lesson-block .lesson-label,
#wspl-python-certification-path .lesson-block .lesson-label {
  font-size: 0.9em;
}

#wspl-fpa-modeling-path .lesson-block::before,
#wspl-fimc-path .lesson-block::before,
#wspl-emc-path .lesson-block::before,
#wspl-python-certification-path .lesson-block::before {
  content: "";
  border-top: 1px dashed var(--main-blue-light);
  display: block;
  position: absolute;
  left: calc(-1rem - 1px);
  top: 50%;
  z-index: 50;
  width: 1rem;
}

#wspl-fpa-modeling-path .lesson-block:last-child::after,
#wspl-fimc-path .lesson-block:last-child::after,
#wspl-emc-path .lesson-block:last-child::after,
#wspl-python-certification-path .lesson-block:last-child::after {
  content: "";
  width: 0;
  border-right: 1px solid #0a2540;
  display: block;
  position: absolute;
  left: -1rem;
  top: 50%;
  bottom: 0;
  z-index: 70;
  transform: translate(-1px, 1px);
}

#wspl-fpa-modeling-path .wspl-path-start-icon,
#wspl-fimc-path .wspl-path-start-icon,
#wspl-emc-path .wspl-path-start-icon,
#wspl-python-certification-path .wspl-path-start-icon {
  position: absolute !important;
  top: -0.1em;
  font-size: 1.5em;
  z-index: 150;
  left: -0.55rem;
}

#wspl-fpa-modeling-path .section__title,
#wspl-fimc-path .section__title,
#wspl-emc-path .section__title,
#wspl-python-certification-path .section__title {
  margin-left: 0.5rem;
}

@media only screen and (max-width: 500px) {
  #wspl-buy-fimc-together-duo .wspl-content-block {
    flex-flow: row nowrap;
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  #wspl-buy-fimc-together-duo .wspl-content-block__img {
    max-width: 100px;
    min-width: 100px;
    align-self: stretch;
  }
  #wspl-buy-fimc-together-duo .wspl-content-block__img::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }
}

#wspl-section-404 {
  box-sizing: border-box;
  min-height: calc(100vh - 248px);
}

@media only screen and (min-width: 1151px) {
  #wspl-section-404 {
    min-height: calc(100vh - 276px);
  }
}

#wspl-section-404 h1.section__title span {
  font-size: 80%;
}

@media only screen and (min-width: 1000px) {
  #wspl-section-404 #wspl-products-404 {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 1000px) {
  #wspl-section-404 h3.wspl-content-block__title {
    font-size: 1.65em;
  }
}

#wspl-section-404 .wspl-tile__img {
  background-position: center center;
}

#wspl-sales-top-purchase {
  box-sizing: border-box;
  min-height: 55px;
  line-height: 1.4;
  flex-wrap: wrap;
}

#wspl-sales-top-purchase .wspl-purchase__title,
#wspl-sales-top-purchase .wspl-purchase__price,
#wspl-sales-top-purchase .wspl-purchase__button,
#wspl-sales-top-purchase .wspl-purchase__comment {
  padding-bottom: 0;
  margin-bottom: 0;
  align-self: center;
}

#wspl-sales-top-purchase .wspl-purchase__comment {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#wspl-sales-top-purchase .wspl-purchase__price {
  margin-right: 1rem;
}

#wspl-sales-top-purchase br {
  display: none !important;
}

#wspl-sales-top-purchase .--text-red,
#wspl-sales-top-purchase .--text-cyan {
  color: white !important;
}

#wspl-seminars-banner .wspl-banner__subtitle {
  display: block;
}

#wspl-seminars-banner .--border-lime {
  border-width: 2px;
}

#wspl-seminars-banner .wspl-purchase .--pad-both {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#wspl-seminars-banner .wspl-purchase__container,
#wspl-seminars-banner .wspl-purchase__container--with-title {
  justify-content: flex-start;
}

#wspl-seminars-banner .wspl-purchase__comment {
  text-align: left;
}

#wspl-seminars-banner .wspl-purchase__price,
#wspl-seminars-banner .wspl-purchase__button {
  margin-bottom: 0;
  margin-right: 0;
}

#wspl-seminars-banner .wspl-purchase__title {
  width: 100%;
  text-align: left;
}

#wspl-seminars-banner .--theme-transparent-black {
  background-color: rgba(0, 0, 0, 0.5);
}

#wspl-seminars-banner .wspl-purchase__container--with-title + .wspl-purchase__container--with-title {
  border-top: solid 0.5px #dae1e9;
}

#wspl-self-study-option .fa-hand-point-right {
  position: absolute;
  left: 0;
  top: 2px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#wspl-self-study-option:hover .fa-hand-point-right {
  transform: translate(7px, 0);
  font-weight: 700;
  font-size: 1.025em;
}

@media only screen and (max-width: 1000px) {
  #cs-get-cert .wspl-flex-cols--space-between {
    justify-content: center;
  }
  #cs-get-cert h2.section__title {
    text-align: center;
  }
}

#course-samples .wspl-play-block {
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  background-position: left top;
}

#course-samples .wspl-play-block + .section__title {
  line-height: 1.5;
  padding-top: 0.75rem;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1001px) {
  .interview-prep #course-samples {
    flex: 1;
    font-size: 0.9em;
  }
  .interview-prep #course-samples .wspl-play-block + .section__title {
    line-height: 1.3;
    padding-top: 0.5rem;
  }
}

@media only screen and (max-width: 600px) {
  #what-learning-list .--pad-content-double-both {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

#wspl-bootcamp {
  padding-top: 2em;
  padding-bottom: 2em;
}

#wspl-bootcamp > .wspl-content-wrap {
  box-sizing: border-box;
  padding: 0 5%;
}

#wspl-bootcamp > .wspl-content-wrap > * {
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  #wspl-bootcamp > .wspl-content-wrap {
    max-width: none !important;
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  #wspl-bootcamp {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#wspl-bootcamp a.--text-orange {
  text-decoration: underline;
  font-weight: 500 !important;
}

@media only screen and (max-width: 1000px) {
  #wspl-bootcamp #bc-intro-overview .section__content.wspl-flex-cols--space-between {
    justify-content: center;
  }
}

#wspl-bootcamp .section--fading-footer {
  padding-bottom: 0;
}

#wspl-bootcamp .wspl-collage--arrangement3 .wspl-collage__item1,
#wspl-bootcamp .wspl-collage--arrangement3 .wspl-collage__item2 {
  width: 80%;
}

#wspl-bootcamp .wspl-virtual-pdf a {
  position: relative;
  overflow: hidden;
  padding-left: 110px;
  font-size: 0.85em;
  line-height: 1.5;
  display: block;
}

#wspl-bootcamp .wspl-virtual-pdf img {
  width: 90px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(-5deg);
  position: absolute;
  top: 1em;
  left: 20px;
}

#wspl-virtual-record {
  float: right;
  width: 220px;
  background-color: #f7edd8;
  box-sizing: border-box;
  font-size: 0.9em;
  border: 1px solid #dbd5c8;
  margin-left: 2em;
  margin-bottom: 1em;
}

@media only screen and (max-width: 600px) {
  #wspl-virtual-record {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.5em;
    text-align: center;
  }
  #wspl-virtual-record img {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
  }
}

#wspl-learning-list .section__content {
  font-size: 0.95em;
}

@media only screen and (min-width: 1100px) {
  #wspl-learning-list .section__content:not(.--no-cols) {
    columns: 2;
    column-gap: 50px;
  }
}

#wspl-learning-list h5 {
  margin-top: 0;
  font-weight: 700;
  color: var(--main-blue);
}

#wspl-learning-list > ul {
  margin-left: 1.2em;
  margin-bottom: 1em;
}

#wspl-learning-list li {
  list-style: none;
  margin-bottom: 0.75em;
  position: relative;
}

#wspl-learning-list li .fa-check {
  position: absolute;
  left: 0;
  top: 0.6em;
  font-size: 0.75em;
}

#wspl-learning-list li:not(.section__title) {
  padding-left: 1.25em;
}

#wspl-learning-list .level-2 {
  page-break-inside: avoid;
  font-weight: 700;
}

#wspl-learning-list .level-2 > ul {
  font-weight: 500;
}

#wspl-learning-list .section__content > ul ul {
  margin-top: 0.5em;
  page-break-inside: avoid;
}

#wspl-learning-list .list-2 ul {
  margin-left: 0;
}

@media only screen and (min-width: 1000px) {
  #wspl-learning-list .list-2 {
    display: flex;
    justify-content: space-between;
  }
  #wspl-learning-list .list-2 ul {
    width: 48%;
  }
}

#wspl-learning-list .learning-list__sectioner {
  color: var(--main-blue);
  margin: 2em 0 1em;
  font-weight: 600;
  text-transform: uppercase;
  background: rgba(11, 142, 204, 0.1);
  font-size: 0.8em;
  line-height: 1.4;
  padding: 0.5em 1em;
  letter-spacing: 0.5px;
}

#wspl-learning-list .learning-list__sectioner:first-child {
  margin-top: -1em;
}

#wspl-who-for img {
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}

#wspl-who-for .wspl-list__wrap {
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

#wspl-who-for ul {
  margin-bottom: -0.5em;
  list-style: disc;
  padding-left: 1.2em;
}

@media only screen and (min-width: 600px) {
  #wspl-who-for ul.list-col-2 {
    columns: 2;
  }
}

#wspl-who-for li {
  margin-bottom: 0.5em;
}

#wspl-summary-agenda .wspl-content-block-row {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#wspl-summary-agenda .wspl-content-block-row:not(:last-child) {
  border-bottom: none;
}

#wspl-summary-agenda .wspl-content-block-row strong {
  display: block;
  margin-bottom: 0.25em;
  position: relative;
}

@media only screen and (min-width: 1000px) {
  #wspl-summary-agenda .wspl-content-block-row strong {
    top: -0.15em;
  }
}

#wspl-summary-agenda .wspl-content-block-row h6 {
  line-height: 1.4;
  font-weight: 700;
  color: var(--main-blue);
  position: relative;
  white-space: normal;
}

@media only screen and (min-width: 1000px) {
  #wspl-summary-agenda .wspl-content-block-row h6 {
    top: -0.11em;
  }
}

#wspl-summary-agenda .wspl-content-block-row__content > h6 {
  margin-bottom: 0.5em;
}

#wspl-summary-agenda .wspl-content-block-row p + strong {
  margin-top: 2em;
}

#wspl-summary-agenda .wspl-content-block-row ul + strong {
  margin-top: 1.5em;
}

#wspl-summary-agenda .wspl-content-block-row p + p > u,
#wspl-summary-agenda .wspl-content-block-row ul + p > u {
  display: inline-block;
  margin: 0.5em 0 0.35em;
}

#wspl-summary-agenda .wspl-content-block-row + .wspl-content-block-row {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

#wspl-summary-agenda .wspl-content-block-row .wspl-content-block-row__content {
  margin-left: 0;
}

#wspl-summary-agenda .section__content {
  margin-top: 1em;
}

#wspl-summary-agenda .--min100 {
  width: 100px;
}

#wspl-summary-agenda .--min120 {
  width: 120px;
}

#wspl-summary-agenda ul {
  margin-top: 0;
}

#wspl-summary-agenda ul:not(.wspl-list--inline) {
  list-style: disc;
  margin-left: 1.2em;
}

#wspl-summary-agenda li {
  margin-bottom: 0.25em;
}

#wspl-summary-agenda li > ul > li {
  list-style: circle;
}

#wspl-summary-agenda .wspl-modal h2 {
  font-size: 1.5em;
  position: relative;
}

#wspl-summary-agenda .wspl-modal h2:first-child {
  margin-top: 0;
}

#wspl-summary-agenda .wspl-modal h2:not(:first-child) {
  margin-top: 3em;
}

#wspl-summary-agenda .wspl-modal .edit-link {
  position: absolute;
  right: 0;
  top: 0;
}

#wspl-summary-agenda .wspl-modal h3,
#wspl-summary-agenda .wspl-modal h4,
#wspl-summary-agenda .wspl-modal h5 {
  color: #303030;
}

#wspl-summary-agenda .wspl-modal li {
  margin-bottom: 0.5em;
  line-height: 1.85em;
}

#wspl-summary-agenda .wspl-modal li ul {
  margin-left: 2em;
  padding-top: 0.25em;
}

#bc-self-study .wspl-purchase {
  display: flex;
  margin-right: -0.5rem;
}

#contact-us-form .wspl-form .wspl-flex-col {
  justify-content: flex-start;
}

#included-bonus-courses .wspl-accordion__title {
  display: flex;
  align-items: center;
}

#included-bonus-courses .wspl-accordion__title .wspl-accordion__icon-circle {
  margin-bottom: -0.25rem;
  margin-top: -0.25rem;
}

@media only screen and (max-width: 350px) {
  #included-bonus-courses .wspl-accordion__title .wspl-accordion__icon-circle {
    display: none;
  }
}

#included-bonus-courses .wspl-accordion__title p {
  flex: 1;
  line-height: 1.4;
}

.careers #wrapper {
  background-color: #f6f8f9;
}

#our-courses .wspl-event-results {
  padding-left: 290px;
  margin: 0 auto;
}

#our-courses .wspl-event-results--r {
  padding-left: 0;
  padding-right: 290px;
}

#our-courses .section__title:not(:first-child) {
  padding-top: 1em;
}

#our-courses .wspl-content-block-row__subtitle {
  font-size: 0.9em;
}

#our-courses .wspl-content-block-row__subtitle strong {
  padding: 0 0 0.5em 0;
  color: var(--main-blue);
  font-weight: 700 !important;
}

@media only screen and (min-width: 1000px) {
  #our-courses .wspl-content-block-row__subtitle strong {
    display: block;
  }
}

#our-courses .wspl-content-block-row__img {
  align-self: auto;
}

#our-courses .wspl-purchase__price {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 0.5em;
}

#our-courses .discount .wspl-purchase__price:not(.wspl-purchase__price--full) {
  color: var(--main-red);
}

@media only screen and (max-width: 700px) {
  #our-courses .wspl-purchase {
    justify-content: center;
  }
  #our-courses .wspl-purchase .wspl-purchase__button {
    min-width: 140px;
  }
}

@media only screen and (max-width: 500px) {
  #our-courses .wspl-purchase {
    flex-direction: column;
  }
  #our-courses .wspl-purchase .wspl-purchase__button {
    width: 100%;
    max-width: 300px;
    margin-left: 0;
  }
}

#our-bootcamps .wspl-event-results {
  padding-left: calc(200px + 1.25em);
  margin: 0 auto;
}

#our-bootcamps .bc-results-table-header,
#our-bootcamps .wspfilter.--theme-lt {
  border: 1px solid #dce1e5;
  background-color: #f6f8f9;
}

#our-bootcamps .wspfilter.--theme-lt {
  padding: 1em;
}

@media only screen and (max-width: 700px) {
  #our-bootcamps {
    padding-top: 0;
    padding-bottom: 0;
  }
  #our-bootcamps::before {
    content: "Upcoming Events";
    display: block;
    padding: 0.5em 1em;
    background-color: #1a1d22;
    font-weight: 600;
    text-align: center;
    color: var(--main-blue);
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 1200px) {
  #our-courses .wspl-event-results,
  #our-bootcamps .wspl-event-results {
    padding-left: 0;
  }
  #our-courses .wspl-event-results--r,
  #our-bootcamps .wspl-event-results--r {
    padding-right: 0;
  }
}

#our-courses h4 a,
#our-bootcamps h4 a {
  color: inherit;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#our-courses h4 a:hover,
#our-bootcamps h4 a:hover {
  color: var(--main-blue);
}

#our-courses .tabs-section__tabs,
#our-bootcamps .tabs-section__tabs {
  margin-bottom: 0;
  padding-bottom: 5px;
  justify-content: normal;
}

#our-courses .tabs-section__tabs li,
#our-bootcamps .tabs-section__tabs li {
  width: auto;
}

#our-courses .tabs-section__tabs li:not(:last-child),
#our-bootcamps .tabs-section__tabs li:not(:last-child) {
  margin-right: 3em;
}

@media only screen and (max-width: 700px) {
  #our-courses .tabs-section__tabs li:not(:last-child),
  #our-bootcamps .tabs-section__tabs li:not(:last-child) {
    margin-right: 2em;
  }
}

#our-courses .tabs-section__tabs li a,
#our-bootcamps .tabs-section__tabs li a {
  white-space: nowrap;
  user-select: none;
}

#our-courses .tabs-section__wrap,
#our-bootcamps .tabs-section__wrap {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  top: -2px;
}

#our-courses .wspl-tab-slider,
#our-bootcamps .wspl-tab-slider {
  overflow: hidden;
}

@media only screen and (max-width: 1000px) {
  #our-courses .wspl-tab-slider,
  #our-bootcamps .wspl-tab-slider {
    width: 100%;
  }
  #our-courses .wspl-tab-slider .swiper-slide:first-child,
  #our-bootcamps .wspl-tab-slider .swiper-slide:first-child {
    margin-left: 5vw;
  }
  #our-courses .wspl-tab-slider .swiper-slide:last-child,
  #our-bootcamps .wspl-tab-slider .swiper-slide:last-child {
    margin-right: 5vw;
  }
}

@media only screen and (max-width: 700px) {
  .single-wsp_course #coursecontent.wspl-content-wrap {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .single-wsp_course .wspl-img-message {
    margin: 0;
    border: none !important;
  }
}

.single-wsp_lesson .wspl-img-message .section-article > p {
  display: block;
}

.thumbnail-card-grid__frame.--theme-lt.--height420 .section--fading-footer {
  height: 50px;
  background: #f6f8f9;
  z-index: 1000;
}

#faculty-section {
  background-position-y: top;
}

#faculty-section #faculty-section-content {
  z-index: 1000;
  text-align: center;
}

#seminar-location .logo {
  float: left;
  height: 4em;
  margin-right: 2em;
}

#seminar-location #map {
  width: 100%;
  height: 20em;
  z-index: 10;
}

#seminar-location p.abs {
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 100;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 0.9em;
  font-weight: 600;
}

#seminar-location .map-corality p.abs {
  max-width: 360px;
}

#seminar-location #map-container {
  position: relative;
}

@media only screen and (max-width: 700px) {
  #seminar-location {
    padding: 3.5em 0;
  }
  #seminar-location h4 {
    font-size: 2em;
    font-weight: 300;
    line-height: 1.25em;
    margin-bottom: 0.75em;
    padding-bottom: 0;
  }
  #seminar-location #map {
    height: 16em;
  }
}

#most-popular-programs .yotpo a {
  pointer-events: none;
}

#most-popular-programs .yotpo div {
  font-family: inherit;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-size: inherit;
  color: inherit;
}

#most-popular-programs .wspl-content-block-row__img-sm {
  align-self: auto;
}

#most-popular-programs .wspl-purchase__price {
  margin: 0 0 0 0.5em;
  font-size: 1.35em;
  color: var(--main-blue);
}

@media only screen and (max-width: 1000px) {
  #most-popular-programs .section--fading {
    max-height: 700px;
    padding-bottom: 0;
  }
  #most-popular-programs .section--fading .section--fading-footer {
    height: 130px;
  }
}

#my-learning-path .section__content > div:last-child,
#my-student-passport .section__content > div:last-child {
  padding-bottom: 0;
}

#my-learning-path .section__content > div:last-child .swiper-wrapper,
#my-student-passport .section__content > div:last-child .swiper-wrapper {
  padding-bottom: 0;
}

#ask-wally .wally-chat-tab {
  display: flex;
  height: 100%;
  flex-direction: column;
}

#ask-wally .wally-chat {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#ask-wally .wally-chat__wrapper {
  overflow: hidden;
  position: relative;
  flex: 1;
}

#ask-wally iframe {
  height: calc(100% + 152px);
  width: calc(100% + 275px + 0.7rem);
  position: absolute;
  left: -275px;
  bottom: 0;
  top: -152px;
  right: 0;
}

#ask-wally.active {
  height: calc(100vh - (1.85em + 180px));
}

#learning-passport-categories .wsp-guide__block {
  overflow: hidden;
  cursor: unset;
}

@media only screen and (max-width: 1000px) {
  #learning-passport-categories {
    position: sticky;
    top: 0;
    margin: 0 -5vw;
    min-width: calc(100% + 10vw - 16px);
  }
  #learning-passport-categories .wsp-guide__title {
    padding-left: 5%;
    padding-right: 5%;
  }
  #learning-passport-categories .wsp-guide__title::after {
    right: 2em;
  }
}

@media only screen and (min-width: 1001px) {
  #learning-passport-categories {
    margin-top: 2em;
  }
}

#learning-passport-library {
  line-height: 1.85;
  padding-top: 0.5em;
  padding-bottom: 2em;
  width: -webkit-fill-available;
}

@media only screen and (min-width: 1001px) {
  #learning-passport-library {
    width: calc(100% - 300px - 2rem);
  }
}

#learning-passport-library > ul > li:not(:last-child) {
  padding-bottom: 2em;
  border-bottom: solid 2px rgba(0, 0, 0, 0.1);
}

#learning-passport-library > ul > li {
  padding-top: 2em;
}

#learning-passport-library > ul > li > ul > li:not(:first-child) > .section__title {
  margin-top: 1em !important;
}

#learning-passport-library > ul > li > ul > li > .section__title + ul {
  margin-top: 0;
}

#learning-passport-library a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  flex: 1;
}

#learning-passport-library a.active {
  padding-right: 1.25em;
}

#learning-passport-library a.active::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f178";
  color: #303030;
  font-size: 0.8em;
  padding-left: 0.5em;
}

#learning-passport-library li:has(> a) {
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#learning-passport-library li:has(> a):hover {
  background-color: rgba(12, 142, 204, 0.05);
}

#learning-passport-library li:has(> a):has(> a.active) {
  background-color: rgba(12, 142, 204, 0.12);
}

#learning-passport-library li:has(> a):has(> a.active):hover {
  background-color: rgba(12, 142, 204, 0.17);
}

#learning-passport-library li:not(:has(> a, > h4, > h3)) {
  font-size: 0.75em;
  font-weight: 600;
  padding-bottom: 0.25em;
  color: var(--main-meta-data-color);
  text-transform: uppercase;
}

#learning-passport-library h3 + ul:has(> li:first-child > h4:first-child) {
  padding-top: 1em;
}

.single-wharton_program .wspl-course-result:hover .wspl-course-result__title {
  color: var(--custom-program-secondary-color);
}

.single-wharton_program .course-filters__change {
  color: var(--custom-program-secondary-color);
}

.single-wharton_program .course-filters__item.active,
.single-wharton_program .course-filters__item:hover {
  background-color: var(--custom-program-secondary-color);
  color: #fff;
  border-color: var(--custom-program-secondary-color);
}

.single-wharton_program .course-filters__item:focus-within {
  outline: var(--focus-outline-size) var(--focus-outline-style) var(--focus-outline-color) !important;
  outline-offset: var(--focus-outline-offset, var(--focus-outline-size)) !important;
}

.wpd-textarea-wrap {
  width: 100%;
}

[id^="staff-section"] .--nomax {
  max-height: none;
}

#cert-program-results {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1em;
}

@media only screen and (max-width: 1200px) {
  #cert-program-results {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 2.5em;
  }
  #cert-program-results > :nth-child(4),
  #cert-program-results > :nth-child(5) {
    grid-column: span 1;
  }
}

#cert-program-results .wspl-content-block:hover h5.wspl-content-block__title {
  color: var(--main-blue);
}

#cert-programs-collage {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 3em;
}

#pressroomContent .divider {
  height: 1px;
  background-color: #dce1e5;
  margin: 0.25em 0 0.75em;
}

@media only screen and (max-width: 1000px) {
  #collageMarkets {
    margin: -1em auto 3em;
  }
}

/*
#collageAM {
			
	> *:first-child {
		width: 70%;
	}
	
	> *:last-child {
		position: relative;
		width: 65%;
		margin-left: 35%;
		margin-top: -180px;
	}
}
*/
@media only screen and (min-width: 1000px) {
  #collageMarkets {
    margin-top: .5em;
  }
}

@media only screen and (min-width: 1000px) {
  #collageIB {
    margin-bottom: -2em;
  }
}

#modalNPS .modal-body-imgtag {
  width: 150px;
  margin-bottom: 1em;
}

#modalNPS .submitted-message p {
  padding: .75em 1em;
  background-color: #e0f7ef;
  font-size: .9em;
  margin-bottom: 1em;
}

#modalNPS h2 {
  color: var(--custom-program-primary-color);
  margin-bottom: 0;
}

#modalNPS .field > label {
  color: var(--custom-program-header-color);
  font-size: 1.1em;
}

#modalNPS textarea {
  margin-top: 1em;
  background-color: #f6f8f9;
}

#modalNPS ul {
  list-style: none;
  margin-left: 0;
}

#modalNPS .hs_error_rollup {
  display: none;
}

#modalNPS .hs-error-msgs {
  color: var(--main-red);
  font-style: italic;
}

#modalNPS .hs-form-field {
  margin-bottom: 2em;
}

#modalNPS ul.multi-container {
  display: flex;
  margin-top: 1em;
  position: relative;
}

@media only screen and (min-width: 600px) {
  #modalNPS ul.multi-container {
    padding-top: 1.5em;
  }
}

#modalNPS ul.multi-container::before {
  content: "Not at all likely";
  left: 2px;
}

#modalNPS ul.multi-container::after {
  content: "Extremely likely";
  right: 2px;
}

#modalNPS ul.multi-container::before, #modalNPS ul.multi-container::after {
  position: absolute;
  top: 0;
  font-size: .9em;
  font-style: italic;
  font-weight: 600;
}

@media only screen and (max-width: 600px) {
  #modalNPS ul.multi-container::before, #modalNPS ul.multi-container::after {
    content: none;
  }
}

@media only screen and (max-width: 600px) {
  #modalNPS ul.multi-container {
    flex-wrap: wrap;
  }
}

#modalNPS ul.multi-container li {
  flex: 1;
  padding: 1em 0;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  background: #e8f4ff;
  margin: 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  #modalNPS ul.multi-container li {
    flex: none;
    border-bottom: 4px solid #fff;
    max-width: 20%;
    min-width: 20%;
  }
}

#modalNPS ul.multi-container label {
  display: flex;
  min-width: 100%;
  max-width: 100%;
  flex-direction: column-reverse;
  align-items: center;
}

#modalNPS ul.multi-container input {
  margin: 1em 0 0 0;
}

#modalNPS .hs-submit {
  text-align: right;
}

#modalNPS .hs-submit .hs-button {
  max-width: 300px;
}

.lms-block-widget {
  position: relative;
  background-color: #fff;
  padding: 1.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5em;
  color: #303030;
  cursor: pointer;
}

.lms-block-widget:not(.--themed) {
  background-color: #f9fafb;
  border: 1px solid #d5d5d5;
}

.lms-block-widget__img {
  min-width: 90px;
  max-width: 90px;
  height: 90px;
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 1em;
}

@media only screen and (max-width: 500px) {
  .lms-block-widget__img {
    margin-bottom: 1em;
  }
}

.lms-block-widget:not(.--themed) .lms-coaching-widget__img {
  background-color: #f9fafb;
  border: 1px solid #d5d5d5;
}

.lms-block-widget__content {
  display: flex;
  align-items: center;
  flex: 1;
  max-width: 600px;
}

@media only screen and (max-width: 500px) {
  .lms-block-widget__content {
    flex-direction: column;
    text-align: center;
  }
}

.lms-block-widget__title, .lms-block-widget__description {
  max-width: 800px;
}

.lms-block-widget__title {
  font-weight: 700;
  font-size: 1em;
}

.lms-block-widget__description {
  margin-top: 0.25em;
  font-size: 0.9em;
}

.lms-block-widget__go {
  max-width: 50px;
  min-width: 50px;
  text-align: center;
}

@media only screen and (max-width: 500px) {
  .lms-block-widget__go {
    display: none;
  }
}

.lxpSched * {
  line-height: 1;
}

.lxpSched__row {
  font-size: 0.85em;
  padding: 0.5em 0;
}

.lxpSched__row:not(:last-child) {
  border-bottom: 1px solid #d5d5d5;
}

.lxpSched__row:first-child {
  padding-top: 0;
}

.lxpSched__row:last-child {
  padding-bottom: 0;
}

.lxpSched__row--2bar .lxpSched__bar {
  min-width: calc(50% - 0.25em);
  max-width: calc(50% - 0.25em);
}

.lxpSched__label {
  font-weight: 600;
  padding-bottom: 0.5em;
}

.lxpSched__bar-wrap {
  display: flex;
  justify-content: space-between;
}

.lxpSched__bar {
  background: var(--main-blue);
  color: #fff;
  padding: 0.75em 1em;
  line-height: 1;
  flex: 1;
  border-radius: 6px;
}

.lxpSched .--color1 {
  background-color: #009bda;
}

.lxpSched .--color2 {
  background-color: #42b896;
}

.lxpSched .--color3 {
  background-color: #3e59ab;
}

.lxpSched .--color4 {
  background-color: #416979;
}

.lxpSched .--color5 {
  background-color: #82489b;
}

.lxpSched .--color6 {
  background-color: #cd4948;
}

.lxpSched .--color7 {
  background-color: #da8f41;
}

.lxpSched .--color8 {
  background-color: #09919a;
}

@media only screen and (max-width: 700px) {
  #course-sales-results {
    max-width: 500px;
  }
  #course-sales-results .wspl-content-block-row__img,
  #course-sales-results .wspl-content-block-row__img--md {
    margin: 0 auto 1em;
    max-width: 180px;
    min-width: 180px;
  }
}

.wspl-edit-title {
  font-size: 8px;
  position: relative;
  right: -4px;
  line-height: 0;
  width: 0;
}

h2.section__title .wspl-edit-title {
  top: calc(-2em + -4px);
}

#tab-library.wh-tab .wspl-course-result__edit {
  display: none !important;
}

#tab-library.wh-tab #filter-course-topic {
  font-size: 1rem;
}

#tab-library.wh-tab #filter-course-topic .course-filters__item {
  border-color: #c5c5c5;
}

#tab-library.wh-tab #filter-course-topic .course-filters__item:hover, #tab-library.wh-tab #filter-course-topic .course-filters__item.active, #tab-library.wh-tab #filter-course-topic .course-filters__item:focus-within {
  background-color: var(--main-blue);
  border-color: var(--main-blue);
}

#tab-library.wh-tab .wspl-course-result {
  border: none !important;
}

#tab-library.wh-tab .wspl-course-result__wrap {
  padding-left: 0;
  border-bottom: 1px solid #e5e5e5 !important;
  font-size: 1rem;
  position: relative;
}

@media only screen and (min-width: 501px) {
  #tab-library.wh-tab .all-courses__list-view .wspl-course-result__image-wrap {
    max-width: 85px;
    min-width: 95px;
    max-height: 60px;
  }
}

#tab-library.wh-tab .all-courses__list-view .wspl-course-result__title {
  max-width: none;
  min-width: 0;
}

@media only screen and (max-width: 800px) {
  #tab-library.wh-tab .all-courses__list-view .wspl-course-result__title {
    font-size: 0.95em;
  }
}

#tab-library.wh-tab .all-courses__list-view .wspl-course-result__meta-data {
  display: none !important;
}

#tab-library.wh-tab .wsp-spinner-plain {
  background-position: center 8em;
}

.arkTrigger {
  display: flex;
  align-items: center;
  transition: transform 0.2s ease-in-out;
}

.arkTrigger__title {
  font-size: 1em;
  font-weight: 800;
  line-height: 1.1;
}

.arkTrigger__title span {
  color: var(--custom-program-secondary-color);
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  margin-left: 0.5em;
  padding-left: 0.5em;
}

.arkTrigger svg {
  width: 30px;
  transform: scale(1.1);
  margin-right: 0.75em;
  position: relative;
  top: -4px;
  transition: transform 0.2s ease-in-out;
}

.arkTrigger:hover {
  transform: translate(5px, 0);
}

.arkIntro {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--custom-program-header-color);
  z-index: 3000;
}

.arkIntro__content {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.arkIntro__icon {
  width: 100px;
  -webkit-animation: hithere 1s ease infinite;
  animation: hithere 1s ease infinite;
}

.arkIntro__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 3em;
  line-height: 1;
  color: #fff;
}

.arkIntro__title-title {
  color: var(--custom-program-secondary-color);
  margin-right: 0.4em;
  padding-right: 0.4em;
  border-right: 1px solid #c5c5c5;
}

@keyframes hithere {
  30% {
    transform: scale(1.1);
  }
  40%,
  60% {
    transform: rotate(-10deg) scale(1.1);
  }
  50% {
    transform: rotate(10deg) scale(1.1);
  }
  70% {
    transform: rotate(0deg) scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.arkIntro__loader {
  width: 200px;
  height: 3px;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
  margin: 2em auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.arkIntro__loader::before {
  content: "";
  position: absolute;
  left: -50%;
  height: 3px;
  width: 40%;
  background-color: var(--custom-program-primary-color);
  -webkit-animation: lineAnim 1s linear infinite;
  -moz-animation: lineAnim 1s linear infinite;
  animation: lineAnim 1s linear infinite;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

@keyframes lineAnim {
  0% {
    left: -40%;
  }
  50% {
    left: 20%;
    width: 80%;
  }
  100% {
    left: 100%;
    width: 100%;
  }
}

.ark3 {
  fill: var(--custom-program-primary-color);
}

.ark1 {
  fill: #fff;
}

.ark2 {
  fill: var(--custom-program-secondary-color);
}

body.ark-active .modal-backdrop {
  background-color: #f3f4f6 !important;
  opacity: 1 !important;
}

#modalArk .modal-dialog {
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
  display: flex;
  height: calc(100vh);
  background: #f3f4f6;
}

#modalArk .modal-content {
  width: 100%;
  background: transparent;
}

#modalArk .modal-body {
  height: 100%;
  padding: 1em 2em;
}

#modalArk #ask-ark {
  height: 100%;
}

.wh-module__calendar-row {
  display: flex;
  flex-wrap: wrap;
}

.wh-module__calendar-row:last-child {
  border-right: 1px solid #e5e5e5;
}

.wh-module__calendar-row-header .wh-module__calendar-day {
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 0 0 0.5rem 0;
  font-weight: 600;
  color: var(--custom-program-primary-color);
  background: none;
}

.wh-module__calendar-row-days .wh-module__calendar-day {
  min-height: 150px;
}

.wh-module__calendar--heightAuto .wh-module__calendar-row-days .wh-module__calendar-day {
  min-height: 110px !important;
}

.wh-module__calendar-day {
  min-width: 20%;
  max-width: 20%;
  padding: 1rem 1.5rem;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-right: none;
  background: #fbfbfb;
}

.wh-module__calendar--6 .wh-module__calendar-day {
  min-width: 16.66%;
  max-width: 16.66%;
}

.wh-module__calendar-number {
  font-size: 1.1rem;
  /* 	    color: var(--custom-program-secondary-color); */
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.wh-module__calendar-entry {
  line-height: 1.3;
  font-size: 0.85rem;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-left: 4px solid var(--custom-program-secondary-color);
  padding: 0.5rem;
}

#whDemoCal .modal-body {
  padding: 1em 4em 3em;
}

#whDemoCal .modal-dialog {
  min-width: 1000px;
}

#whDemoSearch [data-dismiss="modal"] {
  font-weight: 100 !important;
  color: #fff;
  box-shadow: none;
  font-size: 2em;
  top: 1em !important;
  right: 1em !important;
  position: absolute;
  opacity: 1;
  z-index: 9000;
}

#whDemoSearch .modal-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  padding-top: 100px;
}

#whDemoSearch .siq-contain [type="search"] {
  width: 800px;
  height: 60px;
  background-size: 25px;
  background-position: 20px center;
  font-size: 1.25rem !important;
  padding: 0 1em 0 3em;
}

#whDemoSearch .siq-contain [type="search"]::placeholder {
  font-size: 1.2em;
  position: relative;
  top: 0.1rem;
}

.wh-demoSearch {
  display: flex;
  min-width: 360px;
  max-width: 360px;
  padding: 0 1em;
  line-height: 40px;
  border: 1px solid #c0c0c0;
  background-color: #f9f9f9;
  border-radius: 2em;
  justify-content: space-between;
  align-items: center;
}

.wh-report {
  background: linear-gradient(45deg, var(--custom-program-primary-color), var(--custom-program-secondary-color));
  color: #fff;
  position: relative;
  padding: 1.5rem 2rem;
  background-color: #eafaf1;
  margin: -1.5rem 0 1rem;
}

.wh-report::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-image: url(https://s3.amazonaws.com/media.wallstreetprep.com/wspimage/wsp-illo-hero-corner.svg);
  background-repeat: no-repeat;
  background-size: 480px;
  opacity: 0.08;
  background-position: left bottom;
  overflow: hidden;
}

.wh-report__content {
  display: flex;
}

.wh-report__profile {
  min-width: 250px;
  max-width: 250px;
  display: flex;
  align-items: center;
  margin-right: 2rem;
  line-height: 1;
}

.wh-report__profile-hs {
  min-width: 90px;
  max-width: 90px;
  border-radius: 50%;
  margin-right: 1rem;
}

.wh-report__profile-info {
  font-size: 0.9em;
}

.wh-report__profile-info b {
  display: block;
  margin-bottom: 0.5rem;
}

.wh-report__scores {
  flex: 1;
  display: flex;
  align-items: center;
}

.wh-report__score {
  min-width: 33.33%;
  max-width: 33.33%;
  padding: 0 1em;
  text-align: center;
  font-size: 0.85em;
}

.wh-report__score b {
  font-size: 2rem;
  display: block;
  margin-bottom: 4px;
  line-height: 1;
}

.wh-report__score a {
  font-size: 0.85em;
  color: #44c1e6;
  display: inline-block;
}

body.wharton_program-template-default .modal-backdrop {
  background-color: var(--custom-program-header-color) !important;
}

body.wharton_program-template-default .modal-dialog {
  font-size: 0.9rem !important;
}

body.wharton_program-template-default .modal-content .modal-header {
  font-weight: 700;
}

.wh_module__hero {
  background: linear-gradient(45deg, var(--custom-program-primary-color), var(--custom-program-secondary-color));
  color: #fff;
  position: relative;
  padding: 2em;
  display: flex;
  justify-content: space-between;
}

.wh_module__hero::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-image: url(https://s3.amazonaws.com/media.wallstreetprep.com/wspimage/wsp-illo-hero-corner.svg);
  background-repeat: no-repeat;
  background-size: 480px;
  opacity: 0.08;
  background-position: left bottom;
  overflow: hidden;
}

.wh_module__hero--title {
  max-width: 35%;
}

.wh_module__hero--title p {
  color: #fff;
  opacity: 0.75;
}

.wh_module__hero h2 {
  color: #fff;
  margin-top: 0;
}

.wh_module__hero--mods {
  min-width: 50%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.wh_module__hero--mod {
  width: 48%;
  min-height: 180px;
  background-color: var(--custom-program-header-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  transition: transform 0.2s ease-in-out;
}

.wh_module__hero--mod:hover {
  transform: translate(3px, -3px);
}

.wh_module__hero--mod i {
  font-size: 2.5em;
  color: #fff;
}

.wh_module__hero .wh-assignment__img {
  margin-right: 0;
}

.wh_module__hero .wh-assignment__title {
  margin-top: 0.75em !important;
  color: #fff;
}

.wh_module__hero--mod-title {
  font-size: 0.9em;
  margin-top: 1em;
}

.wh-module__tracker {
  margin: 2rem 0;
  /*
	.wh-assignment__img {
		position: absolute;
		left: 1.15em;
		top: 50%;
		margin-top: -35px;
	}
*/
}

.wh-module__tracker--arrow {
  display: block;
  height: 120px;
  border-top-left-radius: 120px;
  border-bottom-left-radius: 120px;
  background: linear-gradient(90deg, var(--custom-program-primary-color), var(--custom-program-secondary-color));
  width: calc(100% - 60px);
  position: absolute;
  top: 50%;
  margin-top: -60px;
}

.wh-module__tracker--arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 80px solid transparent;
  border-bottom: 80px solid transparent;
  border-left: 80px solid var(--custom-program-secondary-color);
  position: absolute;
  right: -80px;
  top: -20px;
}

.wh-module__tracker--arrow::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-image: url(https://s3.amazonaws.com/media.wallstreetprep.com/wspimage/wsp-illo-hero-corner.svg);
  background-repeat: no-repeat;
  background-size: 300px;
  opacity: 0.15;
  background-position: left bottom;
  overflow: hidden;
}

.wh-module__tracker--arrow-notes {
  display: flex;
  justify-content: center;
  position: relative;
}

.wh-module__tracker img {
  height: 40px;
  width: auto;
  left: 2em;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

.wh-module__tracker--arrow-note {
  width: 280px;
  max-width: 280px;
  flex: 1;
  background-color: var(--custom-program-header-color);
  padding: 1em;
  font-size: 1.15em;
  line-height: 1.3;
  margin: 0 1em;
  font-weight: 600;
  color: #fff;
  box-shadow: none !important;
  text-align: center;
  /*
		h6 {
			font-size: 1.15em;
			margin-top: 0;
			color: var(--custom-program-primary-color);
		}
*/
}

.--shadow-lg {
  box-shadow: 10px 10px 25px -15px rgba(0, 0, 0, 0.2);
}

.wh-module__events {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wh-module__events .wh-assignment__title p,
.wh-module__events .wh-module__event-more {
  font-size: 0.7em;
  font-weight: 500;
}

.wh-module__events .wh-assignment__title p {
  opacity: 0.65;
}

.wh-module__events .wh-assignment {
  height: 100%;
}

.wh-module__events .wh-event__button {
  padding-right: 1em;
  display: flex;
  align-items: center;
}

.wh-module__events .wspl-custombutton--mini {
  background: var(--custom-program-secondary-color);
  font-weight: 500;
  font-weight: 500;
  font-size: 0.6em;
  width: 100px;
}

.wh-module__events .wh-assignment__header {
  position: relative;
  align-items: flex-start;
}

.wh-module__events .wh-module__event-form {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 600;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.wh-module__events .wh-module__event-form input {
  font-size: 0.85em !important;
  margin-bottom: 0 !important;
}

.wh-module__events .wh-module__event.active .wh-module__event-form {
  opacity: 1;
}

.wh-module__event-more {
  position: relative;
  z-index: 700;
}

.wh-module__event.--register.active .wh-module__event-more {
  z-index: 0;
}

.wh-module__events--4 {
  margin-bottom: -1em;
}

.wh-module__events--4 .wh-module__event {
  max-width: 49%;
  min-width: 49%;
  margin-bottom: 1em;
}

.wh-header--border {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.35em;
}

h2.wh-header--border {
  margin-bottom: 0.5em;
}

.wh-module__agenda-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.wh-module__agenda h3 {
  font-size: 1.1em;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.35em;
  margin-bottom: 0.5em;
}

.wh-module__agenda ul {
  font-size: 0.85rem;
}

.wh-module__agenda-dl {
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 175px;
  height: 150px;
  position: relative;
  box-sizing: border-box;
  padding: 2em;
  color: #303030;
  background-color: #e8f0fa;
  border: 1px solid #e2e7ed;
  cursor: pointer;
}

.wh-module__agenda-dl-label {
  font-size: 0.75em;
  display: block;
  text-align: center;
  line-height: 1.15;
  max-width: 90%;
  opacity: 0.75;
}

.wh-module__agenda-dl i {
  position: relative;
  font-size: 2em;
  color: #bfcee1;
  margin-bottom: 12px;
}

[data-live-reg="true"] .wh-flex-table-row__links {
  flex-direction: row;
  align-items: center;
}

[data-live-reg="true"] .wh-flex-table-row__links .fa-user-check {
  margin-right: 1em;
  display: none;
}

[data-live-reg="true"] .wh-flex-table-row:nth-child(1) .fa-user-check,
[data-live-reg="true"] .wh-flex-table-row:nth-child(3) .fa-user-check,
[data-live-reg="true"] .wh-flex-table-row:nth-child(4) .fa-user-check,
[data-live-reg="true"] .wh-flex-table-row:nth-child(7) .fa-user-check,
[data-live-reg="true"] .wh-flex-table-row:nth-child(9) .fa-user-check,
[data-live-reg="true"] .wh-flex-table-row:nth-child(10) .fa-user-check {
  display: inline-block;
}

.wh-flex-table-row__content {
  position: relative;
}

.wh-flex-table-row__input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.wh-flex-table-row__input input {
  width: 300px !important;
  font-size: 0.9em !important;
  margin: 0 !important;
}

.fpoLogoStrip {
  display: flex;
}

@media only screen and (max-width: 1000px) {
  .fpoLogoStrip {
    flex-wrap: wrap;
  }
}

.fpoLogoStrip__img {
  min-width: calc((100% / 7) - 0.7em);
  max-width: calc((100% / 7) - 0.7em);
  margin-right: 0.35em;
  margin-left: 0.35em;
  height: 80px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  padding: 0.5em;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fpoLogoStrip__img img {
  max-height: 40px;
  max-width: 90%;
}

@media only screen and (max-width: 1000px) {
  .fpoLogoStrip__img img {
    max-width: 125px;
  }
}

@media only screen and (max-width: 1000px) {
  .fpoLogoStrip__img {
    min-width: calc((100% / 3) - 0.7em);
    max-width: calc((100% / 3) - 0.7em);
    margin-top: 0.35em;
  }
}

.laptopPrereqs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.laptopPrereqs__col {
  min-width: 50%;
  max-width: 50%;
}

.laptopPrereqs__col + .laptopPrereqs__col {
  text-align: right;
}

.laptopPrereqs__item {
  font-size: 14px;
  color: #fff;
  background-color: var(--main-blue);
  width: 250px;
  height: 50px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  justify-content: center;
}

.laptopPrereqs__item:not(:last-child) {
  margin-bottom: 0.5em;
}

.laptopPrereqs__item i {
  color: #44c1e6;
}

#learn-list h4 {
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 0.5em;
}

#learn-list h4 + p + ul {
  margin-top: 1.5em;
}

.whRecruiting .modal-dialog {
  max-width: 700px !important;
}

.whRecruiting__logos {
  display: flex;
  align-items: flex-start;
  margin: 1em auto 2em;
  max-width: 500px;
}

.whRecruiting__logo {
  display: block;
  min-width: calc(25% - 0.5em);
  max-width: calc(25% - 0.5em);
  box-sizing: border-box;
  box-shadow: 20px 20px 50px -35px rgba(51, 58, 62, 0.5);
  border-radius: 50%;
  padding: 1em;
  background-size: 80%;
  border: 1px solid #e5e5e5;
  margin: 0 0.25em;
}

.whRecruiting__logo:nth-child(even) {
  margin-top: -1em;
}

.whRecruiting__logo:nth-child(odd) {
  margin-top: 1em;
}

.whRecruiting .modal-body {
  text-align: center;
}

.whRecruiting__header {
  font-size: 2em !important;
  margin-bottom: 0.5em !important;
  margin-top: 0 !important;
}

.whRecruiting__img {
  margin: 0 auto;
}

.whRecruiting__img-wrap {
  margin-bottom: 2em;
  padding: 0 2em;
}

#whScoringBlurb h1,
#whScoringBlurb h2,
#whScoringBlurb h3,
#whScoringBlurb h4,
#whScoringBlurb h5,
#whScoringBlurb h6 {
  color: var(--custom-program-secondary-color);
}

.whTag {
  font-size: 0.75em;
  background-color: #fff;
  padding: 0 0.5em;
  white-space: nowrap;
  display: inline-block;
  line-height: 1.5em;
  font-weight: 600;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  top: -1px;
}

.whAdminOnly {
  color: #303030;
  font-size: 10px;
  padding: 0 0.5em;
  line-height: 20px;
  display: inline-block;
  background: var(--main-lime);
  font-weight: normal;
  position: relative;
  top: -0.35em;
  margin-left: 1em;
}

.page-template-page-signup nav.sitenav,
.page-template-page-signup footer,
.page-template-page-login nav.sitenav,
.page-template-page-login footer,
.page-template-page-reset-password nav.sitenav,
.page-template-page-reset-password footer,
.page-template-page-signup-wharton-online nav.sitenav,
.page-template-page-signup-wharton-online footer,
.page-template-page-reset-password-wharton-online nav.sitenav,
.page-template-page-reset-password-wharton-online footer,
.page-template-page-login-wharton-online nav.sitenav,
.page-template-page-login-wharton-online footer,
.page-template-page-custom-program-login nav.sitenav,
.page-template-page-custom-program-login footer,
.page-template-page-custom-program-reset-password nav.sitenav,
.page-template-page-custom-program-reset-password footer {
  display: none !important;
}

.--nudgeUp {
  position: relative;
  top: -2em;
}

.--shadow {
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
}

.--shadow--dk, .--shadow-dk {
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
}

.--shadow-dk {
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
}

.wspl-nonavWrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wspl-usernote {
  background: #e0f7ef;
  padding: 1.25em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding-left: calc(1em + 24px + 1em);
  margin-bottom: 0.5em;
  line-height: 1.8;
}

.wspl-usernote:not(:first-child) {
  margin-top: 1.5em;
}

.wspl-usernote::before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0.75em;
  content: "\f06a";
  color: var(--main-green);
  font-size: 1.5em;
  top: 0.65em;
  -webkit-font-smoothing: antialiased;
}

.whAlert {
  display: flex;
  align-items: flex-start;
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 0.9em;
}

.whAlert__icon {
  font-size: 24px;
  margin-right: 12px;
  position: relative;
  top: 4px;
}

.whAlert--good {
  background: #e0ffed;
}

.whAlert--good i {
  color: var(--main-green) !important;
}

.whAlert--fair {
  background: #ffefd8;
}

.whAlert--fair i {
  color: var(--main-orange) !important;
}

.whAlert--bad {
  background: #ffdbdb;
}

.whAlert--bad i {
  color: var(--main-red) !important;
}

.whAlert--na {
  background: #e7f7ff;
}

.whAlert--na i {
  color: var(--main-blue) !important;
  opacity: 0.5;
}

.whScoring {
  margin-bottom: 2em;
}

.whScoring p {
  font-size: 0.9em;
}

.whScoring__header {
  font-weight: 700 !important;
  font-size: 1.1em;
}

.whScoring__tags {
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
}

.whScoring__tag {
  flex: 1;
  white-space: nowrap;
  font-size: 0.9em;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 0 1em;
  line-height: 40px;
  border-radius: 8px;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
}

.whScoring__tag:not(:last-child) {
  margin-right: 0.5em;
}

.whScoring__cert {
  display: flex;
  align-items: flex-start;
}

.whScoring__cert-img {
  min-width: 150px;
  max-width: 150px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 0.25em 0.5em;
  box-sizing: border-box;
  margin-right: 1em;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
}

#my-homepage .lms-tab-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#chatbot-question-container {
  position: relative;
}

#chatbot-question-container::before {
  content: "Trending Questions";
  color: #fff;
  text-transform: uppercase;
  font-size: .7em;
  line-height: 1.2;
  font-weight: 600;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 90px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--custom-group-accent-color);
  z-index: 100;
}

#chatbot-question-container button {
  background: transparent !important;
  padding: 0 !important;
  border: none;
  align-items: flex-start;
  padding: 0 .5em !important;
  text-align: left;
  max-width: calc(200px - 2em);
  min-width: calc(200px - 2em);
}

#chatbot-question-container button .bg-gradient-to-r {
  background-image: linear-gradient(90deg, transparent -75%, #fff 35%, #fff 65%, transparent 175%);
}

#chatbot-question-container button .items-center {
  align-items: flex-start;
}

#chatbot-question-container .bg-gradient-to-r.w-12,
#chatbot-question-container .bg-gradient-to-l.w-12 {
  width: 0;
}

#chatbot-input-container input[name="question"] {
  color: #202020;
}

[data-tab="askArkTab"] #chatbot-input-container {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

[data-tab="askArkTab"] #chatbot-input-container input {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  height: 55px;
  line-height: 1;
  padding: 0 2em;
  font-size: 0.95em;
}

[data-tab="askArkTab"] #chatbot-input-container input::placeholder {
  opacity: 0.5;
  font-size: 0.95em;
}

[data-tab="askArkTab"] #chatbot-input-container input::-webkit-input-placeholder {
  opacity: 0.5;
  font-size: 0.95em;
}

[data-tab="askArkTab"] #chatbot-input-container input:-moz-placeholder {
  opacity: 0.5;
  font-size: 0.95em;
}

[data-tab="askArkTab"] #chatbot-input-container input::-moz-placeholder {
  opacity: 0.5;
  font-size: 0.95em;
}

[data-tab="askArkTab"] #chatbot-input-container input:-ms-input-placeholder {
  opacity: 0.5;
  font-size: 0.95em;
}

[data-tab="askArkTab"] #chatbot-input-container button {
  height: 40px;
  width: 40px;
}

.lms-tab-banner__content #chatbot-input-container {
  max-width: 900px;
  width: 80%;
}

.lms-tab-banner__content #chatbot-input-container .wsp-widget-form {
  padding: 1em 0 !important;
}

.lms-tab-banner__content #chatbot-input-container input {
  border: none;
  display: block;
  background-color: #fff;
  height: 50px;
  line-height: 1;
  padding: 0 2em;
}

.lms-tab-banner__content #chatbot-input-container button {
  top: 5px;
  right: 5px;
  width: 110px;
}

.lms-tab-banner__content #chatbot-input-container button > svg {
  display: none;
}

.lms-tab-banner__content #chatbot-input-container button,
.ark-button {
  background-color: var(--custom-group-accent-color, var(--main-lime));
  background-image: url(https://media.wallstreetprep.com/wspimage/wsp-ark-ai-b.svg);
  background-repeat: no-repeat;
  color: #000;
  font-weight: 700;
  box-sizing: border-box;
  line-height: 1;
  height: 40px;
  padding-left: 45px;
  padding-right: 1.5em;
  background-size: 19px;
  background-position: 15px center;
  border-radius: 40px;
  font-size: 0.9rem;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.2s ease-in-out;
}

.lms-tab-banner__content #chatbot-input-container button:hover,
.ark-button:hover {
  background-color: color-mix(in srgb, var(--custom-group-accent-color, var(--main-lime)) 85%, black);
}

.lms-tab-banner__content #chatbot-input-container button::before,
.ark-button::before {
  content: "Ask Ark";
}

.ark-label {
  background-image: url(https://media.wallstreetprep.com/wspimage/wsp-ark-ai.svg);
  background-repeat: no-repeat;
  padding-left: 25px;
  background-size: 19px;
  background-position: left center;
  font-size: 1.5rem;
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  .ark-label {
    font-size: 1.25rem;
  }
}

.ark-label::before {
  content: "Ask Ark";
}

.ark-button-wrap,
.ark-label-wrap {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.ark-button-wrap .ark-button,
.ark-label-wrap .ark-button {
  border-radius: 34px;
  font-size: 0.85rem;
  height: 32px;
  padding-left: 27px;
  padding-right: 1.15em;
  background-size: 13px;
  background-position: 9px center;
}

.ark-button-wrap .ark-button__placeholder,
.ark-label-wrap .ark-button__placeholder {
  color: #202020;
  font-size: .85rem;
  line-height: 1.3;
  opacity: 0.9;
}

.ark-button-wrap:hover .ark-button,
.ark-label-wrap:hover .ark-button {
  background-color: color-mix(in srgb, var(--custom-group-accent-color, var(--main-lime)) 85%, black);
}

.ark-button-wrap .ark-label,
.ark-label-wrap .ark-label {
  padding-right: 0.5rem;
  border-right: solid 1px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  line-height: 1;
}

.ark-button-wrap .ark-label__placeholder,
.ark-label-wrap .ark-label__placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: .85rem;
  line-height: 1.3;
}

.ark-button--w-placeholder {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}

.ark-button--w-placeholder::after {
  content: "AI-Powered Answers";
  font-weight: 500;
  opacity: 0.6;
  font-size: 0.6rem;
}

#ask-ark {
  padding: 0 .5em;
  box-sizing: border-box;
}

#ask-ark .ark-chat {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#ask-ark .ark-chat__wrapper {
  overflow: hidden;
  position: relative;
  flex: 1;
}

#ask-ark iframe {
  height: calc(100%);
  width: calc(100%);
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
}

#chatbot-panel-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483002;
}

#chatbot-panel-container > .wsp-next > [data-state="open"]:first-child {
  background: rgba(0, 0, 0, 0.75);
}

#arkPanelBackdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  opacity: 0.5;
  z-index: 9999;
  display: none;
}

/*
.whBellcurve {
    position: relative;

	&__graphic {
		@include abscover;
		bottom: -1px;
		background-image: url("https://media.wallstreetprep.com/wspimage/whCurvebg.png");
		background-size: 100% 100%;
		top: 3em;
		opacity: .6;
	}

	&__meter {
		position: absolute;
		top: 2em;
		bottom: 0;
		width: 1px;
		background: $whRed;
		left: 72%;
	}

	&__number {
		background: #fff;
		border: 1px solid $whBorder;
		font-size: .8em;
		font-weight: 600;
		padding: .15em 0;
		position: absolute;
		width: 50px;
		left: calc(50% - 25px);
		text-align: center;
		@include shadow;

	}

}

.whInfotext {
	font-size: .8em;
}


ul.whObjectives {
	margin-bottom: -.5em;

	@include above(1000px) {
		columns: 2;
		column-gap: 4em;
	}

	li {
		position: relative;
		margin-bottom: .5em;
		padding-left: 1.35em;
	}

	i {
		color: $whRed;
		position: absolute;
		left: 0;
		top: .35em;
	}
}


.whAssessment.whModule {
	min-height: 80px;
}

.whUnit__title.whModule__title:hover {
	background-color: #fff !important;
}

.whUnit.whModule {

	.whModule {

		&__title {
			border-bottom-width: 0;
			cursor: pointer;

			&:hover {

				.whModule__title-title {
					color: $whRed;
// 					text-decoration: underline;
				}
			}
		}
	}

	&.open {

		.whModule {

			&__title {
				border-bottom-width: 1px;

				&-drop {
					transform: rotate(180deg);
				}
			}
		}
	}

	&:not(.open) {

		.whModule {

			&__content {
				max-height: 0;
				overflow: hidden;
				padding: 0 !important;
			}
		}

	}
}

.whCourse__unitTrigger {
	font-weight: normal;
	font-size: 12px;
// 	text-transform: uppercase;
// 	font-weight: 600;
	margin-top: .5em;
	margin-bottom: -.5em;

	&:hover a {
		text-decoration: underline;
		cursor: pointer;
	}
}

.whCourse__unitTrigger-close {
	display: none;
}

.whCourse.all-open {
	.whCourse__unitTrigger-open { display: none; }
	.whCourse__unitTrigger-close { display: inline; }
}

.whCourse.all-closed {
	.whCourse__unitTrigger-open { display: inline; }
	.whCourse__unitTrigger-close { display: none; }
}

.whAssignments {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e5e5e5;
	height: 70px;
	padding: 0 3em;
	font-size: .85em;
	color: $metatext;

	&__switcher {
		display: flex;
		align-items: center;
	}
}

*/
.whDiscussion {
  margin-top: 3em !important;
  padding-top: 2em !important;
  border-top: 1px solid #e5e5e5;
}

.whDiscussion #wpdcom .ql-editor > * {
  font-size: 1em;
}

.whDiscussion .wpd-thread-head {
  display: none !important;
}

.whDiscussion #wpdcom .ql-editor::before {
  font-size: 1em !important;
}

.whDiscussion #wpdcom .ql-editor > *,
.whDiscussion #wpdcom .ql-editor::before,
.whDiscussion #wpdcom .wpd-prim-button,
.whDiscussion #wpdcom .wpd-second-button {
  font-family: InterVariable, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.whDiscussion #wpdcom .wpd-second-button,
.whDiscussion #wpdcom .wpd-prim-button {
  box-shadow: none !important;
}

.whDiscussion #wpdcom .ql-container {
  border-color: #e5e5e5 !important;
  border-radius: 0;
}

.whDiscussion #wpdcom .wpd-comment .wpd-comment-right {
  border-radius: 0 !important;
}

.single-wharton_program {
  font-size: 95%;
}

@media only screen and (max-width: 1000px) {
  .single-wharton_program {
    font-size: 90%;
  }
}

@media only screen and (max-width: 700px) {
  .single-wharton_program {
    font-size: 85%;
  }
}

.single-wharton_program * {
  box-sizing: border-box;
}

.single-wharton_program a.disabled {
  opacity: .35;
  cursor: not-allowed;
}

.single-wharton_program a.disabled.wspl-redbutton:hover {
  background-color: #a90733;
}

.single-wharton_program .tab-pane {
  padding-top: 0;
}

.single-wharton_program .--theme-dk {
  background-color: var(--custom-program-primary-color);
}

.single-wharton_program .fa-circle-check {
  padding-right: 0;
  color: rgba(0, 0, 0, 0.25);
}

.single-wharton_program .--theme-dk-grad {
  background: linear-gradient(45deg, #203766 60%, #a90733);
}

.single-wharton_program .wspl-redbutton {
  font-weight: normal;
  background-color: #a90733;
}

.single-wharton_program .--border {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.single-wharton_program .--border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.single-wharton_program .--border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.single-wharton_program .--border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.single-wharton_program .--pad-content {
  padding: 1.5em;
}

.single-wharton_program .--pad-content-extra {
  padding: 2.5em;
}

.single-wharton_program h4,
.single-wharton_program h5 {
  margin-top: 0;
}

.single-wharton_program [data-request] {
  cursor: pointer;
}

.single-wharton_program .section__tagline {
  font-size: 0.9em;
  text-transform: none;
  font-weight: 600;
}

.single-wharton_program .section__content {
  margin-top: 1rem;
}

.single-wharton_program .section__title + .section__content {
  margin-top: 1rem;
}

.single-wharton_program .section h2.section__title {
  font-size: 2.35em;
  margin-bottom: 2rem;
}

.single-wharton_program .wspl-list--inline-disc li::before {
  color: #303030;
}

.wh-module blockquote {
  position: relative;
  margin: 0 auto;
}

#whAssessmentsTable {
  font-size: .85em;
  margin-bottom: 2rem;
}

#whAssessmentsTable .fa-circle-check {
  margin-right: 0.75em;
}

#whAssessmentsTable th:last-child {
  width: 10%;
}

#whAssessmentsTable td.total {
  font-weight: 600;
}

#whAssessmentsTable td.total.pass {
  color: var(--main-green);
}

#whAssessmentsTable td.total.fail {
  color: #a90733;
}

#whAssessmentsTable td:first-child div {
  display: inline-flex;
  align-items: center;
}

#whWelcome .section__title {
  font-size: 2em;
  text-align: center;
}

#whWelcome .section__subtitle {
  font-size: .9em;
  text-align: center;
}

body.single-wsp_exam .wpProQuiz_text,
body.single-wsp_exam .wpProQuiz_quiz,
body.single-wsp_exam .module-white,
body.single-wsp_exam .wpProQuiz_results, body.page-template-page-completed-exam .wpProQuiz_text,
body.page-template-page-completed-exam .wpProQuiz_quiz,
body.page-template-page-completed-exam .module-white,
body.page-template-page-completed-exam .wpProQuiz_results {
  margin-top: 0;
  border-radius: 0;
  border-bottom: none;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1);
}

body.single-wsp_exam .entry-title, body.page-template-page-completed-exam .entry-title {
  margin-top: 0 !important;
}

body.single-wsp_exam .wh-main, body.page-template-page-completed-exam .wh-main {
  margin-bottom: 3em;
}

body.custom-body.single-wsp_exam .wpProQuiz_button,
body.custom-body.single-wsp_exam .quiz_continue_link a {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  background-color: var(--custom-program-primary-color);
  line-height: 40px;
  color: #fff;
  padding: 0 1.2em;
  min-width: 100px;
  font-size: .85em;
  border-radius: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: block;
}

body.custom-body.single-wsp_exam .wpProQuiz_button:focus,
body.custom-body.single-wsp_exam .quiz_continue_link a:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  body.custom-body.single-wsp_exam .wpProQuiz_button,
  body.custom-body.single-wsp_exam .quiz_continue_link a {
    font-size: 1.1em;
  }
}

body.custom-body.single-wsp_exam .wpProQuiz_button:not([disabled]):not(.disabled):hover,
body.custom-body.single-wsp_exam .quiz_continue_link a:not([disabled]):not(.disabled):hover {
  filter: brightness(1.1);
}

body.custom-body.single-wsp_exam .wpProQuiz_button.disabled, body.custom-body.single-wsp_exam .wpProQuiz_button[disabled],
body.custom-body.single-wsp_exam .quiz_continue_link a.disabled,
body.custom-body.single-wsp_exam .quiz_continue_link a[disabled] {
  opacity: .25;
  cursor: not-allowed;
}

.wh-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.wh-wrap em {
  font-style: italic;
}

.wh-body {
  flex: 1;
  padding-bottom: 1em;
  display: flex;
  flex-direction: column;
}

.wh-main {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  flex: 1;
}

.wh-contentwrap {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  box-sizing: border-box;
}

@media only screen and (max-width: 700px) {
  .wh-main.wh-contentwrap,
  .wh-nav .wh-contentwrap {
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  .wh-nav .wh-contentwrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.wh-content {
  padding: 2rem 2.5rem;
  position: relative;
}

.wh-content + .wh-content {
  padding-top: 1rem;
}

@media only screen and (max-width: 900px) {
  .wh-content {
    padding: 1rem 1.5rem 1.5rem;
  }
}

.wh-footer {
  padding: 0 0 80px;
  font-size: .85em;
}

.wh-sectioner {
  margin-top: 3em;
}

.wh-line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: -.5em;
  margin-bottom: -.5em;
}

.wh-break {
  margin-top: 1em;
}

p + .wh-sectioner {
  margin-top: 2.5em;
}

.wh-sectioner + .wh-label {
  margin-top: -2.5em;
}

.wh-sectioner + .wh-label {
  margin-top: -2.5em;
}

.wh-content > .wh-label:first-child {
  margin-top: -1em;
}

body.single-knowledgebaseposts .wh-contentwrap {
  max-width: 900px;
}

/*
body.single-wsp_exam, body.page-template-page-completed-exam {
    .wh-nav {
        min-height: 200px;
        @include below(700px) {
            min-height: unset;
        }
    }
}*/
.wh-nav__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.5em;
}

.wh-nav__container:first-child {
  padding-top: 1.5em;
}

.wh-nav__logo {
  max-width: 190px;
  max-height: 45px;
  z-index: 10;
  position: relative;
  cursor: default;
}

.wh-nav__program {
  line-height: 1.2;
  font-size: 1em;
  font-weight: 700;
  text-align: end;
  padding-left: 2rem;
  flex: 1;
}

.wh-nav__program sup {
  padding-right: 0;
}

.wh-nav__title {
  font-weight: 700;
  display: flex;
  align-items: center;
  flex: 1;
}

.wh-nav__title img {
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}

.wh-nav__menu:not(.wh-nav-block__content) {
  display: flex;
  flex-wrap: wrap;
  margin-right: 1em;
}

@media only screen and (max-width: 700px) {
  .wh-nav__menu:not(.wh-nav-block__content) {
    display: none;
  }
}

.wh-nav__menu:not(.wh-nav-block__content) li:not(.wh-tabs--soon):not(.wh-tabs--accordion) a {
  cursor: pointer;
}

.wh-nav__menu:not(.wh-nav-block__content) li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.wh-nav__menu:not(.wh-nav-block__content) li:not(:last-child) {
  margin-right: 1em;
}

@media only screen and (max-width: 900px) {
  .wh-nav__menu:not(.wh-nav-block__content) li:not(:last-child) {
    margin-right: 0.5em;
  }
}

.wh-nav__menu:not(.wh-nav-block__content) li.selected {
  background-color: var(--custom-program-secondary-color);
}

.wh-nav__menu:not(.wh-nav-block__content) a {
  color: inherit;
  white-space: nowrap;
  line-height: 34px;
  padding: 0 1em;
  border-radius: 3px;
}

@media only screen and (max-width: 900px) {
  .wh-nav__menu:not(.wh-nav-block__content) a {
    height: 28px;
    padding: 0 0.5em;
  }
}

.wh-nav__actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.wh-nav__actions > a {
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  margin-left: 1em;
  font-size: 1.15em;
  position: relative;
  z-index: 1501;
}

.wh-nav__actions > a img {
  width: 20px;
}

.wh-nav__actions > a:hover .wh-tooltip {
  display: block;
}

.wh-nav__actions .dropdown-toggle {
  z-index: 1501;
}

.wh-nav__actions .dropdown-menu {
  margin: 0;
  padding: 0;
  top: calc(100% - 2px);
  left: auto;
  right: 15px;
  width: max-content;
  z-index: 1500;
  border-color: #e5e5e5;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
}

.wh-nav__actions .dropdown-menu > li a {
  display: flex;
  align-items: center;
  padding: 0.65em 1em;
}

@media only screen and (max-width: 700px) {
  .wh-nav__actions .dropdown-menu > li a {
    white-space: normal;
  }
}

.wh-nav__actions .dropdown-menu > li a.active::after {
  font-family: "font awesome 6 pro";
  content: "\f00c";
  color: var(--custom-program-primary-color);
  margin-left: auto;
  min-width: 25px;
  text-align: right;
  line-height: 1;
}

.wh-nav__actions .dropdown-menu::after {
  display: list-item;
  content: "";
  position: absolute;
  left: 60%;
  right: 5px;
  bottom: calc(100% - 2px);
  height: 25px;
}

.wh-nav__actions .dropdown-menu .dropdown-menu__icon {
  display: inline-block;
  width: 16px;
  margin-right: 0.75em;
}

.wh-nav__actions .dropdown-menu .divider {
  margin: 0 1em;
  background-color: #e5e5e5;
}

@media only screen and (max-width: 700px) {
  .wh-nav__actions .dropdown-menu {
    max-width: 275px;
  }
}

.wh-nav__actions .dropdown-toggle {
  padding: 5px 0;
}

.wh-nav__btn:not(:first-child) {
  margin-left: 2rem;
}

.wh-nav .wh-tabs--soon {
  position: relative;
  cursor: default;
}

.wh-nav .wh-tabs--soon-hov {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-blue-light);
  font-size: .75em;
  font-weight: 600;
  opacity: 0;
  white-space: nowrap;
  background: var(--custom-program-header-color);
}

.wh-nav .wh-tabs--soon:hover .wh-tabs--soon-hov {
  opacity: 1;
}

.wh-nav .wh-contentwrap {
  position: relative;
  box-sizing: border-box;
}

.wh-nav .fa-eye-slash {
  font-size: .75rem;
  padding-left: 0.25rem;
  margin-right: auto;
  color: var(--main-lime);
}

.wh-welcome-nav {
  border-bottom: 1px solid #dce1e5;
  min-height: 80px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.wh-welcome-nav .wh-nav__container {
  padding: 1rem 2rem !important;
  width: 100%;
}

.wh-welcome-nav .wh-nav__container + .wh-nav__container {
  margin-top: -1.25rem;
}

.wh-dropdown-nav {
  position: relative;
}

.wh-dropdown-nav__trigger, .wh-dropdown-nav__close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 1.5em;
  padding-right: 1.5rem;
  display: none;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}

.wh-dropdown-nav__trigger i, .wh-dropdown-nav__close i {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media only screen and (max-width: 700px) {
  .wh-dropdown-nav__trigger, .wh-dropdown-nav__close {
    display: flex;
  }
}

.wh-dropdown-nav__menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  width: 90%;
  bottom: 0;
  right: 100%;
  z-index: 1050;
  line-height: 1;
  overflow: hidden;
  transition: right 0.2s ease-in-out;
}

.wh-dropdown-nav__menu > ul {
  background-color: inherit;
  padding: 1em 0;
  z-index: 340;
  position: relative;
}

.wh-dropdown-nav__menu li {
  font-weight: 500;
  display: block;
  position: relative;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.wh-dropdown-nav__menu li.selected:not(.wh-tabs--accordion) {
  background-color: var(--custom-program-secondary-color);
}

.wh-dropdown-nav__menu li img {
  height: 1.25em;
}

.wh-dropdown-nav__menu li ul li {
  padding-left: 1.5rem;
  cursor: pointer;
}

.wh-dropdown-nav__menu .wh-tabs--soon {
  cursor: default;
  padding: 0.5rem 1.5rem;
  width: 100%;
}

.wh-dropdown-nav__menu .wh-tabs--soon:hover .wh-tabs--soon-hov {
  opacity: 0.5;
}

.wh-dropdown-nav__menu a,
.wh-dropdown-nav__menu span.wh-tabs--soon-default,
.wh-dropdown-nav__menu span.wh-tabs--soon-hov,
.wh-dropdown-nav__menu span.wspl-accordion__title {
  color: inherit;
  font-size: 1.15em;
  font-weight: inherit;
  display: inline-flex;
  justify-content: space-between;
  position: static;
  background-color: transparent;
  line-height: 1.4;
}

.wh-dropdown-nav__menu a, .wh-dropdown-nav__menu .wspl-accordion__title {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 0.5rem 1.5rem;
  width: 100%;
}

.wh-dropdown-nav__menu span.wh-tabs--soon-default {
  display: inline-block;
}

.wh-dropdown-nav__menu span.wh-tabs--soon-hov {
  opacity: 0.5;
}

.wh-dropdown-nav__menu span.wh-tabs--soon-hov::before {
  content: '-';
  display: inline-block;
  padding: 0 0.5em;
}

.wh-dropdown-nav__menu-header {
  padding: 1.5em 4rem 1.5em 1.5rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
  background-color: inherit;
  position: relative;
}

.wh-dropdown-nav__menu-footer {
  border-top: solid 1px rgba(255, 255, 255, 0.15);
  padding-bottom: 3em !important;
}

.wh-dropdown-nav__menu-header, .wh-dropdown-nav__menu-footer {
  flex-shrink: 0;
}

.wh-dropdown-nav__menu-main {
  flex: 1;
  overflow-y: auto;
}

.wh-dropdown-nav.dropdown-mode .wh-dropdown-nav__trigger .fa-bars {
  transform: scale(0.001);
}

.wh-dropdown-nav.dropdown-mode .wh-dropdown-nav__menu {
  right: 10%;
  overflow: auto;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
}

.wh-header {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  padding: 0.75rem 2.5rem;
  --focus-outline-offset: 0;
}

@media only screen and (max-width: 900px) {
  .wh-header {
    padding: 0.75rem 1.5rem;
  }
}

.wh-header.section {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.wh-header__weekly {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.wh-header__weekly-weekdate {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: 700;
}

.wh-header__weekly-controls {
  font-size: 2rem;
  white-space: nowrap;
  margin-right: 1.5rem;
}

.wh-header__weekly-controls > button {
  cursor: pointer;
  position: relative;
  z-index: 210;
  font-size: 32px;
}

.wh-header__weekly-controls > button:first-child {
  margin-right: 3px;
}

.wh-header__weekly-controls > button.disable {
  opacity: .25;
  cursor: auto;
  pointer-events: none;
}

.wh-header__weekly-week {
  margin-right: 12px;
}

.wh-header__weekly-date {
  padding-left: 12px;
  border-left: 1px solid #e5e5e5;
}

@media only screen and (min-width: 500px) {
  .wh-header__weekly:not(:last-child) {
    margin-right: 3em;
  }
}

.wh-header__title {
  line-height: 1;
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.wh-header__title:not(:last-child) {
  margin-right: 2rem;
}

.wh-header__events {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wh-header__info {
  font-size: .8em;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.wh-header__info a {
  position: relative;
  z-index: 210;
}

.wh-header__tabs {
  margin: 0.5rem auto 0.25rem -1rem;
  padding: 0.15rem 2rem 0.15rem 1rem;
  border-left: 1px solid #e5e5e5;
}

.wh-header__tabs li.selected {
  box-shadow: 0 3px 0 0 var(--custom-program-secondary-color);
}

.wh-header__tabs li a {
  margin-bottom: 0.25em;
  position: relative;
  z-index: 210;
}

.wh-header__tabs.tabs-section__tabs {
  overflow-x: auto;
  overflow-y: hidden;
  align-items: flex-start;
}

.wh-header__calendar {
  font-size: 1.75rem;
  display: none;
  position: absolute;
  top: 1.5rem;
  right: 2.5rem;
  line-height: 1;
}

@media only screen and (max-width: 900px) {
  .wh-header__calendar {
    right: 1.5rem;
  }
}

.wh-header__calendar > i {
  cursor: pointer;
  position: relative;
  z-index: 210;
}

.wh-header--w-calendar {
  position: relative;
}

@media only screen and (min-width: 701px) {
  .wh-header--w-calendar {
    padding-right: 6rem;
  }
  .wh-header--w-calendar .wh-header__calendar {
    display: block;
  }
}

.wh-header__dropdown {
  z-index: 211;
}

.wh-header .dropdown .dropdown-toggle {
  transition: opacity 0.1s ease-in-out;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  font-size: inherit;
  background: none;
  font-weight: inherit;
}

.wh-header .dropdown .dropdown-toggle:hover {
  opacity: 0.75;
}

.wh-header .dropdown .dropdown-toggle-icon {
  margin-left: 0.5rem;
  font-size: 0.6em;
}

.wh-header .dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  width: max-content;
  z-index: 1;
  border-color: #E5E5E5;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
}

.wh-header .dropdown .dropdown-menu .date {
  display: inline-block;
  color: var(--main-meta-data-color);
  padding-left: 7px;
  margin-left: 7px;
  border-left: 1px solid #e5e5e5;
}

.wh-header .dropdown .dropdown-menu > li a {
  display: flex;
  align-items: center;
  padding: 0.65em 1em;
}

@media only screen and (max-width: 700px) {
  .wh-header .dropdown .dropdown-menu > li a {
    white-space: normal;
  }
}

.wh-header .dropdown .dropdown-menu > li a.active {
  font-weight: 600;
}

.wh-header .dropdown .dropdown-menu > li a.active::after {
  font-family: "font awesome 6 pro";
  content: "\f00c";
  color: var(--custom-program-primary-color);
  margin-left: auto;
  min-width: 25px;
  text-align: right;
  line-height: 1;
}

@media only screen and (max-width: 700px) {
  .wh-header .dropdown .dropdown-menu {
    max-width: 275px;
  }
}

.wh-header .dropdown.open .dropdown-toggle-icon {
  transform: rotate(180deg);
}

.wh-header-block {
  border-bottom: 1px solid #e5e5e5;
}

.wh-header-block > div:last-child {
  margin-bottom: -1em;
}

.section__title--events {
  margin-bottom: 1em;
  margin-top: -.5em !important;
  color: var(--custom-program-header-color);
}

.wh-thubimg {
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
}

.wh-header-event {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  position: relative;
  z-index: 210;
  color: #333333;
}

.wh-header-event:not(:last-child) {
  margin-right: 1em;
}

.wh-header-event:hover {
  background-color: #fbfbfb;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.wh-header-event__label {
  font-size: .85em;
  color: var(--custom-program-primary-color);
  font-weight: 600;
  margin-right: 1.25em;
  margin-top: 0.25rem;
}

.wh-header-event__container {
  display: flex;
  flex-wrap: wrap;
}

.wh-header-event__img {
  margin-right: .75em;
}

.wh-header-event__img .wh-thubimg {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.wh-header-event__img--double {
  width: 44px;
  height: 44px;
  position: relative;
}

.wh-header-event__img--double .wh-thubimg {
  width: 28px;
  height: 28px;
}

.wh-header-event__img--double .wh-thubimg + .wh-thubimg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.wh-header-event__content {
  font-size: .8em;
  line-height: 1.4;
}

.wh-header-event__title {
  font-weight: 700;
}

.wh-header-event__title--lg {
  font-size: 1.25em;
}

.wh-header-event__info {
  color: var(--main-meta-data-color);
}

.wh-event__instructions {
  font-size: .75em;
}

.wh-event__date {
  margin-right: 1.5em;
  line-height: 1.15;
  text-align: center;
}

.wh-event__date-day {
  font-size: 1.5em;
  font-weight: 600;
}

.wh-event__date-month {
  text-transform: uppercase;
  font-size: .8em;
}

.wh-event__title span {
  white-space: nowrap;
}

.wh-event__title br {
  display: none;
}

.wh-event__link {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.wh-tab {
  position: relative;
}

.wh-tab__edit {
  position: absolute;
  top: 10px;
  right: 10px;
}

/*
.wh-tab,
.wh-tab__pane {
	padding: 2em 0 !important;
}

.wh-tab {
	min-width: 200px;
	max-width: 200px;
	border-right: 1px solid $lmsbg-border-lt;
	box-sizing: border-box;

	&__item {
		padding: .5em 1em;
		box-sizing: border-box;

		a {
			color: $black;
		}

		&:first-child {
			padding-top: 0;
		}

		&:not(.active):hover a {
			opacity: .5;
		}

		&.active {
			background-color: $whPinkTrans;
			color: $whRed;
			border-right: 4px solid $whRed;
		}

		&-label {
			font-size: .7em;
			font-weight: 600;
			text-transform: uppercase;
		}

		&--spacer {
			margin-top: 1em;
		}
	}
}

.wh-tab__panes {
	flex: 1;

	&-wrap {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

.wh-tab__pane {
    //display: none;
	position: relative;

	&-edit {
		position: absolute;
		top: 2em;
		right: 10px;
		font-size: 1em;
        line-height: 1;
	}

	&-tab {
		margin-bottom: 2em;

		li {
			display: inline-block;
			font-weight: 600;
			padding-bottom: .25em;
			margin-right: 2em;
			opacity: .5;
			cursor: pointer;

			&:hover {
				opacity: 1;
			}

			&.active {
				border-bottom: 4px solid $whRed;
                //color: $whUiBlue;
				opacity: 1;
			}
		}

		a {
			color: $black;
		}

        &-content {
            padding-bottom: 2em;
        }

	}

	&.active {
		display: block;
	}

	&-wrap {
        //display: flex;
	}

	&-content {
		flex: 1;
	}

	&-aside {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
        //min-width: 300px;
        //max-width: 300px;

		.whModule {
			max-width: 49%;
			min-width: 49%;
		}
	}
}
*/
.wh-assignments-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  min-height: 70px;
  padding: 0.75rem 2.5rem;
  font-size: .85em;
  color: var(--main-meta-data-color);
}

@media only screen and (max-width: 900px) {
  .wh-assignments-line {
    padding: 0.75rem 1.5rem;
  }
}

.wh-assignments-line__switcher {
  display: flex;
  align-items: center;
  color: #303030;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  background: inherit;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  margin-left: auto;
}

.wh-assignments-line__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.wh-assignments-line__label {
  font-weight: 600;
  color: var(--custom-program-primary-color);
  white-space: nowrap;
  margin-right: 1.5em;
}

.wh-assignments-line__container {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.wh-assignments-line__item {
  display: flex;
  align-items: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.wh-assignments-line__item:not(:last-child) {
  margin-right: 1.5em;
}

@media only screen and (max-width: 500px) {
  .wh-assignments-line__item:not(:last-child) {
    margin-right: 1em;
  }
}

.wh-assignments-line__check {
  padding-right: 0.35em;
}

.wh-assignments-line__check.done i {
  color: var(--main-green);
}

.wh-assignments-line__title {
  white-space: nowrap;
}

.wh-tracker__table {
  width: 100%;
}

.wh-tracker__table [data-request] {
  color: rgba(255, 255, 255, 0.6);
}

.wh-tracker__table .wh-check {
  color: #fff;
  opacity: .35;
}

.wh-tracker__table + .wh-tracker__table {
  margin-top: 1em;
}

.wh-tracker__table td {
  padding: .25em 0;
}

.wh-tracker__table th {
  text-align: center;
  font-weight: 700;
  color: #44c1e6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 1.1em;
  padding-bottom: .75em;
}

.wh-tracker__table th i {
  font-size: .9em;
}

.wh-tracker__table tr:first-child td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.wh-tracker__table td:first-child {
  width: 70%;
}

.wh-tracker__table td:last-child {
  width: 30%;
}

.wh-tracker__table table:last-child tbody tr:last-child td {
  padding-bottom: 0;
}

.wh-tracker {
  position: relative;
  min-width: 275px;
  max-width: 275px;
  text-align: center;
  box-sizing: border-box;
  padding: 1em 2em;
  font-size: .8em;
}

.wh-tracker.closed:hover {
  cursor: pointer;
  background-color: var(--custom-program-header-color);
}

.wh-tracker__title {
  font-size: 1.25em;
  font-weight: 600;
  color: #44c1e6;
}

.wh-tracker__expand {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(100% - 8px);
  left: calc(50% - 8px);
  background-color: #fff;
  border: 1px solid rgba(10, 15, 30, 0.25);
  display: none;
  cursor: pointer;
  transition: transform .15s ease-in-out;
}

.wh-tracker__expand:hover {
  transform: scale(1.1);
}

.wh-tracker__expand i {
  font-size: 12px;
}

.wh-tracker:not(.closed) .wh-tracker__expand {
  transform: rotate(180deg) scale(1);
  display: flex;
}

.wh-tracker:not(.closed) .wh-tracker__expand:hover {
  transform: scale(1.1) rotate(180deg);
}

.wh-tracker:hover .wh-tracker__expand {
  display: flex;
}

.wh-tracker__height {
  max-height: 200px;
  height: 200px;
  transition: max-height .1s ease-in-out;
  overflow: hidden;
}

.wh-tracker.closed .wh-tracker__height {
  max-height: 60px;
}

.wh-tracker__name {
  font-size: 1.5em;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.wh-tracker__initials {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a2540;
  font-weight: 600;
  font-size: 14px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #8dc6ff;
  margin-right: .5em;
}

.wh-tracker__summary {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wh-tracker__detail {
  display: flex;
  padding-top: 20px;
}

.wh-tracker__detail a {
  color: #fff;
}

.wh-tracker__detail a:hover {
  opacity: .8;
}

.wh-tracker__detail-item {
  flex: 1;
  text-align: center;
  background: #0a204a;
  padding: 1em 0;
}

.wh-tracker__detail-item:not(:last-child) {
  margin-right: 4px;
}

.wh-tracker__detail-label {
  color: #44c1e6;
  font-weight: 500 !important;
}

.wh-tracker__detail-number {
  font-size: 1.35em;
}

.wh-tracker__detail-points {
  font-size: .5em;
  opacity: .5;
}

.wh-tracker__detail, .wh-tracker__summary {
  width: 100%;
}

.wh-helper {
  position: fixed;
  width: 500px;
  top: 0;
  bottom: 0;
  z-index: 200;
  right: -500px;
  transition: right .2s ease-in-out;
}

@media only screen and (min-width: 1300px) {
  .wh-helper {
    box-shadow: 0 0 100px -25px black;
  }
}

.wh-helper.active {
  right: 0;
}

.wh-helper__close {
  font-size: 1.5em;
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer;
}

.wh-helper__header {
  height: 120px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.wh-helper__img {
  max-width: 60px;
  min-width: 60px;
  border-radius: 50%;
}

.wh-helper__greeting {
  font-size: 1.5em;
  line-height: 1.2;
  margin-left: .75em;
}

.wh-helper__title {
  font-weight: 600;
  font-size: 1.25em;
}

.wh-helper p {
  margin-top: 1em;
}

.wh-hours {
  display: flex;
  justify-content: space-between;
}

.wh-hours__item {
  min-width: calc(50% - .5em);
  max-width: calc(50% - .5em);
  padding: .75em 1em .75em .75em;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
}

.wh-hours__nameplate {
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.wh-hours__nameplate-img {
  min-width: 50px;
  max-width: 50px;
  border-radius: 50%;
  margin-right: 1em;
}

.wh-hours__nameplate-name {
  font-weight: 600;
}

.wh-hours__nameplate-bio {
  color: var(--main-meta-data-color);
  opacity: .75;
  font-size: .8em;
  margin-top: .2em;
}

.wh-hours__info {
  text-align: right;
}

.wh-hours__info-date {
  font-weight: 600;
}

.wh-hours__info-links {
  font-size: .8em;
  margin-top: .2em;
}

.wh-hours__info-link:first-child {
  margin-right: .5em;
  padding-right: .5em;
  border-right: 1px solid #e5e5e5;
}

.wh-hours__info-link.disabled {
  color: var(--main-meta-data-color);
}

.wh-module__text {
  height: auto;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.wh-module__text:first-child {
  margin-top: -0.75rem;
}

.wh-module__text:not(.wh-module__note):not(.wh-module__text--custom) {
  margin-right: 40px;
}

.wh-module__text--custom {
  overflow: visible;
}

.wh-module__assignment-edit {
  position: absolute;
  font-size: .7em;
  top: .35em;
  left: .75em;
  z-index: 1010;
}

.wh-module__assignment-edit:hover {
  opacity: .7;
}

.wh-module__text:not(:last-child), .wh-module__assignment {
  margin-bottom: 1rem;
}

.wh-module__assignment--min + .wh-module__assignment--min {
  margin-top: -1rem;
}

.wh-module__assignment--min + .wh-module__assignment--min > .--border {
  border-top: none;
}

.wh-module.assignmentsView .wh-module__text,
.wh-module.assignmentsView .wh-module__assignment--min {
  height: 0;
  opacity: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  visibility: hidden;
}

.wh-module__hwupload {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3em 0;
  margin-top: 1em;
  color: #303030;
  border: 2px dashed rgba(0, 0, 0, 0.15) !important;
  min-height: 200px;
}

.wh-module__hwupload:hover {
  background: #f2f2f2 !important;
}

.wh-module__hwupload img {
  height: 50px;
  width: auto;
  position: relative;
  z-index: 100;
  display: inline-block;
  margin-bottom: 4px;
}

.wh-module__hwupload-imgbg {
  background-color: var(--custom-program-primary-color);
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -15px;
  z-index: 99;
}

.wh-module__hwupload-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.wh-module__note {
  padding: 2em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fffaf4;
  position: relative;
}

.wh-module__note-label {
  color: var(--custom-program-primary-color);
  font-size: .85em;
  font-weight: 600;
}

.wh-module__note-video {
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}

.wh-module__note-video .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: InterVariable, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-shadow: 0 0 2px black;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  width: 3rem;
  height: 3rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.wh-module__note-video .close-btn::before {
  font-family: "font awesome 6 pro";
  content: "\f00d";
  color: inherit;
}

.wh-module__note-video .close-btn:hover {
  text-shadow: 0 0 3px black;
}

@media only screen and (min-width: 1001px) {
  .wh-module__note-video {
    float: right;
    width: 40%;
    margin-left: 2em;
    transition: width .2s ease-in-out;
  }
  .wh-module__note-video + p {
    margin-top: 0 !important;
  }
  .wh-module__note-video.active {
    width: 100%;
  }
  .wh-module__note-video .jw-state-playing:not(.jw-flag-user-inactive) + .close-btn,
  .wh-module__note-video .jw-state-complete + .close-btn,
  .wh-module__note-video .jw-state-paused + .close-btn {
    opacity: 1;
    pointer-events: all;
    cursor: pointer;
  }
}

.wh-module__note-content.animated {
  animation: fadeOut-fadeIn .4s ease-in-out;
}

.wh-module__note-sig {
  display: flex;
  align-items: center;
  margin-top: 1.5em;
}

.wh-module__note-sig--break {
  flex-direction: column;
  align-items: flex-start;
}

.wh-module__note-sig--break .wh-module__note-gal {
  margin-bottom: .5em;
}

@media only screen and (max-width: 700px) {
  .wh-module__note-sig {
    flex-direction: column;
    align-items: flex-start;
  }
}

.wh-module__note-gal {
  display: flex;
  margin-right: .5em;
}

@media only screen and (max-width: 700px) {
  .wh-module__note-gal {
    margin-bottom: 1em;
  }
}

.wh-module__note-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: .25em;
}

.wh-module__note-date {
  opacity: .5;
  position: absolute;
  font-size: .8em;
  right: 2.4em;
  top: 2.4em;
}

.wh-module__note-date + p {
  margin-top: 0 !important;
}

@media only screen and (max-width: 900px) {
  .wh-module__note-date {
    display: none;
  }
}

.wh-module__note-video + .wh-module__note-content .wh-module__note-date {
  display: none;
}

.wh-module__assignment [href],
.wh-module__assignment [data-toggle="modal"] {
  transition: transform .2s ease-in-out;
}

@media only screen and (min-width: 700px) {
  .wh-module__assignment:not(.task):hover [href],
  .wh-module__assignment:hover [data-toggle="modal"] {
    transform: translate(6px, 0);
  }
}

#wpd-editor-wraper-0_0 {
  display: block !important;
}

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

.wh-assignment {
  display: flex;
  justify-content: space-between;
}

.wh-assignment[href="javascript:void(0)"] {
  cursor: not-allowed;
}

.wh-assignment[href="javascript:void(0)"]:hover {
  transform: translate(0, 0);
}

.wh-assignment[data-toggle="modal"] {
  cursor: pointer;
}

.wh-assignment:not([href]):not([data-toggle="modal"]) {
  cursor: default;
}

.wh-assignment__overlay {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 4px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  cursor: not-allowed;
}

.wh-assignment__overlay:hover {
  opacity: 1;
}

.wh-assignment__overlay:hover .wh-assignment__overlay-message {
  right: 0;
  opacity: 1;
}

.wh-assignment__overlay-message {
  font-size: 0.85em;
  font-weight: 600;
  position: relative;
  padding: 0 2rem;
  right: -100px;
  opacity: 0;
  transition: right 0.25s ease-in-out, opacity 0.35s ease-in-out;
}

.wh-assignment__overlay-message a {
  text-decoration: underline;
}

.wh-assignment__overlay-message i {
  font-size: 0.9em;
  margin-right: 6px;
  top: -1px;
  position: relative;
}

.wh-assignment__header {
  display: flex;
  align-items: center;
}

.wh-assignment__img {
  min-width: 70px;
  max-width: 70px;
  background-color: #e1e6ea;
  border-radius: 50%;
  margin-right: 1em;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
}

@media only screen and (max-width: 700px) {
  .wh-assignment__img {
    display: none;
  }
}

.wh-assignment__img-icon {
  background-size: 65%;
  background-position: center center;
}

.wh-assignment__summary {
  box-sizing: border-box;
  padding-top: 1em;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 0.9em;
}

@media only screen and (min-width: 701px) {
  .wh-assignment__summary {
    padding-left: calc(70px + 1em);
    padding-top: 0;
  }
}

.wh-assignment__content {
  padding: 1.15em;
  flex: 1;
}

.wh-assignment__go {
  min-width: 45px;
  width: 7.5%;
  position: relative;
}

.wh-assignment__go-icon {
  color: #303030;
  opacity: 0.2;
  font-size: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  z-index: 100;
}

@media only screen and (max-width: 800px) {
  .wh-assignment__go-icon {
    font-size: 25px;
    top: calc(50% - 12.5px);
  }
}

.wh-assignment__title {
  color: #303030;
  font-weight: 600 !important;
  font-size: 1.1em;
  line-height: 1.4;
  margin-top: 0 !important;
}

.wh-assignment__title-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wh-assignment__meta {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.85em;
  color: var(--main-meta-data-color);
  line-height: 1.4;
}

.wh-assignment__meta ul {
  justify-content: flex-end;
  display: block;
  white-space: nowrap;
}

.wh-assignment__meta ul li {
  white-space: nowrap;
  margin-bottom: 0;
}

.wh-assignment__button {
  margin-left: 4rem;
  display: none;
}

.wh-assignment__button.passive {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
}

.wh-assignment__button.passive:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.wh-assignment--min .wh-assignment__title {
  font-size: 0.9em;
}

.wh-assignment--min .wh-assignment__content {
  padding: 1em;
}

.wh-assignment--min .wh-assignment__go {
  min-width: 0;
  width: calc(1em + 16px);
}

.wh-assignment--min .wh-assignment__go-icon {
  font-size: 16px;
  left: auto;
  right: 1em;
  top: calc(50% - 8px);
}

.wh-assignment:hover .wh-assignment__summary:not(.--clickable) {
  max-height: 1000px;
  opacity: 1;
}

.wh-assignment:hover .wh-assignment__button {
  display: inline-block;
}

@media only screen and (min-width: 500px) {
  .wh-flex-table-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.wh-flex-table-row__content {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 500px) {
  .wh-flex-table-row__links {
    margin-top: .5em;
    text-align: center;
    background-color: #f6f8f9;
    padding: .5em;
  }
}

@media only screen and (min-width: 500px) {
  .wh-flex-table-row__links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
}

.wh-flex-table-row h4 {
  font-weight: 700;
}

.wh-flex-table-row__subtitle {
  color: var(--main-meta-data-color);
  font-size: .9em;
}

.wh-flex-table-row__img {
  margin-right: 1em;
}

.wh-flex-table-row__img .wh-thubimg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.wh-flex-table-row__img--double {
  width: 50px;
  height: 50px;
  position: relative;
}

.wh-flex-table-row__img--double .wh-thubimg {
  width: 32px;
  height: 32px;
}

.wh-flex-table-row__img--double .wh-thubimg + .wh-thubimg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.wh-flex-table-row:not(:first-child) {
  margin-top: .75em;
  padding-top: .75em;
  border-top: 1px solid #e5e5e5;
}

.wh-flex-table-row.hidden {
  display: none;
}

.wh-flex-table-row.hidden + .wh-flex-table-row {
  margin-top: 0;
  border-top: none;
}

.wh-info-table {
  font-size: .9em;
  width: 100%;
  table-layout: fixed;
}

.wh-info-table th {
  font-weight: 600;
  background: #f6f8f9;
}

.wh-info-table th,
.wh-info-table td {
  padding: 1em 1em;
}

.wh-info-table td {
  border-top: 1px solid #e5e5e5;
}

.wh-info-table td span.closed-exam {
  cursor: not-allowed;
}

.wh-info-table td:first-child {
  padding-left: 0;
}

.wh-info-table td:last-child {
  padding-right: 0;
}

.wh-info-table tr.complete .fa-circle-check {
  color: var(--main-green);
}

.wh-info-table tr.disabled {
  opacity: .35;
}

.wh-info-table tr:hover td {
  background-color: #fbfbfb;
}

.wh-course__title {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 700;
}

.wh-course__lesson-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: .9em;
}

.wh-course__lesson-list .wh-course__tracker-icon {
  margin-right: 6px;
}

.wh-course__lesson {
  min-width: 48%;
  max-width: 48%;
  padding: .15em 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.wh-course__lesson a {
  color: #303030;
}

.wh-course__lesson:hover a {
  color: var(--main-blue);
}

.wh-course.completed .wh-check {
  color: var(--main-green);
}

.wh-course__tracker-info {
  margin-right: 1em;
  display: flex;
  align-items: center;
}

.wh-course__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.wh-course__header-help {
  font-size: .75em;
}

.wh-course__header-content, .wh-course__header-info {
  display: flex;
  align-items: center;
}

.wh-course__header .wspl-redbutton {
  width: 75px;
  padding: 0;
}

.wh-course__icon {
  width: 50px;
  height: 50px;
  margin-right: 1em;
  background-color: #edf0f2;
  border-radius: 25px;
}

.wh-achievement {
  display: flex;
}

.wh-achievement__icon {
  position: absolute;
  padding-right: 0;
  top: 1.5em;
  right: .5em;
  z-index: 100;
  transform: scale(1.2);
  color: #b4b4b4;
}

.wh-achievement .achieved .wh-achievement__icon {
  color: var(--main-green);
}

.wh-achievement__item {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 1.5em;
  opacity: .15;
  position: relative;
}

.wh-achievement__item--cert {
  opacity: 1;
}

.wh-achievement__item--cert img {
  background-color: #fff;
  padding: 2px;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
}

.wh-achievement__item.active {
  opacity: 1;
}

.wh-achievement strong {
  font-size: .75em;
  margin-top: .25em;
}

.wh-achievement__badge {
  max-width: 70px;
}

.wh-achievement.wh-achievement--min {
  display: inline-flex;
}

.wh-achievement.wh-achievement--min .wh-achievement__index {
  display: none !important;
}

.wh-achievement.wh-achievement--min .wh-achievement__item {
  padding: 0;
  display: block;
  opacity: 1;
  margin-right: 8px;
}

.wh-achievement.wh-achievement--min .wh-achievement__item--cert {
  display: none;
}

.wh-achievement.wh-achievement--min .wh-achievement__icon {
  transform: scale(0.8);
  top: -4px;
  right: -6px;
}

.wh-achievement.wh-achievement--min .wh-achievement__badge {
  width: 24px;
}

.wh-achievement.wh-achievement--min strong {
  display: none;
}

.expander-block {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.expander-block__trigger {
  padding-bottom: 0;
  padding-top: 0;
  text-decoration: none;
  color: var(--main-blue);
  cursor: pointer;
}

.expander-block__trigger i {
  font-size: 0.8em;
}

.expander-block__excerpt {
  display: inline;
}

.expander-block__full {
  display: none;
}

.expander-block.expanded .expander-block__excerpt {
  display: none;
}

.expander-block.expanded .expander-block__full {
  display: inline;
}

.check-path {
  position: relative;
  margin-right: 40px;
}

.check-path__total {
  position: relative;
}

.check-path__total-icon {
  position: absolute;
  font-size: 20px;
  right: -40px;
  top: calc(50% - 10px);
}

.check-path__item {
  position: relative;
}

.check-path__item::before {
  content: "";
  position: absolute;
  right: calc(-40px + 9px);
  top: -1px;
  bottom: -1px;
  border-left: 1px solid #dce1e5;
}

.check-path__item:first-child::before {
  top: 50%;
}

.check-path__item:last-child::before {
  bottom: 50%;
}

.check-path__item--noTracking::before {
  content: none;
}

.check-path__icon {
  position: absolute;
  font-size: 14px;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  top: calc(50% - 7px);
  right: calc(-40px + 3px);
  background-color: #fff;
}

.check-path.done .check-path__total-icon {
  color: var(--main-green);
}

.check-path__item.done .check-path__icon {
  color: var(--main-green);
}

.wh-progress {
  display: flex;
}

.wh-progress__item {
  flex: 1;
}

.wh-progress__item-label {
  font-size: .6em;
}

.wh-progress__item:not(:last-child) {
  margin-right: .5em;
}

.wh-progress__frame {
  height: 6px;
}

.wh-progress__inner {
  height: 100%;
  width: 40%;
}

.wh-module .wh-progress__frame {
  width: 60px;
  background-color: #e1e6ea;
  margin-right: 1em;
}

.wh-module .wh-progress__frame .wh-progress__inner {
  background-color: var(--custom-program-primary-color);
}

.wh-interview {
  display: flex;
}

.wh-interview__bio {
  min-width: 275px;
  max-width: 275px;
  display: flex;
  flex-direction: column;
  margin-right: 2em;
}

.wh-interview__nameplate {
  display: flex;
  align-items: center;
}

.wh-interview__nameplate-img {
  max-width: 30%;
  min-width: 30%;
  border-radius: 50%;
}

.wh-interview__nameplate-bio {
  margin-left: 1em;
}

.wh-interview__nameplate-bio p {
  font-size: .9em;
}

.wh-interview__nameplate-title {
  font-size: .9em;
  font-weight: normal;
}

.wh-interview__nameplate-name {
  font-weight: 600;
  line-height: 1.4;
}

.wh-interview__nameplate-logo {
  margin-top: .5em;
  max-height: 20px;
  max-width: 120px;
}

.wh-interview__bio-desc {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1em;
  margin-top: 1em;
  font-size: .9em;
}

.wh-interview__video {
  flex: 1;
}

.wh-switch {
  background-color: #e1e6ea;
  height: 16px;
  width: 24px;
  border-radius: 16px;
  position: relative;
  margin-right: 6px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.wh-switch__inner {
  position: absolute;
  top: 3px;
  left: 3px;
  right: auto;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.wh-switch--on {
  background-color: var(--main-lime);
}

.wh-switch--on .wh-switch__inner {
  left: auto;
  right: 3px;
}

.wh-badge-tracker {
  display: flex;
  cursor: pointer;
}

.wh-badge-tracker__label {
  display: flex;
  align-items: center;
  margin-right: 4px;
}

.wh-badge-tracker__label i {
  font-size: .8em;
  margin: 0 .5em;
}

.wh-badge-tracker__item {
  padding: 0 .35em;
  position: relative;
}

.wh-badge-tracker__badge {
  width: 30px;
}

.wh-badge-tracker__check-icon {
  z-index: 100;
  position: absolute;
  top: -.25em;
  right: 0;
}

.wh-badge-tracker__check-icon--bg {
  z-index: 99;
}

.wh-badge-tracker__item {
  opacity: .3;
}

.wh-badge-tracker__item.achieved {
  opacity: 1;
}

.wh-tracker .wh-badge-tracker__check-icon--check {
  color: black !important;
}

.wh-tracker .achieved .wh-badge-tracker__check-icon--check {
  color: var(--main-green) !important;
}

.wh-score-track {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wh-score-track * {
  line-height: 1;
}

.wh-score-track__item {
  display: flex;
  align-items: center;
}

.wh-score-track__item:last-child {
  padding-left: 1em;
  margin-left: 1em;
}

.wh-score-track__label {
  font-size: .65em;
  color: #44c1e6;
  font-weight: 400 !important;
  margin-right: .5em;
}

.wh-score-track__number {
  font-size: 32px;
}

.graphic-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #d9eaf3 0%, #fff 8%) 0 13px;
  background-size: 100% 26px;
  z-index: 1;
}

.whGraphic__grid {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.whGraphic__grid-item {
  flex: 1;
}

.whGraphic__grid-item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.075);
}

.whGraphic__grid--light .whGraphic__grid-item:not(:last-child) {
  border-right: 1px dotted rgba(0, 0, 0, 0.1);
}

.clipboard {
  font-size: .85em;
  font-weight: 600;
  list-style: none !important;
  border: 8px solid #deba94;
  padding: 1em 1.5em;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  line-height: 26px;
  background: linear-gradient(to bottom, #d9eaf3 0%, #fff 8%) 0 13px;
  background-size: 100% 26px;
  margin-left: 0 !important;
  z-index: 1;
}

.wh-prog-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -1rem;
  margin-right: -1rem;
}

.wh-prog-summary__item {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f6f8f9;
  padding: 0.75em 1em;
  width: calc(33.333% - 1rem);
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.wh-prog-summary__item.active .wh-prog-summary__label,
.wh-prog-summary__item.active .wh-prog-summary__gauge {
  opacity: 1;
}

@media only screen and (max-width: 800px) {
  .wh-prog-summary__item {
    width: 100%;
    max-width: 400px;
  }
}

.wh-prog-summary__gauge {
  font-size: 45px;
  opacity: .15;
}

.wh-prog-summary__gauge1 {
  color: var(--custom-program-primary-color);
}

.wh-prog-summary__gauge2 {
  color: var(--custom-program-header-color);
}

.wh-prog-summary__gauge3 {
  color: #11d6e5;
}

@media only screen and (max-width: 500px) {
  .wh-prog-summary__gauge {
    font-size: 35px;
  }
}

.wh-prog-summary__label {
  font-size: .85em;
  margin-left: 1em;
  opacity: .35;
  line-height: 1.35;
  font-weight: 600;
}

body:not(.custom-program-user) #video-complete .wsp-spinner__icon {
  display: none;
}

body.custom-program-user #page-loader.wsp-spinner .wsp-spinner__icon,
body.custom-program-user #video-complete .wsp-spinner__icon {
  display: none;
}

body.custom-program-user #lesson-wrap.is-loading::before {
  background: none;
}

body.custom-program-user.single-wsp_lesson {
  background-color: #fff;
}

body.custom-program-user.single-wsp_lesson #page-loader.wsp-spinner,
body.custom-program-user.single-wsp_lesson #video-complete {
  background-color: #fff;
  background-image: none;
}

body.custom-program-user.single-wsp_lesson #page-loader.wsp-spinner .wsp-spinner__icon,
body.custom-program-user.single-wsp_lesson #video-complete .wsp-spinner__icon {
  display: inline;
  font-size: 30px;
  position: absolute;
  color: var(--custom-program-primary-color);
  top: calc(50% - 30px - 0.75em);
  left: calc(50% - 15px);
}

body.custom-program-user.single-wsp_lesson .bluebutton {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  border-radius: 36px;
  font-size: .9em;
  padding: 0 1.5em;
  line-height: 36px;
  border: none;
  background-color: var(--custom-program-primary-color);
  line-height: 40px;
  color: #fff;
  padding: 0 1.2em;
  min-width: 100px;
  font-size: .85em;
  border-radius: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

body.custom-program-user.single-wsp_lesson .bluebutton:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  body.custom-program-user.single-wsp_lesson .bluebutton {
    font-size: 1.1em;
  }
}

body.custom-program-user.single-wsp_lesson .bluebutton:not([disabled]):not(.disabled):hover {
  filter: brightness(1.1);
}

body.custom-program-user.single-wsp_lesson .bluebutton.disabled, body.custom-program-user.single-wsp_lesson .bluebutton[disabled] {
  opacity: .25;
  cursor: not-allowed;
}

body.custom-program-user.single-wsp_lesson.lesson-menu-hide #lesson-list-header,
body.custom-program-user.single-wsp_lesson.lesson-menu-hide #nav-lesson-list {
  left: -400px;
}

@media only screen and (max-width: 500px) {
  body.custom-program-user.single-wsp_lesson.lesson-menu-hide #lesson-list-header,
  body.custom-program-user.single-wsp_lesson.lesson-menu-hide #nav-lesson-list {
    left: -300px;
  }
}

body.custom-program-user.single-wsp_lesson #lesson-actions .lesson-name {
  padding: 0 calc(18% + 20px) 0 18%;
}

body.custom-program-user.single-wsp_lesson #lesson-counter {
  padding-left: 0;
}

body.custom-program-user.single-wsp_lesson #lesson-content {
  margin-left: 400px;
}

@media only screen and (max-width: 1200px) {
  body.custom-program-user.single-wsp_lesson #lesson-content {
    margin-left: 0;
    left: 400px;
  }
}

@media only screen and (max-width: 500px) {
  body.custom-program-user.single-wsp_lesson #lesson-content {
    left: 300px;
  }
}

body.custom-program-user.single-wsp_lesson.lesson-menu-hide #lesson-content {
  margin-left: 0 !important;
  left: 0;
}

body.custom-program-user.single-wsp_lesson .exit-to-program {
  position: absolute;
  right: 120px;
  top: 0;
  color: #303030;
}

@media only screen and (max-width: 800px) {
  body.custom-program-user.single-wsp_lesson .exit-to-program {
    right: 80px;
  }
}

body.custom-program-user.single-wsp_lesson .hidden + .exit-to-program {
  right: 0;
}

body.custom-program-user.single-wsp_lesson.lesson-menu-hide .exit-to-program {
  display: block;
}

body.custom-program-user.single-wsp_lesson #trigger-slider-lessons {
  cursor: pointer;
  height: 100%;
  top: 0;
  margin-top: 0;
}

body.custom-program-user.single-wsp_lesson #trigger-slider-lessons .wspl-hamburger {
  display: inline;
}

body.custom-program-user.single-wsp_lesson #trigger-slider-lessons .wspl-hamburger > span {
  display: none;
}

body.custom-program-user.single-wsp_lesson #trigger-slider-lessons .wspl-hamburger::before {
  font-family: "Font Awesome 6 Pro";
  content: "\e4ba";
  font-size: 1.25em;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}

body.custom-program-user.single-wsp_lesson .wsp-lesson-block.current,
body.custom-program-user.single-wsp_lesson .wsp-complete-screen-block.current {
  border-right: 3px solid var(--main-blue);
  box-sizing: border-box;
  background-color: #eaf4f9;
  box-shadow: inset 0 0 0 1px #dfe8ed;
}

body.custom-program-user.single-wsp_lesson #lesson-list-header {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding-bottom: 0;
  padding-top: 0;
  /*
        &.bg-img-cover {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
        }
        */
}

body.custom-program-user.single-wsp_lesson #lesson-list-header.bg-color-cover .course-logo {
  padding: 20px 0;
}

body.custom-program-user.single-wsp_lesson #lesson-list-header.bg-color-cover .course-logo img {
  max-height: 45px;
  width: 100%;
}

body.custom-program-user.single-wsp_lesson #lesson-list-header,
body.custom-program-user.single-wsp_lesson #nav-lesson-list {
  box-shadow: none !important;
  background: #f6f8f9;
  border-right: 1px solid #dce1e5;
  padding-left: 1.5em;
  padding-right: 1.5em;
  box-sizing: border-box;
  width: 400px;
}

@media only screen and (max-width: 500px) {
  body.custom-program-user.single-wsp_lesson #lesson-list-header,
  body.custom-program-user.single-wsp_lesson #nav-lesson-list {
    width: 300px;
    padding-left: 1em;
    padding-right: 1em;
  }
}

body.custom-program-user.single-wsp_lesson .lesson-content-container {
  padding: 0 !important;
}

body.custom-program-user.single-wsp_lesson .wsp-progressbar {
  background-color: #f6f8f9 !important;
  border: 1px solid #dce1e5 !important;
}

body.custom-program-user.single-wsp_lesson .wsp-progressbar__progress {
  --progress: 0;
  transition: transform 0.6s;
  background: var(--custom-program-primary-color) !important;
}

body.custom-program-user.single-wsp_lesson .course-list-button {
  margin-bottom: 1.5em;
}

body.custom-program-user.single-wsp_lesson .course-list-button i {
  color: var(--custom-program-primary-color) !important;
}

body.custom-program-user.single-wsp_lesson .course-list-button:hover .current-course {
  color: var(--custom-program-primary-color) !important;
}

body.custom-program-user.single-wsp_lesson .wsp-chapter-block {
  border: none !important;
}

body.custom-program-user.single-wsp_lesson .wsp-chapter-block__title-container {
  margin-left: 0.75em;
  padding-left: 0;
  margin-right: 0.75em;
  padding-right: 3em;
  border-top: 1px solid #dce1e5;
}

body.custom-program-user.single-wsp_lesson .wsp-chapter-block:first-child .wsp-chapter-block__title-container {
  border-top: none;
}

body.custom-program-user.single-wsp_lesson #course-name {
  cursor: default;
}

body.custom-program-user.single-wsp_lesson #course-name:hover {
  text-decoration: none;
}

body.custom-program-user.single-wsp_lesson #course-name.link {
  cursor: pointer;
}

body.custom-program-user.single-wsp_lesson #course-name.link:hover {
  text-decoration: underline;
}

body.custom-program-user.single-wsp_lesson #lesson-list-header-wrap {
  height: 100%;
  background-color: #fff;
  border: 1px solid #dce1e5;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 1em 1em;
}

body.custom-program-user.single-wsp_lesson #lesson-list-header-wrap::before {
  content: none;
}

body.custom-program-user.single-wsp_lesson #lesson-list {
  background-color: #fff;
  padding: 0 0.5em;
  box-sizing: border-box;
  border: 1px solid #dce1e5;
  height: calc(100% - 2em);
  overflow: auto;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0.5em 0;
}

body.custom-program-user.single-wsp_lesson .wsp-chapter-block:last-child {
  margin-bottom: 1em;
}

body.custom-program-user.single-wsp_lesson #video-container {
  border: 1px solid #dce1e5;
}

body.custom-program-user.single-wsp_lesson #lesson-wrap,
body.custom-program-user.single-wsp_lesson #comments-wrap {
  border: none;
}

body.custom-program-user.single-wsp_lesson .comments-container {
  background: none !important;
  border: none !important;
}

body.custom-program-user.single-wsp_lesson .comments-container .lesson-max {
  max-width: 1000px;
}

body.custom-program-user.single-wsp_lesson #comments-wrap .section-title {
  border-bottom: 1px solid #dce1e5;
  padding-bottom: 1em;
  text-align: left;
}

body.custom-program-user.single-wsp_lesson #wpdcom {
  max-width: none;
}

body.custom-program-user.single-wsp_lesson #actions {
  left: 2.5em;
  top: 0.15em;
}

.wh-welcome__video {
  max-width: 1000px;
}

.wh-welcome__video-frame {
  position: relative;
}

.wh-welcome__group {
  text-align: center;
}

.wh-welcome__group-img {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
}

.wh-welcome__group-join {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--custom-program-primary-color);
  color: #fff;
  font-size: .85em;
  padding: 0 2em;
  line-height: 44px;
  margin: 0 auto 2em;
}

.wh-welcome__group-join svg {
  min-width: 16px;
  max-width: 16px;
  margin-right: .5em;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: .5em;
}

/*

    &__header {
		text-align: center;
		margin-bottom: 2em;
	}

	&__title {

			font-size: 2em;
			font-weight: 700;

		+ p {
			margin-top: .5em;
			font-size: .9em;
		}
	}

    &__wrap {
		max-width: 1200px;
		margin: 0 auto;
	}

	&__header {
		font-variant: small-caps;
		color: $whCertBlue;
		font-size: 3.5em;
		line-height: 1;

		&Row {

			&--min {
				font-size: .35em;
				letter-spacing: 2px;
			}
		}
	}

	&__rule {
		width: 80%;
		border-bottom: 1px solid $whRed;
		margin: 1em auto;
		position: relative;
	}

	&__diamond,
	&__diamond-inner {
		border: 1px solid $whRed;
		position: absolute;
		transform: rotate(45deg);
		background-color: #fbfaf9;
	}

	&__diamond {

		width: 12px;
		height: 12px;
		left: calc(50% - 6px);
		top: -6px;

		&-inner {
			width: 6px;
			height: 6px;
			position: absolute;
			left: calc(50% - 3px);
			top: -3px;
		}
	}

	&__body {

		line-height: 1.3;

		&Row {

			&--hero {
				font-size: 2.75em;
			}

			&--inputs {
				display: flex;
				justify-content: center;
				margin: 2em 0;
			}
		}
	}

	&__submit {
		padding: 0 !important;
		background-color: $whRed !important;
		color: #fff;
		border-radius: 0px !important;
		max-width: 100px;
		margin-left: 1em !important;
	}

	//input
	&__name {
		width: 90%;
		max-width: 400px;
		font-family: 'Crimson Text', serif !important;
		margin-bottom: 0 !important;
		border-radius: 0 !important;
		border: 1px solid #e1e1e1 !important;
	}

	&__name::placeholder {
		font-family: 'Crimson Text', serif !important;
	}

	&__footer {
		display: flex;
		justify-content: space-between;
		margin-top: 3em;

		&Item {
			flex: 1;
		}
	}

	&__logos {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 45%;
// 		max-width: 275px;
	}

	&__logo {

		max-width: 135px;

		&--wharton {
			max-width: 100px;
		}

		&--wsp {
// 			max-width: 150px;
		}
	}

	&__sigs {
		display: flex;
		align-items: flex-start;
		text-align: left;
		justify-content: center;
		width: 45%;
// 		max-width: 400px;
	}

	&__sig {

		width: 48%;
		max-width: 200px !important;

		b {

		}

		&--PW svg {
			position: relative;
			left: -.5em;
		}

		&--MF svg {

		}

		&-sig {

			width: 80%;

			svg {
				height: 30px;
				width: auto;
				margin-bottom: .5em;
			}

		}

		&-info {
			font-size: .6em;
			max-width: 175px;
		}

		em {
			font-style: italic;
		}
	}

	[type="checkbox"] {
		display: inline !important;
		width: auto !important;
		padding: 0 !important;
		margin: 0 !important;
		position: absolute;
		top: .35em;
		left: 0;
	}

	&__consent {
		position: relative;
		text-align: left;
		margin-top: 1em;
		font-size: .85em;
		max-width: 700px;

		label {
			display: block;
			margin-left: 1.25em;
		}
	}
}

.wh-welcomeNav {
	background-color: $lmsbg;
	border-bottom: 1px solid $lmsbg-border;
	height: 80px;
	display: flex;
	align-items: center;
	padding: 0 2em;
	justify-content: space-between;
	margin-bottom: 2em;

	&__header {
		font-weight: 700;
		display: flex;

		img {
			padding-right: 1em;
			margin-right: 1em;
			border-right: 1px solid rgba(0,0,0,.25);
		}
	}

	&__next {
		line-height: 40px;
		background: $whRed;
		color: #fff;
		padding: 0 1.2em;
		min-width: 100px;
		font-size: .85em;
		text-align: center;

		&.disabled {
			opacity: .25;
			cursor: not-allowed;
		}
	}
}
*/
.pika-next, .pika-prev {
  padding-top: 6px !important;
  background-image: none !important;
}

.wh-cert {
  width: 100%;
  max-width: 750px;
}

.wh-cert--wide {
  max-width: 1100px;
}

.wh-cert__bg {
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #dce1e5;
  background-color: #fbfaf9;
  padding: 2rem 1.75rem;
}

.wh-cert__wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wh-cert__submit {
  min-width: 100px;
  max-width: 100px;
  padding: 0 !important;
  margin: 0.25rem;
}

@media only screen and (max-width: 550px) {
  .wh-cert__submit {
    margin-top: 0.5rem;
  }
}

.wh-cert__input {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.5em 0;
}

.wh-cert__name {
  flex: 1;
  max-width: 250px;
  width: 100%;
  font-family: 'Crimson Text', serif !important;
  margin: 0.25rem;
  border-radius: 0 !important;
  border: 1px solid #e1e1e1 !important;
  color: black !important;
  padding: 0 .65em !important;
  line-height: 44px !important;
  font-size: 1.1em !important;
}

@media only screen and (max-width: 550px) {
  .wh-cert__name {
    max-width: 350px;
    flex: auto;
  }
}

.wh-cert__name::placeholder {
  opacity: 0.4;
}

.wh-cert__name::placeholder {
  font-family: 'Crimson Text', serif !important;
  color: black;
}

.wh-cert__top img {
  width: 65%;
  margin: 0 auto;
}

@media only screen and (max-width: 500px) {
  .wh-cert__top img {
    width: 75%;
  }
}

.wh-cert__bottom img {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 500px) {
  .wh-cert__bottom img {
    width: 90%;
  }
}

.wh-cert__bg--hero {
  padding: 2.25rem 2rem;
}

@media only screen and (max-width: 500px) {
  .wh-cert__bg--hero {
    padding: 1.75rem 1.5rem;
  }
}

.wh-cert__bg--hero .wh-cert__top img {
  width: 95%;
  margin: 0 auto;
}

@media only screen and (max-width: 500px) {
  .wh-cert__bg--hero .wh-cert__top img {
    width: 95%;
  }
}

.wh-cert__bg--hero .wh-cert__bottom img {
  width: 95%;
  margin: 0 auto;
}

@media only screen and (max-width: 500px) {
  .wh-cert__bg--hero .wh-cert__bottom img {
    width: 95%;
  }
}

.wh-cert__statement-text.entry p, .wh-cert__statement-text.entry li {
  line-height: 1.5em;
}

.wh-cert__statement-text.entry li:not(:last-child) {
  margin-bottom: 0.5em;
}

.wh-cert [type="checkbox"] {
  display: inline !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  top: .25rem;
  left: 0;
}

.wh-cert__consent,
.wh-cert .hs-almuni_database_consent {
  position: relative;
  text-align: left;
  margin-top: 1em;
  font-size: .65rem;
  max-width: 700px;
}

.wh-cert__consent label,
.wh-cert .hs-almuni_database_consent label {
  display: block;
  padding-left: 1.5rem;
  position: relative;
}

.wh-cert__consent:not(:last-child) {
  margin-bottom: 5em;
}

.wh-cert__consent--inline {
  font-size: 1.5em;
  line-height: 1;
  display: flex;
  align-items: center;
}

.wh-cert__consent--inline > * {
  position: static !important;
}

.wh-cert__consent--inline > label {
  padding-left: 0.5em;
}

.wh-cert__consent-tooltip {
  position: absolute;
  bottom: calc(100% + 5px);
  left: 0;
  font-size: 0.8rem;
  padding: 1em;
  background-color: #f6f8f9;
  border: solid 1px rgba(0, 0, 0, 0.1);
  color: #303030;
  border-radius: 4px;
  display: none;
}

.wh-cert__consent.disabled {
  position: relative;
}

.wh-cert__consent.disabled input[type="checkbox"],
.wh-cert__consent.disabled label {
  opacity: 0.45;
  pointer-events: none;
}

.wh-cert__consent.disabled:hover .wh-cert__consent-tooltip {
  display: block;
}

.wh-cert#hubspot-form-wrapper .hs-error-msgs {
  margin-top: 0 !important;
}

.wh-cert#hubspot-form-wrapper .hs-error-msg {
  color: var(--custom-program-primary-color) !important;
}

.wh-cert#hubspot-form-wrapper form {
  display: flex;
  flex-wrap: wrap;
  font-size: .9em;
}

.wh-cert#hubspot-form-wrapper .hs-form-field:not(.hs_almuni_database_consent),
.wh-cert#hubspot-form-wrapper .hs-dependent-field {
  max-width: 100%;
  min-width: 100%;
}

@media only screen and (min-width: 1000px) {
  .wh-cert#hubspot-form-wrapper .hs-form-field:not(.hs_almuni_database_consent),
  .wh-cert#hubspot-form-wrapper .hs-dependent-field {
    max-width: 50%;
    min-width: 50%;
  }
}

.wh-cert#hubspot-form-wrapper .hs-form-field.hs-fieldtype-textarea {
  max-width: 100%;
  min-width: 100%;
}

.wh-cert#hubspot-form-wrapper .hs_error_rollup {
  display: block;
  min-width: calc(100% - 2em) !important;
  max-width: calc(100% - 2em) !important;
  margin-left: 1em !important;
  background: pink;
  text-align: left;
  margin: 1em 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1em;
  box-sizing: border-box;
}

.wh-cert#hubspot-form-wrapper .hs-dependent-field .hs-form-field {
  max-width: 100%;
}

.wh-cert#hubspot-form-wrapper .hs-form-field,
.wh-cert#hubspot-form-wrapper .hs-dependent-field .hs-form-field {
  padding: 0 1rem;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: .5em;
}

.wh-cert#hubspot-form-wrapper .hs-form-field:not(.hs_almuni_database_consent) label,
.wh-cert#hubspot-form-wrapper .hs-dependent-field .hs-form-field label {
  font-size: .85em;
  font-weight: 600;
}

.wh-cert#hubspot-form-wrapper .hs-form-field:not(.hs_almuni_database_consent) input,
.wh-cert#hubspot-form-wrapper .hs-form-field:not(.hs_almuni_database_consent) select,
.wh-cert#hubspot-form-wrapper .hs-form-field:not(.hs_almuni_database_consent) textarea,
.wh-cert#hubspot-form-wrapper .hs-dependent-field .hs-form-field input,
.wh-cert#hubspot-form-wrapper .hs-dependent-field .hs-form-field select,
.wh-cert#hubspot-form-wrapper .hs-dependent-field .hs-form-field textarea {
  margin-bottom: 0 !important;
  border: 1px solid #c9c9c9;
  border-radius: 0 !important;
}

.wh-cert#hubspot-form-wrapper .hs-form-field:not(.hs_almuni_database_consent) textarea,
.wh-cert#hubspot-form-wrapper .hs-dependent-field .hs-form-field textarea {
  padding: .75em !important;
}

.wh-cert#hubspot-form-wrapper legend.hs-field-desc {
  display: none !important;
}

.wh-cert#hubspot-form-wrapper .hs_form_divider_1,
.wh-cert#hubspot-form-wrapper .hs_form_divider_2,
.wh-cert#hubspot-form-wrapper .hs_form_divider_3 {
  display: block;
  min-width: calc(100% - 2em) !important;
  max-width: calc(100% - 2em) !important;
  margin-bottom: 1.5em;
  font-weight: 700;
  border-bottom: 3px solid #f1ccd3;
  padding: 0 0 .5em !important;
  margin-left: 1em;
  box-sizing: border-box;
}

.wh-cert#hubspot-form-wrapper .hs_form_divider_1:not(:first-child),
.wh-cert#hubspot-form-wrapper .hs_form_divider_2:not(:first-child),
.wh-cert#hubspot-form-wrapper .hs_form_divider_3:not(:first-child) {
  margin-top: 3em;
}

.wh-cert#hubspot-form-wrapper .hs_form_divider_1 label,
.wh-cert#hubspot-form-wrapper .hs_form_divider_2 label,
.wh-cert#hubspot-form-wrapper .hs_form_divider_3 label {
  font-weight: 600;
  color: var(--custom-program-primary-color) !important;
  text-align: left;
  display: block;
  font-size: 16px !important;
}

.wh-cert#hubspot-form-wrapper .hs_form_divider_1 .input,
.wh-cert#hubspot-form-wrapper .hs_form_divider_2 .input,
.wh-cert#hubspot-form-wrapper .hs_form_divider_3 .input {
  height: 0px;
  visibility: hidden;
}

.wh-cert#hubspot-form-wrapper .hs_submit {
  min-width: calc(100% - 2em) !important;
  max-width: calc(100% - 2em) !important;
  text-align: right;
  margin-top: 2em;
  margin-left: 1em;
}

.wh-cert#hubspot-form-wrapper .hs-button.primary.large {
  padding: 0 !important;
  background-color: var(--custom-program-primary-color) !important;
  border-radius: 0;
  width: 300px;
  line-height: 50px;
  font-size: 16px;
  display: inline-block;
}

.wh-cert#hubspot-form-wrapper .submitted-message {
  padding: 2em;
  border: 1px solid #dce1e5;
  background: #edf0f2;
}

.wh-cert#hubspot-form-wrapper .submitted-message p {
  font-size: .9em;
  color: #303030;
}

.wh-cert#hubspot-form-wrapper .submitted-message p strong {
  color: var(--custom-program-primary-color) !important;
}

#whSetup {
  text-align: center;
  font-size: 0.9em;
  margin-top: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#whSetup.active {
  opacity: 1;
}

.wh-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wh-loader--top-40 {
  align-items: flex-start;
  padding-top: 40vh;
}

.wh-loader__wrap {
  position: relative;
}

.wh-loader__visible-header {
  z-index: 1001;
}

.wh-loader__icon {
  position: absolute;
  top: 300px;
  left: calc(50% - 10px);
  font-size: 20px;
  color: var(--custom-program-primary-color);
}

.wh-loader__logo-wrap {
  width: 100%;
}

.wh-loader__logo {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  height: 40px;
}

.wh-loader__logo-divider {
  height: calc(100% + 2px);
  border-right: 1px solid #b7b7b7;
  margin: 0 1.5em;
  box-sizing: border-box;
  position: relative;
}

.wh-loader__logo-hide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  opacity: 1;
  transition: opacity 2s ease-in-out, left 0.65s ease-in-out;
}

.wh-loader__logo-hide img {
  position: relative;
  height: 100%;
  width: auto;
  object-fit: contain;
}

.wh-loader__logo--whart div {
  font-size: 0.75em;
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 100%;
}

.wh-loader .logoHide .wh-loader__logo-hide {
  opacity: 0;
}

.wh-loader .logoHide .wh-loader__logo-hide:first-child {
  left: calc(300px + 3em);
}

.wh-loader .logoHide .wh-loader__logo-hide:last-child {
  left: calc(-300px + -3em);
}

.wh-loader.loader-filter .wh-loader__icon {
  top: 200px;
}

/*
#whWelcomeLoader.wh-loader {
	position: fixed;
	top: 0;

	&__height {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}*/
.wh-tooltip {
  position: absolute;
  z-index: 1;
  height: 26px;
  padding: 0 1rem;
  border-radius: 3px;
  white-space: nowrap;
  font-size: .75rem;
  font-weight: normal;
  line-height: 26px;
  background-color: #0a2540;
  box-shadow: 3px 3px 5px -2px rgba(11, 142, 204, 0.1);
  color: #fff;
  bottom: calc(100% + 5px);
  pointer-events: none;
  display: none;
}

.wh-tooltip--left {
  bottom: calc(50% - 13px);
  right: calc(100% + 7px);
}

.wh-tooltip--right {
  bottom: calc(50% - 13px);
  left: calc(100% + 7px);
}

.wh-tooltip--top {
  left: calc(50% - 35.5px);
}

.wh-tooltip--bottom {
  bottom: auto;
  left: calc(50% - 35.5px);
  top: calc(100% + 5px);
}

.--theme-w .wh-tooltip {
  background-color: #edf0f2;
  box-shadow: 3px 3px 5px -2px rgba(0, 0, 0, 0.2);
  color: black;
}

.wh-chat {
  position: fixed;
  bottom: 1.5rem;
  right: 1rem;
  z-index: 2000;
  height: 0;
  width: 400px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.wh-chat__trigger {
  background: var(--custom-program-header-color);
  position: absolute;
  right: 0;
  padding: 0 1.5rem;
  line-height: 50px;
  bottom: 0;
  color: #fff;
  border-radius: 2rem;
  cursor: pointer;
}

.wh-chat__trigger i {
  color: var(--custom-program-secondary-color);
  margin-right: 4px;
}

.wh-chat__window {
  position: absolute;
  bottom: 100%;
  max-height: 550px;
  padding-left: 60px;
  padding-right: 10px;
  overflow: auto;
}

.wh-chat__img {
  position: absolute;
  top: 0;
  left: -60px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.12), -3px -3px 10px 0 rgba(0, 0, 0, 0.001);
}

.wh-chat__img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.wh-chat__message, .wh-chat__input {
  position: relative;
  min-height: 60px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 1em;
  padding: 10px;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.12), -3px -3px 10px 0 rgba(0, 0, 0, 0.001);
}

.wh-chat__message {
  width: calc(100% - 30px);
  margin: 5px 30px 10px 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.wh-chat__message.user-message {
  background-color: var(--custom-program-header-color);
  color: #fff;
  margin-right: 0;
  margin-left: 30px;
}

.wh-chat__message.typing {
  min-height: 30px;
}

.wh-chat__input {
  width: calc(100% - 70px);
  padding-right: 60px;
  margin: 5px 10px 0 60px;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.wh-chat__input textarea {
  resize: none;
  border: none;
  height: 1.3em;
  font: inherit;
}

.wh-chat__input textarea:active, .wh-chat__input textarea:focus {
  outline: none;
}

.wh-chat__input textarea::placeholder {
  color: silver;
  font-weight: 300;
}

.wh-chat__info {
  font-size: 0.8em;
  width: 100%;
  color: var(--main-meta-data-color);
  line-height: 1.6;
}

.wh-chat__info i {
  vertical-align: bottom;
}

.wh-chat__submit-btn, .wh-chat__close-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.wh-chat__submit-btn:hover, .wh-chat__close-btn:hover {
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
}

.wh-chat__submit-btn {
  position: absolute;
  right: 5px;
  top: calc(50% - 18px);
  background-color: var(--custom-program-header-color);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.wh-chat__submit-btn i {
  font-size: 1em;
  color: #fff;
  transform: rotate(-45deg);
}

.wh-chat__close-btn {
  background-color: var(--main-meta-data-color);
  margin: 10px 10px 10px auto;
  transform: scale(0.1);
  opacity: 0;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.wh-chat__close-btn i {
  line-height: 1;
  font-size: 24px;
  color: #fff;
  padding-left: 2px;
}

.wh-chat__close-btn:hover {
  background-color: #56626c;
}

.wh-chat.active {
  height: 135px;
}

.wh-chat.active .wh-chat__input {
  opacity: 1;
}

.wh-chat.active .wh-chat__close-btn {
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.wh-calendar__title {
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1em;
}

.wh-calendar__content {
  max-height: 65vh;
  overflow-y: auto;
  position: relative;
}

.wh-calendar__content:not(.wh-calendar__content--list) {
  border: 1px solid #e5e5e5;
}

@media only screen and (max-width: 1000px) {
  .wh-calendar__content {
    max-height: 70vh;
  }
}

@media only screen and (max-width: 1000px) and (orientation: landscape) {
  .wh-calendar__content {
    max-height: 50vh !important;
  }
}

.wh-calendar__table, .wh-calendar__header {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(5, 1fr) 60px 60px;
  grid-gap: 1px;
}

.wh-calendar__table.withWeekends, .wh-calendar__header.withWeekends {
  grid-template-columns: repeat(7, 1fr);
}

.wh-calendar__table {
  background-color: #e5e5e5;
}

.wh-calendar__table::before {
  content: '';
  height: 30px;
  background-color: #fff;
}

@media only screen and (min-width: 801px) {
  .wh-calendar__table::before {
    grid-column: 1 / 8;
  }
}

.wh-calendar__month {
  backdrop-filter: blur(5px);
  font-size: 1.25em;
  font-weight: 600;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  z-index: 3;
  height: 30px;
  padding: 0 15px;
}

.wh-calendar__month-wrap {
  position: relative;
  margin-right: 16px;
}

.wh-calendar__week-day {
  background-color: #fff;
  color: var(--main-silver);
  padding: 10px;
  opacity: 0.75;
}

.wh-calendar__day {
  background-color: #fbfbfb;
  line-height: 1.5;
  padding: 10px 15px 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  min-height: 100px;
}

.wh-calendar__day[data-week-day='Sat'], .wh-calendar__day[data-week-day='Sun'] {
  background-color: color-mix(in srgb, #fbfbfb 98%, black);
}

@media only screen and (max-width: 800px) {
  .wh-calendar__day {
    min-height: 50px;
  }
}

.wh-calendar__day .date {
  box-sizing: border-box;
  color: #303030;
  margin-bottom: 0.5em;
  opacity: 0.75;
  text-align: center;
  padding: 3px;
  line-height: 1.2;
}

.wh-calendar__day .week-day {
  display: none;
}

.wh-calendar__day.today .date {
  font-weight: 700;
  background-color: #d9d9d9;
  border-radius: 40px;
  min-width: 34px;
}

@media only screen and (min-width: 801px) {
  .wh-calendar__day.today .date {
    margin-left: -0.5em;
  }
}

.wh-calendar__module {
  left: 15px;
  bottom: 15px;
  width: calc(100% - 30px);
  z-index: 1;
}

@media only screen and (min-width: 801px) {
  .wh-calendar__module {
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.wh-calendar__module-tooltip {
  position: absolute;
  padding: 10px;
  left: calc(100% - 30px);
  bottom: 20px;
  width: 125px;
  font-size: 0.95em;
  line-height: 1.4;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  z-index: 5;
  display: none;
}

.wh-calendar__module-tooltip .marker {
  height: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.wh-calendar__module-tooltip strong {
  display: block;
  padding-top: 0.25em;
}

@media only screen and (min-width: 801px) {
  .wh-calendar__module:hover + .wh-calendar__module-tooltip {
    display: block;
    pointer-events: none;
  }
}

.wh-calendar__list:not(:first-child) {
  margin-top: 1.5em;
}

.wh-calendar__list-title {
  color: #999;
}

.wh-calendar__list-content {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  line-height: 1.4;
}

.wh-calendar__module, .wh-calendar__list-module {
  display: block;
  border-radius: 4px;
  padding: 3px 10px;
  color: #fff;
}

.wh-calendar__module.passed, .wh-calendar__list-module.passed {
  opacity: 0.6;
}

.wh-calendar__module.module-1, .wh-calendar__module.module-9, .wh-calendar__list-module.module-1, .wh-calendar__list-module.module-9 {
  background-color: #b0252b;
}

.wh-calendar__module.module-1 + .wh-calendar__module-tooltip .marker, .wh-calendar__module.module-9 + .wh-calendar__module-tooltip .marker, .wh-calendar__list-module.module-1 + .wh-calendar__module-tooltip .marker, .wh-calendar__list-module.module-9 + .wh-calendar__module-tooltip .marker {
  background-color: #b0252b;
}

.wh-calendar__module.module-2, .wh-calendar__module.module-10, .wh-calendar__list-module.module-2, .wh-calendar__list-module.module-10 {
  background-color: #b17200;
}

.wh-calendar__module.module-2 + .wh-calendar__module-tooltip .marker, .wh-calendar__module.module-10 + .wh-calendar__module-tooltip .marker, .wh-calendar__list-module.module-2 + .wh-calendar__module-tooltip .marker, .wh-calendar__list-module.module-10 + .wh-calendar__module-tooltip .marker {
  background-color: #b17200;
}

.wh-calendar__module.module-3, .wh-calendar__module.module-11, .wh-calendar__list-module.module-3, .wh-calendar__list-module.module-11 {
  background-color: #618800;
}

.wh-calendar__module.module-3 + .wh-calendar__module-tooltip .marker, .wh-calendar__module.module-11 + .wh-calendar__module-tooltip .marker, .wh-calendar__list-module.module-3 + .wh-calendar__module-tooltip .marker, .wh-calendar__list-module.module-11 + .wh-calendar__module-tooltip .marker {
  background-color: #618800;
}

.wh-calendar__module.module-4, .wh-calendar__module.module-12, .wh-calendar__list-module.module-4, .wh-calendar__list-module.module-12 {
  background-color: #00886c;
}

.wh-calendar__module.module-4 + .wh-calendar__module-tooltip .marker, .wh-calendar__module.module-12 + .wh-calendar__module-tooltip .marker, .wh-calendar__list-module.module-4 + .wh-calendar__module-tooltip .marker, .wh-calendar__list-module.module-12 + .wh-calendar__module-tooltip .marker {
  background-color: #00886c;
}

.wh-calendar__module.module-5, .wh-calendar__module.module-13, .wh-calendar__list-module.module-5, .wh-calendar__list-module.module-13 {
  background-color: #00718b;
}

.wh-calendar__module.module-5 + .wh-calendar__module-tooltip .marker, .wh-calendar__module.module-13 + .wh-calendar__module-tooltip .marker, .wh-calendar__list-module.module-5 + .wh-calendar__module-tooltip .marker, .wh-calendar__list-module.module-13 + .wh-calendar__module-tooltip .marker {
  background-color: #00718b;
}

.wh-calendar__module.module-6, .wh-calendar__module.module-14, .wh-calendar__list-module.module-6, .wh-calendar__list-module.module-14 {
  background-color: #004798;
}

.wh-calendar__module.module-6 + .wh-calendar__module-tooltip .marker, .wh-calendar__module.module-14 + .wh-calendar__module-tooltip .marker, .wh-calendar__list-module.module-6 + .wh-calendar__module-tooltip .marker, .wh-calendar__list-module.module-14 + .wh-calendar__module-tooltip .marker {
  background-color: #004798;
}

.wh-calendar__module.module-7, .wh-calendar__module.module-15, .wh-calendar__list-module.module-7, .wh-calendar__list-module.module-15 {
  background-color: #6f1cb2;
}

.wh-calendar__module.module-7 .marker, .wh-calendar__module.module-15 .marker, .wh-calendar__list-module.module-7 .marker, .wh-calendar__list-module.module-15 .marker {
  background-color: #6f1cb2;
}

.wh-calendar__module.module-8, .wh-calendar__module.module-16, .wh-calendar__list-module.module-8, .wh-calendar__list-module.module-16 {
  background-color: #3b4e58;
}

.wh-calendar__module.module-8 + .wh-calendar__module-tooltip .marker, .wh-calendar__module.module-16 + .wh-calendar__module-tooltip .marker, .wh-calendar__list-module.module-8 + .wh-calendar__module-tooltip .marker, .wh-calendar__list-module.module-16 + .wh-calendar__module-tooltip .marker {
  background-color: #3b4e58;
}

.wh-calendar:not(:first-child) {
  margin-top: 3em;
}

@media only screen and (max-width: 800px) {
  .wh-calendar__content {
    max-height: 75vh;
  }
  .wh-calendar__table {
    grid-template-columns: 1fr !important;
  }
  .wh-calendar__header, .wh-calendar__day.empty {
    display: none;
  }
  .wh-calendar__day {
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
  .wh-calendar__day .date-wrap {
    position: relative;
    height: 100%;
    padding: 0.75em 0.75em 0.75em 2em;
    border-right: solid 1px #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
  }
  .wh-calendar__day .date {
    margin-bottom: 0;
    min-width: 34px;
    margin-left: 5px;
  }
  .wh-calendar__day .week-day {
    position: absolute;
    left: 1.5em;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--main-silver);
    display: inline;
  }
  .wh-calendar__day .month {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    text-align: center;
    background-color: #cecece;
    color: #fff;
    padding: 0.1em;
    border-bottom-right-radius: 0.35rem;
    line-height: 1;
    font-size: 0.8rem;
    font-weight: normal;
  }
  .wh-calendar__day .module-wrap {
    position: relative;
    padding: 5px 15px;
    width: 100%;
    height: 100%;
  }
  .wh-calendar__module {
    top: 5px;
    right: 15px;
    bottom: unset;
    width: unset;
    padding: 10px;
  }
}

.wh-calendar-calendly {
  overflow: hidden;
}

@media only screen and (min-width: 742px) {
  .wh-calendar-calendly {
    height: calc(900px - 3em);
  }
}

.wh-calendar-calendly > div {
  height: 900px;
}

@media only screen and (min-width: 742px) {
  .wh-calendar-calendly > div {
    margin-top: -3em;
  }
}

.wh-nav-block {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #e5e5e5;
}

.wh-nav-block:not(:last-child) {
  padding-bottom: 1em;
}

.wh-nav-block__title {
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 700;
}

.wh-nav-block__content {
  padding-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em -1em 0 !important;
}

.wh-nav-block__content > li {
  margin-right: 1em;
  margin-bottom: 1em !important;
  width: calc(25% - 1em);
  min-height: 150px;
  display: block;
  background-color: #fbfbfb;
  border: solid 1px #e5e5e5;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.wh-nav-block__content > li.selected, .wh-nav-block__content > li.wh-tabs--soon {
  display: none;
}

.wh-nav-block__content > li a {
  line-height: 1.5;
  padding: 1em 1.15em;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #303030;
  font-weight: 600;
  position: relative;
}

.wh-nav-block__content > li a p {
  flex: 1;
  font-size: 1.5em;
  color: var(--main-blue);
  line-height: 1;
}

.wh-nav-block__content > li a::before {
  font-family: "Font Awesome 6 Pro";
  font-size: 1.5em;
  content: "\e09f";
  color: #cccbcb;
  position: absolute;
  top: 2rem;
  right: 2rem;
  line-height: 1;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.wh-nav-block__content > li:hover {
  background-color: #f0f0f0;
  border-color: var(--main-blue);
  transform: translate(0, -5px);
}

.wh-nav-block__content > li:hover a::before {
  top: 1rem;
  right: 1rem;
  opacity: 1;
}

@media only screen and (max-width: 800px) {
  .wh-nav-block__content > li {
    width: calc(33.33% - 1em);
  }
}

@media only screen and (max-width: 600px) {
  .wh-nav-block__content > li {
    width: calc(50% - 1em);
    min-height: 140px;
  }
}

@media only screen and (max-width: 700px) {
  .expandable-block .wh-assignment__summary {
    padding-top: 0;
  }
}

.expandable-block .wh-assignment__summary img {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.expandable-block .wh-assignment__summary img.alignright {
  padding-left: 1em;
}

.expandable-block .wh-assignment__summary img.alignleft {
  padding-right: 1em;
}

.expandable-block.active .wh-assignment__summary {
  max-height: 2000px;
  opacity: 1;
  padding-top: 1em;
}

.expandable-block.active .wh-assignment__title {
  padding-right: max(45px, 8.5%);
}

.expandable-block.active .wh-assignment__go-icon,
.expandable-block.active .wh-assignment__go,
.expandable-block.active .wh-assignment__meta {
  display: none;
}

.expandable-block .wh-assignment__summary h3 {
  font-size: 1.1em;
  font-weight: 600;
  color: var(--custom-program-secondary-color);
}

.expandable-block__close {
  position: absolute;
  top: 1.25em;
  right: max(45px, 7.5%);
  opacity: 0.2;
  font-size: 30px;
  transform: translateX(100%);
}

@media only screen and (max-width: 800px) {
  .expandable-block__close {
    font-size: 25px;
    top: 1.5em;
    left: 5px;
  }
}

@media only screen and (max-width: 800px) {
  .expandable-block__close {
    top: 0.6em;
  }
}

.expandable-block.active .expandable-block__close {
  display: block !important;
}

@media only screen and (min-width: 700px) {
  .expandable-block:hover .wh-assignment {
    transform: translate(6px, 0);
    cursor: pointer !important;
  }
}

.expandable-block .wh-assignment {
  transition: transform 0.2s ease-in-out;
  cursor: pointer !important;
}

/*!
 * Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: 'Font Awesome 6 Pro';
}

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: 'Font Awesome 6 Duotone';
}

.fass,
.fasr,
.fa-sharp {
  font-family: 'Font Awesome 6 Sharp';
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30";
}

.fa-1::before {
  content: "\31";
}

.fa-2::before {
  content: "\32";
}

.fa-3::before {
  content: "\33";
}

.fa-4::before {
  content: "\34";
}

.fa-5::before {
  content: "\35";
}

.fa-6::before {
  content: "\36";
}

.fa-7::before {
  content: "\37";
}

.fa-8::before {
  content: "\38";
}

.fa-9::before {
  content: "\39";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-wagon-covered::before {
  content: "\f8ee";
}

.fa-line-height::before {
  content: "\f871";
}

.fa-bagel::before {
  content: "\e3d7";
}

.fa-transporter-7::before {
  content: "\e2a8";
}

.fa-at::before {
  content: "\40";
}

.fa-rectangles-mixed::before {
  content: "\e323";
}

.fa-phone-arrow-up-right::before {
  content: "\e224";
}

.fa-phone-arrow-up::before {
  content: "\e224";
}

.fa-phone-outgoing::before {
  content: "\e224";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-circle-l::before {
  content: "\e114";
}

.fa-head-side-goggles::before {
  content: "\f6ea";
}

.fa-head-vr::before {
  content: "\f6ea";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-face-hand-yawn::before {
  content: "\e379";
}

.fa-gauge-simple-min::before {
  content: "\f62d";
}

.fa-tachometer-slowest::before {
  content: "\f62d";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-coffin::before {
  content: "\f6c6";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-salad::before {
  content: "\f81e";
}

.fa-bowl-salad::before {
  content: "\f81e";
}

.fa-info::before {
  content: "\f129";
}

.fa-robot-astromech::before {
  content: "\e2d2";
}

.fa-ring-diamond::before {
  content: "\e5ab";
}

.fa-fondue-pot::before {
  content: "\e40d";
}

.fa-theta::before {
  content: "\f69e";
}

.fa-face-hand-peeking::before {
  content: "\e481";
}

.fa-square-user::before {
  content: "\e283";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-tire-pressure-warning::before {
  content: "\f633";
}

.fa-wifi-fair::before {
  content: "\f6ab";
}

.fa-wifi-2::before {
  content: "\f6ab";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-mp3-player::before {
  content: "\f8ce";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-tally-4::before {
  content: "\e297";
}

.fa-rectangle-history::before {
  content: "\e4a2";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-sun-haze::before {
  content: "\f765";
}

.fa-text-size::before {
  content: "\f894";
}

.fa-ufo::before {
  content: "\e047";
}

.fa-fork::before {
  content: "\f2e3";
}

.fa-utensil-fork::before {
  content: "\f2e3";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-mobile-signal::before {
  content: "\e1ef";
}

.fa-barcode-scan::before {
  content: "\f465";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-folder-arrow-down::before {
  content: "\e053";
}

.fa-folder-download::before {
  content: "\e053";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-face-icicles::before {
  content: "\e37c";
}

.fa-shovel::before {
  content: "\f713";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-films::before {
  content: "\e17a";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-face-glasses::before {
  content: "\e377";
}

.fa-nfc::before {
  content: "\e1f7";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-closed-captioning-slash::before {
  content: "\e135";
}

.fa-calculator-simple::before {
  content: "\f64c";
}

.fa-calculator-alt::before {
  content: "\f64c";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-sliders-up::before {
  content: "\f3f1";
}

.fa-sliders-v::before {
  content: "\f3f1";
}

.fa-location-minus::before {
  content: "\f609";
}

.fa-map-marker-minus::before {
  content: "\f609";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-ski-boot::before {
  content: "\e3cc";
}

.fa-standard-definition::before {
  content: "\e28a";
}

.fa-rectangle-sd::before {
  content: "\e28a";
}

.fa-h1::before {
  content: "\f313";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-message-bot::before {
  content: "\e3b8";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-light-ceiling::before {
  content: "\e016";
}

.fa-message-exclamation::before {
  content: "\f4a5";
}

.fa-comment-alt-exclamation::before {
  content: "\f4a5";
}

.fa-bowl-scoop::before {
  content: "\e3de";
}

.fa-bowl-shaved-ice::before {
  content: "\e3de";
}

.fa-square-x::before {
  content: "\e286";
}

.fa-utility-pole-double::before {
  content: "\e2c4";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-chevrons-up::before {
  content: "\f325";
}

.fa-chevron-double-up::before {
  content: "\f325";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-user-vneck::before {
  content: "\e461";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-crop::before {
  content: "\f125";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-square-arrow-right::before {
  content: "\f33b";
}

.fa-arrow-square-right::before {
  content: "\f33b";
}

.fa-location-plus::before {
  content: "\f60a";
}

.fa-map-marker-plus::before {
  content: "\f60a";
}

.fa-lightbulb-exclamation-on::before {
  content: "\e1ca";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-crate-empty::before {
  content: "\e151";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-transporter::before {
  content: "\e042";
}

.fa-calendar-circle-user::before {
  content: "\e471";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-person-carry-box::before {
  content: "\f4cf";
}

.fa-person-carry::before {
  content: "\f4cf";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-union::before {
  content: "\f6a2";
}

.fa-chevrons-left::before {
  content: "\f323";
}

.fa-chevron-double-left::before {
  content: "\f323";
}

.fa-circle-heart::before {
  content: "\f4c7";
}

.fa-heart-circle::before {
  content: "\f4c7";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-bring-forward::before {
  content: "\f856";
}

.fa-square-p::before {
  content: "\e279";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-sigma::before {
  content: "\f68b";
}

.fa-camera-movie::before {
  content: "\f8a9";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-clarinet::before {
  content: "\f8ad";
}

.fa-truck-flatbed::before {
  content: "\e2b6";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-leaf-heart::before {
  content: "\f4cb";
}

.fa-house-building::before {
  content: "\e1b1";
}

.fa-cheese-swiss::before {
  content: "\f7f0";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-bow-arrow::before {
  content: "\f6b9";
}

.fa-cart-xmark::before {
  content: "\e0dd";
}

.fa-hexagon-xmark::before {
  content: "\f2ee";
}

.fa-times-hexagon::before {
  content: "\f2ee";
}

.fa-xmark-hexagon::before {
  content: "\f2ee";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-merge::before {
  content: "\e526";
}

.fa-pager::before {
  content: "\f815";
}

.fa-cart-minus::before {
  content: "\e0db";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-pan-frying::before {
  content: "\e42c";
}

.fa-grid::before {
  content: "\e195";
}

.fa-grid-3::before {
  content: "\e195";
}

.fa-football-helmet::before {
  content: "\f44f";
}

.fa-hand-love::before {
  content: "\e1a5";
}

.fa-trees::before {
  content: "\f724";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-page::before {
  content: "\e428";
}

.fa-k::before {
  content: "\4b";
}

.fa-diagram-previous::before {
  content: "\e478";
}

.fa-gauge-min::before {
  content: "\f628";
}

.fa-tachometer-alt-slowest::before {
  content: "\f628";
}

.fa-folder-grid::before {
  content: "\e188";
}

.fa-eggplant::before {
  content: "\e16c";
}

.fa-ram::before {
  content: "\f70a";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-lips::before {
  content: "\f600";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-comments::before {
  content: "\f086";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-desktop-arrow-down::before {
  content: "\e155";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-pumpkin::before {
  content: "\f707";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-pen-field::before {
  content: "\e211";
}

.fa-blueberries::before {
  content: "\e2e8";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-note::before {
  content: "\e1ff";
}

.fa-arrow-down-to-square::before {
  content: "\e096";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-cloud-xmark::before {
  content: "\e35f";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-book-blank::before {
  content: "\f5d9";
}

.fa-book-alt::before {
  content: "\f5d9";
}

.fa-golf-flag-hole::before {
  content: "\e3ac";
}

.fa-message-arrow-down::before {
  content: "\e1db";
}

.fa-comment-alt-arrow-down::before {
  content: "\e1db";
}

.fa-face-unamused::before {
  content: "\e39f";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-circle-9::before {
  content: "\e0f6";
}

.fa-blog::before {
  content: "\f781";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-pencil-slash::before {
  content: "\e215";
}

.fa-bowling-pins::before {
  content: "\f437";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-down-right::before {
  content: "\e16b";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-webhook::before {
  content: "\e5d5";
}

.fa-blinds-open::before {
  content: "\f8fc";
}

.fa-fence::before {
  content: "\e303";
}

.fa-up::before {
  content: "\f357";
}

.fa-arrow-alt-up::before {
  content: "\f357";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-drumstick::before {
  content: "\f6d6";
}

.fa-square-v::before {
  content: "\e284";
}

.fa-face-awesome::before {
  content: "\e409";
}

.fa-gave-dandy::before {
  content: "\e409";
}

.fa-dial-off::before {
  content: "\e162";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-face-smile-horns::before {
  content: "\e391";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-grapes::before {
  content: "\e306";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-dial-max::before {
  content: "\e15e";
}

.fa-circle-m::before {
  content: "\e115";
}

.fa-calendar-image::before {
  content: "\e0d4";
}

.fa-circle-caret-down::before {
  content: "\f32d";
}

.fa-caret-circle-down::before {
  content: "\f32d";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-shish-kebab::before {
  content: "\f821";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-alarm-snooze::before {
  content: "\f845";
}

.fa-scarecrow::before {
  content: "\f70d";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-gift-card::before {
  content: "\f663";
}

.fa-w::before {
  content: "\57";
}

.fa-code-pull-request-draft::before {
  content: "\e3fa";
}

.fa-square-b::before {
  content: "\e264";
}

.fa-elephant::before {
  content: "\f6da";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-message-question::before {
  content: "\e1e3";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-square-3::before {
  content: "\e258";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-microwave::before {
  content: "\e01b";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-cart-circle-arrow-up::before {
  content: "\e3f0";
}

.fa-trash-clock::before {
  content: "\e2b0";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-sprinkler-ceiling::before {
  content: "\e44c";
}

.fa-browsers::before {
  content: "\e0cb";
}

.fa-trillium::before {
  content: "\e588";
}

.fa-music-slash::before {
  content: "\f8d1";
}

.fa-truck-ramp::before {
  content: "\f4e0";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-circle-c::before {
  content: "\e101";
}

.fa-star-christmas::before {
  content: "\f7d4";
}

.fa-chart-bullet::before {
  content: "\e0e1";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-tree-christmas::before {
  content: "\f7db";
}

.fa-tire-flat::before {
  content: "\f632";
}

.fa-sunglasses::before {
  content: "\f892";
}

.fa-badge::before {
  content: "\f335";
}

.fa-message-pen::before {
  content: "\f4a4";
}

.fa-comment-alt-edit::before {
  content: "\f4a4";
}

.fa-message-edit::before {
  content: "\f4a4";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-chess-rook-piece::before {
  content: "\f448";
}

.fa-chess-rook-alt::before {
  content: "\f448";
}

.fa-square-root::before {
  content: "\f697";
}

.fa-album-collection-circle-plus::before {
  content: "\e48e";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-face-angry-horns::before {
  content: "\e368";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-tombstone::before {
  content: "\f720";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-list-music::before {
  content: "\f8c9";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-mustache::before {
  content: "\e5bc";
}

.fa-hyphen::before {
  content: "\2d";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-user-chef::before {
  content: "\e3d2";
}

.fa-message-image::before {
  content: "\e1e0";
}

.fa-comment-alt-image::before {
  content: "\e1e0";
}

.fa-users-medical::before {
  content: "\f830";
}

.fa-sensor-triangle-exclamation::before {
  content: "\e029";
}

.fa-sensor-alert::before {
  content: "\e029";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-face-mask::before {
  content: "\e37f";
}

.fa-pickleball::before {
  content: "\e435";
}

.fa-star-sharp-half::before {
  content: "\e28c";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-clover::before {
  content: "\e139";
}

.fa-meat::before {
  content: "\f814";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-empty-set::before {
  content: "\f656";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-bird::before {
  content: "\e469";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-heart-half-stroke::before {
  content: "\e1ac";
}

.fa-heart-half-alt::before {
  content: "\e1ac";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-joystick::before {
  content: "\f8c5";
}

.fa-grill-fire::before {
  content: "\e5a4";
}

.fa-rectangle-vertical-history::before {
  content: "\e237";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-keyboard-left::before {
  content: "\e1c3";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-face-beam-hand-over-mouth::before {
  content: "\e47c";
}

.fa-droplet-percent::before {
  content: "\f750";
}

.fa-humidity::before {
  content: "\f750";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-corn::before {
  content: "\f6c7";
}

.fa-roller-coaster::before {
  content: "\e324";
}

.fa-photo-film-music::before {
  content: "\e228";
}

.fa-radar::before {
  content: "\e024";
}

.fa-sickle::before {
  content: "\f822";
}

.fa-film::before {
  content: "\f008";
}

.fa-coconut::before {
  content: "\e2f6";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-shield-cross::before {
  content: "\f712";
}

.fa-cassette-tape::before {
  content: "\f8ab";
}

.fa-square-terminal::before {
  content: "\e32a";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-comment-middle::before {
  content: "\e149";
}

.fa-trash-can-list::before {
  content: "\e2ab";
}

.fa-block::before {
  content: "\e46a";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-face-frown-slight::before {
  content: "\e376";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-sidebar-flip::before {
  content: "\e24f";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-temperature-list::before {
  content: "\e299";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-pipe-section::before {
  content: "\e438";
}

.fa-space-station-moon-construction::before {
  content: "\e034";
}

.fa-space-station-moon-alt::before {
  content: "\e034";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-memory::before {
  content: "\f538";
}

.fa-face-sleeping::before {
  content: "\e38d";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-squirrel::before {
  content: "\f71a";
}

.fa-arrow-up-to-line::before {
  content: "\f341";
}

.fa-arrow-to-top::before {
  content: "\f341";
}

.fa-flag::before {
  content: "\f024";
}

.fa-face-cowboy-hat::before {
  content: "\e36e";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-chart-scatter-3d::before {
  content: "\e0e8";
}

.fa-square-code::before {
  content: "\e267";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-xmark-to-slot::before {
  content: "\f771";
}

.fa-times-to-slot::before {
  content: "\f771";
}

.fa-vote-nay::before {
  content: "\f771";
}

.fa-box-taped::before {
  content: "\f49a";
}

.fa-box-alt::before {
  content: "\f49a";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-swords::before {
  content: "\f71d";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-album::before {
  content: "\f89f";
}

.fa-circle-n::before {
  content: "\e118";
}

.fa-compress::before {
  content: "\f066";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-asterisk::before {
  content: "\2a";
}

.fa-key-skeleton-left-right::before {
  content: "\e3b4";
}

.fa-comment-lines::before {
  content: "\f4b0";
}

.fa-luchador-mask::before {
  content: "\f455";
}

.fa-luchador::before {
  content: "\f455";
}

.fa-mask-luchador::before {
  content: "\f455";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-shredder::before {
  content: "\f68a";
}

.fa-book-open-cover::before {
  content: "\e0c0";
}

.fa-book-open-alt::before {
  content: "\e0c0";
}

.fa-sandwich::before {
  content: "\f81f";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-square-parking-slash::before {
  content: "\f617";
}

.fa-parking-slash::before {
  content: "\f617";
}

.fa-train-tunnel::before {
  content: "\e454";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-face-anguished::before {
  content: "\e369";
}

.fa-hockey-sticks::before {
  content: "\f454";
}

.fa-abacus::before {
  content: "\f640";
}

.fa-film-simple::before {
  content: "\f3a0";
}

.fa-film-alt::before {
  content: "\f3a0";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-tree-palm::before {
  content: "\f82b";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-border-center-v::before {
  content: "\f89d";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-clipboard-medical::before {
  content: "\e133";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-up-to-line::before {
  content: "\f34d";
}

.fa-arrow-alt-to-top::before {
  content: "\f34d";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-watch-fitness::before {
  content: "\f63e";
}

.fa-clock-nine-thirty::before {
  content: "\e34d";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-jug::before {
  content: "\f8c6";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-snow-blowing::before {
  content: "\f761";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-lock::before {
  content: "\f023";
}

.fa-arrow-down-from-line::before {
  content: "\f345";
}

.fa-arrow-from-top::before {
  content: "\f345";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-signal-bars-slash::before {
  content: "\f694";
}

.fa-signal-alt-slash::before {
  content: "\f694";
}

.fa-monkey::before {
  content: "\f6fb";
}

.fa-rectangle-pro::before {
  content: "\e235";
}

.fa-pro::before {
  content: "\e235";
}

.fa-house-night::before {
  content: "\e010";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-blanket::before {
  content: "\f498";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-comments-question-check::before {
  content: "\e14f";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-arrows-cross::before {
  content: "\e0a2";
}

.fa-backpack::before {
  content: "\f5d4";
}

.fa-square-small::before {
  content: "\e27e";
}

.fa-folder-arrow-up::before {
  content: "\e054";
}

.fa-folder-upload::before {
  content: "\e054";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-crosshairs-simple::before {
  content: "\e59f";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-square-sliders::before {
  content: "\f3f0";
}

.fa-sliders-h-square::before {
  content: "\f3f0";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-message-middle-top::before {
  content: "\e1e2";
}

.fa-comment-middle-top-alt::before {
  content: "\e1e2";
}

.fa-lightbulb-on::before {
  content: "\f672";
}

.fa-knife::before {
  content: "\f2e4";
}

.fa-utensil-knife::before {
  content: "\f2e4";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-wave-sine::before {
  content: "\f899";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-circle-w::before {
  content: "\e12c";
}

.fa-circle-calendar::before {
  content: "\e102";
}

.fa-calendar-circle::before {
  content: "\e102";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-sunset::before {
  content: "\f767";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-calendar-exclamation::before {
  content: "\f334";
}

.fa-truck-container-empty::before {
  content: "\e2b5";
}

.fa-hand-heart::before {
  content: "\f4bc";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-reply-clock::before {
  content: "\e239";
}

.fa-reply-time::before {
  content: "\e239";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-right::before {
  content: "\f356";
}

.fa-arrow-alt-right::before {
  content: "\f356";
}

.fa-circle-f::before {
  content: "\e10e";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-face-pleading::before {
  content: "\e386";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-police-box::before {
  content: "\e021";
}

.fa-cucumber::before {
  content: "\e401";
}

.fa-head-side-brain::before {
  content: "\f808";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-person-biking-mountain::before {
  content: "\f84b";
}

.fa-biking-mountain::before {
  content: "\f84b";
}

.fa-utensils-slash::before {
  content: "\e464";
}

.fa-print-magnifying-glass::before {
  content: "\f81a";
}

.fa-print-search::before {
  content: "\f81a";
}

.fa-folder-bookmark::before {
  content: "\e186";
}

.fa-om::before {
  content: "\f679";
}

.fa-pi::before {
  content: "\f67e";
}

.fa-flask-round-potion::before {
  content: "\f6e1";
}

.fa-flask-potion::before {
  content: "\f6e1";
}

.fa-face-shush::before {
  content: "\e38c";
}

.fa-worm::before {
  content: "\e599";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-calendar-circle-exclamation::before {
  content: "\e46e";
}

.fa-square-i::before {
  content: "\e272";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-face-saluting::before {
  content: "\e484";
}

.fa-gauge-simple-low::before {
  content: "\f62c";
}

.fa-tachometer-slow::before {
  content: "\f62c";
}

.fa-face-persevering::before {
  content: "\e385";
}

.fa-circle-camera::before {
  content: "\e103";
}

.fa-camera-circle::before {
  content: "\e103";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-spider-web::before {
  content: "\f719";
}

.fa-circle-microphone::before {
  content: "\e116";
}

.fa-microphone-circle::before {
  content: "\e116";
}

.fa-book-arrow-up::before {
  content: "\e0ba";
}

.fa-popsicle::before {
  content: "\e43e";
}

.fa-command::before {
  content: "\e142";
}

.fa-blinds::before {
  content: "\f8fb";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-saxophone::before {
  content: "\f8dc";
}

.fa-square-2::before {
  content: "\e257";
}

.fa-field-hockey-stick-ball::before {
  content: "\f44c";
}

.fa-field-hockey::before {
  content: "\f44c";
}

.fa-arrow-up-square-triangle::before {
  content: "\f88b";
}

.fa-sort-shapes-up-alt::before {
  content: "\f88b";
}

.fa-face-scream::before {
  content: "\e38b";
}

.fa-square-m::before {
  content: "\e276";
}

.fa-camera-web::before {
  content: "\f832";
}

.fa-webcam::before {
  content: "\f832";
}

.fa-comment-arrow-down::before {
  content: "\e143";
}

.fa-lightbulb-cfl::before {
  content: "\e5a6";
}

.fa-window-frame-open::before {
  content: "\e050";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-period::before {
  content: "\2e";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-up-to-dotted-line::before {
  content: "\e457";
}

.fa-thought-bubble::before {
  content: "\e32e";
}

.fa-skeleton-ribs::before {
  content: "\e5cb";
}

.fa-raygun::before {
  content: "\e025";
}

.fa-flute::before {
  content: "\f8b9";
}

.fa-acorn::before {
  content: "\f6ae";
}

.fa-video-arrow-up-right::before {
  content: "\e2c9";
}

.fa-grate-droplet::before {
  content: "\e194";
}

.fa-seal-exclamation::before {
  content: "\e242";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-message-sms::before {
  content: "\e1e5";
}

.fa-coffee-beans::before {
  content: "\e13f";
}

.fa-hat-witch::before {
  content: "\f6e7";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-clock-three-thirty::before {
  content: "\e357";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-alarm-clock::before {
  content: "\f34e";
}

.fa-eclipse::before {
  content: "\f749";
}

.fa-face-relieved::before {
  content: "\e389";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-octagon-minus::before {
  content: "\f308";
}

.fa-minus-octagon::before {
  content: "\f308";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-face-zany::before {
  content: "\e3a4";
}

.fa-tricycle::before {
  content: "\e5c3";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-square-arrow-up-left::before {
  content: "\e263";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-salt-shaker::before {
  content: "\e446";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-file-plus::before {
  content: "\f319";
}

.fa-draw-square::before {
  content: "\f5ef";
}

.fa-toilet-paper-under-slash::before {
  content: "\e2a1";
}

.fa-toilet-paper-reverse-slash::before {
  content: "\e2a1";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-drone-front::before {
  content: "\f860";
}

.fa-drone-alt::before {
  content: "\f860";
}

.fa-glass-empty::before {
  content: "\e191";
}

.fa-dial-high::before {
  content: "\e15c";
}

.fa-user-helmet-safety::before {
  content: "\f82c";
}

.fa-user-construction::before {
  content: "\f82c";
}

.fa-user-hard-hat::before {
  content: "\f82c";
}

.fa-i::before {
  content: "\49";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "\e092";
}

.fa-pills::before {
  content: "\f484";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-basketball-hoop::before {
  content: "\f435";
}

.fa-objects-align-bottom::before {
  content: "\e3bb";
}

.fa-v::before {
  content: "\56";
}

.fa-sparkles::before {
  content: "\f890";
}

.fa-squid::before {
  content: "\e450";
}

.fa-leafy-green::before {
  content: "\e41d";
}

.fa-circle-arrow-up-right::before {
  content: "\e0fc";
}

.fa-calendars::before {
  content: "\e0d7";
}

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-hammer-war::before {
  content: "\f6e4";
}

.fa-circle-d::before {
  content: "\e104";
}

.fa-spider-black-widow::before {
  content: "\f718";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-pear::before {
  content: "\e20c";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-triangle::before {
  content: "\f2ec";
}

.fa-apartment::before {
  content: "\e468";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-pepper::before {
  content: "\e432";
}

.fa-piano::before {
  content: "\f8d4";
}

.fa-gun-squirt::before {
  content: "\e19d";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-user-alien::before {
  content: "\e04a";
}

.fa-shield-check::before {
  content: "\f2f7";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-chart-candlestick::before {
  content: "\e0e2";
}

.fa-briefcase-blank::before {
  content: "\e0c8";
}

.fa-school::before {
  content: "\f549";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-bracket-round::before {
  content: "\28";
}

.fa-parenthesis::before {
  content: "\28";
}

.fa-joint::before {
  content: "\f595";
}

.fa-horse-saddle::before {
  content: "\f8c3";
}

.fa-mug-marshmallows::before {
  content: "\f7b7";
}

.fa-filters::before {
  content: "\e17e";
}

.fa-bell-on::before {
  content: "\f8fa";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-dial-med::before {
  content: "\e15f";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-q::before {
  content: "\51";
}

.fa-monitor-waveform::before {
  content: "\f611";
}

.fa-monitor-heart-rate::before {
  content: "\f611";
}

.fa-link-simple::before {
  content: "\e1cd";
}

.fa-whistle::before {
  content: "\f460";
}

.fa-g::before {
  content: "\47";
}

.fa-wine-glass-crack::before {
  content: "\f4bb";
}

.fa-fragile::before {
  content: "\f4bb";
}

.fa-slot-machine::before {
  content: "\e3ce";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-car-wash::before {
  content: "\f5e6";
}

.fa-escalator::before {
  content: "\e171";
}

.fa-comment-image::before {
  content: "\e148";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-donut::before {
  content: "\e406";
}

.fa-doughnut::before {
  content: "\e406";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-tally-1::before {
  content: "\e294";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-square-dashed::before {
  content: "\e269";
}

.fa-square-j::before {
  content: "\e273";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-arrow-up-big-small::before {
  content: "\f88e";
}

.fa-sort-size-up::before {
  content: "\f88e";
}

.fa-barcode-read::before {
  content: "\f464";
}

.fa-baguette::before {
  content: "\e3d8";
}

.fa-bowl-soft-serve::before {
  content: "\e46b";
}

.fa-face-holding-back-tears::before {
  content: "\e482";
}

.fa-square-up::before {
  content: "\f353";
}

.fa-arrow-alt-square-up::before {
  content: "\f353";
}

.fa-train-subway-tunnel::before {
  content: "\e2a3";
}

.fa-subway-tunnel::before {
  content: "\e2a3";
}

.fa-square-exclamation::before {
  content: "\f321";
}

.fa-exclamation-square::before {
  content: "\f321";
}

.fa-semicolon::before {
  content: "\3b";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-fan-table::before {
  content: "\e004";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-battery-low::before {
  content: "\e0b1";
}

.fa-battery-1::before {
  content: "\e0b1";
}

.fa-credit-card-front::before {
  content: "\f38a";
}

.fa-brain-arrow-curved-right::before {
  content: "\f677";
}

.fa-mind-share::before {
  content: "\f677";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-location-smile::before {
  content: "\f60d";
}

.fa-map-marker-smile::before {
  content: "\f60d";
}

.fa-arrow-left-to-line::before {
  content: "\f33e";
}

.fa-arrow-to-left::before {
  content: "\f33e";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-sushi::before {
  content: "\e48a";
}

.fa-nigiri::before {
  content: "\e48a";
}

.fa-message-captions::before {
  content: "\e1de";
}

.fa-comment-alt-captions::before {
  content: "\e1de";
}

.fa-trash-list::before {
  content: "\e2b1";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-option::before {
  content: "\e318";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-trash-plus::before {
  content: "\e2b2";
}

.fa-objects-align-top::before {
  content: "\e3c0";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-face-anxious-sweat::before {
  content: "\e36a";
}

.fa-credit-card-blank::before {
  content: "\f389";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-microchip-ai::before {
  content: "\e1ec";
}

.fa-mug::before {
  content: "\f874";
}

.fa-plane-up-slash::before {
  content: "\e22e";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-pen-circle::before {
  content: "\e20e";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-crutches::before {
  content: "\f7f8";
}

.fa-circle-parking::before {
  content: "\f615";
}

.fa-parking-circle::before {
  content: "\f615";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-leaf-oak::before {
  content: "\f6f7";
}

.fa-square-bolt::before {
  content: "\e265";
}

.fa-vial::before {
  content: "\f492";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-lambda::before {
  content: "\f66e";
}

.fa-e::before {
  content: "\45";
}

.fa-pizza::before {
  content: "\f817";
}

.fa-bowl-chopsticks-noodles::before {
  content: "\e2ea";
}

.fa-h3::before {
  content: "\f315";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-badge-percent::before {
  content: "\f646";
}

.fa-user::before {
  content: "\f007";
}

.fa-sensor::before {
  content: "\e028";
}

.fa-comma::before {
  content: "\2c";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-toilet-paper-under::before {
  content: "\e2a0";
}

.fa-toilet-paper-reverse::before {
  content: "\e2a0";
}

.fa-light-emergency::before {
  content: "\e41f";
}

.fa-arrow-down-to-arc::before {
  content: "\e4ae";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-light-switch::before {
  content: "\e017";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-wave-pulse::before {
  content: "\f5f8";
}

.fa-heart-rate::before {
  content: "\f5f8";
}

.fa-key::before {
  content: "\f084";
}

.fa-hat-santa::before {
  content: "\f7a7";
}

.fa-tamale::before {
  content: "\e451";
}

.fa-box-check::before {
  content: "\f467";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-steak::before {
  content: "\f824";
}

.fa-location-crosshairs-slash::before {
  content: "\f603";
}

.fa-location-slash::before {
  content: "\f603";
}

.fa-person-dolly::before {
  content: "\f4d0";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-file-chart-column::before {
  content: "\f659";
}

.fa-file-chart-line::before {
  content: "\f659";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-folder-image::before {
  content: "\e18a";
}

.fa-calendar-pen::before {
  content: "\f333";
}

.fa-calendar-edit::before {
  content: "\f333";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-face-smile-tear::before {
  content: "\e393";
}

.fa-message-plus::before {
  content: "\f4a8";
}

.fa-comment-alt-plus::before {
  content: "\f4a8";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-c::before {
  content: "\43";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-rectangle-history-circle-user::before {
  content: "\e4a4";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-chart-line-up::before {
  content: "\e0e5";
}

.fa-mailbox::before {
  content: "\f813";
}

.fa-truck-bolt::before {
  content: "\e3d0";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-circle-three-quarters-stroke::before {
  content: "\e5d4";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-scalpel::before {
  content: "\f61d";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-bell-exclamation::before {
  content: "\f848";
}

.fa-circle-bookmark::before {
  content: "\e100";
}

.fa-bookmark-circle::before {
  content: "\e100";
}

.fa-egg-fried::before {
  content: "\f7fc";
}

.fa-face-weary::before {
  content: "\e3a1";
}

.fa-uniform-martial-arts::before {
  content: "\e3d1";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-sun-dust::before {
  content: "\f764";
}

.fa-comment-text::before {
  content: "\e14d";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-signal-bars::before {
  content: "\f690";
}

.fa-signal-alt::before {
  content: "\f690";
}

.fa-signal-alt-4::before {
  content: "\f690";
}

.fa-signal-bars-strong::before {
  content: "\f690";
}

.fa-diamond-exclamation::before {
  content: "\e405";
}

.fa-star::before {
  content: "\f005";
}

.fa-dial-min::before {
  content: "\e161";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-cross::before {
  content: "\f654";
}

.fa-page-caret-down::before {
  content: "\e429";
}

.fa-file-caret-down::before {
  content: "\e429";
}

.fa-box::before {
  content: "\f466";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-clock-seven-thirty::before {
  content: "\e351";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-clock-four-thirty::before {
  content: "\e34b";
}

.fa-signal-bars-good::before {
  content: "\f693";
}

.fa-signal-alt-3::before {
  content: "\f693";
}

.fa-cactus::before {
  content: "\f8a7";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-plane-tail::before {
  content: "\e22c";
}

.fa-gauge-simple-max::before {
  content: "\f62b";
}

.fa-tachometer-fastest::before {
  content: "\f62b";
}

.fa-circle-u::before {
  content: "\e127";
}

.fa-shield-slash::before {
  content: "\e24b";
}

.fa-square-phone-hangup::before {
  content: "\e27a";
}

.fa-phone-square-down::before {
  content: "\e27a";
}

.fa-arrow-up-left::before {
  content: "\e09d";
}

.fa-transporter-1::before {
  content: "\e043";
}

.fa-peanuts::before {
  content: "\e431";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-arrow-up-from-square::before {
  content: "\e09c";
}

.fa-file-dashed-line::before {
  content: "\f877";
}

.fa-page-break::before {
  content: "\f877";
}

.fa-bracket-curly-right::before {
  content: "\7d";
}

.fa-spider::before {
  content: "\f717";
}

.fa-clock-three::before {
  content: "\e356";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-scalpel-line-dashed::before {
  content: "\f61e";
}

.fa-scalpel-path::before {
  content: "\f61e";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-pipe-smoking::before {
  content: "\e3c4";
}

.fa-face-astonished::before {
  content: "\e36b";
}

.fa-window::before {
  content: "\f40e";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-ear::before {
  content: "\f5f0";
}

.fa-file-lock::before {
  content: "\e3a6";
}

.fa-diagram-venn::before {
  content: "\e15a";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-goal-net::before {
  content: "\e3ab";
}

.fa-coffin-cross::before {
  content: "\e051";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-location-xmark::before {
  content: "\f60e";
}

.fa-map-marker-times::before {
  content: "\f60e";
}

.fa-map-marker-xmark::before {
  content: "\f60e";
}

.fa-circle-quarter-stroke::before {
  content: "\e5d3";
}

.fa-lasso::before {
  content: "\f8c8";
}

.fa-slash::before {
  content: "\f715";
}

.fa-person-to-portal::before {
  content: "\e022";
}

.fa-portal-enter::before {
  content: "\e022";
}

.fa-calendar-star::before {
  content: "\f736";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-pegasus::before {
  content: "\f703";
}

.fa-files-medical::before {
  content: "\f7fd";
}

.fa-nfc-lock::before {
  content: "\e1f8";
}

.fa-person-ski-lift::before {
  content: "\f7c8";
}

.fa-ski-lift::before {
  content: "\f7c8";
}

.fa-square-6::before {
  content: "\e25b";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-wind-turbine::before {
  content: "\f89b";
}

.fa-sliders-simple::before {
  content: "\e253";
}

.fa-badge-sheriff::before {
  content: "\f8a2";
}

.fa-server::before {
  content: "\f233";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-intersection::before {
  content: "\f668";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-family::before {
  content: "\e300";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-user-hair-buns::before {
  content: "\e3d3";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-hourglass-clock::before {
  content: "\e41b";
}

.fa-person-seat-reclined::before {
  content: "\e21f";
}

.fa-paper-plane-top::before {
  content: "\e20a";
}

.fa-paper-plane-alt::before {
  content: "\e20a";
}

.fa-send::before {
  content: "\e20a";
}

.fa-message-arrow-up::before {
  content: "\e1dc";
}

.fa-comment-alt-arrow-up::before {
  content: "\e1dc";
}

.fa-lightbulb-exclamation::before {
  content: "\f671";
}

.fa-layer-minus::before {
  content: "\f5fe";
}

.fa-layer-group-minus::before {
  content: "\f5fe";
}

.fa-circle-e::before {
  content: "\e109";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-gauge-max::before {
  content: "\f626";
}

.fa-tachometer-alt-fastest::before {
  content: "\f626";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-apostrophe::before {
  content: "\27";
}

.fa-fire-hydrant::before {
  content: "\e17f";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-video-plus::before {
  content: "\f4e1";
}

.fa-square-right::before {
  content: "\f352";
}

.fa-arrow-alt-square-right::before {
  content: "\f352";
}

.fa-comment-smile::before {
  content: "\f4b4";
}

.fa-venus::before {
  content: "\f221";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-inbox-in::before {
  content: "\f310";
}

.fa-inbox-arrow-down::before {
  content: "\f310";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-circle-8::before {
  content: "\e0f5";
}

.fa-clouds-moon::before {
  content: "\f745";
}

.fa-clock-ten-thirty::before {
  content: "\e355";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-folder-user::before {
  content: "\e18e";
}

.fa-trash-can-xmark::before {
  content: "\e2ae";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-left-long-to-line::before {
  content: "\e41e";
}

.fa-crown::before {
  content: "\f521";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-calendar-range::before {
  content: "\e0d6";
}

.fa-flower-daffodil::before {
  content: "\f800";
}

.fa-hand-back-point-up::before {
  content: "\e1a2";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-star-exclamation::before {
  content: "\f2f3";
}

.fa-books::before {
  content: "\f5db";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-layer-plus::before {
  content: "\f5ff";
}

.fa-layer-group-plus::before {
  content: "\f5ff";
}

.fa-play-pause::before {
  content: "\e22f";
}

.fa-block-question::before {
  content: "\e3dd";
}

.fa-snooze::before {
  content: "\f880";
}

.fa-zzz::before {
  content: "\f880";
}

.fa-scanner-image::before {
  content: "\f8f3";
}

.fa-tv-retro::before {
  content: "\f401";
}

.fa-square-t::before {
  content: "\e280";
}

.fa-farm::before {
  content: "\f864";
}

.fa-barn-silo::before {
  content: "\f864";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-bars-sort::before {
  content: "\e0ae";
}

.fa-pallet-boxes::before {
  content: "\f483";
}

.fa-palette-boxes::before {
  content: "\f483";
}

.fa-pallet-alt::before {
  content: "\f483";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-code-simple::before {
  content: "\e13d";
}

.fa-bolt-slash::before {
  content: "\e0b8";
}

.fa-panel-fire::before {
  content: "\e42f";
}

.fa-binary-circle-check::before {
  content: "\e33c";
}

.fa-comment-minus::before {
  content: "\f4b1";
}

.fa-burrito::before {
  content: "\f7ed";
}

.fa-violin::before {
  content: "\f8ed";
}

.fa-objects-column::before {
  content: "\e3c1";
}

.fa-square-chevron-down::before {
  content: "\f329";
}

.fa-chevron-square-down::before {
  content: "\f329";
}

.fa-comment-plus::before {
  content: "\f4b2";
}

.fa-triangle-instrument::before {
  content: "\f8e2";
}

.fa-triangle-music::before {
  content: "\f8e2";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-user-pilot-tie::before {
  content: "\e2c1";
}

.fa-piano-keyboard::before {
  content: "\f8d5";
}

.fa-bed-empty::before {
  content: "\f8f9";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-rectangle-vertical::before {
  content: "\f2fb";
}

.fa-rectangle-portrait::before {
  content: "\f2fb";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-l::before {
  content: "\4c";
}

.fa-signal-stream::before {
  content: "\f8dd";
}

.fa-down-to-bracket::before {
  content: "\e4e7";
}

.fa-circle-z::before {
  content: "\e130";
}

.fa-stars::before {
  content: "\f762";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-house-day::before {
  content: "\e00e";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-shirt-long-sleeve::before {
  content: "\e3c7";
}

.fa-chart-pie-simple::before {
  content: "\f64e";
}

.fa-chart-pie-alt::before {
  content: "\f64e";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-album-collection-circle-user::before {
  content: "\e48f";
}

.fa-candy::before {
  content: "\e3e7";
}

.fa-bowl-hot::before {
  content: "\f823";
}

.fa-soup::before {
  content: "\f823";
}

.fa-flatbread::before {
  content: "\e40b";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-city::before {
  content: "\f64f";
}

.fa-signal-bars-weak::before {
  content: "\f691";
}

.fa-signal-alt-1::before {
  content: "\f691";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-clock-twelve::before {
  content: "\e358";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-citrus-slice::before {
  content: "\e2f5";
}

.fa-sheep::before {
  content: "\f711";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-headset::before {
  content: "\f590";
}

.fa-badger-honey::before {
  content: "\f6b4";
}

.fa-h4::before {
  content: "\f86a";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-signal-slash::before {
  content: "\f695";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-taco::before {
  content: "\f826";
}

.fa-hexagon-plus::before {
  content: "\f300";
}

.fa-plus-hexagon::before {
  content: "\f300";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-messages::before {
  content: "\f4b6";
}

.fa-comments-alt::before {
  content: "\f4b6";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-umbrella-simple::before {
  content: "\e2bc";
}

.fa-umbrella-alt::before {
  content: "\e2bc";
}

.fa-rectangle-history-circle-plus::before {
  content: "\e4a3";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-prescription-bottle-pill::before {
  content: "\e5c0";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-binary-slash::before {
  content: "\e33e";
}

.fa-square-o::before {
  content: "\e278";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-bold::before {
  content: "\f032";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-transporter-3::before {
  content: "\e045";
}

.fa-engine-warning::before {
  content: "\f5f2";
}

.fa-engine-exclamation::before {
  content: "\f5f2";
}

.fa-circle-down-right::before {
  content: "\e108";
}

.fa-square-k::before {
  content: "\e274";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-money-check-pen::before {
  content: "\f872";
}

.fa-money-check-edit::before {
  content: "\f872";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-tilde::before {
  content: "\7e";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-arrow-down-square-triangle::before {
  content: "\f889";
}

.fa-sort-shapes-down-alt::before {
  content: "\f889";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-dog-leashed::before {
  content: "\f6d4";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-face-downcast-sweat::before {
  content: "\e371";
}

.fa-mailbox-flag-up::before {
  content: "\e5bb";
}

.fa-memo-circle-info::before {
  content: "\e49a";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-volume::before {
  content: "\f6a8";
}

.fa-volume-medium::before {
  content: "\f6a8";
}

.fa-transporter-5::before {
  content: "\e2a6";
}

.fa-gauge-circle-bolt::before {
  content: "\e496";
}

.fa-coin-front::before {
  content: "\e3fc";
}

.fa-file-slash::before {
  content: "\e3a7";
}

.fa-message-arrow-up-right::before {
  content: "\e1dd";
}

.fa-treasure-chest::before {
  content: "\f723";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-paintbrush-fine::before {
  content: "\f5a9";
}

.fa-paint-brush-alt::before {
  content: "\f5a9";
}

.fa-paint-brush-fine::before {
  content: "\f5a9";
}

.fa-paintbrush-alt::before {
  content: "\f5a9";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-hood-cloak::before {
  content: "\f6ef";
}

.fa-square-quote::before {
  content: "\e329";
}

.fa-up-left::before {
  content: "\e2bd";
}

.fa-bring-front::before {
  content: "\f857";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-burger-cheese::before {
  content: "\f7f1";
}

.fa-cheeseburger::before {
  content: "\f7f1";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-repeat-1::before {
  content: "\f365";
}

.fa-arrow-down-to-line::before {
  content: "\f33d";
}

.fa-arrow-to-bottom::before {
  content: "\f33d";
}

.fa-grid-5::before {
  content: "\e199";
}

.fa-right-long-to-line::before {
  content: "\e444";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-tally::before {
  content: "\f69c";
}

.fa-tally-5::before {
  content: "\f69c";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-train::before {
  content: "\f238";
}

.fa-up-from-dotted-line::before {
  content: "\e456";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-traffic-light-go::before {
  content: "\f638";
}

.fa-face-exhaling::before {
  content: "\e480";
}

.fa-sensor-fire::before {
  content: "\e02a";
}

.fa-user-unlock::before {
  content: "\e058";
}

.fa-hexagon-divide::before {
  content: "\e1ad";
}

.fa-00::before {
  content: "\e467";
}

.fa-crow::before {
  content: "\f520";
}

.fa-cassette-betamax::before {
  content: "\f8a4";
}

.fa-betamax::before {
  content: "\f8a4";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-nfc-magnifying-glass::before {
  content: "\e1f9";
}

.fa-file-binary::before {
  content: "\e175";
}

.fa-circle-v::before {
  content: "\e12a";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-bowl-scoops::before {
  content: "\e3df";
}

.fa-mistletoe::before {
  content: "\f7b4";
}

.fa-custard::before {
  content: "\e403";
}

.fa-lacrosse-stick::before {
  content: "\e3b5";
}

.fa-hockey-mask::before {
  content: "\f6ee";
}

.fa-sunrise::before {
  content: "\f766";
}

.fa-panel-ews::before {
  content: "\e42e";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-cloud-exclamation::before {
  content: "\e491";
}

.fa-message-lines::before {
  content: "\f4a6";
}

.fa-comment-alt-lines::before {
  content: "\f4a6";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-floppy-disk-pen::before {
  content: "\e182";
}

.fa-image::before {
  content: "\f03e";
}

.fa-window-frame::before {
  content: "\e04f";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-square-ring::before {
  content: "\e44f";
}

.fa-down-from-line::before {
  content: "\f349";
}

.fa-arrow-alt-from-top::before {
  content: "\f349";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-shield-xmark::before {
  content: "\e24c";
}

.fa-shield-times::before {
  content: "\e24c";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-circle-sort-down::before {
  content: "\e031";
}

.fa-sort-circle-down::before {
  content: "\e031";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-forklift::before {
  content: "\f47a";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-bracket-square-right::before {
  content: "\5d";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-square-a::before {
  content: "\e25f";
}

.fa-tick::before {
  content: "\e32f";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-refrigerator::before {
  content: "\e026";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-octagon-xmark::before {
  content: "\f2f0";
}

.fa-times-octagon::before {
  content: "\f2f0";
}

.fa-xmark-octagon::before {
  content: "\f2f0";
}

.fa-align-slash::before {
  content: "\f846";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-truck-ramp-couch::before {
  content: "\f4dd";
}

.fa-truck-couch::before {
  content: "\f4dd";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "\e0a0";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-360-degrees::before {
  content: "\e2dc";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-square-dashed-circle-plus::before {
  content: "\e5c2";
}

.fa-money-simple-from-bracket::before {
  content: "\e313";
}

.fa-bat::before {
  content: "\f6b5";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-head-side-headphones::before {
  content: "\f8c2";
}

.fa-phone-rotary::before {
  content: "\f8d3";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-calendar-circle-minus::before {
  content: "\e46f";
}

.fa-chopsticks::before {
  content: "\e3f7";
}

.fa-car-wrench::before {
  content: "\f5e3";
}

.fa-car-mechanic::before {
  content: "\f5e3";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-kazoo::before {
  content: "\f8c7";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-square-arrow-down-left::before {
  content: "\e261";
}

.fa-battery-bolt::before {
  content: "\f376";
}

.fa-tree-large::before {
  content: "\f7dd";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-aperture::before {
  content: "\e2df";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-file-magnifying-glass::before {
  content: "\f865";
}

.fa-file-search::before {
  content: "\f865";
}

.fa-up-right::before {
  content: "\e2be";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-user-police::before {
  content: "\e333";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-teddy-bear::before {
  content: "\e3cf";
}

.fa-stocking::before {
  content: "\f7d5";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-image-slash::before {
  content: "\e1b7";
}

.fa-mask-snorkel::before {
  content: "\e3b7";
}

.fa-smoke::before {
  content: "\f760";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-battery-exclamation::before {
  content: "\e0b0";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-crystal-ball::before {
  content: "\e362";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-star-shooting::before {
  content: "\e036";
}

.fa-binary-lock::before {
  content: "\e33d";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-comment-pen::before {
  content: "\f4ae";
}

.fa-comment-edit::before {
  content: "\f4ae";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-banjo::before {
  content: "\f8a3";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-light-emergency-on::before {
  content: "\e420";
}

.fa-kerning::before {
  content: "\f86f";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-square-f::before {
  content: "\e270";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-arrow-left-from-line::before {
  content: "\f344";
}

.fa-arrow-from-right::before {
  content: "\f344";
}

.fa-strawberry::before {
  content: "\e32b";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-clock-eight-thirty::before {
  content: "\e346";
}

.fa-plane-engines::before {
  content: "\f3de";
}

.fa-plane-alt::before {
  content: "\f3de";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-gauge-low::before {
  content: "\f627";
}

.fa-tachometer-alt-slow::before {
  content: "\f627";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-trash-can-plus::before {
  content: "\e2ac";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-globe-snow::before {
  content: "\f7a3";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-integral::before {
  content: "\f667";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-blinds-raised::before {
  content: "\f8fd";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-ufo-beam::before {
  content: "\e048";
}

.fa-circle-caret-up::before {
  content: "\f331";
}

.fa-caret-circle-up::before {
  content: "\f331";
}

.fa-user-vneck-hair-long::before {
  content: "\e463";
}

.fa-square-a-lock::before {
  content: "\e44d";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-gas-pump-slash::before {
  content: "\f5f4";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-transporter-4::before {
  content: "\e2a5";
}

.fa-objects-align-right::before {
  content: "\e3bf";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-vest::before {
  content: "\e085";
}

.fa-pig::before {
  content: "\f706";
}

.fa-inbox-full::before {
  content: "\e1ba";
}

.fa-circle-envelope::before {
  content: "\e10c";
}

.fa-envelope-circle::before {
  content: "\e10c";
}

.fa-triangle-person-digging::before {
  content: "\f85d";
}

.fa-construction::before {
  content: "\f85d";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-bullseye-arrow::before {
  content: "\f648";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-clock-seven::before {
  content: "\e350";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-flashlight::before {
  content: "\f8b8";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-square-9::before {
  content: "\e25e";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-square-dollar::before {
  content: "\f2e9";
}

.fa-dollar-square::before {
  content: "\f2e9";
}

.fa-usd-square::before {
  content: "\f2e9";
}

.fa-phone-arrow-right::before {
  content: "\e5be";
}

.fa-hand-holding-seedling::before {
  content: "\f4bf";
}

.fa-message-check::before {
  content: "\f4a2";
}

.fa-comment-alt-check::before {
  content: "\f4a2";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-watch::before {
  content: "\f2e1";
}

.fa-circle-down-left::before {
  content: "\e107";
}

.fa-text::before {
  content: "\f893";
}

.fa-projector::before {
  content: "\f8d6";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-tombstone-blank::before {
  content: "\f721";
}

.fa-tombstone-alt::before {
  content: "\f721";
}

.fa-chess-king-piece::before {
  content: "\f440";
}

.fa-chess-king-alt::before {
  content: "\f440";
}

.fa-circle-6::before {
  content: "\e0f3";
}

.fa-left::before {
  content: "\f355";
}

.fa-arrow-alt-left::before {
  content: "\f355";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-square-down::before {
  content: "\f350";
}

.fa-arrow-alt-square-down::before {
  content: "\f350";
}

.fa-objects-align-center-vertical::before {
  content: "\e3bd";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-wreath::before {
  content: "\f7e2";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-meter-droplet::before {
  content: "\e1ea";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-signal-strong::before {
  content: "\f68f";
}

.fa-signal-4::before {
  content: "\f68f";
}

.fa-lollipop::before {
  content: "\e424";
}

.fa-lollypop::before {
  content: "\e424";
}

.fa-list-tree::before {
  content: "\e1d2";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-draw-circle::before {
  content: "\f5ed";
}

.fa-cat-space::before {
  content: "\e001";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-rabbit-running::before {
  content: "\f709";
}

.fa-rabbit-fast::before {
  content: "\f709";
}

.fa-memo-pad::before {
  content: "\e1da";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-alarm-plus::before {
  content: "\f844";
}

.fa-alicorn::before {
  content: "\f6b0";
}

.fa-comment-question::before {
  content: "\e14b";
}

.fa-gingerbread-man::before {
  content: "\f79d";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-burger-fries::before {
  content: "\e0cd";
}

.fa-mug-tea::before {
  content: "\f875";
}

.fa-border-top::before {
  content: "\f855";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-circle-book-open::before {
  content: "\e0ff";
}

.fa-book-circle::before {
  content: "\e0ff";
}

.fa-arrows-to-dotted-line::before {
  content: "\e0a6";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-garage-open::before {
  content: "\e00b";
}

.fa-shelves-empty::before {
  content: "\e246";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-watch-apple::before {
  content: "\e2cb";
}

.fa-watch-calculator::before {
  content: "\f8f0";
}

.fa-list-dropdown::before {
  content: "\e1cf";
}

.fa-cabinet-filing::before {
  content: "\f64b";
}

.fa-burger-soda::before {
  content: "\f858";
}

.fa-square-arrow-up::before {
  content: "\f33c";
}

.fa-arrow-square-up::before {
  content: "\f33c";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-pallet-box::before {
  content: "\e208";
}

.fa-face-confounded::before {
  content: "\e36c";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-truck-plow::before {
  content: "\f7de";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-virus::before {
  content: "\e074";
}

.fa-comment-middle-top::before {
  content: "\e14a";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-restroom-simple::before {
  content: "\e23a";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-border-outer::before {
  content: "\f851";
}

.fa-hashtag-lock::before {
  content: "\e415";
}

.fa-clock-two-thirty::before {
  content: "\e35b";
}

.fa-archway::before {
  content: "\f557";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-heart-half::before {
  content: "\e1ab";
}

.fa-comment-check::before {
  content: "\f4ac";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-memo::before {
  content: "\e1d8";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-glass-citrus::before {
  content: "\f869";
}

.fa-calendar-lines-pen::before {
  content: "\e472";
}

.fa-church::before {
  content: "\f51d";
}

.fa-person-snowmobiling::before {
  content: "\f7d1";
}

.fa-snowmobile::before {
  content: "\f7d1";
}

.fa-face-hushed::before {
  content: "\e37b";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-pickaxe::before {
  content: "\e5bf";
}

.fa-link-simple-slash::before {
  content: "\e1ce";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-face-confused::before {
  content: "\e36d";
}

.fa-pinball::before {
  content: "\e229";
}

.fa-z::before {
  content: "\5a";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-deer::before {
  content: "\f78e";
}

.fa-input-pipe::before {
  content: "\e1be";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-a::before {
  content: "\41";
}

.fa-bookmark-slash::before {
  content: "\e0c2";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-mace::before {
  content: "\f6f8";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-sausage::before {
  content: "\f820";
}

.fa-trash-can-clock::before {
  content: "\e2aa";
}

.fa-p::before {
  content: "\50";
}

.fa-broom-wide::before {
  content: "\e5d1";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-stomach::before {
  content: "\f623";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-guitar-electric::before {
  content: "\f8be";
}

.fa-arrow-turn-down-right::before {
  content: "\e3d6";
}

.fa-moon-cloud::before {
  content: "\f754";
}

.fa-bread-slice-butter::before {
  content: "\e3e1";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-user-group-crown::before {
  content: "\f6a5";
}

.fa-users-crown::before {
  content: "\f6a5";
}

.fa-circle-i::before {
  content: "\e111";
}

.fa-toilet-paper-check::before {
  content: "\e5b2";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-chart-waterfall::before {
  content: "\e0eb";
}

.fa-sparkle::before {
  content: "\e5d6";
}

.fa-face-party::before {
  content: "\e383";
}

.fa-kidneys::before {
  content: "\f5fb";
}

.fa-wifi-exclamation::before {
  content: "\e2cf";
}

.fa-chart-network::before {
  content: "\f78a";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-dice-d4::before {
  content: "\f6d0";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-wheat-awn-slash::before {
  content: "\e338";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-dagger::before {
  content: "\f6cb";
}

.fa-podium::before {
  content: "\f680";
}

.fa-memo-circle-check::before {
  content: "\e1d9";
}

.fa-route-highway::before {
  content: "\f61a";
}

.fa-down-to-line::before {
  content: "\f34a";
}

.fa-arrow-alt-to-bottom::before {
  content: "\f34a";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-square-g::before {
  content: "\e271";
}

.fa-circle-phone::before {
  content: "\e11b";
}

.fa-phone-circle::before {
  content: "\e11b";
}

.fa-clipboard-prescription::before {
  content: "\f5e8";
}

.fa-user-nurse-hair::before {
  content: "\e45d";
}

.fa-question::before {
  content: "\3f";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-toggle-large-on::before {
  content: "\e5b1";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-dryer-heat::before {
  content: "\f862";
}

.fa-dryer-alt::before {
  content: "\f862";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-arrow-up-small-big::before {
  content: "\f88f";
}

.fa-sort-size-up-alt::before {
  content: "\f88f";
}

.fa-train-track::before {
  content: "\e453";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-file-exclamation::before {
  content: "\f31a";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-moon-stars::before {
  content: "\f755";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-clothes-hanger::before {
  content: "\e136";
}

.fa-mobile-notch::before {
  content: "\e1ee";
}

.fa-mobile-iphone::before {
  content: "\e1ee";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-images-user::before {
  content: "\e1b9";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-image-polaroid-user::before {
  content: "\e1b6";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-square-ellipsis::before {
  content: "\e26e";
}

.fa-pie::before {
  content: "\f705";
}

.fa-chess-knight-piece::before {
  content: "\f442";
}

.fa-chess-knight-alt::before {
  content: "\f442";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-cloud-plus::before {
  content: "\e35e";
}

.fa-f::before {
  content: "\46";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-bed-bunk::before {
  content: "\f8f8";
}

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-clock-eight::before {
  content: "\e345";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-circle-q::before {
  content: "\e11e";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-face-disguise::before {
  content: "\e370";
}

.fa-circle-arrow-down-right::before {
  content: "\e0fa";
}

.fa-alien-8bit::before {
  content: "\f8f6";
}

.fa-alien-monster::before {
  content: "\f8f6";
}

.fa-hand-point-ribbon::before {
  content: "\e1a6";
}

.fa-poop::before {
  content: "\f619";
}

.fa-object-exclude::before {
  content: "\e49c";
}

.fa-telescope::before {
  content: "\e03e";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-square-list::before {
  content: "\e489";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-comment-code::before {
  content: "\e147";
}

.fa-sim-cards::before {
  content: "\e251";
}

.fa-starship::before {
  content: "\e039";
}

.fa-eject::before {
  content: "\f052";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-seal::before {
  content: "\e241";
}

.fa-user-cowboy::before {
  content: "\f8ea";
}

.fa-hexagon-vertical-nft::before {
  content: "\e505";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-bread-loaf::before {
  content: "\f7eb";
}

.fa-rings-wedding::before {
  content: "\f81b";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-french-fries::before {
  content: "\f803";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-calendar-arrow-down::before {
  content: "\e0d0";
}

.fa-calendar-download::before {
  content: "\e0d0";
}

.fa-send-back::before {
  content: "\f87e";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-signature-lock::before {
  content: "\e3ca";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-octagon-plus::before {
  content: "\f301";
}

.fa-plus-octagon::before {
  content: "\f301";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-melon-slice::before {
  content: "\e311";
}

.fa-space-station-moon::before {
  content: "\e033";
}

.fa-message-smile::before {
  content: "\f4aa";
}

.fa-comment-alt-smile::before {
  content: "\f4aa";
}

.fa-cup-straw::before {
  content: "\e363";
}

.fa-left-from-line::before {
  content: "\f348";
}

.fa-arrow-alt-from-right::before {
  content: "\f348";
}

.fa-h::before {
  content: "\48";
}

.fa-basket-shopping-simple::before {
  content: "\e0af";
}

.fa-shopping-basket-alt::before {
  content: "\e0af";
}

.fa-hands-holding-heart::before {
  content: "\f4c3";
}

.fa-hands-heart::before {
  content: "\f4c3";
}

.fa-clock-nine::before {
  content: "\e34c";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-face-sleepy::before {
  content: "\e38e";
}

.fa-hand-horns::before {
  content: "\e1a9";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-circle-three-quarters::before {
  content: "\e125";
}

.fa-trophy-star::before {
  content: "\f2eb";
}

.fa-trophy-alt::before {
  content: "\f2eb";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-face-thermometer::before {
  content: "\e39a";
}

.fa-shirt-running::before {
  content: "\e3c8";
}

.fa-book-circle-arrow-up::before {
  content: "\e0bd";
}

.fa-face-nauseated::before {
  content: "\e381";
}

.fa-heart::before {
  content: "\f004";
}

.fa-file-chart-pie::before {
  content: "\f65a";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-circle-arrow-down-left::before {
  content: "\e0f9";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-hexagon-minus::before {
  content: "\f307";
}

.fa-minus-hexagon::before {
  content: "\f307";
}

.fa-left-to-line::before {
  content: "\f34b";
}

.fa-arrow-alt-to-left::before {
  content: "\f34b";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-paw-simple::before {
  content: "\f701";
}

.fa-paw-alt::before {
  content: "\f701";
}

.fa-arrow-left-long-to-line::before {
  content: "\e3d4";
}

.fa-brackets-round::before {
  content: "\e0c5";
}

.fa-parentheses::before {
  content: "\e0c5";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-user-shakespeare::before {
  content: "\e2c2";
}

.fa-arrow-right-to-arc::before {
  content: "\e4b2";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-gauge-circle-plus::before {
  content: "\e498";
}

.fa-folders::before {
  content: "\f660";
}

.fa-angel::before {
  content: "\f779";
}

.fa-value-absolute::before {
  content: "\f6a6";
}

.fa-rabbit::before {
  content: "\f708";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-circle-euro::before {
  content: "\e5ce";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-diamond-half::before {
  content: "\e5b7";
}

.fa-lock-keyhole::before {
  content: "\f30d";
}

.fa-lock-alt::before {
  content: "\f30d";
}

.fa-r::before {
  content: "\52";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-square-info::before {
  content: "\f30f";
}

.fa-info-square::before {
  content: "\f30f";
}

.fa-wifi-slash::before {
  content: "\f6ac";
}

.fa-toilet-paper-xmark::before {
  content: "\e5b3";
}

.fa-hands-holding-dollar::before {
  content: "\f4c5";
}

.fa-hands-usd::before {
  content: "\f4c5";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-arrow-down-triangle-square::before {
  content: "\f888";
}

.fa-sort-shapes-down::before {
  content: "\f888";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shutters::before {
  content: "\e449";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-table-tree::before {
  content: "\e293";
}

.fa-house-chimney-heart::before {
  content: "\e1b2";
}

.fa-tally-3::before {
  content: "\e296";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-circle::before {
  content: "\f111";
}

.fa-cart-circle-exclamation::before {
  content: "\e3f2";
}

.fa-sword::before {
  content: "\f71c";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-interrobang::before {
  content: "\e5ba";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-circle-dashed::before {
  content: "\e105";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-fork-knife::before {
  content: "\f2e6";
}

.fa-utensils-alt::before {
  content: "\f2e6";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-badge-check::before {
  content: "\f336";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-slider::before {
  content: "\e252";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-clock-one-thirty::before {
  content: "\e34f";
}

.fa-inbox-out::before {
  content: "\f311";
}

.fa-inbox-arrow-up::before {
  content: "\f311";
}

.fa-cloud-slash::before {
  content: "\e137";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-octagon-check::before {
  content: "\e426";
}

.fa-flatbread-stuffed::before {
  content: "\e40c";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-cart-circle-plus::before {
  content: "\e3f3";
}

.fa-truck-clock::before {
  content: "\f48c";
}

.fa-shipping-timed::before {
  content: "\f48c";
}

.fa-pool-8-ball::before {
  content: "\e3c5";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-turn-down-left::before {
  content: "\e331";
}

.fa-lock-hashtag::before {
  content: "\e423";
}

.fa-chart-radar::before {
  content: "\e0e7";
}

.fa-staff::before {
  content: "\f71b";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-utility-pole::before {
  content: "\e2c3";
}

.fa-transporter-6::before {
  content: "\e2a7";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-vector-polygon::before {
  content: "\e2c7";
}

.fa-diagram-nested::before {
  content: "\e157";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-image-user::before {
  content: "\e1b8";
}

.fa-buoy::before {
  content: "\e5b5";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-border-center-h::before {
  content: "\f89c";
}

.fa-can-food::before {
  content: "\e3e6";
}

.fa-typewriter::before {
  content: "\f8e7";
}

.fa-arrow-right-from-arc::before {
  content: "\e4b1";
}

.fa-circle-k::before {
  content: "\e113";
}

.fa-face-hand-over-mouth::before {
  content: "\e378";
}

.fa-popcorn::before {
  content: "\f819";
}

.fa-house-water::before {
  content: "\f74f";
}

.fa-house-flood::before {
  content: "\f74f";
}

.fa-object-subtract::before {
  content: "\e49e";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-warehouse-full::before {
  content: "\f495";
}

.fa-warehouse-alt::before {
  content: "\f495";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-arrow-down-from-dotted-line::before {
  content: "\e090";
}

.fa-square-quarters::before {
  content: "\e44e";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-trash-xmark::before {
  content: "\e2b4";
}

.fa-circle-caret-left::before {
  content: "\f32e";
}

.fa-caret-circle-left::before {
  content: "\f32e";
}

.fa-files::before {
  content: "\e178";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-face-clouds::before {
  content: "\e47d";
}

.fa-user-crown::before {
  content: "\f6a4";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-cart-circle-check::before {
  content: "\e3f1";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-user-tie-hair-long::before {
  content: "\e460";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-head-side-medical::before {
  content: "\f809";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-user-robot::before {
  content: "\e04b";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-card-diamond::before {
  content: "\e3ea";
}

.fa-face-zipper::before {
  content: "\e3a5";
}

.fa-face-raised-eyebrow::before {
  content: "\e388";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-square-chevron-up::before {
  content: "\f32c";
}

.fa-chevron-square-up::before {
  content: "\f32c";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-arrows-to-line::before {
  content: "\e0a7";
}

.fa-dolphin::before {
  content: "\e168";
}

.fa-arrow-up-right::before {
  content: "\e09f";
}

.fa-circle-r::before {
  content: "\e120";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-circle-sort-up::before {
  content: "\e032";
}

.fa-sort-circle-up::before {
  content: "\e032";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-chestnut::before {
  content: "\e3f6";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-heat::before {
  content: "\e00c";
}

.fa-ticket-airline::before {
  content: "\e29a";
}

.fa-boot-heeled::before {
  content: "\e33f";
}

.fa-arrows-minimize::before {
  content: "\e0a5";
}

.fa-compress-arrows::before {
  content: "\e0a5";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-hexagon::before {
  content: "\f312";
}

.fa-manhole::before {
  content: "\e1d6";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-floppy-disks::before {
  content: "\e183";
}

.fa-toilet-paper-blank-under::before {
  content: "\e29f";
}

.fa-toilet-paper-reverse-alt::before {
  content: "\e29f";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-pump::before {
  content: "\e442";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-arrow-up-left-from-circle::before {
  content: "\e09e";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-dryer::before {
  content: "\f861";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-chess-bishop-piece::before {
  content: "\f43b";
}

.fa-chess-bishop-alt::before {
  content: "\f43b";
}

.fa-shirt-tank-top::before {
  content: "\e3c9";
}

.fa-diploma::before {
  content: "\f5ea";
}

.fa-scroll-ribbon::before {
  content: "\f5ea";
}

.fa-screencast::before {
  content: "\e23e";
}

.fa-walker::before {
  content: "\f831";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-face-kiss-closed-eyes::before {
  content: "\e37d";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-file-user::before {
  content: "\f65c";
}

.fa-user-police-tie::before {
  content: "\e334";
}

.fa-face-tongue-money::before {
  content: "\e39d";
}

.fa-tennis-ball::before {
  content: "\f45e";
}

.fa-square-l::before {
  content: "\e275";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-calendar-arrow-up::before {
  content: "\e0d1";
}

.fa-calendar-upload::before {
  content: "\e0d1";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-scarf::before {
  content: "\f7c1";
}

.fa-album-circle-plus::before {
  content: "\e48c";
}

.fa-user-nurse-hair-long::before {
  content: "\e45e";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-square-left::before {
  content: "\f351";
}

.fa-arrow-alt-square-left::before {
  content: "\f351";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-circle-ellipsis-vertical::before {
  content: "\e10b";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-grid-dividers::before {
  content: "\e3ad";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-face-pensive::before {
  content: "\e384";
}

.fa-user-music::before {
  content: "\f8eb";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-messages-dollar::before {
  content: "\f652";
}

.fa-comments-alt-dollar::before {
  content: "\f652";
}

.fa-sensor-on::before {
  content: "\e02b";
}

.fa-balloon::before {
  content: "\e2e3";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-chess-queen-piece::before {
  content: "\f446";
}

.fa-chess-queen-alt::before {
  content: "\f446";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-house-person-leave::before {
  content: "\e00f";
}

.fa-house-leave::before {
  content: "\e00f";
}

.fa-house-person-depart::before {
  content: "\e00f";
}

.fa-ruler-triangle::before {
  content: "\f61c";
}

.fa-card-club::before {
  content: "\e3e9";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-spinner-third::before {
  content: "\f3f4";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-phone::before {
  content: "\f095";
}

.fa-computer-mouse-scrollwheel::before {
  content: "\f8cd";
}

.fa-mouse-alt::before {
  content: "\f8cd";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-table-layout::before {
  content: "\e290";
}

.fa-narwhal::before {
  content: "\f6fe";
}

.fa-ramp-loading::before {
  content: "\f4d4";
}

.fa-calendar-circle-plus::before {
  content: "\e470";
}

.fa-toothbrush::before {
  content: "\f635";
}

.fa-border-inner::before {
  content: "\f84e";
}

.fa-paw-claws::before {
  content: "\f702";
}

.fa-kiwi-fruit::before {
  content: "\e30c";
}

.fa-traffic-light-slow::before {
  content: "\f639";
}

.fa-rectangle-code::before {
  content: "\e322";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-keyboard-brightness::before {
  content: "\e1c0";
}

.fa-books-medical::before {
  content: "\f7e8";
}

.fa-lightbulb-slash::before {
  content: "\f673";
}

.fa-house-blank::before {
  content: "\e487";
}

.fa-home-blank::before {
  content: "\e487";
}

.fa-square-5::before {
  content: "\e25a";
}

.fa-square-heart::before {
  content: "\f4c8";
}

.fa-heart-square::before {
  content: "\f4c8";
}

.fa-puzzle::before {
  content: "\e443";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-pipe-circle-check::before {
  content: "\e436";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-octagon-exclamation::before {
  content: "\e204";
}

.fa-dial-low::before {
  content: "\e15d";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-laptop-mobile::before {
  content: "\f87a";
}

.fa-phone-laptop::before {
  content: "\f87a";
}

.fa-conveyor-belt-boxes::before {
  content: "\f46f";
}

.fa-conveyor-belt-alt::before {
  content: "\f46f";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-starfighter-twin-ion-engine-advanced::before {
  content: "\e28e";
}

.fa-starfighter-alt-advanced::before {
  content: "\e28e";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-starfighter-twin-ion-engine::before {
  content: "\e038";
}

.fa-starfighter-alt::before {
  content: "\e038";
}

.fa-rocket-launch::before {
  content: "\e027";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-vent-damper::before {
  content: "\e465";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-ban-bug::before {
  content: "\f7f9";
}

.fa-debug::before {
  content: "\f7f9";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-garage-car::before {
  content: "\e00a";
}

.fa-square-kanban::before {
  content: "\e488";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-coffee-pot::before {
  content: "\e002";
}

.fa-mouse-field::before {
  content: "\e5a8";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-shower-down::before {
  content: "\e24d";
}

.fa-shower-alt::before {
  content: "\e24d";
}

.fa-box-circle-check::before {
  content: "\e0c4";
}

.fa-brightness::before {
  content: "\e0c9";
}

.fa-car-side-bolt::before {
  content: "\e344";
}

.fa-ornament::before {
  content: "\f7b8";
}

.fa-phone-arrow-down-left::before {
  content: "\e223";
}

.fa-phone-arrow-down::before {
  content: "\e223";
}

.fa-phone-incoming::before {
  content: "\e223";
}

.fa-cloud-word::before {
  content: "\e138";
}

.fa-hand-fingers-crossed::before {
  content: "\e1a3";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-arrow-down-small-big::before {
  content: "\f88d";
}

.fa-sort-size-down-alt::before {
  content: "\f88d";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-face-melting::before {
  content: "\e483";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-pen-clip-slash::before {
  content: "\e20f";
}

.fa-pen-alt-slash::before {
  content: "\e20f";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-scroll-old::before {
  content: "\f70f";
}

.fa-guitars::before {
  content: "\f8bf";
}

.fa-phone-xmark::before {
  content: "\e227";
}

.fa-hose::before {
  content: "\e419";
}

.fa-clock-six::before {
  content: "\e352";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-billboard::before {
  content: "\e5cd";
}

.fa-square-r::before {
  content: "\e27c";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-envelope-open-dollar::before {
  content: "\f657";
}

.fa-divide::before {
  content: "\f529";
}

.fa-sun-cloud::before {
  content: "\f763";
}

.fa-lamp-floor::before {
  content: "\e015";
}

.fa-square-7::before {
  content: "\e25c";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-campfire::before {
  content: "\f6ba";
}

.fa-circle-ampersand::before {
  content: "\e0f8";
}

.fa-snowflakes::before {
  content: "\f7cf";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-leaf-maple::before {
  content: "\f6f6";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-cup-straw-swoosh::before {
  content: "\e364";
}

.fa-temperature-sun::before {
  content: "\f76a";
}

.fa-temperature-hot::before {
  content: "\f76a";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-high-definition::before {
  content: "\e1ae";
}

.fa-rectangle-hd::before {
  content: "\e1ae";
}

.fa-j::before {
  content: "\4a";
}

.fa-galaxy::before {
  content: "\e008";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-cherries::before {
  content: "\e0ec";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-circle-sort::before {
  content: "\e030";
}

.fa-sort-circle::before {
  content: "\e030";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-siren::before {
  content: "\e02d";
}

.fa-arrow-up-to-dotted-line::before {
  content: "\e0a1";
}

.fa-image-landscape::before {
  content: "\e1b5";
}

.fa-landscape::before {
  content: "\e1b5";
}

.fa-tank-water::before {
  content: "\e452";
}

.fa-curling-stone::before {
  content: "\f44a";
}

.fa-curling::before {
  content: "\f44a";
}

.fa-gamepad-modern::before {
  content: "\e5a2";
}

.fa-gamepad-alt::before {
  content: "\e5a2";
}

.fa-messages-question::before {
  content: "\e1e7";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "\4f";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-briefcase-arrow-right::before {
  content: "\e2f2";
}

.fa-expand-wide::before {
  content: "\f320";
}

.fa-clock-eleven-thirty::before {
  content: "\e348";
}

.fa-rv::before {
  content: "\f7be";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-otter::before {
  content: "\f700";
}

.fa-dreidel::before {
  content: "\f792";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-flower-tulip::before {
  content: "\f801";
}

.fa-people-pants-simple::before {
  content: "\e21a";
}

.fa-cloud-drizzle::before {
  content: "\f738";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-solar-system::before {
  content: "\e02f";
}

.fa-seal-question::before {
  content: "\e243";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-disc-drive::before {
  content: "\f8b5";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-table-rows::before {
  content: "\e292";
}

.fa-rows::before {
  content: "\e292";
}

.fa-location-exclamation::before {
  content: "\f608";
}

.fa-map-marker-exclamation::before {
  content: "\f608";
}

.fa-face-fearful::before {
  content: "\e375";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-bus-school::before {
  content: "\f5dd";
}

.fa-film-slash::before {
  content: "\e179";
}

.fa-square-arrow-down-right::before {
  content: "\e262";
}

.fa-book-sparkles::before {
  content: "\f6b8";
}

.fa-book-spells::before {
  content: "\f6b8";
}

.fa-washing-machine::before {
  content: "\f898";
}

.fa-washer::before {
  content: "\f898";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-user-visor::before {
  content: "\e04c";
}

.fa-file-plus-minus::before {
  content: "\e177";
}

.fa-chess-clock-flip::before {
  content: "\f43e";
}

.fa-chess-clock-alt::before {
  content: "\f43e";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-steering-wheel::before {
  content: "\f622";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-stretcher::before {
  content: "\f825";
}

.fa-book-section::before {
  content: "\e0c1";
}

.fa-book-law::before {
  content: "\e0c1";
}

.fa-inboxes::before {
  content: "\e1bb";
}

.fa-coffee-bean::before {
  content: "\e13e";
}

.fa-circle-yen::before {
  content: "\e5d0";
}

.fa-brackets-curly::before {
  content: "\f7ea";
}

.fa-ellipsis-stroke-vertical::before {
  content: "\f39c";
}

.fa-ellipsis-v-alt::before {
  content: "\f39c";
}

.fa-comment::before {
  content: "\f075";
}

.fa-square-1::before {
  content: "\e256";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-head-side::before {
  content: "\f6e9";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-dolly-empty::before {
  content: "\f473";
}

.fa-face-tissue::before {
  content: "\e39c";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-chart-line-down::before {
  content: "\f64d";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-lock-a::before {
  content: "\e422";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-person-pinball::before {
  content: "\e21d";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-apple-core::before {
  content: "\e08f";
}

.fa-circle-y::before {
  content: "\e12f";
}

.fa-h6::before {
  content: "\e413";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-circle-small::before {
  content: "\e122";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-arrow-turn-down-left::before {
  content: "\e2e1";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-message-medical::before {
  content: "\f7f4";
}

.fa-comment-alt-medical::before {
  content: "\f7f4";
}

.fa-rugby-ball::before {
  content: "\e3c6";
}

.fa-comment-music::before {
  content: "\f8b0";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-tree-deciduous::before {
  content: "\f400";
}

.fa-tree-alt::before {
  content: "\f400";
}

.fa-puzzle-piece-simple::before {
  content: "\e231";
}

.fa-puzzle-piece-alt::before {
  content: "\e231";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-nfc-trash::before {
  content: "\e1fd";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-file-xmark::before {
  content: "\f317";
}

.fa-file-times::before {
  content: "\f317";
}

.fa-house-heart::before {
  content: "\f4c9";
}

.fa-home-heart::before {
  content: "\f4c9";
}

.fa-house-chimney-blank::before {
  content: "\e3b0";
}

.fa-meter-bolt::before {
  content: "\e1e9";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-slash-back::before {
  content: "\5c";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-fishing-rod::before {
  content: "\e3a8";
}

.fa-hammer-crash::before {
  content: "\e414";
}

.fa-message-heart::before {
  content: "\e5c9";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-camera-polaroid::before {
  content: "\f8aa";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-cart-arrow-up::before {
  content: "\e3ee";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-buoy-mooring::before {
  content: "\e5b6";
}

.fa-square-4::before {
  content: "\e259";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-tricycle-adult::before {
  content: "\e5c4";
}

.fa-waveform::before {
  content: "\f8f1";
}

.fa-water::before {
  content: "\f773";
}

.fa-star-sharp-half-stroke::before {
  content: "\e28d";
}

.fa-star-sharp-half-alt::before {
  content: "\e28d";
}

.fa-nfc-signal::before {
  content: "\e1fb";
}

.fa-plane-prop::before {
  content: "\e22b";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-clock-desk::before {
  content: "\e134";
}

.fa-calendar-clock::before {
  content: "\e0d2";
}

.fa-calendar-time::before {
  content: "\e0d2";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-plate-utensils::before {
  content: "\e43b";
}

.fa-family-pants::before {
  content: "\e302";
}

.fa-hose-reel::before {
  content: "\e41a";
}

.fa-house-window::before {
  content: "\e3b3";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-cloud-rainbow::before {
  content: "\f73e";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-alien::before {
  content: "\f8f5";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-people-dress-simple::before {
  content: "\e218";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-bowling-ball-pin::before {
  content: "\e0c3";
}

.fa-bell-school-slash::before {
  content: "\f5d6";
}

.fa-plus-large::before {
  content: "\e59e";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-camera-viewfinder::before {
  content: "\e0da";
}

.fa-screenshot::before {
  content: "\e0da";
}

.fa-message-music::before {
  content: "\f8af";
}

.fa-comment-alt-music::before {
  content: "\f8af";
}

.fa-car-building::before {
  content: "\f859";
}

.fa-border-bottom-right::before {
  content: "\f854";
}

.fa-border-style-alt::before {
  content: "\f854";
}

.fa-octagon::before {
  content: "\f306";
}

.fa-comment-arrow-up-right::before {
  content: "\e145";
}

.fa-octagon-divide::before {
  content: "\e203";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-tv-music::before {
  content: "\f8e6";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-reel::before {
  content: "\e238";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-alarm-exclamation::before {
  content: "\f843";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-traffic-cone::before {
  content: "\f636";
}

.fa-grate::before {
  content: "\e193";
}

.fa-arrow-down-right::before {
  content: "\e093";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-person-from-portal::before {
  content: "\e023";
}

.fa-portal-exit::before {
  content: "\e023";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-cowbell-circle-plus::before {
  content: "\f8b4";
}

.fa-cowbell-more::before {
  content: "\f8b4";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-distribute-spacing-vertical::before {
  content: "\e366";
}

.fa-signal-bars-fair::before {
  content: "\f692";
}

.fa-signal-alt-2::before {
  content: "\f692";
}

.fa-sportsball::before {
  content: "\e44b";
}

.fa-game-console-handheld-crank::before {
  content: "\e5b9";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-face-smile-upside-down::before {
  content: "\e395";
}

.fa-ball-pile::before {
  content: "\f77e";
}

.fa-badge-dollar::before {
  content: "\f645";
}

.fa-money-bills-simple::before {
  content: "\e1f4";
}

.fa-money-bills-alt::before {
  content: "\e1f4";
}

.fa-list-timeline::before {
  content: "\e1d1";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-keyboard-down::before {
  content: "\e1c2";
}

.fa-circle-up-right::before {
  content: "\e129";
}

.fa-cloud-bolt-moon::before {
  content: "\f76d";
}

.fa-thunderstorm-moon::before {
  content: "\f76d";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-bracket-round-right::before {
  content: "\29";
}

.fa-circle-sterling::before {
  content: "\e5cf";
}

.fa-circle-5::before {
  content: "\e0f2";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-fire-flame::before {
  content: "\f6df";
}

.fa-flame::before {
  content: "\f6df";
}

.fa-right-to-line::before {
  content: "\f34c";
}

.fa-arrow-alt-to-right::before {
  content: "\f34c";
}

.fa-gif::before {
  content: "\e190";
}

.fa-chess::before {
  content: "\f439";
}

.fa-trash-slash::before {
  content: "\e2b3";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-font-case::before {
  content: "\f866";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-arrow-down-left::before {
  content: "\e091";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-flask-round-poison::before {
  content: "\f6e0";
}

.fa-flask-poison::before {
  content: "\f6e0";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-book-circle-arrow-right::before {
  content: "\e0bc";
}

.fa-chart-user::before {
  content: "\f6a3";
}

.fa-user-chart::before {
  content: "\f6a3";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-presentation-screen::before {
  content: "\f685";
}

.fa-presentation::before {
  content: "\f685";
}

.fa-circle-bolt::before {
  content: "\e0fe";
}

.fa-face-smile-halo::before {
  content: "\e38f";
}

.fa-cart-circle-arrow-down::before {
  content: "\e3ef";
}

.fa-house-person-return::before {
  content: "\e011";
}

.fa-house-person-arrive::before {
  content: "\e011";
}

.fa-house-return::before {
  content: "\e011";
}

.fa-message-xmark::before {
  content: "\f4ab";
}

.fa-comment-alt-times::before {
  content: "\f4ab";
}

.fa-message-times::before {
  content: "\f4ab";
}

.fa-file-certificate::before {
  content: "\f5f3";
}

.fa-file-award::before {
  content: "\f5f3";
}

.fa-user-doctor-hair-long::before {
  content: "\e459";
}

.fa-camera-security::before {
  content: "\f8fe";
}

.fa-camera-home::before {
  content: "\f8fe";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-book-heart::before {
  content: "\f499";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-duck::before {
  content: "\f6d8";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-flag-swallowtail::before {
  content: "\f74c";
}

.fa-flag-alt::before {
  content: "\f74c";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-car-garage::before {
  content: "\f5e2";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-book-font::before {
  content: "\e0bf";
}

.fa-shield-plus::before {
  content: "\e24a";
}

.fa-vials::before {
  content: "\f493";
}

.fa-eye-dropper-full::before {
  content: "\e172";
}

.fa-distribute-spacing-horizontal::before {
  content: "\e365";
}

.fa-tablet-rugged::before {
  content: "\f48f";
}

.fa-temperature-snow::before {
  content: "\f768";
}

.fa-temperature-frigid::before {
  content: "\f768";
}

.fa-moped::before {
  content: "\e3b9";
}

.fa-face-smile-plus::before {
  content: "\f5b9";
}

.fa-smile-plus::before {
  content: "\f5b9";
}

.fa-radio-tuner::before {
  content: "\f8d8";
}

.fa-radio-alt::before {
  content: "\f8d8";
}

.fa-face-swear::before {
  content: "\e399";
}

.fa-water-arrow-down::before {
  content: "\f774";
}

.fa-water-lower::before {
  content: "\f774";
}

.fa-scanner-touchscreen::before {
  content: "\f48a";
}

.fa-circle-7::before {
  content: "\e0f4";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-person-ski-jumping::before {
  content: "\f7c7";
}

.fa-ski-jump::before {
  content: "\f7c7";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-water-arrow-up::before {
  content: "\f775";
}

.fa-water-rise::before {
  content: "\f775";
}

.fa-waveform-lines::before {
  content: "\f8f2";
}

.fa-waveform-path::before {
  content: "\f8f2";
}

.fa-split::before {
  content: "\e254";
}

.fa-film-canister::before {
  content: "\f8b7";
}

.fa-film-cannister::before {
  content: "\f8b7";
}

.fa-folder-xmark::before {
  content: "\f65f";
}

.fa-folder-times::before {
  content: "\f65f";
}

.fa-toilet-paper-blank::before {
  content: "\f71f";
}

.fa-toilet-paper-alt::before {
  content: "\f71f";
}

.fa-tablet-screen::before {
  content: "\f3fc";
}

.fa-tablet-android-alt::before {
  content: "\f3fc";
}

.fa-hexagon-vertical-nft-slanted::before {
  content: "\e506";
}

.fa-folder-music::before {
  content: "\e18d";
}

.fa-display-medical::before {
  content: "\e166";
}

.fa-desktop-medical::before {
  content: "\e166";
}

.fa-share-all::before {
  content: "\f367";
}

.fa-peapod::before {
  content: "\e31c";
}

.fa-chess-clock::before {
  content: "\f43d";
}

.fa-axe::before {
  content: "\f6b2";
}

.fa-square-d::before {
  content: "\e268";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-mobile-signal-out::before {
  content: "\e1f0";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "\55";
}

.fa-arrow-up-from-dotted-line::before {
  content: "\e09b";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-light-switch-on::before {
  content: "\e019";
}

.fa-arrow-down-arrow-up::before {
  content: "\f883";
}

.fa-sort-alt::before {
  content: "\f883";
}

.fa-raindrops::before {
  content: "\f75c";
}

.fa-dash::before {
  content: "\e404";
}

.fa-minus-large::before {
  content: "\e404";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-input-numeric::before {
  content: "\e1bd";
}

.fa-truck-tow::before {
  content: "\e2b8";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-car-bolt::before {
  content: "\e341";
}

.fa-arrows-maximize::before {
  content: "\f31d";
}

.fa-expand-arrows::before {
  content: "\f31d";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-cloud-sleet::before {
  content: "\f741";
}

.fa-lamp-street::before {
  content: "\e1c5";
}

.fa-list-radio::before {
  content: "\e1d0";
}

.fa-pen-nib-slash::before {
  content: "\e4a1";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-square-up-left::before {
  content: "\e282";
}

.fa-overline::before {
  content: "\f876";
}

.fa-s::before {
  content: "\53";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-arrows-from-dotted-line::before {
  content: "\e0a3";
}

.fa-usb-drive::before {
  content: "\f8e9";
}

.fa-ballot::before {
  content: "\f732";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-location-dot-slash::before {
  content: "\f605";
}

.fa-map-marker-alt-slash::before {
  content: "\f605";
}

.fa-cards::before {
  content: "\e3ed";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-boxing-glove::before {
  content: "\f438";
}

.fa-glove-boxing::before {
  content: "\f438";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-bell-school::before {
  content: "\f5d5";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-folder-heart::before {
  content: "\e189";
}

.fa-circle-location-arrow::before {
  content: "\f602";
}

.fa-location-circle::before {
  content: "\f602";
}

.fa-face-head-bandage::before {
  content: "\e37a";
}

.fa-sushi-roll::before {
  content: "\e48b";
}

.fa-maki-roll::before {
  content: "\e48b";
}

.fa-makizushi::before {
  content: "\e48b";
}

.fa-car-bump::before {
  content: "\f5e0";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-racquet::before {
  content: "\f45a";
}

.fa-car-mirrors::before {
  content: "\e343";
}

.fa-industry-windows::before {
  content: "\f3b3";
}

.fa-industry-alt::before {
  content: "\f3b3";
}

.fa-bolt-auto::before {
  content: "\e0b6";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-flux-capacitor::before {
  content: "\f8ba";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-honey-pot::before {
  content: "\e418";
}

.fa-olive::before {
  content: "\e316";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-filter-list::before {
  content: "\e17c";
}

.fa-outlet::before {
  content: "\e01c";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-cauldron::before {
  content: "\f6bf";
}

.fa-people::before {
  content: "\e216";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-croissant::before {
  content: "\f7f6";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-swords-laser::before {
  content: "\e03d";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-square-u::before {
  content: "\e281";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-router::before {
  content: "\f8da";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-sword-laser-alt::before {
  content: "\e03c";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-coin::before {
  content: "\f85c";
}

.fa-laptop-slash::before {
  content: "\e1c7";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-circle-b::before {
  content: "\e0fd";
}

.fa-person-dress-simple::before {
  content: "\e21c";
}

.fa-pipe-collar::before {
  content: "\e437";
}

.fa-lights-holiday::before {
  content: "\f7b2";
}

.fa-citrus::before {
  content: "\e2f4";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-chart-tree-map::before {
  content: "\e0ea";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-clock-five-thirty::before {
  content: "\e34a";
}

.fa-pipe-valve::before {
  content: "\e439";
}

.fa-arrow-up-from-arc::before {
  content: "\e4b4";
}

.fa-face-spiral-eyes::before {
  content: "\e485";
}

.fa-compress-wide::before {
  content: "\f326";
}

.fa-circle-phone-hangup::before {
  content: "\e11d";
}

.fa-phone-circle-down::before {
  content: "\e11d";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-badminton::before {
  content: "\e33a";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-right-from-line::before {
  content: "\f347";
}

.fa-arrow-alt-from-left::before {
  content: "\f347";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-shuttlecock::before {
  content: "\f45b";
}

.fa-user-hair::before {
  content: "\e45a";
}

.fa-eye-evil::before {
  content: "\f6db";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "\4e";
}

.fa-garage::before {
  content: "\e009";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-shovel-snow::before {
  content: "\f7c3";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-face-lying::before {
  content: "\e37e";
}

.fa-sprinkler::before {
  content: "\e035";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-person-sledding::before {
  content: "\f7cb";
}

.fa-sledding::before {
  content: "\f7cb";
}

.fa-game-console-handheld::before {
  content: "\f8bb";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-clock-six-thirty::before {
  content: "\e353";
}

.fa-battery-slash::before {
  content: "\f377";
}

.fa-tugrik-sign::before {
  content: "\e2ba";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-shelves::before {
  content: "\f480";
}

.fa-inventory::before {
  content: "\f480";
}

.fa-cloud-snow::before {
  content: "\f742";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-oven::before {
  content: "\e01d";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-comment-captions::before {
  content: "\e146";
}

.fa-comments-question::before {
  content: "\e14e";
}

.fa-scribble::before {
  content: "\e23f";
}

.fa-rotate-exclamation::before {
  content: "\e23c";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-glass::before {
  content: "\f804";
}

.fa-loader::before {
  content: "\e1d4";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-user-pilot::before {
  content: "\e2c0";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-code-pull-request-closed::before {
  content: "\e3f9";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-face-dotted::before {
  content: "\e47f";
}

.fa-face-worried::before {
  content: "\e3a3";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-vector-circle::before {
  content: "\e2c6";
}

.fa-car-circle-bolt::before {
  content: "\e342";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-flying-disc::before {
  content: "\e3a9";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-square-down-right::before {
  content: "\e26c";
}

.fa-b::before {
  content: "\42";
}

.fa-seat-airline::before {
  content: "\e244";
}

.fa-moon-over-sun::before {
  content: "\f74a";
}

.fa-eclipse-alt::before {
  content: "\f74a";
}

.fa-pipe::before {
  content: "\7c";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-potato::before {
  content: "\e440";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-circle-a::before {
  content: "\e0f7";
}

.fa-helmet-battle::before {
  content: "\f6eb";
}

.fa-butter::before {
  content: "\e3e4";
}

.fa-blanket-fire::before {
  content: "\e3da";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-castle::before {
  content: "\e0de";
}

.fa-golf-club::before {
  content: "\f451";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-balloons::before {
  content: "\e2e4";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-timeline-arrow::before {
  content: "\e29d";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-game-board-simple::before {
  content: "\f868";
}

.fa-game-board-alt::before {
  content: "\f868";
}

.fa-circle-video::before {
  content: "\e12b";
}

.fa-video-circle::before {
  content: "\e12b";
}

.fa-chart-scatter-bubble::before {
  content: "\e0e9";
}

.fa-house-turret::before {
  content: "\e1b4";
}

.fa-banana::before {
  content: "\e2e5";
}

.fa-hand-holding-skull::before {
  content: "\e1a4";
}

.fa-people-dress::before {
  content: "\e217";
}

.fa-loveseat::before {
  content: "\f4cc";
}

.fa-couch-small::before {
  content: "\f4cc";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-block-quote::before {
  content: "\e0b5";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-money-check-dollar-pen::before {
  content: "\f873";
}

.fa-money-check-edit-alt::before {
  content: "\f873";
}

.fa-up-from-line::before {
  content: "\f346";
}

.fa-arrow-alt-from-bottom::before {
  content: "\f346";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-people-pants::before {
  content: "\e219";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-windsock::before {
  content: "\f777";
}

.fa-circle-half::before {
  content: "\e110";
}

.fa-brake-warning::before {
  content: "\e0c7";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-saxophone-fire::before {
  content: "\f8db";
}

.fa-sax-hot::before {
  content: "\f8db";
}

.fa-camera-web-slash::before {
  content: "\f833";
}

.fa-webcam-slash::before {
  content: "\f833";
}

.fa-folder-medical::before {
  content: "\e18c";
}

.fa-folder-gear::before {
  content: "\e187";
}

.fa-folder-cog::before {
  content: "\e187";
}

.fa-hand-wave::before {
  content: "\e1a7";
}

.fa-arrow-up-arrow-down::before {
  content: "\e099";
}

.fa-sort-up-down::before {
  content: "\e099";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-message-slash::before {
  content: "\f4a9";
}

.fa-comment-alt-slash::before {
  content: "\f4a9";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-trash-can-check::before {
  content: "\e2a9";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-person-simple::before {
  content: "\e220";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-notes::before {
  content: "\e202";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-trash-undo::before {
  content: "\f895";
}

.fa-trash-arrow-turn-left::before {
  content: "\f895";
}

.fa-champagne-glass::before {
  content: "\f79e";
}

.fa-glass-champagne::before {
  content: "\f79e";
}

.fa-objects-align-center-horizontal::before {
  content: "\e3bc";
}

.fa-sun::before {
  content: "\f185";
}

.fa-trash-can-slash::before {
  content: "\e2ad";
}

.fa-trash-alt-slash::before {
  content: "\e2ad";
}

.fa-screen-users::before {
  content: "\f63d";
}

.fa-users-class::before {
  content: "\f63d";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-square-arrow-left::before {
  content: "\f33a";
}

.fa-arrow-square-left::before {
  content: "\f33a";
}

.fa-square-8::before {
  content: "\e25d";
}

.fa-face-smile-hearts::before {
  content: "\e390";
}

.fa-brackets-square::before {
  content: "\f7e9";
}

.fa-brackets::before {
  content: "\f7e9";
}

.fa-laptop-arrow-down::before {
  content: "\e1c6";
}

.fa-hockey-stick-puck::before {
  content: "\e3ae";
}

.fa-house-tree::before {
  content: "\e1b3";
}

.fa-signal-fair::before {
  content: "\f68d";
}

.fa-signal-2::before {
  content: "\f68d";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-circle-dollar::before {
  content: "\f2e8";
}

.fa-dollar-circle::before {
  content: "\f2e8";
}

.fa-usd-circle::before {
  content: "\f2e8";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-arrows-repeat::before {
  content: "\f364";
}

.fa-repeat-alt::before {
  content: "\f364";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

.fa-image-polaroid::before {
  content: "\f8c4";
}

.fa-wave-triangle::before {
  content: "\f89a";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-grill::before {
  content: "\e5a3";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-chart-mixed::before {
  content: "\f643";
}

.fa-analytics::before {
  content: "\f643";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\3c";
}

.fa-display-code::before {
  content: "\e165";
}

.fa-desktop-code::before {
  content: "\e165";
}

.fa-face-drooling::before {
  content: "\e372";
}

.fa-oil-temperature::before {
  content: "\f614";
}

.fa-oil-temp::before {
  content: "\f614";
}

.fa-square-question::before {
  content: "\f2fd";
}

.fa-question-square::before {
  content: "\f2fd";
}

.fa-air-conditioner::before {
  content: "\f8f4";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-mountains::before {
  content: "\f6fd";
}

.fa-omega::before {
  content: "\f67a";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-person-dolly-empty::before {
  content: "\f4d1";
}

.fa-pan-food::before {
  content: "\e42b";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-tickets-airline::before {
  content: "\e29b";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-nfc-slash::before {
  content: "\e1fc";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-grid-2-plus::before {
  content: "\e197";
}

.fa-bells::before {
  content: "\f77f";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-envelope-dot::before {
  content: "\e16f";
}

.fa-envelope-badge::before {
  content: "\e16f";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-bug::before {
  content: "\f188";
}

.fa-bowl-chopsticks::before {
  content: "\e2e9";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-circle-s::before {
  content: "\e121";
}

.fa-box-ballot::before {
  content: "\f735";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-user-tie-hair::before {
  content: "\e45f";
}

.fa-podium-star::before {
  content: "\f758";
}

.fa-user-hair-mullet::before {
  content: "\e45c";
}

.fa-business-front::before {
  content: "\e45c";
}

.fa-party-back::before {
  content: "\e45c";
}

.fa-trian-balbot::before {
  content: "\e45c";
}

.fa-microphone-stand::before {
  content: "\f8cb";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-family-dress::before {
  content: "\e301";
}

.fa-circle-x::before {
  content: "\e12e";
}

.fa-cabin::before {
  content: "\e46d";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-chart-simple-horizontal::before {
  content: "\e474";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-hand-back-point-left::before {
  content: "\e19f";
}

.fa-message-dots::before {
  content: "\f4a3";
}

.fa-comment-alt-dots::before {
  content: "\f4a3";
}

.fa-messaging::before {
  content: "\f4a3";
}

.fa-file-heart::before {
  content: "\e176";
}

.fa-beer-mug::before {
  content: "\e0b3";
}

.fa-beer-foam::before {
  content: "\e0b3";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-drone::before {
  content: "\f85f";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-bed::before {
  content: "\f236";
}

.fa-book-copy::before {
  content: "\e0be";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-square-c::before {
  content: "\e266";
}

.fa-clock-two::before {
  content: "\e35a";
}

.fa-square-ellipsis-vertical::before {
  content: "\e26f";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-bee::before {
  content: "\e0b2";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-candy-bar::before {
  content: "\e3e8";
}

.fa-chocolate-bar::before {
  content: "\e3e8";
}

.fa-xmark-large::before {
  content: "\e59b";
}

.fa-pinata::before {
  content: "\e3c3";
}

.fa-arrows-from-line::before {
  content: "\e0a4";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-bowl-spoon::before {
  content: "\e3e0";
}

.fa-hexagon-check::before {
  content: "\e416";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-traffic-light-stop::before {
  content: "\f63a";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-accent-grave::before {
  content: "\60";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-circle-0::before {
  content: "\e0ed";
}

.fa-dial-med-low::before {
  content: "\e160";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-crab::before {
  content: "\e3ff";
}

.fa-box-open-full::before {
  content: "\f49c";
}

.fa-box-full::before {
  content: "\f49c";
}

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\3e";
}

.fa-quotes::before {
  content: "\e234";
}

.fa-pretzel::before {
  content: "\e441";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-user-robot-xmarks::before {
  content: "\e4a7";
}

.fa-message-quote::before {
  content: "\e1e4";
}

.fa-comment-alt-quote::before {
  content: "\e1e4";
}

.fa-candy-corn::before {
  content: "\f6bd";
}

.fa-folder-magnifying-glass::before {
  content: "\e18b";
}

.fa-folder-search::before {
  content: "\e18b";
}

.fa-notebook::before {
  content: "\e201";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-bullseye-pointer::before {
  content: "\f649";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-hexagon-image::before {
  content: "\e504";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-crate-apple::before {
  content: "\f6b1";
}

.fa-apple-crate::before {
  content: "\f6b1";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-game-board::before {
  content: "\f867";
}

.fa-hat-chef::before {
  content: "\f86b";
}

.fa-hand-back-point-right::before {
  content: "\e1a1";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-snowflake-droplets::before {
  content: "\e5c1";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-grid-4::before {
  content: "\e198";
}

.fa-socks::before {
  content: "\f696";
}

.fa-face-sunglasses::before {
  content: "\e398";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-square-0::before {
  content: "\e255";
}

.fa-section::before {
  content: "\e447";
}

.fa-square-this-way-up::before {
  content: "\f49f";
}

.fa-box-up::before {
  content: "\f49f";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-square-ampersand::before {
  content: "\e260";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-lamp-desk::before {
  content: "\e014";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-poll-people::before {
  content: "\f759";
}

.fa-whiskey-glass-ice::before {
  content: "\f7a1";
}

.fa-glass-whiskey-rocks::before {
  content: "\f7a1";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-user-bounty-hunter::before {
  content: "\e2bf";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-diagram-sankey::before {
  content: "\e158";
}

.fa-cloud-hail-mixed::before {
  content: "\f73a";
}

.fa-circle-up-left::before {
  content: "\e128";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-objects-align-left::before {
  content: "\e3be";
}

.fa-oil-can-drip::before {
  content: "\e205";
}

.fa-face-smiling-hands::before {
  content: "\e396";
}

.fa-broccoli::before {
  content: "\e3e2";
}

.fa-route-interstate::before {
  content: "\f61b";
}

.fa-ear-muffs::before {
  content: "\f795";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-transporter-empty::before {
  content: "\e046";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-angle-90::before {
  content: "\e08d";
}

.fa-rectangle-terminal::before {
  content: "\e236";
}

.fa-kite::before {
  content: "\f6f4";
}

.fa-drum::before {
  content: "\f569";
}

.fa-scrubber::before {
  content: "\f2f8";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fish-bones::before {
  content: "\e304";
}

.fa-deer-rudolph::before {
  content: "\f78f";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-head-side-heart::before {
  content: "\e1aa";
}

.fa-square-e::before {
  content: "\e26d";
}

.fa-meter-fire::before {
  content: "\e1eb";
}

.fa-cloud-hail::before {
  content: "\f739";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-money-from-bracket::before {
  content: "\e312";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-car-bus::before {
  content: "\f85a";
}

.fa-speaker::before {
  content: "\f8df";
}

.fa-timer::before {
  content: "\e29e";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-grill-hot::before {
  content: "\e5a5";
}

.fa-ballot-check::before {
  content: "\f733";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-file-minus::before {
  content: "\f318";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-play::before {
  content: "\f04b";
}

.fa-font::before {
  content: "\f031";
}

.fa-cup-togo::before {
  content: "\f6c5";
}

.fa-coffee-togo::before {
  content: "\f6c5";
}

.fa-square-down-left::before {
  content: "\e26b";
}

.fa-burger-lettuce::before {
  content: "\e3e3";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-chevrons-down::before {
  content: "\f322";
}

.fa-chevron-double-down::before {
  content: "\f322";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-signal-good::before {
  content: "\f68e";
}

.fa-signal-3::before {
  content: "\f68e";
}

.fa-location-question::before {
  content: "\f60b";
}

.fa-map-marker-question::before {
  content: "\f60b";
}

.fa-floppy-disk-circle-xmark::before {
  content: "\e181";
}

.fa-floppy-disk-times::before {
  content: "\e181";
}

.fa-save-circle-xmark::before {
  content: "\e181";
}

.fa-save-times::before {
  content: "\e181";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-peach::before {
  content: "\e20b";
}

.fa-taxi-bus::before {
  content: "\e298";
}

.fa-bracket-curly::before {
  content: "\7b";
}

.fa-bracket-curly-left::before {
  content: "\7b";
}

.fa-lobster::before {
  content: "\e421";
}

.fa-cart-flatbed-empty::before {
  content: "\f476";
}

.fa-dolly-flatbed-empty::before {
  content: "\f476";
}

.fa-colon::before {
  content: "\3a";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-wand::before {
  content: "\f72a";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-table-picnic::before {
  content: "\e32d";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-circle-microphone-lines::before {
  content: "\e117";
}

.fa-microphone-circle-alt::before {
  content: "\e117";
}

.fa-display-slash::before {
  content: "\e2fa";
}

.fa-desktop-slash::before {
  content: "\e2fa";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-transporter-2::before {
  content: "\e044";
}

.fa-hands-holding-diamond::before {
  content: "\f47c";
}

.fa-hand-receiving::before {
  content: "\f47c";
}

.fa-money-bill-simple-wave::before {
  content: "\e1f2";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-bell-plus::before {
  content: "\f849";
}

.fa-book-arrow-right::before {
  content: "\e0b9";
}

.fa-hospitals::before {
  content: "\f80e";
}

.fa-club::before {
  content: "\f327";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-droplet-degree::before {
  content: "\f748";
}

.fa-dewpoint::before {
  content: "\f748";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-hand-holding-magic::before {
  content: "\f6e5";
}

.fa-watermelon-slice::before {
  content: "\e337";
}

.fa-circle-ellipsis::before {
  content: "\e10a";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-sd-cards::before {
  content: "\e240";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-envelopes::before {
  content: "\e170";
}

.fa-phone-office::before {
  content: "\f67d";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-nfc-pen::before {
  content: "\e1fa";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-hat-winter::before {
  content: "\f7a8";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-bone-break::before {
  content: "\f5d8";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-down-from-dotted-line::before {
  content: "\e407";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-border-left::before {
  content: "\f84f";
}

.fa-circle-divide::before {
  content: "\e106";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-diagram-subtask::before {
  content: "\e479";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-square-y::before {
  content: "\e287";
}

.fa-user-doctor-hair::before {
  content: "\e458";
}

.fa-planet-ringed::before {
  content: "\e020";
}

.fa-mushroom::before {
  content: "\e425";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-megaphone::before {
  content: "\f675";
}

.fa-wreath-laurel::before {
  content: "\e5d2";
}

.fa-circle-exclamation-check::before {
  content: "\e10d";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-box-dollar::before {
  content: "\f4a0";
}

.fa-box-usd::before {
  content: "\f4a0";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "\59";
}

.fa-user-headset::before {
  content: "\f82d";
}

.fa-arrows-retweet::before {
  content: "\f361";
}

.fa-retweet-alt::before {
  content: "\f361";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-square-chevron-right::before {
  content: "\f32b";
}

.fa-chevron-square-right::before {
  content: "\f32b";
}

.fa-lacrosse-stick-ball::before {
  content: "\e3b6";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-user-magnifying-glass::before {
  content: "\e5c5";
}

.fa-star-sharp::before {
  content: "\e28b";
}

.fa-comment-heart::before {
  content: "\e5c8";
}

.fa-circle-1::before {
  content: "\e0ee";
}

.fa-circle-star::before {
  content: "\e123";
}

.fa-star-circle::before {
  content: "\e123";
}

.fa-fish::before {
  content: "\f578";
}

.fa-cloud-fog::before {
  content: "\f74e";
}

.fa-fog::before {
  content: "\f74e";
}

.fa-waffle::before {
  content: "\e466";
}

.fa-music-note::before {
  content: "\f8cf";
}

.fa-music-alt::before {
  content: "\f8cf";
}

.fa-hexagon-exclamation::before {
  content: "\e417";
}

.fa-cart-shopping-fast::before {
  content: "\e0dc";
}

.fa-object-union::before {
  content: "\e49f";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-starfighter::before {
  content: "\e037";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-arrow-right-long-to-line::before {
  content: "\e3d5";
}

.fa-square-arrow-down::before {
  content: "\f339";
}

.fa-arrow-square-down::before {
  content: "\f339";
}

.fa-diamond-half-stroke::before {
  content: "\e5b8";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-square-chevron-left::before {
  content: "\f32a";
}

.fa-chevron-square-left::before {
  content: "\f32a";
}

.fa-phone-intercom::before {
  content: "\e434";
}

.fa-link-horizontal::before {
  content: "\e1cb";
}

.fa-chain-horizontal::before {
  content: "\e1cb";
}

.fa-mango::before {
  content: "\e30f";
}

.fa-music-note-slash::before {
  content: "\f8d0";
}

.fa-music-alt-slash::before {
  content: "\f8d0";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-face-tongue-sweat::before {
  content: "\e39e";
}

.fa-globe-stand::before {
  content: "\f5f6";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-circle-p::before {
  content: "\e11a";
}

.fa-award-simple::before {
  content: "\e0ab";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-pedestal::before {
  content: "\e20d";
}

.fa-chart-pyramid::before {
  content: "\e0e6";
}

.fa-sidebar::before {
  content: "\e24e";
}

.fa-snowman-head::before {
  content: "\f79b";
}

.fa-frosty-head::before {
  content: "\f79b";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-burger-glass::before {
  content: "\e0ce";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-bars-filter::before {
  content: "\e0ad";
}

.fa-paintbrush-pencil::before {
  content: "\e206";
}

.fa-party-bell::before {
  content: "\e31a";
}

.fa-user-vneck-hair::before {
  content: "\e462";
}

.fa-jack-o-lantern::before {
  content: "\f30e";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-keynote::before {
  content: "\f66c";
}

.fa-child-combatant::before {
  content: "\e4e0";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-plus::before {
  content: "\2b";
}

.fa-add::before {
  content: "\2b";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-fort::before {
  content: "\e486";
}

.fa-cloud-check::before {
  content: "\e35c";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-face-smirking::before {
  content: "\e397";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-rhombus::before {
  content: "\e23b";
}

.fa-claw-marks::before {
  content: "\f6c2";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-face-smile-tongue::before {
  content: "\e394";
}

.fa-cart-circle-xmark::before {
  content: "\e3f4";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-circle-phone-flip::before {
  content: "\e11c";
}

.fa-phone-circle-alt::before {
  content: "\e11c";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-key-skeleton::before {
  content: "\f6f3";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-arrow-down-to-bracket::before {
  content: "\e094";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-square-q::before {
  content: "\e27b";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-symbols::before {
  content: "\f86e";
}

.fa-icons-alt::before {
  content: "\f86e";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-highlighter-line::before {
  content: "\e1af";
}

.fa-bracket-square::before {
  content: "\5b";
}

.fa-bracket::before {
  content: "\5b";
}

.fa-bracket-left::before {
  content: "\5b";
}

.fa-island-tropical::before {
  content: "\f811";
}

.fa-island-tree-palm::before {
  content: "\f811";
}

.fa-arrow-right-from-line::before {
  content: "\f343";
}

.fa-arrow-from-left::before {
  content: "\f343";
}

.fa-h2::before {
  content: "\f314";
}

.fa-equals::before {
  content: "\3d";
}

.fa-cake-slice::before {
  content: "\e3e5";
}

.fa-shortcake::before {
  content: "\e3e5";
}

.fa-peanut::before {
  content: "\e430";
}

.fa-wrench-simple::before {
  content: "\e2d1";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-tally-2::before {
  content: "\e295";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-cars::before {
  content: "\f85b";
}

.fa-axe-battle::before {
  content: "\f6b3";
}

.fa-user-hair-long::before {
  content: "\e45b";
}

.fa-map::before {
  content: "\f279";
}

.fa-file-circle-info::before {
  content: "\e493";
}

.fa-face-disappointed::before {
  content: "\e36f";
}

.fa-lasso-sparkles::before {
  content: "\e1c9";
}

.fa-clock-eleven::before {
  content: "\e347";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-siren-on::before {
  content: "\e02e";
}

.fa-clock-ten::before {
  content: "\e354";
}

.fa-candle-holder::before {
  content: "\f6bc";
}

.fa-video-arrow-down-left::before {
  content: "\e2c8";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-floppy-disk-circle-arrow-right::before {
  content: "\e180";
}

.fa-save-circle-arrow-right::before {
  content: "\e180";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-planet-moon::before {
  content: "\e01f";
}

.fa-face-eyes-xmarks::before {
  content: "\e374";
}

.fa-chart-scatter::before {
  content: "\f7ee";
}

.fa-display-arrow-down::before {
  content: "\e164";
}

.fa-store::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-olive-branch::before {
  content: "\e317";
}

.fa-angle::before {
  content: "\e08c";
}

.fa-vacuum-robot::before {
  content: "\e04e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-square-divide::before {
  content: "\e26a";
}

.fa-signal-stream-slash::before {
  content: "\e250";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-eye-dropper-half::before {
  content: "\e173";
}

.fa-store-lock::before {
  content: "\e4a6";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-cloud-bolt-sun::before {
  content: "\f76e";
}

.fa-thunderstorm-sun::before {
  content: "\f76e";
}

.fa-camera-slash::before {
  content: "\e0d9";
}

.fa-comment-quote::before {
  content: "\e14c";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-message-code::before {
  content: "\e1df";
}

.fa-glass-half::before {
  content: "\e192";
}

.fa-glass-half-empty::before {
  content: "\e192";
}

.fa-glass-half-full::before {
  content: "\e192";
}

.fa-fill::before {
  content: "\f575";
}

.fa-message-minus::before {
  content: "\f4a7";
}

.fa-comment-alt-minus::before {
  content: "\f4a7";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-link-horizontal-slash::before {
  content: "\e1cc";
}

.fa-chain-horizontal-slash::before {
  content: "\e1cc";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-nose::before {
  content: "\e5bd";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-clouds::before {
  content: "\f744";
}

.fa-money-bill-simple::before {
  content: "\e1f1";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-table-pivot::before {
  content: "\e291";
}

.fa-filter-slash::before {
  content: "\e17d";
}

.fa-trash-can-undo::before {
  content: "\f896";
}

.fa-trash-can-arrow-turn-left::before {
  content: "\f896";
}

.fa-trash-undo-alt::before {
  content: "\f896";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-person-to-door::before {
  content: "\e433";
}

.fa-turntable::before {
  content: "\f8e4";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-signal-weak::before {
  content: "\f68c";
}

.fa-signal-1::before {
  content: "\f68c";
}

.fa-clock-five::before {
  content: "\e349";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-computer-classic::before {
  content: "\f8b1";
}

.fa-frame::before {
  content: "\e495";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-ellipsis-stroke::before {
  content: "\f39b";
}

.fa-ellipsis-h-alt::before {
  content: "\f39b";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-face-expressionless::before {
  content: "\e373";
}

.fa-down-to-dotted-line::before {
  content: "\e408";
}

.fa-cloud-music::before {
  content: "\f8ae";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-cloud-minus::before {
  content: "\e35d";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-shield-minus::before {
  content: "\e249";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-car-tilt::before {
  content: "\f5e5";
}

.fa-gauge-circle-minus::before {
  content: "\e497";
}

.fa-brightness-low::before {
  content: "\e0ca";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\25";
}

.fa-percentage::before {
  content: "\25";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-conveyor-belt::before {
  content: "\f46e";
}

.fa-location-check::before {
  content: "\f606";
}

.fa-map-marker-check::before {
  content: "\f606";
}

.fa-coin-vertical::before {
  content: "\e3fd";
}

.fa-display::before {
  content: "\e163";
}

.fa-person-sign::before {
  content: "\f757";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-phone-hangup::before {
  content: "\e225";
}

.fa-signature-slash::before {
  content: "\e3cb";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-wheat-slash::before {
  content: "\e339";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-clouds-sun::before {
  content: "\f746";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-face-vomit::before {
  content: "\e3a0";
}

.fa-speakers::before {
  content: "\f8e0";
}

.fa-tty-answer::before {
  content: "\e2b9";
}

.fa-teletype-answer::before {
  content: "\e2b9";
}

.fa-mug-tea-saucer::before {
  content: "\e1f5";
}

.fa-diagram-lean-canvas::before {
  content: "\e156";
}

.fa-alt::before {
  content: "\e08a";
}

.fa-dial::before {
  content: "\e15b";
}

.fa-dial-med-high::before {
  content: "\e15b";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-circle-trash::before {
  content: "\e126";
}

.fa-trash-circle::before {
  content: "\e126";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-circle-quarters::before {
  content: "\e3f8";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-tower-control::before {
  content: "\e2a2";
}

.fa-arrow-up-triangle-square::before {
  content: "\f88a";
}

.fa-sort-shapes-up::before {
  content: "\f88a";
}

.fa-whale::before {
  content: "\f72c";
}

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-party-horn::before {
  content: "\e31b";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-sun-bright::before {
  content: "\e28f";
}

.fa-sun-alt::before {
  content: "\e28f";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-lock-keyhole-open::before {
  content: "\f3c2";
}

.fa-lock-open-alt::before {
  content: "\f3c2";
}

.fa-square-fragile::before {
  content: "\f49b";
}

.fa-box-fragile::before {
  content: "\f49b";
}

.fa-square-wine-glass-crack::before {
  content: "\f49b";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-square-n::before {
  content: "\e277";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-meter::before {
  content: "\e1e8";
}

.fa-mandolin::before {
  content: "\f6f9";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-up-from-bracket::before {
  content: "\e590";
}

.fa-knife-kitchen::before {
  content: "\f6f5";
}

.fa-border-right::before {
  content: "\f852";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-spade::before {
  content: "\f2f4";
}

.fa-card-spade::before {
  content: "\e3ec";
}

.fa-line-columns::before {
  content: "\f870";
}

.fa-arrow-right-to-line::before {
  content: "\f340";
}

.fa-arrow-to-right::before {
  content: "\f340";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-flag-pennant::before {
  content: "\f456";
}

.fa-pennant::before {
  content: "\f456";
}

.fa-conveyor-belt-empty::before {
  content: "\e150";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-camcorder::before {
  content: "\f8a8";
}

.fa-video-handheld::before {
  content: "\f8a8";
}

.fa-pancakes::before {
  content: "\e42d";
}

.fa-album-circle-user::before {
  content: "\e48d";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-dice-d10::before {
  content: "\f6cd";
}

.fa-fireplace::before {
  content: "\f79a";
}

.fa-browser::before {
  content: "\f37e";
}

.fa-pen-paintbrush::before {
  content: "\f618";
}

.fa-pencil-paintbrush::before {
  content: "\f618";
}

.fa-fish-cooked::before {
  content: "\f7fe";
}

.fa-chair-office::before {
  content: "\f6c1";
}

.fa-nesting-dolls::before {
  content: "\e3ba";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-trumpet::before {
  content: "\f8e3";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-fire-smoke::before {
  content: "\f74b";
}

.fa-phone-missed::before {
  content: "\e226";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-arrows-repeat-1::before {
  content: "\f366";
}

.fa-repeat-1-alt::before {
  content: "\f366";
}

.fa-gun-slash::before {
  content: "\e19c";
}

.fa-avocado::before {
  content: "\e0aa";
}

.fa-binary::before {
  content: "\e33b";
}

.fa-glasses-round::before {
  content: "\f5f5";
}

.fa-glasses-alt::before {
  content: "\f5f5";
}

.fa-phone-plus::before {
  content: "\f4d2";
}

.fa-ditto::before {
  content: "\22";
}

.fa-person-seat::before {
  content: "\e21e";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-scythe::before {
  content: "\f710";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-ban-parking::before {
  content: "\f616";
}

.fa-parking-circle-slash::before {
  content: "\f616";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-face-diagonal-mouth::before {
  content: "\e47e";
}

.fa-diagram-cells::before {
  content: "\e475";
}

.fa-cricket-bat-ball::before {
  content: "\f449";
}

.fa-cricket::before {
  content: "\f449";
}

.fa-tents::before {
  content: "\e582";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-pen-line::before {
  content: "\e212";
}

.fa-atom-simple::before {
  content: "\f5d3";
}

.fa-atom-alt::before {
  content: "\f5d3";
}

.fa-ampersand::before {
  content: "\26";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-arrow-up-from-line::before {
  content: "\f342";
}

.fa-arrow-from-bottom::before {
  content: "\f342";
}

.fa-moon::before {
  content: "\f186";
}

.fa-pen-slash::before {
  content: "\e213";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-square-star::before {
  content: "\e27f";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-send-backward::before {
  content: "\f87f";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-compass-slash::before {
  content: "\f5e9";
}

.fa-clock-one::before {
  content: "\e34e";
}

.fa-file-music::before {
  content: "\f8b6";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-skeleton::before {
  content: "\f620";
}

.fa-circle-g::before {
  content: "\e10f";
}

.fa-circle-arrow-up-left::before {
  content: "\e0fb";
}

.fa-coin-blank::before {
  content: "\e3fb";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-vacuum::before {
  content: "\e04d";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-card-heart::before {
  content: "\e3eb";
}

.fa-lightbulb-cfl-on::before {
  content: "\e5a7";
}

.fa-melon::before {
  content: "\e310";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-container-storage::before {
  content: "\f4b7";
}

.fa-face-pouting::before {
  content: "\e387";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-face-explode::before {
  content: "\e2fe";
}

.fa-exploding-head::before {
  content: "\e2fe";
}

.fa-hashtag::before {
  content: "\23";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "\54";
}

.fa-transformer-bolt::before {
  content: "\e2a4";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-cassette-vhs::before {
  content: "\f8ec";
}

.fa-vhs::before {
  content: "\f8ec";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-chimney::before {
  content: "\f78b";
}

.fa-object-intersect::before {
  content: "\e49d";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-block-brick::before {
  content: "\e3db";
}

.fa-wall-brick::before {
  content: "\e3db";
}

.fa-fan::before {
  content: "\f863";
}

.fa-bags-shopping::before {
  content: "\f847";
}

.fa-paragraph-left::before {
  content: "\f878";
}

.fa-paragraph-rtl::before {
  content: "\f878";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-caravan-simple::before {
  content: "\e000";
}

.fa-caravan-alt::before {
  content: "\e000";
}

.fa-turtle::before {
  content: "\f726";
}

.fa-pencil-mechanical::before {
  content: "\e5ca";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-booth-curtain::before {
  content: "\f734";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-box-heart::before {
  content: "\f49d";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-user-doctor-message::before {
  content: "\f82e";
}

.fa-user-md-chat::before {
  content: "\f82e";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-amp-guitar::before {
  content: "\f8a1";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-volume-slash::before {
  content: "\f2e2";
}

.fa-border-bottom::before {
  content: "\f84d";
}

.fa-wifi-weak::before {
  content: "\f6aa";
}

.fa-wifi-1::before {
  content: "\f6aa";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-delete-right::before {
  content: "\e154";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-circle-quarter::before {
  content: "\e11f";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-function::before {
  content: "\f661";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-people-simple::before {
  content: "\e21b";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-face-monocle::before {
  content: "\e380";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-calendar-lines::before {
  content: "\e0d5";
}

.fa-calendar-note::before {
  content: "\e0d5";
}

.fa-arrow-down-big-small::before {
  content: "\f88c";
}

.fa-sort-size-down::before {
  content: "\f88c";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-do-not-enter::before {
  content: "\f5ec";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-dice-d8::before {
  content: "\f6d2";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "\4d";
}

.fa-grip-dots-vertical::before {
  content: "\e411";
}

.fa-face-viewfinder::before {
  content: "\e2ff";
}

.fa-soft-serve::before {
  content: "\e400";
}

.fa-creemee::before {
  content: "\e400";
}

.fa-h5::before {
  content: "\e412";
}

.fa-hand-back-point-down::before {
  content: "\e19e";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-rectangle::before {
  content: "\f2fa";
}

.fa-rectangle-landscape::before {
  content: "\f2fa";
}

.fa-clipboard-list-check::before {
  content: "\f737";
}

.fa-turkey::before {
  content: "\f725";
}

.fa-book::before {
  content: "\f02d";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-ice-skate::before {
  content: "\f7ac";
}

.fa-check::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-tomato::before {
  content: "\e330";
}

.fa-sword-laser::before {
  content: "\e03b";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-buildings::before {
  content: "\e0cc";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-cart-flatbed-boxes::before {
  content: "\f475";
}

.fa-dolly-flatbed-alt::before {
  content: "\f475";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-square-w::before {
  content: "\e285";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-lamp::before {
  content: "\f4ca";
}

.fa-airplay::before {
  content: "\e089";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-shield-quartered::before {
  content: "\e575";
}

.fa-slash-forward::before {
  content: "\2f";
}

.fa-location-pen::before {
  content: "\f607";
}

.fa-map-marker-edit::before {
  content: "\f607";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-pot-food::before {
  content: "\e43f";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-rug::before {
  content: "\e569";
}

.fa-print-slash::before {
  content: "\f686";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-hand-back-point-ribbon::before {
  content: "\e1a0";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-tire-rugged::before {
  content: "\f634";
}

.fa-lightbulb-dollar::before {
  content: "\f670";
}

.fa-cowbell::before {
  content: "\f8b3";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-corner::before {
  content: "\e3fe";
}

.fa-chevrons-right::before {
  content: "\f324";
}

.fa-chevron-double-right::before {
  content: "\f324";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-inhaler::before {
  content: "\f5f9";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-snake::before {
  content: "\f716";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-note-medical::before {
  content: "\e200";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-down-left::before {
  content: "\e16a";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-face-thinking::before {
  content: "\e39b";
}

.fa-turn-down-right::before {
  content: "\e455";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-scanner-keyboard::before {
  content: "\f489";
}

.fa-circle-o::before {
  content: "\e119";
}

.fa-grid-horizontal::before {
  content: "\e307";
}

.fa-message-dollar::before {
  content: "\f650";
}

.fa-comment-alt-dollar::before {
  content: "\f650";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-columns-3::before {
  content: "\e361";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-hand-holding-box::before {
  content: "\f47b";
}

.fa-input-text::before {
  content: "\e1bf";
}

.fa-window-flip::before {
  content: "\f40f";
}

.fa-window-alt::before {
  content: "\f40f";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-scanner-gun::before {
  content: "\f488";
}

.fa-scanner::before {
  content: "\f488";
}

.fa-tire::before {
  content: "\f631";
}

.fa-engine::before {
  content: "\e16e";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-circle-caret-right::before {
  content: "\f330";
}

.fa-caret-circle-right::before {
  content: "\f330";
}

.fa-wheat::before {
  content: "\f72d";
}

.fa-file-spreadsheet::before {
  content: "\f65b";
}

.fa-audio-description-slash::before {
  content: "\e0a8";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-chess-pawn-piece::before {
  content: "\f444";
}

.fa-chess-pawn-alt::before {
  content: "\f444";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-square-s::before {
  content: "\e27d";
}

.fa-rectangle-barcode::before {
  content: "\f463";
}

.fa-barcode-alt::before {
  content: "\f463";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-dice::before {
  content: "\f522";
}

.fa-unicorn::before {
  content: "\f727";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-pompebled::before {
  content: "\e43d";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-watch-smart::before {
  content: "\e2cc";
}

.fa-book-user::before {
  content: "\f7e7";
}

.fa-sensor-cloud::before {
  content: "\e02c";
}

.fa-sensor-smoke::before {
  content: "\e02c";
}

.fa-clapperboard-play::before {
  content: "\e132";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-circle-4::before {
  content: "\e0f1";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-album-collection::before {
  content: "\f8a0";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-cloud-showers::before {
  content: "\f73f";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-onion::before {
  content: "\e427";
}

.fa-clock-twelve-thirty::before {
  content: "\e359";
}

.fa-arrow-down-to-dotted-line::before {
  content: "\e095";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-rectangle-wide::before {
  content: "\f2fc";
}

.fa-comment-arrow-up::before {
  content: "\e144";
}

.fa-garlic::before {
  content: "\e40e";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-tree-decorated::before {
  content: "\f7dc";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-calendar-heart::before {
  content: "\e0d3";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-flower::before {
  content: "\f7ff";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-starship-freighter::before {
  content: "\e03a";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-bridge-suspension::before {
  content: "\e4cd";
}

.fa-trash-check::before {
  content: "\e2af";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-boombox::before {
  content: "\f8a5";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-shield-exclamation::before {
  content: "\e247";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-grip-dots::before {
  content: "\e410";
}

.fa-comment-exclamation::before {
  content: "\f4af";
}

.fa-pen-swirl::before {
  content: "\e214";
}

.fa-falafel::before {
  content: "\e40a";
}

.fa-circle-2::before {
  content: "\e0ef";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-jar::before {
  content: "\e516";
}

.fa-gramophone::before {
  content: "\f8bd";
}

.fa-dice-d12::before {
  content: "\f6ce";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-down::before {
  content: "\f354";
}

.fa-arrow-alt-down::before {
  content: "\f354";
}

.fa-hundred-points::before {
  content: "\e41c";
}

.fa-100::before {
  content: "\e41c";
}

.fa-paperclip-vertical::before {
  content: "\e3c2";
}

.fa-wind-warning::before {
  content: "\f776";
}

.fa-wind-circle-exclamation::before {
  content: "\f776";
}

.fa-location-pin-slash::before {
  content: "\f60c";
}

.fa-map-marker-slash::before {
  content: "\f60c";
}

.fa-face-sad-sweat::before {
  content: "\e38a";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-cupcake::before {
  content: "\e402";
}

.fa-light-switch-off::before {
  content: "\e018";
}

.fa-toggle-large-off::before {
  content: "\e5b0";
}

.fa-pen-fancy-slash::before {
  content: "\e210";
}

.fa-truck-container::before {
  content: "\f4dc";
}

.fa-boot::before {
  content: "\f782";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-file-check::before {
  content: "\f316";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-cards-blank::before {
  content: "\e4df";
}

.fa-circle-3::before {
  content: "\e0f0";
}

.fa-bench-tree::before {
  content: "\e2e7";
}

.fa-keyboard-brightness-low::before {
  content: "\e1c1";
}

.fa-ski-boot-ski::before {
  content: "\e3cd";
}

.fa-brain-circuit::before {
  content: "\e0c6";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-block-brick-fire::before {
  content: "\e3dc";
}

.fa-firewall::before {
  content: "\e3dc";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-plane::before {
  content: "\f072";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-exclamation::before {
  content: "\21";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-face-smile-relaxed::before {
  content: "\e392";
}

.fa-comment-xmark::before {
  content: "\f4b5";
}

.fa-comment-times::before {
  content: "\f4b5";
}

.fa-print::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-face-nose-steam::before {
  content: "\e382";
}

.fa-circle-waveform-lines::before {
  content: "\e12d";
}

.fa-waveform-circle::before {
  content: "\e12d";
}

.fa-dollar-sign::before {
  content: "\24";
}

.fa-dollar::before {
  content: "\24";
}

.fa-usd::before {
  content: "\24";
}

.fa-ferris-wheel::before {
  content: "\e174";
}

.fa-computer-speaker::before {
  content: "\f8b2";
}

.fa-skull-cow::before {
  content: "\f8de";
}

.fa-x::before {
  content: "\58";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-circle-t::before {
  content: "\e124";
}

.fa-sack::before {
  content: "\f81c";
}

.fa-grid-2::before {
  content: "\e196";
}

.fa-camera-cctv::before {
  content: "\f8ac";
}

.fa-cctv::before {
  content: "\f8ac";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-horizontal-rule::before {
  content: "\f86c";
}

.fa-bed-front::before {
  content: "\f8f7";
}

.fa-bed-alt::before {
  content: "\f8f7";
}

.fa-d::before {
  content: "\44";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-face-woozy::before {
  content: "\e3a2";
}

.fa-cloud-question::before {
  content: "\e492";
}

.fa-pineapple::before {
  content: "\e31f";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-gallery-thumbnails::before {
  content: "\e3aa";
}

.fa-circle-j::before {
  content: "\e112";
}

.fa-eyes::before {
  content: "\e367";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-page-caret-up::before {
  content: "\e42a";
}

.fa-file-caret-up::before {
  content: "\e42a";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-comet::before {
  content: "\e003";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-shield-keyhole::before {
  content: "\e248";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-square-sliders-vertical::before {
  content: "\f3f2";
}

.fa-sliders-v-square::before {
  content: "\f3f2";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-message-middle::before {
  content: "\e1e1";
}

.fa-comment-middle-alt::before {
  content: "\e1e1";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-square-z::before {
  content: "\e288";
}

.fa-message-text::before {
  content: "\e1e6";
}

.fa-comment-alt-text::before {
  content: "\e1e6";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Pro';
}

@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/learn-financial-modeling/wp-content/themes/wallstreetprep/assets/fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("/learn-financial-modeling/wp-content/themes/wallstreetprep/assets/fonts/webfonts/fa-solid-900.ttf") format("truetype");
}

.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Pro';
}

@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/learn-financial-modeling/wp-content/themes/wallstreetprep/assets/fonts/webfonts/fa-regular-400.woff2") format("woff2"), url("/learn-financial-modeling/wp-content/themes/wallstreetprep/assets/fonts/webfonts/fa-regular-400.ttf") format("truetype");
}

.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: 'Font Awesome 6 Sharp';
  --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';
}

@font-face {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/learn-financial-modeling/wp-content/themes/wallstreetprep/assets/fonts/webfonts/fa-sharp-regular-400.woff2") format("woff2"), url("/learn-financial-modeling/wp-content/themes/wallstreetprep/assets/fonts/webfonts/fa-sharp-regular-400.ttf") format("truetype");
}

.fasr,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: 'Font Awesome 6 Sharp';
  --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp';
}

@font-face {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/learn-financial-modeling/wp-content/themes/wallstreetprep/assets/fonts/webfonts/fa-sharp-solid-900.woff2") format("woff2"), url("/learn-financial-modeling/wp-content/themes/wallstreetprep/assets/fonts/webfonts/fa-sharp-solid-900.ttf") format("truetype");
}

.fass,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/learn-financial-modeling/wp-content/themes/wallstreetprep/assets/fonts/webfonts/fa-brands-400.woff2") format("woff2"), url("/learn-financial-modeling/wp-content/themes/wallstreetprep/assets/fonts/webfonts/fa-brands-400.ttf") format("truetype");
}

.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-aws:before {
  content: "\f375";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-modx:before {
  content: "\f285";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-square-js:before {
  content: "\f3b9";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-unity:before {
  content: "\e049";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-vk:before {
  content: "\f189";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-square-reddit:before {
  content: "\f1a2";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-edge:before {
  content: "\f282";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-safari:before {
  content: "\f267";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-square-viadeo:before {
  content: "\f2aa";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-centos:before {
  content: "\f789";
}

.fa-adn:before {
  content: "\f170";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-square-dribbble:before {
  content: "\f397";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-node:before {
  content: "\f419";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-hips:before {
  content: "\f452";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-discord:before {
  content: "\f392";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-square-steam:before {
  content: "\f1b7";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-apple:before {
  content: "\f179";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-square-github:before {
  content: "\f092";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-neos:before {
  content: "\f612";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-angular:before {
  content: "\f420";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-gitlab-square:before {
  content: "\e5ae";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-sith:before {
  content: "\f512";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-react:before {
  content: "\f41b";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-gg:before {
  content: "\f260";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-xing:before {
  content: "\f168";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-less:before {
  content: "\f41d";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-square-xing:before {
  content: "\f169";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-fly:before {
  content: "\f417";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-viber:before {
  content: "\f409";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-audible:before {
  content: "\f373";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-square-lastfm:before {
  content: "\f203";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-figma:before {
  content: "\f799";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-docker:before {
  content: "\f395";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-apper:before {
  content: "\f371";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-square-behance:before {
  content: "\f1b5";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-square-git:before {
  content: "\f1d2";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-square-tumblr:before {
  content: "\f174";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-trello:before {
  content: "\f181";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-android:before {
  content: "\f17b";
}

.fa-bots:before {
  content: "\e340";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-uber:before {
  content: "\f402";
}

.fa-github:before {
  content: "\f09b";
}

.fa-php:before {
  content: "\f457";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-stubber:before {
  content: "\e5c7";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-odysee:before {
  content: "\e5c6";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-usb:before {
  content: "\f287";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-strava:before {
  content: "\f428";
}

.fa-ember:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

/*!
 * Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
@font-face {
  font-family: 'Font Awesome Kit';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/learn-financial-modeling/wp-content/themes/wallstreetprep/assets/fonts/webfonts/custom-icons.woff2") format("woff2"), url("/learn-financial-modeling/wp-content/themes/wallstreetprep/assets/fonts/webfonts/custom-icons.ttf") format("truetype");
}

.fak, .fa-kit {
  font-family: "Font Awesome Kit";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.fak.fa-wsp-admin-edit:before, .fa-kit.fa-wsp-admin-edit:before {
  content: "";
}

.fak.fa-wsp-admin-group:before, .fa-kit.fa-wsp-admin-group:before {
  content: "";
}

.fak.fa-wsp-admin-logo-wp:before, .fa-kit.fa-wsp-admin-logo-wp:before {
  content: "";
}

.fak.fa-wsp-admin-tag:before, .fa-kit.fa-wsp-admin-tag:before {
  content: "";
}

.fak.fa-wsp-anonymous:before, .fa-kit.fa-wsp-anonymous:before {
  content: "";
}

.fak.fa-wsp-boot:before, .fa-kit.fa-wsp-boot:before {
  content: "";
}

.fak.fa-wsp-certificate-badge:before, .fa-kit.fa-wsp-certificate-badge:before {
  content: "";
}

.fak.fa-wsp-comment-instructor:before, .fa-kit.fa-wsp-comment-instructor:before {
  content: "";
}

.fak.fa-wsp-cpe-txt:before, .fa-kit.fa-wsp-cpe-txt:before {
  content: "";
}

.fak.fa-wsp-cursor-close:before, .fa-kit.fa-wsp-cursor-close:before {
  content: "";
}

.fak.fa-wsp-excel:before, .fa-kit.fa-wsp-excel:before {
  content: "";
}

.fak.fa-wsp-full-clock:before, .fa-kit.fa-wsp-full-clock:before {
  content: "";
}

.fak.fa-wsp-gift:before, .fa-kit.fa-wsp-gift:before {
  content: "";
}

.fak.fa-wsp-global:before, .fa-kit.fa-wsp-global:before {
  content: "";
}

.fak.fa-wsp-google:before, .fa-kit.fa-wsp-google:before {
  content: "";
}

.fak.fa-wsp-linkedin:before, .fa-kit.fa-wsp-linkedin:before {
  content: "";
}

.fak.fa-wsp-logo:before, .fa-kit.fa-wsp-logo:before {
  content: "";
}

.fak.fa-wsp-messenger:before, .fa-kit.fa-wsp-messenger:before {
  content: "";
}

.fak.fa-wsp-nav-bootcamp:before, .fa-kit.fa-wsp-nav-bootcamp:before {
  content: "";
}

.fak.fa-wsp-nav-cart:before, .fa-kit.fa-wsp-nav-cart:before {
  content: "";
}

.fak.fa-wsp-nav-corporate:before, .fa-kit.fa-wsp-nav-corporate:before {
  content: "";
}

.fak.fa-wsp-nav-login:before, .fa-kit.fa-wsp-nav-login:before {
  content: "";
}

.fak.fa-wsp-nav-resource:before, .fa-kit.fa-wsp-nav-resource:before {
  content: "";
}

.fak.fa-wsp-nav-search:before, .fa-kit.fa-wsp-nav-search:before {
  content: "";
}

.fak.fa-wsp-nav-selfstudy:before, .fa-kit.fa-wsp-nav-selfstudy:before {
  content: "";
}

.fak.fa-wsp-nav-support:before, .fa-kit.fa-wsp-nav-support:before {
  content: "";
}

.fak.fa-wsp-nav-tutor:before, .fa-kit.fa-wsp-nav-tutor:before {
  content: "";
}

.fak.fa-wsp-nav-university:before, .fa-kit.fa-wsp-nav-university:before {
  content: "";
}

.fak.fa-wsp-pdf:before, .fa-kit.fa-wsp-pdf:before {
  content: "";
}

.fak.fa-wsp-play:before, .fa-kit.fa-wsp-play:before {
  content: "";
}

.fak.fa-wsp-speed:before, .fa-kit.fa-wsp-speed:before {
  content: "";
}

.fak.fa-wsp-switch-account:before, .fa-kit.fa-wsp-switch-account:before {
  content: "";
}

.fak.fa-wsp-table-sort:before, .fa-kit.fa-wsp-table-sort:before {
  content: "";
}

.fak.fa-wsp-twitter:before, .fa-kit.fa-wsp-twitter:before {
  content: "";
}

.fak.fa-wsp-video-download:before, .fa-kit.fa-wsp-video-download:before {
  content: "";
}

/*
body.admin-has-been-logged-in-as-a-user {
	
	margin-top: 0 !important;
	padding-top: 0 !important;	
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
*/
.login-as-user {
  font-size: .75em;
}

.login-as-user .login-as-user-inner {
  border: none !important;
  background-color: #303030;
  color: #fff !important;
}

.login-as-user-bottom {
  background-color: #303030 !important;
  z-index: 3000 !important;
}

.login-as-user-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

@media only screen and (max-width: 782px) {
  .login-as-user-content {
    font-size: .9em !important;
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .login-as-user-content > * {
    display: block;
    width: 100%;
  }
}

.login-as-user-content .button.w357-login-as-user-btn {
  background: var(--main-lime) !important;
  color: #303030 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  max-width: 400px !important;
}

.login-as-user-content .button.w357-login-as-user-btn:hover {
  background: var(--main-lime) !important;
  color: #303030 !important;
  opacity: .75;
}

.login-as-user-content .login-as-user-msg {
  padding-top: 0;
}

@media only screen and (max-width: 782px) {
  .login-as-user-content .login-as-user-msg {
    padding-bottom: .5em !important;
  }
}
