@charset "UTF-8";
/*
Theme Name: Salt University
Theme URI: http://www.github.com/thatmitchcanter/monochromatic
Author: Mitch Canter
Author URI: http://www.mitchcanter.com
Description: A WordPress theme used as the foundation for greatness! Built with NPM, Gulp, BrowserSync, Gulp Sass, Bourbon, and Neat.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: monochromatic
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,900&display=swap");
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* 
 * Poppins
 */
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton 
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 500;
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: "Poppins", Arial, Helvetica, sans-serif; }

h1 {
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: -.1rem; }
  h1 span {
    font-size: 6rem !important; }

h2 {
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h3 {
  font-size: 2.8rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem; }
  h2 {
    font-size: 4.2rem; }
  h3 {
    font-size: 3.6rem; }
  h4 {
    font-size: 3.0rem; }
  h5 {
    font-size: 2.4rem; }
  h6 {
    font-size: 1.5rem; } }

p {
  margin-top: 0; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #f89939;
  transition: .1s all ease; }
  a:hover {
    color: #56abdf; }

/* Buttons 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.btn {
  background-color: #f89939;
  border-radius: 0px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  border: 0px solid #bbb;
  letter-spacing: .1rem;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  padding: 1rem 1.5rem;
  margin: 0 1rem;
  display: inline-block;
  box-sizing: border-box; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
.btn:hover,
.btn:focus {
  background: black;
  border-color: #888;
  color: white;
  outline: 0; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  border-color: #33C3F0;
  background-color: #33C3F0; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  background-color: #1EAEDB;
  border-color: #1EAEDB;
  color: #FFF; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="search"],
input[type="text"],
input[type="password"],
textarea,
select {
  border: 1px solid #D1D1D1;
  height: 36px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  border-radius: 4px;
  box-shadow: none;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  background: #fff; }

/* Removes awkard default styles on some inputs */
input[type="email"],
input[type="search"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  font-weight: 600;
  margin-bottom: .5rem; }

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

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  font-weight: normal;
  margin-left: .5rem; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  margin-top: 0;
  padding-left: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  white-space: nowrap; }

pre {
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */ }
  pre code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
form,
dl,
figure,
table,
p,
ul,
ol,
form,
address {
  margin-bottom: 2rem;
  line-height: 150%; }

p {
  margin-top: 0; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* #WordPress Styles
================================================== */
/*===Header Styles===*/
.site-title {
  margin-top: 2rem;
  line-height: initial;
  margin-bottom: .5rem; }

.site-description {
  margin-bottom: .25rem; }

a.logo {
  text-decoration: none; }
  a.logo h5 {
    font-style: italic; }

/*===Menu Styles===*/
.menu {
  margin: 0 !important;
  padding: 0;
  list-style: none;
  position: relative; }
  .menu li {
    display: block;
    float: left; }
  .menu a {
    padding: 12px;
    text-decoration: none;
    display: block; }
    .menu a:hover {
      background: black;
      color: white; }

.navigation {
  height: 46px !important;
  margin-bottom: 2rem; }
  .navigation .menu ul {
    background: grey;
    z-index: 9999;
    width: 100%;
    position: absolute;
    max-width: 16rem;
    left: -999em;
    margin: 0;
    padding: 0px !important; }
    .navigation .menu ul li {
      display: block;
      margin: 0px;
      width: 100%; }
      .navigation .menu ul li a {
        display: block;
        width: 100%;
        color: white; }
      .navigation .menu ul li:hover ul {
        left: auto; }
  .navigation .menu li:hover ul {
    left: auto; }

/*===Post Styles===*/
a.title-link {
  text-decoration: none; }

.alignleft {
  margin-right: 10px;
  float: left; }

.alignright {
  margin-left: 10px;
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

code, pre {
  font-family: Courier New, Courier, Monospaced; }

.post {
  margin: 0 0 5rem; }
  .post section.post-meta p {
    margin: 0; }
  .post:last-child {
    margin: 0; }

img {
  max-width: 100%;
  height: auto; }
  img.attachment-blog-thumbnail {
    float: left;
    margin-right: 10px;
    padding: 10px;
    border: 1px solid black; }

/*===Sidebar Styles===*/
#sidebar .widget,
#footer_widgets .widget {
  list-style: none; }
  #sidebar .widget h4.widgettitle,
  #footer_widgets .widget h4.widgettitle {
    font-weight: normal;
    margin-bottom: 1rem; }
  #sidebar .widget ul,
  #footer_widgets .widget ul {
    margin: 1.5rem 0;
    font-size: 1.5rem;
    line-height: 125%; }

#sidebar .widget {
  margin-bottom: 3rem; }

/*===Captions===*/
.wp-caption {
  color: #767676;
  max-width: 100%;
  margin-bottom: 2rem; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0; }

.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0; }

div.wp-caption .wp-caption-text {
  padding-right: 10px; }
  div.wp-caption .wp-caption-text.alignright img[class*="wp-image-"], div.wp-caption .wp-caption-text.alignright .wp-caption-text {
    padding-left: 10px;
    padding-right: 0; }

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%; }

/*===Comments Styles===*/
#comments {
  margin-top: 5rem; }
  #comments ul.commentlist {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-indent: 0; }
    #comments ul.commentlist li.comment {
      border-bottom: 1px solid #ddd;
      padding: 1em; }
      #comments ul.commentlist li.comment div.vcard {
        font-weight: 14px; }
        #comments ul.commentlist li.comment div.vcard img.avatar {
          border: 5px solid #ccc;
          float: right;
          margin: 0 0 20px 20px; }
      #comments ul.commentlist li.comment div.comment-meta {
        font-size: 11px; }
      #comments ul.commentlist li.comment p {
        font-size: 12px; }
      #comments ul.commentlist li.comment ul {
        font-size: 12px;
        list-style: none;
        margin: 0 0 0 20px; }
      #comments ul.commentlist li.comment div.reply {
        font-size: 11px; }
        #comments ul.commentlist li.comment div.reply a {
          font-weight: bold; }
      #comments ul.commentlist li.comment ul.children {
        list-style: none;
        margin: 12px;
        text-indent: 0; }
        #comments ul.commentlist li.comment ul.children li.depth-2 {
          border-left: 5px solid #ccc;
          margin: 0 0 10px 10px; }
        #comments ul.commentlist li.comment ul.children li.depth-3 {
          border-left: 5px solid #bbb;
          margin: 0 0 10px 10px; }
        #comments ul.commentlist li.comment ul.children li.depth-4 {
          border-left: 5px solid #aaa;
          margin: 0 0 10px 10px; }
    #comments ul.commentlist li.even {
      background: #fff; }
    #comments ul.commentlist li.odd {
      background: #f6f6f6; }
    #comments ul.commentlist li.parent {
      border-left: 5px solid #ddd; }

/*===Pagination Styles===*/
#pagination {
  text-align: center;
  margin: 0 0 5rem; }
  #pagination span {
    border: 1px solid #aaa;
    padding: .2rem .6rem;
    margin: 0 0.3rem; }
    #pagination span.current {
      background: #222;
      color: white;
      border-color: #222; }
  #pagination a:not(.next):not(.prev) {
    border: 1px solid #aaa;
    padding: .2rem .6rem;
    margin: 0 0.3rem; }
  #pagination a.next,
  #pagination a.prev {
    margin: 0 0.3rem; }

#content {
  padding: 4rem 0 5rem; }

/* Customizer */
#pricing .fl-pricing-table-features li {
  text-align: center; }

.post-7822 p.price {
  display: none; }

.class-info {
  margin-bottom: 2rem; }

/* Pricing Table Styles */
.fl-pricing-table-inner-wrap {
  background: #ffffff;
  border: 1px solid white !important; }

h2.fl-pricing-table-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 3.6rem !important; }

.fl-builder-content .fl-node-5d9b4df259a3f .fl-pricing-table .fl-pricing-table-price {
  color: #ffffff;
  padding: 20px 0 10px; }

.fl-builder-content .fl-node-5d9b4df259a3f .fl-pricing-table .fl-pricing-table-column-0 .fl-pricing-table-price {
  background: url(https://saltuniversity.local/wp-content/uploads/2019/10/blue-bg@2x-1.png);
  background-size: cover !important; }

.fl-builder-content .fl-node-5d9b4df259a3f .fl-pricing-table .fl-pricing-table-column-1 .fl-pricing-table-price {
  background: url(https://saltuniversity.local/wp-content/uploads/2019/10/purple-bg@2x-1.png);
  background-size: cover !important; }

.fl-builder-content .fl-node-5d9b4df259a3f .fl-pricing-table .fl-pricing-table-column-2 .fl-pricing-table-price {
  background: url(https://saltuniversity.local/wp-content/uploads/2019/10/pink-bg@2x-1.png);
  background-size: cover !important; }

.video-module #listings article h2 a {
  font-size: 1.8rem;
  line-height: 100% !important;
  font-weight: 600;
  -webkit-font-smoothing: subpixel-antialiased;
  letter-spacing: -1px; }

button[type="submit"] {
  color: white !important;
  text-decoration: none;
  padding: 1rem 1.5rem !important;
  margin: 2rem 0 1rem 0 !important;
  display: inline-block;
  border-radius: 0px !important;
  font-weight: normal !important;
  background: #923695 !important;
  transition: .2s all ease;
  font-size: 1.6rem; }

#about_saltu > .fl-row-content-wrap {
  background-position: 85vh center !important; }

button[type="submit"]:hover {
  background: black !important; }

article.type-videos .entry a,
aside.meta a {
  color: #f89939; }

.product .product_meta {
  display: none; }

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block; }

.woocommerce-form-login-toggle .woocommerce-info {
  font-size: 2.2rem !important; }

#about_saltu .fl-rich-text {
  padding: 2rem; }

#hero h2 {
  max-width: 380px;
  margin: 0 auto 2rem;
  font-size: 6.25rem;
  font-weight: 900;
  color: white; }

.fl-node-5d9b37b593c25 {
  width: 750px !important; }

@media SCREEN and (max-width: 1080px) {
  .page h1 > span {
    font-size: 3rem !important;
    text-align: center;
    display: block; }
  .fl-builder-content .fl-node-5d9b4df259a3f .fl-pricing-table .fl-pricing-table-price {
    color: #ffffff;
    padding: 16px 0 10px !important;
    max-width: 320px;
    margin: 0 auto; }
  #about_saltu > .fl-row-content-wrap {
    background-position: 450px 100% !important; }
  .page h6 > span {
    text-align: center !important;
    display: block; } }

@media SCREEN and (max-width: 767px) {
  #hero .fl-row-content-wrap {
    background: none !important; }
  .fl-builder-content .fl-node-5d9b4df259a3f .fl-pricing-table .fl-pricing-table-price {
    color: #ffffff;
    padding: 8px 0 1px; }
  #content,
  #builder-content {
    padding-top: 0px; }
  .fl-node-5d9b37b593c25 {
    width: 100% !important; }
  #about_saltu > .fl-row-content-wrap {
    background-position: bottom left !important;
    padding-bottom: 50rem; }
  #about_saltu .fl-row-content-wrap .fl-rich-text {
    padding-bottom: 20rem !important; }
  #about_saltu .fl-row-content-wrap .fl-col-small {
    max-width: 100%;
    padding: 0 5rem; }
  .page h1 > span {
    font-size: 3rem !important;
    text-align: center;
    display: block; }
  .page h6 > span {
    text-align: center !important;
    display: block; } }

@media SCREEN and (max-width: 480px) {
  #hero h2 {
    font-size: 3.2rem; }
  .page:not(.home) h6 {
    display: none; }
  #about_saltu .fl-row-content-wrap {
    background-position: bottom left;
    padding-bottom: 16rem; }
  #about_saltu .fl-row-content-wrap .fl-col-small {
    max-width: 100%;
    padding: 0 2rem; }
  .fl-row-content-wrap {
    padding: 50px 0 !important; } }

#header {
  background: white;
  position: fixed;
  width: 100%;
  z-index: 1001; }
  @media screen and (max-width: 767px) {
    #header {
      text-align: center; } }
  @media screen and (max-width: 1200px) {
    #header {
      padding: 0 2rem; } }
  #header .site-logo img {
    width: auto;
    max-height: 85px;
    margin-bottom: 1rem;
    transition: .2s all ease; }
  #header h1 {
    font-size: 2rem; }
  #header .row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    #header .row::after {
      clear: both;
      content: "";
      display: table; }
  #header a.mobile-close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 5.6rem;
    color: white; }
    #header a.mobile-close:hover {
      opacity: .7; }
    @media screen and (max-width: 767px) {
      #header a.mobile-close {
        display: block;
        top: 42px; } }
  #header .logo_container {
    float: left;
    display: block;
    margin-right: 1.14943%;
    width: 24.13793%; }
    #header .logo_container:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      #header .logo_container {
        float: left;
        display: block;
        margin-right: 4.7619%;
        width: 100%; }
        #header .logo_container:last-child {
          margin-right: 0; } }
  #header nav {
    float: left;
    display: block;
    margin-right: 1.14943%;
    width: 74.71264%; }
    #header nav #menu-item-7906 {
      display: none; }
    #header nav .logged-in #menu-item-7906 {
      display: block; }
    #header nav:last-child {
      margin-right: 0; }
    #header nav ul {
      transition: .2s all ease;
      float: right;
      font-size: 1.37rem;
      margin-top: 4.5rem !important; }
      #header nav ul li {
        margin: 0; }
        #header nav ul li ul {
          margin-top: 0 !important; }
        #header nav ul li a {
          padding: 1.9rem 1.2rem;
          color: black;
          text-transform: uppercase;
          background: white; }
          #header nav ul li a:hover {
            background: white;
            color: #f89939; }
        #header nav ul li.current_page_item a {
          color: #f89939 !important; }
        #header nav ul li.menu-item-has-children > a:after {
          content: "▼"; }
    @media screen and (max-width: 767px) {
      #header nav {
        height: initial !important;
        float: left;
        display: block;
        margin-right: 4.7619%;
        width: 100%; }
        #header nav:last-child {
          margin-right: 0; }
        #header nav ul {
          width: 100%; }
          #header nav ul li {
            float: none; }
            #header nav ul li a {
              font-size: 2.2rem; } }
  body:not(.home) #header {
    background: #281c40; }
    body:not(.home) #header nav ul {
      background: none; }
      body:not(.home) #header nav ul li a {
        color: white;
        background: none; }
        body:not(.home) #header nav ul li a:hover {
          color: #f89939; }
  #header .scroll {
    position: fixed; }
    #header .scroll .site-logo img {
      width: auto;
      max-height: 55px;
      margin-bottom: 1rem; }
    #header .scroll nav ul {
      float: right;
      font-size: 1.37rem;
      margin-top: 2rem !important; }
  @media screen and (max-width: 767px) {
    #header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 101;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease;
      opacity: 0;
      visibility: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .logged-in #header {
        top: 50px;
        height: calc(100% - 32px); }
      #header.mobile-active {
        opacity: 1;
        visibility: visible; }
      #header img {
        max-width: 180px;
        margin-bottom: 0px !important; } }

#nav {
  background: #111; }
  #nav .row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    #nav .row::after {
      clear: both;
      content: "";
      display: table; }

#mobile {
  position: relative;
  display: none;
  background: #111121;
  top: 0px;
  padding: .1rem 0 .5rem 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  @media screen and (max-width: 767px) {
    #mobile {
      display: block; } }
  #mobile a {
    color: white;
    text-decoration: none;
    cursor: pointer; }
    #mobile a:hover {
      opacity: .7; }
    #mobile a h1 {
      font-size: 28px;
      font-weight: 600;
      letter-spacing: -2px;
      text-align: center;
      font-family: "Poppins", Arial, Helvetica, sans-serif; }
    #mobile a.mobile-toggle {
      font-size: 28px;
      position: absolute;
      right: 10px;
      top: 18px; }

#footer {
  clear: both; }

#footer_widgets {
  background: #281c40;
  padding: 3.75rem 0 2.5rem;
  color: white; }
  #footer_widgets a {
    color: white; }
  #footer_widgets .row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    #footer_widgets .row::after {
      clear: both;
      content: "";
      display: table; }
  #footer_widgets .widget {
    float: left;
    display: block;
    margin-right: 1.53846%;
    width: 32.30769%;
    font-size: 1.3rem; }
    #footer_widgets .widget:last-child {
      margin-right: 0; }
    #footer_widgets .widget:nth-child(3n) {
      margin-right: 0; }
    #footer_widgets .widget:nth-child(3n+1) {
      clear: left; }
    #footer_widgets .widget ul:last-child {
      margin: 0; }
    @media screen and (max-width: 767px) {
      #footer_widgets .widget {
        float: left;
        display: block;
        margin-right: 4.7619%;
        width: 100%;
        margin: 0 0 2rem; }
        #footer_widgets .widget:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 1200px) {
      #footer_widgets .widget {
        padding: 0 2rem; } }
    #footer_widgets .widget h4.widgettitle {
      font-size: 1.8rem;
      text-transform: uppercase;
      margin-bottom: 3rem; }
    #footer_widgets .widget .btn-outline {
      background: none;
      border: 1px solid white;
      margin: 0; }
      #footer_widgets .widget .btn-outline:hover {
        background: black; }
    #footer_widgets .widget ul.menu {
      margin: 0; }
      #footer_widgets .widget ul.menu li {
        float: none;
        padding: 0; }
        #footer_widgets .widget ul.menu li a {
          padding: 0;
          margin: 0 0 1rem;
          font-size: 1.6rem;
          color: white;
          display: inline-block;
          transition: .1s all ease; }
          #footer_widgets .widget ul.menu li a:hover {
            background: none;
            color: #f89939; }
        #footer_widgets .widget ul.menu li ul {
          display: none; }

#content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  #content::after {
    clear: both;
    content: "";
    display: table; }
  #content a.title-link {
    color: black;
    font-weight: 900;
    text-align: center; }
    #content a.title-link h3 {
      font-weight: 900; }
    #content a.title-link:hover h3.post-title {
      color: #f89939; }
  #content #main {
    float: left;
    display: block;
    margin-right: 1.53846%;
    width: 66.15385%; }
    #content #main:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      #content #main {
        float: left;
        display: block;
        margin-right: 4.7619%;
        width: 100%; }
        #content #main:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 1200px) {
      #content #main {
        padding: 0 2rem; } }
  #content #side {
    float: left;
    display: block;
    margin-right: 1.53846%;
    width: 32.30769%;
    margin-right: 0; }
    #content #side:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      #content #side {
        float: left;
        display: block;
        margin-right: 4.7619%;
        width: 100%; }
        #content #side:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 1200px) {
      #content #side {
        padding: 0 2rem; } }
    #content #side ul#sidebar {
      padding: 0;
      margin: 0; }

#content,
#builder-content {
  padding-top: 128px; }
  body:not(.home) #content, body:not(.home)
  #builder-content {
    padding-top: 178px; }

.videos-single {
  padding-top: 128px; }
  .videos-single .video-entry-meta {
    text-align: center; }
    .videos-single .video-entry-meta h3 {
      font-weight: 900;
      font-size: 4.4rem;
      margin-bottom: 0; }
    .videos-single .video-entry-meta p {
      font-size: 1.8rem;
      font-weight: normal;
      color: black; }
      .videos-single .video-entry-meta p a {
        color: #f89939; }
  .videos-single .video-bg .video_container {
    max-width: 1200px;
    margin: 0 auto; }
    .videos-single .video-bg .video_container .single-video-player-restricted {
      border: 1px solid #f89939;
      max-width: 1200px;
      margin: 0 auto;
      padding: 3rem 3rem 0; }
      .videos-single .video-bg .video_container .single-video-player-restricted h2 {
        font-size: 2.4rem;
        font-weight: 900; }
      .videos-single .video-bg .video_container .single-video-player-restricted .button {
        border-radius: 0px;
        font-size: 1.6rem;
        border: 0px;
        color: white; }
        .videos-single .video-bg .video_container .single-video-player-restricted .button.orange-button {
          background: #923695; }
        .videos-single .video-bg .video_container .single-video-player-restricted .button.white-button {
          background: #ee3077; }
        .videos-single .video-bg .video_container .single-video-player-restricted .button:hover {
          background: black; }
      .videos-single .video-bg .video_container .single-video-player-restricted .button.orange-button:hover {
        background: black; }
  .videos-single .video_meta_container {
    max-width: 1180px;
    margin: 0 auto; }
    .videos-single .video_meta_container .video-entry-meta {
      margin: 3rem 0; }
    .videos-single .video_meta_container .description {
      float: left;
      display: block;
      margin-right: 1.14943%;
      width: 62.06897%; }
      .videos-single .video_meta_container .description:last-child {
        margin-right: 0; }
      @media screen and (max-width: 767px) {
        .videos-single .video_meta_container .description {
          float: left;
          display: block;
          margin-right: 4.7619%;
          width: 100%;
          padding: 0 2rem; }
          .videos-single .video_meta_container .description:last-child {
            margin-right: 0; } }
    .videos-single .video_meta_container .meta {
      float: left;
      display: block;
      margin-right: 1.14943%;
      width: 30.45977%;
      margin-left: 6.32184%; }
      .videos-single .video_meta_container .meta:last-child {
        margin-right: 0; }
      .videos-single .video_meta_container .meta .class-info {
        border: 1px solid #ddd;
        padding: 2rem;
        font-size: 1.8rem; }
        .videos-single .video_meta_container .meta .class-info h2 {
          font-weight: 900;
          font-size: 2.4rem; }
      @media screen and (max-width: 767px) {
        .videos-single .video_meta_container .meta {
          float: left;
          display: block;
          margin-right: 4.7619%;
          width: 100%;
          margin: 0 0 2rem;
          margin-left: 0%;
          padding: 0 2rem; }
          .videos-single .video_meta_container .meta:last-child {
            margin-right: 0; } }

.post-title {
  font-weight: 900;
  text-align: center;
  margin: 0 0 2rem; }

.video-module #filters {
  float: left;
  display: block;
  margin-right: 1.14943%;
  width: 24.13793%; }
  .video-module #filters #s {
    width: 100%;
    text-align: center; }
  .video-module #filters:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .video-module #filters {
      float: left;
      display: block;
      margin-right: 4.7619%;
      width: 100%; }
      .video-module #filters:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 1200px) {
    .video-module #filters {
      padding: 0 2rem; } }
  .video-module #filters .filters_title {
    position: relative; }
    .video-module #filters .filters_title button {
      float: right;
      font-size: small;
      color: white; }
      .video-module #filters .filters_title button:hover {
        color: white; }
    .video-module #filters .filters_title h4 {
      font-weight: 900;
      font-size: 2.4rem; }
    .video-module #filters .filters_title i.fa-bars {
      display: none;
      position: absolute;
      top: 0rem;
      right: 0; }
      @media screen and (max-width: 767px) {
        .video-module #filters .filters_title i.fa-bars {
          display: block; } }
  .video-module #filters .filter {
    max-width: 100%;
    display: block; }
    @media screen and (max-width: 767px) {
      .video-module #filters .filter {
        display: none; } }

.video-module #listings {
  float: left;
  display: block;
  margin-right: 1.14943%;
  width: 68.3908%;
  margin-left: 6.32184%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-between; }
  .video-module #listings:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .video-module #listings {
      float: left;
      display: block;
      margin-right: 4.7619%;
      width: 100%;
      margin-left: 0%; }
      .video-module #listings:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 1200px) {
    .video-module #listings {
      padding: 0 2rem; } }
  body.tax-speakers .video-module #listings,
  body.tax-years .video-module #listings,
  body.tax-types .video-module #listings,
  body.tax-topics .video-module #listings {
    float: left;
    display: block;
    margin-right: 1.14943%;
    width: 100%;
    margin-left: 0%;
    display: flex; }
    body.tax-speakers .video-module #listings:last-child,
    body.tax-years .video-module #listings:last-child,
    body.tax-types .video-module #listings:last-child,
    body.tax-topics .video-module #listings:last-child {
      margin-right: 0; }
  .video-module #listings h1, .video-module #listings h3 {
    flex: 1 1 100%;
    font-weight: 900; }
  .video-module #listings .term_description, .video-module #listings .active-filters-div {
    flex: 1 1 100%; }
  .video-module #listings .active-filters-div {
    margin: 0rem 1% 2rem; }
    .video-module #listings .active-filters-div .filter-tag {
      font-size: 1.2rem;
      padding: 0 .5rem;
      margin-right: .25rem; }
      .video-module #listings .active-filters-div .filter-tag.filter-tag-speakers {
        background: #56abdf;
        color: white; }
      .video-module #listings .active-filters-div .filter-tag.filter-tag-years {
        background: #923695;
        color: white; }
      .video-module #listings .active-filters-div .filter-tag.filter-tag-types {
        background: #ee3077;
        color: white; }
      .video-module #listings .active-filters-div .filter-tag.filter-tag-topics {
        background: #f89939;
        color: white; }
      .video-module #listings .active-filters-div .filter-tag.filter-tag-search {
        background: black;
        color: white; }
      .video-module #listings .active-filters-div .filter-tag i {
        opacity: .2;
        cursor: pointer; }
        .video-module #listings .active-filters-div .filter-tag i:hover {
          opacity: 1; }
  .video-module #listings article {
    position: relative;
    flex: 0 1 30%;
    margin: 0 1% 2rem; }
    .video-module #listings article h2 {
      font-size: 2.4rem;
      font-weight: 900;
      margin: 0 0 1rem; }
      .video-module #listings article h2 a {
        text-decoration: none;
        color: black; }
        .video-module #listings article h2 a:hover {
          color: #f89939; }
    .video-module #listings article .restricted_card {
      transition: .2s all ease;
      display: none;
      padding: 2rem;
      box-sizing: border-box;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      border: 1px solid #281c40;
      width: 100%;
      height: 100%;
      z-index: 1000;
      background: rgba(255, 255, 255, 0.9); }
      .video-module #listings article .restricted_card .button {
        border-radius: 0px;
        font-size: 1.6rem;
        border: 0px;
        color: white; }
        .video-module #listings article .restricted_card .button.orange-button {
          background: #923695; }
        .video-module #listings article .restricted_card .button.white-button {
          background: #ee3077; }
        .video-module #listings article .restricted_card .button.blue-button {
          background: #ee3077; }
        .video-module #listings article .restricted_card .button:hover {
          background: black; }
      .video-module #listings article .restricted_card .button.orange-button:hover {
        background: black; }
    .video-module #listings article:hover .restricted_card {
      display: flex; }

/* Filter Information */
.filters {
  border: 1px solid #ee3077;
  border-radius: 8px;
  list-style: none;
  margin: 0 0 0;
  padding: 0;
  max-height: 43px;
  position: relative;
  overflow: hidden;
  transition: .25s all ease; }
  .filters:not(.filter-speakers), .filters:not(.filter-topics) {
    margin-bottom: 25px; }
  .filters li.list-title {
    background: #ee3077;
    color: white;
    border-radius: 8px 8px 0 0;
    padding: 10px; }
    .filters li.list-title i {
      float: right; }
  .filters:nth-child(2) {
    border-color: #56abdf; }
    .filters:nth-child(2) li.list-title {
      background: #56abdf; }
  .filters:nth-child(3) {
    border-color: #923695; }
    .filters:nth-child(3) li.list-title {
      background: #923695; }
  .filters:nth-child(5) {
    border-color: #f89939; }
    .filters:nth-child(5) li.list-title {
      background: #f89939; }
  .filters:nth-child(6) {
    border-color: #281c40; }
    .filters:nth-child(6) li.list-title {
      background: #281c40; }
  .filters li {
    margin: 0; }
    .filters li.loadMore {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
      background: #923695;
      cursor: pointer;
      text-transform: capitalize a;
        text-transform-color: white; }
    .filters li a {
      text-decoration: none;
      padding: 10px;
      display: block; }
      .filters li a.mixitup-control-active {
        background: #56abdf;
        color: white; }
      .filters li a:hover {
        background: #f89939;
        color: white; }
  .filters.open {
    max-height: initial; }

.showLess {
  margin-bottom: 25px; }

body.post-type-archive-videos > .woocommerce > .woocommerce-info {
  display: none; }

#listings .woocommerce {
  flex: 0 1 100%;
  display: none; }

.full-video {
  text-align: center;
  margin-bottom: 1rem; }
  .full-video .video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
    .full-video .video-wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

article .video-thumb-box {
  cursor: pointer; }

article img.video-thumb {
  cursor: pointer; }

#hero h2 {
  max-width: 380px;
  margin: 0 auto 2rem;
  font-size: 6.25rem;
  font-weight: 900;
  color: white; }
  #hero h2 span {
    display: block; }
    #hero h2 span.blue {
      background: #56abdf; }
    #hero h2 span.orange {
      background: #f89939; }
    #hero h2 span.pink {
      background: #ee3077; }

#hero p {
  max-width: 80%;
  margin: 0 auto 2rem; }

a.btn,
.gform_button,
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer input[type=image] {
  color: white;
  text-decoration: none;
  padding: 1rem 1.5rem;
  font-size: 11px !important;
  margin: 0 1rem;
  display: inline-block; }
  a.btn.btn-blue,
  .gform_button.btn-blue,
  .gform_wrapper .gform_footer input.button.btn-blue, .gform_wrapper .gform_footer input[type=submit].btn-blue, .gform_wrapper .gform_footer input[type=image].btn-blue {
    background: #56abdf; }
  a.btn.btn-orange,
  .gform_button.btn-orange,
  .gform_wrapper .gform_footer input.button.btn-orange, .gform_wrapper .gform_footer input[type=submit].btn-orange, .gform_wrapper .gform_footer input[type=image].btn-orange {
    background: #f89939; }
  a.btn.btn-pink,
  .gform_button.btn-pink,
  .gform_wrapper .gform_footer input.button.btn-pink, .gform_wrapper .gform_footer input[type=submit].btn-pink, .gform_wrapper .gform_footer input[type=image].btn-pink {
    background: #ee3077; }
  a.btn.btn-purple,
  .gform_button.btn-purple,
  .gform_wrapper .gform_footer input.button.btn-purple, .gform_wrapper .gform_footer input[type=submit].btn-purple, .gform_wrapper .gform_footer input[type=image].btn-purple {
    background: #923695; }
  a.btn:hover,
  .gform_button:hover,
  .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=image]:hover {
    background: black; }

#features h4 {
  color: white;
  font-size: 2.4rem;
  font-weight: 900; }

#features p {
  font-size: 1.6rem;
  color: white;
  max-width: 80%;
  margin: 0; }

.programs-single #programs_content,
.programs-single #courses_content,
.courses-single #programs_content,
.courses-single #courses_content {
  padding-top: 208px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .programs-single #programs_content::after,
  .programs-single #courses_content::after,
  .courses-single #programs_content::after,
  .courses-single #courses_content::after {
    clear: both;
    content: "";
    display: table; }
  .programs-single #programs_content a.title-link,
  .programs-single #courses_content a.title-link,
  .courses-single #programs_content a.title-link,
  .courses-single #courses_content a.title-link {
    color: black; }
    .programs-single #programs_content a.title-link h3.post-title,
    .programs-single #courses_content a.title-link h3.post-title,
    .courses-single #programs_content a.title-link h3.post-title,
    .courses-single #courses_content a.title-link h3.post-title {
      font-weight: bold;
      text-align: center; }
  .programs-single #programs_content .program_row,
  .programs-single #courses_content .program_row,
  .courses-single #programs_content .program_row,
  .courses-single #courses_content .program_row {
    border: 1px solid #ccc;
    padding: 1.5rem 1.5rem 0;
    margin-bottom: 2rem;
    border-bottom: 0px;
    display: flex;
    border-bottom: 1px solid #ccc; }
    .programs-single #programs_content .program_row h3,
    .programs-single #courses_content .program_row h3,
    .courses-single #programs_content .program_row h3,
    .courses-single #courses_content .program_row h3 {
      margin: 0 0 2rem; }
    .programs-single #programs_content .program_row .program_thumb,
    .programs-single #courses_content .program_row .program_thumb,
    .courses-single #programs_content .program_row .program_thumb,
    .courses-single #courses_content .program_row .program_thumb {
      flex: 0 1 25rem;
      margin-right: 2rem; }
      .programs-single #programs_content .program_row .program_thumb img,
      .programs-single #courses_content .program_row .program_thumb img,
      .courses-single #programs_content .program_row .program_thumb img,
      .courses-single #courses_content .program_row .program_thumb img {
        max-width: 25rem; }
    .programs-single #programs_content .program_row .program_info,
    .programs-single #courses_content .program_row .program_info,
    .courses-single #programs_content .program_row .program_info,
    .courses-single #courses_content .program_row .program_info {
      flex: 1 0 calc(100% - 27rem); }
    .programs-single #programs_content .program_row .full-video,
    .programs-single #courses_content .program_row .full-video,
    .courses-single #programs_content .program_row .full-video,
    .courses-single #courses_content .program_row .full-video {
      flex: 0 1 100%; }
  .programs-single #programs_content article,
  .programs-single #courses_content article,
  .courses-single #programs_content article,
  .courses-single #courses_content article {
    margin-bottom: 5rem; }
  .programs-single #programs_content #edit_post,
  .programs-single #courses_content #edit_post,
  .courses-single #programs_content #edit_post,
  .courses-single #courses_content #edit_post {
    background: #eee;
    border: 1px solid #ddd;
    padding: 2.5rem; }
  .programs-single #programs_content #main,
  .programs-single #courses_content #main,
  .courses-single #programs_content #main,
  .courses-single #courses_content #main {
    margin-right: 0;
    float: left;
    display: block;
    margin-right: 1.53846%;
    width: 66.15385%; }
    .programs-single #programs_content #main:last-child,
    .programs-single #courses_content #main:last-child,
    .courses-single #programs_content #main:last-child,
    .courses-single #courses_content #main:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .programs-single #programs_content #main,
      .programs-single #courses_content #main,
      .courses-single #programs_content #main,
      .courses-single #courses_content #main {
        float: left;
        display: block;
        margin-right: 4.7619%;
        width: 100%; }
        .programs-single #programs_content #main:last-child,
        .programs-single #courses_content #main:last-child,
        .courses-single #programs_content #main:last-child,
        .courses-single #courses_content #main:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 1200px) {
      .programs-single #programs_content #main,
      .programs-single #courses_content #main,
      .courses-single #programs_content #main,
      .courses-single #courses_content #main {
        padding: 0 2rem; } }
  .programs-single #programs_content #side,
  .programs-single #courses_content #side,
  .courses-single #programs_content #side,
  .courses-single #courses_content #side {
    float: left;
    display: block;
    margin-right: 1.53846%;
    width: 32.30769%; }
    .programs-single #programs_content #side:last-child,
    .programs-single #courses_content #side:last-child,
    .courses-single #programs_content #side:last-child,
    .courses-single #courses_content #side:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .programs-single #programs_content #side,
      .programs-single #courses_content #side,
      .courses-single #programs_content #side,
      .courses-single #courses_content #side {
        float: left;
        display: block;
        margin-right: 4.7619%;
        width: 100%; }
        .programs-single #programs_content #side:last-child,
        .programs-single #courses_content #side:last-child,
        .courses-single #programs_content #side:last-child,
        .courses-single #courses_content #side:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 1200px) {
      .programs-single #programs_content #side,
      .programs-single #courses_content #side,
      .courses-single #programs_content #side,
      .courses-single #courses_content #side {
        padding: 0 2rem; } }
    .programs-single #programs_content #side ul#sidebar,
    .programs-single #courses_content #side ul#sidebar,
    .courses-single #programs_content #side ul#sidebar,
    .courses-single #courses_content #side ul#sidebar {
      padding: 0;
      margin: 0; }

#navigation_box {
  background: #eee;
  border: 1px solid #ddd; }
  #navigation_box h5 {
    padding: 1.5rem;
    font-weight: 600;
    margin: 0; }
  #navigation_box ul {
    margin: 0; }
    #navigation_box ul li {
      display: flex;
      flex-wrap: nowrap;
      margin: 0;
      background: white;
      list-style: none;
      border: 1px solid #ddd;
      border-bottom: 0;
      align-items: center; }
      #navigation_box ul li .module_count {
        text-align: center;
        flex: 0 1 30%;
        padding: .75rem .75rem 1.5rem;
        line-height: 210%;
        border-right: 1px solid #ddd; }
        #navigation_box ul li .module_count span {
          display: block;
          text-align: center;
          font-size: 3.6rem; }
      #navigation_box ul li .module_link {
        flex: 0 1 70%;
        padding: 1rem; }
      #navigation_box ul li:last-child {
        border: 1px solid #ddd; }
      #navigation_box ul li a {
        color: #923695;
        text-decoration: none; }
        #navigation_box ul li a:hover {
          color: #56abdf; }

.woocommerce a {
  color: #923695; }

.woocommerce-MyAccount-content {
  font-size: 1.8rem; }

.woocommerce-account a.title-link {
  text-align: left !important; }

.button {
  border-radius: 0px;
  font-size: 1.6rem;
  border: 0px;
  color: white; }
  .button.orange-button {
    background: #923695; }
  .button.white-button {
    background: #ee3077; }
  .button:hover {
    background: black; }

.button.orange-button:hover {
  background: black; }

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

.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #ddd;
  list-style: none;
  padding: 1rem 1rem 1rem 0; }
  .woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 0px; }

.woocommerce-MyAccount-navigation ul li a {
  padding: .5rem;
  text-decoration: none;
  transition: .2s all ease; }
  .woocommerce-MyAccount-navigation ul li a:hover {
    color: #56abdf; }

.woocommerce-MyAccount-navigation ul li a::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "\f15c";
  line-height: 1.618;
  margin-left: 0.5407911001em;
  width: 1.41575em;
  text-align: right;
  transition: .2s all ease;
  float: right;
  opacity: 0.25;
  font-size: 120%;
  position: relative;
  top: -5px; }

.woocommerce-MyAccount-navigation ul li a:hover::before {
  opacity: 1; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "\f3fd"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "\f291"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
  content: "\f1c6"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "\f015"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
  content: "\f09d"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "\f007"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "\f2f5"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a::before {
  content: "\f021"; }

.woocommerce .woocommerce-MyAccount-content {
  border: 1px solid #ddd;
  padding: 2rem 2rem 0;
  font-size: 1.6rem; }
  .woocommerce .woocommerce-MyAccount-content strong {
    font-weight: 600; }

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
  color: white !important;
  background-color: #923695 !important;
  font-weight: 600 !important;
  margin: 0 !important; }
  .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover {
    background-color: black !important; }

.woocommerce-MyAccount-content table,
.woocommerce-MyAccount-content table tr,
.woocommerce-MyAccount-content table th,
.woocommerce-MyAccount-content table td {
  border: 0px !important; }
  .woocommerce-MyAccount-content table input[type="text"],
  .woocommerce-MyAccount-content table tr input[type="text"],
  .woocommerce-MyAccount-content table th input[type="text"],
  .woocommerce-MyAccount-content table td input[type="text"] {
    border: 1px solid #ddd; }

.my_team_members .yes {
  color: green;
  font-weight: 600;
  text-transform: uppercase; }

.my_team_members .no {
  color: red;
  text-transform: uppercase;
  font-weight: 600; }

.my_team_members .progress_bar {
  width: 100%; }

.mixitup-page-list {
  width: 100%;
  text-align: center; }

.hello_user {
  font-size: 1.8rem;
  text-align: center; }

.create-program-form .acf-field[data-key='_post_title'] {
  width: 100%; }

.create-program-form .acf-field[data-key='_post_content'] {
  width: 50%;
  float: left; }

.create-program-form .acf-field[data-key='field_5db1bcfe8aeb4'] {
  width: 50%;
  float: right;
  clear: none; }

.create-program-form .acf-field[data-key='field_5dc5c07167832'] {
  width: 50%;
  float: right;
  clear: none; }

.create-program-form .acf-field[data-key='field_5db1beb48aec1'] {
  display: none; }

.tracking {
  background: #923695;
  padding: 1.25rem 1.5rem .5rem;
  margin: 0 -1.5rem -2.5rem;
  color: white; }
  .tracking label {
    display: inline-block;
    color: white; }
  .tracking input[type="checkbox"] {
    float: right;
    margin-top: .25rem; }

#list_programs .program {
  clear: both;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem; }
  #list_programs .program img {
    float: left;
    max-width: 150px; }
  #list_programs .program .program_meta {
    float: right;
    width: calc(100% - 180px); }
