/*
Theme Name: CanView Theme New
Author: Samantha Scott - Thrive Digital
Author URI: https://thriveweb.com.au
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
ol,
ul,
li,
form,
legend {
  margin: 0;
  padding: 0;
  border: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active, a:focus, a:hover {
  outline: 0;
}

a,
button,
img,
div,
*:before,
*:after {
  transition: 0.5s ease all;
}

a:hover,
button:hover,
img:hover,
div:hover,
*:before:hover,
*:after:hover {
  transition: 0.5s ease all;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0 0 1rem;
}

container-small,
.sm {
  font-size: 90%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  appearance: none;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #000;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

textarea {
  overflow: auto;
  resize: none;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 1rem;
  margin-top: 5.5rem;
}

.admin-bar {
  margin-top: 5.5rem;
}

.admin-bar header {
  top: 32px;
}

.is_notice {
  margin-top: 8rem;
}

#wpadminbar {
  z-index: 20000 !important;
}

#adminbarsearch {
  display: none !important;
}

@media screen and (max-width: 782px) {
  .admin-bar header {
    top: 46px;
  }
  #wpadminbar {
    position: fixed;
  }
}

.logged-in #LoAvailableBtn {
  display: block !important;
}

#LoAvailableBtn,
.logged-in.is_patient #LoAvailableBtn {
  display: none !important;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  transition: 0.5s ease all;
}

.button, .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz a,
button,
.woocommerce-button,
.woocommerce-Button,
.gform_footer input[type='submit'],
#loginform input[type='submit'],
.ld_course_grid a:before,
.ld-button,
*[type='button'],
*[type='submit'],
*[type='reset'] {
  background: #000 !important;
  margin: 1rem 0 0;
  padding: 1.1rem 2rem !important;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem !important;
  color: white !important;
  font-weight: 500;
  line-height: 1 !important;
  letter-spacing: 1px;
  border-radius: 0 !important;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  position: relative;
  border: 1px solid #000;
  outline: 0 !important;
  cursor: pointer;
}

.button:hover, .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz a:hover, .button:focus, .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz a:focus,
button:hover,
button:focus,
.woocommerce-button:hover,
.woocommerce-button:focus,
.woocommerce-Button:hover,
.woocommerce-Button:focus,
.gform_footer input[type='submit']:hover,
.gform_footer input[type='submit']:focus,
#loginform input[type='submit']:hover,
#loginform input[type='submit']:focus,
.ld_course_grid a:before:hover,
.ld_course_grid a:before:focus,
.ld-button:hover,
.ld-button:focus,
*[type='button']:hover,
*[type='button']:focus,
*[type='submit']:hover,
*[type='submit']:focus,
*[type='reset']:hover,
*[type='reset']:focus {
  outline: 0;
  background: #3a3a42 !important;
}

.green {
  color: #00b050 !important;
  border: 1px solid #00b050 !important;
  background: transparent !important;
}

.green.alt {
  color: white !important;
  border: 1px solid #00b050 !important;
  background: #00b050 !important;
}

.green.alt:hover, .green.alt:focus {
  background: rgba(0, 176, 80, 0.8) !important;
}

.green:hover, .green:focus {
  background: rgba(0, 176, 80, 0.1) !important;
}

.white {
  background: white !important;
  color: #00b050 !important;
  border: 0 !important;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.white:hover, .white:focus {
  background: #f5f6fa !important;
}

.more {
  display: inline-block;
}

.more h6 {
  position: relative;
  opacity: 1;
  color: #00b050 !important;
  font-size: 0.9rem;
  padding-right: 2rem;
  line-height: 1.1rem;
}

.more h6:after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 0;
  right: 0;
  -webkit-mask: url("src/img/arrow.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
  background: #00b050;
}

.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.light p,
.light a,
.lighter h1,
.lighter h2,
.lighter h3,
.lighter h4,
.lighter h5,
.lighter h6,
.lighter p,
.lighter a {
  color: #000;
}

.light {
  background: #f5f6fa;
}

.light .background:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
}

.lighter {
  background: #f9f9f9;
}

.dark {
  background: #000;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark p,
.dark a {
  color: white;
}

.dark .background:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}

.pink {
  color: #e45ede;
  opacity: 1;
}

.orange {
  color: #fc7903;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
  margin: 0;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h6 {
  font-weight: 500;
}

h1 {
  font-size: 4.2rem;
  line-height: 1.2;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.2rem;
}

h5,
h6 {
  font-size: 1rem;
}

h6 {
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h6 strong {
  font-weight: 800;
}

p,
ul,
ol {
  font-size: 0.9rem;
}

p {
  color: rgba(58, 58, 66, 0.7);
}

p strong {
  color: #000;
  font-weight: 600;
}

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

a.back {
  font-size: 0.8rem;
  display: block;
  padding-left: 2rem;
  position: relative;
  font-weight: 500;
  cursor: pointer;
  opacity: 0.6;
}

a.back:hover {
  opacity: 0.6;
}

a.back:before {
  content: '';
  position: absolute;
  width: 0.8rem;
  height: 1rem;
  transform: rotate(-180deg);
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-mask: url("src/img/arrow.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
  background: #000;
}

ul,
ol,
li {
  margin: 0;
  list-style: none;
}

.sm {
  font-size: 0.8rem;
}

.clear {
  opacity: 0.4;
}

.taright {
  text-align: right;
}

.taleft {
  text-align: left;
}

.tacenter {
  text-align: center;
}

@media screen and (max-width: 900px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
  h1,
  h2 {
    font-size: 1.6rem;
  }
  h3,
  h4 {
    font-size: 1.2rem;
  }
  h6 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 500px) {
  h1,
  h2,
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1rem;
  }
}

.section-content,
.content {
  text-align: left;
}

.section-content h1,
.section-content h2,
.section-content h3,
.section-content h4,
.section-content h5,
.section-content h6,
.section-content ul,
.section-content ol,
.section-content p,
.section-content p a,
.section-content blockquote,
.section-content table,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content ul,
.content ol,
.content p,
.content p a,
.content blockquote,
.content table {
  color: #000;
  font-weight: 500;
  margin: 0 0 1rem 0 !important;
  line-height: 1.3;
}

.section-content p,
.section-content a,
.section-content ul,
.section-content ol,
.content p,
.content a,
.content ul,
.content ol {
  color: #3a3a42;
  font-size: 0.9rem !important;
  font-weight: 400;
  opacity: 1;
}

.section-content ul,
.section-content ol,
.content ul,
.content ol {
  padding: 0;
  list-style: none;
}

.section-content ul li,
.section-content ol li,
.content ul li,
.content ol li {
  position: relative;
  padding: 0 0 0 1.5rem;
}

.section-content ul li:before,
.section-content ol li:before,
.content ul li:before,
.content ol li:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 100%;
  left: 0.5rem;
  top: 0.5rem;
}

.section-content blockquote,
.content blockquote {
  padding: 1rem 1rem 1rem 4rem;
  border-left: 1px solid #fc7903;
  text-align: left;
}

.section-content blockquote *,
.content blockquote * {
  font-size: 1.6rem !important;
  font-weight: 500;
}

.section-content p a,
.content p a {
  color: #23bedc;
  text-decoration: underline;
}

.section-content p a:hover,
.content p a:hover {
  color: #00b050;
}

.section-content hr,
.content hr {
  border: 0;
  border-top: 1px solid rgba(58, 58, 66, 0.1);
  margin: 1.5rem 0 !important;
}

.section-content .desktop,
.content .desktop {
  display: block;
}

.section-content .mobile,
.content .mobile {
  display: none;
}

.section-content .divide,
.content .divide {
  margin: 0;
}

.read-more .content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.read-more .read-toggle {
  margin-top: 1rem;
  cursor: pointer;
}

.read-more .read-toggle:after {
  content: 'Read More';
  display: block;
  text-decoration: underline;
}

.read-more.expanded .content {
  display: block;
}

.read-more.expanded .read-toggle:after {
  content: 'Read Less';
}

@media screen and (max-width: 750px) {
  .section-content h1,
  .section-content h2,
  .section-content h3,
  .section-content h4,
  .section-content h5,
  .section-content h6,
  .section-content ul,
  .section-content ol,
  .section-content p,
  .section-content p a,
  .section-content blockquote,
  .section-content table,
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6,
  .content ul,
  .content ol,
  .content p,
  .content p a,
  .content blockquote,
  .content table {
    margin: 0 0 0.5rem 0 !important;
  }
  .section-content ul li,
  .content ul li {
    padding: 0 0 0 1.5rem;
  }
  .section-content .desktop,
  .content .desktop {
    display: none;
  }
  .section-content .mobile,
  .content .mobile {
    display: block;
  }
}

form {
  margin: 0;
  padding: 0;
}

form label,
form .ginput_preview > *,
form p.description,
form .gfield_description,
form .ginput_container:after,
form .screen-reader-text,
form .ginput_counter,
form .wc-pao-addon-description > p,
form .quantity:before,
form .gfield_password_strength {
  font-size: 0.7rem !important;
  margin: 0 !important;
}

form label,
form .ginput_preview > * {
  line-height: 2;
  font-weight: 500 !important;
  color: #000;
}

form label .required,
form label .gfield_required,
form .ginput_preview > * .required,
form .ginput_preview > * .gfield_required {
  display: none;
}

form .description,
form .gfield_description,
form .screen-reader-text,
form .ginput_container:after,
form .ginput_counter,
form .wc-pao-addon-description > *,
form .gfield_password_strength {
  color: rgba(58, 58, 66, 0.7);
}

form input[disabled],
form select[disabled],
form textarea[disabled],
form button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

form input,
form select,
form textarea {
  -webkit-appearance: none;
  background: transparent !important;
  display: inline-block;
  margin: 0.5rem 0 0 0 !important;
  padding: 1rem !important;
  width: 100% !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.9rem !important;
  border-radius: 0;
  line-height: 1.2;
  color: #3a3a42 !important;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  border: 1px solid rgba(58, 58, 66, 0.3);
  resize: none;
  max-height: 15rem;
  cursor: pointer;
}

form input:hover, form input:focus,
form select:hover,
form select:focus,
form textarea:hover,
form textarea:focus {
  outline: 0;
}

form input:-webkit-autofill, form input:-webkit-autofill:hover, form input:-webkit-autofill:focus, form input:-webkit-autofill:active,
form select:-webkit-autofill,
form select:-webkit-autofill:hover,
form select:-webkit-autofill:focus,
form select:-webkit-autofill:active,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus,
form textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 4rem white inset !important;
}

form input::placeholder,
form select::placeholder,
form textarea::placeholder {
  color: rgba(58, 58, 66, 0.3) !important;
}

form .form-row {
  text-align: left;
}

form .form-row:after {
  content: attr(data-after);
}

form .form-row:after,
form .form-row small,
form .form-row .screen-reader-text,
form .form-row .validation_message {
  font-size: 0.7rem;
  line-height: 1.8;
  display: block !important;
}

input[type='checkbox'],
input[type='radio'] {
  cursor: pointer;
  vertical-align: top;
  min-height: 18px;
  min-width: 18px;
  max-width: 18px !important;
  max-height: 18px !important;
  padding: 0 !important;
  border: 1px solid #00b050;
  background: transparent !important;
  margin: 0 0.5rem 0 0 !important;
}

input[type='checkbox']:checked,
input[type='radio']:checked {
  background: #00b050 !important;
  border: 1px solid #00b050;
}

input[type='file'] {
  padding: 0;
  min-height: 3.2rem;
  position: relative;
  background: transparent;
  border: 1px solid rgba(58, 58, 66, 0.3) !important;
}

input[type='file']::-webkit-file-upload-button {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0;
  border: 0;
  width: 100%;
  height: 3.2rem !important;
  color: transparent;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  font-weight: 500;
  cursor: pointer;
}

input[type='file']::-webkit-file-upload-button:focus {
  outline: 0;
}

input[type='file']:before {
  content: 'Upload File';
  font-family: "Montserrat", sans-serif;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  line-height: 3.2rem;
  font-weight: 500;
  text-align: center;
  background: #f1f1f1;
}

#ReturnForm {
  scroll-margin-top: 5rem;
}

.gform_wrapper .gform_body,
.gform_wrapper .gform_footer {
  margin: 0;
  display: block;
}

.gform_wrapper ul,
.gform_wrapper li {
  margin: 0;
  padding: 0 !important;
  list-style-type: none !important;
}

.gform_wrapper ul:before,
.gform_wrapper li:before {
  display: none !important;
}

.gform_wrapper ul {
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gform_wrapper li {
  display: block;
  width: 100% !important;
  margin: 0 0 1rem;
}

.gform_wrapper li.third {
  width: calc(100% / 3 - 0.5rem) !important;
}

.gform_wrapper li.half,
.gform_wrapper li .ginput_left,
.gform_wrapper li .ginput_right {
  width: calc(50% - 0.5rem) !important;
}

.gform_wrapper .label_only {
  margin: 0;
}

.gform_wrapper .label_only .ginput_container {
  display: none;
}

.gform_wrapper .gfield_label {
  margin-bottom: 0.5rem;
  display: block;
  text-align: left;
}

.gform_wrapper .gfield_signature_container canvas {
  margin: 0.5rem 0 !important;
}

.gform_wrapper .gfield_html {
  background: #f5f6fa;
  padding: 1rem !important;
}

.gform_wrapper .gfield_html:nth-child(n + 2) {
  margin: 2rem 0 !important;
}

.gform_wrapper .gfield_html p,
.gform_wrapper .gfield_html h4 {
  margin: 0 !important;
}

.gform_wrapper .gfield_html p {
  margin-top: 0.5rem !important;
  font-size: 0.7rem !important;
}

.gform_wrapper .ginput_container_select {
  position: relative;
}

.gform_wrapper .ginput_container_select:after {
  content: '';
  display: block;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 1px solid;
  border-right: 1px solid;
  color: rgba(58, 58, 66, 0.7);
  right: 1.5rem;
  top: 1.75rem;
  transform: rotate(45deg);
  pointer-events: none;
}

.gform_wrapper .checkbox_list .gfield_checkbox li {
  width: calc(50% - 0.5rem) !important;
}

.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio,
.gform_wrapper .ginput_container_consent {
  display: flex;
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li,
.gform_wrapper .ginput_container_consent li {
  margin: 0.5rem 0 0 0;
  display: flex;
  cursor: pointer;
}

.gform_wrapper .gfield_checkbox li .ginput_price,
.gform_wrapper .gfield_radio li .ginput_price,
.gform_wrapper .ginput_container_consent li .ginput_price {
  display: none;
}

.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label,
.gform_wrapper .ginput_container_consent label {
  color: #000;
  line-height: 20px !important;
  vertical-align: top;
  font-weight: 300 !important;
  font-size: 0.8rem !important;
}

.gform_wrapper .gfield_checkbox label a,
.gform_wrapper .gfield_radio label a,
.gform_wrapper .ginput_container_consent label a {
  font-size: 0.8rem !important;
  text-decoration: underline;
}

.gform_wrapper .gfield_checkbox input,
.gform_wrapper .gfield_radio input,
.gform_wrapper .ginput_container_consent input {
  display: inline-block !important;
}

.gform_wrapper .gfield_consent_description {
  margin-top: 0.5rem !important;
}

.gform_wrapper .ginput_container_password {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gform_wrapper .ginput_container_password span {
  position: relative;
  width: 100%;
}

.gform_wrapper .ginput_container_password .dashicons {
  display: none;
}

.gform_wrapper .ginput_container_password button {
  position: absolute;
  right: 1.5rem;
  margin: auto;
  top: 0.5rem;
  bottom: 0;
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
  width: 0.8rem;
  height: 0.8rem;
}

.gform_wrapper .ginput_container_password button:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-mask: url("src/img/hide.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
  background: #00b050;
}

.gform_wrapper .ginput_container_password button.hide:before {
  -webkit-mask: url("src/img/show.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
}

.gform_wrapper .ginput_container_password .gf_clear,
.gform_wrapper .ginput_container_password label {
  display: none;
}

.gform_wrapper .gfield_password_strength.strong {
  color: #00b050 !important;
}

.gform_wrapper .gfield_password_strength.good {
  color: #fc7903 !important;
}

.gform_wrapper .gfield_password_strength.bad, .gform_wrapper .gfield_password_strength.short {
  color: #f90002 !important;
}

.gform_wrapper .ginput_container_date .clear-multi {
  display: flex;
  justify-content: space-between;
}

.gform_wrapper .ginput_container_date .clear-multi div {
  width: calc(100% / 3 - 0.5rem);
  position: relative;
}

.gform_wrapper .ginput_container_date .clear-multi div:after {
  content: '';
  display: block;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 1px solid;
  border-right: 1px solid;
  color: rgba(58, 58, 66, 0.7);
  right: 1.5rem;
  top: 1.75rem;
  transform: rotate(45deg);
  pointer-events: none;
}

.gform_wrapper .ahpra-certificate input[type='file']:before {
  content: 'Upload AHPRA Certificate';
}

.gform_wrapper .gfield.gfield_error {
  margin-bottom: 1rem !important;
  border: 0 !important;
  background: none !important;
}

.gform_wrapper .gfield.gfield_error input,
.gform_wrapper .gfield.gfield_error select,
.gform_wrapper .gfield.gfield_error textarea {
  border: 1px solid red !important;
}

.gform_wrapper .gfield.gfield_error .validation_message {
  display: none;
}

.gform_wrapper .gfield_shipping {
  margin-top: 1rem;
}

.gform_wrapper .gfield_total,
.gform_wrapper .gfield_shipping {
  margin: 0;
  padding: 1rem 0 !important;
  border-top: 1px solid rgba(58, 58, 66, 0.1);
}

.gform_wrapper .gfield_total label,
.gform_wrapper .gfield_total div,
.gform_wrapper .gfield_shipping label,
.gform_wrapper .gfield_shipping div {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  display: inline-block !important;
}

.gform_wrapper .gfield_total label,
.gform_wrapper .gfield_shipping label {
  margin-right: 0.5rem !important;
}

.gform_wrapper .validation_error {
  border: 0 !important;
  margin: 0 0 1rem;
  color: red !important;
  font-weight: 400 !important;
  text-align: center;
}

.gform_wrapper .gform_footer {
  padding: 0 !important;
}

.gform_wrapper .gform_footer input {
  white-space: normal;
  text-align: center;
}

.gform_wrapper .gform_ajax_spinner,
.gform_wrapper .gform_delete,
.gform_wrapper .gfield_visibility_hidden,
.gform_wrapper .hidden_label label {
  display: none !important;
}

.terms-checkbox label,
.gfield_checkbox li,
.gfield_radio li,
.ginput_container_consent {
  position: relative;
}

.terms-checkbox label:after,
.gfield_checkbox li:after,
.gfield_radio li:after,
.ginput_container_consent:after {
  content: '';
  width: 4px;
  height: 8px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  transform: rotate(45deg);
  position: absolute;
  display: block;
  left: 7px;
  top: 4px;
  pointer-events: none;
}

.post-password-form {
  max-width: 30rem;
  margin: auto;
}

.post-password-form p:first-child {
  display: none;
}

.post-password-form input[type='submit'] {
  margin-top: 1rem !important;
}

#gf_7 {
  scroll-margin-top: 10rem;
}

@media screen and (max-width: 750px) {
  .gform_wrapper li.half,
  .gform_wrapper li .ginput_left,
  .gform_wrapper li .ginput_right {
    width: 100% !important;
  }
  .gform_wrapper li .ginput_left {
    margin-bottom: 1rem;
  }
  .gform_wrapper .gfield_html {
    text-align: center;
  }
  .gform_wrapper .checkbox_list .gfield_checkbox li {
    width: 100% !important;
  }
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image {
  position: relative;
  height: 25rem;
  margin-bottom: 1rem;
}

.image .background {
  z-index: 0;
}

.item-25 .image,
.item-45 .image,
.item-50 .image {
  height: 15rem;
}

.item-30 .image, .courses .ld_course_grid .image {
  height: 18rem;
}

.item-45.video {
  margin-top: 2rem !important;
}

.item-45.video iframe {
  width: 100%;
  height: 18rem;
}

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
}

.background {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -9;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

iframe {
  max-width: 50rem;
  height: 25rem;
}

@media screen and (max-width: 1500px) {
  .item-25 .image,
  .item-30 .image, .courses .ld_course_grid .image,
  .item-45 .image,
  .item-50 .image {
    height: 20vw;
  }
  .item-45.video iframe {
    height: 20vw;
  }
}

@media screen and (max-width: 1200px) {
  .item-25 .image,
  .item-30 .image, .courses .ld_course_grid .image,
  .item-45 .image,
  .item-50 .image {
    height: 25vw;
  }
}

@media screen and (max-width: 1000px) {
  iframe {
    width: 100%;
    height: 50vw;
  }
}

@media screen and (max-width: 900px) {
  .item-45.video iframe {
    height: 25vw;
  }
}

@media screen and (max-width: 750px) {
  .item-25 .image,
  .item-30 .image, .courses .ld_course_grid .image,
  .item-45 .image,
  .item-50 .image {
    height: 40vw;
  }
  .item-45.video iframe {
    height: 50vw;
  }
}

section {
  position: relative;
  z-index: 99;
}

.clear {
  clear: both;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.flex,
.flex-justify,
.flex-center {
  display: flex;
  flex-wrap: wrap;
}

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

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

.container-large {
  margin: auto;
  width: 85rem;
}

.container-medium {
  margin: auto;
  width: 65rem;
}

.container-small {
  margin: auto;
  width: 50rem;
}

.padding-thick {
  padding: 8rem 0;
}

.padding-thin {
  padding: 4rem 0;
}

.padding, .single-course .course-info {
  padding: 2rem 0;
}

.item-25 {
  width: calc(100% / 4 - 2rem);
  margin-right: 2rem;
}

.item-25:nth-child(4n) {
  margin-right: 0;
}

.item-30, .courses .ld_course_grid {
  width: calc(100% / 3 - 2rem);
  margin-right: 3rem;
}

.item-30:nth-child(3n), .courses .ld_course_grid:nth-child(3n) {
  margin-right: 0;
}

.item-45 {
  width: calc(50% - 1.5rem);
  margin-top: 3rem;
  margin-right: 3rem;
}

.item-45:nth-child(-n + 2) {
  margin-top: 0;
}

.item-45:nth-child(2n) {
  margin-right: 0;
}

.item-50 {
  width: 50%;
}

.item-65 {
  width: 65%;
}

.item-70 {
  width: 70%;
}

.divide {
  height: 1px;
  width: 100%;
  background: rgba(58, 58, 66, 0.1);
  margin: 3rem 0;
}

@media screen and (max-width: 1500px) {
  .container-large {
    width: 90%;
  }
}

@media screen and (max-width: 1200px) {
  .container-medium {
    width: 90%;
  }
  .item-30, .courses .ld_course_grid {
    width: calc(50% - 1.5rem);
    margin-right: 3rem !important;
  }
  .item-30:nth-child(2n), .courses .ld_course_grid:nth-child(2n) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 900px) {
  .container-small {
    width: 90%;
  }
  .padding-thick {
    padding: 3rem 0;
  }
  .padding-thin {
    padding: 2rem 0;
  }
  .padding, .single-course .course-info {
    padding: 1rem 0;
  }
}

@media screen and (max-width: 750px) {
  .item-25,
  .item-30,
  .courses .ld_course_grid,
  .item-45,
  .item-50,
  .item-65,
  .item-70 {
    width: 100% !important;
    margin-right: 0 !important;
    margin-top: 2rem !important;
  }
  .item-25:nth-child(2), .item-25:nth-child(3),
  .item-30:nth-child(2),
  .courses .ld_course_grid:nth-child(2),
  .item-30:nth-child(3),
  .courses .ld_course_grid:nth-child(3),
  .item-45:nth-child(2),
  .item-45:nth-child(3),
  .item-50:nth-child(2),
  .item-50:nth-child(3),
  .item-65:nth-child(2),
  .item-65:nth-child(3),
  .item-70:nth-child(2),
  .item-70:nth-child(3) {
    margin-top: 2rem !important;
  }
  .divide {
    margin: 2rem 0;
  }
}

.woocommerce-table {
  display: block;
  width: 100%;
}

.woocommerce-table ul,
.woocommerce-table ol,
.woocommerce-table li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-table .wc-item-meta p,
.woocommerce-table .wc-item-meta strong {
  width: auto;
  display: inline-block;
}

table {
  display: table !important;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid rgba(58, 58, 66, 0.1);
  padding: 1rem;
}

table,
table tbody,
table thead,
table tfoot,
table strong {
  width: 100%;
}

table tfoot {
  background: #f5f6fa;
}

table tr {
  border-bottom: 1px solid rgba(58, 58, 66, 0.1);
}

table th,
table td {
  text-align: left;
  padding: 1rem !important;
  font-weight: 400 !important;
}

table thead th,
table strong {
  font-weight: 600 !important;
}

table button,
table .button,
table .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz a, .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz
table a {
  margin: 0;
}

table p,
table ol,
table ul {
  display: block;
  list-style: none;
  margin: 0 0 1.5rem;
  font-size: 1rem;
}

.edit_link {
  position: fixed;
  top: 8rem;
  left: 0;
  z-index: 20000;
  opacity: 1;
}

.edit_link a {
  background: #000;
  padding: 1rem 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem !important;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  cursor: pointer;
  display: block;
}

.woocommerce-account .woocommerce-order-details {
  margin: 1rem 0 0;
  width: 50rem !important;
}

.woocommerce-account .woocommerce-order-details .order-again {
  display: none !important;
}

.woocommerce-account .woocommerce-customer-details {
  display: none;
}

.woocommerce-account h3 {
  margin: 0 0 1rem;
}

.woocommerce-account .item-30, .woocommerce-account .courses .ld_course_grid, .courses .woocommerce-account .ld_course_grid {
  width: 30%;
  margin: 0 !important;
}

.woocommerce-account .email,
.woocommerce-account .phone,
.woocommerce-account .address {
  color: #000;
  padding-left: 2rem;
  position: relative;
  display: block;
  margin: 0 !important;
}

.woocommerce-account .email:before,
.woocommerce-account .phone:before,
.woocommerce-account .address:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 1.2rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fc7903;
}

.woocommerce-account .email:before {
  -webkit-mask: url("src/img/email.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
}

.woocommerce-account .address:before {
  -webkit-mask: url("src/img/address.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
}

.woocommerce-account .phone:before {
  -webkit-mask: url("src/img/phone.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-size: 0.7rem;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 1rem;
  color: rgba(58, 58, 66, 0.3);
  border: 1px solid rgba(58, 58, 66, 0.3);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #000;
  background: rgba(58, 58, 66, 0.1);
  border: 1px solid #000;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads, .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account, .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
  display: none;
}

.woocommerce-account .woocommerce-Address-title {
  position: relative;
}

@media screen and (max-width: 1200px) {
  .woocommerce-account .woocommerce-order-details {
    width: 100% !important;
  }
}

.woocommerce .woocommerce-notices-wrapper {
  display: none !important;
}

.woocommerce .customer_details {
  width: 100%;
}

.woocommerce .customer_details .form-row-wide,
.woocommerce .customer_details .form-row {
  display: none !important;
}

.woocommerce .shop_table {
  width: 100%;
  margin-bottom: 1rem;
}

.woocommerce .shop_table td:last-child,
.woocommerce .shop_table th:last-child {
  text-align: right;
  width: 18rem;
}

.woocommerce .shop_table .product-name,
.woocommerce .shop_table .product-quantity {
  font-weight: 500;
}

.woocommerce .shop_table .product-total {
  font-weight: 500;
}

.woocommerce .shop_table .cart-subtotal {
  display: none;
}

.woocommerce .shop_table .order-total th:after {
  content: ' Excluding GST';
}

.woocommerce .shop_table .woocommerce-shipping-totals ul,
.woocommerce .shop_table .woocommerce-shipping-totals li {
  margin: 0 !important;
}

.woocommerce .shop_table .woocommerce-shipping-totals * {
  font-size: 1rem !important;
  font-weight: 400 !important;
}

.woocommerce .shop_table .wc-item-meta li:nth-child(n + 6) {
  display: none;
}

.woocommerce .woocommerce-checkout-payment ul {
  display: none;
}

.woocommerce .woocommerce-checkout-payment button {
  max-width: 20rem;
  margin: 1rem 0 0 !important;
  background: #00b050 !important;
  border: 1px solid #00b050;
}

.woocommerce .woocommerce-checkout-payment button:hover {
  background: rgba(0, 176, 80, 0.8) !important;
}

.woocommerce .woocommerce-checkout-review-order button {
  pointer-events: none;
  opacity: 0.5;
}

.woocommerce .woocommerce-checkout-review-order button.enabled {
  pointer-events: all;
  opacity: 1;
}

.woocommerce .woocommerce-checkout-review-order .terms-checkbox {
  margin: 2rem 0 1rem;
}

.woocommerce .woocommerce-checkout-review-order .terms-checkbox label {
  font-weight: 400 !important;
  display: flex;
  line-height: 1.5;
}

.woocommerce .woocommerce-checkout-review-order .terms-checkbox label input {
  min-width: 1rem;
  margin-top: 0 !important;
}

.woocommerce .woocommerce-checkout-review-order .terms-checkbox label span a {
  text-decoration: underline;
}

.woocommerce .woocommerce-order-details__title,
.woocommerce .woocommerce-customer-details,
.woocommerce .variation-BODFreeProduct,
.woocommerce .variation-BODDiscountedProduct {
  display: none;
}

.dropdown {
  display: none;
}

.dropdown ul {
  max-height: 4rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.dropdown ul:before {
  content: '';
  display: block;
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 1px solid;
  border-right: 1px solid;
  color: rgba(58, 58, 66, 0.7);
  right: 1.5rem;
  top: 1.5rem;
  z-index: 9;
  transform: rotate(45deg);
  pointer-events: none;
}

.dropdown ul li {
  order: 2;
  border: 0 !important;
}

.dropdown ul li a {
  display: inline-block;
  font-size: 0.8rem;
  padding: 1.6rem;
  padding-left: 4rem;
  line-height: 1;
  width: calc(100% - 4rem);
}

.dropdown ul li:after {
  left: 1.5rem;
  right: auto !important;
}

.dropdown ul .current-menu-item {
  order: 1 !important;
  position: relative;
}

.dropdown ul .current-menu-item a {
  pointer-events: none;
}

.dropdown.active ul {
  max-height: 40rem;
}

.product-data .flag {
  display: flex;
  align-items: center;
}

.product-data .flag span {
  margin: 0 0.5rem !important;
  width: 1.4rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-data .flag span.australia {
  background-image: url("src/img/flags/australia.svg");
}

.product-data .flag span.canada {
  background-image: url("src/img/flags/canada.svg");
}

.product-data .flag span.colombia {
  background-image: url("src/img/flags/colombia.svg");
}

.product-data .flag span.europe {
  background-image: url("src/img/flags/europe.svg");
}

.product-data .flag span.italy {
  background-image: url("src/img/flags/italy.svg");
}

.product-data .flag span.netherlands {
  background-image: url("src/img/flags/netherlands.svg");
}

.product-data .flag span.nz {
  background-image: url("src/img/flags/nz.svg");
}

.product-data .flag span.switzerland {
  background-image: url("src/img/flags/switzerland.svg");
}

.product-data .flag span.uruguay {
  background-image: url("src/img/flags/uruguay.svg");
}

.product-data .flag span.usa {
  background-image: url("src/img/flags/usa.svg");
}

.woocommerce form.cart,
.product-data form.cart {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.woocommerce form .form-row,
.product-data form .form-row {
  padding: 0;
  margin: 0;
}

.woocommerce form container-small,
.woocommerce form .required,
.woocommerce form .optional,
.woocommerce form .gfield_required,
.product-data form container-small,
.product-data form .required,
.product-data form .optional,
.product-data form .gfield_required {
  display: none !important;
}

.woocommerce form input,
.woocommerce form select,
.product-data form input,
.product-data form select {
  margin-top: 0.5rem !important;
}

.woocommerce form input[type='checkbox'],
.woocommerce form input[type='radio'],
.product-data form input[type='checkbox'],
.product-data form input[type='radio'] {
  margin-top: 0 !important;
}

.woocommerce form .wc-pao-addon-container,
.product-data form .wc-pao-addon-container {
  margin: 0 0 1rem;
}

.woocommerce form .additional-fields,
.product-data form .additional-fields {
  margin: 1rem 0 0;
}

.woocommerce form .wc-pao-addon,
.product-data form .wc-pao-addon {
  transition: none !important;
  width: calc(50% - 0.5rem);
}

.woocommerce form .wc-pao-addon-upload-tga-approval-or-ap-approval,
.product-data form .wc-pao-addon-upload-tga-approval-or-ap-approval {
  width: 100%;
}

.woocommerce form.order-form .form-row:after,
.woocommerce form .wc-pao-addon-mb-map-number .form-row:after,
.woocommerce form .wc-pao-addon-mb-map-number-expiry .form-row:after,
.product-data form.order-form .form-row:after,
.product-data form .wc-pao-addon-mb-map-number .form-row:after,
.product-data form .wc-pao-addon-mb-map-number-expiry .form-row:after {
  font-size: 0.7rem;
}

.woocommerce form .mb-map-number .form-row:after,
.woocommerce form .wc-pao-addon-mb-map-number .form-row:after,
.product-data form .mb-map-number .form-row:after,
.product-data form .wc-pao-addon-mb-map-number .form-row:after {
  content: 'eg: MB00/1234567, MAP00/1234567';
}

.woocommerce form .wc-pao-addon-mb-map-number-expiry .form-row:after,
.product-data form .wc-pao-addon-mb-map-number-expiry .form-row:after {
  content: 'eg. DD/MM/YYYY';
}

.woocommerce form .quantity,
.product-data form .quantity {
  width: 6rem;
}

.woocommerce form .quantity label,
.product-data form .quantity label {
  display: none !important;
}

.woocommerce form .quantity:before,
.product-data form .quantity:before {
  line-height: 2;
  font-weight: 500;
  content: 'Quantity';
  display: block;
}

.woocommerce form button[type='submit'],
.product-data form button[type='submit'] {
  width: calc(100% - 7rem);
  margin: 0;
  align-self: flex-end;
}

.woocommerce form .tooltip-input label,
.product-data form .tooltip-input label {
  position: relative;
  padding-right: 1rem;
}

.woocommerce form .tooltip-input label:after,
.product-data form .tooltip-input label:after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  height: 0.7rem;
  width: 0.7rem;
  margin: auto;
  background: #3a3a42;
  -webkit-mask: url("src/img/tooltip.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
}

.woocommerce form .tooltip-input label:hover .tooltip,
.product-data form .tooltip-input label:hover .tooltip {
  display: block;
}

.woocommerce form .tooltip-input label .tooltip,
.product-data form .tooltip-input label .tooltip {
  width: 15rem;
  left: calc(100% + 1rem);
  top: 0;
  position: absolute;
  padding: 0.5rem;
  background: #f5f6fa;
}

@media screen and (max-width: 750px) {
  .woocommerce form .gfield_checkbox li,
  .woocommerce form .gfield_radio li,
  .product-data form .gfield_checkbox li,
  .product-data form .gfield_radio li {
    width: 100% !important;
  }
}

@media screen and (max-width: 500px) {
  .woocommerce form .wc-pao-addon,
  .product-data form .wc-pao-addon {
    width: 100%;
  }
  .woocommerce form .quantity,
  .product-data form .quantity {
    width: 4rem;
  }
  .woocommerce form button[type='submit'],
  .product-data form button[type='submit'] {
    width: calc(100% - 5rem);
  }
}

.woocommerce-page,
.shop-page {
  width: 100%;
}

.shop-page {
  width: 100%;
  position: relative !important;
  justify-content: space-between;
  height: 100%;
}

.shop-page section {
  width: 80%;
}

.shop-page .notice {
  background: #23bedc;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  padding: 2rem;
  justify-content: center;
}

.shop-page .notice * {
  color: white;
}

.shop-page .notice-timer {
  padding: 2rem 1rem;
}

.shop-page .notice-timer * {
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  margin: 0;
}

.shop-page .notice-timer h3 {
  font-size: 2rem;
  font-weight: 600;
}

.shop-page .notice-timer h6 {
  font-size: 0.8rem;
}

.shop-page .notice-timer #time {
  text-align: center;
  margin: 1rem;
}

.shop-page .notice-timer #time div {
  margin: 0 0.5rem;
}

.shop-page .notice-timer #time div h3:after {
  content: ':';
  position: absolute;
  display: block;
  top: 0;
  right: -1rem;
  opacity: 0.4;
}

.shop-page .notice-timer #time div:last-child h3:after {
  display: none;
}

@media screen and (max-width: 1500px) {
  .shop-page .container-medium,
  .shop-page .container-medium {
    width: 90%;
  }
  .shop-page section {
    width: calc(100% - 15rem);
  }
}

@media screen and (max-width: 1050px) {
  .shop-page .notice-timer {
    flex-direction: column;
  }
  .shop-page .notice-timer #time {
    margin: 1rem auto 2rem;
  }
  .shop-page .notice-timer #time div {
    margin: 0 1rem;
  }
  .shop-page .notice-timer #time div h3:after {
    right: -1.5rem;
    top: -3px;
  }
  .shop-page .notice-timer h3 {
    font-size: 3rem;
  }
  .shop-page .notice-timer h6 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 900px) {
  .shop-page section {
    position: relative;
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 750px) {
  .shop-page .type-nav .dropdown,
  .shop-page .type-nav .search-form {
    width: 100%;
  }
  .shop-page .type-nav .dropdown {
    margin-top: 1rem;
    max-height: 100%;
  }
  .shop-page .type-nav .dropdown ul {
    position: relative;
  }
  .shop-page .title h2 {
    display: none;
  }
  .shop-page .item-45:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 500px) {
  .shop-page .notice-timer #time div {
    margin: 0 0.5rem;
  }
  .shop-page .notice-timer #time div h3:after {
    right: -1rem;
    top: -1px;
  }
  .shop-page .notice-timer h3 {
    font-size: 2rem;
  }
  .shop-page .notice-timer h6 {
    font-size: 0.8rem;
  }
}

.mini-cart {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  overflow: hidden;
  z-index: 200000;
  transition: none;
}

.mini-cart .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.mini-cart .cart {
  z-index: 2000;
  padding: 2rem;
  width: 35rem;
  right: -35rem;
  background: white;
  height: 100vh;
  animation: cartOut 0.5s ease;
}

@keyframes cartIn {
  0% {
    right: -30rem;
  }
  100% {
    right: 0;
  }
}

@keyframes cartOut {
  0% {
    right: 0;
  }
  100% {
    right: -30rem;
  }
}

.mini-cart.active .cart {
  right: 0;
  animation: cartIn 0.5s ease;
}

.mini-cart .close {
  cursor: pointer;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 2.5rem;
  right: 2rem;
  z-index: 200000;
  background: white;
}

.mini-cart .close:before, .mini-cart .close:after {
  content: '';
  display: block;
  position: absolute;
  height: 1.5rem;
  width: 1px;
  background: black;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.mini-cart .close:before {
  transform: rotate(-45deg);
}

.mini-cart .close:after {
  transform: rotate(45deg);
}

.mini-cart h3 {
  margin: 0 0 2rem;
}

.mini-cart .buttons {
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  display: flex;
  justify-content: space-between;
}

.mini-cart .buttons .button, .mini-cart .buttons .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz a, .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz .mini-cart .buttons a {
  width: 48%;
  text-align: center;
}

.mini-cart .buttons .green {
  border: 1px solid #00b050 !important;
  background: transparent !important;
  color: #00b050 !important;
}

.mini-cart .buttons .green:hover {
  background: rgba(0, 176, 80, 0.1) !important;
}

.mini-cart .buttons .green.alt {
  background: #00b050 !important;
  color: white !important;
}

.mini-cart ul {
  margin: 0;
  padding: 0;
  height: calc(100% - 10rem);
  overflow: scroll;
}

.mini-cart ul li {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
  border-top: 1px solid rgba(58, 58, 66, 0.1);
}

.mini-cart ul li:last-child {
  border-bottom: 1px solid rgba(58, 58, 66, 0.1);
}

.mini-cart ul li a {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.mini-cart ul li a:hover {
  color: #00b050;
}

.mini-cart ul li .name {
  flex: 1;
}

.mini-cart ul li .remove,
.mini-cart ul li .quantity {
  font-size: 0.8rem;
  width: 3rem;
  height: 0.7rem;
  align-self: center;
  border-radius: 0;
  text-align: center;
}

.mini-cart ul li .quantity {
  line-height: 1;
}

.mini-cart ul li .variation .item:nth-child(n + 2) {
  display: none;
}

.mini-cart ul li .remove {
  position: relative;
  background: none !important;
}

.mini-cart ul li .remove:hover {
  opacity: 0.6;
}

.mini-cart ul li .remove:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0.65rem;
  height: 0.65rem;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-mask: url("src/img/cross.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
  background: red;
}

.mini-cart ul li .stock {
  width: 100%;
  padding: 0.5rem;
  background: #f90002;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
  color: white;
  margin: 1rem 0 0;
}

.mini-cart ul li.removed {
  display: none !important;
}

.mini-cart ul li.out_stock .quantity,
.mini-cart ul li.out_stock .variation {
  display: none;
}

.variation,
.wc-item-meta {
  width: 100%;
  margin-top: 0.5rem !important;
}

.variation dd,
.variation dt,
.wc-item-meta dd,
.wc-item-meta dt {
  display: inline-block;
  margin: 0;
}

.variation dt,
.wc-item-meta dt {
  font-weight: 600;
}

.variation,
.variation p,
.variation a,
.wc-item-meta,
.wc-item-meta p,
.wc-item-meta a {
  color: rgba(58, 58, 66, 0.7);
  margin: 0;
  font-size: 0.75rem;
}

.variation strong,
.wc-item-meta strong {
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .mini-cart .cart {
    width: 100%;
    right: -100%;
  }
}

@media screen and (max-width: 500px) {
  .mini-cart .cart {
    padding: 1.5rem;
  }
  .mini-cart ul {
    height: calc(100% - 13rem);
  }
  .mini-cart .close {
    width: 1rem;
    height: 1rem;
    top: 1.8rem;
    right: 1.8rem;
  }
  .mini-cart .close:before, .mini-cart .close:after {
    height: 1rem;
  }
  .mini-cart .buttons {
    flex-direction: column-reverse;
  }
  .mini-cart .buttons .button, .mini-cart .buttons .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz a, .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz .mini-cart .buttons a {
    width: 100%;
  }
}

.section-order .item-45 h4 {
  margin: 0 0 1rem;
}

.section-order .item-45:hover .image {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.section-order .item-45:hover .background {
  opacity: 0.5;
}

.is_patient .section-order .bulk-products,
.is_doctor .section-order .bulk-products {
  display: none;
}

.accordion {
  transition: none !important;
  scroll-margin-top: 8rem;
  margin-bottom: 4rem;
}

.accordion:last-child {
  margin-bottom: 0 !important;
}

.accordion h3 {
  margin-bottom: 2rem;
}

.accordion .item {
  padding: 1rem 0;
  border-top: 1px solid #f5f6fa;
}

.accordion .item:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #f5f6fa;
}

.accordion .item .title {
  position: relative;
  text-align: left;
  height: auto;
  padding: 1rem 4rem 1rem 2rem;
  margin: 0;
  max-width: 100%;
  cursor: pointer;
}

.accordion .item .title h4 {
  margin: 0 !important;
}

.accordion .item .title:after {
  content: '';
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
  -webkit-mask: url("src/img/arrow.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
  background: #000;
}

.accordion .item .content {
  padding: 1rem 2rem;
  display: none;
  transition: none;
}

.accordion .item.open {
  background: rgba(245, 246, 250, 0.6);
}

.accordion .item.open .title h4 {
  color: #fc7903;
}

.accordion .item.open .title:after {
  transform: rotate(90deg);
}

@media screen and (max-width: 900px) {
  .accordion .item .title,
  .accordion .item .content {
    padding: 0.5rem 3rem 0.5rem 1rem;
  }
  .accordion .item .title h4 {
    font-size: 1rem !important;
  }
  .accordion .item .title:after {
    right: 1rem;
  }
}

.section-banner {
  width: 100%;
  height: 25rem;
}

.section-banner h1 {
  color: white;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 900px) {
  .section-banner h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 750px) {
  .section-banner {
    height: 15rem;
  }
}

@media screen and (max-width: 500px) {
  .section-banner h1 {
    font-size: 2rem;
  }
}

.section-benefits .item-30, .section-benefits .courses .ld_course_grid, .courses .section-benefits .ld_course_grid {
  width: calc(100% / 3 - 2rem) !important;
}

.section-benefits img {
  height: 3.5rem;
  width: 3.5rem;
  object-fit: contain;
}

.section-benefits .content {
  flex: 1;
  margin-left: 2rem;
}

.section-benefits .content * {
  margin: 0 !important;
}

.section-benefits .content p:first-child {
  margin: 0 0 0.5rem !important;
}

@media screen and (max-width: 900px) {
  .section-benefits .item-30, .section-benefits .courses .ld_course_grid, .courses .section-benefits .ld_course_grid {
    width: 100% !important;
    flex-direction: column;
    align-items: center;
    margin: 0 0 2rem !important;
  }
  .section-benefits .content {
    text-align: center;
    margin: 1rem 0 0 0 !important;
  }
}

.blog-nav {
  background: #3a3a42;
}

.blog-nav .container-large {
  position: relative;
  justify-content: space-between;
}

.blog-nav ul {
  width: calc(100% - 20rem);
}

.blog-nav ul,
.blog-nav li {
  list-style: none;
  margin: auto 0;
  padding: 0;
}

.blog-nav li {
  display: inline-block;
  margin-right: 2rem;
  padding: 0;
}

.blog-nav a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-weight: 500;
}

.blog-nav .current-cat a {
  color: white;
}

.blog-nav .category-form,
.blog-nav .search-form {
  position: relative;
  transition: none;
}

.blog-nav .category-form input[type='text'],
.blog-nav .category-form select,
.blog-nav .search-form input[type='text'],
.blog-nav .search-form select {
  width: 100%;
  margin: 0 !important;
  font-size: 0.9rem !important;
  padding: 1rem !important;
  color: white !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.blog-nav .category-form input[type='text']::placeholder,
.blog-nav .category-form select::placeholder,
.blog-nav .search-form input[type='text']::placeholder,
.blog-nav .search-form select::placeholder {
  color: white !important;
}

.blog-nav .category-form:before,
.blog-nav .category-form .search-link,
.blog-nav .search-form:before,
.blog-nav .search-form .search-link {
  position: absolute;
  right: 1rem;
}

.blog-nav .category-form {
  width: 100%;
  display: none;
}

.blog-nav .category-form:before {
  content: '';
  display: block;
  right: 1.2rem;
  top: 1.2rem;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 1px solid;
  border-right: 1px solid;
  color: white;
  z-index: 9;
  transform: rotate(45deg);
  pointer-events: none;
}

.blog-nav .search-form {
  width: 20rem;
}

.blog-nav .search-form .search-link {
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.blog-nav .search-form input {
  pointer-events: none;
}

.blog-nav .search-form input[type='text'] {
  width: 0;
  opacity: 0;
}

.blog-nav .search-form input[type='submit'] {
  pointer-events: none;
}

.blog-nav.searching ul {
  opacity: 0;
}

.blog-nav.searching ul a {
  pointer-events: none;
}

.blog-nav.searching .search-form input[type='text'] {
  width: 100%;
  opacity: 1;
}

.blog-nav.searching .search-form input {
  pointer-events: all;
}

.posts-page .blog-nav .cat-item-all a {
  color: white;
}

@media screen and (max-width: 750px) {
  .blog-nav ul,
  .searching ul {
    display: none;
  }
  .blog-nav .category-form,
  .blog-nav .search-form,
  .searching .category-form,
  .searching .search-form {
    width: 100%;
  }
  .blog-nav .category-form,
  .searching .category-form {
    display: block;
  }
  .blog-nav .search-form,
  .searching .search-form {
    margin-top: 1rem;
  }
  .blog-nav .search-form input[type='text'],
  .searching .search-form input[type='text'] {
    opacity: 1;
    width: 100%;
  }
  .blog-nav .search-form input,
  .searching .search-form input {
    pointer-events: all;
  }
}

#thrive-comments * {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem !important;
}

#thrive-comments button,
#thrive-comments .tcm-show-login {
  height: auto !important;
  background: #00b050 !important;
  text-transform: uppercase !important;
  top: auto !important;
  bottom: 0 !important;
  border: 1px solid #00b050 !important;
}

#thrive-comments .tcm-reply-container button.tcm-show-login {
  max-width: 100% !important;
  background: #00b050 !important;
}

#thrive-comments textarea {
  box-shadow: none !important;
  border-radius: 0 !important;
  border: 0 !important;
}

#thrive-comments .tcm-comments-list .tcm-comment-item {
  border-radius: 0 !important;
}

#thrive-comments .tcm-comments-list .tcm-comment-item .level-0 {
  margin: 30px !important;
  padding: 0 !important;
}

#thrive-comments .tcm-comments-list .tcm-comment-item.tcm-main-parent:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1) !important;
}

#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content:not(.level-0) {
  padding: 20px 0 0 20px !important;
  margin: 0 !important;
}

#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-item:not(.tcm-main-parent) {
  margin: 0 30px 30px !important;
}

#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-date-container * {
  font-size: 0.75rem !important;
  color: #fc7903;
}

#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-text {
  margin-bottom: 20px !important;
}

#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-share-dropdown {
  padding: 1rem 0;
}

#thrive-comments .tcm-moderate-dots .moderate-dot {
  width: 3px !important;
  height: 3px !important;
}

#thrive-comments .tcm-toggle-button {
  padding: 0 15px 0 0 !important;
}

#thrive-comments .tcm-filter-dropdown {
  margin-right: 5px !important;
}

#thrive-comments .sort-by-dropdown-svg,
#thrive-comments .bulk-action-arrow-svg,
#thrive-comments .dropdown-arrow-comments {
  width: 0.5rem !important;
  height: 0.5rem !important;
  top: 0 !important;
}

#thrive-comments .bulk-action-arrow-svg {
  margin-left: 10px;
}

#thrive-comments .tcm-lazy-comments,
#thrive-comments button .reply-icon-container {
  display: none !important;
}

@media screen and (max-width: 768px) {
  #thrive-comments .tcm-comments-filter {
    margin: 0 0 2rem;
  }
  #thrive-comments .tcm-comments-filter .left {
    float: left !important;
  }
  #thrive-comments .tcm-comments-filter .right {
    float: right !important;
  }
  #thrive-comments .tcm-comment-as,
  #thrive-comments .tcm-comment-as p,
  #thrive-comments .tcm-comment-as a,
  #thrive-comments .tcm-btn-div,
  #thrive-comments .tcm-btn-div p,
  #thrive-comments .tcm-btn-div a {
    text-align: left !important;
  }
}

@media screen and (max-width: 540px) {
  #thrive-comments button {
    width: auto !important;
  }
  #thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-header {
    text-align: left !important;
  }
  #thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-text {
    margin-bottom: 0 !important;
  }
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: #000 !important;
  border: none;
  border-radius: 0;
  color: #333;
  cursor: pointer;
}

.flickity-button:hover, .flickity-button:focus {
  background: rgba(0, 0, 0, 0.6) !important;
  outline: none !important;
  box-shadow: none !important;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  display: none !important;
}

.flickity-prev-next-button {
  top: -6rem;
  margin: 0;
  width: 3rem !important;
  min-width: 3rem;
  height: 3rem;
  padding: 0 !important;
}

.flickity-prev-next-button:after {
  display: none;
}

.flickity-prev-next-button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
  width: 0.8rem !important;
  height: 0.8rem !important;
  background: transparent;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}

.flickity-prev-next-button.previous {
  right: calc(10% + 3.2rem);
  left: auto;
}

.flickity-prev-next-button.previous:before {
  left: 0.6rem;
  transform: rotate(-225deg);
}

.flickity-prev-next-button.next {
  right: 10%;
}

.flickity-prev-next-button.next:before {
  right: 1.2rem;
}

@media screen and (max-width: 50rem) {
  .flickity-prev-next-button {
    top: -3rem;
  }
  .flickity-prev-next-button.previous {
    left: 5%;
  }
  .flickity-prev-next-button.next {
    right: 5%;
  }
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

footer {
  background: rgba(58, 58, 66, 0.1);
}

footer .padding, footer .single-course .course-info, .single-course footer .course-info {
  padding: 3rem;
}

footer .logo {
  margin: 0 0 2rem;
  display: block;
}

footer .logo svg {
  height: 4rem;
  width: auto;
}

footer p {
  font-size: 0.8rem;
  margin: 0 0 1rem;
}

footer a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}

footer a:hover {
  color: rgba(0, 0, 0, 0.6);
}

footer .left {
  width: 35%;
  border-right: 1px solid rgba(58, 58, 66, 0.2);
}

footer .left .contact {
  margin: 2rem 0;
}

footer .right {
  width: 65%;
}

footer .right .nav {
  border-bottom: 1px solid rgba(58, 58, 66, 0.2);
}

footer .right .nav .sub-menu {
  display: none;
}

footer .right .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .right .nav ul li {
  background: none;
  display: inline-block;
  margin: 0 2.5rem 0 0;
}

footer .right .nav ul li.login {
  display: none;
}

footer .right .flags {
  height: 5rem;
  width: auto;
  display: inline-block;
}

footer .right .copy {
  margin-top: 2rem !important;
}

footer .right .copy,
footer .right .copy p,
footer .right .copy a {
  font-size: 0.7rem;
  font-weight: 500;
  color: #3a3a42;
}

footer .right .copy span {
  padding: 0 1rem;
}

@media screen and (max-width: 1500px) {
  footer .container-large {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  footer .left,
  footer .right {
    width: 100%;
    text-align: center;
  }
  footer .left {
    border: 0;
    border-bottom: 1px solid rgba(58, 58, 66, 0.2);
  }
}

@media screen and (max-width: 500px) {
  footer .padding, footer .single-course .course-info, .single-course footer .course-info {
    padding: 2rem;
  }
  footer .right .nav li {
    width: 100%;
    padding: 0.5rem 0;
    margin: 0 !important;
  }
  footer .copy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  footer .copy a {
    text-align: center;
    width: 50%;
  }
  footer .copy span {
    display: none;
  }
}

header {
  width: 100%;
  background: white;
  position: fixed;
  top: 0;
  z-index: 2000;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
}

header .container-large {
  width: 95%;
  margin-right: 0;
  display: flex;
  align-items: center !important;
  justify-content: space-between;
  z-index: 200000;
}

header .logo svg {
  height: 3rem;
  width: auto;
}

header .logo img {
  height: 5rem;
  width: auto;
}

header.main .hamburger {
  display: none;
  height: 1.4rem;
  width: 1.4rem;
  margin: 2rem 5% 2rem 0;
  position: relative;
  cursor: pointer;
}

header.main .hamburger .bar {
  position: absolute;
  display: block;
  margin: auto;
  width: 1.4rem;
  height: 1px;
  background: #000;
  transition-duration: 0.3s;
}

header.main .hamburger .bar:nth-child(1) {
  top: 5%;
}

header.main .hamburger .bar:nth-child(2) {
  top: 50%;
}

header.main .hamburger .bar:nth-child(3) {
  bottom: 5%;
}

header.main .nav .menu-item-has-children {
  position: relative;
}

header.main .nav .menu-item-has-children a {
  pointer-events: none;
}

header.main .nav .sub-menu {
  width: 10rem;
  position: absolute;
  display: block;
  top: 100%;
  background: white;
  max-height: 0;
  overflow: hidden;
}

header.main .nav .sub-menu li {
  display: block;
}

header.main .nav .sub-menu.open {
  max-height: 20rem;
}

header.main .nav .sub-menu a {
  font-size: 0.8rem !important;
  display: block;
  padding: 0.5rem 1rem !important;
  pointer-events: all;
}

header.shop {
  background: #f5f6fa;
}

header.shop .cart-link {
  background: white;
}

header .nav ul,
header .nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

header .nav li {
  cursor: pointer;
}

header .nav li a {
  display: block;
  padding: 2rem 1rem;
  font-size: 0.9rem !important;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 2;
  letter-spacing: 1px;
}

header .nav li a:hover {
  color: #00b050;
}

header .nav li.current-menu-item > a, header .nav li.current-menu-parent > a {
  color: #00b050;
}

header .nav .login,
header .nav .order,
header .nav .cart-link {
  position: relative;
  cursor: pointer;
}

header .nav .login a,
header .nav .order a,
header .nav .cart-link a {
  padding: 2rem !important;
  color: #00b050;
}

header .nav .login,
header .nav .cart-link {
  padding-left: 1.5rem !important;
}

header .nav .login a:before,
header .nav .cart-link a:before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 1rem;
  top: 2.4rem;
  margin: auto;
  background: #00b050;
}

header .nav .login a:before {
  left: 1.5rem;
  -webkit-mask: url("src/img/user.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
}

header .nav .cart-link {
  opacity: 0;
}

header .nav .cart-link a:before {
  left: 1.5rem;
  -webkit-mask: url("src/img/cart.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
}

.logged-in header .login {
  display: none;
}

.logged-in header .cart-link {
  opacity: 1 !important;
}

.notice-banner {
  display: block;
  background: #00b050;
  padding: 0.5rem;
}

.notice-banner * {
  line-height: 1.8;
  font-size: 0.8rem;
  font-weight: 500;
  margin: auto;
  color: white;
}

.is_patient header .resources,
.is_patient header .application,
.is_patient footer .resources,
.is_patient footer .application,
.is_patient .sidebar .resources,
.is_patient .sidebar .application {
  display: none;
}

@media screen and (max-width: 1200px) {
  header .logo svg {
    height: 2.5rem;
  }
  header.main .hamburger {
    display: block;
  }
  header.main .nav {
    height: 0;
    background: white;
    position: absolute;
    overflow: hidden;
    top: 100%;
    left: 0;
    right: 0;
  }
  header.main .nav ul,
  header.main .nav li {
    display: block;
    margin: auto;
    text-align: center;
  }
  header.main .nav .sub-menu {
    width: 100%;
    position: relative;
    display: block;
    top: 100%;
    background: white;
    max-height: 0;
    overflow: hidden;
  }
  header.main .nav .sub-menu li {
    display: block;
  }
  header.main .nav .sub-menu li:first-child {
    border-top: 1px solid #f5f6fa;
  }
  header.main .nav .sub-menu.open {
    max-height: 30rem;
  }
  header.main .nav .sub-menu a {
    font-size: 0.8rem !important;
    display: block;
    padding: 0.5rem 1rem !important;
    pointer-events: all;
  }
  header.main .nav .login a:before,
  header.main .nav .cart-link a:before {
    left: -1rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  header.main .nav a {
    display: inline-block;
    position: relative;
    width: auto;
    padding: 1.5rem 1rem !important;
  }
  header.main.active .nav {
    height: 100vh;
  }
  header.main.active .hamburger {
    height: 1.4rem;
  }
  header.main.active .hamburger .bar:nth-child(1) {
    top: calc(50% - 0.5px);
    transform: rotate(45deg);
  }
  header.main.active .hamburger .bar:nth-child(2) {
    width: 0;
    opacity: 0.5;
  }
  header.main.active .hamburger .bar:nth-child(3) {
    bottom: calc(50% - 0.5px);
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 900px) {
  header.main .nav a {
    padding: 1rem !important;
  }
  header.shop .cart-link a {
    line-height: 1;
  }
  header.shop .cart-link a:before {
    top: 1.9rem;
  }
}

@media screen and (max-width: 500px) {
  header .nav .cart-link {
    margin-right: -9rem;
  }
  header .nav .cart-link a {
    padding-left: 3rem !important;
  }
}

.icons-stack img,
.icons-list img {
  object-fit: contain;
}

.icons-stack {
  margin: auto;
}

.icons-stack h3 {
  margin: 0 0 3rem !important;
}

.icons-stack .flex {
  justify-content: center;
}

.icons-stack .icon {
  flex-direction: column-reverse;
  justify-content: space-between;
  flex: 0 0 calc(100% / 6);
  align-self: flex-end;
  min-width: 0;
  text-align: center;
}

.icons-stack .icon:nth-child(2n) {
  flex-direction: column;
  align-self: flex-start;
}

.icons-stack .icon p {
  font-size: 0.8rem !important;
  padding: 0.5rem;
  margin: 0 !important;
}

.icons-stack .icon img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.icons-list {
  margin: auto;
}

.icons-list h3 {
  margin: 0 0 2rem !important;
}

.icons-list .icon {
  align-items: center;
  justify-content: space-between;
}

.icons-list .icon img {
  width: 20%;
}

.icons-list .icon p {
  width: 75%;
}

@media screen and (max-width: 900px) {
  .icons-stack .flex {
    max-width: 20rem;
    margin: 0 auto;
  }
  .icons-stack .icon {
    flex: 50%;
  }
}

.opener {
  align-items: center;
}

.opener .container-large {
  padding-right: 30rem;
}

.opener h1,
.opener p {
  margin: 0 0 1rem;
}

.opener h1 {
  font-size: 3.6rem;
}

.opener p {
  font-size: 1.2rem;
}

.opener .button, .opener .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz a, .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz .opener a {
  background: white !important;
  color: #00b050 !important;
  border: 0 !important;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.opener .button:hover, .opener .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz a:hover, .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz .opener a:hover, .opener .button:focus, .opener .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz a:focus, .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz .opener a:focus {
  background: #f5f6fa !important;
}

.opener .emblem {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
  margin: auto;
}

.opener .emblem svg {
  width: 10rem;
  height: auto;
}

.opener .background:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("./src/img/pattern.png") 50% 50% no-repeat;
  background-size: contain;
  background-position: right bottom;
}

@media screen and (max-width: 1500px) {
  .opener {
    height: auto !important;
  }
  .opener .container-large {
    padding: 4rem 30% 4rem 0;
  }
}

@media screen and (max-width: 1000px) {
  .opener h1 {
    font-size: 3rem;
  }
  .opener p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 900px) {
  .opener .container-large {
    padding: 2rem 0 !important;
    z-index: 99;
  }
  .opener h1 {
    font-size: 2.2rem;
  }
  .opener .emblem {
    z-index: 0;
    bottom: 2rem;
    right: 2rem;
  }
  .opener .emblem svg {
    width: 6rem;
  }
  .opener .background:after {
    opacity: 0;
  }
}

.meta {
  margin: 1rem 0;
}

.meta p {
  margin: 0 1rem 0 0 !important;
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1.5;
}

.meta p:first-child {
  color: #fc7903;
  font-weight: 500;
  opacity: 1;
  padding-right: 1rem;
  border-right: 1px solid rgba(58, 58, 66, 0.2);
}

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

.pagination a {
  display: block;
  color: rgba(58, 58, 66, 0.7);
  text-align: center;
  margin: 0 1rem;
}

.pagination .active a {
  color: #fc7903;
  font-weight: 500;
}

.popup-legal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}

.popup-legal .flex {
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(0.5rem);
}

.popup-legal .button, .popup-legal .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz a, .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz .popup-legal a {
  border: 1px solid #00b050 !important;
  color: #00b050 !important;
  background: transparent !important;
}

.popup-legal .button:hover, .popup-legal .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz a:hover, .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz .popup-legal a:hover {
  background: rgba(0, 176, 80, 0.1) !important;
}

.popup-legal svg {
  z-index: 2000;
  width: 15rem;
  height: auto;
  margin-bottom: 2rem;
}

.popup-legal p {
  margin: 1rem 0;
}

@media screen and (max-width: 750px) {
  .popup-legal .flex {
    width: 100vw;
    height: 100vh;
    background: white !important;
  }
  .popup-legal svg {
    width: 8rem;
  }
}

.product-popup {
  display: none;
}

.popup-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}

.popup-wrap .popup-close {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 4rem;
  right: 4rem;
  cursor: pointer;
}

.popup-wrap .popup-close:before, .popup-wrap .popup-close:after {
  content: '';
  width: 2rem;
  height: 2px;
  background: white;
  top: 0;
  margin: auto;
  bottom: 0;
  position: absolute;
  display: block;
}

.popup-wrap .popup-close:before {
  transform: rotate(-45deg);
  left: 0;
}

.popup-wrap .popup-close:after {
  transform: rotate(45deg);
  right: 0;
}

.portals {
  justify-content: center;
}

.portals .item-30, .portals .courses .ld_course_grid, .courses .portals .ld_course_grid {
  width: 30% !important;
  margin: 0 1.5% !important;
  background: white;
  padding: 2rem;
}

.portals .item-30:nth-child(1), .portals .courses .ld_course_grid:nth-child(1), .courses .portals .ld_course_grid:nth-child(1) {
  border: 1px solid #00b050;
}

.portals .item-30:nth-child(2), .portals .courses .ld_course_grid:nth-child(2), .courses .portals .ld_course_grid:nth-child(2) {
  border: 1px solid #23bedc !important;
}

.portals .item-30:nth-child(2) h6, .portals .courses .ld_course_grid:nth-child(2) h6, .courses .portals .ld_course_grid:nth-child(2) h6 {
  color: #23bedc !important;
}

.portals .item-30:nth-child(2) h6:after, .portals .courses .ld_course_grid:nth-child(2) h6:after, .courses .portals .ld_course_grid:nth-child(2) h6:after {
  background: #23bedc !important;
}

.portals .item-30:nth-child(3), .portals .courses .ld_course_grid:nth-child(3), .courses .portals .ld_course_grid:nth-child(3) {
  border: 1px solid #f0bf22 !important;
}

.portals .item-30:nth-child(3) h6, .portals .courses .ld_course_grid:nth-child(3) h6, .courses .portals .ld_course_grid:nth-child(3) h6 {
  color: #f0bf22 !important;
}

.portals .item-30:nth-child(3) h6:after, .portals .courses .ld_course_grid:nth-child(3) h6:after, .courses .portals .ld_course_grid:nth-child(3) h6:after {
  background: #f0bf22 !important;
}

.portals .item-30 h4, .portals .courses .ld_course_grid h4, .courses .portals .ld_course_grid h4,
.portals .item-30 p,
.portals .courses .ld_course_grid p, .courses
.portals .ld_course_grid p {
  margin: 0 0 1rem;
}

.portals .item-30 h4, .portals .courses .ld_course_grid h4, .courses .portals .ld_course_grid h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.portals .item-30:hover, .portals .courses .ld_course_grid:hover, .courses .portals .ld_course_grid:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 750px) {
  .portals .item-30, .portals .courses .ld_course_grid, .courses .portals .ld_course_grid,
  .portals .item-45 {
    width: 100% !important;
    margin: 2rem 0 0 !important;
  }
  .portals .item-30:first-child, .portals .courses .ld_course_grid:first-child, .courses .portals .ld_course_grid:first-child,
  .portals .item-45:first-child {
    margin: 0 !important;
  }
}

.post-listing .item-30, .post-listing .courses .ld_course_grid, .courses .post-listing .ld_course_grid {
  margin-top: 4rem;
}

.post-listing .item-30 .background:before, .post-listing .courses .ld_course_grid .background:before, .courses .post-listing .ld_course_grid .background:before {
  display: none;
}

.post-listing .item-30:nth-child(-n + 3), .post-listing .courses .ld_course_grid:nth-child(-n + 3), .courses .post-listing .ld_course_grid:nth-child(-n + 3) {
  margin-top: 0;
}

.post-listing .item-30 h4, .post-listing .courses .ld_course_grid h4, .courses .post-listing .ld_course_grid h4,
.post-listing .item-30 p,
.post-listing .courses .ld_course_grid p, .courses
.post-listing .ld_course_grid p {
  margin: 0 0 1rem;
}

@media screen and (max-width: 1200px) {
  .post-listing .item-30, .post-listing .courses .ld_course_grid, .courses .post-listing .ld_course_grid {
    margin-top: 4rem !important;
  }
  .post-listing .item-30:nth-child(-n + 2), .post-listing .courses .ld_course_grid:nth-child(-n + 2), .courses .post-listing .ld_course_grid:nth-child(-n + 2) {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 750px) {
  .post-listing .item-30, .post-listing .courses .ld_course_grid, .courses .post-listing .ld_course_grid {
    margin-top: 0 !important;
    margin-bottom: 4rem;
  }
  .post-listing .item-30:last-child, .post-listing .courses .ld_course_grid:last-child, .courses .post-listing .ld_course_grid:last-child {
    margin-bottom: 0 !important;
  }
}

.products .row, .courses .ld-course-list-items .row {
  display: none;
}

.products .row.selected, .courses .ld-course-list-items .row.selected {
  display: flex;
}

.products .tacenter, .courses .ld-course-list-items .tacenter {
  width: 100%;
}

.products .load-more, .courses .ld-course-list-items .load-more {
  margin-top: 2rem;
}

.products .item-30, .courses .ld-course-list-items .item-30, .products .courses .ld_course_grid, .courses .products .ld_course_grid, .courses .ld-course-list-items .ld_course_grid {
  margin-top: 4rem;
  background: white;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.products .item-30 .stock, .courses .ld-course-list-items .item-30 .stock, .products .courses .ld_course_grid .stock, .courses .products .ld_course_grid .stock, .courses .ld-course-list-items .ld_course_grid .stock {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.8rem;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #f90002;
  z-index: 9999;
}

.products .item-30 .background, .courses .ld-course-list-items .item-30 .background, .products .courses .ld_course_grid .background, .courses .products .ld_course_grid .background, .courses .ld-course-list-items .ld_course_grid .background {
  background-size: contain;
  margin: 1rem;
}

.products .item-30 .tacenter, .courses .ld-course-list-items .item-30 .tacenter, .products .courses .ld_course_grid .tacenter, .courses .products .ld_course_grid .tacenter, .courses .ld-course-list-items .ld_course_grid .tacenter {
  padding: 0 1rem 2rem;
}

.products .item-30 .tacenter h4, .courses .ld-course-list-items .item-30 .tacenter h4, .products .courses .ld_course_grid .tacenter h4, .courses .products .ld_course_grid .tacenter h4, .courses .ld-course-list-items .ld_course_grid .tacenter h4 {
  margin: 0 0 1rem;
}

.products .item-30 .tacenter p, .courses .ld-course-list-items .item-30 .tacenter p, .products .courses .ld_course_grid .tacenter p, .courses .products .ld_course_grid .tacenter p, .courses .ld-course-list-items .ld_course_grid .tacenter p {
  color: rgba(58, 58, 66, 0.7);
  line-height: 1.8;
  font-size: 0.8rem;
  margin: 0;
}

.products .item-30 .hover, .courses .ld-course-list-items .item-30 .hover, .products .courses .ld_course_grid .hover, .courses .products .ld_course_grid .hover, .courses .ld-course-list-items .ld_course_grid .hover {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 99;
  cursor: pointer;
}

.products .item-30 .hover .button, .courses .ld-course-list-items .item-30 .hover .button, .products .courses .ld_course_grid .hover .button, .courses .products .ld_course_grid .hover .button, .courses .ld-course-list-items .ld_course_grid .hover .button, .products .item-30 .hover .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz a, .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz .products .item-30 .hover a, .courses .ld-course-list-items .item-30 .hover .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz a, .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz .courses .ld-course-list-items .item-30 .hover a, .products .courses .ld_course_grid .hover .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz a, .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz .products .courses .ld_course_grid .hover a, .courses .products .ld_course_grid .hover .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz a, .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz .courses .products .ld_course_grid .hover a, .courses .ld-course-list-items .ld_course_grid .hover .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz a, .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz .courses .ld-course-list-items .ld_course_grid .hover a {
  margin: 0 !important;
}

.products .item-30:hover .hover, .courses .ld-course-list-items .item-30:hover .hover, .products .courses .ld_course_grid:hover .hover, .courses .products .ld_course_grid:hover .hover, .courses .ld-course-list-items .ld_course_grid:hover .hover {
  opacity: 1;
}

.products.custom .item-30 .title, .courses .custom.ld-course-list-items .item-30 .title, .products.custom .courses .ld_course_grid .title, .courses .products.custom .ld_course_grid .title, .courses .custom.ld-course-list-items .ld_course_grid .title,
.products.custom .item-30 .content, .courses .custom.ld-course-list-items .item-30 .content,
.products.custom .courses .ld_course_grid .content, .courses
.products.custom .ld_course_grid .content, .courses .custom.ld-course-list-items .ld_course_grid .content {
  padding: 1rem;
}

.products.custom .item-30 .title, .courses .custom.ld-course-list-items .item-30 .title, .products.custom .courses .ld_course_grid .title, .courses .products.custom .ld_course_grid .title, .courses .custom.ld-course-list-items .ld_course_grid .title {
  background: rgba(58, 58, 66, 0.1);
}

.products.custom .item-30 .title h4, .courses .custom.ld-course-list-items .item-30 .title h4, .products.custom .courses .ld_course_grid .title h4, .courses .products.custom .ld_course_grid .title h4, .courses .custom.ld-course-list-items .ld_course_grid .title h4 {
  margin: 0;
}

@media screen and (max-width: 750px) {
  .products .item-30 .image, .courses .ld-course-list-items .item-30 .image, .products .courses .ld_course_grid .image, .courses .products .ld_course_grid .image, .courses .ld-course-list-items .ld_course_grid .image {
    height: 60vw;
  }
  .products .item-30 .hover, .courses .ld-course-list-items .item-30 .hover, .products .courses .ld_course_grid .hover, .courses .products .ld_course_grid .hover, .courses .ld-course-list-items .ld_course_grid .hover {
    opacity: 0 !important;
  }
}

.search-form {
  margin: 0;
  padding: 0;
  position: relative;
}

.search-form input {
  background: transparent !important;
  display: block !important;
}

.search-form input::placeholder {
  display: block !important;
}

.search-form input[type='text'] {
  padding: 1rem !important;
  font-size: 0.8rem !important;
  border: 1px solid rgba(58, 58, 66, 0.3) !important;
}

.search-form input[type='submit'] {
  padding: 0 !important;
  width: 100%;
  height: 100%;
  background: transparent !important;
  position: relative;
  border: 0 !important;
}

.search-form .search-link {
  width: 1rem;
  height: 100%;
  position: absolute;
}

.search-form .search-link:before {
  content: '';
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-mask: url("src/img/search.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
  background: white;
}

.social-media.share a {
  border-radius: 2rem;
  background: #f5f6fa;
}

.social-media.share a span {
  margin: 1rem;
  background: #000;
}

.social-media a {
  display: inline-block;
  text-align: center;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 1rem 1rem 0 0;
}

.social-media a span {
  width: 1rem;
  height: 1rem;
  display: block;
  background: rgba(58, 58, 66, 0.7);
}

.social-media a:hover span {
  background: #00b050;
}

.social-media a .facebook {
  -webkit-mask: url("src/img/facebook.svg") 50% no-repeat;
}

.social-media a .twitter {
  -webkit-mask: url("src/img/twitter.svg") 50% no-repeat;
}

.social-media a .linkedin {
  -webkit-mask: url("src/img/linkedin.svg") 50% no-repeat;
}

.social-media a .instagram {
  -webkit-mask: url("src/img/instagram.svg") 50% no-repeat;
}

.social-media a .youtube {
  -webkit-mask: url("src/img/youtube.svg") 50% no-repeat;
}

.light .share a {
  background: white;
}

.partners h2 {
  display: block;
  margin: 0 0 2rem !important;
}

.partners .flex {
  justify-content: center;
}

.partners .logo {
  width: 10rem;
  height: 6rem;
  margin: 1rem;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
}

.partners .logo .background {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 500px) {
  .partners .logo {
    width: 8rem;
    margin: 0.5rem;
  }
}

.sidebar {
  background: rgba(58, 58, 66, 0.1);
  width: 20%;
  z-index: 200;
  position: sticky;
  height: 100%;
  top: 5.5rem;
  height: 100vh;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  transition: none;
}

.sidebar .name {
  padding: 0 10%;
}

.sidebar .name h6 {
  margin: 0;
  font-size: 1rem !important;
}

.sidebar .name h6 strong {
  font-weight: 600 !important;
}

.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar ul li {
  position: relative;
  border-top: 1px solid rgba(58, 58, 66, 0.1);
  width: 100%;
  cursor: pointer;
}

.sidebar ul li:last-child {
  border-bottom: 1px solid rgba(58, 58, 66, 0.1);
}

.sidebar ul li:hover a, .sidebar ul li.current-menu-item a {
  background: white;
  opacity: 1;
}

.sidebar ul li:after {
  content: '';
  position: absolute;
  display: block;
  right: 10%;
  top: 0;
  bottom: 0;
  height: 1rem;
  width: 1rem;
  margin: auto;
}

.sidebar ul li.cart:after {
  background: #3a3a42;
  -webkit-mask: url("src/img/cart.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
}

.sidebar ul li.custom:after {
  background: #00b050;
  -webkit-mask: url("src/img/custom.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
}

.sidebar ul li.user:after {
  background: #fc7903;
  -webkit-mask: url("src/img/user.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
}

.sidebar ul li.history:after {
  background: #714de2;
  -webkit-mask: url("src/img/history.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
}

.sidebar ul li.resources:after {
  background: #e45ede;
  -webkit-mask: url("src/img/resources.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
}

.sidebar ul li.compare:after {
  background: #f0bf22;
  -webkit-mask: url("src/img/compare.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
}

.sidebar ul li.help:after {
  background: #f90002;
  -webkit-mask: url("src/img/help.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
}

.sidebar ul li.support:after {
  background: #f0bf22;
  -webkit-mask: url("src/img/support.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
}

.sidebar ul li.application:after {
  background: #23bedc;
  -webkit-mask: url("src/img/application.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
}

.sidebar ul li.education:after {
  background: #00b050;
  -webkit-mask: url("src/img/education.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
}

.sidebar ul li.prescription:after {
  background: #00b050;
  -webkit-mask: url("src/img/prescription.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
}

.sidebar ul li.logout:after {
  background: rgba(58, 58, 66, 0.7);
  -webkit-mask: url("src/img/logout.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
}

.sidebar ul a {
  display: block;
  opacity: 0.6;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 1.5rem 10%;
}

.sidebar .dropdown {
  width: 100%;
}

.sidebar .dropdown ul {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.sidebar .dropdown ul a {
  line-height: auto;
}

.is_notice .sidebar {
  top: 8rem;
}

.admin-bar .sidebar {
  top: 7.5rem;
}

.admin-bar.is_notice .sidebar {
  top: 10rem;
}

.woocommerce-view-order .sidebar ul li.user a,
.woocommerce-orders .sidebar ul li.user a {
  opacity: 0.7;
  background: transparent !important;
}

.woocommerce-view-order .sidebar ul li.history a,
.woocommerce-orders .sidebar ul li.history a {
  opacity: 1;
  background: white !important;
}

@media screen and (max-width: 1500px) {
  .sidebar {
    width: 15rem;
  }
  .sidebar ul a {
    padding: 1.2rem 10%;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 900px) {
  .sidebar {
    background: none;
    position: relative;
    width: 90%;
    height: auto;
    top: 0 !important;
    margin: 2rem auto 0;
    padding-bottom: 0 !important;
    display: block;
    box-shadow: none;
  }
  .sidebar .name {
    display: none;
  }
  .sidebar .nav {
    display: none;
  }
  .sidebar .dropdown {
    display: block;
  }
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  border-bottom: 1px solid #f5f6fa;
}

.tabs .button, .tabs .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz a, .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz .tabs a {
  margin-right: -1px;
}

.tabs .button.active, .tabs .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz a.active, .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz .tabs a.active {
  scroll-margin-top: 3rem;
  background: #00b050 !important;
  color: white !important;
}

.tab-content {
  display: none;
}

.type-nav .flex,
.type-nav .type-select ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.type-nav h2 {
  margin: 0;
}

.type-nav .type-select {
  margin-bottom: 3rem;
}

.type-nav .type-select ul {
  flex-wrap: wrap;
  justify-content: center;
}

.type-nav .type-select li {
  margin: 0 0.5rem;
}

.type-nav .type-select a {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0 1rem 0.5rem;
  display: block;
  border-bottom: 1px solid transparent;
}

.type-nav .type-select li:hover a,
.type-nav .type-select .current-menu-item a {
  border-bottom: 1px solid #fc7903;
  color: #fc7903;
}

.type-nav form input[type='text'],
.type-nav form select {
  margin-top: 0 !important;
  padding: 1rem !important;
}

.type-nav form input[type='text'], .type-nav form input[type='text']::placeholder,
.type-nav form select,
.type-nav form select::placeholder {
  font-size: 0.8rem !important;
  color: #3a3a42 !important;
}

.type-nav form select {
  padding: 1.6rem;
  background: rgba(58, 58, 66, 0.1) !important;
  border: 1px solid rgba(58, 58, 66, 0.1);
}

.type-nav .search-form,
.type-nav .category-form,
.type-nav .category-form-res {
  width: 20rem !important;
}

.type-nav .category-form,
.type-nav .category-form-res {
  position: relative;
}

.type-nav .category-form:before,
.type-nav .category-form-res:before {
  content: '';
  top: 1.2rem;
  display: block;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 1px solid;
  border-right: 1px solid;
  color: rgba(58, 58, 66, 0.7);
  right: 1.5rem;
  z-index: 9;
  transform: rotate(45deg);
  pointer-events: none;
}

.type-nav .category-form-res {
  display: none;
}

.type-nav .search-form input[type='text'] {
  padding-left: 3rem !important;
}

.type-nav .search-form .search-link {
  top: 0;
  left: 1rem;
}

.type-nav .search-form .search-link:before {
  background: rgba(58, 58, 66, 0.5);
}

.is_patient .type-nav .bulk,
.is_doctor .type-nav .bulk {
  display: none;
}

.archive-custom .type-nav .category-select {
  display: none;
}

@media screen and (max-width: 1200px) {
  .type-nav h2 {
    width: 100%;
    margin: 0 0 2rem;
  }
  .type-nav .search-form,
  .type-nav .category-form-res,
  .type-nav .select-form {
    width: 48% !important;
  }
  .type-nav > .container-medium,
  .type-nav .type-select {
    display: none;
  }
  .type-nav .category-form-res {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .type-nav {
    margin-top: 2rem;
    background: transparent;
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 500px) {
  .type-nav .search-form,
  .type-nav .category-form,
  .type-nav .category-form-res,
  .type-nav .select-form {
    width: 100% !important;
  }
  .type-nav .category-form-res,
  .type-nav .select-form {
    margin-top: 1rem !important;
  }
}

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

.product-data .item {
  width: 32rem;
}

.product-data .item.order-form {
  width: calc(100% - 40rem);
  margin-left: 5rem;
}

.product-data .product-gallery,
.product-data .product-form {
  width: calc(100% - 35rem);
}

.product-data .product-meta div {
  margin: 1rem 0;
}

.product-data .product-meta h2 {
  margin: 0 0 1rem;
}

.product-data .product-meta p,
.product-data .product-meta span {
  margin: 0;
  line-height: 1.8;
}

.product-data .product-meta .shipping {
  opacity: 1;
  background: none;
  padding: 0;
  text-align: left;
}

.product-data .product-meta .shipping p {
  font-weight: 500;
  color: #e45ede;
}

.product-data .product-meta .shipping span {
  padding-left: 2rem;
  display: inline-block;
  position: relative;
}

.product-data .product-meta .shipping span:before {
  content: '';
  position: absolute;
  width: 1.5rem;
  height: 1rem;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-mask: url("src/img/shipping.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
  background: #e45ede;
}

.product-data .product-meta .specs {
  justify-content: flex-start !important;
}

.product-data .product-meta .specs p {
  margin: 0 1rem 0 0;
}

.product-data .product-meta .specs p * {
  color: rgba(58, 58, 66, 0.7) !important;
}

.single-custom .product-data .info .content {
  padding: 1rem 0 0;
  margin: 1rem 0;
  border-top: 1px solid rgba(58, 58, 66, 0.1);
  border-bottom: 1px solid rgba(58, 58, 66, 0.1);
}

#product-addons-total {
  display: none;
}

@media screen and (max-width: 1200px) {
  .product-data .item {
    width: 50% !important;
  }
  .product-data .product-gallery {
    width: calc(50% - 3rem) !important;
  }
}

@media screen and (max-width: 1000px) {
  .single-custom .product-data {
    flex-direction: column;
  }
  .product-data {
    flex-direction: column-reverse;
  }
  .product-data .item,
  .product-data .product-gallery,
  .product-data .product-form,
  .product-data .product-meta,
  .product-data .order-form {
    width: 100% !important;
    margin: 0 auto;
  }
  .product-data .product-gallery {
    margin: 0 0 2rem;
  }
  .product-data .order-form {
    margin-top: 1rem;
  }
}

.about-page .flex {
  align-items: center;
  justify-content: space-between;
}

.about-page .accent {
  position: absolute;
  width: 60%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -9;
}

.about-page .values,
.about-page .values .item-30,
.about-page .values .courses .ld_course_grid, .courses
.about-page .values .ld_course_grid {
  text-align: center;
}

.about-page .values .item-30, .about-page .values .courses .ld_course_grid, .courses .about-page .values .ld_course_grid {
  width: 33% !important;
  margin: 2rem 0 0 !important;
  border-left: 1px solid #000;
  padding: 2rem;
}

.about-page .values .item-30:last-child, .about-page .values .courses .ld_course_grid:last-child, .courses .about-page .values .ld_course_grid:last-child {
  border-right: 1px solid #000;
}

.about-page .values .item-30 h5, .about-page .values .courses .ld_course_grid h5, .courses .about-page .values .ld_course_grid h5 {
  font-weight: 200;
}

.about-page .values .background {
  opacity: 0.2;
}

@media screen and (max-width: 750px) {
  .about-page .values .item-30, .about-page .values .courses .ld_course_grid, .courses .about-page .values .ld_course_grid {
    width: 100% !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #000;
    margin: 0 !important;
  }
  .about-page .values .item-30:first-child, .about-page .values .courses .ld_course_grid:first-child, .courses .about-page .values .ld_course_grid:first-child {
    margin-top: 3rem !important;
    border-top: 1px solid #000;
  }
}

.course-landing-page .content .accent,
.course-landing-page .video .accent {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -9;
}

.course-landing-page .section-content h2 {
  max-width: 40rem;
  margin: 0 auto 1rem !important;
}

.course-landing-page .section-content .accent {
  top: 0;
  bottom: 30%;
}

.course-landing-page .video .accent {
  top: 30%;
  bottom: 0;
}

.course-landing-page .flex-center {
  justify-content: space-between;
}

.course-landing-page .mockup-device {
  width: 100%;
  height: 462px;
}

.course-landing-page .mockup-device .background {
  pointer-events: none;
  z-index: 9999;
}

.course-landing-page .mockup-device source,
.course-landing-page .mockup-device video,
.course-landing-page .mockup-device .thumbnail {
  cursor: pointer;
  width: 86%;
  height: 85%;
  position: absolute;
  object-fit: cover;
  top: 7%;
  left: 7%;
  right: 7%;
  z-index: 99;
}

.course-landing-page .mockup-device .thumbnail {
  opacity: 0;
  z-index: 999;
  pointer-events: none;
}

.course-landing-page .mockup-device .thumbnail:before, .course-landing-page .mockup-device .thumbnail:after {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.course-landing-page .mockup-device .thumbnail:before {
  width: 5rem;
  height: 5rem;
  background: url(src/img/play.svg) 50% no-repeat;
  z-index: 9999999;
}

.course-landing-page .mockup-device .thumbnail:after {
  width: 6rem;
  height: 6rem;
  background: white;
  border-radius: 50%;
  z-index: 999999;
  box-shadow: 0 0 2rem rgba(58, 58, 66, 0.1);
}

.course-landing-page .mockup-device.paused .thumbnail {
  opacity: 1;
}

.course-landing-page .item-45.content {
  width: 40%;
}

.course-landing-page .item-45 img {
  object-fit: contain;
}

.course-landing-page .accordion {
  margin: 0 auto;
}

.course-landing-page .skills {
  justify-content: space-between;
}

.course-landing-page .skills h3 {
  position: relative;
  padding-left: 3rem;
}

.course-landing-page .skills h3:before {
  content: '';
  width: 2rem;
  height: 2rem;
  background: #00b050;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}

.course-landing-page .skills h3:after {
  content: '';
  width: 5px;
  height: 10px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  transform: rotate(45deg);
  position: absolute;
  display: block;
  left: 13px;
  top: 12px;
  margin: auto;
}

.course-landing-page .skills .item-50 {
  width: calc(50% - 1rem);
  padding: 2rem;
  margin-top: 2rem;
}

.course-landing-page .skills .item-50 p {
  margin-top: 1rem;
}

.course-landing-page .icons img {
  height: 5rem;
  width: 5rem;
}

.course-landing-page .icons h4 {
  padding: 1rem 3.5rem 0;
  font-weight: 400;
}

.course-landing-page .icons .item-30:nth-child(n + 4), .course-landing-page .icons .courses .ld_course_grid:nth-child(n + 4), .courses .course-landing-page .icons .ld_course_grid:nth-child(n + 4) {
  margin-top: 3rem;
}

.course-landing-page .section-tutors .products, .course-landing-page .section-tutors .courses .ld-course-list-items, .courses .course-landing-page .section-tutors .ld-course-list-items {
  justify-content: center;
}

.course-landing-page .section-tutors .products .item-30, .course-landing-page .section-tutors .courses .ld-course-list-items .item-30, .courses .course-landing-page .section-tutors .ld-course-list-items .item-30, .course-landing-page .section-tutors .products .courses .ld_course_grid, .courses .course-landing-page .section-tutors .products .ld_course_grid, .course-landing-page .section-tutors .courses .ld-course-list-items .ld_course_grid, .courses .course-landing-page .section-tutors .ld-course-list-items .ld_course_grid {
  width: calc(100% / 4 - 2rem) !important;
  margin-right: 2rem !important;
}

.course-landing-page .section-tutors .products .item-30:nth-child(4n), .course-landing-page .section-tutors .courses .ld-course-list-items .item-30:nth-child(4n), .courses .course-landing-page .section-tutors .ld-course-list-items .item-30:nth-child(4n), .course-landing-page .section-tutors .products .courses .ld_course_grid:nth-child(4n), .courses .course-landing-page .section-tutors .products .ld_course_grid:nth-child(4n), .course-landing-page .section-tutors .courses .ld-course-list-items .ld_course_grid:nth-child(4n), .courses .course-landing-page .section-tutors .ld-course-list-items .ld_course_grid:nth-child(4n) {
  margin-right: 0 !important;
}

.course-landing-page .section-tutors .products .image, .course-landing-page .section-tutors .courses .ld-course-list-items .image, .courses .course-landing-page .section-tutors .ld-course-list-items .image {
  height: 14rem;
}

.course-landing-page .section-tutors .products .background, .course-landing-page .section-tutors .courses .ld-course-list-items .background, .courses .course-landing-page .section-tutors .ld-course-list-items .background {
  margin: 0;
  background-size: cover;
}

.course-landing-page .section-tutors .products .background:before, .course-landing-page .section-tutors .courses .ld-course-list-items .background:before, .courses .course-landing-page .section-tutors .ld-course-list-items .background:before {
  display: none;
}

.course-landing-page iframe {
  margin: 0 auto !important;
}

@media screen and (max-width: 1500px) {
  .course-landing-page .section-tutors .products .image, .course-landing-page .section-tutors .courses .ld-course-list-items .image, .courses .course-landing-page .section-tutors .ld-course-list-items .image {
    height: 16vw;
  }
}

@media screen and (max-width: 1200px) {
  .course-landing-page .icons .item-30, .course-landing-page .icons .courses .ld_course_grid, .courses .course-landing-page .icons .ld_course_grid {
    width: calc(50% - 1.5rem) !important;
    margin-top: 3rem !important;
  }
  .course-landing-page .icons .item-30:nth-child(-n + 2), .course-landing-page .icons .courses .ld_course_grid:nth-child(-n + 2), .courses .course-landing-page .icons .ld_course_grid:nth-child(-n + 2) {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 1000px) {
  .course-landing-page .mockup-device {
    height: 52vw;
  }
}

@media screen and (max-width: 900px) {
  .course-landing-page .section-tutors .products .item-30, .course-landing-page .section-tutors .courses .ld-course-list-items .item-30, .courses .course-landing-page .section-tutors .ld-course-list-items .item-30, .course-landing-page .section-tutors .products .courses .ld_course_grid, .courses .course-landing-page .section-tutors .products .ld_course_grid, .course-landing-page .section-tutors .courses .ld-course-list-items .ld_course_grid, .courses .course-landing-page .section-tutors .ld-course-list-items .ld_course_grid {
    width: calc(50% - 2rem) !important;
    margin: 2rem 2rem 0 !important;
  }
  .course-landing-page .section-tutors .products .item-30:nth-child(even), .course-landing-page .section-tutors .courses .ld-course-list-items .item-30:nth-child(even), .courses .course-landing-page .section-tutors .ld-course-list-items .item-30:nth-child(even), .course-landing-page .section-tutors .products .courses .ld_course_grid:nth-child(even), .courses .course-landing-page .section-tutors .products .ld_course_grid:nth-child(even), .course-landing-page .section-tutors .courses .ld-course-list-items .ld_course_grid:nth-child(even), .courses .course-landing-page .section-tutors .ld-course-list-items .ld_course_grid:nth-child(even) {
    margin: 2rem 0 0 0 !important;
  }
  .course-landing-page .section-tutors .products .image, .course-landing-page .section-tutors .courses .ld-course-list-items .image, .courses .course-landing-page .section-tutors .ld-course-list-items .image {
    height: 27vw;
  }
}

@media screen and (max-width: 750px) {
  .course-landing-page .skills h3 {
    padding-left: 0;
    padding-top: 3rem;
  }
  .course-landing-page .skills h3:before {
    left: 0;
    right: 0;
    margin: auto;
    top: 3px;
  }
  .course-landing-page .skills h3:after {
    left: 0;
    right: 0;
  }
  .course-landing-page .skills .item-50 {
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
  }
  .course-landing-page .mockup-device .thumbnail:after {
    width: 4rem;
    height: 4rem;
  }
}

@media screen and (max-width: 500px) {
  .course-landing-page .image {
    height: auto;
  }
  .course-landing-page .icons {
    justify-content: center;
  }
  .course-landing-page .icons .item-30 img, .course-landing-page .icons .courses .ld_course_grid img, .courses .course-landing-page .icons .ld_course_grid img {
    width: 3rem;
    height: 3rem;
  }
  .course-landing-page .icons .item-30 h4, .course-landing-page .icons .courses .ld_course_grid h4, .courses .course-landing-page .icons .ld_course_grid h4 {
    font-size: 0.9rem;
    padding: 1rem 1rem 0;
  }
}

.conditional-forms .flex {
  justify-content: center;
}

.conditional-forms .divide {
  width: 100%;
  height: 1px;
  background: #f5f6fa;
  margin: 3rem 0;
}

.conditional-forms .options,
.conditional-forms .form {
  width: 100%;
  display: none;
  text-align: center;
}

.conditional-forms .options h3,
.conditional-forms .form h3 {
  margin: 0 0 1rem;
}

.conditional-forms .options form,
.conditional-forms .form form {
  text-align: left;
  margin: 2rem 0 0 !important;
}

.conditional-forms .options.active,
.conditional-forms .form.active {
  display: block;
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 1px solid #f5f6fa;
}

.conditional-forms .form {
  flex-direction: column;
}

.conditional-forms .form .gform_wrapper {
  margin: 2rem 0 0 !important;
}

.conditional-forms form .prescribing-doctor-name .ginput_container:after {
  content: 'eg. Dr Jane Jenkins';
}

.conditional-forms .option {
  width: calc(100% / 3 - 2rem);
  cursor: pointer;
  padding: 2rem;
  background: white;
  text-align: center;
  margin: 0 1rem !important;
  border: 1px solid;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.conditional-forms .option .more {
  margin-top: 1rem;
}

.conditional-forms .option:nth-child(n + 4) {
  margin: 3rem 1rem 0 !important;
}

.conditional-forms .option:hover, .conditional-forms .option.active {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.conditional-forms .option.active .more h6:after {
  transform: rotate(90deg);
}

.conditional-forms .start-doctor,
.conditional-forms .options-doctor,
.conditional-forms .start-tgasas,
.conditional-forms .options-tgasas {
  border-color: #23bedc;
}

.conditional-forms .start-doctor .option,
.conditional-forms .options-doctor .option,
.conditional-forms .start-tgasas .option,
.conditional-forms .options-tgasas .option {
  border-color: #23bedc;
}

.conditional-forms .start-doctor h6,
.conditional-forms .options-doctor h6,
.conditional-forms .start-tgasas h6,
.conditional-forms .options-tgasas h6 {
  color: #23bedc !important;
}

.conditional-forms .start-doctor h6:after,
.conditional-forms .options-doctor h6:after,
.conditional-forms .start-tgasas h6:after,
.conditional-forms .options-tgasas h6:after {
  background: #23bedc;
}

.conditional-forms .start-pharmacist,
.conditional-forms .options-pharmacist,
.conditional-forms .start-prescriber,
.conditional-forms .options-prescriber {
  border-color: #00b050;
}

.conditional-forms .start-pharmacist .option,
.conditional-forms .options-pharmacist .option,
.conditional-forms .start-prescriber .option,
.conditional-forms .options-prescriber .option {
  border: 1px solid #00b050;
}

.conditional-forms .start-pharmacist h6,
.conditional-forms .options-pharmacist h6,
.conditional-forms .start-prescriber h6,
.conditional-forms .options-prescriber h6 {
  color: #00b050;
}

.conditional-forms .start-pharmacist h6:after,
.conditional-forms .options-pharmacist h6:after,
.conditional-forms .start-prescriber h6:after,
.conditional-forms .options-prescriber h6:after {
  background: #00b050;
}

.conditional-forms .start-patient,
.conditional-forms .options-patient,
.conditional-forms .start-compounded,
.conditional-forms .options-compounded {
  border-color: #f0bf22;
}

.conditional-forms .start-patient .option,
.conditional-forms .options-patient .option,
.conditional-forms .start-compounded .option,
.conditional-forms .options-compounded .option {
  border-color: #f0bf22;
}

.conditional-forms .start-patient h6,
.conditional-forms .options-patient h6,
.conditional-forms .start-compounded h6,
.conditional-forms .options-compounded h6 {
  color: #f0bf22 !important;
}

.conditional-forms .start-patient h6:after,
.conditional-forms .options-patient h6:after,
.conditional-forms .start-compounded h6:after,
.conditional-forms .options-compounded h6:after {
  background: #f0bf22;
}

#step-two,
#step-three {
  scroll-margin-top: 5rem;
  display: none;
}

#step-two .flex,
#step-three .flex {
  display: none;
}

#step-two .active,
#step-three .active {
  display: flex;
}

#step-two.current-step,
#step-three.current-step {
  display: flex;
}

@media screen and (max-width: 900px) {
  .conditional-forms .option {
    width: 100%;
    margin: 2rem 0 0 !important;
  }
  .conditional-forms .option:nth-child(n + 4) {
    margin: 2rem 0 0 !important;
  }
  .conditional-forms .option:first-child {
    margin: 0 !important;
  }
}

.partners-page .row {
  display: none;
}

.partners-page .row.selected {
  display: block;
}

.partners-page .tacenter {
  width: 100%;
}

.partners-page .tacenter .load-more {
  margin-top: 4rem;
}

.partners-page .partner {
  background: white;
  margin-bottom: 2rem;
  padding: 2rem;
  min-height: 10rem;
  justify-content: space-between;
}

.partners-page .partner:last-child {
  margin-bottom: 0;
}

.partners-page .partner .image {
  width: 15rem;
  min-height: 10rem;
  height: 100%;
  margin: 0;
}

.partners-page .partner .image .background {
  background-size: contain;
}

.partners-page .partner .content {
  width: calc(100% - 18rem);
}

.partners-page .partner h3 {
  color: #00b050;
}

.partners-page .partner .location {
  opacity: 0.7;
}

.partners-page .partner .location span {
  padding: 0.5rem;
  margin-right: 0.5rem;
  background: url("src/img/map.svg") 50% no-repeat;
}

@media screen and (max-width: 750px) {
  .partners-page .partner {
    padding: 0 2rem 2rem;
  }
  .partners-page .partner .image,
  .partners-page .partner .content {
    width: 100% !important;
  }
  .partners-page .partner .image {
    min-height: 50vw;
  }
}

.register-page .section-content .divide {
  margin: 0;
}

.register-page .section-content .padding, .register-page .section-content .single-course .course-info, .single-course .register-page .section-content .course-info {
  padding: 1.5rem 0;
}

.register-page .section-content .padding:first-child, .register-page .section-content .single-course .course-info:first-child, .single-course .register-page .section-content .course-info:first-child {
  padding: 0 !important;
}

.register-page #Registration {
  scroll-margin-top: 9rem;
}

.resources .item {
  width: calc(50% - 0.5rem);
  padding: 2rem;
  background: rgba(245, 246, 250, 0.7);
  margin-top: 1rem;
}

.resources .item:nth-child(2n) {
  margin-left: 1rem;
}

.resources .item h4,
.resources .item p {
  margin: 0 0 1rem;
}

.resources .item a h6 {
  font-weight: 600;
  color: #00b050;
  opacity: 1;
  font-size: 0.9rem;
  margin: 0;
  display: inline-block;
  position: relative;
  padding-right: 1.5rem;
}

.resources .item a h6:before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-mask: url("src/img/download.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
  background: #00b050;
}

.resources .item:hover h4 {
  color: #fc7903;
}

#Download {
  scroll-margin-top: 8rem;
}

@media screen and (max-width: 900px) {
  .resources .item {
    width: 100%;
  }
  .resources .item:last-child {
    margin-bottom: 0;
  }
  .resources .item:nth-child(2n) {
    margin-left: 0;
  }
}

.single-post h1 {
  font-size: 2rem;
}

.single-post .flex {
  justify-content: space-between;
}

.single-post .sidebar {
  width: 35%;
  height: auto !important;
  background: none;
  box-shadow: none;
}

.single-post .sidebar h1 {
  margin: 2rem 0;
}

.single-post .sidebar .meta {
  margin: 0;
}

.single-post .content {
  width: 60%;
}

@media screen and (max-width: 900px) {
  .single-post .sidebar,
  .single-post .content {
    width: 100%;
  }
  .single-post .content {
    margin-top: 3rem;
  }
}

.product-gallery img {
  object-fit: contain;
}

.product-gallery .swiper-slide {
  height: 30rem;
}

.product-gallery .swiper-pagination {
  position: relative;
  width: 100%;
}

.product-gallery .swiper-pagination .swiper-pagination-bullet {
  opacity: 1 !important;
  width: 6px;
  height: 6px;
  background: rgba(58, 58, 66, 0.1);
  margin: 1rem 5px 0;
}

.product-gallery .swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(58, 58, 66, 0.3);
}

.product-gallery .gallery-main,
.product-gallery .gallery {
  border: 1px solid rgba(58, 58, 66, 0.1);
}

.product-gallery .gallery-nav .swiper-slide {
  border: 1px solid rgba(58, 58, 66, 0.1);
  cursor: pointer;
  width: 5rem !important;
  height: 5rem !important;
  padding: 0.5rem;
  margin: 1rem 1rem 0 0;
}

.product-gallery .thumbnail {
  cursor: pointer;
}

.product-gallery .thumbnail img {
  object-fit: cover;
}

.product-gallery .thumbnail:before, .product-gallery .thumbnail:after {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-gallery .thumbnail:before {
  width: 5rem;
  height: 5rem;
  background: url(src/img/play.svg) 50% no-repeat;
  z-index: 9999999;
}

.product-gallery .thumbnail:after {
  width: 6rem;
  height: 6rem;
  background: white;
  border-radius: 50%;
  z-index: 999999;
  box-shadow: 0 0 2rem rgba(58, 58, 66, 0.1);
}

@media screen and (max-width: 1500px) {
  .product-gallery .gallery-main .swiper-slide,
  .product-gallery .gallery .swiper-slide {
    height: 33vw;
  }
}

@media screen and (max-width: 900px) {
  .product-gallery .gallery-main .swiper-slide,
  .product-gallery .gallery .swiper-slide {
    height: 42vw;
  }
}

@media screen and (max-width: 750px) {
  .product-gallery .gallery-main .swiper-slide,
  .product-gallery .gallery .swiper-slide {
    height: 85vw;
  }
}

.single-product p,
.single-product h6 {
  font-size: 0.8rem !important;
}

.single-product h4 {
  font-size: 1rem !important;
  margin: 0 0 1rem !important;
}

.single-product .flex {
  align-items: flex-start;
}

.single-product .content h6 {
  font-size: 0.75rem;
  font-weight: 500;
}

.single-product .content p {
  margin: 0 0 0.5rem !important;
}

.single-product .content p,
.single-product .content p strong {
  font-size: 0.8rem !important;
  line-height: 1.8 !important;
  color: rgba(58, 58, 66, 0.7) !important;
}

.single-product .table {
  list-style: none;
  padding: 0;
}

.single-product .table li:before {
  display: none;
}

.single-product .table li {
  border-top: 1px solid rgba(58, 58, 66, 0.1);
  display: flex;
  padding: 0.5rem 0;
}

.single-product .table li:last-child {
  border-bottom: 1px solid rgba(58, 58, 66, 0.1);
}

.single-product .table li h6 {
  width: 50%;
  font-weight: 500;
  margin: 0.2rem 0 !important;
}

.single-product .level {
  width: 100%;
  position: relative;
  margin: 0 0 1.5rem;
}

.single-product .level .bar-wrap,
.single-product .level .bar {
  width: 100%;
  background: rgba(35, 190, 220, 0.1);
  height: 0.6rem;
  border-radius: 0.6rem;
  display: block;
}

.single-product .level .bar {
  position: absolute;
  background: #23bedc;
}

.single-product .level span {
  color: #23bedc;
  margin-left: 3px;
}

.single-product .level.level-yellow .bar-wrap {
  background: rgba(240, 191, 34, 0.1);
}

.single-product .level.level-yellow .bar {
  background: #f0bf22;
}

.single-product .level.level-yellow span {
  color: #f0bf22;
}

.single-product .level.level-orange .bar-wrap {
  background: rgba(252, 121, 3, 0.1);
}

.single-product .level.level-orange .bar {
  background: #fc7903;
}

.single-product .level.level-orange span {
  color: #fc7903;
}

.single-product .level.level-red .bar-wrap {
  background: rgba(255, 0, 0, 0.1);
}

.single-product .level.level-red .bar {
  background: red;
}

.single-product .level.level-red span {
  color: red;
}

.single-product .level.level-pink .bar-wrap {
  background: rgba(228, 94, 222, 0.1);
}

.single-product .level.level-pink .bar {
  background: #e45ede;
}

.single-product .level.level-pink span {
  color: #e45ede;
}

.single-product .level.level-purple .bar-wrap {
  background: rgba(113, 77, 226, 0.1);
}

.single-product .level.level-purple .bar {
  background: #714de2;
}

.single-product .level.level-purple span {
  color: #714de2;
}

.single-product .level.level-green .bar-wrap {
  background: rgba(0, 176, 80, 0.1);
}

.single-product .level.level-green .bar {
  background: #00b050;
}

.single-product .level.level-green span {
  color: #00b050;
}

.single-product .level.level-crimson .bar-wrap {
  background: rgba(234, 34, 42, 0.1);
}

.single-product .level.level-crimson .bar {
  background: #ea222a;
}

.single-product .level.level-crimson span {
  color: #ea222a;
}

.single-product .level.level-redorange .bar-wrap {
  background: rgba(240, 103, 37, 0.1);
}

.single-product .level.level-redorange .bar {
  background: #f06725;
}

.single-product .level.level-redorange span {
  color: #f06725;
}

.single-product .level.level-mango .bar-wrap {
  background: rgba(242, 122, 33, 0.1);
}

.single-product .level.level-mango .bar {
  background: #f27a21;
}

.single-product .level.level-mango span {
  color: #f27a21;
}

.single-product .level.level-gold .bar-wrap {
  background: rgba(240, 191, 24, 0.1);
}

.single-product .level.level-gold .bar {
  background: #f0bf18;
}

.single-product .level.level-gold span {
  color: #f0bf18;
}

.single-product .level.level-brightyellow .bar-wrap {
  background: rgba(248, 224, 8, 0.1);
}

.single-product .level.level-brightyellow .bar {
  background: #f8e008;
}

.single-product .level.level-brightyellow span {
  color: #f8e008;
}

.single-product .level.level-khaki .bar-wrap {
  background: rgba(174, 210, 80, 0.1);
}

.single-product .level.level-khaki .bar {
  background: #aed250;
}

.single-product .level.level-khaki span {
  color: #aed250;
}

.single-product .level.level-forestgreen .bar-wrap {
  background: rgba(30, 176, 78, 0.1);
}

.single-product .level.level-forestgreen .bar {
  background: #1eb04e;
}

.single-product .level.level-forestgreen span {
  color: #1eb04e;
}

.single-product .level.level-navy .bar-wrap {
  background: rgba(65, 90, 167, 0.1);
}

.single-product .level.level-navy .bar {
  background: #415aa7;
}

.single-product .level.level-navy span {
  color: #415aa7;
}

.single-product .level.level-plum .bar-wrap {
  background: rgba(191, 106, 170, 0.1);
}

.single-product .level.level-plum .bar {
  background: #bf6aaa;
}

.single-product .level.level-plum span {
  color: #bf6aaa;
}

.single-product .level.level-lavender .bar-wrap {
  background: rgba(136, 89, 165, 0.1);
}

.single-product .level.level-lavender .bar {
  background: #8859a5;
}

.single-product .level.level-lavender span {
  color: #8859a5;
}

.single-product .level.level-charcoal .bar-wrap {
  background: rgba(58, 59, 67, 0.1);
}

.single-product .level.level-charcoal .bar {
  background: #3a3b43;
}

.single-product .level.level-charcoal span {
  color: #3a3b43;
}

.single-product .product-icons img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  margin-right: 1rem;
}

.single-product .product-icons h6 {
  width: 50%;
  display: flex;
  align-items: center;
  opacity: 1;
  margin-bottom: 1.5rem;
}

.compounded-product .content {
  margin: 1rem 0;
}

@media screen and (max-width: 500px) {
  .single-product .product-icons img {
    width: 3rem;
    height: 3rem;
  }
  .single-product .product-icons h6 {
    width: 100%;
  }
}

.product-meta .title,
.product-meta .table,
.product-meta .shipping,
.mobile-meta .title,
.mobile-meta .table,
.mobile-meta .shipping {
  margin: 1rem 0 0 0;
}

.product-meta .strain-type span,
.mobile-meta .strain-type span {
  padding: 1rem 1rem 1rem 2.5rem;
  font-weight: 500;
  font-size: 0.9rem;
  position: relative;
  text-transform: capitalize;
  margin: 0 0.5rem 0 0;
}

.product-meta .strain-type span:before,
.mobile-meta .strain-type span:before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 0;
  bottom: 0;
  left: 1rem;
  margin: auto;
}

.product-meta .strain-type .sativa,
.product-meta .strain-type .sativa_dom,
.mobile-meta .strain-type .sativa,
.mobile-meta .strain-type .sativa_dom {
  background: rgba(252, 121, 3, 0.05);
  color: #fc7903;
}

.product-meta .strain-type .sativa:before,
.product-meta .strain-type .sativa_dom:before,
.mobile-meta .strain-type .sativa:before,
.mobile-meta .strain-type .sativa_dom:before {
  -webkit-mask: url("src/img/sativa.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
  background: #fc7903;
}

.product-meta .strain-type .indica,
.product-meta .strain-type .indica_dom,
.mobile-meta .strain-type .indica,
.mobile-meta .strain-type .indica_dom {
  background: rgba(113, 77, 226, 0.05);
  color: #714de2;
}

.product-meta .strain-type .indica:before,
.product-meta .strain-type .indica_dom:before,
.mobile-meta .strain-type .indica:before,
.mobile-meta .strain-type .indica_dom:before {
  height: 0.9rem;
  -webkit-mask: url("src/img/indica.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
  background: #714de2;
}

.product-meta .price,
.mobile-meta .price {
  margin: 0.5rem 0 0 0;
  color: #00b050;
}

.product-meta .price small,
.mobile-meta .price small {
  font-size: 0.8rem;
  opacity: 0.7;
  vertical-align: top;
  line-height: 2rem;
}

.product-meta .shipping,
.mobile-meta .shipping {
  margin: 1rem 0 0 0;
  width: 100%;
  opacity: 1;
  padding: 1rem;
  background: rgba(228, 94, 222, 0.05);
  text-align: center;
}

.product-meta .shipping p,
.mobile-meta .shipping p {
  font-weight: 500;
  color: #e45ede;
}

.product-meta .shipping span,
.mobile-meta .shipping span {
  padding-left: 2.5rem;
  display: inline-block;
  position: relative;
}

.product-meta .shipping span:before,
.mobile-meta .shipping span:before {
  content: '';
  position: absolute;
  width: 1.5rem;
  height: 1rem;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-mask: url("src/img/shipping.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
  background: #e45ede;
}

.single-custom .product-meta .shipping,
.single-custom .mobile-meta .shipping {
  display: none;
}

.mobile-meta {
  display: none;
}

@media screen and (max-width: 750px) {
  .product-meta .strain-type,
  .product-meta .title {
    display: none;
  }
  .mobile-meta {
    display: block;
    margin: 1rem 0;
  }
}

.product-order {
  margin-top: 1rem;
}

.product-order .order-type {
  display: flex;
  justify-content: space-between;
  margin: 1.5rem 0;
}

.product-order .order-type button {
  background: transparent !important;
  border: 1px solid #00b050;
  color: #00b050 !important;
  width: calc(50% - 0.5rem);
  padding: 1.1rem 0.5rem !important;
  display: inline-block;
  margin: 0 !important;
  font-size: 0.8rem !important;
}

.product-order form .form-row {
  margin-bottom: 1rem;
}

.product-order form .form-row input[type='submit'],
.product-order form .form-row .validate {
  cursor: pointer;
  margin: 0;
  margin-top: 0.5rem;
  height: 3.2rem;
  padding: 0 !important;
  width: 4rem !important;
  background: #000 !important;
  position: relative;
}

.product-order form .form-row input[type='submit']:after,
.product-order form .form-row .validate:after {
  content: '';
  pointer-events: none;
  width: 1rem;
  height: 1rem;
  right: 1.5rem;
  position: absolute;
  -webkit-mask: url("src/img/arrow.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
  background: white;
  top: 0;
  bottom: 0;
  margin: auto;
}

.product-order .custom-order-form .coupon,
.product-order .custom-order-form .cart,
.product-order .custom-order-form .wc-pao-addon {
  display: none !important;
  margin: 0 !important;
}

.product-order .new-order .order-type .new-order {
  background: #00b050 !important;
  color: white !important;
}

.product-order .new-order .cart {
  flex-direction: row;
  display: flex !important;
}

.product-order .new-order .wc-pao-addon {
  display: block !important;
}

.product-order .new-order .coupon {
  display: none !important;
}

.product-order .existing-order .order-type .existing-order {
  background: #00b050 !important;
  color: white !important;
}

.product-order .existing-order .coupon,
.product-order .existing-order .cart {
  display: flex !important;
}

.product-order .existing-order .coupon {
  flex-direction: column;
}

.product-order .existing-order .wc-pao-addon {
  display: none !important;
}

.product-order .existing-order .wc-pao-addon-prescribing-dr-name {
  display: block !important;
  width: 100% !important;
}

.product-order .wcwl_elements {
  padding: 1rem;
  background: #f5f6fa;
  margin-top: 1rem;
  text-align: center;
}

.product-order .wcwl_elements button {
  margin-top: 1rem !important;
}

.product-order .wcwl_elements * {
  font-size: 0.8rem;
  color: rgba(58, 58, 66, 0.7);
}

.product-order .wcwl_elements .wcwl_notice button {
  display: none;
}

.product-order .wcwl_frontend_wrap .wcwl_intro,
.product-order .wcwl_notice.woocommerce-message {
  margin: 0;
}

.product-order .validate {
  margin-bottom: 1rem;
}

.product-order .out-of-stock,
.product-order .message,
.product-order .success,
.product-order .failed {
  padding: 1rem;
  text-align: center;
  margin: 0;
}

.product-order .message {
  background: #f5f6fa;
  color: #3a3a42;
}

.product-order .success {
  background: rgba(0, 176, 80, 0.05);
  color: #00b050;
}

.product-order .failed,
.product-order .out-of-stock {
  background: rgba(255, 0, 0, 0.05);
  color: red;
}

.product-order .product-docs {
  margin-top: 1.5rem;
}

.product-order .product-docs h6 {
  margin: 0.5rem 0 0;
  opacity: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.product-order .product-docs h6:hover {
  opacity: 0.6;
}

.product-order .product-docs h6 a {
  color: #fc7903;
  position: relative;
  padding-left: 1.2rem;
}

.product-order .product-docs h6 a:before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 0.8rem;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-mask: url("src/img/download.svg") 50% 50% no-repeat;
  -webkit-mask-size: contain;
  background: #fc7903;
}

.product-order.bulk-products .wc-pao-addon {
  display: none !important;
}

.product-order #product-addons-total {
  display: none;
}

.product-tabs .tab-titles {
  border-bottom: 1px solid rgba(58, 58, 66, 0.1);
  margin: 0 0 2rem;
}

.product-tabs .tab-titles .tab-link {
  cursor: pointer;
  margin: 0 -1px 0 0 !important;
  padding: 1rem 1.5rem;
  display: inline-block;
  border: 1px solid rgba(58, 58, 66, 0.1);
  border-right: 0;
  border-bottom: 0;
  color: rgba(0, 0, 0, 0.4);
}

.product-tabs .tab-titles .tab-link:last-child {
  border-right: 1px solid rgba(58, 58, 66, 0.1);
}

.product-tabs .tab-titles .tab-link.active {
  font-weight: 500;
  color: #000;
  background: #f5f6fa;
}

.product-tabs .product-icons h6 {
  width: 100%;
  margin: 0;
}

.product-tabs .cannabinoid-levels .flex {
  justify-content: space-between;
}

.product-tabs .cannabinoid-levels .flex .level:first-child {
  text-align: left;
}

.product-tabs .cannabinoid-levels .flex .level:last-child {
  text-align: right;
}

.product-tabs .aroma-levels,
.product-tabs .minor-levels {
  margin-top: 1rem;
}

@media screen and (max-width: 750px) {
  .product-tabs .tab-titles .tab-link {
    cursor: pointer;
    margin: 0 -1px 0 0 !important;
    padding: 1rem;
    font-size: 0.9rem !important;
  }
  .product-tabs .product-icons .item-30:first-child, .product-tabs .product-icons .courses .ld_course_grid:first-child, .courses .product-tabs .product-icons .ld_course_grid:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 500px) {
  .product-tabs .tab-titles .tab-link {
    text-align: center;
    width: 50%;
    border-right: 1px solid rgba(58, 58, 66, 0.1);
  }
}

.courses .ld-course-list-items {
  display: flex;
  flex-wrap: wrap;
}

.courses .ld_course_grid {
  position: relative;
  margin-top: 2rem !important;
}

.courses .ld_course_grid .ld_course_grid_button {
  display: none;
}

.courses .ld_course_grid * {
  display: block;
  text-align: center;
}

.courses .ld_course_grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.courses .ld_course_grid a:before, .courses .ld_course_grid a:after {
  opacity: 0;
}

.courses .ld_course_grid a:before {
  content: 'View Course';
  position: absolute;
  z-index: 999999;
}

.courses .ld_course_grid a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99999;
}

.courses .ld_course_grid a:hover:before, .courses .ld_course_grid a:hover:after {
  opacity: 1;
}

.courses .ld_course_grid .coming-soon {
  pointer-events: none;
  z-index: 999999;
}

.courses .ld_course_grid .coming-soon:before {
  content: 'Coming Soon';
  z-index: 999999999 !important;
}

.courses .ld_course_grid .coming-soon:after, .courses .ld_course_grid .coming-soon:before {
  opacity: 1 !important;
  z-index: 999999;
}

.courses .ld_course_grid .attachment-course-thumb {
  height: 12rem;
}

.courses .ld_course_grid h3 {
  font-size: 1.2rem;
  padding: 1.5rem;
}

.courses .ld_course_grid_price {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.8rem;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #00b050;
  z-index: 99999;
}

.courses .ld_course_grid_price.ribbon-enrolled {
  background: #23bedc;
}

.single-course .course-info {
  margin: 0;
  position: relative;
}

.single-course .ld-breadcrumbs {
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}

.single-course .ld-course-status,
.single-course .ld-lesson-status,
.single-course .ld-topic-status {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0;
  display: flex;
  align-items: center;
  background: none;
  padding: 0;
}

.single-course .ld-course-status {
  flex-direction: row-reverse !important;
}

.single-course .ld-status {
  width: 8rem !important;
  border-radius: 0;
  padding: 1rem;
  font-weight: 500;
  margin: 0 1rem 0 0 !important;
}

.single-course .ld-progress {
  background: #f5f6fa;
  padding: 0.9rem 1rem !important;
  width: calc(100% - 9rem);
  align-items: center !important;
  flex-direction: row-reverse !important;
}

.single-course .ld-progress-percentage {
  margin: 0;
  font-weight: 600 !important;
}

.single-course .ld-progress-heading {
  max-width: 8rem;
}

.single-course .ld-progress-heading * {
  margin: 0 !important;
}

.single-course .ld-status-progress {
  display: none !important;
}

.single-course .ld-lesson-list .ld-section-heading,
.single-course .ld-lesson-list .ld-item-components,
.single-course .ld-topic-list .ld-section-heading,
.single-course .ld-topic-list .ld-item-components {
  display: none !important;
}

.single-course .ld-lesson-list,
.single-course .ld-lesson-list *,
.single-course .ld-topic-list,
.single-course .ld-topic-list * {
  border: 0 !important;
  padding: 0 !important;
}

.single-course .ld-lesson-list .ld-item-list-item,
.single-course .ld-lesson-list .ld-table-list-item,
.single-course .ld-topic-list .ld-item-list-item,
.single-course .ld-topic-list .ld-table-list-item {
  margin: 0;
  border: 0;
  border-radius: 0;
  border-top: 1px solid #f5f6fa !important;
  margin-top: -1px;
}

.single-course .ld-lesson-list .ld-item-list-item:last-child,
.single-course .ld-lesson-list .ld-table-list-item:last-child,
.single-course .ld-topic-list .ld-item-list-item:last-child,
.single-course .ld-topic-list .ld-table-list-item:last-child {
  border-bottom: 1px solid #f5f6fa !important;
}

.single-course .ld-lesson-list .ld-item-list-item .ld-icon-quiz,
.single-course .ld-lesson-list .ld-table-list-item .ld-icon-quiz,
.single-course .ld-topic-list .ld-item-list-item .ld-icon-quiz,
.single-course .ld-topic-list .ld-table-list-item .ld-icon-quiz {
  display: none;
}

.single-course .ld-lesson-list .ld-item-list-item .ld-item-name,
.single-course .ld-lesson-list .ld-table-list-item .ld-item-name,
.single-course .ld-topic-list .ld-item-list-item .ld-item-name,
.single-course .ld-topic-list .ld-table-list-item .ld-item-name {
  transition: none;
}

.single-course .ld-lesson-list .ld-item-list-item .ld-table-list-item,
.single-course .ld-lesson-list .ld-table-list-item .ld-table-list-item,
.single-course .ld-topic-list .ld-item-list-item .ld-table-list-item,
.single-course .ld-topic-list .ld-table-list-item .ld-table-list-item {
  border: 0 !important;
}

.single-course .ld-lesson-list .ld-item-list-item .ld-item-list-item-expanded,
.single-course .ld-lesson-list .ld-table-list-item .ld-item-list-item-expanded,
.single-course .ld-topic-list .ld-item-list-item .ld-item-list-item-expanded,
.single-course .ld-topic-list .ld-table-list-item .ld-item-list-item-expanded {
  border-top: 1px solid #f5f6fa !important;
}

.single-course .ld-lesson-list .ld-item-list-item-preview,
.single-course .ld-lesson-list .ld-table-list-item-preview,
.single-course .ld-topic-list .ld-item-list-item-preview,
.single-course .ld-topic-list .ld-table-list-item-preview {
  position: relative;
  padding: 2rem !important;
}

.single-course .ld-lesson-list .ld-quiz-complete,
.single-course .ld-topic-list .ld-quiz-complete {
  background-color: #00b050 !important;
}

.single-course .ld-lesson-list .ld-status-complete .ld-icon,
.single-course .ld-topic-list .ld-status-complete .ld-icon {
  font-size: 0.5rem;
}

.single-course .ld-lesson-list .ld-item-title,
.single-course .ld-lesson-list .ld-topic-title,
.single-course .ld-topic-list .ld-item-title,
.single-course .ld-topic-list .ld-topic-title {
  line-height: 1.8rem;
  font-weight: 500;
}

.single-course .ld-lesson-list .ld-item-details,
.single-course .ld-topic-list .ld-item-details {
  margin: 0 !important;
  position: absolute;
  right: 0;
  top: 1.6rem;
}

.single-course .ld-lesson-list .ld-expand-button,
.single-course .ld-topic-list .ld-expand-button {
  position: relative;
  width: 2rem;
  height: 2rem;
  margin: 0 2rem 0 0 !important;
}

.single-course .ld-tabs-content p {
  margin: 0 0 1rem;
}

.single-course .ld-progress-steps,
.single-course .ld-breadcrumbs-segments,
.single-course .ld-expand-button .ld-text,
.single-course .ld-item-list-section-heading {
  display: none;
}

@media screen and (max-width: 750px) {
  .courses .ld_course_grid .attachment-course-thumb {
    height: 45vw !important;
  }
  .single-course .ld-course-status {
    flex-direction: column-reverse !important;
    align-items: flex-start !important;
  }
  .single-course .ld-course-status .ld-status {
    margin: 0 0 1rem !important;
  }
  .single-course .ld-progress {
    padding: 0 1rem !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .single-course .ld-lesson-list .ld-item-list-item-preview,
  .single-course .ld-lesson-list .ld-table-list-item-preview,
  .single-course .ld-topic-list .ld-item-list-item-preview,
  .single-course .ld-topic-list .ld-table-list-item-preview {
    padding: 1rem 1.5rem 1rem 0 !important;
  }
  .single-course .ld-lesson-list .ld-expand-button,
  .single-course .ld-topic-list .ld-expand-button {
    margin: 0 !important;
  }
  .single-course .ld-lesson-list .ld-item-details,
  .single-course .ld-topic-list .ld-item-details {
    top: 0.7rem;
  }
}

.learndash-wrapper .ld-content-actions {
  border: 0;
  padding: 3rem 0;
}

.learndash-wrapper .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion):not(.wpProQuiz_button_restartQuiz) {
  background-color: black !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
}

.learndash-wrapper .ld-tabs {
  margin: 0 !important;
}

.learndash-wrapper .wpProQuiz_button,
.learndash-wrapper .btn-blue,
.learndash-wrapper a#quiz_continue_link,
.learndash-wrapper .ld-button:not(.ld-js-register-account):not(.learndash-link-previous-incomplete):not(.ld-button-transparent),
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion):not(.wpProQuiz_button_restartQuiz) {
  background-color: black !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  padding: 1.1rem 2rem !important;
}

.learndash-wrapper .ld-button,
.learndash-wrapper .ld-button *,
.learndash-wrapper .sfwd-mark-complete,
.learndash-wrapper .sfwd-mark-complete * {
  color: white;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}

.learndash-wrapper .ld-status-icon {
  margin: 0 1rem 0 0 !important;
  border: 1px solid rgba(58, 58, 66, 0.1) !important;
}

.learndash-wrapper .ld-icon-arrow-down:before,
.learndash-wrapper .ld-icon-checkmark:before {
  display: none !important;
}

.learndash-wrapper .ld-icon-checkmark,
.learndash-wrapper .ld-quiz-complete,
.learndash-wrapper label.is-selected {
  position: relative;
  margin: 0;
}

.learndash-wrapper .ld-icon-checkmark:after,
.learndash-wrapper .ld-quiz-complete:after,
.learndash-wrapper label.is-selected:after {
  content: '';
  width: 4px;
  height: 8px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  transform: rotate(45deg);
  position: absolute;
  display: block;
  left: 10px;
  top: 7px;
  margin: auto;
}

.learndash-wrapper .ld-icon-checkmark {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.learndash-wrapper .ld-expand-button:after {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  border-right: 2px solid #23bedc;
  border-bottom: 2px solid #23bedc;
  transform: rotate(45deg);
  display: block;
}

.learndash-wrapper .ld-alert,
.learndash-wrapper .certificate-completion {
  min-height: auto !important;
  margin: 2rem 0 0;
  text-align: center;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f5f6fa !important;
  display: block;
  padding: 0;
}

.learndash-wrapper .ld-alert .ld-icon,
.learndash-wrapper .certificate-completion .ld-icon {
  display: none;
}

.learndash-wrapper .certificate-completion {
  padding: 2rem;
}

.learndash-wrapper .certificate-completion .ld-alert-content,
.learndash-wrapper .certificate-completion .ld-button {
  display: none;
}

.learndash-wrapper .certificate-completion form {
  max-width: 20rem;
  margin: 1rem auto 0;
}

.learndash-wrapper .ld-icon-arrow-down,
.learndash-wrapper .ld-course-step-back,
.learndash-wrapper .ld-table-list-header,
.learndash-wrapper .ld-table-heading,
.learndash-wrapper .ld-table-components,
.learndash-wrapper .ld-empty,
.learndash-wrapper .ld-topic-status .ld-progress,
.learndash-wrapper .ld-button .ld-icon,
.learndash-wrapper .ld-content-action:after {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .learndash-wrapper .ld-content-actions {
    padding: 0;
  }
}

.single-course .learndash-wrapper .lesson-video iframe {
  max-width: 65rem !important;
  width: 65rem !important;
  height: 35rem;
}

.single-course .learndash-wrapper .lesson-content {
  border-bottom: 1px solid #f5f6fa;
}

.single-course .learndash-wrapper .lesson-content > h2 {
  margin: 0 0 1rem;
}

.single-course .learndash-wrapper .lesson-downloads {
  border-top: 1px solid #f5f6fa;
}

.single-course .learndash-wrapper .lesson-downloads .button, .single-course .learndash-wrapper .lesson-downloads .ld-lesson-topic-list .ld-table-list-item-quiz a, .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz .lesson-downloads a {
  margin: 0 1rem 0 0 !important;
  background: #23bedc !important;
  border-color: #23bedc;
}

.single-course .learndash-wrapper .learndash_mark_complete_button {
  background-color: #00b050 !important;
}

.single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list {
  margin: 0 !important;
  border-radius: 0;
}

.single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz {
  padding: 2rem 0 !important;
  text-align: center;
}

.single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz a {
  display: inline-block;
  margin: 0 auto !important;
}

.single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz a * {
  line-height: 1 !important;
}

.single-course .learndash-wrapper .ld-lesson-topic-list .learndash-incomplete .ld-table-list-item-quiz a .ld-quiz-incomplete {
  display: none;
}

.single-course .learndash-wrapper .ld-lesson-topic-list .learndash-incomplete .ld-table-list-item-quiz a .ld-item-title:before {
  content: 'Take ';
}

.single-course .learndash-wrapper .ld-lesson-topic-list .learndash-complete .ld-table-list-item-quiz a {
  background: #00b050 !important;
}

.single-course .learndash-wrapper .ld-lesson-topic-list .learndash-complete .ld-table-list-item-quiz a .ld-quiz-complete {
  position: absolute;
  top: 0.7rem;
  margin: auto;
  left: 1.5rem;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.single-course .learndash-wrapper .ld-lesson-topic-list .learndash-complete .ld-table-list-item-quiz a .ld-item-title {
  padding-left: 2rem !important;
}

.single-course .learndash-wrapper .ld-lesson-topic-list .learndash-complete .ld-table-list-item-quiz a .ld-item-title:after {
  content: ' Complete';
}

.single-course .learndash-wrapper .sfwd-mark-complete:after {
  display: none !important;
}

@media screen and (max-width: 1400px) {
  .single-course .learndash-wrapper .lesson-video iframe {
    max-width: 100% !important;
    width: 100% !important;
    height: 40vw;
  }
}

@media screen and (max-width: 900px) {
  .single-course .learndash-wrapper .lesson-video iframe {
    height: 55vw;
  }
}

@media screen and (max-width: 750px) {
  .single-course .learndash-wrapper .lesson-downloads .button, .single-course .learndash-wrapper .lesson-downloads .ld-lesson-topic-list .ld-table-list-item-quiz a, .single-course .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item-quiz .lesson-downloads a {
    width: 100%;
    margin: 0 0 1rem;
  }
}

.single-course .wpProQuiz_question_text p,
.single-course .wpProQuiz_points,
.single-course .wpProQuiz_header {
  font-size: 1.2rem;
  margin: 0 0 2rem;
  color: black !important;
  font-weight: 400 !important;
}

.single-course .wpProQuiz_points,
.single-course .wpProQuiz_graded_points,
.single-course .wpProQuiz_response {
  border: 0 !important;
  border-radius: 0 !important;
  background: #f5f6fa !important;
}

.single-course .wpProQuiz_points *,
.single-course .wpProQuiz_graded_points *,
.single-course .wpProQuiz_response * {
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  color: #000;
}

.single-course .wpProQuiz_certificate {
  margin: 2rem !important;
}

.single-course .wpProQuiz_points,
.single-course .wpProQuiz_graded_points {
  margin: 1rem 0 0 !important;
}

.single-course .wpProQuiz_questionListItem {
  margin: 0 !important;
  border-top: 1px solid #f5f6fa !important;
  padding: 2rem !important;
}

.single-course .wpProQuiz_questionListItem .wpProQuiz_sortable {
  padding: 0 !important;
  border: 0 !important;
}

.single-course .wpProQuiz_questionListItem .wpProQuiz_sortable:before {
  display: none !important;
}

.single-course .wpProQuiz_questionListItem .wpProQuiz_cloze,
.single-course .wpProQuiz_questionListItem .wpProQuiz_questionEssay {
  background: #f5f6fa !important;
  border-radius: 0 !important;
  border: 0 !important;
  outline: 0 !important;
}

.single-course .wpProQuiz_questionListItem:last-child {
  border-bottom: 1px solid #f5f6fa;
}

.single-course .wpProQuiz_questionListItem label {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  cursor: pointer;
  position: relative;
}

.single-course .wpProQuiz_questionListItem label.is-selected:after {
  top: 8px !important;
  left: 11px !important;
}

.single-course .wpProQuiz_questionListItem label input {
  width: 0 !important;
  height: 0 !important;
  display: block;
  border-radius: 1.5rem;
  border: 1px solid rgba(58, 58, 66, 0.1) !important;
  padding: 0;
  height: 26px !important;
  width: 26px !important;
}

.single-course .wpProQuiz_questionListItem label input:checked {
  background: #23bedc;
}

.single-course .wpProQuiz_questionListItem label input:focus {
  outline: 0;
  box-shadow: 0;
}

.single-course .wpProQuiz_quiz_time {
  display: none;
}

.single-course .wpProQuiz_points {
  border: 0 !important;
  border-radius: 0 !important;
  background: #f5f6fa;
}

.single-course .wpProQuiz_content {
  margin-top: 3rem;
}

.single-course .wpProQuiz_listItem .wpProQuiz_question_text * {
  font-size: 1rem;
}

.single-course .wpProQuiz_listItem label {
  font-weight: 400 !important;
  background: transparent !important;
  color: #000 !important;
}

.single-course .wpProQuiz_listItem .wpProQuiz_sortable {
  font-weight: 300;
  background: transparent;
}

.single-course .wpProQuiz_listItem[data-type='cloze_answer'] .wpProQuiz_answerCorrect {
  background: transparent !important;
  border: 1px solid #00b050 !important;
  padding: 1rem;
}

.single-course .wpProQuiz_listItem[data-type='cloze_answer'] .wpProQuiz_cloze {
  padding: 0 !important;
}

.single-course .wpProQuiz_listItem .wpProQuiz_answerCorrectIncomplete label input {
  border-color: #00b050;
}

.single-course .wpProQuiz_listItem .wpProQuiz_answerIncorrect label:before, .single-course .wpProQuiz_listItem .wpProQuiz_answerIncorrect label:after {
  content: '';
  width: 1px;
  height: 9px;
  border: 0 !important;
  background: white;
  position: absolute;
  display: block;
  left: 12px !important;
  top: 8px;
}

.single-course .wpProQuiz_listItem .wpProQuiz_answerIncorrect label:before {
  transform: rotate(45deg);
}

.single-course .wpProQuiz_listItem .wpProQuiz_answerIncorrect label:after {
  transform: rotate(135deg);
}

.single-course .wpProQuiz_listItem .wpProQuiz_answerIncorrect label input {
  background: #f90002 !important;
}

.single-course .wpProQuiz_listItem .wpProQuiz_answerIncorrect .wpProQuiz_sortable {
  color: #f90002 !important;
}

.single-course .wpProQuiz_listItem .wpProQuiz_answerCorrect label input {
  background: #00b050 !important;
}

.single-course .wpProQuiz_listItem .wpProQuiz_answerCorrect .wpProQuiz_sortable {
  background: transparent !important;
  color: #00b050 !important;
}

.single-course .wpProQuiz_listItem .wpProQuiz_response {
  border: 0 !important;
  border-radius: 0 !important;
  background: #f5f6fa;
  min-height: auto;
  padding: 1rem 0;
  font-weight: 400 !important;
}

.single-course .ld-quiz-status {
  display: none;
}

@media screen and (max-width: 750px) {
  .single-course .wpProQuiz_questionListItem {
    padding: 1rem 0 !important;
  }
}
