/*
Theme name: Brook
Description: Custom Theme
Version: 2.0.0
*/
/*
  Source post-css styles are located in resources/css/
  The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
  (dist/manifest.json provides the exact path mapping).
  
  DEVELOPMENT.md file contains instructions how to get the compilation
  process up & running.

  If you need to make a quick fix, feel free to add CSS
  below this comment -- it's loaded after the compiled bundle. 
*/
p:empty {
  display: none !important; }

.algolia-autocomplete {
  width: 100%; }

html {
  scroll-behavior: smooth; }

body {
  color: #222; }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    body {
      font-size: 15px; } }
p a {
  text-decoration: none;
  border-bottom: 1px solid; }
  p a:hover {
    border-bottom-color: #CCC; }

.login {
  background: none !important; }

@media (min-width: 813px) {
  .logo {
    width: 143px;
    height: 55px; } }

.footer {
  font-size: 16px; }
  .footer .footer__bar a:hover {
    text-decoration: none;
    color: #333;
    border-bottom-color: #333; }

.section-callout .btn {
  margin-bottom: 1em; }

.dropdown-secondary .dropdown__menu > li > a,
.dropdown-secondary .dropdown__dd-close {
  text-transform: uppercase; }

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  body.active-header .header {
    background: #fff; } }

.header-trigger {
  margin-right: 10px; }

.dropdown-mobile .dropdown__menu {
  font-size: 18px; }
  .dropdown-mobile .dropdown__menu li {
    margin-bottom: 20px; }
  .dropdown-mobile .dropdown__menu a {
    border-bottom: none; }

.dropdown-mobile .dropdown__foot {
  padding-bottom: 80px; }

.gform_wrapper .gform_body .gform_fields .gg_consent ul.gfield_checkbox li label {
  max-width: 100%;
  font-size: 12px;
  padding-top: 10px; }

.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--medium.gfield_error.gg_consent {
  width: 100%;
  max-width: 100%; }

#gform_wrapper_1.gform_wrapper.gform_wrapper li.gfield_error ul.gfield_checkbox {
  color: pink; }

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-featured .section__head h2 {
    padding: 0 40px; } }

.section-more {
  background: #3fd4d6; }

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-details .section__tab-head h5 {
    font-size: 28px; } }

.intro .intro__entry {
  padding: 0; }
  @media (min-width: 768px), screen and (min-width: 813px) and (orientation: landscape) {
    .intro .intro__entry {
      padding: 80px 45px; } }
  @media (min-width: 1200px) {
    .intro .intro__entry {
      padding: 100px 45px 100px 45px; } }
  @media (min-width: 1400px) {
    .intro .intro__entry {
      padding: 100px 45px 100px 100px; } }
.intro-secondary .intro__entry {
  padding: 50px 0; }

.main--canesten .intro-secondary {
  background-color: #CB3B49; }

.main--canesten .nav-tabs a {
  border-color: #CB3B49; }
  .main--canesten .nav-tabs a:before {
    border-top-color: #CB3B49; }

.main--canesten .nav-tabs .current a, .main--canesten .nav-tabs a:hover {
  background-color: #CB3B49; }

.tile-article .tile__image--canesten {
  background: #CB3B49; }

.intro__content p small {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block; }

@media (min-width: 813px) {
  .tile-article .tile__image-inner {
    background-size: 102%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .tile-article:hover .tile__image-inner {
    background-size: 110%; } }

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile-article .tile__head {
    padding: 13px; }
    .tile-article .tile__head h5 {
      font-size: 20px;
      line-height: 1.1; }
  .tile-article .tile__foot {
    padding: 0 13px 13px; }
    .tile-article .tile__foot h6 {
      letter-spacing: 0.5px; } }

.tile-article .tile__head p {
  padding-top: 6px; }

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .modal-details .modal__head {
    padding: 25px 60px 20px 20px; }
  .mfp-inline-holder .mfp-close {
    width: 21px;
    height: 21px; } }

.intro-tertiary.no-image .intro__content, .intro.no-image .intro__entry {
  padding-top: 60px;
  padding-bottom: 60px; }

.intro-tertiary .intro__entry .intro__categories {
  display: block;
  margin-bottom: 15px; }
  .intro-tertiary .intro__entry .intro__categories a {
    font-family: Alternate Gothic,sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    font-size: 20px;
    opacity: 0.7;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 25px;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out; }
    .intro-tertiary .intro__entry .intro__categories a:before {
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      background: url(dist/images/arrow-back.svg) no-repeat 50%/cover;
      width: 15px;
      height: 12px; }
      @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .intro-tertiary .intro__entry .intro__categories a:before {
          background: url(dist/images/arrow-back-black.svg) no-repeat 50%/cover; } }
    .intro-tertiary .intro__entry .intro__categories a:hover {
      opacity: 1; }

.intro .intro__image {
  min-height: 600px; }
  @media (max-width: 1400px) {
    .intro .intro__image {
      min-height: 500px; } }
  @media (max-width: 767px) {
    .intro .intro__image {
      min-height: 350px; } }
.more .more__body h1, .more .more__body h2, .more .more__body h3 {
  text-transform: uppercase;
  line-height: 1; }

.section-events .section__head {
  margin-bottom: 50px;
  text-align: center; }
  .section-events .section__head h3 {
    display: inline-block;
    background-color: #663290;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 10px;
    line-height: 1; }
  @media (min-width: 1400px) {
    .section-events .section__head {
      margin-bottom: 70px; }
      .section-events .section__head h3 {
        font-size: 64px; } }
.section-downloads .section__head h3 {
  border-bottom: none;
  background-color: #663290;
  color: #fff;
  padding: 4px 10px; }

@media (min-width: 1400px) {
  .section-downloads .section__head {
    margin-bottom: 70px; }
    .section-downloads .section__head h3 {
      font-size: 64px; } }

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .single-post .breadcrumbs {
    margin-top: 0; } }

@media (min-width: 813px) {
  .single-post .breadcrumbs {
    padding-bottom: 65px; } }

.breadcrumbs a:hover {
  text-decoration: none;
  color: #222; }

.default-content,
.section-article {
  padding-top: 20px; }
  body.page .default-content, body.page .section-article {
    padding-bottom: 110px; }
  .default-content .section__content h3,
  .section-article .section__content h3 {
    text-transform: uppercase; }
    @media (min-width: 813px) {
      .default-content .section__content h3,
      .section-article .section__content h3 {
        font-size: 30px;
        margin-bottom: .5em; } }
  .default-content .section__content h4,
  .section-article .section__content h4 {
    color: #222;
    margin-bottom: .5em; }
  .default-content .section__content p a,
  .section-article .section__content p a {
    text-decoration: none;
    border-bottom: 3px solid #44d0d2;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .default-content .section__content p a:hover,
    .section-article .section__content p a:hover {
      border-bottom-color: #222; }
  .default-content .section__content .group--info .info,
  .section-article .section__content .group--info .info {
    margin-bottom: 1.56em; }
  .default-content .section__content .tile-solid h3,
  .section-article .section__content .tile-solid h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 68px; }
  .default-content .section__content .wp-block-table tbody,
  .section-article .section__content .wp-block-table tbody {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc; }
    .default-content .section__content .wp-block-table tbody tr,
    .section-article .section__content .wp-block-table tbody tr {
      border-bottom: 1px solid #ccc; }
    .default-content .section__content .wp-block-table tbody tr:first-child,
    .section-article .section__content .wp-block-table tbody tr:first-child {
      background-color: #fff; }
    .default-content .section__content .wp-block-table tbody td, .default-content .section__content .wp-block-table tbody th,
    .section-article .section__content .wp-block-table tbody td,
    .section-article .section__content .wp-block-table tbody th {
      padding: 10px;
      border-right: 1px solid #ccc; }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .default-content .section__content .tile-solid h3,
    .section-article .section__content .tile-solid h3 {
      font-size: 35px; }
    .default-content .section__content .group--info .info,
    .section-article .section__content .group--info .info {
      display: block; }
      .default-content .section__content .group--info .info .info__pros,
      .section-article .section__content .group--info .info .info__pros {
        width: 100%; }
      .default-content .section__content .group--info .info .info__cons,
      .section-article .section__content .group--info .info .info__cons {
        width: 100%; } }
.wp-block-coblocks-media-card,
.wp-block-file,
.wp-block-coblocks-accordion,
.wp-block-button.aligncenter,
.wp-block-coblocks-hero,
dl:last-child {
  margin-bottom: 1.56em; }

.wp-block-file {
  font-family: Alternate Gothic,sans-serif;
  text-transform: uppercase;
  font-size: 24px; }
  .wp-block-file a {
    display: inline-block;
    vertical-align: text-bottom; }
  .wp-block-file .wp-block-file__button {
    text-transform: none;
    font-family: Museo Sans,sans-serif;
    padding: .7em 1.3em;
    background-color: #663290; }
    .wp-block-file .wp-block-file__button:hover {
      background-color: #222; }
  @media (max-width: 1023px) {
    .wp-block-file {
      padding: 0; } }
.wp-block-coblocks-accordion .wp-block-coblocks-accordion-item__title {
  background-color: #fff;
  font-weight: 700; }

.wp-block-button:not(.is-style-squared) .wp-block-button__link {
  border-radius: 100px;
  padding: 15px 27px; }

.wp-block-coblocks-alert .wp-block-coblocks-alert__title {
  font-size: 26px !important;
  letter-spacing: normal !important;
  margin-bottom: 6px !important; }

.wp-block-coblocks-alert.is-success-alert {
  background: #f2f9f3;
  border-color: #96d49e; }

.wp-block-coblocks-alert.is-error-alert {
  border-color: #e51d38; }

.wp-block-coblocks-alert p.wp-block-coblocks-alert__text:last-of-type {
  margin-bottom: 0; }

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wp-block-coblocks-alert {
    padding: 30px 20px; }
    .wp-block-coblocks-alert .wp-block-coblocks-alert__text {
      font-size: 15px; } }

@media (min-width: 1024px) {
  .wp-block-coblocks-hero h2 {
    font-size: 55px !important; } }

.guide .guide__tab a {
  border-bottom-color: #663290; }
  .guide .guide__tab a:hover {
    border-bottom-color: #222; }

.tile-related .tile__content h3, .tile-related .tile__content h4 {
  margin-top: 15px;
  margin-bottom: 10px; }

.tile-related .tile__content p {
  margin-bottom: 0.7em; }
  .tile-related .tile__content p:last-child {
    margin-bottom: 0; }

.post-password-form label {
  font-family: 'Alternate Gothic', sans-serif;
  text-transform: uppercase;
  font-size: 30px; }

.post-password-form input[type="password"] {
  display: block;
  box-shadow: none;
  border: 1px solid #ddd;
  padding: 14px 20px;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
  margin-top: 10px; }

.post-password-form input[type="submit"] {
  border: none;
  background: #663290;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 20px 50px;
  border-radius: 999em;
  display: block;
  width: 100%; }
  .post-password-form input[type="submit"]:hover {
    background: #222; }

@media (min-width: 992px) {
  .post-password-form input[type="password"],
  .post-password-form input[type="submit"] {
    width: 50%; } }

.section-instagram {
  background: #f4f2f5;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center; }
  .section-instagram h3 {
    margin-bottom: 55px;
    color: #663290;
    text-transform: uppercase; }
    .section-instagram h3 span {
      border-bottom: 4px solid #663290; }
  .section-instagram .section__actions {
    margin-top: 20px; }
  @media (min-width: 1200px) {
    .section-instagram {
      padding-top: 0;
      padding-bottom: 160px; } }
@media (min-width: 813px) {
  .content-unboxed {
    padding-top: 120px;
    padding-bottom: 120px; } }

.more__unboxed {
  background-color: transparent; }
  .more__unboxed .more__content {
    padding: 30px; }
  .more__unboxed .more__image {
    padding-top: 0;
    order: 0; }
  @media (min-width: 768px) {
    .more__unboxed .more__content {
      padding: 0px 30px 30px 30px; } }
  @media (min-width: 1024px) {
    .more__unboxed .more__content {
      padding: 0px 50px 0px 50px; } }
  @media (min-width: 1400px) {
    .more__unboxed .more__content {
      padding: 0 75px 0px 0; } }
.resource .resource__image .mask {
  background: #663290;
  display: block;
  position: relative;
  min-width: 220px;
  min-height: 130px; }

.resource .resource__image .mask img {
  opacity: .5; }

.resource .resource__image .mask img.icon {
  opacity: 1;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px; }

.web_page_mock {
  display: block;
  text-align: center;
  min-width: 220px;
  border: 1px solid #000;
  border-radius: 3px 3px 0 0;
  position: relative;
  padding-top: 43px;
  padding-bottom: 30px; }

.web_page_mock .header_bar {
  width: 100%;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  height: 20px; }

.web_page_mock .header_bar span {
  width: 5px;
  height: 5px;
  border: 1px solid #000;
  border-radius: 5px;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
  position: relative;
  top: -2px; }

.web_page_mock .header_bar span:first-child {
  margin-left: 5px; }

.web_page_mock img {
  width: 64px;
  height: 64px; }

.intro {
  font-weight: 400; }
  @media (min-width: 1400px) {
    .intro p {
      font-size: 20px; } }
.page-id-2183 .intro .intro__content {
  padding-right: 0; }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .page-id-2183 .intro .intro__content {
      padding: 45px 20px; } }
.page-id-2183 .intro .intro__body {
  margin-bottom: 0; }

@media (max-width: 1023px) {
  .page-id-2183 .intro .intro__entry {
    width: auto; } }

@media (min-width: 1400px) {
  .page-id-2183 .intro .intro__entry {
    padding: 100px 100px 70px 100px; } }

.wp-block-image {
  margin-bottom: 30px; }

.default-content.section-article .section__content h3,
.default-content.section-article .section__content h4 {
  margin-bottom: 10px; }

.default-content.section-article .section__content .wp-block-quote p {
  line-height: 0.93; }

.has-normal-font-size {
  font-size: 15px; }
  @media (min-width: 768px) {
    .has-normal-font-size {
      font-size: 18px; } }
.page .default-content.section-article .section__content h2 {
  font-size: 40px; }

.default-content.section-article .shell {
  max-width: none; }
  .default-content.section-article .shell .breadcrumbs {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto; }
  .default-content.section-article .shell .article-single > p, .default-content.section-article .shell .article-single > ul, .default-content.section-article .shell .article-single > ol, .default-content.section-article .shell .article-single > blockquote, .default-content.section-article .shell .article-single > h1, .default-content.section-article .shell .article-single > h2, .default-content.section-article .shell .article-single > h3, .default-content.section-article .shell .article-single > h4, .default-content.section-article .shell .article-single > h5, .default-content.section-article .shell .article-single > h6, .default-content.section-article .shell .article-single > div, .default-content.section-article .shell .article-single > figure {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto; }
    .default-content.section-article .shell .article-single > p.alignfull, .default-content.section-article .shell .article-single > ul.alignfull, .default-content.section-article .shell .article-single > ol.alignfull, .default-content.section-article .shell .article-single > blockquote.alignfull, .default-content.section-article .shell .article-single > h1.alignfull, .default-content.section-article .shell .article-single > h2.alignfull, .default-content.section-article .shell .article-single > h3.alignfull, .default-content.section-article .shell .article-single > h4.alignfull, .default-content.section-article .shell .article-single > h5.alignfull, .default-content.section-article .shell .article-single > h6.alignfull, .default-content.section-article .shell .article-single > div.alignfull, .default-content.section-article .shell .article-single > figure.alignfull {
      max-width: none; }
  .default-content.section-article .shell .article-single > hr {
    margin-left: auto;
    margin-right: auto; }
  .default-content.section-article .shell .article-single > ul > li {
    margin-left: 30px; }

@media (max-width: 1023px) {
  body.page .group {
    background: transparent;
    border-bottom: none; } }

.wp-block-quote cite {
  font-family: 'Museo Sans', sans-serif;
  font-weight: 500; }

.hl {
  display: inline-block;
  padding: 0.6rem 1rem;
  line-height: 1 !important;
  font-family: 'Alternate Gothic', sans-serif;
  text-transform: uppercase !important; }
  .hl__white {
    background-color: white; }
  .hl__yellow {
    background-color: #f7c412;
    font-size: 27px; }
    @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hl__yellow {
        font-size: 18px; } }
@media (min-width: 1024px) {
  .page .default-content.section-article .section__content .h-large {
    font-size: 55px; }
  .default-content.section-article .section__content .schedule-slider h3 {
    font-size: 44px; } }

.default-content.section-article .section__content .schedule-slider h6 {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 30px; }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .default-content.section-article .section__content .schedule-slider h6 {
      font-size: 16px;
      margin-top: 25px;
      margin-bottom: 5px; } }
.default-content.section-article .section__content .schedule-slider hr {
  max-width: 110px;
  margin-left: auto;
  margin-right: auto; }

.default-content.section-article .section__content .schedule-slider p a {
  border-bottom-color: #f7c412; }
  .default-content.section-article .section__content .schedule-slider p a:hover {
    border-bottom-color: #333; }

.wp-block-eedee-block-gutenslider .slick-next:before,
.wp-block-eedee-block-gutenslider .slick-prev:before,
.wp-block-eedee-block-gutenslider.dot-style-1 .slick-dots li button::before {
  color: #663290; }

.wp-block-eedee-block-gutenslider .slick-arrow.slick-prev {
  left: -25px; }
  @media (min-width: 1200px) {
    .wp-block-eedee-block-gutenslider .slick-arrow.slick-prev {
      left: -50px; } }
.wp-block-eedee-block-gutenslider .slick-arrow.slick-next {
  right: -25px; }
  @media (min-width: 1200px) {
    .wp-block-eedee-block-gutenslider .slick-arrow.slick-next {
      right: -50px; } }
.subscribe-box .gform_wrapper.gform_wrapper .gform_heading .gform_title {
  font-size: 40px; }

.subscribe-box .gform_wrapper.gform_wrapper span.gform_description {
  font-size: 18px; }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .subscribe-box .gform_wrapper.gform_wrapper span.gform_description {
      font-size: 15px;
      line-height: 1.45; } }
.default-content.section-article .section__content .subscribe-box img {
  display: inline-block; }

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hide-mobile {
    display: none; } }

.breakout-twocol .wp-block-media-text__content {
  padding-top: 6rem;
  padding-bottom: 6rem; }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .breakout-twocol .wp-block-media-text__content {
      padding: 2rem; } }
  @media (min-width: 1200px) {
    .breakout-twocol .wp-block-media-text__content {
      padding-top: 10rem;
      padding-bottom: 10rem; } }
.main {
  position: relative; }

.wdm-course-grid {
  box-shadow: none;
  max-height: none; }
  .wdm-course-grid > a {
    max-height: none; }

.eb-course-action-btn-start {
  background-color: #44C7F4;
  border-color: #44C7F4; }

button#wi-cancel-redirect {
  border: none;
  outline: none;
  color: #222;
  font-size: 16px;
  opacity: .7;
  background-color: transparent; }
  button#wi-cancel-redirect:hover {
    opacity: 1; }

@media (min-width: 576px) {
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; } }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.h-100 {
  height: 100%; }

.mt-3, .my-3 {
  margin-top: 1rem !important; }

.mt-5, .my-5 {
  margin-top: 3rem !important; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

/*woo*/
.woocommerce .section-main {
  background: #F4F2F4; }

.woocommerce div.product {
  padding-bottom: 40px; }

.single-product.woocommerce div.product {
  padding-bottom: 0; }

.brook-banner {
  padding: 96px 15px 70px;
  text-align: center;
  color: #0C3340;
  position: relative;
  background-color: #44C7F4; }

.brook-banner h2 {
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 45px;
  text-align: center;
  margin: 0 0 30px; }

.brook-banner p {
  max-width: 756px;
  font-size: 20px;
  letter-spacing: -0.21px;
  line-height: 28px;
  text-align: center;
  margin: 0 auto; }

@media (min-width: 768px) {
  .brook-banner h2 {
    font-size: 60px;
    line-height: 55px; } }

@media (min-width: 992px) {
  .brook-banner h2 {
    font-size: 70px;
    line-height: 65px; } }

@media (min-width: 1200px) {
  .brook-banner h2 {
    font-size: 95px;
    line-height: 85px; } }

.cart-box {
  height: 61px;
  width: 128px;
  position: absolute;
  right: 18px;
  top: 21px;
  border-radius: 5px;
  background-color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center !important;
  justify-content: center !important; }
  @media (min-width: 1200px) {
    .cart-box {
      right: 30px;
      top: 33px; } }
.cart-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.cart-box ul li {
  margin: 0 5px;
  display: inline-block; }

.cart-box ul li a {
  display: block;
  color: #222222;
  font-size: 8px;
  letter-spacing: 0.89px;
  line-height: 10px;
  text-decoration: none;
  position: relative; }

.cart-box ul li a img {
  display: block;
  margin: 0 auto 5px; }

.cart-box ul li a span {
  position: absolute;
  right: -15px;
  top: -4px;
  padding: 4px 5px;
  font-size: 10px;
  color: #fff;
  border-radius: 50%;
  background-color: #222222;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 11px; }

.cart_totals h2 {
  display: none; }

/***/
.center-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 20px; }

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

.tab-header ul li {
  margin-bottom: 30px; }

.tab-header ul li a {
  box-sizing: border-box;
  height: 50px;
  width: 100%;
  border: 4px solid #44C7F4;
  border-radius: 50px;
  background-color: #FFFFFF;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  color: #222222;
  font-family: Alternate Gothic,sans-serif;
  font-size: 20px;
  letter-spacing: -0.33px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  position: relative; }

.tab-header ul li a::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: solid;
  border-top-color: #44C7F4;
  border-top-width: medium;
  border-right-color: #44C7F4;
  border-right-width: medium;
  border-bottom-color: #44C7F4;
  border-bottom-width: medium;
  border-left-color: #44C7F4;
  border-left-width: medium;
  border-width: 20px 20px 0;
  border-color: #44C7F4 transparent;
  border-top-color: #44C7F4;
  opacity: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }

.tab-header ul li.current a, .tab-header ul li a:hover {
  background-color: #44C7F4;
  color: #fff; }

.tab-header ul li.current a::before {
  opacity: 1; }

@media (min-width: 768px) {
  .tab-header ul li {
    width: 50%;
    margin: 0; }
  .tab-header ul li:first-child {
    padding-right: 20px; }
  .tab-header ul li:last-child {
    padding-left: 20px; }
  .tab-header ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center !important;
    justify-content: center !important; } }

@media (min-width: 992px) {
  .tab-header ul li a {
    height: 70px;
    font-size: 30px; } }

@media (min-width: 1200px) {
  .tab-header ul li a {
    height: 100px; } }

.accord-header {
  display: none; }

.tab-wrapper {
  margin-top: 70px; }

.article-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px; }

.article-column {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 0 20px; }

.course-article {
  position: relative;
  z-index: 1; }

.course-article:after {
  content: '';
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 5px 5px;
  background: #fff; }

.featImage {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  background-color: #00CAF3; }

.post-featured-image {
  padding-top: 66.88%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden; }

.course-article:hover .post-featured-image {
  transform: scale(1.1); }

.post-featured-image img {
  display: none; }

.post-loop {
  padding: 30px 30px 20px; }

.loop-head {
  margin: 0 0 20px; }

.post-loop h5 {
  color: #444444;
  font-family: Museo Sans,sans-serif;
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: 13px;
  margin: 0 0 15px; }

.post-loop h3 {
  color: #222222;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0;
  display: inline;
  text-transform: uppercase;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(21%, #444));
  background-image: -o-linear-gradient(top, transparent 20%, #444 21%);
  background-image: linear-gradient(to bottom, transparent 20%, #444 21%);
  background-position: 0 0.9em;
  background-repeat: no-repeat;
  background-size: 0% 6px;
  -webkit-transition: background-size 0.5s ease-in-out 0.2s;
  -o-transition: background-size 0.5s ease-in-out 0.2s;
  transition: background-size 0.5s ease-in-out 0.2s; }

.course-article:hover .post-loop h3 {
  background-size: 100% 6px;
  transition-delay: 0s; }

.post-loop p {
  color: #444444;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0; }

.rectangle {
  box-sizing: border-box;
  height: 35px;
  width: 60px;
  border: 1px solid #979797;
  border-radius: 5px; }

.course-price {
  padding: 0px 30px 20px; }

.course-price span {
  color: #444444;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  display: block;
  box-sizing: border-box;
  border: 1px solid #979797;
  border-radius: 5px;
  padding: 5px 10px 3px; }

.tab-content {
  display: none; }

#online-courses {
  display: block; }

.course-bottom {
  padding: 30px 20px 0 20px;
  box-sizing: border-box;
  border: 3px solid #E0E0E0;
  border-radius: 5px;
  background-color: #FFFFFF; }
  .course-bottom img {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none; }

.course-bottom h3 {
  color: #222222;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 33px;
  text-transform: uppercase; }

.course-bottom p {
  max-width: 796px;
  color: #333333;
  font-size: 18px;
  letter-spacing: -0.1px;
  line-height: 28px;
  font-weight: 400;
  margin: 20px 0 30px; }

.course-bottom a {
  height: 55px;
  width: 264px;
  border-radius: 27.5px;
  background-color: #44C7F4;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 55px;
  text-align: center;
  display: block;
  text-decoration: none; }

@media (min-width: 576px) {
  .article-column {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px; } }

@media (min-width: 768px) {
  .article-column {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 20px; } }

@media (min-width: 992px) {
  .article-column {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 20px; }
  .course-bottom {
    padding: 50px 50px 0 50px; } }

@media (min-width: 1200px) {
  .article-column {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 20px; } }

.single-content {
  max-width: 920px;
  margin: 0 auto;
  padding: 70px 0; }

.entry-container {
  padding: 30px 30px 40px;
  border-radius: 5px;
  background-color: #FFFFFF; }
  @media (min-width: 1400px) {
    .entry-container {
      padding: 45px 45px 60px; } }
.all-courses a {
  color: #222222;
  font-family: Alternate Gothic,sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 21px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  opacity: 0.7;
  transition: opacity 1s ease-in-out; }
  .all-courses a:hover {
    opacity: 1; }

.all-courses a img {
  margin-right: 10px; }

.post-title h1 {
  font-size: 40px;
  line-height: 1;
  margin: 20px 0 20px;
  text-transform: uppercase; }
  @media (min-width: 1200px) {
    .post-title h1 {
      font-size: 60px; } }
.social-learn ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }

.social-learn ul li {
  margin: 0 10px 0 0;
  display: inline; }

.social-learn ul li p {
  margin: 0;
  padding: 0;
  color: #444444;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px; }

.price-cart {
  margin: 20px 0 0; }

.price-cart span {
  color: #222222;
  font-family: Alternate Gothic,sans-serif;
  font-size: 40px;
  letter-spacing: -0.22px;
  line-height: 41px; }

.price-cart a {
  height: 55px;
  width: 161px;
  border-radius: 27.5px;
  background-color: #44C7F4;
  border: solid 1px #44C7F4;
  color: #FFFFFF;
  font-family: Museo Sans,sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0 0 0 20px; }

.price-cart a:hover {
  background-color: transparent;
  color: #44C7F4; }

.paragraph-content {
  margin-top: 40px; }

.paragraph-content h3 {
  color: #222222;
  font-size: 40px;
  letter-spacing: -0.22px;
  line-height: 41px;
  margin: 0 0 20px; }

.paragraph-content ol {
  list-style: none;
  counter-reset: section;
  padding: 0;
  margin: 0; }

.paragraph-content ol li {
  color: #444444;
  font-family: Museo Sans,sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  padding: 7px 0 10px 60px;
  position: relative;
  margin: 0 0 20px; }

.paragraph-content ol li::before {
  counter-increment: section;
  content: counters(section, ".") " ";
  height: 39px;
  width: 39px;
  border-radius: 50%;
  background-color: #31BDBF;
  color: #FFFFFF;
  font-family: Alternate Gothic,sans-serif;
  font-size: 23px;
  letter-spacing: -0.13px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center; }

.paragraph-content p a {
  border-bottom: 2px solid #44C7F4; }
  .paragraph-content p a:hover {
    color: #44C7F4; }

.paragraph-content h2, .paragraph-content h3 {
  text-transform: uppercase;
  line-height: 1; }

.paragraph-content h3 {
  font-size: 20px;
  margin-bottom: 10px; }

.paragraph-content h2 {
  margin-bottom: 20px;
  font-size: 30px; }

@media (min-width: 992px) {
  .paragraph-content h2 {
    font-size: 40px; }
  .paragraph-content h3 {
    font-size: 28px; } }

.paragraph-content blockquote {
  margin: 0px 0 50px;
  position: relative;
  padding: 50px 0 0; }

.paragraph-content blockquote:before {
  content: '\201C';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 100px;
  line-height: 1;
  color: #663290;
  font-family: Alternate Gothic,sans-serif; }

.paragraph-content blockquote p {
  color: #663290;
  font-family: Alternate Gothic,sans-serif;
  font-size: 34px;
  letter-spacing: 0;
  line-height: 34px;
  margin: 0;
  text-transform: uppercase; }

.paragraph-content blockquote h6 {
  max-width: 721px;
  color: #663290;
  font-family: Museo Sans,sans-serif;
  font-size: 18px;
  letter-spacing: -0.1px;
  line-height: 28px;
  margin: 20px 0 0;
  padding: 0;
  font-weight: 400;
  text-transform: inherit; }

.faq-list h4 {
  color: #222222;
  font-size: 40px;
  letter-spacing: -0.22px;
  line-height: 41px;
  margin: 0 0 15px;
  padding: 0; }

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

.faq-list ul li {
  margin: 0 0 15px;
  padding: 8px 20px 7px;
  border-radius: 5px;
  max-width: 833px;
  background-color: #E9E9E9; }

.faq-list ul li h3 {
  color: #444444;
  font-family: Museo Sans,sans-serif;
  font-size: 18px;
  text-transform: inherit;
  letter-spacing: 0;
  line-height: 27px;
  margin: 0;
  padding: 0;
  position: relative;
  font-weight: 400; }

.faq-list ul li h3:after {
  content: '';
  border-right: 2px solid #444444;
  border-bottom: 2px solid #444444;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 8px; }

.faq-content {
  padding: 30px 0;
  display: none; }

.faq-content p {
  color: #444444;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0 0 30px;
  padding: 0; }

.woo-info-box {
  padding: 38px 16px 38px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #FFFFFF; }

.woo-info-box p {
  max-width: 827px;
  color: #444444;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  padding: 0 30px 0 40px;
  position: relative; }

.woo-info-box p:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0; }

.woo-info-box.success p:before {
  background-image: url("../images/icon-check.svg");
  background-repeat: no-repeat;
  background-position: top center; }

.woo-info-box.error p:before {
  background-image: url("../images/icon-cross.svg");
  background-repeat: no-repeat;
  background-position: top center; }

.view-basket {
  color: #333333;
  font-family: Alternate Gothic,sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  margin: 20px 0 0; }

.view-basket img {
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block; }

@media (min-width: 768px) {
  .woo-info-box {
    padding: 38px 16px 38px 40px; }
  .view-basket {
    margin: 0; } }

.cart-table-content {
  max-width: 920px;
  margin: 60px auto; }

.cart-table-content .table-top table {
  width: 100%;
  border: 0;
  margin: 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0; }

.cart-table-content table tr th {
  color: #222222;
  font-family: Museo Sans,sans-serif;
  font-size: 14px;
  letter-spacing: -0.08px;
  line-height: 17px;
  padding: 12px 20px;
  border-bottom: 1px solid #D5D5D5; }

.cart-table-content table tr th.product-subtotal,
.cart-table-content table tr td.product-subtotal {
  text-align: center; }

.cart-table-content table tr td {
  color: #222222;
  font-size: 14px;
  letter-spacing: -0.08px;
  line-height: 17px;
  padding: 12px 20px;
  border-bottom: 1px solid #D5D5D5; }

.cart-table-content table tr td.product-name {
  font-size: 16px;
  letter-spacing: -0.09px;
  line-height: 19px; }

.cart-table-content table tr td a {
  color: #222222;
  text-decoration: none; }

.cart-table-content table tr td.actions {
  border: 0; }

.cart-table-content table tr td.actions .coupon {
  opacity: 0;
  float: left; }

.cart-table-content table tr td.actions .update_cart {
  float: right;
  height: 41px;
  width: 149px;
  border-radius: 27.5px;
  background-color: #E0E0E0;
  color: #919191;
  font-family: Museo Sans,sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  text-align: center;
  border: 0;
  padding: 0; }

.cart-table-content table tr td.actions .update_cart:hover {
  background-color: #44C7F4;
  color: #fff;
  cursor: pointer; }

.cart-bottom {
  width: 230px;
  float: right;
  margin-top: 30px; }

.cart-bottom .cart_totals table {
  width: 100%; }

.cart-bottom .cart_totals table tr td,
.cart-bottom .cart_totals table tr th {
  border: 0;
  color: #222222;
  font-family: Museo Sans,sans-serif;
  font-size: 18px;
  letter-spacing: -0.1px;
  line-height: 22px;
  text-align: right;
  font-weight: 900;
  padding: 10px 20px 10px  20px; }

.cart-bottom .cart_totals .wc-proceed-to-checkout .checkout-button {
  height: 55px;
  width: 231px;
  border-radius: 27.5px;
  background-color: #44C7F4;
  border: solid 1px #44C7F4;
  color: #FFFFFF;
  font-family: Museo Sans,sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 55px;
  text-align: center;
  padding: 0;
  display: block;
  text-decoration: none; }

.cart-bottom .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background-color: transparent;
  color: #44C7F4; }

.product-quantity input {
  border: 0;
  padding: 5px;
  text-align: center;
  background-color: #E9E9E9; }

.checkout-content {
  max-width: 920px;
  margin: 0 auto 60px; }

.woocommerce-form-login-toggle .returning-customer .woocommerce-info,
.woocommerce-form-coupon-toggle .coupon-code .woocommerce-info {
  padding: 30px 40px;
  margin: 20px 0;
  border: 0;
  border-radius: 5px;
  background-color: #FFFFFF; }

.woocommerce-form-login-toggle .returning-customer .woocommerce-info:before,
.woocommerce-form-coupon-toggle .coupon-code .woocommerce-info:before {
  content: none; }

.woocommerce-form-login-toggle .returning-customer .woocommerce-info span,
.woocommerce-form-coupon-toggle .coupon-code .woocommerce-info span {
  color: #444444;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  padding-left: 40px; }

.woocommerce-form-login-toggle .returning-customer .woocommerce-info span:before {
  content: '';
  width: 17px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/icon-login.svg");
  background-repeat: no-repeat; }

.woocommerce-form-coupon-toggle .coupon-code .woocommerce-info span:before {
  content: '';
  width: 22px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/icon-coupon.svg");
  background-repeat: no-repeat; }

.woocommerce-form-login-toggle .returning-customer .woocommerce-info a,
.woocommerce-form-coupon-toggle .coupon-code .woocommerce-info a {
  color: #444444;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: none;
  border-bottom: 2px solid #44C7F4; }

.woocommerce-form-login-toggle .returning-customer .woocommerce-info a:hover,
.woocommerce-form-coupon-toggle .coupon-code .woocommerce-info a:hover {
  color: #444444;
  border-bottom: 2px solid #444444; }

.woocommerce-toggle-form .woocommerce-form-login,
.woocommerce-toggle-form .woocommerce-form-coupon {
  padding: 35px 30px;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  background: #fff; }

.woocommerce-toggle-form .woocommerce-form-login h3,
.woocommerce-toggle-form .woocommerce-form-coupon h3 {
  margin: 0 0 15px;
  padding: 0;
  color: #222222;
  font-size: 24px;
  letter-spacing: -0.13px;
  line-height: 24px;
  font-weight: 400; }

.woocommerce-toggle-form .woocommerce-form-login p,
.woocommerce-toggle-form .woocommerce-form-coupon p {
  max-width: 788px;
  color: #444444;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px; }

.woocommerce-toggle-form .woocommerce-form-login .form-input-inline {
  max-width: 800px; }

.woocommerce-toggle-form .woocommerce-form-login .form-input-inline p {
  padding: 0;
  margin: 0 0 20px;
  width: 100%; }

.woocommerce-toggle-form .woocommerce-form-login .form-input-inline p label {
  display: none; }

.woocommerce-toggle-form .woocommerce-form-login .form-input-inline p input,
.woocommerce-toggle-form .woocommerce-form-coupon p input {
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  padding: 8px 17px 7px;
  color: #D5D5D5;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  width: 100%; }

.checkbox-div {
  margin-top: 20px; }

.checkbox {
  display: inline-flex;
  cursor: pointer;
  position: relative; }

.checkbox > span {
  color: #444444;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
  margin-left: 10px;
  padding: 3px 0; }

.checkbox > input {
  height: 21px;
  width: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 5px;
  outline: none;
  transition-duration: 0.3s;
  border: 1px solid #D5D5D5;
  cursor: pointer; }

.checkbox > input:checked {
  background-color: #D5D5D5; }

.checkbox > input:checked + span::before {
  content: none;
  display: block;
  text-align: center;
  color: #41B883;
  position: absolute;
  left: 0.7rem;
  top: 0.2rem; }

.checkbox > input:active {
  border: 1px solid #D5D5D5; }

.woocommerce-toggle-form .lost_password .woocommerce-form-login__submit,
.woocommerce-toggle-form .woocommerce-form-coupon .coupon-submit {
  height: 39px;
  width: 85px;
  padding: 0;
  border-radius: 19.5px;
  background-color: #44C7F4;
  border: solid 1px #44C7F4;
  color: #FFFFFF;
  font-family: Museo Sans,sans-serif;
  font-size: 14px;
  letter-spacing: -0.08px;
  line-height: 17px;
  text-align: center;
  margin-right: 15px;
  cursor: pointer; }

.woocommerce-toggle-form .woocommerce-form-coupon .coupon-submit {
  width: 140px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  border-radius: 50px; }

.woocommerce-toggle-form .lost_password .woocommerce-form-login__submit:hover,
.woocommerce-toggle-form .woocommerce-form-coupon .coupon-submit:hover {
  background-color: transparent;
  color: #44C7F4; }

.woocommerce-toggle-form .lost_password a {
  color: #444444;
  font-family: Museo Sans,sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: right;
  text-decoration: none;
  border-bottom: 2px solid #44C7F4; }

@media (min-width: 576px) {
  .woocommerce-toggle-form .woocommerce-form-login .form-input-inline p {
    margin: 0;
    width: 48%; }
  .woocommerce-toggle-form .woocommerce-form-login .form-input-inline p.form-row-last {
    margin-left: auto; } }

.woocommerce-customer_details {
  width: 100%;
  margin-top: 40px;
  background-color: #000; }

.billing-left-col {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  padding: 30px 25px;
  border-radius: 5px;
  background-color: #FFFFFF; }

.billing-right-col {
  width: 100%;
  float: right; }

.billing-left-col h3,
.order-details h3,
.woocommerce-checkout #order_review .payment-method h3 {
  color: #222222;
  font-size: 24px;
  letter-spacing: -0.13px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0; }

.billing-left-col input[type="text"],
.billing-left-col input[type="email"],
.billing-left-col input[type="password"],
.billing-left-col input[type="phone"] {
  box-sizing: border-box;
  height: 40px;
  padding: 7px 18px 8px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  color: #828282;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  width: 100%; }

.input-field {
  margin-bottom: 20px;
  float: left;
  width: 100%; }

.order-details {
  padding: 30px 0 0;
  position: relative; }

.heading-your-order {
  position: relative; }

.edit-order {
  margin-top: -20px;
  color: #444444;
  font-family: Museo Sans,sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  text-decoration: none;
  border-bottom: 2px solid #44C7F4;
  position: absolute;
  right: 0; }

.order-details table {
  width: 100%; }

.woocommerce-checkout .order-details table tr td {
  color: #222222;
  font-size: 14px;
  letter-spacing: -0.08px;
  line-height: 17px;
  padding: 17px 0;
  border-top: 1px solid #D5D5D5; }

/*.woocommerce-checkout .order-details table thead tr th{
  padding-right: 30px;
}*/
.woocommerce-checkout .order-details table tr td:last-child, .woocommerce-checkout .order-details table thead .product-total {
  text-align: right; }

.woocommerce-checkout .order-details table thead tr th, .woocommerce-checkout .order-details table tfoot tr th
, .woocommerce-checkout .order-details table tfoot tr td {
  font-family: Museo Sans,sans-serif; }

.payment-method, .woocommerce-checkout #payment {
  margin-top: 50px;
  padding: 30px 25px;
  border-radius: 5px;
  background-color: #E0E0E0; }

.payment_method_stripe img {
  width: 50px;
  margin-right: 5px; }

.payment-method .button, .woocommerce-checkout .woocommerce-customer_details .order-details #order_review .payment-method .place-order .button {
  width: 100%;
  border-radius: 30px;
  background-color: #44C7F4;
  border: solid 1px #44C7F4;
  color: #FFFFFF;
  line-height: 55px;
  padding: 0;
  display: block;
  cursor: pointer; }

.payment-method .button:hover, .woocommerce-checkout .woocommerce-customer_details .order-details #order_review .payment-method .place-order .button:hover {
  background-color: transparent;
  color: #44C7F4; }

@media (max-width: 767px) {
  .woocommerce-form-login-toggle .returning-customer .woocommerce-info,
  .woocommerce-form-coupon-toggle .coupon-code .woocommerce-info {
    padding: 30px 25px; } }

@media (min-width: 576px) {
  .input-field.input_left_half {
    width: 48%; }
  .input-field.input_right_half {
    width: 48%;
    float: right; } }

@media (min-width: 768px) {
  .billing-left-col {
    width: 60%; }
  .billing-right-col {
    width: 36%;
    float: right; } }

.login-form-content {
  max-width: 440px;
  margin: 0 auto; }

.login-form-content h2 {
  color: #222222;
  font-size: 32px;
  letter-spacing: -0.18px;
  line-height: 33px;
  font-weight: 400; }

.form-field-row {
  margin: 20px 0 0; }

.form-field-row label {
  color: #333333;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  display: block; }

.form-field-row input {
  box-sizing: border-box;
  height: 46px;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  background-color: #FFFFFF; }

.form-login-button {
  margin-top: 25px; }

.form-login-button .woocommerce-form-login__submit, .woocommerce .login-form-content .woocommerce-form-login .form-login-button .woocommerce-form-login__submit {
  height: 55px;
  width: 161px;
  border-radius: 30px;
  background-color: #44C7F4;
  border: solid 1px #44C7F4;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: -0.1px;
  line-height: 52px;
  text-align: center;
  padding: 0;
  cursor: pointer; }

.form-login-button .woocommerce-form-login__submit:hover, .woocommerce .login-form-content .woocommerce-form-login .form-login-button .woocommerce-form-login__submit:hover {
  background-color: transparent;
  color: #44C7F4; }

.woocommerce-LostPassword a {
  color: #444444;
  font-family: Museo Sans,sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: right;
  text-decoration: none;
  border-bottom: 2px solid #44C7F4; }

.dashboard-content {
  max-width: 1140px;
  margin: 60px auto; }

.dashboard-content .woocommerce-MyAccount-navigation {
  width: 100%;
  float: left;
  padding: 15px 25px 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  background-color: #FFFFFF; }

.dashboard-content .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center; }

.dashboard-content .woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 10px 0; }

.dashboard-content .woocommerce-MyAccount-navigation ul li a, .woocommerce-MyAccount-navigation ul li a {
  color: #333333;
  font-family: Alternate Gothic,sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  display: blcok;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase; }

.dashboard-content .woocommerce-MyAccount-navigation ul li.is-active a,
.dashboard-content .woocommerce-MyAccount-navigation ul li:hover a {
  color: #31BDBF; }

.woocommerce-MyAccount-content {
  width: 100%;
  padding: 35px 25px;
  float: right;
  border-radius: 5px;
  background-color: #FFFFFF; }

.macc-top-p h6 {
  color: #222222;
  font-size: 32px;
  letter-spacing: -0.18px;
  line-height: 33px;
  font-weight: 400;
  margin: 0 15px 0 0;
  padding: 0; }

.macc-top-p p {
  color: #444444;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0;
  padding: 0; }

.macc-top-p p a {
  color: #444444; }

.info-paragraph p {
  color: #444444;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px; }

.info-paragraph p a {
  text-decoration: none;
  color: #444444;
  text-decoration: none;
  border-bottom: 2px solid #44C7F4; }

@media (min-width: 768px) {
  .dashboard-content .woocommerce-MyAccount-navigation {
    width: 27%;
    float: left;
    padding: 35px 30px; }
  .woocommerce-MyAccount-content {
    width: 68%;
    padding: 35px 40px;
    float: right; }
  .dashboard-content .woocommerce-MyAccount-navigation ul {
    text-align: left; }
  .dashboard-content .woocommerce-MyAccount-navigation ul li {
    display: block;
    margin: 0; }
  .dashboard-content .woocommerce-MyAccount-navigation ul li a {
    font-size: 32px;
    line-height: 40px; } }

.course-price span .woocommerce-Price-currencySymbol {
  display: inline;
  font-size: inherit;
  border: 0;
  padding: 0;
  box-sizing: inherit;
  line-height: inherit;
  border-radius: unset; }

.course-article a {
  text-decoration: none; }

.course-price span.woocommerce-Price-amount {
  width: 80px;
  text-align: center; }

.product .section-main {
  background: #F4F2F4; }

.empty-cart {
  display: none; }

.woocommerce div.product .price-cart form.cart .button {
  height: 55px;
  width: 161px;
  border-radius: 27.5px;
  background-color: #44C7F4;
  border: solid 1px #44C7F4;
  color: #FFFFFF;
  font-family: Museo Sans,sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0 0 0 20px; }

.woocommerce div.product .price-cart form.cart .button:hover {
  background-color: transparent;
  color: #44C7F4; }

.woocommerce div.product form.cart {
  margin-bottom: 0; }

.faq-list {
  margin-top: 50px; }

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  top: 2em; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 2em 2em 2em 3.5em;
  background-color: white;
  border: 0;
  color: #222222; }

.product .woocommerce-message a.wc-forward, .product .woocommerce-message a.wc-forward:hover, .product .woocommerce-error a.wc-forward, .product .woocommerce-error a.wc-forward:hover {
  background: none;
  background-image: url(dist/images/icon-basket.svg);
  background-repeat: no-repeat;
  background-position: right;
  font-family: Alternate Gothic,sans-serif;
  font-size: 27px;
  padding-right: 20px;
  width: 126px;
  font-weight: normal;
  padding: 0;
  text-transform: uppercase;
  color: #222; }

.product .woocommerce-error {
  margin-bottom: 50px; }

.woocommerce-cart table.shop_table, .woocommerce-cart table.shop_table .product-name a {
  border: 0; }

.woocommerce-cart .intro intro-- {
  margin-bottom: 50px; }

.woocommerce-cart table.cart .product-thumbnail img {
  width: 64px; }

.woocommerce .wc-proceed-to-checkout .wc-forward {
  border-radius: 56.5px !important;
  background-color: #44C7F4 !important;
  border: solid 1px #44C7F4 !important;
  color: #FFFFFF !important;
  line-height: 17px;
  padding: 0;
  display: block;
  text-decoration: none; }

.woocommerce .wc-proceed-to-checkout .wc-forward:hover {
  background-color: transparent !important;
  color: #44C7F4 !important; }

.woocommerce .actions .coupon .button {
  border-radius: 27.5px;
  background-color: #44C7F4;
  border: solid 1px #44C7F4;
  color: #FFFFFF;
  font-family: Museo Sans,sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 39px;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 0 20px; }

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  padding: 8px 17px 7px;
  color: #D5D5D5;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  width: 50%;
  margin-bottom: 10px; }

.woocommerce .actions button.update_cart:disabled, .woocommerce button.update_cart:disabled[disabled], .woocommerce button.update_cart:disabled[disabled]:hover {
  background-color: #E0E0E0;
  color: #919191; }

.woocommerce .actions .update_cart {
  float: right;
  height: 41px;
  width: 149px;
  border-radius: 27.5px;
  background-color: #44C7F4;
  border: solid 1px #44C7F4;
  color: #FFFFFF;
  font-family: Museo Sans,sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  text-align: center;
  border: 0;
  padding: 0; }

.woocommerce .actions .update_cart:hover {
  background-color: transparent;
  color: #44C7F4; }

.woocommerce-cart .woocommerce-message, .woocommerce-cart .woocommerce-error, .woocommerce-checkout .woocommerce-message, .woocommerce-checkout .woocommerce-error {
  margin-bottom: 50px; }

.woocommerce-cart table.shop_table, .woocommerce-cart table.shop_table .product-name a {
  font-size: 16px;
  letter-spacing: -0.09px;
  line-height: 19px;
  color: #222; }

.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
  color: #222222;
  font-family: Museo Sans,sans-serif;
  font-size: 14px;
  letter-spacing: -0.08px; }

.woocommerce .return-to-shop .button.wc-backward {
  height: 55px;
  width: 231px;
  border-radius: 27.5px;
  background-color: #44C7F4;
  border: solid 1px #44C7F4;
  color: #FFFFFF;
  font-family: Museo Sans,sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 55px;
  text-align: center;
  padding: 0;
  display: block;
  text-decoration: none; }

.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 {
  float: left;
  width: 48%;
  max-width: 48%; }

.woocommerce-checkout .billing-left-col .woocommerce-input-wrapper, .woocommerce-checkout .billing-right-col .woocommerce-input-wrapper {
  width: 100%; }

.woocommerce-form-coupon-toggle .coupon-code .woocommerce-info .coupon-info::after {
  content: '';
  width: 22px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(dist/images/woo/icon-coupon.svg);
  background-repeat: no-repeat;
  top: 32px; }

.woocommerce-form-coupon-toggle .coupon-code .woocommerce-info .coupon-info .woocommerce-info {
  padding: 0;
  margin: 0; }

.woocommerce-MyAccount-navigation ul li a {
  font-size: 32px;
  line-height: 40px;
  font-family: Alternate Gothic,sans-serif;
  letter-spacing: 0;
  text-decoration: none;
  color: #333333;
  border: 0; }

.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li a:hover {
  color: #31BDBF; }

.woocommerce-MyAccount-content .macc-top-p p strong:first-child {
  color: #222222;
  font-size: 32px;
  letter-spacing: -0.18px;
  line-height: 33px;
  font-weight: 400;
  margin: 0 10px 0 0;
  padding: 0;
  font-family: Alternate Gothic,sans-serif;
  text-transform: uppercase; }

.woocommerce-MyAccount-content .woocommerce-Addresses .col-1, .woocommerce-Addresses .col-2 {
  max-width: 100%; }

.woocommerce .woocommerce-MyAccount-content form .form-row input.input-text, .woocommerce .woocommerce-MyAccount-content form .form-row textarea {
  height: 40px;
  padding: 7px 18px 8px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  color: #828282;
  font-size: 14px;
  letter-spacing: 0; }

.woocommerce .woocommerce-MyAccount-content form .password-input {
  width: 100%; }

.woocommerce .woocommerce-MyAccount-content form fieldset {
  border: 0; }

.woocommerce .woocommerce-MyAccount-content form .form-row label, .woocommerce .woocommerce-MyAccount-content form .form-row em {
  color: #444444;
  font-size: 16px;
  letter-spacing: 0; }

.woocommerce form.woocommerce-form-login {
  border: 0;
  padding: 0; }

.woocommerce form.woocommerce-form-login .password-input {
  width: 100%; }

.woocommerce .login-form-content .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-top: 20px; }

.woocommerce .woocommerce-MyAccount-content .button, .woocommerce .woocommerce-MyAccount-content #place_order {
  height: 40px;
  width: auto;
  border-radius: 30px;
  background-color: #44C7F4;
  border: solid 1px #44C7F4;
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: -0.1px;
  line-height: 40px;
  text-align: center;
  padding: 0 20px;
  cursor: pointer; }

.woocommerce .woocommerce-MyAccount-content .button:hover, .woocommerce .woocommerce-MyAccount-content #place_order:hover {
  background-color: transparent;
  color: #44C7F4; }

.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
  margin-top: 60px; }

.woocommerce .woocommerce-form-login-toggle .woocommerce-toggle-form form.login {
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px; }

.woocommerce .woocommerce-form-login-toggle .woocommerce-toggle-form .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-top: 10px; }

.woocommerce-form-login-toggle .returning-customer .woocommerce-info::after {
  content: '';
  width: 22px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(dist/images/woo/icon-login.svg);
  background-repeat: no-repeat;
  top: 32px; }

.billing-left-col input[type="tel"] {
  box-sizing: border-box;
  height: 40px;
  padding: 7px 18px 8px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  color: #828282;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  width: 100%; }

.woocommerce form .form-row.mailchimp-newsletter label.inline {
  color: #222222;
  font-size: 14px;
  letter-spacing: -0.08px;
  line-height: 17px; }

.woocommerce form .form-row.mailchimp-newsletter.input-checkbox {
  margin-top: 2px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  color: #828282; }

.select2-container .select2-selection--single {
  height: 40px;
  padding: 5px 9px 7px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px; }

.woocommerce-customer_details {
  margin-top: 0;
  background-color: white; }

.woocommerce-checkout table.shop_table {
  border: 0; }

.woocommerce-checkout table.shop_table th {
  padding: 17px 0; }

.billing-right-col .tribe-checkout-backlinks {
  display: none; }

.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
  display: inline; }

.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border: 0; }

.woocommerce-checkout #stripe-payment-data p, .woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew label, .woocommerce-checkout .woocommerce-privacy-policy-text p {
  color: #222222;
  font-size: 14px;
  letter-spacing: -0.08px;
  line-height: 23px !important; }

.woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew label {
  line-height: 20px !important; }

.woocommerce-checkout #payment div.payment_box {
  padding: 0; }

.woocommerce-checkout #payment ul.payment_methods li #wc-stripe-new-payment-method {
  margin: 0 5px 0 0; }

.woocommerce-checkout #payment ul.payment_methods li .woocommerce-SavedPaymentMethods-saveNew label {
  width: 80%; }

#order_review #payment div.place-order {
  padding: 0; }

.woocommerce-checkout #payment div.payment_box {
  background: transparent; }

.woocommerce-checkout #payment div.payment_box::before {
  display: none; }

#single-content .post-thumbnil img {
  width: 100%; }

.woocommerce-form-login-toggle .returning-customer, .woocommerce-form-coupon-toggle .coupon-code {
  background: #fff;
  padding-left: 30px;
  border-radius: 5px; }

@media screen and (min-width: 769px) {
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 230px; }
  .woocommerce-form-login-toggle .returning-customer, .woocommerce-form-coupon-toggle .coupon-code {
    padding-left: 40px; } }

.woocommerce-account .woocommerce .my-account-content .login-form-content {
  margin-top: 90px; }

.woocommerce-checkout .woocommerce-privacy-policy-text p {
  font-size: 12px; }

.woocommerce .login-form-content .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-top: 10px;
  float: left; }

.woocommerce .login-form-content .woocommerce-form-login .woocommerce-form-login__rememberme #rememberme {
  margin-top: 10px;
  float: left; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  padding: 35px 40px;
  background: white; }

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0; }

.woocommerce-orders .woocommerce-MyAccount-content table.my_account_orders {
  margin: 0; }

.woocommerce-view-order .woocommerce-order-details h2, .woocommerce-customer-details h2 {
  font-size: 28px !important;
  margin: 0 !important; }

.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details, .woocommerce-view-order .woocommerce .woocommerce-customer-details {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 5px; }

.woocommerce .woocommerce-customer-details address {
  border: 0;
  color: #444444;
  font-size: 16px;
  letter-spacing: 0; }

.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .order_details {
  border: 0; }

.woocommerce-view-order .woocommerce-MyAccount-content .order_details td, .woocommerce-view-order .woocommerce-MyAccount-content .order_details th {
  color: #444444;
  font-size: 16px;
  letter-spacing: 0; }

.woocommerce-MyAccount-content p mark {
  font-weight: bold !important;
  background-color: transparent !important; }

.woocommerce-edit-address .woocommerce-Address address {
  font-size: 15px; }

.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content form {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 5px; }

.edit-acc-details-1 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px; }

.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .button {
  float: right; }

.product .social-learn ul li [data-tooltip]:before {
  content: attr(data-tooltip);
  position: absolute;
  display: none;
  opacity: 0;
  transition: all 0.15s ease;
  padding: 15px;
  color: #333;
  border-radius: 10px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  font-size: 15px;
  width: 70%;
  margin-top: -60px; }
  @media (min-width: 576px) {
    .product .social-learn ul li [data-tooltip]:before {
      width: 50%; } }
  @media (min-width: 768px) {
    .product .social-learn ul li [data-tooltip]:before {
      width: 40%; } }
.product .social-learn ul li [data-tooltip]:hover:before {
  display: block;
  opacity: 1;
  background: white;
  bottom: 40px;
  margin-left: 18px; }

.product .social-learn ul li [data-tooltip]:not([data-tooltip-persistent]):before {
  pointer-events: none; }

.woo-thanks {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 50px; }
  .woo-thanks p {
    margin-bottom: 10px; }

.woocommerce-order p.woocommerce-notice {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 50px !important;
  margin-top: 10px !important; }

@media (min-width: 1200px) {
  .blockUI.blockOverlay {
    top: 200px !important; } }

.woocommerce-billing-fields > h3 {
  display: none; }

/*woo*/
.mw-870 {
  max-width: 870px !important;
  margin: 0 auto; }

.mw-650 {
  max-width: 650px !important;
  margin: 0 auto; }

.d-block {
  display: block; }

.d-none {
  display: none; }

@media (min-width: 768px) {
  .d-sm-block {
    display: block; } }

@media (min-width: 768px) {
  .d-sm-none {
    display: none; } }

.h1-thin {
  font-family: Museo Sans,sans-serif;
  font-weight: 300 !important;
  text-transform: none !important;
  font-size: 24px !important;
  line-height: 1.2 !important; }
  @media (min-width: 992px) {
    .h1-thin {
      font-size: 40px !important; } }
.wp-block-button:not(.is-style-squared).icon-btn .wp-block-button__link {
  border-radius: 10px;
  font-size: 20px; }
  .wp-block-button:not(.is-style-squared).icon-btn .wp-block-button__link img {
    display: inline-block;
    margin-left: 12px; }

@media (min-width: 1200px) {
  .text-size-L {
    font-size: 24px !important; } }

@media (max-width: 768px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 20px 20px 0; }
  .wp-block-media-text.is-stacked-on-mobile {
    margin-bottom: 40px; } }

.intro-fullscreen {
  background-color: transparent; }
  .intro-fullscreen .intro__image {
    width: 100%; }

.wp-block-pullquote {
  border: none;
  padding: 0;
  margin: 0; }
  .wp-block-pullquote blockquote {
    color: #4a2c95; }
    .wp-block-pullquote blockquote p {
      font-family: Alternate Gothic,sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 40px;
      line-height: 1 !important; }
      @media (min-width: 768px) {
        .wp-block-pullquote blockquote p {
          font-size: 48px; } }
    .wp-block-pullquote blockquote cite {
      text-transform: none;
      font-family: Museo Sans,sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 16px;
      color: #4a2c95; }

.section-resources {
  background-color: #F4F2F4; }

.resource {
  background: #fff; }
  .resource .resource__image {
    background: #44C7F4; }
  .resource .resource__content {
    padding-top: 25px; }
  .resource p > a {
    margin-top: 0;
    color: #222222;
    background-color: #44C7F4;
    padding: 11px 15px;
    line-height: 1;
    display: inline-block;
    border-bottom: none !important;
    font-weight: 700;
    border-radius: 7px; }
    .resource p > a:hover {
      background-color: #222222;
      color: #fff; }

.resource__partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .resource__partner span {
    font-size: 14px;
    opacity: .7; }
  .resource__partner img {
    max-width: 70px;
    height: auto; }

.resource_lang {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px; }

.alert-share-story {
  background-color: #DAFFF4;
  border: 1px solid #879E97;
  padding: 25px 25px 10px;
  max-width: 290px;
  border-radius: 10px;
  margin-bottom: 30px; }
  .alert-share-story p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px; }
  .alert-share-story h4 {
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 500;
    font-family: Alternate Gothic,sans-serif; }
  .alert-share-story a {
    border-bottom: 2px solid #66FFD3;
    white-space: pre-wrap;
    /* CSS3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */ }
    .alert-share-story a:hover {
      border-bottom-color: #222; }

.tab-section-heading {
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  position: relative;
  font-size: 34px;
  margin-bottom: 40px !important; }
  @media (min-width: 768px) {
    .tab-section-heading {
      font-size: 44px; } }
  .tab-section-heading:not(:first-child) {
    margin-top: 80px; }
  .tab-section-heading:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #444;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .tab-section-heading span {
    display: inline-block;
    background-color: #f4f2f4;
    padding: 0 20px;
    position: relative;
    z-index: 1; }

.box--violet {
  border-color: #663290;
  margin-bottom: 90px;
  align-items: center;
  justify-content: center; }
  @media (min-width: 990px) {
    .box--violet .box__head {
      padding-right: 50px; } }
@media (min-width: 768px) {
  .box .box__image-lg {
    width: 160px;
    min-width: 160px; }
    .box .box__image-lg img {
      width: 125px; } }

.btn-intro {
  margin-top: 30px; }

.btn--white:hover {
  background-color: white;
  color: #222; }
  .main--red .btn--white:hover {
    color: #e51d38; }
  .main--orange .btn--white:hover {
    color: #f16822; }
  .main--blue .btn--white:hover {
    color: #31bdbf; }
  .main--pink .btn--white:hover {
    color: #e34598; }
  .main--violet .btn--white:hover {
    color: #663290; }
  .main--green .btn--white:hover {
    color: #75bf43; }
  .main--canesten .btn--white:hover {
    color: #CB3B49; }

body.page-template-get-help .intro.no-image {
  background-image: url(find-services-assets/images/shapes-bg.svg);
  background-size: 100% auto;
  background-position: left top -10px;
  background-repeat: no-repeat;
  background-color: #f4f2f5; }
  body.page-template-get-help .intro.no-image .intro__content {
    padding-bottom: 60px; }
    @media (max-width: 768px) {
      body.page-template-get-help .intro.no-image .intro__content {
        padding: 50px 20px 40px; } }
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 22px; }

@media (max-width: 767px) {
  .article-single .wp-block-coblocks-row:not([data-columns="1"]) {
    display: block; }
  .article-single .wp-block-coblocks-column {
    height: auto; } }

.matrix-logo {
  margin-top: 30px;
  max-width: 230px; }
  @media (min-width: 1024px) {
    .matrix-logo {
      max-width: 100%; } }
.has-brook-purple-background-color {
  background-color: #663290; }

.has-brook-purple-color {
  color: #663290; }

.has-brook-yellow-background-color {
  background-color: #F7C412; }

.has-brook-yellow-color {
  color: #F7C412; }

.has-brook-orange-background-color {
  background-color: #F16822; }

.has-brook-orange-color {
  color: #F16822; }

.has-brook-red-background-color {
  background-color: #E51D38; }

.has-brook-red-color {
  color: #E51D38; }

.has-brook-green-background-color {
  background-color: #75BF43; }

.has-brook-green-color {
  color: #75BF43; }

.has-brook-teal-background-color {
  background-color: #31BDBF; }

.has-brook-teal-color {
  color: #31BDBF; }

.has-brook-blue-background-color {
  background-color: #44C7F4; }

.has-brook-blue-color {
  color: #44C7F4; }

.has-brook-magenta-background-color {
  background-color: #E34598; }

.has-brook-magenta-color {
  color: #E34598; }

.has-brook-light-purple-background-color {
  background-color: #E9E6FF; }

.has-brook-light-purple-color {
  color: #E9E6FF; }

.has-brook-light-yellow-background-color {
  background-color: #FFF49A; }

.has-brook-light-yellow-color {
  color: #FFF49A; }

.has-brook-light-orange-background-color {
  background-color: #FCDDC9; }

.has-brook-light-orange-color {
  color: #FCDDC9; }

.has-brook-light-red-background-color {
  background-color: #FFE1E1; }

.has-brook-light-red-color {
  color: #FFE1E1; }

.has-brook-light-tirq-background-color {
  background-color: #DAFFF4; }

.has-brook-light-tirq-color {
  color: #DAFFF4; }

.has-brook-light-blue-background-color {
  background-color: #D3F4FF; }

.has-brook-light-blue-color {
  color: #D3F4FF; }

.has-brook-light-grey-background-color {
  background-color: #F5F5F5; }

.has-brook-light-grey-color {
  color: #F5F5F5; }

.has-brook-mid-grey-background-color {
  background-color: #CDCDCD; }

.has-brook-mid-grey-color {
  color: #CDCDCD; }

.has-brook-black-background-color {
  background-color: #0C2F2F; }

.has-brook-black-color {
  color: #0C2F2F; }

.has-white-background-color {
  background-color: #ffffff; }

.has-white-color {
  color: #ffffff; }
