@charset "UTF-8";
/* xl - DESKTOP STYLES */
/* The Modal (background) */
.notes-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
.fl-html a.course-level-tag {
  max-width: 280px !important;
  display: flex;
  margin: 0 auto;
}
.single-product th.woocommerce-product-attributes-item__label {
  color: white !important;
}
.ast-header-button-1[data-section="section-hb-button-1"] {
  display: none;
}
div#cff_4931004193695465 {
  margin-top: 0 !important;
}
div#ctf {
  background: white;
  padding: 1em;
  border-radius: 5px;
}
.sbi_header_img {
  background-image: url(/wp-content/uploads/2022/08/akgrad_insta.jpg) !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}
.sbi_header_hashtag_icon {
  display: none;
  background: none;
}
svg.sbi_new_logo.fa-instagram.fa-w-14 {
  display: none;
}
.cff-header-inner-wrap {
  background: white;
  border-radius: 0 0 5px 5px;
}
div#cff_4931004193695465 {
  border-radius: 5px !important;
}
div#sb_instagram {
  background: white;
  border-radius: 5px;
  padding: 1em !important;
}
div#cff-visual-header-1227027147426540 {
  border-radius: 8px !important;
  background: white !important;
}
.cff-header-hero.imgLiquid_nobgSize.imgLiquid_ready {
  border-radius: 5px 5px 0 0;
}
.ms-tag i.fas.fa-book-open {
  font-size: 15px !important;
  color: #f99e00;
}
.honors-tag i.fas.fa-award {
  font-size: 15px !important;
  color: #00d6dd;
}
.tooltip {
  position: absolute;
  transform: translateY(-5em);
  background: #a30a35;
  color: #fff;
  padding: 0.7rem 1rem;
  border-radius: 5px;
  z-index: 300;
  font-size: 1.2rem;
  line-height: 1.5rem;
  border: 1px solid #60051f;
  box-shadow: 1px 2px 8px rgba(0, 0, 100, 0.2);
  opacity: 0;
  transition-duration: 0.2s;
  transition-properties: opacity;
}
form.woocommerce-ResetPassword.lost_reset_password {
  color: white;
}
.woocommerce-lost-password .woocommerce {
  color: white;
}
/* Modal Content/Box */
.notes-modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
}
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.student-detail .form-group.col-sm-12.col-md-4 {
  flex: 1 0 33%;
}
.menu-item ul.sub-menu {
  background: #3e3e3e;
}
.woocommerce-MyAccount-content table.table.table-hover.students-table.table-striped {
  text-align: center;
}
li.woocommerce-MyAccount-navigation-link a {
  color: #a30a35;
}
.modal-content.student-modal {
  max-width: 750px;
  margin: 0 auto;
}
.students-table thead {
  background: #a30a35;
  background: linear-gradient(90deg, #a30a35 0%, #a30a35 40%, #d52525 100%);
  color: white;
}
.student-detail .table-responsive {
  width: 100%;
}
.student-detail .registration-history-table td {
  text-align: center;
}
.status-new {
  background: #fff;
}
td.status-new:after {
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  height: 24px;
  line-height: 24px;
  font-family: 'FontAwesome';
  color: darkgrey !important;
}
.status-red {
  background: #d43e39;
}
td.status:after {
  color: rgba(255, 255, 255, 0.54);
}
td.status-red:after {
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  height: 24px;
  line-height: 24px;
  font-family: 'FontAwesome';
}
.status-orange {
  background: #e9911e;
  font-weight: bold;
}
td.status-orange:after {
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  height: 24px;
  line-height: 24px;
  font-family: 'FontAwesome';
}
.status-yellow {
  background: #e2d100;
  font-weight: bold;
}
td.status-yellow:after {
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  height: 24px;
  line-height: 24px;
  font-family: 'FontAwesome';
}
.status-green {
  background: #01df4b;
}
td.status-green:after {
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  height: 24px;
  line-height: 24px;
  font-family: 'FontAwesome';
}
.status-purple {
  background: #b2a7d2;
  font-weight: bold;
}
td.status-purple:after {
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  height: 24px;
  line-height: 24px;
  font-family: 'FontAwesome';
}
.student-detail label {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.form-group {
  margin-bottom: 15px;
}
@media (min-width: 992px)\a .col-md-4 {
  width: 33.33333333%;
}
@media (min-width: 992px)\a .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
  float: left;
}
@media (min-width: 768px)\a .col-sm-12 {
  width: 100%;
}
@media (min-width: 768px)\a .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
  float: left;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.student-detail h2.page-header::after {
  content: '';
  height: 4px;
  width: 32%;
  display: block;
  background: #a30a35;
  background: linear-gradient(90deg, #a30a35 0%, #a30a35 40%, #d52525 100%);
}
.student-detail fieldset {
  min-width: 98%;
  display: flex;
  flex-wrap: wrap;
  margin: 0.5em 1em !important;
  padding: 1em !important;
  background: white;
  border-radius: 4px;
  box-shadow: 0 6px 16px -11px black;
  border-bottom: 2px solid #efefef !important;
  justify-content: space-between;
}
.student-detail legend {
  border: none;
  background: #151515;
  color: white;
  display: inline !important;
  width: unset !important;
  padding: 0.5em 1em !important;
  border-radius: 4px;
  box-shadow: 0 6px 16px -11px #222222;
  font-size: 18px;
}
.student-detail legend::before {
  display: block;
  width: 36px;
  height: 45px;
  position: absolute;
  content: '';
  transform: translate(-43px, -9px);
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  background: #a30a35;
  background: linear-gradient(90deg, #a30a35 0%, #a30a35 10%, #d52525 100%);
}
.ast-desktop .ast-menu-hover-style-underline > .menu-item > .menu-link:before {
  bottom: 1.5em;
}
.logged-in.woocommerce-account .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info::before {
  height: 73px;
}
.logged-in.woocommerce-account .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.logged-in nav.woocommerce-MyAccount-navigation {
  max-width: 325px;
}
.logged-in .woocommerce-MyAccount-content {
  max-width: unset;
  width: 81% !important;
}
.logged-in.woocommerce-account .ast-container {
  max-width: unset;
}
.my_account_orders a.woocommerce-button {
  margin: 0.5em;
  padding: 1em 1.5em;
}
p.checkout-notice {
  margin-top: 1em;
  background: #a30a35;
  color: white;
  padding: 1em;
  font-weight: bold;
}
ul.products .spinner, .la-spinner, .wpfIconPreview .spinner, .wpfLoaderIconTemplate .spinner, .woobewoo-filter-loader.spinner {
  background: url("/wp-content/uploads/2021/09/loader-spinner.png") !important;
}
.wpfFilterButtons {
  min-width: 200px !important;
}
.single-product .product_meta {
  display: none !important;
}
span.tagged_as {
  display: none !important;
}
.page li.product .astra-shop-summary-wrap {
  border-radius: 0 0 5px 5px !important;
}
.product_meta span.sku_wrapper {
  display: none !important;
}
span.reading-level-tag i {
  color: #a30a35;
}
span.reading-level-tag {
  display: none;
  transform: translate(15px, 72px);
  position: absolute;
}
.products li.ast-article-single.product img {
  border-radius: 5px 5px 0 0 !important;
}
.launch-tag i.fas.fa-caret-right::before {
  color: #36efcc;
}
.accelerate-tag i.fas.fa-caret-right::before {
  color: #f5205c;
}
.expand-tag i.fas.fa-caret-right::before {
  color: #579bff;
}
.beyond-tag i.fas.fa-caret-right::before {
  color: #c57aff;
}
.honors-tag i.fas.fa-caret-right::before {
  color: #00d6dd;
}
.c3-attributes.launch-tag::before {
  content: '';
  width: 180px;
  height: 48px;
  position: absolute;
  transform: translate(95px, -10px);
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
  background: #3e3e3e;
  background: linear-gradient(90deg, #3e3e3e 0%, #50b3a1 100%);
  z-index: -1;
}
.c3-attributes.accelerate-tag::before {
  content: '';
  width: 180px;
  height: 48px;
  position: absolute;
  transform: translate(95px, -10px);
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
  background: #3e3e3e;
  background: linear-gradient(90deg, #3e3e3e 0%, #a30a35 100%);
  z-index: -1;
}
.c3-attributes.expand-tag::before {
  content: '';
  width: 180px;
  height: 48px;
  position: absolute;
  transform: translate(95px, -10px);
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
  background: #3e3e3e;
  background: linear-gradient(90deg, #3e3e3e 0%, #5078b3 100%);
  z-index: -1;
}
.c3-attributes.beyond-tag::before {
  content: '';
  width: 180px;
  height: 48px;
  position: absolute;
  transform: translate(95px, -10px);
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
  background: #3e3e3e;
  background: linear-gradient(90deg, #3e3e3e 0%, #8850b3 100%);
  z-index: -1;
}
.c3-attributes.ms-tag {
  background: #6b4e38 !important;
}
.c3-attributes.ms-tag::before {
  content: '';
  width: 180px;
  height: 48px;
  position: absolute;
  transform: translate(95px, -10px);
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
  background: #f99e00;
  background: linear-gradient(90deg, #6b4e38 0%, #f99e00 100%);
  z-index: -1;
}
.c3-attributes.honors-tag::before {
  content: '';
  width: 180px;
  height: 48px;
  position: absolute;
  transform: translate(95px, -10px);
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
  background: #00d6dd;
  background: linear-gradient(90deg, #004d7c 0%, #00d6dd 100%);
  z-index: -1;
}
section.related.products {
  display: none !important;
}
.c3-attributes i {
  font-size: 20px;
}
.c3-attributes {
  overflow: hidden;
  color: white;
  background: #3e3e3e;
  padding: 0.5em;
  width: 100%;
  box-shadow: 0 6px 16px -11px black;
  z-index: 9;
  position: relative;
}
.course-level-tag i {
  transition: all 0.3s;
}
.course-level-tag:hover i {
  padding: 0 0.1em;
  color: #e60f4b;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
  margin-bottom: 0;
}
.site-branding.ast-site-identity {
  padding-bottom: 1em;
}
nav.woocommerce-pagination {
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 2em;
}
.woof_submit_search_form_container {
  transform: translate(-11px, 7px);
  overflow: unset;
  background: #3e3e3e !important;
}
.login-title {
  display: block;
  transform: translateX(11px);
}
ul.tabs.clearfix {
  background: white;
  border-radius: 5px 5px 0 0;
}
article#post-25 .woocommerce-MyAccount-navigation, article#post-25 .woocommerce-EditAccountForm, article#post-25 .woocommerce-MyAccount-content {
  background: #f7f7f7;
  padding: 2em;
  border-radius: 5px;
}
.logged-in .ast-header-button-1 {
  display: none;
}
.single-product #content #primary, .archive #content #primary {
  margin: 0;
}
.single-product #content, .archive #content, .page-id-23 #content {
  background-attachment: fixed !important;
  background-image: url(/wp-content/uploads/2021/06/Background.jpg) !important;
}
.page-id-23 h1.entry-title {
  color: white !important;
}
.page-id-23 table, .page-id-23 .cart_totals {
  background: white;
}
.single-product div#content::before, .single-product div#content::after, .archive div#content::before, .archive div#content::after {
  content: '';
  display: block;
  width: 100vw;
  height: 80px;
  position: relative;
}
.single-product #content > .ast-container, .archive #content > .ast-container {
  background: #f7f7f7;
  padding: 2em;
}
.summary.entry-summary {
  background: white;
  padding: 1em;
  box-shadow: 0 6px 16px -11px grey;
}
nav.woocommerce-breadcrumb {
  display: none;
}
table.woocommerce-product-attributes.shop_attributes {
  background: #3e3e3e;
  color: white !important;
  box-shadow: 0 6px 16px -11px black;
}
td.woocommerce-product-attributes-item__value {
  background: #a30a35 !important;
  color: white !important;
}
td.woocommerce-product-attributes-item__value a {
  color: white !important;
  text-decoration: underline;
}
div#tab-additional_information {
  max-width: 100%;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 2em;
}
.pswp__caption {
  display: none;
}
[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill {
  background: #a30a35 !important;
}
button.single_add_to_cart_button.button.alt {
  padding: 15px 30px !important;
}
h2.woocommerce-loop-product__title {
  min-height: 80px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin-bottom: 1.5em !important;
}
li.ast-article-single .astra-shop-thumbnail-wrap a {
  overflow: hidden;
  max-height: 200px;
}
.woof.woof_sid.woof_sid_auto_shortcode {
  display: none;
}
.woof_products_top_panel {
  display: none !important;
}
form.woocommerce-ordering {
  display: none;
}
button.woof_reset_button_2 {
  padding: 0.5em;
}
span.woof_remove_ppi {
  background-size: 20px !important;
  padding-right: 1.8em !important;
}
li.product .astra-shop-summary-wrap {
  padding: 1em;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 6px 16px -11px grey;
}
.chosen-container-single .chosen-single div b {
  background-position-y: 11px !important;
}
.woof_container h4 {
  color: white !important;
}
.product .astra-shop-summary-wrap h2 {
  font-size: 20px !important;
}
.woof_container a.chosen-single {
  border-radius: 0 !important;
  background: #fafafa !important;
  width: 300px;
}
input.chosen-search-input {
  display: none;
}
.chosen-drop {
  width: 300px !important;
}
.chosen-container-single .chosen-single {
  height: 42px !important;
  line-height: 42.5px !important;
}
.chosen-results li.active-result.result-selected.highlighted, .chosen-results li.highlighted {
  background: #a30a35 !important;
}
button.button.woof_reset_search_form {
  background: none !important;
}
.woof {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.woof_redraw_zone {
  width: 100%;
  display: flex;
  justify-content: center;
}
.woof_submit_search_form_container {
  align-self: flex-end;
}
.woof_container {
  width: 320px !important;
  display: inline-flex;
  margin: 0 3em;
}
.woof_container_inner input {
  width: 300px;
}
.tabgroup fieldset {
  margin: 1em 0;
}
.tabgroup input[type="checkbox"] {
  height: 24px;
  width: 24px;
}
fieldset.tabgroup-checkboxes {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.tabgroup-checkboxes div {
  padding: 1em;
  display: inline-flex;
}
.tabgroup .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
  margin: 1em auto;
  max-width: 50%;
}
.tabgroup p.form-row.form-row-first {
  margin: 0.5em;
}
.tabgroup legend {
  background: #a30a35;
  color: white;
  padding: 0.5em 1em;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  transform: translateX(-9px);
  box-shadow: 0 6px 16px -11px #3e3e3e;
}
.tabgroup fieldset p {
  display: flex;
  flex-wrap: wrap;
}
.tabgroup fieldset {
  background: #d0d5de;
  border-radius: 5px;
  border: none;
}
.tabgroup fieldset input {
  flex: 1 auto;
  max-height: 42px;
  border: none;
}
input#date_to_complete {
  height: 42.5px;
}
div#customer_login::before {
  background-image: url(/wp-content/uploads/2021/06/AKGradHeader2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  display: block;
  content: '';
  height: 250px;
  border-radius: 5px;
  transform: translateY(-15px);
}
.login input {
  max-width: 400px;
}
.tabgroup form.woocommerce-form.woocommerce-form-login.login {
  text-align: center;
}
ul.tabs.clearfix li {
  text-align: center;
  flex: 1 auto;
}
ul.tabs.clearfix li h2 {
  padding: 1em;
  margin: 0;
  border-radius: 5px 5px 0px 0px !important;
}
ul.tabs.clearfix li a.active h2 {
  background: #a30a35;
  background: linear-gradient(0deg, #a30a35 0%, #a30a35 10%, #cc0a41 100%);
  color: white;
}
#tab1 form, #tab2 form {
  margin-top: 0;
}
article#post-25 li a.active::after {
  content: '';
  display: block;
  position: absolute;
  height: 20px;
  width: 100px;
  background: #a30a35;
  margin: 0 17em;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateY(-2px);
}
.tabgroup form.woocommerce-form.woocommerce-form-register.register {
  border-radius: 0 0 5px 5px;
}
.tabgroup form.woocommerce-form.woocommerce-form-login.login {
  border-radius: 0 0 5px 5px;
}
.tabgroup form input, .tabgroup form select, .tabgroup form button {
  border-radius: 5px !important;
}
.tabgroup form input, .tabgroup form select {
  background: #3e3e3e !important;
  color: white !important;
}
.tabgroup form {
  color: #3e3e3e;
  background: #dce0e8 !important;
}
ul.tabs.clearfix {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-id-25 header.entry-header.ast-no-thumbnail.ast-no-meta {
  display: none;
}
.page-id-25 {
  background-image: url(/wp-content/uploads/2021/06/Background.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.page-id-25 form.woocommerce-form.woocommerce-form-register.register, .page-id-25 form.woocommerce-form.woocommerce-form-login.login {
  background: white;
  border: none;
}
.page-id-25 form.woocommerce-form.woocommerce-form-register.register, .page-id-25 form.woocommerce-form.woocommerce-form-login.login {
  background: white;
  border: none;
  box-shadow: 0 6px 16px -11px #17181d;
}
.woocommerce-info {
  color: white;
  background: #3e3e3e;
  border-radius: 5px;
  box-shadow: 0 6px 16px -11px #17181d;
  font-weight: bold;
  border-top: none;
}
.woocommerce-info::before {
  display: block;
  width: 36px;
  height: 57px;
  position: absolute;
  content: '';
  transform: translate(-45px, -15px);
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  background: #a30a35;
  background: linear-gradient(90deg, #a30a35 0%, #a30a35 10%, #d52525 100%);
}
.sms-data .wpdadataproject_menu {
  display: none;
}
.sms-data .dt-buttons button {
  font-size: 16px;
  font-weight: normal;
  background: none;
  border-radius: 2px;
  border: none;
  color: #a30a35;
}
.sms-data tfoot {
  display: none;
}
.sms-data .ui-widget-content {
  background: white;
}
.sms-data .fg-toolbar.ui-toolbar.ui-widget-header.ui-helper-clearfix.ui-corner-bl.ui-corner-br {
  background: #eeeeee;
  border: none;
  padding: 0.5em;
}
.sms-data div#wpdadataforms_table_3_akgradc3_wp_egur7_Students_paginate a {
  border: none;
  font-size: 16px;
  font-weight: normal;
}
.sms-data div#wpdadataforms_table_3_akgradc3_wp_egur7_Students_info {
  font-size: 16px;
  font-weight: normal;
}
.sms-data th, .sms-data td {
  font-size: 16px;
  font-weight: normal !important;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.wpdadataforms-dialog.ui-draggable, .ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
  background: #134474;
  border: none;
  color: white;
}
.wpdadataforms-modal-footer button {
  border: none;
  background: none;
  font-size: 16px;
  font-weight: normal !important;
  color: white;
}
.wpdadataforms-column-selection {
  display: none;
}
.sms-data .fg-toolbar.ui-toolbar.ui-widget-header.ui-helper-clearfix.ui-corner-tl.ui-corner-tr {
  background: #134474;
  color: white;
  border: none;
  padding: 0.8em;
}
.red-titles h4, .red-titles h3, .red-titles h2, .red-titles h1 {
  color: #a30a35;
}
.single-post #content ul {
  padding: 1em 0;
}
.single-post #content ul li {
  list-style-position: outside;
  margin-left: 1.4em !important;
}
.single .uabb-image-content {
  box-shadow: 0 6px 16px -11px black;
}
.ast-archive-post {
  border: none;
  box-shadow: 0 6px 16px -11px rgba(0, 0, 0, 0.82);
}
a#ast-scroll-top {
  border: none !important;
  border-radius: 0 !important;
}
.tr-green {
  background: #75fb4c;
}
.dtr-modal {
  overflow-y: scroll;
}
.sms-sidebar .fl-module-uabb-advanced-menu.fl-node-60e8b673da7f3 .fl-module-content.fl-node-content {
  margin: 0;
}
.sms-data tr {
  transition: all 0.6s;
}
.wpdadataforms-edit.ui-widget-content.ui-corner-all.wpdadataforms-4-columns {
  border: none;
  margin: 0.5em;
  background: none;
  color: white;
}
.page-id-24 {
  background: white;
}
.woocommerce-product-gallery > img {
  display: block !important;
}
a.woocommerce-product-gallery__trigger {
  display: none;
}
.woof_text_search_container {
  width: 320px !important;
}
.wpfMainWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-id-25 h1.entry-title {
  color: white;
}
/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  .logged-in nav.woocommerce-MyAccount-navigation {
    max-width: unset;
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  .logged-in .woocommerce-MyAccount-content {
    max-width: unset;
    width: 90% !important;
    margin: 0 auto;
    float: none;
    margin-top: 2em;
  }
  .student-detail fieldset {
    min-width: unset;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
    grid-template: none;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  ul#ast-hf-menu-1.stack-on-mobile li a {
    color: black !important;
  }
  li.product {
    min-width: 83%;
    margin: 0 auto !important;
  }
  .c3-attributes {
    max-width: 279px;
    margin: 0 auto;
  }
  .wpfMainWrapper {
    flex-direction: column;
  }
  .wpfFilterButtons {
    text-align: center;
  }
  button.wpfFilterButton.wpfButton {
    margin: 0 !important;
  }
  .fl-module.fl-module-info-box.fl-node-5e05f2870f4f7 {
    padding: 0 1em;
  }
  .course-subject-blocks .fl-col-small .fl-col-content.fl-node-content {
    padding: 2em 1em;
  }
  .c3-attributes::before {
    top: 0;
    right: 0;
    transform: unset !important;
  }
  .c3-attributes {
    max-width: unset;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F532-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F532-scss-tablet-l.scss%22%2C%22wp-content%2Fcustom_codes%2F532-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F532-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BACCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD5GA%3BACiHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjHA%3BAC0HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BADrnCA%3BAAIA%3BAEJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAFfA%3BAASA%3BAGTA%3BAAAA%3BAAAA%3BAAAA%3BAHAA%3BAAcA%3BAIdA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%22%7D */