@charset "UTF-8";
/** Variables **/
/** Fonts **/
/** Colors **/
/** Bootstrap **/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(40, 40, 40, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

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

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

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

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #fade3c !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #e4c306 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(40, 40, 40, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

/** Base Styles **/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

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

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

input,
select {
  vertical-align: middle;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

/*

Usage:

@include placeholder {
    color: rgba($white, .8);
}

*/
/** Base Typography **/
html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.sticky-footer {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}

#about,
#contact,
#book {
  scroll-margin-top: 60px;
}

#services {
  scroll-margin-top: 120px;
}

body {
  color: #282828;
  font-family: "Merriweather Sans", sans-serif;
}

a,
a:visited {
  text-decoration: none;
}
a,
a:link,
a:hover,
input[type=submit],
input[type=submit]:hover,
.transition,
.transition:hover {
  transition: all 0.3s ease;
}

.cf {
  *zoom: 1;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}

.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.h100 {
  height: 100%;
}

.rel {
  position: relative;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.small {
  width: 66.666%;
  margin: 0 auto;
}

.half {
  width: 50%;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.error404.page {
  padding-top: 160px;
}

@media (max-width: 991.98px) {
  .small,
  .half {
    width: 100%;
  }
  .error404 {
    padding-top: 120px;
  }
}
h6, h5, h4, h3, h2, h1 {
  font-family: "Merriweather", sans-serif;
  font-weight: 300;
}

h1.white {
  color: #fff;
}
h1.black {
  color: #282828;
}
h1.teal {
  color: #2d7182;
}
h1.center {
  text-align: center;
}

h2.white {
  color: #fff;
}
h2.black {
  color: #282828;
}
h2.teal {
  color: #2d7182;
}
h2.center {
  text-align: center;
}

h3.white {
  color: #fff;
}
h3.black {
  color: #282828;
}
h3.teal {
  color: #2d7182;
}
h3.center {
  text-align: center;
}

h4.white {
  color: #fff;
}
h4.black {
  color: #282828;
}
h4.teal {
  color: #2d7182;
}
h4.center {
  text-align: center;
}

h5.white {
  color: #fff;
}
h5.black {
  color: #282828;
}
h5.teal {
  color: #2d7182;
}
h5.center {
  text-align: center;
}

h6.white {
  color: #fff;
}
h6.black {
  color: #282828;
}
h6.teal {
  color: #2d7182;
}
h6.center {
  text-align: center;
}

h1 {
  font-size: 38px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 30px;
}

h2.superheader {
  position: relative;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding: 0 0 10px;
}
h2.superheader::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background: #fff;
}

.standard-content hgroup {
  text-align: center;
  margin: 0 0 30px;
}
.standard-content hgroup h2 {
  color: #2d7182;
  font-size: 42px;
  line-height: 1.2;
  margin: 0 0 10px;
  font-weight: 300;
}
.standard-content hgroup h3 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  font-family: "Merriweather Sans", sans-serif;
  margin: 0 0 15px;
}
.standard-content hgroup .buttons .button, .standard-content hgroup .buttons body.single-lesson .wp-block-sensei-lms-exit-course a, body.single-lesson .wp-block-sensei-lms-exit-course .standard-content hgroup .buttons a {
  display: inline;
}

p,
li {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0 0 15px;
}
p.white,
li.white {
  color: #fff;
}
p.black,
li.black {
  color: #282828;
}
p.light,
li.light {
  font-weight: 300;
}
p.heavy,
li.heavy {
  font-weight: 700;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 15px;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 28px;
  }
  .standard-content hgroup h2 {
    font-size: 26px;
  }
}
/** Layouts **/
img {
  max-width: 100%;
}

main {
  position: relative;
  z-index: 50;
}

.push-header {
  padding-top: 150px;
}

@media (max-width: 767.98px) {
  .push-header {
    padding-top: 100px;
  }
}
.notification-bar {
  padding: 10px 0;
  background: #e0a52d;
  position: relative;
  display: none;
}
.notification-bar .hide-notification {
  position: absolute;
  z-index: 100;
  color: #282828;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
}
.notification-bar .row {
  align-items: center;
}
.notification-bar p {
  margin: 0;
}
.notification-bar .button, .notification-bar body.single-lesson .wp-block-sensei-lms-exit-course a, body.single-lesson .wp-block-sensei-lms-exit-course .notification-bar a {
  display: block;
  text-align: center;
}

.header {
  position: fixed;
  z-index: 100;
  left: 30px;
  top: 20px;
  right: 30px;
}
.header .content {
  position: relative;
  width: 100%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #282828;
  border-radius: 10px 3px 10px 3px;
  padding: 10px 20px;
  transition: 0.22s ease all;
}
.header .border {
  content: "";
  position: absolute;
  display: block;
  top: 8px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  border: 1px solid #e0a52d;
  border-radius: 14px 5px 14px 5px;
  z-index: 10;
}
.header .brand {
  display: flex;
  width: 360px;
  height: 52px;
  position: relative;
  align-items: center;
}
.header .brand img {
  display: block;
  transition: 0.22s ease all;
  position: relative;
  top: 15px;
}
.header .mobile-trigger {
  width: 35px;
  height: 35px;
  background: #2d7182;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px 3px 7px 3px;
  padding: 9px 7px;
}
.header .mobile-trigger:hover, .header .mobile-trigger.active {
  background: #2d7182;
}
.header .mobile-trigger .bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 10px;
}
.header .main-navigation {
  padding-left: 30px;
  position: relative;
  z-index: 1;
  transition: 0.22s ease all;
}
.header .main-navigation ul {
  text-align: right;
  margin: 0;
  padding: 0;
}
.header .main-navigation li {
  display: inline-block;
  margin: 0 20px;
}
.header .main-navigation li:last-child {
  margin-right: 0;
}
.header .main-navigation li:last-child a {
  padding: 10px 20px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 10px 3px 10px 3px;
}
.header .main-navigation li:last-child a:hover {
  color: #e0a52d;
  border-color: #e0a52d;
}
.header .main-navigation li:last-child a:hover::before, .header .main-navigation li:last-child a:hover::after {
  display: none;
}
.header .main-navigation a {
  display: block;
  position: relative;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
}
.header .main-navigation a::before, .header .main-navigation a::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  bottom: 0;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, 0);
  background: #2d7182;
  margin-left: 0;
  transition: 0.22s ease all;
  opacity: 0;
}
.header .main-navigation a::after {
  background: #e0a52d;
}
.header .main-navigation a:hover {
  text-decoration: none;
  color: #e0a52d;
}
.header .main-navigation a:hover::after {
  margin-left: 7px;
  opacity: 1;
}
.header .main-navigation a:hover::before {
  margin-left: -7px;
  opacity: 1;
}

@media (max-width: 1199.98px) {
  .header .brand {
    width: 300px;
    height: 48px;
  }
  .header .main-navigation li {
    margin: 0 10px;
  }
}
@media (max-width: 991.98px) {
  .header {
    top: 10px;
    right: 10px;
    left: 10px;
  }
  .header .content {
    padding: 10px 20px;
  }
  .header .border {
    right: -5px;
    bottom: -5px;
    left: -5px;
  }
  .header .mobile-trigger {
    display: flex;
  }
  .header .mobile-trigger.active {
    background-color: #e0a52d;
  }
  .header .main-navigation {
    position: absolute;
    display: none;
    top: 52px;
    right: 0;
    width: 280px;
    background: #282828;
    border-radius: 0 0 12px 5px;
    padding: 8px 0 0;
  }
  .header .main-navigation.active {
    display: block;
  }
  .header .main-navigation li {
    display: block;
    text-align: right;
    margin: 0;
  }
  .header .main-navigation li a {
    padding: 10px 10px;
  }
  .header .main-navigation li a::before, .header .main-navigation li a::after {
    display: none;
  }
  .header .main-navigation li:last-child {
    padding: 10px;
  }
  .header .main-navigation li:last-child a {
    border-radius: 0 0 10px 3px;
    text-align: center;
    padding: 10px;
    border-color: #e0a52d;
    color: #e0a52d;
  }
  .header .main-navigation li:last-child a:hover::after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header .brand {
    width: 220px;
    height: 40px;
  }
  .header .brand img {
    top: 9px;
  }
  .header .content {
    padding: 10px 15px;
  }
  .notification-bar p {
    padding-right: 15px;
    margin-bottom: 7px;
  }
  .notification-bar .hide-notification {
    transform: translate(0, 0);
    top: 5px;
  }
}
.footer {
  background: #343434;
  padding: 30px 0 0;
}
.footer p {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  margin: 0;
  font-weight: 300;
}
.footer .copyright {
  margin-top: 30px;
  background: #282828;
  padding: 15px 0;
}
.footer .copyright p {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
  text-align: center;
  font-weight: 300;
}
.footer .copyright p a {
  color: #e0a52d;
}
.footer .copyright p a:hover {
  text-decoration: none;
  color: #2d7182;
}
.footer .disclaimers {
  background: #242424;
  padding: 15px;
  margin-top: 30px;
  margin-bottom: -30px;
}
.footer .disclaimers p {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.footer .disclaimers a {
  color: #e0a52d;
}
.footer .disclaimers a:hover {
  color: #fff;
}
.footer .disclaimers > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 575.98px) {
  .footer {
    text-align: center;
  }
  .footer .logo {
    display: block;
    max-width: 280px;
    margin: 0 auto 30px;
  }
}
.hero {
  position: relative;
  padding: 92px 0 60px;
  min-height: 100vh;
  height: 100vh;
  width: 100%;
  background-image: url("../img/home-demo-bg-2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero > .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.hero p {
  font-size: 17px;
}
.hero.default-hero, .hero.cms-hero {
  min-height: 340px;
  height: auto;
  padding: 152px 0 60px;
  display: flex;
  align-items: center;
}
.hero.default-hero .container, .hero.cms-hero .container {
  display: flex;
}
.hero.default-hero h1, .hero.cms-hero h1 {
  width: 100%;
  font-size: 50px;
  margin: 0;
}
.hero.cms-hero h1,
.hero.cms-hero p {
  color: #fff;
}
.hero.cms-hero p {
  font-weight: 300;
  margin-top: 30px;
}
.hero.cms-hero .hero-header {
  max-width: 820px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 991.98px) {
  .hero {
    height: auto;
    min-height: 0;
    padding: 132px 0 60px;
  }
  .hero.default-hero h1, .hero.cms-hero h1 {
    font-size: 32px;
  }
}
.saos-course {
  padding-top: 30px;
}

.course-buttons {
  text-align: center;
}

.single-lesson .sensei-course-theme__sidebar-toggle svg {
  color: #e0a52d !important;
}

.course .course-meta.course-enrolment,
.course-lessons .course-meta.course-enrolment,
.course-container .course-meta.course-enrolment {
  display: none;
}
.course .saos-course .woocommerce-notices-wrapper + header,
.course-lessons .saos-course .woocommerce-notices-wrapper + header,
.course-container .saos-course .woocommerce-notices-wrapper + header {
  display: none;
}
.course .saos-course .saos-module,
.course-lessons .saos-course .saos-module,
.course-container .saos-course .saos-module {
  margin-bottom: 60px;
}
.course .saos-course .saos-module .button, .course .saos-course .saos-module body.single-lesson .wp-block-sensei-lms-exit-course a, body.single-lesson .wp-block-sensei-lms-exit-course .course .saos-course .saos-module a,
.course-lessons .saos-course .saos-module .button,
.course-lessons .saos-course .saos-module body.single-lesson .wp-block-sensei-lms-exit-course a,
body.single-lesson .wp-block-sensei-lms-exit-course .course-lessons .saos-course .saos-module a,
.course-container .saos-course .saos-module .button,
.course-container .saos-course .saos-module body.single-lesson .wp-block-sensei-lms-exit-course a,
body.single-lesson .wp-block-sensei-lms-exit-course .course-container .saos-course .saos-module a {
  display: block;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.course .saos-course .saos-module .button span, .course .saos-course .saos-module body.single-lesson .wp-block-sensei-lms-exit-course a span, body.single-lesson .wp-block-sensei-lms-exit-course .course .saos-course .saos-module a span,
.course-lessons .saos-course .saos-module .button span,
.course-lessons .saos-course .saos-module body.single-lesson .wp-block-sensei-lms-exit-course a span,
body.single-lesson .wp-block-sensei-lms-exit-course .course-lessons .saos-course .saos-module a span,
.course-container .saos-course .saos-module .button span,
.course-container .saos-course .saos-module body.single-lesson .wp-block-sensei-lms-exit-course a span,
body.single-lesson .wp-block-sensei-lms-exit-course .course-container .saos-course .saos-module a span {
  display: block;
  text-align: center;
}
.course .saos-course .saos-module .button span.closed, .course .saos-course .saos-module body.single-lesson .wp-block-sensei-lms-exit-course a span.closed, body.single-lesson .wp-block-sensei-lms-exit-course .course .saos-course .saos-module a span.closed,
.course-lessons .saos-course .saos-module .button span.closed,
.course-lessons .saos-course .saos-module body.single-lesson .wp-block-sensei-lms-exit-course a span.closed,
body.single-lesson .wp-block-sensei-lms-exit-course .course-lessons .saos-course .saos-module a span.closed,
.course-container .saos-course .saos-module .button span.closed,
.course-container .saos-course .saos-module body.single-lesson .wp-block-sensei-lms-exit-course a span.closed,
body.single-lesson .wp-block-sensei-lms-exit-course .course-container .saos-course .saos-module a span.closed {
  display: block;
}
.course .saos-course .saos-module .button span.open, .course .saos-course .saos-module body.single-lesson .wp-block-sensei-lms-exit-course a span.open, body.single-lesson .wp-block-sensei-lms-exit-course .course .saos-course .saos-module a span.open,
.course-lessons .saos-course .saos-module .button span.open,
.course-lessons .saos-course .saos-module body.single-lesson .wp-block-sensei-lms-exit-course a span.open,
body.single-lesson .wp-block-sensei-lms-exit-course .course-lessons .saos-course .saos-module a span.open,
.course-container .saos-course .saos-module .button span.open,
.course-container .saos-course .saos-module body.single-lesson .wp-block-sensei-lms-exit-course a span.open,
body.single-lesson .wp-block-sensei-lms-exit-course .course-container .saos-course .saos-module a span.open {
  display: none;
}
.course .saos-course .saos-module .button.showing span.closed, .course .saos-course .saos-module body.single-lesson .wp-block-sensei-lms-exit-course a.showing span.closed, body.single-lesson .wp-block-sensei-lms-exit-course .course .saos-course .saos-module a.showing span.closed,
.course-lessons .saos-course .saos-module .button.showing span.closed,
.course-lessons .saos-course .saos-module body.single-lesson .wp-block-sensei-lms-exit-course a.showing span.closed,
body.single-lesson .wp-block-sensei-lms-exit-course .course-lessons .saos-course .saos-module a.showing span.closed,
.course-container .saos-course .saos-module .button.showing span.closed,
.course-container .saos-course .saos-module body.single-lesson .wp-block-sensei-lms-exit-course a.showing span.closed,
body.single-lesson .wp-block-sensei-lms-exit-course .course-container .saos-course .saos-module a.showing span.closed {
  display: none;
}
.course .saos-course .saos-module .button.showing span.open, .course .saos-course .saos-module body.single-lesson .wp-block-sensei-lms-exit-course a.showing span.open, body.single-lesson .wp-block-sensei-lms-exit-course .course .saos-course .saos-module a.showing span.open,
.course-lessons .saos-course .saos-module .button.showing span.open,
.course-lessons .saos-course .saos-module body.single-lesson .wp-block-sensei-lms-exit-course a.showing span.open,
body.single-lesson .wp-block-sensei-lms-exit-course .course-lessons .saos-course .saos-module a.showing span.open,
.course-container .saos-course .saos-module .button.showing span.open,
.course-container .saos-course .saos-module body.single-lesson .wp-block-sensei-lms-exit-course a.showing span.open,
body.single-lesson .wp-block-sensei-lms-exit-course .course-container .saos-course .saos-module a.showing span.open {
  display: block;
}
.course .saos-course .modules-intro-header,
.course-lessons .saos-course .modules-intro-header,
.course-container .saos-course .modules-intro-header {
  color: #282828;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.2;
  margin: 0 0 15px;
}
.course .saos-course .module-intro,
.course-lessons .saos-course .module-intro,
.course-container .saos-course .module-intro {
  position: relative;
  border-radius: 10px 3px;
  overflow: hidden;
  margin: 0 0 10px;
}
.course .saos-course .module-intro img,
.course-lessons .saos-course .module-intro img,
.course-container .saos-course .module-intro img {
  position: relative;
  z-index: 10;
}
.course .saos-course .module-intro h3,
.course-lessons .saos-course .module-intro h3,
.course-container .saos-course .module-intro h3 {
  z-index: 20;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #282828;
  padding: 10px;
  color: #e0a52d;
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}
.course .saos-course .module-intro h3 span,
.course-lessons .saos-course .module-intro h3 span,
.course-container .saos-course .module-intro h3 span {
  color: #fff;
  font-weight: 700;
}
.course .saos-course .module-intro .module-counter,
.course-lessons .saos-course .module-intro .module-counter,
.course-container .saos-course .module-intro .module-counter {
  position: absolute;
  z-index: 30;
  top: 10px;
  left: 10px;
  background: #e0a52d;
  color: #282828;
  font-family: "Merriweather Sans", sans-serif;
  width: 30px;
  height: 30px;
  border-radius: 7px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course .saos-course .module-description p,
.course-lessons .saos-course .module-description p,
.course-container .saos-course .module-description p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
.course .saos-course .module-lessons,
.course-lessons .saos-course .module-lessons,
.course-container .saos-course .module-lessons {
  display: none;
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  border: 1px solid #282828;
  border-radius: 10px 3px;
  overflow: hidden;
  margin-bottom: 30px;
}
.course .saos-course .module-lessons li,
.course-lessons .saos-course .module-lessons li,
.course-container .saos-course .module-lessons li {
  margin: 0;
}
.course .saos-course .module-lessons li:last-child a,
.course-lessons .saos-course .module-lessons li:last-child a,
.course-container .saos-course .module-lessons li:last-child a {
  border-bottom: 0;
}
.course .saos-course .module-lessons li a, .course .saos-course .module-lessons li.module-lessons-header,
.course-lessons .saos-course .module-lessons li a,
.course-lessons .saos-course .module-lessons li.module-lessons-header,
.course-container .saos-course .module-lessons li a,
.course-container .saos-course .module-lessons li.module-lessons-header {
  display: block;
  color: #282828;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  padding: 10px;
  border-bottom: 1px solid #282828;
}
.course .saos-course .module-lessons li a:hover, .course .saos-course .module-lessons li.module-lessons-header:hover,
.course-lessons .saos-course .module-lessons li a:hover,
.course-lessons .saos-course .module-lessons li.module-lessons-header:hover,
.course-container .saos-course .module-lessons li a:hover,
.course-container .saos-course .module-lessons li.module-lessons-header:hover {
  background: #282828;
  color: #e0a52d;
  text-decoration: none;
}
.course .saos-course .module-lessons li.module-lessons-header,
.course-lessons .saos-course .module-lessons li.module-lessons-header,
.course-container .saos-course .module-lessons li.module-lessons-header {
  background: #282828;
  color: #e0a52d;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 12px;
}
.course .saos-course .course-materials,
.course-lessons .saos-course .course-materials,
.course-container .saos-course .course-materials {
  border-radius: 10px 3px;
  position: relative;
}
.course .saos-course .course-materials h2,
.course-lessons .saos-course .course-materials h2,
.course-container .saos-course .course-materials h2 {
  color: #282828;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.2;
  margin: 0 0 15px;
}
.course .saos-course .course-materials ul,
.course-lessons .saos-course .course-materials ul,
.course-container .saos-course .course-materials ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #282828;
  border-radius: 10px 3px;
  overflow: hidden;
  margin-bottom: 30px;
}
.course .saos-course .course-materials ul.resources li a,
.course-lessons .saos-course .course-materials ul.resources li a,
.course-container .saos-course .course-materials ul.resources li a {
  padding-left: 10px;
}
.course .saos-course .course-materials ul li,
.course-lessons .saos-course .course-materials ul li,
.course-container .saos-course .course-materials ul li {
  margin: 0;
}
.course .saos-course .course-materials ul li:last-child a,
.course-lessons .saos-course .course-materials ul li:last-child a,
.course-container .saos-course .course-materials ul li:last-child a {
  border-bottom: 0;
}
.course .saos-course .course-materials ul li a,
.course-lessons .saos-course .course-materials ul li a,
.course-container .saos-course .course-materials ul li a {
  display: block;
  color: #282828;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  padding: 10px;
  border-bottom: 1px solid #282828;
  position: relative;
  padding-left: 70px;
}
.course .saos-course .course-materials ul li a .tag,
.course-lessons .saos-course .course-materials ul li a .tag,
.course-container .saos-course .course-materials ul li a .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #282828;
  background: #e0a52d;
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  text-align: center;
}
.course .saos-course .course-materials ul li a:hover,
.course-lessons .saos-course .course-materials ul li a:hover,
.course-container .saos-course .course-materials ul li a:hover {
  text-decoration: none;
  background: #282828;
  color: #e0a52d;
}
.course .saos-course .module header,
.course-lessons .saos-course .module header,
.course-container .saos-course .module header {
  border-radius: 10px 3px;
  background: #282828;
  padding: 10px 15px;
}
.course .saos-course .module header h2,
.course .saos-course .module header h3,
.course-lessons .saos-course .module header h2,
.course-lessons .saos-course .module header h3,
.course-container .saos-course .module header h2,
.course-container .saos-course .module header h3 {
  color: #e0a52d;
  margin: 0;
  font-weight: 400;
}
.course .saos-course .module header h2,
.course-lessons .saos-course .module header h2,
.course-container .saos-course .module header h2 {
  font-size: 21px;
}
.course .saos-course .module .module-description,
.course-lessons .saos-course .module .module-description,
.course-container .saos-course .module .module-description {
  padding: 0;
}
.course .saos-course .module .module-lessons header,
.course-lessons .saos-course .module .module-lessons header,
.course-container .saos-course .module .module-lessons header {
  display: none;
}
.course .saos-course .module .module-lessons ul,
.course-lessons .saos-course .module .module-lessons ul,
.course-container .saos-course .module .module-lessons ul {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 50px;
}
.course .saos-course .module .module-lessons ul li a,
.course-lessons .saos-course .module .module-lessons ul li a,
.course-container .saos-course .module .module-lessons ul li a {
  padding: 10px 55px;
  font-size: 16px;
  color: #2d7182;
  border-bottom: 1px dashed #d3cdc0;
}
.course .saos-course .module .module-lessons ul li a::before,
.course-lessons .saos-course .module .module-lessons ul li a::before,
.course-container .saos-course .module .module-lessons ul li a::before {
  font-size: 18px;
  color: #2d7182;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
}
.course .saos-course .module .module-lessons ul li:last-child a,
.course-lessons .saos-course .module .module-lessons ul li:last-child a,
.course-container .saos-course .module .module-lessons ul li:last-child a {
  border-bottom: 0;
}
.course .saos-course .status,
.course-lessons .saos-course .status,
.course-container .saos-course .status {
  border-radius: 10px 3px;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 12px;
}
.course .saos-course .status.completed,
.course-lessons .saos-course .status.completed,
.course-container .saos-course .status.completed {
  background: #2d7182;
  color: #fff;
}

.saos-course h1 {
  text-align: center;
  color: #2d7182;
  font-size: 42px;
  line-height: 1.2;
  margin: 0 0 50px;
  font-weight: 300;
}
.saos-course .progress,
.saos-course .status {
  display: none;
}
.saos-course .modules-title {
  margin-top: 0;
}
.saos-course .modules-title h2 {
  color: #282828;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.2;
  margin: 0 0 15px;
}
.saos-course .meter {
  display: none;
  background: #282828;
  border-radius: 10px 3px;
}
.saos-course .meter > span {
  background: #e0a52d !important;
}
.saos-course .meter > span.value {
  border-radius: 10px 3px;
  font-family: "Merriweather Sans", sans-serif;
  color: #fff;
  font-size: 13px;
}

body.single-lesson .wp-block-post-title {
  color: #2d7182;
}
body.single-lesson .sensei-course-theme__header {
  background: #282828;
}
body.single-lesson .sensei-course-theme__header .wp-block-sensei-lms-course-title {
  color: #fff;
}
body.single-lesson .sensei-lms-course-navigation-module .sensei-collapsible__toggle .sensei-lms-course-navigation-module__collapsible-icon {
  color: #fff;
}
body.single-lesson .sensei-course-theme__main-content .entry-content .transcript-buttons {
  text-align: center;
}
body.single-lesson .sensei-course-theme__main-content .entry-content a {
  color: #2d7182;
  font-weight: 700;
  border-bottom: 1px dashed #d3cdc0;
}
body.single-lesson .sensei-course-theme__main-content .entry-content a.button, body.single-lesson .sensei-course-theme__main-content .entry-content .wp-block-sensei-lms-exit-course a, body.single-lesson .wp-block-sensei-lms-exit-course .sensei-course-theme__main-content .entry-content a {
  margin-bottom: 15px;
}
body.single-lesson .sensei-course-theme__main-content .entry-content a.button.black, body.single-lesson .sensei-course-theme__main-content .entry-content .wp-block-sensei-lms-exit-course a.black, body.single-lesson .wp-block-sensei-lms-exit-course .sensei-course-theme__main-content .entry-content a.black {
  border-bottom: 2px solid #282828;
  display: inline-block;
  font-weight: 400;
  color: #282828;
}
body.single-lesson .sensei-course-theme__main-content .entry-content a.button.black:hover, body.single-lesson .sensei-course-theme__main-content .entry-content .wp-block-sensei-lms-exit-course a.black:hover, body.single-lesson .wp-block-sensei-lms-exit-course .sensei-course-theme__main-content .entry-content a.black:hover {
  color: #e0a52d;
}
body.single-lesson .sensei-course-theme__main-content .entry-content a span {
  font-weight: 700 !important;
}
body.single-lesson .sensei-course-theme__main-content .entry-content a:hover {
  border-bottom-color: #450f1f;
  color: #450f1f;
  text-decoration: none;
}
body.single-lesson .sensei-course-theme__main-content .entry-content p,
body.single-lesson .sensei-course-theme__main-content .entry-content li {
  font-size: 18px;
  line-height: 1.67;
  color: #282828;
}
body.single-lesson .sensei-course-theme__main-content .entry-content ul,
body.single-lesson .sensei-course-theme__main-content .entry-content ol {
  margin-left: 30px;
}
body.single-lesson .sensei-course-theme__main-content .entry-content h2 {
  font-weight: 700;
  font-size: 1.2em;
}
body.single-lesson .sensei-lesson-footer .sensei-block-wrapper {
  width: 100%;
}
body.single-lesson .sensei-lesson-footer .sensei-buttons-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.single-lesson .sensei-lesson-footer .sensei-buttons-container .wp-block-button__link {
  border-radius: 10px 3px;
}
body.single-lesson .sensei-lesson-footer .sensei-buttons-container .wp-block-button {
  border-radius: 10px 3px;
}
body.single-lesson .sensei-course-theme__sidebar {
  background: transparent;
  padding: 40px 0 0 15px;
  border: 0;
}
body.single-lesson .sensei-course-theme__sidebar .sensei-lms-course-navigation__modules {
  counter-reset: my-counter;
  gap: 10px;
}
body.single-lesson .sensei-course-theme__sidebar .sensei-lms-course-navigation__modules > li {
  counter-increment: my-counter;
  position: relative;
}
body.single-lesson .sensei-course-theme__sidebar .sensei-lms-course-navigation__modules > li .sensei-lms-course-navigation-module__summary {
  color: #282828;
}
body.single-lesson .sensei-course-theme__sidebar .sensei-lms-course-navigation__modules > li .sensei-lms-course-navigation-module__lessons {
  border: 1px solid #282828;
  border-radius: 10px 3px;
  margin-top: -10px;
  padding: 0 10px;
  position: relative;
  z-index: 50;
}
body.single-lesson .sensei-course-theme__sidebar .sensei-lms-course-navigation__modules > li .sensei-lms-course-navigation-module__lessons .sensei-lms-course-navigation-lesson__title span {
  transition: 0.22s ease all;
  color: #fff;
}
body.single-lesson .sensei-course-theme__sidebar .sensei-lms-course-navigation__modules > li .sensei-lms-course-navigation-module__lessons .sensei-lms-course-navigation-lesson__title:hover {
  text-decoration: none;
}
body.single-lesson .sensei-course-theme__sidebar .sensei-lms-course-navigation__modules > li .sensei-lms-course-navigation-module__lessons .sensei-lms-course-navigation-lesson__title:hover span {
  color: #2d7182;
}
body.single-lesson .sensei-course-theme__sidebar .sensei-lms-course-navigation__modules > li .sensei-lms-course-navigation-module__lessons .sensei-lms-course-navigation-lesson__link {
  color: #282828;
}
body.single-lesson .sensei-course-theme__sidebar .sensei-lms-course-navigation__modules > li .sensei-lms-course-navigation-module__lessons .sensei-lms-course-navigation-lesson__link:hover {
  color: #2d7182;
  text-decoration: none !important;
}
body.single-lesson .sensei-course-theme__sidebar .sensei-lms-course-navigation__modules > li .sensei-lms-course-navigation-module__header {
  background: #282828;
  position: relative;
  min-height: 40px;
  border-radius: 10px 3px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 5px 0 5px 50px;
  position: relative;
  z-index: 100;
}
body.single-lesson .sensei-course-theme__sidebar .sensei-lms-course-navigation__modules > li .sensei-lms-course-navigation-module__header button:hover,
body.single-lesson .sensei-course-theme__sidebar .sensei-lms-course-navigation__modules > li .sensei-lms-course-navigation-module__header button h3:hover {
  text-decoration: none !important;
}
body.single-lesson .sensei-course-theme__sidebar .sensei-lms-course-navigation__modules > li .sensei-lms-course-navigation-module__header::before {
  content: counter(my-counter);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e0a52d;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
}
body.single-lesson .sensei-course-theme__sidebar .sensei-lms-course-navigation__modules > li .sensei-lms-course-navigation-module__header .sensei-lms-course-navigation-module__title {
  color: #e0a52d;
  font-weight: 300;
  font-size: 14px;
}
body.single-lesson .sensei-course-theme__sidebar .sensei-lms-course-navigation__modules > li .sensei-lms-course-navigation-module__header .sensei-lms-course-navigation-module__title span {
  transition: 0.22s ease all;
  color: #fff;
}
body.single-lesson .sensei-course-theme__sidebar .sensei-lms-course-navigation__modules > li .sensei-lms-course-navigation-module__header .sensei-lms-course-navigation-module__title:hover {
  color: #2d7182;
  text-decoration: none !important;
}
body.single-lesson .sensei-course-theme__sidebar .sensei-lms-course-navigation__modules > li .sensei-lms-course-navigation-module__header .sensei-lms-course-navigation-module__title:hover span {
  color: #2d7182;
}
body.single-lesson .sensei-course-theme-course-progress,
body.single-lesson .sensei-course-theme-course-progress-bar {
  display: none;
}
body.single-lesson .wp-block-sensei-lms-exit-course {
  text-decoration: none;
}
body.single-lesson .wp-block-sensei-lms-exit-course a {
  border-color: #e0a52d !important;
  color: #fff;
  border-bottom: 0;
  text-decoration: none;
}
body.single-lesson .wp-block-sensei-lms-exit-course a:hover {
  background: transparent;
}

@media (max-width: 767.98px) {
  body.single-lesson .wp-block-sensei-lms-course-title {
    display: none;
  }
}
.woocommerce-MyAccount-navigation > ul {
  margin: 0;
  border: 1px solid #282828;
  border-radius: 10px 3px;
}
.woocommerce-MyAccount-navigation > ul > li {
  display: block;
  border-bottom: 1px solid #282828;
  margin: 0;
}
.woocommerce-MyAccount-navigation > ul > li:last-child {
  border-bottom: 0;
}
.woocommerce-MyAccount-navigation > ul > li:last-child a {
  border-radius: 0 0 10px 3px;
}
.woocommerce-MyAccount-navigation > ul > li:first-child a {
  border-radius: 10px 3px 0 0;
}
.woocommerce-MyAccount-navigation > ul > li.is-active {
  position: relative;
}
.woocommerce-MyAccount-navigation > ul > li.is-active:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -5px;
  width: 10px;
  height: 10px;
  z-index: 2;
  border-radius: 50%;
  background: #2d7182;
}
.woocommerce-MyAccount-navigation > ul > li.is-active a {
  background: #282828;
  color: #e0a52d;
  position: relative;
}
.woocommerce-MyAccount-navigation > ul > li a {
  display: block;
  color: #282828;
  padding: 7px 15px;
  font-weight: 300;
  font-size: 16px;
}
.woocommerce-MyAccount-navigation > ul > li a:hover {
  background: #282828;
  color: #e0a52d;
  text-decoration: none;
}

.woocommerce-MyAccount-content a {
  color: #e0a52d;
  font-weight: 700;
  border-bottom: 1px dashed #e0a52d;
}
.woocommerce-MyAccount-content a:hover {
  color: #2d7182;
  text-decoration: none;
}
.woocommerce-MyAccount-content .u-column1 {
  padding: 0;
  max-width: 100%;
}
.woocommerce-MyAccount-content .shop_table .subscription-auto-renew-toggle {
  border-bottom: 0;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  margin-top: 30px;
}

.page.default > .container > .woocommerce {
  padding: 45px 0;
}

body .woocommerce .buttons .wc-fix {
  margin: 0;
}
body .woocommerce table.shop_table .button, body.single-lesson .woocommerce table.shop_table .wp-block-sensei-lms-exit-course a, body.single-lesson .wp-block-sensei-lms-exit-course .woocommerce table.shop_table a {
  padding: 3px 10px;
  position: relative;
  top: 1px;
}

.woocommerce-checkout .woocommerce #payment {
  background: #fff;
  border: 1px solid #282828;
  border-radius: 4px;
}
.woocommerce-checkout .woocommerce form h3 {
  font-size: 24px;
  font-weight: 300;
}
.woocommerce-checkout .woocommerce form .form-row {
  margin: 0 0 10px;
}
.woocommerce-checkout .woocommerce form .form-row input.input-text,
.woocommerce-checkout .woocommerce form .form-row textarea {
  border-radius: 4px;
}
.woocommerce-checkout .woocommerce form .form-row label {
  font-size: 14px;
  margin-bottom: 3px;
}
.woocommerce-checkout .woocommerce form .form-row .select2-container {
  display: block;
  margin-bottom: 5px;
}
.woocommerce-checkout .woocommerce form .form-row .select2-container--default .select2-selection--single {
  border-color: #282828;
  height: 41px;
}
.woocommerce-checkout .woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 39px;
}
.woocommerce-checkout .woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 3px;
}
.woocommerce-checkout .woocommerce form .form-row#billing_city_field, .woocommerce-checkout .woocommerce form .form-row#billing_address_1_field, .woocommerce-checkout .woocommerce form .form-row#billing_phone_field {
  float: left;
  width: calc(50% - 5px);
}
.woocommerce-checkout .woocommerce form .form-row#billing_state_field, .woocommerce-checkout .woocommerce form .form-row#billing_address_2_field, .woocommerce-checkout .woocommerce form .form-row#billing_email_field {
  float: right;
  width: calc(50% - 5px);
  clear: right;
}
.woocommerce-checkout .woocommerce form .form-row#billing_address_2_field {
  margin-top: 19px;
}
.woocommerce-checkout .woocommerce form .form-row-first,
.woocommerce-checkout .woocommerce form .form-row-last {
  width: calc(50% - 5px);
}
.woocommerce-checkout .woocommerce form.checkout_coupon button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.woocommerce-checkout .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-info {
  background: #fff;
  padding: 10px;
  border: 1px solid #282828;
  border-radius: 10px 3px;
}
.woocommerce-checkout .woocommerce-info::before,
.woocommerce-MyAccount-content .woocommerce-info::before {
  display: none;
}
.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-MyAccount-content .woocommerce-form-login-toggle {
  display: none;
}
.woocommerce-checkout .col2-set,
.woocommerce-MyAccount-content .col2-set {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-MyAccount-content .col2-set .col-1 {
  width: 65%;
  flex: 0 0 65%;
  max-width: 65%;
  padding: 0;
}
.woocommerce-checkout .col2-set .col-2,
.woocommerce-MyAccount-content .col2-set .col-2 {
  width: 35%;
  flex: 0 0 35%;
  max-width: 35%;
  padding: 0 0 0 30px;
}
.woocommerce-checkout .col2-set h3,
.woocommerce-MyAccount-content .col2-set h3 {
  font-size: 24px;
  font-weight: 300;
}
.woocommerce-checkout form .form-row,
.woocommerce-MyAccount-content form .form-row {
  padding: 0;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image,
.woocommerce-MyAccount-content .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
  display: none;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description,
.woocommerce-MyAccount-content .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
  padding-left: 0;
}
.woocommerce-checkout .wc-block-components-button:not(.is-link),
.woocommerce-MyAccount-content .wc-block-components-button:not(.is-link) {
  background: #e0a52d;
  color: #282828;
  border-radius: 10px 3px;
  transition: 0.22s ease all;
}
.woocommerce-checkout .wc-block-components-button:not(.is-link):hover,
.woocommerce-MyAccount-content .wc-block-components-button:not(.is-link):hover {
  background: #2d7182;
  color: #fff;
}
.woocommerce-checkout a,
.woocommerce-MyAccount-content a {
  color: #e0a52d;
  font-weight: 700;
}
.woocommerce-checkout .woocommerce-order-details h2,
.woocommerce-MyAccount-content .woocommerce-order-details h2 {
  margin-bottom: 10px !important;
}
.woocommerce-checkout .woocommerce-order-sensei-courses ul,
.woocommerce-MyAccount-content .woocommerce-order-sensei-courses ul {
  margin-left: 30px;
}
.woocommerce-checkout .silkypress-input-field-block input,
.woocommerce-MyAccount-content .silkypress-input-field-block input {
  border-color: #e0a52d !important;
  border-width: 3px !important;
}
.woocommerce-checkout .silkypress-input-field-block #nonprofit_ein__help,
.woocommerce-MyAccount-content .silkypress-input-field-block #nonprofit_ein__help {
  font-weight: 700;
}
.woocommerce-checkout .is-large .wc-block-checkout__sidebar,
.woocommerce-MyAccount-content .is-large .wc-block-checkout__sidebar {
  top: 145px;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-product-metadata__description,
.woocommerce-MyAccount-content .wc-block-components-order-summary .wc-block-components-product-metadata__description {
  display: none;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block,
.woocommerce-MyAccount-content .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
  background: #e0a52d;
  color: #282828;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-button,
.woocommerce-MyAccount-content .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-button {
  background: #282828;
  color: #fff;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-button:hover,
.woocommerce-MyAccount-content .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-button:hover {
  cursor: pointer;
}
.woocommerce-checkout .wdgk_donation_content,
.woocommerce-MyAccount-content .wdgk_donation_content {
  background: #282828;
  width: 100%;
  border-radius: 10px 3px;
  max-width: 100%;
  margin: 0 0 30px;
  padding: 15px;
}
.woocommerce-checkout .wdgk_donation_content h3,
.woocommerce-MyAccount-content .wdgk_donation_content h3 {
  color: #fff;
}
.woocommerce-checkout .wdgk_donation_content .wdgk_display_option span,
.woocommerce-MyAccount-content .wdgk_donation_content .wdgk_display_option span {
  background: #2d7182;
  border-radius: 10px 0 0 3px;
  color: #fff;
}
.woocommerce-checkout .wdgk_donation_content input.wdgk_donation,
.woocommerce-MyAccount-content .wdgk_donation_content input.wdgk_donation {
  background: #fff;
  border-radius: 0 3px 10px 0;
}
.woocommerce-checkout .wdgk_donation_content a.button.wdgk_add_donation, .woocommerce-checkout .wdgk_donation_content body.single-lesson .wp-block-sensei-lms-exit-course a.wdgk_add_donation, body.single-lesson .wp-block-sensei-lms-exit-course .woocommerce-checkout .wdgk_donation_content a.wdgk_add_donation,
.woocommerce-MyAccount-content .wdgk_donation_content a.button.wdgk_add_donation,
.woocommerce-MyAccount-content .wdgk_donation_content body.single-lesson .wp-block-sensei-lms-exit-course a.wdgk_add_donation,
body.single-lesson .wp-block-sensei-lms-exit-course .woocommerce-MyAccount-content .wdgk_donation_content a.wdgk_add_donation {
  border-radius: 10px 3px;
  font-weight: 400;
  margin: 15px 0 0;
}
.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button,
.woocommerce-MyAccount-content .wc-block-components-checkout-return-to-cart-button {
  display: none;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button,
.woocommerce-MyAccount-content .wc-block-components-checkout-place-order-button {
  width: 100% !important;
}

.woocommerce-order-received .wdgk_donation_content {
  display: none !important;
}

@media (max-width: 991.98px) {
  .woocommerce-checkout .col2-set {
    display: block;
  }
  .woocommerce-checkout .col2-set .col-1 {
    width: 100%;
    max-width: 100%;
  }
  .woocommerce-checkout .col2-set .col-2 {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .woocommerce-checkout .col2-set h3 {
    font-size: 18px;
    font-weight: 300;
  }
}
/** Components **/
.buttons {
  margin: 0 -10px 10px;
}
.buttons .button, .buttons body.single-lesson .wp-block-sensei-lms-exit-course a, body.single-lesson .wp-block-sensei-lms-exit-course .buttons a {
  position: relative;
  margin: 0 10px 20px;
  display: inline-block;
}
.buttons.center {
  text-align: center;
}

body .woocommerce a.button, body.single-lesson .woocommerce .wp-block-sensei-lms-exit-course a, body.single-lesson .wp-block-sensei-lms-exit-course .woocommerce a,
body .woocommerce input[type=submit].button,
body .woocommerce button.button,
body .woocommerce button.button.alt {
  border: 0 !important;
  background-color: #e0a52d;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 21px;
}
body .woocommerce a.button + .button, body.single-lesson .woocommerce .wp-block-sensei-lms-exit-course a + .button, body.single-lesson .wp-block-sensei-lms-exit-course .woocommerce a + .button, body.single-lesson .woocommerce .wp-block-sensei-lms-exit-course a + a, body.single-lesson .wp-block-sensei-lms-exit-course .woocommerce a + a,
body .woocommerce input[type=submit].button + .button,
body.single-lesson .woocommerce .wp-block-sensei-lms-exit-course input[type=submit].button + a,
body.single-lesson .wp-block-sensei-lms-exit-course .woocommerce input[type=submit].button + a,
body .woocommerce button.button + .button,
body.single-lesson .woocommerce .wp-block-sensei-lms-exit-course button.button + a,
body.single-lesson .wp-block-sensei-lms-exit-course .woocommerce button.button + a,
body .woocommerce button.button.alt + .button {
  margin-left: 4px;
}
body .woocommerce a.button:hover, body.single-lesson .woocommerce .wp-block-sensei-lms-exit-course a:hover, body.single-lesson .wp-block-sensei-lms-exit-course .woocommerce a:hover,
body .woocommerce input[type=submit].button:hover,
body .woocommerce button.button:hover,
body .woocommerce button.button.alt:hover {
  background-color: #2d7182;
  color: #fff;
}

.button, body.single-lesson .wp-block-sensei-lms-exit-course a,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input[type=submit].button,
.woocommerce button.button.alt {
  position: relative;
  padding: 10px 20px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 10px 3px 10px 3px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background-color: #e0a52d;
  color: #282828;
}
.button:hover, body.single-lesson .wp-block-sensei-lms-exit-course a:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input[type=submit].button:hover,
.woocommerce button.button.alt:hover {
  text-decoration: none;
  border-color: #e0a52d;
  background: #e0a52d;
  color: #282828;
}
.button.solid.gold, body.single-lesson .wp-block-sensei-lms-exit-course a.solid.gold,
.woocommerce a.button.solid.gold,
.woocommerce button.button.solid.gold,
.woocommerce input[type=submit].button.solid.gold,
.woocommerce button.button.alt.solid.gold {
  background: #e0a52d;
  border-color: #e0a52d;
  color: #282828;
}
.button.solid.gold:hover, body.single-lesson .wp-block-sensei-lms-exit-course a.solid.gold:hover,
.woocommerce a.button.solid.gold:hover,
.woocommerce button.button.solid.gold:hover,
.woocommerce input[type=submit].button.solid.gold:hover,
.woocommerce button.button.alt.solid.gold:hover {
  background: #2d7182;
  border-color: #2d7182;
  color: #fff;
}
.button.solid.teal, body.single-lesson .wp-block-sensei-lms-exit-course a.solid.teal,
.woocommerce a.button.solid.teal,
.woocommerce button.button.solid.teal,
.woocommerce input[type=submit].button.solid.teal,
.woocommerce button.button.alt.solid.teal {
  background: #2d7182;
  border-color: #2d7182;
  color: #fff;
}
.button.solid.teal:hover, body.single-lesson .wp-block-sensei-lms-exit-course a.solid.teal:hover,
.woocommerce a.button.solid.teal:hover,
.woocommerce button.button.solid.teal:hover,
.woocommerce input[type=submit].button.solid.teal:hover,
.woocommerce button.button.alt.solid.teal:hover {
  background: #282828;
  border-color: #282828;
  color: #fff;
}
.button.solid.white, body.single-lesson .wp-block-sensei-lms-exit-course a.solid.white,
.woocommerce a.button.solid.white,
.woocommerce button.button.solid.white,
.woocommerce input[type=submit].button.solid.white,
.woocommerce button.button.alt.solid.white {
  background: #fff;
  border-color: #fff;
  color: #2d7182;
}
.button.solid.white:hover, body.single-lesson .wp-block-sensei-lms-exit-course a.solid.white:hover,
.woocommerce a.button.solid.white:hover,
.woocommerce button.button.solid.white:hover,
.woocommerce input[type=submit].button.solid.white:hover,
.woocommerce button.button.alt.solid.white:hover {
  background: #2d7182;
  border-color: #2d7182;
  color: #fff;
}
.button.solid.black, body.single-lesson .wp-block-sensei-lms-exit-course a.solid.black,
.woocommerce a.button.solid.black,
.woocommerce button.button.solid.black,
.woocommerce input[type=submit].button.solid.black,
.woocommerce button.button.alt.solid.black {
  background: #282828;
  border-color: #282828;
  color: #fff;
}
.button.solid.black:hover, body.single-lesson .wp-block-sensei-lms-exit-course a.solid.black:hover,
.woocommerce a.button.solid.black:hover,
.woocommerce button.button.solid.black:hover,
.woocommerce input[type=submit].button.solid.black:hover,
.woocommerce button.button.alt.solid.black:hover {
  background: #2d7182;
  border-color: #2d7182;
  color: #fff;
}
.button.border, body.single-lesson .wp-block-sensei-lms-exit-course a.border,
.woocommerce a.button.border,
.woocommerce button.button.border,
.woocommerce input[type=submit].button.border,
.woocommerce button.button.alt.border {
  background: transparent;
}
.button.border.gold, body.single-lesson .wp-block-sensei-lms-exit-course a.border.gold,
.woocommerce a.button.border.gold,
.woocommerce button.button.border.gold,
.woocommerce input[type=submit].button.border.gold,
.woocommerce button.button.alt.border.gold {
  border-color: #e0a52d;
  color: #e0a52d;
}
.button.border.gold:hover, body.single-lesson .wp-block-sensei-lms-exit-course a.border.gold:hover,
.woocommerce a.button.border.gold:hover,
.woocommerce button.button.border.gold:hover,
.woocommerce input[type=submit].button.border.gold:hover,
.woocommerce button.button.alt.border.gold:hover {
  background: #e0a52d;
  color: #282828;
}
.button.border.teal, body.single-lesson .wp-block-sensei-lms-exit-course a.border.teal,
.woocommerce a.button.border.teal,
.woocommerce button.button.border.teal,
.woocommerce input[type=submit].button.border.teal,
.woocommerce button.button.alt.border.teal {
  border-color: #2d7182;
  color: #2d7182;
}
.button.border.teal:hover, body.single-lesson .wp-block-sensei-lms-exit-course a.border.teal:hover,
.woocommerce a.button.border.teal:hover,
.woocommerce button.button.border.teal:hover,
.woocommerce input[type=submit].button.border.teal:hover,
.woocommerce button.button.alt.border.teal:hover {
  background: #2d7182;
  color: #fff;
}
.button.border.white, body.single-lesson .wp-block-sensei-lms-exit-course a.border.white,
.woocommerce a.button.border.white,
.woocommerce button.button.border.white,
.woocommerce input[type=submit].button.border.white,
.woocommerce button.button.alt.border.white {
  border-color: #fff;
  color: #fff;
}
.button.border.white:hover, body.single-lesson .wp-block-sensei-lms-exit-course a.border.white:hover,
.woocommerce a.button.border.white:hover,
.woocommerce button.button.border.white:hover,
.woocommerce input[type=submit].button.border.white:hover,
.woocommerce button.button.alt.border.white:hover {
  background: #fff;
  color: #2d7182;
}
.button.border.black, body.single-lesson .wp-block-sensei-lms-exit-course a.border.black,
.woocommerce a.button.border.black,
.woocommerce button.button.border.black,
.woocommerce input[type=submit].button.border.black,
.woocommerce button.button.alt.border.black {
  border-color: #282828;
  color: #282828;
}
.button.border.black:hover, body.single-lesson .wp-block-sensei-lms-exit-course a.border.black:hover,
.woocommerce a.button.border.black:hover,
.woocommerce button.button.border.black:hover,
.woocommerce input[type=submit].button.border.black:hover,
.woocommerce button.button.alt.border.black:hover {
  background: #282828;
  color: #fff;
}
.button.small, body.single-lesson .wp-block-sensei-lms-exit-course a.small,
.woocommerce a.button.small,
.woocommerce button.button.small,
.woocommerce input[type=submit].button.small,
.woocommerce button.button.alt.small {
  font-size: 14px;
  line-height: 21px;
  padding: 5px 10px;
}
.button.large, body.single-lesson .wp-block-sensei-lms-exit-course a.large,
.woocommerce a.button.large,
.woocommerce button.button.large,
.woocommerce input[type=submit].button.large,
.woocommerce button.button.alt.large {
  font-size: 18px;
  line-height: 32px;
  padding: 13px 26px;
}

@media (max-width: 767.98px) {
  .button, body.single-lesson .wp-block-sensei-lms-exit-course a {
    font-size: 14px;
    padding: 6px 16px;
  }
  .button.small, body.single-lesson .wp-block-sensei-lms-exit-course a.small {
    font-size: 12px;
    padding: 4px 12px;
  }
  .button.large, body.single-lesson .wp-block-sensei-lms-exit-course a.large {
    font-size: 16px;
    line-height: 27px;
    padding: 10px 20px;
  }
}
@media (max-width: 575.98px) {
  .buttons {
    margin-bottom: 20px;
  }
  .buttons .button, .buttons body.single-lesson .wp-block-sensei-lms-exit-course a, body.single-lesson .wp-block-sensei-lms-exit-course .buttons a {
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body.modal-open {
  overflow: hidden;
}

.saos-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}
.saos-modal .saos-video {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  align-items: center;
  max-width: 650px;
  margin: 0 auto;
}
.saos-modal .saos-video .video-container {
  width: 100%;
  border: 2px solid #e0a52d;
  border-radius: 10px 3px;
}
.saos-modal .saos-close-modal {
  z-index: 20;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  align-items: center;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.saos-modal .saos-close-modal:hover {
  text-decoration: none;
  color: #e0a52d;
}
.saos-modal .saos-close-modal svg {
  font-size: 28px;
  margin-left: 10px;
}
.saos-modal.saos-pricing {
  display: none;
}
.saos-modal .saos-pricing-wrapper {
  background: #fff;
  border-radius: 10px 3px;
  max-width: 600px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.saos-modal .saos-pricing-wrapper .saos-step-one {
  padding: 15px;
  text-align: center;
}
.saos-modal .saos-pricing-wrapper .saos-step-one h3 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 300;
}
.saos-modal .saos-pricing-wrapper .saos-step-one .buttons {
  margin: 0;
}
.saos-modal .saos-pricing-wrapper .saos-step-one .buttons .button, .saos-modal .saos-pricing-wrapper .saos-step-one .buttons body.single-lesson .wp-block-sensei-lms-exit-course a, body.single-lesson .wp-block-sensei-lms-exit-course .saos-modal .saos-pricing-wrapper .saos-step-one .buttons a {
  color: #282828;
  display: block;
  margin: 0 0 5px;
  border: 0;
}
.saos-modal .saos-pricing-wrapper .saos-step-one .buttons .button:hover, .saos-modal .saos-pricing-wrapper .saos-step-one .buttons body.single-lesson .wp-block-sensei-lms-exit-course a:hover, body.single-lesson .wp-block-sensei-lms-exit-course .saos-modal .saos-pricing-wrapper .saos-step-one .buttons a:hover {
  background: #2d7182;
  color: #fff;
}
.saos-modal .saos-pricing-wrapper .saos-step-one .buttons .button:last-child, .saos-modal .saos-pricing-wrapper .saos-step-one .buttons body.single-lesson .wp-block-sensei-lms-exit-course a:last-child, body.single-lesson .wp-block-sensei-lms-exit-course .saos-modal .saos-pricing-wrapper .saos-step-one .buttons a:last-child {
  margin-bottom: 0;
}
.saos-modal .saos-pricing-wrapper .saos-price-panel {
  display: none;
}
.saos-modal .saos-pricing-wrapper .saos-price-panel p.product.add_to_cart_inline {
  position: absolute;
  font-size: 18px;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 10;
  text-align: center;
  transform: translate(0, 50%);
  border: 0 !important;
  padding: 0 !important;
}
.saos-modal .saos-pricing-wrapper .saos-price-panel p.product.add_to_cart_inline .button, .saos-modal .saos-pricing-wrapper .saos-price-panel p.product.add_to_cart_inline body.single-lesson .wp-block-sensei-lms-exit-course a, body.single-lesson .wp-block-sensei-lms-exit-course .saos-modal .saos-pricing-wrapper .saos-price-panel p.product.add_to_cart_inline a {
  display: block;
  border: 0;
  margin: 0;
  color: #282828;
}
.saos-modal .saos-pricing-wrapper .saos-price-panel p.product.add_to_cart_inline .button:hover, .saos-modal .saos-pricing-wrapper .saos-price-panel p.product.add_to_cart_inline body.single-lesson .wp-block-sensei-lms-exit-course a:hover, body.single-lesson .wp-block-sensei-lms-exit-course .saos-modal .saos-pricing-wrapper .saos-price-panel p.product.add_to_cart_inline a:hover {
  background: #2d7182;
  color: #fff;
}
.saos-modal .saos-pricing-wrapper .saos-price-panel p.product.add_to_cart_inline .woocommerce-Price-amount,
.saos-modal .saos-pricing-wrapper .saos-price-panel p.product.add_to_cart_inline .subscription-details {
  font-weight: 700;
}
.saos-modal .saos-pricing-wrapper .saos-price-panel h3 {
  border-radius: 10px 3px 0 0;
  background: #282828;
  color: #e0a52d;
  padding: 15px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
}
.saos-modal .saos-pricing-wrapper .saos-price-panel ul {
  margin: 0;
  padding: 0 0 35px;
}
.saos-modal .saos-pricing-wrapper .saos-price-panel ul li {
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.saos-modal .saos-pricing-wrapper .saos-price-panel ul li:last-child {
  border-bottom: 0;
}
.saos-modal .saos-pricing-wrapper .saos-price-panel ul li .price-header {
  display: block;
  position: relative;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.saos-modal .saos-pricing-wrapper .saos-price-panel ul li .price-header .price-icon {
  height: 40px;
  width: 40px;
  display: flex;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #e0a52d;
  color: #282828;
  font-size: 22px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  border-radius: 6px 3px;
}
.saos-modal .saos-pricing-wrapper .saos-price-panel ul li .price-header .price-feature {
  padding-left: 50px;
  font-family: "Merriweather", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1;
}
.saos-modal .saos-pricing-wrapper .saos-price-panel ul li .price-description {
  display: block;
  padding-left: 50px;
  font-size: 13px;
  line-height: 17px;
}
.saos-modal .saos-pricing-wrapper .saos-price-panel {
  display: none;
}
.saos-modal.saos-alert .saos-alert-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.saos-modal.saos-alert .saos-alert-content {
  background: #fff;
  border-radius: 10px 3px;
  overflow: hidden;
  max-width: 300px;
}
.saos-modal.saos-alert .saos-alert-content h3 {
  background: #2d7182;
  color: #fff;
  padding: 10px;
  font-weight: 300;
  margin: 0;
}
.saos-modal.saos-alert .saos-alert-content p {
  padding: 10px;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}
.saos-modal.saos-alert .saos-alert-content .saos-alert-buttons {
  display: flex;
  border-top: 1px solid #d3cdc0;
  justify-content: space-between;
}
.saos-modal.saos-alert .saos-alert-content .saos-alert-buttons a {
  font-size: 14px;
  font-weight: 700;
  display: block;
  width: 50%;
  text-align: center;
  padding: 10px;
  color: #2d7182;
}
.saos-modal.saos-alert .saos-alert-content .saos-alert-buttons a:hover {
  background: #2d7182;
  color: #fff;
  text-decoration: none;
}
.saos-modal.saos-alert .saos-alert-content .saos-alert-buttons a.highlight {
  background: #e0a52d;
  color: #282828;
}
.saos-modal.saos-alert .saos-alert-content .saos-alert-buttons a.highlight:hover {
  background: #282828;
  color: #e0a52d;
}

@media screen and (max-width: 741px) {
  .saos-modal .saos-pricing-wrapper {
    max-width: calc(100% - 20px);
    margin: 0 auto;
  }
  .saos-modal .saos-pricing-wrapper .saos-price-panel h3 {
    margin: 0;
    font-size: 18px;
    padding: 10px;
  }
  .saos-modal .saos-pricing-wrapper .saos-price-panel ul li {
    padding: 8px;
  }
  .saos-modal .saos-pricing-wrapper .saos-price-panel ul li .price-header {
    min-height: 26px;
    margin: 0 0 4px;
  }
  .saos-modal .saos-pricing-wrapper .saos-price-panel ul li .price-header .price-icon {
    height: 26px;
    width: 26px;
    font-size: 16px;
  }
  .saos-modal .saos-pricing-wrapper .saos-price-panel ul li .price-header .price-feature {
    padding-left: 34px;
    font-size: 16px;
  }
  .saos-modal .saos-pricing-wrapper .saos-price-panel ul li .price-description {
    padding-left: 34px;
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-height: 500px) {
  .saos-modal .saos-pricing-wrapper .saos-price-panel ul li .price-description {
    display: none;
  }
}
.gfield--type-captcha {
  display: none !important;
}

.page.cms .form {
  margin: 0 0 30px;
}
.page.cms .form input[type=submit] {
  background-color: #e0a52d !important;
  color: #282828 !important;
}
.page.cms .form input[type=submit]:hover {
  background-color: #2d7182 !important;
  color: #fff !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border: 1px solid #282828;
  border-radius: 10px 3px;
  padding: 10px;
}
.woocommerce form .form-row label {
  line-height: 1.1;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 1px solid #282828;
  padding: 15px;
  border-radius: 10px 3px;
}
.woocommerce .lost_reset_password {
  max-width: 600px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 15px;
  border: 1px solid #282828;
  border-radius: 10px 3px;
}
.woocommerce .woocommerce-form-login {
  max-width: 600px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  position: relative;
  top: 2px;
}
.woocommerce .woocommerce-form-login .lost_password {
  margin: 10px 0 0;
}
.woocommerce .woocommerce-form-login .lost_password a {
  color: #2d7182;
  font-size: 12px;
}
.woocommerce .woocommerce-form-login .lost_password a:hover {
  color: #282828;
}

/** CMS **/
.col-md-4:nth-child(2) .card {
  background-image: url("../img/card-2.jpg");
}

.col-md-4:nth-child(3) .card {
  background-image: url("../img/card-3.jpg");
}

.card {
  position: relative;
  background: #fff;
  padding: 30px;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s all ease-in-out;
  border-bottom: 10px solid #007bff;
  background-image: url("../img/card-1.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-top: 10px solid #fff;
  overflow: hidden;
}
.card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #282828;
  opacity: 0.5;
  z-index: 10;
  transition: 0.22s ease all;
}
.card > * {
  position: relative;
  z-index: 15;
}
.card .panel-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.card h4 {
  color: #fff;
}
.card p {
  position: relative;
  left: -120%;
  color: #fff;
}
.card h4,
.card p,
.card span {
  transition: 0.22s all ease-in-out;
}
.card .next {
  text-align: right;
}
.card .next span {
  color: #fff;
  font-family: "Merriweather", sans-serif;
  font-weight: 900;
  padding-right: 10px;
}
.card .next svg {
  color: #fff;
  font-size: 30px;
  transition: 0.22s ease all;
  transform: rotate(0deg);
  position: relative;
  top: 5px;
}
.card:hover {
  border-bottom-color: #28a745;
  background-size: 120%;
}
.card:hover::before {
  opacity: 0.3;
}
.card:hover h4,
.card:hover p {
  color: #fff;
}
.card:hover p {
  left: 0;
}
.card:hover .next svg {
  transform: rotate(180deg);
}
.card.excerpt {
  background: #007bff;
  border-bottom-color: #28a745;
  margin-bottom: 30px;
}
.card.excerpt::before {
  display: none;
}
.card.excerpt h4,
.card.excerpt p {
  color: #fff;
}
.card.excerpt .next span {
  color: #007bff;
}
.card.excerpt .next svg {
  color: #fff;
}
.card.excerpt p {
  left: 0;
}
.card.excerpt p.date {
  margin-bottom: 0;
  font-family: "Merriweather", sans-serif;
  font-weight: 900;
}
.card.excerpt:hover {
  background: #28a745;
}
.card.excerpt:hover .next span {
  color: #fff;
}

@media (max-width: 1199.98px) {
  .card {
    min-height: 400px;
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  .card {
    min-height: 0;
    max-width: 460px;
    margin: 0 auto 30px;
  }
}
.cta-bar {
  background-color: #282828;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 80px 0;
  margin: 80px 0;
}
.cta-bar .buttons {
  margin-bottom: 0;
}
.cta-bar .buttons .button, .cta-bar .buttons body.single-lesson .wp-block-sensei-lms-exit-course a, body.single-lesson .wp-block-sensei-lms-exit-course .cta-bar .buttons a {
  margin-bottom: 0;
}
.cta-bar h3 {
  font-size: 24px;
  font-weight: 300;
}
.cta-bar p {
  color: #fff;
  font-weight: 300;
}
.cta-bar.black {
  background-color: #282828;
}
.cta-bar.teal {
  background-color: #2d7182;
}
.cta-bar.orange {
  background-color: #e0a52d;
}
.cta-bar.orange h3,
.cta-bar.orange p {
  color: #282828;
}
.cta-bar.no-margin {
  margin: 0;
}
.cta-bar.custom {
  position: relative;
}
.cta-bar.custom > * {
  position: relative;
  z-index: 20;
}
.cta-bar.custom::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
}

.text-styles ul,
.text-styles ol {
  margin-left: 30px;
}
.text-styles li {
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}
.text-styles blockquote {
  margin-left: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border-left: 10px solid #e0a52d;
  background: #282828;
  border-radius: 10px 3px;
}
.text-styles blockquote > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.text-styles blockquote p,
.text-styles blockquote li {
  color: #fff;
}
.text-styles a {
  color: #e0a52d;
  font-weight: 700;
  border-bottom: 1px dashed #e0a52d;
}
.text-styles a:hover {
  color: #2d7182;
  text-decoration: none;
}
.text-styles h1,
.text-styles h2,
.text-styles h3,
.text-styles h4,
.text-styles h5,
.text-styles h6 {
  line-height: 1.2;
  margin: 0 0 15px;
}
.text-styles h1 {
  font-size: 38px;
}
.text-styles h2 {
  font-size: 32px;
}
.text-styles h3 {
  font-size: 26px;
}
.text-styles h4 {
  font-size: 22px;
}
.text-styles h5 {
  font-size: 20px;
}
.text-styles h6 {
  font-size: 18px;
}

.alignright,
.alignleft {
  position: relative;
  top: 5px;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter,
.alignnone {
  display: block;
  margin: 0 auto 30px;
}

.wp-caption-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.1;
  padding: 5px 0;
}

.page.cms {
  padding: 45px 0;
}

.large-image,
.large-video {
  margin: 0 0 50px;
}
.large-image .image-wrapper,
.large-video .image-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.large-image .image-wrapper .image,
.large-video .image-wrapper .image {
  width: 100%;
}
.large-image .image-wrapper .image img,
.large-image .image-wrapper .image .video-container,
.large-video .image-wrapper .image img,
.large-video .image-wrapper .image .video-container {
  margin: 0 auto;
  border-radius: 10px 3px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.large-image.has-caption .image-wrapper .image,
.large-video.has-caption .image-wrapper .image {
  width: 70%;
}
.large-image.has-caption .image-wrapper .caption,
.large-video.has-caption .image-wrapper .caption {
  width: 30%;
}
.large-image.has-caption .image-wrapper .caption p,
.large-video.has-caption .image-wrapper .caption p {
  background: #282828;
  margin-top: 50px;
  color: #fff;
  margin-bottom: 0;
  padding: 20px;
}
.large-image.right .image,
.large-video.right .image {
  order: 2;
}
.large-image.right .caption,
.large-video.right .caption {
  order: 1;
}

@media (max-width: 991.98px) {
  .large-image.right .image,
  .large-video.right .image {
    order: 1;
  }
  .large-image.right .caption,
  .large-video.right .caption {
    order: 2;
  }
  .large-image.has-caption .image-wrapper .image,
  .large-video.has-caption .image-wrapper .image {
    width: 100%;
  }
  .large-image.has-caption .image-wrapper .caption,
  .large-video.has-caption .image-wrapper .caption {
    width: 100%;
  }
  .large-image.has-caption .image-wrapper .caption p,
  .large-video.has-caption .image-wrapper .caption p {
    margin-top: 15px;
  }
}
.photo-gallery {
  margin: 0 auto 30px;
}
.photo-gallery .slider-for {
  margin-bottom: 30px;
}
.photo-gallery .slider-for .image-wrapper img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 10px 3px;
}
.photo-gallery .slider-nav .slick-track .image-wrapper {
  padding: 15px;
}
.photo-gallery .slider-nav .slick-track img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px 3px;
}
.photo-gallery .slider-nav .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.photo-gallery .slick-next::before,
.photo-gallery .slick-prev::before {
  color: #e0a52d;
}

.columns .column {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px;
}
.columns .column .icon-wrapper {
  font-size: 60px;
  color: #e0a52d;
}
.columns .column .image-wrapper {
  margin: 0 0 30px;
}
.columns .column .image-wrapper img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px 3px;
}
.columns .column hgroup {
  text-align: left;
  margin: 0 0 15px;
}
.columns .column hgroup h3,
.columns .column hgroup h4 {
  font-weight: 300;
}
.columns .column hgroup h3 {
  margin: 0 0 5px;
  font-size: 24px;
}
.columns .column hgroup h4 {
  font-size: 18px;
  color: #e0a52d;
}
.columns .buttons {
  margin-bottom: 0;
}
.columns .buttons .button, .columns .buttons body.single-lesson .wp-block-sensei-lms-exit-course a, body.single-lesson .wp-block-sensei-lms-exit-course .columns .buttons a {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .columns .column .image-wrapper {
    margin-bottom: 15px;
  }
  .columns .column hgroup {
    margin-bottom: 15px;
  }
  .columns .column hgroup h3 {
    font-size: 26px;
  }
}
.shareable {
  text-align: center;
  margin: 50px 0;
  padding: 50px;
  border-top: 1px solid #ddd;
}

.bullets {
  margin: 0 0 30px;
}
.bullets .faq {
  border-bottom: 2px solid #282828;
}
.bullets .faq:first-child .question .expander {
  border-top: 2px solid #282828;
}
.bullets .faq .question {
  position: relative;
  padding: 15px;
}
.bullets .faq .question:hover {
  cursor: pointer;
}
.bullets .faq .question:hover .expander {
  background: #282828;
  color: #fff;
}
.bullets .faq .question h4 {
  font-weight: 300;
  font-size: 21px;
  line-height: 1.2;
  margin: 0;
  padding-left: 50px;
}
.bullets .faq .question .expander {
  display: flex;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border: 2px solid #282828;
  color: #282828;
}
.bullets .faq .question .expander:hover {
  background: #282828;
  color: #fff;
}
.bullets .faq .question .expander .collapse {
  display: none;
}
.bullets .faq .question .expander.expanded .expand {
  display: none;
}
.bullets .faq .question .expander.expanded .collapse {
  display: block;
}
.bullets .faq .answer {
  display: none;
  padding-top: 30px;
}
.bullets .faq .answer p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  font-family: "Merriweather Sans", sans-serif;
  margin: 0 0 15px;
}

.faq ul,
.faq ol {
  margin-left: 30px;
}

/** Pages **/
.home {
  position: relative;
}
.home .topics {
  position: relative;
  background: url("../img/topics-demo-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 45px 30px 30px;
  margin: -100px 0 50px;
  border-radius: 10px 3px 10px 3px;
  overflow: hidden;
}
.home .topics::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.85;
  background: #e0a52d;
  z-index: 10;
}
.home .topics > * {
  position: relative;
  z-index: 20;
}
.home .topics h3 {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 15px;
  font-weight: 300;
}
.home .topics ul {
  list-style: none;
}
.home .topics ul li {
  list-style: none;
  padding: 15px 0;
  position: relative;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
}
.home .topics ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
}
.home .topics ul li:last-child {
  padding-bottom: 0;
}
.home .topics ul li:last-child::after {
  display: none;
}
.home .testimonials {
  margin-top: 50px;
  margin-bottom: 50px;
}
.home .testimonials .testimonial {
  padding: 10px 0 10px 10px;
}
.home .testimonials .testimonial .row {
  align-items: center;
}
.home .testimonials .testimonial p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0 0 15px;
}
.home .testimonials .testimonial .attr {
  display: block;
  font-size: 12px;
  line-height: 1.2;
}
.home .testimonials .testimonial .attr strong {
  display: block;
  margin: 0 0 5px;
  color: #2d7182;
}
.home .testimonials .slick-dots {
  bottom: -40px;
}
.home .testimonials .testimonial-slide {
  position: relative;
}
.home .testimonials .testimonial-image {
  position: relative;
  z-index: 1;
  width: 35%;
  border-radius: 10px 3px;
}
.home .testimonials .testimonial-column {
  position: absolute;
  top: 50%;
  left: 30%;
  width: 70%;
  z-index: 5;
  transform: translate(0, -50%);
  background: #2d7182;
  border-radius: 10px 3px 10px 3px;
  padding: 15px;
}
.home .testimonials .testimonial-column h4,
.home .testimonials .testimonial-column h5,
.home .testimonials .testimonial-column p {
  color: #fff;
}
.home .testimonials .testimonial-column p {
  font-size: 16px;
  line-height: 26px;
  font-family: "Merriweather", sans-serif;
  font-weight: 300;
}
.home .testimonials .testimonial-column h4 {
  font-weight: 300;
  font-family: "Merriweather Sans", sans-serif;
  color: #e0a52d;
  margin: 0 0 2px;
}
.home .testimonials .testimonial-column h5 {
  color: #fff;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
  font-size: 12px;
}
.home .testimonials .testimonial-column > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.home .trailer .video-container iframe {
  border-radius: 10px 3px 10px 3px;
  border: 5px solid #e0a52d;
  background: #282828;
}
.home .guide-content .guide-content-section {
  text-align: center;
  height: 100%;
  display: grid;
}
.home .guide-content .guide-content-section p {
  font-size: 13px;
}
.home .guide-content .guide-content-section h4 {
  color: #2d7182;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 15px;
}
.home .guide-content .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  margin: 0 auto 30px;
  font-size: 50px;
  border: 2px solid #282828;
  border-radius: 10px 3px 10px 3px;
}
.home .guide-content .icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  background: #e0a52d;
  width: 100px;
  height: 100px;
  border-radius: 10px 3px 10px 3px;
  z-index: -1;
}
.home .guide-content .icon > * {
  position: relative;
  z-index: 20;
}
.home .guide-content .buttons {
  align-self: flex-end;
}
.home .trust {
  margin: 40px 0 0;
  padding: 30px 0 60px;
  background: url("../img/trust-demo-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.home .trust::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #2d7182;
  opacity: 0.8;
}
.home .trust > * {
  position: relative;
  z-index: 20;
}
.home .trust h2 {
  text-align: center;
  color: #fff;
  font-size: 42px;
  font-weight: 300;
  margin: 0 0 30px;
}
.home .trust .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.home .trust .slick-track {
  display: flex;
  align-items: center;
}
.home .trust .slick-dots {
  bottom: -50px;
}
.home .faqs {
  padding: 60px 0;
}
.home .faqs .faq {
  border-bottom: 2px solid #282828;
}
.home .faqs .faq:first-child .question .expander {
  border-top: 2px solid #282828;
}
.home .faqs .faq .question {
  position: relative;
  padding: 15px;
}
.home .faqs .faq .question:hover {
  cursor: pointer;
}
.home .faqs .faq .question:hover .expander {
  background: #282828;
  color: #fff;
}
.home .faqs .faq .question h4 {
  font-weight: 300;
  font-size: 21px;
  line-height: 1.2;
  margin: 0;
  padding-left: 50px;
}
.home .faqs .faq .question .expander {
  display: flex;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border: 2px solid #282828;
  color: #282828;
}
.home .faqs .faq .question .expander:hover {
  background: #282828;
  color: #fff;
}
.home .faqs .faq .question .expander .collapse {
  display: none;
}
.home .faqs .faq .question .expander.expanded .expand {
  display: none;
}
.home .faqs .faq .question .expander.expanded .collapse {
  display: block;
}
.home .faqs .faq .answer {
  display: none;
  padding-top: 30px;
}
.home .faqs .faq .answer p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  font-family: "Merriweather Sans", sans-serif;
  margin: 0 0 15px;
}

@media (max-width: 991.98px) {
  .home .topics {
    margin-top: 60px;
  }
  .home .testimonials .testimonial-column p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .home .topics {
    margin-top: 30px;
  }
  .home .topics ul {
    margin-bottom: 0;
  }
  .home .topics ul li:last-child {
    padding-bottom: 15px;
  }
  .home .topics ul li:last-child::after {
    display: block;
  }
  .home .testimonials {
    margin-bottom: 0;
  }
  .home .testimonials .testimonial-column {
    margin-bottom: 30px;
    position: relative;
    top: auto;
    left: auto;
    width: 90%;
    margin-top: -100px;
    margin-left: 5%;
    transform: translate(0, 0);
  }
  .home .testimonials .testimonial-image {
    width: 100%;
  }
  .home .guide-content-section {
    margin-bottom: 30px;
  }
  .home .trust h2 {
    font-size: 28px;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
