/*
Theme Name: Movens Mundi
Theme URI: https://polestarpilates.com/
Description: This is latest theme for the Polestar Pilates website.
Author: Melly Pereda
Author URI: https://www.polestarpilates.com/

Version: 2.0.20

Tags:

Template: genesis

Text Domain: movens-mundi
Requires at least: 5.4

Requires PHP: 5.6
*/

/* Box Sizing
--------------------------------------------- */

:root {
  --body-color: #f7f3ee;
  --white: white;
  --primary-color: #223146;
  --secondary-color: #536884;
  --nav-color: #f7f3ee;

  --orange-color: #f6a800;

  --primary-button-color: #ffffff;
  --primary-button-text-color: #3d3d3d;
  --primary-button-border-color: #a7b9d2;

  --icon-font-size: 25px;
}

.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
}
html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-thumb {
  background: #a7b9d2;
  border-radius: 20px;
}

*::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 20px;
}

/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

.genesis-skip-link {
  left: -9999px;
  top: 0;
  position: absolute;
  z-index: 5;
}
a.screen-reader-shortcut.skip-link-hidden,
a.screen-reader-shortcut {
  font-size: 0.5rem;
}
body {
  background-color: var(--body-color);
  color: #223146;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-kerning: none;
  line-height: 1.5;
  font-size: 14px;
}

body:not(.blog) #genesis-content p a,
body:not(.blog) #genesis-content ul li a {
  color: #f8a800;
  text-decoration: underline;
}

a {
  text-decoration: none;
  transition: 0.1s linear;
}
a:focus,
a:hover {
  color: #333;
  text-decoration: none;
}
p {
  margin: 0 0 28px;
  padding: 0;
  overflow-wrap: normal;
  word-break: normal;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
  font-size: 1rem;
}
b,
strong {
  font-weight: 700;
}
blockquote,
cite,
em,
i {
  font-style: italic;
}
mark {
  background: #ddd;
  color: #333;
}
blockquote {
  margin: 30px;
}
.job_listing-logo,
.resume-logo,
.single_job_listing .company img {
  display: hidden;
}
.job_filters .job_types li {
  list-style: none;
}
.search_submit input {
  background-color: #f6a800;
}
/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.clientName {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 20px;
  text-transform: uppercase;
  color: #223146;
  word-break: normal;
  overflow-wrap: normal;
}
/* h1 {
	font-size: 5.5rem;
	letter-spacing: -.2rem;
} */
h2,
.sh1 {
  font-size: 4rem;
}
.h-h1 {
  margin: 0;
  font-size: 8rem;
}
.ptt {
  font-size: 2.6rem;
  display: block;
  margin-bottom: 1.2rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 2rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 1rem;
}
.entry-content h4 {
  margin-top: 40px;
}
h2.with {
  color: #f6a800;
  font-family: "Poppins";
  font-size: 3rem;
}
.tagline-p {
  margin: 50px 75px 0;
}

.tagline,
.about-l {
  padding: 75px 75px 100px;
  align-self: center;
}
img.f-1.core-img.phour {
  object-position: top center;
  object-fit: contain;
  margin: 0;
  padding: 0;
  align-self: stretch;
}
h3.with {
  margin-bottom: 0;
}
.phr {
  background-repeat: no-repeat;
  margin-top: 50px;
}
h1.phour {
  font-size: 5rem !important;
  padding-top: 20px;
}
.landing-page {
  padding: 0 75px;
  font-size: 1rem;
}

.landing-page td,
.landing-page th,
.landing-page p {
  font-size: 1.4em;
}

.phour-sub {
  font-family: "Poppins";
  text-transform: none;
  text-align: center;
}
h2.phour-sub {
  color: #00a6b6;
  font-size: 3rem;
}
h1 .phour-sub {
  font-size: 3.6rem;
  text-transform: uppercase;
  color: #f6a800;
}
h4.center {
  color: #707070;
  margin: 10px;
}
h1.phour.center {
  padding: 0;
  margin: 0;
}
h5.center a {
  color: #00a6b6;
}
p.phour-sub {
  font-size: 2rem;
  font-style: italic;
  line-height: 1;
}
.phour-sub {
  text-align: center;
}
hr {
  color: #fdfdfd;
}
/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}
iframe {
  display: block;
}
img {
  height: auto;
  vertical-align: top;
}
figure {
  margin: 0;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-right {
  float: right;
  margin: 5px;
}
.img-left {
  float: left;
  margin: 5px;
}
.img-b {
  border: 1px solid #c0c0c0;
  max-width: 200px !important;
  margin: 0 auto !important;
  text-align: center;
  display: block;
}
/* Slideshow for Homepage
--------------------------------------------- */

.clientName {
  font-size: 2.4rem;
  color: #dfeae9;
}
.clientMore {
  font-size: 1.2rem;
  font-family: "Spartan", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}
.spacer {
  height: 200px;
}

/* Pear Pro */

.ploginbox {
  width: 100%;
  margin: 0 auto !important;
}
.plogin {
  border: 1px solid #707070;
  padding: 20px;
}

/* Forms
--------------------------------------------- */

.formt {
  display: block;
  background-color: transparent;
  margin: 0 auto 100px;
}
label {
  display: inline-block;
  margin: 10px 0;
}
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
}
input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}
:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}
::placeholder {
  color: #333;
  opacity: 1;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
  background-color: #333;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="submit"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="submit"]:hover,
.site-container
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"]:hover,
.button:focus,
.button:hover {
  background-color: #0073e5;
  border-width: 0;
  color: #fff;
}
.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff;
}
.button {
  display: inline-block;
}
.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}
/* Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  table-layout: auto;
}
tbody {
  border-bottom: 1px solid #eee;
}
td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}
td {
  padding: 0.5em;
}
tr {
  border-top: 1px solid #eee;
}
th {
  font-weight: 600;
  padding: 0.5em;
}
/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

/* .site-container {
	animation: fadein 1s;
	display: grid;
	grid-template-rows: auto 1fr auto;
	padding-top:60px;
	margin-top:-70px;
} */

.site-container {
  padding-top: 30px;
}
.home .site-container {
  padding-top: 60px;
}
@media (max-width: 960px) {
  .site-container {
    padding-top: 50px;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
  border-radius: 50%;
  float: left;
}
.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px;
}
.alignright .avatar {
  margin-left: 20px;
}
.comment .avatar {
  margin: 0 15px 20px 0;
}
/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px;
  padding: 0 20%;
}
.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}
.after-entry .widget:last-of-type {
  margin-bottom: 0;
}
.breadcrumb {
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.genesis-title-hidden .breadcrumb {
  margin-top: 40px;
}
.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}
/* Search Form
--------------------------------------------- */

.search-form {
  overflow: hidden;
}
.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px;
}
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Search Results Page
--------------------------------------------- */
.search-results #genesis-content {
  margin-top: 150px;
}

.search-results #genesis-content article {
  width: 75%;
  margin: 0 auto !important;
  clear: both;
  padding-top: 30px;
}

.search-results #genesis-content article .entry-image {
  display: none;
}

.search-results #genesis-content .archive-title {
  font-size: 4rem !important;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}
.entry-title a:focus,
.entry-title a:hover {
  color: #f6a800;
}
h1.entry-title {
  font-family: "Spartan", sans-serif;
  font-size: 3.6rem !important;
}
/* WordPress
--------------------------------------------- */

a.aligncenter img {
  display: block;
  margin: 0 auto;
}
a.alignnone {
  display: inline-block;
}
.alignleft {
  float: left;
  text-align: left;
}
.alignright {
  float: right;
  text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}
img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 30px;
}
img.alignnone,
.alignnone {
  margin-bottom: 15px;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}
figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1rem;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.entry-content p.wp-caption-text {
  margin-bottom: 0;
}
.wp-container-1.wp-block-column h4,
.wp-container-2.wp-block-column h4,
.wp-container-4.wp-block-column h4,
.wp-container-5.wp-block-column h4 {
  font-size: 1.4rem;
}
.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}
article.post {
  margin: 60px 75px;
}
.category article.post {
  margin: 60px 0;
  padding: 0 20%;
}
.red {
  color: #cc0000;
}
a.read-more-btn {
  color: #f6a800;
  font-weight: 800;
  font-family: "Spartan";
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: none;
  text-align: right;
  display: block;
}
a.read-more-btn:after {
  color: #f6a800;
  content: " \25E5";
  font-family: "Dashicons";
}
.lowercase {
  text-transform: none;
  font-family: "Poppins";
  letter-spacing: normal;
  line-height: 1.2;
}
/*------ Section Description Courseware ------*/

.description-courseware h4 {
  background: #dedede;
  font-family: "Spartan";
  font-size: 1.8em;
  padding: 5px;
  vertical-align: center;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}
.description-courseware p {
  font-family: "Poppins";
  font-size: 1.2em;
  line-height: 1.2em;
}
.objetive-requisites h4 {
  background: #dedede;
  font-family: "Spartan";
  font-size: 1.8em;
  padding: 5px;
  vertical-align: center;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}
.objetive-requisites p {
  font-family: "Poppins";
  font-size: 1em;
  line-height: 1.2em;
}
/* Site Header
---------------------------------------------------------------------------- */

.site-header,
.lead-header {
  width: 100%;
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  z-index: 9998;
}
.lead-header {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

/* Title Area
--------------------------------------------- */

.wp-custom-logo .title-area {
  width: 75px;
  height: 75px;
  padding: 0;
  margin-left: 75px;
}
.custom-logo {
  background-color: #f8a800;
  height: 100px;
  object-fit: contain;
  padding: 0 15px 15px 15px;
  width: 95px;
  margin-left: 3rem;
  position: absolute;
  top: auto;
  z-index: 10000;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
.wp-custom-logo .title-area img {
  width: auto;
}
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: fixed !important;
  width: 1px;
}
/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  line-height: 1;
}
.genesis-nav-menu-sm {
  background-color: #223146;
  text-align: right;
  padding: 0 10px;
  clear: both;
}
.genesis-nav-primary a {
  color: #223146;
}
.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
}
/* .menu-primary a:hover {
	color: #223146;
	border-bottom: 2px solid #f8a800;
} */
.menu-primary .menu-item .sub-menu a:hover {
  border-bottom: 0px;
}
#menu-usa {
  display: none;
  justify-content: flex-end;
  align-items: center;
}
ul#menu-usa li:nth-child(2) {
  padding: 0;
}
ul#menu-usa li:first-child {
  margin-right: 0px;
}

ul#menu-usa li:first-child a {
  padding: 0;
}
ul#menu-usa li:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -8px;
}
#menu-usa .cart-icon {
  width: 25px !important;
  height: 25px !important;
  font-size: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul#menu-usa li.menu-item ul.sub-menu {
  top: 24px;
}

#menu-usa .menu-item a:hover {
  color: #fff1da;
}
#menu-usa .menu-item .sub-menu .menu-item a:hover {
  color: #f6a800;
}
ul#menu-usa li.menu-item ul.sub-menu {
  z-index: 2000;
  position: absolute;
  width: 300px;
  text-align: left;
}
.enrollbtn,
.leadbtn {
  background: #f8a800;
  border-bottom: 2px solid #f6a800;
}
.enrollbtn a span,
.enrollbtn a:hover {
  color: #ffffff;
}

a.leadbtn {
  float: right;
  display: block;
  padding: 20px 40px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
}

.genesis-nav-menu-sm .menu-item {
  display: flex;
  text-align: center;
}
.genesis-nav-menu-sm .menu-item .sub-menu a {
  color: #223146;
}
.genesis-nav-menu a {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
}
.genesis-nav-menu-sm .menu-item a {
  color: #fff1da;
}
.genesis-nav-menu-sm a {
  color: #fff1da;
  padding: 8px;
  font-size: 12px;
  display: inline-block;
}
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #0073e5;
  text-decoration: none;
}
.genesis-nav-menu .sub-menu,
.genesis-nav-menu-sm .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99;
}
.genesis-nav-menu-sm .sub-menu {
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  right: 0;
}
ul#menu-usa li.menu-item a {
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: left;
}
.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  font-size: 14px;
  position: relative;
  display: block;
}
.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1;
}
/* Responsive Menuv
--------------------------------------------- */

.menu .menu-item:focus {
  position: static;
}
.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}
.js .nav-primary {
  display: none;
  position: relative;
  padding: 0;
}
.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #333;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}
.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: var(--primary-color);
}
.menu-toggle {
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
}
.menu-toggle.activated::before {
  font-family: "Dashicons";
  content: "\f335";
}
.menu-toggle::before {
  float: left;
  position: relative;
  text-rendering: auto;
  top: 1px;
}
.sub-menu {
  line-height: 1.5rem;
}
.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}
.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out;
}
.sub-menu-toggle.activated::before {
  transform: rotate(180deg);
}
/* Header Menu
--------------------------------------------- */

.nav-primary {
  float: right;
  margin: 0;
}
.dash-sm {
  font-size: 16px !important;
  height: 0 !important;
}
.nav-primary .genesis-nav-menu a {
  padding: 20px 15px;
  margin: 0;
  display: flex;
  align-items: center;
}
.nav-primary ul.menu li.menu-item:not(:has(div)) a:hover {
  color: var(--orange-color);
}

.nav-primary .genesis-nav-menu li.has-children > a:after {
  color: #223146;
  content: "\f140";
  font-family: "Dashicons";
  font-size: 20px;
  padding: 0;
}
.enroll-cart {
  content: "\f174";
  color: #fff1da;
  font-family: "Dashicons";
}
.genesis-responsive-menu
  .genesis-nav-menu
  > .menu-item-has-children
  > a::after {
  content: none;
}
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.current-menu-parent > a:link,
.current-menu-parent > a:hover {
  color: #223146;
}
.genesis-nav-menu-sm .current-menu-item > a {
  color: #fff1da;
}
/* .nav-primary ul li:hover>a, .nav-primary ul li.enrollbtn>a {
	font-weight: bold;
	border-bottom: 2px solid #f8a800;
} */
/* Flex containers
--------------------------------------------- */

.f-container,
.f-container-r {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.f-1 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.f-2 {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.f-3 {
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.f-4 {
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

/* Tablepress */

#tablepress-1_previous,
#tablepress-1_next {
  font-size: 1.2rem;
  color: #223146;
}
.paging_simple .paginate_button.next::after,
.paging_simple .paginate_button.previous::before {
  text-align: left;
  font-family: "dashicons";
  font-size: 14px !important;
  content: "\f053";
  color: #223146;
  text-shadow: none;
  position: absolute;
}
/* Genesis Blocks Accordion
--------------------------------------------- */

.gb-block-accordion {
  border: 1px solid #707070;
}
.gb-accordion-title h3 {
  text-transform: uppercase !important;
}
.gb-block-accordion .gb-accordion-text {
  padding: 0 !important;
}
.gb-accordion-text a {
  color: #ff5c36;
}
.f-1.hybrid,
.f-1.online,
.f-1.online-i,
.f-1.hybrid-i {
  font-weight: bold;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
}
.f-1.online {
  background-color: #f6a800;
  color: #ffffff;
}
.f-1.online-i {
  background-color: #fff1da;
  color: #f6a800;
}
.f-1.hybrid {
  background-color: #00a6b6;
  color: #ffffff;
}
.f-1.hybrid-i {
  background-color: #dfeae9;
  color: #00a6b6;
}
.f-1.desc,
.f-4.desc {
  padding: 20px;
  align-self: center;
}
.accordion-plain summary.gb-accordion-title {
  font-size: 1.6rem;
  color: #707070;
  padding: 40px 40px 40px 20px !important;
}
.accordion-plain div.gb-accordion-text,
.accordion-plain div.gb-accordion-text h4 {
  color: #707070;
}
div.wp-block-genesis-blocks-gb-accordion.accordion-plain.gb-block-accordion
  details
  div.gb-accordion-text {
  padding: 20px !important;
}
.gb-accordion-title {
  background-color: #ffffff !important;
  padding: 40px 40px 20px !important;
}
.gb-block-accordion details > summary {
  list-style: none;
}
.gb-block-accordion details > summary::marker {
  display: none;
}
summary::-webkit-details-marker {
  display: none;
}
.gb-block-accordion details > summary:before {
  font-family: "Dashicons";
  color: #707070;
  content: "\f347";
  float: right;
  font-size: 2.1rem;
}
.gb-block-accordion details[open] > summary:before {
  font-family: "Dashicons";
  text-align: right !important;
  content: "\f343";
}
/* Blog
--------------------------------------------- */

.blog-top {
  align-items: flex-end !important;
  padding: 0 20%;
  color: #ffffff;
  margin: 150px 0 0;
  color: #223146;
}
.blog-align {
  align-self: flex-end;
}
.blog-top h1 {
  margin: 0;
  padding: 0;
  font-size: 2rem;
}
@media (min-width: 960px) {
  .blog-top h1 {
    font-size: 5.5rem;
    letter-spacing: -0.2rem;
    font-family: "Spartan", sans-serif;
  }
}
.blog-right {
  text-align: right;
  font-size: 1rem;
}
/* Content
--------------------------------------------- */

.contact-bg {
  background-color: #dfeae9;
}

/* Header Block on Front Page
--------------------------------------------- */

.home-text {
  align-self: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 120px 0 100px 75px;
}
.log {
  width: 40%;
  padding-bottom: 10px;
}
.img-inline-slant {
  -webkit-clip-path: polygon(
    0 0,
    /* left top */ 100% 10%,
    /* right top */ 100% 100%,
    /* right bottom */ 0 90% /* left bottom */
  );
  clip-path: polygon(
    0 0,
    /* left top */ 100% 10%,
    /* right top */ 100% 100%,
    /* right bottom */ 0 90% /* left bottom */
  );
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 500px;
  align-items: center;
  display: flex;
  margin-top: -50px;
}
.bottom-img {
  -webkit-clip-path: polygon(
    0 0,
    /* left top */ 100% 15%,
    /* right top */ 100% 100%,
    /* right bottom */ 0 85% /* left bottom */
  );
  clip-path: polygon(
    0 0,
    /* left top */ 100% 15%,
    /* right top */ 100% 100%,
    /* right bottom */ 0 85% /* left bottom */
  );
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 600px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.slant-img {
  -webkit-clip-path: polygon(
    0 0,
    /* left top */ 100% 0%,
    /* right top */ 100% 100%,
    /* right bottom */ 0 85% /* left bottom */
  );
  clip-path: polygon(
    0 0,
    /* left top */ 100% 0%,
    /* right top */ 100% 100%,
    /* right bottom */ 0 85% /* left bottom */
  );
  background: rgb(192, 193, 220);
  background: radial-gradient(
    circle,
    rgba(192, 193, 220, 1) 0%,
    rgba(190, 184, 218, 1) 60%,
    rgba(157, 186, 224, 1) 100%
  );
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}

.h-h1,
.home-text {
  color: #ffffff;
}
div.slant-img div.home-bg div.f-container-r div.home-text a.home-btn {
  margin-bottom: 100px;
}
.slant-img-r {
  -webkit-clip-path: polygon(
    0 0,
    /* left top */ 100% 0%,
    /* right top */ 100% 100%,
    /* right bottom */ 0 85% /* left bottom */
  );
  clip-path: polygon(
    0 0,
    /* left top */ 100% 0%,
    /* right top */ 100% 100%,
    /* right bottom */ 0 85% /* left bottom */
  );
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
}
.about {
  background-size: contain;
  background-position: top right;
  background-color: #f7f3ee;
  margin-bottom: -168px !important;
}
.divider {
  margin-bottom: -170px;
}
.teal {
  background-color: #00a6b6;
}
.statement {
  -webkit-clip-path: polygon(
    0 0,
    /* left top */ 100% 20%,
    /* right top */ 100% 100%,
    /* right bottom */ 0 80% /* left bottom */
  );
  clip-path: polygon(
    0 0,
    /* left top */ 100% 20%,
    /* right top */ 100% 100%,
    /* right bottom */ 0 80% /* left bottom */
  );
  height: 375px;
  color: #ffffff;
  text-align: center;
  align-items: center;
}
.statement .f-1 a h5 {
  color: #ffffff !important;
  padding: 10px;
  margin: 0;
  font-size: 1.2rem;
}
.num {
  background-color: #ffffff;
  margin: 0 2px;
  padding: 5px 5px 0;
}
.statement h3 {
  color: #ffffff;
}

.home-bg {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  margin: 0;
  padding: 0;
}
.about-head {
  margin-bottom: 200px;
  align-self: center;
}
.about-l {
  padding-left: 75px;
}
.about-l h1 {
  font-size: 4rem !important;
}
.left-stuff {
  padding: 150px 75px 50px;
  margin-right: 20rem;
}
/* Testimonial Block on Front Page
	--------------------------------------------- */

.grad-testimonial,
.everyb {
  -webkit-clip-path: polygon(
    0 0,
    /* left top */ 100% 15%,
    /* right top */ 100% 100%,
    /* right bottom */ 0 85% /* left bottom */
  );
  clip-path: polygon(
    0 0,
    /* left top */ 100% 15%,
    /* right top */ 100% 100%,
    /* right bottom */ 0 85% /* left bottom */
  );
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  float: left;
  margin-top: -190px;
}
.grad-testimonial {
  background: rgb(156, 190, 201);
  background-image: url("https://polestarpilates.com/wp-content/uploads/2022/09/pearl-blue.png"); /* fallback */
  background-image: url("https://polestarpilates.com/wp-content/uploads/2022/09/pearl-blue.png"),
    radial-gradient(
      circle,
      rgba(156, 190, 201, 1) 0%,
      rgba(152, 195, 200, 1) 49%,
      rgba(121, 192, 215, 1) 100%
    );
  background-repeat: no-repeat;
  background-size: contain;
}
.everyb {
  background: rgb(255, 210, 128);
  background: radial-gradient(
    circle,
    rgba(255, 210, 128, 1) 0%,
    rgba(255, 208, 123, 1) 9%,
    rgba(255, 180, 87, 1) 100%
  );
}
.everyb a.home-btn {
  background-color: #ff875d;
}

.everyb .f-container-r .tagline.f-1 {
  padding: 0 0 0 75px;
}

.container-r {
  background-position: top left !important;
  background-size: contain !important;
  /* margin-top:10px !important; */
  padding-top: 10px;
  padding-bottom: 10vh;
  background-repeat: no-repeat;
}
.testimonial-block {
  text-align: right;
  padding-top: 150px;
}
.grad-tag {
  display: block;
  text-align: right;
  padding-right: 50px;
  clear: both;
}
.l-grad {
  width: auto;
  padding: 20px 25px 0;
  align-self: center;
}
.r-grad {
  border-left: 1px solid #223146;
  padding: 10px 20px;
  text-align: left;
}
.gradname {
  text-transform: uppercase;
  font-weight: 700;
}
.credentials,
.l-grad,
.gradname {
  font-size: 1rem;
}
/* Client Case Study Block on Front Page
		--------------------------------------------- */

.case-study-block {
  -webkit-clip-path: polygon(
    0 0,
    /* left top */ 100% 10%,
    /* right top */ 100% 100%,
    /* right bottom */ 0 90% /* left bottom */
  );
  clip-path: polygon(
    0 0,
    /* left top */ 100% 10%,
    /* right top */ 100% 100%,
    /* right bottom */ 0 90% /* left bottom */
  );
  background-image: url("/wp-content/uploads/2022/04/graph-2-1.jpg");
  background-position: center center;
  float: left;
  margin-top: -230px;
  width: 100%;
}
.container-client {
  padding-bottom: 150px;
  margin-top: 50px;
  background-position: top right;
  background-size: contain;
  width: inherit;
  background-repeat: no-repeat;
  z-index: 100;
}
.left-stuff .f-1 h2 {
  font-size: 12rem;
}
/* Slideshow container */

.slideshow-container {
  position: relative;
}
.clientExamples {
  background-color: #ffffff;
  box-shadow: 10px 3px 60px 0px rgba(0, 0, 0, 0.2);
}
/* Slides */

.casePoints {
  display: none;
  padding: 20px 80px 10px;
  text-align: center;
}
.clientInfo {
  background: #223146;
  color: #ffffff;
  padding: 20px 40px;
}
.clientMore {
  color: #f6a800;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 55%;
  width: auto;
  padding: 5px;
  color: #888;
  font-weight: normal;
  user-select: none;
  text-decoration: none;
}
.next {
  position: absolute;
  right: 0;
}
.prev:hover,
.next:hover {
  background-color: rgba(34, 49, 70, 0.1);
  color: white;
  text-decoration: none;
}
.dot-container {
  text-align: center;
}
.dot {
  cursor: pointer;
  height: 5px;
  width: 5px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active,
.dot:hover {
  background-color: #717171;
}
/* Founder Block on Front Page
			--------------------------------------------- */

.f-block {
  -webkit-clip-path: polygon(
    0 0,
    /* left top */ 100% 10%,
    /* right top */ 100% 100%,
    /* right bottom */ 0 90% /* left bottom */
  );
  clip-path: polygon(
    0 0,
    /* left top */ 100% 10%,
    /* right top */ 100% 100%,
    /* right bottom */ 0 90% /* left bottom */
  );
  background-color: #f0ecef;
  float: left;
  margin-top: -195px;
  padding-top: 50px;
}
.f-contents,
.form-c {
  margin: 0 auto;
  text-align: left;
}
.form-c {
  padding: 75px 50px 0;
}
.ftag {
  font-size: 4rem;
  color: #223146;
  font-family: "Spartan";
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  text-align: left;
  padding: 100px 400px 0 75px;
}
.r-found.f-1 p {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.f-caption {
  font-size: 1.2rem;
  text-align: center;
}
.fnamecre {
  font-size: 1.9rem;
  color: #f6a800;
  font-family: "Poppins";
  line-height: 1;
  text-align: left;
  padding: 0 75px;
}
.fname {
  font-weight: 800;
  text-transform: uppercase;
}
.home-vid.f-2 {
  padding: 0 40px 0 75px;
}
.l-found {
  border-right: 1px solid #f6a800;
  font-size: 1.1rem;
  padding: 0 10px;
}
.l-found p {
  text-align: right;
  font-size: 1.2rem;
  margin: 0 10px;
  align-self: stretch;
}
.buff {
  padding: 10px;
  float: right;
}
.r-found {
  padding: 0 20px;
  text-align: left;
  vertical-align: top;
  align-self: stretch;
}
/* Course Page Elements
			--------------------------------------------- */
.territory {
  width: 100%;
}
.course-container {
  background-position: bottom left;
  background-size: contain;
  background-repeat: no-repeat !important;
  box-sizing: border-box;
  max-width: 100%;
}

.tagline.f-1 h1 {
  margin: 0;
  font-family: "Spartan", sans-serif;
  font-size: 5.5rem;
  letter-spacing: -0.2rem;
}
@media (max-width: 960px) {
  .tagline.f-1 h1 {
    font-size: 3rem;
  }
  .tagline.f-1 h2 {
    font-size: 1.5rem;
  }
}
.course-btn h4 {
  color: #ffffff;
  padding: 15px !important;
  margin: 0 auto;
  font-family: "Poppins";
  text-transform: uppercase;
}
.cta-content {
  align-items: center;
  display: flex;
}
a.course-btn.cta {
  text-transform: uppercase;
  font-size: 2rem;
  padding: 20px 50px;
}
.mid-content {
  padding: -100px 10% 0;
}
.t-img {
  align-items: center;
  align-self: center;
}
.core-mid-w {
  -webkit-clip-path: polygon(
    0 0,
    /* left top */ 100% 10%,
    /* right top */ 100% 100%,
    /* right bottom */ 0 90% /* left bottom */
  );
  clip-path: polygon(
    0 0,
    /* left top */ 100% 10%,
    /* right top */ 100% 100%,
    /* right bottom */ 0 90% /* left bottom */
  );
  padding: 150px 10% 200px;
  background-color: #ffffff;
  margin-top: -250px;
}
.mid-divider {
  margin-top: -200px;
  margin-bottom: -100px;
}
.mid-content-w {
  padding: 200px 10%;
  margin: -200px 0;
  background-color: #ffffff;
  -webkit-clip-path: polygon(
    0 0,
    /* left top */ 100% 10%,
    /* right top */ 100% 100%,
    /* right bottom */ 0 90% /* left bottom */
  );
  clip-path: polygon(
    0 0,
    /* left top */ 100% 10%,
    /* right top */ 100% 100%,
    /* right bottom */ 0 90% /* left bottom */
  );
}
.course-bg {
  background-color: #f7f3ee;
}
.course-heading {
  padding: 25px 75px;
}
.course-image {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  vertical-align: bottom;
  align-self: flex-end;
  object-fit: cover;
}
.course-heading h1.course-name {
  margin: 0;
  font-family: "Spartan", sans-serif;
  font-size: 3rem;
  letter-spacing: -0.2rem;
}
@media (max-width: 960px) {
  .course-heading h1.course-name {
    font-size: 2rem;
  }
  .course-heading h4.course-name {
    font-size: 1.5rem;
  }
}
.course-image.f-1 img {
  height: auto;
  position: relative;
}
h1.course-name {
  font-size: 4rem;
  line-height: 1;
}
h4.course-name {
  margin: 0 !important;
}
.center {
  text-align: center !important;
}
.core-img {
  object-fit: cover;
  height: auto;
  object-position: bottom right;
  max-height: 820px;
}
.core-img .smaller {
  max-height: 300px !important;
  object-position: center right !important;
}
.brent-img {
  object-fit: cover;
  height: auto;
  object-position: bot;
}
.core-img-r {
  object-fit: cover;
  width: 62%;
  height: auto;
  object-position: top left;
  text-align: left;
}
img.f-1.front.home {
  object-position: center left;
  margin: 0;
  object-fit: cover;
  width: 50%;
  padding-bottom: 20px;
}
img.f-2.everybody {
  object-fit: cover;
  object-position: center right;
  margin: 0;
  width: 10%;
  align-self: stretch;
}
img.front {
  width: 100%;
  object-fit: cover;
}
.align-cen {
  align-self: center;
}
.img-mod {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.img-h {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.f-c {
  align-self: center;
}
.grad-box {
  margin: 0;
}
.core-mid,
.form-container {
  -webkit-clip-path: polygon(
    0 0,
    /* left top */ 100% 10%,
    /* right top */ 100% 100%,
    /* right bottom */ 0 90% /* left bottom */
  );
  clip-path: polygon(
    0 0,
    /* left top */ 100% 10%,
    /* right top */ 100% 100%,
    /* right bottom */ 0 90% /* left bottom */
  );
  background-repeat: repeat;
  padding-top: 25px;
  margin-top: -200px;
  margin-bottom: -50px;
}
.core-f {
  padding-bottom: 175px;
}
.brent-mid {
  -webkit-clip-path: polygon(
    0 0,
    /* left top */ 100% 5%,
    /* right top */ 100% 100%,
    /* right bottom */ 0 95% /* left bottom */
  );
  clip-path: polygon(
    0 0,
    /* left top */ 100% 5%,
    /* right top */ 100% 100%,
    /* right bottom */ 0 95% /* left bottom */
  );
  padding-top: 25px;
  margin-top: -195px;
  margin-bottom: -50px;
}
.brent {
  align-self: center;
}
.white-ribbon {
  position: absolute;
  top: 40%;
  left: 0;
  color: #223146;
  background-color: #ffffff;
  padding: 10px 50px;
  width: inherit;
  text-transform: uppercase;
  font-family: "Spartan";
  clear: both;
  display: inline-block;
}
.cre {
  font-family: "Poppins";
  text-transform: uppercase;
  color: #f6a800;
}
h4.y-text {
  margin: 0;
  padding: 0;
  font-weight: none;
  font-weight: normal;
  color: #f6a800;
}
.contact-p {
  margin: 0 auto;
}
.reset {
  font-size: 1.2rem;
}
.wp-block-column h2,
.wp-block-column h3 {
  text-transform: none;
  font-family: "Poppins";
}
.top-pad {
  padding: 40px 75px 20px 40px;
  align-self: flex-start;
}
.brent-bio {
  align-self: center;
  padding-right: 75px;
}
.course-module {
  box-shadow: 0 0 10px rgba(100, 121, 119, 0.3);
  background-color: #ffffff;
  border-radius: 25px;
  margin: 20px auto;
  align-items: stretch !important;
  width: 95%;
}
.course-module img {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.course-module p,
.course-module h4 {
  padding: 10px 20px 0;
}
.course-module h4 {
  font-size: 1.4rem;
}
.core-l {
  background-position: top left !important;
  background-size: contain !important;
  background-repeat: no-repeat;
}
.course-sub {
  padding-top: 200px !important;
}
a.btn-floating {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  z-index: 3000;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  float: right;
  padding: 10px 25px 10px;
  margin: 0 -4.7% 0 0;
  box-shadow: 0 0 30px rgba(100, 121, 119, 0.6);
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  cursor: pointer;
}
a.course-btn,
a.core-btn,
input.course-btn {
  display: inline-block;
  color: #ffffff;
  font-weight: normal;
  background-color: #f6a800;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 80px;
  margin: 0 auto;
  font-family: "Poppins";
  text-transform: uppercase;
}
a.core-btn,
input.course-btn {
  width: 100%;
}
a.course-btn-sm,
.course-btn-sm-inline a {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  background-color: #f6a800;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 80px;
  text-transform: uppercase;
}
a:hover.course-btn,
a:hover.core-btn {
  color: #707070;
}
.course-btn {
  text-transform: uppercase;
}
.course-info {
  text-align: center;
  font-size: 0.9rem;
  padding: 30px;
  background-color: #ffffff;
  align-self: stretch;
}
.course-date {
  text-align: center;
  font-size: 0.9rem;
  color: #ffffff;
  background-color: #f6a800;
  padding: 30px;
  flex-wrap: wrap;
}
.course-title {
  font-family: "Spartan";
  font-size: 1.4rem;
  text-transform: uppercase;
  flex-wrap: wrap;
}
.course-main {
  margin: auto;
  padding: 5% 75px 0;
}
.top-pad {
  margin: 100px auto 0;
}
#more {
  width: 100%;
}
.form-bg {
  background: rgb(255, 210, 128);
  background: linear-gradient(
    0deg,
    rgba(255, 210, 128, 1) 0%,
    rgba(255, 208, 123, 1) 9%,
    rgba(253, 187, 45, 1) 100%
  );
  padding: 20px;
}
.quote {
  border: 1px solid #707070;
  padding: 25px 50px;
  margin: 100px auto 0;
  width: 60%;
}
.quote-w {
  margin-right: 50px;
  align-self: center;
  font-style: italic;
}
.quote-w h5 {
  font-style: normal;
}
.quote-n {
  font-family: "Spartan";
  text-transform: uppercase;
  color: #223146;
}
.sched {
  background: #ffffff;
  border: 1px solid #707070;
  width: 60%;
  margin: 0 auto;
  padding: 40px;
}
.wp-block-column {
  word-break: normal !important;
}
h4.day-1 {
  font-size: 1.2rem;
  margin-top: 0 !important;
}
.day-1 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  font-size: 1rem;
}
.day-item {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.mod-column {
  width: 80%;
  margin: 0 auto;
}
.oxi-icons {
  color: #000;
}
img.quote-i {
  border-radius: 50%;
}
div.job_listings,
.type-job_listing {
  width: 75%;
  margin: 0 auto;
  font-size: 1rem;
  clear: both;
}
.job_filters {
  background: transparent !important;
}
.oxi-addons-container {
  width: 75% !important;
}
.home-vid {
  width: 100%;
  padding: 0 40px 40px;
  float: right;
  align-self: flex-start;
}
.embed-container {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0 auto;
}
.video-shadow {
  box-shadow: 10px 10px rgba(100, 121, 119, 0.2);
  margin-right: 20px;
}
div.f-1.home-vid.video-course {
  margin: auto;
}
div.f-1.embed-container.video-shadow {
  margin: auto;
}
.img-circle-shadow {
  border-radius: 50%;
  box-shadow: 10px 10px rgba(100, 121, 119, 0.2);
  height: auto;
}
.video-shadow-y {
  box-shadow: 10px 10px rgba(250, 222, 198, 1);
}
.wrapper {
  align-items: flex-start;
  clear: both;
}
a.home-btn-light {
  display: inline-block;
  color: #ffffff !important;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  border: 1px solid #ffffff;
  padding: 10px 20px;
  background: transparent;
  width: auto !important;
}
a.home-btn {
  display: inline-block;
  background-color: #f6a800;
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  padding: 10px 20px;
  width: auto !important;
  font-weight: normal;
}
.cart-icon {
  font-size: 1rem !important;
  width: 10px !important;
  height: 0 !important;
}
.wp-block-image .size-full {
  padding: 0;
  margin: 0;
}
/* .entry {
	margin-bottom: 40px;
} */
.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  padding-left: 40px;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ul > li {
  list-style-type: disc;
}
.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}
.entry-content code {
  background-color: #f5f5f5;
}
.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}
/* Entry Meta
--------------------------------------------- */

p.entry-meta {
  margin-bottom: 0;
}
.entry-header {
  display: none;
}

/** Fix posts page */
#genesis-content .post .entry-header {
  display: block;
}
body.single-post #genesis-content a:not(.wp-block-button__link) {
  color: var(--orange-color);
  text-decoration: underline;
}

.entry-header .entry-meta {
  margin-bottom: 20px;
}
.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.entry-categories,
.entry-tags {
  display: block;
}
.entry-comments-link::before {
  content: "\2014";
  font-family: "Dashicons";
  margin: 0 6px 0 2px;
}
/* #genesis-content {
	padding-bottom: 150px;
} */
/* Pagination
--------------------------------------------- */

.pagination {
  clear: both;
  margin: 60px auto 200px;
  text-align: center;
}
.adjacent-entry-pagination {
  margin: 75px 0;
  padding: 0 5%;
}
.archive-pagination li {
  display: inline;
}
.archive-pagination li a {
  color: #223146;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 50px;
  padding: 8px 12px;
  text-decoration: none;
}
.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  color: #bbb;
}
/* Widgets
---------------------------------------------------------------------------- */

.widget {
  margin-bottom: 40px;
}
footer .widget {
  margin-bottom: 0;
}
.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}
.widget ul > li {
  margin-bottom: 10px;
}
.widget ul > li:last-of-type {
  padding-bottom: 0;
}
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}
.widget li li {
  border: 0;
  margin: 0;
  padding: 0;
}
.widget_calendar td,
.widget_calendar th {
  text-align: center;
}
/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  margin: 40px 10%;
}
.comment-respond {
  margin-bottom: 200px;
}
.comment-list li {
  padding: 40px 0 0 30px;
}
.comment-list .depth-1 {
  padding-left: 0;
}
.comment-header {
  margin-bottom: 30px;
}
.comment-content {
  clear: both;
}
.comment-content ul > li {
  list-style-type: disc;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}
.comment-header p {
  margin-bottom: 0;
}
.entry-pings .reply {
  display: none;
}
.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}
.single .adjacent-entry-pagination {
  padding: 0 75px 20px;
}
/* Footer Widgets
---------------------------------------------------------------------------- */
/*.footer-widgets {}*/
/* p.footer-logo {
	background-image: url('/wp-content/uploads/2022/01/Polestar-Pilates.png');
	background-size: contain;
	background-repeat: no-repeat;
	padding: 70px 0 20px;
	vertical-align: bottom;
	width: 100%;
	margin: 0 0 5px;
}
.footer-movens {
	font-size: .7rem;
} */
/* .footer-widgets {
	color: #FFFFFF;
	clear: both;
	padding: 100px 0 60px;
}
.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}
.footer-widget-area {
	padding-left: 30px;
	padding-right: 30px;
	float: left;
	margin-bottom: 0;
	width: calc(100% / 5) !important;
}
.footer-widget-area:last-child, .footer-widgets .widget:last-child {
	margin-bottom: 0;
} */
/* Site Footer
---------------------------------------------------------------------------- */

footer.site-footer {
  background-color: var(--primary-color);
  color: #ffffff;
  position: static;
}
.site-footer p {
  margin-bottom: 0;
}

.site-footer .custom__footer {
  display: flex;
  flex-direction: column;
  max-width: 1160px;
  margin: 0 auto;
  padding: 4rem 0 2rem 0;
  font-size: 14px;
}
@media (max-width: 1160px) {
  .site-footer .custom__footer {
    padding: 2rem 1rem 5rem 1rem;
  }
}

.site-footer .custom__footer .top__section {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
}
@media (max-width: 960px) {
  .site-footer .custom__footer .top__section {
    flex-direction: column;
  }
}

.site-footer .custom__footer .top__section .title__container {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 960px) {
  .site-footer .custom__footer .top__section .title__container {
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
.site-footer .custom__footer .top__section .title__container .title {
  text-transform: capitalize;
  color: white;
  font-size: 55px;
  text-wrap: balance;
  font-weight: 500;
}
@media (max-width: 960px) {
  .site-footer .custom__footer .top__section .title__container .title {
    font-size: 35px;
  }
}

.site-footer .custom__footer .top__section .title__container .title span {
  color: var(--secondary-color);
}

.site-footer .custom__footer .top__section .links__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  flex: 1 1;
  width: 100%;
  position: relative;
}
.site-footer .custom__footer .top__section .links__container .links.buttons {
  align-self: center;
}

@media (max-width: 960px) {
  .site-footer .custom__footer .top__section .links__container .links.buttons {
    position: absolute;
    bottom: -70px;
    left: 0;
  }
}

.site-footer .custom__footer .top__section .links__container .links.buttons ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 0.5rem;
}
.site-footer
  .custom__footer
  .top__section
  .links__container
  .links.buttons
  ul
  li {
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d9d9d912;
}

.site-footer .custom__footer .top__section .links__container .links h4 {
  color: white;
  text-transform: initial;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.site-footer .custom__footer .top__section .links__container .links ul {
  display: flex;
  flex-direction: column;
}

.site-footer .custom__footer .top__section .links__container .links ul li {
  margin-bottom: 0.3rem;
}
.site-footer
  .custom__footer
  .top__section
  .links__container
  .links
  ul
  li:hover {
  transition: 0.5s ease;
}
.site-footer .custom__footer .top__section .links__container .links ul li a {
  color: white;
  font-weight: 500;
}
.site-footer
  .custom__footer
  .top__section
  .links__container
  .links
  ul
  li
  a:hover {
  color: var(--orange-color);
}

.site-footer .custom__footer .bottom__section,
.bottom__section .custom-html-widget {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2.5rem;
}
@media (max-width: 960px) {
  .site-footer .custom__footer .brand__logo {
    margin-bottom: 1rem;
  }
  .site-footer .custom__footer .bottom__section,
  .bottom__section .custom-html-widget {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2rem;
    gap: 1rem;
  }
}

.site-footer .custom__footer .bottom__section .cookies__link {
  color: white;
  text-decoration: underline;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.site-footer .custom__footer .bottom__section .cookies__link:hover {
  color: var(--orange-color);
}
.site-footer .custom__footer .bottom__section .credits {
  margin-bottom: 0.5rem;
  color: #a7b9d2 !important;
}
.privacy__link {
  text-decoration: underline;
  color: #a7b9d2 !important;
}
.privacy__link:hover {
  color: white;
}

/* Footer Menu
--------------------------------------------- */

ul#menu-company-menu.menu li a,
ul#menu-contact.menu li a,
ul#menu-more.menu li a {
  padding-left: 0;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
}
ul#menu-company-menu.menu li ul.sub-menu a,
ul#menu-contact.menu li ul.sub-menu a,
ul#menu-more.menu li ul.sub-menu a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.widget-wrap nav ul.menu li a {
  color: white !important;
  text-decoration: none !important;
}
.widget-wrap nav ul.menu li a:hover {
  color: #f8a800 !important;
  cursor: pointer;
}

/* Media Queries
---------------------------------------------------------------------------- */

/* Mobile */

@media only screen and (max-width: 960px) {
  .lead-f {
    flex-direction: column-reverse;
  }
  div.job_listings,
  .type-job_listing {
    width: 90%;
    padding: 0 0 50px;
    clear: both;
  }
  /* .site-container {
		margin-top: 0;
		padding-top:0;
	} */
  .site-container {
    padding-top: 50px;
  }
  a.course-btn.cta {
    padding: 20px;
    margin-bottom: 125px;
  }
  a.course-btn,
  a.core-btn,
  input.course-btn {
    font-size: 1rem;
  }
  .credentials,
  .l-grad,
  .gradname {
    font-size: 2rem;
  }
  .home-text {
    margin-top: 100px !important;
    padding: 10px 0 0 20px;
  }
  img.f-1.front.home {
    margin: 0;
    padding: 0;
    width: 100%;
    padding-bottom: 100px;
  }
  img.f-2.everybody {
    width: 100%;
    object-position: bottom center !important;
    padding-bottom: 100px;
  }
  .course-main {
    padding: 20px 25px;
  }
  .top-pad {
    margin: 275px auto 0;
  }
  .quote {
    width: 80%;
  }
  h5,
  .clientName {
    line-height: 1.5;
  }
  .top-h {
    flex-direction: row !important;
  }
  .img-h {
    max-width: 30%;
    float: right;
    margin: 0 15px;
  }
  .about-l {
    padding: 40px 25px 0;
  }
  .blog-top {
    margin: 150px 0 0;
  }
  .blog .content {
    padding: 0;
  }
  /**.blog .content article h2 {
		font-size: 4rem !important;
	}**/
  .course-info,
  .course-date,
  .course-title {
    width: 100%;
    font-size: 2.4rem;
  }
  .movens {
    margin: 10px 0;
  }
  .img-mod {
    display: none;
  }
  .about-head {
    margin-bottom: 0;
  }
  article.post {
    margin: 0 1rem;
  }
  body,
  .reset {
    font-size: 1rem;
  }
  .f-1.brent {
    padding: 0 !important;
    margin: 0 !important;
  }
  .r-found {
    padding: 0;
  }
  .f-caption {
    margin-bottom: 10px;
  }
  .r-grad p {
    margin: 0;
  }
  .l-found {
    border: 0px;
    padding: 0;
  }
  .l-found p,
  .r-found p,
  .fnamecre,
  .r-found.f-1 .gradname {
    text-align: left;
    padding: 10px 25px;
    margin: 0;
  }
  .l-found p {
    font-size: 1.6rem;
  }
  .fnamecre {
    padding-bottom: 20px;
  }
  .r-found.f-1 .gradname {
    display: none;
  }
  .buff {
    float: left;
    padding: 0 0 80px;
  }
  .f-block .f-container {
    margin-bottom: 10px;
  }
  .ftag {
    padding: 60px 25px 0;
    margin-bottom: 0;
  }
  .home-vid.f-2 {
    padding: 0 25px;
  }
  .slant-img-r,
  .form-container {
    margin-bottom: -250px;
  }
  .tagline-p {
    margin: 60px 25px 0;
  }
  .slant-img,
  .slant-img-r {
    -webkit-clip-path: polygon(
      0 0,
      /* left top */ 100% 0%,
      /* right top */ 100% 100%,
      /* right bottom */ 0 90% /* left bottom */
    );
    clip-path: polygon(
      0 0,
      /* left top */ 100% 0%,
      /* right top */ 100% 100%,
      /* right bottom */ 0 90% /* left bottom */
    );
    width: 100%;
    margin-bottom: 5px;
  }
  .everyb .f-container-r .tagline.f-1 {
    padding: 25px 60px 0;
  }
  .core-mid,
  .grad-testimonial,
  .f-block,
  .everyb {
    -webkit-clip-path: polygon(
      0 0,
      /* left top */ 100% 5%,
      /* right top */ 100% 100%,
      /* right bottom */ 0 95% /* left bottom */
    );
    clip-path: polygon(
      0 0,
      /* left top */ 100% 5%,
      /* right top */ 100% 100%,
      /* right bottom */ 0 95% /* left bottom */
    );
  }
  .bottom-img {
    -webkit-clip-path: polygon(
      0 0,
      /* left top */ 100% 10%,
      /* right top */ 100% 100%,
      /* right bottom */ 0 90% /* left bottom */
    );
    clip-path: polygon(
      0 0,
      /* left top */ 100% 10%,
      /* right top */ 100% 100%,
      /* right bottom */ 0 90% /* left bottom */
    );
  }
  .case-study-block {
    margin-top: -400px;
  }
  .grad-tag {
    text-align: left;
    padding: 20px 25px 0;
    word-wrap: normal;
    word-break: normal;
    overflow-wrap: normal;
  }
  .brent-mid {
    -webkit-clip-path: polygon(
      0 0,
      /* left top */ 100% 2%,
      /* right top */ 100% 100%,
      /* right bottom */ 0 98% /* left bottom */
    );
    clip-path: polygon(
      0 0,
      /* left top */ 100% 2%,
      /* right top */ 100% 100%,
      /* right bottom */ 0 98% /* left bottom */
    );
    padding-top: 60px;
    margin-top: -195px;
  }
  .core-img-r,
  .core-img {
    width: 90%;
  }
  .core-img .smaller {
    max-height: 300px !important;
    object-position: top center !important;
  }
  .core-l {
    width: 100%;
    margin-bottom: -250px;
  }
  .brent-bio {
    padding: 25px 25px 0;
  }
  .testimonial-block,
  .home-vid {
    text-align: left;
  }
  .home-vid {
    text-align: center;
    float: left;
    width: 100%;
    padding: 0;
  }
  .form-c {
    padding: 75px 0px;
  }
  .form-spacing {
    height: 300px;
  }
  .f-container {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .footer-movens,
  ul#menu-company-menu.menu li ul.sub-menu a,
  ul#menu-contact.menu li ul.sub-menu a,
  ul#menu-more.menu li ul.sub-menu a {
    font-size: 1.8rem;
  }
  .form-c h2 {
    font-size: 2rem;
    padding-top: 20px;
  }
  .f-container.summary {
    flex-direction: row;
  }
  .f-1.desc.s-img {
    display: none;
  }
  .f-1.hybrid,
  .f-1.online,
  .f-1.online-i,
  .f-1.hybrid-i {
    align-self: stretch;
  }
  .f-4.desc {
    text-align: justify;
  }
  .f-container-r {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .tagline.f-1 {
    margin-bottom: 0;
    margin-top: 50px;
    padding: 0 25px;
  }
  .f-1.core-img-r {
    object-position: top center;
    margin: 0 auto;
  }
  .wp-block-column h5 {
    font-size: 1.8rem;
  }
  .mob {
    margin-top: 80px !important;
  }
  .statement {
    padding-top: 140px;
  }
  .statement h3 {
    line-height: 1.2;
  }
  .about {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .top-pad {
    padding: 90px 40px 0 20px !important;
    margin: 0 auto;
  }
  .wp-custom-logo .title-area {
    width: 75px;
    height: 75px;
    padding: 0;
    margin-left: 75px;
  }
  .quote-w.f-3 h5 {
    font-size: 1.5rem;
  }
  .f-container.quote {
    margin-top: 300px;
  }
  .quote-w {
    margin: 20px 0 0;
  }
  .r-grad {
    border-left: 0px;
    padding: 10px 25px;
    text-align: left;
  }
  .f-container.core-f {
    padding-bottom: 0;
  }
  .genesis-nav-menu-sm .menu-item {
    text-align: right;
  }
  a.btn-floating {
    margin: 0 -10% 0 0;
  }
  .blog-right {
    margin-bottom: 10px;
  }
  .footer-widget-area {
    float: left;
    clear: both;
  }
  .blog-top.f-container {
    width: 90%;
  }
  .blog .content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
  .blog .content article:nth-child(-n + 1) {
    grid-column: auto;
  }
  .blog .content article:nth-child(-n + 1) h2 {
    font-size: 2rem !important;
    text-transform: none;
    font-family: "Poppins";
  }

  .menu .menu-item:focus {
    position: static;
  }
  .menu .menu-item > a:focus + ul.sub-menu,
  .menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
  }
  .js .nav-primary {
    display: none;
    position: absolute;
    background-color: #ffffff;
    z-index: 333;
    right: 0;
    top: 82px;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
    display: none;
  }
  #menu-header-menu {
    overflow: auto;
  }
  .sub-menu {
    line-height: 18px;
  }
  /* #genesis-content {
		margin-top:-15px;
	} */
  ul#menu-usa {
    display: none;
    justify-content: right;
  }
  ul#menu-usa li.menu-item ul.sub-menu {
    z-index: 1000;
  }
  .menu-toggle,
  .sub-menu-toggle {
    border-width: 0;
    color: #333;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
  }
  .menu-toggle:focus,
  .menu-toggle:hover,
  .sub-menu-toggle:focus,
  .sub-menu-toggle:hover {
    background-color: transparent;
    border-width: 0;
  }
  .menu-toggle {
    line-height: 20px;
    position: relative;
    z-index: 1000;
  }
  .menu-toggle::before {
    position: relative;
    top: -1px;
  }
  .sub-menu-toggle {
    float: right;
    padding: 9px 10px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .sub-menu .sub-menu-toggle {
    padding: 12px 10px;
  }
  .sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    transform: rotate(0);
    transition: transform 0.25s ease-in-out;
  }
  .sub-menu-toggle.activated::before {
    transform: rotate(180deg);
  }
  ul#menu-header-menu li.has-children > a:after {
    content: none;
  }
  .site-header {
    background-color: var(--nav-color);
  }
  div.slant-img div.home-bg div.f-container-r div.home-text a.home-btn {
    margin-bottom: 0;
  }
  .tablepress {
    --padding: 0 !important;
  }
  .dataTables_wrapper label input,
  .dataTables_wrapper label select {
    width: 50% !important;
  }
}

/* Jobs Plugin styles */
.job_filters .search_jobs {
  padding: 1em 0 !important;
}

ul.job_listings li.job_listing {
  width: 100%;
}

ul.job_listings li.job_listing a div.position .company .tagline {
  display: block;
  padding: 0px !important;
  margin: 0px !important;
}

ul.job_listings li.job_listing a {
  padding: 0.5em 1em !important;
}

ul.job_listings li.job_listing a div.position {
  padding-left: 0px !important;
}

@media only screen and (max-width: 960px) {
  ul.job_listings li.job_listing a .meta .job-type {
    float: left;
    margin: 0 1em 0 0;
    padding: 0.5em 0.5em 0.5em 0;
    float: left;
    line-height: 1em;
  }

  ul.job_listings li.job_listing a div.position,
  ul.job_listings li.job_listing a div.location,
  ul.job_listings li.job_listing a ul.meta {
    width: 100% !important;
    float: left !important;
    text-align: left !important;
    padding-left: 0px !important;
  }
}

.page-id-8108 .wp-block-columns {
  column-gap: 0.5em;
}

/* Testimonials Plugin styles */

.imtst_form {
  max-width: 100% !important;
  width: 75vw !important;
}
.imtst_input {
  padding: 6px 10px !important;
  width: 100% !important;
  height: 38px !important;
  font-size: 16px !important;
  font-family: inherit !important;
  line-height: 1.3 !important;
  border: 1px solid #ccc !important;
  border-radius: 2px !important;
}
textarea.imtst_input {
  height: 120px !important;
}
#imtst_form.imtst_form.ictst_wrapp label {
  width: 100% !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  margin: 0 0 4px 0 !important;
}
@media only screen and (max-width: 960px) {
  .imtst_form {
    width: 100% !important;
  }
}

/**
	Custom classes
**/
.text-orange {
  color: var(--orange-color);
}

/**
	Custom buttons
*/
.custom-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: auto;
  background-color: var(--primary-button-color);
  color: var(--primary-color);
  border: 1px solid var(--primary-button-border-color);
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  text-align: start;
}

.custom-button:hover,
.custom-button.active,
.custom-button:focus {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--white);
}

.custom-button.orange-button {
  background-color: var(--orange-color);
  border: 1px solid var(--orange-color);
  color: var(--primary-color);
}

.custom-button.primary-button {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: white;
}
.custom-button.primary-button:hover,
.custom-button.primary-button:focus {
  background: var(--orange-color);
  border: 1px solid var(--orange-color);
  color: var(--primary-color);
}
.custom-button.primary-button::after {
  background-color: white;
}
.custom-button.primary-button:hover::after,
.custom-button.primary-button:focus::after {
  background-color: var(--primary-color);
}

/**
	Custom buttons with icons
*/
.pol-icon::after,
.pol-icon-left::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 85%;
  background-color: var(--primary-color);
}

.pol-icon.arrow-right::after,
.pol-icon-left.arrow-right::before {
  mask-image: url("./assets/icons/arrow-right.svg");
}
.pol-icon.close::after,
.pol-icon-left.close::before {
  mask-image: url("./assets/icons/close.svg");
  background: white;
}
.pol.icon.sign-in-alt::after,
.pol-icon-left.sign-in-alt::before {
  mask-image: url("./assets/icons/sign-in-alt.svg");
}
.pol-icon.language::after,
.pol-icon-left.language::before {
  mask-image: url("./assets/icons/language.svg");
}
.pol-icon.user::after,
.pol-icon-left.user::before {
  mask-image: url("./assets/icons/user.svg");
}
.pol-icon.search::after,
.pol-icon-left.search::before {
  mask-image: url("./assets/icons/search.svg");
}

/**
	===== Custom navigation styles CSS =====
**/
.js
  .nav-primary
  ul
  .menu-item:not(:last-child).aditional-menu-item
  .menu-item
  .menu-view-course-link:hover {
  color: var(--orange-color);
}

.js .nav-primary .menu-item:first-child .menu-item a.menu-view-course-link,
.js .nav-primary .online-courses-section a,
.genesis-nav-menu a.menu-view-course-link {
  color: var(--orange-color);
}
.js
  .nav-primary
  .menu-item:first-child
  .menu-item
  a.menu-view-course-link::after,
.js .nav-primary .online-courses-section a::after,
.genesis-nav-menu a.menu-view-course-link::after {
  background-color: var(--orange-color);
}

@media (max-width: 960px) {
  .js .nav-primary {
    top: 50px;
    width: 100%;
    position: absolute;
    margin-top: 0;
    min-height: calc(100% - 50px);
    background-color: var(--nav-color);
  }

  .js .nav-primary .menu {
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  img.custom-logo {
    margin-left: 0;
    top: 0;
    left: 1rem;
    height: 60px;
    width: 55px;
    padding: 0 0 10px 0;
  }

  .js .nav-primary ul,
  .js .nav-primary ul a {
    background-color: var(--nav-color);
    font-weight: 500;
  }

  .js .nav-primary .menu-item.menu-button {
    display: none;
  }

  .js .nav-primary ul .menu-item a p.menu-item-description {
    display: none;
  }
  .js .nav-primary ul .menu-item .menu-item a p.menu-item-description {
    display: block;
  }

  .js .nav-primary ul .menu-item:not(:last-child) a {
    border-bottom: 0.5px solid var(--secondary-color);
  }

  .js .nav-primary ul .menu-item:has(.sub-menu-toggle.activated) > a {
    border-bottom: 0;
  }

  .js
    .nav-primary
    ul
    .menu-item:not(:last-child).aditional-menu-item
    .menu-item {
    padding: 1rem;
  }

  .js
    .nav-primary
    ul
    .menu-item:not(:last-child).aditional-menu-item
    .menu-item
    a {
    border-bottom: 0px;
    padding: 0;
  }

  .js
    .nav-primary
    ul
    .menu-item:not(:last-child).aditional-menu-item
    .sub-menu {
    margin: 0 1rem;
    border: 1px solid var(--secondary-color);
  }

  .js
    .nav-primary
    ul
    .menu-item:not(:last-child).aditional-menu-item
    .sub-menu:not(:has(.online-courses-section)),
  .js
    .nav-primary
    ul
    .menu-item:not(:last-child).aditional-menu-item
    .sub-menu:not(:has(.online-courses-section))
    a {
    background-color: white;
    padding-left: 0;
  }

  .js
    .nav-primary
    ul
    .menu-item:not(:last-child).aditional-menu-item
    .menu-item:not(:last-child) {
    border-bottom: 1px solid var(--secondary-color);
  }

  .js
    .nav-primary
    ul
    .menu-item:not(:last-child).aditional-menu-item
    .menu-item
    a
    span {
    font-weight: bold;
  }

  .js
    .nav-primary
    ul
    .menu-item:not(:last-child).aditional-menu-item
    .menu-item
    div {
    margin-top: 1rem;
  }

  .js
    .nav-primary
    ul
    .menu-item:not(:last-child).aditional-menu-item
    .menu-item
    .menu-view-course-link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
    text-decoration: underline;
    font-weight: 500;
    color: var(--orange-color);
  }

  .js
    .nav-primary
    ul
    .menu-item:not(:last-child).aditional-menu-item
    .menu-item
    .menu-view-course-link::after {
    color: var(--orange-color);
  }

  .js .nav-primary ul .sub-menu .sub-menu {
    padding-left: 0;
  }

  .js
    .nav-primary
    ul
    .menu-item.aditional-menu-item
    .sub-menu:has(.online-courses-section) {
    padding-left: 0;
  }

  .js
    .nav-primary
    ul
    .menu-item.aditional-menu-item
    .menu-item:has(.online-courses-section) {
    padding: 0;
    display: flex;
    justify-content: center;
  }

  .js
    .nav-primary
    ul
    .menu-item.aditional-menu-item
    .menu-item
    .online-courses-section {
    min-width: 100%;
    width: 100%;
    padding: 1rem;
  }

  .js
    .nav-primary
    ul
    .menu-item.aditional-menu-item
    .menu-item
    .online-courses-section
    .links-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .js
    .nav-primary
    ul
    .menu-item.aditional-menu-item
    .menu-item:has(.online-courses-section)
    div {
    margin: 0;
  }

  .js
    .nav-primary
    ul
    .menu-item.aditional-menu-item
    .menu-item
    .online-courses-section
    a[type="all-courses-link"] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: transparent;
    margin-top: 1rem;
  }

  .js .nav-primary ul .sub-menu .online-courses-section {
    background-color: white;
    padding: 0;
    margin: 0;
  }

  .js .nav-primary .sub-menu-toggle {
    padding: 0px !important;
    right: 1rem;
    top: 1rem;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    height: 40px;
    opacity: 0;
  }

  .js .nav-primary .dropdown3 {
    display: none;
  }

  .js .nav-primary .dropdown2 .sub-menu .sub-menu {
    padding-left: 1rem;
    background-color: white;
  }

  .js .nav-primary .dropdown2 .sub-menu .menu-item .menu-item a {
    background-color: white;
  }

  .site-header:has(.menu-toggle.activated) {
    height: 100%;
    overflow-y: hidden;
    background: linear-gradient(
      to bottom,
      white,
      var(--nav-color),
      var(--nav-color)
    );
  }

  .menu-toggle {
    margin-right: 1rem;
  }

  .menu-toggle::before {
    font-size: 1.6rem;
    transform: scale(1.3);
  }

  .js .nav-primary .menu-item:first-child .menu-item-description {
    display: none;
  }
}

@media (min-width: 960px) {
  .genesis-nav-menu .menu-item a {
    display: flex;
    align-items: center;
    font-weight: 500;
  }
  .genesis-nav-menu .sub-menu {
    padding-left: 0;
    position: absolute;
  }

  .genesis-nav-menu .sub-menu a {
    border-top: 0;
    color: var(--primary-color);
    text-align: left;
    width: 350px;
  }

  .genesis-nav-menu .sub-menu a[itemprop="url"] {
    background-color: #f5f5f5;
  }
  .genesis-nav-menu .sub-menu .menu-item.sfHover a[itemprop="url"] {
    background-color: white;
  }
  .genesis-nav-menu .sub-menu .sub-menu a[itemprop="url"] {
    background-color: white;
  }

  .js .nav-primary {
    display: block;
    width: 100%;
    background-color: var(--nav-color);
    padding: 0 2rem;
  }

  .js .nav-primary .menu {
    display: flex;
    align-items: center;
    margin-left: calc(10rem - 3rem + 1rem);
  }

  .js .nav-primary .menu-item.menu-button:first-child > a {
    background: var(--primary-color);
    color: white;
    padding: 10px;
  }

  .js .nav-primary .menu-item.menu-button:first-child:hover > a {
    background-color: var(--orange-color);
  }

  .js .nav-primary .menu-item.menu-button:first-child > a::after {
    color: white;
  }

  /*First dropdown styles */
  .js .nav-primary .menu-item:first-child {
    position: static;
    margin-right: auto;
  }

  .js .nav-primary .menu-item:first-child .menu-item {
    position: static;
    background-color: white;
  }

  .js .nav-primary .menu-item:first-child .menu-item a.menu-view-course-link {
    justify-content: flex-end;
    text-decoration: underline;
    transition: 0.2s ease;
  }

  .js .nav-primary .menu-item:first-child .menu-item a span {
    font-weight: bold;
  }

  .js .nav-primary .menu-item:first-child .menu-item a span p {
    font-weight: normal;
    color: var(--secondary-color);
  }

  .js .nav-primary .menu-item:first-child .menu-item a a {
    background-color: white;
  }

  .js .nav-primary .menu-item:first-child .menu-item a,
  .js .nav-primary .menu-item.dropdown2 .menu-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
  }

  .js .nav-primary .menu-item:first-child .menu-item a.sf-with-ul::after {
    color: var(--primary-color);
    content: "\f139";
    font-family: "Dashicons";
    font-size: var(--icon-font-size);
    margin-left: 1rem;
    opacity: 1;
  }

  .js .nav-primary .menu-item:first-child .sub-menu .sub-menu {
    background-color: #ffffff;
    position: absolute;
    left: 100%;
    top: 0px;
    min-height: 100%;
  }

  .js .nav-primary .menu-item:first-child .menu-item .menu-item {
    border-color: transparent;
    border-bottom: 1px solid #a7b9d2;
    border-radius: 0;
  }

  .js .nav-primary .menu-item:first-child .menu-item .menu-item:last-child {
    border-bottom: 0;
  }

  .js .nav-primary .menu-item:first-child .menu-item .menu-item a {
    padding: 0.8rem 15px;
    width: 100%;
    min-width: 400px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .js .nav-primary .menu-item:first-child .menu-item .menu-item div {
    margin-top: -10px;
  }

  .js .nav-primary .menu-item:first-child .menu-item .sub-menu p {
    margin: 0;
  }

  .js .nav-primary .menu-item:first-child .menu-item .sub-menu a::after {
    content: "";
  }

  .js .nav-primary .menu-item:first-child .menu-item .menu-item-description {
    padding: 0;
    color: var(--secondary-color);
  }

  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden;
  }

  /** More Dropdown */
  .js .nav-primary .menu-item.dropdown2 .sub-menu,
  .js .nav-primary .menu-item.dropdown3 .sub-menu {
    position: absolute;
    right: 0;
    flex: 1;
    background-color: #f5f5f5;
  }

  .js .nav-primary .menu-item.dropdown2 .menu-item {
    position: static;
  }

  .js .nav-primary .menu-item.dropdown2 .menu-item a,
  .js .nav-primary .menu-item.dropdown3 .menu-item a {
    border-top: 0.5px solid #a7b9d2;
  }

  .js .nav-primary .menu-item.dropdown2 .menu-item:first-child a,
  .js .nav-primary .menu-item.dropdown3 .menu-item:first-child a {
    border-top: 0;
  }

  .js .nav-primary .menu-item.dropdown2 .sub-menu .menu-item {
    background-color: white;
  }

  .js .nav-primary .menu-item.dropdown2 .sub-menu .sub-menu {
    position: absolute;
    left: -100%;
    top: 0px;
    width: 100%;
    background-color: white;
    height: 100%;
    overflow: auto;
  }

  .js .nav-primary .menu-item.dropdown2 .sub-menu .sub-menu .menu-item {
    max-width: 350px;
    width: 100%;
  }

  .js .nav-primary .menu-item.dropdown2 .sub-menu .sub-menu a {
    height: 60px;
    line-height: 60px;
    border-top: 0.5px solid #a7b9d2;
    padding: 0 15px;
    max-width: 90%;
    margin: 0 auto;
  }

  .js .nav-primary .menu-item.dropdown2 .sub-menu .sub-menu a span {
    font-weight: 500;
  }

  .js .nav-primary .menu-item.dropdown2 .menu-item .menu-item:first-child a {
    border-top: 0;
  }

  .js .nav-primary .menu-item.dropdown2 .menu-item.sfHover a.sf-with-ul {
    background-color: white;
    color: var(--orange-color);
  }

  .js .nav-primary .menu-item.dropdown2 .menu-item a.sf-with-ul::after {
    opacity: 0;
  }

  .js .nav-primary .menu-item.dropdown2 .menu-item a {
    justify-content: flex-start;
    gap: 0.5rem;
  }

  .js
    .nav-primary
    .menu-item.dropdown2
    .menu-item.sfHover
    a.sf-with-ul::before {
    color: var(--primary-color);
    content: "\f141";
    font-family: "Dashicons";
    font-size: var(--icon-font-size);
    opacity: 1;
  }

  .js .nav-primary .menu-item.dropdown3 .menu-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 250px;
  }

  .js .nav-primary .menu-item.dropdown3 .menu-item a::after {
    color: var(--primary-color);
    content: "\f139";
    font-family: "Dashicons";
    font-size: var(--icon-font-size);
    opacity: 1;
  }

  .js .nav-primary .menu-item.dropdown3 .menu-item a span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .js .nav-primary ul li.aditional-menu-item {
    display: none;
  }
}

.js .nav-primary div:has(.custom-mobile-link) > .custom-mobile-link {
  display: none;
}

/**
Locate US (Countries Toggler Menu Item)
**/
.js .nav-primary .menu-item a #locate-us {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: 0s;
}

.js .nav-primary .menu-item:has(#locate-us):hover > a #locate-us::before {
  background-color: var(--orange-color);
  transition: 0s;
}

.js .nav-primary .menu-item a #locate-us i {
  font-style: normal;
}

@media (max-width: 960px) {
  .js .nav-primary div:has(.custom-mobile-link) > .custom-mobile-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .js .nav-primary div:has(.custom-mobile-link) span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
}

/**
	Online Courses Section
*/
.menu-item .online-courses-section {
  padding: 20px 15px;
  min-width: 400px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.menu-item .online-courses-section p[ref="courses-title"] {
  font-size: 14px;
  margin-bottom: 1rem !important;
}

.menu-item .online-courses-section .links-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}

.menu-item .online-courses-section .links-container a {
  min-width: auto !important;
  padding: 0 !important;
  width: auto !important;
  font-size: 14px;
  background-color: #ffc2ad;
  color: var(--primary-color);
  border-radius: 20px;
  padding: 2px 10px !important;
}

.menu-item .online-courses-section .links-container a:hover {
  opacity: 0.8;
}

.menu-item .online-courses-section .links-container a.orange {
  background-color: #fcd685;
}

.online-courses-section a[type="all-courses-link"] {
  min-width: auto !important;
  width: auto;
  justify-content: flex-end !important;
  padding: 0;
  gap: 1rem;
  cursor: pointer;
  text-decoration: underline;
}
.online-courses-section a[type="all-courses-link"]:hover {
  color: var(--orange-color);
}

/**
	===== Top menu =====
*/
.top-menu {
  --top-menu-font-size: 16px;
  --top-menu-button-font-size: 14px;

  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--primary-color);
  gap: 2rem;
  color: white;
  top: 0;
  position: sticky;
  padding: 0.7rem 1rem;
  z-index: 10;
}

@media (max-width: 960px) {
  .top-menu {
    top: 50px;
  }
  .top-menu .polestar-top-menu-left-content {
    display: none;
  }
}

.top-menu.disabled {
  display: none;
}

.top-menu p {
  font-size: var(--top-menu-font-size);
}

.top-menu .polestar-top-menu-mid-content {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.top-menu .polestar-top-menu-mid-content p {
  display: inline;
}

.top-menu .polestar-top-menu-mid-content p {
  margin-bottom: 0;
}

.top-menu .bold {
  font-weight: bold;
}

.top-menu .learn-more-button {
  font-size: var(--top-menu-button-font-size);
  font-weight: 500;
}

.top-menu .learn-more-button-sm {
  display: none;
  color: var(--orange-color);
  font-weight: 500;
  text-decoration: underline;
}

.top-menu .learn-more-button-sm:hover,
.top-menu .learn-more-button-sm:focus {
  color: var(--orange-color-dark);
}

@media (max-width: 960px) {
  .top-menu .learn-more-button {
    display: none;
  }

  .top-menu .learn-more-button-sm {
    display: inline-block;
  }
}

.top-menu .polestar-top-menu-right-content {
  display: flex;
  align-items: center;
}

.top-menu .polestar-top-menu-right-content span:hover {
  cursor: pointer;
  opacity: 0.5;
}

/**
	===
	=== Countries Modal ===
	===
*/
.pol-countries {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.425);
  z-index: 9999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.pol-countries.disable {
  display: none;
}

.pol-countries-modal {
  background-color: var(--nav-color);
  max-width: 560px;
  height: auto;
  border-radius: 0.5rem;
  padding: 30px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  animation: polCountriesModalAnim 0.5s ease;
}

.pol-countries-modal .modal-header-close-button {
  align-self: flex-end;
  border-radius: 50px;
  max-width: 60px;
  width: 100%;
  padding: 8px;
  display: flex;
  justify-content: center;
}

.pol-countries-modal .modal-header-close-button span {
  color: var(--primary-color);
}

.pol-countries-modal .modal-header-close-button:hover > span,
.pol-countries-modal .modal-header-close-button:focus > span {
  color: white;
}

.pol-countries-modal .modal-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.pol-countries-modal h2 {
  font-size: 25px;
  text-transform: initial;
  font-weight: 500;
  max-width: 65%;
}

.pol-countries-modal .modal-search {
  display: flex;
  align-items: center;
  border: 1px solid var(--secondary-color);
  background: white;
  position: relative;
  margin-bottom: 1rem;
}

.pol-countries-modal .modal-search input {
  font-size: 18px;
}

.pol-countries-modal .modal-search input::placeholder {
  color: #536884;
}

.pol-countries-modal .modal-search::after {
  position: absolute;
  right: 1rem;
}

.pol-countries-modal .modal-results {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-height: 400px;
  min-height: 400px;
  overflow-y: auto;
}

@media (max-width: 580px) {
  .pol-countries-modal .modal-results {
    max-height: 300px;
    min-height: 300px;
  }
}

.pol-countries-modal .modal-results a,
.pol-countries-modal .modal-results p {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
}

.pol-countries-modal .modal-results p {
  color: #536884;
}

.pol-countries-modal .modal-results a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

@keyframes polCountriesModalAnim {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.sidebar.sidebar-primary.widget-area {
  max-height: 0;
  overflow: hidden;
}

/**
	Common modal styles
*/
.modal__container {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__container.disabled {
  display: none;
}
.modal__container .modal {
  max-width: 803.5px;
  max-height: 90%;
  width: 100%;
  background-color: #f7f3ee;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  animation: 0.5s ease openModal;
}
@media (max-width: 960px) {
  .modal__container .modal {
    padding: 30px 1rem;
  }
}

.modal__container .modal .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 20px;
  margin-bottom: 1rem;
  gap: 2rem;
}
@media (max-width: 960px) {
  .modal__container .modal .header {
    gap: 1rem;
  }
}
.modal__container .modal .header .close__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50px;
  width: 45.14px;
  min-width: 45.14px;
  height: 32.19px;
  min-height: 32.19px;
  border: 1px solid #dfeafa;
  cursor: pointer;
}
.modal__container .modal .header .close__button::before {
  content: "";
  background: url("./assets/icons/times.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 11.53px;
  height: 11.53px;
}
.modal__content .disclaimer {
  color: #536884;
  background-color: #dfeafa;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  padding: 10px;
}

/**
TablePress
*/
.dataTables_paginate .paginate_button.disabled::after,
.dataTables_paginate.paging_simple .paginate_button.next:after,
.dataTables_paginate .paginate_button.disabled::before,
.dataTables_paginate.paging_simple .paginate_button.previous:before {
  color: var(--primary-color);
  text-shadow: none !important;
}

.dataTables_paginate.paging_simple .paginate_button.disabled.previous {
  opacity: 0.5;
}

.dataTables_paginate a.paginate_button {
  font-size: 16px !important;
}

@media (max-width: 1160px) {
  .dataTables_wrapper {
    font-size: 16px;
    overflow-x: auto;
    position: relative;
  }
  .tablepress {
    width: 100%;
    min-width: 1280px;
  }

  .dataTables_wrapper .dataTables_length {
    float: none;
    position: sticky;
    bottom: 0;
    left: 0;
  }

  .dataTables_wrapper .dataTables_filter {
    float: none;
    position: sticky;
    bottom: 0;
    left: 0;
  }

  .dataTables_wrapper .dataTables_info {
    float: none;
    margin: 1rem 0;
    position: sticky;
    bottom: 0;
    left: 0;
  }

  .dataTables_wrapper .dataTables_paginate.paging_simple {
    float: none;
    position: sticky;
    bottom: 0;
    left: 0;
  }
}

.footer-widgets {
  display: none;
}
